diff --git a/CRI_HMDB_KEGG_IDs.xlsx b/CRI_HMDB_KEGG_IDs.xlsx new file mode 100755 index 0000000000000000000000000000000000000000..b9795d1b42c2cd064b5554c1113445d050add676 Binary files /dev/null and b/CRI_HMDB_KEGG_IDs.xlsx differ diff --git a/Change_Log.txt b/Change_Log.txt index 13308b04cbecd0dbbebf40ae914a5902b4b655cb..18c9e473feefed1ac9211e686cd859641c992d6d 100755 --- a/Change_Log.txt +++ b/Change_Log.txt @@ -1,5 +1,6 @@ ######################################################################### Change Log: +#v1.7.4, 03/17/2021: MetaboAnalyst's ORA and QEA analyses were added. ORA analysis is done when interested features are supplied. QEA analysis is done following differential feature tests. A bug causing missing control vs. treatment result sheets was fixed. Value filter was fixed at 0. Group mean lower bound and log offset default values were revised. Data imputation was done after normalization and before log2 transformation. If imputation method was mean, median, or half minimum, log offset was disabled. Scaling option for heatmap, PCA, and correlation plots was added. #v1.7.3, 08/04/2020: R 4.0.2 was tested. Data template was changed to .xlsx. Macro was no longer needed. Library path was changed to ~/R/4.0.2-gccmkl for BioHPC. PCA labels and ellipses were added. Heatmap colors were added. #v1.7.2, 03/26/2020: A bug regarding empty feature IDs was fixed. #v1.7.1, 12/04/2019: Figures were saved as both .ps and .png files. Euler plot was disabled for >6 samples. Samples / features can be clustered or not on the heatmaps. diff --git a/README.md b/README.md index b45b1c12d21ca3c47600b22791aa43944b953b65..75efd3419d775d0847be69714a8a5e141aefe03e 100755 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ This is an R program to visualize and analyze -omics data such as those from mic  -## Current version: 1.7.3. Tested R versions: 4.0.2, 3.5.1. +## Current version: 1.7.4. Tested R versions: 4.0.2, 3.5.1. + +**Highlighted changes:** Metabolite Set Enrichment Analysis (MSEA) is implemented using MetaboAnalystR 3.0.3. If a list of feature IDs is supplied, the Over Representation Analysis (ORA) can be done. If a differential test is specified, the Quantitative Enrichment Analysis (QEA) can be done. To do the analysis, features need to be either HMDB or KEGG IDs, or a mixture of them. Alternatively, features can be metabolite names available in the MetaboAnalyst's compound database. See [ID Mappings](CRI_HMDB_KEGG_IDs.xlsx) for acceptable IDs and names. See [MetaboAnalyst](https://www.metaboanalyst.ca/MetaboAnalyst/resources/data/5_Enrichment%20Analysis.pdf) for more details about MSEA. ## How to run this tool: -**Step 1:** Click on the V1.7.3 link above to proceed to the source code directory. Download all files in that directory. +**Step 1:** Click on the V1.7.4 link above to proceed to the source code directory. Download all files in that directory. **Step 2:** Copy the data template file from the downloaded directory and open it in Excel. Read the instructions in there. @@ -40,6 +42,8 @@ Rscript /path_to_the_program/ODA.R /input_path/your_data_file.xlsx /output_pa 5. Paired_or_Matched_Samples: If you have paired or matched samples, the program can do paired statistical tests. This example shows you how to specify the pairing or matching. 6. Interested_and_Excluded_Features: If you supply a list of features e.g. significant features by differential intensity tests, the program can generate plots and result sheet for selected features only. The program can also exclude features from analysis if you supply a list. This example shows you how to specify those lists. 7. List_Data: The program supports raw data in a table (features in rows and samples in columns) or list (features, samples, and values each in a column). While the above examples are all in the table format, this example shows you how to supply data in the list format. +8. Ratio_Data: See this example for an analysis using ratio data such as percentages that are less than 1. +9. MSEA_Analysis: See this example for Metabolite Set Enrichment Analysis results. ## Citation: diff --git a/V1.7.3/Examples/7_List_Data/Data.xlsx b/V1.7.3/Examples/7_List_Data/Data.xlsx deleted file mode 100755 index 4918f81b2f1174393592bf9f84ae5eae4d728559..0000000000000000000000000000000000000000 Binary files a/V1.7.3/Examples/7_List_Data/Data.xlsx and /dev/null differ diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Data.xlsx b/V1.7.4/Examples/1_Raw_Data_QC/Data.xlsx similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Data.xlsx rename to V1.7.4/Examples/1_Raw_Data_QC/Data.xlsx diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result.xlsx b/V1.7.4/Examples/1_Raw_Data_QC/Result.xlsx similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result.xlsx rename to V1.7.4/Examples/1_Raw_Data_QC/Result.xlsx diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_A_volcano.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_AB_vs_B_volcano.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_C_volcano.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/QC_CD_vs_D_volcano.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_1.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_1.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_1.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_1.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_2.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_2.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_2.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_2.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_3.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_3.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_3.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_3.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_4.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_4.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_4.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_4.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_5.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_5.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_5.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_5.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_5.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_5.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_5.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_5.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_6.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_6.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_6.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_6.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_6.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_6.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_6.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_6.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_all.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_all.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_all.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/euler_all.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/1_Raw_Data_QC/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Data.xlsx b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Data.xlsx similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Data.xlsx rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Data.xlsx diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result.xlsx b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result.xlsx similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result.xlsx rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result.xlsx diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/C_vs_D_volcano.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/2_QC_Excluded_Normalized_Data_Differential_Intensities/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Data.xlsx b/V1.7.4/Examples/3_Technical_Replicates/Data.xlsx similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Data.xlsx rename to V1.7.4/Examples/3_Technical_Replicates/Data.xlsx diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result.xlsx b/V1.7.4/Examples/3_Technical_Replicates/Result.xlsx similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result.xlsx rename to V1.7.4/Examples/3_Technical_Replicates/Result.xlsx diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/C_vs_D_volcano.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_1.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_1.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_1.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_1.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_2.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_2.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_2.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_2.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_3.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_3.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_3.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_3.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_4.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_4.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_4.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_4.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_all.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_all.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_all.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/euler_all.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/3_Technical_Replicates/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Data.xlsx b/V1.7.4/Examples/4_Multiple_Batches/Data.xlsx similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Data.xlsx rename to V1.7.4/Examples/4_Multiple_Batches/Data.xlsx diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result.xlsx b/V1.7.4/Examples/4_Multiple_Batches/Result.xlsx similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result.xlsx rename to V1.7.4/Examples/4_Multiple_Batches/Result.xlsx diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/C_vs_D_volcano.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_1.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_1.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_1.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_1.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_2.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_2.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_2.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_2.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_3.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_3.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_3.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_3.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_4.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_4.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_4.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_4.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_all.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_all.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_all.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/euler_all.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/4_Multiple_Batches/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Data.xlsx b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Data.xlsx similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Data.xlsx rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Data.xlsx diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result.xlsx b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result.xlsx similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result.xlsx rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result.xlsx diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/C_vs_D_volcano.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/5_Paired_or_Matched_Samples/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Data.xlsx b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Data.xlsx similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Data.xlsx rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Data.xlsx diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result.xlsx b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result.xlsx similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result.xlsx rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result.xlsx diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/C_vs_D_volcano.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_3.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_4.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_features_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_features_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_features_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_features_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_features.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/6_Interested_and_Excluded_Features/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.4/Examples/7_List_Data/Data.xlsx b/V1.7.4/Examples/7_List_Data/Data.xlsx new file mode 100755 index 0000000000000000000000000000000000000000..97f22849fa0c2afbf316f0fa447b323cb20da85c Binary files /dev/null and b/V1.7.4/Examples/7_List_Data/Data.xlsx differ diff --git a/V1.7.3/Examples/7_List_Data/Result.xlsx b/V1.7.4/Examples/7_List_Data/Result.xlsx similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result.xlsx rename to V1.7.4/Examples/7_List_Data/Result.xlsx diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/A_vs_B_volcano.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_1.png b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_1.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_1.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_1.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_1.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_1.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_1.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_1.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_2.png b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_2.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_2.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_2.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_2.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_2.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_2.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_2.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_all.png b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_all.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_all.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_all.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/euler_all.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/euler_all.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/euler_all.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/euler_all.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_pca_cor.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_pca_cor.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_pca_cor.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_pca_cor.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_pca_cor.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_pca_cor.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/log2_scaled_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm.png b/V1.7.4/Examples/7_List_Data/Result_Figures/norm.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/norm.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_pca_cor.png b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_pca_cor.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_pca_cor.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_pca_cor.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_pca_cor.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_pca_cor.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_pca_cor.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/norm_scaled_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw.png b/V1.7.4/Examples/7_List_Data/Result_Figures/raw.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/raw.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_pca_cor.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_pca_cor.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_pca_cor.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_pca_cor.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_pca_cor.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/raw_scaled_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes.png b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_heatmap.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_pca_cor.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_pca_cor.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_pca_cor.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_pca_cor.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_pca_cor.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_pca_cor.ps diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.png b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.png similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.png rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.png diff --git a/V1.7.3/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.ps b/V1.7.4/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.ps similarity index 100% rename from V1.7.3/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.ps rename to V1.7.4/Examples/7_List_Data/Result_Figures/sizes_scaled_heatmap.ps diff --git a/V1.7.4/Examples/8_Ratio_Data/Data.xlsx b/V1.7.4/Examples/8_Ratio_Data/Data.xlsx new file mode 100755 index 0000000000000000000000000000000000000000..3da9b0b989bdf7387c534d1f64ea346f8fccfc86 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Data.xlsx differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result.xlsx b/V1.7.4/Examples/8_Ratio_Data/Result.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..7096ac87067a4fce08057c515d31b2d707cc3de0 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result.xlsx differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.png new file mode 100644 index 0000000000000000000000000000000000000000..078ad880655646539b39f48c252ad791232de314 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.ps new file mode 100644 index 0000000000000000000000000000000000000000..b5409add6c6ac10a15d4f9bbe0b9a6c2cb974e3b --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/E_vs_P_volcano.ps @@ -0,0 +1,469 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 504.00 504.00 r p3 +0.00 0.00 504.00 504.00 cl +33.48 31.91 498.52 480.85 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 31.91 465.04 448.94 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 111.02 m +465.04 0 l +o +np +33.48 228.42 m +465.04 0 l +o +np +33.48 345.82 m +465.04 0 l +o +np +33.48 463.22 m +465.04 0 l +o +np +134.67 31.91 m +0 448.94 l +o +np +247.19 31.91 m +0 448.94 l +o +np +359.71 31.91 m +0 448.94 l +o +np +472.23 31.91 m +0 448.94 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 52.32 m +465.04 0 l +o +np +33.48 169.72 m +465.04 0 l +o +np +33.48 287.12 m +465.04 0 l +o +np +33.48 404.52 m +465.04 0 l +o +np +78.41 31.91 m +0 448.94 l +o +np +190.93 31.91 m +0 448.94 l +o +np +303.45 31.91 m +0 448.94 l +o +np +415.97 31.91 m +0 448.94 l +o +/bg { 0 0 0 srgb } def +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +364.77 288.71 1.95 c p3 +274.17 136.77 1.95 c p3 +60.04 157.06 1.95 c p3 +197.00 53.44 1.95 c p3 +179.54 57.80 1.95 c p3 +185.30 54.33 1.95 c p3 +217.16 56.39 1.95 c p3 +127.37 288.71 1.95 c p3 +207.18 80.60 1.95 c p3 +78.53 312.97 1.95 c p3 +291.07 283.40 1.95 c p3 +293.01 66.11 1.95 c p3 +134.99 226.99 1.95 c p3 +229.15 194.69 1.95 c p3 +169.40 192.41 1.95 c p3 +171.44 121.99 1.95 c p3 +153.74 90.78 1.95 c p3 +158.31 120.96 1.95 c p3 +230.26 108.78 1.95 c p3 +167.16 102.28 1.95 c p3 +177.17 61.16 1.95 c p3 +158.50 84.77 1.95 c p3 +122.56 259.07 1.95 c p3 +171.09 152.20 1.95 c p3 +304.57 211.79 1.95 c p3 +212.72 91.87 1.95 c p3 +395.93 288.71 1.95 c p3 +393.94 288.71 1.95 c p3 +109.49 160.88 1.95 c p3 +85.88 298.47 1.95 c p3 +328.11 160.88 1.95 c p3 +463.38 361.12 1.95 c p3 +186.46 56.69 1.95 c p3 +160.37 132.09 1.95 c p3 +219.03 78.84 1.95 c p3 +153.51 149.18 1.95 c p3 +175.27 66.66 1.95 c p3 +276.91 165.63 1.95 c p3 +171.72 59.13 1.95 c p3 +179.03 60.98 1.95 c p3 +187.39 54.74 1.95 c p3 +250.42 205.91 1.95 c p3 +54.62 200.16 1.95 c p3 +128.62 168.74 1.95 c p3 +134.02 124.39 1.95 c p3 +114.42 154.24 1.95 c p3 +146.05 165.19 1.95 c p3 +199.93 57.80 1.95 c p3 +93.36 269.58 1.95 c p3 +163.72 184.20 1.95 c p3 +224.42 83.76 1.95 c p3 +246.55 107.16 1.95 c p3 +105.27 141.50 1.95 c p3 +263.24 196.22 1.95 c p3 +164.38 64.41 1.95 c p3 +414.57 283.40 1.95 c p3 +280.87 211.79 1.95 c p3 +179.76 58.80 1.95 c p3 +170.42 58.01 1.95 c p3 +477.38 460.44 1.95 c p3 +0 0 1 srgb +0.43 setlinewidth +[ 1.71 1.71] 0 setdash +0 setlinecap +np +33.48 82.87 m +465.04 0 l +o +np +247.19 31.91 m +0 448.94 l +o +np +134.67 31.91 m +0 448.94 l +o +np +265.30 31.91 m +0 448.94 l +o +np +116.56 31.91 m +0 448.94 l +o +np +280.10 31.91 m +0 448.94 l +o +np +101.76 31.91 m +0 448.94 l +o +np +33.48 75.80 m +465.04 0 l +o +np +247.19 31.91 m +0 448.94 l +o +np +134.67 31.91 m +0 448.94 l +o +np +265.30 31.91 m +0 448.94 l +o +np +116.56 31.91 m +0 448.94 l +o +np +280.10 31.91 m +0 448.94 l +o +np +101.76 31.91 m +0 448.94 l +o +np +33.48 52.32 m +465.04 0 l +o +np +247.19 31.91 m +0 448.94 l +o +np +134.67 31.91 m +0 448.94 l +o +np +265.30 31.91 m +0 448.94 l +o +np +116.56 31.91 m +0 448.94 l +o +np +280.10 31.91 m +0 448.94 l +o +np +101.76 31.91 m +0 448.94 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 49.09 (0) 1 0 t +28.55 166.49 (5) 1 0 t +28.55 283.89 (10) 1 0 t +28.55 401.29 (15) 1 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 52.32 m +2.74 0 l +o +np +30.74 169.72 m +2.74 0 l +o +np +30.74 287.12 m +2.74 0 l +o +np +30.74 404.52 m +2.74 0 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +78.41 29.17 m +0 2.74 l +o +np +190.93 29.17 m +0 2.74 l +o +np +303.45 29.17 m +0 2.74 l +o +np +415.97 29.17 m +0 2.74 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +78.41 20.52 (-2) .5 0 t +190.93 20.52 (0) .5 0 t +303.45 20.52 (2) .5 0 t +415.97 20.52 (4) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +266.00 7.90 (Log2\(FC\)) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 192.48 (-Log10\(adjusted p-v) 90 ta +-0.275 (alue\)) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 489.19 (V) 0 ta +-1.040 (olcano Plot of E vs) tb +-0.195 (. P) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.png new file mode 100644 index 0000000000000000000000000000000000000000..217a02fad82652de56b82893be3c7ff91d1231c0 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.ps new file mode 100644 index 0000000000000000000000000000000000000000..49440d46364f55362786abc821a7c0d21e13c23a --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/euler_all.ps @@ -0,0 +1,744 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +471.46 253.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +484.66 249.49 (E,P) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 234.48 31.08 m +6.97 0.39 l +6.96 0.61 l +6.93 0.83 l +6.90 1.05 l +6.86 1.27 l +6.82 1.48 l +6.78 1.70 l +6.71 1.91 l +6.65 2.13 l +6.58 2.33 l +6.50 2.53 l +6.42 2.75 l +6.33 2.94 l +6.24 3.14 l +6.13 3.34 l +6.02 3.53 l +5.91 3.71 l +5.79 3.90 l +5.66 4.09 l +5.54 4.26 l +5.39 4.43 l +5.25 4.60 l +5.10 4.76 l +4.95 4.92 l +4.80 5.08 l +4.63 5.22 l +4.46 5.37 l +4.29 5.51 l +4.12 5.64 l +3.93 5.76 l +3.75 5.89 l +3.57 6.00 l +3.37 6.11 l +3.18 6.22 l +2.98 6.31 l +2.77 6.41 l +2.58 6.48 l +2.37 6.57 l +2.16 6.64 l +1.95 6.70 l +1.74 6.76 l +1.52 6.82 l +1.31 6.85 l +1.09 6.90 l +0.87 6.92 l +0.65 6.96 l +0.44 6.96 l +0.21 6.98 l +-0.01 6.98 l +-0.23 6.98 l +-0.44 6.96 l +-0.67 6.95 l +-0.89 6.93 l +-1.10 6.89 l +-1.32 6.86 l +-1.54 6.80 l +-1.75 6.76 l +-1.97 6.70 l +-2.17 6.63 l +-2.38 6.57 l +-2.59 6.48 l +-2.80 6.40 l +-2.99 6.30 l +-3.19 6.21 l +-3.38 6.11 l +-3.58 5.99 l +-3.76 5.88 l +-3.95 5.76 l +-4.13 5.63 l +-4.30 5.50 l +-4.47 5.36 l +-4.64 5.21 l +-4.81 5.07 l +-4.96 4.91 l +-5.11 4.75 l +-5.26 4.59 l +-5.41 4.42 l +-5.54 4.25 l +-5.67 4.07 l +-5.79 3.89 l +-5.92 3.70 l +-6.03 3.52 l +-6.14 3.32 l +-6.24 3.13 l +-6.34 2.93 l +-6.42 2.73 l +-6.51 2.52 l +-6.59 2.32 l +-6.65 2.11 l +-6.72 1.90 l +-6.77 1.68 l +-6.83 1.47 l +-6.87 1.25 l +-6.90 1.04 l +-6.93 0.82 l +-6.96 0.59 l +-6.97 0.38 l +-6.98 0.16 l +-6.98 -0.06 l +213.09 472.76 lineto +-6.97 -0.51 l +-6.94 -0.72 l +-6.92 -0.94 l +-6.88 -1.16 l +-6.84 -1.38 l +-6.80 -1.59 l +-6.74 -1.80 l +-6.69 -2.02 l +-6.61 -2.23 l +-6.55 -2.43 l +-6.46 -2.64 l +-6.37 -2.84 l +-6.29 -3.05 l +-6.18 -3.23 l +-6.08 -3.44 l +-5.97 -3.62 l +-5.85 -3.81 l +-5.72 -3.99 l +-5.60 -4.17 l +-5.46 -4.35 l +-5.33 -4.52 l +-5.17 -4.68 l +-5.03 -4.84 l +-4.87 -5.00 l +-4.72 -5.15 l +-4.54 -5.30 l +-4.38 -5.44 l +-4.20 -5.57 l +-4.03 -5.70 l +-3.84 -5.83 l +-3.66 -5.95 l +-3.47 -6.05 l +-3.28 -6.17 l +-3.07 -6.26 l +-2.88 -6.36 l +-2.68 -6.45 l +-2.47 -6.53 l +-2.27 -6.60 l +-2.05 -6.67 l +-1.85 -6.74 l +-1.63 -6.78 l +-1.41 -6.84 l +-1.20 -6.88 l +-0.99 -6.91 l +-0.76 -6.94 l +-0.54 -6.96 l +-0.32 -6.97 l +-0.11 -6.98 l +0.12 -6.98 l +0.34 -6.97 l +0.56 -6.96 l +0.77 -6.94 l +1.00 -6.91 l +1.21 -6.87 l +1.43 -6.84 l +1.65 -6.78 l +1.85 -6.73 l +2.07 -6.67 l +2.28 -6.59 l +2.49 -6.53 l +2.69 -6.44 l +2.89 -6.35 l +3.10 -6.26 l +3.28 -6.16 l +3.48 -6.05 l +3.67 -5.94 l +3.86 -5.82 l +4.04 -5.69 l +4.21 -5.57 l +4.39 -5.43 l +4.56 -5.28 l +4.72 -5.14 l +4.88 -4.99 l +5.04 -4.84 l +5.19 -4.67 l +5.33 -4.50 l +5.48 -4.34 l +5.60 -4.16 l +5.74 -3.98 l +5.85 -3.79 l +5.98 -3.61 l +6.08 -3.42 l +6.19 -3.23 l +6.29 -3.03 l +6.39 -2.83 l +6.46 -2.63 l +6.55 -2.42 l +6.62 -2.21 l +6.69 -2.00 l +6.75 -1.79 l +6.80 -1.58 l +6.84 -1.36 l +6.89 -1.15 l +6.92 -0.92 l +6.94 -0.71 l +6.97 -0.49 l +6.97 -0.27 l +6.98 -0.05 l +cp +p1 +1 0 0 srgb +np +152.13 43.43 m +6.62 -2.21 l +6.69 -2.00 l +6.75 -1.80 l +6.80 -1.57 l +6.84 -1.36 l +6.89 -1.15 l +6.92 -0.92 l +6.94 -0.71 l +6.97 -0.49 l +6.97 -0.27 l +6.98 -0.05 l +6.98 0.18 l +6.97 0.39 l +6.96 0.61 l +6.93 0.83 l +6.90 1.05 l +6.86 1.27 l +6.82 1.48 l +6.78 1.70 l +6.71 1.91 l +6.65 2.13 l +6.58 2.33 l +6.50 2.53 l +6.42 2.75 l +6.33 2.94 l +6.24 3.14 l +6.13 3.34 l +6.02 3.53 l +5.91 3.71 l +5.79 3.90 l +5.66 4.09 l +5.54 4.26 l +5.39 4.43 l +5.25 4.60 l +5.10 4.76 l +4.95 4.92 l +4.80 5.08 l +4.63 5.22 l +4.46 5.37 l +4.29 5.51 l +4.12 5.63 l +3.93 5.77 l +3.75 5.89 l +3.57 6.00 l +3.37 6.11 l +3.18 6.22 l +2.98 6.31 l +2.77 6.41 l +2.58 6.48 l +2.37 6.57 l +2.16 6.64 l +1.95 6.70 l +1.74 6.76 l +1.52 6.82 l +1.31 6.85 l +1.09 6.90 l +0.87 6.92 l +0.65 6.95 l +0.44 6.97 l +0.21 6.98 l +-0.01 6.98 l +-0.23 6.98 l +-0.44 6.96 l +-0.67 6.95 l +-0.89 6.93 l +-1.10 6.89 l +-1.32 6.86 l +-1.54 6.80 l +-1.75 6.76 l +-1.97 6.70 l +-2.17 6.63 l +-2.38 6.57 l +-2.59 6.48 l +-2.80 6.40 l +-2.99 6.30 l +-3.19 6.21 l +-3.38 6.11 l +-3.58 5.99 l +-3.76 5.88 l +-3.95 5.76 l +-4.13 5.63 l +-4.30 5.50 l +-4.47 5.36 l +-4.64 5.21 l +-4.81 5.07 l +-4.96 4.91 l +-5.11 4.75 l +-5.26 4.59 l +-5.41 4.42 l +-5.54 4.25 l +-5.67 4.07 l +-5.79 3.89 l +-5.92 3.70 l +-6.03 3.52 l +-6.14 3.32 l +-6.24 3.13 l +-6.34 2.93 l +-6.42 2.73 l +-6.51 2.52 l +295.62 461.70 lineto +-6.65 2.11 l +-6.72 1.90 l +-6.77 1.68 l +-6.83 1.47 l +-6.87 1.25 l +-6.90 1.04 l +-6.93 0.82 l +-6.96 0.59 l +-6.97 0.38 l +-6.98 0.16 l +-6.98 -0.06 l +-6.97 -0.28 l +-6.97 -0.51 l +-6.94 -0.72 l +-6.92 -0.94 l +-6.88 -1.16 l +-6.84 -1.38 l +-6.80 -1.59 l +-6.74 -1.80 l +-6.69 -2.02 l +-6.61 -2.23 l +-6.55 -2.43 l +-6.46 -2.64 l +-6.37 -2.84 l +-6.29 -3.05 l +-6.18 -3.23 l +-6.08 -3.44 l +-5.97 -3.62 l +-5.85 -3.81 l +-5.72 -3.99 l +-5.60 -4.17 l +-5.46 -4.35 l +-5.33 -4.52 l +-5.18 -4.68 l +-5.02 -4.84 l +-4.87 -5.00 l +-4.72 -5.15 l +-4.54 -5.30 l +-4.38 -5.44 l +-4.21 -5.57 l +-4.02 -5.70 l +-3.84 -5.83 l +-3.66 -5.95 l +-3.47 -6.05 l +-3.28 -6.17 l +-3.07 -6.26 l +-2.88 -6.36 l +-2.68 -6.45 l +-2.47 -6.53 l +-2.27 -6.60 l +-2.06 -6.67 l +-1.84 -6.74 l +-1.63 -6.78 l +-1.42 -6.84 l +-1.19 -6.88 l +-0.99 -6.91 l +-0.76 -6.94 l +-0.54 -6.96 l +-0.32 -6.97 l +-0.11 -6.98 l +0.12 -6.98 l +0.34 -6.97 l +0.56 -6.96 l +0.77 -6.94 l +1.00 -6.91 l +1.21 -6.87 l +1.43 -6.84 l +1.65 -6.78 l +1.85 -6.73 l +2.07 -6.67 l +2.28 -6.59 l +2.49 -6.53 l +2.69 -6.44 l +2.89 -6.35 l +3.09 -6.26 l +3.29 -6.16 l +3.48 -6.05 l +3.67 -5.94 l +3.86 -5.82 l +4.04 -5.69 l +4.21 -5.57 l +4.39 -5.43 l +4.56 -5.28 l +4.72 -5.14 l +4.88 -4.99 l +5.04 -4.84 l +5.19 -4.67 l +5.33 -4.50 l +5.47 -4.34 l +5.61 -4.16 l +5.74 -3.98 l +5.85 -3.79 l +5.98 -3.62 l +6.08 -3.42 l +6.19 -3.22 l +6.29 -3.03 l +6.39 -2.83 l +6.46 -2.63 l +6.55 -2.42 l +o +np +152.13 43.43 m +6.62 -2.21 l +6.69 -2.00 l +6.75 -1.79 l +6.80 -1.58 l +6.84 -1.36 l +6.89 -1.15 l +6.92 -0.92 l +6.94 -0.71 l +6.97 -0.49 l +6.97 -0.27 l +6.98 -0.05 l +6.98 0.18 l +6.97 0.39 l +6.96 0.61 l +6.93 0.83 l +6.90 1.05 l +6.86 1.27 l +6.82 1.48 l +6.78 1.70 l +6.71 1.91 l +6.65 2.13 l +6.58 2.33 l +6.50 2.53 l +6.42 2.75 l +6.33 2.94 l +6.24 3.14 l +6.13 3.34 l +6.02 3.53 l +5.91 3.71 l +5.79 3.90 l +5.66 4.09 l +5.54 4.26 l +5.39 4.43 l +5.25 4.60 l +5.10 4.76 l +4.95 4.92 l +4.80 5.08 l +4.63 5.22 l +4.46 5.37 l +4.29 5.51 l +4.12 5.64 l +3.93 5.76 l +3.75 5.89 l +3.57 6.00 l +3.37 6.11 l +3.18 6.22 l +2.98 6.31 l +2.77 6.41 l +2.58 6.48 l +2.37 6.57 l +2.16 6.64 l +1.95 6.70 l +1.74 6.76 l +1.52 6.82 l +1.31 6.85 l +1.09 6.90 l +0.87 6.92 l +0.65 6.96 l +0.44 6.96 l +0.21 6.98 l +-0.01 6.98 l +-0.23 6.98 l +-0.44 6.96 l +-0.67 6.95 l +-0.89 6.93 l +-1.10 6.89 l +-1.32 6.86 l +-1.54 6.80 l +-1.75 6.76 l +-1.97 6.70 l +-2.17 6.63 l +-2.38 6.57 l +-2.59 6.48 l +-2.80 6.40 l +-2.99 6.30 l +-3.19 6.21 l +-3.38 6.11 l +-3.58 5.99 l +-3.76 5.88 l +-3.95 5.76 l +-4.13 5.63 l +-4.30 5.50 l +-4.47 5.36 l +-4.64 5.21 l +-4.81 5.07 l +-4.96 4.91 l +-5.11 4.75 l +-5.26 4.59 l +-5.41 4.42 l +-5.54 4.25 l +-5.67 4.07 l +-5.79 3.89 l +-5.92 3.70 l +-6.03 3.52 l +-6.14 3.32 l +-6.24 3.13 l +-6.34 2.93 l +-6.42 2.73 l +-6.51 2.52 l +295.62 461.70 lineto +-6.65 2.11 l +-6.72 1.90 l +-6.77 1.68 l +-6.83 1.47 l +-6.87 1.25 l +-6.90 1.04 l +-6.93 0.82 l +-6.96 0.59 l +-6.97 0.38 l +-6.98 0.16 l +-6.98 -0.06 l +-6.97 -0.28 l +-6.97 -0.51 l +-6.94 -0.72 l +-6.92 -0.94 l +-6.88 -1.16 l +-6.84 -1.38 l +-6.80 -1.59 l +-6.74 -1.80 l +-6.69 -2.02 l +-6.61 -2.23 l +-6.55 -2.43 l +-6.46 -2.64 l +-6.37 -2.84 l +-6.29 -3.05 l +-6.18 -3.23 l +-6.08 -3.44 l +-5.97 -3.62 l +-5.85 -3.81 l +-5.72 -3.99 l +-5.60 -4.17 l +-5.46 -4.35 l +-5.33 -4.52 l +-5.17 -4.68 l +-5.03 -4.84 l +-4.87 -5.00 l +-4.72 -5.15 l +-4.54 -5.30 l +-4.38 -5.44 l +-4.20 -5.57 l +-4.03 -5.70 l +-3.84 -5.83 l +-3.66 -5.95 l +-3.47 -6.05 l +-3.28 -6.17 l +-3.07 -6.26 l +-2.88 -6.36 l +-2.68 -6.45 l +-2.47 -6.53 l +-2.27 -6.60 l +-2.05 -6.67 l +-1.85 -6.74 l +-1.63 -6.78 l +-1.41 -6.84 l +-1.20 -6.88 l +-0.99 -6.91 l +-0.76 -6.94 l +-0.54 -6.96 l +-0.32 -6.97 l +-0.11 -6.98 l +0.12 -6.98 l +0.34 -6.97 l +0.56 -6.96 l +0.77 -6.94 l +1.00 -6.91 l +1.21 -6.87 l +1.43 -6.84 l +1.65 -6.78 l +1.85 -6.73 l +2.07 -6.67 l +2.28 -6.59 l +2.49 -6.53 l +2.69 -6.44 l +2.89 -6.35 l +3.10 -6.26 l +3.28 -6.16 l +3.48 -6.05 l +3.67 -5.94 l +3.86 -5.82 l +4.04 -5.69 l +4.21 -5.57 l +4.39 -5.43 l +4.56 -5.28 l +4.72 -5.14 l +4.88 -4.99 l +5.04 -4.84 l +5.19 -4.67 l +5.33 -4.50 l +5.48 -4.34 l +5.60 -4.16 l +5.74 -3.98 l +5.85 -3.79 l +5.98 -3.61 l +6.08 -3.42 l +6.19 -3.23 l +6.29 -3.03 l +6.39 -2.83 l +6.46 -2.63 l +6.55 -2.42 l +o +/Font1 findfont 12 s +0 0 0 srgb +225.53 247.69 (60) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.png new file mode 100644 index 0000000000000000000000000000000000000000..55e1a3a1a9f4a770f09beca082d5075832ee7a57 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.ps new file mode 100644 index 0000000000000000000000000000000000000000..57f3f964a0f41bb0a478b482841c885c7e4171d2 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2.ps @@ -0,0 +1,31904 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 230.40 1296.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 230.40 1296.00 345.60 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 307.90 1290.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +38.73 307.90 1251.79 227.73 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 347.14 m +1251.79 0 l +o +np +38.73 392.72 m +1251.79 0 l +o +np +38.73 438.31 m +1251.79 0 l +o +np +38.73 483.89 m +1251.79 0 l +o +np +38.73 529.47 m +1251.79 0 l +o +1.07 setlinewidth +[] 0 setdash +np +38.73 324.35 m +1251.79 0 l +o +np +38.73 369.93 m +1251.79 0 l +o +np +38.73 415.52 m +1251.79 0 l +o +np +38.73 461.10 m +1251.79 0 l +o +np +38.73 506.68 m +1251.79 0 l +o +np +69.77 307.90 m +0 227.74 l +o +np +121.50 307.90 m +0 227.74 l +o +np +173.22 307.90 m +0 227.74 l +o +np +224.95 307.90 m +0 227.74 l +o +np +276.68 307.90 m +0 227.74 l +o +np +328.40 307.90 m +0 227.74 l +o +np +380.13 307.90 m +0 227.74 l +o +np +431.86 307.90 m +0 227.74 l +o +np +483.58 307.90 m +0 227.74 l +o +np +535.31 307.90 m +0 227.74 l +o +np +587.04 307.90 m +0 227.74 l +o +np +638.76 307.90 m +0 227.74 l +o +np +690.49 307.90 m +0 227.74 l +o +np +742.22 307.90 m +0 227.74 l +o +np +793.94 307.90 m +0 227.74 l +o +np +845.67 307.90 m +0 227.74 l +o +np +897.40 307.90 m +0 227.74 l +o +np +949.12 307.90 m +0 227.74 l +o +np +1000.85 307.90 m +0 227.74 l +o +np +1052.58 307.90 m +0 227.74 l +o +np +1104.30 307.90 m +0 227.74 l +o +np +1156.03 307.90 m +0 227.74 l +o +np +1207.76 307.90 m +0 227.74 l +o +np +1259.48 307.90 m +0 227.74 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 64.13 366.12 m +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +56.00 394.91 lineto +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +48.47 423.69 lineto +-0.06 0.29 l +-0.05 0.29 l +-0.04 0.29 l +-0.05 0.28 l +-0.04 0.29 l +-0.04 0.29 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.28 l +0.04 0.29 l +0.04 0.29 l +0.05 0.29 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.06 0.29 l +0.06 0.29 l +0.06 0.28 l +0.07 0.29 l +0.07 0.29 l +0.07 0.29 l +0.07 0.29 l +0.08 0.28 l +0.07 0.29 l +0.08 0.29 l +0.09 0.29 l +0.08 0.29 l +0.09 0.28 l +0.09 0.29 l +0.09 0.29 l +0.10 0.29 l +0.09 0.28 l +0.10 0.29 l +0.10 0.29 l +0.10 0.29 l +0.10 0.29 l +0.11 0.28 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.12 0.29 l +0.12 0.29 l +0.11 0.28 l +0.12 0.29 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.12 0.28 l +0.13 0.29 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.14 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.14 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +55.28 452.48 lineto +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.12 0.29 l +0.13 0.29 l +0.13 0.28 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.12 0.29 l +0.13 0.28 l +0.12 0.29 l +0.12 0.29 l +0.12 0.29 l +0.12 0.28 l +0.12 0.29 l +0.12 0.29 l +0.11 0.29 l +0.12 0.29 l +0.12 0.28 l +0.11 0.29 l +0.12 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.10 0.29 l +0.11 0.29 l +0.10 0.29 l +0.10 0.28 l +0.11 0.29 l +0.10 0.29 l +0.10 0.29 l +0.09 0.28 l +0.10 0.29 l +0.10 0.29 l +0.09 0.29 l +0.10 0.29 l +0.09 0.28 l +0.09 0.29 l +0.09 0.29 l +0.09 0.29 l +0.09 0.29 l +0.09 0.28 l +0.08 0.29 l +0.09 0.29 l +0.08 0.29 l +0.08 0.28 l +0.09 0.29 l +0.08 0.29 l +0.08 0.29 l +0.07 0.29 l +0.08 0.28 l +0.08 0.29 l +0.07 0.29 l +0.08 0.29 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.29 l +0.06 0.29 l +0.07 0.28 l +0.07 0.29 l +0.06 0.29 l +0.06 0.29 l +0.07 0.29 l +0.06 0.28 l +0.06 0.29 l +0.06 0.29 l +0.05 0.29 l +0.06 0.29 l +0.06 0.28 l +0.05 0.29 l +0.05 0.29 l +0.06 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.29 l +0.04 0.29 l +0.05 0.29 l +0.05 0.28 l +0.04 0.29 l +0.05 0.29 l +0.04 0.29 l +0.04 0.29 l +64.53 481.26 lineto +0.04 0.29 l +0.04 0.29 l +0.04 0.29 l +0.04 0.28 l +0.04 0.29 l +0.03 0.29 l +0.04 0.29 l +0.03 0.29 l +0.03 0.28 l +0.04 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.28 l +0.03 0.29 l +66.56 510.05 lineto +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +5.78 0 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +74.28 487.88 lineto +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.29 l +0.06 -0.28 l +0.05 -0.29 l +0.06 -0.29 l +0.06 -0.29 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.07 -0.29 l +0.06 -0.29 l +0.07 -0.29 l +0.06 -0.28 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.08 -0.29 l +0.07 -0.29 l +0.08 -0.29 l +0.07 -0.28 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.09 -0.28 l +0.08 -0.29 l +0.08 -0.29 l +0.09 -0.29 l +0.09 -0.28 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.28 l +0.09 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.09 -0.29 l +0.10 -0.28 l +0.10 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.11 -0.28 l +0.10 -0.29 l +0.10 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.28 l +0.10 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.12 -0.28 l +0.11 -0.29 l +0.11 -0.29 l +0.12 -0.29 l +0.11 -0.29 l +0.12 -0.28 l +0.11 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +81.33 459.10 lineto +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.28 l +0.12 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.12 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.12 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.29 l +0.12 -0.28 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +0.12 -0.29 l +0.11 -0.29 l +0.12 -0.29 l +0.11 -0.28 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.10 -0.28 l +0.11 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.09 -0.28 l +0.10 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.08 -0.28 l +0.09 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.28 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.29 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +91.60 430.31 lineto +0.01 -0.28 l +0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.04 -0.28 l +-0.03 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.05 -0.28 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +84.96 401.53 lineto +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +77.58 372.74 lineto +-0.10 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-11.28 0 l +cp p3 +np + 120.62 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +119.59 356.81 lineto +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +108.03 395.36 lineto +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +102.38 433.92 lineto +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +112.42 472.47 lineto +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +118.34 511.03 lineto +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +5.19 0 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +128.26 481.34 lineto +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +138.84 442.79 lineto +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +139.07 404.23 lineto +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +124.83 365.68 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +122.25 327.12 lineto +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.75 0 l +cp p3 +np + 172.28 318.26 m +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +170.17 356.91 lineto +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.39 l +-0.16 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.39 l +160.84 395.56 lineto +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +154.03 434.22 lineto +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.39 l +0.13 0.38 l +164.54 472.87 lineto +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +170.18 511.52 lineto +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +4.99 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +179.60 481.76 lineto +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +191.05 443.11 lineto +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +189.77 404.45 lineto +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +177.29 365.80 lineto +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.39 l +174.23 327.15 lineto +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-1.88 0 l +cp p3 +np + 224.04 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +223.35 356.73 lineto +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.38 l +213.15 395.20 lineto +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +204.70 433.67 lineto +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.14 0.39 l +215.20 472.14 lineto +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +221.81 510.61 lineto +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +4.96 0 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +232.31 480.99 lineto +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +243.64 442.52 lineto +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +241.31 404.05 lineto +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.14 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +227.60 365.58 lineto +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +225.71 327.10 lineto +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.82 0 l +cp p3 +np + 275.53 339.42 m +-0.01 0.35 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +270.90 373.54 lineto +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.12 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.35 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.34 l +259.79 407.66 lineto +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +258.35 441.78 lineto +0.05 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.06 0.34 l +0.07 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.10 0.34 l +0.09 0.34 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +0.10 0.34 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.12 0.34 l +0.11 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.35 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.35 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.10 0.34 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +268.70 475.89 lineto +0.09 0.35 l +0.10 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.07 0.35 l +0.06 0.34 l +0.07 0.34 l +0.07 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +273.07 510.01 lineto +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +6.39 0 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +282.85 483.74 lineto +0.06 -0.34 l +0.06 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +293.36 449.62 lineto +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.35 l +-0.01 -0.34 l +-0.01 -0.34 l +0 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +294.73 415.51 lineto +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +285.32 381.39 lineto +-0.14 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +278.15 347.27 lineto +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-2.29 0 l +cp p3 +np + 324.60 366.45 m +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.08 0.30 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.09 0.29 l +-0.08 0.30 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.10 0.30 l +-0.09 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.11 0.29 l +-0.10 0.29 l +-0.11 0.30 l +-0.10 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +314.95 395.92 lineto +-0.13 0.29 l +-0.14 0.29 l +-0.13 0.30 l +-0.14 0.29 l +-0.13 0.30 l +-0.14 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.29 l +-0.12 0.30 l +-0.13 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.11 0.30 l +-0.12 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.29 l +-0.10 0.30 l +-0.11 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.09 0.30 l +-0.10 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.30 l +-0.07 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.05 0.30 l +-0.06 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.30 l +-0.04 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +307.67 425.38 lineto +0 0.30 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.04 0.30 l +0.05 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.30 l +0.05 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.29 l +0.06 0.30 l +0.05 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.07 0.30 l +0.07 0.29 l +0.07 0.29 l +0.07 0.30 l +0.07 0.29 l +0.08 0.30 l +0.07 0.29 l +0.08 0.30 l +0.08 0.29 l +0.07 0.30 l +0.08 0.29 l +0.08 0.30 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.09 0.30 l +0.09 0.29 l +0.08 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.10 0.29 l +0.09 0.30 l +0.09 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.11 0.29 l +0.10 0.30 l +0.10 0.29 l +313.28 454.85 lineto +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.12 0.29 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.10 0.29 l +0.11 0.30 l +0.11 0.29 l +0.10 0.29 l +0.11 0.30 l +0.10 0.29 l +0.10 0.30 l +0.10 0.29 l +0.11 0.30 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.09 0.29 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.08 0.30 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.08 0.30 l +0.08 0.29 l +0.08 0.29 l +0.08 0.30 l +0.07 0.29 l +0.08 0.30 l +0.07 0.29 l +0.07 0.30 l +0.08 0.29 l +0.07 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.07 0.30 l +0.06 0.29 l +0.07 0.30 l +0.06 0.29 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.30 l +322.63 484.31 lineto +0.05 0.30 l +0.05 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.29 l +0.04 0.30 l +0.05 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +325.07 513.78 lineto +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.30 l +5.98 0 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +333.27 491.09 lineto +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.09 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.09 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.12 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.12 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +341.01 461.62 lineto +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.12 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.10 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.09 -0.29 l +0.10 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.08 -0.30 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.06 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +348.87 432.16 lineto +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.02 -0.30 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.04 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.10 -0.30 l +-0.10 -0.29 l +-0.09 -0.30 l +-0.10 -0.29 l +-0.11 -0.30 l +-0.10 -0.29 l +-0.11 -0.30 l +-0.10 -0.29 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.12 -0.30 l +-0.11 -0.29 l +344.80 402.69 lineto +-0.11 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.12 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.14 -0.30 l +-0.13 -0.29 l +-0.14 -0.30 l +-0.13 -0.29 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.11 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.11 -0.30 l +-0.12 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.10 -0.30 l +-0.11 -0.29 l +-0.10 -0.29 l +-0.10 -0.30 l +-0.11 -0.29 l +-0.09 -0.30 l +-0.10 -0.29 l +-0.10 -0.30 l +-0.10 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.10 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +333.66 373.23 lineto +-0.07 -0.30 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-7.60 0 l +cp p3 +np + 379.27 318.26 m +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.38 l +378.70 356.52 lineto +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.18 0.38 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +366.94 394.79 lineto +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.16 0.38 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.14 0.38 l +-0.15 0.38 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +361.79 433.06 lineto +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.38 l +0.15 0.38 l +369.51 471.33 lineto +0.15 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.38 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.38 l +376.85 509.59 lineto +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +5.52 0 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +387.77 480.13 lineto +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +398.16 441.86 lineto +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.13 -0.38 l +397.27 403.59 lineto +-0.15 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.38 l +382.93 365.33 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +380.86 327.06 lineto +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +-1.72 0 l +cp p3 +np + 430.42 318.26 m +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +429.63 356.32 lineto +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.11 0.38 l +-0.10 0.38 l +-0.11 0.38 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.38 l +-0.13 0.38 l +-0.12 0.38 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.38 l +-0.20 0.38 l +-0.19 0.38 l +-0.20 0.38 l +-0.21 0.38 l +-0.20 0.38 l +420.18 394.39 lineto +-0.20 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.39 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.15 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +413.80 432.46 lineto +0.02 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.39 l +0.16 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.16 0.39 l +421.34 470.53 lineto +0.16 0.38 l +0.16 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +428.57 508.59 lineto +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +5.55 0 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +439.13 479.28 lineto +0.11 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.39 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.39 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +449.91 441.21 lineto +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.18 -0.38 l +448.28 403.15 lineto +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +435.15 365.08 lineto +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +433.49 327.01 lineto +0 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-2.87 0 l +cp p3 +np + 481.68 318.26 m +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +481.56 356.78 lineto +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.22 0.39 l +-0.22 0.38 l +-0.23 0.39 l +471.68 395.31 lineto +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.24 0.39 l +-0.23 0.38 l +-0.24 0.39 l +-0.23 0.39 l +-0.24 0.38 l +-0.23 0.39 l +-0.24 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.22 0.38 l +-0.23 0.39 l +-0.21 0.38 l +-0.22 0.39 l +-0.22 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +464.68 433.84 lineto +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.39 l +474.30 472.37 lineto +0.15 0.39 l +0.14 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +480.29 510.90 lineto +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +5.59 0 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +489.95 481.23 lineto +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +501.07 442.70 lineto +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +500.72 404.17 lineto +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.22 -0.39 l +-0.22 -0.38 l +-0.22 -0.39 l +-0.23 -0.38 l +-0.22 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.39 l +-0.24 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.22 -0.39 l +-0.22 -0.38 l +-0.22 -0.39 l +-0.21 -0.38 l +-0.22 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +487.14 365.65 lineto +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +485.10 327.12 lineto +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-3.80 0 l +cp p3 +np + 534.44 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +533.64 356.77 lineto +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +521.43 395.28 lineto +-0.21 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +516.44 433.79 lineto +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +526.16 472.30 lineto +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +532.05 510.81 lineto +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +5.48 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +542.11 481.16 lineto +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +552.79 442.65 lineto +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +553.44 404.14 lineto +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +538.39 365.63 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +536.05 327.11 lineto +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.74 0 l +cp p3 +np + 586.19 318.26 m +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +584.52 356.82 lineto +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.19 0.39 l +-0.20 0.38 l +572.22 395.39 lineto +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +569.33 433.95 lineto +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +578.05 472.52 lineto +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +583.88 511.08 lineto +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +5.28 0 l +0.04 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +593.74 481.39 lineto +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +603.81 442.82 lineto +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +605.31 404.26 lineto +-0.11 -0.39 l +-0.10 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +590.89 365.69 lineto +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +587.82 327.13 lineto +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.70 0 l +cp p3 +np + 637.81 318.26 m +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +636.35 356.80 lineto +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.18 0.38 l +625.95 395.35 lineto +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +620.57 433.89 lineto +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +628.57 472.44 lineto +0.14 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +635.54 510.98 lineto +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +5.35 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +646.19 481.30 lineto +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +657.00 442.76 lineto +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +654.89 404.21 lineto +-0.11 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +641.97 365.67 lineto +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +639.81 327.12 lineto +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-1.91 0 l +cp p3 +np + 688.42 346.27 m +-0.01 0.34 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +0 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.35 l +-0.12 0.35 l +-0.13 0.34 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +682.17 380.93 lineto +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.34 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +673.88 415.59 lineto +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.05 0.34 l +0.05 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.09 0.35 l +0.08 0.34 l +0.10 0.35 l +0.09 0.35 l +0.11 0.34 l +0.10 0.35 l +671.74 450.24 lineto +0.11 0.35 l +0.12 0.35 l +0.12 0.34 l +0.13 0.35 l +0.13 0.35 l +0.13 0.34 l +0.13 0.35 l +0.14 0.35 l +0.14 0.34 l +0.15 0.35 l +0.14 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.17 0.35 l +0.16 0.34 l +0.17 0.35 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.16 0.34 l +0.17 0.35 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.16 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.35 l +0.16 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.14 0.34 l +0.14 0.35 l +0.15 0.35 l +0.14 0.34 l +0.13 0.35 l +0.14 0.35 l +0.14 0.34 l +0.13 0.35 l +0.13 0.35 l +0.13 0.34 l +0.13 0.35 l +0.13 0.35 l +0.12 0.34 l +0.13 0.35 l +0.12 0.35 l +0.12 0.34 l +0.12 0.35 l +0.12 0.35 l +0.12 0.34 l +0.11 0.35 l +0.12 0.35 l +0.11 0.34 l +0.11 0.35 l +0.12 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.09 0.35 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.09 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.35 l +0.09 0.34 l +0.08 0.35 l +0.09 0.35 l +0.08 0.34 l +0.09 0.35 l +0.08 0.35 l +684.87 484.90 lineto +0.08 0.35 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.35 l +0.08 0.34 l +0.07 0.35 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.05 0.35 l +0.06 0.34 l +0.06 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.34 l +0.04 0.35 l +0.05 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +688.31 519.56 lineto +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +3.72 0 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +694.62 492.88 lineto +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.34 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +705.90 458.22 lineto +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.09 -0.35 l +0.10 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +707.99 423.56 lineto +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.34 l +702.20 388.90 lineto +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.34 l +692.77 354.24 lineto +-0.01 -0.35 l +-0.01 -0.34 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-4.14 0 l +cp p3 +np + 741.14 344.00 m +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.36 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +734.69 379.14 lineto +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.36 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +724.40 414.28 lineto +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.09 0.36 l +0.09 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.11 0.35 l +0.11 0.35 l +723.29 449.43 lineto +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.13 0.35 l +0.13 0.35 l +0.14 0.35 l +0.13 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.15 0.35 l +0.15 0.35 l +0.15 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.17 0.36 l +0.18 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.36 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.35 l +0.15 0.35 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.14 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.11 0.35 l +0.12 0.35 l +0.11 0.36 l +0.11 0.35 l +0.11 0.35 l +0.10 0.35 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.09 0.35 l +0.10 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.36 l +0.08 0.35 l +737.11 484.57 lineto +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +739.99 519.71 lineto +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +3.85 0 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +746.06 492.65 lineto +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.36 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.18 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.36 l +0.18 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +757.73 457.51 lineto +0.18 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.11 -0.35 l +0.12 -0.36 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.09 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +760.87 422.37 lineto +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +753.10 387.22 lineto +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +743.59 352.08 lineto +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-2.15 0 l +cp p3 +np + 792.72 348.20 m +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.34 l +784.70 382.48 lineto +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.14 0.34 l +-0.15 0.34 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +776.11 416.75 lineto +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0.01 0.34 l +0 0.34 l +0 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.10 0.34 l +0.10 0.34 l +0.10 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.12 0.35 l +0.11 0.34 l +776.09 451.02 lineto +0.12 0.34 l +0.12 0.35 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.13 0.34 l +0.13 0.34 l +0.14 0.34 l +0.13 0.35 l +0.14 0.34 l +0.14 0.34 l +0.13 0.34 l +0.15 0.35 l +0.14 0.34 l +0.14 0.34 l +0.15 0.35 l +0.14 0.34 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.16 0.34 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.14 0.34 l +0.15 0.34 l +0.15 0.34 l +0.14 0.35 l +0.14 0.34 l +0.14 0.34 l +0.15 0.34 l +0.13 0.35 l +0.14 0.34 l +0.14 0.34 l +0.13 0.35 l +0.14 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.12 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.11 0.35 l +0.10 0.34 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.34 l +0.07 0.35 l +0.08 0.34 l +0.07 0.34 l +788.91 485.29 lineto +0.07 0.35 l +0.07 0.34 l +0.06 0.34 l +0.07 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +791.68 519.57 lineto +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +3.93 0 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +797.74 493.18 lineto +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.14 -0.34 l +0.14 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +808.62 458.90 lineto +0.16 -0.34 l +0.15 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.14 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.14 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.35 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.34 l +0 -0.34 l +0 -0.35 l +-0.01 -0.34 l +0 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +813.01 424.63 lineto +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +806.61 390.36 lineto +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.14 -0.34 l +-0.15 -0.34 l +-0.16 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.16 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.16 -0.34 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.16 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +795.72 356.09 lineto +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-2.45 0 l +cp p3 +np + 844.31 345.05 m +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.36 l +840.50 380.25 lineto +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.36 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +828.51 415.45 lineto +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.36 l +0.08 0.35 l +822.98 450.65 lineto +0.09 0.35 l +0.10 0.35 l +0.11 0.36 l +0.12 0.35 l +0.12 0.35 l +0.14 0.35 l +0.13 0.36 l +0.15 0.35 l +0.16 0.35 l +0.16 0.35 l +0.17 0.35 l +0.18 0.36 l +0.18 0.35 l +0.19 0.35 l +0.19 0.35 l +0.21 0.35 l +0.20 0.36 l +0.22 0.35 l +0.21 0.35 l +0.23 0.35 l +0.22 0.35 l +0.23 0.36 l +0.24 0.35 l +0.24 0.35 l +0.24 0.35 l +0.24 0.35 l +0.25 0.36 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.26 0.36 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.26 0.35 l +0.25 0.36 l +0.25 0.35 l +0.24 0.35 l +0.25 0.35 l +0.25 0.35 l +0.24 0.36 l +0.24 0.35 l +0.23 0.35 l +0.24 0.35 l +0.23 0.35 l +0.23 0.36 l +0.22 0.35 l +0.22 0.35 l +0.22 0.35 l +0.22 0.35 l +0.21 0.36 l +0.21 0.35 l +0.20 0.35 l +0.20 0.35 l +0.20 0.35 l +0.20 0.36 l +0.19 0.35 l +0.19 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.15 0.35 l +0.15 0.35 l +0.15 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.14 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.12 0.36 l +0.13 0.35 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.11 0.36 l +0.12 0.35 l +0.11 0.35 l +0.11 0.35 l +0.11 0.35 l +0.11 0.36 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.09 0.35 l +840.75 485.85 lineto +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.36 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +843.22 521.05 lineto +0.04 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.36 l +4.10 0 l +0.04 -0.36 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.04 -0.35 l +0.03 -0.35 l +849.03 493.95 lineto +0.05 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +0.19 -0.35 l +0.18 -0.35 l +0.19 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.35 l +0.20 -0.35 l +0.21 -0.35 l +0.21 -0.36 l +0.22 -0.35 l +0.22 -0.35 l +0.22 -0.35 l +0.22 -0.35 l +0.23 -0.36 l +0.23 -0.35 l +0.24 -0.35 l +0.23 -0.35 l +0.24 -0.35 l +0.25 -0.36 l +0.24 -0.35 l +0.25 -0.35 l +0.24 -0.35 l +0.25 -0.35 l +0.25 -0.36 l +0.26 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.26 -0.35 l +0.25 -0.36 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.36 l +0.24 -0.35 l +0.24 -0.35 l +864.41 458.75 lineto +0.24 -0.35 l +0.23 -0.36 l +0.22 -0.35 l +0.23 -0.35 l +0.21 -0.35 l +0.22 -0.35 l +0.21 -0.36 l +0.20 -0.35 l +0.19 -0.35 l +0.19 -0.35 l +0.18 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +865.86 423.55 lineto +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +853.38 388.34 lineto +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +847.29 353.14 lineto +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-2.72 0 l +cp p3 +np + 896.14 341.17 m +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.36 l +892.21 376.69 lineto +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.36 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.15 0.36 l +-0.16 0.36 l +-0.15 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.18 0.36 l +-0.17 0.35 l +-0.18 0.36 l +-0.18 0.36 l +-0.17 0.35 l +-0.18 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.12 0.36 l +-0.13 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.10 0.36 l +-0.11 0.35 l +879.11 412.22 lineto +-0.10 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.03 0.36 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.36 l +0.05 0.35 l +0.06 0.36 l +0.07 0.35 l +0.06 0.36 l +876.54 447.74 lineto +0.07 0.36 l +0.09 0.35 l +0.08 0.36 l +0.10 0.35 l +0.09 0.36 l +0.11 0.35 l +0.10 0.36 l +0.12 0.35 l +0.11 0.36 l +0.12 0.36 l +0.13 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.36 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.36 l +0.16 0.35 l +0.16 0.36 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.18 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.19 0.36 l +0.19 0.35 l +0.19 0.36 l +0.19 0.36 l +0.19 0.35 l +0.20 0.36 l +0.19 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.21 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.19 0.36 l +0.20 0.35 l +0.20 0.36 l +0.19 0.36 l +0.19 0.35 l +0.20 0.36 l +0.19 0.35 l +0.19 0.36 l +0.18 0.35 l +0.19 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.16 0.36 l +0.16 0.36 l +0.16 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.14 0.36 l +0.15 0.35 l +0.13 0.36 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.13 0.36 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.36 l +0.12 0.35 l +0.12 0.36 l +0.11 0.35 l +0.11 0.36 l +0.11 0.36 l +0.11 0.35 l +0.11 0.36 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.10 0.36 l +0.09 0.35 l +892.10 483.27 lineto +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.08 0.36 l +0.08 0.35 l +0.08 0.36 l +0.08 0.35 l +0.07 0.36 l +0.08 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.36 l +0.07 0.36 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.35 l +0.03 0.36 l +894.80 518.79 lineto +0.03 0.36 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +4.46 0 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.36 l +901.15 491.44 lineto +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.36 l +0.10 -0.35 l +0.09 -0.36 l +0.10 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.16 -0.36 l +0.16 -0.36 l +0.17 -0.35 l +0.16 -0.36 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.19 -0.36 l +0.19 -0.35 l +0.19 -0.36 l +0.19 -0.35 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.21 -0.35 l +0.19 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.19 -0.36 l +0.20 -0.35 l +0.19 -0.36 l +0.19 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +915.30 455.91 lineto +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.12 -0.36 l +0.12 -0.36 l +0.11 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.10 -0.36 l +0.09 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +917.12 420.39 lineto +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.16 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.18 -0.35 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.18 -0.36 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.35 l +904.50 384.86 lineto +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +898.97 349.34 lineto +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-2.51 0 l +cp p3 +np + 948.15 318.26 m +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.04 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +947.28 358.61 lineto +-0.05 0.41 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.15 0.41 l +-0.16 0.40 l +938.13 398.97 lineto +-0.16 0.41 l +-0.15 0.40 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.16 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.15 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.15 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.15 0.41 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.13 0.40 l +-0.14 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.41 l +927.19 439.33 lineto +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.12 0.41 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.14 0.40 l +0.14 0.41 l +0.15 0.40 l +0.15 0.40 l +0.16 0.41 l +0.17 0.40 l +0.17 0.40 l +0.17 0.41 l +0.18 0.40 l +0.18 0.40 l +0.19 0.41 l +0.20 0.40 l +0.19 0.41 l +0.21 0.40 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.23 0.40 l +0.23 0.41 l +0.23 0.40 l +0.23 0.41 l +0.23 0.40 l +0.24 0.40 l +0.23 0.41 l +0.24 0.40 l +0.24 0.40 l +0.24 0.41 l +0.24 0.40 l +0.24 0.40 l +0.24 0.41 l +0.24 0.40 l +0.23 0.40 l +0.24 0.41 l +0.24 0.40 l +0.24 0.41 l +0.23 0.40 l +0.23 0.40 l +0.24 0.41 l +0.23 0.40 l +0.22 0.40 l +0.23 0.41 l +0.22 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.41 l +0.19 0.40 l +0.19 0.40 l +0.19 0.41 l +0.18 0.40 l +0.18 0.40 l +0.18 0.41 l +0.17 0.40 l +0.17 0.40 l +941.80 479.69 lineto +0.17 0.40 l +0.16 0.41 l +0.15 0.40 l +0.15 0.40 l +0.15 0.41 l +0.14 0.40 l +0.15 0.40 l +0.13 0.41 l +0.14 0.40 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.12 0.40 l +0.11 0.41 l +0.12 0.40 l +0.11 0.41 l +0.10 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.05 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +946.65 520.05 lineto +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +4.13 0 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.40 l +0.08 -0.41 l +953.60 488.97 lineto +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.14 -0.41 l +0.14 -0.40 l +0.15 -0.40 l +0.15 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.18 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.23 -0.40 l +0.23 -0.40 l +0.23 -0.41 l +0.24 -0.40 l +0.23 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.23 -0.41 l +0.24 -0.40 l +0.24 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.24 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.23 -0.40 l +0.24 -0.41 l +0.23 -0.40 l +0.24 -0.40 l +0.23 -0.41 l +0.23 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.18 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.16 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.40 l +970.93 448.61 lineto +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.14 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.15 -0.40 l +963.65 408.25 lineto +-0.15 -0.40 l +-0.14 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.14 -0.40 l +-0.15 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +952.34 367.90 lineto +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +949.89 327.54 lineto +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-1.95 0 l +cp p3 +np + 998.62 344.58 m +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.11 0.35 l +994.10 379.92 lineto +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.36 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.08 0.35 l +983.94 415.26 lineto +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +0 0.35 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.07 0.35 l +0.07 0.35 l +0.08 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +0.09 0.35 l +982.08 450.59 lineto +0.09 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.11 0.35 l +0.10 0.36 l +0.11 0.35 l +0.12 0.35 l +0.11 0.36 l +0.12 0.35 l +0.13 0.35 l +0.12 0.36 l +0.13 0.35 l +0.12 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.35 l +0.14 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.36 l +0.15 0.35 l +0.14 0.35 l +0.15 0.36 l +0.16 0.35 l +0.15 0.35 l +0.16 0.36 l +0.15 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.36 l +0.17 0.35 l +0.16 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.15 0.36 l +0.15 0.35 l +0.16 0.35 l +0.15 0.36 l +0.14 0.35 l +0.15 0.35 l +0.15 0.36 l +0.14 0.35 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.14 0.35 l +0.13 0.36 l +0.13 0.35 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.35 l +0.12 0.36 l +0.12 0.35 l +0.11 0.35 l +0.12 0.36 l +0.11 0.35 l +0.10 0.35 l +0.11 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +995.69 485.93 lineto +0.07 0.35 l +0.07 0.36 l +0.07 0.35 l +0.07 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.35 l +0.06 0.36 l +0.05 0.35 l +0.06 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.03 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +998.63 521.27 lineto +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +3.77 0 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +1004.77 494.06 lineto +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.12 -0.35 l +0.12 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.13 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.36 l +0.15 -0.35 l +0.14 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.16 -0.35 l +0.15 -0.36 l +1016.84 458.72 lineto +0.15 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.14 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.12 -0.35 l +0.13 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +1019.47 423.38 lineto +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +1010.20 388.05 lineto +-0.12 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +1003.62 352.71 lineto +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-4.46 0 l +cp p3 +np + 1051.53 339.49 m +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.11 0.37 l +-0.10 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.36 l +1047.68 375.76 lineto +-0.12 0.36 l +-0.11 0.37 l +-0.12 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.12 0.36 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.14 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.12 0.37 l +-0.12 0.36 l +-0.11 0.36 l +-0.12 0.36 l +-0.12 0.37 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.36 l +-0.10 0.36 l +-0.11 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.08 0.37 l +1037.72 412.03 lineto +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0.01 0.36 l +0.01 0.37 l +1031.85 448.30 lineto +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.04 0.37 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.06 0.37 l +0.05 0.36 l +0.06 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.10 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.37 l +0.11 0.36 l +0.12 0.36 l +0.13 0.37 l +0.13 0.36 l +0.13 0.36 l +0.13 0.36 l +0.14 0.37 l +0.14 0.36 l +0.15 0.36 l +0.15 0.36 l +0.15 0.37 l +0.16 0.36 l +0.16 0.36 l +0.16 0.36 l +0.16 0.37 l +0.17 0.36 l +0.17 0.36 l +0.18 0.37 l +0.17 0.36 l +0.18 0.36 l +0.18 0.36 l +0.18 0.37 l +0.19 0.36 l +0.19 0.36 l +0.18 0.36 l +0.19 0.37 l +0.19 0.36 l +0.20 0.36 l +0.19 0.37 l +0.19 0.36 l +0.20 0.36 l +0.20 0.36 l +0.19 0.37 l +0.20 0.36 l +0.20 0.36 l +0.20 0.36 l +0.19 0.37 l +0.20 0.36 l +0.20 0.36 l +0.19 0.36 l +0.20 0.37 l +0.20 0.36 l +0.19 0.36 l +0.20 0.37 l +0.19 0.36 l +0.19 0.36 l +0.19 0.36 l +0.19 0.37 l +0.19 0.36 l +0.18 0.36 l +0.19 0.36 l +0.18 0.37 l +0.18 0.36 l +0.18 0.36 l +0.18 0.36 l +0.17 0.37 l +0.18 0.36 l +0.17 0.36 l +0.17 0.37 l +0.16 0.36 l +0.16 0.36 l +0.16 0.36 l +0.16 0.37 l +0.16 0.36 l +0.15 0.36 l +0.15 0.36 l +0.15 0.37 l +0.14 0.36 l +0.15 0.36 l +0.13 0.37 l +0.14 0.36 l +0.13 0.36 l +0.13 0.36 l +1046.05 484.57 lineto +0.13 0.36 l +0.12 0.36 l +0.12 0.36 l +0.11 0.37 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.10 0.37 l +0.11 0.36 l +0.09 0.36 l +0.10 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.05 0.37 l +0.06 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.04 0.36 l +0.04 0.36 l +0.05 0.36 l +0.03 0.37 l +0.04 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.37 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.37 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.37 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.37 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +1050.15 520.83 lineto +0.03 0.37 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.04 0.37 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +4.10 0 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +1056.97 492.91 lineto +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.37 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.36 l +0.12 -0.36 l +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.36 l +0.14 -0.36 l +0.14 -0.37 l +0.14 -0.36 l +0.15 -0.36 l +0.14 -0.37 l +0.15 -0.36 l +0.16 -0.36 l +0.15 -0.36 l +0.16 -0.37 l +0.16 -0.36 l +0.16 -0.36 l +0.17 -0.36 l +0.17 -0.37 l +0.17 -0.36 l +0.17 -0.36 l +0.18 -0.37 l +0.17 -0.36 l +0.18 -0.36 l +0.18 -0.36 l +0.19 -0.37 l +0.18 -0.36 l +0.19 -0.36 l +0.18 -0.36 l +0.19 -0.37 l +0.19 -0.36 l +0.20 -0.36 l +0.19 -0.36 l +0.19 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.36 l +0.20 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.36 l +0.20 -0.37 l +0.19 -0.36 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.37 l +0.19 -0.36 l +0.19 -0.36 l +0.19 -0.37 l +0.19 -0.36 l +0.19 -0.36 l +0.18 -0.36 l +0.18 -0.37 l +0.18 -0.36 l +0.18 -0.36 l +0.18 -0.36 l +0.17 -0.37 l +0.17 -0.36 l +0.17 -0.36 l +0.16 -0.37 l +0.17 -0.36 l +0.16 -0.36 l +0.15 -0.36 l +0.15 -0.37 l +0.15 -0.36 l +0.15 -0.36 l +0.14 -0.36 l +0.14 -0.37 l +0.14 -0.36 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.36 l +0.11 -0.37 l +0.11 -0.36 l +1071.99 456.64 lineto +0.10 -0.36 l +0.10 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +1069.29 420.37 lineto +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.12 -0.37 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +1060.39 384.10 lineto +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.14 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.12 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +1053.74 347.84 lineto +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-2.10 0 l +cp p3 +np + 1102.54 348.13 m +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.35 l +-0.10 0.34 l +1096.42 382.53 lineto +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.08 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +1087.11 416.92 lineto +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +0 0.34 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0.01 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.35 l +0.05 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +1085.83 451.31 lineto +0.07 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.10 0.34 l +0.09 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.12 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.35 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.13 0.34 l +0.14 0.35 l +0.13 0.34 l +0.14 0.35 l +0.14 0.34 l +0.15 0.34 l +0.14 0.35 l +0.14 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.34 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.14 0.34 l +0.15 0.35 l +0.14 0.34 l +0.14 0.35 l +0.14 0.34 l +0.14 0.34 l +0.14 0.35 l +0.13 0.34 l +0.14 0.35 l +0.13 0.34 l +0.13 0.34 l +0.13 0.35 l +0.12 0.34 l +0.12 0.35 l +0.13 0.34 l +0.11 0.34 l +0.12 0.35 l +0.12 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.09 0.34 l +0.10 0.35 l +0.09 0.34 l +0.09 0.34 l +1098.74 485.71 lineto +0.09 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.34 l +0.07 0.34 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.05 0.35 l +0.05 0.34 l +0.06 0.34 l +0.04 0.35 l +0.05 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +1101.96 520.10 lineto +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.04 0.35 l +4.03 0 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +1108.40 493.62 lineto +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +1120.52 459.23 lineto +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.34 l +0 -0.35 l +0.01 -0.34 l +0 -0.34 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.35 l +1122.98 424.83 lineto +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +1114.74 390.44 lineto +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +1106.88 356.04 lineto +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-3.53 0 l +cp p3 +np + 1155.08 318.26 m +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.40 l +1153.18 358.48 lineto +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +1144.60 398.71 lineto +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +1135.35 438.94 lineto +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.08 0.41 l +0.09 0.40 l +0.09 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.13 0.40 l +0.14 0.40 l +0.15 0.41 l +0.14 0.40 l +0.16 0.40 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.17 0.40 l +0.17 0.40 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.19 0.40 l +0.19 0.40 l +0.19 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.40 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.21 0.40 l +0.21 0.40 l +0.21 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.22 0.40 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.22 0.40 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.21 0.40 l +0.22 0.40 l +0.21 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.40 l +0.20 0.40 l +0.21 0.40 l +0.19 0.41 l +0.20 0.40 l +0.19 0.40 l +0.20 0.40 l +0.18 0.41 l +0.19 0.40 l +0.18 0.40 l +0.18 0.40 l +0.17 0.40 l +0.18 0.41 l +0.17 0.40 l +0.16 0.40 l +0.16 0.40 l +0.16 0.41 l +1148.91 479.17 lineto +0.15 0.40 l +0.15 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.40 l +0.13 0.40 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.40 l +0.11 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.40 l +0.10 0.40 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.40 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.41 l +0.06 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +1153.58 519.40 lineto +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +4.10 0 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +1160.57 488.42 lineto +0.08 -0.40 l +0.07 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.13 -0.40 l +0.14 -0.40 l +0.15 -0.41 l +0.14 -0.40 l +0.16 -0.40 l +0.15 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.18 -0.40 l +0.18 -0.40 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.21 -0.40 l +0.20 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.22 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.18 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.17 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.15 -0.40 l +0.15 -0.40 l +0.14 -0.41 l +0.14 -0.40 l +0.13 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.08 -0.41 l +0.08 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +1176.32 448.19 lineto +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +1169.68 407.96 lineto +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +1160.25 367.74 lineto +-0.08 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +1156.96 327.51 lineto +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-1.90 0 l +cp p3 +np + 1206.68 318.26 m +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.41 l +1205.04 358.77 lineto +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +1196.22 399.29 lineto +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.41 l +0.01 0.41 l +1187.08 439.80 lineto +0.01 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.41 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.41 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.41 l +0.12 0.41 l +0.11 0.40 l +0.12 0.41 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.41 l +0.15 0.40 l +0.15 0.41 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.17 0.41 l +0.16 0.40 l +0.17 0.41 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.18 0.41 l +0.19 0.40 l +0.18 0.41 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.19 0.41 l +0.19 0.40 l +0.19 0.41 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.17 0.41 l +0.18 0.40 l +0.17 0.41 l +0.16 0.40 l +0.16 0.41 l +0.16 0.40 l +0.16 0.41 l +0.15 0.40 l +0.15 0.41 l +0.15 0.40 l +0.14 0.41 l +1201.00 480.32 lineto +0.14 0.40 l +0.13 0.41 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.41 l +0.12 0.40 l +0.11 0.41 l +0.11 0.40 l +0.10 0.41 l +0.11 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.08 0.41 l +0.09 0.40 l +0.08 0.41 l +0.08 0.40 l +0.07 0.41 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.41 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.41 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +1205.45 520.83 lineto +0.04 0.40 l +0.03 0.41 l +0.03 0.41 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.03 0.41 l +3.83 0 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.05 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +1212.20 489.63 lineto +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.15 -0.41 l +0.14 -0.40 l +0.15 -0.41 l +0.16 -0.40 l +0.15 -0.41 l +0.16 -0.40 l +0.16 -0.41 l +0.17 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.20 -0.41 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.15 -0.41 l +0.14 -0.40 l +0.15 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.12 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.41 l +0.11 -0.41 l +0.11 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.41 l +1227.44 449.12 lineto +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +1221.69 408.60 lineto +-0.12 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +1211.83 368.09 lineto +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.41 l +-0.01 -0.40 l +1209.02 327.57 lineto +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-2.16 0 l +cp p3 +np + 1258.41 318.26 m +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +1256.77 358.55 lineto +-0.04 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +1248.20 398.84 lineto +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +1238.37 439.13 lineto +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.13 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.40 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.16 0.40 l +0.17 0.41 l +0.17 0.40 l +0.17 0.40 l +0.18 0.40 l +0.19 0.41 l +0.18 0.40 l +0.20 0.40 l +0.19 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.41 l +0.21 0.40 l +0.21 0.40 l +0.21 0.40 l +0.22 0.41 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.23 0.40 l +0.22 0.40 l +0.22 0.41 l +0.23 0.40 l +0.22 0.40 l +0.22 0.41 l +0.23 0.40 l +0.22 0.40 l +0.22 0.40 l +0.23 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.22 0.40 l +0.21 0.40 l +0.21 0.40 l +0.21 0.41 l +0.21 0.40 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.18 0.40 l +0.19 0.40 l +0.18 0.41 l +0.17 0.40 l +0.17 0.40 l +0.17 0.41 l +0.16 0.40 l +0.16 0.40 l +0.16 0.40 l +0.15 0.41 l +0.15 0.40 l +0.15 0.40 l +0.14 0.41 l +1252.92 479.42 lineto +0.13 0.40 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.40 l +0.12 0.41 l +0.11 0.40 l +0.11 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.04 0.41 l +1257.04 519.71 lineto +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +4.05 0 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.40 l +1263.83 488.69 lineto +0.07 -0.41 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.14 -0.40 l +0.14 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.15 -0.41 l +0.15 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.19 -0.40 l +0.19 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.19 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.21 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.22 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.18 -0.40 l +0.19 -0.41 l +0.18 -0.40 l +0.17 -0.40 l +0.17 -0.40 l +0.17 -0.41 l +0.16 -0.40 l +0.16 -0.40 l +0.16 -0.41 l +0.15 -0.40 l +0.14 -0.40 l +0.14 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.41 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +1279.64 448.39 lineto +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.15 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.15 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.40 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +1273.10 408.10 lineto +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +1263.71 367.81 lineto +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +1260.66 327.52 lineto +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-2.15 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +77.01 399.19 0.89 c p3 +73.74 471.68 0.89 c p3 +60.23 437.92 0.89 c p3 +61.77 424.24 0.89 c p3 +62.87 443.18 0.89 c p3 +72.66 392.71 0.89 c p3 +67.18 381.39 0.89 c p3 +62.77 441.92 0.89 c p3 +64.51 415.65 0.89 c p3 +67.57 454.93 0.89 c p3 +75.89 512.27 0.89 c p3 +75.36 370.00 0.89 c p3 +78.64 432.96 0.89 c p3 +61.89 499.27 0.89 c p3 +61.59 513.21 0.89 c p3 +73.86 456.36 0.89 c p3 +73.65 415.65 0.89 c p3 +62.30 439.08 0.89 c p3 +79.56 425.82 0.89 c p3 +74.36 380.92 0.89 c p3 +75.64 377.83 0.89 c p3 +76.79 393.35 0.89 c p3 +60.01 484.45 0.89 c p3 +59.50 428.58 0.89 c p3 +79.67 369.59 0.89 c p3 +77.61 427.24 0.89 c p3 +68.51 402.35 0.89 c p3 +68.07 380.68 0.89 c p3 +73.91 427.74 0.89 c p3 +76.34 461.19 0.89 c p3 +62.25 457.64 0.89 c p3 +72.76 398.67 0.89 c p3 +79.56 449.59 0.89 c p3 +70.49 478.49 0.89 c p3 +76.43 414.90 0.89 c p3 +64.99 406.79 0.89 c p3 +59.96 391.75 0.89 c p3 +78.61 399.86 0.89 c p3 +68.92 433.28 0.89 c p3 +77.97 440.01 0.89 c p3 +79.60 451.98 0.89 c p3 +70.77 439.30 0.89 c p3 +61.41 433.10 0.89 c p3 +78.90 408.29 0.89 c p3 +77.64 389.14 0.89 c p3 +76.35 366.12 0.89 c p3 +60.97 469.08 0.89 c p3 +63.71 396.79 0.89 c p3 +64.65 449.27 0.89 c p3 +72.20 496.56 0.89 c p3 +74.48 428.37 0.89 c p3 +77.86 417.99 0.89 c p3 +69.43 420.77 0.89 c p3 +72.96 451.06 0.89 c p3 +73.11 422.58 0.89 c p3 +71.90 432.31 0.89 c p3 +78.73 423.71 0.89 c p3 +66.32 427.79 0.89 c p3 +68.36 431.62 0.89 c p3 +66.87 410.04 0.89 c p3 +280.24 412.20 0.89 c p3 +276.62 475.14 0.89 c p3 +280.17 468.71 0.89 c p3 +273.45 386.33 0.89 c p3 +269.71 461.14 0.89 c p3 +267.91 399.93 0.89 c p3 +272.82 339.42 0.89 c p3 +271.97 444.36 0.89 c p3 +267.00 414.67 0.89 c p3 +269.83 460.23 0.89 c p3 +274.58 513.21 0.89 c p3 +274.42 382.81 0.89 c p3 +268.14 437.95 0.89 c p3 +273.90 503.83 0.89 c p3 +274.52 513.76 0.89 c p3 +278.85 458.34 0.89 c p3 +272.26 420.95 0.89 c p3 +279.06 447.16 0.89 c p3 +278.57 434.06 0.89 c p3 +274.52 391.56 0.89 c p3 +283.31 385.26 0.89 c p3 +274.59 397.47 0.89 c p3 +270.14 490.19 0.89 c p3 +284.91 431.59 0.89 c p3 +272.32 363.02 0.89 c p3 +266.88 436.16 0.89 c p3 +284.93 418.58 0.89 c p3 +274.05 396.35 0.89 c p3 +274.93 441.96 0.89 c p3 +277.30 461.79 0.89 c p3 +266.41 422.04 0.89 c p3 +286.26 402.24 0.89 c p3 +266.43 453.05 0.89 c p3 +281.52 480.99 0.89 c p3 +281.14 421.45 0.89 c p3 +270.63 407.76 0.89 c p3 +274.24 402.00 0.89 c p3 +273.16 407.20 0.89 c p3 +274.40 428.73 0.89 c p3 +274.16 452.97 0.89 c p3 +279.67 458.45 0.89 c p3 +278.91 445.09 0.89 c p3 +281.92 446.95 0.89 c p3 +283.78 415.43 0.89 c p3 +277.03 389.98 0.89 c p3 +281.80 374.00 0.89 c p3 +273.07 476.82 0.89 c p3 +270.27 395.96 0.89 c p3 +274.67 454.00 0.89 c p3 +286.26 498.28 0.89 c p3 +280.94 432.18 0.89 c p3 +286.22 420.77 0.89 c p3 +279.20 428.87 0.89 c p3 +273.57 446.26 0.89 c p3 +266.83 423.36 0.89 c p3 +277.87 429.16 0.89 c p3 +277.43 431.05 0.89 c p3 +275.29 440.84 0.89 c p3 +282.84 404.61 0.89 c p3 +285.31 401.38 0.89 c p3 +326.14 405.19 0.89 c p3 +335.68 477.33 0.89 c p3 +318.35 468.05 0.89 c p3 +318.11 408.59 0.89 c p3 +336.32 455.55 0.89 c p3 +321.00 398.44 0.89 c p3 +334.55 368.39 0.89 c p3 +336.94 445.78 0.89 c p3 +338.12 416.98 0.89 c p3 +326.86 459.39 0.89 c p3 +326.88 517.02 0.89 c p3 +318.42 386.49 0.89 c p3 +326.25 434.88 0.89 c p3 +320.75 504.59 0.89 c p3 +323.55 515.78 0.89 c p3 +336.90 459.84 0.89 c p3 +319.48 422.81 0.89 c p3 +326.87 443.34 0.89 c p3 +332.19 430.00 0.89 c p3 +324.87 392.21 0.89 c p3 +335.61 382.07 0.89 c p3 +318.69 398.52 0.89 c p3 +336.73 489.24 0.89 c p3 +337.64 430.43 0.89 c p3 +338.50 366.45 0.89 c p3 +318.99 433.49 0.89 c p3 +327.05 417.21 0.89 c p3 +338.70 396.13 0.89 c p3 +322.34 437.66 0.89 c p3 +337.00 463.60 0.89 c p3 +325.20 458.65 0.89 c p3 +329.60 408.37 0.89 c p3 +325.45 451.00 0.89 c p3 +327.69 483.20 0.89 c p3 +333.96 421.23 0.89 c p3 +320.66 408.51 0.89 c p3 +318.93 401.88 0.89 c p3 +329.24 406.87 0.89 c p3 +333.30 429.74 0.89 c p3 +333.83 449.33 0.89 c p3 +336.73 456.14 0.89 c p3 +338.68 442.23 0.89 c p3 +318.83 441.41 0.89 c p3 +337.92 416.63 0.89 c p3 +319.10 410.10 0.89 c p3 +326.14 375.34 0.89 c p3 +338.42 474.94 0.89 c p3 +324.58 398.47 0.89 c p3 +323.41 454.59 0.89 c p3 +318.29 500.48 0.89 c p3 +318.25 431.49 0.89 c p3 +329.57 419.53 0.89 c p3 +337.75 426.81 0.89 c p3 +333.68 447.80 0.89 c p3 +326.10 421.83 0.89 c p3 +323.18 433.52 0.89 c p3 +323.89 432.41 0.89 c p3 +333.05 436.63 0.89 c p3 +329.30 409.64 0.89 c p3 +334.38 410.49 0.89 c p3 +388.95 414.39 0.89 c p3 +373.85 460.43 0.89 c p3 +388.74 472.80 0.89 c p3 +379.02 406.19 0.89 c p3 +383.45 471.62 0.89 c p3 +374.88 426.77 0.89 c p3 +372.87 384.37 0.89 c p3 +375.72 448.09 0.89 c p3 +387.85 419.50 0.89 c p3 +375.69 455.77 0.89 c p3 +384.81 507.80 0.89 c p3 +370.96 318.26 0.89 c p3 +385.67 440.06 0.89 c p3 +371.55 498.91 0.89 c p3 +378.19 513.80 0.89 c p3 +377.81 456.80 0.89 c p3 +380.89 429.28 0.89 c p3 +381.31 449.22 0.89 c p3 +383.79 436.32 0.89 c p3 +388.27 387.69 0.89 c p3 +385.45 387.29 0.89 c p3 +387.40 407.12 0.89 c p3 +373.94 486.26 0.89 c p3 +381.54 428.76 0.89 c p3 +383.90 369.59 0.89 c p3 +390.10 434.95 0.89 c p3 +377.34 418.98 0.89 c p3 +376.50 397.82 0.89 c p3 +387.89 438.50 0.89 c p3 +377.69 457.18 0.89 c p3 +372.49 465.27 0.89 c p3 +384.83 413.87 0.89 c p3 +383.65 458.89 0.89 c p3 +385.76 475.48 0.89 c p3 +370.26 421.94 0.89 c p3 +380.61 412.90 0.89 c p3 +378.63 406.28 0.89 c p3 +383.83 401.25 0.89 c p3 +390.20 429.15 0.89 c p3 +384.25 455.30 0.89 c p3 +378.46 457.61 0.89 c p3 +381.76 446.31 0.89 c p3 +382.77 446.90 0.89 c p3 +377.47 406.96 0.89 c p3 +373.91 403.48 0.89 c p3 +380.02 371.68 0.89 c p3 +383.63 475.58 0.89 c p3 +378.70 397.42 0.89 c p3 +376.49 452.39 0.89 c p3 +382.53 496.24 0.89 c p3 +372.20 413.87 0.89 c p3 +372.89 399.74 0.89 c p3 +375.55 431.89 0.89 c p3 +374.15 437.99 0.89 c p3 +378.83 408.22 0.89 c p3 +385.48 410.17 0.89 c p3 +389.57 437.92 0.89 c p3 +383.89 449.21 0.89 c p3 +373.10 412.15 0.89 c p3 +376.11 410.10 0.89 c p3 +441.00 413.67 0.89 c p3 +422.88 457.92 0.89 c p3 +437.27 469.32 0.89 c p3 +435.35 378.50 0.89 c p3 +430.27 470.14 0.89 c p3 +430.42 419.34 0.89 c p3 +433.28 332.71 0.89 c p3 +433.47 446.13 0.89 c p3 +432.98 420.89 0.89 c p3 +438.20 454.79 0.89 c p3 +431.03 506.53 0.89 c p3 +437.55 318.26 0.89 c p3 +439.27 437.73 0.89 c p3 +433.28 498.85 0.89 c p3 +429.54 512.78 0.89 c p3 +432.46 458.54 0.89 c p3 +422.45 426.36 0.89 c p3 +436.06 446.34 0.89 c p3 +440.89 433.33 0.89 c p3 +430.39 384.23 0.89 c p3 +426.41 380.25 0.89 c p3 +425.81 403.37 0.89 c p3 +433.09 484.71 0.89 c p3 +424.12 428.28 0.89 c p3 +435.48 358.56 0.89 c p3 +427.58 431.34 0.89 c p3 +424.76 414.30 0.89 c p3 +428.18 394.82 0.89 c p3 +425.89 434.89 0.89 c p3 +421.80 453.84 0.89 c p3 +435.86 466.29 0.89 c p3 +429.52 414.39 0.89 c p3 +427.03 458.75 0.89 c p3 +432.80 473.58 0.89 c p3 +438.64 420.15 0.89 c p3 +431.29 412.26 0.89 c p3 +423.01 405.00 0.89 c p3 +426.87 400.07 0.89 c p3 +435.27 453.73 0.89 c p3 +425.54 450.78 0.89 c p3 +427.78 451.86 0.89 c p3 +432.99 446.23 0.89 c p3 +441.93 441.73 0.89 c p3 +441.38 406.45 0.89 c p3 +422.53 407.52 0.89 c p3 +435.31 369.71 0.89 c p3 +423.74 472.36 0.89 c p3 +423.98 404.41 0.89 c p3 +427.99 452.30 0.89 c p3 +440.71 494.78 0.89 c p3 +436.75 414.16 0.89 c p3 +428.39 403.04 0.89 c p3 +428.12 426.40 0.89 c p3 +423.73 441.02 0.89 c p3 +437.53 408.66 0.89 c p3 +427.87 411.58 0.89 c p3 +422.05 437.53 0.89 c p3 +440.00 446.36 0.89 c p3 +429.68 409.37 0.89 c p3 +434.41 412.03 0.89 c p3 +478.74 409.23 0.89 c p3 +474.74 460.50 0.89 c p3 +487.46 473.02 0.89 c p3 +477.21 380.18 0.89 c p3 +476.77 465.63 0.89 c p3 +488.22 406.37 0.89 c p3 +482.72 318.26 0.89 c p3 +476.24 448.79 0.89 c p3 +493.81 423.12 0.89 c p3 +490.12 454.46 0.89 c p3 +483.74 509.73 0.89 c p3 +482.80 318.26 0.89 c p3 +479.57 437.06 0.89 c p3 +474.57 500.90 0.89 c p3 +476.81 515.14 0.89 c p3 +479.12 462.57 0.89 c p3 +489.22 424.35 0.89 c p3 +479.16 444.82 0.89 c p3 +478.47 426.81 0.89 c p3 +488.20 387.25 0.89 c p3 +489.08 371.68 0.89 c p3 +473.74 401.38 0.89 c p3 +486.33 485.15 0.89 c p3 +478.86 431.22 0.89 c p3 +477.69 365.86 0.89 c p3 +487.83 430.33 0.89 c p3 +485.69 417.95 0.89 c p3 +490.13 398.34 0.89 c p3 +486.17 433.25 0.89 c p3 +479.90 457.78 0.89 c p3 +474.51 463.48 0.89 c p3 +484.22 416.31 0.89 c p3 +486.75 458.25 0.89 c p3 +474.59 476.73 0.89 c p3 +493.09 423.99 0.89 c p3 +488.53 414.25 0.89 c p3 +489.65 405.65 0.89 c p3 +485.96 402.59 0.89 c p3 +484.66 429.21 0.89 c p3 +481.03 449.53 0.89 c p3 +490.07 450.80 0.89 c p3 +474.82 449.38 0.89 c p3 +489.95 437.89 0.89 c p3 +492.46 409.37 0.89 c p3 +486.43 405.84 0.89 c p3 +491.27 371.06 0.89 c p3 +491.21 472.00 0.89 c p3 +481.12 400.08 0.89 c p3 +484.21 451.24 0.89 c p3 +476.05 497.48 0.89 c p3 +481.04 414.90 0.89 c p3 +493.01 403.04 0.89 c p3 +477.54 425.10 0.89 c p3 +483.59 438.11 0.89 c p3 +483.98 412.85 0.89 c p3 +490.45 415.90 0.89 c p3 +493.27 436.35 0.89 c p3 +490.67 443.81 0.89 c p3 +493.87 413.21 0.89 c p3 +485.96 414.16 0.89 c p3 +531.23 410.23 0.89 c p3 +527.52 455.08 0.89 c p3 +539.25 478.57 0.89 c p3 +538.04 406.96 0.89 c p3 +530.15 470.44 0.89 c p3 +539.19 415.98 0.89 c p3 +529.58 378.85 0.89 c p3 +525.44 447.44 0.89 c p3 +530.59 423.17 0.89 c p3 +544.02 454.47 0.89 c p3 +543.67 507.21 0.89 c p3 +533.12 318.26 0.89 c p3 +544.62 436.45 0.89 c p3 +545.14 502.67 0.89 c p3 +540.68 515.05 0.89 c p3 +537.35 460.19 0.89 c p3 +539.30 427.13 0.89 c p3 +526.30 445.39 0.89 c p3 +531.93 434.57 0.89 c p3 +536.97 386.80 0.89 c p3 +534.10 388.95 0.89 c p3 +536.20 403.58 0.89 c p3 +540.59 487.01 0.89 c p3 +530.76 427.31 0.89 c p3 +526.07 367.54 0.89 c p3 +525.40 430.94 0.89 c p3 +526.20 420.15 0.89 c p3 +541.20 399.63 0.89 c p3 +541.42 431.95 0.89 c p3 +537.88 455.70 0.89 c p3 +526.80 466.04 0.89 c p3 +534.23 415.30 0.89 c p3 +537.99 455.86 0.89 c p3 +545.56 473.88 0.89 c p3 +536.67 431.47 0.89 c p3 +544.03 410.61 0.89 c p3 +533.36 400.45 0.89 c p3 +541.14 403.90 0.89 c p3 +535.14 424.65 0.89 c p3 +542.73 453.02 0.89 c p3 +538.00 446.82 0.89 c p3 +536.53 448.72 0.89 c p3 +534.48 426.72 0.89 c p3 +538.20 402.00 0.89 c p3 +537.64 403.69 0.89 c p3 +536.51 370.70 0.89 c p3 +540.37 474.49 0.89 c p3 +541.28 406.71 0.89 c p3 +540.20 455.64 0.89 c p3 +535.31 496.06 0.89 c p3 +537.28 422.12 0.89 c p3 +543.99 405.65 0.89 c p3 +545.21 423.24 0.89 c p3 +539.05 438.15 0.89 c p3 +529.77 397.82 0.89 c p3 +534.27 409.30 0.89 c p3 +538.99 438.71 0.89 c p3 +545.21 446.05 0.89 c p3 +543.48 408.80 0.89 c p3 +544.94 408.51 0.89 c p3 +577.69 409.23 0.89 c p3 +579.19 454.43 0.89 c p3 +590.87 477.61 0.89 c p3 +582.51 391.38 0.89 c p3 +580.03 470.96 0.89 c p3 +592.23 417.06 0.89 c p3 +595.53 362.25 0.89 c p3 +577.70 446.20 0.89 c p3 +592.24 423.32 0.89 c p3 +596.89 453.01 0.89 c p3 +579.86 505.88 0.89 c p3 +587.99 318.26 0.89 c p3 +578.25 434.79 0.89 c p3 +582.55 502.52 0.89 c p3 +580.63 515.33 0.89 c p3 +585.16 459.85 0.89 c p3 +588.75 424.19 0.89 c p3 +586.76 444.88 0.89 c p3 +591.79 432.90 0.89 c p3 +588.11 385.30 0.89 c p3 +581.55 384.96 0.89 c p3 +595.48 403.15 0.89 c p3 +579.74 486.66 0.89 c p3 +592.38 428.44 0.89 c p3 +587.02 365.36 0.89 c p3 +591.04 431.09 0.89 c p3 +595.43 418.68 0.89 c p3 +578.10 397.00 0.89 c p3 +585.78 430.94 0.89 c p3 +583.99 455.85 0.89 c p3 +594.22 465.99 0.89 c p3 +580.67 412.69 0.89 c p3 +587.69 456.77 0.89 c p3 +583.96 473.99 0.89 c p3 +595.78 429.73 0.89 c p3 +595.10 411.10 0.89 c p3 +587.44 400.12 0.89 c p3 +585.65 402.59 0.89 c p3 +577.13 403.69 0.89 c p3 +593.97 450.70 0.89 c p3 +591.59 445.31 0.89 c p3 +587.53 449.59 0.89 c p3 +588.89 429.90 0.89 c p3 +584.83 401.63 0.89 c p3 +578.82 405.65 0.89 c p3 +583.87 368.80 0.89 c p3 +576.85 472.18 0.89 c p3 +585.10 404.11 0.89 c p3 +594.93 453.54 0.89 c p3 +582.35 496.27 0.89 c p3 +589.67 417.40 0.89 c p3 +580.74 402.93 0.89 c p3 +587.85 422.12 0.89 c p3 +579.98 439.43 0.89 c p3 +589.87 399.59 0.89 c p3 +580.95 406.87 0.89 c p3 +580.53 438.01 0.89 c p3 +585.35 447.89 0.89 c p3 +582.79 403.15 0.89 c p3 +588.42 407.20 0.89 c p3 +636.12 416.67 0.89 c p3 +630.76 455.14 0.89 c p3 +635.74 477.17 0.89 c p3 +633.30 386.76 0.89 c p3 +628.98 473.20 0.89 c p3 +638.38 429.68 0.89 c p3 +635.67 348.63 0.89 c p3 +644.33 447.65 0.89 c p3 +645.03 423.55 0.89 c p3 +639.09 454.26 0.89 c p3 +646.48 506.15 0.89 c p3 +630.58 318.26 0.89 c p3 +648.40 443.22 0.89 c p3 +631.97 501.86 0.89 c p3 +639.07 515.22 0.89 c p3 +643.03 459.58 0.89 c p3 +634.86 425.48 0.89 c p3 +643.61 452.26 0.89 c p3 +630.80 443.23 0.89 c p3 +633.82 387.07 0.89 c p3 +628.92 389.80 0.89 c p3 +645.39 409.30 0.89 c p3 +648.89 487.30 0.89 c p3 +639.99 429.13 0.89 c p3 +640.53 361.33 0.89 c p3 +631.90 436.67 0.89 c p3 +637.50 420.86 0.89 c p3 +629.99 400.19 0.89 c p3 +649.06 437.99 0.89 c p3 +648.69 456.26 0.89 c p3 +633.22 467.49 0.89 c p3 +641.97 416.75 0.89 c p3 +635.52 457.89 0.89 c p3 +634.90 474.18 0.89 c p3 +635.98 430.12 0.89 c p3 +643.75 411.63 0.89 c p3 +648.13 400.72 0.89 c p3 +647.73 406.19 0.89 c p3 +647.48 422.28 0.89 c p3 +633.41 458.53 0.89 c p3 +638.27 454.76 0.89 c p3 +648.28 447.63 0.89 c p3 +632.83 441.67 0.89 c p3 +637.32 401.51 0.89 c p3 +629.04 406.71 0.89 c p3 +645.39 370.80 0.89 c p3 +648.34 476.40 0.89 c p3 +641.40 406.28 0.89 c p3 +634.05 454.96 0.89 c p3 +638.45 496.39 0.89 c p3 +636.98 418.98 0.89 c p3 +634.42 404.00 0.89 c p3 +634.67 430.47 0.89 c p3 +629.85 438.98 0.89 c p3 +637.50 394.99 0.89 c p3 +647.95 409.16 0.89 c p3 +643.61 438.69 0.89 c p3 +639.81 449.98 0.89 c p3 +633.18 400.48 0.89 c p3 +639.68 407.91 0.89 c p3 +124.19 413.96 0.89 c p3 +117.67 452.62 0.89 c p3 +121.47 482.00 0.89 c p3 +128.88 412.53 0.89 c p3 +126.43 468.34 0.89 c p3 +131.34 413.47 0.89 c p3 +114.09 381.95 0.89 c p3 +113.46 448.63 0.89 c p3 +129.21 423.43 0.89 c p3 +120.17 454.46 0.89 c p3 +131.55 503.80 0.89 c p3 +119.09 318.26 0.89 c p3 +118.65 435.53 0.89 c p3 +129.93 503.14 0.89 c p3 +124.30 515.27 0.89 c p3 +121.90 460.62 0.89 c p3 +130.53 426.13 0.89 c p3 +121.76 443.70 0.89 c p3 +129.31 431.51 0.89 c p3 +112.38 383.02 0.89 c p3 +127.97 384.82 0.89 c p3 +117.14 404.81 0.89 c p3 +131.33 485.65 0.89 c p3 +117.26 428.58 0.89 c p3 +115.40 364.66 0.89 c p3 +115.75 428.66 0.89 c p3 +116.91 426.79 0.89 c p3 +111.72 405.56 0.89 c p3 +124.69 426.50 0.89 c p3 +116.48 458.31 0.89 c p3 +118.52 466.40 0.89 c p3 +119.53 418.09 0.89 c p3 +130.49 457.30 0.89 c p3 +127.24 472.41 0.89 c p3 +111.97 432.94 0.89 c p3 +128.53 415.34 0.89 c p3 +126.59 401.75 0.89 c p3 +117.67 402.59 0.89 c p3 +127.97 423.76 0.89 c p3 +120.60 450.24 0.89 c p3 +116.39 442.47 0.89 c p3 +130.96 451.94 0.89 c p3 +121.73 427.79 0.89 c p3 +116.42 403.80 0.89 c p3 +119.03 403.58 0.89 c p3 +120.07 368.72 0.89 c p3 +126.72 472.75 0.89 c p3 +120.35 400.72 0.89 c p3 +117.90 455.07 0.89 c p3 +112.41 495.66 0.89 c p3 +113.81 417.48 0.89 c p3 +124.51 402.00 0.89 c p3 +130.64 420.45 0.89 c p3 +123.75 436.57 0.89 c p3 +112.58 397.87 0.89 c p3 +117.23 411.58 0.89 c p3 +131.07 441.93 0.89 c p3 +129.35 446.12 0.89 c p3 +116.66 394.32 0.89 c p3 +116.27 412.15 0.89 c p3 +173.25 411.16 0.89 c p3 +176.66 453.41 0.89 c p3 +164.12 482.56 0.89 c p3 +171.75 375.88 0.89 c p3 +167.51 466.85 0.89 c p3 +171.23 410.74 0.89 c p3 +182.93 350.63 0.89 c p3 +163.90 447.60 0.89 c p3 +169.52 423.48 0.89 c p3 +163.82 454.71 0.89 c p3 +175.82 503.92 0.89 c p3 +177.80 318.26 0.89 c p3 +167.67 436.49 0.89 c p3 +177.16 501.94 0.89 c p3 +183.38 515.77 0.89 c p3 +163.70 458.76 0.89 c p3 +172.22 421.67 0.89 c p3 +168.33 444.64 0.89 c p3 +163.61 433.47 0.89 c p3 +181.57 381.68 0.89 c p3 +168.23 383.07 0.89 c p3 +182.80 404.51 0.89 c p3 +178.81 485.90 0.89 c p3 +170.30 429.08 0.89 c p3 +170.28 359.60 0.89 c p3 +163.73 427.78 0.89 c p3 +178.64 427.64 0.89 c p3 +175.77 405.65 0.89 c p3 +169.52 425.57 0.89 c p3 +177.73 457.77 0.89 c p3 +166.25 462.63 0.89 c p3 +178.37 419.41 0.89 c p3 +182.28 457.78 0.89 c p3 +173.61 471.23 0.89 c p3 +179.21 433.80 0.89 c p3 +179.31 414.49 0.89 c p3 +178.46 396.39 0.89 c p3 +178.85 404.31 0.89 c p3 +176.71 438.31 0.89 c p3 +164.14 450.02 0.89 c p3 +171.35 443.58 0.89 c p3 +180.29 449.86 0.89 c p3 +178.29 426.77 0.89 c p3 +178.47 402.24 0.89 c p3 +171.90 405.00 0.89 c p3 +164.83 368.26 0.89 c p3 +182.02 471.67 0.89 c p3 +165.75 405.65 0.89 c p3 +177.93 454.68 0.89 c p3 +182.51 495.65 0.89 c p3 +168.39 419.72 0.89 c p3 +174.44 403.15 0.89 c p3 +175.67 419.34 0.89 c p3 +166.56 433.06 0.89 c p3 +172.58 393.74 0.89 c p3 +172.11 411.92 0.89 c p3 +172.44 439.64 0.89 c p3 +177.20 444.51 0.89 c p3 +173.02 411.58 0.89 c p3 +170.78 411.46 0.89 c p3 +219.46 416.63 0.89 c p3 +214.75 454.05 0.89 c p3 +220.80 483.74 0.89 c p3 +233.25 425.57 0.89 c p3 +225.26 473.16 0.89 c p3 +231.25 423.00 0.89 c p3 +229.23 399.41 0.89 c p3 +222.34 448.89 0.89 c p3 +218.06 421.56 0.89 c p3 +221.11 456.38 0.89 c p3 +215.73 501.28 0.89 c p3 +221.20 318.26 0.89 c p3 +228.20 438.57 0.89 c p3 +220.35 499.96 0.89 c p3 +219.48 514.85 0.89 c p3 +232.94 457.39 0.89 c p3 +231.13 427.91 0.89 c p3 +222.10 448.03 0.89 c p3 +221.92 436.02 0.89 c p3 +228.39 384.87 0.89 c p3 +233.52 391.19 0.89 c p3 +221.69 408.88 0.89 c p3 +230.16 487.67 0.89 c p3 +232.30 429.61 0.89 c p3 +217.76 366.21 0.89 c p3 +215.72 433.73 0.89 c p3 +220.58 429.64 0.89 c p3 +219.04 408.59 0.89 c p3 +214.79 431.37 0.89 c p3 +234.76 458.48 0.89 c p3 +222.15 466.14 0.89 c p3 +232.63 422.90 0.89 c p3 +234.78 458.16 0.89 c p3 +231.87 471.86 0.89 c p3 +227.53 435.28 0.89 c p3 +221.50 413.77 0.89 c p3 +233.26 403.26 0.89 c p3 +218.86 407.20 0.89 c p3 +225.68 421.28 0.89 c p3 +233.44 456.42 0.89 c p3 +231.07 450.71 0.89 c p3 +217.95 451.36 0.89 c p3 +222.57 432.67 0.89 c p3 +219.66 404.21 0.89 c p3 +222.15 408.37 0.89 c p3 +215.00 367.23 0.89 c p3 +214.92 476.49 0.89 c p3 +220.92 411.22 0.89 c p3 +219.17 455.95 0.89 c p3 +218.26 495.34 0.89 c p3 +214.77 417.21 0.89 c p3 +216.68 400.43 0.89 c p3 +234.41 424.56 0.89 c p3 +221.31 436.26 0.89 c p3 +216.58 397.66 0.89 c p3 +225.42 413.37 0.89 c p3 +227.50 442.74 0.89 c p3 +232.61 450.70 0.89 c p3 +222.10 390.37 0.89 c p3 +221.81 414.99 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +681.10 437.56 0.89 c p3 +692.07 482.65 0.89 c p3 +684.72 445.24 0.89 c p3 +685.17 383.52 0.89 c p3 +698.27 475.82 0.89 c p3 +693.98 408.59 0.89 c p3 +690.60 346.60 0.89 c p3 +686.21 435.95 0.89 c p3 +683.47 417.21 0.89 c p3 +686.49 435.91 0.89 c p3 +685.59 523.37 0.89 c p3 +696.01 404.90 0.89 c p3 +684.23 426.70 0.89 c p3 +697.17 504.18 0.89 c p3 +700.07 510.17 0.89 c p3 +692.67 451.80 0.89 c p3 +688.65 404.71 0.89 c p3 +690.66 443.99 0.89 c p3 +689.77 434.50 0.89 c p3 +682.58 378.71 0.89 c p3 +694.36 372.15 0.89 c p3 +695.87 388.85 0.89 c p3 +685.32 471.55 0.89 c p3 +682.30 427.54 0.89 c p3 +686.25 391.67 0.89 c p3 +695.19 440.61 0.89 c p3 +699.00 444.92 0.89 c p3 +691.44 423.36 0.89 c p3 +681.79 416.75 0.89 c p3 +680.62 441.54 0.89 c p3 +687.62 470.87 0.89 c p3 +685.62 451.25 0.89 c p3 +690.88 452.60 0.89 c p3 +689.81 469.87 0.89 c p3 +686.52 424.65 0.89 c p3 +688.82 400.51 0.89 c p3 +682.33 392.49 0.89 c p3 +699.65 408.29 0.89 c p3 +698.70 418.82 0.89 c p3 +687.78 450.23 0.89 c p3 +692.01 454.18 0.89 c p3 +689.42 459.58 0.89 c p3 +682.66 408.88 0.89 c p3 +683.68 394.97 0.89 c p3 +680.84 392.59 0.89 c p3 +690.06 346.27 0.89 c p3 +694.01 470.74 0.89 c p3 +696.19 393.21 0.89 c p3 +690.46 433.52 0.89 c p3 +684.72 489.95 0.89 c p3 +691.93 429.33 0.89 c p3 +698.29 420.72 0.89 c p3 +683.03 407.36 0.89 c p3 +687.60 449.71 0.89 c p3 +686.76 407.44 0.89 c p3 +697.98 453.14 0.89 c p3 +694.58 443.89 0.89 c p3 +687.97 450.44 0.89 c p3 +691.08 394.64 0.89 c p3 +681.61 446.77 0.89 c p3 +746.89 442.83 0.89 c p3 +739.00 481.28 0.89 c p3 +736.93 442.29 0.89 c p3 +748.58 409.43 0.89 c p3 +752.32 464.24 0.89 c p3 +745.41 407.91 0.89 c p3 +739.30 375.06 0.89 c p3 +746.77 436.77 0.89 c p3 +743.82 420.45 0.89 c p3 +740.01 429.90 0.89 c p3 +743.82 523.58 0.89 c p3 +739.01 401.00 0.89 c p3 +751.96 426.95 0.89 c p3 +748.37 503.75 0.89 c p3 +735.81 512.45 0.89 c p3 +740.55 454.14 0.89 c p3 +746.84 408.59 0.89 c p3 +741.69 437.23 0.89 c p3 +736.51 438.61 0.89 c p3 +740.01 380.05 0.89 c p3 +742.28 374.88 0.89 c p3 +734.59 387.80 0.89 c p3 +736.29 470.31 0.89 c p3 +742.79 424.74 0.89 c p3 +752.44 391.56 0.89 c p3 +738.42 435.73 0.89 c p3 +742.27 445.37 0.89 c p3 +743.79 423.97 0.89 c p3 +735.08 410.74 0.89 c p3 +737.81 436.48 0.89 c p3 +739.53 479.61 0.89 c p3 +739.36 453.14 0.89 c p3 +733.45 447.74 0.89 c p3 +733.52 469.53 0.89 c p3 +739.09 425.20 0.89 c p3 +752.41 402.00 0.89 c p3 +748.87 392.29 0.89 c p3 +737.29 406.87 0.89 c p3 +735.47 416.98 0.89 c p3 +743.26 443.29 0.89 c p3 +749.18 447.28 0.89 c p3 +742.39 456.37 0.89 c p3 +732.07 409.30 0.89 c p3 +739.26 398.20 0.89 c p3 +752.43 388.98 0.89 c p3 +741.51 344.00 0.89 c p3 +743.47 461.77 0.89 c p3 +744.99 394.66 0.89 c p3 +735.61 429.31 0.89 c p3 +743.25 490.41 0.89 c p3 +744.98 436.13 0.89 c p3 +734.54 425.70 0.89 c p3 +745.34 399.50 0.89 c p3 +737.49 452.71 0.89 c p3 +743.12 409.90 0.89 c p3 +736.76 456.36 0.89 c p3 +746.69 448.09 0.89 c p3 +733.85 441.61 0.89 c p3 +736.27 406.87 0.89 c p3 +747.71 455.19 0.89 c p3 +795.17 438.31 0.89 c p3 +795.56 481.44 0.89 c p3 +795.84 445.24 0.89 c p3 +802.88 417.81 0.89 c p3 +794.80 461.36 0.89 c p3 +786.95 404.61 0.89 c p3 +785.27 379.60 0.89 c p3 +803.73 435.58 0.89 c p3 +790.66 420.75 0.89 c p3 +783.72 431.51 0.89 c p3 +790.57 523.34 0.89 c p3 +787.77 399.14 0.89 c p3 +791.63 426.95 0.89 c p3 +794.76 505.09 0.89 c p3 +786.40 512.28 0.89 c p3 +801.34 454.38 0.89 c p3 +794.73 409.43 0.89 c p3 +784.98 434.90 0.89 c p3 +786.75 435.39 0.89 c p3 +791.38 380.25 0.89 c p3 +789.60 373.27 0.89 c p3 +794.54 387.97 0.89 c p3 +790.04 470.90 0.89 c p3 +795.01 424.46 0.89 c p3 +787.66 392.66 0.89 c p3 +803.33 435.51 0.89 c p3 +787.93 447.85 0.89 c p3 +788.36 426.51 0.89 c p3 +801.06 408.59 0.89 c p3 +799.34 436.82 0.89 c p3 +795.73 479.46 0.89 c p3 +785.71 455.40 0.89 c p3 +785.17 448.88 0.89 c p3 +797.93 469.66 0.89 c p3 +801.95 424.97 0.89 c p3 +803.23 401.63 0.89 c p3 +790.92 391.21 0.89 c p3 +786.20 405.84 0.89 c p3 +789.79 416.19 0.89 c p3 +789.17 441.54 0.89 c p3 +786.64 446.23 0.89 c p3 +785.86 459.12 0.89 c p3 +803.01 407.28 0.89 c p3 +800.46 400.51 0.89 c p3 +786.46 391.27 0.89 c p3 +784.28 348.20 0.89 c p3 +794.39 461.08 0.89 c p3 +790.40 397.25 0.89 c p3 +784.18 430.55 0.89 c p3 +788.38 489.72 0.89 c p3 +801.60 435.18 0.89 c p3 +784.77 425.67 0.89 c p3 +804.01 393.92 0.89 c p3 +798.13 452.78 0.89 c p3 +787.91 407.28 0.89 c p3 +792.16 457.07 0.89 c p3 +786.00 449.06 0.89 c p3 +791.86 438.29 0.89 c p3 +784.49 403.04 0.89 c p3 +790.25 455.26 0.89 c p3 +848.83 450.01 0.89 c p3 +846.08 473.25 0.89 c p3 +852.37 450.75 0.89 c p3 +838.43 425.86 0.89 c p3 +841.58 466.85 0.89 c p3 +852.85 412.90 0.89 c p3 +849.96 392.51 0.89 c p3 +844.09 438.12 0.89 c p3 +842.95 423.50 0.89 c p3 +837.69 440.99 0.89 c p3 +835.57 524.93 0.89 c p3 +837.61 345.05 0.89 c p3 +838.63 429.74 0.89 c p3 +844.24 507.74 0.89 c p3 +844.53 512.56 0.89 c p3 +852.16 455.94 0.89 c p3 +844.33 417.84 0.89 c p3 +845.75 443.07 0.89 c p3 +841.72 446.21 0.89 c p3 +841.66 386.22 0.89 c p3 +845.72 387.90 0.89 c p3 +837.08 400.87 0.89 c p3 +836.76 478.75 0.89 c p3 +851.03 426.15 0.89 c p3 +853.87 376.97 0.89 c p3 +847.95 439.18 0.89 c p3 +852.91 451.16 0.89 c p3 +853.31 429.60 0.89 c p3 +842.65 427.57 0.89 c p3 +836.16 436.71 0.89 c p3 +848.41 481.27 0.89 c p3 +836.35 456.21 0.89 c p3 +836.01 456.64 0.89 c p3 +840.89 470.95 0.89 c p3 +850.16 432.38 0.89 c p3 +854.46 409.64 0.89 c p3 +853.31 404.90 0.89 c p3 +848.07 417.98 0.89 c p3 +853.26 422.28 0.89 c p3 +850.67 456.14 0.89 c p3 +839.51 450.96 0.89 c p3 +842.83 453.16 0.89 c p3 +839.85 428.29 0.89 c p3 +851.04 397.35 0.89 c p3 +840.34 395.75 0.89 c p3 +855.05 364.70 0.89 c p3 +841.78 468.72 0.89 c p3 +842.19 409.09 0.89 c p3 +843.68 442.00 0.89 c p3 +839.70 492.04 0.89 c p3 +842.49 424.78 0.89 c p3 +837.88 413.67 0.89 c p3 +840.16 421.78 0.89 c p3 +845.16 452.07 0.89 c p3 +851.14 403.37 0.89 c p3 +843.02 453.17 0.89 c p3 +846.03 449.59 0.89 c p3 +840.74 447.93 0.89 c p3 +844.58 432.66 0.89 c p3 +855.09 456.76 0.89 c p3 +898.66 443.18 0.89 c p3 +890.72 470.33 0.89 c p3 +905.15 457.65 0.89 c p3 +905.59 415.60 0.89 c p3 +899.85 464.76 0.89 c p3 +891.97 407.04 0.89 c p3 +893.29 379.06 0.89 c p3 +898.55 437.60 0.89 c p3 +892.06 423.90 0.89 c p3 +902.95 441.28 0.89 c p3 +905.88 522.70 0.89 c p3 +903.93 341.17 0.89 c p3 +900.58 426.86 0.89 c p3 +903.64 507.83 0.89 c p3 +903.41 512.54 0.89 c p3 +894.44 456.46 0.89 c p3 +891.13 416.47 0.89 c p3 +900.96 439.19 0.89 c p3 +897.98 433.73 0.89 c p3 +890.42 383.57 0.89 c p3 +890.09 377.91 0.89 c p3 +894.21 400.87 0.89 c p3 +890.42 479.49 0.89 c p3 +898.50 423.64 0.89 c p3 +900.44 382.71 0.89 c p3 +906.42 431.72 0.89 c p3 +901.68 448.01 0.89 c p3 +893.73 426.34 0.89 c p3 +897.61 419.57 0.89 c p3 +887.93 444.88 0.89 c p3 +894.35 480.20 0.89 c p3 +895.16 453.04 0.89 c p3 +906.33 457.49 0.89 c p3 +906.17 470.52 0.89 c p3 +892.81 429.77 0.89 c p3 +898.59 409.77 0.89 c p3 +902.43 402.82 0.89 c p3 +907.63 412.37 0.89 c p3 +892.30 432.99 0.89 c p3 +891.50 444.24 0.89 c p3 +901.91 446.21 0.89 c p3 +902.88 455.57 0.89 c p3 +894.00 417.88 0.89 c p3 +890.73 398.21 0.89 c p3 +889.58 397.21 0.89 c p3 +896.94 361.87 0.89 c p3 +901.78 464.10 0.89 c p3 +898.87 408.22 0.89 c p3 +892.23 441.67 0.89 c p3 +905.42 493.62 0.89 c p3 +896.52 424.59 0.89 c p3 +907.37 413.72 0.89 c p3 +895.87 409.16 0.89 c p3 +892.31 449.79 0.89 c p3 +902.84 407.44 0.89 c p3 +907.73 445.57 0.89 c p3 +888.20 449.78 0.89 c p3 +892.12 446.16 0.89 c p3 +887.93 410.86 0.89 c p3 +889.63 454.02 0.89 c p3 +957.89 444.65 0.89 c p3 +947.18 471.63 0.89 c p3 +949.75 458.94 0.89 c p3 +951.63 413.82 0.89 c p3 +949.78 464.85 0.89 c p3 +948.15 414.49 0.89 c p3 +939.14 382.07 0.89 c p3 +945.56 439.67 0.89 c p3 +952.98 423.50 0.89 c p3 +943.48 440.18 0.89 c p3 +952.60 524.49 0.89 c p3 +955.75 318.26 0.89 c p3 +946.21 429.85 0.89 c p3 +949.07 508.06 0.89 c p3 +951.29 512.64 0.89 c p3 +940.81 458.55 0.89 c p3 +948.88 422.53 0.89 c p3 +946.50 443.09 0.89 c p3 +957.32 444.54 0.89 c p3 +946.27 384.65 0.89 c p3 +955.97 385.22 0.89 c p3 +949.56 400.48 0.89 c p3 +944.55 477.50 0.89 c p3 +944.96 427.35 0.89 c p3 +957.22 373.37 0.89 c p3 +951.04 436.41 0.89 c p3 +950.03 454.63 0.89 c p3 +955.27 433.15 0.89 c p3 +952.50 427.36 0.89 c p3 +951.26 441.93 0.89 c p3 +952.22 482.74 0.89 c p3 +950.90 458.24 0.89 c p3 +938.84 456.66 0.89 c p3 +940.41 470.83 0.89 c p3 +941.33 433.13 0.89 c p3 +943.39 408.07 0.89 c p3 +948.67 405.75 0.89 c p3 +952.70 421.83 0.89 c p3 +948.25 435.37 0.89 c p3 +943.35 454.69 0.89 c p3 +956.54 453.39 0.89 c p3 +940.28 456.90 0.89 c p3 +956.04 423.64 0.89 c p3 +955.90 399.22 0.89 c p3 +943.68 402.47 0.89 c p3 +950.00 362.05 0.89 c p3 +944.06 469.88 0.89 c p3 +958.25 403.04 0.89 c p3 +957.87 441.19 0.89 c p3 +950.22 493.38 0.89 c p3 +942.56 426.77 0.89 c p3 +954.43 414.53 0.89 c p3 +946.12 422.63 0.89 c p3 +943.26 451.12 0.89 c p3 +954.42 404.31 0.89 c p3 +945.25 449.07 0.89 c p3 +955.42 452.15 0.89 c p3 +939.80 446.21 0.89 c p3 +943.60 412.58 0.89 c p3 +951.14 457.50 0.89 c p3 +1006.77 433.20 0.89 c p3 +991.15 470.86 0.89 c p3 +1000.78 452.89 0.89 c p3 +1000.32 388.95 0.89 c p3 +1009.95 465.55 0.89 c p3 +1004.16 408.80 0.89 c p3 +996.23 344.58 0.89 c p3 +1010.07 434.47 0.89 c p3 +998.92 426.99 0.89 c p3 +1008.44 437.53 0.89 c p3 +1010.93 525.16 0.89 c p3 +1009.84 350.20 0.89 c p3 +1009.74 424.41 0.89 c p3 +991.61 508.79 0.89 c p3 +994.85 509.88 0.89 c p3 +1003.22 457.78 0.89 c p3 +995.33 422.40 0.89 c p3 +1003.02 438.29 0.89 c p3 +1002.90 432.90 0.89 c p3 +1007.43 382.91 0.89 c p3 +1011.03 380.68 0.89 c p3 +996.85 397.04 0.89 c p3 +1000.33 476.33 0.89 c p3 +992.20 423.85 0.89 c p3 +1006.18 377.68 0.89 c p3 +1008.71 431.86 0.89 c p3 +998.38 453.72 0.89 c p3 +996.16 432.41 0.89 c p3 +996.15 417.77 0.89 c p3 +1009.50 442.33 0.89 c p3 +1005.13 487.53 0.89 c p3 +995.80 458.55 0.89 c p3 +1006.34 457.10 0.89 c p3 +999.57 471.24 0.89 c p3 +996.82 431.97 0.89 c p3 +997.24 405.28 0.89 c p3 +993.86 397.45 0.89 c p3 +991.86 416.63 0.89 c p3 +1011.15 433.06 0.89 c p3 +1005.34 446.15 0.89 c p3 +1009.93 448.23 0.89 c p3 +1005.28 454.23 0.89 c p3 +999.25 407.28 0.89 c p3 +1006.90 392.49 0.89 c p3 +1000.62 399.73 0.89 c p3 +1002.52 361.51 0.89 c p3 +992.23 463.72 0.89 c p3 +1010.64 413.87 0.89 c p3 +1005.73 438.60 0.89 c p3 +1003.69 492.28 0.89 c p3 +992.11 423.29 0.89 c p3 +992.84 414.01 0.89 c p3 +1008.99 404.61 0.89 c p3 +997.04 453.40 0.89 c p3 +996.57 399.64 0.89 c p3 +1003.51 447.96 0.89 c p3 +1003.83 453.06 0.89 c p3 +1007.74 442.96 0.89 c p3 +1006.44 406.28 0.89 c p3 +992.19 457.09 0.89 c p3 +1062.28 444.72 0.89 c p3 +1050.05 472.87 0.89 c p3 +1061.23 457.80 0.89 c p3 +1049.58 413.57 0.89 c p3 +1054.55 466.30 0.89 c p3 +1044.57 423.53 0.89 c p3 +1058.30 387.29 0.89 c p3 +1047.14 439.32 0.89 c p3 +1057.79 423.29 0.89 c p3 +1048.17 440.48 0.89 c p3 +1056.70 524.82 0.89 c p3 +1060.49 339.49 0.89 c p3 +1043.97 432.73 0.89 c p3 +1057.80 509.00 0.89 c p3 +1043.76 511.97 0.89 c p3 +1057.24 456.71 0.89 c p3 +1057.21 425.55 0.89 c p3 +1048.92 446.62 0.89 c p3 +1057.88 441.91 0.89 c p3 +1043.17 384.96 0.89 c p3 +1058.57 388.01 0.89 c p3 +1057.84 405.19 0.89 c p3 +1059.35 478.54 0.89 c p3 +1046.75 429.51 0.89 c p3 +1054.01 390.99 0.89 c p3 +1057.85 437.84 0.89 c p3 +1060.91 461.77 0.89 c p3 +1050.17 440.43 0.89 c p3 +1056.00 428.44 0.89 c p3 +1052.60 443.24 0.89 c p3 +1046.50 484.85 0.89 c p3 +1046.53 462.22 0.89 c p3 +1047.04 459.37 0.89 c p3 +1054.10 473.14 0.89 c p3 +1058.75 438.91 0.89 c p3 +1058.92 404.51 0.89 c p3 +1059.64 404.21 0.89 c p3 +1049.99 426.44 0.89 c p3 +1052.89 421.40 0.89 c p3 +1045.44 459.03 0.89 c p3 +1059.45 457.93 0.89 c p3 +1043.87 458.78 0.89 c p3 +1061.73 415.08 0.89 c p3 +1054.62 397.62 0.89 c p3 +1057.93 390.65 0.89 c p3 +1054.05 366.41 0.89 c p3 +1044.26 472.05 0.89 c p3 +1044.18 400.14 0.89 c p3 +1046.74 441.53 0.89 c p3 +1046.05 495.65 0.89 c p3 +1056.72 421.88 0.89 c p3 +1058.97 412.74 0.89 c p3 +1043.17 421.99 0.89 c p3 +1053.23 451.08 0.89 c p3 +1046.75 391.67 0.89 c p3 +1057.83 454.87 0.89 c p3 +1048.18 455.79 0.89 c p3 +1059.71 446.43 0.89 c p3 +1057.13 408.88 0.89 c p3 +1059.24 457.71 0.89 c p3 +1106.33 435.07 0.89 c p3 +1108.46 470.02 0.89 c p3 +1106.21 454.41 0.89 c p3 +1113.94 399.17 0.89 c p3 +1111.18 462.90 0.89 c p3 +1103.37 407.52 0.89 c p3 +1096.68 369.21 0.89 c p3 +1100.91 435.68 0.89 c p3 +1096.90 426.44 0.89 c p3 +1104.71 438.09 0.89 c p3 +1094.77 523.89 0.89 c p3 +1107.20 348.13 0.89 c p3 +1102.79 426.06 0.89 c p3 +1111.77 508.56 0.89 c p3 +1112.04 510.89 0.89 c p3 +1100.86 458.09 0.89 c p3 +1100.21 425.84 0.89 c p3 +1098.30 437.79 0.89 c p3 +1104.29 439.29 0.89 c p3 +1111.98 383.90 0.89 c p3 +1094.06 383.61 0.89 c p3 +1113.47 396.19 0.89 c p3 +1105.18 476.87 0.89 c p3 +1103.11 426.25 0.89 c p3 +1103.07 381.16 0.89 c p3 +1104.55 429.21 0.89 c p3 +1109.64 458.04 0.89 c p3 +1104.07 436.58 0.89 c p3 +1111.07 420.30 0.89 c p3 +1095.99 441.06 0.89 c p3 +1108.04 486.92 0.89 c p3 +1095.47 461.47 0.89 c p3 +1095.52 457.70 0.89 c p3 +1108.35 472.06 0.89 c p3 +1099.94 433.13 0.89 c p3 +1099.99 405.47 0.89 c p3 +1109.36 399.08 0.89 c p3 +1108.08 422.17 0.89 c p3 +1106.50 419.53 0.89 c p3 +1108.87 446.73 0.89 c p3 +1100.52 447.77 0.89 c p3 +1096.03 459.28 0.89 c p3 +1106.81 408.37 0.89 c p3 +1105.80 396.37 0.89 c p3 +1111.24 392.51 0.89 c p3 +1107.06 363.88 0.89 c p3 +1112.88 464.50 0.89 c p3 +1113.41 407.84 0.89 c p3 +1111.35 439.36 0.89 c p3 +1097.64 492.24 0.89 c p3 +1103.80 425.67 0.89 c p3 +1104.79 414.72 0.89 c p3 +1106.70 407.44 0.89 c p3 +1112.13 452.58 0.89 c p3 +1111.76 398.31 0.89 c p3 +1110.41 453.52 0.89 c p3 +1113.18 454.67 0.89 c p3 +1102.95 439.77 0.89 c p3 +1095.18 411.40 0.89 c p3 +1097.15 458.71 0.89 c p3 +1157.45 433.00 0.89 c p3 +1148.10 469.95 0.89 c p3 +1152.00 448.83 0.89 c p3 +1155.13 376.05 0.89 c p3 +1161.09 461.94 0.89 c p3 +1157.54 416.43 0.89 c p3 +1154.16 353.32 0.89 c p3 +1157.31 434.76 0.89 c p3 +1164.57 424.50 0.89 c p3 +1155.31 438.35 0.89 c p3 +1161.33 523.82 0.89 c p3 +1147.58 318.26 0.89 c p3 +1150.77 428.24 0.89 c p3 +1158.48 510.41 0.89 c p3 +1154.19 509.25 0.89 c p3 +1156.67 456.80 0.89 c p3 +1155.35 421.26 0.89 c p3 +1165.13 440.03 0.89 c p3 +1150.42 444.38 0.89 c p3 +1165.00 380.56 0.89 c p3 +1152.36 386.57 0.89 c p3 +1147.03 403.26 0.89 c p3 +1164.60 475.55 0.89 c p3 +1148.92 426.90 0.89 c p3 +1147.89 384.09 0.89 c p3 +1155.59 436.82 0.89 c p3 +1146.42 454.95 0.89 c p3 +1159.16 433.96 0.89 c p3 +1147.13 421.06 0.89 c p3 +1152.02 446.58 0.89 c p3 +1149.50 486.67 0.89 c p3 +1159.39 459.43 0.89 c p3 +1155.17 456.98 0.89 c p3 +1147.41 469.34 0.89 c p3 +1151.02 431.62 0.89 c p3 +1163.30 406.79 0.89 c p3 +1148.48 399.79 0.89 c p3 +1162.70 420.83 0.89 c p3 +1164.93 431.71 0.89 c p3 +1155.30 451.28 0.89 c p3 +1166.27 448.20 0.89 c p3 +1159.62 456.57 0.89 c p3 +1166.34 415.98 0.89 c p3 +1155.91 392.54 0.89 c p3 +1157.64 393.05 0.89 c p3 +1152.94 358.66 0.89 c p3 +1152.47 467.91 0.89 c p3 +1164.40 406.45 0.89 c p3 +1164.68 440.07 0.89 c p3 +1158.30 492.20 0.89 c p3 +1165.08 421.91 0.89 c p3 +1161.60 411.22 0.89 c p3 +1161.33 415.34 0.89 c p3 +1152.42 455.08 0.89 c p3 +1151.80 398.33 0.89 c p3 +1159.51 453.29 0.89 c p3 +1161.58 451.93 0.89 c p3 +1150.18 439.00 0.89 c p3 +1148.94 386.05 0.89 c p3 +1164.74 458.73 0.89 c p3 +1205.76 434.92 0.89 c p3 +1205.60 473.37 0.89 c p3 +1208.78 450.70 0.89 c p3 +1204.45 373.05 0.89 c p3 +1200.79 458.13 0.89 c p3 +1211.18 416.47 0.89 c p3 +1200.14 343.29 0.89 c p3 +1200.00 435.70 0.89 c p3 +1203.32 424.95 0.89 c p3 +1199.05 437.02 0.89 c p3 +1203.60 525.29 0.89 c p3 +1198.76 318.26 0.89 c p3 +1200.35 429.54 0.89 c p3 +1202.37 509.54 0.89 c p3 +1209.49 510.05 0.89 c p3 +1201.09 457.28 0.89 c p3 +1200.33 422.09 0.89 c p3 +1203.21 441.00 0.89 c p3 +1202.77 441.37 0.89 c p3 +1216.27 380.56 0.89 c p3 +1201.96 386.01 0.89 c p3 +1212.17 402.00 0.89 c p3 +1217.57 475.14 0.89 c p3 +1201.72 426.17 0.89 c p3 +1205.83 379.73 0.89 c p3 +1208.34 433.44 0.89 c p3 +1217.23 456.34 0.89 c p3 +1213.70 435.25 0.89 c p3 +1213.14 421.67 0.89 c p3 +1211.22 441.26 0.89 c p3 +1206.96 487.30 0.89 c p3 +1207.72 460.06 0.89 c p3 +1217.77 456.86 0.89 c p3 +1213.98 469.53 0.89 c p3 +1213.26 433.61 0.89 c p3 +1208.62 406.62 0.89 c p3 +1200.58 396.28 0.89 c p3 +1209.61 427.49 0.89 c p3 +1197.87 423.34 0.89 c p3 +1214.49 450.38 0.89 c p3 +1210.49 452.42 0.89 c p3 +1207.12 457.15 0.89 c p3 +1202.80 413.67 0.89 c p3 +1200.10 394.91 0.89 c p3 +1214.46 391.05 0.89 c p3 +1201.54 357.61 0.89 c p3 +1211.54 467.15 0.89 c p3 +1211.14 405.28 0.89 c p3 +1213.56 438.48 0.89 c p3 +1213.19 492.80 0.89 c p3 +1209.69 421.28 0.89 c p3 +1201.95 411.63 0.89 c p3 +1209.15 415.82 0.89 c p3 +1214.67 451.86 0.89 c p3 +1201.76 401.88 0.89 c p3 +1209.85 452.31 0.89 c p3 +1208.47 453.12 0.89 c p3 +1199.01 435.50 0.89 c p3 +1213.70 391.54 0.89 c p3 +1214.08 459.72 0.89 c p3 +1258.75 432.33 0.89 c p3 +1264.33 471.94 0.89 c p3 +1251.27 452.22 0.89 c p3 +1267.54 378.06 0.89 c p3 +1255.68 455.33 0.89 c p3 +1267.00 414.25 0.89 c p3 +1250.57 344.67 0.89 c p3 +1266.73 434.26 0.89 c p3 +1249.86 425.44 0.89 c p3 +1250.32 437.06 0.89 c p3 +1257.65 524.14 0.89 c p3 +1249.91 318.26 0.89 c p3 +1253.76 428.87 0.89 c p3 +1262.22 509.80 0.89 c p3 +1263.50 509.43 0.89 c p3 +1267.20 453.04 0.89 c p3 +1252.06 422.88 0.89 c p3 +1259.71 440.22 0.89 c p3 +1265.54 441.70 0.89 c p3 +1265.73 380.05 0.89 c p3 +1265.02 384.19 0.89 c p3 +1253.01 401.88 0.89 c p3 +1263.89 476.31 0.89 c p3 +1256.40 425.88 0.89 c p3 +1267.86 376.14 0.89 c p3 +1257.52 436.45 0.89 c p3 +1263.31 454.98 0.89 c p3 +1252.03 433.97 0.89 c p3 +1254.68 420.15 0.89 c p3 +1251.60 440.64 0.89 c p3 +1266.86 487.40 0.89 c p3 +1268.01 459.78 0.89 c p3 +1256.46 456.57 0.89 c p3 +1258.17 469.94 0.89 c p3 +1253.69 432.29 0.89 c p3 +1265.25 406.37 0.89 c p3 +1267.49 398.55 0.89 c p3 +1252.07 425.07 0.89 c p3 +1250.00 428.79 0.89 c p3 +1255.95 450.01 0.89 c p3 +1268.33 450.82 0.89 c p3 +1254.61 456.59 0.89 c p3 +1257.21 412.80 0.89 c p3 +1257.54 394.95 0.89 c p3 +1249.24 393.14 0.89 c p3 +1262.73 358.46 0.89 c p3 +1256.73 465.88 0.89 c p3 +1264.35 406.28 0.89 c p3 +1252.25 437.63 0.89 c p3 +1262.04 491.99 0.89 c p3 +1255.97 422.20 0.89 c p3 +1263.90 412.09 0.89 c p3 +1268.74 413.91 0.89 c p3 +1268.44 453.08 0.89 c p3 +1251.23 397.95 0.89 c p3 +1258.01 453.36 0.89 c p3 +1260.37 452.46 0.89 c p3 +1257.22 433.87 0.89 c p3 +1260.88 384.60 0.89 c p3 +1259.56 459.97 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +69.77 449.35 m +0 63.86 l +o +np +69.77 401.73 m +0 -35.61 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 67.18 449.35 m +0 -47.62 l +5.18 0 l +0 47.62 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +67.18 427.77 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +121.50 453.08 m +0 62.19 l +o +np +121.50 405.37 m +0 -40.71 l +o +1 setlinecap +np + 118.91 453.08 m +0 -47.71 l +5.17 0 l +0 47.71 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +118.91 427.29 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +173.22 453.73 m +0 62.04 l +o +np +173.22 405.65 m +0 -55.02 l +o +1 setlinecap +np + 170.64 453.73 m +0 -48.08 l +5.17 0 l +0 48.08 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +170.64 427.71 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +224.95 456.06 m +0 58.79 l +o +np +224.95 410.64 m +0 -44.43 l +o +1 setlinecap +np + 222.36 456.06 m +0 -45.42 l +5.18 0 l +0 45.42 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +222.36 430.50 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +276.68 453.29 m +0 60.47 l +o +np +276.68 404.02 m +0 -64.60 l +o +1 setlinecap +np + 274.09 453.29 m +0 -49.27 l +5.17 0 l +0 49.27 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +274.09 430.11 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +328.40 454.83 m +0 62.19 l +o +np +328.40 408.57 m +0 -42.12 l +o +1 setlinecap +np + 325.82 454.83 m +0 -46.26 l +5.17 0 l +0 46.26 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +325.82 430.96 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +380.13 456.03 m +0 57.77 l +o +np +380.13 407.94 m +0 -38.35 l +o +1 setlinecap +np + 377.54 456.03 m +0 -48.09 l +5.18 0 l +0 48.09 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +377.54 430.58 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +431.86 453.76 m +0 59.02 l +o +np +431.86 408.38 m +0 -49.82 l +o +1 setlinecap +np + 429.27 453.76 m +0 -45.38 l +5.17 0 l +0 45.38 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +429.27 429.81 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +483.58 452.04 m +0 63.10 l +o +np +483.58 408.51 m +0 -42.65 l +o +1 setlinecap +np + 481.00 452.04 m +0 -43.53 l +5.17 0 l +0 43.53 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +481.00 428.01 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +535.31 454.62 m +0 60.43 l +o +np +535.31 406.89 m +0 -39.35 l +o +1 setlinecap +np + 532.72 454.62 m +0 -47.73 l +5.18 0 l +0 47.73 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +532.72 427.22 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +587.04 453.14 m +0 62.19 l +o +np +587.04 403.56 m +0 -41.31 l +o +1 setlinecap +np + 584.45 453.14 m +0 -49.58 l +5.17 0 l +0 49.58 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +584.45 429.08 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +638.76 455.00 m +0 60.22 l +o +np +638.76 406.60 m +0 -57.97 l +o +1 setlinecap +np + 636.18 455.00 m +0 -48.40 l +5.17 0 l +0 48.40 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +636.18 430.29 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +690.49 451.39 m +0 58.78 l +o +np +690.49 406.75 m +0 -60.48 l +o +1 setlinecap +np + 687.90 451.39 m +0 -44.64 l +5.18 0 l +0 44.64 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +687.90 434.01 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +742.22 452.82 m +0 59.63 l +o +np +742.22 407.65 m +0 -63.65 l +o +1 setlinecap +np + 739.63 452.82 m +0 -45.17 l +5.17 0 l +0 45.17 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +739.63 432.82 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +793.94 453.18 m +0 70.16 l +o +np +793.94 405.53 m +0 -57.33 l +o +1 setlinecap +np + 791.36 453.18 m +0 -47.65 l +5.17 0 l +0 47.65 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +791.36 433.21 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +845.67 453.86 m +0 53.88 l +o +np +845.67 416.80 m +0 -52.10 l +o +1 setlinecap +np + 843.08 453.86 m +0 -37.06 l +5.18 0 l +0 37.06 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +843.08 437.42 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +897.40 453.28 m +0 59.26 l +o +np +897.40 410.59 m +0 -48.72 l +o +1 setlinecap +np + 894.81 453.28 m +0 -42.69 l +5.17 0 l +0 42.69 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +894.81 433.36 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +949.12 456.72 m +0 55.92 l +o +np +949.12 414.32 m +0 -52.27 l +o +1 setlinecap +np + 946.54 456.72 m +0 -42.40 l +5.17 0 l +0 42.40 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +946.54 438.04 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1000.85 453.85 m +0 56.03 l +o +np +1000.85 407.03 m +0 -62.45 l +o +1 setlinecap +np + 998.26 453.85 m +0 -46.82 l +5.18 0 l +0 46.82 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +998.26 432.98 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1052.58 458.14 m +0 66.68 l +o +np +1052.58 413.36 m +0 -46.95 l +o +1 setlinecap +np + 1049.99 458.14 m +0 -44.78 l +5.17 0 l +0 44.78 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1049.99 439.88 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1104.30 457.79 m +0 66.10 l +o +np +1104.30 407.76 m +0 -59.63 l +o +1 setlinecap +np + 1101.72 457.79 m +0 -50.03 l +5.17 0 l +0 50.03 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1101.72 435.38 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1156.03 455.45 m +0 54.96 l +o +np +1156.03 410.11 m +0 -56.79 l +o +1 setlinecap +np + 1153.44 455.45 m +0 -45.34 l +5.18 0 l +0 45.34 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1153.44 434.36 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1207.76 456.47 m +0 68.82 l +o +np +1207.76 410.38 m +0 -67.09 l +o +1 setlinecap +np + 1205.17 456.47 m +0 -46.09 l +5.17 0 l +0 46.09 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1205.17 435.09 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1259.48 453.77 m +0 56.03 l +o +np +1259.48 410.66 m +0 -52.20 l +o +1 setlinecap +np + 1256.90 453.77 m +0 -43.11 l +5.17 0 l +0 43.11 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1256.90 433.92 m +5.17 0 l +o +0.00 0.00 1728.00 576.00 cl +38.73 535.64 1290.52 552.85 cl +38.73 535.64 1290.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 535.64 1251.79 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +664.63 541.01 (Batch1) .5 0 t +38.73 535.64 1290.52 552.85 cl +38.73 535.64 1290.52 552.85 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +69.77 305.16 m +0 2.74 l +o +np +121.50 305.16 m +0 2.74 l +o +np +173.22 305.16 m +0 2.74 l +o +np +224.95 305.16 m +0 2.74 l +o +np +276.68 305.16 m +0 2.74 l +o +np +328.40 305.16 m +0 2.74 l +o +np +380.13 305.16 m +0 2.74 l +o +np +431.86 305.16 m +0 2.74 l +o +np +483.58 305.16 m +0 2.74 l +o +np +535.31 305.16 m +0 2.74 l +o +np +587.04 305.16 m +0 2.74 l +o +np +638.76 305.16 m +0 2.74 l +o +np +690.49 305.16 m +0 2.74 l +o +np +742.22 305.16 m +0 2.74 l +o +np +793.94 305.16 m +0 2.74 l +o +np +845.67 305.16 m +0 2.74 l +o +np +897.40 305.16 m +0 2.74 l +o +np +949.12 305.16 m +0 2.74 l +o +np +1000.85 305.16 m +0 2.74 l +o +np +1052.58 305.16 m +0 2.74 l +o +np +1104.30 305.16 m +0 2.74 l +o +np +1156.03 305.16 m +0 2.74 l +o +np +1207.76 305.16 m +0 2.74 l +o +np +1259.48 305.16 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +76.23 302.97 (Batch1_E_1) 1 90 t +127.96 302.97 (Batch1_E_10) 1 90 t +179.68 302.97 (Batch1_E_11) 1 90 t +231.41 302.97 (Batch1_E_12) 1 90 t +283.14 302.97 (Batch1_E_2) 1 90 t +334.86 302.97 (Batch1_E_3) 1 90 t +386.59 302.97 (Batch1_E_4) 1 90 t +438.32 302.97 (Batch1_E_5) 1 90 t +490.04 302.97 (Batch1_E_6) 1 90 t +541.77 302.97 (Batch1_E_7) 1 90 t +593.50 302.97 (Batch1_E_8) 1 90 t +645.23 302.97 (Batch1_E_9) 1 90 t +696.95 302.97 (Batch1_P_13) 1 90 t +748.68 302.97 (Batch1_P_14) 1 90 t +800.41 302.97 (Batch1_P_15) 1 90 t +852.13 302.97 (Batch1_P_16) 1 90 t +903.86 302.97 (Batch1_P_17) 1 90 t +955.59 302.97 (Batch1_P_18) 1 90 t +1007.31 302.97 (Batch1_P_19) 1 90 t +1059.04 302.97 (Batch1_P_20) 1 90 t +1110.77 302.97 (Batch1_P_21) 1 90 t +1162.49 302.97 (Batch1_P_22) 1 90 t +1214.22 302.97 (Batch1_P_23) 1 90 t +1265.95 302.97 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 321.12 (-25) 1 0 t +33.80 366.70 (-20) 1 0 t +33.80 412.29 (-15) 1 0 t +33.80 457.87 (-10) 1 0 t +33.80 503.45 (-5) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 324.35 m +2.74 0 l +o +np +35.99 369.93 m +2.74 0 l +o +np +35.99 415.52 m +2.74 0 l +o +np +35.99 461.10 m +2.74 0 l +o +np +35.99 506.68 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +664.63 238.30 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.71 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Log2\(x+1.87e-08\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1296.00 230.40 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 38.73 85.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +38.73 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 68.27 m +46.91 0 l +o +np +38.73 115.16 m +46.91 0 l +o +np +38.73 162.04 m +46.91 0 l +o +np +46.57 38.73 m +0 134.10 l +o +np +55.49 38.73 m +0 134.10 l +o +np +64.41 38.73 m +0 134.10 l +o +np +73.33 38.73 m +0 134.10 l +o +np +82.25 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +38.73 44.83 m +46.91 0 l +o +np +38.73 91.71 m +46.91 0 l +o +np +38.73 138.60 m +46.91 0 l +o +np +42.11 38.73 m +0 134.10 l +o +np +51.03 38.73 m +0 134.10 l +o +np +59.95 38.73 m +0 134.10 l +o +np +68.87 38.73 m +0 134.10 l +o +np +77.79 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +40.86 44.83 2.13 0.00 r p3 +43.00 44.83 2.13 0.00 r p3 +45.13 44.83 2.13 0.00 r p3 +47.26 44.83 2.13 0.00 r p3 +49.39 44.83 2.13 28.13 r p3 +51.53 44.83 2.13 37.51 r p3 +53.66 44.83 2.13 37.51 r p3 +55.79 44.83 2.13 46.89 r p3 +57.92 44.83 2.13 56.26 r p3 +60.05 44.83 2.13 56.26 r p3 +62.19 44.83 2.13 93.77 r p3 +64.32 44.83 2.13 56.26 r p3 +66.45 44.83 2.13 65.64 r p3 +68.58 44.83 2.13 18.75 r p3 +70.71 44.83 2.13 18.75 r p3 +72.85 44.83 2.13 9.38 r p3 +74.98 44.83 2.13 18.75 r p3 +77.11 44.83 2.13 18.75 r p3 +79.24 44.83 2.13 0.00 r p3 +81.38 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +91.12 38.73 138.03 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +91.12 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +91.12 68.27 m +46.91 0 l +o +np +91.12 115.16 m +46.91 0 l +o +np +91.12 162.04 m +46.91 0 l +o +np +98.95 38.73 m +0 134.10 l +o +np +107.87 38.73 m +0 134.10 l +o +np +116.79 38.73 m +0 134.10 l +o +np +125.71 38.73 m +0 134.10 l +o +np +134.63 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +91.12 44.83 m +46.91 0 l +o +np +91.12 91.71 m +46.91 0 l +o +np +91.12 138.60 m +46.91 0 l +o +np +94.49 38.73 m +0 134.10 l +o +np +103.41 38.73 m +0 134.10 l +o +np +112.33 38.73 m +0 134.10 l +o +np +121.25 38.73 m +0 134.10 l +o +np +130.17 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +93.25 44.83 2.13 9.38 r p3 +95.38 44.83 2.13 0.00 r p3 +97.52 44.83 2.13 0.00 r p3 +99.65 44.83 2.13 0.00 r p3 +101.78 44.83 2.13 18.75 r p3 +103.91 44.83 2.13 18.75 r p3 +106.04 44.83 2.13 9.38 r p3 +108.18 44.83 2.13 84.40 r p3 +110.31 44.83 2.13 65.64 r p3 +112.44 44.83 2.13 75.02 r p3 +114.57 44.83 2.13 65.64 r p3 +116.70 44.83 2.13 46.89 r p3 +118.84 44.83 2.13 65.64 r p3 +120.97 44.83 2.13 28.13 r p3 +123.10 44.83 2.13 18.75 r p3 +125.23 44.83 2.13 18.75 r p3 +127.36 44.83 2.13 18.75 r p3 +129.50 44.83 2.13 9.38 r p3 +131.63 44.83 2.13 9.38 r p3 +133.76 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +143.50 38.73 190.41 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +143.50 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +143.50 68.27 m +46.91 0 l +o +np +143.50 115.16 m +46.91 0 l +o +np +143.50 162.04 m +46.91 0 l +o +np +151.34 38.73 m +0 134.10 l +o +np +160.26 38.73 m +0 134.10 l +o +np +169.18 38.73 m +0 134.10 l +o +np +178.10 38.73 m +0 134.10 l +o +np +187.02 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +143.50 44.83 m +46.91 0 l +o +np +143.50 91.71 m +46.91 0 l +o +np +143.50 138.60 m +46.91 0 l +o +np +146.88 38.73 m +0 134.10 l +o +np +155.80 38.73 m +0 134.10 l +o +np +164.72 38.73 m +0 134.10 l +o +np +173.64 38.73 m +0 134.10 l +o +np +182.56 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +145.64 44.83 2.13 9.38 r p3 +147.77 44.83 2.13 0.00 r p3 +149.90 44.83 2.13 9.38 r p3 +152.03 44.83 2.13 9.38 r p3 +154.17 44.83 2.13 9.38 r p3 +156.30 44.83 2.13 28.13 r p3 +158.43 44.83 2.13 9.38 r p3 +160.56 44.83 2.13 56.26 r p3 +162.69 44.83 2.13 75.02 r p3 +164.83 44.83 2.13 65.64 r p3 +166.96 44.83 2.13 65.64 r p3 +169.09 44.83 2.13 56.26 r p3 +171.22 44.83 2.13 75.02 r p3 +173.35 44.83 2.13 18.75 r p3 +175.49 44.83 2.13 18.75 r p3 +177.62 44.83 2.13 18.75 r p3 +179.75 44.83 2.13 18.75 r p3 +181.88 44.83 2.13 9.38 r p3 +184.02 44.83 2.13 9.38 r p3 +186.15 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +195.89 38.73 242.80 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +195.89 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +195.89 68.27 m +46.91 0 l +o +np +195.89 115.16 m +46.91 0 l +o +np +195.89 162.04 m +46.91 0 l +o +np +203.73 38.73 m +0 134.10 l +o +np +212.65 38.73 m +0 134.10 l +o +np +221.57 38.73 m +0 134.10 l +o +np +230.48 38.73 m +0 134.10 l +o +np +239.40 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +195.89 44.83 m +46.91 0 l +o +np +195.89 91.71 m +46.91 0 l +o +np +195.89 138.60 m +46.91 0 l +o +np +199.27 38.73 m +0 134.10 l +o +np +208.19 38.73 m +0 134.10 l +o +np +217.11 38.73 m +0 134.10 l +o +np +226.03 38.73 m +0 134.10 l +o +np +234.94 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +198.02 44.83 2.13 9.38 r p3 +200.16 44.83 2.13 0.00 r p3 +202.29 44.83 2.13 0.00 r p3 +204.42 44.83 2.13 0.00 r p3 +206.55 44.83 2.13 18.75 r p3 +208.68 44.83 2.13 0.00 r p3 +210.82 44.83 2.13 28.13 r p3 +212.95 44.83 2.13 46.89 r p3 +215.08 44.83 2.13 75.02 r p3 +217.21 44.83 2.13 75.02 r p3 +219.34 44.83 2.13 84.40 r p3 +221.48 44.83 2.13 28.13 r p3 +223.61 44.83 2.13 103.15 r p3 +225.74 44.83 2.13 9.38 r p3 +227.87 44.83 2.13 28.13 r p3 +230.01 44.83 2.13 18.75 r p3 +232.14 44.83 2.13 28.13 r p3 +234.27 44.83 2.13 0.00 r p3 +236.40 44.83 2.13 9.38 r p3 +238.53 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +248.28 38.73 295.18 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +248.28 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +248.28 68.27 m +46.90 0 l +o +np +248.28 115.16 m +46.90 0 l +o +np +248.28 162.04 m +46.90 0 l +o +np +256.11 38.73 m +0 134.10 l +o +np +265.03 38.73 m +0 134.10 l +o +np +273.95 38.73 m +0 134.10 l +o +np +282.87 38.73 m +0 134.10 l +o +np +291.79 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +248.28 44.83 m +46.90 0 l +o +np +248.28 91.71 m +46.90 0 l +o +np +248.28 138.60 m +46.90 0 l +o +np +251.65 38.73 m +0 134.10 l +o +np +260.57 38.73 m +0 134.10 l +o +np +269.49 38.73 m +0 134.10 l +o +np +278.41 38.73 m +0 134.10 l +o +np +287.33 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +250.41 44.83 2.13 0.00 r p3 +252.54 44.83 2.13 9.38 r p3 +254.67 44.83 2.13 0.00 r p3 +256.81 44.83 2.13 0.00 r p3 +258.94 44.83 2.13 9.38 r p3 +261.07 44.83 2.13 18.75 r p3 +263.20 44.83 2.13 37.51 r p3 +265.33 44.83 2.13 75.02 r p3 +267.47 44.83 2.13 46.89 r p3 +269.60 44.83 2.13 56.26 r p3 +271.73 44.83 2.13 75.02 r p3 +273.86 44.83 2.13 75.02 r p3 +275.99 44.83 2.13 46.89 r p3 +278.13 44.83 2.13 37.51 r p3 +280.26 44.83 2.13 28.13 r p3 +282.39 44.83 2.13 9.38 r p3 +284.52 44.83 2.13 9.38 r p3 +286.66 44.83 2.13 28.13 r p3 +288.79 44.83 2.13 0.00 r p3 +290.92 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +300.66 38.73 347.57 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +300.66 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +300.66 68.27 m +46.91 0 l +o +np +300.66 115.16 m +46.91 0 l +o +np +300.66 162.04 m +46.91 0 l +o +np +308.50 38.73 m +0 134.10 l +o +np +317.42 38.73 m +0 134.10 l +o +np +326.34 38.73 m +0 134.10 l +o +np +335.26 38.73 m +0 134.10 l +o +np +344.18 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +300.66 44.83 m +46.91 0 l +o +np +300.66 91.71 m +46.91 0 l +o +np +300.66 138.60 m +46.91 0 l +o +np +304.04 38.73 m +0 134.10 l +o +np +312.96 38.73 m +0 134.10 l +o +np +321.88 38.73 m +0 134.10 l +o +np +330.80 38.73 m +0 134.10 l +o +np +339.72 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +302.80 44.83 2.13 0.00 r p3 +304.93 44.83 2.13 0.00 r p3 +307.06 44.83 2.13 0.00 r p3 +309.19 44.83 2.13 0.00 r p3 +311.32 44.83 2.13 18.75 r p3 +313.46 44.83 2.13 18.75 r p3 +315.59 44.83 2.13 18.75 r p3 +317.72 44.83 2.13 46.89 r p3 +319.85 44.83 2.13 75.02 r p3 +321.98 44.83 2.13 75.02 r p3 +324.12 44.83 2.13 93.77 r p3 +326.25 44.83 2.13 46.89 r p3 +328.38 44.83 2.13 65.64 r p3 +330.51 44.83 2.13 28.13 r p3 +332.65 44.83 2.13 18.75 r p3 +334.78 44.83 2.13 18.75 r p3 +336.91 44.83 2.13 9.38 r p3 +339.04 44.83 2.13 9.38 r p3 +341.17 44.83 2.13 18.75 r p3 +343.31 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +353.05 38.73 399.96 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +353.05 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +353.05 68.27 m +46.91 0 l +o +np +353.05 115.16 m +46.91 0 l +o +np +353.05 162.04 m +46.91 0 l +o +np +360.89 38.73 m +0 134.10 l +o +np +369.80 38.73 m +0 134.10 l +o +np +378.72 38.73 m +0 134.10 l +o +np +387.64 38.73 m +0 134.10 l +o +np +396.56 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +353.05 44.83 m +46.91 0 l +o +np +353.05 91.71 m +46.91 0 l +o +np +353.05 138.60 m +46.91 0 l +o +np +356.43 38.73 m +0 134.10 l +o +np +365.35 38.73 m +0 134.10 l +o +np +374.26 38.73 m +0 134.10 l +o +np +383.18 38.73 m +0 134.10 l +o +np +392.10 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +355.18 44.83 2.13 9.38 r p3 +357.31 44.83 2.13 0.00 r p3 +359.45 44.83 2.13 0.00 r p3 +361.58 44.83 2.13 0.00 r p3 +363.71 44.83 2.13 18.75 r p3 +365.84 44.83 2.13 0.00 r p3 +367.97 44.83 2.13 28.13 r p3 +370.11 44.83 2.13 46.89 r p3 +372.24 44.83 2.13 112.53 r p3 +374.37 44.83 2.13 37.51 r p3 +376.50 44.83 2.13 56.26 r p3 +378.63 44.83 2.13 65.64 r p3 +380.77 44.83 2.13 84.40 r p3 +382.90 44.83 2.13 18.75 r p3 +385.03 44.83 2.13 37.51 r p3 +387.16 44.83 2.13 9.38 r p3 +389.30 44.83 2.13 18.75 r p3 +391.43 44.83 2.13 18.75 r p3 +393.56 44.83 2.13 0.00 r p3 +395.69 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +405.44 38.73 452.34 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +405.44 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +405.44 68.27 m +46.90 0 l +o +np +405.44 115.16 m +46.90 0 l +o +np +405.44 162.04 m +46.90 0 l +o +np +413.27 38.73 m +0 134.10 l +o +np +422.19 38.73 m +0 134.10 l +o +np +431.11 38.73 m +0 134.10 l +o +np +440.03 38.73 m +0 134.10 l +o +np +448.95 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +405.44 44.83 m +46.90 0 l +o +np +405.44 91.71 m +46.90 0 l +o +np +405.44 138.60 m +46.90 0 l +o +np +408.81 38.73 m +0 134.10 l +o +np +417.73 38.73 m +0 134.10 l +o +np +426.65 38.73 m +0 134.10 l +o +np +435.57 38.73 m +0 134.10 l +o +np +444.49 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +407.57 44.83 2.13 9.38 r p3 +409.70 44.83 2.13 9.38 r p3 +411.83 44.83 2.13 0.00 r p3 +413.96 44.83 2.13 9.38 r p3 +416.10 44.83 2.13 9.38 r p3 +418.23 44.83 2.13 18.75 r p3 +420.36 44.83 2.13 9.38 r p3 +422.49 44.83 2.13 56.26 r p3 +424.62 44.83 2.13 103.15 r p3 +426.76 44.83 2.13 46.89 r p3 +428.89 44.83 2.13 56.26 r p3 +431.02 44.83 2.13 56.26 r p3 +433.15 44.83 2.13 84.40 r p3 +435.29 44.83 2.13 28.13 r p3 +437.42 44.83 2.13 18.75 r p3 +439.55 44.83 2.13 9.38 r p3 +441.68 44.83 2.13 18.75 r p3 +443.81 44.83 2.13 18.75 r p3 +445.95 44.83 2.13 0.00 r p3 +448.08 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +457.82 38.73 504.73 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +457.82 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +457.82 68.27 m +46.91 0 l +o +np +457.82 115.16 m +46.91 0 l +o +np +457.82 162.04 m +46.91 0 l +o +np +465.66 38.73 m +0 134.10 l +o +np +474.58 38.73 m +0 134.10 l +o +np +483.50 38.73 m +0 134.10 l +o +np +492.42 38.73 m +0 134.10 l +o +np +501.33 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +457.82 44.83 m +46.91 0 l +o +np +457.82 91.71 m +46.91 0 l +o +np +457.82 138.60 m +46.91 0 l +o +np +461.20 38.73 m +0 134.10 l +o +np +470.12 38.73 m +0 134.10 l +o +np +479.04 38.73 m +0 134.10 l +o +np +487.96 38.73 m +0 134.10 l +o +np +496.88 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +459.95 44.83 2.13 18.75 r p3 +462.09 44.83 2.13 0.00 r p3 +464.22 44.83 2.13 0.00 r p3 +466.35 44.83 2.13 0.00 r p3 +468.48 44.83 2.13 28.13 r p3 +470.61 44.83 2.13 9.38 r p3 +472.75 44.83 2.13 9.38 r p3 +474.88 44.83 2.13 46.89 r p3 +477.01 44.83 2.13 103.15 r p3 +479.14 44.83 2.13 65.64 r p3 +481.28 44.83 2.13 56.26 r p3 +483.41 44.83 2.13 37.51 r p3 +485.54 44.83 2.13 75.02 r p3 +487.67 44.83 2.13 37.51 r p3 +489.80 44.83 2.13 28.13 r p3 +491.94 44.83 2.13 9.38 r p3 +494.07 44.83 2.13 18.75 r p3 +496.20 44.83 2.13 9.38 r p3 +498.33 44.83 2.13 9.38 r p3 +500.46 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +510.21 38.73 557.11 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +510.21 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +510.21 68.27 m +46.90 0 l +o +np +510.21 115.16 m +46.90 0 l +o +np +510.21 162.04 m +46.90 0 l +o +np +518.04 38.73 m +0 134.10 l +o +np +526.96 38.73 m +0 134.10 l +o +np +535.88 38.73 m +0 134.10 l +o +np +544.80 38.73 m +0 134.10 l +o +np +553.72 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +510.21 44.83 m +46.90 0 l +o +np +510.21 91.71 m +46.90 0 l +o +np +510.21 138.60 m +46.90 0 l +o +np +513.58 38.73 m +0 134.10 l +o +np +522.50 38.73 m +0 134.10 l +o +np +531.42 38.73 m +0 134.10 l +o +np +540.34 38.73 m +0 134.10 l +o +np +549.26 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +512.34 44.83 2.13 9.38 r p3 +514.47 44.83 2.13 0.00 r p3 +516.60 44.83 2.13 0.00 r p3 +518.74 44.83 2.13 0.00 r p3 +520.87 44.83 2.13 18.75 r p3 +523.00 44.83 2.13 9.38 r p3 +525.13 44.83 2.13 18.75 r p3 +527.26 44.83 2.13 65.64 r p3 +529.40 44.83 2.13 93.77 r p3 +531.53 44.83 2.13 56.26 r p3 +533.66 44.83 2.13 65.64 r p3 +535.79 44.83 2.13 65.64 r p3 +537.93 44.83 2.13 56.26 r p3 +540.06 44.83 2.13 28.13 r p3 +542.19 44.83 2.13 28.13 r p3 +544.32 44.83 2.13 9.38 r p3 +546.45 44.83 2.13 18.75 r p3 +548.59 44.83 2.13 9.38 r p3 +550.72 44.83 2.13 9.38 r p3 +552.85 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +562.59 38.73 609.50 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +562.59 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +562.59 68.27 m +46.91 0 l +o +np +562.59 115.16 m +46.91 0 l +o +np +562.59 162.04 m +46.91 0 l +o +np +570.43 38.73 m +0 134.10 l +o +np +579.35 38.73 m +0 134.10 l +o +np +588.27 38.73 m +0 134.10 l +o +np +597.19 38.73 m +0 134.10 l +o +np +606.11 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +562.59 44.83 m +46.91 0 l +o +np +562.59 91.71 m +46.91 0 l +o +np +562.59 138.60 m +46.91 0 l +o +np +565.97 38.73 m +0 134.10 l +o +np +574.89 38.73 m +0 134.10 l +o +np +583.81 38.73 m +0 134.10 l +o +np +592.73 38.73 m +0 134.10 l +o +np +601.65 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +564.73 44.83 2.13 9.38 r p3 +566.86 44.83 2.13 0.00 r p3 +568.99 44.83 2.13 0.00 r p3 +571.12 44.83 2.13 0.00 r p3 +573.25 44.83 2.13 28.13 r p3 +575.39 44.83 2.13 0.00 r p3 +577.52 44.83 2.13 28.13 r p3 +579.65 44.83 2.13 93.77 r p3 +581.78 44.83 2.13 56.26 r p3 +583.92 44.83 2.13 56.26 r p3 +586.05 44.83 2.13 65.64 r p3 +588.18 44.83 2.13 56.26 r p3 +590.31 44.83 2.13 65.64 r p3 +592.44 44.83 2.13 18.75 r p3 +594.58 44.83 2.13 37.51 r p3 +596.71 44.83 2.13 9.38 r p3 +598.84 44.83 2.13 18.75 r p3 +600.97 44.83 2.13 9.38 r p3 +603.10 44.83 2.13 9.38 r p3 +605.24 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +614.98 38.73 661.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +614.98 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +614.98 68.27 m +46.91 0 l +o +np +614.98 115.16 m +46.91 0 l +o +np +614.98 162.04 m +46.91 0 l +o +np +622.82 38.73 m +0 134.10 l +o +np +631.74 38.73 m +0 134.10 l +o +np +640.65 38.73 m +0 134.10 l +o +np +649.57 38.73 m +0 134.10 l +o +np +658.49 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +614.98 44.83 m +46.91 0 l +o +np +614.98 91.71 m +46.91 0 l +o +np +614.98 138.60 m +46.91 0 l +o +np +618.36 38.73 m +0 134.10 l +o +np +627.28 38.73 m +0 134.10 l +o +np +636.20 38.73 m +0 134.10 l +o +np +645.11 38.73 m +0 134.10 l +o +np +654.03 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +617.11 44.83 2.13 9.38 r p3 +619.24 44.83 2.13 0.00 r p3 +621.38 44.83 2.13 9.38 r p3 +623.51 44.83 2.13 9.38 r p3 +625.64 44.83 2.13 9.38 r p3 +627.77 44.83 2.13 0.00 r p3 +629.91 44.83 2.13 28.13 r p3 +632.04 44.83 2.13 56.26 r p3 +634.17 44.83 2.13 65.64 r p3 +636.30 44.83 2.13 65.64 r p3 +638.43 44.83 2.13 46.89 r p3 +640.57 44.83 2.13 75.02 r p3 +642.70 44.83 2.13 93.77 r p3 +644.83 44.83 2.13 9.38 r p3 +646.96 44.83 2.13 37.51 r p3 +649.09 44.83 2.13 9.38 r p3 +651.23 44.83 2.13 18.75 r p3 +653.36 44.83 2.13 9.38 r p3 +655.49 44.83 2.13 9.38 r p3 +657.62 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +667.37 38.73 714.27 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +667.37 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +667.37 68.27 m +46.90 0 l +o +np +667.37 115.16 m +46.90 0 l +o +np +667.37 162.04 m +46.90 0 l +o +np +675.20 38.73 m +0 134.10 l +o +np +684.12 38.73 m +0 134.10 l +o +np +693.04 38.73 m +0 134.10 l +o +np +701.96 38.73 m +0 134.10 l +o +np +710.88 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +667.37 44.83 m +46.90 0 l +o +np +667.37 91.71 m +46.90 0 l +o +np +667.37 138.60 m +46.90 0 l +o +np +670.74 38.73 m +0 134.10 l +o +np +679.66 38.73 m +0 134.10 l +o +np +688.58 38.73 m +0 134.10 l +o +np +697.50 38.73 m +0 134.10 l +o +np +706.42 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +669.50 44.83 2.13 0.00 r p3 +671.63 44.83 2.13 0.00 r p3 +673.76 44.83 2.13 18.75 r p3 +675.89 44.83 2.13 0.00 r p3 +678.03 44.83 2.13 9.38 r p3 +680.16 44.83 2.13 9.38 r p3 +682.29 44.83 2.13 56.26 r p3 +684.42 44.83 2.13 46.89 r p3 +686.56 44.83 2.13 46.89 r p3 +688.69 44.83 2.13 65.64 r p3 +690.82 44.83 2.13 65.64 r p3 +692.95 44.83 2.13 65.64 r p3 +695.08 44.83 2.13 84.40 r p3 +697.22 44.83 2.13 9.38 r p3 +699.35 44.83 2.13 37.51 r p3 +701.48 44.83 2.13 18.75 r p3 +703.61 44.83 2.13 0.00 r p3 +705.74 44.83 2.13 18.75 r p3 +707.88 44.83 2.13 9.38 r p3 +710.01 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +719.75 38.73 766.66 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +719.75 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +719.75 68.27 m +46.91 0 l +o +np +719.75 115.16 m +46.91 0 l +o +np +719.75 162.04 m +46.91 0 l +o +np +727.59 38.73 m +0 134.10 l +o +np +736.51 38.73 m +0 134.10 l +o +np +745.43 38.73 m +0 134.10 l +o +np +754.35 38.73 m +0 134.10 l +o +np +763.27 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +719.75 44.83 m +46.91 0 l +o +np +719.75 91.71 m +46.91 0 l +o +np +719.75 138.60 m +46.91 0 l +o +np +723.13 38.73 m +0 134.10 l +o +np +732.05 38.73 m +0 134.10 l +o +np +740.97 38.73 m +0 134.10 l +o +np +749.89 38.73 m +0 134.10 l +o +np +758.81 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +721.88 44.83 2.13 0.00 r p3 +724.02 44.83 2.13 0.00 r p3 +726.15 44.83 2.13 9.38 r p3 +728.28 44.83 2.13 0.00 r p3 +730.41 44.83 2.13 0.00 r p3 +732.55 44.83 2.13 28.13 r p3 +734.68 44.83 2.13 37.51 r p3 +736.81 44.83 2.13 46.89 r p3 +738.94 44.83 2.13 75.02 r p3 +741.07 44.83 2.13 65.64 r p3 +743.21 44.83 2.13 65.64 r p3 +745.34 44.83 2.13 84.40 r p3 +747.47 44.83 2.13 56.26 r p3 +749.60 44.83 2.13 37.51 r p3 +751.73 44.83 2.13 18.75 r p3 +753.87 44.83 2.13 9.38 r p3 +756.00 44.83 2.13 0.00 r p3 +758.13 44.83 2.13 18.75 r p3 +760.26 44.83 2.13 9.38 r p3 +762.39 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +772.14 38.73 819.05 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +772.14 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +772.14 68.27 m +46.91 0 l +o +np +772.14 115.16 m +46.91 0 l +o +np +772.14 162.04 m +46.91 0 l +o +np +779.97 38.73 m +0 134.10 l +o +np +788.89 38.73 m +0 134.10 l +o +np +797.81 38.73 m +0 134.10 l +o +np +806.73 38.73 m +0 134.10 l +o +np +815.65 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +772.14 44.83 m +46.91 0 l +o +np +772.14 91.71 m +46.91 0 l +o +np +772.14 138.60 m +46.91 0 l +o +np +775.51 38.73 m +0 134.10 l +o +np +784.43 38.73 m +0 134.10 l +o +np +793.35 38.73 m +0 134.10 l +o +np +802.27 38.73 m +0 134.10 l +o +np +811.19 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +774.27 44.83 2.13 0.00 r p3 +776.40 44.83 2.13 0.00 r p3 +778.53 44.83 2.13 9.38 r p3 +780.67 44.83 2.13 0.00 r p3 +782.80 44.83 2.13 0.00 r p3 +784.93 44.83 2.13 28.13 r p3 +787.06 44.83 2.13 46.89 r p3 +789.20 44.83 2.13 56.26 r p3 +791.33 44.83 2.13 46.89 r p3 +793.46 44.83 2.13 75.02 r p3 +795.59 44.83 2.13 75.02 r p3 +797.72 44.83 2.13 56.26 r p3 +799.86 44.83 2.13 75.02 r p3 +801.99 44.83 2.13 28.13 r p3 +804.12 44.83 2.13 28.13 r p3 +806.25 44.83 2.13 9.38 r p3 +808.38 44.83 2.13 0.00 r p3 +810.52 44.83 2.13 18.75 r p3 +812.65 44.83 2.13 9.38 r p3 +814.78 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +824.52 38.73 871.43 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +824.52 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +824.52 68.27 m +46.91 0 l +o +np +824.52 115.16 m +46.91 0 l +o +np +824.52 162.04 m +46.91 0 l +o +np +832.36 38.73 m +0 134.10 l +o +np +841.28 38.73 m +0 134.10 l +o +np +850.20 38.73 m +0 134.10 l +o +np +859.12 38.73 m +0 134.10 l +o +np +868.04 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +824.52 44.83 m +46.91 0 l +o +np +824.52 91.71 m +46.91 0 l +o +np +824.52 138.60 m +46.91 0 l +o +np +827.90 38.73 m +0 134.10 l +o +np +836.82 38.73 m +0 134.10 l +o +np +845.74 38.73 m +0 134.10 l +o +np +854.66 38.73 m +0 134.10 l +o +np +863.58 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +826.66 44.83 2.13 0.00 r p3 +828.79 44.83 2.13 0.00 r p3 +830.92 44.83 2.13 9.38 r p3 +833.05 44.83 2.13 0.00 r p3 +835.19 44.83 2.13 9.38 r p3 +837.32 44.83 2.13 9.38 r p3 +839.45 44.83 2.13 28.13 r p3 +841.58 44.83 2.13 46.89 r p3 +843.71 44.83 2.13 37.51 r p3 +845.85 44.83 2.13 75.02 r p3 +847.98 44.83 2.13 65.64 r p3 +850.11 44.83 2.13 65.64 r p3 +852.24 44.83 2.13 121.91 r p3 +854.37 44.83 2.13 18.75 r p3 +856.51 44.83 2.13 37.51 r p3 +858.64 44.83 2.13 9.38 r p3 +860.77 44.83 2.13 0.00 r p3 +862.90 44.83 2.13 18.75 r p3 +865.04 44.83 2.13 9.38 r p3 +867.17 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +876.91 38.73 923.82 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +876.91 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +876.91 68.27 m +46.91 0 l +o +np +876.91 115.16 m +46.91 0 l +o +np +876.91 162.04 m +46.91 0 l +o +np +884.75 38.73 m +0 134.10 l +o +np +893.67 38.73 m +0 134.10 l +o +np +902.59 38.73 m +0 134.10 l +o +np +911.50 38.73 m +0 134.10 l +o +np +920.42 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +876.91 44.83 m +46.91 0 l +o +np +876.91 91.71 m +46.91 0 l +o +np +876.91 138.60 m +46.91 0 l +o +np +880.29 38.73 m +0 134.10 l +o +np +889.21 38.73 m +0 134.10 l +o +np +898.13 38.73 m +0 134.10 l +o +np +907.05 38.73 m +0 134.10 l +o +np +915.96 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +879.04 44.83 2.13 0.00 r p3 +881.18 44.83 2.13 0.00 r p3 +883.31 44.83 2.13 9.38 r p3 +885.44 44.83 2.13 0.00 r p3 +887.57 44.83 2.13 9.38 r p3 +889.70 44.83 2.13 28.13 r p3 +891.84 44.83 2.13 9.38 r p3 +893.97 44.83 2.13 37.51 r p3 +896.10 44.83 2.13 84.40 r p3 +898.23 44.83 2.13 75.02 r p3 +900.36 44.83 2.13 46.89 r p3 +902.50 44.83 2.13 93.77 r p3 +904.63 44.83 2.13 75.02 r p3 +906.76 44.83 2.13 37.51 r p3 +908.89 44.83 2.13 18.75 r p3 +911.02 44.83 2.13 0.00 r p3 +913.16 44.83 2.13 9.38 r p3 +915.29 44.83 2.13 18.75 r p3 +917.42 44.83 2.13 9.38 r p3 +919.55 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +929.30 38.73 976.20 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +929.30 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +929.30 68.27 m +46.90 0 l +o +np +929.30 115.16 m +46.90 0 l +o +np +929.30 162.04 m +46.90 0 l +o +np +937.13 38.73 m +0 134.10 l +o +np +946.05 38.73 m +0 134.10 l +o +np +954.97 38.73 m +0 134.10 l +o +np +963.89 38.73 m +0 134.10 l +o +np +972.81 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +929.30 44.83 m +46.90 0 l +o +np +929.30 91.71 m +46.90 0 l +o +np +929.30 138.60 m +46.90 0 l +o +np +932.67 38.73 m +0 134.10 l +o +np +941.59 38.73 m +0 134.10 l +o +np +950.51 38.73 m +0 134.10 l +o +np +959.43 38.73 m +0 134.10 l +o +np +968.35 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +931.43 44.83 2.13 9.38 r p3 +933.56 44.83 2.13 0.00 r p3 +935.69 44.83 2.13 0.00 r p3 +937.83 44.83 2.13 0.00 r p3 +939.96 44.83 2.13 9.38 r p3 +942.09 44.83 2.13 18.75 r p3 +944.22 44.83 2.13 18.75 r p3 +946.35 44.83 2.13 46.89 r p3 +948.49 44.83 2.13 56.26 r p3 +950.62 44.83 2.13 56.26 r p3 +952.75 44.83 2.13 65.64 r p3 +954.88 44.83 2.13 75.02 r p3 +957.01 44.83 2.13 112.53 r p3 +959.15 44.83 2.13 18.75 r p3 +961.28 44.83 2.13 28.13 r p3 +963.41 44.83 2.13 9.38 r p3 +965.54 44.83 2.13 9.38 r p3 +967.68 44.83 2.13 18.75 r p3 +969.81 44.83 2.13 9.38 r p3 +971.94 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +981.68 38.73 1028.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +981.68 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +981.68 68.27 m +46.91 0 l +o +np +981.68 115.16 m +46.91 0 l +o +np +981.68 162.04 m +46.91 0 l +o +np +989.52 38.73 m +0 134.10 l +o +np +998.44 38.73 m +0 134.10 l +o +np +1007.36 38.73 m +0 134.10 l +o +np +1016.28 38.73 m +0 134.10 l +o +np +1025.20 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +981.68 44.83 m +46.91 0 l +o +np +981.68 91.71 m +46.91 0 l +o +np +981.68 138.60 m +46.91 0 l +o +np +985.06 38.73 m +0 134.10 l +o +np +993.98 38.73 m +0 134.10 l +o +np +1002.90 38.73 m +0 134.10 l +o +np +1011.82 38.73 m +0 134.10 l +o +np +1020.74 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +983.82 44.83 2.13 0.00 r p3 +985.95 44.83 2.13 0.00 r p3 +988.08 44.83 2.13 18.75 r p3 +990.21 44.83 2.13 9.38 r p3 +992.34 44.83 2.13 0.00 r p3 +994.48 44.83 2.13 28.13 r p3 +996.61 44.83 2.13 18.75 r p3 +998.74 44.83 2.13 46.89 r p3 +1000.87 44.83 2.13 56.26 r p3 +1003.00 44.83 2.13 56.26 r p3 +1005.14 44.83 2.13 84.40 r p3 +1007.27 44.83 2.13 65.64 r p3 +1009.40 44.83 2.13 84.40 r p3 +1011.53 44.83 2.13 18.75 r p3 +1013.67 44.83 2.13 28.13 r p3 +1015.80 44.83 2.13 18.75 r p3 +1017.93 44.83 2.13 0.00 r p3 +1020.06 44.83 2.13 18.75 r p3 +1022.19 44.83 2.13 0.00 r p3 +1024.33 44.83 2.13 9.38 r p3 +0.00 0.00 1728.00 576.00 cl +1034.07 38.73 1080.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1034.07 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1034.07 68.27 m +46.91 0 l +o +np +1034.07 115.16 m +46.91 0 l +o +np +1034.07 162.04 m +46.91 0 l +o +np +1041.91 38.73 m +0 134.10 l +o +np +1050.82 38.73 m +0 134.10 l +o +np +1059.74 38.73 m +0 134.10 l +o +np +1068.66 38.73 m +0 134.10 l +o +np +1077.58 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1034.07 44.83 m +46.91 0 l +o +np +1034.07 91.71 m +46.91 0 l +o +np +1034.07 138.60 m +46.91 0 l +o +np +1037.45 38.73 m +0 134.10 l +o +np +1046.36 38.73 m +0 134.10 l +o +np +1055.28 38.73 m +0 134.10 l +o +np +1064.20 38.73 m +0 134.10 l +o +np +1073.12 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1036.20 44.83 2.13 0.00 r p3 +1038.33 44.83 2.13 9.38 r p3 +1040.47 44.83 2.13 0.00 r p3 +1042.60 44.83 2.13 0.00 r p3 +1044.73 44.83 2.13 9.38 r p3 +1046.86 44.83 2.13 0.00 r p3 +1048.99 44.83 2.13 56.26 r p3 +1051.13 44.83 2.13 37.51 r p3 +1053.26 44.83 2.13 46.89 r p3 +1055.39 44.83 2.13 65.64 r p3 +1057.52 44.83 2.13 37.51 r p3 +1059.65 44.83 2.13 93.77 r p3 +1061.79 44.83 2.13 93.77 r p3 +1063.92 44.83 2.13 28.13 r p3 +1066.05 44.83 2.13 37.51 r p3 +1068.18 44.83 2.13 9.38 r p3 +1070.32 44.83 2.13 9.38 r p3 +1072.45 44.83 2.13 18.75 r p3 +1074.58 44.83 2.13 9.38 r p3 +1076.71 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1086.46 38.73 1133.36 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1086.46 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1086.46 68.27 m +46.90 0 l +o +np +1086.46 115.16 m +46.90 0 l +o +np +1086.46 162.04 m +46.90 0 l +o +np +1094.29 38.73 m +0 134.10 l +o +np +1103.21 38.73 m +0 134.10 l +o +np +1112.13 38.73 m +0 134.10 l +o +np +1121.05 38.73 m +0 134.10 l +o +np +1129.97 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1086.46 44.83 m +46.90 0 l +o +np +1086.46 91.71 m +46.90 0 l +o +np +1086.46 138.60 m +46.90 0 l +o +np +1089.83 38.73 m +0 134.10 l +o +np +1098.75 38.73 m +0 134.10 l +o +np +1107.67 38.73 m +0 134.10 l +o +np +1116.59 38.73 m +0 134.10 l +o +np +1125.51 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1088.59 44.83 2.13 0.00 r p3 +1090.72 44.83 2.13 0.00 r p3 +1092.85 44.83 2.13 9.38 r p3 +1094.98 44.83 2.13 0.00 r p3 +1097.12 44.83 2.13 18.75 r p3 +1099.25 44.83 2.13 9.38 r p3 +1101.38 44.83 2.13 28.13 r p3 +1103.51 44.83 2.13 46.89 r p3 +1105.64 44.83 2.13 65.64 r p3 +1107.78 44.83 2.13 75.02 r p3 +1109.91 44.83 2.13 56.26 r p3 +1112.04 44.83 2.13 65.64 r p3 +1114.17 44.83 2.13 84.40 r p3 +1116.31 44.83 2.13 37.51 r p3 +1118.44 44.83 2.13 18.75 r p3 +1120.57 44.83 2.13 18.75 r p3 +1122.70 44.83 2.13 0.00 r p3 +1124.83 44.83 2.13 18.75 r p3 +1126.97 44.83 2.13 9.38 r p3 +1129.10 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1138.84 38.73 1185.75 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1138.84 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1138.84 68.27 m +46.91 0 l +o +np +1138.84 115.16 m +46.91 0 l +o +np +1138.84 162.04 m +46.91 0 l +o +np +1146.68 38.73 m +0 134.10 l +o +np +1155.60 38.73 m +0 134.10 l +o +np +1164.52 38.73 m +0 134.10 l +o +np +1173.44 38.73 m +0 134.10 l +o +np +1182.35 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1138.84 44.83 m +46.91 0 l +o +np +1138.84 91.71 m +46.91 0 l +o +np +1138.84 138.60 m +46.91 0 l +o +np +1142.22 38.73 m +0 134.10 l +o +np +1151.14 38.73 m +0 134.10 l +o +np +1160.06 38.73 m +0 134.10 l +o +np +1168.98 38.73 m +0 134.10 l +o +np +1177.90 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1140.97 44.83 2.13 9.38 r p3 +1143.11 44.83 2.13 0.00 r p3 +1145.24 44.83 2.13 0.00 r p3 +1147.37 44.83 2.13 18.75 r p3 +1149.50 44.83 2.13 0.00 r p3 +1151.63 44.83 2.13 18.75 r p3 +1153.77 44.83 2.13 46.89 r p3 +1155.90 44.83 2.13 28.13 r p3 +1158.03 44.83 2.13 46.89 r p3 +1160.16 44.83 2.13 65.64 r p3 +1162.29 44.83 2.13 65.64 r p3 +1164.43 44.83 2.13 65.64 r p3 +1166.56 44.83 2.13 103.15 r p3 +1168.69 44.83 2.13 37.51 r p3 +1170.82 44.83 2.13 9.38 r p3 +1172.96 44.83 2.13 18.75 r p3 +1175.09 44.83 2.13 0.00 r p3 +1177.22 44.83 2.13 18.75 r p3 +1179.35 44.83 2.13 9.38 r p3 +1181.48 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1191.23 38.73 1238.13 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1191.23 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1191.23 68.27 m +46.90 0 l +o +np +1191.23 115.16 m +46.90 0 l +o +np +1191.23 162.04 m +46.90 0 l +o +np +1199.06 38.73 m +0 134.10 l +o +np +1207.98 38.73 m +0 134.10 l +o +np +1216.90 38.73 m +0 134.10 l +o +np +1225.82 38.73 m +0 134.10 l +o +np +1234.74 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1191.23 44.83 m +46.90 0 l +o +np +1191.23 91.71 m +46.90 0 l +o +np +1191.23 138.60 m +46.90 0 l +o +np +1194.60 38.73 m +0 134.10 l +o +np +1203.52 38.73 m +0 134.10 l +o +np +1212.44 38.73 m +0 134.10 l +o +np +1221.36 38.73 m +0 134.10 l +o +np +1230.28 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1193.36 44.83 2.13 9.38 r p3 +1195.49 44.83 2.13 0.00 r p3 +1197.62 44.83 2.13 9.38 r p3 +1199.76 44.83 2.13 9.38 r p3 +1201.89 44.83 2.13 0.00 r p3 +1204.02 44.83 2.13 28.13 r p3 +1206.15 44.83 2.13 28.13 r p3 +1208.28 44.83 2.13 37.51 r p3 +1210.42 44.83 2.13 46.89 r p3 +1212.55 44.83 2.13 65.64 r p3 +1214.68 44.83 2.13 84.40 r p3 +1216.81 44.83 2.13 37.51 r p3 +1218.95 44.83 2.13 103.15 r p3 +1221.08 44.83 2.13 37.51 r p3 +1223.21 44.83 2.13 18.75 r p3 +1225.34 44.83 2.13 9.38 r p3 +1227.47 44.83 2.13 9.38 r p3 +1229.61 44.83 2.13 18.75 r p3 +1231.74 44.83 2.13 0.00 r p3 +1233.87 44.83 2.13 9.38 r p3 +0.00 0.00 1728.00 576.00 cl +1243.61 38.73 1290.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1243.61 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1243.61 68.27 m +46.91 0 l +o +np +1243.61 115.16 m +46.91 0 l +o +np +1243.61 162.04 m +46.91 0 l +o +np +1251.45 38.73 m +0 134.10 l +o +np +1260.37 38.73 m +0 134.10 l +o +np +1269.29 38.73 m +0 134.10 l +o +np +1278.21 38.73 m +0 134.10 l +o +np +1287.13 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1243.61 44.83 m +46.91 0 l +o +np +1243.61 91.71 m +46.91 0 l +o +np +1243.61 138.60 m +46.91 0 l +o +np +1246.99 38.73 m +0 134.10 l +o +np +1255.91 38.73 m +0 134.10 l +o +np +1264.83 38.73 m +0 134.10 l +o +np +1273.75 38.73 m +0 134.10 l +o +np +1282.67 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1245.75 44.83 2.13 9.38 r p3 +1247.88 44.83 2.13 0.00 r p3 +1250.01 44.83 2.13 9.38 r p3 +1252.14 44.83 2.13 9.38 r p3 +1254.27 44.83 2.13 0.00 r p3 +1256.41 44.83 2.13 28.13 r p3 +1258.54 44.83 2.13 28.13 r p3 +1260.67 44.83 2.13 37.51 r p3 +1262.80 44.83 2.13 56.26 r p3 +1264.94 44.83 2.13 56.26 r p3 +1267.07 44.83 2.13 93.77 r p3 +1269.20 44.83 2.13 28.13 r p3 +1271.33 44.83 2.13 103.15 r p3 +1273.46 44.83 2.13 37.51 r p3 +1275.60 44.83 2.13 18.75 r p3 +1277.73 44.83 2.13 18.75 r p3 +1279.86 44.83 2.13 0.00 r p3 +1281.99 44.83 2.13 18.75 r p3 +1284.12 44.83 2.13 9.38 r p3 +1286.26 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 172.83 85.64 207.25 cl +38.73 190.04 85.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +62.19 195.41 (Batch1) .5 0 t +38.73 190.04 85.64 207.25 cl +38.73 172.83 85.64 207.25 cl +38.73 172.83 85.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +62.19 178.20 (Batch1_E_1) .5 0 t +38.73 172.83 85.64 190.04 cl +38.73 172.83 85.64 207.25 cl +0.00 0.00 1728.00 576.00 cl +91.12 172.83 138.03 207.25 cl +91.12 190.04 138.03 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +91.12 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +114.57 195.41 (Batch1) .5 0 t +91.12 190.04 138.03 207.25 cl +91.12 172.83 138.03 207.25 cl +91.12 172.83 138.03 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +91.12 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +114.57 178.20 (Batch1_E_10) .5 0 t +91.12 172.83 138.03 190.04 cl +91.12 172.83 138.03 207.25 cl +0.00 0.00 1728.00 576.00 cl +143.50 172.83 190.41 207.25 cl +143.50 190.04 190.41 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +143.50 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +166.96 195.41 (Batch1) .5 0 t +143.50 190.04 190.41 207.25 cl +143.50 172.83 190.41 207.25 cl +143.50 172.83 190.41 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +143.50 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +166.96 178.20 (Batch1_E_11) .5 0 t +143.50 172.83 190.41 190.04 cl +143.50 172.83 190.41 207.25 cl +0.00 0.00 1728.00 576.00 cl +195.89 172.83 242.80 207.25 cl +195.89 190.04 242.80 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +195.89 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +219.34 195.41 (Batch1) .5 0 t +195.89 190.04 242.80 207.25 cl +195.89 172.83 242.80 207.25 cl +195.89 172.83 242.80 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +195.89 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +219.34 178.20 (Batch1_E_12) .5 0 t +195.89 172.83 242.80 190.04 cl +195.89 172.83 242.80 207.25 cl +0.00 0.00 1728.00 576.00 cl +248.28 172.83 295.18 207.25 cl +248.28 190.04 295.18 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +248.28 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +271.73 195.41 (Batch1) .5 0 t +248.28 190.04 295.18 207.25 cl +248.28 172.83 295.18 207.25 cl +248.28 172.83 295.18 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +248.28 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +271.73 178.20 (Batch1_E_2) .5 0 t +248.28 172.83 295.18 190.04 cl +248.28 172.83 295.18 207.25 cl +0.00 0.00 1728.00 576.00 cl +300.66 172.83 347.57 207.25 cl +300.66 190.04 347.57 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +300.66 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +324.12 195.41 (Batch1) .5 0 t +300.66 190.04 347.57 207.25 cl +300.66 172.83 347.57 207.25 cl +300.66 172.83 347.57 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +300.66 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +324.12 178.20 (Batch1_E_3) .5 0 t +300.66 172.83 347.57 190.04 cl +300.66 172.83 347.57 207.25 cl +0.00 0.00 1728.00 576.00 cl +353.05 172.83 399.96 207.25 cl +353.05 190.04 399.96 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +353.05 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +376.50 195.41 (Batch1) .5 0 t +353.05 190.04 399.96 207.25 cl +353.05 172.83 399.96 207.25 cl +353.05 172.83 399.96 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +353.05 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +376.50 178.20 (Batch1_E_4) .5 0 t +353.05 172.83 399.96 190.04 cl +353.05 172.83 399.96 207.25 cl +0.00 0.00 1728.00 576.00 cl +405.44 172.83 452.34 207.25 cl +405.44 190.04 452.34 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +405.44 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +428.89 195.41 (Batch1) .5 0 t +405.44 190.04 452.34 207.25 cl +405.44 172.83 452.34 207.25 cl +405.44 172.83 452.34 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +405.44 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +428.89 178.20 (Batch1_E_5) .5 0 t +405.44 172.83 452.34 190.04 cl +405.44 172.83 452.34 207.25 cl +0.00 0.00 1728.00 576.00 cl +457.82 172.83 504.73 207.25 cl +457.82 190.04 504.73 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +457.82 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +481.28 195.41 (Batch1) .5 0 t +457.82 190.04 504.73 207.25 cl +457.82 172.83 504.73 207.25 cl +457.82 172.83 504.73 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +457.82 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +481.28 178.20 (Batch1_E_6) .5 0 t +457.82 172.83 504.73 190.04 cl +457.82 172.83 504.73 207.25 cl +0.00 0.00 1728.00 576.00 cl +510.21 172.83 557.11 207.25 cl +510.21 190.04 557.11 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +510.21 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +533.66 195.41 (Batch1) .5 0 t +510.21 190.04 557.11 207.25 cl +510.21 172.83 557.11 207.25 cl +510.21 172.83 557.11 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +510.21 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +533.66 178.20 (Batch1_E_7) .5 0 t +510.21 172.83 557.11 190.04 cl +510.21 172.83 557.11 207.25 cl +0.00 0.00 1728.00 576.00 cl +562.59 172.83 609.50 207.25 cl +562.59 190.04 609.50 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +562.59 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +586.05 195.41 (Batch1) .5 0 t +562.59 190.04 609.50 207.25 cl +562.59 172.83 609.50 207.25 cl +562.59 172.83 609.50 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +562.59 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +586.05 178.20 (Batch1_E_8) .5 0 t +562.59 172.83 609.50 190.04 cl +562.59 172.83 609.50 207.25 cl +0.00 0.00 1728.00 576.00 cl +614.98 172.83 661.89 207.25 cl +614.98 190.04 661.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +614.98 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.43 195.41 (Batch1) .5 0 t +614.98 190.04 661.89 207.25 cl +614.98 172.83 661.89 207.25 cl +614.98 172.83 661.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +614.98 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.43 178.20 (Batch1_E_9) .5 0 t +614.98 172.83 661.89 190.04 cl +614.98 172.83 661.89 207.25 cl +0.00 0.00 1728.00 576.00 cl +667.37 172.83 714.27 207.25 cl +667.37 190.04 714.27 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.37 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.82 195.41 (Batch1) .5 0 t +667.37 190.04 714.27 207.25 cl +667.37 172.83 714.27 207.25 cl +667.37 172.83 714.27 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.37 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.82 178.20 (Batch1_P_13) .5 0 t +667.37 172.83 714.27 190.04 cl +667.37 172.83 714.27 207.25 cl +0.00 0.00 1728.00 576.00 cl +719.75 172.83 766.66 207.25 cl +719.75 190.04 766.66 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.75 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +743.21 195.41 (Batch1) .5 0 t +719.75 190.04 766.66 207.25 cl +719.75 172.83 766.66 207.25 cl +719.75 172.83 766.66 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.75 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +743.21 178.20 (Batch1_P_14) .5 0 t +719.75 172.83 766.66 190.04 cl +719.75 172.83 766.66 207.25 cl +0.00 0.00 1728.00 576.00 cl +772.14 172.83 819.05 207.25 cl +772.14 190.04 819.05 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +772.14 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +795.59 195.41 (Batch1) .5 0 t +772.14 190.04 819.05 207.25 cl +772.14 172.83 819.05 207.25 cl +772.14 172.83 819.05 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +772.14 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +795.59 178.20 (Batch1_P_15) .5 0 t +772.14 172.83 819.05 190.04 cl +772.14 172.83 819.05 207.25 cl +0.00 0.00 1728.00 576.00 cl +824.52 172.83 871.43 207.25 cl +824.52 190.04 871.43 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +824.52 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +847.98 195.41 (Batch1) .5 0 t +824.52 190.04 871.43 207.25 cl +824.52 172.83 871.43 207.25 cl +824.52 172.83 871.43 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +824.52 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +847.98 178.20 (Batch1_P_16) .5 0 t +824.52 172.83 871.43 190.04 cl +824.52 172.83 871.43 207.25 cl +0.00 0.00 1728.00 576.00 cl +876.91 172.83 923.82 207.25 cl +876.91 190.04 923.82 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +876.91 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +900.36 195.41 (Batch1) .5 0 t +876.91 190.04 923.82 207.25 cl +876.91 172.83 923.82 207.25 cl +876.91 172.83 923.82 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +876.91 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +900.36 178.20 (Batch1_P_17) .5 0 t +876.91 172.83 923.82 190.04 cl +876.91 172.83 923.82 207.25 cl +0.00 0.00 1728.00 576.00 cl +929.30 172.83 976.20 207.25 cl +929.30 190.04 976.20 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.30 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +952.75 195.41 (Batch1) .5 0 t +929.30 190.04 976.20 207.25 cl +929.30 172.83 976.20 207.25 cl +929.30 172.83 976.20 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.30 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +952.75 178.20 (Batch1_P_18) .5 0 t +929.30 172.83 976.20 190.04 cl +929.30 172.83 976.20 207.25 cl +0.00 0.00 1728.00 576.00 cl +981.68 172.83 1028.59 207.25 cl +981.68 190.04 1028.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +981.68 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.14 195.41 (Batch1) .5 0 t +981.68 190.04 1028.59 207.25 cl +981.68 172.83 1028.59 207.25 cl +981.68 172.83 1028.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +981.68 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.14 178.20 (Batch1_P_19) .5 0 t +981.68 172.83 1028.59 190.04 cl +981.68 172.83 1028.59 207.25 cl +0.00 0.00 1728.00 576.00 cl +1034.07 172.83 1080.98 207.25 cl +1034.07 190.04 1080.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.07 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.52 195.41 (Batch1) .5 0 t +1034.07 190.04 1080.98 207.25 cl +1034.07 172.83 1080.98 207.25 cl +1034.07 172.83 1080.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.07 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.52 178.20 (Batch1_P_20) .5 0 t +1034.07 172.83 1080.98 190.04 cl +1034.07 172.83 1080.98 207.25 cl +0.00 0.00 1728.00 576.00 cl +1086.46 172.83 1133.36 207.25 cl +1086.46 190.04 1133.36 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.46 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1109.91 195.41 (Batch1) .5 0 t +1086.46 190.04 1133.36 207.25 cl +1086.46 172.83 1133.36 207.25 cl +1086.46 172.83 1133.36 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.46 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1109.91 178.20 (Batch1_P_21) .5 0 t +1086.46 172.83 1133.36 190.04 cl +1086.46 172.83 1133.36 207.25 cl +0.00 0.00 1728.00 576.00 cl +1138.84 172.83 1185.75 207.25 cl +1138.84 190.04 1185.75 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1138.84 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.29 195.41 (Batch1) .5 0 t +1138.84 190.04 1185.75 207.25 cl +1138.84 172.83 1185.75 207.25 cl +1138.84 172.83 1185.75 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1138.84 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.29 178.20 (Batch1_P_22) .5 0 t +1138.84 172.83 1185.75 190.04 cl +1138.84 172.83 1185.75 207.25 cl +0.00 0.00 1728.00 576.00 cl +1191.23 172.83 1238.13 207.25 cl +1191.23 190.04 1238.13 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.23 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.68 195.41 (Batch1) .5 0 t +1191.23 190.04 1238.13 207.25 cl +1191.23 172.83 1238.13 207.25 cl +1191.23 172.83 1238.13 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.23 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.68 178.20 (Batch1_P_23) .5 0 t +1191.23 172.83 1238.13 190.04 cl +1191.23 172.83 1238.13 207.25 cl +0.00 0.00 1728.00 576.00 cl +1243.61 172.83 1290.52 207.25 cl +1243.61 190.04 1290.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.61 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.07 195.41 (Batch1) .5 0 t +1243.61 190.04 1290.52 207.25 cl +1243.61 172.83 1290.52 207.25 cl +1243.61 172.83 1290.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.61 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.07 178.20 (Batch1_P_24) .5 0 t +1243.61 172.83 1290.52 190.04 cl +1243.61 172.83 1290.52 207.25 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +42.11 35.99 m +0 2.74 l +o +np +51.03 35.99 m +0 2.74 l +o +np +59.95 35.99 m +0 2.74 l +o +np +68.87 35.99 m +0 2.74 l +o +np +77.79 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +48.57 33.80 (-25) 1 90 t +57.49 33.80 (-20) 1 90 t +66.41 33.80 (-15) 1 90 t +75.33 33.80 (-10) 1 90 t +84.25 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +94.49 35.99 m +0 2.74 l +o +np +103.41 35.99 m +0 2.74 l +o +np +112.33 35.99 m +0 2.74 l +o +np +121.25 35.99 m +0 2.74 l +o +np +130.17 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +100.96 33.80 (-25) 1 90 t +109.88 33.80 (-20) 1 90 t +118.80 33.80 (-15) 1 90 t +127.71 33.80 (-10) 1 90 t +136.63 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +146.88 35.99 m +0 2.74 l +o +np +155.80 35.99 m +0 2.74 l +o +np +164.72 35.99 m +0 2.74 l +o +np +173.64 35.99 m +0 2.74 l +o +np +182.56 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +153.34 33.80 (-25) 1 90 t +162.26 33.80 (-20) 1 90 t +171.18 33.80 (-15) 1 90 t +180.10 33.80 (-10) 1 90 t +189.02 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +199.27 35.99 m +0 2.74 l +o +np +208.19 35.99 m +0 2.74 l +o +np +217.11 35.99 m +0 2.74 l +o +np +226.03 35.99 m +0 2.74 l +o +np +234.94 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +205.73 33.80 (-25) 1 90 t +214.65 33.80 (-20) 1 90 t +223.57 33.80 (-15) 1 90 t +232.49 33.80 (-10) 1 90 t +241.41 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +251.65 35.99 m +0 2.74 l +o +np +260.57 35.99 m +0 2.74 l +o +np +269.49 35.99 m +0 2.74 l +o +np +278.41 35.99 m +0 2.74 l +o +np +287.33 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +258.12 33.80 (-25) 1 90 t +267.03 33.80 (-20) 1 90 t +275.95 33.80 (-15) 1 90 t +284.87 33.80 (-10) 1 90 t +293.79 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +304.04 35.99 m +0 2.74 l +o +np +312.96 35.99 m +0 2.74 l +o +np +321.88 35.99 m +0 2.74 l +o +np +330.80 35.99 m +0 2.74 l +o +np +339.72 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +310.50 33.80 (-25) 1 90 t +319.42 33.80 (-20) 1 90 t +328.34 33.80 (-15) 1 90 t +337.26 33.80 (-10) 1 90 t +346.18 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +356.43 35.99 m +0 2.74 l +o +np +365.35 35.99 m +0 2.74 l +o +np +374.26 35.99 m +0 2.74 l +o +np +383.18 35.99 m +0 2.74 l +o +np +392.10 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +362.89 33.80 (-25) 1 90 t +371.81 33.80 (-20) 1 90 t +380.73 33.80 (-15) 1 90 t +389.65 33.80 (-10) 1 90 t +398.56 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +408.81 35.99 m +0 2.74 l +o +np +417.73 35.99 m +0 2.74 l +o +np +426.65 35.99 m +0 2.74 l +o +np +435.57 35.99 m +0 2.74 l +o +np +444.49 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +415.27 33.80 (-25) 1 90 t +424.19 33.80 (-20) 1 90 t +433.11 33.80 (-15) 1 90 t +442.03 33.80 (-10) 1 90 t +450.95 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +461.20 35.99 m +0 2.74 l +o +np +470.12 35.99 m +0 2.74 l +o +np +479.04 35.99 m +0 2.74 l +o +np +487.96 35.99 m +0 2.74 l +o +np +496.88 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +467.66 33.80 (-25) 1 90 t +476.58 33.80 (-20) 1 90 t +485.50 33.80 (-15) 1 90 t +494.42 33.80 (-10) 1 90 t +503.34 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +513.58 35.99 m +0 2.74 l +o +np +522.50 35.99 m +0 2.74 l +o +np +531.42 35.99 m +0 2.74 l +o +np +540.34 35.99 m +0 2.74 l +o +np +549.26 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +520.05 33.80 (-25) 1 90 t +528.97 33.80 (-20) 1 90 t +537.88 33.80 (-15) 1 90 t +546.80 33.80 (-10) 1 90 t +555.72 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +565.97 35.99 m +0 2.74 l +o +np +574.89 35.99 m +0 2.74 l +o +np +583.81 35.99 m +0 2.74 l +o +np +592.73 35.99 m +0 2.74 l +o +np +601.65 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +572.43 33.80 (-25) 1 90 t +581.35 33.80 (-20) 1 90 t +590.27 33.80 (-15) 1 90 t +599.19 33.80 (-10) 1 90 t +608.11 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +618.36 35.99 m +0 2.74 l +o +np +627.28 35.99 m +0 2.74 l +o +np +636.20 35.99 m +0 2.74 l +o +np +645.11 35.99 m +0 2.74 l +o +np +654.03 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +624.82 33.80 (-25) 1 90 t +633.74 33.80 (-20) 1 90 t +642.66 33.80 (-15) 1 90 t +651.58 33.80 (-10) 1 90 t +660.50 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +670.74 35.99 m +0 2.74 l +o +np +679.66 35.99 m +0 2.74 l +o +np +688.58 35.99 m +0 2.74 l +o +np +697.50 35.99 m +0 2.74 l +o +np +706.42 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +677.20 33.80 (-25) 1 90 t +686.12 33.80 (-20) 1 90 t +695.04 33.80 (-15) 1 90 t +703.96 33.80 (-10) 1 90 t +712.88 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +723.13 35.99 m +0 2.74 l +o +np +732.05 35.99 m +0 2.74 l +o +np +740.97 35.99 m +0 2.74 l +o +np +749.89 35.99 m +0 2.74 l +o +np +758.81 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +729.59 33.80 (-25) 1 90 t +738.51 33.80 (-20) 1 90 t +747.43 33.80 (-15) 1 90 t +756.35 33.80 (-10) 1 90 t +765.27 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +775.51 35.99 m +0 2.74 l +o +np +784.43 35.99 m +0 2.74 l +o +np +793.35 35.99 m +0 2.74 l +o +np +802.27 35.99 m +0 2.74 l +o +np +811.19 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +781.98 33.80 (-25) 1 90 t +790.90 33.80 (-20) 1 90 t +799.82 33.80 (-15) 1 90 t +808.73 33.80 (-10) 1 90 t +817.65 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +827.90 35.99 m +0 2.74 l +o +np +836.82 35.99 m +0 2.74 l +o +np +845.74 35.99 m +0 2.74 l +o +np +854.66 35.99 m +0 2.74 l +o +np +863.58 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +834.36 33.80 (-25) 1 90 t +843.28 33.80 (-20) 1 90 t +852.20 33.80 (-15) 1 90 t +861.12 33.80 (-10) 1 90 t +870.04 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +880.29 35.99 m +0 2.74 l +o +np +889.21 35.99 m +0 2.74 l +o +np +898.13 35.99 m +0 2.74 l +o +np +907.05 35.99 m +0 2.74 l +o +np +915.96 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +886.75 33.80 (-25) 1 90 t +895.67 33.80 (-20) 1 90 t +904.59 33.80 (-15) 1 90 t +913.51 33.80 (-10) 1 90 t +922.43 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +932.67 35.99 m +0 2.74 l +o +np +941.59 35.99 m +0 2.74 l +o +np +950.51 35.99 m +0 2.74 l +o +np +959.43 35.99 m +0 2.74 l +o +np +968.35 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +939.14 33.80 (-25) 1 90 t +948.05 33.80 (-20) 1 90 t +956.97 33.80 (-15) 1 90 t +965.89 33.80 (-10) 1 90 t +974.81 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +985.06 35.99 m +0 2.74 l +o +np +993.98 35.99 m +0 2.74 l +o +np +1002.90 35.99 m +0 2.74 l +o +np +1011.82 35.99 m +0 2.74 l +o +np +1020.74 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +991.52 33.80 (-25) 1 90 t +1000.44 33.80 (-20) 1 90 t +1009.36 33.80 (-15) 1 90 t +1018.28 33.80 (-10) 1 90 t +1027.20 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1037.45 35.99 m +0 2.74 l +o +np +1046.36 35.99 m +0 2.74 l +o +np +1055.28 35.99 m +0 2.74 l +o +np +1064.20 35.99 m +0 2.74 l +o +np +1073.12 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1043.91 33.80 (-25) 1 90 t +1052.83 33.80 (-20) 1 90 t +1061.75 33.80 (-15) 1 90 t +1070.67 33.80 (-10) 1 90 t +1079.58 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1089.83 35.99 m +0 2.74 l +o +np +1098.75 35.99 m +0 2.74 l +o +np +1107.67 35.99 m +0 2.74 l +o +np +1116.59 35.99 m +0 2.74 l +o +np +1125.51 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1096.29 33.80 (-25) 1 90 t +1105.21 33.80 (-20) 1 90 t +1114.13 33.80 (-15) 1 90 t +1123.05 33.80 (-10) 1 90 t +1131.97 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1142.22 35.99 m +0 2.74 l +o +np +1151.14 35.99 m +0 2.74 l +o +np +1160.06 35.99 m +0 2.74 l +o +np +1168.98 35.99 m +0 2.74 l +o +np +1177.90 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1148.68 33.80 (-25) 1 90 t +1157.60 33.80 (-20) 1 90 t +1166.52 33.80 (-15) 1 90 t +1175.44 33.80 (-10) 1 90 t +1184.36 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1194.60 35.99 m +0 2.74 l +o +np +1203.52 35.99 m +0 2.74 l +o +np +1212.44 35.99 m +0 2.74 l +o +np +1221.36 35.99 m +0 2.74 l +o +np +1230.28 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1201.07 33.80 (-25) 1 90 t +1209.99 33.80 (-20) 1 90 t +1218.90 33.80 (-15) 1 90 t +1227.82 33.80 (-10) 1 90 t +1236.74 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1246.99 35.99 m +0 2.74 l +o +np +1255.91 35.99 m +0 2.74 l +o +np +1264.83 35.99 m +0 2.74 l +o +np +1273.75 35.99 m +0 2.74 l +o +np +1282.67 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1253.45 33.80 (-25) 1 90 t +1262.37 33.80 (-20) 1 90 t +1271.29 33.80 (-15) 1 90 t +1280.21 33.80 (-10) 1 90 t +1289.13 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 41.60 (0) 1 0 t +33.80 88.48 (5) 1 0 t +33.80 135.37 (10) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 44.83 m +2.74 0 l +o +np +35.99 91.71 m +2.74 0 l +o +np +35.99 138.60 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +650.56 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +18.63 105.78 (count) .5 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 215.59 (Histogr) 0 ta +-0.130 (am of Log2\(x+1.87e-08\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +1296.00 0.00 1728.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1296.00 0.00 432.00 576.00 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 309.31 1705.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1339.74 309.31 365.57 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1339.74 337.84 m +365.57 0 l +o +np +1339.74 412.84 m +365.57 0 l +o +np +1339.74 487.85 m +365.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1339.74 375.34 m +365.57 0 l +o +np +1339.74 450.35 m +365.57 0 l +o +np +1339.74 525.35 m +365.57 0 l +o +np +1348.80 309.31 m +0 226.33 l +o +np +1363.91 309.31 m +0 226.33 l +o +np +1379.01 309.31 m +0 226.33 l +o +np +1394.12 309.31 m +0 226.33 l +o +np +1409.23 309.31 m +0 226.33 l +o +np +1424.33 309.31 m +0 226.33 l +o +np +1439.44 309.31 m +0 226.33 l +o +np +1454.55 309.31 m +0 226.33 l +o +np +1469.65 309.31 m +0 226.33 l +o +np +1484.76 309.31 m +0 226.33 l +o +np +1499.86 309.31 m +0 226.33 l +o +np +1514.97 309.31 m +0 226.33 l +o +np +1530.08 309.31 m +0 226.33 l +o +np +1545.18 309.31 m +0 226.33 l +o +np +1560.29 309.31 m +0 226.33 l +o +np +1575.40 309.31 m +0 226.33 l +o +np +1590.50 309.31 m +0 226.33 l +o +np +1605.61 309.31 m +0 226.33 l +o +np +1620.72 309.31 m +0 226.33 l +o +np +1635.82 309.31 m +0 226.33 l +o +np +1650.93 309.31 m +0 226.33 l +o +np +1666.03 309.31 m +0 226.33 l +o +np +1681.14 309.31 m +0 226.33 l +o +np +1696.25 309.31 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1342.00 320.50 13.60 204.85 r p3 +1357.11 319.71 13.60 205.64 r p3 +1372.22 320.40 13.60 204.95 r p3 +1387.32 325.00 13.60 200.35 r p3 +1402.43 324.34 13.60 201.01 r p3 +1417.53 325.75 13.60 199.60 r p3 +1432.64 325.13 13.60 200.22 r p3 +1447.75 323.86 13.60 201.50 r p3 +1462.85 320.89 13.60 204.46 r p3 +1477.96 319.60 13.60 205.75 r p3 +1493.07 322.66 13.60 202.69 r p3 +1508.17 324.65 13.60 200.70 r p3 +0 0.7490 0.7686 srgb +1523.28 330.77 13.60 194.58 r p3 +1538.39 328.80 13.60 196.55 r p3 +1553.49 329.45 13.60 195.90 r p3 +1568.60 336.37 13.60 188.98 r p3 +1583.70 329.70 13.60 195.66 r p3 +1598.81 337.40 13.60 187.95 r p3 +1613.92 329.07 13.60 196.28 r p3 +1629.02 340.42 13.60 184.93 r p3 +1644.13 333.01 13.60 192.34 r p3 +1659.24 331.34 13.60 194.01 r p3 +1674.34 332.54 13.60 192.81 r p3 +1689.45 330.62 13.60 194.73 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 77.50 1705.31 303.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1339.74 77.50 365.57 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1339.74 117.01 m +365.57 0 l +o +np +1339.74 167.45 m +365.57 0 l +o +np +1339.74 217.89 m +365.57 0 l +o +np +1339.74 268.32 m +365.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1339.74 91.79 m +365.57 0 l +o +np +1339.74 142.23 m +365.57 0 l +o +np +1339.74 192.67 m +365.57 0 l +o +np +1339.74 243.10 m +365.57 0 l +o +np +1339.74 293.54 m +365.57 0 l +o +np +1348.80 77.50 m +0 226.33 l +o +np +1363.91 77.50 m +0 226.33 l +o +np +1379.01 77.50 m +0 226.33 l +o +np +1394.12 77.50 m +0 226.33 l +o +np +1409.23 77.50 m +0 226.33 l +o +np +1424.33 77.50 m +0 226.33 l +o +np +1439.44 77.50 m +0 226.33 l +o +np +1454.55 77.50 m +0 226.33 l +o +np +1469.65 77.50 m +0 226.33 l +o +np +1484.76 77.50 m +0 226.33 l +o +np +1499.86 77.50 m +0 226.33 l +o +np +1514.97 77.50 m +0 226.33 l +o +np +1530.08 77.50 m +0 226.33 l +o +np +1545.18 77.50 m +0 226.33 l +o +np +1560.29 77.50 m +0 226.33 l +o +np +1575.40 77.50 m +0 226.33 l +o +np +1590.50 77.50 m +0 226.33 l +o +np +1605.61 77.50 m +0 226.33 l +o +np +1620.72 77.50 m +0 226.33 l +o +np +1635.82 77.50 m +0 226.33 l +o +np +1650.93 77.50 m +0 226.33 l +o +np +1666.03 77.50 m +0 226.33 l +o +np +1681.14 77.50 m +0 226.33 l +o +np +1696.25 77.50 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1342.00 87.79 13.60 205.75 r p3 +1357.11 91.45 13.60 202.09 r p3 +1372.22 89.50 13.60 204.04 r p3 +1387.32 95.39 13.60 198.15 r p3 +1402.43 92.82 13.60 200.72 r p3 +1417.53 95.72 13.60 197.83 r p3 +1432.64 94.22 13.60 199.32 r p3 +1447.75 90.14 13.60 203.40 r p3 +1462.85 89.55 13.60 203.99 r p3 +1477.96 92.07 13.60 201.48 r p3 +1493.07 89.24 13.60 204.31 r p3 +1508.17 93.11 13.60 200.43 r p3 +0 0.7490 0.7686 srgb +1523.28 92.21 13.60 201.33 r p3 +1538.39 93.02 13.60 200.53 r p3 +1553.49 92.97 13.60 200.57 r p3 +1568.60 100.71 13.60 192.84 r p3 +1583.70 96.28 13.60 197.27 r p3 +1598.81 99.66 13.60 193.89 r p3 +1613.92 94.19 13.60 199.36 r p3 +1629.02 101.67 13.60 191.88 r p3 +1644.13 96.23 13.60 197.31 r p3 +1659.24 94.39 13.60 199.15 r p3 +1674.34 93.82 13.60 199.72 r p3 +1689.45 93.14 13.60 200.41 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 535.64 1705.31 552.85 cl +1339.74 535.64 1705.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1339.74 535.64 365.57 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1522.52 541.01 (Batch1) .5 0 t +1339.74 535.64 1705.31 552.85 cl +1339.74 535.64 1705.31 552.85 cl +0.00 0.00 1728.00 576.00 cl +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 309.31 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 449.99 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +0.00 0.00 1728.00 576.00 cl +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 77.50 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 212.68 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1348.80 74.76 m +0 2.74 l +o +np +1363.91 74.76 m +0 2.74 l +o +np +1379.01 74.76 m +0 2.74 l +o +np +1394.12 74.76 m +0 2.74 l +o +np +1409.23 74.76 m +0 2.74 l +o +np +1424.33 74.76 m +0 2.74 l +o +np +1439.44 74.76 m +0 2.74 l +o +np +1454.55 74.76 m +0 2.74 l +o +np +1469.65 74.76 m +0 2.74 l +o +np +1484.76 74.76 m +0 2.74 l +o +np +1499.86 74.76 m +0 2.74 l +o +np +1514.97 74.76 m +0 2.74 l +o +np +1530.08 74.76 m +0 2.74 l +o +np +1545.18 74.76 m +0 2.74 l +o +np +1560.29 74.76 m +0 2.74 l +o +np +1575.40 74.76 m +0 2.74 l +o +np +1590.50 74.76 m +0 2.74 l +o +np +1605.61 74.76 m +0 2.74 l +o +np +1620.72 74.76 m +0 2.74 l +o +np +1635.82 74.76 m +0 2.74 l +o +np +1650.93 74.76 m +0 2.74 l +o +np +1666.03 74.76 m +0 2.74 l +o +np +1681.14 74.76 m +0 2.74 l +o +np +1696.25 74.76 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1355.26 72.57 (Batch1_E_1) 1 90 t +1370.37 72.57 (Batch1_E_10) 1 90 t +1385.48 72.57 (Batch1_E_11) 1 90 t +1400.58 72.57 (Batch1_E_12) 1 90 t +1415.69 72.57 (Batch1_E_2) 1 90 t +1430.79 72.57 (Batch1_E_3) 1 90 t +1445.90 72.57 (Batch1_E_4) 1 90 t +1461.01 72.57 (Batch1_E_5) 1 90 t +1476.11 72.57 (Batch1_E_6) 1 90 t +1491.22 72.57 (Batch1_E_7) 1 90 t +1506.33 72.57 (Batch1_E_8) 1 90 t +1521.43 72.57 (Batch1_E_9) 1 90 t +1536.54 72.57 (Batch1_P_13) 1 90 t +1551.65 72.57 (Batch1_P_14) 1 90 t +1566.75 72.57 (Batch1_P_15) 1 90 t +1581.86 72.57 (Batch1_P_16) 1 90 t +1596.96 72.57 (Batch1_P_17) 1 90 t +1612.07 72.57 (Batch1_P_18) 1 90 t +1627.18 72.57 (Batch1_P_19) 1 90 t +1642.28 72.57 (Batch1_P_20) 1 90 t +1657.39 72.57 (Batch1_P_21) 1 90 t +1672.50 72.57 (Batch1_P_22) 1 90 t +1687.60 72.57 (Batch1_P_23) 1 90 t +1702.71 72.57 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1334.81 372.11 (-10) 1 0 t +1334.81 447.11 (-5) 1 0 t +1334.81 522.12 (0) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1337.00 375.34 m +2.74 0 l +o +np +1337.00 450.35 m +2.74 0 l +o +np +1337.00 525.35 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1334.81 88.56 (-800) 1 0 t +1334.81 139.00 (-600) 1 0 t +1334.81 189.43 (-400) 1 0 t +1334.81 239.87 (-200) 1 0 t +1334.81 290.31 (0) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1337.00 91.79 m +2.74 0 l +o +np +1337.00 142.23 m +2.74 0 l +o +np +1337.00 192.67 m +2.74 0 l +o +np +1337.00 243.10 m +2.74 0 l +o +np +1337.00 293.54 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1522.52 7.90 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1309.38 292.51 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1339.74 561.19 (Statistics of Log2\(x+1.87e-08\) of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..b2f6f8a0e256982a3487cfb50352934fa8a5efc0 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..289bd3f72b738a5e2ac3515528c33c8fdd567133 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_heatmap.ps @@ -0,0 +1,3734 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +525.05 552.67 (Heatmap of Log2\(x+1.87e-08\) of Ra) 0 ta +-0.390 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +5.00 493.00 1568.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +102.70 493.00 m +0 6.20 l +65.13 0 l +0 -6.20 l +o +np +493.48 493.00 m +0 7.71 l +65.13 0 l +0 -7.71 l +o +np +428.35 493.00 m +0 8.42 l +97.70 0 l +0 -0.71 l +o +np +1144.79 493.00 m +0 9.74 l +65.14 0 l +0 -9.74 l +o +np +688.88 493.00 m +0 11.15 l +65.13 0 l +0 -11.15 l +o +np +1079.66 493.00 m +0 11.31 l +97.70 0 l +0 -1.57 l +o +np +298.09 493.00 m +0 11.69 l +65.13 0 l +0 -11.69 l +o +np +623.75 493.00 m +0 14.38 l +97.69 0 l +0 -3.23 l +o +np +1014.53 493.00 m +0 15.15 l +113.98 0 l +0 -3.84 l +o +np +884.27 493.00 m +0 15.51 l +65.13 0 l +0 -15.51 l +o +np +1275.06 493.00 m +0 15.84 l +65.13 0 l +0 -15.84 l +o +np +1470.45 493.00 m +0 16.16 l +65.13 0 l +0 -16.16 l +o +np +232.96 493.00 m +0 17.59 l +97.70 0 l +0 -5.90 l +o +np +819.14 493.00 m +0 17.61 l +97.70 0 l +0 -2.10 l +o +np +477.20 501.42 m +0 12.04 l +195.39 0 l +0 -6.08 l +o +np +37.57 493.00 m +0 20.90 l +97.69 0 l +0 -14.70 l +o +np +1071.52 508.15 m +0 5.81 l +236.10 0 l +0 -5.12 l +o +np +281.81 510.59 m +0 9.04 l +293.09 0 l +0 -6.17 l +o +np +867.99 510.61 m +0 9.18 l +321.58 0 l +0 -5.83 l +o +np +1405.32 493.00 m +0 30.41 l +97.69 0 l +0 -14.25 l +o +np +86.41 513.90 m +0 16.39 l +341.94 0 l +0 -10.66 l +o +np +1028.78 519.79 m +0 17.97 l +425.39 0 l +0 -14.35 l +o +np +257.38 530.29 m +0 15.09 l +984.09 0 l +0 -7.62 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0.9020 0.9020 1 srgb } def +5.00 441.72 65.13 5.28 r p2 +/bg { 1 0.4314 0.4314 srgb } def +5.00 436.43 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +5.00 431.15 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +5.00 425.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 420.59 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 415.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 410.02 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +5.00 404.74 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 399.46 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +5.00 394.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 388.90 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 383.61 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +5.00 378.33 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +5.00 373.05 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 367.77 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 362.49 65.13 5.28 r p2 +5.00 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 351.92 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +5.00 346.64 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 341.36 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +5.00 336.08 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +5.00 330.79 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 325.51 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 320.23 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +5.00 314.95 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +5.00 309.67 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 304.38 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +5.00 299.10 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +5.00 293.82 65.13 5.28 r p2 +/bg { 0.5137 0.5137 1 srgb } def +5.00 288.54 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +5.00 283.26 65.13 5.28 r p2 +/bg { 0.2196 0.2196 1 srgb } def +5.00 277.98 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 272.69 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +5.00 267.41 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 262.13 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 256.85 65.13 5.28 r p2 +/bg { 0.3765 0.3765 1 srgb } def +5.00 251.57 65.13 5.28 r p2 +/bg { 0.5137 0.5137 1 srgb } def +5.00 246.28 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +5.00 241.00 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 235.72 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +5.00 230.44 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 225.16 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +5.00 219.87 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +5.00 214.59 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +5.00 209.31 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 204.03 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +5.00 198.75 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +5.00 193.46 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +5.00 188.18 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 182.90 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 177.62 65.13 5.28 r p2 +/bg { 0.3176 0.3176 1 srgb } def +5.00 172.34 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 167.05 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +5.00 161.77 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 156.49 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 151.21 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 145.93 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +5.00 140.64 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 135.36 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +5.00 130.08 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +70.13 441.72 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +70.13 436.43 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +70.13 431.15 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +70.13 425.87 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +70.13 420.59 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +70.13 415.31 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +70.13 410.02 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +70.13 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +70.13 399.46 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +70.13 394.18 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +70.13 388.90 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +70.13 383.61 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +70.13 378.33 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +70.13 373.05 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +70.13 367.77 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +70.13 362.49 65.13 5.28 r p2 +70.13 357.20 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +70.13 351.92 65.13 5.28 r p2 +/bg { 1 0.4392 0.4392 srgb } def +70.13 346.64 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +70.13 341.36 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +70.13 336.08 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +70.13 330.79 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +70.13 325.51 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +70.13 320.23 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +70.13 314.95 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +70.13 309.67 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +70.13 304.38 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +70.13 299.10 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +70.13 293.82 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +70.13 288.54 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +70.13 283.26 65.13 5.28 r p2 +/bg { 0.4000 0.4000 1 srgb } def +70.13 277.98 65.13 5.28 r p2 +/bg { 0.3804 0.3804 1 srgb } def +70.13 272.69 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +70.13 267.41 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +70.13 262.13 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 256.85 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +70.13 251.57 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 246.28 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +70.13 241.00 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +70.13 235.72 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +70.13 230.44 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +70.13 225.16 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +70.13 219.87 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +70.13 214.59 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +70.13 209.31 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 204.03 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +70.13 198.75 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +70.13 193.46 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +70.13 188.18 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +70.13 182.90 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +70.13 177.62 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +70.13 172.34 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +70.13 167.05 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +70.13 161.77 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +70.13 156.49 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +70.13 151.21 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +70.13 145.93 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +70.13 140.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +70.13 135.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +70.13 130.08 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +135.26 441.72 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +135.26 436.43 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +135.26 431.15 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +135.26 425.87 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +135.26 420.59 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +135.26 415.31 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +135.26 410.02 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +135.26 404.74 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +135.26 399.46 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +135.26 394.18 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +135.26 388.90 65.13 5.28 r p2 +135.26 383.61 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +135.26 378.33 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +135.26 373.05 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +135.26 367.77 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +135.26 362.49 65.13 5.28 r p2 +135.26 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +135.26 351.92 65.13 5.28 r p2 +/bg { 1 0.4510 0.4510 srgb } def +135.26 346.64 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +135.26 341.36 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +135.26 336.08 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +135.26 330.79 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +135.26 325.51 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +135.26 320.23 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +135.26 314.95 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +135.26 309.67 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +135.26 304.38 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +135.26 299.10 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +135.26 293.82 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 288.54 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 283.26 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 277.98 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 272.69 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +135.26 267.41 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +135.26 262.13 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +135.26 256.85 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 251.57 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +135.26 246.28 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +135.26 241.00 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 235.72 65.13 5.28 r p2 +/bg { 0.2745 0.2745 1 srgb } def +135.26 230.44 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +135.26 225.16 65.13 5.28 r p2 +/bg { 0.4235 0.4235 1 srgb } def +135.26 219.87 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 214.59 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +135.26 209.31 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +135.26 204.03 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +135.26 198.75 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +135.26 193.46 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +135.26 188.18 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 182.90 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +135.26 177.62 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +135.26 172.34 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +135.26 167.05 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +135.26 161.77 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +135.26 156.49 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 151.21 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +135.26 145.93 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 140.64 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +135.26 135.36 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +135.26 130.08 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +200.39 441.72 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 436.43 65.13 5.28 r p2 +/bg { 1 0.5333 0.5333 srgb } def +200.39 431.15 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +200.39 425.87 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +200.39 420.59 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +200.39 415.31 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +200.39 410.02 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 404.74 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +200.39 399.46 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +200.39 394.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +200.39 388.90 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 383.61 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +200.39 378.33 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 373.05 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +200.39 367.77 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +200.39 362.49 65.13 5.28 r p2 +200.39 357.20 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +200.39 351.92 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +200.39 346.64 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +200.39 341.36 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +200.39 336.08 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +200.39 330.79 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +200.39 325.51 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +200.39 320.23 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 314.95 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +200.39 309.67 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +200.39 304.38 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +200.39 299.10 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +200.39 293.82 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +200.39 288.54 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +200.39 283.26 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +200.39 277.98 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +200.39 272.69 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +200.39 267.41 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +200.39 262.13 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +200.39 256.85 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +200.39 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +200.39 246.28 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +200.39 241.00 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +200.39 235.72 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +200.39 230.44 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +200.39 225.16 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +200.39 219.87 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +200.39 214.59 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +200.39 209.31 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +200.39 204.03 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +200.39 198.75 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +200.39 193.46 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +200.39 188.18 65.13 5.28 r p2 +200.39 182.90 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +200.39 177.62 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +200.39 172.34 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +200.39 167.05 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +200.39 161.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +200.39 156.49 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 151.21 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +200.39 145.93 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +200.39 140.64 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +200.39 135.36 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +200.39 130.08 65.13 5.28 r p2 +/bg { 1 0.4706 0.4706 srgb } def +265.52 441.72 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +265.52 436.43 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 431.15 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +265.52 425.87 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 420.59 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +265.52 415.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +265.52 410.02 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 404.74 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +265.52 399.46 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +265.52 394.18 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +265.52 388.90 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +265.52 383.61 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +265.52 378.33 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +265.52 373.05 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +265.52 367.77 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 362.49 65.13 5.28 r p2 +265.52 357.20 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +265.52 351.92 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 346.64 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +265.52 341.36 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +265.52 336.08 65.13 5.28 r p2 +/bg { 1 0.3255 0.3255 srgb } def +265.52 330.79 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +265.52 325.51 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +265.52 320.23 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +265.52 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +265.52 309.67 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +265.52 304.38 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 299.10 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +265.52 293.82 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +265.52 288.54 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 283.26 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 277.98 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 272.69 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +265.52 267.41 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +265.52 262.13 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +265.52 256.85 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 251.57 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +265.52 246.28 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +265.52 241.00 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +265.52 235.72 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +265.52 230.44 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +265.52 225.16 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +265.52 219.87 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +265.52 214.59 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +265.52 209.31 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +265.52 204.03 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +265.52 198.75 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 193.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +265.52 188.18 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 182.90 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 177.62 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 172.34 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +265.52 167.05 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +265.52 161.77 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +265.52 156.49 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +265.52 151.21 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 145.93 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +265.52 140.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 135.36 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +265.52 130.08 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +330.66 441.72 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 436.43 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +330.66 431.15 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 425.87 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +330.66 420.59 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +330.66 415.31 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 410.02 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +330.66 404.74 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +330.66 399.46 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 394.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +330.66 388.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +330.66 383.61 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +330.66 378.33 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +330.66 373.05 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +330.66 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +330.66 362.49 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +330.66 357.20 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +330.66 346.64 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +330.66 341.36 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +330.66 336.08 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +330.66 330.79 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +330.66 325.51 65.13 5.28 r p2 +330.66 320.23 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 309.67 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 304.38 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 299.10 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +330.66 293.82 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +330.66 288.54 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +330.66 283.26 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +330.66 277.98 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +330.66 272.69 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 267.41 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +330.66 262.13 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +330.66 256.85 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +330.66 251.57 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +330.66 246.28 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 241.00 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +330.66 235.72 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +330.66 230.44 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +330.66 225.16 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 219.87 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +330.66 214.59 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 209.31 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +330.66 204.03 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +330.66 198.75 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +330.66 193.46 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 188.18 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 182.90 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +330.66 177.62 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 172.34 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +330.66 167.05 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +330.66 161.77 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 156.49 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +330.66 151.21 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +330.66 145.93 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +330.66 140.64 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 135.36 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 130.08 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +395.79 441.72 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +395.79 436.43 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +395.79 431.15 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +395.79 425.87 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +395.79 420.59 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +395.79 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +395.79 410.02 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +395.79 404.74 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +395.79 399.46 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +395.79 394.18 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +395.79 388.90 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +395.79 383.61 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +395.79 378.33 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +395.79 373.05 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +395.79 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +395.79 362.49 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +395.79 357.20 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +395.79 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +395.79 346.64 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +395.79 341.36 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +395.79 336.08 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +395.79 330.79 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +395.79 325.51 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +395.79 320.23 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +395.79 314.95 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +395.79 309.67 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +395.79 304.38 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +395.79 299.10 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 293.82 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +395.79 288.54 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +395.79 283.26 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +395.79 277.98 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +395.79 272.69 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +395.79 267.41 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +395.79 262.13 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +395.79 256.85 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +395.79 251.57 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +395.79 246.28 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +395.79 241.00 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +395.79 235.72 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +395.79 230.44 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +395.79 225.16 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 219.87 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +395.79 214.59 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +395.79 209.31 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +395.79 204.03 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +395.79 198.75 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +395.79 193.46 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +395.79 188.18 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +395.79 182.90 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +395.79 177.62 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +395.79 172.34 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +395.79 167.05 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +395.79 161.77 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +395.79 156.49 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +395.79 151.21 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 145.93 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +395.79 140.64 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +395.79 135.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +395.79 130.08 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +460.92 441.72 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +460.92 436.43 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +460.92 431.15 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +460.92 425.87 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +460.92 420.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +460.92 415.31 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +460.92 410.02 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +460.92 404.74 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +460.92 399.46 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +460.92 394.18 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +460.92 388.90 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +460.92 383.61 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +460.92 378.33 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +460.92 373.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +460.92 367.77 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +460.92 362.49 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +460.92 357.20 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +460.92 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +460.92 346.64 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +460.92 341.36 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +460.92 336.08 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +460.92 330.79 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +460.92 325.51 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +460.92 320.23 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +460.92 314.95 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +460.92 309.67 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +460.92 304.38 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +460.92 299.10 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +460.92 293.82 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +460.92 288.54 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +460.92 283.26 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +460.92 277.98 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +460.92 272.69 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +460.92 267.41 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +460.92 262.13 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +460.92 256.85 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +460.92 251.57 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +460.92 246.28 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +460.92 241.00 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +460.92 235.72 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +460.92 230.44 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +460.92 225.16 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +460.92 219.87 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +460.92 214.59 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +460.92 209.31 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +460.92 204.03 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +460.92 198.75 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +460.92 193.46 65.13 5.28 r p2 +460.92 188.18 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +460.92 182.90 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +460.92 177.62 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +460.92 172.34 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +460.92 167.05 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +460.92 161.77 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +460.92 156.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +460.92 151.21 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +460.92 145.93 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +460.92 140.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +460.92 135.36 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +460.92 130.08 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 441.72 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +526.05 436.43 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +526.05 431.15 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +526.05 425.87 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 420.59 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +526.05 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 410.02 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +526.05 404.74 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +526.05 399.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +526.05 394.18 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +526.05 388.90 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +526.05 383.61 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +526.05 378.33 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +526.05 373.05 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +526.05 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +526.05 362.49 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +526.05 357.20 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +526.05 346.64 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +526.05 341.36 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +526.05 336.08 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +526.05 330.79 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +526.05 325.51 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +526.05 320.23 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +526.05 314.95 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +526.05 309.67 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +526.05 304.38 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +526.05 299.10 65.13 5.28 r p2 +/bg { 0.5255 0.5255 1 srgb } def +526.05 293.82 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +526.05 288.54 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +526.05 283.26 65.13 5.28 r p2 +526.05 277.98 65.13 5.28 r p2 +526.05 272.69 65.13 5.28 r p2 +526.05 267.41 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +526.05 262.13 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +526.05 256.85 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +526.05 251.57 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 246.28 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +526.05 241.00 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 235.72 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +526.05 230.44 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +526.05 225.16 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +526.05 219.87 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 214.59 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +526.05 209.31 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +526.05 204.03 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +526.05 198.75 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +526.05 193.46 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +526.05 188.18 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +526.05 182.90 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 177.62 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +526.05 172.34 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +526.05 167.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +526.05 161.77 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +526.05 156.49 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +526.05 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +526.05 145.93 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +526.05 140.64 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +526.05 135.36 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +526.05 130.08 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +591.18 441.72 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 436.43 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +591.18 431.15 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +591.18 425.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +591.18 420.59 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +591.18 415.31 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +591.18 410.02 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +591.18 404.74 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +591.18 399.46 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +591.18 394.18 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +591.18 388.90 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +591.18 383.61 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +591.18 378.33 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +591.18 373.05 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +591.18 367.77 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +591.18 362.49 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +591.18 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +591.18 351.92 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +591.18 346.64 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +591.18 341.36 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +591.18 336.08 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +591.18 330.79 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +591.18 325.51 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +591.18 320.23 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +591.18 314.95 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +591.18 309.67 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +591.18 304.38 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +591.18 299.10 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +591.18 293.82 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +591.18 288.54 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +591.18 283.26 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +591.18 277.98 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +591.18 272.69 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +591.18 267.41 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +591.18 262.13 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +591.18 256.85 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +591.18 251.57 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +591.18 246.28 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +591.18 241.00 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +591.18 235.72 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +591.18 230.44 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +591.18 225.16 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +591.18 219.87 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +591.18 214.59 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +591.18 209.31 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 204.03 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +591.18 198.75 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +591.18 193.46 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +591.18 188.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +591.18 182.90 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +591.18 177.62 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +591.18 172.34 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +591.18 167.05 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +591.18 161.77 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +591.18 156.49 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +591.18 151.21 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +591.18 145.93 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +591.18 140.64 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +591.18 135.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 130.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +656.31 441.72 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +656.31 436.43 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +656.31 431.15 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 425.87 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +656.31 420.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +656.31 415.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +656.31 410.02 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +656.31 404.74 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +656.31 399.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +656.31 394.18 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +656.31 388.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +656.31 383.61 65.13 5.28 r p2 +656.31 378.33 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 373.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +656.31 367.77 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +656.31 362.49 65.13 5.28 r p2 +656.31 357.20 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 351.92 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +656.31 346.64 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +656.31 341.36 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +656.31 336.08 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +656.31 330.79 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +656.31 325.51 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +656.31 320.23 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +656.31 314.95 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +656.31 309.67 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +656.31 304.38 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +656.31 299.10 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +656.31 293.82 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 288.54 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +656.31 283.26 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +656.31 277.98 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 272.69 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +656.31 267.41 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +656.31 262.13 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +656.31 256.85 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +656.31 251.57 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 246.28 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +656.31 241.00 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +656.31 235.72 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +656.31 230.44 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +656.31 225.16 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +656.31 219.87 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +656.31 214.59 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +656.31 209.31 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +656.31 204.03 65.13 5.28 r p2 +656.31 198.75 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +656.31 193.46 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 188.18 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +656.31 182.90 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +656.31 177.62 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +656.31 172.34 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +656.31 167.05 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +656.31 161.77 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 156.49 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +656.31 151.21 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +656.31 145.93 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +656.31 140.64 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +656.31 135.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +656.31 130.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +721.44 441.72 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +721.44 436.43 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +721.44 431.15 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +721.44 425.87 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +721.44 420.59 65.13 5.28 r p2 +721.44 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +721.44 410.02 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +721.44 404.74 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +721.44 399.46 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +721.44 394.18 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +721.44 388.90 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +721.44 383.61 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +721.44 378.33 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +721.44 373.05 65.13 5.28 r p2 +721.44 367.77 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +721.44 362.49 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +721.44 357.20 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 351.92 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +721.44 346.64 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +721.44 341.36 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +721.44 336.08 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +721.44 330.79 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +721.44 325.51 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +721.44 320.23 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +721.44 314.95 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +721.44 309.67 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +721.44 304.38 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +721.44 299.10 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +721.44 293.82 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +721.44 288.54 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +721.44 283.26 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +721.44 277.98 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 272.69 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +721.44 267.41 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +721.44 262.13 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +721.44 256.85 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +721.44 251.57 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +721.44 246.28 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 241.00 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +721.44 235.72 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +721.44 230.44 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +721.44 225.16 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 219.87 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +721.44 214.59 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +721.44 209.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +721.44 204.03 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +721.44 198.75 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +721.44 193.46 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 188.18 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +721.44 182.90 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 177.62 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +721.44 172.34 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +721.44 167.05 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +721.44 161.77 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +721.44 156.49 65.13 5.28 r p2 +721.44 151.21 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +721.44 145.93 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +721.44 140.64 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +721.44 135.36 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +721.44 130.08 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +786.57 441.72 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 436.43 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +786.57 431.15 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +786.57 425.87 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +786.57 420.59 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +786.57 415.31 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +786.57 410.02 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +786.57 404.74 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +786.57 399.46 65.13 5.28 r p2 +786.57 394.18 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +786.57 388.90 65.13 5.28 r p2 +786.57 383.61 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +786.57 378.33 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +786.57 373.05 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +786.57 367.77 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +786.57 362.49 65.13 5.28 r p2 +786.57 357.20 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +786.57 351.92 65.13 5.28 r p2 +786.57 346.64 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +786.57 341.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +786.57 336.08 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +786.57 330.79 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 325.51 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +786.57 320.23 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 314.95 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +786.57 309.67 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +786.57 304.38 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +786.57 299.10 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +786.57 293.82 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +786.57 288.54 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +786.57 283.26 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +786.57 277.98 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +786.57 272.69 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 267.41 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +786.57 262.13 65.13 5.28 r p2 +786.57 256.85 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +786.57 251.57 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +786.57 246.28 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +786.57 241.00 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +786.57 235.72 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +786.57 230.44 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +786.57 225.16 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +786.57 219.87 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +786.57 214.59 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +786.57 209.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +786.57 204.03 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +786.57 198.75 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +786.57 193.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +786.57 188.18 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +786.57 182.90 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +786.57 177.62 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +786.57 172.34 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +786.57 167.05 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +786.57 161.77 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +786.57 156.49 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +786.57 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 145.93 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +786.57 140.64 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +786.57 135.36 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +786.57 130.08 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +851.70 441.72 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +851.70 436.43 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +851.70 431.15 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 425.87 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +851.70 420.59 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 415.31 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +851.70 410.02 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +851.70 404.74 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +851.70 399.46 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +851.70 394.18 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 388.90 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 383.61 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +851.70 378.33 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +851.70 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 367.77 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 362.49 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +851.70 357.20 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +851.70 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +851.70 346.64 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +851.70 341.36 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +851.70 336.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +851.70 330.79 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 325.51 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 320.23 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +851.70 314.95 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +851.70 309.67 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +851.70 304.38 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 299.10 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 293.82 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +851.70 288.54 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 283.26 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +851.70 277.98 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +851.70 272.69 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +851.70 267.41 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +851.70 262.13 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +851.70 256.85 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +851.70 251.57 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 246.28 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +851.70 241.00 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +851.70 235.72 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +851.70 230.44 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +851.70 225.16 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +851.70 219.87 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +851.70 214.59 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 209.31 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 204.03 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +851.70 198.75 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +851.70 193.46 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 188.18 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +851.70 182.90 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +851.70 177.62 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +851.70 172.34 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 167.05 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +851.70 161.77 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 156.49 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +851.70 151.21 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +851.70 145.93 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 140.64 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 135.36 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 130.08 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 441.72 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 436.43 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +916.84 431.15 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +916.84 425.87 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +916.84 420.59 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +916.84 415.31 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +916.84 410.02 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +916.84 404.74 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +916.84 399.46 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +916.84 394.18 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +916.84 388.90 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +916.84 383.61 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +916.84 378.33 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +916.84 373.05 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +916.84 367.77 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +916.84 362.49 65.13 5.28 r p2 +916.84 357.20 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +916.84 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +916.84 346.64 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +916.84 341.36 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +916.84 336.08 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +916.84 330.79 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +916.84 325.51 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +916.84 320.23 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +916.84 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +916.84 309.67 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +916.84 304.38 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +916.84 299.10 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +916.84 293.82 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +916.84 288.54 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +916.84 283.26 65.13 5.28 r p2 +916.84 277.98 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +916.84 272.69 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +916.84 267.41 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +916.84 262.13 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +916.84 256.85 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +916.84 251.57 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 246.28 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 241.00 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +916.84 235.72 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 230.44 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +916.84 225.16 65.13 5.28 r p2 +/bg { 1 0.3529 0.3529 srgb } def +916.84 219.87 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +916.84 214.59 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 209.31 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 204.03 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +916.84 198.75 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +916.84 193.46 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +916.84 188.18 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 182.90 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +916.84 177.62 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 172.34 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +916.84 167.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 161.77 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 156.49 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +916.84 151.21 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +916.84 145.93 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 140.64 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +916.84 135.36 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +916.84 130.08 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +981.97 441.72 65.13 5.28 r p2 +/bg { 0.5255 0.5255 1 srgb } def +981.97 436.43 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +981.97 431.15 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +981.97 425.87 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +981.97 420.59 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +981.97 415.31 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +981.97 410.02 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +981.97 404.74 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +981.97 399.46 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +981.97 394.18 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +981.97 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +981.97 383.61 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +981.97 378.33 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +981.97 373.05 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +981.97 367.77 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +981.97 362.49 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +981.97 357.20 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +981.97 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +981.97 346.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +981.97 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +981.97 336.08 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +981.97 330.79 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +981.97 325.51 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +981.97 320.23 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +981.97 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +981.97 309.67 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +981.97 304.38 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +981.97 299.10 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +981.97 293.82 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +981.97 288.54 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +981.97 283.26 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +981.97 277.98 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +981.97 272.69 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +981.97 267.41 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +981.97 262.13 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +981.97 256.85 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +981.97 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +981.97 246.28 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 241.00 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +981.97 235.72 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 230.44 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +981.97 225.16 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +981.97 219.87 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +981.97 214.59 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +981.97 209.31 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +981.97 204.03 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +981.97 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +981.97 193.46 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +981.97 188.18 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +981.97 182.90 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +981.97 177.62 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +981.97 172.34 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +981.97 167.05 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +981.97 161.77 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +981.97 156.49 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +981.97 151.21 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +981.97 145.93 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +981.97 140.64 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +981.97 135.36 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 130.08 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 441.72 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1047.10 436.43 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1047.10 431.15 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1047.10 425.87 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1047.10 420.59 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1047.10 415.31 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1047.10 410.02 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1047.10 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 399.46 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1047.10 394.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 388.90 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1047.10 383.61 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 378.33 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1047.10 373.05 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1047.10 367.77 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1047.10 362.49 65.13 5.28 r p2 +1047.10 357.20 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1047.10 346.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1047.10 341.36 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1047.10 336.08 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1047.10 330.79 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1047.10 325.51 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1047.10 320.23 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1047.10 314.95 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1047.10 309.67 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1047.10 304.38 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1047.10 299.10 65.13 5.28 r p2 +1047.10 293.82 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1047.10 288.54 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1047.10 283.26 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1047.10 277.98 65.13 5.28 r p2 +1047.10 272.69 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 267.41 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1047.10 262.13 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1047.10 256.85 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1047.10 246.28 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1047.10 241.00 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1047.10 235.72 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1047.10 230.44 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1047.10 225.16 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1047.10 219.87 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 214.59 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1047.10 209.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1047.10 204.03 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1047.10 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1047.10 193.46 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1047.10 188.18 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1047.10 182.90 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 177.62 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1047.10 172.34 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1047.10 167.05 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1047.10 161.77 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1047.10 156.49 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1047.10 151.21 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1047.10 145.93 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1047.10 140.64 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1047.10 135.36 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 130.08 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1112.23 441.72 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1112.23 436.43 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 431.15 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1112.23 425.87 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1112.23 420.59 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1112.23 415.31 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1112.23 410.02 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1112.23 404.74 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1112.23 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1112.23 394.18 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1112.23 388.90 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1112.23 383.61 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1112.23 378.33 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 373.05 65.13 5.28 r p2 +1112.23 367.77 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1112.23 362.49 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1112.23 357.20 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1112.23 351.92 65.13 5.28 r p2 +1112.23 346.64 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1112.23 341.36 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1112.23 336.08 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1112.23 330.79 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1112.23 325.51 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1112.23 320.23 65.13 5.28 r p2 +1112.23 314.95 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1112.23 309.67 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1112.23 304.38 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1112.23 299.10 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1112.23 293.82 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1112.23 288.54 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1112.23 283.26 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1112.23 277.98 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1112.23 272.69 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1112.23 267.41 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1112.23 262.13 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1112.23 256.85 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1112.23 251.57 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1112.23 246.28 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1112.23 241.00 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1112.23 235.72 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1112.23 230.44 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1112.23 225.16 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1112.23 219.87 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1112.23 214.59 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1112.23 209.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1112.23 204.03 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1112.23 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1112.23 193.46 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1112.23 188.18 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1112.23 182.90 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1112.23 177.62 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1112.23 172.34 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1112.23 167.05 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1112.23 161.77 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1112.23 156.49 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1112.23 151.21 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1112.23 145.93 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1112.23 140.64 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1112.23 135.36 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1112.23 130.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1177.36 441.72 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1177.36 436.43 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1177.36 431.15 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1177.36 425.87 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 420.59 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1177.36 415.31 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1177.36 410.02 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1177.36 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1177.36 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1177.36 394.18 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1177.36 388.90 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 383.61 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1177.36 378.33 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1177.36 373.05 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1177.36 367.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 362.49 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1177.36 357.20 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1177.36 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1177.36 346.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1177.36 341.36 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1177.36 336.08 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1177.36 330.79 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1177.36 325.51 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1177.36 320.23 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1177.36 314.95 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1177.36 309.67 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1177.36 304.38 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1177.36 299.10 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1177.36 293.82 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1177.36 288.54 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1177.36 283.26 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1177.36 277.98 65.13 5.28 r p2 +1177.36 272.69 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1177.36 267.41 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1177.36 262.13 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1177.36 256.85 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1177.36 251.57 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 246.28 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1177.36 241.00 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1177.36 235.72 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1177.36 230.44 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1177.36 225.16 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1177.36 219.87 65.13 5.28 r p2 +1177.36 214.59 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1177.36 209.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 204.03 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1177.36 198.75 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 193.46 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1177.36 188.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1177.36 182.90 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1177.36 177.62 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1177.36 172.34 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1177.36 167.05 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1177.36 161.77 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1177.36 156.49 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1177.36 151.21 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1177.36 145.93 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1177.36 140.64 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1177.36 135.36 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1177.36 130.08 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1242.49 441.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1242.49 436.43 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1242.49 431.15 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1242.49 425.87 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1242.49 420.59 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1242.49 415.31 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1242.49 410.02 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1242.49 404.74 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1242.49 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1242.49 394.18 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1242.49 388.90 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1242.49 383.61 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1242.49 378.33 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1242.49 373.05 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1242.49 367.77 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1242.49 362.49 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1242.49 357.20 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1242.49 346.64 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1242.49 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1242.49 336.08 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1242.49 330.79 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1242.49 325.51 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1242.49 320.23 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1242.49 314.95 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1242.49 309.67 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1242.49 304.38 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1242.49 299.10 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1242.49 293.82 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1242.49 288.54 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1242.49 283.26 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1242.49 277.98 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 272.69 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1242.49 267.41 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1242.49 262.13 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1242.49 256.85 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1242.49 251.57 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1242.49 246.28 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1242.49 241.00 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1242.49 235.72 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1242.49 230.44 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 225.16 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1242.49 219.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1242.49 214.59 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1242.49 209.31 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 204.03 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1242.49 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1242.49 193.46 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1242.49 188.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1242.49 182.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1242.49 177.62 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1242.49 172.34 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1242.49 167.05 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 161.77 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1242.49 156.49 65.13 5.28 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1242.49 151.21 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 145.93 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1242.49 140.64 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1242.49 135.36 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1242.49 130.08 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1307.62 441.72 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1307.62 436.43 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1307.62 431.15 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1307.62 425.87 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1307.62 420.59 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1307.62 415.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1307.62 410.02 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1307.62 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1307.62 399.46 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1307.62 394.18 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1307.62 388.90 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1307.62 383.61 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1307.62 378.33 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1307.62 373.05 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1307.62 367.77 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1307.62 362.49 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1307.62 357.20 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1307.62 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1307.62 346.64 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1307.62 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1307.62 336.08 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1307.62 330.79 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1307.62 325.51 65.13 5.28 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1307.62 320.23 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 314.95 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1307.62 309.67 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1307.62 304.38 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1307.62 299.10 65.13 5.28 r p2 +1307.62 293.82 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1307.62 288.54 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1307.62 283.26 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1307.62 277.98 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1307.62 272.69 65.13 5.28 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1307.62 267.41 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1307.62 262.13 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1307.62 256.85 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1307.62 251.57 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1307.62 246.28 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1307.62 241.00 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1307.62 235.72 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1307.62 230.44 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1307.62 225.16 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1307.62 219.87 65.13 5.28 r p2 +1307.62 214.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1307.62 209.31 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1307.62 204.03 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1307.62 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1307.62 193.46 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1307.62 188.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1307.62 182.90 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1307.62 177.62 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1307.62 172.34 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1307.62 167.05 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1307.62 161.77 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1307.62 156.49 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1307.62 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1307.62 145.93 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1307.62 140.64 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1307.62 135.36 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1307.62 130.08 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1372.75 441.72 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1372.75 436.43 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 431.15 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1372.75 425.87 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1372.75 420.59 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 415.31 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1372.75 410.02 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1372.75 404.74 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1372.75 399.46 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 394.18 65.13 5.28 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1372.75 388.90 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1372.75 383.61 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 378.33 65.13 5.28 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1372.75 373.05 65.13 5.28 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1372.75 367.77 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1372.75 362.49 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1372.75 357.20 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1372.75 351.92 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1372.75 346.64 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1372.75 341.36 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1372.75 336.08 65.13 5.28 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1372.75 330.79 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1372.75 325.51 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1372.75 320.23 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1372.75 314.95 65.13 5.28 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1372.75 309.67 65.13 5.28 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1372.75 304.38 65.13 5.28 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1372.75 299.10 65.13 5.28 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1372.75 293.82 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1372.75 288.54 65.13 5.28 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1372.75 283.26 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1372.75 277.98 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1372.75 272.69 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1372.75 267.41 65.13 5.28 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1372.75 262.13 65.13 5.28 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1372.75 256.85 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1372.75 251.57 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1372.75 246.28 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1372.75 241.00 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1372.75 235.72 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1372.75 230.44 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1372.75 225.16 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 219.87 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1372.75 214.59 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1372.75 209.31 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1372.75 204.03 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1372.75 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1372.75 193.46 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1372.75 188.18 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1372.75 182.90 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1372.75 177.62 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1372.75 172.34 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1372.75 167.05 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1372.75 161.77 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1372.75 156.49 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1372.75 151.21 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1372.75 145.93 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1372.75 140.64 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1372.75 135.36 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1372.75 130.08 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 441.72 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1437.88 436.43 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1437.88 431.15 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1437.88 425.87 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1437.88 420.59 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1437.88 415.31 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1437.88 410.02 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1437.88 404.74 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1437.88 399.46 65.13 5.28 r p2 +/bg { 0 0 1 srgb } def +1437.88 394.18 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1437.88 388.90 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1437.88 383.61 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1437.88 378.33 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1437.88 373.05 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1437.88 367.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1437.88 362.49 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1437.88 357.20 65.13 5.28 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1437.88 351.92 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1437.88 346.64 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1437.88 341.36 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1437.88 336.08 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1437.88 330.79 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1437.88 325.51 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1437.88 320.23 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1437.88 314.95 65.13 5.28 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1437.88 309.67 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1437.88 304.38 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1437.88 299.10 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 293.82 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1437.88 288.54 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1437.88 283.26 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1437.88 277.98 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1437.88 272.69 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1437.88 267.41 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1437.88 262.13 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1437.88 256.85 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1437.88 251.57 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 246.28 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1437.88 241.00 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1437.88 235.72 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1437.88 230.44 65.13 5.28 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1437.88 225.16 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1437.88 219.87 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 214.59 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1437.88 209.31 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1437.88 204.03 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1437.88 198.75 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 193.46 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1437.88 188.18 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1437.88 182.90 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1437.88 177.62 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1437.88 172.34 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1437.88 167.05 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1437.88 161.77 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1437.88 156.49 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1437.88 151.21 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1437.88 145.93 65.13 5.28 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1437.88 140.64 65.13 5.28 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1437.88 135.36 65.13 5.28 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1437.88 130.08 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1503.01 441.72 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 436.43 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1503.01 431.15 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 425.87 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1503.01 420.59 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1503.01 415.31 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 410.02 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1503.01 399.46 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1503.01 394.18 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1503.01 388.90 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1503.01 383.61 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1503.01 378.33 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1503.01 373.05 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1503.01 367.77 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1503.01 362.49 65.13 5.28 r p2 +1503.01 357.20 65.13 5.28 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1503.01 351.92 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1503.01 346.64 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1503.01 341.36 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1503.01 336.08 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1503.01 330.79 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1503.01 325.51 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1503.01 320.23 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1503.01 314.95 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1503.01 309.67 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1503.01 304.38 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1503.01 299.10 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1503.01 293.82 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1503.01 288.54 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1503.01 283.26 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1503.01 277.98 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1503.01 272.69 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1503.01 267.41 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1503.01 262.13 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1503.01 256.85 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1503.01 251.57 65.13 5.28 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1503.01 246.28 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1503.01 241.00 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1503.01 235.72 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1503.01 230.44 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1503.01 225.16 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1503.01 219.87 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 214.59 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1503.01 209.31 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1503.01 204.03 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 198.75 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1503.01 193.46 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1503.01 188.18 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1503.01 182.90 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1503.01 177.62 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1503.01 172.34 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1503.01 167.05 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1503.01 161.77 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 156.49 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1503.01 151.21 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1503.01 145.93 65.13 5.28 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1503.01 140.64 65.13 5.28 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1503.01 135.36 65.13 5.28 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1503.01 130.08 65.13 5.28 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +30.39 127.08 (Batch1_P_13) 0 270.00 t +95.52 127.08 (Batch1_P_14) 0 270.00 t +160.65 127.08 (Batch1_P_15) 0 270.00 t +225.78 127.08 (Batch1_P_20) 0 270.00 t +290.91 127.08 (Batch1_P_16) 0 270.00 t +356.04 127.08 (Batch1_P_18) 0 270.00 t +421.17 127.08 (Batch1_P_22) 0 270.00 t +486.30 127.08 (Batch1_P_23) 0 270.00 t +551.43 127.08 (Batch1_P_24) 0 270.00 t +616.57 127.08 (Batch1_P_17) 0 270.00 t +681.70 127.08 (Batch1_P_19) 0 270.00 t +746.83 127.08 (Batch1_P_21) 0 270.00 t +811.96 127.08 (Batch1_E_12) 0 270.00 t +877.09 127.08 (Batch1_E_4) 0 270.00 t +942.22 127.08 (Batch1_E_9) 0 270.00 t +1007.35 127.08 (Batch1_E_11) 0 270.00 t +1072.48 127.08 (Batch1_E_10) 0 270.00 t +1137.61 127.08 (Batch1_E_7) 0 270.00 t +1202.75 127.08 (Batch1_E_8) 0 270.00 t +1267.88 127.08 (Batch1_E_5) 0 270.00 t +1333.01 127.08 (Batch1_E_6) 0 270.00 t +1398.14 127.08 (Batch1_E_1) 0 270.00 t +1463.27 127.08 (Batch1_E_2) 0 270.00 t +1528.40 127.08 (Batch1_E_3) 0 270.00 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0.8392 0.3608 srgb } def +5.00 450.00 65.13 20.00 r p2 +70.13 450.00 65.13 20.00 r p2 +135.26 450.00 65.13 20.00 r p2 +200.39 450.00 65.13 20.00 r p2 +265.52 450.00 65.13 20.00 r p2 +330.66 450.00 65.13 20.00 r p2 +395.79 450.00 65.13 20.00 r p2 +460.92 450.00 65.13 20.00 r p2 +526.05 450.00 65.13 20.00 r p2 +591.18 450.00 65.13 20.00 r p2 +656.31 450.00 65.13 20.00 r p2 +721.44 450.00 65.13 20.00 r p2 +786.57 450.00 65.13 20.00 r p2 +851.70 450.00 65.13 20.00 r p2 +916.84 450.00 65.13 20.00 r p2 +981.97 450.00 65.13 20.00 r p2 +1047.10 450.00 65.13 20.00 r p2 +1112.23 450.00 65.13 20.00 r p2 +1177.36 450.00 65.13 20.00 r p2 +1242.49 450.00 65.13 20.00 r p2 +1307.62 450.00 65.13 20.00 r p2 +1372.75 450.00 65.13 20.00 r p2 +1437.88 450.00 65.13 20.00 r p2 +1503.01 450.00 65.13 20.00 r p2 +/bg { 0.5098 0.7176 1 srgb } def +5.00 472.00 65.13 20.00 r p2 +70.13 472.00 65.13 20.00 r p2 +135.26 472.00 65.13 20.00 r p2 +200.39 472.00 65.13 20.00 r p2 +265.52 472.00 65.13 20.00 r p2 +330.66 472.00 65.13 20.00 r p2 +395.79 472.00 65.13 20.00 r p2 +460.92 472.00 65.13 20.00 r p2 +526.05 472.00 65.13 20.00 r p2 +591.18 472.00 65.13 20.00 r p2 +656.31 472.00 65.13 20.00 r p2 +721.44 472.00 65.13 20.00 r p2 +/bg { 1 0.5725 0.5373 srgb } def +786.57 472.00 65.13 20.00 r p2 +851.70 472.00 65.13 20.00 r p2 +916.84 472.00 65.13 20.00 r p2 +981.97 472.00 65.13 20.00 r p2 +1047.10 472.00 65.13 20.00 r p2 +1112.23 472.00 65.13 20.00 r p2 +1177.36 472.00 65.13 20.00 r p2 +1242.49 472.00 65.13 20.00 r p2 +1307.62 472.00 65.13 20.00 r p2 +1372.75 472.00 65.13 20.00 r p2 +1437.88 472.00 65.13 20.00 r p2 +1503.01 472.00 65.13 20.00 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1571.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1571.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1630.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1630.63 396.74 28.72 28.72 r p2 +/bg { 0.5098 0.7176 1 srgb } def +1630.63 368.02 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 403.92 (E) 0 0 t +1665.10 375.20 (P) 0 0 t +/Font2 findfont 20 s +1630.63 332.12 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 0 0.8392 0.3608 srgb } def +1630.63 296.22 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 303.40 (Batch1) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0 1 srgb } def +1573.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1573.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1573.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1573.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1573.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1573.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1573.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1573.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1573.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1573.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1573.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1573.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1573.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1573.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1573.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1573.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1573.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1573.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1573.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1573.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1573.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1573.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1573.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1573.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1573.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1573.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1573.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1573.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1573.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1573.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1573.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1573.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1573.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1573.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1573.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1573.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1573.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1573.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1573.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1573.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1573.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1573.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1573.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1573.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1573.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1573.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1573.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1573.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1573.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1573.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1573.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1573.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1573.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1573.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1573.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1573.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1573.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1573.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1573.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1573.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1573.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1573.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1573.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1573.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1573.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1573.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1573.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1573.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1573.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1573.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1573.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1573.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1573.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1573.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1573.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1573.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1573.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1573.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1573.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1573.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1573.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1573.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1573.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1573.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1573.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1573.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1573.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1573.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1573.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1573.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1573.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1573.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1573.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1573.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1573.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1573.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1573.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1573.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1573.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1573.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1573.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1573.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1573.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1573.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1573.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1573.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1573.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1573.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1573.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1573.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1573.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1573.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1573.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1573.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1573.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1573.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1573.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1573.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1573.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1573.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1573.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1573.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1573.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1573.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1573.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1573.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1573.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1573.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1573.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1573.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1573.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1573.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1573.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1573.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1573.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1573.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1573.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1573.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1573.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1573.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1573.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1573.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1573.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1573.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1573.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1573.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1573.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1573.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1573.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1573.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1573.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1573.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1573.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1573.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1573.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1573.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1573.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1573.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1573.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1573.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1573.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1573.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1573.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1573.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1573.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1573.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1573.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1573.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1573.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1573.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1573.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1573.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1573.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1573.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1573.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1573.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1573.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1573.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1573.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1573.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1573.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1573.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1573.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1573.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1573.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1573.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1573.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1573.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1573.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1573.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1573.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1573.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1573.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1573.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1573.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1573.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1573.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1573.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1573.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1573.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1573.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1573.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1573.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1573.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1573.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1573.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1573.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1573.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1573.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1573.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1573.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1573.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1573.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1573.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1573.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1573.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1573.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1573.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1573.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1573.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1573.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1573.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1573.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1573.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1573.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1573.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1573.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1573.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1573.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1573.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1573.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1573.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1573.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1573.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1573.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1573.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1573.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1573.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1573.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1573.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1573.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1573.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1573.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1573.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1573.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1573.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1573.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1573.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1573.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1573.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1573.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1573.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1573.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1573.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1573.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1573.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1587.15 298.31 (-3) 0 0 t +1587.15 320.48 (-2) 0 0 t +1587.15 342.65 (-1) 0 0 t +1587.15 364.82 (0) 0 0 t +1587.15 386.99 (1) 0 0 t +1587.15 409.16 (2) 0 0 t +1587.15 431.33 (3) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..1029919d8219bdc2f979747e2c1cd584fb62310a Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..1f8c62ba26dc511e8828d8e56d5b395b77d11f56 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/log2_pca_cor.ps @@ -0,0 +1,1999 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 3456 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 1152.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1152.00 576.00 r p3 +0.00 0.00 3456.00 576.00 cl +28.47 31.91 1073.83 552.85 cl +/bg { 1 1 1 srgb } def +28.47 31.91 1045.35 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +28.47 104.89 m +1045.36 0 l +o +np +28.47 287.27 m +1045.36 0 l +o +np +28.47 469.65 m +1045.36 0 l +o +np +110.77 31.91 m +0 520.94 l +o +np +364.09 31.91 m +0 520.94 l +o +np +617.41 31.91 m +0 520.94 l +o +np +870.72 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +28.47 196.08 m +1045.36 0 l +o +np +28.47 378.46 m +1045.36 0 l +o +np +237.43 31.91 m +0 520.94 l +o +np +490.75 31.91 m +0 520.94 l +o +np +744.07 31.91 m +0 520.94 l +o +np +997.38 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +349.96 529.17 1.95 c p2 +199.93 133.33 1.95 c p2 +206.42 145.77 1.95 c p2 +144.89 63.59 1.95 c p2 +135.98 395.33 1.95 c p2 +151.16 402.06 1.95 c p2 +75.99 158.65 1.95 c p2 +138.80 186.63 1.95 c p2 +115.13 235.55 1.95 c p2 +186.09 144.51 1.95 c p2 +194.18 153.11 1.95 c p2 +99.15 76.52 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +903.28 309.40 1.95 c p2 +1008.35 352.45 1.95 c p2 +1026.31 355.77 1.95 c p2 +688.16 117.56 1.95 c p2 +722.45 180.09 1.95 c p2 +655.03 107.11 1.95 c p2 +825.32 143.42 1.95 c p2 +676.15 55.59 1.95 c p2 +820.12 140.06 1.95 c p2 +803.61 93.68 1.95 c p2 +811.79 110.77 1.95 c p2 +839.73 115.88 1.95 c p2 +0.7020 0.7020 0.7020 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +28.47 31.91 1045.35 520.94 r p1 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +23.54 192.85 (0) 1 0 t +23.54 375.23 (5) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +25.73 196.08 m +2.74 0 l +o +np +25.73 378.46 m +2.74 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +237.43 29.17 m +0 2.74 l +o +np +490.75 29.17 m +0 2.74 l +o +np +744.07 29.17 m +0 2.74 l +o +np +997.38 29.17 m +0 2.74 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +237.43 20.52 (-4) .5 0 t +490.75 20.52 (0) .5 0 t +744.07 20.52 (4) .5 0 t +997.38 20.52 (8) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +551.15 7.90 (PC1 \(49.49%\)) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(19.93%\)) .5 90 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 289.22 52.53 61.32 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 335.95 (GroupID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 311.98 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 320.62 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 294.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 303.34 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 317.39 (E) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 300.11 (P) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 234.22 61.74 44.04 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 263.67 (BatchID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 239.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0 0 srgb } def +1098.90 248.34 1.95 c p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 245.11 (Batch1) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +28.47 561.19 (PCA of Log2\(x+1.87e-08\) of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1987.04 0.00 2620.96 576.00 cl +0.00 0.00 3456.00 576.00 cl +2069.50 69.32 2553.03 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2069.50 81.30 m +483.53 0 l +o +np +2069.50 101.28 m +483.53 0 l +o +np +2069.50 121.27 m +483.53 0 l +o +np +2069.50 141.25 m +483.53 0 l +o +np +2069.50 161.23 m +483.53 0 l +o +np +2069.50 181.21 m +483.53 0 l +o +np +2069.50 201.19 m +483.53 0 l +o +np +2069.50 221.17 m +483.53 0 l +o +np +2069.50 241.15 m +483.53 0 l +o +np +2069.50 261.13 m +483.53 0 l +o +np +2069.50 281.11 m +483.53 0 l +o +np +2069.50 301.09 m +483.53 0 l +o +np +2069.50 321.07 m +483.53 0 l +o +np +2069.50 341.05 m +483.53 0 l +o +np +2069.50 361.03 m +483.53 0 l +o +np +2069.50 381.01 m +483.53 0 l +o +np +2069.50 400.99 m +483.53 0 l +o +np +2069.50 420.97 m +483.53 0 l +o +np +2069.50 440.96 m +483.53 0 l +o +np +2069.50 460.94 m +483.53 0 l +o +np +2069.50 480.92 m +483.53 0 l +o +np +2069.50 500.90 m +483.53 0 l +o +np +2069.50 520.88 m +483.53 0 l +o +np +2069.50 540.86 m +483.53 0 l +o +np +2081.49 69.32 m +0 483.53 l +o +np +2101.47 69.32 m +0 483.53 l +o +np +2121.45 69.32 m +0 483.53 l +o +np +2141.43 69.32 m +0 483.53 l +o +np +2161.41 69.32 m +0 483.53 l +o +np +2181.39 69.32 m +0 483.53 l +o +np +2201.37 69.32 m +0 483.53 l +o +np +2221.36 69.32 m +0 483.53 l +o +np +2241.34 69.32 m +0 483.53 l +o +np +2261.32 69.32 m +0 483.53 l +o +np +2281.30 69.32 m +0 483.53 l +o +np +2301.28 69.32 m +0 483.53 l +o +np +2321.26 69.32 m +0 483.53 l +o +np +2341.24 69.32 m +0 483.53 l +o +np +2361.22 69.32 m +0 483.53 l +o +np +2381.20 69.32 m +0 483.53 l +o +np +2401.18 69.32 m +0 483.53 l +o +np +2421.16 69.32 m +0 483.53 l +o +np +2441.14 69.32 m +0 483.53 l +o +np +2461.12 69.32 m +0 483.53 l +o +np +2481.10 69.32 m +0 483.53 l +o +np +2501.08 69.32 m +0 483.53 l +o +np +2521.06 69.32 m +0 483.53 l +o +np +2541.05 69.32 m +0 483.53 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +2071.50 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2091.48 71.31 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2111.46 71.31 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2131.44 71.31 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2151.42 71.31 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2171.40 71.31 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2191.38 71.31 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2211.36 71.31 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2231.35 71.31 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2251.33 71.31 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2271.31 71.31 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2291.29 71.31 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2311.27 71.31 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2331.25 71.31 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2351.23 71.31 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2371.21 71.31 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2391.19 71.31 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2411.17 71.31 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2431.15 71.31 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2451.13 71.31 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2471.11 71.31 19.98 19.98 r p3 +2491.09 71.31 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2511.07 71.31 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2071.50 91.29 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2091.48 91.29 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2111.46 91.29 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2131.44 91.29 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2151.42 91.29 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2171.40 91.29 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2191.38 91.29 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2211.36 91.29 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2231.35 91.29 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2251.33 91.29 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2271.31 91.29 19.98 19.98 r p3 +2291.29 91.29 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2311.27 91.29 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2331.25 91.29 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2351.23 91.29 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2371.21 91.29 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2391.19 91.29 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2411.17 91.29 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2431.15 91.29 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2451.13 91.29 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2471.11 91.29 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2491.09 91.29 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2511.07 91.29 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 91.29 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2071.50 111.28 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2091.48 111.28 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2111.46 111.28 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2131.44 111.28 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2151.42 111.28 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2171.40 111.28 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2191.38 111.28 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2211.36 111.28 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2231.35 111.28 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2251.33 111.28 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2271.31 111.28 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2291.29 111.28 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2311.27 111.28 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2331.25 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2351.23 111.28 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2371.21 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2391.19 111.28 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2411.17 111.28 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2431.15 111.28 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2451.13 111.28 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2471.11 111.28 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2491.09 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2511.07 111.28 19.98 19.98 r p3 +2531.06 111.28 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2071.50 131.26 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2091.48 131.26 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2111.46 131.26 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2131.44 131.26 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2151.42 131.26 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2171.40 131.26 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2191.38 131.26 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2211.36 131.26 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2231.35 131.26 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2251.33 131.26 19.98 19.98 r p3 +2271.31 131.26 19.98 19.98 r p3 +2291.29 131.26 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2311.27 131.26 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2331.25 131.26 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2351.23 131.26 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2371.21 131.26 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2391.19 131.26 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2411.17 131.26 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2431.15 131.26 19.98 19.98 r p3 +2451.13 131.26 19.98 19.98 r p3 +/bg { 0.4627 0.2902 1 srgb } def +2471.11 131.26 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2491.09 131.26 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2511.07 131.26 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2531.06 131.26 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2071.50 151.24 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2091.48 151.24 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2111.46 151.24 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2131.44 151.24 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2151.42 151.24 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2171.40 151.24 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2191.38 151.24 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2211.36 151.24 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2231.35 151.24 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2251.33 151.24 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2271.31 151.24 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2291.29 151.24 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2311.27 151.24 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2331.25 151.24 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2351.23 151.24 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2371.21 151.24 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2391.19 151.24 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2411.17 151.24 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2431.15 151.24 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2451.13 151.24 19.98 19.98 r p3 +/bg { 0.4431 0.2706 1 srgb } def +2471.11 151.24 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2491.09 151.24 19.98 19.98 r p3 +2511.07 151.24 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 151.24 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2071.50 171.22 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2091.48 171.22 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2111.46 171.22 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2131.44 171.22 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2151.42 171.22 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2171.40 171.22 19.98 19.98 r p3 +/bg { 1 0.3765 0.2471 srgb } def +2191.38 171.22 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2211.36 171.22 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2231.35 171.22 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2251.33 171.22 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2271.31 171.22 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2291.29 171.22 19.98 19.98 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2311.27 171.22 19.98 19.98 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2331.25 171.22 19.98 19.98 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2351.23 171.22 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2371.21 171.22 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2391.19 171.22 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2411.17 171.22 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2431.15 171.22 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2451.13 171.22 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2471.11 171.22 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2491.09 171.22 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2511.07 171.22 19.98 19.98 r p3 +2531.06 171.22 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2071.50 191.20 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2091.48 191.20 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2111.46 191.20 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2131.44 191.20 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2151.42 191.20 19.98 19.98 r p3 +/bg { 1 0.3765 0.2471 srgb } def +2171.40 191.20 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2191.38 191.20 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2211.36 191.20 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2231.35 191.20 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2251.33 191.20 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2271.31 191.20 19.98 19.98 r p3 +2291.29 191.20 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2311.27 191.20 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2331.25 191.20 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2351.23 191.20 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2371.21 191.20 19.98 19.98 r p3 +2391.19 191.20 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2411.17 191.20 19.98 19.98 r p3 +/bg { 0.4941 0.3216 1 srgb } def +2431.15 191.20 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2451.13 191.20 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2471.11 191.20 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2491.09 191.20 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2511.07 191.20 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 191.20 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2071.50 211.18 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2091.48 211.18 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2111.46 211.18 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2131.44 211.18 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2151.42 211.18 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2171.40 211.18 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2191.38 211.18 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2211.36 211.18 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2231.35 211.18 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2251.33 211.18 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2271.31 211.18 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2291.29 211.18 19.98 19.98 r p3 +/bg { 1 0.9686 0.9608 srgb } def +2311.27 211.18 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2331.25 211.18 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2351.23 211.18 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2371.21 211.18 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2391.19 211.18 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2411.17 211.18 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2431.15 211.18 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2451.13 211.18 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2471.11 211.18 19.98 19.98 r p3 +/bg { 0.4196 0.2510 1 srgb } def +2491.09 211.18 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2511.07 211.18 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 211.18 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2071.50 231.16 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2091.48 231.16 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2111.46 231.16 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2131.44 231.16 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2151.42 231.16 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2171.40 231.16 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2191.38 231.16 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2211.36 231.16 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2231.35 231.16 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2251.33 231.16 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2271.31 231.16 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2291.29 231.16 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2311.27 231.16 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2331.25 231.16 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2351.23 231.16 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2371.21 231.16 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2391.19 231.16 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2411.17 231.16 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2431.15 231.16 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2451.13 231.16 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2471.11 231.16 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2491.09 231.16 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2511.07 231.16 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 231.16 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2071.50 251.14 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2091.48 251.14 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2111.46 251.14 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 251.14 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2151.42 251.14 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2171.40 251.14 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2191.38 251.14 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2211.36 251.14 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2231.35 251.14 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2251.33 251.14 19.98 19.98 r p3 +/bg { 1 0.2118 0.1098 srgb } def +2271.31 251.14 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2291.29 251.14 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2311.27 251.14 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2331.25 251.14 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2351.23 251.14 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2371.21 251.14 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2391.19 251.14 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2411.17 251.14 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2431.15 251.14 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2451.13 251.14 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2471.11 251.14 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2491.09 251.14 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2511.07 251.14 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2531.06 251.14 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2071.50 271.12 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2091.48 271.12 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2111.46 271.12 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 271.12 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2151.42 271.12 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2171.40 271.12 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2191.38 271.12 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2211.36 271.12 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2231.35 271.12 19.98 19.98 r p3 +/bg { 1 0.2118 0.1098 srgb } def +2251.33 271.12 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2271.31 271.12 19.98 19.98 r p3 +/bg { 1 0.1804 0.0863 srgb } def +2291.29 271.12 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2311.27 271.12 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2331.25 271.12 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2351.23 271.12 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2371.21 271.12 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2391.19 271.12 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2411.17 271.12 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2431.15 271.12 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2451.13 271.12 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2471.11 271.12 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2491.09 271.12 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2511.07 271.12 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 271.12 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2071.50 291.10 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2091.48 291.10 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2111.46 291.10 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 291.10 19.98 19.98 r p3 +2151.42 291.10 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2171.40 291.10 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2191.38 291.10 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2211.36 291.10 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2231.35 291.10 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2251.33 291.10 19.98 19.98 r p3 +/bg { 1 0.1804 0.0863 srgb } def +2271.31 291.10 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2291.29 291.10 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2311.27 291.10 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2331.25 291.10 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2351.23 291.10 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2371.21 291.10 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2391.19 291.10 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2411.17 291.10 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2431.15 291.10 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2451.13 291.10 19.98 19.98 r p3 +2471.11 291.10 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2491.09 291.10 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2511.07 291.10 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2531.06 291.10 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.50 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2091.48 311.08 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2111.46 311.08 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2131.44 311.08 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2151.42 311.08 19.98 19.98 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2171.40 311.08 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2191.38 311.08 19.98 19.98 r p3 +/bg { 1 0.9686 0.9608 srgb } def +2211.36 311.08 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2231.35 311.08 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2251.33 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2271.31 311.08 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2291.29 311.08 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2311.27 311.08 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2331.25 311.08 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2351.23 311.08 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2371.21 311.08 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2391.19 311.08 19.98 19.98 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2411.17 311.08 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2431.15 311.08 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2451.13 311.08 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2471.11 311.08 19.98 19.98 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2491.09 311.08 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2511.07 311.08 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2531.06 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2071.50 331.06 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2091.48 331.06 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2111.46 331.06 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2131.44 331.06 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2151.42 331.06 19.98 19.98 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2171.40 331.06 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2191.38 331.06 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2211.36 331.06 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2231.35 331.06 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2251.33 331.06 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2271.31 331.06 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2291.29 331.06 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2311.27 331.06 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2331.25 331.06 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2351.23 331.06 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2371.21 331.06 19.98 19.98 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2391.19 331.06 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2411.17 331.06 19.98 19.98 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2431.15 331.06 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2451.13 331.06 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2471.11 331.06 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2491.09 331.06 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2511.07 331.06 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2531.06 331.06 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2071.50 351.04 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2091.48 351.04 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 351.04 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2131.44 351.04 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2151.42 351.04 19.98 19.98 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2171.40 351.04 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2191.38 351.04 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2211.36 351.04 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2231.35 351.04 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2251.33 351.04 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2271.31 351.04 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2291.29 351.04 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2311.27 351.04 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2331.25 351.04 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2351.23 351.04 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2371.21 351.04 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2391.19 351.04 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2411.17 351.04 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2431.15 351.04 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2451.13 351.04 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2471.11 351.04 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2491.09 351.04 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2511.07 351.04 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2531.06 351.04 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2071.50 371.02 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2091.48 371.02 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2111.46 371.02 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2131.44 371.02 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2151.42 371.02 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2171.40 371.02 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2191.38 371.02 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2211.36 371.02 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2231.35 371.02 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2251.33 371.02 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2271.31 371.02 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2291.29 371.02 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2311.27 371.02 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2331.25 371.02 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2351.23 371.02 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2371.21 371.02 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2391.19 371.02 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2411.17 371.02 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2431.15 371.02 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2451.13 371.02 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2471.11 371.02 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2491.09 371.02 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2511.07 371.02 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2531.06 371.02 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2071.50 391.00 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2091.48 391.00 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 391.00 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2131.44 391.00 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2151.42 391.00 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2171.40 391.00 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2191.38 391.00 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2211.36 391.00 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2231.35 391.00 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2251.33 391.00 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2271.31 391.00 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2291.29 391.00 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2311.27 391.00 19.98 19.98 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2331.25 391.00 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2351.23 391.00 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2371.21 391.00 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2391.19 391.00 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2411.17 391.00 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2431.15 391.00 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2451.13 391.00 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2471.11 391.00 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 391.00 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2511.07 391.00 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2531.06 391.00 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2071.50 410.98 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2091.48 410.98 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2111.46 410.98 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2131.44 410.98 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2151.42 410.98 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2171.40 410.98 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2191.38 410.98 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2211.36 410.98 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2231.35 410.98 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2251.33 410.98 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2271.31 410.98 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2291.29 410.98 19.98 19.98 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2311.27 410.98 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2331.25 410.98 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2351.23 410.98 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2371.21 410.98 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2391.19 410.98 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2411.17 410.98 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2431.15 410.98 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2451.13 410.98 19.98 19.98 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2471.11 410.98 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2491.09 410.98 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2511.07 410.98 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2531.06 410.98 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2071.50 430.97 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2091.48 430.97 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2111.46 430.97 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2131.44 430.97 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2151.42 430.97 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2171.40 430.97 19.98 19.98 r p3 +/bg { 0.4941 0.3216 1 srgb } def +2191.38 430.97 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2211.36 430.97 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2231.35 430.97 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2251.33 430.97 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2271.31 430.97 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2291.29 430.97 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2311.27 430.97 19.98 19.98 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2331.25 430.97 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2351.23 430.97 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2371.21 430.97 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2391.19 430.97 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2411.17 430.97 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2431.15 430.97 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2451.13 430.97 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2471.11 430.97 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 430.97 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2511.07 430.97 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2531.06 430.97 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2071.50 450.95 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2091.48 450.95 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2111.46 450.95 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2131.44 450.95 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2151.42 450.95 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2171.40 450.95 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2191.38 450.95 19.98 19.98 r p3 +2211.36 450.95 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2231.35 450.95 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2251.33 450.95 19.98 19.98 r p3 +2271.31 450.95 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2291.29 450.95 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2311.27 450.95 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2331.25 450.95 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2351.23 450.95 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2371.21 450.95 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2391.19 450.95 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2411.17 450.95 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2431.15 450.95 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2451.13 450.95 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2471.11 450.95 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 450.95 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2511.07 450.95 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2531.06 450.95 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.50 470.93 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2091.48 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2111.46 470.93 19.98 19.98 r p3 +/bg { 0.4627 0.2902 1 srgb } def +2131.44 470.93 19.98 19.98 r p3 +/bg { 0.4431 0.2706 1 srgb } def +2151.42 470.93 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2171.40 470.93 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2191.38 470.93 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2211.36 470.93 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2231.35 470.93 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2251.33 470.93 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2271.31 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2291.29 470.93 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2311.27 470.93 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2331.25 470.93 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2351.23 470.93 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2371.21 470.93 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2391.19 470.93 19.98 19.98 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2411.17 470.93 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2431.15 470.93 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2451.13 470.93 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2471.11 470.93 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2491.09 470.93 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2511.07 470.93 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2531.06 470.93 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.50 490.91 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2091.48 490.91 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2111.46 490.91 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2131.44 490.91 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2151.42 490.91 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2171.40 490.91 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2191.38 490.91 19.98 19.98 r p3 +/bg { 0.4196 0.2510 1 srgb } def +2211.36 490.91 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2231.35 490.91 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2251.33 490.91 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2271.31 490.91 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2291.29 490.91 19.98 19.98 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2311.27 490.91 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2331.25 490.91 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2351.23 490.91 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2371.21 490.91 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2391.19 490.91 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2411.17 490.91 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2431.15 490.91 19.98 19.98 r p3 +2451.13 490.91 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2471.11 490.91 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2491.09 490.91 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2511.07 490.91 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2531.06 490.91 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2071.50 510.89 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2091.48 510.89 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 510.89 19.98 19.98 r p3 +2131.44 510.89 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2151.42 510.89 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2171.40 510.89 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2191.38 510.89 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2211.36 510.89 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2231.35 510.89 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2251.33 510.89 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2271.31 510.89 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2291.29 510.89 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2311.27 510.89 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2331.25 510.89 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2351.23 510.89 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2371.21 510.89 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2391.19 510.89 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2411.17 510.89 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2431.15 510.89 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2451.13 510.89 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2471.11 510.89 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2491.09 510.89 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2511.07 510.89 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2531.06 510.89 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2071.50 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2091.48 530.87 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 530.87 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2131.44 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2151.42 530.87 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2171.40 530.87 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2191.38 530.87 19.98 19.98 r p3 +2211.36 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2231.35 530.87 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2251.33 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2271.31 530.87 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2291.29 530.87 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2311.27 530.87 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2331.25 530.87 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2351.23 530.87 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2371.21 530.87 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2391.19 530.87 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2411.17 530.87 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2431.15 530.87 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2451.13 530.87 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2471.11 530.87 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2491.09 530.87 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2511.07 530.87 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2531.06 530.87 19.98 19.98 r p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2064.57 77.00 (Batch1_P_16) 1 0 t +2064.57 96.98 (Batch1_P_18) 1 0 t +2064.57 116.96 (Batch1_P_17) 1 0 t +2064.57 136.94 (Batch1_P_19) 1 0 t +2064.57 156.92 (Batch1_P_21) 1 0 t +2064.57 176.90 (Batch1_P_13) 1 0 t +2064.57 196.88 (Batch1_P_14) 1 0 t +2064.57 216.86 (Batch1_P_15) 1 0 t +2064.57 236.84 (Batch1_P_20) 1 0 t +2064.57 256.82 (Batch1_P_22) 1 0 t +2064.57 276.80 (Batch1_P_23) 1 0 t +2064.57 296.78 (Batch1_P_24) 1 0 t +2064.57 316.76 (Batch1_E_1) 1 0 t +2064.57 336.74 (Batch1_E_2) 1 0 t +2064.57 356.73 (Batch1_E_3) 1 0 t +2064.57 376.71 (Batch1_E_11) 1 0 t +2064.57 396.69 (Batch1_E_12) 1 0 t +2064.57 416.67 (Batch1_E_10) 1 0 t +2064.57 436.65 (Batch1_E_7) 1 0 t +2064.57 456.63 (Batch1_E_8) 1 0 t +2064.57 476.61 (Batch1_E_4) 1 0 t +2064.57 496.59 (Batch1_E_9) 1 0 t +2064.57 516.57 (Batch1_E_5) 1 0 t +2064.57 536.55 (Batch1_E_6) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2087.58 58.29 (Batch1_P_16) 1 45.00 t +2107.56 58.29 (Batch1_P_18) 1 45.00 t +2127.54 58.29 (Batch1_P_17) 1 45.00 t +2147.53 58.29 (Batch1_P_19) 1 45.00 t +2167.51 58.29 (Batch1_P_21) 1 45.00 t +2187.49 58.29 (Batch1_P_13) 1 45.00 t +2207.47 58.29 (Batch1_P_14) 1 45.00 t +2227.45 58.29 (Batch1_P_15) 1 45.00 t +2247.43 58.29 (Batch1_P_20) 1 45.00 t +2267.41 58.29 (Batch1_P_22) 1 45.00 t +2287.39 58.29 (Batch1_P_23) 1 45.00 t +2307.37 58.29 (Batch1_P_24) 1 45.00 t +2327.35 58.29 (Batch1_E_1) 1 45.00 t +2347.33 58.29 (Batch1_E_2) 1 45.00 t +2367.31 58.29 (Batch1_E_3) 1 45.00 t +2387.29 58.29 (Batch1_E_11) 1 45.00 t +2407.27 58.29 (Batch1_E_12) 1 45.00 t +2427.25 58.29 (Batch1_E_10) 1 45.00 t +2447.23 58.29 (Batch1_E_7) 1 45.00 t +2467.22 58.29 (Batch1_E_8) 1 45.00 t +2487.20 58.29 (Batch1_E_4) 1 45.00 t +2507.18 58.29 (Batch1_E_9) 1 45.00 t +2527.16 58.29 (Batch1_E_5) 1 45.00 t +2547.14 58.29 (Batch1_E_6) 1 45.00 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +gsave +2569.47 259.98 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2592.23 256.90 (-1.0) 0 0 t +2592.23 278.42 (-0.5) 0 0 t +2592.23 299.95 (0.0) 0 0 t +2592.23 321.48 (0.5) 0 0 t +2592.23 343.01 (1.0) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2569.47 353.07 (Corr) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2569.47 260.13 m +3.46 0 l +o +np +2569.47 281.65 m +3.46 0 l +o +np +2569.47 303.18 m +3.46 0 l +o +np +2569.47 324.71 m +3.46 0 l +o +np +2569.47 346.24 m +3.46 0 l +o +np +2583.30 260.13 m +3.45 0 l +o +np +2583.30 281.65 m +3.45 0 l +o +np +2583.30 303.18 m +3.45 0 l +o +np +2583.30 324.71 m +3.45 0 l +o +np +2583.30 346.24 m +3.45 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +2069.50 561.19 (P) 0 ta +-0.650 (earson Correlation of Log2\(x+1.87e-08\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.png new file mode 100644 index 0000000000000000000000000000000000000000..3c46d73f1e26eab355ff56b076e022e8b739cd32 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.ps new file mode 100644 index 0000000000000000000000000000000000000000..b4186fb814c12fb8ea24ced2c19838d0e3d560c0 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw.ps @@ -0,0 +1,31289 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 230.40 1296.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1296.00 345.60 r p3 +0.00 0.00 1728.00 576.00 cl +40.98 307.90 1290.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +40.98 307.90 1249.54 227.73 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +40.98 358.51 m +1249.54 0 l +o +np +40.98 439.01 m +1249.54 0 l +o +np +40.98 519.52 m +1249.54 0 l +o +1.07 setlinewidth +[] 0 setdash +np +40.98 318.26 m +1249.54 0 l +o +np +40.98 398.76 m +1249.54 0 l +o +np +40.98 479.26 m +1249.54 0 l +o +np +71.96 307.90 m +0 227.74 l +o +np +123.60 307.90 m +0 227.74 l +o +np +175.23 307.90 m +0 227.74 l +o +np +226.86 307.90 m +0 227.74 l +o +np +278.50 307.90 m +0 227.74 l +o +np +330.13 307.90 m +0 227.74 l +o +np +381.77 307.90 m +0 227.74 l +o +np +433.40 307.90 m +0 227.74 l +o +np +485.03 307.90 m +0 227.74 l +o +np +536.67 307.90 m +0 227.74 l +o +np +588.30 307.90 m +0 227.74 l +o +np +639.93 307.90 m +0 227.74 l +o +np +691.57 307.90 m +0 227.74 l +o +np +743.20 307.90 m +0 227.74 l +o +np +794.84 307.90 m +0 227.74 l +o +np +846.47 307.90 m +0 227.74 l +o +np +898.10 307.90 m +0 227.74 l +o +np +949.74 307.90 m +0 227.74 l +o +np +1001.37 307.90 m +0 227.74 l +o +np +1053.01 307.90 m +0 227.74 l +o +np +1104.64 307.90 m +0 227.74 l +o +np +1156.27 307.90 m +0 227.74 l +o +np +1207.91 307.90 m +0 227.74 l +o +np +1259.54 307.90 m +0 227.74 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 49.17 318.26 m +-0.44 0.16 l +7.51 0.16 l +7.55 0.16 l +3.61 0.16 l +1.23 0.17 l +0.65 0.16 l +0.57 0.16 l +0.58 0.16 l +0.47 0.16 l +0.30 0.17 l +0.34 0.16 l +0.28 0.16 l +0.12 0.16 l +0.01 0.16 l +-0.04 0.16 l +-0.17 0.17 l +-0.31 0.16 l +-0.15 0.16 l +0.19 0.16 l +0.11 0.16 l +-0.18 0.17 l +-0.09 0.16 l +0.25 0.16 l +0.28 0.16 l +0.11 0.16 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +-0.01 0.16 l +-0.09 0.16 l +-0.24 0.16 l +-0.26 0.16 l +0.03 0.16 l +0.27 0.17 l +0.21 0.16 l +0.07 0.16 l +0.02 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +-0.02 0.17 l +-0.10 0.16 l +-0.24 0.16 l +-0.24 0.16 l +0.04 0.16 l +0.27 0.16 l +0.21 0.17 l +0.07 0.16 l +0.01 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +71.96 334.44 lineto +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +-0.02 0.16 l +-0.12 0.16 l +-0.32 0.17 l +-0.24 0.16 l +0.20 0.16 l +0.32 0.16 l +0.15 0.16 l +0.03 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +-0.05 0.16 l +-0.15 0.16 l +-0.26 0.17 l +-0.14 0.16 l +0.14 0.16 l +0.26 0.16 l +0.15 0.16 l +0.05 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +71.96 350.62 lineto +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +71.96 366.80 lineto +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +71.96 382.98 lineto +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +-0.02 0.16 l +-0.09 0.16 l +-0.23 0.16 l +-0.25 0.17 l +0.01 0.16 l +0.27 0.16 l +0.23 0.16 l +0.07 0.16 l +0.01 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +71.96 399.16 lineto +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +0 0.16 l +-0.05 0.17 l +-0.16 0.16 l +-0.25 0.16 l +-0.14 0.16 l +1.20 0 l +-0.13 -0.16 l +-0.26 -0.16 l +-0.16 -0.16 l +-0.04 -0.17 l +-0.01 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0.01 -0.17 l +0.08 -0.16 l +0.22 -0.16 l +0.27 -0.16 l +0.01 -0.16 l +-0.25 -0.17 l +-0.22 -0.16 l +-0.09 -0.16 l +-0.02 -0.16 l +-0.01 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +71.96 386.70 lineto +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +71.96 370.52 lineto +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +71.96 354.34 lineto +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0.01 -0.17 l +0.04 -0.16 l +0.16 -0.16 l +0.26 -0.16 l +0.14 -0.16 l +-0.14 -0.16 l +-0.26 -0.17 l +-0.16 -0.16 l +-0.04 -0.16 l +-0.01 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0.01 -0.16 l +0.03 -0.17 l +0.15 -0.16 l +0.32 -0.16 l +0.19 -0.16 l +-0.23 -0.16 l +-0.32 -0.17 l +-0.12 -0.16 l +-0.03 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +71.96 338.16 lineto +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0.01 -0.16 l +0.07 -0.16 l +0.21 -0.17 l +0.27 -0.16 l +0.04 -0.16 l +-0.23 -0.16 l +-0.24 -0.16 l +-0.10 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0.02 -0.16 l +0.08 -0.16 l +0.21 -0.16 l +0.26 -0.17 l +0.04 -0.16 l +-0.26 -0.16 l +-0.25 -0.16 l +-0.08 -0.16 l +-0.02 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0.02 -0.16 l +0.10 -0.16 l +72.36 321.98 lineto +0.26 -0.16 l +-0.10 -0.16 l +-0.18 -0.17 l +0.12 -0.16 l +0.19 -0.16 l +-0.16 -0.16 l +-0.31 -0.16 l +-0.17 -0.17 l +-0.04 -0.16 l +0.02 -0.16 l +0.12 -0.16 l +0.28 -0.16 l +0.33 -0.16 l +0.31 -0.17 l +0.46 -0.16 l +0.59 -0.16 l +0.57 -0.16 l +0.65 -0.16 l +1.22 -0.17 l +3.61 -0.16 l +7.55 -0.16 l +7.52 -0.16 l +-0.44 -0.16 l +-45.59 0 l +cp p3 +np + 105.49 318.26 m +0.26 0.19 l +5.65 0.18 l +5.25 0.19 l +2.50 0.19 l +1.02 0.19 l +0.78 0.19 l +0.73 0.19 l +0.67 0.19 l +0.59 0.19 l +0.31 0.19 l +-0.03 0.19 l +-0.22 0.19 l +-0.16 0.19 l +0.01 0.18 l +0.20 0.19 l +0.23 0.19 l +0.08 0.19 l +-0.21 0.19 l +-0.35 0.19 l +-0.15 0.19 l +0.22 0.19 l +0.38 0.19 l +0.24 0.19 l +0.09 0.19 l +0.01 0.18 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.02 0.18 l +-0.06 0.19 l +-0.16 0.19 l +-0.20 0.19 l +-0.06 0.19 l +0.16 0.19 l +0.20 0.19 l +0.11 0.19 l +0.02 0.19 l +0.01 0.19 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +-0.01 0.19 l +-0.05 0.19 l +-0.15 0.19 l +-0.21 0.19 l +-0.08 0.19 l +0.16 0.19 l +0.21 0.19 l +0.11 0.19 l +0.02 0.19 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +123.60 337.17 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.19 l +-0.12 0.19 l +-0.21 0.19 l +-0.13 0.19 l +0.11 0.19 l +0.20 0.19 l +0.14 0.18 l +0.05 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +123.56 356.08 lineto +-0.11 0.19 l +-0.20 0.19 l +-0.15 0.19 l +0.07 0.19 l +0.21 0.19 l +0.15 0.19 l +0.05 0.19 l +0.01 0.19 l +0 0.19 l +-0.01 0.19 l +-0.06 0.18 l +-0.16 0.19 l +-0.19 0.19 l +-0.05 0.19 l +0.14 0.19 l +0.19 0.19 l +0.10 0.19 l +0.04 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +123.60 375.00 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +123.60 393.91 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +123.60 412.83 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.19 l +-0.13 0.19 l +-0.21 0.19 l +-0.12 0.19 l +1.02 0 l +-0.12 -0.19 l +-0.22 -0.19 l +-0.13 -0.19 l +-0.04 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +123.60 398.26 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +123.60 379.35 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +123.60 360.43 lineto +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.04 -0.19 l +0.10 -0.19 l +0.19 -0.19 l +0.14 -0.19 l +-0.05 -0.19 l +-0.19 -0.19 l +-0.16 -0.19 l +-0.06 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.06 -0.19 l +0.15 -0.19 l +0.21 -0.19 l +0.06 -0.19 l +-0.15 -0.19 l +-0.20 -0.19 l +-0.11 -0.19 l +-0.03 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +123.60 341.52 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.05 -0.19 l +0.13 -0.18 l +0.21 -0.19 l +0.10 -0.19 l +-0.13 -0.19 l +-0.21 -0.19 l +-0.12 -0.19 l +-0.04 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.03 -0.19 l +0.10 -0.19 l +0.22 -0.19 l +0.15 -0.19 l +-0.08 -0.19 l +-0.20 -0.19 l +-0.15 -0.19 l +-0.06 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0.03 -0.19 l +0.10 -0.19 l +0.20 -0.19 l +0.16 -0.19 l +-0.06 -0.19 l +-0.20 -0.19 l +-0.16 -0.19 l +-0.06 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.02 -0.18 l +123.70 322.61 lineto +0.25 -0.19 l +0.37 -0.19 l +0.23 -0.19 l +-0.15 -0.19 l +-0.36 -0.19 l +-0.21 -0.19 l +0.08 -0.19 l +0.24 -0.19 l +0.19 -0.19 l +0.01 -0.18 l +-0.16 -0.19 l +-0.21 -0.19 l +-0.04 -0.19 l +0.32 -0.19 l +0.58 -0.19 l +0.67 -0.19 l +0.74 -0.19 l +0.77 -0.19 l +1.02 -0.19 l +2.50 -0.19 l +5.26 -0.19 l +5.65 -0.18 l +0.25 -0.19 l +-36.21 0 l +cp p3 +np + 158.04 318.26 m +0.05 0.19 l +5.08 0.20 l +5.07 0.20 l +2.62 0.19 l +1.00 0.20 l +0.68 0.20 l +0.79 0.19 l +0.68 0.20 l +0.41 0.20 l +0.26 0.19 l +0.08 0.20 l +-0.03 0.20 l +0.06 0.19 l +0.15 0.20 l +0 0.19 l +-0.26 0.20 l +-0.32 0.20 l +0 0.19 l +0.31 0.20 l +0.32 0.20 l +0.18 0.19 l +0.05 0.20 l +0.01 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +-0.01 0.20 l +-0.06 0.20 l +-0.13 0.19 l +-0.18 0.20 l +-0.08 0.20 l +0.12 0.19 l +0.18 0.20 l +0.11 0.20 l +0.04 0.19 l +0.01 0.20 l +0 0.20 l +0 0.19 l +-0.02 0.20 l +-0.06 0.20 l +-0.15 0.19 l +-0.18 0.20 l +-0.06 0.19 l +0.15 0.20 l +0.19 0.20 l +0.10 0.19 l +0.03 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +175.23 337.91 lineto +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +-0.02 0.20 l +-0.07 0.20 l +-0.16 0.19 l +-0.18 0.20 l +-0.02 0.20 l +0.15 0.19 l +0.18 0.20 l +0.09 0.20 l +0.03 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +-0.02 0.20 l +-0.09 0.19 l +-0.17 0.20 l +-0.17 0.20 l +0.01 0.19 l +0.17 0.20 l +0.17 0.20 l +0.08 0.19 l +0.02 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +175.23 357.57 lineto +0 0.20 l +0 0.20 l +0 0.19 l +-0.03 0.20 l +-0.08 0.20 l +-0.18 0.19 l +-0.17 0.20 l +0.03 0.19 l +0.17 0.20 l +0.16 0.20 l +0.08 0.19 l +0.02 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +175.23 377.23 lineto +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +175.23 396.89 lineto +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +175.23 416.55 lineto +0 0.19 l +0 0.20 l +0 0.20 l +0 0.19 l +0 0.20 l +0 0.20 l +-0.01 0.19 l +-0.04 0.20 l +-0.12 0.20 l +-0.20 0.19 l +-0.11 0.20 l +0.96 0 l +-0.11 -0.20 l +-0.19 -0.19 l +-0.13 -0.20 l +-0.04 -0.20 l +-0.01 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +175.23 401.41 lineto +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +175.23 381.75 lineto +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +175.23 362.09 lineto +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0.02 -0.20 l +0.08 -0.19 l +0.16 -0.20 l +0.18 -0.20 l +0.02 -0.19 l +-0.17 -0.20 l +-0.18 -0.19 l +-0.08 -0.20 l +-0.03 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0.02 -0.20 l +0.08 -0.19 l +0.17 -0.20 l +0.17 -0.20 l +0.01 -0.19 l +-0.17 -0.20 l +-0.17 -0.20 l +-0.09 -0.19 l +-0.02 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +175.23 342.44 lineto +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0.01 -0.20 l +0.02 -0.19 l +0.09 -0.20 l +0.18 -0.20 l +0.15 -0.19 l +-0.02 -0.20 l +-0.18 -0.20 l +-0.16 -0.19 l +-0.07 -0.20 l +-0.02 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0.03 -0.20 l +0.10 -0.19 l +0.19 -0.20 l +0.15 -0.20 l +-0.05 -0.19 l +-0.19 -0.20 l +-0.15 -0.19 l +-0.06 -0.20 l +-0.02 -0.20 l +0 -0.19 l +0 -0.20 l +0.01 -0.20 l +0.04 -0.19 l +0.11 -0.20 l +0.19 -0.20 l +0.11 -0.19 l +-0.07 -0.20 l +-0.18 -0.20 l +-0.14 -0.19 l +-0.06 -0.20 l +-0.01 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +0 -0.19 l +0 -0.20 l +0 -0.20 l +175.23 322.78 lineto +0.01 -0.20 l +0.06 -0.20 l +0.17 -0.19 l +0.33 -0.20 l +0.31 -0.20 l +-0.01 -0.19 l +-0.32 -0.20 l +-0.26 -0.20 l +0 -0.19 l +0.15 -0.20 l +0.07 -0.19 l +-0.03 -0.20 l +0.07 -0.20 l +0.26 -0.19 l +0.41 -0.20 l +0.69 -0.20 l +0.78 -0.19 l +0.68 -0.20 l +1.00 -0.20 l +2.62 -0.19 l +5.07 -0.20 l +5.08 -0.20 l +0.05 -0.19 l +-34.38 0 l +cp p3 +np + 212.31 318.26 m +-0.33 0.18 l +2.78 0.18 l +3.64 0.19 l +2.60 0.18 l +1.33 0.18 l +0.80 0.19 l +0.88 0.18 l +1.01 0.18 l +0.86 0.18 l +0.48 0.19 l +0.13 0.18 l +-0.03 0.18 l +0 0.19 l +0.10 0.18 l +0.12 0.18 l +0.05 0.19 l +-0.06 0.18 l +-0.16 0.18 l +-0.20 0.19 l +-0.13 0.18 l +0.01 0.18 l +0.13 0.19 l +0.19 0.18 l +0.14 0.18 l +0.02 0.19 l +-0.09 0.18 l +-0.10 0.18 l +-0.01 0.19 l +0.09 0.18 l +0.13 0.18 l +0.10 0.18 l +0.05 0.19 l +0.02 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +-0.03 0.19 l +-0.07 0.18 l +-0.12 0.18 l +-0.12 0.19 l +-0.06 0.18 l +0.06 0.18 l +0.13 0.19 l +0.11 0.18 l +0.07 0.18 l +0.03 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +-0.01 0.19 l +-0.03 0.18 l +-0.08 0.18 l +-0.13 0.19 l +-0.12 0.18 l +-0.03 0.18 l +0.09 0.19 l +0.13 0.18 l +0.11 0.18 l +0.05 0.19 l +0.02 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +226.86 336.57 lineto +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.07 0.19 l +-0.12 0.18 l +-0.12 0.18 l +-0.05 0.18 l +0.06 0.19 l +0.12 0.18 l +0.12 0.18 l +0.06 0.19 l +0.03 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +-0.03 0.19 l +-0.08 0.18 l +-0.13 0.18 l +-0.12 0.19 l +-0.03 0.18 l +0.08 0.18 l +0.14 0.19 l +0.11 0.18 l +0.05 0.18 l +0.02 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +-0.02 0.18 l +-0.05 0.19 l +-0.12 0.18 l +-0.15 0.18 l +-0.08 0.18 l +0.05 0.19 l +0.14 0.18 l +0.13 0.18 l +0.07 0.19 l +0.03 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +226.86 354.89 lineto +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +226.86 373.21 lineto +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +226.86 391.53 lineto +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +226.86 409.85 lineto +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.03 0.19 l +-0.07 0.18 l +-0.12 0.18 l +-0.12 0.19 l +-0.05 0.18 l +0.79 0 l +-0.05 -0.18 l +-0.13 -0.19 l +-0.11 -0.18 l +-0.07 -0.18 l +-0.03 -0.19 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +226.86 395.74 lineto +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +226.86 377.42 lineto +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +226.86 359.11 lineto +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0.01 -0.19 l +0 -0.18 l +0.03 -0.18 l +0.07 -0.19 l +0.13 -0.18 l +0.14 -0.18 l +0.05 -0.19 l +-0.09 -0.18 l +-0.14 -0.18 l +-0.12 -0.18 l +-0.05 -0.19 l +-0.02 -0.18 l +-0.01 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0.01 -0.18 l +0.02 -0.19 l +0.05 -0.18 l +0.11 -0.18 l +0.13 -0.19 l +0.09 -0.18 l +-0.03 -0.18 l +-0.12 -0.19 l +-0.13 -0.18 l +-0.08 -0.18 l +-0.03 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +226.86 340.79 lineto +0.01 -0.19 l +0 -0.18 l +0.03 -0.18 l +0.06 -0.19 l +0.12 -0.18 l +0.12 -0.18 l +0.06 -0.19 l +-0.05 -0.18 l +-0.12 -0.18 l +-0.12 -0.18 l +-0.07 -0.19 l +-0.03 -0.18 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.19 l +0 -0.18 l +0.02 -0.18 l +0.05 -0.19 l +0.11 -0.18 l +0.13 -0.18 l +0.09 -0.19 l +-0.03 -0.18 l +-0.12 -0.18 l +-0.13 -0.19 l +-0.08 -0.18 l +-0.03 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0.01 -0.18 l +0 -0.19 l +0.03 -0.18 l +0.06 -0.18 l +0.12 -0.18 l +0.13 -0.19 l +0.06 -0.18 l +-0.06 -0.18 l +-0.13 -0.19 l +-0.11 -0.18 l +-0.07 -0.18 l +-0.03 -0.19 l +0 -0.18 l +-0.01 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0.01 -0.19 l +0 -0.18 l +0.02 -0.18 l +0.05 -0.19 l +0.10 -0.18 l +0.13 -0.18 l +0.09 -0.18 l +-0.01 -0.19 l +-0.10 -0.18 l +-0.09 -0.18 l +0.02 -0.19 l +227.21 322.47 lineto +0.20 -0.18 l +0.13 -0.19 l +0.01 -0.18 l +-0.13 -0.18 l +-0.20 -0.19 l +-0.16 -0.18 l +-0.07 -0.18 l +0.06 -0.19 l +0.12 -0.18 l +0.10 -0.18 l +0 -0.19 l +-0.03 -0.18 l +0.13 -0.18 l +0.48 -0.19 l +0.86 -0.18 l +1.01 -0.18 l +0.88 -0.18 l +0.80 -0.19 l +1.33 -0.18 l +2.60 -0.18 l +3.64 -0.19 l +2.77 -0.18 l +-0.32 -0.18 l +-29.11 0 l +cp p3 +np + 260.70 318.26 m +-0.21 0.17 l +4.20 0.16 l +4.98 0.17 l +3.49 0.17 l +1.86 0.17 l +0.84 0.17 l +0.26 0.17 l +0.05 0.17 l +0.20 0.16 l +0.51 0.17 l +0.66 0.17 l +0.53 0.17 l +0.26 0.17 l +0.01 0.17 l +-0.14 0.17 l +-0.16 0.17 l +-0.02 0.16 l +0.14 0.17 l +0.18 0.17 l +0.11 0.17 l +0.04 0.17 l +0 0.17 l +-0.01 0.17 l +-0.06 0.17 l +-0.13 0.16 l +-0.18 0.17 l +-0.13 0.17 l +0 0.17 l +0.02 0.17 l +-0.04 0.17 l +0.01 0.17 l +0.14 0.17 l +0.20 0.16 l +0.13 0.17 l +0.05 0.17 l +0.01 0.17 l +0 0.17 l +-0.01 0.17 l +-0.04 0.17 l +-0.13 0.16 l +-0.19 0.17 l +-0.13 0.17 l +0.05 0.17 l +0.17 0.17 l +0.16 0.17 l +0.08 0.17 l +0.03 0.17 l +0.01 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +-0.02 0.17 l +-0.05 0.17 l +-0.14 0.17 l +-0.19 0.17 l +-0.12 0.17 l +0.09 0.17 l +0.19 0.16 l +0.15 0.17 l +0.07 0.17 l +0.01 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +278.50 335.13 lineto +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +-0.05 0.17 l +-0.10 0.17 l +-0.16 0.17 l +-0.15 0.16 l +0.01 0.17 l +0.15 0.17 l +0.17 0.17 l +0.10 0.17 l +0.03 0.17 l +0.01 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +278.50 352.00 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.06 0.17 l +-0.14 0.17 l +-0.16 0.17 l +-0.10 0.17 l +0.06 0.17 l +0.17 0.17 l +0.15 0.16 l +0.07 0.17 l +0.02 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +278.50 368.87 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +278.50 385.74 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +-0.02 0.17 l +-0.08 0.17 l +-0.15 0.17 l +-0.16 0.17 l +-0.06 0.17 l +0.10 0.17 l +0.17 0.16 l +0.13 0.17 l +0.06 0.17 l +0.01 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +278.50 402.61 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.16 l +-0.07 0.17 l +-0.14 0.17 l +-0.18 0.17 l +-0.09 0.17 l +0.99 0 l +-0.09 -0.17 l +-0.18 -0.17 l +-0.14 -0.17 l +-0.06 -0.17 l +-0.02 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.02 -0.17 l +0.06 -0.17 l +0.13 -0.17 l +0.16 -0.16 l +0.10 -0.17 l +-0.05 -0.17 l +-0.17 -0.17 l +-0.15 -0.17 l +-0.07 -0.17 l +-0.03 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +278.50 389.62 lineto +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +278.50 372.75 lineto +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.03 -0.17 l +0.07 -0.17 l +0.15 -0.16 l +0.16 -0.17 l +0.06 -0.17 l +-0.09 -0.17 l +-0.17 -0.17 l +-0.13 -0.17 l +-0.06 -0.17 l +-0.02 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +278.50 355.88 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.17 l +0.03 -0.17 l +0.10 -0.17 l +0.17 -0.17 l +0.15 -0.17 l +0 -0.17 l +-0.14 -0.16 l +-0.16 -0.17 l +-0.11 -0.17 l +-0.04 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +278.50 339.01 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.02 -0.17 l +0.07 -0.17 l +0.14 -0.17 l +0.19 -0.16 l +0.09 -0.17 l +-0.11 -0.17 l +-0.20 -0.17 l +-0.14 -0.17 l +-0.05 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.08 -0.17 l +0.16 -0.17 l +0.18 -0.17 l +0.04 -0.17 l +-0.13 -0.17 l +-0.19 -0.17 l +-0.12 -0.16 l +-0.04 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0.01 -0.17 l +0.05 -0.17 l +0.12 -0.17 l +0.21 -0.16 l +0.14 -0.17 l +0.01 -0.17 l +-0.04 -0.17 l +0.02 -0.17 l +-0.01 -0.17 l +-0.12 -0.17 l +-0.18 -0.17 l +-0.13 -0.16 l +278.52 322.14 lineto +-0.02 -0.17 l +0.01 -0.17 l +0.04 -0.17 l +0.11 -0.17 l +0.18 -0.17 l +0.14 -0.17 l +-0.02 -0.16 l +-0.16 -0.17 l +-0.14 -0.17 l +0.01 -0.17 l +0.25 -0.17 l +0.53 -0.17 l +0.67 -0.17 l +0.51 -0.17 l +0.20 -0.16 l +0.05 -0.17 l +0.26 -0.17 l +0.83 -0.17 l +1.87 -0.17 l +3.49 -0.17 l +4.97 -0.17 l +4.21 -0.16 l +-0.21 -0.17 l +-35.60 0 l +cp p3 +np + 313.85 318.26 m +0.03 0.21 l +5.13 0.22 l +5.03 0.22 l +2.47 0.21 l +0.76 0.22 l +0.46 0.21 l +0.66 0.22 l +0.63 0.22 l +0.42 0.21 l +0.23 0.22 l +0.04 0.21 l +-0.04 0.22 l +0.07 0.22 l +0.18 0.21 l +0.14 0.22 l +0.05 0.21 l +0.01 0.22 l +-0.05 0.22 l +-0.13 0.21 l +-0.17 0.22 l +-0.06 0.21 l +0.06 0.22 l +0.05 0.22 l +-0.06 0.21 l +-0.05 0.22 l +0.09 0.21 l +0.16 0.22 l +0.12 0.22 l +0.04 0.21 l +0.01 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +-0.01 0.22 l +-0.04 0.22 l +-0.11 0.21 l +-0.16 0.22 l +-0.09 0.21 l +0.07 0.22 l +0.16 0.22 l +0.13 0.21 l +0.04 0.22 l +0.01 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +-0.01 0.22 l +-0.05 0.21 l +-0.13 0.22 l +-0.17 0.22 l +-0.07 0.21 l +0.13 0.22 l +0.17 0.22 l +0.09 0.21 l +0.04 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +330.13 339.86 lineto +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +-0.03 0.22 l +-0.09 0.21 l +-0.16 0.22 l +-0.13 0.22 l +0.03 0.21 l +0.16 0.22 l +0.15 0.21 l +0.06 0.22 l +0.01 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +-0.02 0.22 l +-0.06 0.22 l +-0.14 0.21 l +-0.17 0.22 l +-0.03 0.21 l +329.86 361.47 lineto +0.17 0.22 l +0.08 0.21 l +0.02 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +330.13 383.08 lineto +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +330.13 404.68 lineto +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +-0.02 0.22 l +-0.09 0.21 l +-0.19 0.22 l +-0.14 0.22 l +0.06 0.21 l +0.18 0.22 l +0.14 0.21 l +0.05 0.22 l +0.01 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +330.13 426.29 lineto +0 0.21 l +0 0.22 l +0 0.22 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.22 l +-0.04 0.22 l +-0.11 0.21 l +-0.19 0.22 l +-0.11 0.21 l +0.90 0 l +-0.10 -0.21 l +-0.20 -0.22 l +-0.11 -0.21 l +-0.03 -0.22 l +-0.01 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0.02 -0.22 l +0.05 -0.22 l +0.13 -0.21 l +0.18 -0.22 l +0.06 -0.21 l +-0.14 -0.22 l +-0.18 -0.22 l +-0.09 -0.21 l +-0.03 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +330.13 409.65 lineto +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +330.13 388.04 lineto +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +330.13 366.44 lineto +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0.02 -0.22 l +0.08 -0.21 l +0.17 -0.22 l +0.15 -0.22 l +-0.03 -0.21 l +-0.16 -0.22 l +-0.14 -0.21 l +-0.07 -0.22 l +-0.01 -0.22 l +-0.01 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0.02 -0.22 l +0.06 -0.22 l +0.14 -0.21 l +0.16 -0.22 l +0.03 -0.21 l +-0.13 -0.22 l +-0.16 -0.22 l +-0.08 -0.21 l +-0.03 -0.22 l +-0.01 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +330.13 344.83 lineto +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0.01 -0.21 l +0.03 -0.22 l +0.10 -0.21 l +0.17 -0.22 l +0.12 -0.22 l +-0.06 -0.21 l +-0.18 -0.22 l +-0.13 -0.22 l +-0.05 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.22 l +0.01 -0.21 l +0.05 -0.22 l +0.12 -0.21 l +0.17 -0.22 l +0.07 -0.22 l +-0.10 -0.21 l +-0.16 -0.22 l +-0.11 -0.21 l +-0.04 -0.22 l +-0.01 -0.22 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.22 l +0.01 -0.22 l +0.05 -0.21 l +0.11 -0.22 l +0.16 -0.22 l +0.09 -0.21 l +-0.04 -0.22 l +330.45 323.23 lineto +0.04 -0.22 l +0.06 -0.22 l +-0.06 -0.21 l +-0.16 -0.22 l +-0.13 -0.21 l +-0.05 -0.22 l +0 -0.22 l +0.06 -0.21 l +0.14 -0.22 l +0.17 -0.21 l +0.08 -0.22 l +-0.04 -0.22 l +0.04 -0.21 l +0.23 -0.22 l +0.41 -0.21 l +0.63 -0.22 l +0.66 -0.22 l +0.46 -0.21 l +0.77 -0.22 l +2.47 -0.21 l +5.02 -0.22 l +5.13 -0.22 l +0.04 -0.21 l +-32.57 0 l +cp p3 +np + 366.97 318.26 m +-0.42 0.17 l +2.52 0.16 l +3.61 0.17 l +2.86 0.17 l +1.61 0.17 l +0.78 0.17 l +0.56 0.17 l +0.69 0.17 l +0.77 0.17 l +0.66 0.17 l +0.40 0.17 l +0.19 0.17 l +0.10 0.17 l +0.12 0.17 l +0.13 0.16 l +0.09 0.17 l +0.01 0.17 l +-0.08 0.17 l +-0.16 0.17 l +-0.19 0.17 l +-0.14 0.17 l +-0.03 0.17 l +0.08 0.17 l +0.11 0.17 l +0.03 0.17 l +-0.12 0.17 l +-0.16 0.17 l +-0.05 0.16 l +0.14 0.17 l +0.25 0.17 l +0.23 0.17 l +0.13 0.17 l +0.05 0.17 l +0.02 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.04 0.17 l +-0.08 0.17 l +-0.11 0.17 l +-0.11 0.17 l +-0.05 0.17 l +0.06 0.17 l +0.12 0.17 l +0.11 0.17 l +0.07 0.16 l +0.03 0.17 l +0.01 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +381.77 335.18 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +-0.02 0.17 l +-0.06 0.17 l +-0.10 0.16 l +-0.12 0.17 l +-0.09 0.17 l +0 0.17 l +0.10 0.17 l +0.12 0.17 l +0.10 0.17 l +0.05 0.17 l +0.02 0.17 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +0 0.17 l +-0.02 0.17 l +-0.04 0.17 l +-0.10 0.17 l +-0.12 0.17 l +-0.10 0.17 l +-0.01 0.17 l +0.08 0.17 l +0.13 0.17 l +0.10 0.17 l +0.05 0.17 l +0.03 0.16 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +381.77 352.10 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +381.77 369.02 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.17 l +-0.04 0.17 l +-0.09 0.17 l +-0.12 0.17 l +-0.12 0.17 l +-0.03 0.17 l +0.08 0.17 l +0.13 0.16 l +0.11 0.17 l +0.06 0.17 l +0.03 0.17 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +381.77 385.95 lineto +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +381.77 402.87 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.03 0.16 l +-0.07 0.17 l +-0.12 0.17 l +-0.13 0.17 l +-0.05 0.17 l +0.84 0 l +-0.06 -0.17 l +-0.13 -0.17 l +-0.12 -0.17 l +-0.07 -0.17 l +-0.03 -0.16 l +-0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +381.77 389.84 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.03 -0.17 l +0.06 -0.17 l +0.11 -0.17 l +0.14 -0.16 l +0.07 -0.17 l +382.15 372.92 lineto +-0.12 -0.17 l +-0.12 -0.17 l +-0.08 -0.17 l +-0.05 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +381.77 355.99 lineto +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.03 -0.16 l +0.05 -0.17 l +0.11 -0.17 l +0.12 -0.17 l +0.08 -0.17 l +-0.01 -0.17 l +-0.10 -0.17 l +-0.12 -0.17 l +-0.09 -0.17 l +-0.05 -0.17 l +-0.02 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.02 -0.17 l +0.05 -0.17 l +0.10 -0.17 l +0.12 -0.17 l +0.10 -0.17 l +0 -0.17 l +-0.09 -0.17 l +-0.12 -0.17 l +-0.10 -0.16 l +-0.05 -0.17 l +-0.03 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +381.77 339.07 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.17 l +0.03 -0.17 l +0.07 -0.16 l +0.12 -0.17 l +0.11 -0.17 l +0.06 -0.17 l +-0.04 -0.17 l +-0.12 -0.17 l +-0.11 -0.17 l +-0.08 -0.17 l +-0.04 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.02 -0.17 l +0.05 -0.17 l +0.14 -0.17 l +0.22 -0.17 l +0.25 -0.17 l +0.14 -0.17 l +-0.05 -0.16 l +-0.16 -0.17 l +-0.12 -0.17 l +0.03 -0.17 l +382.40 322.15 lineto +0.08 -0.17 l +-0.02 -0.17 l +-0.15 -0.17 l +-0.19 -0.17 l +-0.16 -0.17 l +-0.08 -0.17 l +0.01 -0.17 l +0.09 -0.17 l +0.13 -0.16 l +0.12 -0.17 l +0.10 -0.17 l +0.19 -0.17 l +0.40 -0.17 l +0.66 -0.17 l +0.77 -0.17 l +0.69 -0.17 l +0.56 -0.17 l +0.78 -0.17 l +1.61 -0.17 l +2.86 -0.17 l +3.61 -0.17 l +2.52 -0.16 l +-0.42 -0.17 l +-29.59 0 l +cp p3 +np + 416.84 318.26 m +-0.47 0.15 l +3.04 0.16 l +4.07 0.16 l +3.04 0.15 l +1.71 0.16 l +1.02 0.16 l +0.84 0.15 l +0.80 0.16 l +0.80 0.16 l +0.73 0.15 l +0.51 0.16 l +0.21 0.15 l +-0.04 0.16 l +-0.15 0.16 l +-0.11 0.15 l +-0.02 0.16 l +-0.05 0.16 l +-0.16 0.15 l +-0.16 0.16 l +0 0.16 l +0.15 0.15 l +0.11 0.16 l +-0.01 0.16 l +-0.07 0.15 l +-0.01 0.16 l +0.10 0.16 l +0.20 0.15 l +0.21 0.16 l +0.15 0.16 l +0.08 0.15 l +0.03 0.16 l +0.01 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +-0.02 0.15 l +-0.05 0.16 l +-0.11 0.16 l +-0.17 0.15 l +-0.12 0.16 l +0.01 0.16 l +0.13 0.15 l +0.16 0.16 l +0.10 0.16 l +0.05 0.15 l +0.02 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +433.40 333.91 lineto +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +-0.01 0.16 l +-0.02 0.15 l +-0.08 0.16 l +-0.14 0.16 l +-0.16 0.15 l +-0.08 0.16 l +0.07 0.16 l +0.16 0.15 l +0.15 0.16 l +0.07 0.16 l +0.03 0.15 l +0.01 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +-0.01 0.16 l +-0.02 0.15 l +-0.06 0.16 l +-0.13 0.15 l +-0.18 0.16 l +-0.10 0.16 l +0.06 0.15 l +0.16 0.16 l +0.15 0.16 l +0.09 0.15 l +0.03 0.16 l +0.01 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +433.40 349.57 lineto +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +433.40 365.23 lineto +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +-0.01 0.16 l +-0.05 0.16 l +-0.10 0.15 l +-0.16 0.16 l +-0.14 0.16 l +-0.02 0.15 l +0.13 0.16 l +0.16 0.16 l +0.12 0.15 l +0.05 0.16 l +0.02 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +433.40 380.88 lineto +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +433.40 396.54 lineto +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +-0.01 0.16 l +-0.03 0.15 l +-0.08 0.16 l +-0.14 0.16 l +-0.15 0.15 l +-0.06 0.16 l +0.94 0 l +-0.07 -0.16 l +-0.14 -0.15 l +-0.14 -0.16 l +-0.08 -0.16 l +-0.03 -0.15 l +-0.01 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +433.40 384.48 lineto +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +433.40 368.83 lineto +0.02 -0.16 l +0.05 -0.16 l +0.12 -0.15 l +0.16 -0.16 l +0.13 -0.16 l +-0.02 -0.15 l +-0.14 -0.16 l +-0.16 -0.16 l +-0.10 -0.15 l +-0.05 -0.16 l +-0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +433.40 353.17 lineto +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0.01 -0.16 l +0.03 -0.16 l +0.09 -0.15 l +0.15 -0.16 l +0.16 -0.16 l +0.06 -0.15 l +-0.10 -0.16 l +-0.18 -0.16 l +-0.13 -0.15 l +-0.07 -0.16 l +-0.02 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.08 -0.16 l +0.15 -0.16 l +0.16 -0.15 l +0.07 -0.16 l +-0.08 -0.16 l +-0.16 -0.15 l +-0.14 -0.16 l +-0.08 -0.16 l +-0.02 -0.15 l +-0.01 -0.16 l +433.40 337.51 lineto +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0.02 -0.16 l +0.05 -0.15 l +0.10 -0.16 l +0.16 -0.16 l +0.13 -0.15 l +0.01 -0.16 l +-0.12 -0.16 l +-0.17 -0.15 l +-0.11 -0.16 l +-0.05 -0.16 l +-0.02 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0.01 -0.16 l +0.03 -0.16 l +0.07 -0.15 l +0.16 -0.16 l +0.21 -0.16 l +0.20 -0.15 l +0.10 -0.16 l +-0.01 -0.16 l +434.10 321.86 lineto +-0.01 -0.16 l +0.11 -0.16 l +0.14 -0.15 l +0.01 -0.16 l +-0.16 -0.16 l +-0.16 -0.15 l +-0.05 -0.16 l +-0.02 -0.16 l +-0.11 -0.15 l +-0.15 -0.16 l +-0.04 -0.16 l +0.21 -0.15 l +0.51 -0.16 l +0.73 -0.15 l +0.80 -0.16 l +0.80 -0.16 l +0.84 -0.15 l +1.02 -0.16 l +1.70 -0.16 l +3.05 -0.15 l +4.07 -0.16 l +3.04 -0.16 l +-0.47 -0.15 l +-33.12 0 l +cp p3 +np + 466.02 318.26 m +0.71 0.18 l +6.10 0.19 l +5.19 0.19 l +2.73 0.19 l +1.41 0.18 l +0.69 0.19 l +0.32 0.19 l +0.17 0.18 l +0.08 0.19 l +0.16 0.19 l +0.30 0.19 l +0.37 0.18 l +0.35 0.19 l +0.26 0.19 l +0.13 0.19 l +0 0.18 l +-0.11 0.19 l +-0.25 0.19 l +-0.31 0.18 l +-0.17 0.19 l +0.13 0.19 l +0.33 0.19 l +0.27 0.18 l +0.10 0.19 l +-0.04 0.19 l +-0.17 0.19 l +-0.21 0.18 l +-0.03 0.19 l +0.19 0.19 l +0.21 0.18 l +0.09 0.19 l +0.01 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.02 0.18 l +-0.09 0.19 l +-0.24 0.19 l +-0.19 0.18 l +0.09 0.19 l +0.23 0.19 l +0.16 0.19 l +0.05 0.18 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +485.03 336.98 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.02 0.19 l +-0.08 0.19 l +-0.17 0.19 l +-0.20 0.18 l +-0.02 0.19 l +0.20 0.19 l +0.20 0.19 l +0.08 0.18 l +0.01 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.04 0.18 l +-0.12 0.19 l +-0.20 0.19 l +-0.14 0.18 l +0.08 0.19 l +0.21 0.19 l +0.15 0.19 l +0.05 0.18 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +485.03 355.71 lineto +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +485.03 374.44 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.05 0.19 l +-0.15 0.19 l +-0.21 0.18 l +-0.08 0.19 l +0.14 0.19 l +0.21 0.19 l +0.11 0.18 l +0.04 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +485.03 393.17 lineto +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +485.03 411.89 lineto +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.04 0.19 l +-0.14 0.19 l +-0.21 0.19 l +-0.13 0.18 l +1.04 0 l +-0.12 -0.18 l +-0.22 -0.19 l +-0.13 -0.19 l +-0.04 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +485.03 397.47 lineto +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.01 -0.19 l +0.03 -0.19 l +0.12 -0.18 l +0.20 -0.19 l +0.15 -0.19 l +-0.08 -0.19 l +-0.21 -0.18 l +-0.15 -0.19 l +-0.06 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +485.03 378.75 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +485.03 360.02 lineto +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.06 -0.18 l +0.15 -0.19 l +0.21 -0.19 l +0.07 -0.19 l +-0.13 -0.18 l +-0.21 -0.19 l +-0.12 -0.19 l +-0.03 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.02 -0.19 l +0.08 -0.18 l +0.20 -0.19 l +0.20 -0.19 l +-0.02 -0.19 l +-0.20 -0.18 l +-0.18 -0.19 l +-0.08 -0.19 l +-0.01 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +485.03 341.29 lineto +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.06 -0.18 l +0.15 -0.19 l +0.24 -0.19 l +0.09 -0.19 l +-0.20 -0.18 l +-0.23 -0.19 l +-0.10 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.02 -0.19 l +0.08 -0.19 l +0.21 -0.18 l +0.20 -0.19 l +-0.03 -0.19 l +-0.21 -0.18 l +-0.17 -0.19 l +-0.05 -0.19 l +485.18 322.56 lineto +0.28 -0.18 l +0.33 -0.19 l +0.13 -0.19 l +-0.17 -0.19 l +-0.31 -0.18 l +-0.25 -0.19 l +-0.11 -0.19 l +0 -0.18 l +0.12 -0.19 l +0.26 -0.19 l +0.36 -0.19 l +0.36 -0.18 l +0.30 -0.19 l +0.16 -0.19 l +0.09 -0.19 l +0.16 -0.18 l +0.32 -0.19 l +0.70 -0.19 l +1.40 -0.18 l +2.74 -0.19 l +5.18 -0.19 l +6.10 -0.19 l +0.72 -0.18 l +-38.03 0 l +cp p3 +np + 519.91 318.26 m +0.22 0.18 l +4.26 0.19 l +4.44 0.18 l +2.62 0.19 l +1.26 0.19 l +0.94 0.18 l +1.00 0.19 l +0.85 0.18 l +0.54 0.19 l +0.22 0.19 l +0.01 0.18 l +-0.06 0.19 l +0.03 0.18 l +0.10 0.19 l +0.04 0.19 l +-0.08 0.18 l +-0.07 0.19 l +0.03 0.19 l +0.10 0.18 l +-0.01 0.19 l +-0.17 0.18 l +-0.24 0.19 l +-0.10 0.19 l +0.15 0.18 l +0.29 0.19 l +0.23 0.18 l +0.11 0.19 l +0.02 0.19 l +-0.05 0.18 l +-0.14 0.19 l +-0.17 0.18 l +-0.08 0.19 l +0.10 0.19 l +0.19 0.18 l +0.12 0.19 l +0.05 0.18 l +0.01 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +-0.01 0.18 l +-0.03 0.19 l +-0.08 0.19 l +-0.15 0.18 l +-0.15 0.19 l +-0.02 0.19 l +0.13 0.18 l +0.16 0.19 l +0.10 0.18 l +0.04 0.19 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +536.67 336.86 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +-0.03 0.18 l +-0.09 0.19 l +-0.14 0.19 l +-0.15 0.18 l +-0.02 0.19 l +0.13 0.18 l +0.17 0.19 l +0.10 0.19 l +0.03 0.18 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +-0.01 0.19 l +-0.04 0.18 l +-0.11 0.19 l +-0.15 0.18 l +-0.11 0.19 l +536.27 355.47 lineto +0.14 0.18 l +0.15 0.19 l +0.08 0.18 l +0.02 0.19 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.04 0.19 l +-0.09 0.18 l +-0.15 0.19 l +-0.14 0.19 l +0 0.18 l +0.14 0.19 l +0.16 0.18 l +0.09 0.19 l +0.03 0.19 l +0.01 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +536.67 374.07 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +536.67 392.68 lineto +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +536.67 411.28 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +-0.01 0.19 l +-0.01 0.18 l +-0.06 0.19 l +-0.13 0.19 l +-0.16 0.18 l +-0.08 0.19 l +0.90 0 l +-0.08 -0.19 l +-0.17 -0.18 l +-0.13 -0.19 l +-0.05 -0.19 l +-0.02 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +536.67 396.95 lineto +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +536.67 378.35 lineto +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0.04 -0.19 l +0.09 -0.19 l +0.16 -0.18 l +0.13 -0.19 l +0 -0.18 l +-0.14 -0.19 l +-0.15 -0.19 l +-0.09 -0.18 l +-0.03 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +536.67 359.75 lineto +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.03 -0.19 l +0.08 -0.18 l +0.14 -0.19 l +0.15 -0.18 l +0.02 -0.19 l +-0.10 -0.19 l +-0.16 -0.18 l +-0.10 -0.19 l +-0.05 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0.01 -0.19 l +0.03 -0.18 l +536.81 341.14 lineto +0.16 -0.19 l +0.13 -0.18 l +-0.02 -0.19 l +-0.14 -0.18 l +-0.15 -0.19 l +-0.08 -0.19 l +-0.03 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0.01 -0.19 l +0.03 -0.19 l +0.10 -0.18 l +0.17 -0.19 l +0.12 -0.18 l +-0.02 -0.19 l +-0.14 -0.19 l +-0.16 -0.18 l +-0.08 -0.19 l +-0.03 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.01 -0.19 l +0.04 -0.18 l +0.13 -0.19 l +0.18 -0.18 l +0.11 -0.19 l +-0.08 -0.19 l +-0.18 -0.18 l +-0.13 -0.19 l +-0.06 -0.18 l +0.02 -0.19 l +0.11 -0.19 l +0.24 -0.18 l +0.28 -0.19 l +537.49 322.54 lineto +-0.09 -0.19 l +-0.24 -0.19 l +-0.18 -0.18 l +0 -0.19 l +0.09 -0.18 l +0.03 -0.19 l +-0.07 -0.19 l +-0.07 -0.18 l +0.03 -0.19 l +0.10 -0.19 l +0.03 -0.18 l +-0.05 -0.19 l +0 -0.18 l +0.23 -0.19 l +0.54 -0.19 l +0.85 -0.18 l +0.99 -0.19 l +0.95 -0.18 l +1.26 -0.19 l +2.61 -0.19 l +4.45 -0.18 l +4.25 -0.19 l +0.22 -0.18 l +-33.51 0 l +cp p3 +np + 570.27 318.26 m +0.44 0.19 l +5.50 0.19 l +4.91 0.19 l +2.36 0.19 l +1.15 0.19 l +1.04 0.19 l +1.03 0.19 l +0.75 0.19 l +0.44 0.19 l +0.11 0.19 l +-0.12 0.19 l +-0.09 0.19 l +0.12 0.19 l +0.19 0.19 l +0.04 0.19 l +-0.17 0.19 l +-0.27 0.19 l +-0.20 0.19 l +-0.03 0.19 l +0.11 0.19 l +0.10 0.19 l +0.07 0.19 l +0.15 0.19 l +0.20 0.19 l +0.13 0.19 l +0 0.19 l +-0.12 0.19 l +-0.18 0.19 l +-0.10 0.19 l +0.09 0.19 l +0.18 0.19 l +0.14 0.19 l +0.05 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.06 0.19 l +-0.15 0.19 l +-0.21 0.19 l +-0.07 0.19 l +0.16 0.19 l +0.20 0.19 l +0.10 0.19 l +0.03 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +588.30 337.25 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.19 l +-0.13 0.19 l +-0.19 0.19 l +-0.11 0.19 l +0.10 0.19 l +0.19 0.19 l +0.13 0.19 l +0.05 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.19 l +-0.13 0.19 l +-0.19 0.19 l +-0.11 0.19 l +0.09 0.19 l +0.19 0.19 l +0.14 0.19 l +0.05 0.19 l +0.01 0.19 l +0 0.19 l +588.30 356.25 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.03 0.19 l +-0.10 0.19 l +-0.19 0.19 l +-0.14 0.19 l +0.04 0.19 l +0.19 0.19 l +0.16 0.19 l +0.07 0.19 l +0.01 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +588.30 375.25 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +588.30 394.25 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +588.30 413.24 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.19 l +-0.13 0.19 l +-0.21 0.19 l +-0.11 0.19 l +1.01 0 l +-0.12 -0.19 l +-0.21 -0.19 l +-0.13 -0.19 l +-0.04 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +588.30 398.61 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +588.30 379.62 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.02 -0.19 l +0.06 -0.19 l +0.16 -0.19 l +0.19 -0.19 l +0.05 -0.19 l +-0.15 -0.19 l +-0.19 -0.19 l +-0.10 -0.19 l +-0.03 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +588.30 360.62 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.05 -0.19 l +0.14 -0.19 l +0.19 -0.19 l +0.09 -0.19 l +-0.11 -0.19 l +-0.19 -0.19 l +-0.12 -0.19 l +-0.05 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +588.36 341.62 lineto +0.13 -0.19 l +0.20 -0.19 l +0.09 -0.19 l +-0.10 -0.19 l +-0.20 -0.19 l +-0.12 -0.19 l +-0.05 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.03 -0.19 l +0.11 -0.19 l +0.20 -0.19 l +0.15 -0.19 l +-0.07 -0.19 l +-0.21 -0.19 l +-0.15 -0.19 l +-0.06 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0.06 -0.19 l +0.13 -0.19 l +0.18 -0.19 l +0.09 -0.19 l +-0.10 -0.19 l +-0.18 -0.19 l +-0.12 -0.19 l +0.01 -0.19 l +0.12 -0.19 l +588.70 322.63 lineto +0.16 -0.19 l +0.06 -0.19 l +0.10 -0.19 l +0.11 -0.19 l +-0.02 -0.19 l +-0.21 -0.19 l +-0.27 -0.19 l +-0.17 -0.19 l +0.04 -0.19 l +0.19 -0.19 l +0.12 -0.19 l +-0.09 -0.19 l +-0.12 -0.19 l +0.12 -0.19 l +0.43 -0.19 l +0.75 -0.19 l +1.03 -0.19 l +1.04 -0.19 l +1.15 -0.19 l +2.36 -0.19 l +4.91 -0.19 l +5.50 -0.19 l +0.44 -0.19 l +-36.06 0 l +cp p3 +np + 624.36 318.26 m +0.06 0.18 l +3.71 0.19 l +3.94 0.19 l +2.31 0.19 l +1.05 0.19 l +0.79 0.19 l +1.01 0.19 l +1.08 0.18 l +0.84 0.19 l +0.46 0.19 l +0.12 0.19 l +-0.09 0.19 l +-0.12 0.19 l +0 0.19 l +0.12 0.18 l +0.15 0.19 l +0.07 0.19 l +-0.04 0.19 l +-0.15 0.19 l +-0.22 0.19 l +-0.21 0.18 l +-0.07 0.19 l +0.11 0.19 l +0.16 0.19 l +0.02 0.19 l +-0.13 0.19 l +-0.15 0.19 l +0.02 0.18 l +0.19 0.19 l +0.24 0.19 l +0.18 0.19 l +0.09 0.19 l +0.03 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.06 0.19 l +-0.11 0.19 l +-0.14 0.19 l +-0.09 0.18 l +0.04 0.19 l +0.14 0.19 l +0.13 0.19 l +0.08 0.19 l +0.02 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +639.93 337.11 lineto +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.06 0.19 l +-0.11 0.19 l +-0.17 0.18 l +-0.09 0.19 l +0.07 0.19 l +0.16 0.19 l +0.13 0.19 l +0.06 0.19 l +0.02 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.02 0.19 l +-0.05 0.19 l +-0.12 0.19 l +-0.15 0.19 l +-0.08 0.19 l +0.06 0.19 l +0.15 0.18 l +0.12 0.19 l +0.07 0.19 l +0.02 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +639.93 355.95 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +-0.01 0.19 l +-0.04 0.18 l +-0.11 0.19 l +-0.16 0.19 l +-0.12 0.19 l +0.05 0.19 l +0.15 0.19 l +0.14 0.19 l +0.07 0.18 l +0.03 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +639.93 374.80 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +639.93 393.65 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +639.93 412.50 lineto +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +-0.06 0.19 l +-0.12 0.19 l +-0.17 0.19 l +-0.09 0.19 l +0.91 0 l +-0.09 -0.19 l +-0.17 -0.19 l +-0.12 -0.19 l +-0.06 -0.19 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +639.93 397.99 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +639.93 379.14 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0 -0.19 l +0.03 -0.19 l +0.07 -0.18 l +0.14 -0.19 l +0.15 -0.19 l +0.05 -0.19 l +-0.12 -0.19 l +-0.16 -0.19 l +-0.11 -0.19 l +-0.04 -0.18 l +-0.01 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +639.93 360.29 lineto +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.01 -0.19 l +0 -0.19 l +0.02 -0.19 l +0.06 -0.19 l +0.13 -0.19 l +0.15 -0.18 l +0.06 -0.19 l +-0.08 -0.19 l +-0.15 -0.19 l +-0.12 -0.19 l +-0.05 -0.19 l +-0.02 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0 -0.19 l +0.02 -0.18 l +0.06 -0.19 l +0.13 -0.19 l +640.31 341.44 lineto +0.07 -0.19 l +-0.09 -0.19 l +-0.17 -0.18 l +-0.12 -0.19 l +-0.05 -0.19 l +-0.01 -0.19 l +0 -0.19 l +-0.01 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.18 l +0 -0.19 l +0.02 -0.19 l +0.08 -0.19 l +0.13 -0.19 l +0.14 -0.19 l +0.04 -0.19 l +-0.09 -0.18 l +-0.14 -0.19 l +-0.12 -0.19 l +-0.05 -0.19 l +-0.01 -0.19 l +0 -0.19 l +-0.01 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0 -0.19 l +0.01 -0.19 l +0 -0.18 l +0.03 -0.19 l +0.09 -0.19 l +0.18 -0.19 l +0.24 -0.19 l +0.19 -0.19 l +0.02 -0.18 l +-0.15 -0.19 l +-0.13 -0.19 l +0.02 -0.19 l +640.59 322.59 lineto +0.10 -0.19 l +-0.06 -0.19 l +-0.21 -0.18 l +-0.22 -0.19 l +-0.15 -0.19 l +-0.04 -0.19 l +0.07 -0.19 l +0.15 -0.19 l +0.12 -0.18 l +-0.01 -0.19 l +-0.11 -0.19 l +-0.09 -0.19 l +0.12 -0.19 l +0.46 -0.19 l +0.84 -0.19 l +1.08 -0.18 l +1.01 -0.19 l +0.79 -0.19 l +1.05 -0.19 l +2.31 -0.19 l +3.94 -0.19 l +3.71 -0.19 l +0.06 -0.18 l +-31.15 0 l +cp p3 +np + 677.21 318.26 m +0.30 0.35 l +6.72 0.35 l +4.19 0.35 l +2.24 0.35 l +0.66 0.35 l +0.21 0.35 l +-0.05 0.35 l +-0.51 0.35 l +-0.81 0.35 l +0.11 0.35 l +0.92 0.35 l +0.29 0.35 l +-0.20 0.35 l +-0.18 0.35 l +0.33 0.35 l +0.13 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.03 0.35 l +-0.16 0.35 l +-0.25 0.35 l +0.19 0.35 l +0.21 0.35 l +0.04 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +-0.13 0.35 l +-0.34 0.35 l +0.20 0.35 l +0.23 0.35 l +0.05 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +691.57 353.29 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.05 0.35 l +-0.24 0.35 l +-0.19 0.35 l +0.35 0.35 l +0.12 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +-0.13 0.35 l +-0.31 0.35 l +0.15 0.35 l +0.24 0.35 l +0.06 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +691.57 388.32 lineto +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +691.57 423.36 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +691.57 458.39 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +691.57 493.43 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.04 0.35 l +-0.20 0.35 l +-0.16 0.35 l +0.79 0 l +-0.15 -0.35 l +-0.20 -0.35 l +-0.04 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +691.57 466.45 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +691.57 431.42 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +691.57 396.38 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.05 -0.35 l +0.25 -0.35 l +0.14 -0.35 l +-0.30 -0.35 l +-0.13 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +691.57 361.35 lineto +0 -0.35 l +0 -0.35 l +0.13 -0.35 l +0.34 -0.35 l +-0.18 -0.35 l +-0.24 -0.35 l +-0.05 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.05 -0.35 l +0.23 -0.35 l +0.19 -0.35 l +-0.33 -0.35 l +-0.13 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.04 -0.36 l +0.21 -0.35 l +692.01 326.31 lineto +-0.25 -0.35 l +-0.16 -0.35 l +-0.03 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.12 -0.35 l +0.34 -0.35 l +-0.18 -0.35 l +-0.21 -0.35 l +0.30 -0.35 l +0.92 -0.35 l +0.11 -0.35 l +-0.81 -0.35 l +-0.51 -0.35 l +-0.05 -0.35 l +0.21 -0.35 l +0.66 -0.35 l +2.24 -0.35 l +4.19 -0.35 l +6.72 -0.35 l +0.29 -0.35 l +-28.71 0 l +cp p3 +np + 727.97 318.26 m +1.91 0.35 l +6.57 0.36 l +3.65 0.35 l +1.63 0.36 l +0.61 0.36 l +0.36 0.35 l +0.17 0.36 l +-0.35 0.35 l +-0.02 0.36 l +0.41 0.35 l +0.25 0.36 l +0.04 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +-0.04 0.36 l +-0.18 0.35 l +-0.15 0.36 l +0.03 0.36 l +-0.07 0.35 l +0.04 0.36 l +0.27 0.35 l +0.10 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +-0.04 0.35 l +-0.17 0.36 l +-0.19 0.35 l +0.17 0.36 l +0.19 0.35 l +0.04 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +743.20 353.83 lineto +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +-0.03 0.36 l +-0.16 0.35 l +-0.17 0.36 l +0.09 0.35 l +0.21 0.36 l +0.06 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +743.20 389.41 lineto +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +-0.02 0.36 l +-0.13 0.35 l +-0.20 0.36 l +0.03 0.35 l +0.24 0.36 l +0.08 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +743.20 424.98 lineto +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +743.20 460.56 lineto +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +743.20 496.14 lineto +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +-0.04 0.36 l +-0.19 0.35 l +-0.16 0.36 l +0.78 0 l +-0.16 -0.36 l +-0.18 -0.35 l +-0.05 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +743.20 468.74 lineto +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +743.20 433.17 lineto +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +743.20 397.59 lineto +0.01 -0.36 l +0.07 -0.35 l +0.24 -0.36 l +0.03 -0.35 l +-0.19 -0.36 l +-0.13 -0.35 l +-0.03 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +743.20 362.01 lineto +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.07 -0.35 l +0.20 -0.36 l +0.10 -0.35 l +-0.17 -0.36 l +-0.16 -0.35 l +-0.04 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.05 -0.36 l +0.19 -0.35 l +0.17 -0.36 l +-0.20 -0.35 l +-0.17 -0.36 l +-0.04 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +743.21 326.44 lineto +0.09 -0.36 l +0.28 -0.35 l +0.03 -0.36 l +-0.06 -0.35 l +0.03 -0.36 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.05 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0.05 -0.36 l +0.24 -0.36 l +0.41 -0.35 l +-0.02 -0.36 l +-0.34 -0.35 l +0.17 -0.36 l +0.36 -0.35 l +0.60 -0.36 l +1.63 -0.36 l +3.66 -0.35 l +6.56 -0.36 l +1.91 -0.35 l +-30.46 0 l +cp p3 +np + 778.38 318.26 m +3.61 0.35 l +6.66 0.35 l +2.75 0.34 l +1.25 0.35 l +1.13 0.35 l +0.75 0.35 l +0.16 0.35 l +-0.31 0.35 l +-0.27 0.35 l +0.26 0.35 l +0.33 0.35 l +0.12 0.35 l +0.02 0.35 l +0 0.35 l +-0.01 0.35 l +-0.03 0.35 l +-0.15 0.35 l +-0.20 0.34 l +0.07 0.35 l +0.05 0.35 l +-0.11 0.35 l +0.11 0.35 l +0.20 0.35 l +0.06 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +-0.07 0.35 l +-0.24 0.35 l +-0.09 0.35 l +0.27 0.35 l +0.12 0.35 l +0.02 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +794.84 353.19 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +-0.08 0.34 l +-0.25 0.35 l +-0.06 0.35 l +0.27 0.35 l +0.12 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +794.84 388.13 lineto +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.02 0.34 l +-0.10 0.35 l +-0.22 0.35 l +-0.04 0.35 l +0.26 0.35 l +0.11 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +794.84 423.06 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +794.84 458.00 lineto +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +794.84 492.93 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +-0.03 0.34 l +-0.19 0.35 l +-0.21 0.35 l +0.87 0 l +-0.21 -0.35 l +-0.18 -0.35 l +-0.04 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +794.84 466.03 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +794.84 431.10 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +794.84 396.16 lineto +0.11 -0.35 l +0.26 -0.35 l +-0.04 -0.35 l +-0.22 -0.35 l +-0.10 -0.35 l +-0.01 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.12 -0.35 l +0.27 -0.35 l +-0.06 -0.35 l +-0.25 -0.35 l +-0.08 -0.34 l +0 -0.35 l +794.84 361.23 lineto +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.13 -0.35 l +0.26 -0.35 l +-0.09 -0.35 l +-0.23 -0.35 l +-0.08 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +794.90 326.29 lineto +0.20 -0.35 l +0.12 -0.35 l +-0.12 -0.35 l +0.05 -0.35 l +0.08 -0.35 l +-0.21 -0.34 l +-0.15 -0.35 l +-0.03 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.12 -0.35 l +0.33 -0.35 l +0.26 -0.35 l +-0.27 -0.35 l +-0.31 -0.35 l +0.16 -0.35 l +0.75 -0.35 l +1.14 -0.35 l +1.24 -0.35 l +2.76 -0.34 l +6.65 -0.35 l +3.62 -0.35 l +-32.92 0 l +cp p3 +np + 834.25 318.26 m +0.06 0.39 l +4.98 0.39 l +3.65 0.40 l +2.44 0.39 l +0.76 0.40 l +-0.20 0.39 l +-0.17 0.40 l +0.03 0.39 l +0.09 0.39 l +0.16 0.40 l +0.20 0.39 l +0.17 0.40 l +0.03 0.39 l +-0.13 0.40 l +-0.18 0.39 l +0.04 0.39 l +0.13 0.40 l +-0.15 0.39 l +-0.04 0.40 l +0.26 0.39 l +0.09 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +-0.02 0.39 l +-0.17 0.40 l +-0.27 0.39 l +0.30 0.40 l +0.15 0.39 l +0.01 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +846.47 357.68 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +-0.02 0.40 l +-0.11 0.39 l +-0.21 0.40 l +0.05 0.39 l +0.23 0.39 l +0.06 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +-0.08 0.40 l +-0.26 0.39 l +846.15 397.10 lineto +0.22 0.39 l +0.09 0.40 l +0.01 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +846.47 436.52 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +846.47 475.94 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +846.47 515.36 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +-0.04 0.40 l +-0.17 0.39 l +-0.13 0.39 l +0.68 0 l +-0.13 -0.39 l +-0.17 -0.39 l +-0.04 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +846.47 485.00 lineto +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +846.47 445.58 lineto +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +846.47 406.16 lineto +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.01 -0.39 l +0.09 -0.40 l +0.22 -0.39 l +0.02 -0.40 l +-0.26 -0.39 l +-0.08 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.06 -0.40 l +0.23 -0.39 l +0.05 -0.39 l +-0.21 -0.40 l +-0.11 -0.39 l +-0.02 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +846.47 366.74 lineto +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0.01 -0.40 l +0.15 -0.39 l +0.30 -0.40 l +-0.27 -0.39 l +-0.17 -0.40 l +-0.02 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +846.47 327.32 lineto +0 -0.39 l +0 -0.40 l +0.09 -0.39 l +0.26 -0.39 l +-0.04 -0.40 l +-0.15 -0.39 l +0.13 -0.40 l +0.04 -0.39 l +-0.18 -0.39 l +-0.13 -0.40 l +0.03 -0.39 l +0.17 -0.40 l +0.20 -0.39 l +0.16 -0.40 l +0.09 -0.39 l +0.03 -0.39 l +-0.17 -0.40 l +-0.20 -0.39 l +0.76 -0.40 l +2.44 -0.39 l +3.65 -0.40 l +4.98 -0.39 l +0.06 -0.39 l +-24.44 0 l +cp p3 +np + 881.40 318.26 m +3.03 0.33 l +6.53 0.33 l +3.21 0.33 l +2.08 0.34 l +0.97 0.33 l +-0.08 0.33 l +0.45 0.34 l +0.19 0.33 l +-0.40 0.33 l +0 0.33 l +0.43 0.34 l +0.25 0.33 l +0.04 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.03 0.33 l +-0.20 0.34 l +-0.38 0.33 l +-0.08 0.33 l +0.35 0.34 l +0.27 0.33 l +0.07 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +-0.05 0.34 l +-0.18 0.33 l +-0.17 0.33 l +0.16 0.34 l +0.19 0.33 l +0.05 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +898.10 351.54 lineto +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.02 0.33 l +-0.19 0.34 l +-0.29 0.33 l +0.28 0.33 l +0.20 0.33 l +0.02 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +898.10 384.82 lineto +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +-0.04 0.33 l +-0.18 0.34 l +-0.19 0.33 l +0.16 0.33 l +0.20 0.33 l +0.05 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +898.10 418.10 lineto +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +898.10 451.38 lineto +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +898.10 484.66 lineto +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.03 0.33 l +-0.19 0.34 l +-0.28 0.33 l +1.00 0 l +-0.27 -0.33 l +-0.20 -0.34 l +-0.02 -0.33 l +-0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +898.10 459.03 lineto +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +898.10 425.75 lineto +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0.01 -0.33 l +0.05 -0.34 l +0.20 -0.33 l +0.16 -0.33 l +-0.19 -0.33 l +-0.18 -0.34 l +-0.04 -0.33 l +-0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +898.10 392.47 lineto +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0.03 -0.34 l +0.20 -0.33 l +0.28 -0.33 l +-0.29 -0.33 l +-0.19 -0.34 l +-0.03 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +898.10 359.19 lineto +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0.01 -0.33 l +0.05 -0.33 l +0.19 -0.33 l +0.15 -0.34 l +-0.16 -0.33 l +-0.18 -0.33 l +-0.05 -0.34 l +-0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +898.11 325.91 lineto +0.07 -0.33 l +0.27 -0.33 l +0.35 -0.34 l +-0.08 -0.33 l +-0.38 -0.33 l +-0.20 -0.34 l +-0.03 -0.33 l +-0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0.04 -0.33 l +0.25 -0.33 l +0.42 -0.34 l +0 -0.33 l +-0.39 -0.33 l +0.19 -0.33 l +0.45 -0.34 l +-0.08 -0.33 l +0.96 -0.33 l +2.08 -0.34 l +3.22 -0.33 l +6.52 -0.33 l +3.04 -0.33 l +-33.41 0 l +cp p3 +np + 938.54 318.26 m +-0.14 0.38 l +4.24 0.38 l +3.00 0.38 l +1.91 0.38 l +1.33 0.38 l +0.42 0.38 l +-0.02 0.38 l +-0.33 0.39 l +-0.09 0.38 l +0.43 0.38 l +0.35 0.38 l +0.06 0.38 l +-0.11 0.38 l +-0.16 0.38 l +0.03 0.38 l +0.18 0.39 l +0.09 0.38 l +0.01 0.38 l +-0.02 0.38 l +-0.12 0.38 l +-0.19 0.38 l +0.04 0.38 l +0.19 0.38 l +0.09 0.39 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +-0.05 0.38 l +-0.15 0.38 l +-0.12 0.38 l +0.12 0.39 l +0.15 0.38 l +0.05 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +949.74 356.38 lineto +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.02 0.38 l +-0.10 0.38 l +-0.18 0.38 l +-0.02 0.38 l +0.19 0.39 l +0.11 0.38 l +0.02 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +949.74 394.50 lineto +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.39 l +-0.10 0.38 l +-0.18 0.38 l +-0.01 0.38 l +0.15 0.38 l +0.12 0.38 l +0.02 0.38 l +0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +949.74 432.62 lineto +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +949.74 470.74 lineto +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +949.74 508.86 lineto +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +-0.05 0.38 l +-0.15 0.39 l +-0.11 0.38 l +0.64 0 l +-0.11 -0.38 l +-0.15 -0.39 l +-0.06 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +949.74 479.51 lineto +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +949.74 441.39 lineto +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +949.74 403.27 lineto +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0.03 -0.38 l +0.11 -0.38 l +0.15 -0.38 l +-0.01 -0.38 l +-0.18 -0.38 l +-0.09 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.11 -0.38 l +0.19 -0.39 l +-0.02 -0.38 l +-0.18 -0.38 l +-0.10 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +949.74 365.15 lineto +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.06 -0.38 l +0.15 -0.38 l +0.11 -0.39 l +-0.11 -0.38 l +-0.16 -0.38 l +-0.05 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +949.83 327.02 lineto +0.19 -0.38 l +0.04 -0.38 l +-0.18 -0.38 l +-0.12 -0.38 l +-0.02 -0.38 l +0.01 -0.38 l +0.09 -0.38 l +0.18 -0.39 l +0.03 -0.38 l +-0.17 -0.38 l +-0.11 -0.38 l +0.07 -0.38 l +0.35 -0.38 l +0.43 -0.38 l +-0.09 -0.38 l +-0.33 -0.39 l +-0.03 -0.38 l +0.42 -0.38 l +1.33 -0.38 l +1.92 -0.38 l +2.99 -0.38 l +4.25 -0.38 l +-0.15 -0.38 l +-22.39 0 l +cp p3 +np + 988.34 318.26 m +1.36 0.40 l +5.71 0.40 l +2.89 0.40 l +1.60 0.40 l +0.63 0.40 l +0.33 0.40 l +0.17 0.40 l +-0.32 0.41 l +0.07 0.40 l +0.44 0.40 l +0.06 0.40 l +-0.23 0.40 l +-0.01 0.40 l +0.25 0.40 l +0.08 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.02 0.40 l +-0.13 0.40 l +-0.18 0.40 l +0.06 0.40 l +0.21 0.40 l +0.06 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.02 0.40 l +-0.17 0.40 l +-0.24 0.40 l +0.26 0.41 l +0.15 0.40 l +0.02 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +1001.37 358.37 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +-0.12 0.40 l +-0.24 0.41 l +0.11 0.40 l +0.21 0.40 l +0.05 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +-0.15 0.40 l +-0.32 0.40 l +0.32 0.40 l +0.15 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +1001.37 398.49 lineto +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +1001.37 438.60 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +1001.37 478.72 lineto +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +1001.37 518.83 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.04 0.40 l +-0.17 0.40 l +-0.12 0.41 l +0.67 0 l +-0.13 -0.41 l +-0.17 -0.40 l +-0.04 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +1001.37 487.94 lineto +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +1001.37 447.83 lineto +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +1001.37 407.71 lineto +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.16 -0.40 l +0.32 -0.40 l +-0.33 -0.40 l +-0.15 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.05 -0.40 l +0.21 -0.40 l +0.11 -0.40 l +-0.24 -0.41 l +-0.12 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +1001.37 367.60 lineto +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.02 -0.40 l +0.15 -0.40 l +0.26 -0.41 l +-0.24 -0.40 l +-0.16 -0.40 l +-0.03 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.06 -0.40 l +0.21 -0.40 l +0.06 -0.40 l +-0.18 -0.40 l +-0.12 -0.40 l +-0.03 -0.40 l +0 -0.40 l +0 -0.41 l +1001.37 327.48 lineto +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.08 -0.40 l +0.25 -0.40 l +-0.01 -0.40 l +-0.22 -0.40 l +0.05 -0.40 l +0.45 -0.40 l +0.06 -0.40 l +-0.31 -0.41 l +0.17 -0.40 l +0.32 -0.40 l +0.64 -0.40 l +1.59 -0.40 l +2.89 -0.40 l +5.71 -0.40 l +1.36 -0.40 l +-26.06 0 l +cp p3 +np + 1042.55 318.26 m +0.44 0.39 l +3.63 0.39 l +2.27 0.39 l +1.34 0.39 l +1.34 0.39 l +0.84 0.39 l +0.30 0.39 l +-0.09 0.40 l +-0.34 0.39 l +-0.09 0.39 l +0.33 0.39 l +0.34 0.39 l +0.07 0.39 l +-0.11 0.39 l +-0.10 0.39 l +0.06 0.39 l +0.14 0.40 l +0.07 0.39 l +0.01 0.39 l +0 0.39 l +0 0.39 l +-0.03 0.39 l +-0.09 0.39 l +-0.14 0.39 l +-0.01 0.39 l +0.15 0.40 l +0.11 0.39 l +0.01 0.39 l +0.01 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +-0.01 0.39 l +-0.01 0.40 l +-0.10 0.39 l +-0.15 0.39 l +-0.01 0.39 l +0.14 0.39 l +0.10 0.39 l +0.03 0.39 l +0 0.39 l +0.01 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +1053.01 357.37 lineto +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +-0.01 0.39 l +-0.02 0.40 l +-0.10 0.39 l +-0.15 0.39 l +-0.01 0.39 l +0.17 0.39 l +0.10 0.39 l +0.01 0.39 l +0.01 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.13 0.39 l +-0.16 0.39 l +0.07 0.39 l +0.15 0.39 l +0.08 0.40 l +0.01 0.39 l +0.01 0.39 l +0 0.39 l +0 0.39 l +1053.01 396.48 lineto +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +1053.01 435.59 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +1053.01 474.71 lineto +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +1053.01 513.82 lineto +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +-0.01 0.40 l +0 0.39 l +-0.06 0.39 l +-0.14 0.39 l +-0.09 0.39 l +0.59 0 l +-0.09 -0.39 l +-0.14 -0.39 l +-0.06 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +1053.01 483.70 lineto +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +1053.01 444.59 lineto +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +1053.01 405.48 lineto +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0.01 -0.39 l +0.08 -0.40 l +0.15 -0.39 l +0.07 -0.39 l +-0.16 -0.39 l +-0.13 -0.39 l +-0.02 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0.01 -0.39 l +0.11 -0.39 l +0.16 -0.39 l +-0.01 -0.39 l +-0.15 -0.39 l +-0.10 -0.39 l +-0.02 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +1053.01 366.36 lineto +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0.03 -0.39 l +0.10 -0.39 l +0.14 -0.39 l +-0.01 -0.39 l +-0.15 -0.39 l +-0.10 -0.39 l +-0.01 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0.01 -0.39 l +0.11 -0.39 l +0.15 -0.40 l +-0.01 -0.39 l +1053.13 327.25 lineto +-0.09 -0.39 l +-0.03 -0.39 l +0 -0.39 l +0 -0.39 l +0.01 -0.39 l +0.07 -0.39 l +0.14 -0.40 l +0.06 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +0.07 -0.39 l +0.34 -0.39 l +0.33 -0.39 l +-0.09 -0.39 l +-0.34 -0.39 l +-0.09 -0.40 l +0.30 -0.39 l +0.84 -0.39 l +1.34 -0.39 l +1.34 -0.39 l +2.27 -0.39 l +3.63 -0.39 l +0.44 -0.39 l +-20.91 0 l +cp p3 +np + 1092.27 318.26 m +1.46 0.36 l +4.51 0.36 l +2.45 0.37 l +1.21 0.36 l +1.05 0.37 l +0.86 0.36 l +0.41 0.37 l +-0.02 0.36 l +-0.07 0.36 l +0.07 0.37 l +0.20 0.36 l +0.13 0.37 l +-0.07 0.36 l +-0.14 0.37 l +0.05 0.36 l +0.16 0.36 l +0.09 0.37 l +0.02 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +-0.02 0.37 l +-0.08 0.36 l +-0.16 0.36 l +-0.05 0.37 l +0.13 0.36 l +0.14 0.37 l +0.03 0.36 l +0.01 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.37 l +-0.05 0.36 l +-0.15 0.37 l +-0.12 0.36 l +0.10 0.37 l +0.16 0.36 l +0.06 0.36 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +1104.64 354.68 lineto +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.37 l +-0.03 0.36 l +-0.12 0.37 l +-0.13 0.36 l +0.02 0.36 l +0.15 0.37 l +0.10 0.36 l +0.02 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +-0.04 0.36 l +-0.15 0.37 l +-0.16 0.36 l +0.10 0.37 l +0.17 0.36 l +0.07 0.36 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +1104.64 391.10 lineto +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +1104.64 427.53 lineto +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +1104.64 463.95 lineto +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +1104.64 500.38 lineto +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.37 l +-0.01 0.36 l +-0.06 0.36 l +-0.15 0.37 l +-0.11 0.36 l +0.66 0 l +-0.11 -0.36 l +-0.15 -0.37 l +-0.06 -0.36 l +-0.01 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +1104.64 472.33 lineto +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +1104.64 435.91 lineto +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +1104.64 399.48 lineto +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0.07 -0.36 l +0.17 -0.36 l +0.10 -0.37 l +-0.16 -0.36 l +-0.15 -0.37 l +-0.04 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0.02 -0.37 l +0.10 -0.36 l +0.15 -0.37 l +0.02 -0.36 l +-0.13 -0.36 l +-0.12 -0.37 l +-0.04 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +1104.64 363.06 lineto +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0.06 -0.36 l +0.16 -0.36 l +0.10 -0.37 l +-0.12 -0.36 l +-0.15 -0.37 l +-0.05 -0.36 l +-0.01 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0.04 -0.36 l +0.13 -0.37 l +0.14 -0.36 l +-0.05 -0.37 l +-0.16 -0.36 l +-0.08 -0.36 l +-0.02 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +1104.64 326.63 lineto +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0.02 -0.36 l +0.09 -0.37 l +0.16 -0.36 l +0.04 -0.36 l +-0.14 -0.37 l +-0.06 -0.36 l +0.13 -0.37 l +0.20 -0.36 l +0.07 -0.37 l +-0.08 -0.36 l +-0.01 -0.36 l +0.41 -0.37 l +0.86 -0.36 l +1.05 -0.37 l +1.21 -0.36 l +2.44 -0.37 l +4.52 -0.36 l +1.45 -0.36 l +-24.73 0 l +cp p3 +np + 1143.53 318.26 m +0.71 0.36 l +5.16 0.36 l +2.76 0.36 l +1.70 0.37 l +1.45 0.36 l +0.55 0.36 l +-0.27 0.36 l +-0.30 0.37 l +0.32 0.36 l +0.47 0.36 l +0.15 0.36 l +-0.17 0.37 l +-0.22 0.36 l +0.22 0.36 l +0.18 0.36 l +0.03 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +-0.14 0.37 l +-0.23 0.36 l +0.11 0.36 l +0.19 0.36 l +0.07 0.37 l +0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.04 0.36 l +-0.14 0.37 l +-0.17 0.36 l +0.09 0.36 l +0.19 0.36 l +0.07 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +1156.27 354.50 lineto +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.06 0.36 l +-0.19 0.37 l +-0.16 0.36 l +0.24 0.36 l +0.16 0.36 l +0.01 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +-0.01 0.36 l +-0.15 0.36 l +-0.22 0.37 l +0.11 0.36 l +0.19 0.36 l +0.07 0.36 l +0.01 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +1156.27 390.75 lineto +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +1156.27 426.99 lineto +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +1156.27 463.23 lineto +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +1156.27 499.48 lineto +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +-0.05 0.36 l +-0.17 0.36 l +-0.15 0.37 l +0.75 0 l +-0.16 -0.37 l +-0.17 -0.36 l +-0.04 -0.36 l +-0.01 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +1156.27 471.57 lineto +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +1156.27 435.33 lineto +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +1156.27 399.08 lineto +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.37 l +0.07 -0.36 l +0.19 -0.36 l +0.12 -0.36 l +-0.23 -0.37 l +-0.14 -0.36 l +-0.02 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.02 -0.37 l +0.16 -0.36 l +0.23 -0.36 l +-0.16 -0.36 l +-0.19 -0.37 l +-0.05 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +1156.27 362.84 lineto +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.07 -0.37 l +0.18 -0.36 l +0.09 -0.36 l +-0.16 -0.36 l +-0.15 -0.37 l +-0.03 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.08 -0.37 l +0.19 -0.36 l +0.10 -0.36 l +-0.22 -0.36 l +-0.14 -0.37 l +-0.02 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +1156.27 326.59 lineto +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.03 -0.37 l +0.19 -0.36 l +0.21 -0.36 l +-0.22 -0.36 l +-0.16 -0.37 l +0.14 -0.36 l +0.48 -0.36 l +0.31 -0.36 l +-0.30 -0.37 l +-0.27 -0.36 l +0.56 -0.36 l +1.45 -0.36 l +1.69 -0.37 l +2.77 -0.36 l +5.16 -0.36 l +0.71 -0.36 l +-25.49 0 l +cp p3 +np + 1195.15 318.26 m +1.81 0.40 l +4.82 0.41 l +2.44 0.40 l +2.07 0.41 l +1.12 0.40 l +-0.02 0.41 l +-0.04 0.40 l +0.20 0.41 l +0.05 0.40 l +-0.22 0.41 l +0.01 0.40 l +0.25 0.41 l +0.20 0.40 l +0.06 0.41 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.41 l +-0.11 0.41 l +-0.20 0.40 l +0.05 0.41 l +0.17 0.40 l +0.08 0.41 l +0.02 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.13 0.40 l +-0.15 0.41 l +0.06 0.40 l +0.17 0.41 l +0.07 0.40 l +0.01 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +1207.91 358.77 lineto +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.12 0.40 l +-0.15 0.41 l +0.04 0.40 l +0.17 0.41 l +0.08 0.40 l +-0.02 0.41 l +-0.10 0.40 l +-0.16 0.41 l +0 0.40 l +0.19 0.41 l +0.09 0.41 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +1207.91 399.29 lineto +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +1207.91 439.80 lineto +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +1207.91 480.32 lineto +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +1207.91 520.83 lineto +0 0.40 l +0 0.41 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.16 0.40 l +-0.19 0.41 l +0.75 0 l +-0.18 -0.41 l +-0.16 -0.40 l +-0.03 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +1207.91 489.63 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +1207.91 449.12 lineto +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +1207.91 408.60 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.09 -0.41 l +0.19 -0.41 l +0.01 -0.40 l +-0.17 -0.41 l +-0.10 -0.40 l +-0.02 -0.41 l +0.08 -0.40 l +0.18 -0.41 l +0.03 -0.40 l +-0.15 -0.41 l +-0.11 -0.40 l +-0.03 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +1207.91 368.09 lineto +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.07 -0.40 l +0.17 -0.41 l +0.07 -0.40 l +-0.16 -0.41 l +-0.12 -0.40 l +-0.03 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.08 -0.41 l +0.17 -0.40 l +0.05 -0.41 l +-0.20 -0.40 l +-0.10 -0.41 l +-0.01 -0.41 l +0 -0.40 l +1207.91 327.57 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.07 -0.41 l +0.19 -0.40 l +0.25 -0.41 l +0.01 -0.40 l +-0.21 -0.41 l +0.04 -0.40 l +0.20 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +1.12 -0.40 l +2.08 -0.41 l +2.43 -0.40 l +4.82 -0.41 l +1.82 -0.40 l +-25.52 0 l +cp p3 +np + 1245.14 318.26 m +2.87 0.37 l +4.70 0.37 l +2.83 0.37 l +2.14 0.37 l +1.14 0.37 l +0.25 0.37 l +0.09 0.38 l +-0.15 0.37 l +-0.07 0.37 l +0.20 0.37 l +0.25 0.37 l +0.02 0.37 l +-0.24 0.37 l +0.05 0.38 l +0.23 0.37 l +0.08 0.37 l +0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.03 0.38 l +-0.12 0.37 l +-0.19 0.37 l +0.04 0.37 l +0.22 0.37 l +0.08 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.02 0.37 l +-0.12 0.37 l +-0.19 0.38 l +0.02 0.37 l +0.23 0.37 l +0.08 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +1259.54 355.39 lineto +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.03 0.37 l +-0.18 0.37 l +-0.25 0.37 l +0.28 0.38 l +0.16 0.37 l +-0.04 0.37 l +-0.20 0.37 l +-0.14 0.37 l +0.24 0.37 l +0.14 0.37 l +0.02 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +1259.54 392.53 lineto +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +1259.54 429.67 lineto +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +1259.54 466.80 lineto +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +1259.54 503.94 lineto +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +-0.04 0.37 l +-0.17 0.37 l +-0.18 0.37 l +0.78 0 l +-0.18 -0.37 l +-0.17 -0.37 l +-0.04 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +1259.54 475.34 lineto +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +1259.54 438.21 lineto +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +1259.54 401.07 lineto +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0.02 -0.37 l +0.14 -0.37 l +0.24 -0.37 l +-0.14 -0.37 l +-0.20 -0.37 l +-0.04 -0.37 l +0.16 -0.37 l +0.28 -0.38 l +-0.25 -0.37 l +-0.18 -0.37 l +-0.03 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +1259.54 363.93 lineto +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0.08 -0.37 l +0.23 -0.37 l +0.02 -0.37 l +-0.19 -0.38 l +-0.12 -0.37 l +-0.02 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0.08 -0.37 l +0.22 -0.37 l +0.04 -0.37 l +-0.18 -0.37 l +-0.13 -0.37 l +-0.03 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +1259.54 326.80 lineto +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0.01 -0.37 l +0.08 -0.37 l +0.23 -0.37 l +0.05 -0.38 l +-0.24 -0.37 l +0.02 -0.37 l +0.25 -0.37 l +0.21 -0.37 l +-0.08 -0.37 l +-0.15 -0.37 l +0.09 -0.38 l +0.25 -0.37 l +1.15 -0.37 l +2.13 -0.37 l +2.83 -0.37 l +4.70 -0.37 l +2.87 -0.37 l +-28.80 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +65.36 318.27 0.89 c p3 +74.76 321.77 0.89 c p3 +80.58 318.53 0.89 c p3 +63.86 318.35 0.89 c p3 +76.78 318.66 0.89 c p3 +64.04 318.26 0.89 c p3 +72.44 318.26 0.89 c p3 +65.12 318.62 0.89 c p3 +68.41 318.31 0.89 c p3 +75.84 319.24 0.89 c p3 +80.56 395.19 0.89 c p3 +62.14 318.26 0.89 c p3 +78.04 318.44 0.89 c p3 +72.55 346.90 0.89 c p3 +65.08 400.94 0.89 c p3 +70.81 319.35 0.89 c p3 +64.24 318.31 0.89 c p3 +80.13 318.55 0.89 c p3 +63.73 318.36 0.89 c p3 +68.95 318.26 0.89 c p3 +67.03 318.26 0.89 c p3 +76.76 318.27 0.89 c p3 +72.86 327.54 0.89 c p3 +62.63 318.39 0.89 c p3 +71.20 318.26 0.89 c p3 +77.82 318.38 0.89 c p3 +68.29 318.27 0.89 c p3 +75.51 318.26 0.89 c p3 +70.55 318.38 0.89 c p3 +73.61 319.84 0.89 c p3 +67.69 319.46 0.89 c p3 +67.42 318.27 0.89 c p3 +81.74 318.91 0.89 c p3 +63.85 324.16 0.89 c p3 +63.93 318.30 0.89 c p3 +72.04 318.28 0.89 c p3 +81.84 318.26 0.89 c p3 +63.71 318.27 0.89 c p3 +77.71 318.45 0.89 c p3 +68.71 318.57 0.89 c p3 +78.90 319.04 0.89 c p3 +63.00 318.56 0.89 c p3 +70.44 318.44 0.89 c p3 +67.75 318.28 0.89 c p3 +73.29 318.26 0.89 c p3 +64.89 318.26 0.89 c p3 +66.99 321.14 0.89 c p3 +63.01 318.27 0.89 c p3 +66.91 318.90 0.89 c p3 +69.27 341.57 0.89 c p3 +72.78 318.39 0.89 c p3 +67.12 318.32 0.89 c p3 +70.52 318.33 0.89 c p3 +67.99 318.99 0.89 c p3 +77.66 318.34 0.89 c p3 +71.01 318.43 0.89 c p3 +68.31 318.35 0.89 c p3 +75.41 318.38 0.89 c p3 +72.25 318.42 0.89 c p3 +80.90 318.29 0.89 c p3 +277.34 318.29 0.89 c p3 +282.91 322.83 0.89 c p3 +278.14 321.06 0.89 c p3 +274.98 318.26 0.89 c p3 +272.59 319.83 0.89 c p3 +276.39 318.27 0.89 c p3 +277.26 318.26 0.89 c p3 +268.29 318.70 0.89 c p3 +277.09 318.30 0.89 c p3 +272.45 319.73 0.89 c p3 +275.74 400.90 0.89 c p3 +280.36 318.26 0.89 c p3 +285.76 318.53 0.89 c p3 +281.85 358.76 0.89 c p3 +287.55 404.47 0.89 c p3 +287.18 319.53 0.89 c p3 +272.51 318.33 0.89 c p3 +284.41 318.80 0.89 c p3 +279.42 318.46 0.89 c p3 +277.53 318.26 0.89 c p3 +283.72 318.26 0.89 c p3 +277.80 318.27 0.89 c p3 +273.52 332.61 0.89 c p3 +286.60 318.42 0.89 c p3 +269.87 318.26 0.89 c p3 +286.80 318.49 0.89 c p3 +270.66 318.32 0.89 c p3 +270.69 318.27 0.89 c p3 +282.71 318.62 0.89 c p3 +274.96 319.91 0.89 c p3 +280.88 318.34 0.89 c p3 +288.47 318.27 0.89 c p3 +280.49 319.11 0.89 c p3 +278.24 325.39 0.89 c p3 +271.16 318.33 0.89 c p3 +286.27 318.28 0.89 c p3 +284.11 318.27 0.89 c p3 +269.77 318.28 0.89 c p3 +282.56 318.39 0.89 c p3 +279.33 319.10 0.89 c p3 +281.36 319.54 0.89 c p3 +272.10 318.72 0.89 c p3 +278.12 318.79 0.89 c p3 +274.85 318.30 0.89 c p3 +278.54 318.26 0.89 c p3 +270.88 318.26 0.89 c p3 +284.29 323.45 0.89 c p3 +284.80 318.27 0.89 c p3 +288.82 319.17 0.89 c p3 +286.89 344.82 0.89 c p3 +272.22 318.43 0.89 c p3 +284.12 318.33 0.89 c p3 +272.84 318.39 0.89 c p3 +286.60 318.76 0.89 c p3 +285.92 318.35 0.89 c p3 +271.97 318.39 0.89 c p3 +280.18 318.42 0.89 c p3 +283.68 318.59 0.89 c p3 +287.51 318.28 0.89 c p3 +269.60 318.27 0.89 c p3 +326.77 318.28 0.89 c p3 +331.90 323.66 0.89 c p3 +327.17 320.92 0.89 c p3 +331.80 318.29 0.89 c p3 +336.15 319.29 0.89 c p3 +335.87 318.27 0.89 c p3 +329.70 318.26 0.89 c p3 +323.29 318.75 0.89 c p3 +337.43 318.31 0.89 c p3 +337.71 319.64 0.89 c p3 +324.73 428.66 0.89 c p3 +331.82 318.26 0.89 c p3 +325.77 318.47 0.89 c p3 +326.15 361.17 0.89 c p3 +321.98 418.78 0.89 c p3 +323.93 319.69 0.89 c p3 +338.85 318.34 0.89 c p3 +337.18 318.66 0.89 c p3 +332.36 318.40 0.89 c p3 +336.11 318.26 0.89 c p3 +332.46 318.26 0.89 c p3 +337.56 318.27 0.89 c p3 +332.13 331.61 0.89 c p3 +331.36 318.41 0.89 c p3 +328.83 318.26 0.89 c p3 +333.40 318.45 0.89 c p3 +336.66 318.31 0.89 c p3 +321.12 318.27 0.89 c p3 +339.74 318.52 0.89 c p3 +338.30 320.16 0.89 c p3 +324.03 319.56 0.89 c p3 +326.20 318.28 0.89 c p3 +339.67 318.99 0.89 c p3 +335.52 326.70 0.89 c p3 +325.02 318.33 0.89 c p3 +329.94 318.29 0.89 c p3 +328.09 318.27 0.89 c p3 +334.34 318.28 0.89 c p3 +329.36 318.40 0.89 c p3 +336.64 318.90 0.89 c p3 +323.51 319.33 0.89 c p3 +321.84 318.63 0.89 c p3 +320.52 318.61 0.89 c p3 +326.62 318.31 0.89 c p3 +326.39 318.29 0.89 c p3 +334.77 318.26 0.89 c p3 +339.39 322.76 0.89 c p3 +326.55 318.27 0.89 c p3 +326.78 319.21 0.89 c p3 +338.19 349.65 0.89 c p3 +322.95 318.42 0.89 c p3 +330.76 318.32 0.89 c p3 +336.20 318.37 0.89 c p3 +335.20 318.83 0.89 c p3 +326.03 318.34 0.89 c p3 +325.80 318.45 0.89 c p3 +330.92 318.43 0.89 c p3 +329.82 318.50 0.89 c p3 +324.04 318.29 0.89 c p3 +331.86 318.29 0.89 c p3 +373.06 318.30 0.89 c p3 +386.72 319.75 0.89 c p3 +375.63 322.08 0.89 c p3 +373.31 318.28 0.89 c p3 +375.76 321.75 0.89 c p3 +378.88 318.37 0.89 c p3 +377.27 318.26 0.89 c p3 +387.41 318.84 0.89 c p3 +378.08 318.32 0.89 c p3 +380.94 319.30 0.89 c p3 +372.39 373.05 0.89 c p3 +375.65 318.26 0.89 c p3 +379.82 318.57 0.89 c p3 +387.87 346.11 0.89 c p3 +380.92 404.73 0.89 c p3 +381.31 319.39 0.89 c p3 +387.54 318.40 0.89 c p3 +381.11 318.89 0.89 c p3 +388.19 318.50 0.89 c p3 +389.63 318.26 0.89 c p3 +375.69 318.26 0.89 c p3 +374.08 318.28 0.89 c p3 +388.20 328.91 0.89 c p3 +388.90 318.39 0.89 c p3 +371.88 318.26 0.89 c p3 +387.97 318.47 0.89 c p3 +385.98 318.32 0.89 c p3 +371.96 318.27 0.89 c p3 +374.89 318.54 0.89 c p3 +374.03 319.42 0.89 c p3 +391.20 320.42 0.89 c p3 +376.73 318.30 0.89 c p3 +385.93 319.59 0.89 c p3 +391.99 322.95 0.89 c p3 +391.90 318.34 0.89 c p3 +381.08 318.30 0.89 c p3 +375.01 318.28 0.89 c p3 +378.16 318.27 0.89 c p3 +374.64 318.39 0.89 c p3 +381.29 319.27 0.89 c p3 +374.37 319.46 0.89 c p3 +383.89 318.77 0.89 c p3 +380.74 318.79 0.89 c p3 +378.67 318.28 0.89 c p3 +374.24 318.28 0.89 c p3 +375.10 318.26 0.89 c p3 +374.43 322.99 0.89 c p3 +372.46 318.27 0.89 c p3 +392.00 319.07 0.89 c p3 +390.50 341.01 0.89 c p3 +375.81 318.30 0.89 c p3 +373.55 318.27 0.89 c p3 +377.04 318.43 0.89 c p3 +386.22 318.53 0.89 c p3 +390.40 318.28 0.89 c p3 +387.78 318.29 0.89 c p3 +388.23 318.53 0.89 c p3 +382.44 318.89 0.89 c p3 +375.96 318.29 0.89 c p3 +386.35 318.29 0.89 c p3 +438.32 318.30 0.89 c p3 +427.17 319.49 0.89 c p3 +435.69 321.19 0.89 c p3 +423.15 318.26 0.89 c p3 +437.71 321.38 0.89 c p3 +429.64 318.32 0.89 c p3 +432.07 318.26 0.89 c p3 +425.24 318.76 0.89 c p3 +443.32 318.33 0.89 c p3 +442.36 319.23 0.89 c p3 +434.52 367.98 0.89 c p3 +441.56 318.26 0.89 c p3 +435.15 318.52 0.89 c p3 +439.01 345.99 0.89 c p3 +434.42 398.26 0.89 c p3 +440.90 319.55 0.89 c p3 +423.11 318.37 0.89 c p3 +437.34 318.77 0.89 c p3 +433.28 318.45 0.89 c p3 +425.11 318.26 0.89 c p3 +439.53 318.26 0.89 c p3 +423.46 318.28 0.89 c p3 +438.02 327.72 0.89 c p3 +443.16 318.39 0.89 c p3 +438.12 318.26 0.89 c p3 +436.74 318.42 0.89 c p3 +428.92 318.30 0.89 c p3 +434.73 318.27 0.89 c p3 +433.61 318.47 0.89 c p3 +433.52 319.16 0.89 c p3 +431.67 320.59 0.89 c p3 +437.12 318.30 0.89 c p3 +426.99 319.57 0.89 c p3 +423.56 322.32 0.89 c p3 +439.85 318.33 0.89 c p3 +441.86 318.29 0.89 c p3 +424.31 318.28 0.89 c p3 +431.61 318.27 0.89 c p3 +431.77 319.15 0.89 c p3 +436.61 318.97 0.89 c p3 +433.52 319.04 0.89 c p3 +424.00 318.76 0.89 c p3 +423.14 318.62 0.89 c p3 +425.86 318.28 0.89 c p3 +431.36 318.28 0.89 c p3 +435.55 318.26 0.89 c p3 +429.16 321.96 0.89 c p3 +442.77 318.28 0.89 c p3 +431.76 319.06 0.89 c p3 +429.13 338.62 0.89 c p3 +423.11 318.30 0.89 c p3 +429.73 318.28 0.89 c p3 +431.93 318.37 0.89 c p3 +436.47 318.60 0.89 c p3 +443.47 318.29 0.89 c p3 +440.24 318.29 0.89 c p3 +434.86 318.52 0.89 c p3 +441.46 318.77 0.89 c p3 +442.30 318.29 0.89 c p3 +432.99 318.29 0.89 c p3 +491.44 318.29 0.89 c p3 +482.14 319.76 0.89 c p3 +487.72 322.15 0.89 c p3 +484.26 318.26 0.89 c p3 +475.12 320.47 0.89 c p3 +476.38 318.28 0.89 c p3 +487.14 318.26 0.89 c p3 +481.31 318.87 0.89 c p3 +487.39 318.34 0.89 c p3 +476.19 319.21 0.89 c p3 +477.12 381.71 0.89 c p3 +483.18 318.26 0.89 c p3 +481.75 318.51 0.89 c p3 +483.14 350.68 0.89 c p3 +483.17 413.95 0.89 c p3 +487.34 320.01 0.89 c p3 +483.01 318.35 0.89 c p3 +494.65 318.71 0.89 c p3 +485.67 318.37 0.89 c p3 +494.75 318.26 0.89 c p3 +482.65 318.26 0.89 c p3 +480.25 318.27 0.89 c p3 +493.97 328.04 0.89 c p3 +493.22 318.42 0.89 c p3 +475.64 318.26 0.89 c p3 +487.34 318.41 0.89 c p3 +479.91 318.32 0.89 c p3 +484.42 318.27 0.89 c p3 +490.24 318.45 0.89 c p3 +487.57 319.48 0.89 c p3 +489.13 320.14 0.89 c p3 +487.07 318.31 0.89 c p3 +478.44 319.52 0.89 c p3 +481.46 323.42 0.89 c p3 +474.76 318.35 0.89 c p3 +484.32 318.30 0.89 c p3 +476.66 318.28 0.89 c p3 +490.88 318.27 0.89 c p3 +483.50 318.40 0.89 c p3 +482.07 318.91 0.89 c p3 +475.72 318.97 0.89 c p3 +474.77 318.90 0.89 c p3 +481.30 318.53 0.89 c p3 +475.53 318.29 0.89 c p3 +489.05 318.28 0.89 c p3 +481.01 318.26 0.89 c p3 +486.86 321.86 0.89 c p3 +490.81 318.27 0.89 c p3 +475.21 319.00 0.89 c p3 +488.72 343.26 0.89 c p3 +486.01 318.30 0.89 c p3 +483.30 318.28 0.89 c p3 +477.35 318.36 0.89 c p3 +484.86 318.53 0.89 c p3 +493.16 318.30 0.89 c p3 +485.62 318.31 0.89 c p3 +480.52 318.50 0.89 c p3 +484.44 318.68 0.89 c p3 +475.17 318.30 0.89 c p3 +478.43 318.30 0.89 c p3 +532.82 318.29 0.89 c p3 +530.51 319.25 0.89 c p3 +528.31 324.19 0.89 c p3 +534.79 318.28 0.89 c p3 +527.40 321.46 0.89 c p3 +529.58 318.31 0.89 c p3 +529.81 318.26 0.89 c p3 +526.64 318.81 0.89 c p3 +528.64 318.34 0.89 c p3 +542.93 319.21 0.89 c p3 +527.98 370.63 0.89 c p3 +541.87 318.26 0.89 c p3 +542.81 318.50 0.89 c p3 +529.69 355.33 0.89 c p3 +528.16 413.33 0.89 c p3 +530.43 319.72 0.89 c p3 +530.36 318.38 0.89 c p3 +536.16 318.73 0.89 c p3 +543.42 318.47 0.89 c p3 +532.10 318.26 0.89 c p3 +536.64 318.26 0.89 c p3 +533.75 318.28 0.89 c p3 +545.59 329.53 0.89 c p3 +539.27 318.38 0.89 c p3 +540.23 318.26 0.89 c p3 +530.70 318.41 0.89 c p3 +539.86 318.33 0.89 c p3 +537.37 318.27 0.89 c p3 +542.09 318.43 0.89 c p3 +542.64 319.30 0.89 c p3 +530.70 320.55 0.89 c p3 +526.55 318.30 0.89 c p3 +528.52 319.31 0.89 c p3 +540.61 322.41 0.89 c p3 +531.22 318.42 0.89 c p3 +534.96 318.29 0.89 c p3 +541.30 318.27 0.89 c p3 +527.23 318.28 0.89 c p3 +535.23 318.35 0.89 c p3 +527.79 319.11 0.89 c p3 +528.49 318.79 0.89 c p3 +532.07 318.87 0.89 c p3 +539.02 318.37 0.89 c p3 +537.20 318.27 0.89 c p3 +535.71 318.28 0.89 c p3 +539.69 318.26 0.89 c p3 +528.03 322.61 0.89 c p3 +541.73 318.28 0.89 c p3 +542.42 319.29 0.89 c p3 +529.62 340.69 0.89 c p3 +545.54 318.34 0.89 c p3 +545.91 318.28 0.89 c p3 +546.87 318.34 0.89 c p3 +531.34 318.53 0.89 c p3 +533.99 318.27 0.89 c p3 +528.32 318.29 0.89 c p3 +541.93 318.54 0.89 c p3 +532.68 318.76 0.89 c p3 +542.90 318.29 0.89 c p3 +532.88 318.29 0.89 c p3 +587.89 318.29 0.89 c p3 +586.35 319.20 0.89 c p3 +579.25 323.77 0.89 c p3 +587.76 318.26 0.89 c p3 +584.05 321.58 0.89 c p3 +595.18 318.31 0.89 c p3 +578.38 318.26 0.89 c p3 +597.65 318.76 0.89 c p3 +584.11 318.35 0.89 c p3 +584.24 319.11 0.89 c p3 +591.94 365.61 0.89 c p3 +587.06 318.26 0.89 c p3 +584.52 318.47 0.89 c p3 +589.62 354.93 0.89 c p3 +581.40 415.33 0.89 c p3 +597.41 319.69 0.89 c p3 +586.12 318.35 0.89 c p3 +586.20 318.71 0.89 c p3 +590.34 318.44 0.89 c p3 +580.03 318.26 0.89 c p3 +585.43 318.26 0.89 c p3 +597.81 318.28 0.89 c p3 +596.91 329.23 0.89 c p3 +594.06 318.39 0.89 c p3 +586.89 318.26 0.89 c p3 +583.53 318.42 0.89 c p3 +578.35 318.32 0.89 c p3 +594.25 318.27 0.89 c p3 +581.01 318.41 0.89 c p3 +586.96 319.31 0.89 c p3 +597.86 320.54 0.89 c p3 +579.00 318.30 0.89 c p3 +580.01 319.39 0.89 c p3 +593.51 322.45 0.89 c p3 +592.25 318.40 0.89 c p3 +597.22 318.29 0.89 c p3 +588.47 318.27 0.89 c p3 +583.68 318.27 0.89 c p3 +580.43 318.28 0.89 c p3 +585.53 318.97 0.89 c p3 +597.98 318.73 0.89 c p3 +590.41 318.91 0.89 c p3 +578.02 318.40 0.89 c p3 +585.30 318.27 0.89 c p3 +585.13 318.28 0.89 c p3 +588.64 318.26 0.89 c p3 +583.00 321.91 0.89 c p3 +594.61 318.28 0.89 c p3 +596.72 319.14 0.89 c p3 +595.54 341.06 0.89 c p3 +590.76 318.31 0.89 c p3 +590.20 318.28 0.89 c p3 +587.70 318.34 0.89 c p3 +591.59 318.56 0.89 c p3 +590.98 318.27 0.89 c p3 +587.06 318.28 0.89 c p3 +588.69 318.53 0.89 c p3 +595.69 318.83 0.89 c p3 +583.37 318.28 0.89 c p3 +578.06 318.28 0.89 c p3 +636.41 318.31 0.89 c p3 +646.37 319.26 0.89 c p3 +641.95 323.59 0.89 c p3 +645.50 318.26 0.89 c p3 +642.40 322.20 0.89 c p3 +641.98 318.40 0.89 c p3 +649.70 318.26 0.89 c p3 +636.98 318.82 0.89 c p3 +643.93 318.35 0.89 c p3 +650.17 319.19 0.89 c p3 +649.37 366.56 0.89 c p3 +633.15 318.26 0.89 c p3 +638.38 318.66 0.89 c p3 +631.32 353.14 0.89 c p3 +633.77 414.58 0.89 c p3 +633.39 319.66 0.89 c p3 +639.44 318.36 0.89 c p3 +639.76 319.06 0.89 c p3 +646.37 318.66 0.89 c p3 +637.89 318.26 0.89 c p3 +633.36 318.26 0.89 c p3 +631.59 318.29 0.89 c p3 +632.38 329.79 0.89 c p3 +631.71 318.39 0.89 c p3 +638.37 318.26 0.89 c p3 +644.33 318.50 0.89 c p3 +645.28 318.33 0.89 c p3 +640.99 318.27 0.89 c p3 +648.56 318.53 0.89 c p3 +644.40 319.34 0.89 c p3 +633.28 320.81 0.89 c p3 +631.58 318.31 0.89 c p3 +635.81 319.49 0.89 c p3 +633.99 322.51 0.89 c p3 +630.31 318.41 0.89 c p3 +631.44 318.29 0.89 c p3 +649.95 318.27 0.89 c p3 +646.99 318.28 0.89 c p3 +637.55 318.34 0.89 c p3 +647.64 319.55 0.89 c p3 +634.42 319.23 0.89 c p3 +649.67 318.82 0.89 c p3 +635.48 318.62 0.89 c p3 +647.75 318.27 0.89 c p3 +636.10 318.28 0.89 c p3 +645.24 318.26 0.89 c p3 +634.67 323.29 0.89 c p3 +637.43 318.28 0.89 c p3 +643.85 319.24 0.89 c p3 +646.72 341.27 0.89 c p3 +644.25 318.32 0.89 c p3 +638.53 318.28 0.89 c p3 +636.45 318.41 0.89 c p3 +638.59 318.55 0.89 c p3 +642.23 318.27 0.89 c p3 +639.72 318.29 0.89 c p3 +633.68 318.54 0.89 c p3 +643.97 318.93 0.89 c p3 +643.34 318.27 0.89 c p3 +630.64 318.28 0.89 c p3 +118.86 318.30 0.89 c p3 +125.57 319.08 0.89 c p3 +121.92 325.96 0.89 c p3 +116.75 318.30 0.89 c p3 +124.88 320.98 0.89 c p3 +125.24 318.30 0.89 c p3 +119.08 318.26 0.89 c p3 +127.12 318.87 0.89 c p3 +127.02 318.35 0.89 c p3 +129.38 319.21 0.89 c p3 +127.05 358.69 0.89 c p3 +113.78 318.26 0.89 c p3 +132.87 318.48 0.89 c p3 +122.70 356.69 0.89 c p3 +126.87 414.91 0.89 c p3 +130.45 319.77 0.89 c p3 +113.65 318.37 0.89 c p3 +116.53 318.67 0.89 c p3 +132.93 318.42 0.89 c p3 +125.11 318.26 0.89 c p3 +125.12 318.26 0.89 c p3 +122.42 318.28 0.89 c p3 +125.55 328.43 0.89 c p3 +133.43 318.39 0.89 c p3 +119.70 318.26 0.89 c p3 +125.87 318.39 0.89 c p3 +124.89 318.37 0.89 c p3 +130.53 318.28 0.89 c p3 +127.05 318.37 0.89 c p3 +132.79 319.53 0.89 c p3 +130.60 320.61 0.89 c p3 +119.17 318.32 0.89 c p3 +130.52 319.43 0.89 c p3 +124.91 321.97 0.89 c p3 +129.46 318.44 0.89 c p3 +124.90 318.30 0.89 c p3 +129.87 318.27 0.89 c p3 +118.78 318.27 0.89 c p3 +128.82 318.35 0.89 c p3 +130.17 318.94 0.89 c p3 +115.34 318.64 0.89 c p3 +129.94 319.04 0.89 c p3 +132.03 318.38 0.89 c p3 +133.92 318.28 0.89 c p3 +118.46 318.28 0.89 c p3 +120.21 318.26 0.89 c p3 +119.31 322.07 0.89 c p3 +128.42 318.27 0.89 c p3 +128.13 319.25 0.89 c p3 +127.43 340.02 0.89 c p3 +117.86 318.31 0.89 c p3 +124.24 318.27 0.89 c p3 +124.69 318.33 0.89 c p3 +127.47 318.50 0.89 c p3 +121.48 318.27 0.89 c p3 +128.79 318.29 0.89 c p3 +127.73 318.62 0.89 c p3 +125.63 318.76 0.89 c p3 +115.27 318.27 0.89 c p3 +127.68 318.29 0.89 c p3 +177.68 318.29 0.89 c p3 +176.05 319.13 0.89 c p3 +168.63 326.29 0.89 c p3 +169.67 318.26 0.89 c p3 +183.75 320.69 0.89 c p3 +180.26 318.29 0.89 c p3 +178.47 318.26 0.89 c p3 +181.15 318.82 0.89 c p3 +175.80 318.35 0.89 c p3 +174.56 319.22 0.89 c p3 +170.01 359.03 0.89 c p3 +168.47 318.26 0.89 c p3 +169.36 318.50 0.89 c p3 +181.26 353.34 0.89 c p3 +179.55 418.71 0.89 c p3 +178.94 319.57 0.89 c p3 +168.74 318.33 0.89 c p3 +179.83 318.71 0.89 c p3 +178.73 318.45 0.89 c p3 +183.95 318.26 0.89 c p3 +170.55 318.26 0.89 c p3 +174.10 318.28 0.89 c p3 +172.10 328.62 0.89 c p3 +170.35 318.39 0.89 c p3 +179.40 318.26 0.89 c p3 +183.52 318.38 0.89 c p3 +178.25 318.38 0.89 c p3 +183.30 318.28 0.89 c p3 +174.46 318.36 0.89 c p3 +173.18 319.48 0.89 c p3 +173.65 320.02 0.89 c p3 +174.71 318.32 0.89 c p3 +180.95 319.48 0.89 c p3 +180.53 321.65 0.89 c p3 +165.91 318.45 0.89 c p3 +176.16 318.30 0.89 c p3 +169.79 318.27 0.89 c p3 +171.02 318.28 0.89 c p3 +166.10 318.53 0.89 c p3 +172.51 318.93 0.89 c p3 +185.02 318.67 0.89 c p3 +177.82 318.93 0.89 c p3 +172.82 318.37 0.89 c p3 +179.68 318.27 0.89 c p3 +166.25 318.28 0.89 c p3 +182.99 318.26 0.89 c p3 +176.25 321.77 0.89 c p3 +184.38 318.28 0.89 c p3 +169.68 319.22 0.89 c p3 +170.32 340.00 0.89 c p3 +172.93 318.32 0.89 c p3 +165.88 318.28 0.89 c p3 +173.06 318.32 0.89 c p3 +180.95 318.44 0.89 c p3 +183.08 318.27 0.89 c p3 +172.75 318.29 0.89 c p3 +171.26 318.56 0.89 c p3 +179.15 318.70 0.89 c p3 +180.78 318.29 0.89 c p3 +175.48 318.29 0.89 c p3 +230.45 318.31 0.89 c p3 +230.56 319.18 0.89 c p3 +229.80 327.05 0.89 c p3 +231.18 318.36 0.89 c p3 +223.75 322.19 0.89 c p3 +218.46 318.34 0.89 c p3 +220.38 318.27 0.89 c p3 +218.86 318.88 0.89 c p3 +219.00 318.33 0.89 c p3 +219.87 319.35 0.89 c p3 +223.34 351.62 0.89 c p3 +223.51 318.26 0.89 c p3 +220.46 318.54 0.89 c p3 +223.01 348.43 0.89 c p3 +218.97 411.86 0.89 c p3 +221.41 319.44 0.89 c p3 +219.37 318.38 0.89 c p3 +227.52 318.84 0.89 c p3 +222.68 318.49 0.89 c p3 +231.18 318.26 0.89 c p3 +231.63 318.26 0.89 c p3 +230.10 318.29 0.89 c p3 +228.65 330.11 0.89 c p3 +234.47 318.40 0.89 c p3 +230.37 318.26 0.89 c p3 +231.99 318.45 0.89 c p3 +218.36 318.40 0.89 c p3 +221.24 318.29 0.89 c p3 +234.27 318.42 0.89 c p3 +221.03 319.54 0.89 c p3 +223.25 320.56 0.89 c p3 +216.59 318.34 0.89 c p3 +229.05 319.51 0.89 c p3 +223.22 321.82 0.89 c p3 +221.85 318.48 0.89 c p3 +230.85 318.30 0.89 c p3 +235.29 318.28 0.89 c p3 +229.46 318.28 0.89 c p3 +216.88 318.33 0.89 c p3 +235.52 319.36 0.89 c p3 +232.71 318.97 0.89 c p3 +223.21 319.01 0.89 c p3 +228.15 318.44 0.89 c p3 +222.35 318.28 0.89 c p3 +223.09 318.28 0.89 c p3 +233.02 318.26 0.89 c p3 +216.62 323.32 0.89 c p3 +227.21 318.29 0.89 c p3 +235.54 319.32 0.89 c p3 +231.57 339.50 0.89 c p3 +227.81 318.31 0.89 c p3 +235.20 318.27 0.89 c p3 +219.80 318.35 0.89 c p3 +232.70 318.49 0.89 c p3 +231.86 318.27 0.89 c p3 +218.67 318.30 0.89 c p3 +233.80 318.65 0.89 c p3 +217.33 318.97 0.89 c p3 +226.92 318.26 0.89 c p3 +217.63 318.30 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +682.08 318.52 0.89 c p3 +692.13 326.35 0.89 c p3 +699.35 318.73 0.89 c p3 +699.46 318.26 0.89 c p3 +689.62 323.07 0.89 c p3 +682.97 318.29 0.89 c p3 +696.00 318.26 0.89 c p3 +695.34 318.49 0.89 c p3 +692.05 318.31 0.89 c p3 +686.98 318.49 0.89 c p3 +701.54 497.28 0.89 c p3 +688.90 318.28 0.89 c p3 +694.52 318.37 0.89 c p3 +698.14 359.85 0.89 c p3 +700.00 383.86 0.89 c p3 +681.85 319.03 0.89 c p3 +689.14 318.28 0.89 c p3 +685.10 318.68 0.89 c p3 +682.76 318.46 0.89 c p3 +681.61 318.26 0.89 c p3 +687.38 318.26 0.89 c p3 +684.65 318.26 0.89 c p3 +700.73 321.74 0.89 c p3 +696.85 318.38 0.89 c p3 +694.28 318.26 0.89 c p3 +683.32 318.59 0.89 c p3 +698.42 318.72 0.89 c p3 +688.33 318.35 0.89 c p3 +684.42 318.31 0.89 c p3 +689.48 318.61 0.89 c p3 +690.26 321.56 0.89 c p3 +686.37 319.00 0.89 c p3 +689.19 319.08 0.89 c p3 +698.88 321.32 0.89 c p3 +695.10 318.35 0.89 c p3 +694.67 318.27 0.89 c p3 +701.31 318.26 0.89 c p3 +699.82 318.28 0.89 c p3 +684.76 318.32 0.89 c p3 +686.51 318.94 0.89 c p3 +694.40 319.19 0.89 c p3 +686.16 319.66 0.89 c p3 +688.33 318.29 0.89 c p3 +690.78 318.27 0.89 c p3 +683.82 318.26 0.89 c p3 +683.47 318.26 0.89 c p3 +684.64 321.53 0.89 c p3 +698.11 318.27 0.89 c p3 +684.92 318.45 0.89 c p3 +694.03 332.35 0.89 c p3 +696.06 318.40 0.89 c p3 +689.72 318.33 0.89 c p3 +683.19 318.28 0.89 c p3 +696.73 318.92 0.89 c p3 +682.30 318.28 0.89 c p3 +695.84 319.11 0.89 c p3 +681.58 318.68 0.89 c p3 +682.38 318.96 0.89 c p3 +700.67 318.27 0.89 c p3 +691.71 318.79 0.89 c p3 +739.66 318.65 0.89 c p3 +733.76 325.55 0.89 c p3 +742.21 318.63 0.89 c p3 +741.77 318.29 0.89 c p3 +734.26 320.25 0.89 c p3 +733.05 318.28 0.89 c p3 +740.60 318.26 0.89 c p3 +745.90 318.50 0.89 c p3 +742.08 318.33 0.89 c p3 +745.32 318.40 0.89 c p3 +738.35 500.05 0.89 c p3 +751.58 318.27 0.89 c p3 +743.60 318.37 0.89 c p3 +743.47 358.51 0.89 c p3 +735.77 396.28 0.89 c p3 +738.97 319.18 0.89 c p3 +746.13 318.29 0.89 c p3 +745.08 318.51 0.89 c p3 +743.86 318.54 0.89 c p3 +748.21 318.26 0.89 c p3 +734.49 318.26 0.89 c p3 +741.77 318.26 0.89 c p3 +744.02 321.42 0.89 c p3 +742.80 318.36 0.89 c p3 +751.44 318.26 0.89 c p3 +740.22 318.48 0.89 c p3 +732.89 318.73 0.89 c p3 +733.66 318.35 0.89 c p3 +735.50 318.29 0.89 c p3 +736.61 318.50 0.89 c p3 +753.17 324.68 0.89 c p3 +746.67 319.11 0.89 c p3 +734.35 318.83 0.89 c p3 +739.44 321.24 0.89 c p3 +736.96 318.36 0.89 c p3 +748.40 318.27 0.89 c p3 +747.22 318.26 0.89 c p3 +735.68 318.28 0.89 c p3 +740.52 318.31 0.89 c p3 +737.45 318.66 0.89 c p3 +733.48 318.81 0.89 c p3 +743.82 319.35 0.89 c p3 +744.31 318.29 0.89 c p3 +735.23 318.27 0.89 c p3 +739.48 318.26 0.89 c p3 +745.57 318.26 0.89 c p3 +752.90 319.91 0.89 c p3 +746.25 318.27 0.89 c p3 +740.75 318.40 0.89 c p3 +741.58 332.86 0.89 c p3 +747.12 318.49 0.89 c p3 +743.59 318.36 0.89 c p3 +738.12 318.27 0.89 c p3 +735.16 319.09 0.89 c p3 +753.48 318.29 0.89 c p3 +746.96 319.35 0.89 c p3 +743.10 318.84 0.89 c p3 +739.73 318.61 0.89 c p3 +742.96 318.28 0.89 c p3 +742.74 319.26 0.89 c p3 +795.99 318.53 0.89 c p3 +785.95 325.64 0.89 c p3 +798.75 318.73 0.89 c p3 +801.24 318.31 0.89 c p3 +787.90 319.86 0.89 c p3 +792.47 318.28 0.89 c p3 +802.80 318.26 0.89 c p3 +790.93 318.48 0.89 c p3 +786.50 318.33 0.89 c p3 +799.25 318.42 0.89 c p3 +805.05 496.77 0.89 c p3 +785.53 318.27 0.89 c p3 +802.22 318.37 0.89 c p3 +803.86 362.83 0.89 c p3 +802.32 395.29 0.89 c p3 +798.98 319.20 0.89 c p3 +797.32 318.29 0.89 c p3 +803.78 318.47 0.89 c p3 +792.76 318.48 0.89 c p3 +796.94 318.26 0.89 c p3 +791.64 318.26 0.89 c p3 +803.90 318.26 0.89 c p3 +802.22 321.57 0.89 c p3 +795.62 318.35 0.89 c p3 +787.53 318.26 0.89 c p3 +789.36 318.48 0.89 c p3 +794.28 318.83 0.89 c p3 +785.00 318.37 0.89 c p3 +785.36 318.29 0.89 c p3 +793.18 318.50 0.89 c p3 +801.33 324.61 0.89 c p3 +788.68 319.28 0.89 c p3 +805.07 318.88 0.89 c p3 +787.32 321.27 0.89 c p3 +788.40 318.36 0.89 c p3 +793.54 318.27 0.89 c p3 +795.55 318.26 0.89 c p3 +796.25 318.28 0.89 c p3 +787.39 318.31 0.89 c p3 +796.12 318.61 0.89 c p3 +787.74 318.76 0.89 c p3 +794.07 319.61 0.89 c p3 +788.76 318.28 0.89 c p3 +786.10 318.27 0.89 c p3 +804.22 318.26 0.89 c p3 +799.18 318.26 0.89 c p3 +784.84 319.83 0.89 c p3 +800.16 318.27 0.89 c p3 +798.14 318.41 0.89 c p3 +798.47 332.11 0.89 c p3 +785.27 318.48 0.89 c p3 +788.02 318.36 0.89 c p3 +798.79 318.27 0.89 c p3 +784.80 319.09 0.89 c p3 +803.17 318.28 0.89 c p3 +799.33 319.41 0.89 c p3 +790.87 318.89 0.89 c p3 +789.97 318.53 0.89 c p3 +792.70 318.28 0.89 c p3 +803.95 319.26 0.89 c p3 +852.68 318.93 0.89 c p3 +846.57 322.22 0.89 c p3 +855.58 318.97 0.89 c p3 +846.99 318.36 0.89 c p3 +855.35 320.69 0.89 c p3 +852.26 318.30 0.89 c p3 +850.65 318.26 0.89 c p3 +841.21 318.53 0.89 c p3 +854.40 318.35 0.89 c p3 +856.25 318.60 0.89 c p3 +846.63 519.69 0.89 c p3 +856.50 318.26 0.89 c p3 +849.02 318.40 0.89 c p3 +838.98 372.78 0.89 c p3 +839.20 396.91 0.89 c p3 +850.22 319.32 0.89 c p3 +845.67 318.31 0.89 c p3 +838.79 318.66 0.89 c p3 +842.57 318.76 0.89 c p3 +850.20 318.26 0.89 c p3 +846.85 318.26 0.89 c p3 +854.21 318.27 0.89 c p3 +838.53 324.27 0.89 c p3 +840.33 318.37 0.89 c p3 +842.48 318.26 0.89 c p3 +836.35 318.55 0.89 c p3 +839.57 318.99 0.89 c p3 +853.25 318.40 0.89 c p3 +844.32 318.38 0.89 c p3 +852.99 318.50 0.89 c p3 +840.34 325.54 0.89 c p3 +854.04 319.34 0.89 c p3 +841.35 319.38 0.89 c p3 +839.58 321.58 0.89 c p3 +852.65 318.43 0.89 c p3 +847.34 318.29 0.89 c p3 +842.85 318.28 0.89 c p3 +846.55 318.32 0.89 c p3 +855.01 318.34 0.89 c p3 +853.12 319.33 0.89 c p3 +854.90 318.98 0.89 c p3 +839.23 319.12 0.89 c p3 +844.42 318.39 0.89 c p3 +853.11 318.27 0.89 c p3 +846.55 318.27 0.89 c p3 +853.61 318.26 0.89 c p3 +843.54 321.06 0.89 c p3 +844.76 318.29 0.89 c p3 +841.98 318.62 0.89 c p3 +854.11 334.78 0.89 c p3 +850.21 318.36 0.89 c p3 +849.17 318.30 0.89 c p3 +856.48 318.34 0.89 c p3 +847.80 319.05 0.89 c p3 +852.31 318.28 0.89 c p3 +849.60 319.12 0.89 c p3 +841.72 318.91 0.89 c p3 +839.82 318.83 0.89 c p3 +841.17 318.44 0.89 c p3 +856.70 319.39 0.89 c p3 +890.74 318.66 0.89 c p3 +898.92 321.43 0.89 c p3 +889.42 319.47 0.89 c p3 +901.50 318.31 0.89 c p3 +892.01 320.33 0.89 c p3 +897.36 318.28 0.89 c p3 +891.46 318.26 0.89 c p3 +905.58 318.52 0.89 c p3 +890.20 318.35 0.89 c p3 +903.92 318.60 0.89 c p3 +906.00 488.32 0.89 c p3 +889.42 318.26 0.89 c p3 +896.39 318.37 0.89 c p3 +895.41 373.18 0.89 c p3 +893.36 396.82 0.89 c p3 +890.31 319.36 0.89 c p3 +902.39 318.31 0.89 c p3 +888.34 318.55 0.89 c p3 +905.31 318.45 0.89 c p3 +904.63 318.26 0.89 c p3 +907.56 318.26 0.89 c p3 +905.20 318.27 0.89 c p3 +904.59 324.62 0.89 c p3 +889.61 318.35 0.89 c p3 +899.57 318.26 0.89 c p3 +896.04 318.42 0.89 c p3 +899.90 318.84 0.89 c p3 +907.03 318.37 0.89 c p3 +889.10 318.32 0.89 c p3 +894.80 318.71 0.89 c p3 +899.18 324.97 0.89 c p3 +894.71 319.11 0.89 c p3 +890.50 319.45 0.89 c p3 +894.22 321.47 0.89 c p3 +897.74 318.40 0.89 c p3 +902.44 318.29 0.89 c p3 +892.36 318.27 0.89 c p3 +904.93 318.29 0.89 c p3 +894.33 318.44 0.89 c p3 +901.22 318.69 0.89 c p3 +902.02 318.76 0.89 c p3 +888.12 319.29 0.89 c p3 +898.62 318.31 0.89 c p3 +888.76 318.27 0.89 c p3 +892.22 318.27 0.89 c p3 +901.26 318.26 0.89 c p3 +897.97 320.23 0.89 c p3 +907.24 318.28 0.89 c p3 +903.58 318.62 0.89 c p3 +907.06 336.90 0.89 c p3 +888.34 318.35 0.89 c p3 +888.65 318.30 0.89 c p3 +901.78 318.29 0.89 c p3 +891.10 318.92 0.89 c p3 +888.23 318.28 0.89 c p3 +905.16 318.74 0.89 c p3 +895.23 318.92 0.89 c p3 +901.09 318.76 0.89 c p3 +908.03 318.29 0.89 c p3 +890.30 319.17 0.89 c p3 +955.48 318.71 0.89 c p3 +940.29 321.76 0.89 c p3 +956.97 319.59 0.89 c p3 +939.75 318.30 0.89 c p3 +955.45 320.35 0.89 c p3 +942.70 318.30 0.89 c p3 +942.40 318.26 0.89 c p3 +940.66 318.56 0.89 c p3 +949.39 318.35 0.89 c p3 +955.23 318.58 0.89 c p3 +958.89 513.06 0.89 c p3 +943.80 318.26 0.89 c p3 +956.02 318.40 0.89 c p3 +957.98 374.11 0.89 c p3 +941.07 397.41 0.89 c p3 +958.60 319.55 0.89 c p3 +955.94 318.34 0.89 c p3 +945.05 318.66 0.89 c p3 +940.07 318.70 0.89 c p3 +943.56 318.26 0.89 c p3 +947.31 318.26 0.89 c p3 +943.57 318.27 0.89 c p3 +948.25 323.73 0.89 c p3 +954.53 318.38 0.89 c p3 +939.56 318.26 0.89 c p3 +949.05 318.50 0.89 c p3 +946.13 319.22 0.89 c p3 +952.55 318.44 0.89 c p3 +954.93 318.38 0.89 c p3 +959.57 318.62 0.89 c p3 +948.12 326.40 0.89 c p3 +955.76 319.52 0.89 c p3 +951.04 319.38 0.89 c p3 +956.36 321.55 0.89 c p3 +942.31 318.44 0.89 c p3 +958.66 318.28 0.89 c p3 +952.47 318.28 0.89 c p3 +947.60 318.34 0.89 c p3 +948.14 318.48 0.89 c p3 +940.59 319.22 0.89 c p3 +958.79 319.13 0.89 c p3 +956.34 319.40 0.89 c p3 +946.19 318.35 0.89 c p3 +955.10 318.27 0.89 c p3 +940.81 318.27 0.89 c p3 +957.68 318.26 0.89 c p3 +958.02 321.32 0.89 c p3 +953.75 318.28 0.89 c p3 +957.35 318.60 0.89 c p3 +948.10 336.56 0.89 c p3 +952.61 318.37 0.89 c p3 +943.69 318.30 0.89 c p3 +949.13 318.34 0.89 c p3 +952.11 318.99 0.89 c p3 +957.69 318.28 0.89 c p3 +947.51 318.89 0.89 c p3 +941.06 319.05 0.89 c p3 +949.45 318.76 0.89 c p3 +946.84 318.30 0.89 c p3 +945.58 319.45 0.89 c p3 +1007.13 318.44 0.89 c p3 +1002.43 321.56 0.89 c p3 +1009.29 319.10 0.89 c p3 +994.25 318.26 0.89 c p3 +1009.00 320.46 0.89 c p3 +1007.74 318.29 0.89 c p3 +999.40 318.26 0.89 c p3 +994.58 318.46 0.89 c p3 +991.74 318.37 0.89 c p3 +1001.07 318.52 0.89 c p3 +993.31 523.25 0.89 c p3 +994.65 318.26 0.89 c p3 +1004.67 318.35 0.89 c p3 +993.32 377.33 0.89 c p3 +1006.97 382.44 0.89 c p3 +996.02 319.48 0.89 c p3 +992.41 318.34 0.89 c p3 +1004.32 318.53 0.89 c p3 +998.46 318.44 0.89 c p3 +992.59 318.26 0.89 c p3 +1008.15 318.26 0.89 c p3 +995.43 318.27 0.89 c p3 +1005.12 323.26 0.89 c p3 +1002.14 318.35 0.89 c p3 +1007.87 318.26 0.89 c p3 +996.37 318.43 0.89 c p3 +1008.17 319.15 0.89 c p3 +1003.76 318.43 0.89 c p3 +993.55 318.31 0.89 c p3 +1005.73 318.63 0.89 c p3 +998.79 329.99 0.89 c p3 +1010.26 319.55 0.89 c p3 +1004.82 319.42 0.89 c p3 +998.32 321.65 0.89 c p3 +991.20 318.43 0.89 c p3 +1002.62 318.28 0.89 c p3 +999.04 318.27 0.89 c p3 +992.48 318.31 0.89 c p3 +1007.11 318.44 0.89 c p3 +1008.79 318.76 0.89 c p3 +997.71 318.85 0.89 c p3 +1007.35 319.19 0.89 c p3 +1001.97 318.28 0.89 c p3 +998.79 318.26 0.89 c p3 +1005.51 318.27 0.89 c p3 +1008.53 318.26 0.89 c p3 +1009.11 320.18 0.89 c p3 +1007.75 318.30 0.89 c p3 +995.11 318.54 0.89 c p3 +999.16 335.09 0.89 c p3 +991.12 318.34 0.89 c p3 +992.23 318.30 0.89 c p3 +991.91 318.28 0.89 c p3 +993.25 319.13 0.89 c p3 +1006.29 318.27 0.89 c p3 +996.79 318.84 0.89 c p3 +1003.24 319.11 0.89 c p3 +1004.60 318.65 0.89 c p3 +1008.08 318.28 0.89 c p3 +999.00 319.42 0.89 c p3 +1053.88 318.71 0.89 c p3 +1049.54 322.10 0.89 c p3 +1051.86 319.48 0.89 c p3 +1055.73 318.30 0.89 c p3 +1060.69 320.59 0.89 c p3 +1057.34 318.35 0.89 c p3 +1058.03 318.26 0.89 c p3 +1047.16 318.56 0.89 c p3 +1052.38 318.34 0.89 c p3 +1058.51 318.58 0.89 c p3 +1055.26 518.12 0.89 c p3 +1046.38 318.26 0.89 c p3 +1058.95 318.44 0.89 c p3 +1053.70 378.28 0.89 c p3 +1045.16 393.48 0.89 c p3 +1047.01 319.38 0.89 c p3 +1061.49 318.36 0.89 c p3 +1055.48 318.78 0.89 c p3 +1044.66 318.62 0.89 c p3 +1046.59 318.26 0.89 c p3 +1043.82 318.26 0.89 c p3 +1043.36 318.28 0.89 c p3 +1056.69 324.18 0.89 c p3 +1052.22 318.40 0.89 c p3 +1048.78 318.26 0.89 c p3 +1046.94 318.52 0.89 c p3 +1049.09 319.91 0.89 c p3 +1049.96 318.58 0.89 c p3 +1062.89 318.39 0.89 c p3 +1059.56 318.66 0.89 c p3 +1059.45 327.82 0.89 c p3 +1051.21 319.97 0.89 c p3 +1047.25 319.63 0.89 c p3 +1052.98 322.19 0.89 c p3 +1045.56 318.55 0.89 c p3 +1063.13 318.28 0.89 c p3 +1063.31 318.28 0.89 c p3 +1045.72 318.37 0.89 c p3 +1051.78 318.33 0.89 c p3 +1047.50 319.60 0.89 c p3 +1052.35 319.49 0.89 c p3 +1052.65 319.57 0.89 c p3 +1048.44 318.30 0.89 c p3 +1056.74 318.27 0.89 c p3 +1052.47 318.26 0.89 c p3 +1051.01 318.26 0.89 c p3 +1047.94 321.87 0.89 c p3 +1055.31 318.27 0.89 c p3 +1054.17 318.61 0.89 c p3 +1048.23 340.00 0.89 c p3 +1049.37 318.34 0.89 c p3 +1045.51 318.30 0.89 c p3 +1047.19 318.34 0.89 c p3 +1056.53 318.99 0.89 c p3 +1058.25 318.26 0.89 c p3 +1056.50 319.24 0.89 c p3 +1052.58 319.31 0.89 c p3 +1049.79 318.77 0.89 c p3 +1045.20 318.29 0.89 c p3 +1058.42 319.47 0.89 c p3 +1099.06 318.47 0.89 c p3 +1112.77 321.36 0.89 c p3 +1111.12 319.20 0.89 c p3 +1095.88 318.27 0.89 c p3 +1111.17 320.06 0.89 c p3 +1094.46 318.28 0.89 c p3 +1101.63 318.26 0.89 c p3 +1096.17 318.48 0.89 c p3 +1099.65 318.37 0.89 c p3 +1111.13 318.53 0.89 c p3 +1105.40 504.38 0.89 c p3 +1107.84 318.26 0.89 c p3 +1098.30 318.37 0.89 c p3 +1114.26 376.30 0.89 c p3 +1096.29 387.53 0.89 c p3 +1112.20 319.51 0.89 c p3 +1096.00 318.36 0.89 c p3 +1106.41 318.52 0.89 c p3 +1111.01 318.56 0.89 c p3 +1095.36 318.26 0.89 c p3 +1102.51 318.26 0.89 c p3 +1105.91 318.27 0.89 c p3 +1103.76 323.47 0.89 c p3 +1098.69 318.37 0.89 c p3 +1107.89 318.26 0.89 c p3 +1110.47 318.40 0.89 c p3 +1113.63 319.50 0.89 c p3 +1098.25 318.50 0.89 c p3 +1112.38 318.33 0.89 c p3 +1112.37 318.60 0.89 c p3 +1095.06 329.45 0.89 c p3 +1100.16 319.87 0.89 c p3 +1101.82 319.47 0.89 c p3 +1100.79 321.87 0.89 c p3 +1108.10 318.44 0.89 c p3 +1094.63 318.28 0.89 c p3 +1104.43 318.27 0.89 c p3 +1099.67 318.34 0.89 c p3 +1104.42 318.32 0.89 c p3 +1113.50 318.78 0.89 c p3 +1113.77 318.83 0.89 c p3 +1095.35 319.63 0.89 c p3 +1104.60 318.28 0.89 c p3 +1107.91 318.27 0.89 c p3 +1112.06 318.26 0.89 c p3 +1105.51 318.26 0.89 c p3 +1102.62 320.29 0.89 c p3 +1105.47 318.28 0.89 c p3 +1114.34 318.56 0.89 c p3 +1098.18 335.04 0.89 c p3 +1101.73 318.36 0.89 c p3 +1094.39 318.30 0.89 c p3 +1097.32 318.28 0.89 c p3 +1095.06 319.08 0.89 c p3 +1112.17 318.27 0.89 c p3 +1111.63 319.14 0.89 c p3 +1096.07 319.22 0.89 c p3 +1104.87 318.57 0.89 c p3 +1114.57 318.29 0.89 c p3 +1108.37 319.57 0.89 c p3 +1155.98 318.44 0.89 c p3 +1158.36 321.34 0.89 c p3 +1164.97 318.87 0.89 c p3 +1149.70 318.26 0.89 c p3 +1146.96 319.93 0.89 c p3 +1158.45 318.31 0.89 c p3 +1155.38 318.26 0.89 c p3 +1166.52 318.47 0.89 c p3 +1164.75 318.35 0.89 c p3 +1159.40 318.54 0.89 c p3 +1164.75 503.47 0.89 c p3 +1153.34 318.26 0.89 c p3 +1155.04 318.39 0.89 c p3 +1146.33 385.05 0.89 c p3 +1156.76 379.44 0.89 c p3 +1161.13 319.39 0.89 c p3 +1150.89 318.33 0.89 c p3 +1147.68 318.57 0.89 c p3 +1161.14 318.70 0.89 c p3 +1160.36 318.26 0.89 c p3 +1161.28 318.26 0.89 c p3 +1165.14 318.28 0.89 c p3 +1155.89 322.97 0.89 c p3 +1150.06 318.37 0.89 c p3 +1157.80 318.26 0.89 c p3 +1157.04 318.50 0.89 c p3 +1152.29 319.24 0.89 c p3 +1157.97 318.46 0.89 c p3 +1151.71 318.33 0.89 c p3 +1146.47 318.78 0.89 c p3 +1159.95 329.24 0.89 c p3 +1154.67 319.64 0.89 c p3 +1159.04 319.41 0.89 c p3 +1154.78 321.20 0.89 c p3 +1154.05 318.42 0.89 c p3 +1153.47 318.28 0.89 c p3 +1165.79 318.27 0.89 c p3 +1146.35 318.33 0.89 c p3 +1148.40 318.42 0.89 c p3 +1152.75 319.00 0.89 c p3 +1151.96 318.85 0.89 c p3 +1158.53 319.37 0.89 c p3 +1157.52 318.31 0.89 c p3 +1160.69 318.26 0.89 c p3 +1164.80 318.27 0.89 c p3 +1159.21 318.26 0.89 c p3 +1160.16 320.89 0.89 c p3 +1159.78 318.28 0.89 c p3 +1147.79 318.57 0.89 c p3 +1159.24 334.99 0.89 c p3 +1158.36 318.34 0.89 c p3 +1160.86 318.29 0.89 c p3 +1156.91 318.30 0.89 c p3 +1164.82 319.25 0.89 c p3 +1160.74 318.27 0.89 c p3 +1148.53 319.12 0.89 c p3 +1149.02 319.04 0.89 c p3 +1157.63 318.55 0.89 c p3 +1158.90 318.26 0.89 c p3 +1151.05 319.57 0.89 c p3 +1213.78 318.47 0.89 c p3 +1214.35 322.25 0.89 c p3 +1203.63 318.97 0.89 c p3 +1199.18 318.26 0.89 c p3 +1208.79 319.51 0.89 c p3 +1198.48 318.31 0.89 c p3 +1209.77 318.26 0.89 c p3 +1213.95 318.48 0.89 c p3 +1216.32 318.36 0.89 c p3 +1211.04 318.51 0.89 c p3 +1208.42 525.29 0.89 c p3 +1201.71 318.26 0.89 c p3 +1203.97 318.40 0.89 c p3 +1200.70 380.77 0.89 c p3 +1204.96 383.24 0.89 c p3 +1206.40 319.43 0.89 c p3 +1215.48 318.34 0.89 c p3 +1207.62 318.60 0.89 c p3 +1204.94 318.61 0.89 c p3 +1200.33 318.26 0.89 c p3 +1213.51 318.26 0.89 c p3 +1201.95 318.27 0.89 c p3 +1201.89 322.83 0.89 c p3 +1206.90 318.37 0.89 c p3 +1204.67 318.26 0.89 c p3 +1200.39 318.45 0.89 c p3 +1215.77 319.35 0.89 c p3 +1208.75 318.48 0.89 c p3 +1214.29 318.33 0.89 c p3 +1203.34 318.60 0.89 c p3 +1214.31 329.78 0.89 c p3 +1216.09 319.71 0.89 c p3 +1216.80 319.40 0.89 c p3 +1207.67 321.24 0.89 c p3 +1210.80 318.45 0.89 c p3 +1202.64 318.28 0.89 c p3 +1201.38 318.27 0.89 c p3 +1217.66 318.38 0.89 c p3 +1201.71 318.35 0.89 c p3 +1208.88 318.95 0.89 c p3 +1217.20 319.07 0.89 c p3 +1215.58 319.42 0.89 c p3 +1208.10 318.30 0.89 c p3 +1199.00 318.27 0.89 c p3 +1199.30 318.26 0.89 c p3 +1206.75 318.26 0.89 c p3 +1210.09 320.75 0.89 c p3 +1202.41 318.28 0.89 c p3 +1201.77 318.54 0.89 c p3 +1204.23 335.77 0.89 c p3 +1217.94 318.33 0.89 c p3 +1211.40 318.29 0.89 c p3 +1204.41 318.31 0.89 c p3 +1205.47 319.03 0.89 c p3 +1201.26 318.27 0.89 c p3 +1208.59 319.06 0.89 c p3 +1198.64 319.11 0.89 c p3 +1211.75 318.48 0.89 c p3 +1208.34 318.26 0.89 c p3 +1213.36 319.67 0.89 c p3 +1253.12 318.43 0.89 c p3 +1264.95 321.84 0.89 c p3 +1257.59 319.06 0.89 c p3 +1263.60 318.26 0.89 c p3 +1260.69 319.27 0.89 c p3 +1252.18 318.30 0.89 c p3 +1257.88 318.26 0.89 c p3 +1267.25 318.46 0.89 c p3 +1255.56 318.36 0.89 c p3 +1249.22 318.51 0.89 c p3 +1254.02 508.02 0.89 c p3 +1260.31 318.26 0.89 c p3 +1256.57 318.39 0.89 c p3 +1258.58 382.05 0.89 c p3 +1264.94 380.25 0.89 c p3 +1253.73 319.11 0.89 c p3 +1265.85 318.34 0.89 c p3 +1265.69 318.58 0.89 c p3 +1259.91 318.62 0.89 c p3 +1249.74 318.26 0.89 c p3 +1269.70 318.26 0.89 c p3 +1251.89 318.27 0.89 c p3 +1249.72 323.25 0.89 c p3 +1253.98 318.36 0.89 c p3 +1254.87 318.26 0.89 c p3 +1251.79 318.50 0.89 c p3 +1265.74 319.24 0.89 c p3 +1257.07 318.46 0.89 c p3 +1268.51 318.33 0.89 c p3 +1258.61 318.59 0.89 c p3 +1259.14 329.87 0.89 c p3 +1262.33 319.68 0.89 c p3 +1259.47 319.37 0.89 c p3 +1249.65 321.34 0.89 c p3 +1250.25 318.43 0.89 c p3 +1267.14 318.28 0.89 c p3 +1266.80 318.27 0.89 c p3 +1258.23 318.36 0.89 c p3 +1256.57 318.39 0.89 c p3 +1257.34 318.93 0.89 c p3 +1268.95 318.98 0.89 c p3 +1252.27 319.37 0.89 c p3 +1266.36 318.30 0.89 c p3 +1254.96 318.27 0.89 c p3 +1260.99 318.27 0.89 c p3 +1253.56 318.26 0.89 c p3 +1249.65 320.52 0.89 c p3 +1268.31 318.28 0.89 c p3 +1263.22 318.52 0.89 c p3 +1265.31 334.72 0.89 c p3 +1255.45 318.34 0.89 c p3 +1267.57 318.29 0.89 c p3 +1259.11 318.30 0.89 c p3 +1262.12 319.11 0.89 c p3 +1265.11 318.27 0.89 c p3 +1263.50 319.13 0.89 c p3 +1256.57 319.07 0.89 c p3 +1257.40 318.45 0.89 c p3 +1264.88 318.26 0.89 c p3 +1261.01 319.70 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +71.96 318.90 m +0 0.56 l +o +np +71.96 318.27 m +0 -0.01 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 69.38 318.90 m +0 -0.63 l +5.16 0 l +0 0.63 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +69.38 318.38 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +123.60 319.11 m +0 0.66 l +o +np +123.60 318.28 m +0 -0.02 l +o +1 setlinecap +np + 121.02 319.11 m +0 -0.83 l +5.16 0 l +0 0.83 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +121.02 318.38 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +175.23 319.15 m +0 0.87 l +o +np +175.23 318.28 m +0 -0.02 l +o +1 setlinecap +np + 172.65 319.15 m +0 -0.87 l +5.16 0 l +0 0.87 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +172.65 318.38 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +226.86 319.33 m +0 1.23 l +o +np +226.86 318.29 m +0 -0.03 l +o +1 setlinecap +np + 224.28 319.33 m +0 -1.04 l +5.17 0 l +0 1.04 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +224.28 318.41 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +278.50 319.12 m +0 0.79 l +o +np +278.50 318.28 m +0 -0.02 l +o +1 setlinecap +np + 275.92 319.12 m +0 -0.84 l +5.16 0 l +0 0.84 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +275.92 318.41 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +330.13 319.23 m +0 0.93 l +o +np +330.13 318.29 m +0 -0.03 l +o +1 setlinecap +np + 327.55 319.23 m +0 -0.94 l +5.16 0 l +0 0.94 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +327.55 318.42 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +381.77 319.33 m +0 1.09 l +o +np +381.77 318.28 m +0 -0.02 l +o +1 setlinecap +np + 379.18 319.33 m +0 -1.05 l +5.17 0 l +0 1.05 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +379.18 318.41 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +433.40 319.16 m +0 0.41 l +o +np +433.40 318.28 m +0 -0.02 l +o +1 setlinecap +np + 430.82 319.16 m +0 -0.88 l +5.16 0 l +0 0.88 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +430.82 318.40 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +485.03 319.05 m +0 1.09 l +o +np +485.03 318.29 m +0 -0.03 l +o +1 setlinecap +np + 482.45 319.05 m +0 -0.76 l +5.17 0 l +0 0.76 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +482.45 318.38 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +536.67 319.22 m +0 1.33 l +o +np +536.67 318.28 m +0 -0.02 l +o +1 setlinecap +np + 534.09 319.22 m +0 -0.94 l +5.16 0 l +0 0.94 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +534.09 318.38 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +588.30 319.12 m +0 0.57 l +o +np +588.30 318.28 m +0 -0.02 l +o +1 setlinecap +np + 585.72 319.12 m +0 -0.84 l +5.16 0 l +0 0.84 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +585.72 318.39 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +639.93 319.25 m +0 0.41 l +o +np +639.93 318.28 m +0 -0.02 l +o +1 setlinecap +np + 637.35 319.25 m +0 -0.97 l +5.17 0 l +0 0.97 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +637.35 318.41 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +691.57 319.01 m +0 0.65 l +o +np +691.57 318.28 m +0 -0.02 l +o +1 setlinecap +np + 688.99 319.01 m +0 -0.73 l +5.16 0 l +0 0.73 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +688.99 318.46 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +743.20 319.09 m +0 1.16 l +o +np +743.20 318.28 m +0 -0.02 l +o +1 setlinecap +np + 740.62 319.09 m +0 -0.81 l +5.16 0 l +0 0.81 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +740.62 318.44 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +794.84 319.12 m +0 0.74 l +o +np +794.84 318.28 m +0 -0.02 l +o +1 setlinecap +np + 792.25 319.12 m +0 -0.84 l +5.17 0 l +0 0.84 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +792.25 318.45 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +846.47 319.17 m +0 0.22 l +o +np +846.47 318.31 m +0 -0.05 l +o +1 setlinecap +np + 843.89 319.17 m +0 -0.86 l +5.16 0 l +0 0.86 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +843.89 318.52 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +898.10 319.12 m +0 1.21 l +o +np +898.10 318.29 m +0 -0.03 l +o +1 setlinecap +np + 895.52 319.12 m +0 -0.83 l +5.17 0 l +0 0.83 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +895.52 318.45 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +949.74 319.38 m +0 0.97 l +o +np +949.74 318.30 m +0 -0.04 l +o +1 setlinecap +np + 947.16 319.38 m +0 -1.08 l +5.16 0 l +0 1.08 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +947.16 318.53 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1001.37 319.16 m +0 1.30 l +o +np +1001.37 318.28 m +0 -0.02 l +o +1 setlinecap +np + 998.79 319.16 m +0 -0.88 l +5.16 0 l +0 0.88 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +998.79 318.44 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1053.01 319.51 m +0 1.08 l +o +np +1053.01 318.30 m +0 -0.04 l +o +1 setlinecap +np + 1050.42 319.51 m +0 -1.21 l +5.17 0 l +0 1.21 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1050.42 318.57 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1104.64 319.48 m +0 0.81 l +o +np +1104.64 318.28 m +0 -0.02 l +o +1 setlinecap +np + 1102.06 319.48 m +0 -1.20 l +5.16 0 l +0 1.20 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1102.06 318.48 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1156.27 319.28 m +0 0.65 l +o +np +1156.27 318.29 m +0 -0.03 l +o +1 setlinecap +np + 1153.69 319.28 m +0 -0.99 l +5.16 0 l +0 0.99 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1153.69 318.46 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1207.91 319.36 m +0 1.39 l +o +np +1207.91 318.29 m +0 -0.03 l +o +1 setlinecap +np + 1205.32 319.36 m +0 -1.07 l +5.17 0 l +0 1.07 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1205.32 318.47 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1259.54 319.16 m +0 0.54 l +o +np +1259.54 318.29 m +0 -0.03 l +o +1 setlinecap +np + 1256.96 319.16 m +0 -0.87 l +5.16 0 l +0 0.87 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1256.96 318.46 m +5.16 0 l +o +0.00 0.00 1728.00 576.00 cl +40.98 535.64 1290.52 552.85 cl +40.98 535.64 1290.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +40.98 535.64 1249.54 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +665.75 541.01 (Batch1) .5 0 t +40.98 535.64 1290.52 552.85 cl +40.98 535.64 1290.52 552.85 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +71.96 305.16 m +0 2.74 l +o +np +123.60 305.16 m +0 2.74 l +o +np +175.23 305.16 m +0 2.74 l +o +np +226.86 305.16 m +0 2.74 l +o +np +278.50 305.16 m +0 2.74 l +o +np +330.13 305.16 m +0 2.74 l +o +np +381.77 305.16 m +0 2.74 l +o +np +433.40 305.16 m +0 2.74 l +o +np +485.03 305.16 m +0 2.74 l +o +np +536.67 305.16 m +0 2.74 l +o +np +588.30 305.16 m +0 2.74 l +o +np +639.93 305.16 m +0 2.74 l +o +np +691.57 305.16 m +0 2.74 l +o +np +743.20 305.16 m +0 2.74 l +o +np +794.84 305.16 m +0 2.74 l +o +np +846.47 305.16 m +0 2.74 l +o +np +898.10 305.16 m +0 2.74 l +o +np +949.74 305.16 m +0 2.74 l +o +np +1001.37 305.16 m +0 2.74 l +o +np +1053.01 305.16 m +0 2.74 l +o +np +1104.64 305.16 m +0 2.74 l +o +np +1156.27 305.16 m +0 2.74 l +o +np +1207.91 305.16 m +0 2.74 l +o +np +1259.54 305.16 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +78.42 302.97 (Batch1_E_1) 1 90 t +130.06 302.97 (Batch1_E_10) 1 90 t +181.69 302.97 (Batch1_E_11) 1 90 t +233.33 302.97 (Batch1_E_12) 1 90 t +284.96 302.97 (Batch1_E_2) 1 90 t +336.59 302.97 (Batch1_E_3) 1 90 t +388.23 302.97 (Batch1_E_4) 1 90 t +439.86 302.97 (Batch1_E_5) 1 90 t +491.50 302.97 (Batch1_E_6) 1 90 t +543.13 302.97 (Batch1_E_7) 1 90 t +594.76 302.97 (Batch1_E_8) 1 90 t +646.40 302.97 (Batch1_E_9) 1 90 t +698.03 302.97 (Batch1_P_13) 1 90 t +749.66 302.97 (Batch1_P_14) 1 90 t +801.30 302.97 (Batch1_P_15) 1 90 t +852.93 302.97 (Batch1_P_16) 1 90 t +904.57 302.97 (Batch1_P_17) 1 90 t +956.20 302.97 (Batch1_P_18) 1 90 t +1007.83 302.97 (Batch1_P_19) 1 90 t +1059.47 302.97 (Batch1_P_20) 1 90 t +1111.10 302.97 (Batch1_P_21) 1 90 t +1162.73 302.97 (Batch1_P_22) 1 90 t +1214.37 302.97 (Batch1_P_23) 1 90 t +1266.00 302.97 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +36.05 315.03 (0.00) 1 0 t +36.05 395.53 (0.05) 1 0 t +36.05 476.03 (0.10) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.24 318.26 m +2.74 0 l +o +np +38.24 398.76 m +2.74 0 l +o +np +38.24 479.26 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +665.75 238.30 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.71 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +40.98 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1296.00 230.40 r p3 +0.00 0.00 1728.00 576.00 cl +40.98 40.98 87.80 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +40.98 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +40.98 68.77 m +46.82 0 l +o +np +40.98 112.35 m +46.82 0 l +o +np +40.98 155.94 m +46.82 0 l +o +np +52.03 40.98 m +0 131.85 l +o +np +67.76 40.98 m +0 131.85 l +o +np +83.48 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +40.98 46.98 m +46.82 0 l +o +np +40.98 90.56 m +46.82 0 l +o +np +40.98 134.15 m +46.82 0 l +o +np +44.17 40.98 m +0 131.85 l +o +np +59.90 40.98 m +0 131.85 l +o +np +75.62 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +43.11 46.98 2.13 117.68 r p3 +45.24 46.98 2.13 4.36 r p3 +47.37 46.98 2.13 2.18 r p3 +49.49 46.98 2.13 2.18 r p3 +51.62 46.98 2.13 0.00 r p3 +53.75 46.98 2.13 0.00 r p3 +55.88 46.98 2.13 0.00 r p3 +58.01 46.98 2.13 2.18 r p3 +60.13 46.98 2.13 2.18 r p3 +62.26 46.98 2.13 0.00 r p3 +64.39 46.98 2.13 0.00 r p3 +66.52 46.98 2.13 0.00 r p3 +68.64 46.98 2.13 0.00 r p3 +70.77 46.98 2.13 0.00 r p3 +72.90 46.98 2.13 0.00 r p3 +75.03 46.98 2.13 0.00 r p3 +77.16 46.98 2.13 0.00 r p3 +79.28 46.98 2.13 0.00 r p3 +81.41 46.98 2.13 0.00 r p3 +83.54 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +93.28 40.98 140.09 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +93.28 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +93.28 68.77 m +46.81 0 l +o +np +93.28 112.35 m +46.81 0 l +o +np +93.28 155.94 m +46.81 0 l +o +np +104.33 40.98 m +0 131.85 l +o +np +120.05 40.98 m +0 131.85 l +o +np +135.77 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +93.28 46.98 m +46.81 0 l +o +np +93.28 90.56 m +46.81 0 l +o +np +93.28 134.15 m +46.81 0 l +o +np +96.47 40.98 m +0 131.85 l +o +np +112.19 40.98 m +0 131.85 l +o +np +127.91 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +95.40 46.98 2.13 117.68 r p3 +97.53 46.98 2.13 4.36 r p3 +99.66 46.98 2.13 2.18 r p3 +101.79 46.98 2.13 0.00 r p3 +103.91 46.98 2.13 4.36 r p3 +106.04 46.98 2.13 0.00 r p3 +108.17 46.98 2.13 0.00 r p3 +110.30 46.98 2.13 0.00 r p3 +112.43 46.98 2.13 0.00 r p3 +114.55 46.98 2.13 2.18 r p3 +116.68 46.98 2.13 0.00 r p3 +118.81 46.98 2.13 0.00 r p3 +120.94 46.98 2.13 0.00 r p3 +123.07 46.98 2.13 0.00 r p3 +125.19 46.98 2.13 0.00 r p3 +127.32 46.98 2.13 0.00 r p3 +129.45 46.98 2.13 0.00 r p3 +131.58 46.98 2.13 0.00 r p3 +133.70 46.98 2.13 0.00 r p3 +135.83 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +145.57 40.98 192.38 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +145.57 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +145.57 68.77 m +46.81 0 l +o +np +145.57 112.35 m +46.81 0 l +o +np +145.57 155.94 m +46.81 0 l +o +np +156.62 40.98 m +0 131.85 l +o +np +172.34 40.98 m +0 131.85 l +o +np +188.06 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +145.57 46.98 m +46.81 0 l +o +np +145.57 90.56 m +46.81 0 l +o +np +145.57 134.15 m +46.81 0 l +o +np +148.76 40.98 m +0 131.85 l +o +np +164.48 40.98 m +0 131.85 l +o +np +180.20 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +147.70 46.98 2.13 117.68 r p3 +149.82 46.98 2.13 4.36 r p3 +151.95 46.98 2.13 2.18 r p3 +154.08 46.98 2.13 2.18 r p3 +156.21 46.98 2.13 2.18 r p3 +158.33 46.98 2.13 0.00 r p3 +160.46 46.98 2.13 0.00 r p3 +162.59 46.98 2.13 0.00 r p3 +164.72 46.98 2.13 0.00 r p3 +166.85 46.98 2.13 2.18 r p3 +168.97 46.98 2.13 0.00 r p3 +171.10 46.98 2.13 0.00 r p3 +173.23 46.98 2.13 0.00 r p3 +175.36 46.98 2.13 0.00 r p3 +177.49 46.98 2.13 0.00 r p3 +179.61 46.98 2.13 0.00 r p3 +181.74 46.98 2.13 0.00 r p3 +183.87 46.98 2.13 0.00 r p3 +186.00 46.98 2.13 0.00 r p3 +188.12 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +197.86 40.98 244.67 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +197.86 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +197.86 68.77 m +46.81 0 l +o +np +197.86 112.35 m +46.81 0 l +o +np +197.86 155.94 m +46.81 0 l +o +np +208.91 40.98 m +0 131.85 l +o +np +224.63 40.98 m +0 131.85 l +o +np +240.35 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +197.86 46.98 m +46.81 0 l +o +np +197.86 90.56 m +46.81 0 l +o +np +197.86 134.15 m +46.81 0 l +o +np +201.05 40.98 m +0 131.85 l +o +np +216.77 40.98 m +0 131.85 l +o +np +232.49 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +199.99 46.98 2.13 117.68 r p3 +202.12 46.98 2.13 4.36 r p3 +204.24 46.98 2.13 2.18 r p3 +206.37 46.98 2.13 4.36 r p3 +208.50 46.98 2.13 0.00 r p3 +210.63 46.98 2.13 0.00 r p3 +212.75 46.98 2.13 0.00 r p3 +214.88 46.98 2.13 0.00 r p3 +217.01 46.98 2.13 0.00 r p3 +219.14 46.98 2.13 2.18 r p3 +221.27 46.98 2.13 0.00 r p3 +223.39 46.98 2.13 0.00 r p3 +225.52 46.98 2.13 0.00 r p3 +227.65 46.98 2.13 0.00 r p3 +229.78 46.98 2.13 0.00 r p3 +231.91 46.98 2.13 0.00 r p3 +234.03 46.98 2.13 0.00 r p3 +236.16 46.98 2.13 0.00 r p3 +238.29 46.98 2.13 0.00 r p3 +240.42 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +250.15 40.98 296.97 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +250.15 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +250.15 68.77 m +46.82 0 l +o +np +250.15 112.35 m +46.82 0 l +o +np +250.15 155.94 m +46.82 0 l +o +np +261.20 40.98 m +0 131.85 l +o +np +276.93 40.98 m +0 131.85 l +o +np +292.65 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +250.15 46.98 m +46.82 0 l +o +np +250.15 90.56 m +46.82 0 l +o +np +250.15 134.15 m +46.82 0 l +o +np +253.34 40.98 m +0 131.85 l +o +np +269.06 40.98 m +0 131.85 l +o +np +284.79 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +252.28 46.98 2.13 117.68 r p3 +254.41 46.98 2.13 4.36 r p3 +256.54 46.98 2.13 2.18 r p3 +258.66 46.98 2.13 0.00 r p3 +260.79 46.98 2.13 2.18 r p3 +262.92 46.98 2.13 0.00 r p3 +265.05 46.98 2.13 0.00 r p3 +267.18 46.98 2.13 0.00 r p3 +269.30 46.98 2.13 4.36 r p3 +271.43 46.98 2.13 0.00 r p3 +273.56 46.98 2.13 0.00 r p3 +275.69 46.98 2.13 0.00 r p3 +277.81 46.98 2.13 0.00 r p3 +279.94 46.98 2.13 0.00 r p3 +282.07 46.98 2.13 0.00 r p3 +284.20 46.98 2.13 0.00 r p3 +286.33 46.98 2.13 0.00 r p3 +288.45 46.98 2.13 0.00 r p3 +290.58 46.98 2.13 0.00 r p3 +292.71 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +302.44 40.98 349.26 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +302.44 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +302.44 68.77 m +46.82 0 l +o +np +302.44 112.35 m +46.82 0 l +o +np +302.44 155.94 m +46.82 0 l +o +np +313.50 40.98 m +0 131.85 l +o +np +329.22 40.98 m +0 131.85 l +o +np +344.94 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +302.44 46.98 m +46.82 0 l +o +np +302.44 90.56 m +46.82 0 l +o +np +302.44 134.15 m +46.82 0 l +o +np +305.64 40.98 m +0 131.85 l +o +np +321.36 40.98 m +0 131.85 l +o +np +337.08 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +304.57 46.98 2.13 117.68 r p3 +306.70 46.98 2.13 4.36 r p3 +308.83 46.98 2.13 0.00 r p3 +310.96 46.98 2.13 2.18 r p3 +313.08 46.98 2.13 2.18 r p3 +315.21 46.98 2.13 0.00 r p3 +317.34 46.98 2.13 0.00 r p3 +319.47 46.98 2.13 0.00 r p3 +321.60 46.98 2.13 0.00 r p3 +323.72 46.98 2.13 2.18 r p3 +325.85 46.98 2.13 2.18 r p3 +327.98 46.98 2.13 0.00 r p3 +330.11 46.98 2.13 0.00 r p3 +332.23 46.98 2.13 0.00 r p3 +334.36 46.98 2.13 0.00 r p3 +336.49 46.98 2.13 0.00 r p3 +338.62 46.98 2.13 0.00 r p3 +340.75 46.98 2.13 0.00 r p3 +342.87 46.98 2.13 0.00 r p3 +345.00 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +354.74 40.98 401.55 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +354.74 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +354.74 68.77 m +46.81 0 l +o +np +354.74 112.35 m +46.81 0 l +o +np +354.74 155.94 m +46.81 0 l +o +np +365.79 40.98 m +0 131.85 l +o +np +381.51 40.98 m +0 131.85 l +o +np +397.23 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +354.74 46.98 m +46.81 0 l +o +np +354.74 90.56 m +46.81 0 l +o +np +354.74 134.15 m +46.81 0 l +o +np +357.93 40.98 m +0 131.85 l +o +np +373.65 40.98 m +0 131.85 l +o +np +389.37 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +356.86 46.98 2.13 119.86 r p3 +358.99 46.98 2.13 2.18 r p3 +361.12 46.98 2.13 2.18 r p3 +363.25 46.98 2.13 2.18 r p3 +365.38 46.98 2.13 0.00 r p3 +367.50 46.98 2.13 2.18 r p3 +369.63 46.98 2.13 0.00 r p3 +371.76 46.98 2.13 0.00 r p3 +373.89 46.98 2.13 2.18 r p3 +376.02 46.98 2.13 0.00 r p3 +378.14 46.98 2.13 0.00 r p3 +380.27 46.98 2.13 0.00 r p3 +382.40 46.98 2.13 0.00 r p3 +384.53 46.98 2.13 0.00 r p3 +386.65 46.98 2.13 0.00 r p3 +388.78 46.98 2.13 0.00 r p3 +390.91 46.98 2.13 0.00 r p3 +393.04 46.98 2.13 0.00 r p3 +395.17 46.98 2.13 0.00 r p3 +397.29 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +407.03 40.98 453.84 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +407.03 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +407.03 68.77 m +46.81 0 l +o +np +407.03 112.35 m +46.81 0 l +o +np +407.03 155.94 m +46.81 0 l +o +np +418.08 40.98 m +0 131.85 l +o +np +433.80 40.98 m +0 131.85 l +o +np +449.52 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +407.03 46.98 m +46.81 0 l +o +np +407.03 90.56 m +46.81 0 l +o +np +407.03 134.15 m +46.81 0 l +o +np +410.22 40.98 m +0 131.85 l +o +np +425.94 40.98 m +0 131.85 l +o +np +441.66 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +409.16 46.98 2.13 119.86 r p3 +411.29 46.98 2.13 2.18 r p3 +413.41 46.98 2.13 2.18 r p3 +415.54 46.98 2.13 2.18 r p3 +417.67 46.98 2.13 0.00 r p3 +419.80 46.98 2.13 2.18 r p3 +421.92 46.98 2.13 0.00 r p3 +424.05 46.98 2.13 2.18 r p3 +426.18 46.98 2.13 0.00 r p3 +428.31 46.98 2.13 0.00 r p3 +430.44 46.98 2.13 0.00 r p3 +432.56 46.98 2.13 0.00 r p3 +434.69 46.98 2.13 0.00 r p3 +436.82 46.98 2.13 0.00 r p3 +438.95 46.98 2.13 0.00 r p3 +441.08 46.98 2.13 0.00 r p3 +443.20 46.98 2.13 0.00 r p3 +445.33 46.98 2.13 0.00 r p3 +447.46 46.98 2.13 0.00 r p3 +449.59 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +459.32 40.98 506.13 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +459.32 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +459.32 68.77 m +46.81 0 l +o +np +459.32 112.35 m +46.81 0 l +o +np +459.32 155.94 m +46.81 0 l +o +np +470.37 40.98 m +0 131.85 l +o +np +486.09 40.98 m +0 131.85 l +o +np +501.82 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +459.32 46.98 m +46.81 0 l +o +np +459.32 90.56 m +46.81 0 l +o +np +459.32 134.15 m +46.81 0 l +o +np +462.51 40.98 m +0 131.85 l +o +np +478.23 40.98 m +0 131.85 l +o +np +493.96 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +461.45 46.98 2.13 119.86 r p3 +463.58 46.98 2.13 2.18 r p3 +465.71 46.98 2.13 2.18 r p3 +467.83 46.98 2.13 2.18 r p3 +469.96 46.98 2.13 0.00 r p3 +472.09 46.98 2.13 0.00 r p3 +474.22 46.98 2.13 2.18 r p3 +476.34 46.98 2.13 0.00 r p3 +478.47 46.98 2.13 0.00 r p3 +480.60 46.98 2.13 2.18 r p3 +482.73 46.98 2.13 0.00 r p3 +484.86 46.98 2.13 0.00 r p3 +486.98 46.98 2.13 0.00 r p3 +489.11 46.98 2.13 0.00 r p3 +491.24 46.98 2.13 0.00 r p3 +493.37 46.98 2.13 0.00 r p3 +495.50 46.98 2.13 0.00 r p3 +497.62 46.98 2.13 0.00 r p3 +499.75 46.98 2.13 0.00 r p3 +501.88 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +511.61 40.98 558.43 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +511.61 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +511.61 68.77 m +46.82 0 l +o +np +511.61 112.35 m +46.82 0 l +o +np +511.61 155.94 m +46.82 0 l +o +np +522.67 40.98 m +0 131.85 l +o +np +538.39 40.98 m +0 131.85 l +o +np +554.11 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +511.61 46.98 m +46.82 0 l +o +np +511.61 90.56 m +46.82 0 l +o +np +511.61 134.15 m +46.82 0 l +o +np +514.81 40.98 m +0 131.85 l +o +np +530.53 40.98 m +0 131.85 l +o +np +546.25 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +513.74 46.98 2.13 117.68 r p3 +515.87 46.98 2.13 4.36 r p3 +518.00 46.98 2.13 2.18 r p3 +520.13 46.98 2.13 2.18 r p3 +522.25 46.98 2.13 0.00 r p3 +524.38 46.98 2.13 2.18 r p3 +526.51 46.98 2.13 0.00 r p3 +528.64 46.98 2.13 0.00 r p3 +530.76 46.98 2.13 0.00 r p3 +532.89 46.98 2.13 2.18 r p3 +535.02 46.98 2.13 0.00 r p3 +537.15 46.98 2.13 0.00 r p3 +539.28 46.98 2.13 0.00 r p3 +541.40 46.98 2.13 0.00 r p3 +543.53 46.98 2.13 0.00 r p3 +545.66 46.98 2.13 0.00 r p3 +547.79 46.98 2.13 0.00 r p3 +549.92 46.98 2.13 0.00 r p3 +552.04 46.98 2.13 0.00 r p3 +554.17 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +563.91 40.98 610.72 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +563.91 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +563.91 68.77 m +46.81 0 l +o +np +563.91 112.35 m +46.81 0 l +o +np +563.91 155.94 m +46.81 0 l +o +np +574.96 40.98 m +0 131.85 l +o +np +590.68 40.98 m +0 131.85 l +o +np +606.40 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +563.91 46.98 m +46.81 0 l +o +np +563.91 90.56 m +46.81 0 l +o +np +563.91 134.15 m +46.81 0 l +o +np +567.10 40.98 m +0 131.85 l +o +np +582.82 40.98 m +0 131.85 l +o +np +598.54 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +566.03 46.98 2.13 117.68 r p3 +568.16 46.98 2.13 4.36 r p3 +570.29 46.98 2.13 2.18 r p3 +572.42 46.98 2.13 2.18 r p3 +574.55 46.98 2.13 2.18 r p3 +576.67 46.98 2.13 0.00 r p3 +578.80 46.98 2.13 0.00 r p3 +580.93 46.98 2.13 0.00 r p3 +583.06 46.98 2.13 0.00 r p3 +585.19 46.98 2.13 2.18 r p3 +587.31 46.98 2.13 0.00 r p3 +589.44 46.98 2.13 0.00 r p3 +591.57 46.98 2.13 0.00 r p3 +593.70 46.98 2.13 0.00 r p3 +595.82 46.98 2.13 0.00 r p3 +597.95 46.98 2.13 0.00 r p3 +600.08 46.98 2.13 0.00 r p3 +602.21 46.98 2.13 0.00 r p3 +604.34 46.98 2.13 0.00 r p3 +606.46 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +616.20 40.98 663.01 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +616.20 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +616.20 68.77 m +46.81 0 l +o +np +616.20 112.35 m +46.81 0 l +o +np +616.20 155.94 m +46.81 0 l +o +np +627.25 40.98 m +0 131.85 l +o +np +642.97 40.98 m +0 131.85 l +o +np +658.69 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +616.20 46.98 m +46.81 0 l +o +np +616.20 90.56 m +46.81 0 l +o +np +616.20 134.15 m +46.81 0 l +o +np +619.39 40.98 m +0 131.85 l +o +np +635.11 40.98 m +0 131.85 l +o +np +650.83 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +618.33 46.98 2.13 119.86 r p3 +620.45 46.98 2.13 2.18 r p3 +622.58 46.98 2.13 2.18 r p3 +624.71 46.98 2.13 2.18 r p3 +626.84 46.98 2.13 2.18 r p3 +628.97 46.98 2.13 0.00 r p3 +631.09 46.98 2.13 0.00 r p3 +633.22 46.98 2.13 0.00 r p3 +635.35 46.98 2.13 0.00 r p3 +637.48 46.98 2.13 2.18 r p3 +639.61 46.98 2.13 0.00 r p3 +641.73 46.98 2.13 0.00 r p3 +643.86 46.98 2.13 0.00 r p3 +645.99 46.98 2.13 0.00 r p3 +648.12 46.98 2.13 0.00 r p3 +650.24 46.98 2.13 0.00 r p3 +652.37 46.98 2.13 0.00 r p3 +654.50 46.98 2.13 0.00 r p3 +656.63 46.98 2.13 0.00 r p3 +658.76 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +668.49 40.98 715.30 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +668.49 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +668.49 68.77 m +46.81 0 l +o +np +668.49 112.35 m +46.81 0 l +o +np +668.49 155.94 m +46.81 0 l +o +np +679.54 40.98 m +0 131.85 l +o +np +695.26 40.98 m +0 131.85 l +o +np +710.99 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +668.49 46.98 m +46.81 0 l +o +np +668.49 90.56 m +46.81 0 l +o +np +668.49 134.15 m +46.81 0 l +o +np +671.68 40.98 m +0 131.85 l +o +np +687.40 40.98 m +0 131.85 l +o +np +703.13 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +670.62 46.98 2.13 119.86 r p3 +672.75 46.98 2.13 4.36 r p3 +674.87 46.98 2.13 0.00 r p3 +677.00 46.98 2.13 0.00 r p3 +679.13 46.98 2.13 2.18 r p3 +681.26 46.98 2.13 0.00 r p3 +683.39 46.98 2.13 2.18 r p3 +685.51 46.98 2.13 0.00 r p3 +687.64 46.98 2.13 0.00 r p3 +689.77 46.98 2.13 0.00 r p3 +691.90 46.98 2.13 0.00 r p3 +694.03 46.98 2.13 0.00 r p3 +696.15 46.98 2.13 0.00 r p3 +698.28 46.98 2.13 0.00 r p3 +700.41 46.98 2.13 0.00 r p3 +702.54 46.98 2.13 0.00 r p3 +704.66 46.98 2.13 2.18 r p3 +706.79 46.98 2.13 0.00 r p3 +708.92 46.98 2.13 0.00 r p3 +711.05 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +720.78 40.98 767.60 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +720.78 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +720.78 68.77 m +46.82 0 l +o +np +720.78 112.35 m +46.82 0 l +o +np +720.78 155.94 m +46.82 0 l +o +np +731.84 40.98 m +0 131.85 l +o +np +747.56 40.98 m +0 131.85 l +o +np +763.28 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +720.78 46.98 m +46.82 0 l +o +np +720.78 90.56 m +46.82 0 l +o +np +720.78 134.15 m +46.82 0 l +o +np +723.98 40.98 m +0 131.85 l +o +np +739.70 40.98 m +0 131.85 l +o +np +755.42 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +722.91 46.98 2.13 117.68 r p3 +725.04 46.98 2.13 6.54 r p3 +727.17 46.98 2.13 0.00 r p3 +729.30 46.98 2.13 0.00 r p3 +731.42 46.98 2.13 2.18 r p3 +733.55 46.98 2.13 0.00 r p3 +735.68 46.98 2.13 0.00 r p3 +737.81 46.98 2.13 2.18 r p3 +739.93 46.98 2.13 0.00 r p3 +742.06 46.98 2.13 0.00 r p3 +744.19 46.98 2.13 0.00 r p3 +746.32 46.98 2.13 0.00 r p3 +748.45 46.98 2.13 0.00 r p3 +750.57 46.98 2.13 0.00 r p3 +752.70 46.98 2.13 0.00 r p3 +754.83 46.98 2.13 0.00 r p3 +756.96 46.98 2.13 0.00 r p3 +759.09 46.98 2.13 2.18 r p3 +761.21 46.98 2.13 0.00 r p3 +763.34 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +773.08 40.98 819.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +773.08 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +773.08 68.77 m +46.81 0 l +o +np +773.08 112.35 m +46.81 0 l +o +np +773.08 155.94 m +46.81 0 l +o +np +784.13 40.98 m +0 131.85 l +o +np +799.85 40.98 m +0 131.85 l +o +np +815.57 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +773.08 46.98 m +46.81 0 l +o +np +773.08 90.56 m +46.81 0 l +o +np +773.08 134.15 m +46.81 0 l +o +np +776.27 40.98 m +0 131.85 l +o +np +791.99 40.98 m +0 131.85 l +o +np +807.71 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +775.20 46.98 2.13 117.68 r p3 +777.33 46.98 2.13 6.54 r p3 +779.46 46.98 2.13 0.00 r p3 +781.59 46.98 2.13 0.00 r p3 +783.72 46.98 2.13 2.18 r p3 +785.84 46.98 2.13 0.00 r p3 +787.97 46.98 2.13 0.00 r p3 +790.10 46.98 2.13 2.18 r p3 +792.23 46.98 2.13 0.00 r p3 +794.35 46.98 2.13 0.00 r p3 +796.48 46.98 2.13 0.00 r p3 +798.61 46.98 2.13 0.00 r p3 +800.74 46.98 2.13 0.00 r p3 +802.87 46.98 2.13 0.00 r p3 +804.99 46.98 2.13 0.00 r p3 +807.12 46.98 2.13 0.00 r p3 +809.25 46.98 2.13 2.18 r p3 +811.38 46.98 2.13 0.00 r p3 +813.51 46.98 2.13 0.00 r p3 +815.63 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +825.37 40.98 872.18 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +825.37 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +825.37 68.77 m +46.81 0 l +o +np +825.37 112.35 m +46.81 0 l +o +np +825.37 155.94 m +46.81 0 l +o +np +836.42 40.98 m +0 131.85 l +o +np +852.14 40.98 m +0 131.85 l +o +np +867.86 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +825.37 46.98 m +46.81 0 l +o +np +825.37 90.56 m +46.81 0 l +o +np +825.37 134.15 m +46.81 0 l +o +np +828.56 40.98 m +0 131.85 l +o +np +844.28 40.98 m +0 131.85 l +o +np +860.00 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +827.50 46.98 2.13 117.68 r p3 +829.62 46.98 2.13 4.36 r p3 +831.75 46.98 2.13 2.18 r p3 +833.88 46.98 2.13 0.00 r p3 +836.01 46.98 2.13 0.00 r p3 +838.14 46.98 2.13 2.18 r p3 +840.26 46.98 2.13 0.00 r p3 +842.39 46.98 2.13 2.18 r p3 +844.52 46.98 2.13 0.00 r p3 +846.65 46.98 2.13 0.00 r p3 +848.77 46.98 2.13 0.00 r p3 +850.90 46.98 2.13 0.00 r p3 +853.03 46.98 2.13 0.00 r p3 +855.16 46.98 2.13 0.00 r p3 +857.29 46.98 2.13 0.00 r p3 +859.41 46.98 2.13 0.00 r p3 +861.54 46.98 2.13 0.00 r p3 +863.67 46.98 2.13 0.00 r p3 +865.80 46.98 2.13 2.18 r p3 +867.93 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +877.66 40.98 924.47 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +877.66 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +877.66 68.77 m +46.81 0 l +o +np +877.66 112.35 m +46.81 0 l +o +np +877.66 155.94 m +46.81 0 l +o +np +888.71 40.98 m +0 131.85 l +o +np +904.43 40.98 m +0 131.85 l +o +np +920.16 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +877.66 46.98 m +46.81 0 l +o +np +877.66 90.56 m +46.81 0 l +o +np +877.66 134.15 m +46.81 0 l +o +np +880.85 40.98 m +0 131.85 l +o +np +896.57 40.98 m +0 131.85 l +o +np +912.29 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +879.79 46.98 2.13 117.68 r p3 +881.92 46.98 2.13 4.36 r p3 +884.04 46.98 2.13 2.18 r p3 +886.17 46.98 2.13 0.00 r p3 +888.30 46.98 2.13 0.00 r p3 +890.43 46.98 2.13 2.18 r p3 +892.56 46.98 2.13 0.00 r p3 +894.68 46.98 2.13 2.18 r p3 +896.81 46.98 2.13 0.00 r p3 +898.94 46.98 2.13 0.00 r p3 +901.07 46.98 2.13 0.00 r p3 +903.20 46.98 2.13 0.00 r p3 +905.32 46.98 2.13 0.00 r p3 +907.45 46.98 2.13 0.00 r p3 +909.58 46.98 2.13 0.00 r p3 +911.71 46.98 2.13 0.00 r p3 +913.83 46.98 2.13 2.18 r p3 +915.96 46.98 2.13 0.00 r p3 +918.09 46.98 2.13 0.00 r p3 +920.22 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +929.95 40.98 976.77 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +929.95 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +929.95 68.77 m +46.82 0 l +o +np +929.95 112.35 m +46.82 0 l +o +np +929.95 155.94 m +46.82 0 l +o +np +941.01 40.98 m +0 131.85 l +o +np +956.73 40.98 m +0 131.85 l +o +np +972.45 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +929.95 46.98 m +46.82 0 l +o +np +929.95 90.56 m +46.82 0 l +o +np +929.95 134.15 m +46.82 0 l +o +np +933.15 40.98 m +0 131.85 l +o +np +948.87 40.98 m +0 131.85 l +o +np +964.59 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +932.08 46.98 2.13 117.68 r p3 +934.21 46.98 2.13 4.36 r p3 +936.34 46.98 2.13 2.18 r p3 +938.46 46.98 2.13 0.00 r p3 +940.59 46.98 2.13 0.00 r p3 +942.72 46.98 2.13 2.18 r p3 +944.85 46.98 2.13 0.00 r p3 +946.98 46.98 2.13 2.18 r p3 +949.10 46.98 2.13 0.00 r p3 +951.23 46.98 2.13 0.00 r p3 +953.36 46.98 2.13 0.00 r p3 +955.49 46.98 2.13 0.00 r p3 +957.62 46.98 2.13 0.00 r p3 +959.74 46.98 2.13 0.00 r p3 +961.87 46.98 2.13 0.00 r p3 +964.00 46.98 2.13 0.00 r p3 +966.13 46.98 2.13 0.00 r p3 +968.25 46.98 2.13 0.00 r p3 +970.38 46.98 2.13 2.18 r p3 +972.51 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +982.25 40.98 1029.06 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +982.25 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +982.25 68.77 m +46.81 0 l +o +np +982.25 112.35 m +46.81 0 l +o +np +982.25 155.94 m +46.81 0 l +o +np +993.30 40.98 m +0 131.85 l +o +np +1009.02 40.98 m +0 131.85 l +o +np +1024.74 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +982.25 46.98 m +46.81 0 l +o +np +982.25 90.56 m +46.81 0 l +o +np +982.25 134.15 m +46.81 0 l +o +np +985.44 40.98 m +0 131.85 l +o +np +1001.16 40.98 m +0 131.85 l +o +np +1016.88 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +984.37 46.98 2.13 119.86 r p3 +986.50 46.98 2.13 2.18 r p3 +988.63 46.98 2.13 2.18 r p3 +990.76 46.98 2.13 0.00 r p3 +992.88 46.98 2.13 0.00 r p3 +995.01 46.98 2.13 2.18 r p3 +997.14 46.98 2.13 2.18 r p3 +999.27 46.98 2.13 0.00 r p3 +1001.40 46.98 2.13 0.00 r p3 +1003.52 46.98 2.13 0.00 r p3 +1005.65 46.98 2.13 0.00 r p3 +1007.78 46.98 2.13 0.00 r p3 +1009.91 46.98 2.13 0.00 r p3 +1012.04 46.98 2.13 0.00 r p3 +1014.16 46.98 2.13 0.00 r p3 +1016.29 46.98 2.13 0.00 r p3 +1018.42 46.98 2.13 0.00 r p3 +1020.55 46.98 2.13 0.00 r p3 +1022.68 46.98 2.13 0.00 r p3 +1024.80 46.98 2.13 2.18 r p3 +0.00 0.00 1728.00 576.00 cl +1034.54 40.98 1081.35 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1034.54 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1034.54 68.77 m +46.81 0 l +o +np +1034.54 112.35 m +46.81 0 l +o +np +1034.54 155.94 m +46.81 0 l +o +np +1045.59 40.98 m +0 131.85 l +o +np +1061.31 40.98 m +0 131.85 l +o +np +1077.03 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +1034.54 46.98 m +46.81 0 l +o +np +1034.54 90.56 m +46.81 0 l +o +np +1034.54 134.15 m +46.81 0 l +o +np +1037.73 40.98 m +0 131.85 l +o +np +1053.45 40.98 m +0 131.85 l +o +np +1069.17 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1036.67 46.98 2.13 117.68 r p3 +1038.79 46.98 2.13 4.36 r p3 +1040.92 46.98 2.13 2.18 r p3 +1043.05 46.98 2.13 0.00 r p3 +1045.18 46.98 2.13 0.00 r p3 +1047.31 46.98 2.13 0.00 r p3 +1049.43 46.98 2.13 2.18 r p3 +1051.56 46.98 2.13 2.18 r p3 +1053.69 46.98 2.13 0.00 r p3 +1055.82 46.98 2.13 0.00 r p3 +1057.94 46.98 2.13 0.00 r p3 +1060.07 46.98 2.13 0.00 r p3 +1062.20 46.98 2.13 0.00 r p3 +1064.33 46.98 2.13 0.00 r p3 +1066.46 46.98 2.13 0.00 r p3 +1068.58 46.98 2.13 0.00 r p3 +1070.71 46.98 2.13 0.00 r p3 +1072.84 46.98 2.13 0.00 r p3 +1074.97 46.98 2.13 2.18 r p3 +1077.10 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1086.83 40.98 1133.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1086.83 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1086.83 68.77 m +46.81 0 l +o +np +1086.83 112.35 m +46.81 0 l +o +np +1086.83 155.94 m +46.81 0 l +o +np +1097.88 40.98 m +0 131.85 l +o +np +1113.60 40.98 m +0 131.85 l +o +np +1129.32 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +1086.83 46.98 m +46.81 0 l +o +np +1086.83 90.56 m +46.81 0 l +o +np +1086.83 134.15 m +46.81 0 l +o +np +1090.02 40.98 m +0 131.85 l +o +np +1105.74 40.98 m +0 131.85 l +o +np +1121.46 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1088.96 46.98 2.13 119.86 r p3 +1091.09 46.98 2.13 2.18 r p3 +1093.21 46.98 2.13 2.18 r p3 +1095.34 46.98 2.13 0.00 r p3 +1097.47 46.98 2.13 0.00 r p3 +1099.60 46.98 2.13 2.18 r p3 +1101.73 46.98 2.13 2.18 r p3 +1103.85 46.98 2.13 0.00 r p3 +1105.98 46.98 2.13 0.00 r p3 +1108.11 46.98 2.13 0.00 r p3 +1110.24 46.98 2.13 0.00 r p3 +1112.36 46.98 2.13 0.00 r p3 +1114.49 46.98 2.13 0.00 r p3 +1116.62 46.98 2.13 0.00 r p3 +1118.75 46.98 2.13 0.00 r p3 +1120.88 46.98 2.13 0.00 r p3 +1123.00 46.98 2.13 0.00 r p3 +1125.13 46.98 2.13 2.18 r p3 +1127.26 46.98 2.13 0.00 r p3 +1129.39 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1139.12 40.98 1185.94 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1139.12 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1139.12 68.77 m +46.82 0 l +o +np +1139.12 112.35 m +46.82 0 l +o +np +1139.12 155.94 m +46.82 0 l +o +np +1150.18 40.98 m +0 131.85 l +o +np +1165.90 40.98 m +0 131.85 l +o +np +1181.62 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +1139.12 46.98 m +46.82 0 l +o +np +1139.12 90.56 m +46.82 0 l +o +np +1139.12 134.15 m +46.82 0 l +o +np +1142.31 40.98 m +0 131.85 l +o +np +1158.04 40.98 m +0 131.85 l +o +np +1173.76 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1141.25 46.98 2.13 119.86 r p3 +1143.38 46.98 2.13 2.18 r p3 +1145.51 46.98 2.13 2.18 r p3 +1147.63 46.98 2.13 0.00 r p3 +1149.76 46.98 2.13 0.00 r p3 +1151.89 46.98 2.13 0.00 r p3 +1154.02 46.98 2.13 4.36 r p3 +1156.15 46.98 2.13 0.00 r p3 +1158.27 46.98 2.13 0.00 r p3 +1160.40 46.98 2.13 0.00 r p3 +1162.53 46.98 2.13 0.00 r p3 +1164.66 46.98 2.13 0.00 r p3 +1166.79 46.98 2.13 0.00 r p3 +1168.91 46.98 2.13 0.00 r p3 +1171.04 46.98 2.13 0.00 r p3 +1173.17 46.98 2.13 0.00 r p3 +1175.30 46.98 2.13 0.00 r p3 +1177.42 46.98 2.13 2.18 r p3 +1179.55 46.98 2.13 0.00 r p3 +1181.68 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1191.42 40.98 1238.23 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1191.42 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1191.42 68.77 m +46.81 0 l +o +np +1191.42 112.35 m +46.81 0 l +o +np +1191.42 155.94 m +46.81 0 l +o +np +1202.47 40.98 m +0 131.85 l +o +np +1218.19 40.98 m +0 131.85 l +o +np +1233.91 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +1191.42 46.98 m +46.81 0 l +o +np +1191.42 90.56 m +46.81 0 l +o +np +1191.42 134.15 m +46.81 0 l +o +np +1194.61 40.98 m +0 131.85 l +o +np +1210.33 40.98 m +0 131.85 l +o +np +1226.05 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1193.54 46.98 2.13 119.86 r p3 +1195.67 46.98 2.13 2.18 r p3 +1197.80 46.98 2.13 2.18 r p3 +1199.93 46.98 2.13 0.00 r p3 +1202.05 46.98 2.13 0.00 r p3 +1204.18 46.98 2.13 0.00 r p3 +1206.31 46.98 2.13 4.36 r p3 +1208.44 46.98 2.13 0.00 r p3 +1210.57 46.98 2.13 0.00 r p3 +1212.69 46.98 2.13 0.00 r p3 +1214.82 46.98 2.13 0.00 r p3 +1216.95 46.98 2.13 0.00 r p3 +1219.08 46.98 2.13 0.00 r p3 +1221.21 46.98 2.13 0.00 r p3 +1223.33 46.98 2.13 0.00 r p3 +1225.46 46.98 2.13 0.00 r p3 +1227.59 46.98 2.13 0.00 r p3 +1229.72 46.98 2.13 0.00 r p3 +1231.84 46.98 2.13 0.00 r p3 +1233.97 46.98 2.13 2.18 r p3 +0.00 0.00 1728.00 576.00 cl +1243.71 40.98 1290.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1243.71 40.98 46.81 131.85 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1243.71 68.77 m +46.81 0 l +o +np +1243.71 112.35 m +46.81 0 l +o +np +1243.71 155.94 m +46.81 0 l +o +np +1254.76 40.98 m +0 131.85 l +o +np +1270.48 40.98 m +0 131.85 l +o +np +1286.20 40.98 m +0 131.85 l +o +1.07 setlinewidth +[] 0 setdash +np +1243.71 46.98 m +46.81 0 l +o +np +1243.71 90.56 m +46.81 0 l +o +np +1243.71 134.15 m +46.81 0 l +o +np +1246.90 40.98 m +0 131.85 l +o +np +1262.62 40.98 m +0 131.85 l +o +np +1278.34 40.98 m +0 131.85 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1245.84 46.98 2.13 119.86 r p3 +1247.96 46.98 2.13 2.18 r p3 +1250.09 46.98 2.13 2.18 r p3 +1252.22 46.98 2.13 0.00 r p3 +1254.35 46.98 2.13 0.00 r p3 +1256.47 46.98 2.13 0.00 r p3 +1258.60 46.98 2.13 4.36 r p3 +1260.73 46.98 2.13 0.00 r p3 +1262.86 46.98 2.13 0.00 r p3 +1264.99 46.98 2.13 0.00 r p3 +1267.11 46.98 2.13 0.00 r p3 +1269.24 46.98 2.13 0.00 r p3 +1271.37 46.98 2.13 0.00 r p3 +1273.50 46.98 2.13 0.00 r p3 +1275.63 46.98 2.13 0.00 r p3 +1277.75 46.98 2.13 0.00 r p3 +1279.88 46.98 2.13 0.00 r p3 +1282.01 46.98 2.13 2.18 r p3 +1284.14 46.98 2.13 0.00 r p3 +1286.26 46.98 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +40.98 172.83 87.80 207.25 cl +40.98 190.04 87.80 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +40.98 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +64.39 195.41 (Batch1) .5 0 t +40.98 190.04 87.80 207.25 cl +40.98 172.83 87.80 207.25 cl +40.98 172.83 87.80 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +40.98 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +64.39 178.20 (Batch1_E_1) .5 0 t +40.98 172.83 87.80 190.04 cl +40.98 172.83 87.80 207.25 cl +0.00 0.00 1728.00 576.00 cl +93.28 172.83 140.09 207.25 cl +93.28 190.04 140.09 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +93.28 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +116.68 195.41 (Batch1) .5 0 t +93.28 190.04 140.09 207.25 cl +93.28 172.83 140.09 207.25 cl +93.28 172.83 140.09 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +93.28 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +116.68 178.20 (Batch1_E_10) .5 0 t +93.28 172.83 140.09 190.04 cl +93.28 172.83 140.09 207.25 cl +0.00 0.00 1728.00 576.00 cl +145.57 172.83 192.38 207.25 cl +145.57 190.04 192.38 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +145.57 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +168.97 195.41 (Batch1) .5 0 t +145.57 190.04 192.38 207.25 cl +145.57 172.83 192.38 207.25 cl +145.57 172.83 192.38 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +145.57 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +168.97 178.20 (Batch1_E_11) .5 0 t +145.57 172.83 192.38 190.04 cl +145.57 172.83 192.38 207.25 cl +0.00 0.00 1728.00 576.00 cl +197.86 172.83 244.67 207.25 cl +197.86 190.04 244.67 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +197.86 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +221.27 195.41 (Batch1) .5 0 t +197.86 190.04 244.67 207.25 cl +197.86 172.83 244.67 207.25 cl +197.86 172.83 244.67 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +197.86 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +221.27 178.20 (Batch1_E_12) .5 0 t +197.86 172.83 244.67 190.04 cl +197.86 172.83 244.67 207.25 cl +0.00 0.00 1728.00 576.00 cl +250.15 172.83 296.97 207.25 cl +250.15 190.04 296.97 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +250.15 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +273.56 195.41 (Batch1) .5 0 t +250.15 190.04 296.97 207.25 cl +250.15 172.83 296.97 207.25 cl +250.15 172.83 296.97 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +250.15 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +273.56 178.20 (Batch1_E_2) .5 0 t +250.15 172.83 296.97 190.04 cl +250.15 172.83 296.97 207.25 cl +0.00 0.00 1728.00 576.00 cl +302.44 172.83 349.26 207.25 cl +302.44 190.04 349.26 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +302.44 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +325.85 195.41 (Batch1) .5 0 t +302.44 190.04 349.26 207.25 cl +302.44 172.83 349.26 207.25 cl +302.44 172.83 349.26 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +302.44 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +325.85 178.20 (Batch1_E_3) .5 0 t +302.44 172.83 349.26 190.04 cl +302.44 172.83 349.26 207.25 cl +0.00 0.00 1728.00 576.00 cl +354.74 172.83 401.55 207.25 cl +354.74 190.04 401.55 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +354.74 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +378.14 195.41 (Batch1) .5 0 t +354.74 190.04 401.55 207.25 cl +354.74 172.83 401.55 207.25 cl +354.74 172.83 401.55 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +354.74 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +378.14 178.20 (Batch1_E_4) .5 0 t +354.74 172.83 401.55 190.04 cl +354.74 172.83 401.55 207.25 cl +0.00 0.00 1728.00 576.00 cl +407.03 172.83 453.84 207.25 cl +407.03 190.04 453.84 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +407.03 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +430.44 195.41 (Batch1) .5 0 t +407.03 190.04 453.84 207.25 cl +407.03 172.83 453.84 207.25 cl +407.03 172.83 453.84 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +407.03 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +430.44 178.20 (Batch1_E_5) .5 0 t +407.03 172.83 453.84 190.04 cl +407.03 172.83 453.84 207.25 cl +0.00 0.00 1728.00 576.00 cl +459.32 172.83 506.13 207.25 cl +459.32 190.04 506.13 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +459.32 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +482.73 195.41 (Batch1) .5 0 t +459.32 190.04 506.13 207.25 cl +459.32 172.83 506.13 207.25 cl +459.32 172.83 506.13 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +459.32 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +482.73 178.20 (Batch1_E_6) .5 0 t +459.32 172.83 506.13 190.04 cl +459.32 172.83 506.13 207.25 cl +0.00 0.00 1728.00 576.00 cl +511.61 172.83 558.43 207.25 cl +511.61 190.04 558.43 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +511.61 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.02 195.41 (Batch1) .5 0 t +511.61 190.04 558.43 207.25 cl +511.61 172.83 558.43 207.25 cl +511.61 172.83 558.43 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +511.61 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.02 178.20 (Batch1_E_7) .5 0 t +511.61 172.83 558.43 190.04 cl +511.61 172.83 558.43 207.25 cl +0.00 0.00 1728.00 576.00 cl +563.91 172.83 610.72 207.25 cl +563.91 190.04 610.72 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +563.91 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.31 195.41 (Batch1) .5 0 t +563.91 190.04 610.72 207.25 cl +563.91 172.83 610.72 207.25 cl +563.91 172.83 610.72 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +563.91 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.31 178.20 (Batch1_E_8) .5 0 t +563.91 172.83 610.72 190.04 cl +563.91 172.83 610.72 207.25 cl +0.00 0.00 1728.00 576.00 cl +616.20 172.83 663.01 207.25 cl +616.20 190.04 663.01 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +616.20 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +639.61 195.41 (Batch1) .5 0 t +616.20 190.04 663.01 207.25 cl +616.20 172.83 663.01 207.25 cl +616.20 172.83 663.01 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +616.20 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +639.61 178.20 (Batch1_E_9) .5 0 t +616.20 172.83 663.01 190.04 cl +616.20 172.83 663.01 207.25 cl +0.00 0.00 1728.00 576.00 cl +668.49 172.83 715.30 207.25 cl +668.49 190.04 715.30 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +668.49 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +691.90 195.41 (Batch1) .5 0 t +668.49 190.04 715.30 207.25 cl +668.49 172.83 715.30 207.25 cl +668.49 172.83 715.30 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +668.49 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +691.90 178.20 (Batch1_P_13) .5 0 t +668.49 172.83 715.30 190.04 cl +668.49 172.83 715.30 207.25 cl +0.00 0.00 1728.00 576.00 cl +720.78 172.83 767.60 207.25 cl +720.78 190.04 767.60 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +720.78 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +744.19 195.41 (Batch1) .5 0 t +720.78 190.04 767.60 207.25 cl +720.78 172.83 767.60 207.25 cl +720.78 172.83 767.60 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +720.78 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +744.19 178.20 (Batch1_P_14) .5 0 t +720.78 172.83 767.60 190.04 cl +720.78 172.83 767.60 207.25 cl +0.00 0.00 1728.00 576.00 cl +773.08 172.83 819.89 207.25 cl +773.08 190.04 819.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +773.08 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +796.48 195.41 (Batch1) .5 0 t +773.08 190.04 819.89 207.25 cl +773.08 172.83 819.89 207.25 cl +773.08 172.83 819.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +773.08 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +796.48 178.20 (Batch1_P_15) .5 0 t +773.08 172.83 819.89 190.04 cl +773.08 172.83 819.89 207.25 cl +0.00 0.00 1728.00 576.00 cl +825.37 172.83 872.18 207.25 cl +825.37 190.04 872.18 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +825.37 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +848.77 195.41 (Batch1) .5 0 t +825.37 190.04 872.18 207.25 cl +825.37 172.83 872.18 207.25 cl +825.37 172.83 872.18 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +825.37 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +848.77 178.20 (Batch1_P_16) .5 0 t +825.37 172.83 872.18 190.04 cl +825.37 172.83 872.18 207.25 cl +0.00 0.00 1728.00 576.00 cl +877.66 172.83 924.47 207.25 cl +877.66 190.04 924.47 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +877.66 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +901.07 195.41 (Batch1) .5 0 t +877.66 190.04 924.47 207.25 cl +877.66 172.83 924.47 207.25 cl +877.66 172.83 924.47 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +877.66 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +901.07 178.20 (Batch1_P_17) .5 0 t +877.66 172.83 924.47 190.04 cl +877.66 172.83 924.47 207.25 cl +0.00 0.00 1728.00 576.00 cl +929.95 172.83 976.77 207.25 cl +929.95 190.04 976.77 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.95 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +953.36 195.41 (Batch1) .5 0 t +929.95 190.04 976.77 207.25 cl +929.95 172.83 976.77 207.25 cl +929.95 172.83 976.77 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.95 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +953.36 178.20 (Batch1_P_18) .5 0 t +929.95 172.83 976.77 190.04 cl +929.95 172.83 976.77 207.25 cl +0.00 0.00 1728.00 576.00 cl +982.25 172.83 1029.06 207.25 cl +982.25 190.04 1029.06 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +982.25 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.65 195.41 (Batch1) .5 0 t +982.25 190.04 1029.06 207.25 cl +982.25 172.83 1029.06 207.25 cl +982.25 172.83 1029.06 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +982.25 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.65 178.20 (Batch1_P_19) .5 0 t +982.25 172.83 1029.06 190.04 cl +982.25 172.83 1029.06 207.25 cl +0.00 0.00 1728.00 576.00 cl +1034.54 172.83 1081.35 207.25 cl +1034.54 190.04 1081.35 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.54 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.94 195.41 (Batch1) .5 0 t +1034.54 190.04 1081.35 207.25 cl +1034.54 172.83 1081.35 207.25 cl +1034.54 172.83 1081.35 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.54 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.94 178.20 (Batch1_P_20) .5 0 t +1034.54 172.83 1081.35 190.04 cl +1034.54 172.83 1081.35 207.25 cl +0.00 0.00 1728.00 576.00 cl +1086.83 172.83 1133.64 207.25 cl +1086.83 190.04 1133.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.83 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1110.24 195.41 (Batch1) .5 0 t +1086.83 190.04 1133.64 207.25 cl +1086.83 172.83 1133.64 207.25 cl +1086.83 172.83 1133.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.83 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1110.24 178.20 (Batch1_P_21) .5 0 t +1086.83 172.83 1133.64 190.04 cl +1086.83 172.83 1133.64 207.25 cl +0.00 0.00 1728.00 576.00 cl +1139.12 172.83 1185.94 207.25 cl +1139.12 190.04 1185.94 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1139.12 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.53 195.41 (Batch1) .5 0 t +1139.12 190.04 1185.94 207.25 cl +1139.12 172.83 1185.94 207.25 cl +1139.12 172.83 1185.94 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1139.12 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.53 178.20 (Batch1_P_22) .5 0 t +1139.12 172.83 1185.94 190.04 cl +1139.12 172.83 1185.94 207.25 cl +0.00 0.00 1728.00 576.00 cl +1191.42 172.83 1238.23 207.25 cl +1191.42 190.04 1238.23 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.42 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.82 195.41 (Batch1) .5 0 t +1191.42 190.04 1238.23 207.25 cl +1191.42 172.83 1238.23 207.25 cl +1191.42 172.83 1238.23 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.42 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.82 178.20 (Batch1_P_23) .5 0 t +1191.42 172.83 1238.23 190.04 cl +1191.42 172.83 1238.23 207.25 cl +0.00 0.00 1728.00 576.00 cl +1243.71 172.83 1290.52 207.25 cl +1243.71 190.04 1290.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.71 190.04 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.11 195.41 (Batch1) .5 0 t +1243.71 190.04 1290.52 207.25 cl +1243.71 172.83 1290.52 207.25 cl +1243.71 172.83 1290.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.71 172.83 46.81 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.11 178.20 (Batch1_P_24) .5 0 t +1243.71 172.83 1290.52 190.04 cl +1243.71 172.83 1290.52 207.25 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +44.17 38.24 m +0 2.74 l +o +np +59.90 38.24 m +0 2.74 l +o +np +75.62 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +50.64 36.05 (0.00) 1 90 t +66.36 36.05 (0.05) 1 90 t +82.08 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +96.47 38.24 m +0 2.74 l +o +np +112.19 38.24 m +0 2.74 l +o +np +127.91 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +102.93 36.05 (0.00) 1 90 t +118.65 36.05 (0.05) 1 90 t +134.37 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +148.76 38.24 m +0 2.74 l +o +np +164.48 38.24 m +0 2.74 l +o +np +180.20 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +155.22 36.05 (0.00) 1 90 t +170.94 36.05 (0.05) 1 90 t +186.66 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +201.05 38.24 m +0 2.74 l +o +np +216.77 38.24 m +0 2.74 l +o +np +232.49 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +207.51 36.05 (0.00) 1 90 t +223.23 36.05 (0.05) 1 90 t +238.96 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +253.34 38.24 m +0 2.74 l +o +np +269.06 38.24 m +0 2.74 l +o +np +284.79 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +259.81 36.05 (0.00) 1 90 t +275.53 36.05 (0.05) 1 90 t +291.25 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +305.64 38.24 m +0 2.74 l +o +np +321.36 38.24 m +0 2.74 l +o +np +337.08 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +312.10 36.05 (0.00) 1 90 t +327.82 36.05 (0.05) 1 90 t +343.54 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +357.93 38.24 m +0 2.74 l +o +np +373.65 38.24 m +0 2.74 l +o +np +389.37 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +364.39 36.05 (0.00) 1 90 t +380.11 36.05 (0.05) 1 90 t +395.83 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +410.22 38.24 m +0 2.74 l +o +np +425.94 38.24 m +0 2.74 l +o +np +441.66 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +416.68 36.05 (0.00) 1 90 t +432.40 36.05 (0.05) 1 90 t +448.13 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +462.51 38.24 m +0 2.74 l +o +np +478.23 38.24 m +0 2.74 l +o +np +493.96 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +468.98 36.05 (0.00) 1 90 t +484.70 36.05 (0.05) 1 90 t +500.42 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +514.81 38.24 m +0 2.74 l +o +np +530.53 38.24 m +0 2.74 l +o +np +546.25 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +521.27 36.05 (0.00) 1 90 t +536.99 36.05 (0.05) 1 90 t +552.71 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +567.10 38.24 m +0 2.74 l +o +np +582.82 38.24 m +0 2.74 l +o +np +598.54 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +573.56 36.05 (0.00) 1 90 t +589.28 36.05 (0.05) 1 90 t +605.00 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +619.39 38.24 m +0 2.74 l +o +np +635.11 38.24 m +0 2.74 l +o +np +650.83 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +625.85 36.05 (0.00) 1 90 t +641.57 36.05 (0.05) 1 90 t +657.29 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +671.68 38.24 m +0 2.74 l +o +np +687.40 38.24 m +0 2.74 l +o +np +703.13 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +678.15 36.05 (0.00) 1 90 t +693.87 36.05 (0.05) 1 90 t +709.59 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +723.98 38.24 m +0 2.74 l +o +np +739.70 38.24 m +0 2.74 l +o +np +755.42 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +730.44 36.05 (0.00) 1 90 t +746.16 36.05 (0.05) 1 90 t +761.88 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +776.27 38.24 m +0 2.74 l +o +np +791.99 38.24 m +0 2.74 l +o +np +807.71 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +782.73 36.05 (0.00) 1 90 t +798.45 36.05 (0.05) 1 90 t +814.17 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +828.56 38.24 m +0 2.74 l +o +np +844.28 38.24 m +0 2.74 l +o +np +860.00 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +835.02 36.05 (0.00) 1 90 t +850.74 36.05 (0.05) 1 90 t +866.46 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +880.85 38.24 m +0 2.74 l +o +np +896.57 38.24 m +0 2.74 l +o +np +912.29 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +887.31 36.05 (0.00) 1 90 t +903.04 36.05 (0.05) 1 90 t +918.76 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +933.15 38.24 m +0 2.74 l +o +np +948.87 38.24 m +0 2.74 l +o +np +964.59 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +939.61 36.05 (0.00) 1 90 t +955.33 36.05 (0.05) 1 90 t +971.05 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +985.44 38.24 m +0 2.74 l +o +np +1001.16 38.24 m +0 2.74 l +o +np +1016.88 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +991.90 36.05 (0.00) 1 90 t +1007.62 36.05 (0.05) 1 90 t +1023.34 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1037.73 38.24 m +0 2.74 l +o +np +1053.45 38.24 m +0 2.74 l +o +np +1069.17 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1044.19 36.05 (0.00) 1 90 t +1059.91 36.05 (0.05) 1 90 t +1075.63 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1090.02 38.24 m +0 2.74 l +o +np +1105.74 38.24 m +0 2.74 l +o +np +1121.46 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1096.48 36.05 (0.00) 1 90 t +1112.21 36.05 (0.05) 1 90 t +1127.93 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1142.31 38.24 m +0 2.74 l +o +np +1158.04 38.24 m +0 2.74 l +o +np +1173.76 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1148.78 36.05 (0.00) 1 90 t +1164.50 36.05 (0.05) 1 90 t +1180.22 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1194.61 38.24 m +0 2.74 l +o +np +1210.33 38.24 m +0 2.74 l +o +np +1226.05 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1201.07 36.05 (0.00) 1 90 t +1216.79 36.05 (0.05) 1 90 t +1232.51 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1246.90 38.24 m +0 2.74 l +o +np +1262.62 38.24 m +0 2.74 l +o +np +1278.34 38.24 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1253.36 36.05 (0.00) 1 90 t +1269.08 36.05 (0.05) 1 90 t +1284.80 36.05 (0.10) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +36.05 43.74 (0) 1 0 t +36.05 87.33 (20) 1 0 t +36.05 130.92 (40) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.24 46.98 m +2.74 0 l +o +np +38.24 90.56 m +2.74 0 l +o +np +38.24 134.15 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +651.69 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +20.88 106.91 (count) .5 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +40.98 215.59 (Histogr) 0 ta +-0.130 (am of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +1296.00 0.00 1728.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1296.00 0.00 432.00 576.00 r p3 +0.00 0.00 1728.00 576.00 cl +1351.99 309.31 1705.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1351.99 309.31 353.32 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1351.99 346.02 m +353.32 0 l +o +np +1351.99 398.86 m +353.32 0 l +o +np +1351.99 451.70 m +353.32 0 l +o +np +1351.99 504.55 m +353.32 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1351.99 319.60 m +353.32 0 l +o +np +1351.99 372.44 m +353.32 0 l +o +np +1351.99 425.28 m +353.32 0 l +o +np +1351.99 478.13 m +353.32 0 l +o +np +1351.99 530.97 m +353.32 0 l +o +np +1360.75 309.31 m +0 226.33 l +o +np +1375.35 309.31 m +0 226.33 l +o +np +1389.95 309.31 m +0 226.33 l +o +np +1404.55 309.31 m +0 226.33 l +o +np +1419.15 309.31 m +0 226.33 l +o +np +1433.75 309.31 m +0 226.33 l +o +np +1448.35 309.31 m +0 226.33 l +o +np +1462.95 309.31 m +0 226.33 l +o +np +1477.55 309.31 m +0 226.33 l +o +np +1492.15 309.31 m +0 226.33 l +o +np +1506.75 309.31 m +0 226.33 l +o +np +1521.35 309.31 m +0 226.33 l +o +np +1535.95 309.31 m +0 226.33 l +o +np +1550.55 309.31 m +0 226.33 l +o +np +1565.15 309.31 m +0 226.33 l +o +np +1579.75 309.31 m +0 226.33 l +o +np +1594.35 309.31 m +0 226.33 l +o +np +1608.95 309.31 m +0 226.33 l +o +np +1623.55 309.31 m +0 226.33 l +o +np +1638.15 309.31 m +0 226.33 l +o +np +1652.75 309.31 m +0 226.33 l +o +np +1667.35 309.31 m +0 226.33 l +o +np +1681.95 309.31 m +0 226.33 l +o +np +1696.55 309.31 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1354.18 319.60 13.14 81.85 r p3 +1368.78 319.60 13.14 79.00 r p3 +1383.38 319.60 13.14 81.48 r p3 +1397.98 319.60 13.14 101.00 r p3 +1412.58 319.60 13.14 98.02 r p3 +1427.18 319.60 13.14 104.42 r p3 +1441.78 319.60 13.14 101.90 r p3 +1456.38 319.60 13.14 96.24 r p3 +1470.98 319.60 13.14 83.70 r p3 +1485.58 319.60 13.14 78.52 r p3 +1500.18 319.60 13.14 90.57 r p3 +1514.78 319.60 13.14 99.18 r p3 +0 0.7490 0.7686 srgb +1529.38 319.60 13.14 131.70 r p3 +1543.98 319.60 13.14 123.11 r p3 +1558.58 319.60 13.14 124.81 r p3 +1573.18 319.60 13.14 170.72 r p3 +1587.78 319.60 13.14 125.26 r p3 +1602.38 319.60 13.14 180.14 r p3 +1616.98 319.60 13.14 121.64 r p3 +1631.58 319.60 13.14 205.75 r p3 +1646.18 319.60 13.14 146.01 r p3 +1660.78 319.60 13.14 135.18 r p3 +1675.38 319.60 13.14 142.81 r p3 +1689.98 319.60 13.14 130.67 r p3 +0.00 0.00 1728.00 576.00 cl +1351.99 77.50 1705.31 303.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1351.99 77.50 353.32 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1351.99 108.16 m +353.32 0 l +o +np +1351.99 148.91 m +353.32 0 l +o +np +1351.99 189.65 m +353.32 0 l +o +np +1351.99 230.39 m +353.32 0 l +o +np +1351.99 271.13 m +353.32 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1351.99 87.79 m +353.32 0 l +o +np +1351.99 128.53 m +353.32 0 l +o +np +1351.99 169.28 m +353.32 0 l +o +np +1351.99 210.02 m +353.32 0 l +o +np +1351.99 250.76 m +353.32 0 l +o +np +1351.99 291.50 m +353.32 0 l +o +np +1360.75 77.50 m +0 226.33 l +o +np +1375.35 77.50 m +0 226.33 l +o +np +1389.95 77.50 m +0 226.33 l +o +np +1404.55 77.50 m +0 226.33 l +o +np +1419.15 77.50 m +0 226.33 l +o +np +1433.75 77.50 m +0 226.33 l +o +np +1448.35 77.50 m +0 226.33 l +o +np +1462.95 77.50 m +0 226.33 l +o +np +1477.55 77.50 m +0 226.33 l +o +np +1492.15 77.50 m +0 226.33 l +o +np +1506.75 77.50 m +0 226.33 l +o +np +1521.35 77.50 m +0 226.33 l +o +np +1535.95 77.50 m +0 226.33 l +o +np +1550.55 77.50 m +0 226.33 l +o +np +1565.15 77.50 m +0 226.33 l +o +np +1579.75 77.50 m +0 226.33 l +o +np +1594.35 77.50 m +0 226.33 l +o +np +1608.95 77.50 m +0 226.33 l +o +np +1623.55 77.50 m +0 226.33 l +o +np +1638.15 77.50 m +0 226.33 l +o +np +1652.75 77.50 m +0 226.33 l +o +np +1667.35 77.50 m +0 226.33 l +o +np +1681.95 77.50 m +0 226.33 l +o +np +1696.55 77.50 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1354.18 87.79 13.14 124.09 r p3 +1368.78 87.79 13.14 121.77 r p3 +1383.38 87.79 13.14 121.53 r p3 +1397.98 87.79 13.14 115.66 r p3 +1412.58 87.79 13.14 144.49 r p3 +1427.18 87.79 13.14 169.58 r p3 +1441.78 87.79 13.14 119.71 r p3 +1456.38 87.79 13.14 109.97 r p3 +1470.98 87.79 13.14 129.99 r p3 +1485.58 87.79 13.14 127.02 r p3 +1500.18 87.79 13.14 124.53 r p3 +1514.78 87.79 13.14 126.71 r p3 +0 0.7490 0.7686 srgb +1529.38 87.79 13.14 171.64 r p3 +1543.98 87.79 13.14 177.38 r p3 +1558.58 87.79 13.14 177.09 r p3 +1573.18 87.79 13.14 199.06 r p3 +1587.78 87.79 13.14 182.07 r p3 +1602.38 87.79 13.14 198.01 r p3 +1616.98 87.79 13.14 196.02 r p3 +1631.58 87.79 13.14 205.75 r p3 +1646.18 87.79 13.14 189.17 r p3 +1660.78 87.79 13.14 188.25 r p3 +1675.38 87.79 13.14 199.87 r p3 +1689.98 87.79 13.14 189.32 r p3 +0.00 0.00 1728.00 576.00 cl +1351.99 535.64 1705.31 552.85 cl +1351.99 535.64 1705.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1351.99 535.64 353.32 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1528.65 541.01 (Batch1) .5 0 t +1351.99 535.64 1705.31 552.85 cl +1351.99 535.64 1705.31 552.85 cl +0.00 0.00 1728.00 576.00 cl +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 309.31 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 449.99 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +0.00 0.00 1728.00 576.00 cl +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 77.50 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 212.68 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1360.75 74.76 m +0 2.74 l +o +np +1375.35 74.76 m +0 2.74 l +o +np +1389.95 74.76 m +0 2.74 l +o +np +1404.55 74.76 m +0 2.74 l +o +np +1419.15 74.76 m +0 2.74 l +o +np +1433.75 74.76 m +0 2.74 l +o +np +1448.35 74.76 m +0 2.74 l +o +np +1462.95 74.76 m +0 2.74 l +o +np +1477.55 74.76 m +0 2.74 l +o +np +1492.15 74.76 m +0 2.74 l +o +np +1506.75 74.76 m +0 2.74 l +o +np +1521.35 74.76 m +0 2.74 l +o +np +1535.95 74.76 m +0 2.74 l +o +np +1550.55 74.76 m +0 2.74 l +o +np +1565.15 74.76 m +0 2.74 l +o +np +1579.75 74.76 m +0 2.74 l +o +np +1594.35 74.76 m +0 2.74 l +o +np +1608.95 74.76 m +0 2.74 l +o +np +1623.55 74.76 m +0 2.74 l +o +np +1638.15 74.76 m +0 2.74 l +o +np +1652.75 74.76 m +0 2.74 l +o +np +1667.35 74.76 m +0 2.74 l +o +np +1681.95 74.76 m +0 2.74 l +o +np +1696.55 74.76 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1367.22 72.57 (Batch1_E_1) 1 90 t +1381.82 72.57 (Batch1_E_10) 1 90 t +1396.42 72.57 (Batch1_E_11) 1 90 t +1411.02 72.57 (Batch1_E_12) 1 90 t +1425.62 72.57 (Batch1_E_2) 1 90 t +1440.22 72.57 (Batch1_E_3) 1 90 t +1454.82 72.57 (Batch1_E_4) 1 90 t +1469.42 72.57 (Batch1_E_5) 1 90 t +1484.02 72.57 (Batch1_E_6) 1 90 t +1498.62 72.57 (Batch1_E_7) 1 90 t +1513.22 72.57 (Batch1_E_8) 1 90 t +1527.82 72.57 (Batch1_E_9) 1 90 t +1542.41 72.57 (Batch1_P_13) 1 90 t +1557.01 72.57 (Batch1_P_14) 1 90 t +1571.61 72.57 (Batch1_P_15) 1 90 t +1586.21 72.57 (Batch1_P_16) 1 90 t +1600.81 72.57 (Batch1_P_17) 1 90 t +1615.41 72.57 (Batch1_P_18) 1 90 t +1630.01 72.57 (Batch1_P_19) 1 90 t +1644.61 72.57 (Batch1_P_20) 1 90 t +1659.21 72.57 (Batch1_P_21) 1 90 t +1673.81 72.57 (Batch1_P_22) 1 90 t +1688.41 72.57 (Batch1_P_23) 1 90 t +1703.01 72.57 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1347.06 316.37 (0.00000) 1 0 t +1347.06 369.21 (0.00005) 1 0 t +1347.06 422.05 (0.00010) 1 0 t +1347.06 474.89 (0.00015) 1 0 t +1347.06 527.74 (0.00020) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1349.25 319.60 m +2.74 0 l +o +np +1349.25 372.44 m +2.74 0 l +o +np +1349.25 425.28 m +2.74 0 l +o +np +1349.25 478.13 m +2.74 0 l +o +np +1349.25 530.97 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1347.06 84.56 (0.00) 1 0 t +1347.06 125.30 (0.05) 1 0 t +1347.06 166.05 (0.10) 1 0 t +1347.06 206.79 (0.15) 1 0 t +1347.06 247.53 (0.20) 1 0 t +1347.06 288.27 (0.25) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1349.25 87.79 m +2.74 0 l +o +np +1349.25 128.53 m +2.74 0 l +o +np +1349.25 169.28 m +2.74 0 l +o +np +1349.25 210.02 m +2.74 0 l +o +np +1349.25 250.76 m +2.74 0 l +o +np +1349.25 291.50 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1528.65 7.90 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1309.38 292.51 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1351.99 561.19 (Statistics of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ac44428f9dd584da5eb7bf1e09592693cdd193 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..9b9370eae8a02eb19106d9576aa2e5061c085525 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_heatmap.ps @@ -0,0 +1,3712 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +653.66 552.67 (Heatmap of Ra) 0 ta +-0.390 (w Data) tb gr +0.00 0.00 1728.00 576.00 cl +5.00 493.00 1568.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +102.70 493.00 m +0 5.94 l +65.13 0 l +0 -5.94 l +o +np +363.22 493.00 m +0 6.96 l +65.13 0 l +0 -6.96 l +o +np +949.40 493.00 m +0 7.54 l +65.13 0 l +0 -7.54 l +o +np +298.09 493.00 m +0 8.87 l +97.70 0 l +0 -1.91 l +o +np +1079.66 493.00 m +0 9.56 l +65.13 0 l +0 -9.56 l +o +np +493.48 493.00 m +0 11.58 l +65.13 0 l +0 -11.58 l +o +np +981.97 500.54 m +0 5.37 l +130.26 0 l +0 -3.35 l +o +np +346.94 501.87 m +0 6.57 l +179.11 0 l +0 -3.86 l +o +np +1470.45 493.00 m +0 15.57 l +65.13 0 l +0 -15.57 l +o +np +1275.06 493.00 m +0 16.26 l +65.13 0 l +0 -16.26 l +o +np +688.88 493.00 m +0 16.69 l +65.13 0 l +0 -16.69 l +o +np +884.27 493.00 m +0 18.27 l +162.83 0 l +0 -5.36 l +o +np +232.96 493.00 m +0 19.28 l +203.53 0 l +0 -3.84 l +o +np +37.57 493.00 m +0 21.06 l +97.69 0 l +0 -15.12 l +o +np +819.14 493.00 m +0 22.46 l +146.54 0 l +0 -4.19 l +o +np +1209.93 493.00 m +0 23.37 l +97.69 0 l +0 -7.11 l +o +np +623.75 493.00 m +0 25.09 l +97.69 0 l +0 -8.40 l +o +np +334.73 512.28 m +0 10.63 l +337.86 0 l +0 -4.82 l +o +np +892.41 515.46 m +0 7.49 l +366.36 0 l +0 -6.58 l +o +np +1405.32 493.00 m +0 30.31 l +97.69 0 l +0 -14.74 l +o +np +86.41 514.06 m +0 17.08 l +417.25 0 l +0 -8.23 l +o +np +1075.59 522.95 m +0 13.76 l +378.58 0 l +0 -13.40 l +o +np +295.04 531.14 m +0 14.24 l +969.84 0 l +0 -8.67 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 1 0.4706 0.4706 srgb } def +5.00 441.72 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +5.00 436.43 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 431.15 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +5.00 425.87 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +5.00 420.59 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 415.31 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 410.02 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +5.00 404.74 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 399.46 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +5.00 394.18 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 388.90 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 383.61 65.13 5.28 r p2 +5.00 378.33 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +5.00 373.05 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +5.00 367.77 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +5.00 362.49 65.13 5.28 r p2 +/bg { 1 0.2549 0.2549 srgb } def +5.00 357.20 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +5.00 351.92 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +5.00 346.64 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +5.00 341.36 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 336.08 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 330.79 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +5.00 325.51 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 320.23 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 314.95 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +5.00 309.67 65.13 5.28 r p2 +/bg { 1 0.4706 0.4706 srgb } def +5.00 304.38 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +5.00 299.10 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 293.82 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +5.00 288.54 65.13 5.28 r p2 +5.00 283.26 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 277.98 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 272.69 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +5.00 267.41 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 262.13 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +5.00 256.85 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 251.57 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +5.00 246.28 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 241.00 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +5.00 235.72 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 230.44 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +5.00 225.16 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +5.00 219.87 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 214.59 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 209.31 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +5.00 204.03 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +5.00 198.75 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +5.00 193.46 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 188.18 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 182.90 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 177.62 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +5.00 172.34 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 167.05 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 161.77 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 156.49 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +5.00 151.21 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +5.00 145.93 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +5.00 140.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +5.00 135.36 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 130.08 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +70.13 441.72 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +70.13 436.43 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +70.13 431.15 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +70.13 425.87 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +70.13 420.59 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +70.13 415.31 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +70.13 410.02 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +70.13 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +70.13 399.46 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +70.13 394.18 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +70.13 388.90 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +70.13 383.61 65.13 5.28 r p2 +70.13 378.33 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +70.13 373.05 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +70.13 367.77 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +70.13 362.49 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +70.13 357.20 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +70.13 351.92 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +70.13 346.64 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +70.13 341.36 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +70.13 336.08 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +70.13 330.79 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +70.13 325.51 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +70.13 320.23 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +70.13 314.95 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +70.13 309.67 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +70.13 304.38 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +70.13 299.10 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +70.13 293.82 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +70.13 288.54 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +70.13 283.26 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +70.13 277.98 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +70.13 272.69 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +70.13 267.41 65.13 5.28 r p2 +/bg { 0.5020 0.5020 1 srgb } def +70.13 262.13 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +70.13 256.85 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +70.13 251.57 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +70.13 246.28 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +70.13 241.00 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +70.13 235.72 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +70.13 230.44 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +70.13 225.16 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +70.13 219.87 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +70.13 214.59 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +70.13 209.31 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +70.13 204.03 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +70.13 198.75 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +70.13 193.46 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +70.13 188.18 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +70.13 182.90 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +70.13 177.62 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +70.13 172.34 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +70.13 167.05 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +70.13 161.77 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +70.13 156.49 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +70.13 151.21 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +70.13 145.93 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +70.13 140.64 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +70.13 135.36 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +70.13 130.08 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +135.26 441.72 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +135.26 436.43 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +135.26 431.15 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +135.26 425.87 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +135.26 420.59 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +135.26 415.31 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +135.26 410.02 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +135.26 404.74 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +135.26 399.46 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +135.26 394.18 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +135.26 388.90 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +135.26 383.61 65.13 5.28 r p2 +135.26 378.33 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +135.26 373.05 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +135.26 367.77 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +135.26 362.49 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +135.26 357.20 65.13 5.28 r p2 +135.26 351.92 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +135.26 346.64 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +135.26 341.36 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +135.26 336.08 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +135.26 330.79 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +135.26 325.51 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +135.26 320.23 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +135.26 314.95 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +135.26 309.67 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +135.26 304.38 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +135.26 299.10 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +135.26 293.82 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +135.26 288.54 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +135.26 283.26 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 277.98 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +135.26 272.69 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +135.26 267.41 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +135.26 262.13 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +135.26 256.85 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +135.26 251.57 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 246.28 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +135.26 241.00 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +135.26 235.72 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +135.26 230.44 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +135.26 225.16 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +135.26 219.87 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +135.26 214.59 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +135.26 209.31 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +135.26 204.03 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +135.26 198.75 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +135.26 193.46 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +135.26 188.18 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +135.26 182.90 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +135.26 177.62 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +135.26 172.34 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +135.26 167.05 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +135.26 161.77 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +135.26 156.49 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +135.26 151.21 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +135.26 145.93 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +135.26 140.64 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +135.26 135.36 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +135.26 130.08 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +200.39 441.72 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +200.39 436.43 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +200.39 431.15 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +200.39 425.87 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +200.39 420.59 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +200.39 415.31 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +200.39 410.02 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +200.39 404.74 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +200.39 399.46 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +200.39 394.18 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +200.39 388.90 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +200.39 383.61 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +200.39 378.33 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +200.39 373.05 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +200.39 367.77 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +200.39 362.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +200.39 357.20 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +200.39 351.92 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +200.39 346.64 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +200.39 341.36 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +200.39 336.08 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +200.39 330.79 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +200.39 325.51 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +200.39 320.23 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +200.39 314.95 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +200.39 309.67 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +200.39 304.38 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +200.39 299.10 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +200.39 293.82 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +200.39 288.54 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +200.39 283.26 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +200.39 277.98 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +200.39 272.69 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +200.39 267.41 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +200.39 262.13 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +200.39 256.85 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +200.39 251.57 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +200.39 246.28 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +200.39 241.00 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +200.39 235.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +200.39 230.44 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 225.16 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +200.39 219.87 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +200.39 214.59 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +200.39 209.31 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +200.39 204.03 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +200.39 198.75 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +200.39 193.46 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 188.18 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +200.39 182.90 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +200.39 177.62 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +200.39 172.34 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +200.39 167.05 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +200.39 161.77 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +200.39 156.49 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +200.39 151.21 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +200.39 145.93 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +200.39 140.64 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +200.39 135.36 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +200.39 130.08 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +265.52 441.72 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +265.52 436.43 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +265.52 431.15 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +265.52 425.87 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +265.52 420.59 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +265.52 415.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +265.52 410.02 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +265.52 404.74 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +265.52 399.46 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +265.52 394.18 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +265.52 388.90 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +265.52 383.61 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +265.52 378.33 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +265.52 373.05 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +265.52 367.77 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +265.52 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +265.52 357.20 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +265.52 351.92 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +265.52 346.64 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +265.52 341.36 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 336.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 330.79 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +265.52 325.51 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 320.23 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +265.52 314.95 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +265.52 309.67 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +265.52 304.38 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +265.52 299.10 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +265.52 293.82 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 288.54 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +265.52 283.26 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +265.52 277.98 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +265.52 272.69 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +265.52 267.41 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +265.52 262.13 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +265.52 256.85 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 251.57 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +265.52 246.28 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +265.52 241.00 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +265.52 235.72 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +265.52 230.44 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 225.16 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +265.52 219.87 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +265.52 214.59 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 209.31 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +265.52 204.03 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +265.52 198.75 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 193.46 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +265.52 188.18 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +265.52 182.90 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +265.52 177.62 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +265.52 172.34 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +265.52 167.05 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 161.77 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 156.49 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +265.52 151.21 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +265.52 145.93 65.13 5.28 r p2 +265.52 140.64 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 135.36 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +265.52 130.08 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +330.66 441.72 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +330.66 436.43 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +330.66 431.15 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +330.66 425.87 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +330.66 420.59 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +330.66 415.31 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +330.66 410.02 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +330.66 404.74 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +330.66 399.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +330.66 394.18 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +330.66 388.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +330.66 383.61 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +330.66 378.33 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +330.66 373.05 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +330.66 367.77 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +330.66 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 357.20 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +330.66 351.92 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 346.64 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +330.66 341.36 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +330.66 336.08 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +330.66 330.79 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +330.66 325.51 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +330.66 320.23 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +330.66 314.95 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +330.66 309.67 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +330.66 304.38 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +330.66 299.10 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +330.66 293.82 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +330.66 288.54 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +330.66 283.26 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +330.66 277.98 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +330.66 272.69 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +330.66 267.41 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +330.66 262.13 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +330.66 256.85 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 251.57 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +330.66 246.28 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +330.66 241.00 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +330.66 235.72 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +330.66 230.44 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +330.66 225.16 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +330.66 219.87 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +330.66 214.59 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +330.66 209.31 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +330.66 204.03 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +330.66 198.75 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +330.66 193.46 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +330.66 188.18 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +330.66 182.90 65.13 5.28 r p2 +330.66 177.62 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +330.66 172.34 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +330.66 167.05 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +330.66 161.77 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 156.49 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +330.66 151.21 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +330.66 145.93 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +330.66 140.64 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 135.36 65.13 5.28 r p2 +330.66 130.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +395.79 441.72 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +395.79 436.43 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +395.79 431.15 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +395.79 425.87 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +395.79 420.59 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +395.79 415.31 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +395.79 410.02 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +395.79 404.74 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +395.79 399.46 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +395.79 394.18 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +395.79 388.90 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +395.79 383.61 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +395.79 378.33 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +395.79 373.05 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +395.79 367.77 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +395.79 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +395.79 357.20 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +395.79 351.92 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +395.79 346.64 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +395.79 341.36 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 336.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +395.79 330.79 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 325.51 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +395.79 320.23 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +395.79 314.95 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +395.79 309.67 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +395.79 304.38 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +395.79 299.10 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +395.79 293.82 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +395.79 288.54 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +395.79 283.26 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +395.79 277.98 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +395.79 272.69 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +395.79 267.41 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +395.79 262.13 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +395.79 256.85 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +395.79 251.57 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +395.79 246.28 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +395.79 241.00 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +395.79 235.72 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +395.79 230.44 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +395.79 225.16 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 219.87 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +395.79 214.59 65.13 5.28 r p2 +395.79 209.31 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +395.79 204.03 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +395.79 198.75 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +395.79 193.46 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 188.18 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +395.79 182.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +395.79 177.62 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +395.79 172.34 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 167.05 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +395.79 161.77 65.13 5.28 r p2 +395.79 156.49 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +395.79 151.21 65.13 5.28 r p2 +395.79 145.93 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +395.79 140.64 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 135.36 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +395.79 130.08 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +460.92 441.72 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +460.92 436.43 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +460.92 431.15 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +460.92 425.87 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +460.92 420.59 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +460.92 415.31 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +460.92 410.02 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +460.92 404.74 65.13 5.28 r p2 +460.92 399.46 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +460.92 394.18 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +460.92 388.90 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +460.92 383.61 65.13 5.28 r p2 +460.92 378.33 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +460.92 373.05 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +460.92 367.77 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +460.92 362.49 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +460.92 357.20 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +460.92 351.92 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +460.92 346.64 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +460.92 341.36 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +460.92 336.08 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +460.92 330.79 65.13 5.28 r p2 +460.92 325.51 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +460.92 320.23 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +460.92 314.95 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +460.92 309.67 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +460.92 304.38 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +460.92 299.10 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +460.92 293.82 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +460.92 288.54 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +460.92 283.26 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +460.92 277.98 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +460.92 272.69 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +460.92 267.41 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +460.92 262.13 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +460.92 256.85 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +460.92 251.57 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +460.92 246.28 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +460.92 241.00 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +460.92 235.72 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +460.92 230.44 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +460.92 225.16 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +460.92 219.87 65.13 5.28 r p2 +460.92 214.59 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +460.92 209.31 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +460.92 204.03 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +460.92 198.75 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +460.92 193.46 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +460.92 188.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +460.92 182.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +460.92 177.62 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +460.92 172.34 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +460.92 167.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +460.92 161.77 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +460.92 156.49 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +460.92 151.21 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +460.92 145.93 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +460.92 140.64 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +460.92 135.36 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +460.92 130.08 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 441.72 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +526.05 436.43 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +526.05 431.15 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +526.05 425.87 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +526.05 420.59 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +526.05 415.31 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +526.05 410.02 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +526.05 404.74 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +526.05 399.46 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +526.05 394.18 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +526.05 388.90 65.13 5.28 r p2 +526.05 383.61 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +526.05 378.33 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +526.05 373.05 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +526.05 367.77 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +526.05 362.49 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +526.05 357.20 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +526.05 351.92 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +526.05 346.64 65.13 5.28 r p2 +526.05 341.36 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +526.05 336.08 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +526.05 330.79 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +526.05 325.51 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +526.05 320.23 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +526.05 314.95 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +526.05 309.67 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +526.05 304.38 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +526.05 299.10 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +526.05 293.82 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +526.05 288.54 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +526.05 283.26 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +526.05 277.98 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +526.05 272.69 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +526.05 267.41 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +526.05 262.13 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +526.05 256.85 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +526.05 251.57 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +526.05 246.28 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +526.05 241.00 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +526.05 235.72 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +526.05 230.44 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +526.05 225.16 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 219.87 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +526.05 214.59 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +526.05 209.31 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +526.05 204.03 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +526.05 198.75 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +526.05 193.46 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +526.05 188.18 65.13 5.28 r p2 +526.05 182.90 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +526.05 177.62 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +526.05 172.34 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +526.05 167.05 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +526.05 161.77 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +526.05 156.49 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +526.05 151.21 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +526.05 145.93 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +526.05 140.64 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +526.05 135.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +526.05 130.08 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +591.18 441.72 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +591.18 436.43 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +591.18 431.15 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +591.18 425.87 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +591.18 420.59 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +591.18 415.31 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +591.18 410.02 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +591.18 404.74 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +591.18 399.46 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +591.18 394.18 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +591.18 388.90 65.13 5.28 r p2 +/bg { 1 0.4392 0.4392 srgb } def +591.18 383.61 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +591.18 378.33 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +591.18 373.05 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +591.18 367.77 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +591.18 362.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +591.18 357.20 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +591.18 351.92 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +591.18 346.64 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +591.18 341.36 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +591.18 336.08 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +591.18 330.79 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +591.18 325.51 65.13 5.28 r p2 +/bg { 1 0.4314 0.4314 srgb } def +591.18 320.23 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +591.18 314.95 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +591.18 309.67 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +591.18 304.38 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +591.18 299.10 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +591.18 293.82 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +591.18 288.54 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +591.18 283.26 65.13 5.28 r p2 +/bg { 1 0.5020 0.5020 srgb } def +591.18 277.98 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +591.18 272.69 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +591.18 267.41 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +591.18 262.13 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +591.18 256.85 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +591.18 251.57 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +591.18 246.28 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +591.18 241.00 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +591.18 235.72 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +591.18 230.44 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +591.18 225.16 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +591.18 219.87 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +591.18 214.59 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +591.18 209.31 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +591.18 204.03 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +591.18 198.75 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +591.18 193.46 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +591.18 188.18 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +591.18 182.90 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +591.18 177.62 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +591.18 172.34 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +591.18 167.05 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +591.18 161.77 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +591.18 156.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +591.18 151.21 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +591.18 145.93 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +591.18 140.64 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +591.18 135.36 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +591.18 130.08 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +656.31 441.72 65.13 5.28 r p2 +/bg { 1 0.3686 0.3686 srgb } def +656.31 436.43 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +656.31 431.15 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +656.31 425.87 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +656.31 420.59 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +656.31 415.31 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +656.31 410.02 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +656.31 404.74 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 399.46 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +656.31 394.18 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +656.31 388.90 65.13 5.28 r p2 +656.31 383.61 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +656.31 378.33 65.13 5.28 r p2 +656.31 373.05 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +656.31 367.77 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +656.31 362.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +656.31 357.20 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +656.31 351.92 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +656.31 346.64 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +656.31 341.36 65.13 5.28 r p2 +/bg { 1 0.2431 0.2431 srgb } def +656.31 336.08 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +656.31 330.79 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +656.31 325.51 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +656.31 320.23 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +656.31 314.95 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +656.31 309.67 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +656.31 304.38 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +656.31 299.10 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +656.31 293.82 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +656.31 288.54 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +656.31 283.26 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +656.31 277.98 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +656.31 272.69 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +656.31 267.41 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +656.31 262.13 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +656.31 256.85 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +656.31 251.57 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +656.31 246.28 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +656.31 241.00 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +656.31 235.72 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +656.31 230.44 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +656.31 225.16 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +656.31 219.87 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +656.31 214.59 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +656.31 209.31 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +656.31 204.03 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +656.31 198.75 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +656.31 193.46 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +656.31 188.18 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +656.31 182.90 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +656.31 177.62 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 172.34 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +656.31 167.05 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +656.31 161.77 65.13 5.28 r p2 +656.31 156.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +656.31 151.21 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +656.31 145.93 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +656.31 140.64 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +656.31 135.36 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +656.31 130.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +721.44 441.72 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +721.44 436.43 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +721.44 431.15 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +721.44 425.87 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +721.44 420.59 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +721.44 415.31 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +721.44 410.02 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +721.44 404.74 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +721.44 399.46 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +721.44 394.18 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +721.44 388.90 65.13 5.28 r p2 +721.44 383.61 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +721.44 378.33 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +721.44 373.05 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +721.44 367.77 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +721.44 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +721.44 357.20 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +721.44 351.92 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +721.44 346.64 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +721.44 341.36 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +721.44 336.08 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +721.44 330.79 65.13 5.28 r p2 +721.44 325.51 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +721.44 320.23 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +721.44 314.95 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +721.44 309.67 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +721.44 304.38 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +721.44 299.10 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +721.44 293.82 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +721.44 288.54 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +721.44 283.26 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +721.44 277.98 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +721.44 272.69 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +721.44 267.41 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +721.44 262.13 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +721.44 256.85 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +721.44 251.57 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +721.44 246.28 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +721.44 241.00 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +721.44 235.72 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +721.44 230.44 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +721.44 225.16 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +721.44 219.87 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +721.44 214.59 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +721.44 209.31 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +721.44 204.03 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +721.44 198.75 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +721.44 193.46 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +721.44 188.18 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +721.44 182.90 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +721.44 177.62 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +721.44 172.34 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +721.44 167.05 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +721.44 161.77 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +721.44 156.49 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +721.44 151.21 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +721.44 145.93 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +721.44 140.64 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +721.44 135.36 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +721.44 130.08 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +786.57 441.72 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +786.57 436.43 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +786.57 431.15 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +786.57 425.87 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +786.57 420.59 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +786.57 415.31 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +786.57 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +786.57 404.74 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +786.57 399.46 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +786.57 394.18 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +786.57 388.90 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +786.57 383.61 65.13 5.28 r p2 +786.57 378.33 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +786.57 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +786.57 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +786.57 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +786.57 357.20 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +786.57 351.92 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +786.57 346.64 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +786.57 341.36 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +786.57 336.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +786.57 330.79 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +786.57 325.51 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +786.57 320.23 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +786.57 314.95 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 309.67 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +786.57 304.38 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +786.57 299.10 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +786.57 293.82 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +786.57 288.54 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +786.57 283.26 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +786.57 277.98 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +786.57 272.69 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +786.57 267.41 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +786.57 262.13 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +786.57 256.85 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 251.57 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +786.57 246.28 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +786.57 241.00 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +786.57 235.72 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +786.57 230.44 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +786.57 225.16 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +786.57 219.87 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +786.57 214.59 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +786.57 209.31 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +786.57 204.03 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +786.57 198.75 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 193.46 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +786.57 188.18 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +786.57 182.90 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +786.57 177.62 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +786.57 172.34 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +786.57 167.05 65.13 5.28 r p2 +786.57 161.77 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +786.57 156.49 65.13 5.28 r p2 +/bg { 1 0 0 srgb } def +786.57 151.21 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +786.57 145.93 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +786.57 140.64 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +786.57 135.36 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +786.57 130.08 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 441.72 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +851.70 436.43 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +851.70 431.15 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +851.70 425.87 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +851.70 420.59 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +851.70 415.31 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +851.70 410.02 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +851.70 404.74 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +851.70 399.46 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +851.70 394.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +851.70 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +851.70 383.61 65.13 5.28 r p2 +851.70 378.33 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +851.70 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 367.77 65.13 5.28 r p2 +851.70 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +851.70 357.20 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +851.70 351.92 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +851.70 346.64 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 341.36 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +851.70 336.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +851.70 330.79 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +851.70 325.51 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 320.23 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +851.70 314.95 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +851.70 309.67 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +851.70 304.38 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +851.70 299.10 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +851.70 293.82 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +851.70 288.54 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +851.70 283.26 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +851.70 277.98 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +851.70 272.69 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +851.70 267.41 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +851.70 262.13 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +851.70 256.85 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +851.70 251.57 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +851.70 246.28 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +851.70 241.00 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 235.72 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +851.70 230.44 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +851.70 225.16 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +851.70 219.87 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +851.70 214.59 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +851.70 209.31 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +851.70 204.03 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +851.70 198.75 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +851.70 193.46 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +851.70 188.18 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +851.70 182.90 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 177.62 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +851.70 172.34 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +851.70 167.05 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +851.70 161.77 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +851.70 156.49 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +851.70 151.21 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +851.70 145.93 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 140.64 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +851.70 135.36 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +851.70 130.08 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +916.84 441.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +916.84 436.43 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +916.84 431.15 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +916.84 425.87 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +916.84 420.59 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +916.84 415.31 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +916.84 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +916.84 404.74 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +916.84 399.46 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +916.84 394.18 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +916.84 388.90 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +916.84 383.61 65.13 5.28 r p2 +916.84 378.33 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +916.84 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +916.84 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +916.84 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +916.84 357.20 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +916.84 351.92 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +916.84 346.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +916.84 341.36 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +916.84 336.08 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +916.84 330.79 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +916.84 325.51 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +916.84 320.23 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +916.84 314.95 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +916.84 309.67 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +916.84 304.38 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +916.84 299.10 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +916.84 293.82 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +916.84 288.54 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +916.84 283.26 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +916.84 277.98 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +916.84 272.69 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +916.84 267.41 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +916.84 262.13 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +916.84 256.85 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +916.84 251.57 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +916.84 246.28 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +916.84 241.00 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +916.84 235.72 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +916.84 230.44 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +916.84 225.16 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 219.87 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +916.84 214.59 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +916.84 209.31 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +916.84 204.03 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +916.84 198.75 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +916.84 193.46 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +916.84 188.18 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +916.84 182.90 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +916.84 177.62 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +916.84 172.34 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +916.84 167.05 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +916.84 161.77 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +916.84 156.49 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +916.84 151.21 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +916.84 145.93 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +916.84 140.64 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +916.84 135.36 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +916.84 130.08 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +981.97 441.72 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +981.97 436.43 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +981.97 431.15 65.13 5.28 r p2 +981.97 425.87 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +981.97 420.59 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +981.97 415.31 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +981.97 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +981.97 404.74 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +981.97 399.46 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +981.97 394.18 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +981.97 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +981.97 383.61 65.13 5.28 r p2 +981.97 378.33 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +981.97 373.05 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +981.97 367.77 65.13 5.28 r p2 +981.97 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +981.97 357.20 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +981.97 351.92 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +981.97 346.64 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +981.97 341.36 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +981.97 336.08 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +981.97 330.79 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +981.97 325.51 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +981.97 320.23 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +981.97 314.95 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +981.97 309.67 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +981.97 304.38 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +981.97 299.10 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +981.97 293.82 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +981.97 288.54 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +981.97 283.26 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +981.97 277.98 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +981.97 272.69 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +981.97 267.41 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +981.97 262.13 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +981.97 256.85 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +981.97 251.57 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +981.97 246.28 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +981.97 241.00 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +981.97 235.72 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +981.97 230.44 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +981.97 225.16 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +981.97 219.87 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +981.97 214.59 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +981.97 209.31 65.13 5.28 r p2 +981.97 204.03 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +981.97 198.75 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +981.97 193.46 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +981.97 188.18 65.13 5.28 r p2 +981.97 182.90 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +981.97 177.62 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +981.97 172.34 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 167.05 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +981.97 161.77 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +981.97 156.49 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +981.97 151.21 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +981.97 145.93 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +981.97 140.64 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +981.97 135.36 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +981.97 130.08 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1047.10 441.72 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1047.10 436.43 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1047.10 431.15 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1047.10 425.87 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1047.10 420.59 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1047.10 415.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1047.10 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1047.10 404.74 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1047.10 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1047.10 394.18 65.13 5.28 r p2 +1047.10 388.90 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1047.10 383.61 65.13 5.28 r p2 +1047.10 378.33 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1047.10 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1047.10 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1047.10 357.20 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1047.10 351.92 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1047.10 346.64 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 341.36 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1047.10 336.08 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1047.10 330.79 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1047.10 325.51 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1047.10 320.23 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1047.10 314.95 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1047.10 309.67 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1047.10 304.38 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1047.10 299.10 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1047.10 293.82 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 288.54 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1047.10 283.26 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1047.10 277.98 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1047.10 272.69 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1047.10 267.41 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1047.10 262.13 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1047.10 256.85 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1047.10 251.57 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1047.10 246.28 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1047.10 241.00 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1047.10 235.72 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1047.10 230.44 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1047.10 225.16 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 219.87 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1047.10 214.59 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1047.10 209.31 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1047.10 204.03 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 198.75 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1047.10 193.46 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1047.10 188.18 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1047.10 182.90 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1047.10 177.62 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1047.10 172.34 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1047.10 167.05 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1047.10 161.77 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1047.10 156.49 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1047.10 151.21 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1047.10 145.93 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1047.10 140.64 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1047.10 135.36 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1047.10 130.08 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1112.23 441.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1112.23 436.43 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1112.23 431.15 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1112.23 425.87 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1112.23 420.59 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1112.23 415.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1112.23 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1112.23 404.74 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1112.23 399.46 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 394.18 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1112.23 388.90 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1112.23 383.61 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 378.33 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1112.23 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1112.23 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1112.23 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1112.23 357.20 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1112.23 351.92 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1112.23 346.64 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1112.23 341.36 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1112.23 336.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1112.23 330.79 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1112.23 325.51 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1112.23 320.23 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1112.23 314.95 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1112.23 309.67 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1112.23 304.38 65.13 5.28 r p2 +1112.23 299.10 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1112.23 293.82 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1112.23 288.54 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1112.23 283.26 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1112.23 277.98 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1112.23 272.69 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1112.23 267.41 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1112.23 262.13 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1112.23 256.85 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1112.23 251.57 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1112.23 246.28 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1112.23 241.00 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1112.23 235.72 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1112.23 230.44 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1112.23 225.16 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1112.23 219.87 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1112.23 214.59 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1112.23 209.31 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1112.23 204.03 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1112.23 198.75 65.13 5.28 r p2 +1112.23 193.46 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1112.23 188.18 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1112.23 182.90 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1112.23 177.62 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1112.23 172.34 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1112.23 167.05 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1112.23 161.77 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1112.23 156.49 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1112.23 151.21 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1112.23 145.93 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 140.64 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1112.23 135.36 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1112.23 130.08 65.13 5.28 r p2 +1177.36 441.72 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1177.36 436.43 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1177.36 431.15 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1177.36 425.87 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1177.36 420.59 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1177.36 415.31 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1177.36 410.02 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1177.36 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1177.36 399.46 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1177.36 394.18 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1177.36 388.90 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1177.36 383.61 65.13 5.28 r p2 +1177.36 378.33 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1177.36 373.05 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1177.36 367.77 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1177.36 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1177.36 357.20 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1177.36 351.92 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1177.36 346.64 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1177.36 341.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1177.36 336.08 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1177.36 330.79 65.13 5.28 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1177.36 325.51 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1177.36 320.23 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1177.36 314.95 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1177.36 309.67 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1177.36 304.38 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1177.36 299.10 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1177.36 293.82 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1177.36 288.54 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1177.36 283.26 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1177.36 277.98 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1177.36 272.69 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1177.36 267.41 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1177.36 262.13 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1177.36 256.85 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1177.36 251.57 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1177.36 246.28 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1177.36 241.00 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1177.36 235.72 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1177.36 230.44 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1177.36 225.16 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1177.36 219.87 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1177.36 214.59 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1177.36 209.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 204.03 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1177.36 198.75 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1177.36 193.46 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1177.36 188.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1177.36 182.90 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1177.36 177.62 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1177.36 172.34 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1177.36 167.05 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1177.36 161.77 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1177.36 156.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1177.36 151.21 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1177.36 145.93 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1177.36 140.64 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1177.36 135.36 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1177.36 130.08 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1242.49 441.72 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1242.49 436.43 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1242.49 431.15 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1242.49 425.87 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1242.49 420.59 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1242.49 415.31 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1242.49 410.02 65.13 5.28 r p2 +1242.49 404.74 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1242.49 399.46 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1242.49 394.18 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1242.49 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1242.49 383.61 65.13 5.28 r p2 +1242.49 378.33 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1242.49 373.05 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1242.49 367.77 65.13 5.28 r p2 +1242.49 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1242.49 357.20 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1242.49 351.92 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1242.49 346.64 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1242.49 341.36 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1242.49 336.08 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1242.49 330.79 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 325.51 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1242.49 320.23 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1242.49 314.95 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1242.49 309.67 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1242.49 304.38 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1242.49 299.10 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1242.49 293.82 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1242.49 288.54 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1242.49 283.26 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1242.49 277.98 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1242.49 272.69 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1242.49 267.41 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1242.49 262.13 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1242.49 256.85 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 251.57 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1242.49 246.28 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1242.49 241.00 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 235.72 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1242.49 230.44 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 225.16 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1242.49 219.87 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1242.49 214.59 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1242.49 209.31 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1242.49 204.03 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1242.49 198.75 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 193.46 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 188.18 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1242.49 182.90 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1242.49 177.62 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1242.49 172.34 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1242.49 167.05 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1242.49 161.77 65.13 5.28 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1242.49 156.49 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1242.49 151.21 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1242.49 145.93 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1242.49 140.64 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1242.49 135.36 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1242.49 130.08 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1307.62 441.72 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 436.43 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1307.62 431.15 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1307.62 425.87 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1307.62 420.59 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1307.62 415.31 65.13 5.28 r p2 +1307.62 410.02 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1307.62 404.74 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1307.62 399.46 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1307.62 394.18 65.13 5.28 r p2 +1307.62 388.90 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1307.62 383.61 65.13 5.28 r p2 +1307.62 378.33 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1307.62 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1307.62 362.49 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1307.62 357.20 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1307.62 351.92 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 346.64 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1307.62 341.36 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1307.62 336.08 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1307.62 330.79 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 325.51 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1307.62 320.23 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1307.62 314.95 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1307.62 309.67 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1307.62 304.38 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1307.62 299.10 65.13 5.28 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1307.62 293.82 65.13 5.28 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1307.62 288.54 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1307.62 283.26 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1307.62 277.98 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1307.62 272.69 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1307.62 267.41 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1307.62 262.13 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1307.62 256.85 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1307.62 251.57 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1307.62 246.28 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1307.62 241.00 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1307.62 235.72 65.13 5.28 r p2 +1307.62 230.44 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1307.62 225.16 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1307.62 219.87 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1307.62 214.59 65.13 5.28 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1307.62 209.31 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1307.62 204.03 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1307.62 198.75 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1307.62 193.46 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1307.62 188.18 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1307.62 182.90 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1307.62 177.62 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1307.62 172.34 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1307.62 167.05 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1307.62 161.77 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1307.62 156.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1307.62 151.21 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1307.62 145.93 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1307.62 140.64 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1307.62 135.36 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1307.62 130.08 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1372.75 441.72 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1372.75 436.43 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1372.75 431.15 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1372.75 425.87 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1372.75 420.59 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1372.75 415.31 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1372.75 410.02 65.13 5.28 r p2 +1372.75 404.74 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1372.75 399.46 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1372.75 394.18 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1372.75 388.90 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1372.75 383.61 65.13 5.28 r p2 +1372.75 378.33 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1372.75 373.05 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1372.75 367.77 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1372.75 362.49 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1372.75 357.20 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1372.75 351.92 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1372.75 346.64 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1372.75 341.36 65.13 5.28 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1372.75 336.08 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1372.75 330.79 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1372.75 325.51 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1372.75 320.23 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1372.75 314.95 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1372.75 309.67 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1372.75 304.38 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1372.75 299.10 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1372.75 293.82 65.13 5.28 r p2 +1372.75 288.54 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1372.75 283.26 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1372.75 277.98 65.13 5.28 r p2 +1372.75 272.69 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1372.75 267.41 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1372.75 262.13 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 256.85 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1372.75 251.57 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 246.28 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1372.75 241.00 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1372.75 235.72 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1372.75 230.44 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1372.75 225.16 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1372.75 219.87 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1372.75 214.59 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1372.75 209.31 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1372.75 204.03 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1372.75 198.75 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1372.75 193.46 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1372.75 188.18 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1372.75 182.90 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1372.75 177.62 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1372.75 172.34 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1372.75 167.05 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1372.75 161.77 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1372.75 156.49 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1372.75 151.21 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1372.75 145.93 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1372.75 140.64 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1372.75 135.36 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1372.75 130.08 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1437.88 441.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1437.88 436.43 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 431.15 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1437.88 425.87 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1437.88 420.59 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1437.88 415.31 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1437.88 410.02 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1437.88 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 399.46 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1437.88 394.18 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1437.88 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1437.88 383.61 65.13 5.28 r p2 +1437.88 378.33 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1437.88 373.05 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1437.88 367.77 65.13 5.28 r p2 +1437.88 362.49 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1437.88 357.20 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1437.88 351.92 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1437.88 346.64 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1437.88 341.36 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1437.88 336.08 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1437.88 330.79 65.13 5.28 r p2 +1437.88 325.51 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1437.88 320.23 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1437.88 314.95 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1437.88 309.67 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1437.88 304.38 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1437.88 299.10 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1437.88 293.82 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1437.88 288.54 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1437.88 283.26 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1437.88 277.98 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1437.88 272.69 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1437.88 267.41 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1437.88 262.13 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1437.88 256.85 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1437.88 251.57 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1437.88 246.28 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1437.88 241.00 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1437.88 235.72 65.13 5.28 r p2 +1437.88 230.44 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1437.88 225.16 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1437.88 219.87 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1437.88 214.59 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1437.88 209.31 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1437.88 204.03 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1437.88 198.75 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1437.88 193.46 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1437.88 188.18 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1437.88 182.90 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1437.88 177.62 65.13 5.28 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1437.88 172.34 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1437.88 167.05 65.13 5.28 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1437.88 161.77 65.13 5.28 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1437.88 156.49 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1437.88 151.21 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1437.88 145.93 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1437.88 140.64 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1437.88 135.36 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1437.88 130.08 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1503.01 441.72 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1503.01 436.43 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1503.01 431.15 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1503.01 425.87 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1503.01 420.59 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 415.31 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1503.01 410.02 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1503.01 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1503.01 399.46 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1503.01 394.18 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1503.01 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1503.01 383.61 65.13 5.28 r p2 +1503.01 378.33 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1503.01 373.05 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1503.01 367.77 65.13 5.28 r p2 +1503.01 362.49 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1503.01 357.20 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1503.01 351.92 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1503.01 346.64 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1503.01 341.36 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1503.01 336.08 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 330.79 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1503.01 325.51 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1503.01 320.23 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1503.01 314.95 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1503.01 309.67 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1503.01 304.38 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1503.01 299.10 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1503.01 293.82 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1503.01 288.54 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1503.01 283.26 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1503.01 277.98 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1503.01 272.69 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1503.01 267.41 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1503.01 262.13 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1503.01 256.85 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 251.57 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1503.01 246.28 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1503.01 241.00 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1503.01 235.72 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1503.01 230.44 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1503.01 225.16 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1503.01 219.87 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1503.01 214.59 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1503.01 209.31 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 204.03 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1503.01 198.75 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1503.01 193.46 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1503.01 188.18 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1503.01 182.90 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1503.01 177.62 65.13 5.28 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1503.01 172.34 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1503.01 167.05 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1503.01 161.77 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1503.01 156.49 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 151.21 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1503.01 145.93 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1503.01 140.64 65.13 5.28 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1503.01 135.36 65.13 5.28 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1503.01 130.08 65.13 5.28 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +30.39 127.08 (Batch1_P_13) 0 270.00 t +95.52 127.08 (Batch1_P_14) 0 270.00 t +160.65 127.08 (Batch1_P_15) 0 270.00 t +225.78 127.08 (Batch1_P_17) 0 270.00 t +290.91 127.08 (Batch1_P_22) 0 270.00 t +356.04 127.08 (Batch1_P_23) 0 270.00 t +421.17 127.08 (Batch1_P_24) 0 270.00 t +486.30 127.08 (Batch1_P_19) 0 270.00 t +551.43 127.08 (Batch1_P_21) 0 270.00 t +616.57 127.08 (Batch1_P_20) 0 270.00 t +681.70 127.08 (Batch1_P_16) 0 270.00 t +746.83 127.08 (Batch1_P_18) 0 270.00 t +811.96 127.08 (Batch1_E_5) 0 270.00 t +877.09 127.08 (Batch1_E_6) 0 270.00 t +942.22 127.08 (Batch1_E_7) 0 270.00 t +1007.35 127.08 (Batch1_E_8) 0 270.00 t +1072.48 127.08 (Batch1_E_10) 0 270.00 t +1137.61 127.08 (Batch1_E_11) 0 270.00 t +1202.75 127.08 (Batch1_E_12) 0 270.00 t +1267.88 127.08 (Batch1_E_4) 0 270.00 t +1333.01 127.08 (Batch1_E_9) 0 270.00 t +1398.14 127.08 (Batch1_E_1) 0 270.00 t +1463.27 127.08 (Batch1_E_2) 0 270.00 t +1528.40 127.08 (Batch1_E_3) 0 270.00 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0.8392 0.3608 srgb } def +5.00 450.00 65.13 20.00 r p2 +70.13 450.00 65.13 20.00 r p2 +135.26 450.00 65.13 20.00 r p2 +200.39 450.00 65.13 20.00 r p2 +265.52 450.00 65.13 20.00 r p2 +330.66 450.00 65.13 20.00 r p2 +395.79 450.00 65.13 20.00 r p2 +460.92 450.00 65.13 20.00 r p2 +526.05 450.00 65.13 20.00 r p2 +591.18 450.00 65.13 20.00 r p2 +656.31 450.00 65.13 20.00 r p2 +721.44 450.00 65.13 20.00 r p2 +786.57 450.00 65.13 20.00 r p2 +851.70 450.00 65.13 20.00 r p2 +916.84 450.00 65.13 20.00 r p2 +981.97 450.00 65.13 20.00 r p2 +1047.10 450.00 65.13 20.00 r p2 +1112.23 450.00 65.13 20.00 r p2 +1177.36 450.00 65.13 20.00 r p2 +1242.49 450.00 65.13 20.00 r p2 +1307.62 450.00 65.13 20.00 r p2 +1372.75 450.00 65.13 20.00 r p2 +1437.88 450.00 65.13 20.00 r p2 +1503.01 450.00 65.13 20.00 r p2 +/bg { 0.5098 0.7176 1 srgb } def +5.00 472.00 65.13 20.00 r p2 +70.13 472.00 65.13 20.00 r p2 +135.26 472.00 65.13 20.00 r p2 +200.39 472.00 65.13 20.00 r p2 +265.52 472.00 65.13 20.00 r p2 +330.66 472.00 65.13 20.00 r p2 +395.79 472.00 65.13 20.00 r p2 +460.92 472.00 65.13 20.00 r p2 +526.05 472.00 65.13 20.00 r p2 +591.18 472.00 65.13 20.00 r p2 +656.31 472.00 65.13 20.00 r p2 +721.44 472.00 65.13 20.00 r p2 +/bg { 1 0.5725 0.5373 srgb } def +786.57 472.00 65.13 20.00 r p2 +851.70 472.00 65.13 20.00 r p2 +916.84 472.00 65.13 20.00 r p2 +981.97 472.00 65.13 20.00 r p2 +1047.10 472.00 65.13 20.00 r p2 +1112.23 472.00 65.13 20.00 r p2 +1177.36 472.00 65.13 20.00 r p2 +1242.49 472.00 65.13 20.00 r p2 +1307.62 472.00 65.13 20.00 r p2 +1372.75 472.00 65.13 20.00 r p2 +1437.88 472.00 65.13 20.00 r p2 +1503.01 472.00 65.13 20.00 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1571.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1571.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1630.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1630.63 396.74 28.72 28.72 r p2 +/bg { 0.5098 0.7176 1 srgb } def +1630.63 368.02 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 403.92 (E) 0 0 t +1665.10 375.20 (P) 0 0 t +/Font2 findfont 20 s +1630.63 332.12 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 0 0.8392 0.3608 srgb } def +1630.63 296.22 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 303.40 (Batch1) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0 1 srgb } def +1573.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1573.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1573.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1573.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1573.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1573.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1573.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1573.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1573.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1573.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1573.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1573.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1573.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1573.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1573.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1573.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1573.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1573.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1573.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1573.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1573.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1573.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1573.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1573.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1573.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1573.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1573.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1573.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1573.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1573.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1573.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1573.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1573.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1573.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1573.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1573.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1573.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1573.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1573.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1573.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1573.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1573.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1573.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1573.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1573.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1573.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1573.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1573.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1573.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1573.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1573.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1573.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1573.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1573.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1573.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1573.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1573.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1573.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1573.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1573.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1573.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1573.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1573.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1573.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1573.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1573.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1573.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1573.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1573.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1573.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1573.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1573.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1573.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1573.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1573.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1573.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1573.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1573.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1573.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1573.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1573.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1573.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1573.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1573.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1573.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1573.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1573.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1573.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1573.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1573.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1573.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1573.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1573.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1573.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1573.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1573.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1573.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1573.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1573.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1573.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1573.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1573.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1573.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1573.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1573.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1573.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1573.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1573.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1573.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1573.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1573.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1573.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1573.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1573.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1573.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1573.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1573.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1573.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1573.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1573.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1573.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1573.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1573.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1573.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1573.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1573.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1573.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1573.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1573.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1573.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1573.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1573.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1573.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1573.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1573.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1573.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1573.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1573.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1573.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1573.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1573.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1573.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1573.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1573.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1573.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1573.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1573.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1573.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1573.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1573.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1573.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1573.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1573.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1573.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1573.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1573.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1573.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1573.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1573.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1573.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1573.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1573.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1573.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1573.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1573.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1573.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1573.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1573.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1573.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1573.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1573.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1573.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1573.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1573.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1573.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1573.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1573.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1573.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1573.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1573.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1573.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1573.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1573.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1573.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1573.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1573.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1573.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1573.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1573.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1573.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1573.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1573.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1573.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1573.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1573.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1573.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1573.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1573.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1573.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1573.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1573.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1573.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1573.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1573.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1573.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1573.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1573.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1573.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1573.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1573.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1573.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1573.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1573.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1573.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1573.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1573.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1573.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1573.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1573.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1573.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1573.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1573.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1573.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1573.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1573.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1573.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1573.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1573.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1573.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1573.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1573.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1573.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1573.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1573.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1573.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1573.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1573.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1573.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1573.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1573.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1573.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1573.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1573.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1573.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1573.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1573.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1573.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1573.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1573.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1573.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1573.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1573.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1573.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1573.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1573.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1573.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1587.15 296.29 (-4) 0 0 t +1587.15 330.55 (-2) 0 0 t +1587.15 364.82 (0) 0 0 t +1587.15 399.08 (2) 0 0 t +1587.15 433.35 (4) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..39aecbf19a8117ffb1b684838c88b64531776c36 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..c68b067c296b9c975a3d9f2e50b91feec85fbae1 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/raw_pca_cor.ps @@ -0,0 +1,2026 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 3456 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 1152.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1152.00 576.00 r p3 +0.00 0.00 3456.00 576.00 cl +41.23 31.91 1073.83 552.85 cl +/bg { 1 1 1 srgb } def +41.23 31.91 1032.59 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +41.23 88.82 m +1032.60 0 l +o +np +41.23 193.75 m +1032.60 0 l +o +np +41.23 298.68 m +1032.60 0 l +o +np +41.23 403.61 m +1032.60 0 l +o +np +41.23 508.54 m +1032.60 0 l +o +np +142.57 31.91 m +0 520.94 l +o +np +412.19 31.91 m +0 520.94 l +o +np +681.81 31.91 m +0 520.94 l +o +np +951.43 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +41.23 36.35 m +1032.60 0 l +o +np +41.23 141.29 m +1032.60 0 l +o +np +41.23 246.22 m +1032.60 0 l +o +np +41.23 351.15 m +1032.60 0 l +o +np +41.23 456.08 m +1032.60 0 l +o +np +277.38 31.91 m +0 520.94 l +o +np +547.00 31.91 m +0 520.94 l +o +np +816.62 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +437.10 529.17 1.95 c p2 +255.76 189.10 1.95 c p2 +278.99 208.66 1.95 c p2 +150.76 75.65 1.95 c p2 +137.55 465.22 1.95 c p2 +136.22 483.49 1.95 c p2 +88.17 180.31 1.95 c p2 +214.86 233.96 1.95 c p2 +176.99 285.55 1.95 c p2 +244.99 193.15 1.95 c p2 +273.74 214.54 1.95 c p2 +102.42 95.18 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +897.34 403.89 1.95 c p2 +1004.29 452.04 1.95 c p2 +1026.89 448.71 1.95 c p2 +778.77 155.35 1.95 c p2 +776.89 240.17 1.95 c p2 +756.48 152.87 1.95 c p2 +894.90 188.51 1.95 c p2 +809.71 55.59 1.95 c p2 +922.86 174.70 1.95 c p2 +904.49 154.80 1.95 c p2 +919.62 157.81 1.95 c p2 +938.18 170.77 1.95 c p2 +0.7020 0.7020 0.7020 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +41.23 31.91 1032.59 520.94 r p1 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +36.30 33.12 (-5.0) 1 0 t +36.30 138.05 (-2.5) 1 0 t +36.30 242.98 (0.0) 1 0 t +36.30 347.92 (2.5) 1 0 t +36.30 452.85 (5.0) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.49 36.35 m +2.74 0 l +o +np +38.49 141.29 m +2.74 0 l +o +np +38.49 246.22 m +2.74 0 l +o +np +38.49 351.15 m +2.74 0 l +o +np +38.49 456.08 m +2.74 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +277.38 29.17 m +0 2.74 l +o +np +547.00 29.17 m +0 2.74 l +o +np +816.62 29.17 m +0 2.74 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +277.38 20.52 (-4) .5 0 t +547.00 20.52 (0) .5 0 t +816.62 20.52 (4) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +557.53 7.90 (PC1 \(47.00%\)) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(18.21%\)) .5 90 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 289.22 52.53 61.32 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 335.95 (GroupID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 311.98 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 320.62 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 294.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 303.34 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 317.39 (E) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 300.11 (P) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 234.22 61.74 44.04 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 263.67 (BatchID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 239.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0 0 srgb } def +1098.90 248.34 1.95 c p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 245.11 (Batch1) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +41.23 561.19 (PCA of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1987.04 0.00 2620.96 576.00 cl +0.00 0.00 3456.00 576.00 cl +2069.50 69.32 2553.03 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2069.50 81.30 m +483.53 0 l +o +np +2069.50 101.28 m +483.53 0 l +o +np +2069.50 121.27 m +483.53 0 l +o +np +2069.50 141.25 m +483.53 0 l +o +np +2069.50 161.23 m +483.53 0 l +o +np +2069.50 181.21 m +483.53 0 l +o +np +2069.50 201.19 m +483.53 0 l +o +np +2069.50 221.17 m +483.53 0 l +o +np +2069.50 241.15 m +483.53 0 l +o +np +2069.50 261.13 m +483.53 0 l +o +np +2069.50 281.11 m +483.53 0 l +o +np +2069.50 301.09 m +483.53 0 l +o +np +2069.50 321.07 m +483.53 0 l +o +np +2069.50 341.05 m +483.53 0 l +o +np +2069.50 361.03 m +483.53 0 l +o +np +2069.50 381.01 m +483.53 0 l +o +np +2069.50 400.99 m +483.53 0 l +o +np +2069.50 420.97 m +483.53 0 l +o +np +2069.50 440.96 m +483.53 0 l +o +np +2069.50 460.94 m +483.53 0 l +o +np +2069.50 480.92 m +483.53 0 l +o +np +2069.50 500.90 m +483.53 0 l +o +np +2069.50 520.88 m +483.53 0 l +o +np +2069.50 540.86 m +483.53 0 l +o +np +2081.49 69.32 m +0 483.53 l +o +np +2101.47 69.32 m +0 483.53 l +o +np +2121.45 69.32 m +0 483.53 l +o +np +2141.43 69.32 m +0 483.53 l +o +np +2161.41 69.32 m +0 483.53 l +o +np +2181.39 69.32 m +0 483.53 l +o +np +2201.37 69.32 m +0 483.53 l +o +np +2221.36 69.32 m +0 483.53 l +o +np +2241.34 69.32 m +0 483.53 l +o +np +2261.32 69.32 m +0 483.53 l +o +np +2281.30 69.32 m +0 483.53 l +o +np +2301.28 69.32 m +0 483.53 l +o +np +2321.26 69.32 m +0 483.53 l +o +np +2341.24 69.32 m +0 483.53 l +o +np +2361.22 69.32 m +0 483.53 l +o +np +2381.20 69.32 m +0 483.53 l +o +np +2401.18 69.32 m +0 483.53 l +o +np +2421.16 69.32 m +0 483.53 l +o +np +2441.14 69.32 m +0 483.53 l +o +np +2461.12 69.32 m +0 483.53 l +o +np +2481.10 69.32 m +0 483.53 l +o +np +2501.08 69.32 m +0 483.53 l +o +np +2521.06 69.32 m +0 483.53 l +o +np +2541.05 69.32 m +0 483.53 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +2071.50 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2091.48 71.31 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2111.46 71.31 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2131.44 71.31 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2151.42 71.31 19.98 19.98 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2171.40 71.31 19.98 19.98 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2191.38 71.31 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2211.36 71.31 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2231.35 71.31 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2251.33 71.31 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2271.31 71.31 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2291.29 71.31 19.98 19.98 r p3 +/bg { 0.9412 0.8980 1 srgb } def +2311.27 71.31 19.98 19.98 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2331.25 71.31 19.98 19.98 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2351.23 71.31 19.98 19.98 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2371.21 71.31 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2391.19 71.31 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2411.17 71.31 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2431.15 71.31 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2451.13 71.31 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2471.11 71.31 19.98 19.98 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2491.09 71.31 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2511.07 71.31 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2531.06 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2071.50 91.29 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2091.48 91.29 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2111.46 91.29 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2131.44 91.29 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2151.42 91.29 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2171.40 91.29 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2191.38 91.29 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2211.36 91.29 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2231.35 91.29 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2251.33 91.29 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2271.31 91.29 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2291.29 91.29 19.98 19.98 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2311.27 91.29 19.98 19.98 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2331.25 91.29 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2351.23 91.29 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2371.21 91.29 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2391.19 91.29 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2411.17 91.29 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2431.15 91.29 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2451.13 91.29 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2471.11 91.29 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2491.09 91.29 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2511.07 91.29 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2531.06 91.29 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2071.50 111.28 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2091.48 111.28 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2111.46 111.28 19.98 19.98 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2131.44 111.28 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2151.42 111.28 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2171.40 111.28 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2191.38 111.28 19.98 19.98 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2211.36 111.28 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2231.35 111.28 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2251.33 111.28 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2271.31 111.28 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2291.29 111.28 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2311.27 111.28 19.98 19.98 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2331.25 111.28 19.98 19.98 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2351.23 111.28 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2371.21 111.28 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2391.19 111.28 19.98 19.98 r p3 +/bg { 0.5255 0.3490 1 srgb } def +2411.17 111.28 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2431.15 111.28 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2451.13 111.28 19.98 19.98 r p3 +/bg { 0.5255 0.3490 1 srgb } def +2471.11 111.28 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2491.09 111.28 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2511.07 111.28 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2531.06 111.28 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2071.50 131.26 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2091.48 131.26 19.98 19.98 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2111.46 131.26 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2131.44 131.26 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2151.42 131.26 19.98 19.98 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2171.40 131.26 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2191.38 131.26 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2211.36 131.26 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2231.35 131.26 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2251.33 131.26 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2271.31 131.26 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2291.29 131.26 19.98 19.98 r p3 +/bg { 0.9569 0.9255 1 srgb } def +2311.27 131.26 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2331.25 131.26 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2351.23 131.26 19.98 19.98 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2371.21 131.26 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2391.19 131.26 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2411.17 131.26 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2431.15 131.26 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2451.13 131.26 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2471.11 131.26 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2491.09 131.26 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2511.07 131.26 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2531.06 131.26 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2071.50 151.24 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2091.48 151.24 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2111.46 151.24 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2131.44 151.24 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2151.42 151.24 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2171.40 151.24 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2191.38 151.24 19.98 19.98 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2211.36 151.24 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2231.35 151.24 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2251.33 151.24 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2271.31 151.24 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2291.29 151.24 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2311.27 151.24 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2331.25 151.24 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2351.23 151.24 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2371.21 151.24 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2391.19 151.24 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2411.17 151.24 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2431.15 151.24 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2451.13 151.24 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2471.11 151.24 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2491.09 151.24 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2511.07 151.24 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2531.06 151.24 19.98 19.98 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2071.50 171.22 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2091.48 171.22 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2111.46 171.22 19.98 19.98 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2131.44 171.22 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2151.42 171.22 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2171.40 171.22 19.98 19.98 r p3 +/bg { 1 0.2275 0.1216 srgb } def +2191.38 171.22 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2211.36 171.22 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2231.35 171.22 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2251.33 171.22 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2271.31 171.22 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2291.29 171.22 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2311.27 171.22 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2331.25 171.22 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2351.23 171.22 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2371.21 171.22 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2391.19 171.22 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2411.17 171.22 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2431.15 171.22 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2451.13 171.22 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2471.11 171.22 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2491.09 171.22 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2511.07 171.22 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2531.06 171.22 19.98 19.98 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2071.50 191.20 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2091.48 191.20 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2111.46 191.20 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2131.44 191.20 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2151.42 191.20 19.98 19.98 r p3 +/bg { 1 0.2275 0.1216 srgb } def +2171.40 191.20 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2191.38 191.20 19.98 19.98 r p3 +/bg { 1 0.1608 0.0745 srgb } def +2211.36 191.20 19.98 19.98 r p3 +/bg { 1 0.4235 0.2941 srgb } def +2231.35 191.20 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2251.33 191.20 19.98 19.98 r p3 +/bg { 1 0.4706 0.3412 srgb } def +2271.31 191.20 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2291.29 191.20 19.98 19.98 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2311.27 191.20 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2331.25 191.20 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2351.23 191.20 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2371.21 191.20 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2391.19 191.20 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2411.17 191.20 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2431.15 191.20 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2451.13 191.20 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2471.11 191.20 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2491.09 191.20 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2511.07 191.20 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2531.06 191.20 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2071.50 211.18 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2091.48 211.18 19.98 19.98 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2111.46 211.18 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2131.44 211.18 19.98 19.98 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2151.42 211.18 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2171.40 211.18 19.98 19.98 r p3 +/bg { 1 0.1608 0.0745 srgb } def +2191.38 211.18 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2211.36 211.18 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2231.35 211.18 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2251.33 211.18 19.98 19.98 r p3 +/bg { 1 0.4706 0.3412 srgb } def +2271.31 211.18 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2291.29 211.18 19.98 19.98 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2311.27 211.18 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2331.25 211.18 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2351.23 211.18 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2371.21 211.18 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2391.19 211.18 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2411.17 211.18 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2431.15 211.18 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2451.13 211.18 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2471.11 211.18 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2491.09 211.18 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2511.07 211.18 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2531.06 211.18 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2071.50 231.16 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2091.48 231.16 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2111.46 231.16 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2131.44 231.16 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2151.42 231.16 19.98 19.98 r p3 +2171.40 231.16 19.98 19.98 r p3 +/bg { 1 0.4235 0.2941 srgb } def +2191.38 231.16 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2211.36 231.16 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2231.35 231.16 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2251.33 231.16 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2271.31 231.16 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2291.29 231.16 19.98 19.98 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2311.27 231.16 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2331.25 231.16 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2351.23 231.16 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2371.21 231.16 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2391.19 231.16 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2411.17 231.16 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2431.15 231.16 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2451.13 231.16 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2471.11 231.16 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2491.09 231.16 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2511.07 231.16 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2531.06 231.16 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2071.50 251.14 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2091.48 251.14 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2111.46 251.14 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2131.44 251.14 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2151.42 251.14 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2171.40 251.14 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2191.38 251.14 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2211.36 251.14 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2231.35 251.14 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2251.33 251.14 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2271.31 251.14 19.98 19.98 r p3 +/bg { 1 0.5647 0.4431 srgb } def +2291.29 251.14 19.98 19.98 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2311.27 251.14 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2331.25 251.14 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2351.23 251.14 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2371.21 251.14 19.98 19.98 r p3 +2391.19 251.14 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2411.17 251.14 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2431.15 251.14 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2451.13 251.14 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2471.11 251.14 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2491.09 251.14 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2511.07 251.14 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2531.06 251.14 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2071.50 271.12 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2091.48 271.12 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2111.46 271.12 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2131.44 271.12 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2151.42 271.12 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2171.40 271.12 19.98 19.98 r p3 +/bg { 1 0.4706 0.3412 srgb } def +2191.38 271.12 19.98 19.98 r p3 +2211.36 271.12 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2231.35 271.12 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2251.33 271.12 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2271.31 271.12 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2291.29 271.12 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2311.27 271.12 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2331.25 271.12 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2351.23 271.12 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2371.21 271.12 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2391.19 271.12 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2411.17 271.12 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2431.15 271.12 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2451.13 271.12 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2471.11 271.12 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2491.09 271.12 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2511.07 271.12 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2531.06 271.12 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2071.50 291.10 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2091.48 291.10 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2111.46 291.10 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2131.44 291.10 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2151.42 291.10 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2171.40 291.10 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2191.38 291.10 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2211.36 291.10 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2231.35 291.10 19.98 19.98 r p3 +/bg { 1 0.5647 0.4431 srgb } def +2251.33 291.10 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2271.31 291.10 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2291.29 291.10 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2311.27 291.10 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2331.25 291.10 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2351.23 291.10 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2371.21 291.10 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2391.19 291.10 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2411.17 291.10 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2431.15 291.10 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2451.13 291.10 19.98 19.98 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2471.11 291.10 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2491.09 291.10 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2511.07 291.10 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2531.06 291.10 19.98 19.98 r p3 +/bg { 0.9412 0.8980 1 srgb } def +2071.50 311.08 19.98 19.98 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2091.48 311.08 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2111.46 311.08 19.98 19.98 r p3 +/bg { 0.9569 0.9255 1 srgb } def +2131.44 311.08 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2151.42 311.08 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2171.40 311.08 19.98 19.98 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2191.38 311.08 19.98 19.98 r p3 +2211.36 311.08 19.98 19.98 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2231.35 311.08 19.98 19.98 r p3 +2251.33 311.08 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2271.31 311.08 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2291.29 311.08 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2311.27 311.08 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2331.25 311.08 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2351.23 311.08 19.98 19.98 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2371.21 311.08 19.98 19.98 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2391.19 311.08 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2411.17 311.08 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2431.15 311.08 19.98 19.98 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2451.13 311.08 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2471.11 311.08 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2491.09 311.08 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2511.07 311.08 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2531.06 311.08 19.98 19.98 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2071.50 331.06 19.98 19.98 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2091.48 331.06 19.98 19.98 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2111.46 331.06 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2131.44 331.06 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2151.42 331.06 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2171.40 331.06 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2191.38 331.06 19.98 19.98 r p3 +2211.36 331.06 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2231.35 331.06 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2251.33 331.06 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2271.31 331.06 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2291.29 331.06 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2311.27 331.06 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2331.25 331.06 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2351.23 331.06 19.98 19.98 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2371.21 331.06 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2391.19 331.06 19.98 19.98 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2411.17 331.06 19.98 19.98 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2431.15 331.06 19.98 19.98 r p3 +2451.13 331.06 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2471.11 331.06 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2491.09 331.06 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2511.07 331.06 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2531.06 331.06 19.98 19.98 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2071.50 351.04 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2091.48 351.04 19.98 19.98 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2111.46 351.04 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2131.44 351.04 19.98 19.98 r p3 +2151.42 351.04 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2171.40 351.04 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2191.38 351.04 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2211.36 351.04 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2231.35 351.04 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2251.33 351.04 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2271.31 351.04 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2291.29 351.04 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2311.27 351.04 19.98 19.98 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2331.25 351.04 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2351.23 351.04 19.98 19.98 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2371.21 351.04 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2391.19 351.04 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2411.17 351.04 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2431.15 351.04 19.98 19.98 r p3 +2451.13 351.04 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2471.11 351.04 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2491.09 351.04 19.98 19.98 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2511.07 351.04 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2531.06 351.04 19.98 19.98 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2071.50 371.02 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2091.48 371.02 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2111.46 371.02 19.98 19.98 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2131.44 371.02 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2151.42 371.02 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2171.40 371.02 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2191.38 371.02 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2211.36 371.02 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2231.35 371.02 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2251.33 371.02 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2271.31 371.02 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2291.29 371.02 19.98 19.98 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2311.27 371.02 19.98 19.98 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2331.25 371.02 19.98 19.98 r p3 +2351.23 371.02 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2371.21 371.02 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2391.19 371.02 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2411.17 371.02 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2431.15 371.02 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2451.13 371.02 19.98 19.98 r p3 +2471.11 371.02 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2491.09 371.02 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2511.07 371.02 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2531.06 371.02 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2071.50 391.00 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2091.48 391.00 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2111.46 391.00 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2131.44 391.00 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2151.42 391.00 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2171.40 391.00 19.98 19.98 r p3 +2191.38 391.00 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2211.36 391.00 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2231.35 391.00 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2251.33 391.00 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2271.31 391.00 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2291.29 391.00 19.98 19.98 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2311.27 391.00 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2331.25 391.00 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2351.23 391.00 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2371.21 391.00 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2391.19 391.00 19.98 19.98 r p3 +/bg { 1 0.2275 0.1216 srgb } def +2411.17 391.00 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2431.15 391.00 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2451.13 391.00 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2471.11 391.00 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2491.09 391.00 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2511.07 391.00 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2531.06 391.00 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2071.50 410.98 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2091.48 410.98 19.98 19.98 r p3 +/bg { 0.5255 0.3490 1 srgb } def +2111.46 410.98 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2131.44 410.98 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2151.42 410.98 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2171.40 410.98 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2191.38 410.98 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2211.36 410.98 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2231.35 410.98 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2251.33 410.98 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2271.31 410.98 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2291.29 410.98 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2311.27 410.98 19.98 19.98 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2331.25 410.98 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2351.23 410.98 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2371.21 410.98 19.98 19.98 r p3 +/bg { 1 0.2275 0.1216 srgb } def +2391.19 410.98 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2411.17 410.98 19.98 19.98 r p3 +/bg { 1 0.2784 0.1608 srgb } def +2431.15 410.98 19.98 19.98 r p3 +/bg { 1 0.3373 0.2118 srgb } def +2451.13 410.98 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2471.11 410.98 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2491.09 410.98 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2511.07 410.98 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2531.06 410.98 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2071.50 430.97 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2091.48 430.97 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2111.46 430.97 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2131.44 430.97 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2151.42 430.97 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2171.40 430.97 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2191.38 430.97 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2211.36 430.97 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2231.35 430.97 19.98 19.98 r p3 +2251.33 430.97 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2271.31 430.97 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2291.29 430.97 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2311.27 430.97 19.98 19.98 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2331.25 430.97 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2351.23 430.97 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2371.21 430.97 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2391.19 430.97 19.98 19.98 r p3 +/bg { 1 0.2784 0.1608 srgb } def +2411.17 430.97 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2431.15 430.97 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2451.13 430.97 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2471.11 430.97 19.98 19.98 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2491.09 430.97 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2511.07 430.97 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2531.06 430.97 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2071.50 450.95 19.98 19.98 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2091.48 450.95 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2111.46 450.95 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2131.44 450.95 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2151.42 450.95 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2171.40 450.95 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2191.38 450.95 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2211.36 450.95 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2231.35 450.95 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2251.33 450.95 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2271.31 450.95 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2291.29 450.95 19.98 19.98 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2311.27 450.95 19.98 19.98 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2331.25 450.95 19.98 19.98 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2351.23 450.95 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2371.21 450.95 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2391.19 450.95 19.98 19.98 r p3 +/bg { 1 0.3373 0.2118 srgb } def +2411.17 450.95 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2431.15 450.95 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2451.13 450.95 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2471.11 450.95 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2491.09 450.95 19.98 19.98 r p3 +2511.07 450.95 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2531.06 450.95 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2071.50 470.93 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2091.48 470.93 19.98 19.98 r p3 +/bg { 0.5255 0.3490 1 srgb } def +2111.46 470.93 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2131.44 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2151.42 470.93 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2171.40 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2191.38 470.93 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2211.36 470.93 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2231.35 470.93 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2251.33 470.93 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2271.31 470.93 19.98 19.98 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2291.29 470.93 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2311.27 470.93 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2331.25 470.93 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2351.23 470.93 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2371.21 470.93 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2391.19 470.93 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2411.17 470.93 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2431.15 470.93 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2451.13 470.93 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2471.11 470.93 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2491.09 470.93 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2511.07 470.93 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2531.06 470.93 19.98 19.98 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2071.50 490.91 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2091.48 490.91 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2111.46 490.91 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2131.44 490.91 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2151.42 490.91 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2171.40 490.91 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2191.38 490.91 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2211.36 490.91 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2231.35 490.91 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2251.33 490.91 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2271.31 490.91 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2291.29 490.91 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2311.27 490.91 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2331.25 490.91 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2351.23 490.91 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2371.21 490.91 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2391.19 490.91 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2411.17 490.91 19.98 19.98 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2431.15 490.91 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2451.13 490.91 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2471.11 490.91 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2491.09 490.91 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2511.07 490.91 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2531.06 490.91 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.50 510.89 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2091.48 510.89 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2111.46 510.89 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2131.44 510.89 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2151.42 510.89 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2171.40 510.89 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2191.38 510.89 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2211.36 510.89 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2231.35 510.89 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2251.33 510.89 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2271.31 510.89 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2291.29 510.89 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2311.27 510.89 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2331.25 510.89 19.98 19.98 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2351.23 510.89 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2371.21 510.89 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2391.19 510.89 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2411.17 510.89 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2431.15 510.89 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2451.13 510.89 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2471.11 510.89 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2491.09 510.89 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2511.07 510.89 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2531.06 510.89 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2071.50 530.87 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2091.48 530.87 19.98 19.98 r p3 +2111.46 530.87 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2131.44 530.87 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2151.42 530.87 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2171.40 530.87 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2191.38 530.87 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2211.36 530.87 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2231.35 530.87 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2251.33 530.87 19.98 19.98 r p3 +2271.31 530.87 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2291.29 530.87 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2311.27 530.87 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2331.25 530.87 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2351.23 530.87 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2371.21 530.87 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2391.19 530.87 19.98 19.98 r p3 +/bg { 1 0.4431 0.3137 srgb } def +2411.17 530.87 19.98 19.98 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2431.15 530.87 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2451.13 530.87 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2471.11 530.87 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2491.09 530.87 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2511.07 530.87 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2531.06 530.87 19.98 19.98 r p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2064.57 77.00 (Batch1_P_13) 1 0 t +2064.57 96.98 (Batch1_P_14) 1 0 t +2064.57 116.96 (Batch1_P_15) 1 0 t +2064.57 136.94 (Batch1_P_16) 1 0 t +2064.57 156.92 (Batch1_P_17) 1 0 t +2064.57 176.90 (Batch1_P_22) 1 0 t +2064.57 196.88 (Batch1_P_23) 1 0 t +2064.57 216.86 (Batch1_P_24) 1 0 t +2064.57 236.84 (Batch1_P_19) 1 0 t +2064.57 256.82 (Batch1_P_21) 1 0 t +2064.57 276.80 (Batch1_P_18) 1 0 t +2064.57 296.78 (Batch1_P_20) 1 0 t +2064.57 316.76 (Batch1_E_1) 1 0 t +2064.57 336.74 (Batch1_E_2) 1 0 t +2064.57 356.73 (Batch1_E_3) 1 0 t +2064.57 376.71 (Batch1_E_12) 1 0 t +2064.57 396.69 (Batch1_E_7) 1 0 t +2064.57 416.67 (Batch1_E_8) 1 0 t +2064.57 436.65 (Batch1_E_10) 1 0 t +2064.57 456.63 (Batch1_E_11) 1 0 t +2064.57 476.61 (Batch1_E_4) 1 0 t +2064.57 496.59 (Batch1_E_9) 1 0 t +2064.57 516.57 (Batch1_E_5) 1 0 t +2064.57 536.55 (Batch1_E_6) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2087.58 58.29 (Batch1_P_13) 1 45.00 t +2107.56 58.29 (Batch1_P_14) 1 45.00 t +2127.54 58.29 (Batch1_P_15) 1 45.00 t +2147.53 58.29 (Batch1_P_16) 1 45.00 t +2167.51 58.29 (Batch1_P_17) 1 45.00 t +2187.49 58.29 (Batch1_P_22) 1 45.00 t +2207.47 58.29 (Batch1_P_23) 1 45.00 t +2227.45 58.29 (Batch1_P_24) 1 45.00 t +2247.43 58.29 (Batch1_P_19) 1 45.00 t +2267.41 58.29 (Batch1_P_21) 1 45.00 t +2287.39 58.29 (Batch1_P_18) 1 45.00 t +2307.37 58.29 (Batch1_P_20) 1 45.00 t +2327.35 58.29 (Batch1_E_1) 1 45.00 t +2347.33 58.29 (Batch1_E_2) 1 45.00 t +2367.31 58.29 (Batch1_E_3) 1 45.00 t +2387.29 58.29 (Batch1_E_12) 1 45.00 t +2407.27 58.29 (Batch1_E_7) 1 45.00 t +2427.25 58.29 (Batch1_E_8) 1 45.00 t +2447.23 58.29 (Batch1_E_10) 1 45.00 t +2467.22 58.29 (Batch1_E_11) 1 45.00 t +2487.20 58.29 (Batch1_E_4) 1 45.00 t +2507.18 58.29 (Batch1_E_9) 1 45.00 t +2527.16 58.29 (Batch1_E_5) 1 45.00 t +2547.14 58.29 (Batch1_E_6) 1 45.00 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +gsave +2569.47 259.98 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2592.23 256.90 (-1.0) 0 0 t +2592.23 278.42 (-0.5) 0 0 t +2592.23 299.95 (0.0) 0 0 t +2592.23 321.48 (0.5) 0 0 t +2592.23 343.01 (1.0) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2569.47 353.07 (Corr) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2569.47 260.13 m +3.46 0 l +o +np +2569.47 281.65 m +3.46 0 l +o +np +2569.47 303.18 m +3.46 0 l +o +np +2569.47 324.71 m +3.46 0 l +o +np +2569.47 346.24 m +3.46 0 l +o +np +2583.30 260.13 m +3.45 0 l +o +np +2583.30 281.65 m +3.45 0 l +o +np +2583.30 303.18 m +3.45 0 l +o +np +2583.30 324.71 m +3.45 0 l +o +np +2583.30 346.24 m +3.45 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +2069.50 561.19 (P) 0 ta +-0.650 (earson Correlation of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.png new file mode 100644 index 0000000000000000000000000000000000000000..c4337565d299531da68bb1072422ae314d4b8b3b Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.ps new file mode 100644 index 0000000000000000000000000000000000000000..7ba431063d765bfee121154cb35874692f4d644e --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed.ps @@ -0,0 +1,31913 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 230.40 1296.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 230.40 1296.00 345.60 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 307.90 1290.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +38.73 307.90 1251.79 227.73 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 347.14 m +1251.79 0 l +o +np +38.73 392.72 m +1251.79 0 l +o +np +38.73 438.31 m +1251.79 0 l +o +np +38.73 483.89 m +1251.79 0 l +o +np +38.73 529.47 m +1251.79 0 l +o +1.07 setlinewidth +[] 0 setdash +np +38.73 324.35 m +1251.79 0 l +o +np +38.73 369.93 m +1251.79 0 l +o +np +38.73 415.52 m +1251.79 0 l +o +np +38.73 461.10 m +1251.79 0 l +o +np +38.73 506.68 m +1251.79 0 l +o +np +69.77 307.90 m +0 227.74 l +o +np +121.50 307.90 m +0 227.74 l +o +np +173.22 307.90 m +0 227.74 l +o +np +224.95 307.90 m +0 227.74 l +o +np +276.68 307.90 m +0 227.74 l +o +np +328.40 307.90 m +0 227.74 l +o +np +380.13 307.90 m +0 227.74 l +o +np +431.86 307.90 m +0 227.74 l +o +np +483.58 307.90 m +0 227.74 l +o +np +535.31 307.90 m +0 227.74 l +o +np +587.04 307.90 m +0 227.74 l +o +np +638.76 307.90 m +0 227.74 l +o +np +690.49 307.90 m +0 227.74 l +o +np +742.22 307.90 m +0 227.74 l +o +np +793.94 307.90 m +0 227.74 l +o +np +845.67 307.90 m +0 227.74 l +o +np +897.40 307.90 m +0 227.74 l +o +np +949.12 307.90 m +0 227.74 l +o +np +1000.85 307.90 m +0 227.74 l +o +np +1052.58 307.90 m +0 227.74 l +o +np +1104.30 307.90 m +0 227.74 l +o +np +1156.03 307.90 m +0 227.74 l +o +np +1207.76 307.90 m +0 227.74 l +o +np +1259.48 307.90 m +0 227.74 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 64.13 366.12 m +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.28 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.10 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +56.00 394.91 lineto +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.10 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.09 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.29 l +-0.09 0.29 l +-0.08 0.28 l +-0.09 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.08 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.28 l +48.47 423.69 lineto +-0.06 0.29 l +-0.05 0.29 l +-0.04 0.29 l +-0.05 0.28 l +-0.04 0.29 l +-0.04 0.29 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.28 l +0.04 0.29 l +0.04 0.29 l +0.05 0.29 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.06 0.29 l +0.06 0.29 l +0.06 0.28 l +0.07 0.29 l +0.07 0.29 l +0.07 0.29 l +0.07 0.29 l +0.08 0.28 l +0.07 0.29 l +0.08 0.29 l +0.09 0.29 l +0.08 0.29 l +0.09 0.28 l +0.09 0.29 l +0.09 0.29 l +0.10 0.29 l +0.09 0.28 l +0.10 0.29 l +0.10 0.29 l +0.10 0.29 l +0.10 0.29 l +0.11 0.28 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.12 0.29 l +0.12 0.29 l +0.11 0.28 l +0.12 0.29 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.12 0.28 l +0.13 0.29 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.14 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.14 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +55.28 452.48 lineto +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.13 0.29 l +0.13 0.28 l +0.13 0.29 l +0.13 0.29 l +0.12 0.29 l +0.13 0.29 l +0.13 0.28 l +0.12 0.29 l +0.13 0.29 l +0.12 0.29 l +0.12 0.29 l +0.13 0.28 l +0.12 0.29 l +0.12 0.29 l +0.12 0.29 l +0.12 0.28 l +0.12 0.29 l +0.12 0.29 l +0.11 0.29 l +0.12 0.29 l +0.12 0.28 l +0.11 0.29 l +0.12 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.11 0.29 l +0.11 0.29 l +0.11 0.28 l +0.11 0.29 l +0.10 0.29 l +0.11 0.29 l +0.10 0.29 l +0.10 0.28 l +0.11 0.29 l +0.10 0.29 l +0.10 0.29 l +0.09 0.28 l +0.10 0.29 l +0.10 0.29 l +0.09 0.29 l +0.10 0.29 l +0.09 0.28 l +0.09 0.29 l +0.09 0.29 l +0.09 0.29 l +0.09 0.29 l +0.09 0.28 l +0.08 0.29 l +0.09 0.29 l +0.08 0.29 l +0.08 0.28 l +0.09 0.29 l +0.08 0.29 l +0.08 0.29 l +0.07 0.29 l +0.08 0.28 l +0.08 0.29 l +0.07 0.29 l +0.08 0.29 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.29 l +0.06 0.29 l +0.07 0.28 l +0.07 0.29 l +0.06 0.29 l +0.06 0.29 l +0.07 0.29 l +0.06 0.28 l +0.06 0.29 l +0.06 0.29 l +0.05 0.29 l +0.06 0.29 l +0.06 0.28 l +0.05 0.29 l +0.05 0.29 l +0.06 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.29 l +0.04 0.29 l +0.05 0.29 l +0.05 0.28 l +0.04 0.29 l +0.05 0.29 l +0.04 0.29 l +0.04 0.29 l +64.53 481.26 lineto +0.04 0.29 l +0.04 0.29 l +0.04 0.29 l +0.04 0.28 l +0.04 0.29 l +0.03 0.29 l +0.04 0.29 l +0.03 0.29 l +0.03 0.28 l +0.04 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.28 l +0.03 0.29 l +66.56 510.05 lineto +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +5.78 0 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +74.28 487.88 lineto +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.29 l +0.06 -0.28 l +0.05 -0.29 l +0.06 -0.29 l +0.06 -0.29 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.07 -0.29 l +0.06 -0.29 l +0.07 -0.29 l +0.06 -0.28 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.08 -0.29 l +0.07 -0.29 l +0.08 -0.29 l +0.07 -0.28 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.09 -0.28 l +0.08 -0.29 l +0.08 -0.29 l +0.09 -0.29 l +0.09 -0.28 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.09 -0.28 l +0.09 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.09 -0.29 l +0.10 -0.28 l +0.10 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.11 -0.28 l +0.10 -0.29 l +0.10 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.28 l +0.10 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.12 -0.28 l +0.11 -0.29 l +0.11 -0.29 l +0.12 -0.29 l +0.11 -0.29 l +0.12 -0.28 l +0.11 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +81.33 459.10 lineto +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.28 l +0.12 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.12 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.14 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.13 -0.29 l +0.12 -0.28 l +0.13 -0.29 l +0.13 -0.29 l +0.12 -0.29 l +0.13 -0.29 l +0.12 -0.28 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.29 l +0.12 -0.28 l +0.12 -0.29 l +0.11 -0.29 l +0.12 -0.29 l +0.11 -0.28 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.29 l +0.10 -0.28 l +0.11 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.10 -0.29 l +0.09 -0.28 l +0.10 -0.29 l +0.09 -0.29 l +0.09 -0.29 l +0.08 -0.28 l +0.09 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.28 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.29 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +91.60 430.31 lineto +0.01 -0.28 l +0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.04 -0.28 l +-0.03 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.05 -0.28 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +84.96 401.53 lineto +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.28 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +77.58 372.74 lineto +-0.10 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.09 -0.28 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.28 l +-0.09 -0.29 l +-0.10 -0.29 l +-0.09 -0.29 l +-0.10 -0.28 l +-0.09 -0.29 l +-0.09 -0.29 l +-0.10 -0.29 l +-11.28 0 l +cp p3 +np + 120.62 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +119.59 356.81 lineto +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +108.03 395.36 lineto +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +102.38 433.92 lineto +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +112.42 472.47 lineto +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +118.34 511.03 lineto +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +5.19 0 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +128.26 481.34 lineto +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +138.84 442.79 lineto +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +139.07 404.23 lineto +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +124.83 365.68 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +122.25 327.12 lineto +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.75 0 l +cp p3 +np + 172.28 318.26 m +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +170.17 356.91 lineto +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.39 l +-0.16 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.39 l +160.84 395.56 lineto +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +154.03 434.22 lineto +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.39 l +0.13 0.38 l +164.54 472.87 lineto +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +170.18 511.52 lineto +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +4.99 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +179.60 481.76 lineto +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +191.05 443.11 lineto +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +189.77 404.45 lineto +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +177.29 365.80 lineto +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.39 l +174.23 327.15 lineto +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-1.88 0 l +cp p3 +np + 224.04 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +223.35 356.73 lineto +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.38 l +213.15 395.20 lineto +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +204.70 433.67 lineto +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.14 0.39 l +215.20 472.14 lineto +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +221.81 510.61 lineto +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +4.96 0 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +232.31 480.99 lineto +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +243.64 442.52 lineto +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +241.31 404.05 lineto +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.14 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +227.60 365.58 lineto +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +225.71 327.10 lineto +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.82 0 l +cp p3 +np + 275.53 339.42 m +-0.01 0.35 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +270.90 373.54 lineto +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.12 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.14 0.35 l +-0.13 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.34 l +259.79 407.66 lineto +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +258.35 441.78 lineto +0.05 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.06 0.34 l +0.07 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.10 0.34 l +0.09 0.34 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +0.10 0.34 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.12 0.34 l +0.11 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.35 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.35 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.10 0.34 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +268.70 475.89 lineto +0.09 0.35 l +0.10 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.07 0.35 l +0.06 0.34 l +0.07 0.34 l +0.07 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +273.07 510.01 lineto +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +6.39 0 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +282.85 483.74 lineto +0.06 -0.34 l +0.06 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +293.36 449.62 lineto +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.35 l +-0.01 -0.34 l +-0.01 -0.34 l +0 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +294.73 415.51 lineto +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +285.32 381.39 lineto +-0.14 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +278.15 347.27 lineto +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-2.29 0 l +cp p3 +np + 324.60 366.45 m +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.08 0.30 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.08 0.30 l +-0.09 0.29 l +-0.08 0.30 l +-0.09 0.29 l +-0.08 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.10 0.30 l +-0.09 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.11 0.29 l +-0.10 0.29 l +-0.11 0.30 l +-0.10 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.11 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.12 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +-0.14 0.30 l +-0.13 0.29 l +314.95 395.92 lineto +-0.13 0.29 l +-0.14 0.29 l +-0.13 0.30 l +-0.14 0.29 l +-0.13 0.30 l +-0.14 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.30 l +-0.13 0.29 l +-0.13 0.29 l +-0.12 0.30 l +-0.13 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.12 0.30 l +-0.12 0.29 l +-0.11 0.30 l +-0.12 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.30 l +-0.11 0.29 l +-0.11 0.29 l +-0.10 0.30 l +-0.11 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.10 0.30 l +-0.10 0.29 l +-0.09 0.30 l +-0.10 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.09 0.30 l +-0.09 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.09 0.29 l +-0.08 0.30 l +-0.07 0.29 l +-0.08 0.30 l +-0.08 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.05 0.30 l +-0.06 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.30 l +-0.04 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +307.67 425.38 lineto +0 0.30 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.04 0.30 l +0.05 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.30 l +0.05 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.29 l +0.06 0.30 l +0.05 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.07 0.30 l +0.07 0.29 l +0.07 0.29 l +0.07 0.30 l +0.07 0.29 l +0.08 0.30 l +0.07 0.29 l +0.08 0.30 l +0.08 0.29 l +0.07 0.30 l +0.08 0.29 l +0.08 0.30 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.09 0.30 l +0.09 0.29 l +0.08 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.10 0.29 l +0.09 0.30 l +0.09 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.11 0.29 l +0.10 0.30 l +0.10 0.29 l +313.28 454.85 lineto +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.10 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.12 0.29 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.12 0.30 l +0.11 0.29 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.11 0.29 l +0.11 0.30 l +0.10 0.29 l +0.11 0.30 l +0.11 0.29 l +0.10 0.29 l +0.11 0.30 l +0.10 0.29 l +0.10 0.30 l +0.10 0.29 l +0.11 0.30 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.10 0.29 l +0.10 0.30 l +0.09 0.29 l +0.10 0.30 l +0.09 0.29 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.09 0.30 l +0.09 0.29 l +0.08 0.30 l +0.08 0.29 l +0.09 0.30 l +0.08 0.29 l +0.08 0.30 l +0.08 0.29 l +0.08 0.29 l +0.08 0.30 l +0.07 0.29 l +0.08 0.30 l +0.07 0.29 l +0.07 0.30 l +0.08 0.29 l +0.07 0.30 l +0.07 0.29 l +0.06 0.30 l +0.07 0.29 l +0.07 0.30 l +0.06 0.29 l +0.07 0.30 l +0.06 0.29 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.06 0.30 l +0.06 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.30 l +0.06 0.29 l +0.05 0.30 l +322.63 484.31 lineto +0.05 0.30 l +0.05 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.29 l +0.04 0.30 l +0.05 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +325.07 513.78 lineto +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.30 l +5.98 0 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +333.27 491.09 lineto +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.09 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.09 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.12 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.12 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +341.01 461.62 lineto +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.12 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.11 -0.30 l +0.11 -0.29 l +0.10 -0.29 l +0.11 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.11 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.10 -0.29 l +0.10 -0.30 l +0.09 -0.29 l +0.10 -0.29 l +0.09 -0.30 l +0.10 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.09 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.08 -0.30 l +0.09 -0.29 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.08 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.08 -0.29 l +0.07 -0.30 l +0.07 -0.29 l +0.08 -0.30 l +0.07 -0.29 l +0.07 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.07 -0.30 l +0.06 -0.29 l +0.06 -0.30 l +0.07 -0.29 l +0.06 -0.30 l +0.05 -0.29 l +0.06 -0.30 l +0.06 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.05 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +348.87 432.16 lineto +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.02 -0.30 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.04 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.10 -0.30 l +-0.10 -0.29 l +-0.09 -0.30 l +-0.10 -0.29 l +-0.11 -0.30 l +-0.10 -0.29 l +-0.11 -0.30 l +-0.10 -0.29 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.12 -0.30 l +-0.11 -0.29 l +344.80 402.69 lineto +-0.11 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.12 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.14 -0.30 l +-0.13 -0.29 l +-0.14 -0.30 l +-0.13 -0.29 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.14 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.13 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.12 -0.30 l +-0.13 -0.29 l +-0.11 -0.29 l +-0.12 -0.30 l +-0.12 -0.29 l +-0.11 -0.30 l +-0.12 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.11 -0.30 l +-0.11 -0.29 l +-0.10 -0.30 l +-0.11 -0.29 l +-0.10 -0.29 l +-0.10 -0.30 l +-0.11 -0.29 l +-0.09 -0.30 l +-0.10 -0.29 l +-0.10 -0.30 l +-0.10 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.10 -0.30 l +-0.09 -0.29 l +-0.09 -0.30 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.09 -0.29 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.09 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.08 -0.29 l +-0.08 -0.30 l +-0.07 -0.29 l +-0.08 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +333.66 373.23 lineto +-0.07 -0.30 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-7.60 0 l +cp p3 +np + 379.27 318.26 m +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.38 l +378.70 356.52 lineto +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.18 0.38 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +366.94 394.79 lineto +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.16 0.38 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.14 0.38 l +-0.15 0.38 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +361.79 433.06 lineto +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.38 l +0.15 0.38 l +369.51 471.33 lineto +0.15 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.38 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.38 l +376.85 509.59 lineto +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +5.52 0 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +387.77 480.13 lineto +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +398.16 441.86 lineto +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.13 -0.38 l +397.27 403.59 lineto +-0.15 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.38 l +382.93 365.33 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +380.86 327.06 lineto +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +-1.72 0 l +cp p3 +np + 430.42 318.26 m +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +429.63 356.32 lineto +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.11 0.38 l +-0.10 0.38 l +-0.11 0.38 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.38 l +-0.13 0.38 l +-0.12 0.38 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.19 0.38 l +-0.20 0.38 l +-0.19 0.38 l +-0.20 0.38 l +-0.21 0.38 l +-0.20 0.38 l +420.18 394.39 lineto +-0.20 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.39 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.22 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.21 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.20 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.38 l +-0.18 0.38 l +-0.18 0.38 l +-0.17 0.38 l +-0.17 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.15 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +413.80 432.46 lineto +0.02 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.38 l +0.15 0.38 l +0.14 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.39 l +0.16 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.38 l +0.16 0.38 l +0.16 0.39 l +421.34 470.53 lineto +0.16 0.38 l +0.16 0.38 l +0.16 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.15 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +428.57 508.59 lineto +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +5.55 0 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +439.13 479.28 lineto +0.11 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.39 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.17 -0.38 l +0.16 -0.39 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +449.91 441.21 lineto +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.18 -0.38 l +448.28 403.15 lineto +-0.19 -0.38 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.38 l +-0.22 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.21 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.20 -0.38 l +-0.19 -0.38 l +-0.19 -0.38 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.18 -0.38 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +435.15 365.08 lineto +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +433.49 327.01 lineto +0 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-2.87 0 l +cp p3 +np + 481.68 318.26 m +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +481.56 356.78 lineto +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.22 0.39 l +-0.22 0.38 l +-0.23 0.39 l +471.68 395.31 lineto +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.24 0.39 l +-0.23 0.38 l +-0.24 0.39 l +-0.23 0.39 l +-0.24 0.38 l +-0.23 0.39 l +-0.24 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.23 0.38 l +-0.23 0.39 l +-0.22 0.38 l +-0.23 0.39 l +-0.21 0.38 l +-0.22 0.39 l +-0.22 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +464.68 433.84 lineto +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.39 l +474.30 472.37 lineto +0.15 0.39 l +0.14 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +480.29 510.90 lineto +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +5.59 0 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +489.95 481.23 lineto +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +501.07 442.70 lineto +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +500.72 404.17 lineto +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.22 -0.39 l +-0.22 -0.38 l +-0.22 -0.39 l +-0.23 -0.38 l +-0.22 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.38 l +-0.24 -0.39 l +-0.23 -0.39 l +-0.24 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.23 -0.39 l +-0.23 -0.38 l +-0.22 -0.39 l +-0.22 -0.38 l +-0.22 -0.39 l +-0.21 -0.38 l +-0.22 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +487.14 365.65 lineto +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +485.10 327.12 lineto +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-3.80 0 l +cp p3 +np + 534.44 318.26 m +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +533.64 356.77 lineto +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.21 0.38 l +521.43 395.28 lineto +-0.21 0.38 l +-0.20 0.39 l +-0.21 0.38 l +-0.21 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +516.44 433.79 lineto +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +526.16 472.30 lineto +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +532.05 510.81 lineto +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +5.48 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +542.11 481.16 lineto +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +552.79 442.65 lineto +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +553.44 404.14 lineto +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.21 -0.39 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.21 -0.38 l +-0.20 -0.39 l +-0.21 -0.38 l +-0.21 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +538.39 365.63 lineto +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +536.05 327.11 lineto +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.74 0 l +cp p3 +np + 586.19 318.26 m +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +584.52 356.82 lineto +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.39 l +-0.19 0.38 l +-0.18 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.38 l +-0.20 0.39 l +-0.19 0.39 l +-0.20 0.38 l +572.22 395.39 lineto +-0.18 0.38 l +-0.19 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +569.33 433.95 lineto +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +578.05 472.52 lineto +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +583.88 511.08 lineto +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +5.28 0 l +0.04 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +593.74 481.39 lineto +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +603.81 442.82 lineto +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +605.31 404.26 lineto +-0.11 -0.39 l +-0.10 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.18 -0.38 l +-0.17 -0.39 l +-0.19 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.19 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.20 -0.39 l +-0.20 -0.38 l +-0.19 -0.39 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +590.89 365.69 lineto +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +587.82 327.13 lineto +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-1.70 0 l +cp p3 +np + 637.81 318.26 m +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +636.35 356.80 lineto +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.17 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.17 0.39 l +-0.18 0.38 l +625.95 395.35 lineto +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +620.57 433.89 lineto +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +628.57 472.44 lineto +0.14 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +635.54 510.98 lineto +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +5.35 0 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +646.19 481.30 lineto +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +657.00 442.76 lineto +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +654.89 404.21 lineto +-0.11 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +641.97 365.67 lineto +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +639.81 327.12 lineto +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-1.91 0 l +cp p3 +np + 688.42 346.27 m +-0.01 0.34 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +0 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.35 l +-0.12 0.35 l +-0.13 0.34 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +682.17 380.93 lineto +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.34 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +673.88 415.59 lineto +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.35 l +0 0.34 l +0 0.35 l +0 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.05 0.34 l +0.05 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.09 0.35 l +0.08 0.34 l +0.10 0.35 l +0.09 0.35 l +0.11 0.34 l +0.10 0.35 l +671.74 450.24 lineto +0.11 0.35 l +0.12 0.35 l +0.12 0.34 l +0.13 0.35 l +0.13 0.35 l +0.13 0.34 l +0.13 0.35 l +0.14 0.35 l +0.14 0.34 l +0.15 0.35 l +0.14 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.17 0.35 l +0.16 0.34 l +0.17 0.35 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.17 0.34 l +0.16 0.35 l +0.17 0.35 l +0.16 0.34 l +0.17 0.35 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.16 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.35 l +0.16 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.35 l +0.14 0.34 l +0.14 0.35 l +0.15 0.35 l +0.14 0.34 l +0.13 0.35 l +0.14 0.35 l +0.14 0.34 l +0.13 0.35 l +0.13 0.35 l +0.13 0.34 l +0.13 0.35 l +0.13 0.35 l +0.12 0.34 l +0.13 0.35 l +0.12 0.35 l +0.12 0.34 l +0.12 0.35 l +0.12 0.35 l +0.12 0.34 l +0.11 0.35 l +0.12 0.35 l +0.11 0.34 l +0.11 0.35 l +0.12 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.09 0.35 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.09 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.35 l +0.09 0.34 l +0.08 0.35 l +0.09 0.35 l +0.08 0.34 l +0.09 0.35 l +0.08 0.35 l +684.87 484.90 lineto +0.08 0.35 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.35 l +0.08 0.34 l +0.07 0.35 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.05 0.35 l +0.06 0.34 l +0.06 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.34 l +0.04 0.35 l +0.05 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +688.31 519.56 lineto +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +3.72 0 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +694.62 492.88 lineto +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.34 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +705.90 458.22 lineto +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.34 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.09 -0.35 l +0.10 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0 -0.35 l +0 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +707.99 423.56 lineto +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.34 l +702.20 388.90 lineto +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.13 -0.34 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.34 l +692.77 354.24 lineto +-0.01 -0.35 l +-0.01 -0.34 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-4.14 0 l +cp p3 +np + 741.14 344.00 m +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.36 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +734.69 379.14 lineto +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.36 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +724.40 414.28 lineto +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.09 0.36 l +0.09 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.11 0.35 l +0.11 0.35 l +723.29 449.43 lineto +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.13 0.35 l +0.13 0.35 l +0.14 0.35 l +0.13 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.15 0.35 l +0.15 0.35 l +0.15 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.17 0.36 l +0.18 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.36 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.16 0.35 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.35 l +0.15 0.35 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.14 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.11 0.35 l +0.12 0.35 l +0.11 0.36 l +0.11 0.35 l +0.11 0.35 l +0.10 0.35 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.09 0.35 l +0.10 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.36 l +0.08 0.35 l +737.11 484.57 lineto +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +739.99 519.71 lineto +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +3.85 0 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +746.06 492.65 lineto +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.36 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.18 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.36 l +0.18 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +757.73 457.51 lineto +0.18 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.11 -0.35 l +0.12 -0.36 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.09 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +760.87 422.37 lineto +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +753.10 387.22 lineto +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +743.59 352.08 lineto +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-2.15 0 l +cp p3 +np + 792.72 348.20 m +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.13 0.34 l +-0.12 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.34 l +784.70 382.48 lineto +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.16 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.34 l +-0.15 0.35 l +-0.14 0.34 l +-0.15 0.34 l +-0.14 0.35 l +-0.15 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.34 l +-0.14 0.34 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.12 0.34 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +776.11 416.75 lineto +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0.01 0.34 l +0 0.34 l +0 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.10 0.34 l +0.10 0.34 l +0.10 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.12 0.35 l +0.11 0.34 l +776.09 451.02 lineto +0.12 0.34 l +0.12 0.35 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.13 0.34 l +0.13 0.34 l +0.14 0.34 l +0.13 0.35 l +0.14 0.34 l +0.14 0.34 l +0.13 0.34 l +0.15 0.35 l +0.14 0.34 l +0.14 0.34 l +0.15 0.35 l +0.14 0.34 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.16 0.34 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.14 0.34 l +0.15 0.34 l +0.15 0.34 l +0.14 0.35 l +0.14 0.34 l +0.14 0.34 l +0.15 0.34 l +0.13 0.35 l +0.14 0.34 l +0.14 0.34 l +0.13 0.35 l +0.14 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.12 0.34 l +0.12 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.34 l +0.11 0.35 l +0.10 0.34 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.34 l +0.07 0.35 l +0.08 0.34 l +0.07 0.34 l +788.91 485.29 lineto +0.07 0.35 l +0.07 0.34 l +0.06 0.34 l +0.07 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.05 0.34 l +0.05 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +791.68 519.57 lineto +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +3.93 0 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +797.74 493.18 lineto +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.09 -0.35 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.14 -0.34 l +0.14 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +808.62 458.90 lineto +0.16 -0.34 l +0.15 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.14 -0.35 l +0.14 -0.34 l +0.14 -0.34 l +0.14 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.35 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.34 l +0 -0.34 l +0 -0.35 l +-0.01 -0.34 l +0 -0.34 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +813.01 424.63 lineto +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +806.61 390.36 lineto +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.14 -0.34 l +-0.15 -0.34 l +-0.16 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.16 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.16 -0.34 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.16 -0.34 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.14 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.12 -0.34 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +795.72 356.09 lineto +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-2.45 0 l +cp p3 +np + 844.31 345.05 m +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.36 l +840.50 380.25 lineto +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.36 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +828.51 415.45 lineto +-0.15 0.35 l +-0.14 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.36 l +0.08 0.35 l +822.98 450.65 lineto +0.09 0.35 l +0.10 0.35 l +0.11 0.36 l +0.12 0.35 l +0.12 0.35 l +0.14 0.35 l +0.13 0.36 l +0.15 0.35 l +0.16 0.35 l +0.16 0.35 l +0.17 0.35 l +0.18 0.36 l +0.18 0.35 l +0.19 0.35 l +0.19 0.35 l +0.21 0.35 l +0.20 0.36 l +0.22 0.35 l +0.21 0.35 l +0.23 0.35 l +0.22 0.35 l +0.23 0.36 l +0.24 0.35 l +0.24 0.35 l +0.24 0.35 l +0.24 0.35 l +0.25 0.36 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.26 0.36 l +0.25 0.35 l +0.25 0.35 l +0.25 0.35 l +0.26 0.35 l +0.25 0.36 l +0.25 0.35 l +0.24 0.35 l +0.25 0.35 l +0.25 0.35 l +0.24 0.36 l +0.24 0.35 l +0.23 0.35 l +0.24 0.35 l +0.23 0.35 l +0.23 0.36 l +0.22 0.35 l +0.22 0.35 l +0.22 0.35 l +0.22 0.35 l +0.21 0.36 l +0.21 0.35 l +0.20 0.35 l +0.20 0.35 l +0.20 0.35 l +0.20 0.36 l +0.19 0.35 l +0.19 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.15 0.35 l +0.15 0.35 l +0.15 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.14 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.12 0.36 l +0.13 0.35 l +0.12 0.35 l +0.12 0.35 l +0.12 0.35 l +0.11 0.36 l +0.12 0.35 l +0.11 0.35 l +0.11 0.35 l +0.11 0.35 l +0.11 0.36 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.09 0.35 l +840.75 485.85 lineto +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.36 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.36 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +843.22 521.05 lineto +0.04 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.36 l +4.10 0 l +0.04 -0.36 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.04 -0.35 l +0.03 -0.35 l +849.03 493.95 lineto +0.05 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.35 l +0.14 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +0.19 -0.35 l +0.18 -0.35 l +0.19 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.35 l +0.20 -0.35 l +0.21 -0.35 l +0.21 -0.36 l +0.22 -0.35 l +0.22 -0.35 l +0.22 -0.35 l +0.22 -0.35 l +0.23 -0.36 l +0.23 -0.35 l +0.24 -0.35 l +0.23 -0.35 l +0.24 -0.35 l +0.25 -0.36 l +0.24 -0.35 l +0.25 -0.35 l +0.24 -0.35 l +0.25 -0.35 l +0.25 -0.36 l +0.26 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.26 -0.35 l +0.25 -0.36 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.35 l +0.25 -0.36 l +0.24 -0.35 l +0.24 -0.35 l +864.41 458.75 lineto +0.24 -0.35 l +0.23 -0.36 l +0.22 -0.35 l +0.23 -0.35 l +0.21 -0.35 l +0.22 -0.35 l +0.21 -0.36 l +0.20 -0.35 l +0.19 -0.35 l +0.19 -0.35 l +0.18 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +865.86 423.55 lineto +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.36 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.15 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +853.38 388.34 lineto +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +847.29 353.14 lineto +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-2.72 0 l +cp p3 +np + 896.14 341.17 m +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.36 l +892.21 376.69 lineto +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.36 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.13 0.36 l +-0.13 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.14 0.36 l +-0.15 0.35 l +-0.15 0.36 l +-0.16 0.36 l +-0.15 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.18 0.36 l +-0.17 0.35 l +-0.18 0.36 l +-0.18 0.36 l +-0.17 0.35 l +-0.18 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.18 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.17 0.36 l +-0.17 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.16 0.36 l +-0.16 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.15 0.36 l +-0.15 0.35 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.35 l +-0.13 0.36 l +-0.14 0.35 l +-0.12 0.36 l +-0.13 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.10 0.36 l +-0.11 0.35 l +879.11 412.22 lineto +-0.10 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.03 0.36 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.36 l +0.05 0.35 l +0.06 0.36 l +0.07 0.35 l +0.06 0.36 l +876.54 447.74 lineto +0.07 0.36 l +0.09 0.35 l +0.08 0.36 l +0.10 0.35 l +0.09 0.36 l +0.11 0.35 l +0.10 0.36 l +0.12 0.35 l +0.11 0.36 l +0.12 0.36 l +0.13 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.36 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.36 l +0.16 0.35 l +0.16 0.36 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.18 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.19 0.36 l +0.19 0.35 l +0.19 0.36 l +0.19 0.36 l +0.19 0.35 l +0.20 0.36 l +0.19 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.21 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.20 0.36 l +0.20 0.35 l +0.19 0.36 l +0.20 0.35 l +0.20 0.36 l +0.19 0.36 l +0.19 0.35 l +0.20 0.36 l +0.19 0.35 l +0.19 0.36 l +0.18 0.35 l +0.19 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.18 0.36 l +0.18 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.16 0.36 l +0.16 0.36 l +0.16 0.35 l +0.15 0.36 l +0.15 0.35 l +0.15 0.36 l +0.15 0.35 l +0.14 0.36 l +0.15 0.35 l +0.13 0.36 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.13 0.36 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.36 l +0.12 0.35 l +0.12 0.36 l +0.11 0.35 l +0.11 0.36 l +0.11 0.36 l +0.11 0.35 l +0.11 0.36 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.10 0.36 l +0.09 0.35 l +892.10 483.27 lineto +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.08 0.36 l +0.08 0.35 l +0.08 0.36 l +0.08 0.35 l +0.07 0.36 l +0.08 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.36 l +0.07 0.36 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.35 l +0.03 0.36 l +894.80 518.79 lineto +0.03 0.36 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +4.46 0 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.36 l +901.15 491.44 lineto +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.36 l +0.10 -0.35 l +0.09 -0.36 l +0.10 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.12 -0.36 l +0.13 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.16 -0.36 l +0.16 -0.36 l +0.17 -0.35 l +0.16 -0.36 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.18 -0.36 l +0.17 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.19 -0.36 l +0.19 -0.35 l +0.19 -0.36 l +0.19 -0.35 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.21 -0.35 l +0.19 -0.36 l +0.20 -0.35 l +0.20 -0.36 l +0.20 -0.35 l +0.19 -0.36 l +0.20 -0.35 l +0.19 -0.36 l +0.19 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.19 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +915.30 455.91 lineto +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.12 -0.36 l +0.12 -0.36 l +0.11 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.10 -0.36 l +0.09 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +917.12 420.39 lineto +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.13 -0.36 l +-0.13 -0.35 l +-0.13 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.16 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.18 -0.35 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.18 -0.36 l +-0.17 -0.36 l +-0.18 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.18 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.17 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.17 -0.35 l +-0.16 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.16 -0.35 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.15 -0.35 l +-0.15 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.13 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.35 l +904.50 384.86 lineto +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +898.97 349.34 lineto +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-2.51 0 l +cp p3 +np + 948.15 318.26 m +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.04 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +947.28 358.61 lineto +-0.05 0.41 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.15 0.41 l +-0.16 0.40 l +938.13 398.97 lineto +-0.16 0.41 l +-0.15 0.40 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.16 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.15 0.41 l +-0.16 0.40 l +-0.15 0.40 l +-0.16 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.15 0.41 l +-0.15 0.40 l +-0.15 0.40 l +-0.15 0.41 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.13 0.40 l +-0.14 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.41 l +927.19 439.33 lineto +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.12 0.41 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.14 0.40 l +0.14 0.41 l +0.15 0.40 l +0.15 0.40 l +0.16 0.41 l +0.17 0.40 l +0.17 0.40 l +0.17 0.41 l +0.18 0.40 l +0.18 0.40 l +0.19 0.41 l +0.20 0.40 l +0.19 0.41 l +0.21 0.40 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.23 0.40 l +0.23 0.41 l +0.23 0.40 l +0.23 0.41 l +0.23 0.40 l +0.24 0.40 l +0.23 0.41 l +0.24 0.40 l +0.24 0.40 l +0.24 0.41 l +0.24 0.40 l +0.24 0.40 l +0.24 0.41 l +0.24 0.40 l +0.23 0.40 l +0.24 0.41 l +0.24 0.40 l +0.24 0.41 l +0.23 0.40 l +0.23 0.40 l +0.24 0.41 l +0.23 0.40 l +0.22 0.40 l +0.23 0.41 l +0.22 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.41 l +0.19 0.40 l +0.19 0.40 l +0.19 0.41 l +0.18 0.40 l +0.18 0.40 l +0.18 0.41 l +0.17 0.40 l +0.17 0.40 l +941.80 479.69 lineto +0.17 0.40 l +0.16 0.41 l +0.15 0.40 l +0.15 0.40 l +0.15 0.41 l +0.14 0.40 l +0.15 0.40 l +0.13 0.41 l +0.14 0.40 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.12 0.40 l +0.11 0.41 l +0.12 0.40 l +0.11 0.41 l +0.10 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.05 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +946.65 520.05 lineto +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +4.13 0 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.40 l +0.08 -0.41 l +953.60 488.97 lineto +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.14 -0.41 l +0.14 -0.40 l +0.15 -0.40 l +0.15 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.18 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.23 -0.40 l +0.23 -0.40 l +0.23 -0.41 l +0.24 -0.40 l +0.23 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.23 -0.41 l +0.24 -0.40 l +0.24 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.24 -0.40 l +0.24 -0.41 l +0.24 -0.40 l +0.23 -0.40 l +0.24 -0.41 l +0.23 -0.40 l +0.24 -0.40 l +0.23 -0.41 l +0.23 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.18 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.16 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.40 l +970.93 448.61 lineto +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.14 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.15 -0.40 l +963.65 408.25 lineto +-0.15 -0.40 l +-0.14 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.16 -0.40 l +-0.15 -0.41 l +-0.15 -0.40 l +-0.15 -0.40 l +-0.15 -0.41 l +-0.14 -0.40 l +-0.15 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +952.34 367.90 lineto +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +949.89 327.54 lineto +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-1.95 0 l +cp p3 +np + 998.62 344.58 m +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.11 0.35 l +994.10 379.92 lineto +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.36 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.12 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.36 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.09 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.08 0.35 l +983.94 415.26 lineto +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +0 0.35 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.04 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.07 0.35 l +0.07 0.35 l +0.08 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +0.09 0.35 l +982.08 450.59 lineto +0.09 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.11 0.35 l +0.10 0.36 l +0.11 0.35 l +0.12 0.35 l +0.11 0.36 l +0.12 0.35 l +0.13 0.35 l +0.12 0.36 l +0.13 0.35 l +0.12 0.35 l +0.13 0.36 l +0.14 0.35 l +0.13 0.35 l +0.14 0.36 l +0.14 0.35 l +0.15 0.35 l +0.14 0.36 l +0.15 0.35 l +0.14 0.35 l +0.15 0.36 l +0.16 0.35 l +0.15 0.35 l +0.16 0.36 l +0.15 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.36 l +0.17 0.35 l +0.16 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.17 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.17 0.36 l +0.16 0.35 l +0.17 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.16 0.36 l +0.16 0.35 l +0.16 0.35 l +0.15 0.36 l +0.15 0.35 l +0.16 0.35 l +0.15 0.36 l +0.14 0.35 l +0.15 0.35 l +0.15 0.36 l +0.14 0.35 l +0.14 0.35 l +0.14 0.36 l +0.13 0.35 l +0.14 0.35 l +0.13 0.36 l +0.13 0.35 l +0.13 0.35 l +0.13 0.36 l +0.12 0.35 l +0.12 0.35 l +0.12 0.36 l +0.12 0.35 l +0.11 0.35 l +0.12 0.36 l +0.11 0.35 l +0.10 0.35 l +0.11 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +995.69 485.93 lineto +0.07 0.35 l +0.07 0.36 l +0.07 0.35 l +0.07 0.35 l +0.07 0.36 l +0.06 0.35 l +0.07 0.35 l +0.06 0.36 l +0.05 0.35 l +0.06 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.03 0.35 l +0.04 0.35 l +0.03 0.36 l +0.04 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.03 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.35 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +998.63 521.27 lineto +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +3.77 0 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +1004.77 494.06 lineto +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.11 -0.35 l +0.12 -0.35 l +0.12 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.13 -0.35 l +0.13 -0.36 l +0.14 -0.35 l +0.13 -0.35 l +0.14 -0.36 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.36 l +0.15 -0.35 l +0.14 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.15 -0.35 l +0.16 -0.36 l +0.15 -0.35 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.36 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.36 l +0.16 -0.35 l +0.16 -0.35 l +0.15 -0.36 l +0.15 -0.35 l +0.16 -0.35 l +0.15 -0.36 l +1016.84 458.72 lineto +0.15 -0.35 l +0.15 -0.36 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.36 l +0.13 -0.35 l +0.14 -0.35 l +0.13 -0.36 l +0.13 -0.35 l +0.12 -0.35 l +0.13 -0.36 l +0.12 -0.35 l +0.12 -0.35 l +0.11 -0.36 l +0.12 -0.35 l +0.11 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +1019.47 423.38 lineto +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.36 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +1010.20 388.05 lineto +-0.12 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.36 l +-0.11 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.09 -0.36 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.08 -0.36 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +1003.62 352.71 lineto +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-4.46 0 l +cp p3 +np + 1051.53 339.49 m +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.11 0.37 l +-0.10 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.36 l +1047.68 375.76 lineto +-0.12 0.36 l +-0.11 0.37 l +-0.12 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.12 0.36 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.14 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.12 0.36 l +-0.13 0.37 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.12 0.37 l +-0.12 0.36 l +-0.11 0.36 l +-0.12 0.36 l +-0.12 0.37 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.36 l +-0.10 0.36 l +-0.11 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.08 0.37 l +1037.72 412.03 lineto +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0.01 0.36 l +0.01 0.37 l +1031.85 448.30 lineto +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.04 0.37 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.06 0.37 l +0.05 0.36 l +0.06 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.10 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.37 l +0.11 0.36 l +0.12 0.36 l +0.13 0.37 l +0.13 0.36 l +0.13 0.36 l +0.13 0.36 l +0.14 0.37 l +0.14 0.36 l +0.15 0.36 l +0.15 0.36 l +0.15 0.37 l +0.16 0.36 l +0.16 0.36 l +0.16 0.36 l +0.16 0.37 l +0.17 0.36 l +0.17 0.36 l +0.18 0.37 l +0.17 0.36 l +0.18 0.36 l +0.18 0.36 l +0.18 0.37 l +0.19 0.36 l +0.19 0.36 l +0.18 0.36 l +0.19 0.37 l +0.19 0.36 l +0.20 0.36 l +0.19 0.37 l +0.19 0.36 l +0.20 0.36 l +0.20 0.36 l +0.19 0.37 l +0.20 0.36 l +0.20 0.36 l +0.20 0.36 l +0.19 0.37 l +0.20 0.36 l +0.20 0.36 l +0.19 0.36 l +0.20 0.37 l +0.20 0.36 l +0.19 0.36 l +0.20 0.37 l +0.19 0.36 l +0.19 0.36 l +0.19 0.36 l +0.19 0.37 l +0.19 0.36 l +0.18 0.36 l +0.19 0.36 l +0.18 0.37 l +0.18 0.36 l +0.18 0.36 l +0.18 0.36 l +0.17 0.37 l +0.18 0.36 l +0.17 0.36 l +0.17 0.37 l +0.16 0.36 l +0.16 0.36 l +0.16 0.36 l +0.16 0.37 l +0.16 0.36 l +0.15 0.36 l +0.15 0.36 l +0.15 0.37 l +0.14 0.36 l +0.15 0.36 l +0.13 0.37 l +0.14 0.36 l +0.13 0.36 l +0.13 0.36 l +1046.05 484.57 lineto +0.13 0.36 l +0.12 0.36 l +0.12 0.36 l +0.11 0.37 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.10 0.37 l +0.11 0.36 l +0.09 0.36 l +0.10 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.05 0.37 l +0.06 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.04 0.36 l +0.04 0.36 l +0.05 0.36 l +0.03 0.37 l +0.04 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.37 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.37 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.37 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.37 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +1050.15 520.83 lineto +0.03 0.37 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.04 0.37 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +4.10 0 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +1056.97 492.91 lineto +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.37 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.36 l +0.12 -0.36 l +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.36 l +0.14 -0.36 l +0.14 -0.37 l +0.14 -0.36 l +0.15 -0.36 l +0.14 -0.37 l +0.15 -0.36 l +0.16 -0.36 l +0.15 -0.36 l +0.16 -0.37 l +0.16 -0.36 l +0.16 -0.36 l +0.17 -0.36 l +0.17 -0.37 l +0.17 -0.36 l +0.17 -0.36 l +0.18 -0.37 l +0.17 -0.36 l +0.18 -0.36 l +0.18 -0.36 l +0.19 -0.37 l +0.18 -0.36 l +0.19 -0.36 l +0.18 -0.36 l +0.19 -0.37 l +0.19 -0.36 l +0.20 -0.36 l +0.19 -0.36 l +0.19 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.36 l +0.20 -0.37 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.36 l +0.20 -0.37 l +0.19 -0.36 l +0.20 -0.36 l +0.19 -0.36 l +0.20 -0.37 l +0.19 -0.36 l +0.19 -0.36 l +0.19 -0.37 l +0.19 -0.36 l +0.19 -0.36 l +0.18 -0.36 l +0.18 -0.37 l +0.18 -0.36 l +0.18 -0.36 l +0.18 -0.36 l +0.17 -0.37 l +0.17 -0.36 l +0.17 -0.36 l +0.16 -0.37 l +0.17 -0.36 l +0.16 -0.36 l +0.15 -0.36 l +0.15 -0.37 l +0.15 -0.36 l +0.15 -0.36 l +0.14 -0.36 l +0.14 -0.37 l +0.14 -0.36 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.36 l +0.11 -0.37 l +0.11 -0.36 l +1071.99 456.64 lineto +0.10 -0.36 l +0.10 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +1069.29 420.37 lineto +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.12 -0.37 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +1060.39 384.10 lineto +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.14 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.12 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +1053.74 347.84 lineto +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-2.10 0 l +cp p3 +np + 1102.54 348.13 m +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.35 l +-0.10 0.34 l +1096.42 382.53 lineto +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.08 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +1087.11 416.92 lineto +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.34 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +-0.01 0.35 l +0 0.34 l +0 0.34 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0.01 0.34 l +0.01 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.03 0.34 l +0.02 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.35 l +0.05 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +1085.83 451.31 lineto +0.07 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.10 0.34 l +0.09 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.12 0.35 l +0.11 0.34 l +0.12 0.34 l +0.11 0.35 l +0.13 0.34 l +0.12 0.35 l +0.12 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.13 0.34 l +0.14 0.35 l +0.13 0.34 l +0.14 0.35 l +0.14 0.34 l +0.15 0.34 l +0.14 0.35 l +0.14 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.15 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.34 l +0.16 0.35 l +0.17 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.16 0.35 l +0.16 0.34 l +0.16 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.35 l +0.15 0.34 l +0.16 0.34 l +0.15 0.35 l +0.15 0.34 l +0.15 0.35 l +0.15 0.34 l +0.14 0.34 l +0.15 0.35 l +0.14 0.34 l +0.14 0.35 l +0.14 0.34 l +0.14 0.34 l +0.14 0.35 l +0.13 0.34 l +0.14 0.35 l +0.13 0.34 l +0.13 0.34 l +0.13 0.35 l +0.12 0.34 l +0.12 0.35 l +0.13 0.34 l +0.11 0.34 l +0.12 0.35 l +0.12 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.09 0.34 l +0.10 0.35 l +0.09 0.34 l +0.09 0.34 l +1098.74 485.71 lineto +0.09 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.34 l +0.07 0.34 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.05 0.35 l +0.05 0.34 l +0.06 0.34 l +0.04 0.35 l +0.05 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.01 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +1101.96 520.10 lineto +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.04 0.35 l +4.03 0 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +1108.40 493.62 lineto +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.11 -0.35 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.15 -0.35 l +0.14 -0.34 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.16 -0.34 l +0.16 -0.35 l +0.16 -0.34 l +0.15 -0.35 l +0.16 -0.34 l +0.15 -0.34 l +0.16 -0.35 l +0.15 -0.34 l +0.15 -0.35 l +0.15 -0.34 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.35 l +0.15 -0.34 l +0.14 -0.34 l +0.13 -0.35 l +0.14 -0.34 l +0.14 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +1120.52 459.23 lineto +0.12 -0.35 l +0.12 -0.34 l +0.12 -0.35 l +0.12 -0.34 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.34 l +0 -0.35 l +0.01 -0.34 l +0 -0.34 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.02 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.06 -0.35 l +1122.98 424.83 lineto +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +1114.74 390.44 lineto +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.35 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +1106.88 356.04 lineto +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-3.53 0 l +cp p3 +np + 1155.08 318.26 m +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.40 l +1153.18 358.48 lineto +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +1144.60 398.71 lineto +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +1135.35 438.94 lineto +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.08 0.41 l +0.09 0.40 l +0.09 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.13 0.40 l +0.14 0.40 l +0.15 0.41 l +0.14 0.40 l +0.16 0.40 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.17 0.40 l +0.17 0.40 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.19 0.40 l +0.19 0.40 l +0.19 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.40 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.21 0.40 l +0.21 0.40 l +0.21 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.22 0.40 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.22 0.40 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.21 0.40 l +0.22 0.40 l +0.21 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.40 l +0.20 0.40 l +0.21 0.40 l +0.19 0.41 l +0.20 0.40 l +0.19 0.40 l +0.20 0.40 l +0.18 0.41 l +0.19 0.40 l +0.18 0.40 l +0.18 0.40 l +0.17 0.40 l +0.18 0.41 l +0.17 0.40 l +0.16 0.40 l +0.16 0.40 l +0.16 0.41 l +1148.91 479.17 lineto +0.15 0.40 l +0.15 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.40 l +0.13 0.40 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.40 l +0.11 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.40 l +0.10 0.40 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.40 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.41 l +0.06 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +1153.58 519.40 lineto +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +4.10 0 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +1160.57 488.42 lineto +0.08 -0.40 l +0.07 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.13 -0.40 l +0.14 -0.40 l +0.15 -0.41 l +0.14 -0.40 l +0.16 -0.40 l +0.15 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.18 -0.40 l +0.18 -0.40 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.20 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.21 -0.40 l +0.20 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.22 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.40 l +0.20 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.40 l +0.18 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.17 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.15 -0.40 l +0.15 -0.40 l +0.14 -0.41 l +0.14 -0.40 l +0.13 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.08 -0.41 l +0.08 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +1176.32 448.19 lineto +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +1169.68 407.96 lineto +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +1160.25 367.74 lineto +-0.08 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +1156.96 327.51 lineto +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-1.90 0 l +cp p3 +np + 1206.68 318.26 m +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.41 l +1205.04 358.77 lineto +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +1196.22 399.29 lineto +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.13 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.41 l +0.01 0.41 l +1187.08 439.80 lineto +0.01 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.07 0.41 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.41 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.41 l +0.12 0.41 l +0.11 0.40 l +0.12 0.41 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.41 l +0.15 0.40 l +0.15 0.41 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.17 0.41 l +0.16 0.40 l +0.17 0.41 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.18 0.41 l +0.19 0.40 l +0.18 0.41 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.21 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.21 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.19 0.41 l +0.19 0.40 l +0.19 0.41 l +0.18 0.40 l +0.18 0.41 l +0.18 0.40 l +0.17 0.41 l +0.18 0.40 l +0.17 0.41 l +0.16 0.40 l +0.16 0.41 l +0.16 0.40 l +0.16 0.41 l +0.15 0.40 l +0.15 0.41 l +0.15 0.40 l +0.14 0.41 l +1201.00 480.32 lineto +0.14 0.40 l +0.13 0.41 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.41 l +0.12 0.40 l +0.11 0.41 l +0.11 0.40 l +0.10 0.41 l +0.11 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.08 0.41 l +0.09 0.40 l +0.08 0.41 l +0.08 0.40 l +0.07 0.41 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.41 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.03 0.41 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +1205.45 520.83 lineto +0.04 0.40 l +0.03 0.41 l +0.03 0.41 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.04 0.40 l +0.03 0.41 l +3.83 0 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.05 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +1212.20 489.63 lineto +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.15 -0.41 l +0.14 -0.40 l +0.15 -0.41 l +0.16 -0.40 l +0.15 -0.41 l +0.16 -0.40 l +0.16 -0.41 l +0.17 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.18 -0.41 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.41 l +0.21 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.20 -0.41 l +0.21 -0.40 l +0.20 -0.41 l +0.19 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.19 -0.41 l +0.19 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.18 -0.41 l +0.17 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.16 -0.41 l +0.16 -0.40 l +0.15 -0.41 l +0.14 -0.40 l +0.15 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.12 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.41 l +0.11 -0.41 l +0.11 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.41 l +1227.44 449.12 lineto +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.41 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.12 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +1221.69 408.60 lineto +-0.12 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +1211.83 368.09 lineto +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.41 l +-0.01 -0.40 l +1209.02 327.57 lineto +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-2.16 0 l +cp p3 +np + 1258.41 318.26 m +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +1256.77 358.55 lineto +-0.04 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +1248.20 398.84 lineto +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.40 l +-0.10 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.12 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.15 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.40 l +-0.14 0.41 l +-0.13 0.40 l +-0.14 0.40 l +-0.13 0.41 l +-0.13 0.40 l +-0.13 0.40 l +-0.13 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +1238.37 439.13 lineto +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.41 l +0.13 0.40 l +0.13 0.40 l +0.14 0.41 l +0.14 0.40 l +0.14 0.40 l +0.15 0.40 l +0.16 0.41 l +0.16 0.40 l +0.16 0.40 l +0.17 0.41 l +0.17 0.40 l +0.17 0.40 l +0.18 0.40 l +0.19 0.41 l +0.18 0.40 l +0.20 0.40 l +0.19 0.41 l +0.20 0.40 l +0.20 0.40 l +0.20 0.41 l +0.21 0.40 l +0.21 0.40 l +0.21 0.40 l +0.22 0.41 l +0.21 0.40 l +0.22 0.40 l +0.22 0.41 l +0.22 0.40 l +0.23 0.40 l +0.22 0.40 l +0.22 0.41 l +0.23 0.40 l +0.22 0.40 l +0.22 0.41 l +0.23 0.40 l +0.22 0.40 l +0.22 0.40 l +0.23 0.41 l +0.22 0.40 l +0.21 0.40 l +0.22 0.41 l +0.22 0.40 l +0.21 0.40 l +0.21 0.40 l +0.21 0.41 l +0.21 0.40 l +0.20 0.40 l +0.20 0.41 l +0.20 0.40 l +0.20 0.40 l +0.19 0.41 l +0.19 0.40 l +0.18 0.40 l +0.19 0.40 l +0.18 0.41 l +0.17 0.40 l +0.17 0.40 l +0.17 0.41 l +0.16 0.40 l +0.16 0.40 l +0.16 0.40 l +0.15 0.41 l +0.15 0.40 l +0.15 0.40 l +0.14 0.41 l +1252.92 479.42 lineto +0.13 0.40 l +0.13 0.40 l +0.13 0.41 l +0.12 0.40 l +0.12 0.40 l +0.12 0.41 l +0.11 0.40 l +0.11 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.04 0.41 l +1257.04 519.71 lineto +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +4.05 0 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.40 l +1263.83 488.69 lineto +0.07 -0.41 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.14 -0.40 l +0.14 -0.41 l +0.15 -0.40 l +0.15 -0.40 l +0.15 -0.41 l +0.15 -0.40 l +0.17 -0.40 l +0.16 -0.40 l +0.17 -0.41 l +0.17 -0.40 l +0.17 -0.40 l +0.18 -0.41 l +0.18 -0.40 l +0.19 -0.40 l +0.19 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.19 -0.40 l +0.21 -0.41 l +0.20 -0.40 l +0.21 -0.40 l +0.21 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.22 -0.40 l +0.21 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.22 -0.40 l +0.22 -0.40 l +0.23 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.23 -0.40 l +0.22 -0.40 l +0.22 -0.41 l +0.22 -0.40 l +0.21 -0.40 l +0.22 -0.41 l +0.21 -0.40 l +0.21 -0.40 l +0.21 -0.40 l +0.20 -0.41 l +0.20 -0.40 l +0.20 -0.40 l +0.19 -0.41 l +0.20 -0.40 l +0.18 -0.40 l +0.19 -0.41 l +0.18 -0.40 l +0.17 -0.40 l +0.17 -0.40 l +0.17 -0.41 l +0.16 -0.40 l +0.16 -0.40 l +0.16 -0.41 l +0.15 -0.40 l +0.14 -0.40 l +0.14 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.41 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +1279.64 448.39 lineto +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.15 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.15 -0.40 l +-0.14 -0.40 l +-0.14 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.13 -0.41 l +-0.14 -0.40 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.14 -0.41 l +-0.13 -0.40 l +-0.13 -0.40 l +-0.13 -0.41 l +-0.13 -0.40 l +-0.12 -0.40 l +-0.13 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +1273.10 408.10 lineto +-0.12 -0.40 l +-0.11 -0.40 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +1263.71 367.81 lineto +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +1260.66 327.52 lineto +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-2.15 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +66.87 399.19 0.89 c p3 +69.72 471.68 0.89 c p3 +74.53 437.92 0.89 c p3 +68.54 424.24 0.89 c p3 +68.26 443.18 0.89 c p3 +62.25 392.71 0.89 c p3 +70.69 381.39 0.89 c p3 +60.41 441.92 0.89 c p3 +74.99 415.65 0.89 c p3 +66.88 454.93 0.89 c p3 +63.28 512.27 0.89 c p3 +71.87 370.00 0.89 c p3 +69.92 432.96 0.89 c p3 +79.18 499.27 0.89 c p3 +70.59 513.21 0.89 c p3 +66.79 456.36 0.89 c p3 +61.12 415.65 0.89 c p3 +66.25 439.08 0.89 c p3 +64.14 425.82 0.89 c p3 +63.90 380.92 0.89 c p3 +79.65 377.83 0.89 c p3 +60.85 393.35 0.89 c p3 +62.12 484.45 0.89 c p3 +79.89 428.58 0.89 c p3 +77.79 369.59 0.89 c p3 +77.08 427.24 0.89 c p3 +75.74 402.35 0.89 c p3 +65.73 380.68 0.89 c p3 +77.54 427.74 0.89 c p3 +78.03 461.19 0.89 c p3 +61.79 457.64 0.89 c p3 +70.64 398.67 0.89 c p3 +77.07 449.59 0.89 c p3 +74.70 478.49 0.89 c p3 +76.34 414.90 0.89 c p3 +79.65 406.79 0.89 c p3 +65.95 391.75 0.89 c p3 +70.63 399.86 0.89 c p3 +72.14 433.28 0.89 c p3 +76.05 440.01 0.89 c p3 +79.00 451.98 0.89 c p3 +74.70 439.30 0.89 c p3 +79.82 433.10 0.89 c p3 +68.35 408.29 0.89 c p3 +68.47 389.14 0.89 c p3 +80.06 366.12 0.89 c p3 +78.08 469.08 0.89 c p3 +73.91 396.79 0.89 c p3 +74.60 449.27 0.89 c p3 +63.39 496.56 0.89 c p3 +67.13 428.37 0.89 c p3 +60.30 417.98 0.89 c p3 +68.55 420.77 0.89 c p3 +70.70 451.06 0.89 c p3 +64.09 422.58 0.89 c p3 +73.58 432.31 0.89 c p3 +74.60 423.71 0.89 c p3 +60.03 427.79 0.89 c p3 +65.23 431.62 0.89 c p3 +79.10 410.04 0.89 c p3 +284.97 412.20 0.89 c p3 +272.64 475.14 0.89 c p3 +277.48 468.71 0.89 c p3 +279.54 386.33 0.89 c p3 +286.77 461.14 0.89 c p3 +275.28 399.93 0.89 c p3 +266.71 339.42 0.89 c p3 +273.30 444.36 0.89 c p3 +284.45 414.67 0.89 c p3 +273.71 460.23 0.89 c p3 +279.20 513.21 0.89 c p3 +279.42 382.81 0.89 c p3 +272.46 437.95 0.89 c p3 +270.98 503.83 0.89 c p3 +268.33 513.76 0.89 c p3 +275.00 458.34 0.89 c p3 +282.11 420.95 0.89 c p3 +275.95 447.16 0.89 c p3 +273.88 434.06 0.89 c p3 +272.04 391.56 0.89 c p3 +272.17 385.26 0.89 c p3 +272.86 397.47 0.89 c p3 +282.85 490.19 0.89 c p3 +285.33 431.59 0.89 c p3 +272.73 363.02 0.89 c p3 +270.40 436.16 0.89 c p3 +284.79 418.58 0.89 c p3 +266.46 396.35 0.89 c p3 +273.14 441.96 0.89 c p3 +277.62 461.79 0.89 c p3 +285.80 422.04 0.89 c p3 +277.43 402.24 0.89 c p3 +266.60 453.05 0.89 c p3 +276.97 480.99 0.89 c p3 +282.22 421.45 0.89 c p3 +274.52 407.76 0.89 c p3 +286.64 402.00 0.89 c p3 +282.63 407.20 0.89 c p3 +281.05 428.73 0.89 c p3 +269.27 452.97 0.89 c p3 +267.17 458.45 0.89 c p3 +283.96 445.09 0.89 c p3 +278.58 446.95 0.89 c p3 +282.90 415.43 0.89 c p3 +276.18 389.98 0.89 c p3 +270.77 374.00 0.89 c p3 +268.68 476.82 0.89 c p3 +271.53 395.96 0.89 c p3 +283.72 454.00 0.89 c p3 +270.29 498.28 0.89 c p3 +278.39 432.18 0.89 c p3 +284.95 420.77 0.89 c p3 +271.72 428.87 0.89 c p3 +275.99 446.26 0.89 c p3 +279.56 423.36 0.89 c p3 +280.82 429.16 0.89 c p3 +282.72 431.05 0.89 c p3 +282.86 440.84 0.89 c p3 +274.36 404.61 0.89 c p3 +274.66 401.38 0.89 c p3 +334.43 405.19 0.89 c p3 +332.02 477.33 0.89 c p3 +334.18 468.05 0.89 c p3 +333.03 408.59 0.89 c p3 +330.14 455.55 0.89 c p3 +333.62 398.44 0.89 c p3 +326.78 368.39 0.89 c p3 +330.85 445.78 0.89 c p3 +336.11 416.98 0.89 c p3 +327.95 459.39 0.89 c p3 +322.17 517.02 0.89 c p3 +325.28 386.49 0.89 c p3 +327.30 434.88 0.89 c p3 +324.60 504.59 0.89 c p3 +328.67 515.78 0.89 c p3 +327.49 459.84 0.89 c p3 +320.54 422.81 0.89 c p3 +331.43 443.34 0.89 c p3 +337.66 430.00 0.89 c p3 +335.32 392.21 0.89 c p3 +326.33 382.07 0.89 c p3 +326.50 398.52 0.89 c p3 +326.37 489.24 0.89 c p3 +319.29 430.43 0.89 c p3 +325.89 366.45 0.89 c p3 +335.37 433.49 0.89 c p3 +319.83 417.21 0.89 c p3 +324.32 396.13 0.89 c p3 +333.45 437.66 0.89 c p3 +323.67 463.60 0.89 c p3 +326.50 458.65 0.89 c p3 +336.46 408.37 0.89 c p3 +318.30 451.00 0.89 c p3 +326.89 483.20 0.89 c p3 +326.63 421.23 0.89 c p3 +329.97 408.51 0.89 c p3 +335.73 401.88 0.89 c p3 +335.75 406.87 0.89 c p3 +324.82 429.74 0.89 c p3 +331.32 449.33 0.89 c p3 +318.75 456.14 0.89 c p3 +323.29 442.23 0.89 c p3 +325.38 441.41 0.89 c p3 +330.45 416.63 0.89 c p3 +325.68 410.10 0.89 c p3 +325.53 375.34 0.89 c p3 +336.67 474.94 0.89 c p3 +337.94 398.47 0.89 c p3 +336.63 454.59 0.89 c p3 +328.70 500.48 0.89 c p3 +318.63 431.49 0.89 c p3 +330.16 419.53 0.89 c p3 +325.03 426.81 0.89 c p3 +324.20 447.80 0.89 c p3 +320.00 421.83 0.89 c p3 +325.37 433.52 0.89 c p3 +332.93 432.41 0.89 c p3 +324.59 436.63 0.89 c p3 +324.88 409.64 0.89 c p3 +334.71 410.49 0.89 c p3 +371.82 414.39 0.89 c p3 +390.38 460.43 0.89 c p3 +389.89 472.80 0.89 c p3 +371.10 406.19 0.89 c p3 +381.55 471.62 0.89 c p3 +371.25 426.77 0.89 c p3 +384.81 384.37 0.89 c p3 +389.73 448.09 0.89 c p3 +374.65 419.50 0.89 c p3 +383.27 455.77 0.89 c p3 +375.56 507.80 0.89 c p3 +373.27 318.26 0.89 c p3 +385.43 440.06 0.89 c p3 +370.42 498.91 0.89 c p3 +385.14 513.80 0.89 c p3 +374.76 456.80 0.89 c p3 +379.28 429.28 0.89 c p3 +385.28 449.22 0.89 c p3 +378.25 436.32 0.89 c p3 +380.44 387.69 0.89 c p3 +372.54 387.29 0.89 c p3 +377.75 407.12 0.89 c p3 +380.13 486.26 0.89 c p3 +376.14 428.76 0.89 c p3 +381.45 369.59 0.89 c p3 +379.43 434.95 0.89 c p3 +388.64 418.98 0.89 c p3 +386.58 397.82 0.89 c p3 +372.76 438.50 0.89 c p3 +389.06 457.18 0.89 c p3 +390.30 465.27 0.89 c p3 +387.17 413.87 0.89 c p3 +373.72 458.89 0.89 c p3 +385.54 475.48 0.89 c p3 +381.26 421.94 0.89 c p3 +374.55 412.90 0.89 c p3 +371.76 406.28 0.89 c p3 +390.10 401.25 0.89 c p3 +382.93 429.15 0.89 c p3 +385.33 455.30 0.89 c p3 +386.73 457.61 0.89 c p3 +385.25 446.31 0.89 c p3 +384.68 446.90 0.89 c p3 +384.56 406.96 0.89 c p3 +381.05 403.48 0.89 c p3 +382.49 371.68 0.89 c p3 +389.77 475.58 0.89 c p3 +371.94 397.42 0.89 c p3 +388.09 452.39 0.89 c p3 +378.87 496.24 0.89 c p3 +390.43 413.87 0.89 c p3 +377.62 399.74 0.89 c p3 +382.19 431.89 0.89 c p3 +377.85 437.99 0.89 c p3 +389.83 408.22 0.89 c p3 +386.54 410.17 0.89 c p3 +372.16 437.92 0.89 c p3 +371.87 449.21 0.89 c p3 +388.91 412.15 0.89 c p3 +369.81 410.10 0.89 c p3 +427.61 413.67 0.89 c p3 +435.83 457.92 0.89 c p3 +421.58 469.32 0.89 c p3 +441.16 378.50 0.89 c p3 +425.44 470.14 0.89 c p3 +440.22 419.34 0.89 c p3 +433.44 332.71 0.89 c p3 +434.63 446.13 0.89 c p3 +440.06 420.89 0.89 c p3 +429.54 454.79 0.89 c p3 +422.34 506.53 0.89 c p3 +441.02 318.26 0.89 c p3 +423.69 437.73 0.89 c p3 +439.90 498.85 0.89 c p3 +429.41 512.78 0.89 c p3 +435.86 458.54 0.89 c p3 +439.83 426.36 0.89 c p3 +437.33 446.34 0.89 c p3 +430.25 433.33 0.89 c p3 +430.53 384.23 0.89 c p3 +440.11 380.25 0.89 c p3 +425.22 403.37 0.89 c p3 +432.73 484.71 0.89 c p3 +432.65 428.28 0.89 c p3 +429.94 358.56 0.89 c p3 +437.62 431.34 0.89 c p3 +432.87 414.30 0.89 c p3 +436.95 394.82 0.89 c p3 +436.66 434.89 0.89 c p3 +438.97 453.84 0.89 c p3 +423.37 466.29 0.89 c p3 +436.63 414.39 0.89 c p3 +433.59 458.75 0.89 c p3 +421.83 473.58 0.89 c p3 +441.67 420.15 0.89 c p3 +434.94 412.26 0.89 c p3 +437.07 405.00 0.89 c p3 +433.97 400.07 0.89 c p3 +442.14 453.73 0.89 c p3 +426.87 450.78 0.89 c p3 +432.81 451.86 0.89 c p3 +423.43 446.23 0.89 c p3 +425.43 441.73 0.89 c p3 +433.01 406.45 0.89 c p3 +441.37 407.52 0.89 c p3 +442.05 369.71 0.89 c p3 +430.22 472.36 0.89 c p3 +428.13 404.41 0.89 c p3 +423.19 452.30 0.89 c p3 +432.24 494.78 0.89 c p3 +430.30 414.16 0.89 c p3 +439.01 403.04 0.89 c p3 +426.96 426.40 0.89 c p3 +440.11 441.02 0.89 c p3 +434.94 408.66 0.89 c p3 +427.33 411.58 0.89 c p3 +422.41 437.53 0.89 c p3 +426.41 446.36 0.89 c p3 +440.16 409.37 0.89 c p3 +430.67 412.03 0.89 c p3 +478.87 409.23 0.89 c p3 +492.42 460.50 0.89 c p3 +481.46 473.02 0.89 c p3 +481.22 380.18 0.89 c p3 +490.74 465.63 0.89 c p3 +473.66 406.37 0.89 c p3 +484.88 318.26 0.89 c p3 +479.07 448.79 0.89 c p3 +489.25 423.12 0.89 c p3 +492.01 454.46 0.89 c p3 +485.46 509.73 0.89 c p3 +483.79 318.26 0.89 c p3 +488.13 437.06 0.89 c p3 +482.97 500.90 0.89 c p3 +476.76 515.14 0.89 c p3 +477.66 462.57 0.89 c p3 +488.95 424.35 0.89 c p3 +480.87 444.82 0.89 c p3 +490.15 426.81 0.89 c p3 +492.27 387.25 0.89 c p3 +475.01 371.68 0.89 c p3 +485.23 401.38 0.89 c p3 +475.23 485.15 0.89 c p3 +475.48 431.22 0.89 c p3 +474.14 365.86 0.89 c p3 +493.26 430.33 0.89 c p3 +483.31 417.95 0.89 c p3 +492.21 398.34 0.89 c p3 +492.21 433.25 0.89 c p3 +475.68 457.78 0.89 c p3 +491.43 463.48 0.89 c p3 +493.09 416.31 0.89 c p3 +492.28 458.25 0.89 c p3 +490.65 476.73 0.89 c p3 +485.36 423.99 0.89 c p3 +473.57 414.25 0.89 c p3 +479.78 405.65 0.89 c p3 +474.18 402.59 0.89 c p3 +484.21 429.21 0.89 c p3 +483.04 449.53 0.89 c p3 +479.46 450.80 0.89 c p3 +493.26 449.38 0.89 c p3 +484.94 437.89 0.89 c p3 +491.13 409.37 0.89 c p3 +480.41 405.84 0.89 c p3 +476.43 371.06 0.89 c p3 +493.81 472.00 0.89 c p3 +473.26 400.08 0.89 c p3 +492.93 451.24 0.89 c p3 +484.57 497.48 0.89 c p3 +482.08 414.90 0.89 c p3 +473.83 403.04 0.89 c p3 +478.55 425.10 0.89 c p3 +488.19 438.11 0.89 c p3 +480.24 412.85 0.89 c p3 +474.30 415.90 0.89 c p3 +476.51 436.35 0.89 c p3 +478.41 443.81 0.89 c p3 +493.18 413.21 0.89 c p3 +490.60 414.16 0.89 c p3 +543.03 410.23 0.89 c p3 +541.95 455.08 0.89 c p3 +536.56 478.57 0.89 c p3 +535.02 406.96 0.89 c p3 +542.69 470.44 0.89 c p3 +539.66 415.98 0.89 c p3 +537.08 378.85 0.89 c p3 +528.69 447.44 0.89 c p3 +531.47 423.17 0.89 c p3 +542.19 454.47 0.89 c p3 +534.83 507.21 0.89 c p3 +535.84 318.26 0.89 c p3 +542.91 436.45 0.89 c p3 +541.80 502.67 0.89 c p3 +527.16 515.05 0.89 c p3 +540.08 460.19 0.89 c p3 +533.75 427.13 0.89 c p3 +535.70 445.39 0.89 c p3 +545.01 434.57 0.89 c p3 +528.62 386.80 0.89 c p3 +527.56 388.95 0.89 c p3 +534.59 403.58 0.89 c p3 +535.79 487.01 0.89 c p3 +544.55 427.31 0.89 c p3 +527.68 367.54 0.89 c p3 +543.18 430.94 0.89 c p3 +544.73 420.15 0.89 c p3 +539.44 399.63 0.89 c p3 +540.54 431.95 0.89 c p3 +528.35 455.70 0.89 c p3 +534.45 466.04 0.89 c p3 +534.14 415.30 0.89 c p3 +537.14 455.86 0.89 c p3 +533.53 473.88 0.89 c p3 +539.83 431.47 0.89 c p3 +527.88 410.61 0.89 c p3 +533.34 400.45 0.89 c p3 +527.79 403.90 0.89 c p3 +533.59 424.65 0.89 c p3 +541.22 453.02 0.89 c p3 +543.37 446.82 0.89 c p3 +545.18 448.72 0.89 c p3 +534.96 426.72 0.89 c p3 +537.55 402.00 0.89 c p3 +541.82 403.69 0.89 c p3 +530.27 370.70 0.89 c p3 +527.06 474.49 0.89 c p3 +542.19 406.71 0.89 c p3 +528.64 455.64 0.89 c p3 +542.51 496.06 0.89 c p3 +540.93 422.12 0.89 c p3 +528.12 405.65 0.89 c p3 +526.90 423.24 0.89 c p3 +541.72 438.15 0.89 c p3 +532.37 397.82 0.89 c p3 +540.48 409.30 0.89 c p3 +541.89 438.71 0.89 c p3 +525.76 446.05 0.89 c p3 +527.16 408.80 0.89 c p3 +539.76 408.51 0.89 c p3 +590.78 409.23 0.89 c p3 +593.72 454.43 0.89 c p3 +586.85 477.61 0.89 c p3 +582.49 391.38 0.89 c p3 +587.60 470.96 0.89 c p3 +582.55 417.06 0.89 c p3 +594.78 362.25 0.89 c p3 +596.91 446.20 0.89 c p3 +589.36 423.32 0.89 c p3 +579.51 453.01 0.89 c p3 +577.33 505.88 0.89 c p3 +577.99 318.26 0.89 c p3 +590.12 434.79 0.89 c p3 +586.78 502.52 0.89 c p3 +586.51 515.33 0.89 c p3 +589.87 459.85 0.89 c p3 +593.57 424.19 0.89 c p3 +576.87 444.88 0.89 c p3 +591.27 432.90 0.89 c p3 +587.64 385.30 0.89 c p3 +596.58 384.96 0.89 c p3 +592.01 403.15 0.89 c p3 +594.42 486.66 0.89 c p3 +592.31 428.44 0.89 c p3 +587.65 365.36 0.89 c p3 +597.12 431.09 0.89 c p3 +594.77 418.68 0.89 c p3 +588.45 397.00 0.89 c p3 +593.76 430.94 0.89 c p3 +587.62 455.85 0.89 c p3 +580.28 465.99 0.89 c p3 +583.87 412.69 0.89 c p3 +593.56 456.77 0.89 c p3 +589.14 473.99 0.89 c p3 +591.37 429.73 0.89 c p3 +588.47 411.10 0.89 c p3 +578.76 400.12 0.89 c p3 +594.42 402.59 0.89 c p3 +593.28 403.69 0.89 c p3 +593.17 450.70 0.89 c p3 +576.84 445.31 0.89 c p3 +593.06 449.59 0.89 c p3 +580.49 429.90 0.89 c p3 +582.64 401.63 0.89 c p3 +582.53 405.65 0.89 c p3 +589.65 368.80 0.89 c p3 +586.82 472.18 0.89 c p3 +594.57 404.11 0.89 c p3 +594.13 453.54 0.89 c p3 +590.48 496.27 0.89 c p3 +581.88 417.40 0.89 c p3 +582.87 402.93 0.89 c p3 +581.07 422.12 0.89 c p3 +587.18 439.43 0.89 c p3 +577.44 399.59 0.89 c p3 +595.52 406.87 0.89 c p3 +586.31 438.01 0.89 c p3 +577.91 447.89 0.89 c p3 +592.77 403.15 0.89 c p3 +582.33 407.20 0.89 c p3 +632.11 416.67 0.89 c p3 +639.17 455.14 0.89 c p3 +633.33 477.17 0.89 c p3 +636.67 386.76 0.89 c p3 +629.36 473.20 0.89 c p3 +634.42 429.68 0.89 c p3 +628.50 348.63 0.89 c p3 +635.52 447.65 0.89 c p3 +648.91 423.55 0.89 c p3 +638.63 454.26 0.89 c p3 +634.49 506.15 0.89 c p3 +631.49 318.26 0.89 c p3 +635.61 443.22 0.89 c p3 +629.37 501.86 0.89 c p3 +630.27 515.22 0.89 c p3 +631.32 459.58 0.89 c p3 +629.11 425.48 0.89 c p3 +635.10 452.26 0.89 c p3 +633.61 443.23 0.89 c p3 +646.42 387.07 0.89 c p3 +642.74 389.80 0.89 c p3 +637.92 409.30 0.89 c p3 +638.13 487.30 0.89 c p3 +645.53 429.13 0.89 c p3 +639.03 361.33 0.89 c p3 +640.20 436.67 0.89 c p3 +637.58 420.86 0.89 c p3 +634.68 400.19 0.89 c p3 +636.53 437.99 0.89 c p3 +636.02 456.26 0.89 c p3 +644.96 467.49 0.89 c p3 +628.98 416.75 0.89 c p3 +633.63 457.89 0.89 c p3 +631.05 474.18 0.89 c p3 +640.06 430.12 0.89 c p3 +633.87 411.63 0.89 c p3 +639.27 400.72 0.89 c p3 +632.99 406.19 0.89 c p3 +640.41 422.28 0.89 c p3 +641.78 458.53 0.89 c p3 +636.59 454.76 0.89 c p3 +642.88 447.63 0.89 c p3 +628.86 441.67 0.89 c p3 +628.57 401.51 0.89 c p3 +648.62 406.71 0.89 c p3 +640.71 370.80 0.89 c p3 +645.49 476.40 0.89 c p3 +642.08 406.28 0.89 c p3 +641.83 454.96 0.89 c p3 +638.86 496.39 0.89 c p3 +641.39 418.98 0.89 c p3 +648.50 404.00 0.89 c p3 +637.32 430.47 0.89 c p3 +638.75 438.98 0.89 c p3 +632.74 394.99 0.89 c p3 +645.17 409.16 0.89 c p3 +647.81 438.69 0.89 c p3 +645.03 449.98 0.89 c p3 +643.49 400.48 0.89 c p3 +631.45 407.91 0.89 c p3 +124.75 413.96 0.89 c p3 +125.00 452.62 0.89 c p3 +119.47 482.00 0.89 c p3 +112.43 412.53 0.89 c p3 +126.67 468.34 0.89 c p3 +124.99 413.47 0.89 c p3 +112.70 381.95 0.89 c p3 +131.61 448.63 0.89 c p3 +120.11 423.43 0.89 c p3 +114.92 454.46 0.89 c p3 +111.49 503.80 0.89 c p3 +112.41 318.26 0.89 c p3 +119.34 435.53 0.89 c p3 +120.06 503.14 0.89 c p3 +120.13 515.27 0.89 c p3 +119.78 460.62 0.89 c p3 +117.63 426.13 0.89 c p3 +128.77 443.70 0.89 c p3 +117.41 431.51 0.89 c p3 +121.26 383.02 0.89 c p3 +123.42 384.82 0.89 c p3 +126.22 404.81 0.89 c p3 +111.99 485.65 0.89 c p3 +117.53 428.58 0.89 c p3 +127.54 364.66 0.89 c p3 +117.06 428.66 0.89 c p3 +126.00 426.79 0.89 c p3 +115.97 405.56 0.89 c p3 +118.15 426.50 0.89 c p3 +116.94 458.31 0.89 c p3 +116.10 466.40 0.89 c p3 +122.19 418.09 0.89 c p3 +116.31 457.30 0.89 c p3 +121.56 472.41 0.89 c p3 +122.48 432.94 0.89 c p3 +124.27 415.34 0.89 c p3 +128.22 401.75 0.89 c p3 +115.70 402.59 0.89 c p3 +127.58 423.76 0.89 c p3 +120.10 450.24 0.89 c p3 +127.17 442.47 0.89 c p3 +129.25 451.94 0.89 c p3 +118.58 427.79 0.89 c p3 +114.95 403.80 0.89 c p3 +127.87 403.58 0.89 c p3 +112.25 368.72 0.89 c p3 +123.87 472.75 0.89 c p3 +112.28 400.72 0.89 c p3 +112.11 455.07 0.89 c p3 +111.81 495.66 0.89 c p3 +131.67 417.48 0.89 c p3 +119.52 402.00 0.89 c p3 +124.30 420.45 0.89 c p3 +119.82 436.57 0.89 c p3 +122.33 397.87 0.89 c p3 +117.75 411.58 0.89 c p3 +120.39 441.93 0.89 c p3 +117.69 446.12 0.89 c p3 +130.46 394.32 0.89 c p3 +115.77 412.15 0.89 c p3 +183.53 411.16 0.89 c p3 +167.35 453.41 0.89 c p3 +172.03 482.56 0.89 c p3 +176.27 375.88 0.89 c p3 +171.10 466.85 0.89 c p3 +170.68 410.74 0.89 c p3 +167.70 350.63 0.89 c p3 +169.32 447.60 0.89 c p3 +165.46 423.48 0.89 c p3 +176.43 454.71 0.89 c p3 +170.80 503.92 0.89 c p3 +176.00 318.26 0.89 c p3 +164.56 436.49 0.89 c p3 +163.89 501.94 0.89 c p3 +166.01 515.77 0.89 c p3 +164.08 458.76 0.89 c p3 +182.99 421.67 0.89 c p3 +163.29 444.64 0.89 c p3 +167.61 433.47 0.89 c p3 +180.22 381.68 0.89 c p3 +173.45 383.07 0.89 c p3 +182.21 404.51 0.89 c p3 +170.11 485.90 0.89 c p3 +181.82 429.08 0.89 c p3 +172.39 359.60 0.89 c p3 +173.67 427.78 0.89 c p3 +164.67 427.64 0.89 c p3 +182.94 405.65 0.89 c p3 +168.70 425.57 0.89 c p3 +163.73 457.77 0.89 c p3 +180.20 462.63 0.89 c p3 +180.95 419.41 0.89 c p3 +173.84 457.78 0.89 c p3 +174.06 471.23 0.89 c p3 +178.03 433.80 0.89 c p3 +179.28 414.49 0.89 c p3 +168.88 396.39 0.89 c p3 +181.48 404.31 0.89 c p3 +174.29 438.31 0.89 c p3 +181.35 450.02 0.89 c p3 +171.33 443.58 0.89 c p3 +180.63 449.86 0.89 c p3 +170.96 426.77 0.89 c p3 +181.22 402.24 0.89 c p3 +164.01 405.00 0.89 c p3 +172.24 368.26 0.89 c p3 +176.74 471.67 0.89 c p3 +165.41 405.65 0.89 c p3 +164.01 454.68 0.89 c p3 +181.53 495.65 0.89 c p3 +182.15 419.72 0.89 c p3 +177.83 403.15 0.89 c p3 +173.03 419.34 0.89 c p3 +177.36 433.06 0.89 c p3 +177.01 393.74 0.89 c p3 +168.14 411.92 0.89 c p3 +171.94 439.64 0.89 c p3 +179.00 444.51 0.89 c p3 +165.98 411.58 0.89 c p3 +165.81 411.46 0.89 c p3 +230.55 416.63 0.89 c p3 +215.43 454.05 0.89 c p3 +232.72 483.74 0.89 c p3 +234.21 425.57 0.89 c p3 +218.49 473.16 0.89 c p3 +231.00 423.00 0.89 c p3 +215.65 399.41 0.89 c p3 +221.18 448.89 0.89 c p3 +219.93 421.56 0.89 c p3 +229.00 456.38 0.89 c p3 +226.98 501.28 0.89 c p3 +233.40 318.26 0.89 c p3 +216.66 438.57 0.89 c p3 +234.72 499.96 0.89 c p3 +225.03 514.85 0.89 c p3 +234.68 457.39 0.89 c p3 +221.97 427.91 0.89 c p3 +230.16 448.03 0.89 c p3 +233.89 436.02 0.89 c p3 +220.30 384.87 0.89 c p3 +227.92 391.19 0.89 c p3 +232.99 408.88 0.89 c p3 +228.10 487.67 0.89 c p3 +230.20 429.61 0.89 c p3 +229.27 366.21 0.89 c p3 +216.71 433.73 0.89 c p3 +215.87 429.64 0.89 c p3 +235.02 408.59 0.89 c p3 +229.73 431.37 0.89 c p3 +224.53 458.48 0.89 c p3 +223.83 466.14 0.89 c p3 +233.35 422.90 0.89 c p3 +226.71 458.16 0.89 c p3 +233.37 471.86 0.89 c p3 +220.04 435.28 0.89 c p3 +230.76 413.77 0.89 c p3 +229.47 403.26 0.89 c p3 +218.94 407.20 0.89 c p3 +235.29 421.28 0.89 c p3 +222.42 456.42 0.89 c p3 +222.21 450.71 0.89 c p3 +215.32 451.36 0.89 c p3 +229.28 432.67 0.89 c p3 +231.75 404.21 0.89 c p3 +223.74 408.37 0.89 c p3 +224.86 367.23 0.89 c p3 +221.52 476.49 0.89 c p3 +225.49 411.22 0.89 c p3 +227.56 455.95 0.89 c p3 +220.59 495.34 0.89 c p3 +232.01 417.21 0.89 c p3 +216.67 400.43 0.89 c p3 +227.03 424.56 0.89 c p3 +219.94 436.26 0.89 c p3 +214.97 397.66 0.89 c p3 +218.11 413.37 0.89 c p3 +230.49 442.74 0.89 c p3 +229.02 450.70 0.89 c p3 +232.83 390.37 0.89 c p3 +215.70 414.99 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +682.47 437.56 0.89 c p3 +695.44 482.65 0.89 c p3 +693.69 445.24 0.89 c p3 +698.88 383.52 0.89 c p3 +694.48 475.82 0.89 c p3 +691.95 408.59 0.89 c p3 +694.29 346.60 0.89 c p3 +689.67 435.95 0.89 c p3 +692.58 417.21 0.89 c p3 +692.01 435.91 0.89 c p3 +690.78 523.37 0.89 c p3 +687.61 404.90 0.89 c p3 +680.99 426.70 0.89 c p3 +699.44 504.18 0.89 c p3 +680.95 510.17 0.89 c p3 +688.63 451.80 0.89 c p3 +692.55 404.71 0.89 c p3 +695.94 443.99 0.89 c p3 +689.20 434.50 0.89 c p3 +681.41 378.71 0.89 c p3 +693.66 372.15 0.89 c p3 +684.03 388.85 0.89 c p3 +691.80 471.55 0.89 c p3 +695.35 427.54 0.89 c p3 +698.71 391.67 0.89 c p3 +689.67 440.61 0.89 c p3 +697.91 444.92 0.89 c p3 +685.06 423.36 0.89 c p3 +690.15 416.75 0.89 c p3 +685.55 441.54 0.89 c p3 +685.75 470.87 0.89 c p3 +687.67 451.25 0.89 c p3 +688.64 452.60 0.89 c p3 +699.06 469.87 0.89 c p3 +684.50 424.65 0.89 c p3 +687.84 400.51 0.89 c p3 +689.01 392.49 0.89 c p3 +689.98 408.29 0.89 c p3 +698.93 418.82 0.89 c p3 +684.25 450.23 0.89 c p3 +684.22 454.18 0.89 c p3 +694.66 459.58 0.89 c p3 +691.85 408.88 0.89 c p3 +683.75 394.97 0.89 c p3 +683.46 392.59 0.89 c p3 +683.76 346.27 0.89 c p3 +698.71 470.74 0.89 c p3 +698.45 393.21 0.89 c p3 +685.80 433.52 0.89 c p3 +692.54 489.95 0.89 c p3 +680.19 429.33 0.89 c p3 +699.99 420.72 0.89 c p3 +680.41 407.36 0.89 c p3 +680.58 449.71 0.89 c p3 +695.52 407.44 0.89 c p3 +684.29 453.14 0.89 c p3 +688.68 443.89 0.89 c p3 +695.36 450.44 0.89 c p3 +680.88 394.64 0.89 c p3 +686.18 446.77 0.89 c p3 +752.17 442.83 0.89 c p3 +751.89 481.28 0.89 c p3 +739.73 442.29 0.89 c p3 +740.75 409.43 0.89 c p3 +746.34 464.24 0.89 c p3 +750.83 407.91 0.89 c p3 +733.40 375.06 0.89 c p3 +744.68 436.77 0.89 c p3 +735.02 420.45 0.89 c p3 +738.78 429.90 0.89 c p3 +740.86 523.58 0.89 c p3 +750.75 401.00 0.89 c p3 +750.03 426.95 0.89 c p3 +738.95 503.75 0.89 c p3 +743.28 512.45 0.89 c p3 +750.10 454.14 0.89 c p3 +749.01 408.59 0.89 c p3 +738.25 437.23 0.89 c p3 +748.09 438.61 0.89 c p3 +741.87 380.05 0.89 c p3 +735.27 374.88 0.89 c p3 +733.41 387.80 0.89 c p3 +735.73 470.31 0.89 c p3 +748.88 424.74 0.89 c p3 +747.08 391.56 0.89 c p3 +747.88 435.73 0.89 c p3 +749.10 445.37 0.89 c p3 +732.05 423.97 0.89 c p3 +735.97 410.74 0.89 c p3 +745.59 436.48 0.89 c p3 +738.20 479.61 0.89 c p3 +744.67 453.14 0.89 c p3 +746.67 447.74 0.89 c p3 +734.41 469.53 0.89 c p3 +742.17 425.20 0.89 c p3 +743.82 402.00 0.89 c p3 +751.18 392.29 0.89 c p3 +745.44 406.87 0.89 c p3 +739.82 416.98 0.89 c p3 +739.34 443.29 0.89 c p3 +735.09 447.28 0.89 c p3 +747.05 456.37 0.89 c p3 +747.71 409.30 0.89 c p3 +740.05 398.20 0.89 c p3 +739.80 388.98 0.89 c p3 +732.96 344.00 0.89 c p3 +742.67 461.77 0.89 c p3 +733.35 394.66 0.89 c p3 +741.31 429.31 0.89 c p3 +738.69 490.41 0.89 c p3 +752.46 436.13 0.89 c p3 +738.82 425.70 0.89 c p3 +745.92 399.50 0.89 c p3 +732.11 452.71 0.89 c p3 +748.05 409.90 0.89 c p3 +732.75 456.36 0.89 c p3 +746.66 448.09 0.89 c p3 +736.84 441.61 0.89 c p3 +738.89 406.87 0.89 c p3 +749.90 455.19 0.89 c p3 +802.91 438.31 0.89 c p3 +803.66 481.44 0.89 c p3 +791.84 445.24 0.89 c p3 +787.51 417.81 0.89 c p3 +798.81 461.36 0.89 c p3 +788.56 404.61 0.89 c p3 +795.12 379.60 0.89 c p3 +801.52 435.58 0.89 c p3 +794.37 420.75 0.89 c p3 +799.47 431.51 0.89 c p3 +792.89 523.34 0.89 c p3 +790.48 399.14 0.89 c p3 +802.11 426.95 0.89 c p3 +799.64 505.09 0.89 c p3 +803.88 512.28 0.89 c p3 +792.14 454.38 0.89 c p3 +797.50 409.43 0.89 c p3 +799.44 434.90 0.89 c p3 +801.10 435.39 0.89 c p3 +784.38 380.25 0.89 c p3 +801.72 373.27 0.89 c p3 +796.19 387.97 0.89 c p3 +795.32 470.90 0.89 c p3 +799.57 424.46 0.89 c p3 +785.18 392.66 0.89 c p3 +789.63 435.51 0.89 c p3 +798.71 447.85 0.89 c p3 +787.40 426.51 0.89 c p3 +784.44 408.59 0.89 c p3 +792.58 436.82 0.89 c p3 +785.52 479.46 0.89 c p3 +793.09 455.40 0.89 c p3 +788.27 448.88 0.89 c p3 +792.26 469.66 0.89 c p3 +785.75 424.97 0.89 c p3 +783.62 401.63 0.89 c p3 +802.16 391.21 0.89 c p3 +790.17 405.84 0.89 c p3 +787.67 416.19 0.89 c p3 +794.22 441.54 0.89 c p3 +796.25 446.23 0.89 c p3 +799.38 459.12 0.89 c p3 +803.96 407.28 0.89 c p3 +785.49 400.51 0.89 c p3 +785.96 391.27 0.89 c p3 +784.00 348.20 0.89 c p3 +785.99 461.08 0.89 c p3 +802.14 397.25 0.89 c p3 +795.17 430.55 0.89 c p3 +792.32 489.72 0.89 c p3 +799.77 435.18 0.89 c p3 +789.23 425.67 0.89 c p3 +798.60 393.92 0.89 c p3 +797.74 452.78 0.89 c p3 +785.54 407.28 0.89 c p3 +797.21 457.07 0.89 c p3 +784.71 449.06 0.89 c p3 +802.87 438.29 0.89 c p3 +794.84 403.04 0.89 c p3 +797.36 455.26 0.89 c p3 +855.19 450.01 0.89 c p3 +843.99 473.24 0.89 c p3 +850.38 450.75 0.89 c p3 +853.85 425.86 0.89 c p3 +837.56 466.85 0.89 c p3 +850.70 412.90 0.89 c p3 +853.99 392.51 0.89 c p3 +854.07 438.12 0.89 c p3 +853.09 423.50 0.89 c p3 +840.86 440.99 0.89 c p3 +848.49 524.93 0.89 c p3 +839.65 345.05 0.89 c p3 +835.36 429.74 0.89 c p3 +840.88 507.74 0.89 c p3 +846.61 512.56 0.89 c p3 +855.79 455.94 0.89 c p3 +837.54 417.84 0.89 c p3 +852.96 443.07 0.89 c p3 +854.11 446.21 0.89 c p3 +848.98 386.22 0.89 c p3 +851.19 387.90 0.89 c p3 +835.92 400.87 0.89 c p3 +855.76 478.75 0.89 c p3 +843.11 426.15 0.89 c p3 +836.30 376.97 0.89 c p3 +846.79 439.18 0.89 c p3 +852.14 451.16 0.89 c p3 +836.54 429.60 0.89 c p3 +846.39 427.57 0.89 c p3 +853.46 436.71 0.89 c p3 +836.28 481.27 0.89 c p3 +836.50 456.21 0.89 c p3 +842.19 456.64 0.89 c p3 +845.13 470.95 0.89 c p3 +837.40 432.38 0.89 c p3 +837.26 409.64 0.89 c p3 +852.51 404.90 0.89 c p3 +855.93 417.99 0.89 c p3 +848.77 422.28 0.89 c p3 +837.51 456.14 0.89 c p3 +837.12 450.96 0.89 c p3 +839.48 453.16 0.89 c p3 +836.19 428.29 0.89 c p3 +853.46 397.35 0.89 c p3 +852.84 395.75 0.89 c p3 +845.81 364.70 0.89 c p3 +842.94 468.72 0.89 c p3 +841.76 409.09 0.89 c p3 +848.95 442.00 0.89 c p3 +840.22 492.04 0.89 c p3 +835.54 424.78 0.89 c p3 +844.30 413.67 0.89 c p3 +850.03 421.78 0.89 c p3 +848.01 452.07 0.89 c p3 +845.86 403.37 0.89 c p3 +851.86 453.17 0.89 c p3 +855.40 449.59 0.89 c p3 +853.00 447.93 0.89 c p3 +837.86 432.66 0.89 c p3 +843.35 456.76 0.89 c p3 +901.68 443.18 0.89 c p3 +903.89 470.33 0.89 c p3 +901.94 457.65 0.89 c p3 +899.70 415.60 0.89 c p3 +903.53 464.76 0.89 c p3 +892.72 407.04 0.89 c p3 +895.77 379.06 0.89 c p3 +904.49 437.60 0.89 c p3 +895.84 423.90 0.89 c p3 +895.88 441.28 0.89 c p3 +906.61 522.70 0.89 c p3 +897.44 341.17 0.89 c p3 +904.83 426.86 0.89 c p3 +896.80 507.83 0.89 c p3 +894.95 512.54 0.89 c p3 +892.04 456.46 0.89 c p3 +899.64 416.47 0.89 c p3 +907.19 439.19 0.89 c p3 +889.30 433.73 0.89 c p3 +905.04 383.57 0.89 c p3 +888.94 377.91 0.89 c p3 +888.27 400.87 0.89 c p3 +902.89 479.49 0.89 c p3 +888.51 423.64 0.89 c p3 +904.03 382.71 0.89 c p3 +895.03 431.72 0.89 c p3 +900.31 448.01 0.89 c p3 +901.85 426.34 0.89 c p3 +887.48 419.57 0.89 c p3 +900.93 444.88 0.89 c p3 +889.32 480.20 0.89 c p3 +907.42 453.04 0.89 c p3 +905.86 457.49 0.89 c p3 +896.90 470.52 0.89 c p3 +893.46 429.77 0.89 c p3 +891.27 409.77 0.89 c p3 +899.93 402.82 0.89 c p3 +903.88 412.37 0.89 c p3 +895.94 432.99 0.89 c p3 +895.79 444.24 0.89 c p3 +902.98 446.21 0.89 c p3 +904.25 455.57 0.89 c p3 +892.81 417.88 0.89 c p3 +898.46 398.21 0.89 c p3 +901.07 397.21 0.89 c p3 +888.47 361.87 0.89 c p3 +896.06 464.10 0.89 c p3 +906.95 408.22 0.89 c p3 +905.16 441.67 0.89 c p3 +900.51 493.62 0.89 c p3 +904.35 424.59 0.89 c p3 +905.75 413.72 0.89 c p3 +891.27 409.16 0.89 c p3 +904.30 449.79 0.89 c p3 +898.93 407.44 0.89 c p3 +888.00 445.57 0.89 c p3 +906.25 449.78 0.89 c p3 +891.37 446.16 0.89 c p3 +898.88 410.86 0.89 c p3 +892.73 454.02 0.89 c p3 +949.56 444.65 0.89 c p3 +942.24 471.63 0.89 c p3 +952.95 458.94 0.89 c p3 +952.97 413.82 0.89 c p3 +950.97 464.85 0.89 c p3 +954.74 414.49 0.89 c p3 +940.82 382.07 0.89 c p3 +952.47 439.67 0.89 c p3 +955.96 423.50 0.89 c p3 +946.68 440.18 0.89 c p3 +957.60 524.49 0.89 c p3 +945.36 318.26 0.89 c p3 +946.84 429.85 0.89 c p3 +953.87 508.06 0.89 c p3 +947.43 512.64 0.89 c p3 +949.41 458.55 0.89 c p3 +945.48 422.53 0.89 c p3 +946.48 443.09 0.89 c p3 +940.50 444.54 0.89 c p3 +953.20 384.65 0.89 c p3 +939.29 385.22 0.89 c p3 +956.26 400.48 0.89 c p3 +951.07 477.50 0.89 c p3 +951.02 427.35 0.89 c p3 +948.78 373.37 0.89 c p3 +941.63 436.41 0.89 c p3 +955.48 454.63 0.89 c p3 +945.90 433.15 0.89 c p3 +956.76 427.36 0.89 c p3 +941.23 441.93 0.89 c p3 +945.64 482.74 0.89 c p3 +949.29 458.24 0.89 c p3 +955.76 456.66 0.89 c p3 +942.98 470.83 0.89 c p3 +941.53 433.13 0.89 c p3 +951.60 408.07 0.89 c p3 +957.07 405.75 0.89 c p3 +940.70 421.83 0.89 c p3 +941.77 435.37 0.89 c p3 +941.89 454.69 0.89 c p3 +958.28 453.39 0.89 c p3 +958.88 456.90 0.89 c p3 +945.72 423.64 0.89 c p3 +950.62 399.22 0.89 c p3 +940.74 402.47 0.89 c p3 +956.85 362.05 0.89 c p3 +950.04 469.88 0.89 c p3 +949.82 403.04 0.89 c p3 +953.50 441.19 0.89 c p3 +953.00 493.38 0.89 c p3 +953.15 426.77 0.89 c p3 +951.00 414.53 0.89 c p3 +953.10 422.63 0.89 c p3 +939.07 451.12 0.89 c p3 +944.57 404.31 0.89 c p3 +949.19 449.07 0.89 c p3 +952.47 452.15 0.89 c p3 +943.07 446.21 0.89 c p3 +958.71 412.58 0.89 c p3 +944.52 457.50 0.89 c p3 +1008.64 433.20 0.89 c p3 +1000.88 470.86 0.89 c p3 +1002.54 452.89 0.89 c p3 +1006.10 388.95 0.89 c p3 +995.32 465.55 0.89 c p3 +990.77 408.80 0.89 c p3 +1008.35 344.58 0.89 c p3 +1003.89 434.47 0.89 c p3 +995.32 426.99 0.89 c p3 +1009.03 437.53 0.89 c p3 +998.20 525.16 0.89 c p3 +998.24 350.20 0.89 c p3 +1009.93 424.41 0.89 c p3 +1008.94 508.79 0.89 c p3 +1009.16 509.88 0.89 c p3 +1005.18 457.78 0.89 c p3 +1003.71 422.40 0.89 c p3 +997.74 438.29 0.89 c p3 +1003.90 432.90 0.89 c p3 +990.88 382.91 0.89 c p3 +998.90 380.68 0.89 c p3 +998.15 397.04 0.89 c p3 +997.10 476.33 0.89 c p3 +1002.95 423.85 0.89 c p3 +1001.86 377.68 0.89 c p3 +1003.14 431.86 0.89 c p3 +1005.11 453.72 0.89 c p3 +1008.01 432.41 0.89 c p3 +993.38 417.77 0.89 c p3 +1002.98 442.33 0.89 c p3 +991.19 487.53 0.89 c p3 +994.40 458.55 0.89 c p3 +991.07 457.10 0.89 c p3 +999.79 471.24 0.89 c p3 +997.47 431.97 0.89 c p3 +1004.15 405.28 0.89 c p3 +1001.92 397.45 0.89 c p3 +1003.28 416.63 0.89 c p3 +996.01 433.06 0.89 c p3 +1006.04 446.15 0.89 c p3 +994.40 448.23 0.89 c p3 +1010.26 454.23 0.89 c p3 +1000.19 407.28 0.89 c p3 +996.95 392.49 0.89 c p3 +1003.39 399.73 0.89 c p3 +1009.04 361.51 0.89 c p3 +995.45 463.72 0.89 c p3 +997.46 413.87 0.89 c p3 +994.09 438.60 0.89 c p3 +1010.68 492.28 0.89 c p3 +992.85 423.29 0.89 c p3 +1003.59 414.01 0.89 c p3 +1011.06 404.61 0.89 c p3 +999.84 453.40 0.89 c p3 +992.46 399.64 0.89 c p3 +1010.85 447.96 0.89 c p3 +1008.92 453.06 0.89 c p3 +1003.66 442.96 0.89 c p3 +996.50 406.28 0.89 c p3 +998.53 457.09 0.89 c p3 +1062.30 444.72 0.89 c p3 +1055.35 472.87 0.89 c p3 +1052.63 457.80 0.89 c p3 +1054.57 413.57 0.89 c p3 +1051.61 466.30 0.89 c p3 +1052.27 423.53 0.89 c p3 +1051.12 387.29 0.89 c p3 +1042.79 439.32 0.89 c p3 +1056.72 423.29 0.89 c p3 +1044.77 440.48 0.89 c p3 +1046.59 524.82 0.89 c p3 +1050.01 339.49 0.89 c p3 +1054.91 432.73 0.89 c p3 +1046.24 509.00 0.89 c p3 +1059.99 511.97 0.89 c p3 +1056.11 456.71 0.89 c p3 +1043.26 425.55 0.89 c p3 +1059.63 446.62 0.89 c p3 +1061.92 441.91 0.89 c p3 +1053.43 384.96 0.89 c p3 +1053.13 388.01 0.89 c p3 +1058.10 405.19 0.89 c p3 +1054.07 478.54 0.89 c p3 +1052.64 429.51 0.89 c p3 +1061.17 390.99 0.89 c p3 +1042.75 437.84 0.89 c p3 +1042.31 461.77 0.89 c p3 +1055.13 440.43 0.89 c p3 +1050.59 428.44 0.89 c p3 +1051.80 443.24 0.89 c p3 +1058.21 484.85 0.89 c p3 +1047.32 462.22 0.89 c p3 +1047.67 459.37 0.89 c p3 +1049.21 473.14 0.89 c p3 +1045.34 438.91 0.89 c p3 +1057.13 404.51 0.89 c p3 +1057.60 404.21 0.89 c p3 +1042.48 426.44 0.89 c p3 +1046.77 421.40 0.89 c p3 +1059.59 459.03 0.89 c p3 +1048.56 457.93 0.89 c p3 +1054.70 458.78 0.89 c p3 +1044.90 415.08 0.89 c p3 +1046.69 397.62 0.89 c p3 +1057.53 390.65 0.89 c p3 +1048.18 366.41 0.89 c p3 +1043.43 472.05 0.89 c p3 +1061.03 400.14 0.89 c p3 +1049.10 441.53 0.89 c p3 +1043.72 495.65 0.89 c p3 +1054.90 421.88 0.89 c p3 +1055.16 412.74 0.89 c p3 +1043.45 421.99 0.89 c p3 +1058.81 451.08 0.89 c p3 +1044.06 391.67 0.89 c p3 +1052.86 454.87 0.89 c p3 +1062.82 455.79 0.89 c p3 +1057.03 446.43 0.89 c p3 +1047.82 408.88 0.89 c p3 +1055.10 457.71 0.89 c p3 +1105.83 435.07 0.89 c p3 +1112.17 470.02 0.89 c p3 +1112.02 454.41 0.89 c p3 +1096.83 399.17 0.89 c p3 +1101.27 462.90 0.89 c p3 +1111.47 407.52 0.89 c p3 +1106.15 369.21 0.89 c p3 +1114.24 435.68 0.89 c p3 +1114.56 426.44 0.89 c p3 +1112.10 438.09 0.89 c p3 +1105.22 523.89 0.89 c p3 +1094.45 348.13 0.89 c p3 +1099.26 426.06 0.89 c p3 +1104.37 508.56 0.89 c p3 +1105.08 510.89 0.89 c p3 +1111.23 458.09 0.89 c p3 +1096.87 425.84 0.89 c p3 +1103.36 437.79 0.89 c p3 +1105.05 439.29 0.89 c p3 +1094.38 383.90 0.89 c p3 +1095.92 383.61 0.89 c p3 +1094.29 396.19 0.89 c p3 +1103.25 476.87 0.89 c p3 +1094.20 426.25 0.89 c p3 +1103.69 381.16 0.89 c p3 +1104.33 429.21 0.89 c p3 +1112.48 458.04 0.89 c p3 +1104.02 436.58 0.89 c p3 +1097.01 420.30 0.89 c p3 +1110.86 441.06 0.89 c p3 +1101.73 486.92 0.89 c p3 +1097.74 461.47 0.89 c p3 +1113.79 457.70 0.89 c p3 +1095.34 472.06 0.89 c p3 +1109.08 433.13 0.89 c p3 +1109.26 405.47 0.89 c p3 +1110.55 399.08 0.89 c p3 +1110.74 422.17 0.89 c p3 +1094.82 419.53 0.89 c p3 +1110.97 446.73 0.89 c p3 +1097.19 447.77 0.89 c p3 +1096.00 459.28 0.89 c p3 +1105.67 408.37 0.89 c p3 +1094.29 396.37 0.89 c p3 +1112.05 392.51 0.89 c p3 +1101.74 363.88 0.89 c p3 +1097.03 464.50 0.89 c p3 +1111.68 407.84 0.89 c p3 +1100.43 439.36 0.89 c p3 +1113.35 492.24 0.89 c p3 +1097.30 425.67 0.89 c p3 +1106.74 414.72 0.89 c p3 +1097.07 407.44 0.89 c p3 +1094.88 452.58 0.89 c p3 +1109.05 398.31 0.89 c p3 +1100.52 453.52 0.89 c p3 +1097.69 454.67 0.89 c p3 +1108.03 439.77 0.89 c p3 +1095.75 411.40 0.89 c p3 +1107.60 458.71 0.89 c p3 +1147.22 433.00 0.89 c p3 +1164.62 469.95 0.89 c p3 +1163.15 448.83 0.89 c p3 +1153.29 376.05 0.89 c p3 +1154.64 461.94 0.89 c p3 +1155.56 416.43 0.89 c p3 +1163.18 353.32 0.89 c p3 +1161.01 434.76 0.89 c p3 +1157.47 424.50 0.89 c p3 +1161.27 438.35 0.89 c p3 +1153.58 523.82 0.89 c p3 +1149.12 318.26 0.89 c p3 +1162.40 428.24 0.89 c p3 +1166.24 510.41 0.89 c p3 +1147.35 509.25 0.89 c p3 +1157.74 456.80 0.89 c p3 +1150.85 421.26 0.89 c p3 +1162.26 440.03 0.89 c p3 +1163.43 444.38 0.89 c p3 +1156.91 380.56 0.89 c p3 +1162.32 386.57 0.89 c p3 +1164.06 403.26 0.89 c p3 +1159.24 475.55 0.89 c p3 +1154.52 426.90 0.89 c p3 +1153.04 384.09 0.89 c p3 +1147.33 436.82 0.89 c p3 +1160.22 454.95 0.89 c p3 +1160.10 433.96 0.89 c p3 +1157.57 421.06 0.89 c p3 +1163.54 446.58 0.89 c p3 +1152.60 486.67 0.89 c p3 +1160.14 459.43 0.89 c p3 +1151.58 456.98 0.89 c p3 +1155.90 469.34 0.89 c p3 +1148.94 431.62 0.89 c p3 +1150.45 406.79 0.89 c p3 +1163.20 399.79 0.89 c p3 +1160.36 420.83 0.89 c p3 +1166.24 431.71 0.89 c p3 +1152.82 451.28 0.89 c p3 +1148.27 448.20 0.89 c p3 +1155.02 456.57 0.89 c p3 +1156.65 415.98 0.89 c p3 +1154.93 392.54 0.89 c p3 +1157.29 393.05 0.89 c p3 +1163.83 358.66 0.89 c p3 +1148.26 467.91 0.89 c p3 +1150.43 406.45 0.89 c p3 +1165.21 440.07 0.89 c p3 +1151.90 492.20 0.89 c p3 +1164.73 421.91 0.89 c p3 +1161.31 411.22 0.89 c p3 +1152.00 415.34 0.89 c p3 +1164.45 455.08 0.89 c p3 +1159.89 398.33 0.89 c p3 +1147.31 453.29 0.89 c p3 +1156.41 451.93 0.89 c p3 +1163.53 439.00 0.89 c p3 +1162.51 386.05 0.89 c p3 +1159.63 458.73 0.89 c p3 +1208.64 434.92 0.89 c p3 +1200.08 473.37 0.89 c p3 +1208.31 450.70 0.89 c p3 +1211.18 373.05 0.89 c p3 +1202.73 458.13 0.89 c p3 +1197.63 416.47 0.89 c p3 +1217.02 343.29 0.89 c p3 +1216.91 435.70 0.89 c p3 +1216.46 424.95 0.89 c p3 +1198.10 437.02 0.89 c p3 +1212.79 525.29 0.89 c p3 +1206.85 318.26 0.89 c p3 +1209.52 429.54 0.89 c p3 +1214.01 509.54 0.89 c p3 +1205.17 510.05 0.89 c p3 +1202.56 457.28 0.89 c p3 +1208.39 422.09 0.89 c p3 +1214.39 441.00 0.89 c p3 +1213.34 441.37 0.89 c p3 +1213.28 380.56 0.89 c p3 +1209.10 386.01 0.89 c p3 +1199.31 402.00 0.89 c p3 +1215.11 475.14 0.89 c p3 +1210.65 426.17 0.89 c p3 +1201.67 379.73 0.89 c p3 +1206.46 433.44 0.89 c p3 +1213.35 456.34 0.89 c p3 +1209.00 435.25 0.89 c p3 +1204.37 421.67 0.89 c p3 +1206.14 441.26 0.89 c p3 +1216.90 487.30 0.89 c p3 +1201.85 460.06 0.89 c p3 +1215.23 456.86 0.89 c p3 +1210.88 469.53 0.89 c p3 +1197.98 433.61 0.89 c p3 +1205.97 406.62 0.89 c p3 +1201.40 396.28 0.89 c p3 +1217.58 427.49 0.89 c p3 +1211.01 423.34 0.89 c p3 +1198.52 450.38 0.89 c p3 +1199.44 452.42 0.89 c p3 +1213.07 457.15 0.89 c p3 +1210.74 413.67 0.89 c p3 +1214.54 394.91 0.89 c p3 +1208.22 391.05 0.89 c p3 +1202.16 357.61 0.89 c p3 +1207.15 467.15 0.89 c p3 +1209.34 405.28 0.89 c p3 +1217.93 438.48 0.89 c p3 +1203.80 492.80 0.89 c p3 +1204.42 421.28 0.89 c p3 +1215.56 411.63 0.89 c p3 +1198.78 415.82 0.89 c p3 +1204.09 451.86 0.89 c p3 +1203.28 401.88 0.89 c p3 +1204.79 452.31 0.89 c p3 +1200.60 453.12 0.89 c p3 +1205.56 435.50 0.89 c p3 +1208.32 391.54 0.89 c p3 +1205.74 459.72 0.89 c p3 +1256.04 432.33 0.89 c p3 +1256.57 471.94 0.89 c p3 +1269.23 452.22 0.89 c p3 +1265.33 378.06 0.89 c p3 +1267.24 455.33 0.89 c p3 +1259.14 414.25 0.89 c p3 +1256.23 344.67 0.89 c p3 +1269.10 434.26 0.89 c p3 +1268.15 425.44 0.89 c p3 +1259.47 437.06 0.89 c p3 +1257.14 524.14 0.89 c p3 +1251.50 318.26 0.89 c p3 +1268.30 428.87 0.89 c p3 +1252.82 509.80 0.89 c p3 +1267.19 509.43 0.89 c p3 +1257.90 453.04 0.89 c p3 +1264.19 422.88 0.89 c p3 +1258.53 440.22 0.89 c p3 +1259.59 441.70 0.89 c p3 +1261.39 380.05 0.89 c p3 +1255.71 384.19 0.89 c p3 +1259.67 401.88 0.89 c p3 +1265.56 476.31 0.89 c p3 +1255.15 425.88 0.89 c p3 +1264.37 376.14 0.89 c p3 +1250.14 436.45 0.89 c p3 +1253.70 454.98 0.89 c p3 +1260.19 433.97 0.89 c p3 +1255.26 420.15 0.89 c p3 +1254.65 440.64 0.89 c p3 +1259.83 487.40 0.89 c p3 +1266.04 459.78 0.89 c p3 +1253.98 456.57 0.89 c p3 +1258.43 469.94 0.89 c p3 +1260.62 432.29 0.89 c p3 +1266.19 406.37 0.89 c p3 +1256.80 398.55 0.89 c p3 +1262.75 425.07 0.89 c p3 +1250.23 428.79 0.89 c p3 +1268.79 450.01 0.89 c p3 +1267.07 450.82 0.89 c p3 +1266.97 456.59 0.89 c p3 +1254.21 412.80 0.89 c p3 +1260.94 394.95 0.89 c p3 +1265.63 393.14 0.89 c p3 +1263.87 358.46 0.89 c p3 +1253.72 465.88 0.89 c p3 +1257.84 406.28 0.89 c p3 +1252.92 437.63 0.89 c p3 +1253.64 491.99 0.89 c p3 +1267.73 422.20 0.89 c p3 +1250.32 412.09 0.89 c p3 +1255.33 413.91 0.89 c p3 +1252.17 453.08 0.89 c p3 +1256.76 397.95 0.89 c p3 +1262.37 453.36 0.89 c p3 +1252.32 452.46 0.89 c p3 +1268.02 433.87 0.89 c p3 +1253.88 384.60 0.89 c p3 +1254.85 459.97 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +69.77 449.35 m +0 63.86 l +o +np +69.77 401.73 m +0 -35.61 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 67.18 449.35 m +0 -47.62 l +5.18 0 l +0 47.62 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +67.18 427.77 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +121.50 453.08 m +0 62.19 l +o +np +121.50 405.37 m +0 -40.71 l +o +1 setlinecap +np + 118.91 453.08 m +0 -47.71 l +5.17 0 l +0 47.71 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +118.91 427.29 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +173.22 453.73 m +0 62.04 l +o +np +173.22 405.65 m +0 -55.02 l +o +1 setlinecap +np + 170.64 453.73 m +0 -48.08 l +5.17 0 l +0 48.08 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +170.64 427.71 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +224.95 456.06 m +0 58.79 l +o +np +224.95 410.64 m +0 -44.43 l +o +1 setlinecap +np + 222.36 456.06 m +0 -45.42 l +5.18 0 l +0 45.42 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +222.36 430.50 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +276.68 453.29 m +0 60.47 l +o +np +276.68 404.02 m +0 -64.60 l +o +1 setlinecap +np + 274.09 453.29 m +0 -49.27 l +5.17 0 l +0 49.27 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +274.09 430.11 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +328.40 454.83 m +0 62.19 l +o +np +328.40 408.57 m +0 -42.12 l +o +1 setlinecap +np + 325.82 454.83 m +0 -46.26 l +5.17 0 l +0 46.26 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +325.82 430.96 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +380.13 456.03 m +0 57.77 l +o +np +380.13 407.94 m +0 -38.35 l +o +1 setlinecap +np + 377.54 456.03 m +0 -48.09 l +5.18 0 l +0 48.09 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +377.54 430.58 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +431.86 453.76 m +0 59.02 l +o +np +431.86 408.38 m +0 -49.82 l +o +1 setlinecap +np + 429.27 453.76 m +0 -45.38 l +5.17 0 l +0 45.38 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +429.27 429.81 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +483.58 452.04 m +0 63.10 l +o +np +483.58 408.51 m +0 -42.65 l +o +1 setlinecap +np + 481.00 452.04 m +0 -43.53 l +5.17 0 l +0 43.53 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +481.00 428.01 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +535.31 454.62 m +0 60.43 l +o +np +535.31 406.89 m +0 -39.35 l +o +1 setlinecap +np + 532.72 454.62 m +0 -47.73 l +5.18 0 l +0 47.73 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +532.72 427.22 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +587.04 453.14 m +0 62.19 l +o +np +587.04 403.56 m +0 -41.31 l +o +1 setlinecap +np + 584.45 453.14 m +0 -49.58 l +5.17 0 l +0 49.58 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +584.45 429.08 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +638.76 455.00 m +0 60.22 l +o +np +638.76 406.60 m +0 -57.97 l +o +1 setlinecap +np + 636.18 455.00 m +0 -48.40 l +5.17 0 l +0 48.40 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +636.18 430.29 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +690.49 451.39 m +0 58.78 l +o +np +690.49 406.75 m +0 -60.48 l +o +1 setlinecap +np + 687.90 451.39 m +0 -44.64 l +5.18 0 l +0 44.64 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +687.90 434.01 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +742.22 452.82 m +0 59.63 l +o +np +742.22 407.65 m +0 -63.65 l +o +1 setlinecap +np + 739.63 452.82 m +0 -45.17 l +5.17 0 l +0 45.17 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +739.63 432.82 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +793.94 453.18 m +0 70.16 l +o +np +793.94 405.53 m +0 -57.33 l +o +1 setlinecap +np + 791.36 453.18 m +0 -47.65 l +5.17 0 l +0 47.65 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +791.36 433.21 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +845.67 453.86 m +0 53.88 l +o +np +845.67 416.80 m +0 -52.10 l +o +1 setlinecap +np + 843.08 453.86 m +0 -37.06 l +5.18 0 l +0 37.06 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +843.08 437.42 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +897.40 453.28 m +0 59.26 l +o +np +897.40 410.59 m +0 -48.72 l +o +1 setlinecap +np + 894.81 453.28 m +0 -42.69 l +5.17 0 l +0 42.69 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +894.81 433.36 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +949.12 456.72 m +0 55.92 l +o +np +949.12 414.32 m +0 -52.27 l +o +1 setlinecap +np + 946.54 456.72 m +0 -42.40 l +5.17 0 l +0 42.40 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +946.54 438.04 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1000.85 453.85 m +0 56.03 l +o +np +1000.85 407.03 m +0 -62.45 l +o +1 setlinecap +np + 998.26 453.85 m +0 -46.82 l +5.18 0 l +0 46.82 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +998.26 432.98 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1052.58 458.14 m +0 66.68 l +o +np +1052.58 413.36 m +0 -46.95 l +o +1 setlinecap +np + 1049.99 458.14 m +0 -44.78 l +5.17 0 l +0 44.78 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1049.99 439.88 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1104.30 457.79 m +0 66.10 l +o +np +1104.30 407.76 m +0 -59.63 l +o +1 setlinecap +np + 1101.72 457.79 m +0 -50.03 l +5.17 0 l +0 50.03 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1101.72 435.38 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1156.03 455.45 m +0 54.96 l +o +np +1156.03 410.11 m +0 -56.79 l +o +1 setlinecap +np + 1153.44 455.45 m +0 -45.34 l +5.18 0 l +0 45.34 l +-5.18 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1153.44 434.36 m +5.18 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1207.76 456.47 m +0 68.82 l +o +np +1207.76 410.38 m +0 -67.09 l +o +1 setlinecap +np + 1205.17 456.47 m +0 -46.09 l +5.17 0 l +0 46.09 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1205.17 435.09 m +5.17 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1259.48 453.77 m +0 56.03 l +o +np +1259.48 410.66 m +0 -52.20 l +o +1 setlinecap +np + 1256.90 453.77 m +0 -43.11 l +5.17 0 l +0 43.11 l +-5.17 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1256.90 433.92 m +5.17 0 l +o +0.00 0.00 1728.00 576.00 cl +38.73 535.64 1290.52 552.85 cl +38.73 535.64 1290.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 535.64 1251.79 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +664.63 541.01 (Batch1) .5 0 t +38.73 535.64 1290.52 552.85 cl +38.73 535.64 1290.52 552.85 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +69.77 305.16 m +0 2.74 l +o +np +121.50 305.16 m +0 2.74 l +o +np +173.22 305.16 m +0 2.74 l +o +np +224.95 305.16 m +0 2.74 l +o +np +276.68 305.16 m +0 2.74 l +o +np +328.40 305.16 m +0 2.74 l +o +np +380.13 305.16 m +0 2.74 l +o +np +431.86 305.16 m +0 2.74 l +o +np +483.58 305.16 m +0 2.74 l +o +np +535.31 305.16 m +0 2.74 l +o +np +587.04 305.16 m +0 2.74 l +o +np +638.76 305.16 m +0 2.74 l +o +np +690.49 305.16 m +0 2.74 l +o +np +742.22 305.16 m +0 2.74 l +o +np +793.94 305.16 m +0 2.74 l +o +np +845.67 305.16 m +0 2.74 l +o +np +897.40 305.16 m +0 2.74 l +o +np +949.12 305.16 m +0 2.74 l +o +np +1000.85 305.16 m +0 2.74 l +o +np +1052.58 305.16 m +0 2.74 l +o +np +1104.30 305.16 m +0 2.74 l +o +np +1156.03 305.16 m +0 2.74 l +o +np +1207.76 305.16 m +0 2.74 l +o +np +1259.48 305.16 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +76.23 302.97 (Batch1_E_1) 1 90 t +127.96 302.97 (Batch1_E_10) 1 90 t +179.68 302.97 (Batch1_E_11) 1 90 t +231.41 302.97 (Batch1_E_12) 1 90 t +283.14 302.97 (Batch1_E_2) 1 90 t +334.86 302.97 (Batch1_E_3) 1 90 t +386.59 302.97 (Batch1_E_4) 1 90 t +438.32 302.97 (Batch1_E_5) 1 90 t +490.04 302.97 (Batch1_E_6) 1 90 t +541.77 302.97 (Batch1_E_7) 1 90 t +593.50 302.97 (Batch1_E_8) 1 90 t +645.23 302.97 (Batch1_E_9) 1 90 t +696.95 302.97 (Batch1_P_13) 1 90 t +748.68 302.97 (Batch1_P_14) 1 90 t +800.41 302.97 (Batch1_P_15) 1 90 t +852.13 302.97 (Batch1_P_16) 1 90 t +903.86 302.97 (Batch1_P_17) 1 90 t +955.59 302.97 (Batch1_P_18) 1 90 t +1007.31 302.97 (Batch1_P_19) 1 90 t +1059.04 302.97 (Batch1_P_20) 1 90 t +1110.77 302.97 (Batch1_P_21) 1 90 t +1162.49 302.97 (Batch1_P_22) 1 90 t +1214.22 302.97 (Batch1_P_23) 1 90 t +1265.95 302.97 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 321.12 (-25) 1 0 t +33.80 366.70 (-20) 1 0 t +33.80 412.29 (-15) 1 0 t +33.80 457.87 (-10) 1 0 t +33.80 503.45 (-5) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 324.35 m +2.74 0 l +o +np +35.99 369.93 m +2.74 0 l +o +np +35.99 415.52 m +2.74 0 l +o +np +35.99 461.10 m +2.74 0 l +o +np +35.99 506.68 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +664.63 238.30 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.71 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1296.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1296.00 230.40 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 38.73 85.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +38.73 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 68.27 m +46.91 0 l +o +np +38.73 115.16 m +46.91 0 l +o +np +38.73 162.04 m +46.91 0 l +o +np +46.57 38.73 m +0 134.10 l +o +np +55.49 38.73 m +0 134.10 l +o +np +64.41 38.73 m +0 134.10 l +o +np +73.33 38.73 m +0 134.10 l +o +np +82.25 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +38.73 44.83 m +46.91 0 l +o +np +38.73 91.71 m +46.91 0 l +o +np +38.73 138.60 m +46.91 0 l +o +np +42.11 38.73 m +0 134.10 l +o +np +51.03 38.73 m +0 134.10 l +o +np +59.95 38.73 m +0 134.10 l +o +np +68.87 38.73 m +0 134.10 l +o +np +77.79 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +40.86 44.83 2.13 0.00 r p3 +43.00 44.83 2.13 0.00 r p3 +45.13 44.83 2.13 0.00 r p3 +47.26 44.83 2.13 0.00 r p3 +49.39 44.83 2.13 28.13 r p3 +51.53 44.83 2.13 37.51 r p3 +53.66 44.83 2.13 37.51 r p3 +55.79 44.83 2.13 46.89 r p3 +57.92 44.83 2.13 56.26 r p3 +60.05 44.83 2.13 56.26 r p3 +62.19 44.83 2.13 93.77 r p3 +64.32 44.83 2.13 56.26 r p3 +66.45 44.83 2.13 65.64 r p3 +68.58 44.83 2.13 18.75 r p3 +70.71 44.83 2.13 18.75 r p3 +72.85 44.83 2.13 9.38 r p3 +74.98 44.83 2.13 18.75 r p3 +77.11 44.83 2.13 18.75 r p3 +79.24 44.83 2.13 0.00 r p3 +81.38 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +91.12 38.73 138.03 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +91.12 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +91.12 68.27 m +46.91 0 l +o +np +91.12 115.16 m +46.91 0 l +o +np +91.12 162.04 m +46.91 0 l +o +np +98.95 38.73 m +0 134.10 l +o +np +107.87 38.73 m +0 134.10 l +o +np +116.79 38.73 m +0 134.10 l +o +np +125.71 38.73 m +0 134.10 l +o +np +134.63 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +91.12 44.83 m +46.91 0 l +o +np +91.12 91.71 m +46.91 0 l +o +np +91.12 138.60 m +46.91 0 l +o +np +94.49 38.73 m +0 134.10 l +o +np +103.41 38.73 m +0 134.10 l +o +np +112.33 38.73 m +0 134.10 l +o +np +121.25 38.73 m +0 134.10 l +o +np +130.17 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +93.25 44.83 2.13 9.38 r p3 +95.38 44.83 2.13 0.00 r p3 +97.52 44.83 2.13 0.00 r p3 +99.65 44.83 2.13 0.00 r p3 +101.78 44.83 2.13 18.75 r p3 +103.91 44.83 2.13 18.75 r p3 +106.04 44.83 2.13 9.38 r p3 +108.18 44.83 2.13 84.40 r p3 +110.31 44.83 2.13 65.64 r p3 +112.44 44.83 2.13 75.02 r p3 +114.57 44.83 2.13 65.64 r p3 +116.70 44.83 2.13 46.89 r p3 +118.84 44.83 2.13 65.64 r p3 +120.97 44.83 2.13 28.13 r p3 +123.10 44.83 2.13 18.75 r p3 +125.23 44.83 2.13 18.75 r p3 +127.36 44.83 2.13 18.75 r p3 +129.50 44.83 2.13 9.38 r p3 +131.63 44.83 2.13 9.38 r p3 +133.76 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +143.50 38.73 190.41 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +143.50 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +143.50 68.27 m +46.91 0 l +o +np +143.50 115.16 m +46.91 0 l +o +np +143.50 162.04 m +46.91 0 l +o +np +151.34 38.73 m +0 134.10 l +o +np +160.26 38.73 m +0 134.10 l +o +np +169.18 38.73 m +0 134.10 l +o +np +178.10 38.73 m +0 134.10 l +o +np +187.02 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +143.50 44.83 m +46.91 0 l +o +np +143.50 91.71 m +46.91 0 l +o +np +143.50 138.60 m +46.91 0 l +o +np +146.88 38.73 m +0 134.10 l +o +np +155.80 38.73 m +0 134.10 l +o +np +164.72 38.73 m +0 134.10 l +o +np +173.64 38.73 m +0 134.10 l +o +np +182.56 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +145.64 44.83 2.13 9.38 r p3 +147.77 44.83 2.13 0.00 r p3 +149.90 44.83 2.13 9.38 r p3 +152.03 44.83 2.13 9.38 r p3 +154.17 44.83 2.13 9.38 r p3 +156.30 44.83 2.13 28.13 r p3 +158.43 44.83 2.13 9.38 r p3 +160.56 44.83 2.13 56.26 r p3 +162.69 44.83 2.13 75.02 r p3 +164.83 44.83 2.13 65.64 r p3 +166.96 44.83 2.13 65.64 r p3 +169.09 44.83 2.13 56.26 r p3 +171.22 44.83 2.13 75.02 r p3 +173.35 44.83 2.13 18.75 r p3 +175.49 44.83 2.13 18.75 r p3 +177.62 44.83 2.13 18.75 r p3 +179.75 44.83 2.13 18.75 r p3 +181.88 44.83 2.13 9.38 r p3 +184.02 44.83 2.13 9.38 r p3 +186.15 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +195.89 38.73 242.80 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +195.89 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +195.89 68.27 m +46.91 0 l +o +np +195.89 115.16 m +46.91 0 l +o +np +195.89 162.04 m +46.91 0 l +o +np +203.73 38.73 m +0 134.10 l +o +np +212.65 38.73 m +0 134.10 l +o +np +221.57 38.73 m +0 134.10 l +o +np +230.48 38.73 m +0 134.10 l +o +np +239.40 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +195.89 44.83 m +46.91 0 l +o +np +195.89 91.71 m +46.91 0 l +o +np +195.89 138.60 m +46.91 0 l +o +np +199.27 38.73 m +0 134.10 l +o +np +208.19 38.73 m +0 134.10 l +o +np +217.11 38.73 m +0 134.10 l +o +np +226.03 38.73 m +0 134.10 l +o +np +234.94 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +198.02 44.83 2.13 9.38 r p3 +200.16 44.83 2.13 0.00 r p3 +202.29 44.83 2.13 0.00 r p3 +204.42 44.83 2.13 0.00 r p3 +206.55 44.83 2.13 18.75 r p3 +208.68 44.83 2.13 0.00 r p3 +210.82 44.83 2.13 28.13 r p3 +212.95 44.83 2.13 46.89 r p3 +215.08 44.83 2.13 75.02 r p3 +217.21 44.83 2.13 75.02 r p3 +219.34 44.83 2.13 84.40 r p3 +221.48 44.83 2.13 28.13 r p3 +223.61 44.83 2.13 103.15 r p3 +225.74 44.83 2.13 9.38 r p3 +227.87 44.83 2.13 28.13 r p3 +230.01 44.83 2.13 18.75 r p3 +232.14 44.83 2.13 28.13 r p3 +234.27 44.83 2.13 0.00 r p3 +236.40 44.83 2.13 9.38 r p3 +238.53 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +248.28 38.73 295.18 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +248.28 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +248.28 68.27 m +46.90 0 l +o +np +248.28 115.16 m +46.90 0 l +o +np +248.28 162.04 m +46.90 0 l +o +np +256.11 38.73 m +0 134.10 l +o +np +265.03 38.73 m +0 134.10 l +o +np +273.95 38.73 m +0 134.10 l +o +np +282.87 38.73 m +0 134.10 l +o +np +291.79 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +248.28 44.83 m +46.90 0 l +o +np +248.28 91.71 m +46.90 0 l +o +np +248.28 138.60 m +46.90 0 l +o +np +251.65 38.73 m +0 134.10 l +o +np +260.57 38.73 m +0 134.10 l +o +np +269.49 38.73 m +0 134.10 l +o +np +278.41 38.73 m +0 134.10 l +o +np +287.33 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +250.41 44.83 2.13 0.00 r p3 +252.54 44.83 2.13 9.38 r p3 +254.67 44.83 2.13 0.00 r p3 +256.81 44.83 2.13 0.00 r p3 +258.94 44.83 2.13 9.38 r p3 +261.07 44.83 2.13 18.75 r p3 +263.20 44.83 2.13 37.51 r p3 +265.33 44.83 2.13 75.02 r p3 +267.47 44.83 2.13 46.89 r p3 +269.60 44.83 2.13 56.26 r p3 +271.73 44.83 2.13 75.02 r p3 +273.86 44.83 2.13 75.02 r p3 +275.99 44.83 2.13 46.89 r p3 +278.13 44.83 2.13 37.51 r p3 +280.26 44.83 2.13 28.13 r p3 +282.39 44.83 2.13 9.38 r p3 +284.52 44.83 2.13 9.38 r p3 +286.66 44.83 2.13 28.13 r p3 +288.79 44.83 2.13 0.00 r p3 +290.92 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +300.66 38.73 347.57 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +300.66 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +300.66 68.27 m +46.91 0 l +o +np +300.66 115.16 m +46.91 0 l +o +np +300.66 162.04 m +46.91 0 l +o +np +308.50 38.73 m +0 134.10 l +o +np +317.42 38.73 m +0 134.10 l +o +np +326.34 38.73 m +0 134.10 l +o +np +335.26 38.73 m +0 134.10 l +o +np +344.18 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +300.66 44.83 m +46.91 0 l +o +np +300.66 91.71 m +46.91 0 l +o +np +300.66 138.60 m +46.91 0 l +o +np +304.04 38.73 m +0 134.10 l +o +np +312.96 38.73 m +0 134.10 l +o +np +321.88 38.73 m +0 134.10 l +o +np +330.80 38.73 m +0 134.10 l +o +np +339.72 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +302.80 44.83 2.13 0.00 r p3 +304.93 44.83 2.13 0.00 r p3 +307.06 44.83 2.13 0.00 r p3 +309.19 44.83 2.13 0.00 r p3 +311.32 44.83 2.13 18.75 r p3 +313.46 44.83 2.13 18.75 r p3 +315.59 44.83 2.13 18.75 r p3 +317.72 44.83 2.13 46.89 r p3 +319.85 44.83 2.13 75.02 r p3 +321.98 44.83 2.13 75.02 r p3 +324.12 44.83 2.13 93.77 r p3 +326.25 44.83 2.13 46.89 r p3 +328.38 44.83 2.13 65.64 r p3 +330.51 44.83 2.13 28.13 r p3 +332.65 44.83 2.13 18.75 r p3 +334.78 44.83 2.13 18.75 r p3 +336.91 44.83 2.13 9.38 r p3 +339.04 44.83 2.13 9.38 r p3 +341.17 44.83 2.13 18.75 r p3 +343.31 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +353.05 38.73 399.96 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +353.05 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +353.05 68.27 m +46.91 0 l +o +np +353.05 115.16 m +46.91 0 l +o +np +353.05 162.04 m +46.91 0 l +o +np +360.89 38.73 m +0 134.10 l +o +np +369.80 38.73 m +0 134.10 l +o +np +378.72 38.73 m +0 134.10 l +o +np +387.64 38.73 m +0 134.10 l +o +np +396.56 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +353.05 44.83 m +46.91 0 l +o +np +353.05 91.71 m +46.91 0 l +o +np +353.05 138.60 m +46.91 0 l +o +np +356.43 38.73 m +0 134.10 l +o +np +365.35 38.73 m +0 134.10 l +o +np +374.26 38.73 m +0 134.10 l +o +np +383.18 38.73 m +0 134.10 l +o +np +392.10 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +355.18 44.83 2.13 9.38 r p3 +357.31 44.83 2.13 0.00 r p3 +359.45 44.83 2.13 0.00 r p3 +361.58 44.83 2.13 0.00 r p3 +363.71 44.83 2.13 18.75 r p3 +365.84 44.83 2.13 0.00 r p3 +367.97 44.83 2.13 28.13 r p3 +370.11 44.83 2.13 46.89 r p3 +372.24 44.83 2.13 112.53 r p3 +374.37 44.83 2.13 37.51 r p3 +376.50 44.83 2.13 56.26 r p3 +378.63 44.83 2.13 65.64 r p3 +380.77 44.83 2.13 84.40 r p3 +382.90 44.83 2.13 18.75 r p3 +385.03 44.83 2.13 37.51 r p3 +387.16 44.83 2.13 9.38 r p3 +389.30 44.83 2.13 18.75 r p3 +391.43 44.83 2.13 18.75 r p3 +393.56 44.83 2.13 0.00 r p3 +395.69 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +405.44 38.73 452.34 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +405.44 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +405.44 68.27 m +46.90 0 l +o +np +405.44 115.16 m +46.90 0 l +o +np +405.44 162.04 m +46.90 0 l +o +np +413.27 38.73 m +0 134.10 l +o +np +422.19 38.73 m +0 134.10 l +o +np +431.11 38.73 m +0 134.10 l +o +np +440.03 38.73 m +0 134.10 l +o +np +448.95 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +405.44 44.83 m +46.90 0 l +o +np +405.44 91.71 m +46.90 0 l +o +np +405.44 138.60 m +46.90 0 l +o +np +408.81 38.73 m +0 134.10 l +o +np +417.73 38.73 m +0 134.10 l +o +np +426.65 38.73 m +0 134.10 l +o +np +435.57 38.73 m +0 134.10 l +o +np +444.49 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +407.57 44.83 2.13 9.38 r p3 +409.70 44.83 2.13 9.38 r p3 +411.83 44.83 2.13 0.00 r p3 +413.96 44.83 2.13 9.38 r p3 +416.10 44.83 2.13 9.38 r p3 +418.23 44.83 2.13 18.75 r p3 +420.36 44.83 2.13 9.38 r p3 +422.49 44.83 2.13 56.26 r p3 +424.62 44.83 2.13 103.15 r p3 +426.76 44.83 2.13 46.89 r p3 +428.89 44.83 2.13 56.26 r p3 +431.02 44.83 2.13 56.26 r p3 +433.15 44.83 2.13 84.40 r p3 +435.29 44.83 2.13 28.13 r p3 +437.42 44.83 2.13 18.75 r p3 +439.55 44.83 2.13 9.38 r p3 +441.68 44.83 2.13 18.75 r p3 +443.81 44.83 2.13 18.75 r p3 +445.95 44.83 2.13 0.00 r p3 +448.08 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +457.82 38.73 504.73 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +457.82 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +457.82 68.27 m +46.91 0 l +o +np +457.82 115.16 m +46.91 0 l +o +np +457.82 162.04 m +46.91 0 l +o +np +465.66 38.73 m +0 134.10 l +o +np +474.58 38.73 m +0 134.10 l +o +np +483.50 38.73 m +0 134.10 l +o +np +492.42 38.73 m +0 134.10 l +o +np +501.33 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +457.82 44.83 m +46.91 0 l +o +np +457.82 91.71 m +46.91 0 l +o +np +457.82 138.60 m +46.91 0 l +o +np +461.20 38.73 m +0 134.10 l +o +np +470.12 38.73 m +0 134.10 l +o +np +479.04 38.73 m +0 134.10 l +o +np +487.96 38.73 m +0 134.10 l +o +np +496.88 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +459.95 44.83 2.13 18.75 r p3 +462.09 44.83 2.13 0.00 r p3 +464.22 44.83 2.13 0.00 r p3 +466.35 44.83 2.13 0.00 r p3 +468.48 44.83 2.13 28.13 r p3 +470.61 44.83 2.13 9.38 r p3 +472.75 44.83 2.13 9.38 r p3 +474.88 44.83 2.13 46.89 r p3 +477.01 44.83 2.13 103.15 r p3 +479.14 44.83 2.13 65.64 r p3 +481.28 44.83 2.13 56.26 r p3 +483.41 44.83 2.13 37.51 r p3 +485.54 44.83 2.13 75.02 r p3 +487.67 44.83 2.13 37.51 r p3 +489.80 44.83 2.13 28.13 r p3 +491.94 44.83 2.13 9.38 r p3 +494.07 44.83 2.13 18.75 r p3 +496.20 44.83 2.13 9.38 r p3 +498.33 44.83 2.13 9.38 r p3 +500.46 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +510.21 38.73 557.11 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +510.21 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +510.21 68.27 m +46.90 0 l +o +np +510.21 115.16 m +46.90 0 l +o +np +510.21 162.04 m +46.90 0 l +o +np +518.04 38.73 m +0 134.10 l +o +np +526.96 38.73 m +0 134.10 l +o +np +535.88 38.73 m +0 134.10 l +o +np +544.80 38.73 m +0 134.10 l +o +np +553.72 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +510.21 44.83 m +46.90 0 l +o +np +510.21 91.71 m +46.90 0 l +o +np +510.21 138.60 m +46.90 0 l +o +np +513.58 38.73 m +0 134.10 l +o +np +522.50 38.73 m +0 134.10 l +o +np +531.42 38.73 m +0 134.10 l +o +np +540.34 38.73 m +0 134.10 l +o +np +549.26 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +512.34 44.83 2.13 9.38 r p3 +514.47 44.83 2.13 0.00 r p3 +516.60 44.83 2.13 0.00 r p3 +518.74 44.83 2.13 0.00 r p3 +520.87 44.83 2.13 18.75 r p3 +523.00 44.83 2.13 9.38 r p3 +525.13 44.83 2.13 18.75 r p3 +527.26 44.83 2.13 65.64 r p3 +529.40 44.83 2.13 93.77 r p3 +531.53 44.83 2.13 56.26 r p3 +533.66 44.83 2.13 65.64 r p3 +535.79 44.83 2.13 65.64 r p3 +537.93 44.83 2.13 56.26 r p3 +540.06 44.83 2.13 28.13 r p3 +542.19 44.83 2.13 28.13 r p3 +544.32 44.83 2.13 9.38 r p3 +546.45 44.83 2.13 18.75 r p3 +548.59 44.83 2.13 9.38 r p3 +550.72 44.83 2.13 9.38 r p3 +552.85 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +562.59 38.73 609.50 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +562.59 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +562.59 68.27 m +46.91 0 l +o +np +562.59 115.16 m +46.91 0 l +o +np +562.59 162.04 m +46.91 0 l +o +np +570.43 38.73 m +0 134.10 l +o +np +579.35 38.73 m +0 134.10 l +o +np +588.27 38.73 m +0 134.10 l +o +np +597.19 38.73 m +0 134.10 l +o +np +606.11 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +562.59 44.83 m +46.91 0 l +o +np +562.59 91.71 m +46.91 0 l +o +np +562.59 138.60 m +46.91 0 l +o +np +565.97 38.73 m +0 134.10 l +o +np +574.89 38.73 m +0 134.10 l +o +np +583.81 38.73 m +0 134.10 l +o +np +592.73 38.73 m +0 134.10 l +o +np +601.65 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +564.73 44.83 2.13 9.38 r p3 +566.86 44.83 2.13 0.00 r p3 +568.99 44.83 2.13 0.00 r p3 +571.12 44.83 2.13 0.00 r p3 +573.25 44.83 2.13 28.13 r p3 +575.39 44.83 2.13 0.00 r p3 +577.52 44.83 2.13 28.13 r p3 +579.65 44.83 2.13 93.77 r p3 +581.78 44.83 2.13 56.26 r p3 +583.92 44.83 2.13 56.26 r p3 +586.05 44.83 2.13 65.64 r p3 +588.18 44.83 2.13 56.26 r p3 +590.31 44.83 2.13 65.64 r p3 +592.44 44.83 2.13 18.75 r p3 +594.58 44.83 2.13 37.51 r p3 +596.71 44.83 2.13 9.38 r p3 +598.84 44.83 2.13 18.75 r p3 +600.97 44.83 2.13 9.38 r p3 +603.10 44.83 2.13 9.38 r p3 +605.24 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +614.98 38.73 661.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +614.98 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +614.98 68.27 m +46.91 0 l +o +np +614.98 115.16 m +46.91 0 l +o +np +614.98 162.04 m +46.91 0 l +o +np +622.82 38.73 m +0 134.10 l +o +np +631.74 38.73 m +0 134.10 l +o +np +640.65 38.73 m +0 134.10 l +o +np +649.57 38.73 m +0 134.10 l +o +np +658.49 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +614.98 44.83 m +46.91 0 l +o +np +614.98 91.71 m +46.91 0 l +o +np +614.98 138.60 m +46.91 0 l +o +np +618.36 38.73 m +0 134.10 l +o +np +627.28 38.73 m +0 134.10 l +o +np +636.20 38.73 m +0 134.10 l +o +np +645.11 38.73 m +0 134.10 l +o +np +654.03 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +617.11 44.83 2.13 9.38 r p3 +619.24 44.83 2.13 0.00 r p3 +621.38 44.83 2.13 9.38 r p3 +623.51 44.83 2.13 9.38 r p3 +625.64 44.83 2.13 9.38 r p3 +627.77 44.83 2.13 0.00 r p3 +629.91 44.83 2.13 28.13 r p3 +632.04 44.83 2.13 56.26 r p3 +634.17 44.83 2.13 65.64 r p3 +636.30 44.83 2.13 65.64 r p3 +638.43 44.83 2.13 46.89 r p3 +640.57 44.83 2.13 75.02 r p3 +642.70 44.83 2.13 93.77 r p3 +644.83 44.83 2.13 9.38 r p3 +646.96 44.83 2.13 37.51 r p3 +649.09 44.83 2.13 9.38 r p3 +651.23 44.83 2.13 18.75 r p3 +653.36 44.83 2.13 9.38 r p3 +655.49 44.83 2.13 9.38 r p3 +657.62 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +667.37 38.73 714.27 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +667.37 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +667.37 68.27 m +46.90 0 l +o +np +667.37 115.16 m +46.90 0 l +o +np +667.37 162.04 m +46.90 0 l +o +np +675.20 38.73 m +0 134.10 l +o +np +684.12 38.73 m +0 134.10 l +o +np +693.04 38.73 m +0 134.10 l +o +np +701.96 38.73 m +0 134.10 l +o +np +710.88 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +667.37 44.83 m +46.90 0 l +o +np +667.37 91.71 m +46.90 0 l +o +np +667.37 138.60 m +46.90 0 l +o +np +670.74 38.73 m +0 134.10 l +o +np +679.66 38.73 m +0 134.10 l +o +np +688.58 38.73 m +0 134.10 l +o +np +697.50 38.73 m +0 134.10 l +o +np +706.42 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +669.50 44.83 2.13 0.00 r p3 +671.63 44.83 2.13 0.00 r p3 +673.76 44.83 2.13 18.75 r p3 +675.89 44.83 2.13 0.00 r p3 +678.03 44.83 2.13 9.38 r p3 +680.16 44.83 2.13 9.38 r p3 +682.29 44.83 2.13 56.26 r p3 +684.42 44.83 2.13 46.89 r p3 +686.56 44.83 2.13 46.89 r p3 +688.69 44.83 2.13 65.64 r p3 +690.82 44.83 2.13 65.64 r p3 +692.95 44.83 2.13 65.64 r p3 +695.08 44.83 2.13 84.40 r p3 +697.22 44.83 2.13 9.38 r p3 +699.35 44.83 2.13 37.51 r p3 +701.48 44.83 2.13 18.75 r p3 +703.61 44.83 2.13 0.00 r p3 +705.74 44.83 2.13 18.75 r p3 +707.88 44.83 2.13 9.38 r p3 +710.01 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +719.75 38.73 766.66 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +719.75 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +719.75 68.27 m +46.91 0 l +o +np +719.75 115.16 m +46.91 0 l +o +np +719.75 162.04 m +46.91 0 l +o +np +727.59 38.73 m +0 134.10 l +o +np +736.51 38.73 m +0 134.10 l +o +np +745.43 38.73 m +0 134.10 l +o +np +754.35 38.73 m +0 134.10 l +o +np +763.27 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +719.75 44.83 m +46.91 0 l +o +np +719.75 91.71 m +46.91 0 l +o +np +719.75 138.60 m +46.91 0 l +o +np +723.13 38.73 m +0 134.10 l +o +np +732.05 38.73 m +0 134.10 l +o +np +740.97 38.73 m +0 134.10 l +o +np +749.89 38.73 m +0 134.10 l +o +np +758.81 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +721.88 44.83 2.13 0.00 r p3 +724.02 44.83 2.13 0.00 r p3 +726.15 44.83 2.13 9.38 r p3 +728.28 44.83 2.13 0.00 r p3 +730.41 44.83 2.13 0.00 r p3 +732.55 44.83 2.13 28.13 r p3 +734.68 44.83 2.13 37.51 r p3 +736.81 44.83 2.13 46.89 r p3 +738.94 44.83 2.13 75.02 r p3 +741.07 44.83 2.13 65.64 r p3 +743.21 44.83 2.13 65.64 r p3 +745.34 44.83 2.13 84.40 r p3 +747.47 44.83 2.13 56.26 r p3 +749.60 44.83 2.13 37.51 r p3 +751.73 44.83 2.13 18.75 r p3 +753.87 44.83 2.13 9.38 r p3 +756.00 44.83 2.13 0.00 r p3 +758.13 44.83 2.13 18.75 r p3 +760.26 44.83 2.13 9.38 r p3 +762.39 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +772.14 38.73 819.05 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +772.14 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +772.14 68.27 m +46.91 0 l +o +np +772.14 115.16 m +46.91 0 l +o +np +772.14 162.04 m +46.91 0 l +o +np +779.97 38.73 m +0 134.10 l +o +np +788.89 38.73 m +0 134.10 l +o +np +797.81 38.73 m +0 134.10 l +o +np +806.73 38.73 m +0 134.10 l +o +np +815.65 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +772.14 44.83 m +46.91 0 l +o +np +772.14 91.71 m +46.91 0 l +o +np +772.14 138.60 m +46.91 0 l +o +np +775.51 38.73 m +0 134.10 l +o +np +784.43 38.73 m +0 134.10 l +o +np +793.35 38.73 m +0 134.10 l +o +np +802.27 38.73 m +0 134.10 l +o +np +811.19 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +774.27 44.83 2.13 0.00 r p3 +776.40 44.83 2.13 0.00 r p3 +778.53 44.83 2.13 9.38 r p3 +780.67 44.83 2.13 0.00 r p3 +782.80 44.83 2.13 0.00 r p3 +784.93 44.83 2.13 28.13 r p3 +787.06 44.83 2.13 46.89 r p3 +789.20 44.83 2.13 56.26 r p3 +791.33 44.83 2.13 46.89 r p3 +793.46 44.83 2.13 75.02 r p3 +795.59 44.83 2.13 75.02 r p3 +797.72 44.83 2.13 56.26 r p3 +799.86 44.83 2.13 75.02 r p3 +801.99 44.83 2.13 28.13 r p3 +804.12 44.83 2.13 28.13 r p3 +806.25 44.83 2.13 9.38 r p3 +808.38 44.83 2.13 0.00 r p3 +810.52 44.83 2.13 18.75 r p3 +812.65 44.83 2.13 9.38 r p3 +814.78 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +824.52 38.73 871.43 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +824.52 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +824.52 68.27 m +46.91 0 l +o +np +824.52 115.16 m +46.91 0 l +o +np +824.52 162.04 m +46.91 0 l +o +np +832.36 38.73 m +0 134.10 l +o +np +841.28 38.73 m +0 134.10 l +o +np +850.20 38.73 m +0 134.10 l +o +np +859.12 38.73 m +0 134.10 l +o +np +868.04 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +824.52 44.83 m +46.91 0 l +o +np +824.52 91.71 m +46.91 0 l +o +np +824.52 138.60 m +46.91 0 l +o +np +827.90 38.73 m +0 134.10 l +o +np +836.82 38.73 m +0 134.10 l +o +np +845.74 38.73 m +0 134.10 l +o +np +854.66 38.73 m +0 134.10 l +o +np +863.58 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +826.66 44.83 2.13 0.00 r p3 +828.79 44.83 2.13 0.00 r p3 +830.92 44.83 2.13 9.38 r p3 +833.05 44.83 2.13 0.00 r p3 +835.19 44.83 2.13 9.38 r p3 +837.32 44.83 2.13 9.38 r p3 +839.45 44.83 2.13 28.13 r p3 +841.58 44.83 2.13 46.89 r p3 +843.71 44.83 2.13 37.51 r p3 +845.85 44.83 2.13 75.02 r p3 +847.98 44.83 2.13 65.64 r p3 +850.11 44.83 2.13 65.64 r p3 +852.24 44.83 2.13 121.91 r p3 +854.37 44.83 2.13 18.75 r p3 +856.51 44.83 2.13 37.51 r p3 +858.64 44.83 2.13 9.38 r p3 +860.77 44.83 2.13 0.00 r p3 +862.90 44.83 2.13 18.75 r p3 +865.04 44.83 2.13 9.38 r p3 +867.17 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +876.91 38.73 923.82 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +876.91 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +876.91 68.27 m +46.91 0 l +o +np +876.91 115.16 m +46.91 0 l +o +np +876.91 162.04 m +46.91 0 l +o +np +884.75 38.73 m +0 134.10 l +o +np +893.67 38.73 m +0 134.10 l +o +np +902.59 38.73 m +0 134.10 l +o +np +911.50 38.73 m +0 134.10 l +o +np +920.42 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +876.91 44.83 m +46.91 0 l +o +np +876.91 91.71 m +46.91 0 l +o +np +876.91 138.60 m +46.91 0 l +o +np +880.29 38.73 m +0 134.10 l +o +np +889.21 38.73 m +0 134.10 l +o +np +898.13 38.73 m +0 134.10 l +o +np +907.05 38.73 m +0 134.10 l +o +np +915.96 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +879.04 44.83 2.13 0.00 r p3 +881.18 44.83 2.13 0.00 r p3 +883.31 44.83 2.13 9.38 r p3 +885.44 44.83 2.13 0.00 r p3 +887.57 44.83 2.13 9.38 r p3 +889.70 44.83 2.13 28.13 r p3 +891.84 44.83 2.13 9.38 r p3 +893.97 44.83 2.13 37.51 r p3 +896.10 44.83 2.13 84.40 r p3 +898.23 44.83 2.13 75.02 r p3 +900.36 44.83 2.13 46.89 r p3 +902.50 44.83 2.13 93.77 r p3 +904.63 44.83 2.13 75.02 r p3 +906.76 44.83 2.13 37.51 r p3 +908.89 44.83 2.13 18.75 r p3 +911.02 44.83 2.13 0.00 r p3 +913.16 44.83 2.13 9.38 r p3 +915.29 44.83 2.13 18.75 r p3 +917.42 44.83 2.13 9.38 r p3 +919.55 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +929.30 38.73 976.20 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +929.30 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +929.30 68.27 m +46.90 0 l +o +np +929.30 115.16 m +46.90 0 l +o +np +929.30 162.04 m +46.90 0 l +o +np +937.13 38.73 m +0 134.10 l +o +np +946.05 38.73 m +0 134.10 l +o +np +954.97 38.73 m +0 134.10 l +o +np +963.89 38.73 m +0 134.10 l +o +np +972.81 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +929.30 44.83 m +46.90 0 l +o +np +929.30 91.71 m +46.90 0 l +o +np +929.30 138.60 m +46.90 0 l +o +np +932.67 38.73 m +0 134.10 l +o +np +941.59 38.73 m +0 134.10 l +o +np +950.51 38.73 m +0 134.10 l +o +np +959.43 38.73 m +0 134.10 l +o +np +968.35 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +931.43 44.83 2.13 9.38 r p3 +933.56 44.83 2.13 0.00 r p3 +935.69 44.83 2.13 0.00 r p3 +937.83 44.83 2.13 0.00 r p3 +939.96 44.83 2.13 9.38 r p3 +942.09 44.83 2.13 18.75 r p3 +944.22 44.83 2.13 18.75 r p3 +946.35 44.83 2.13 46.89 r p3 +948.49 44.83 2.13 56.26 r p3 +950.62 44.83 2.13 56.26 r p3 +952.75 44.83 2.13 65.64 r p3 +954.88 44.83 2.13 75.02 r p3 +957.01 44.83 2.13 112.53 r p3 +959.15 44.83 2.13 18.75 r p3 +961.28 44.83 2.13 28.13 r p3 +963.41 44.83 2.13 9.38 r p3 +965.54 44.83 2.13 9.38 r p3 +967.68 44.83 2.13 18.75 r p3 +969.81 44.83 2.13 9.38 r p3 +971.94 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +981.68 38.73 1028.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +981.68 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +981.68 68.27 m +46.91 0 l +o +np +981.68 115.16 m +46.91 0 l +o +np +981.68 162.04 m +46.91 0 l +o +np +989.52 38.73 m +0 134.10 l +o +np +998.44 38.73 m +0 134.10 l +o +np +1007.36 38.73 m +0 134.10 l +o +np +1016.28 38.73 m +0 134.10 l +o +np +1025.20 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +981.68 44.83 m +46.91 0 l +o +np +981.68 91.71 m +46.91 0 l +o +np +981.68 138.60 m +46.91 0 l +o +np +985.06 38.73 m +0 134.10 l +o +np +993.98 38.73 m +0 134.10 l +o +np +1002.90 38.73 m +0 134.10 l +o +np +1011.82 38.73 m +0 134.10 l +o +np +1020.74 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +983.82 44.83 2.13 0.00 r p3 +985.95 44.83 2.13 0.00 r p3 +988.08 44.83 2.13 18.75 r p3 +990.21 44.83 2.13 9.38 r p3 +992.34 44.83 2.13 0.00 r p3 +994.48 44.83 2.13 28.13 r p3 +996.61 44.83 2.13 18.75 r p3 +998.74 44.83 2.13 46.89 r p3 +1000.87 44.83 2.13 56.26 r p3 +1003.00 44.83 2.13 56.26 r p3 +1005.14 44.83 2.13 84.40 r p3 +1007.27 44.83 2.13 65.64 r p3 +1009.40 44.83 2.13 84.40 r p3 +1011.53 44.83 2.13 18.75 r p3 +1013.67 44.83 2.13 28.13 r p3 +1015.80 44.83 2.13 18.75 r p3 +1017.93 44.83 2.13 0.00 r p3 +1020.06 44.83 2.13 18.75 r p3 +1022.19 44.83 2.13 0.00 r p3 +1024.33 44.83 2.13 9.38 r p3 +0.00 0.00 1728.00 576.00 cl +1034.07 38.73 1080.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1034.07 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1034.07 68.27 m +46.91 0 l +o +np +1034.07 115.16 m +46.91 0 l +o +np +1034.07 162.04 m +46.91 0 l +o +np +1041.91 38.73 m +0 134.10 l +o +np +1050.82 38.73 m +0 134.10 l +o +np +1059.74 38.73 m +0 134.10 l +o +np +1068.66 38.73 m +0 134.10 l +o +np +1077.58 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1034.07 44.83 m +46.91 0 l +o +np +1034.07 91.71 m +46.91 0 l +o +np +1034.07 138.60 m +46.91 0 l +o +np +1037.45 38.73 m +0 134.10 l +o +np +1046.36 38.73 m +0 134.10 l +o +np +1055.28 38.73 m +0 134.10 l +o +np +1064.20 38.73 m +0 134.10 l +o +np +1073.12 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1036.20 44.83 2.13 0.00 r p3 +1038.33 44.83 2.13 9.38 r p3 +1040.47 44.83 2.13 0.00 r p3 +1042.60 44.83 2.13 0.00 r p3 +1044.73 44.83 2.13 9.38 r p3 +1046.86 44.83 2.13 0.00 r p3 +1048.99 44.83 2.13 56.26 r p3 +1051.13 44.83 2.13 37.51 r p3 +1053.26 44.83 2.13 46.89 r p3 +1055.39 44.83 2.13 65.64 r p3 +1057.52 44.83 2.13 37.51 r p3 +1059.65 44.83 2.13 93.77 r p3 +1061.79 44.83 2.13 93.77 r p3 +1063.92 44.83 2.13 28.13 r p3 +1066.05 44.83 2.13 37.51 r p3 +1068.18 44.83 2.13 9.38 r p3 +1070.32 44.83 2.13 9.38 r p3 +1072.45 44.83 2.13 18.75 r p3 +1074.58 44.83 2.13 9.38 r p3 +1076.71 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1086.46 38.73 1133.36 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1086.46 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1086.46 68.27 m +46.90 0 l +o +np +1086.46 115.16 m +46.90 0 l +o +np +1086.46 162.04 m +46.90 0 l +o +np +1094.29 38.73 m +0 134.10 l +o +np +1103.21 38.73 m +0 134.10 l +o +np +1112.13 38.73 m +0 134.10 l +o +np +1121.05 38.73 m +0 134.10 l +o +np +1129.97 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1086.46 44.83 m +46.90 0 l +o +np +1086.46 91.71 m +46.90 0 l +o +np +1086.46 138.60 m +46.90 0 l +o +np +1089.83 38.73 m +0 134.10 l +o +np +1098.75 38.73 m +0 134.10 l +o +np +1107.67 38.73 m +0 134.10 l +o +np +1116.59 38.73 m +0 134.10 l +o +np +1125.51 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1088.59 44.83 2.13 0.00 r p3 +1090.72 44.83 2.13 0.00 r p3 +1092.85 44.83 2.13 9.38 r p3 +1094.98 44.83 2.13 0.00 r p3 +1097.12 44.83 2.13 18.75 r p3 +1099.25 44.83 2.13 9.38 r p3 +1101.38 44.83 2.13 28.13 r p3 +1103.51 44.83 2.13 46.89 r p3 +1105.64 44.83 2.13 65.64 r p3 +1107.78 44.83 2.13 75.02 r p3 +1109.91 44.83 2.13 56.26 r p3 +1112.04 44.83 2.13 65.64 r p3 +1114.17 44.83 2.13 84.40 r p3 +1116.31 44.83 2.13 37.51 r p3 +1118.44 44.83 2.13 18.75 r p3 +1120.57 44.83 2.13 18.75 r p3 +1122.70 44.83 2.13 0.00 r p3 +1124.83 44.83 2.13 18.75 r p3 +1126.97 44.83 2.13 9.38 r p3 +1129.10 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1138.84 38.73 1185.75 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1138.84 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1138.84 68.27 m +46.91 0 l +o +np +1138.84 115.16 m +46.91 0 l +o +np +1138.84 162.04 m +46.91 0 l +o +np +1146.68 38.73 m +0 134.10 l +o +np +1155.60 38.73 m +0 134.10 l +o +np +1164.52 38.73 m +0 134.10 l +o +np +1173.44 38.73 m +0 134.10 l +o +np +1182.35 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1138.84 44.83 m +46.91 0 l +o +np +1138.84 91.71 m +46.91 0 l +o +np +1138.84 138.60 m +46.91 0 l +o +np +1142.22 38.73 m +0 134.10 l +o +np +1151.14 38.73 m +0 134.10 l +o +np +1160.06 38.73 m +0 134.10 l +o +np +1168.98 38.73 m +0 134.10 l +o +np +1177.90 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1140.97 44.83 2.13 9.38 r p3 +1143.11 44.83 2.13 0.00 r p3 +1145.24 44.83 2.13 0.00 r p3 +1147.37 44.83 2.13 18.75 r p3 +1149.50 44.83 2.13 0.00 r p3 +1151.63 44.83 2.13 18.75 r p3 +1153.77 44.83 2.13 46.89 r p3 +1155.90 44.83 2.13 28.13 r p3 +1158.03 44.83 2.13 46.89 r p3 +1160.16 44.83 2.13 65.64 r p3 +1162.29 44.83 2.13 65.64 r p3 +1164.43 44.83 2.13 65.64 r p3 +1166.56 44.83 2.13 103.15 r p3 +1168.69 44.83 2.13 37.51 r p3 +1170.82 44.83 2.13 9.38 r p3 +1172.96 44.83 2.13 18.75 r p3 +1175.09 44.83 2.13 0.00 r p3 +1177.22 44.83 2.13 18.75 r p3 +1179.35 44.83 2.13 9.38 r p3 +1181.48 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +1191.23 38.73 1238.13 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1191.23 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1191.23 68.27 m +46.90 0 l +o +np +1191.23 115.16 m +46.90 0 l +o +np +1191.23 162.04 m +46.90 0 l +o +np +1199.06 38.73 m +0 134.10 l +o +np +1207.98 38.73 m +0 134.10 l +o +np +1216.90 38.73 m +0 134.10 l +o +np +1225.82 38.73 m +0 134.10 l +o +np +1234.74 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1191.23 44.83 m +46.90 0 l +o +np +1191.23 91.71 m +46.90 0 l +o +np +1191.23 138.60 m +46.90 0 l +o +np +1194.60 38.73 m +0 134.10 l +o +np +1203.52 38.73 m +0 134.10 l +o +np +1212.44 38.73 m +0 134.10 l +o +np +1221.36 38.73 m +0 134.10 l +o +np +1230.28 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1193.36 44.83 2.13 9.38 r p3 +1195.49 44.83 2.13 0.00 r p3 +1197.62 44.83 2.13 9.38 r p3 +1199.76 44.83 2.13 9.38 r p3 +1201.89 44.83 2.13 0.00 r p3 +1204.02 44.83 2.13 28.13 r p3 +1206.15 44.83 2.13 28.13 r p3 +1208.28 44.83 2.13 37.51 r p3 +1210.42 44.83 2.13 46.89 r p3 +1212.55 44.83 2.13 65.64 r p3 +1214.68 44.83 2.13 84.40 r p3 +1216.81 44.83 2.13 37.51 r p3 +1218.95 44.83 2.13 103.15 r p3 +1221.08 44.83 2.13 37.51 r p3 +1223.21 44.83 2.13 18.75 r p3 +1225.34 44.83 2.13 9.38 r p3 +1227.47 44.83 2.13 9.38 r p3 +1229.61 44.83 2.13 18.75 r p3 +1231.74 44.83 2.13 0.00 r p3 +1233.87 44.83 2.13 9.38 r p3 +0.00 0.00 1728.00 576.00 cl +1243.61 38.73 1290.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1243.61 38.73 46.91 134.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1243.61 68.27 m +46.91 0 l +o +np +1243.61 115.16 m +46.91 0 l +o +np +1243.61 162.04 m +46.91 0 l +o +np +1251.45 38.73 m +0 134.10 l +o +np +1260.37 38.73 m +0 134.10 l +o +np +1269.29 38.73 m +0 134.10 l +o +np +1278.21 38.73 m +0 134.10 l +o +np +1287.13 38.73 m +0 134.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1243.61 44.83 m +46.91 0 l +o +np +1243.61 91.71 m +46.91 0 l +o +np +1243.61 138.60 m +46.91 0 l +o +np +1246.99 38.73 m +0 134.10 l +o +np +1255.91 38.73 m +0 134.10 l +o +np +1264.83 38.73 m +0 134.10 l +o +np +1273.75 38.73 m +0 134.10 l +o +np +1282.67 38.73 m +0 134.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +1245.75 44.83 2.13 9.38 r p3 +1247.88 44.83 2.13 0.00 r p3 +1250.01 44.83 2.13 9.38 r p3 +1252.14 44.83 2.13 9.38 r p3 +1254.27 44.83 2.13 0.00 r p3 +1256.41 44.83 2.13 28.13 r p3 +1258.54 44.83 2.13 28.13 r p3 +1260.67 44.83 2.13 37.51 r p3 +1262.80 44.83 2.13 56.26 r p3 +1264.94 44.83 2.13 56.26 r p3 +1267.07 44.83 2.13 93.77 r p3 +1269.20 44.83 2.13 28.13 r p3 +1271.33 44.83 2.13 103.15 r p3 +1273.46 44.83 2.13 37.51 r p3 +1275.60 44.83 2.13 18.75 r p3 +1277.73 44.83 2.13 18.75 r p3 +1279.86 44.83 2.13 0.00 r p3 +1281.99 44.83 2.13 18.75 r p3 +1284.12 44.83 2.13 9.38 r p3 +1286.26 44.83 2.13 0.00 r p3 +0.00 0.00 1728.00 576.00 cl +38.73 172.83 85.64 207.25 cl +38.73 190.04 85.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +62.19 195.41 (Batch1) .5 0 t +38.73 190.04 85.64 207.25 cl +38.73 172.83 85.64 207.25 cl +38.73 172.83 85.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +38.73 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +62.19 178.20 (Batch1_E_1) .5 0 t +38.73 172.83 85.64 190.04 cl +38.73 172.83 85.64 207.25 cl +0.00 0.00 1728.00 576.00 cl +91.12 172.83 138.03 207.25 cl +91.12 190.04 138.03 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +91.12 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +114.57 195.41 (Batch1) .5 0 t +91.12 190.04 138.03 207.25 cl +91.12 172.83 138.03 207.25 cl +91.12 172.83 138.03 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +91.12 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +114.57 178.20 (Batch1_E_10) .5 0 t +91.12 172.83 138.03 190.04 cl +91.12 172.83 138.03 207.25 cl +0.00 0.00 1728.00 576.00 cl +143.50 172.83 190.41 207.25 cl +143.50 190.04 190.41 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +143.50 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +166.96 195.41 (Batch1) .5 0 t +143.50 190.04 190.41 207.25 cl +143.50 172.83 190.41 207.25 cl +143.50 172.83 190.41 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +143.50 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +166.96 178.20 (Batch1_E_11) .5 0 t +143.50 172.83 190.41 190.04 cl +143.50 172.83 190.41 207.25 cl +0.00 0.00 1728.00 576.00 cl +195.89 172.83 242.80 207.25 cl +195.89 190.04 242.80 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +195.89 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +219.34 195.41 (Batch1) .5 0 t +195.89 190.04 242.80 207.25 cl +195.89 172.83 242.80 207.25 cl +195.89 172.83 242.80 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +195.89 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +219.34 178.20 (Batch1_E_12) .5 0 t +195.89 172.83 242.80 190.04 cl +195.89 172.83 242.80 207.25 cl +0.00 0.00 1728.00 576.00 cl +248.28 172.83 295.18 207.25 cl +248.28 190.04 295.18 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +248.28 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +271.73 195.41 (Batch1) .5 0 t +248.28 190.04 295.18 207.25 cl +248.28 172.83 295.18 207.25 cl +248.28 172.83 295.18 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +248.28 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +271.73 178.20 (Batch1_E_2) .5 0 t +248.28 172.83 295.18 190.04 cl +248.28 172.83 295.18 207.25 cl +0.00 0.00 1728.00 576.00 cl +300.66 172.83 347.57 207.25 cl +300.66 190.04 347.57 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +300.66 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +324.12 195.41 (Batch1) .5 0 t +300.66 190.04 347.57 207.25 cl +300.66 172.83 347.57 207.25 cl +300.66 172.83 347.57 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +300.66 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +324.12 178.20 (Batch1_E_3) .5 0 t +300.66 172.83 347.57 190.04 cl +300.66 172.83 347.57 207.25 cl +0.00 0.00 1728.00 576.00 cl +353.05 172.83 399.96 207.25 cl +353.05 190.04 399.96 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +353.05 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +376.50 195.41 (Batch1) .5 0 t +353.05 190.04 399.96 207.25 cl +353.05 172.83 399.96 207.25 cl +353.05 172.83 399.96 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +353.05 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +376.50 178.20 (Batch1_E_4) .5 0 t +353.05 172.83 399.96 190.04 cl +353.05 172.83 399.96 207.25 cl +0.00 0.00 1728.00 576.00 cl +405.44 172.83 452.34 207.25 cl +405.44 190.04 452.34 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +405.44 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +428.89 195.41 (Batch1) .5 0 t +405.44 190.04 452.34 207.25 cl +405.44 172.83 452.34 207.25 cl +405.44 172.83 452.34 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +405.44 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +428.89 178.20 (Batch1_E_5) .5 0 t +405.44 172.83 452.34 190.04 cl +405.44 172.83 452.34 207.25 cl +0.00 0.00 1728.00 576.00 cl +457.82 172.83 504.73 207.25 cl +457.82 190.04 504.73 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +457.82 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +481.28 195.41 (Batch1) .5 0 t +457.82 190.04 504.73 207.25 cl +457.82 172.83 504.73 207.25 cl +457.82 172.83 504.73 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +457.82 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +481.28 178.20 (Batch1_E_6) .5 0 t +457.82 172.83 504.73 190.04 cl +457.82 172.83 504.73 207.25 cl +0.00 0.00 1728.00 576.00 cl +510.21 172.83 557.11 207.25 cl +510.21 190.04 557.11 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +510.21 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +533.66 195.41 (Batch1) .5 0 t +510.21 190.04 557.11 207.25 cl +510.21 172.83 557.11 207.25 cl +510.21 172.83 557.11 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +510.21 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +533.66 178.20 (Batch1_E_7) .5 0 t +510.21 172.83 557.11 190.04 cl +510.21 172.83 557.11 207.25 cl +0.00 0.00 1728.00 576.00 cl +562.59 172.83 609.50 207.25 cl +562.59 190.04 609.50 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +562.59 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +586.05 195.41 (Batch1) .5 0 t +562.59 190.04 609.50 207.25 cl +562.59 172.83 609.50 207.25 cl +562.59 172.83 609.50 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +562.59 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +586.05 178.20 (Batch1_E_8) .5 0 t +562.59 172.83 609.50 190.04 cl +562.59 172.83 609.50 207.25 cl +0.00 0.00 1728.00 576.00 cl +614.98 172.83 661.89 207.25 cl +614.98 190.04 661.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +614.98 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.43 195.41 (Batch1) .5 0 t +614.98 190.04 661.89 207.25 cl +614.98 172.83 661.89 207.25 cl +614.98 172.83 661.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +614.98 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.43 178.20 (Batch1_E_9) .5 0 t +614.98 172.83 661.89 190.04 cl +614.98 172.83 661.89 207.25 cl +0.00 0.00 1728.00 576.00 cl +667.37 172.83 714.27 207.25 cl +667.37 190.04 714.27 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.37 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.82 195.41 (Batch1) .5 0 t +667.37 190.04 714.27 207.25 cl +667.37 172.83 714.27 207.25 cl +667.37 172.83 714.27 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.37 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.82 178.20 (Batch1_P_13) .5 0 t +667.37 172.83 714.27 190.04 cl +667.37 172.83 714.27 207.25 cl +0.00 0.00 1728.00 576.00 cl +719.75 172.83 766.66 207.25 cl +719.75 190.04 766.66 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.75 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +743.21 195.41 (Batch1) .5 0 t +719.75 190.04 766.66 207.25 cl +719.75 172.83 766.66 207.25 cl +719.75 172.83 766.66 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.75 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +743.21 178.20 (Batch1_P_14) .5 0 t +719.75 172.83 766.66 190.04 cl +719.75 172.83 766.66 207.25 cl +0.00 0.00 1728.00 576.00 cl +772.14 172.83 819.05 207.25 cl +772.14 190.04 819.05 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +772.14 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +795.59 195.41 (Batch1) .5 0 t +772.14 190.04 819.05 207.25 cl +772.14 172.83 819.05 207.25 cl +772.14 172.83 819.05 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +772.14 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +795.59 178.20 (Batch1_P_15) .5 0 t +772.14 172.83 819.05 190.04 cl +772.14 172.83 819.05 207.25 cl +0.00 0.00 1728.00 576.00 cl +824.52 172.83 871.43 207.25 cl +824.52 190.04 871.43 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +824.52 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +847.98 195.41 (Batch1) .5 0 t +824.52 190.04 871.43 207.25 cl +824.52 172.83 871.43 207.25 cl +824.52 172.83 871.43 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +824.52 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +847.98 178.20 (Batch1_P_16) .5 0 t +824.52 172.83 871.43 190.04 cl +824.52 172.83 871.43 207.25 cl +0.00 0.00 1728.00 576.00 cl +876.91 172.83 923.82 207.25 cl +876.91 190.04 923.82 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +876.91 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +900.36 195.41 (Batch1) .5 0 t +876.91 190.04 923.82 207.25 cl +876.91 172.83 923.82 207.25 cl +876.91 172.83 923.82 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +876.91 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +900.36 178.20 (Batch1_P_17) .5 0 t +876.91 172.83 923.82 190.04 cl +876.91 172.83 923.82 207.25 cl +0.00 0.00 1728.00 576.00 cl +929.30 172.83 976.20 207.25 cl +929.30 190.04 976.20 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.30 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +952.75 195.41 (Batch1) .5 0 t +929.30 190.04 976.20 207.25 cl +929.30 172.83 976.20 207.25 cl +929.30 172.83 976.20 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +929.30 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +952.75 178.20 (Batch1_P_18) .5 0 t +929.30 172.83 976.20 190.04 cl +929.30 172.83 976.20 207.25 cl +0.00 0.00 1728.00 576.00 cl +981.68 172.83 1028.59 207.25 cl +981.68 190.04 1028.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +981.68 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.14 195.41 (Batch1) .5 0 t +981.68 190.04 1028.59 207.25 cl +981.68 172.83 1028.59 207.25 cl +981.68 172.83 1028.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +981.68 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1005.14 178.20 (Batch1_P_19) .5 0 t +981.68 172.83 1028.59 190.04 cl +981.68 172.83 1028.59 207.25 cl +0.00 0.00 1728.00 576.00 cl +1034.07 172.83 1080.98 207.25 cl +1034.07 190.04 1080.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.07 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.52 195.41 (Batch1) .5 0 t +1034.07 190.04 1080.98 207.25 cl +1034.07 172.83 1080.98 207.25 cl +1034.07 172.83 1080.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1034.07 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1057.52 178.20 (Batch1_P_20) .5 0 t +1034.07 172.83 1080.98 190.04 cl +1034.07 172.83 1080.98 207.25 cl +0.00 0.00 1728.00 576.00 cl +1086.46 172.83 1133.36 207.25 cl +1086.46 190.04 1133.36 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.46 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1109.91 195.41 (Batch1) .5 0 t +1086.46 190.04 1133.36 207.25 cl +1086.46 172.83 1133.36 207.25 cl +1086.46 172.83 1133.36 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1086.46 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1109.91 178.20 (Batch1_P_21) .5 0 t +1086.46 172.83 1133.36 190.04 cl +1086.46 172.83 1133.36 207.25 cl +0.00 0.00 1728.00 576.00 cl +1138.84 172.83 1185.75 207.25 cl +1138.84 190.04 1185.75 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1138.84 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.29 195.41 (Batch1) .5 0 t +1138.84 190.04 1185.75 207.25 cl +1138.84 172.83 1185.75 207.25 cl +1138.84 172.83 1185.75 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1138.84 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1162.29 178.20 (Batch1_P_22) .5 0 t +1138.84 172.83 1185.75 190.04 cl +1138.84 172.83 1185.75 207.25 cl +0.00 0.00 1728.00 576.00 cl +1191.23 172.83 1238.13 207.25 cl +1191.23 190.04 1238.13 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.23 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.68 195.41 (Batch1) .5 0 t +1191.23 190.04 1238.13 207.25 cl +1191.23 172.83 1238.13 207.25 cl +1191.23 172.83 1238.13 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1191.23 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1214.68 178.20 (Batch1_P_23) .5 0 t +1191.23 172.83 1238.13 190.04 cl +1191.23 172.83 1238.13 207.25 cl +0.00 0.00 1728.00 576.00 cl +1243.61 172.83 1290.52 207.25 cl +1243.61 190.04 1290.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.61 190.04 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.07 195.41 (Batch1) .5 0 t +1243.61 190.04 1290.52 207.25 cl +1243.61 172.83 1290.52 207.25 cl +1243.61 172.83 1290.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1243.61 172.83 46.91 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.07 178.20 (Batch1_P_24) .5 0 t +1243.61 172.83 1290.52 190.04 cl +1243.61 172.83 1290.52 207.25 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +42.11 35.99 m +0 2.74 l +o +np +51.03 35.99 m +0 2.74 l +o +np +59.95 35.99 m +0 2.74 l +o +np +68.87 35.99 m +0 2.74 l +o +np +77.79 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +48.57 33.80 (-25) 1 90 t +57.49 33.80 (-20) 1 90 t +66.41 33.80 (-15) 1 90 t +75.33 33.80 (-10) 1 90 t +84.25 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +94.49 35.99 m +0 2.74 l +o +np +103.41 35.99 m +0 2.74 l +o +np +112.33 35.99 m +0 2.74 l +o +np +121.25 35.99 m +0 2.74 l +o +np +130.17 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +100.96 33.80 (-25) 1 90 t +109.88 33.80 (-20) 1 90 t +118.80 33.80 (-15) 1 90 t +127.71 33.80 (-10) 1 90 t +136.63 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +146.88 35.99 m +0 2.74 l +o +np +155.80 35.99 m +0 2.74 l +o +np +164.72 35.99 m +0 2.74 l +o +np +173.64 35.99 m +0 2.74 l +o +np +182.56 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +153.34 33.80 (-25) 1 90 t +162.26 33.80 (-20) 1 90 t +171.18 33.80 (-15) 1 90 t +180.10 33.80 (-10) 1 90 t +189.02 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +199.27 35.99 m +0 2.74 l +o +np +208.19 35.99 m +0 2.74 l +o +np +217.11 35.99 m +0 2.74 l +o +np +226.03 35.99 m +0 2.74 l +o +np +234.94 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +205.73 33.80 (-25) 1 90 t +214.65 33.80 (-20) 1 90 t +223.57 33.80 (-15) 1 90 t +232.49 33.80 (-10) 1 90 t +241.41 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +251.65 35.99 m +0 2.74 l +o +np +260.57 35.99 m +0 2.74 l +o +np +269.49 35.99 m +0 2.74 l +o +np +278.41 35.99 m +0 2.74 l +o +np +287.33 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +258.12 33.80 (-25) 1 90 t +267.03 33.80 (-20) 1 90 t +275.95 33.80 (-15) 1 90 t +284.87 33.80 (-10) 1 90 t +293.79 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +304.04 35.99 m +0 2.74 l +o +np +312.96 35.99 m +0 2.74 l +o +np +321.88 35.99 m +0 2.74 l +o +np +330.80 35.99 m +0 2.74 l +o +np +339.72 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +310.50 33.80 (-25) 1 90 t +319.42 33.80 (-20) 1 90 t +328.34 33.80 (-15) 1 90 t +337.26 33.80 (-10) 1 90 t +346.18 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +356.43 35.99 m +0 2.74 l +o +np +365.35 35.99 m +0 2.74 l +o +np +374.26 35.99 m +0 2.74 l +o +np +383.18 35.99 m +0 2.74 l +o +np +392.10 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +362.89 33.80 (-25) 1 90 t +371.81 33.80 (-20) 1 90 t +380.73 33.80 (-15) 1 90 t +389.65 33.80 (-10) 1 90 t +398.56 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +408.81 35.99 m +0 2.74 l +o +np +417.73 35.99 m +0 2.74 l +o +np +426.65 35.99 m +0 2.74 l +o +np +435.57 35.99 m +0 2.74 l +o +np +444.49 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +415.27 33.80 (-25) 1 90 t +424.19 33.80 (-20) 1 90 t +433.11 33.80 (-15) 1 90 t +442.03 33.80 (-10) 1 90 t +450.95 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +461.20 35.99 m +0 2.74 l +o +np +470.12 35.99 m +0 2.74 l +o +np +479.04 35.99 m +0 2.74 l +o +np +487.96 35.99 m +0 2.74 l +o +np +496.88 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +467.66 33.80 (-25) 1 90 t +476.58 33.80 (-20) 1 90 t +485.50 33.80 (-15) 1 90 t +494.42 33.80 (-10) 1 90 t +503.34 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +513.58 35.99 m +0 2.74 l +o +np +522.50 35.99 m +0 2.74 l +o +np +531.42 35.99 m +0 2.74 l +o +np +540.34 35.99 m +0 2.74 l +o +np +549.26 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +520.05 33.80 (-25) 1 90 t +528.97 33.80 (-20) 1 90 t +537.88 33.80 (-15) 1 90 t +546.80 33.80 (-10) 1 90 t +555.72 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +565.97 35.99 m +0 2.74 l +o +np +574.89 35.99 m +0 2.74 l +o +np +583.81 35.99 m +0 2.74 l +o +np +592.73 35.99 m +0 2.74 l +o +np +601.65 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +572.43 33.80 (-25) 1 90 t +581.35 33.80 (-20) 1 90 t +590.27 33.80 (-15) 1 90 t +599.19 33.80 (-10) 1 90 t +608.11 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +618.36 35.99 m +0 2.74 l +o +np +627.28 35.99 m +0 2.74 l +o +np +636.20 35.99 m +0 2.74 l +o +np +645.11 35.99 m +0 2.74 l +o +np +654.03 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +624.82 33.80 (-25) 1 90 t +633.74 33.80 (-20) 1 90 t +642.66 33.80 (-15) 1 90 t +651.58 33.80 (-10) 1 90 t +660.50 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +670.74 35.99 m +0 2.74 l +o +np +679.66 35.99 m +0 2.74 l +o +np +688.58 35.99 m +0 2.74 l +o +np +697.50 35.99 m +0 2.74 l +o +np +706.42 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +677.20 33.80 (-25) 1 90 t +686.12 33.80 (-20) 1 90 t +695.04 33.80 (-15) 1 90 t +703.96 33.80 (-10) 1 90 t +712.88 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +723.13 35.99 m +0 2.74 l +o +np +732.05 35.99 m +0 2.74 l +o +np +740.97 35.99 m +0 2.74 l +o +np +749.89 35.99 m +0 2.74 l +o +np +758.81 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +729.59 33.80 (-25) 1 90 t +738.51 33.80 (-20) 1 90 t +747.43 33.80 (-15) 1 90 t +756.35 33.80 (-10) 1 90 t +765.27 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +775.51 35.99 m +0 2.74 l +o +np +784.43 35.99 m +0 2.74 l +o +np +793.35 35.99 m +0 2.74 l +o +np +802.27 35.99 m +0 2.74 l +o +np +811.19 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +781.98 33.80 (-25) 1 90 t +790.90 33.80 (-20) 1 90 t +799.82 33.80 (-15) 1 90 t +808.73 33.80 (-10) 1 90 t +817.65 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +827.90 35.99 m +0 2.74 l +o +np +836.82 35.99 m +0 2.74 l +o +np +845.74 35.99 m +0 2.74 l +o +np +854.66 35.99 m +0 2.74 l +o +np +863.58 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +834.36 33.80 (-25) 1 90 t +843.28 33.80 (-20) 1 90 t +852.20 33.80 (-15) 1 90 t +861.12 33.80 (-10) 1 90 t +870.04 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +880.29 35.99 m +0 2.74 l +o +np +889.21 35.99 m +0 2.74 l +o +np +898.13 35.99 m +0 2.74 l +o +np +907.05 35.99 m +0 2.74 l +o +np +915.96 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +886.75 33.80 (-25) 1 90 t +895.67 33.80 (-20) 1 90 t +904.59 33.80 (-15) 1 90 t +913.51 33.80 (-10) 1 90 t +922.43 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +932.67 35.99 m +0 2.74 l +o +np +941.59 35.99 m +0 2.74 l +o +np +950.51 35.99 m +0 2.74 l +o +np +959.43 35.99 m +0 2.74 l +o +np +968.35 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +939.14 33.80 (-25) 1 90 t +948.05 33.80 (-20) 1 90 t +956.97 33.80 (-15) 1 90 t +965.89 33.80 (-10) 1 90 t +974.81 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +985.06 35.99 m +0 2.74 l +o +np +993.98 35.99 m +0 2.74 l +o +np +1002.90 35.99 m +0 2.74 l +o +np +1011.82 35.99 m +0 2.74 l +o +np +1020.74 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +991.52 33.80 (-25) 1 90 t +1000.44 33.80 (-20) 1 90 t +1009.36 33.80 (-15) 1 90 t +1018.28 33.80 (-10) 1 90 t +1027.20 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1037.45 35.99 m +0 2.74 l +o +np +1046.36 35.99 m +0 2.74 l +o +np +1055.28 35.99 m +0 2.74 l +o +np +1064.20 35.99 m +0 2.74 l +o +np +1073.12 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1043.91 33.80 (-25) 1 90 t +1052.83 33.80 (-20) 1 90 t +1061.75 33.80 (-15) 1 90 t +1070.67 33.80 (-10) 1 90 t +1079.58 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1089.83 35.99 m +0 2.74 l +o +np +1098.75 35.99 m +0 2.74 l +o +np +1107.67 35.99 m +0 2.74 l +o +np +1116.59 35.99 m +0 2.74 l +o +np +1125.51 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1096.29 33.80 (-25) 1 90 t +1105.21 33.80 (-20) 1 90 t +1114.13 33.80 (-15) 1 90 t +1123.05 33.80 (-10) 1 90 t +1131.97 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1142.22 35.99 m +0 2.74 l +o +np +1151.14 35.99 m +0 2.74 l +o +np +1160.06 35.99 m +0 2.74 l +o +np +1168.98 35.99 m +0 2.74 l +o +np +1177.90 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1148.68 33.80 (-25) 1 90 t +1157.60 33.80 (-20) 1 90 t +1166.52 33.80 (-15) 1 90 t +1175.44 33.80 (-10) 1 90 t +1184.36 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1194.60 35.99 m +0 2.74 l +o +np +1203.52 35.99 m +0 2.74 l +o +np +1212.44 35.99 m +0 2.74 l +o +np +1221.36 35.99 m +0 2.74 l +o +np +1230.28 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1201.07 33.80 (-25) 1 90 t +1209.99 33.80 (-20) 1 90 t +1218.90 33.80 (-15) 1 90 t +1227.82 33.80 (-10) 1 90 t +1236.74 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1246.99 35.99 m +0 2.74 l +o +np +1255.91 35.99 m +0 2.74 l +o +np +1264.83 35.99 m +0 2.74 l +o +np +1273.75 35.99 m +0 2.74 l +o +np +1282.67 35.99 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1253.45 33.80 (-25) 1 90 t +1262.37 33.80 (-20) 1 90 t +1271.29 33.80 (-15) 1 90 t +1280.21 33.80 (-10) 1 90 t +1289.13 33.80 (-5) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 41.60 (0) 1 0 t +33.80 88.48 (5) 1 0 t +33.80 135.37 (10) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 44.83 m +2.74 0 l +o +np +35.99 91.71 m +2.74 0 l +o +np +35.99 138.60 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +650.56 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +18.63 105.78 (count) .5 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 215.59 (Histogr) 0 ta +-0.130 (am of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +1296.00 0.00 1728.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1296.00 0.00 432.00 576.00 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 309.31 1705.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1339.74 309.31 365.57 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1339.74 337.84 m +365.57 0 l +o +np +1339.74 412.84 m +365.57 0 l +o +np +1339.74 487.85 m +365.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1339.74 375.34 m +365.57 0 l +o +np +1339.74 450.35 m +365.57 0 l +o +np +1339.74 525.35 m +365.57 0 l +o +np +1348.80 309.31 m +0 226.33 l +o +np +1363.91 309.31 m +0 226.33 l +o +np +1379.01 309.31 m +0 226.33 l +o +np +1394.12 309.31 m +0 226.33 l +o +np +1409.23 309.31 m +0 226.33 l +o +np +1424.33 309.31 m +0 226.33 l +o +np +1439.44 309.31 m +0 226.33 l +o +np +1454.55 309.31 m +0 226.33 l +o +np +1469.65 309.31 m +0 226.33 l +o +np +1484.76 309.31 m +0 226.33 l +o +np +1499.86 309.31 m +0 226.33 l +o +np +1514.97 309.31 m +0 226.33 l +o +np +1530.08 309.31 m +0 226.33 l +o +np +1545.18 309.31 m +0 226.33 l +o +np +1560.29 309.31 m +0 226.33 l +o +np +1575.40 309.31 m +0 226.33 l +o +np +1590.50 309.31 m +0 226.33 l +o +np +1605.61 309.31 m +0 226.33 l +o +np +1620.72 309.31 m +0 226.33 l +o +np +1635.82 309.31 m +0 226.33 l +o +np +1650.93 309.31 m +0 226.33 l +o +np +1666.03 309.31 m +0 226.33 l +o +np +1681.14 309.31 m +0 226.33 l +o +np +1696.25 309.31 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1342.00 320.50 13.60 204.85 r p3 +1357.11 319.71 13.60 205.64 r p3 +1372.22 320.40 13.60 204.95 r p3 +1387.32 325.00 13.60 200.35 r p3 +1402.43 324.34 13.60 201.01 r p3 +1417.53 325.75 13.60 199.60 r p3 +1432.64 325.13 13.60 200.22 r p3 +1447.75 323.86 13.60 201.50 r p3 +1462.85 320.89 13.60 204.46 r p3 +1477.96 319.60 13.60 205.75 r p3 +1493.07 322.66 13.60 202.69 r p3 +1508.17 324.65 13.60 200.70 r p3 +0 0.7490 0.7686 srgb +1523.28 330.77 13.60 194.58 r p3 +1538.39 328.80 13.60 196.55 r p3 +1553.49 329.45 13.60 195.90 r p3 +1568.60 336.37 13.60 188.98 r p3 +1583.70 329.70 13.60 195.66 r p3 +1598.81 337.40 13.60 187.95 r p3 +1613.92 329.07 13.60 196.28 r p3 +1629.02 340.42 13.60 184.93 r p3 +1644.13 333.01 13.60 192.34 r p3 +1659.24 331.34 13.60 194.01 r p3 +1674.34 332.54 13.60 192.81 r p3 +1689.45 330.62 13.60 194.73 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 77.50 1705.31 303.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1339.74 77.50 365.57 226.33 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1339.74 117.01 m +365.57 0 l +o +np +1339.74 167.45 m +365.57 0 l +o +np +1339.74 217.89 m +365.57 0 l +o +np +1339.74 268.32 m +365.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1339.74 91.79 m +365.57 0 l +o +np +1339.74 142.23 m +365.57 0 l +o +np +1339.74 192.67 m +365.57 0 l +o +np +1339.74 243.10 m +365.57 0 l +o +np +1339.74 293.54 m +365.57 0 l +o +np +1348.80 77.50 m +0 226.33 l +o +np +1363.91 77.50 m +0 226.33 l +o +np +1379.01 77.50 m +0 226.33 l +o +np +1394.12 77.50 m +0 226.33 l +o +np +1409.23 77.50 m +0 226.33 l +o +np +1424.33 77.50 m +0 226.33 l +o +np +1439.44 77.50 m +0 226.33 l +o +np +1454.55 77.50 m +0 226.33 l +o +np +1469.65 77.50 m +0 226.33 l +o +np +1484.76 77.50 m +0 226.33 l +o +np +1499.86 77.50 m +0 226.33 l +o +np +1514.97 77.50 m +0 226.33 l +o +np +1530.08 77.50 m +0 226.33 l +o +np +1545.18 77.50 m +0 226.33 l +o +np +1560.29 77.50 m +0 226.33 l +o +np +1575.40 77.50 m +0 226.33 l +o +np +1590.50 77.50 m +0 226.33 l +o +np +1605.61 77.50 m +0 226.33 l +o +np +1620.72 77.50 m +0 226.33 l +o +np +1635.82 77.50 m +0 226.33 l +o +np +1650.93 77.50 m +0 226.33 l +o +np +1666.03 77.50 m +0 226.33 l +o +np +1681.14 77.50 m +0 226.33 l +o +np +1696.25 77.50 m +0 226.33 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1342.00 87.79 13.60 205.75 r p3 +1357.11 91.45 13.60 202.09 r p3 +1372.22 89.50 13.60 204.04 r p3 +1387.32 95.39 13.60 198.15 r p3 +1402.43 92.82 13.60 200.72 r p3 +1417.53 95.72 13.60 197.83 r p3 +1432.64 94.22 13.60 199.32 r p3 +1447.75 90.14 13.60 203.40 r p3 +1462.85 89.55 13.60 203.99 r p3 +1477.96 92.07 13.60 201.48 r p3 +1493.07 89.24 13.60 204.31 r p3 +1508.17 93.11 13.60 200.43 r p3 +0 0.7490 0.7686 srgb +1523.28 92.21 13.60 201.33 r p3 +1538.39 93.02 13.60 200.53 r p3 +1553.49 92.97 13.60 200.57 r p3 +1568.60 100.71 13.60 192.84 r p3 +1583.70 96.28 13.60 197.27 r p3 +1598.81 99.66 13.60 193.89 r p3 +1613.92 94.19 13.60 199.36 r p3 +1629.02 101.67 13.60 191.88 r p3 +1644.13 96.23 13.60 197.31 r p3 +1659.24 94.39 13.60 199.15 r p3 +1674.34 93.82 13.60 199.72 r p3 +1689.45 93.14 13.60 200.41 r p3 +0.00 0.00 1728.00 576.00 cl +1339.74 535.64 1705.31 552.85 cl +1339.74 535.64 1705.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1339.74 535.64 365.57 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1522.52 541.01 (Batch1) .5 0 t +1339.74 535.64 1705.31 552.85 cl +1339.74 535.64 1705.31 552.85 cl +0.00 0.00 1728.00 576.00 cl +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 309.31 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 449.99 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1705.31 309.31 1722.52 535.64 cl +1705.31 309.31 1722.52 535.64 cl +0.00 0.00 1728.00 576.00 cl +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1705.31 77.50 17.21 226.33 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1710.68 212.68 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1705.31 77.50 1722.52 303.83 cl +1705.31 77.50 1722.52 303.83 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1348.80 74.76 m +0 2.74 l +o +np +1363.91 74.76 m +0 2.74 l +o +np +1379.01 74.76 m +0 2.74 l +o +np +1394.12 74.76 m +0 2.74 l +o +np +1409.23 74.76 m +0 2.74 l +o +np +1424.33 74.76 m +0 2.74 l +o +np +1439.44 74.76 m +0 2.74 l +o +np +1454.55 74.76 m +0 2.74 l +o +np +1469.65 74.76 m +0 2.74 l +o +np +1484.76 74.76 m +0 2.74 l +o +np +1499.86 74.76 m +0 2.74 l +o +np +1514.97 74.76 m +0 2.74 l +o +np +1530.08 74.76 m +0 2.74 l +o +np +1545.18 74.76 m +0 2.74 l +o +np +1560.29 74.76 m +0 2.74 l +o +np +1575.40 74.76 m +0 2.74 l +o +np +1590.50 74.76 m +0 2.74 l +o +np +1605.61 74.76 m +0 2.74 l +o +np +1620.72 74.76 m +0 2.74 l +o +np +1635.82 74.76 m +0 2.74 l +o +np +1650.93 74.76 m +0 2.74 l +o +np +1666.03 74.76 m +0 2.74 l +o +np +1681.14 74.76 m +0 2.74 l +o +np +1696.25 74.76 m +0 2.74 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1355.26 72.57 (Batch1_E_1) 1 90 t +1370.37 72.57 (Batch1_E_10) 1 90 t +1385.48 72.57 (Batch1_E_11) 1 90 t +1400.58 72.57 (Batch1_E_12) 1 90 t +1415.69 72.57 (Batch1_E_2) 1 90 t +1430.79 72.57 (Batch1_E_3) 1 90 t +1445.90 72.57 (Batch1_E_4) 1 90 t +1461.01 72.57 (Batch1_E_5) 1 90 t +1476.11 72.57 (Batch1_E_6) 1 90 t +1491.22 72.57 (Batch1_E_7) 1 90 t +1506.33 72.57 (Batch1_E_8) 1 90 t +1521.43 72.57 (Batch1_E_9) 1 90 t +1536.54 72.57 (Batch1_P_13) 1 90 t +1551.65 72.57 (Batch1_P_14) 1 90 t +1566.75 72.57 (Batch1_P_15) 1 90 t +1581.86 72.57 (Batch1_P_16) 1 90 t +1596.96 72.57 (Batch1_P_17) 1 90 t +1612.07 72.57 (Batch1_P_18) 1 90 t +1627.18 72.57 (Batch1_P_19) 1 90 t +1642.28 72.57 (Batch1_P_20) 1 90 t +1657.39 72.57 (Batch1_P_21) 1 90 t +1672.50 72.57 (Batch1_P_22) 1 90 t +1687.60 72.57 (Batch1_P_23) 1 90 t +1702.71 72.57 (Batch1_P_24) 1 90 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1334.81 372.11 (-10) 1 0 t +1334.81 447.11 (-5) 1 0 t +1334.81 522.12 (0) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1337.00 375.34 m +2.74 0 l +o +np +1337.00 450.35 m +2.74 0 l +o +np +1337.00 525.35 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1334.81 88.56 (-800) 1 0 t +1334.81 139.00 (-600) 1 0 t +1334.81 189.43 (-400) 1 0 t +1334.81 239.87 (-200) 1 0 t +1334.81 290.31 (0) 1 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1337.00 91.79 m +2.74 0 l +o +np +1337.00 142.23 m +2.74 0 l +o +np +1337.00 192.67 m +2.74 0 l +o +np +1337.00 243.10 m +2.74 0 l +o +np +1337.00 293.54 m +2.74 0 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1522.52 7.90 (Sample) .5 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1309.38 292.51 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1339.74 561.19 (Statistics of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..d9c424d1c859c42b3a3ac3656ebc23d97cd0fa35 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..bd713a693341f13200f7f17bff2aafe6d12631d5 --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_heatmap.ps @@ -0,0 +1,3735 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1728 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +600.93 552.67 (Heatmap of T) 0 ta +-2.080 (ransf) tb +-0.520 (ormed Data) tb gr +0.00 0.00 1728.00 576.00 cl +5.00 493.00 1568.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +102.70 493.00 m +0 6.20 l +65.13 0 l +0 -6.20 l +o +np +493.48 493.00 m +0 7.71 l +65.13 0 l +0 -7.71 l +o +np +428.35 493.00 m +0 8.42 l +97.70 0 l +0 -0.71 l +o +np +1144.79 493.00 m +0 9.74 l +65.14 0 l +0 -9.74 l +o +np +688.88 493.00 m +0 11.15 l +65.13 0 l +0 -11.15 l +o +np +1079.66 493.00 m +0 11.31 l +97.70 0 l +0 -1.57 l +o +np +298.09 493.00 m +0 11.69 l +65.13 0 l +0 -11.69 l +o +np +623.75 493.00 m +0 14.38 l +97.69 0 l +0 -3.23 l +o +np +1014.53 493.00 m +0 15.15 l +113.98 0 l +0 -3.84 l +o +np +884.27 493.00 m +0 15.51 l +65.13 0 l +0 -15.51 l +o +np +1275.06 493.00 m +0 15.84 l +65.13 0 l +0 -15.84 l +o +np +1470.45 493.00 m +0 16.16 l +65.13 0 l +0 -16.16 l +o +np +232.96 493.00 m +0 17.59 l +97.70 0 l +0 -5.90 l +o +np +819.14 493.00 m +0 17.61 l +97.70 0 l +0 -2.10 l +o +np +477.20 501.42 m +0 12.04 l +195.39 0 l +0 -6.08 l +o +np +37.57 493.00 m +0 20.90 l +97.69 0 l +0 -14.70 l +o +np +1071.52 508.15 m +0 5.81 l +236.10 0 l +0 -5.12 l +o +np +281.81 510.59 m +0 9.04 l +293.09 0 l +0 -6.17 l +o +np +867.99 510.61 m +0 9.18 l +321.58 0 l +0 -5.83 l +o +np +1405.32 493.00 m +0 30.41 l +97.69 0 l +0 -14.25 l +o +np +86.41 513.90 m +0 16.39 l +341.94 0 l +0 -10.66 l +o +np +1028.78 519.79 m +0 17.97 l +425.39 0 l +0 -14.35 l +o +np +257.38 530.29 m +0 15.09 l +984.09 0 l +0 -7.62 l +o +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0.9020 0.9020 1 srgb } def +5.00 441.72 65.13 5.28 r p2 +/bg { 1 0.4314 0.4314 srgb } def +5.00 436.43 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +5.00 431.15 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +5.00 425.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 420.59 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 415.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 410.02 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +5.00 404.74 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 399.46 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +5.00 394.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 388.90 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 383.61 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +5.00 378.33 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +5.00 373.05 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 367.77 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 362.49 65.13 5.28 r p2 +5.00 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 351.92 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +5.00 346.64 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 341.36 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +5.00 336.08 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +5.00 330.79 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 325.51 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 320.23 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +5.00 314.95 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +5.00 309.67 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 304.38 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +5.00 299.10 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +5.00 293.82 65.13 5.28 r p2 +/bg { 0.5137 0.5137 1 srgb } def +5.00 288.54 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +5.00 283.26 65.13 5.28 r p2 +/bg { 0.2196 0.2196 1 srgb } def +5.00 277.98 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 272.69 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +5.00 267.41 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 262.13 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 256.85 65.13 5.28 r p2 +/bg { 0.3765 0.3765 1 srgb } def +5.00 251.57 65.13 5.28 r p2 +/bg { 0.5137 0.5137 1 srgb } def +5.00 246.28 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +5.00 241.00 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 235.72 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +5.00 230.44 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 225.16 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +5.00 219.87 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +5.00 214.59 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +5.00 209.31 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 204.03 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +5.00 198.75 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +5.00 193.46 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +5.00 188.18 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 182.90 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +5.00 177.62 65.13 5.28 r p2 +/bg { 0.3176 0.3176 1 srgb } def +5.00 172.34 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 167.05 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +5.00 161.77 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 156.49 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 151.21 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 145.93 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +5.00 140.64 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 135.36 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +5.00 130.08 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +70.13 441.72 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +70.13 436.43 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +70.13 431.15 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +70.13 425.87 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +70.13 420.59 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +70.13 415.31 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +70.13 410.02 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +70.13 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +70.13 399.46 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +70.13 394.18 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +70.13 388.90 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +70.13 383.61 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +70.13 378.33 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +70.13 373.05 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +70.13 367.77 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +70.13 362.49 65.13 5.28 r p2 +70.13 357.20 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +70.13 351.92 65.13 5.28 r p2 +/bg { 1 0.4392 0.4392 srgb } def +70.13 346.64 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +70.13 341.36 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +70.13 336.08 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +70.13 330.79 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +70.13 325.51 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +70.13 320.23 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +70.13 314.95 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +70.13 309.67 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +70.13 304.38 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +70.13 299.10 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +70.13 293.82 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +70.13 288.54 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +70.13 283.26 65.13 5.28 r p2 +/bg { 0.4000 0.4000 1 srgb } def +70.13 277.98 65.13 5.28 r p2 +/bg { 0.3804 0.3804 1 srgb } def +70.13 272.69 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +70.13 267.41 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +70.13 262.13 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 256.85 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +70.13 251.57 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 246.28 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +70.13 241.00 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +70.13 235.72 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +70.13 230.44 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +70.13 225.16 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +70.13 219.87 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +70.13 214.59 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +70.13 209.31 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +70.13 204.03 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +70.13 198.75 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +70.13 193.46 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +70.13 188.18 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +70.13 182.90 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +70.13 177.62 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +70.13 172.34 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +70.13 167.05 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +70.13 161.77 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +70.13 156.49 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +70.13 151.21 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +70.13 145.93 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +70.13 140.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +70.13 135.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +70.13 130.08 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +135.26 441.72 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +135.26 436.43 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +135.26 431.15 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +135.26 425.87 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +135.26 420.59 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +135.26 415.31 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +135.26 410.02 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +135.26 404.74 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +135.26 399.46 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +135.26 394.18 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +135.26 388.90 65.13 5.28 r p2 +135.26 383.61 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +135.26 378.33 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +135.26 373.05 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +135.26 367.77 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +135.26 362.49 65.13 5.28 r p2 +135.26 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +135.26 351.92 65.13 5.28 r p2 +/bg { 1 0.4510 0.4510 srgb } def +135.26 346.64 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +135.26 341.36 65.13 5.28 r p2 +/bg { 1 0.4627 0.4627 srgb } def +135.26 336.08 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +135.26 330.79 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +135.26 325.51 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +135.26 320.23 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +135.26 314.95 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +135.26 309.67 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +135.26 304.38 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +135.26 299.10 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +135.26 293.82 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 288.54 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 283.26 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 277.98 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 272.69 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +135.26 267.41 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +135.26 262.13 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +135.26 256.85 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 251.57 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +135.26 246.28 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +135.26 241.00 65.13 5.28 r p2 +/bg { 0.3922 0.3922 1 srgb } def +135.26 235.72 65.13 5.28 r p2 +/bg { 0.2745 0.2745 1 srgb } def +135.26 230.44 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +135.26 225.16 65.13 5.28 r p2 +/bg { 0.4235 0.4235 1 srgb } def +135.26 219.87 65.13 5.28 r p2 +/bg { 0.4392 0.4392 1 srgb } def +135.26 214.59 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +135.26 209.31 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +135.26 204.03 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +135.26 198.75 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +135.26 193.46 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +135.26 188.18 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 182.90 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +135.26 177.62 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +135.26 172.34 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +135.26 167.05 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +135.26 161.77 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +135.26 156.49 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 151.21 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +135.26 145.93 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +135.26 140.64 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +135.26 135.36 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +135.26 130.08 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +200.39 441.72 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 436.43 65.13 5.28 r p2 +/bg { 1 0.5333 0.5333 srgb } def +200.39 431.15 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +200.39 425.87 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +200.39 420.59 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +200.39 415.31 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +200.39 410.02 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 404.74 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +200.39 399.46 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +200.39 394.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +200.39 388.90 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 383.61 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +200.39 378.33 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +200.39 373.05 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +200.39 367.77 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +200.39 362.49 65.13 5.28 r p2 +200.39 357.20 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +200.39 351.92 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +200.39 346.64 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +200.39 341.36 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +200.39 336.08 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +200.39 330.79 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +200.39 325.51 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +200.39 320.23 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 314.95 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +200.39 309.67 65.13 5.28 r p2 +/bg { 1 0.4863 0.4863 srgb } def +200.39 304.38 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +200.39 299.10 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +200.39 293.82 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +200.39 288.54 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +200.39 283.26 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +200.39 277.98 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +200.39 272.69 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +200.39 267.41 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +200.39 262.13 65.13 5.28 r p2 +/bg { 1 0.4941 0.4941 srgb } def +200.39 256.85 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +200.39 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +200.39 246.28 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +200.39 241.00 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +200.39 235.72 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +200.39 230.44 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +200.39 225.16 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +200.39 219.87 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +200.39 214.59 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +200.39 209.31 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +200.39 204.03 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +200.39 198.75 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +200.39 193.46 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +200.39 188.18 65.13 5.28 r p2 +200.39 182.90 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +200.39 177.62 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +200.39 172.34 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +200.39 167.05 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +200.39 161.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +200.39 156.49 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +200.39 151.21 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +200.39 145.93 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +200.39 140.64 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +200.39 135.36 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +200.39 130.08 65.13 5.28 r p2 +/bg { 1 0.4706 0.4706 srgb } def +265.52 441.72 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +265.52 436.43 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 431.15 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +265.52 425.87 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 420.59 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +265.52 415.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +265.52 410.02 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 404.74 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +265.52 399.46 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +265.52 394.18 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +265.52 388.90 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +265.52 383.61 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +265.52 378.33 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +265.52 373.05 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +265.52 367.77 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +265.52 362.49 65.13 5.28 r p2 +265.52 357.20 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +265.52 351.92 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 346.64 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +265.52 341.36 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +265.52 336.08 65.13 5.28 r p2 +/bg { 1 0.3255 0.3255 srgb } def +265.52 330.79 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +265.52 325.51 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +265.52 320.23 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +265.52 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +265.52 309.67 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +265.52 304.38 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 299.10 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +265.52 293.82 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +265.52 288.54 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +265.52 283.26 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 277.98 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 272.69 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +265.52 267.41 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +265.52 262.13 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +265.52 256.85 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 251.57 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +265.52 246.28 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +265.52 241.00 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +265.52 235.72 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +265.52 230.44 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +265.52 225.16 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +265.52 219.87 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +265.52 214.59 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +265.52 209.31 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +265.52 204.03 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +265.52 198.75 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 193.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +265.52 188.18 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 182.90 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +265.52 177.62 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +265.52 172.34 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +265.52 167.05 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +265.52 161.77 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +265.52 156.49 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +265.52 151.21 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +265.52 145.93 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +265.52 140.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +265.52 135.36 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +265.52 130.08 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +330.66 441.72 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 436.43 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +330.66 431.15 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 425.87 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +330.66 420.59 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +330.66 415.31 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 410.02 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +330.66 404.74 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +330.66 399.46 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 394.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +330.66 388.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +330.66 383.61 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +330.66 378.33 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +330.66 373.05 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +330.66 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +330.66 362.49 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +330.66 357.20 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +330.66 346.64 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +330.66 341.36 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +330.66 336.08 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +330.66 330.79 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +330.66 325.51 65.13 5.28 r p2 +330.66 320.23 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 309.67 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +330.66 304.38 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 299.10 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +330.66 293.82 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +330.66 288.54 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +330.66 283.26 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +330.66 277.98 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +330.66 272.69 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 267.41 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +330.66 262.13 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +330.66 256.85 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +330.66 251.57 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +330.66 246.28 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 241.00 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +330.66 235.72 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +330.66 230.44 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +330.66 225.16 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +330.66 219.87 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +330.66 214.59 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 209.31 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +330.66 204.03 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +330.66 198.75 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +330.66 193.46 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 188.18 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 182.90 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +330.66 177.62 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +330.66 172.34 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +330.66 167.05 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +330.66 161.77 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +330.66 156.49 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +330.66 151.21 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +330.66 145.93 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +330.66 140.64 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +330.66 135.36 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +330.66 130.08 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +395.79 441.72 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +395.79 436.43 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +395.79 431.15 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +395.79 425.87 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +395.79 420.59 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +395.79 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +395.79 410.02 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +395.79 404.74 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +395.79 399.46 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +395.79 394.18 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +395.79 388.90 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +395.79 383.61 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +395.79 378.33 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +395.79 373.05 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +395.79 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +395.79 362.49 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +395.79 357.20 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +395.79 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +395.79 346.64 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +395.79 341.36 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +395.79 336.08 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +395.79 330.79 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +395.79 325.51 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +395.79 320.23 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +395.79 314.95 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +395.79 309.67 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +395.79 304.38 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +395.79 299.10 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 293.82 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +395.79 288.54 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +395.79 283.26 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +395.79 277.98 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +395.79 272.69 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +395.79 267.41 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +395.79 262.13 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +395.79 256.85 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +395.79 251.57 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +395.79 246.28 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +395.79 241.00 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +395.79 235.72 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +395.79 230.44 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +395.79 225.16 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +395.79 219.87 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +395.79 214.59 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +395.79 209.31 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +395.79 204.03 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +395.79 198.75 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +395.79 193.46 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +395.79 188.18 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +395.79 182.90 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +395.79 177.62 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +395.79 172.34 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +395.79 167.05 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +395.79 161.77 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +395.79 156.49 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +395.79 151.21 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +395.79 145.93 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +395.79 140.64 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +395.79 135.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +395.79 130.08 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +460.92 441.72 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +460.92 436.43 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +460.92 431.15 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +460.92 425.87 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +460.92 420.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +460.92 415.31 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +460.92 410.02 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +460.92 404.74 65.13 5.28 r p2 +/bg { 1 0.4431 0.4431 srgb } def +460.92 399.46 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +460.92 394.18 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +460.92 388.90 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +460.92 383.61 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +460.92 378.33 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +460.92 373.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +460.92 367.77 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +460.92 362.49 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +460.92 357.20 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +460.92 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +460.92 346.64 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +460.92 341.36 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +460.92 336.08 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +460.92 330.79 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +460.92 325.51 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +460.92 320.23 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +460.92 314.95 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +460.92 309.67 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +460.92 304.38 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +460.92 299.10 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +460.92 293.82 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +460.92 288.54 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +460.92 283.26 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +460.92 277.98 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +460.92 272.69 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +460.92 267.41 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +460.92 262.13 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +460.92 256.85 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +460.92 251.57 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +460.92 246.28 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +460.92 241.00 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +460.92 235.72 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +460.92 230.44 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +460.92 225.16 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +460.92 219.87 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +460.92 214.59 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +460.92 209.31 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +460.92 204.03 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +460.92 198.75 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +460.92 193.46 65.13 5.28 r p2 +460.92 188.18 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +460.92 182.90 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +460.92 177.62 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +460.92 172.34 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +460.92 167.05 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +460.92 161.77 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +460.92 156.49 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +460.92 151.21 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +460.92 145.93 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +460.92 140.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +460.92 135.36 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +460.92 130.08 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 441.72 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +526.05 436.43 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +526.05 431.15 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +526.05 425.87 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 420.59 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +526.05 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +526.05 410.02 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +526.05 404.74 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +526.05 399.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +526.05 394.18 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +526.05 388.90 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +526.05 383.61 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +526.05 378.33 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +526.05 373.05 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +526.05 367.77 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +526.05 362.49 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +526.05 357.20 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +526.05 346.64 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +526.05 341.36 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +526.05 336.08 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +526.05 330.79 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +526.05 325.51 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +526.05 320.23 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +526.05 314.95 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +526.05 309.67 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +526.05 304.38 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +526.05 299.10 65.13 5.28 r p2 +/bg { 0.5255 0.5255 1 srgb } def +526.05 293.82 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +526.05 288.54 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +526.05 283.26 65.13 5.28 r p2 +526.05 277.98 65.13 5.28 r p2 +526.05 272.69 65.13 5.28 r p2 +526.05 267.41 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +526.05 262.13 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +526.05 256.85 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +526.05 251.57 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 246.28 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +526.05 241.00 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 235.72 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +526.05 230.44 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +526.05 225.16 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +526.05 219.87 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +526.05 214.59 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +526.05 209.31 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +526.05 204.03 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +526.05 198.75 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +526.05 193.46 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +526.05 188.18 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +526.05 182.90 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +526.05 177.62 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +526.05 172.34 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +526.05 167.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +526.05 161.77 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +526.05 156.49 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +526.05 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +526.05 145.93 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +526.05 140.64 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +526.05 135.36 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +526.05 130.08 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +591.18 441.72 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 436.43 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +591.18 431.15 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +591.18 425.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +591.18 420.59 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +591.18 415.31 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +591.18 410.02 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +591.18 404.74 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +591.18 399.46 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +591.18 394.18 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +591.18 388.90 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +591.18 383.61 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +591.18 378.33 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +591.18 373.05 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +591.18 367.77 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +591.18 362.49 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +591.18 357.20 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +591.18 351.92 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +591.18 346.64 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +591.18 341.36 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +591.18 336.08 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +591.18 330.79 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +591.18 325.51 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +591.18 320.23 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +591.18 314.95 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +591.18 309.67 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +591.18 304.38 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +591.18 299.10 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +591.18 293.82 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +591.18 288.54 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +591.18 283.26 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +591.18 277.98 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +591.18 272.69 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +591.18 267.41 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +591.18 262.13 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +591.18 256.85 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +591.18 251.57 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +591.18 246.28 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +591.18 241.00 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +591.18 235.72 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +591.18 230.44 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +591.18 225.16 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +591.18 219.87 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +591.18 214.59 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +591.18 209.31 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 204.03 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +591.18 198.75 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +591.18 193.46 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +591.18 188.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +591.18 182.90 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +591.18 177.62 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +591.18 172.34 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +591.18 167.05 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +591.18 161.77 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +591.18 156.49 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +591.18 151.21 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +591.18 145.93 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +591.18 140.64 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +591.18 135.36 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +591.18 130.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +656.31 441.72 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +656.31 436.43 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +656.31 431.15 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 425.87 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +656.31 420.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +656.31 415.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +656.31 410.02 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +656.31 404.74 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +656.31 399.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +656.31 394.18 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +656.31 388.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +656.31 383.61 65.13 5.28 r p2 +656.31 378.33 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +656.31 373.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +656.31 367.77 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +656.31 362.49 65.13 5.28 r p2 +656.31 357.20 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 351.92 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +656.31 346.64 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +656.31 341.36 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +656.31 336.08 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +656.31 330.79 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +656.31 325.51 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +656.31 320.23 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +656.31 314.95 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +656.31 309.67 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +656.31 304.38 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +656.31 299.10 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +656.31 293.82 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 288.54 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +656.31 283.26 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +656.31 277.98 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +656.31 272.69 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +656.31 267.41 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +656.31 262.13 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +656.31 256.85 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +656.31 251.57 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 246.28 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +656.31 241.00 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +656.31 235.72 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +656.31 230.44 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +656.31 225.16 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +656.31 219.87 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +656.31 214.59 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +656.31 209.31 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +656.31 204.03 65.13 5.28 r p2 +656.31 198.75 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +656.31 193.46 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 188.18 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +656.31 182.90 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +656.31 177.62 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +656.31 172.34 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +656.31 167.05 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +656.31 161.77 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +656.31 156.49 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +656.31 151.21 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +656.31 145.93 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +656.31 140.64 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +656.31 135.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +656.31 130.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +721.44 441.72 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +721.44 436.43 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +721.44 431.15 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +721.44 425.87 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +721.44 420.59 65.13 5.28 r p2 +721.44 415.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +721.44 410.02 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +721.44 404.74 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +721.44 399.46 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +721.44 394.18 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +721.44 388.90 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +721.44 383.61 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +721.44 378.33 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +721.44 373.05 65.13 5.28 r p2 +721.44 367.77 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +721.44 362.49 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +721.44 357.20 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 351.92 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +721.44 346.64 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +721.44 341.36 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +721.44 336.08 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +721.44 330.79 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +721.44 325.51 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +721.44 320.23 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +721.44 314.95 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +721.44 309.67 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +721.44 304.38 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +721.44 299.10 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +721.44 293.82 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +721.44 288.54 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +721.44 283.26 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +721.44 277.98 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 272.69 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +721.44 267.41 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +721.44 262.13 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +721.44 256.85 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +721.44 251.57 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +721.44 246.28 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 241.00 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +721.44 235.72 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +721.44 230.44 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +721.44 225.16 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 219.87 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +721.44 214.59 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +721.44 209.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +721.44 204.03 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +721.44 198.75 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +721.44 193.46 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +721.44 188.18 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +721.44 182.90 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +721.44 177.62 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +721.44 172.34 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +721.44 167.05 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +721.44 161.77 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +721.44 156.49 65.13 5.28 r p2 +721.44 151.21 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +721.44 145.93 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +721.44 140.64 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +721.44 135.36 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +721.44 130.08 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +786.57 441.72 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 436.43 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +786.57 431.15 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +786.57 425.87 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +786.57 420.59 65.13 5.28 r p2 +/bg { 0.5098 0.5098 1 srgb } def +786.57 415.31 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +786.57 410.02 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +786.57 404.74 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +786.57 399.46 65.13 5.28 r p2 +786.57 394.18 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +786.57 388.90 65.13 5.28 r p2 +786.57 383.61 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +786.57 378.33 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +786.57 373.05 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +786.57 367.77 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +786.57 362.49 65.13 5.28 r p2 +786.57 357.20 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +786.57 351.92 65.13 5.28 r p2 +786.57 346.64 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +786.57 341.36 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +786.57 336.08 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +786.57 330.79 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 325.51 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +786.57 320.23 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 314.95 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +786.57 309.67 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +786.57 304.38 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +786.57 299.10 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +786.57 293.82 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +786.57 288.54 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +786.57 283.26 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +786.57 277.98 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +786.57 272.69 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +786.57 267.41 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +786.57 262.13 65.13 5.28 r p2 +786.57 256.85 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +786.57 251.57 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +786.57 246.28 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +786.57 241.00 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +786.57 235.72 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +786.57 230.44 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +786.57 225.16 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +786.57 219.87 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +786.57 214.59 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +786.57 209.31 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +786.57 204.03 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +786.57 198.75 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +786.57 193.46 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +786.57 188.18 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +786.57 182.90 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +786.57 177.62 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +786.57 172.34 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +786.57 167.05 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +786.57 161.77 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +786.57 156.49 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +786.57 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +786.57 145.93 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +786.57 140.64 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +786.57 135.36 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +786.57 130.08 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +851.70 441.72 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +851.70 436.43 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +851.70 431.15 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 425.87 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +851.70 420.59 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 415.31 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +851.70 410.02 65.13 5.28 r p2 +/bg { 0.5490 0.5490 1 srgb } def +851.70 404.74 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +851.70 399.46 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +851.70 394.18 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 388.90 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 383.61 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +851.70 378.33 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +851.70 373.05 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +851.70 367.77 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +851.70 362.49 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +851.70 357.20 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +851.70 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +851.70 346.64 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +851.70 341.36 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +851.70 336.08 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +851.70 330.79 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 325.51 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 320.23 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +851.70 314.95 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +851.70 309.67 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +851.70 304.38 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 299.10 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 293.82 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +851.70 288.54 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +851.70 283.26 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +851.70 277.98 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +851.70 272.69 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +851.70 267.41 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +851.70 262.13 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +851.70 256.85 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +851.70 251.57 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 246.28 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +851.70 241.00 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +851.70 235.72 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +851.70 230.44 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +851.70 225.16 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +851.70 219.87 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +851.70 214.59 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +851.70 209.31 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 204.03 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +851.70 198.75 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +851.70 193.46 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 188.18 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +851.70 182.90 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +851.70 177.62 65.13 5.28 r p2 +/bg { 0.9176 0.9176 1 srgb } def +851.70 172.34 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 167.05 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +851.70 161.77 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 156.49 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +851.70 151.21 65.13 5.28 r p2 +/bg { 1 0.5412 0.5412 srgb } def +851.70 145.93 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +851.70 140.64 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +851.70 135.36 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +851.70 130.08 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 441.72 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 436.43 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +916.84 431.15 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +916.84 425.87 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +916.84 420.59 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +916.84 415.31 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +916.84 410.02 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +916.84 404.74 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +916.84 399.46 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +916.84 394.18 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +916.84 388.90 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +916.84 383.61 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +916.84 378.33 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +916.84 373.05 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +916.84 367.77 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +916.84 362.49 65.13 5.28 r p2 +916.84 357.20 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +916.84 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +916.84 346.64 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +916.84 341.36 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +916.84 336.08 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +916.84 330.79 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +916.84 325.51 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +916.84 320.23 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +916.84 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +916.84 309.67 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +916.84 304.38 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +916.84 299.10 65.13 5.28 r p2 +/bg { 1 0.6588 0.6588 srgb } def +916.84 293.82 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +916.84 288.54 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +916.84 283.26 65.13 5.28 r p2 +916.84 277.98 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +916.84 272.69 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +916.84 267.41 65.13 5.28 r p2 +/bg { 1 0.4157 0.4157 srgb } def +916.84 262.13 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +916.84 256.85 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +916.84 251.57 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 246.28 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 241.00 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +916.84 235.72 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +916.84 230.44 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +916.84 225.16 65.13 5.28 r p2 +/bg { 1 0.3529 0.3529 srgb } def +916.84 219.87 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +916.84 214.59 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 209.31 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 204.03 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +916.84 198.75 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +916.84 193.46 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +916.84 188.18 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 182.90 65.13 5.28 r p2 +/bg { 1 0.3961 0.3961 srgb } def +916.84 177.62 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 172.34 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +916.84 167.05 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +916.84 161.77 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +916.84 156.49 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +916.84 151.21 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +916.84 145.93 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +916.84 140.64 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +916.84 135.36 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +916.84 130.08 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +981.97 441.72 65.13 5.28 r p2 +/bg { 0.5255 0.5255 1 srgb } def +981.97 436.43 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +981.97 431.15 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +981.97 425.87 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +981.97 420.59 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +981.97 415.31 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +981.97 410.02 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +981.97 404.74 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +981.97 399.46 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +981.97 394.18 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +981.97 388.90 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +981.97 383.61 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +981.97 378.33 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +981.97 373.05 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +981.97 367.77 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +981.97 362.49 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +981.97 357.20 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +981.97 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +981.97 346.64 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +981.97 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +981.97 336.08 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +981.97 330.79 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +981.97 325.51 65.13 5.28 r p2 +/bg { 0.8078 0.8078 1 srgb } def +981.97 320.23 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +981.97 314.95 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +981.97 309.67 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +981.97 304.38 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +981.97 299.10 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +981.97 293.82 65.13 5.28 r p2 +/bg { 0.7647 0.7647 1 srgb } def +981.97 288.54 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +981.97 283.26 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +981.97 277.98 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +981.97 272.69 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +981.97 267.41 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +981.97 262.13 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +981.97 256.85 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +981.97 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +981.97 246.28 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 241.00 65.13 5.28 r p2 +/bg { 0.9647 0.9647 1 srgb } def +981.97 235.72 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 230.44 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +981.97 225.16 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +981.97 219.87 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +981.97 214.59 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +981.97 209.31 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +981.97 204.03 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +981.97 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +981.97 193.46 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +981.97 188.18 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +981.97 182.90 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +981.97 177.62 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +981.97 172.34 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +981.97 167.05 65.13 5.28 r p2 +/bg { 1 0.5725 0.5725 srgb } def +981.97 161.77 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +981.97 156.49 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +981.97 151.21 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +981.97 145.93 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +981.97 140.64 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +981.97 135.36 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +981.97 130.08 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 441.72 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1047.10 436.43 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1047.10 431.15 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1047.10 425.87 65.13 5.28 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1047.10 420.59 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1047.10 415.31 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1047.10 410.02 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1047.10 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 399.46 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1047.10 394.18 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 388.90 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1047.10 383.61 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1047.10 378.33 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1047.10 373.05 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1047.10 367.77 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1047.10 362.49 65.13 5.28 r p2 +1047.10 357.20 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1047.10 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1047.10 346.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1047.10 341.36 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1047.10 336.08 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1047.10 330.79 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1047.10 325.51 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1047.10 320.23 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1047.10 314.95 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1047.10 309.67 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1047.10 304.38 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1047.10 299.10 65.13 5.28 r p2 +1047.10 293.82 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1047.10 288.54 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1047.10 283.26 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1047.10 277.98 65.13 5.28 r p2 +1047.10 272.69 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 267.41 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1047.10 262.13 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1047.10 256.85 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 251.57 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1047.10 246.28 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1047.10 241.00 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1047.10 235.72 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1047.10 230.44 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1047.10 225.16 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1047.10 219.87 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 214.59 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1047.10 209.31 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1047.10 204.03 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1047.10 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1047.10 193.46 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1047.10 188.18 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1047.10 182.90 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1047.10 177.62 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1047.10 172.34 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1047.10 167.05 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1047.10 161.77 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1047.10 156.49 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1047.10 151.21 65.13 5.28 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1047.10 145.93 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1047.10 140.64 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1047.10 135.36 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1047.10 130.08 65.13 5.28 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1112.23 441.72 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1112.23 436.43 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 431.15 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1112.23 425.87 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1112.23 420.59 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1112.23 415.31 65.13 5.28 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1112.23 410.02 65.13 5.28 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1112.23 404.74 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1112.23 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1112.23 394.18 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1112.23 388.90 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1112.23 383.61 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1112.23 378.33 65.13 5.28 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1112.23 373.05 65.13 5.28 r p2 +1112.23 367.77 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1112.23 362.49 65.13 5.28 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1112.23 357.20 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1112.23 351.92 65.13 5.28 r p2 +1112.23 346.64 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1112.23 341.36 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1112.23 336.08 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1112.23 330.79 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1112.23 325.51 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1112.23 320.23 65.13 5.28 r p2 +1112.23 314.95 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1112.23 309.67 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1112.23 304.38 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1112.23 299.10 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1112.23 293.82 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1112.23 288.54 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1112.23 283.26 65.13 5.28 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1112.23 277.98 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1112.23 272.69 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1112.23 267.41 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1112.23 262.13 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1112.23 256.85 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1112.23 251.57 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1112.23 246.28 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1112.23 241.00 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1112.23 235.72 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1112.23 230.44 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1112.23 225.16 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1112.23 219.87 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1112.23 214.59 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1112.23 209.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1112.23 204.03 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1112.23 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1112.23 193.46 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1112.23 188.18 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1112.23 182.90 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1112.23 177.62 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1112.23 172.34 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1112.23 167.05 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1112.23 161.77 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1112.23 156.49 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1112.23 151.21 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1112.23 145.93 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1112.23 140.64 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1112.23 135.36 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1112.23 130.08 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1177.36 441.72 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1177.36 436.43 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1177.36 431.15 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1177.36 425.87 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 420.59 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1177.36 415.31 65.13 5.28 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1177.36 410.02 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1177.36 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1177.36 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1177.36 394.18 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1177.36 388.90 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 383.61 65.13 5.28 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1177.36 378.33 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1177.36 373.05 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1177.36 367.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1177.36 362.49 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1177.36 357.20 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1177.36 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1177.36 346.64 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1177.36 341.36 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1177.36 336.08 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1177.36 330.79 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1177.36 325.51 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1177.36 320.23 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1177.36 314.95 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1177.36 309.67 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1177.36 304.38 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1177.36 299.10 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1177.36 293.82 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1177.36 288.54 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1177.36 283.26 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1177.36 277.98 65.13 5.28 r p2 +1177.36 272.69 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1177.36 267.41 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1177.36 262.13 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1177.36 256.85 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1177.36 251.57 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 246.28 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1177.36 241.00 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1177.36 235.72 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1177.36 230.44 65.13 5.28 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1177.36 225.16 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1177.36 219.87 65.13 5.28 r p2 +1177.36 214.59 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1177.36 209.31 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 204.03 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1177.36 198.75 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1177.36 193.46 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1177.36 188.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1177.36 182.90 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1177.36 177.62 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1177.36 172.34 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1177.36 167.05 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1177.36 161.77 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1177.36 156.49 65.13 5.28 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1177.36 151.21 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1177.36 145.93 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1177.36 140.64 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1177.36 135.36 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1177.36 130.08 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1242.49 441.72 65.13 5.28 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1242.49 436.43 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1242.49 431.15 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1242.49 425.87 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1242.49 420.59 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1242.49 415.31 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1242.49 410.02 65.13 5.28 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1242.49 404.74 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1242.49 399.46 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1242.49 394.18 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1242.49 388.90 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1242.49 383.61 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1242.49 378.33 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1242.49 373.05 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1242.49 367.77 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1242.49 362.49 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1242.49 357.20 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1242.49 346.64 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1242.49 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1242.49 336.08 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1242.49 330.79 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1242.49 325.51 65.13 5.28 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1242.49 320.23 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1242.49 314.95 65.13 5.28 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1242.49 309.67 65.13 5.28 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1242.49 304.38 65.13 5.28 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1242.49 299.10 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1242.49 293.82 65.13 5.28 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1242.49 288.54 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1242.49 283.26 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1242.49 277.98 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 272.69 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1242.49 267.41 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1242.49 262.13 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1242.49 256.85 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1242.49 251.57 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1242.49 246.28 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1242.49 241.00 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1242.49 235.72 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1242.49 230.44 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 225.16 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1242.49 219.87 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1242.49 214.59 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1242.49 209.31 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1242.49 204.03 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1242.49 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1242.49 193.46 65.13 5.28 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1242.49 188.18 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1242.49 182.90 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1242.49 177.62 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1242.49 172.34 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1242.49 167.05 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1242.49 161.77 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1242.49 156.49 65.13 5.28 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1242.49 151.21 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1242.49 145.93 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1242.49 140.64 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1242.49 135.36 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1242.49 130.08 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1307.62 441.72 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1307.62 436.43 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1307.62 431.15 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1307.62 425.87 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1307.62 420.59 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1307.62 415.31 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1307.62 410.02 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1307.62 404.74 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1307.62 399.46 65.13 5.28 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1307.62 394.18 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1307.62 388.90 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1307.62 383.61 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1307.62 378.33 65.13 5.28 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1307.62 373.05 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1307.62 367.77 65.13 5.28 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1307.62 362.49 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1307.62 357.20 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1307.62 351.92 65.13 5.28 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1307.62 346.64 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1307.62 341.36 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1307.62 336.08 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1307.62 330.79 65.13 5.28 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1307.62 325.51 65.13 5.28 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1307.62 320.23 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1307.62 314.95 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1307.62 309.67 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1307.62 304.38 65.13 5.28 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1307.62 299.10 65.13 5.28 r p2 +1307.62 293.82 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1307.62 288.54 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1307.62 283.26 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1307.62 277.98 65.13 5.28 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1307.62 272.69 65.13 5.28 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1307.62 267.41 65.13 5.28 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1307.62 262.13 65.13 5.28 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1307.62 256.85 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1307.62 251.57 65.13 5.28 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1307.62 246.28 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1307.62 241.00 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1307.62 235.72 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1307.62 230.44 65.13 5.28 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1307.62 225.16 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1307.62 219.87 65.13 5.28 r p2 +1307.62 214.59 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1307.62 209.31 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1307.62 204.03 65.13 5.28 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1307.62 198.75 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1307.62 193.46 65.13 5.28 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1307.62 188.18 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1307.62 182.90 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1307.62 177.62 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1307.62 172.34 65.13 5.28 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1307.62 167.05 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1307.62 161.77 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1307.62 156.49 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1307.62 151.21 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1307.62 145.93 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1307.62 140.64 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1307.62 135.36 65.13 5.28 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1307.62 130.08 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1372.75 441.72 65.13 5.28 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1372.75 436.43 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 431.15 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1372.75 425.87 65.13 5.28 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1372.75 420.59 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1372.75 415.31 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1372.75 410.02 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1372.75 404.74 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1372.75 399.46 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 394.18 65.13 5.28 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1372.75 388.90 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1372.75 383.61 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 378.33 65.13 5.28 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1372.75 373.05 65.13 5.28 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1372.75 367.77 65.13 5.28 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1372.75 362.49 65.13 5.28 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1372.75 357.20 65.13 5.28 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1372.75 351.92 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1372.75 346.64 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1372.75 341.36 65.13 5.28 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1372.75 336.08 65.13 5.28 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1372.75 330.79 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1372.75 325.51 65.13 5.28 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1372.75 320.23 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1372.75 314.95 65.13 5.28 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1372.75 309.67 65.13 5.28 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1372.75 304.38 65.13 5.28 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1372.75 299.10 65.13 5.28 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1372.75 293.82 65.13 5.28 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1372.75 288.54 65.13 5.28 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1372.75 283.26 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1372.75 277.98 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1372.75 272.69 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1372.75 267.41 65.13 5.28 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1372.75 262.13 65.13 5.28 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1372.75 256.85 65.13 5.28 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1372.75 251.57 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1372.75 246.28 65.13 5.28 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1372.75 241.00 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1372.75 235.72 65.13 5.28 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1372.75 230.44 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1372.75 225.16 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1372.75 219.87 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1372.75 214.59 65.13 5.28 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1372.75 209.31 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1372.75 204.03 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1372.75 198.75 65.13 5.28 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1372.75 193.46 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1372.75 188.18 65.13 5.28 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1372.75 182.90 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1372.75 177.62 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1372.75 172.34 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1372.75 167.05 65.13 5.28 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1372.75 161.77 65.13 5.28 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1372.75 156.49 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1372.75 151.21 65.13 5.28 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1372.75 145.93 65.13 5.28 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1372.75 140.64 65.13 5.28 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1372.75 135.36 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1372.75 130.08 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 441.72 65.13 5.28 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1437.88 436.43 65.13 5.28 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1437.88 431.15 65.13 5.28 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1437.88 425.87 65.13 5.28 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1437.88 420.59 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1437.88 415.31 65.13 5.28 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1437.88 410.02 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1437.88 404.74 65.13 5.28 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1437.88 399.46 65.13 5.28 r p2 +/bg { 0 0 1 srgb } def +1437.88 394.18 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1437.88 388.90 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1437.88 383.61 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1437.88 378.33 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1437.88 373.05 65.13 5.28 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1437.88 367.77 65.13 5.28 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1437.88 362.49 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1437.88 357.20 65.13 5.28 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1437.88 351.92 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1437.88 346.64 65.13 5.28 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1437.88 341.36 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1437.88 336.08 65.13 5.28 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1437.88 330.79 65.13 5.28 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1437.88 325.51 65.13 5.28 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1437.88 320.23 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1437.88 314.95 65.13 5.28 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1437.88 309.67 65.13 5.28 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1437.88 304.38 65.13 5.28 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1437.88 299.10 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1437.88 293.82 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1437.88 288.54 65.13 5.28 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1437.88 283.26 65.13 5.28 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1437.88 277.98 65.13 5.28 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1437.88 272.69 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1437.88 267.41 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1437.88 262.13 65.13 5.28 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1437.88 256.85 65.13 5.28 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1437.88 251.57 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 246.28 65.13 5.28 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1437.88 241.00 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1437.88 235.72 65.13 5.28 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1437.88 230.44 65.13 5.28 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1437.88 225.16 65.13 5.28 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1437.88 219.87 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 214.59 65.13 5.28 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1437.88 209.31 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1437.88 204.03 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1437.88 198.75 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1437.88 193.46 65.13 5.28 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1437.88 188.18 65.13 5.28 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1437.88 182.90 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1437.88 177.62 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1437.88 172.34 65.13 5.28 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1437.88 167.05 65.13 5.28 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1437.88 161.77 65.13 5.28 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1437.88 156.49 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1437.88 151.21 65.13 5.28 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1437.88 145.93 65.13 5.28 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1437.88 140.64 65.13 5.28 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1437.88 135.36 65.13 5.28 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1437.88 130.08 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1503.01 441.72 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 436.43 65.13 5.28 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1503.01 431.15 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 425.87 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1503.01 420.59 65.13 5.28 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1503.01 415.31 65.13 5.28 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1503.01 410.02 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 404.74 65.13 5.28 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1503.01 399.46 65.13 5.28 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1503.01 394.18 65.13 5.28 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1503.01 388.90 65.13 5.28 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1503.01 383.61 65.13 5.28 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1503.01 378.33 65.13 5.28 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1503.01 373.05 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1503.01 367.77 65.13 5.28 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1503.01 362.49 65.13 5.28 r p2 +1503.01 357.20 65.13 5.28 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1503.01 351.92 65.13 5.28 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1503.01 346.64 65.13 5.28 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1503.01 341.36 65.13 5.28 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1503.01 336.08 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1503.01 330.79 65.13 5.28 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1503.01 325.51 65.13 5.28 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1503.01 320.23 65.13 5.28 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1503.01 314.95 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1503.01 309.67 65.13 5.28 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1503.01 304.38 65.13 5.28 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1503.01 299.10 65.13 5.28 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1503.01 293.82 65.13 5.28 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1503.01 288.54 65.13 5.28 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1503.01 283.26 65.13 5.28 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1503.01 277.98 65.13 5.28 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1503.01 272.69 65.13 5.28 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1503.01 267.41 65.13 5.28 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1503.01 262.13 65.13 5.28 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1503.01 256.85 65.13 5.28 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1503.01 251.57 65.13 5.28 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1503.01 246.28 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1503.01 241.00 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1503.01 235.72 65.13 5.28 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1503.01 230.44 65.13 5.28 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1503.01 225.16 65.13 5.28 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1503.01 219.87 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 214.59 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1503.01 209.31 65.13 5.28 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1503.01 204.03 65.13 5.28 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1503.01 198.75 65.13 5.28 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1503.01 193.46 65.13 5.28 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1503.01 188.18 65.13 5.28 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1503.01 182.90 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1503.01 177.62 65.13 5.28 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1503.01 172.34 65.13 5.28 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1503.01 167.05 65.13 5.28 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1503.01 161.77 65.13 5.28 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1503.01 156.49 65.13 5.28 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1503.01 151.21 65.13 5.28 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1503.01 145.93 65.13 5.28 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1503.01 140.64 65.13 5.28 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1503.01 135.36 65.13 5.28 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1503.01 130.08 65.13 5.28 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +30.39 127.08 (Batch1_P_13) 0 270.00 t +95.52 127.08 (Batch1_P_14) 0 270.00 t +160.65 127.08 (Batch1_P_15) 0 270.00 t +225.78 127.08 (Batch1_P_20) 0 270.00 t +290.91 127.08 (Batch1_P_16) 0 270.00 t +356.04 127.08 (Batch1_P_18) 0 270.00 t +421.17 127.08 (Batch1_P_22) 0 270.00 t +486.30 127.08 (Batch1_P_23) 0 270.00 t +551.43 127.08 (Batch1_P_24) 0 270.00 t +616.57 127.08 (Batch1_P_17) 0 270.00 t +681.70 127.08 (Batch1_P_19) 0 270.00 t +746.83 127.08 (Batch1_P_21) 0 270.00 t +811.96 127.08 (Batch1_E_12) 0 270.00 t +877.09 127.08 (Batch1_E_4) 0 270.00 t +942.22 127.08 (Batch1_E_9) 0 270.00 t +1007.35 127.08 (Batch1_E_11) 0 270.00 t +1072.48 127.08 (Batch1_E_10) 0 270.00 t +1137.61 127.08 (Batch1_E_7) 0 270.00 t +1202.75 127.08 (Batch1_E_8) 0 270.00 t +1267.88 127.08 (Batch1_E_5) 0 270.00 t +1333.01 127.08 (Batch1_E_6) 0 270.00 t +1398.14 127.08 (Batch1_E_1) 0 270.00 t +1463.27 127.08 (Batch1_E_2) 0 270.00 t +1528.40 127.08 (Batch1_E_3) 0 270.00 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0.8392 0.3608 srgb } def +5.00 450.00 65.13 20.00 r p2 +70.13 450.00 65.13 20.00 r p2 +135.26 450.00 65.13 20.00 r p2 +200.39 450.00 65.13 20.00 r p2 +265.52 450.00 65.13 20.00 r p2 +330.66 450.00 65.13 20.00 r p2 +395.79 450.00 65.13 20.00 r p2 +460.92 450.00 65.13 20.00 r p2 +526.05 450.00 65.13 20.00 r p2 +591.18 450.00 65.13 20.00 r p2 +656.31 450.00 65.13 20.00 r p2 +721.44 450.00 65.13 20.00 r p2 +786.57 450.00 65.13 20.00 r p2 +851.70 450.00 65.13 20.00 r p2 +916.84 450.00 65.13 20.00 r p2 +981.97 450.00 65.13 20.00 r p2 +1047.10 450.00 65.13 20.00 r p2 +1112.23 450.00 65.13 20.00 r p2 +1177.36 450.00 65.13 20.00 r p2 +1242.49 450.00 65.13 20.00 r p2 +1307.62 450.00 65.13 20.00 r p2 +1372.75 450.00 65.13 20.00 r p2 +1437.88 450.00 65.13 20.00 r p2 +1503.01 450.00 65.13 20.00 r p2 +/bg { 0.5098 0.7176 1 srgb } def +5.00 472.00 65.13 20.00 r p2 +70.13 472.00 65.13 20.00 r p2 +135.26 472.00 65.13 20.00 r p2 +200.39 472.00 65.13 20.00 r p2 +265.52 472.00 65.13 20.00 r p2 +330.66 472.00 65.13 20.00 r p2 +395.79 472.00 65.13 20.00 r p2 +460.92 472.00 65.13 20.00 r p2 +526.05 472.00 65.13 20.00 r p2 +591.18 472.00 65.13 20.00 r p2 +656.31 472.00 65.13 20.00 r p2 +721.44 472.00 65.13 20.00 r p2 +/bg { 1 0.5725 0.5373 srgb } def +786.57 472.00 65.13 20.00 r p2 +851.70 472.00 65.13 20.00 r p2 +916.84 472.00 65.13 20.00 r p2 +981.97 472.00 65.13 20.00 r p2 +1047.10 472.00 65.13 20.00 r p2 +1112.23 472.00 65.13 20.00 r p2 +1177.36 472.00 65.13 20.00 r p2 +1242.49 472.00 65.13 20.00 r p2 +1307.62 472.00 65.13 20.00 r p2 +1372.75 472.00 65.13 20.00 r p2 +1437.88 472.00 65.13 20.00 r p2 +1503.01 472.00 65.13 20.00 r p2 +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1571.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1571.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1630.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1630.63 396.74 28.72 28.72 r p2 +/bg { 0.5098 0.7176 1 srgb } def +1630.63 368.02 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 403.92 (E) 0 0 t +1665.10 375.20 (P) 0 0 t +/Font2 findfont 20 s +1630.63 332.12 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 0 0.8392 0.3608 srgb } def +1630.63 296.22 28.72 28.72 r p2 +/Font1 findfont 20 s +1665.10 303.40 (Batch1) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +/bg { 0 0 1 srgb } def +1573.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1573.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1573.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1573.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1573.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1573.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1573.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1573.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1573.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1573.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1573.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1573.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1573.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1573.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1573.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1573.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1573.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1573.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1573.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1573.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1573.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1573.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1573.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1573.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1573.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1573.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1573.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1573.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1573.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1573.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1573.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1573.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1573.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1573.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1573.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1573.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1573.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1573.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1573.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1573.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1573.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1573.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1573.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1573.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1573.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1573.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1573.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1573.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1573.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1573.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1573.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1573.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1573.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1573.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1573.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1573.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1573.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1573.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1573.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1573.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1573.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1573.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1573.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1573.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1573.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1573.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1573.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1573.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1573.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1573.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1573.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1573.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1573.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1573.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1573.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1573.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1573.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1573.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1573.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1573.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1573.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1573.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1573.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1573.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1573.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1573.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1573.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1573.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1573.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1573.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1573.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1573.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1573.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1573.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1573.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1573.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1573.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1573.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1573.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1573.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1573.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1573.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1573.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1573.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1573.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1573.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1573.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1573.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1573.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1573.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1573.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1573.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1573.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1573.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1573.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1573.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1573.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1573.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1573.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1573.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1573.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1573.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1573.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1573.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1573.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1573.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1573.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1573.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1573.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1573.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1573.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1573.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1573.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1573.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1573.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1573.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1573.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1573.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1573.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1573.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1573.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1573.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1573.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1573.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1573.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1573.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1573.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1573.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1573.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1573.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1573.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1573.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1573.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1573.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1573.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1573.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1573.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1573.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1573.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1573.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1573.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1573.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1573.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1573.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1573.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1573.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1573.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1573.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1573.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1573.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1573.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1573.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1573.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1573.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1573.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1573.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1573.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1573.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1573.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1573.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1573.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1573.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1573.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1573.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1573.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1573.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1573.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1573.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1573.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1573.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1573.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1573.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1573.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1573.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1573.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1573.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1573.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1573.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1573.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1573.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1573.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1573.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1573.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1573.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1573.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1573.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1573.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1573.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1573.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1573.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1573.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1573.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1573.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1573.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1573.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1573.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1573.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1573.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1573.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1573.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1573.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1573.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1573.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1573.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1573.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1573.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1573.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1573.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1573.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1573.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1573.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1573.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1573.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1573.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1573.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1573.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1573.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1573.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1573.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1573.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1573.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1573.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1573.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1573.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1573.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1573.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1573.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1573.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1573.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1573.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1573.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1573.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1573.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1573.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1573.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1573.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1587.15 298.31 (-3) 0 0 t +1587.15 320.48 (-2) 0 0 t +1587.15 342.65 (-1) 0 0 t +1587.15 364.82 (0) 0 0 t +1587.15 386.99 (1) 0 0 t +1587.15 409.16 (2) 0 0 t +1587.15 431.33 (3) 0 0 t +0.00 0.00 1728.00 576.00 cl +0.00 0.00 1728.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.png b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..d68302b72a03bf199ee5d8b9279381251ed86425 Binary files /dev/null and b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.png differ diff --git a/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.ps b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..17be77cf80b0f976798dcc03fae4f6ff09701caa --- /dev/null +++ b/V1.7.4/Examples/8_Ratio_Data/Result_Figures/transformed_pca_cor.ps @@ -0,0 +1,2005 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 3456 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 1152.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1152.00 576.00 r p3 +0.00 0.00 3456.00 576.00 cl +28.47 31.91 1073.83 552.85 cl +/bg { 1 1 1 srgb } def +28.47 31.91 1045.35 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +28.47 104.89 m +1045.36 0 l +o +np +28.47 287.27 m +1045.36 0 l +o +np +28.47 469.65 m +1045.36 0 l +o +np +110.77 31.91 m +0 520.94 l +o +np +364.09 31.91 m +0 520.94 l +o +np +617.41 31.91 m +0 520.94 l +o +np +870.72 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +28.47 196.08 m +1045.36 0 l +o +np +28.47 378.46 m +1045.36 0 l +o +np +237.43 31.91 m +0 520.94 l +o +np +490.75 31.91 m +0 520.94 l +o +np +744.07 31.91 m +0 520.94 l +o +np +997.38 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +349.96 529.17 1.95 c p2 +199.93 133.33 1.95 c p2 +206.42 145.77 1.95 c p2 +144.89 63.59 1.95 c p2 +135.98 395.33 1.95 c p2 +151.16 402.06 1.95 c p2 +75.99 158.65 1.95 c p2 +138.80 186.63 1.95 c p2 +115.13 235.55 1.95 c p2 +186.09 144.51 1.95 c p2 +194.18 153.11 1.95 c p2 +99.15 76.52 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +903.28 309.40 1.95 c p2 +1008.35 352.45 1.95 c p2 +1026.31 355.77 1.95 c p2 +688.16 117.56 1.95 c p2 +722.45 180.09 1.95 c p2 +655.03 107.11 1.95 c p2 +825.32 143.42 1.95 c p2 +676.15 55.59 1.95 c p2 +820.12 140.06 1.95 c p2 +803.61 93.68 1.95 c p2 +811.79 110.77 1.95 c p2 +839.73 115.88 1.95 c p2 +0.7020 0.7020 0.7020 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +28.47 31.91 1045.35 520.94 r p1 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +23.54 192.85 (0) 1 0 t +23.54 375.23 (5) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +25.73 196.08 m +2.74 0 l +o +np +25.73 378.46 m +2.74 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +237.43 29.17 m +0 2.74 l +o +np +490.75 29.17 m +0 2.74 l +o +np +744.07 29.17 m +0 2.74 l +o +np +997.38 29.17 m +0 2.74 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +237.43 20.52 (-4) .5 0 t +490.75 20.52 (0) .5 0 t +744.07 20.52 (4) .5 0 t +997.38 20.52 (8) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +551.15 7.90 (PC1 \(49.49%\)) .5 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(19.93%\)) .5 90 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 289.22 52.53 61.32 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 335.95 (GroupID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 311.98 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 320.62 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 294.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1098.90 303.34 1.95 c p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 317.39 (E) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 300.11 (P) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1084.79 234.22 61.74 44.04 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1090.26 263.67 (BatchID) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 1 1 1 srgb } def +1090.26 239.70 17.28 17.28 r p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/bg { 0 0 0 srgb } def +1098.90 248.34 1.95 c p2 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +1113.02 245.11 (Batch1) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +28.47 561.19 (PCA of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1987.04 0.00 2620.96 576.00 cl +0.00 0.00 3456.00 576.00 cl +2069.50 69.32 2553.03 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2069.50 81.30 m +483.53 0 l +o +np +2069.50 101.28 m +483.53 0 l +o +np +2069.50 121.27 m +483.53 0 l +o +np +2069.50 141.25 m +483.53 0 l +o +np +2069.50 161.23 m +483.53 0 l +o +np +2069.50 181.21 m +483.53 0 l +o +np +2069.50 201.19 m +483.53 0 l +o +np +2069.50 221.17 m +483.53 0 l +o +np +2069.50 241.15 m +483.53 0 l +o +np +2069.50 261.13 m +483.53 0 l +o +np +2069.50 281.11 m +483.53 0 l +o +np +2069.50 301.09 m +483.53 0 l +o +np +2069.50 321.07 m +483.53 0 l +o +np +2069.50 341.05 m +483.53 0 l +o +np +2069.50 361.03 m +483.53 0 l +o +np +2069.50 381.01 m +483.53 0 l +o +np +2069.50 400.99 m +483.53 0 l +o +np +2069.50 420.97 m +483.53 0 l +o +np +2069.50 440.96 m +483.53 0 l +o +np +2069.50 460.94 m +483.53 0 l +o +np +2069.50 480.92 m +483.53 0 l +o +np +2069.50 500.90 m +483.53 0 l +o +np +2069.50 520.88 m +483.53 0 l +o +np +2069.50 540.86 m +483.53 0 l +o +np +2081.49 69.32 m +0 483.53 l +o +np +2101.47 69.32 m +0 483.53 l +o +np +2121.45 69.32 m +0 483.53 l +o +np +2141.43 69.32 m +0 483.53 l +o +np +2161.41 69.32 m +0 483.53 l +o +np +2181.39 69.32 m +0 483.53 l +o +np +2201.37 69.32 m +0 483.53 l +o +np +2221.36 69.32 m +0 483.53 l +o +np +2241.34 69.32 m +0 483.53 l +o +np +2261.32 69.32 m +0 483.53 l +o +np +2281.30 69.32 m +0 483.53 l +o +np +2301.28 69.32 m +0 483.53 l +o +np +2321.26 69.32 m +0 483.53 l +o +np +2341.24 69.32 m +0 483.53 l +o +np +2361.22 69.32 m +0 483.53 l +o +np +2381.20 69.32 m +0 483.53 l +o +np +2401.18 69.32 m +0 483.53 l +o +np +2421.16 69.32 m +0 483.53 l +o +np +2441.14 69.32 m +0 483.53 l +o +np +2461.12 69.32 m +0 483.53 l +o +np +2481.10 69.32 m +0 483.53 l +o +np +2501.08 69.32 m +0 483.53 l +o +np +2521.06 69.32 m +0 483.53 l +o +np +2541.05 69.32 m +0 483.53 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +2071.50 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2091.48 71.31 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2111.46 71.31 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2131.44 71.31 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2151.42 71.31 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2171.40 71.31 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2191.38 71.31 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2211.36 71.31 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2231.35 71.31 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2251.33 71.31 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2271.31 71.31 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2291.29 71.31 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2311.27 71.31 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2331.25 71.31 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2351.23 71.31 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2371.21 71.31 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2391.19 71.31 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2411.17 71.31 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2431.15 71.31 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2451.13 71.31 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2471.11 71.31 19.98 19.98 r p3 +2491.09 71.31 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2511.07 71.31 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 71.31 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2071.50 91.29 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2091.48 91.29 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2111.46 91.29 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2131.44 91.29 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2151.42 91.29 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2171.40 91.29 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2191.38 91.29 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2211.36 91.29 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2231.35 91.29 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2251.33 91.29 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2271.31 91.29 19.98 19.98 r p3 +2291.29 91.29 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2311.27 91.29 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2331.25 91.29 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2351.23 91.29 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2371.21 91.29 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2391.19 91.29 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2411.17 91.29 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2431.15 91.29 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2451.13 91.29 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2471.11 91.29 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2491.09 91.29 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2511.07 91.29 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 91.29 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2071.50 111.28 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2091.48 111.28 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2111.46 111.28 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2131.44 111.28 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2151.42 111.28 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2171.40 111.28 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2191.38 111.28 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2211.36 111.28 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2231.35 111.28 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2251.33 111.28 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2271.31 111.28 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2291.29 111.28 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2311.27 111.28 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2331.25 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2351.23 111.28 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2371.21 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2391.19 111.28 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2411.17 111.28 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2431.15 111.28 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2451.13 111.28 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2471.11 111.28 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2491.09 111.28 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2511.07 111.28 19.98 19.98 r p3 +2531.06 111.28 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2071.50 131.26 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2091.48 131.26 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2111.46 131.26 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2131.44 131.26 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2151.42 131.26 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2171.40 131.26 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2191.38 131.26 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2211.36 131.26 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2231.35 131.26 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2251.33 131.26 19.98 19.98 r p3 +2271.31 131.26 19.98 19.98 r p3 +2291.29 131.26 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2311.27 131.26 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2331.25 131.26 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2351.23 131.26 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2371.21 131.26 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2391.19 131.26 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2411.17 131.26 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2431.15 131.26 19.98 19.98 r p3 +2451.13 131.26 19.98 19.98 r p3 +/bg { 0.4627 0.2902 1 srgb } def +2471.11 131.26 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2491.09 131.26 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2511.07 131.26 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2531.06 131.26 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2071.50 151.24 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2091.48 151.24 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2111.46 151.24 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2131.44 151.24 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2151.42 151.24 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2171.40 151.24 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2191.38 151.24 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2211.36 151.24 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2231.35 151.24 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2251.33 151.24 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2271.31 151.24 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2291.29 151.24 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2311.27 151.24 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2331.25 151.24 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2351.23 151.24 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2371.21 151.24 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2391.19 151.24 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2411.17 151.24 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2431.15 151.24 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2451.13 151.24 19.98 19.98 r p3 +/bg { 0.4431 0.2706 1 srgb } def +2471.11 151.24 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2491.09 151.24 19.98 19.98 r p3 +2511.07 151.24 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 151.24 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2071.50 171.22 19.98 19.98 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2091.48 171.22 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2111.46 171.22 19.98 19.98 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2131.44 171.22 19.98 19.98 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2151.42 171.22 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2171.40 171.22 19.98 19.98 r p3 +/bg { 1 0.3765 0.2471 srgb } def +2191.38 171.22 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2211.36 171.22 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2231.35 171.22 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2251.33 171.22 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2271.31 171.22 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2291.29 171.22 19.98 19.98 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2311.27 171.22 19.98 19.98 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2331.25 171.22 19.98 19.98 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2351.23 171.22 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2371.21 171.22 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2391.19 171.22 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2411.17 171.22 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2431.15 171.22 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2451.13 171.22 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2471.11 171.22 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2491.09 171.22 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2511.07 171.22 19.98 19.98 r p3 +2531.06 171.22 19.98 19.98 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2071.50 191.20 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2091.48 191.20 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2111.46 191.20 19.98 19.98 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2131.44 191.20 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2151.42 191.20 19.98 19.98 r p3 +/bg { 1 0.3765 0.2471 srgb } def +2171.40 191.20 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2191.38 191.20 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2211.36 191.20 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2231.35 191.20 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2251.33 191.20 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2271.31 191.20 19.98 19.98 r p3 +2291.29 191.20 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2311.27 191.20 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2331.25 191.20 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2351.23 191.20 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2371.21 191.20 19.98 19.98 r p3 +2391.19 191.20 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2411.17 191.20 19.98 19.98 r p3 +/bg { 0.4941 0.3216 1 srgb } def +2431.15 191.20 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2451.13 191.20 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2471.11 191.20 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2491.09 191.20 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2511.07 191.20 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 191.20 19.98 19.98 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2071.50 211.18 19.98 19.98 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2091.48 211.18 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2111.46 211.18 19.98 19.98 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2131.44 211.18 19.98 19.98 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2151.42 211.18 19.98 19.98 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2171.40 211.18 19.98 19.98 r p3 +/bg { 1 0.0902 0.0314 srgb } def +2191.38 211.18 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2211.36 211.18 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2231.35 211.18 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2251.33 211.18 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2271.31 211.18 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2291.29 211.18 19.98 19.98 r p3 +/bg { 1 0.9686 0.9608 srgb } def +2311.27 211.18 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2331.25 211.18 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2351.23 211.18 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2371.21 211.18 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2391.19 211.18 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2411.17 211.18 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2431.15 211.18 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2451.13 211.18 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2471.11 211.18 19.98 19.98 r p3 +/bg { 0.4196 0.2510 1 srgb } def +2491.09 211.18 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2511.07 211.18 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2531.06 211.18 19.98 19.98 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2071.50 231.16 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2091.48 231.16 19.98 19.98 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2111.46 231.16 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2131.44 231.16 19.98 19.98 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2151.42 231.16 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2171.40 231.16 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2191.38 231.16 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2211.36 231.16 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2231.35 231.16 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2251.33 231.16 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2271.31 231.16 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2291.29 231.16 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2311.27 231.16 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2331.25 231.16 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2351.23 231.16 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2371.21 231.16 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2391.19 231.16 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2411.17 231.16 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2431.15 231.16 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2451.13 231.16 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2471.11 231.16 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2491.09 231.16 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2511.07 231.16 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 231.16 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2071.50 251.14 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2091.48 251.14 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2111.46 251.14 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 251.14 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2151.42 251.14 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2171.40 251.14 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2191.38 251.14 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2211.36 251.14 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2231.35 251.14 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2251.33 251.14 19.98 19.98 r p3 +/bg { 1 0.2118 0.1098 srgb } def +2271.31 251.14 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2291.29 251.14 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2311.27 251.14 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2331.25 251.14 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2351.23 251.14 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2371.21 251.14 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2391.19 251.14 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2411.17 251.14 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2431.15 251.14 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2451.13 251.14 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2471.11 251.14 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2491.09 251.14 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2511.07 251.14 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2531.06 251.14 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2071.50 271.12 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2091.48 271.12 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2111.46 271.12 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 271.12 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2151.42 271.12 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2171.40 271.12 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2191.38 271.12 19.98 19.98 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2211.36 271.12 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2231.35 271.12 19.98 19.98 r p3 +/bg { 1 0.2118 0.1098 srgb } def +2251.33 271.12 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2271.31 271.12 19.98 19.98 r p3 +/bg { 1 0.1804 0.0863 srgb } def +2291.29 271.12 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2311.27 271.12 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2331.25 271.12 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2351.23 271.12 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2371.21 271.12 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2391.19 271.12 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2411.17 271.12 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2431.15 271.12 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2451.13 271.12 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2471.11 271.12 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2491.09 271.12 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2511.07 271.12 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2531.06 271.12 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2071.50 291.10 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2091.48 291.10 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2111.46 291.10 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2131.44 291.10 19.98 19.98 r p3 +2151.42 291.10 19.98 19.98 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2171.40 291.10 19.98 19.98 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2191.38 291.10 19.98 19.98 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2211.36 291.10 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2231.35 291.10 19.98 19.98 r p3 +/bg { 1 0.1961 0.0980 srgb } def +2251.33 291.10 19.98 19.98 r p3 +/bg { 1 0.1804 0.0863 srgb } def +2271.31 291.10 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2291.29 291.10 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2311.27 291.10 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2331.25 291.10 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2351.23 291.10 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2371.21 291.10 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2391.19 291.10 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2411.17 291.10 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2431.15 291.10 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2451.13 291.10 19.98 19.98 r p3 +2471.11 291.10 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2491.09 291.10 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2511.07 291.10 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2531.06 291.10 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.50 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2091.48 311.08 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2111.46 311.08 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2131.44 311.08 19.98 19.98 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2151.42 311.08 19.98 19.98 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2171.40 311.08 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2191.38 311.08 19.98 19.98 r p3 +/bg { 1 0.9686 0.9608 srgb } def +2211.36 311.08 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2231.35 311.08 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2251.33 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2271.31 311.08 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2291.29 311.08 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2311.27 311.08 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2331.25 311.08 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2351.23 311.08 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2371.21 311.08 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2391.19 311.08 19.98 19.98 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2411.17 311.08 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2431.15 311.08 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2451.13 311.08 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2471.11 311.08 19.98 19.98 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2491.09 311.08 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2511.07 311.08 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2531.06 311.08 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2071.50 331.06 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2091.48 331.06 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2111.46 331.06 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2131.44 331.06 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2151.42 331.06 19.98 19.98 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2171.40 331.06 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2191.38 331.06 19.98 19.98 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2211.36 331.06 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2231.35 331.06 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2251.33 331.06 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2271.31 331.06 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2291.29 331.06 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2311.27 331.06 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2331.25 331.06 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2351.23 331.06 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2371.21 331.06 19.98 19.98 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2391.19 331.06 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2411.17 331.06 19.98 19.98 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2431.15 331.06 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2451.13 331.06 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2471.11 331.06 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2491.09 331.06 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2511.07 331.06 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2531.06 331.06 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2071.50 351.04 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2091.48 351.04 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 351.04 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2131.44 351.04 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2151.42 351.04 19.98 19.98 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2171.40 351.04 19.98 19.98 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2191.38 351.04 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2211.36 351.04 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2231.35 351.04 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2251.33 351.04 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2271.31 351.04 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2291.29 351.04 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2311.27 351.04 19.98 19.98 r p3 +/bg { 1 0.3137 0.1922 srgb } def +2331.25 351.04 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2351.23 351.04 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2371.21 351.04 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2391.19 351.04 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2411.17 351.04 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2431.15 351.04 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2451.13 351.04 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2471.11 351.04 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2491.09 351.04 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2511.07 351.04 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2531.06 351.04 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2071.50 371.02 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2091.48 371.02 19.98 19.98 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2111.46 371.02 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2131.44 371.02 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2151.42 371.02 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2171.40 371.02 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2191.38 371.02 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2211.36 371.02 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2231.35 371.02 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2251.33 371.02 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2271.31 371.02 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2291.29 371.02 19.98 19.98 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2311.27 371.02 19.98 19.98 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2331.25 371.02 19.98 19.98 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2351.23 371.02 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2371.21 371.02 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2391.19 371.02 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2411.17 371.02 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2431.15 371.02 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2451.13 371.02 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2471.11 371.02 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2491.09 371.02 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2511.07 371.02 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2531.06 371.02 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2071.50 391.00 19.98 19.98 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2091.48 391.00 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 391.00 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2131.44 391.00 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2151.42 391.00 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2171.40 391.00 19.98 19.98 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2191.38 391.00 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2211.36 391.00 19.98 19.98 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2231.35 391.00 19.98 19.98 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2251.33 391.00 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2271.31 391.00 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2291.29 391.00 19.98 19.98 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2311.27 391.00 19.98 19.98 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2331.25 391.00 19.98 19.98 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2351.23 391.00 19.98 19.98 r p3 +/bg { 1 0.5059 0.3765 srgb } def +2371.21 391.00 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2391.19 391.00 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2411.17 391.00 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2431.15 391.00 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2451.13 391.00 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2471.11 391.00 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 391.00 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2511.07 391.00 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2531.06 391.00 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2071.50 410.98 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2091.48 410.98 19.98 19.98 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2111.46 410.98 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2131.44 410.98 19.98 19.98 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2151.42 410.98 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2171.40 410.98 19.98 19.98 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2191.38 410.98 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2211.36 410.98 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2231.35 410.98 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2251.33 410.98 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2271.31 410.98 19.98 19.98 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2291.29 410.98 19.98 19.98 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2311.27 410.98 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2331.25 410.98 19.98 19.98 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2351.23 410.98 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2371.21 410.98 19.98 19.98 r p3 +/bg { 1 0.3569 0.2275 srgb } def +2391.19 410.98 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2411.17 410.98 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2431.15 410.98 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2451.13 410.98 19.98 19.98 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2471.11 410.98 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2491.09 410.98 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2511.07 410.98 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2531.06 410.98 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2071.50 430.97 19.98 19.98 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2091.48 430.97 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2111.46 430.97 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2131.44 430.97 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2151.42 430.97 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2171.40 430.97 19.98 19.98 r p3 +/bg { 0.4941 0.3216 1 srgb } def +2191.38 430.97 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2211.36 430.97 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2231.35 430.97 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2251.33 430.97 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2271.31 430.97 19.98 19.98 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2291.29 430.97 19.98 19.98 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2311.27 430.97 19.98 19.98 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2331.25 430.97 19.98 19.98 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2351.23 430.97 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2371.21 430.97 19.98 19.98 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2391.19 430.97 19.98 19.98 r p3 +/bg { 1 0.3020 0.1804 srgb } def +2411.17 430.97 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2431.15 430.97 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2451.13 430.97 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2471.11 430.97 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 430.97 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2511.07 430.97 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2531.06 430.97 19.98 19.98 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2071.50 450.95 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2091.48 450.95 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2111.46 450.95 19.98 19.98 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2131.44 450.95 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2151.42 450.95 19.98 19.98 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2171.40 450.95 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2191.38 450.95 19.98 19.98 r p3 +2211.36 450.95 19.98 19.98 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2231.35 450.95 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2251.33 450.95 19.98 19.98 r p3 +2271.31 450.95 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2291.29 450.95 19.98 19.98 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2311.27 450.95 19.98 19.98 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2331.25 450.95 19.98 19.98 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2351.23 450.95 19.98 19.98 r p3 +/bg { 1 0.4627 0.3294 srgb } def +2371.21 450.95 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2391.19 450.95 19.98 19.98 r p3 +/bg { 1 0.3255 0.2000 srgb } def +2411.17 450.95 19.98 19.98 r p3 +/bg { 1 0.2667 0.1529 srgb } def +2431.15 450.95 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2451.13 450.95 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2471.11 450.95 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2491.09 450.95 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2511.07 450.95 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2531.06 450.95 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.50 470.93 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2091.48 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2111.46 470.93 19.98 19.98 r p3 +/bg { 0.4627 0.2902 1 srgb } def +2131.44 470.93 19.98 19.98 r p3 +/bg { 0.4431 0.2706 1 srgb } def +2151.42 470.93 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2171.40 470.93 19.98 19.98 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2191.38 470.93 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2211.36 470.93 19.98 19.98 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2231.35 470.93 19.98 19.98 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2251.33 470.93 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2271.31 470.93 19.98 19.98 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2291.29 470.93 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2311.27 470.93 19.98 19.98 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2331.25 470.93 19.98 19.98 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2351.23 470.93 19.98 19.98 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2371.21 470.93 19.98 19.98 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2391.19 470.93 19.98 19.98 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2411.17 470.93 19.98 19.98 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2431.15 470.93 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2451.13 470.93 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2471.11 470.93 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2491.09 470.93 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2511.07 470.93 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2531.06 470.93 19.98 19.98 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.50 490.91 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2091.48 490.91 19.98 19.98 r p3 +/bg { 0.5059 0.3294 1 srgb } def +2111.46 490.91 19.98 19.98 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2131.44 490.91 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2151.42 490.91 19.98 19.98 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2171.40 490.91 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2191.38 490.91 19.98 19.98 r p3 +/bg { 0.4196 0.2510 1 srgb } def +2211.36 490.91 19.98 19.98 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2231.35 490.91 19.98 19.98 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2251.33 490.91 19.98 19.98 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2271.31 490.91 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2291.29 490.91 19.98 19.98 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2311.27 490.91 19.98 19.98 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2331.25 490.91 19.98 19.98 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2351.23 490.91 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2371.21 490.91 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2391.19 490.91 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2411.17 490.91 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2431.15 490.91 19.98 19.98 r p3 +2451.13 490.91 19.98 19.98 r p3 +/bg { 1 0.3882 0.2549 srgb } def +2471.11 490.91 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2491.09 490.91 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2511.07 490.91 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2531.06 490.91 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2071.50 510.89 19.98 19.98 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2091.48 510.89 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 510.89 19.98 19.98 r p3 +2131.44 510.89 19.98 19.98 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2151.42 510.89 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2171.40 510.89 19.98 19.98 r p3 +/bg { 0.5137 0.3373 1 srgb } def +2191.38 510.89 19.98 19.98 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2211.36 510.89 19.98 19.98 r p3 +/bg { 0.6431 0.4745 1 srgb } def +2231.35 510.89 19.98 19.98 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2251.33 510.89 19.98 19.98 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2271.31 510.89 19.98 19.98 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2291.29 510.89 19.98 19.98 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2311.27 510.89 19.98 19.98 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2331.25 510.89 19.98 19.98 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2351.23 510.89 19.98 19.98 r p3 +/bg { 1 0.5137 0.3843 srgb } def +2371.21 510.89 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2391.19 510.89 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2411.17 510.89 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2431.15 510.89 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2451.13 510.89 19.98 19.98 r p3 +/bg { 1 0.3961 0.2667 srgb } def +2471.11 510.89 19.98 19.98 r p3 +/bg { 1 0.4941 0.3686 srgb } def +2491.09 510.89 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2511.07 510.89 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2531.06 510.89 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2071.50 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2091.48 530.87 19.98 19.98 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2111.46 530.87 19.98 19.98 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2131.44 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2151.42 530.87 19.98 19.98 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2171.40 530.87 19.98 19.98 r p3 +/bg { 0.5765 0.4039 1 srgb } def +2191.38 530.87 19.98 19.98 r p3 +2211.36 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2231.35 530.87 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2251.33 530.87 19.98 19.98 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2271.31 530.87 19.98 19.98 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2291.29 530.87 19.98 19.98 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2311.27 530.87 19.98 19.98 r p3 +/bg { 1 0.6353 0.5255 srgb } def +2331.25 530.87 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2351.23 530.87 19.98 19.98 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2371.21 530.87 19.98 19.98 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2391.19 530.87 19.98 19.98 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2411.17 530.87 19.98 19.98 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2431.15 530.87 19.98 19.98 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2451.13 530.87 19.98 19.98 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2471.11 530.87 19.98 19.98 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2491.09 530.87 19.98 19.98 r p3 +/bg { 1 0.4078 0.2745 srgb } def +2511.07 530.87 19.98 19.98 r p3 +/bg { 1 0 0 srgb } def +2531.06 530.87 19.98 19.98 r p3 +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2064.57 77.00 (Batch1_P_16) 1 0 t +2064.57 96.98 (Batch1_P_18) 1 0 t +2064.57 116.96 (Batch1_P_17) 1 0 t +2064.57 136.94 (Batch1_P_19) 1 0 t +2064.57 156.92 (Batch1_P_21) 1 0 t +2064.57 176.90 (Batch1_P_13) 1 0 t +2064.57 196.88 (Batch1_P_14) 1 0 t +2064.57 216.86 (Batch1_P_15) 1 0 t +2064.57 236.84 (Batch1_P_20) 1 0 t +2064.57 256.82 (Batch1_P_22) 1 0 t +2064.57 276.80 (Batch1_P_23) 1 0 t +2064.57 296.78 (Batch1_P_24) 1 0 t +2064.57 316.76 (Batch1_E_1) 1 0 t +2064.57 336.74 (Batch1_E_2) 1 0 t +2064.57 356.73 (Batch1_E_3) 1 0 t +2064.57 376.71 (Batch1_E_11) 1 0 t +2064.57 396.69 (Batch1_E_12) 1 0 t +2064.57 416.67 (Batch1_E_10) 1 0 t +2064.57 436.65 (Batch1_E_7) 1 0 t +2064.57 456.63 (Batch1_E_8) 1 0 t +2064.57 476.61 (Batch1_E_4) 1 0 t +2064.57 496.59 (Batch1_E_9) 1 0 t +2064.57 516.57 (Batch1_E_5) 1 0 t +2064.57 536.55 (Batch1_E_6) 1 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +2087.58 58.29 (Batch1_P_16) 1 45.00 t +2107.56 58.29 (Batch1_P_18) 1 45.00 t +2127.54 58.29 (Batch1_P_17) 1 45.00 t +2147.53 58.29 (Batch1_P_19) 1 45.00 t +2167.51 58.29 (Batch1_P_21) 1 45.00 t +2187.49 58.29 (Batch1_P_13) 1 45.00 t +2207.47 58.29 (Batch1_P_14) 1 45.00 t +2227.45 58.29 (Batch1_P_15) 1 45.00 t +2247.43 58.29 (Batch1_P_20) 1 45.00 t +2267.41 58.29 (Batch1_P_22) 1 45.00 t +2287.39 58.29 (Batch1_P_23) 1 45.00 t +2307.37 58.29 (Batch1_P_24) 1 45.00 t +2327.35 58.29 (Batch1_E_1) 1 45.00 t +2347.33 58.29 (Batch1_E_2) 1 45.00 t +2367.31 58.29 (Batch1_E_3) 1 45.00 t +2387.29 58.29 (Batch1_E_11) 1 45.00 t +2407.27 58.29 (Batch1_E_12) 1 45.00 t +2427.25 58.29 (Batch1_E_10) 1 45.00 t +2447.23 58.29 (Batch1_E_7) 1 45.00 t +2467.22 58.29 (Batch1_E_8) 1 45.00 t +2487.20 58.29 (Batch1_E_4) 1 45.00 t +2507.18 58.29 (Batch1_E_9) 1 45.00 t +2527.16 58.29 (Batch1_E_5) 1 45.00 t +2547.14 58.29 (Batch1_E_6) 1 45.00 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +gsave +2569.47 259.98 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2592.23 256.90 (-1.0) 0 0 t +2592.23 278.42 (-0.5) 0 0 t +2592.23 299.95 (0.0) 0 0 t +2592.23 321.48 (0.5) 0 0 t +2592.23 343.01 (1.0) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2569.47 353.07 (Corr) 0 0 t +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2569.47 260.13 m +3.46 0 l +o +np +2569.47 281.65 m +3.46 0 l +o +np +2569.47 303.18 m +3.46 0 l +o +np +2569.47 324.71 m +3.46 0 l +o +np +2569.47 346.24 m +3.46 0 l +o +np +2583.30 260.13 m +3.45 0 l +o +np +2583.30 281.65 m +3.45 0 l +o +np +2583.30 303.18 m +3.45 0 l +o +np +2583.30 324.71 m +3.45 0 l +o +np +2583.30 346.24 m +3.45 0 l +o +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +2069.50 561.19 (P) 0 ta +-0.650 (earson Correlation of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +0.00 0.00 3456.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Data.xlsx b/V1.7.4/Examples/9_MSEA_Analysis/Data.xlsx new file mode 100755 index 0000000000000000000000000000000000000000..6c1726d7ed3a8c65c8df23c20063b0a6ffa102de Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Data.xlsx differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result.xlsx b/V1.7.4/Examples/9_MSEA_Analysis/Result.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..5823004964e7b7a849726dfc9112833c97e2a2e1 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result.xlsx differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.png new file mode 100644 index 0000000000000000000000000000000000000000..e417566b5313e5eae7d98eff251faa30e6c83ead Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.ps new file mode 100644 index 0000000000000000000000000000000000000000..e47daf06bd44732b0e502ece2f0f37868229d254 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_B_volcano.ps @@ -0,0 +1,487 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 504.00 504.00 r p3 +0.00 0.00 504.00 504.00 cl +28.47 31.91 498.52 480.85 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +28.47 31.91 470.05 448.94 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +28.47 106.45 m +470.05 0 l +o +np +28.47 215.54 m +470.05 0 l +o +np +28.47 324.62 m +470.05 0 l +o +np +28.47 433.70 m +470.05 0 l +o +np +95.74 31.91 m +0 448.94 l +o +np +211.24 31.91 m +0 448.94 l +o +np +326.74 31.91 m +0 448.94 l +o +np +442.23 31.91 m +0 448.94 l +o +1.07 setlinewidth +[] 0 setdash +np +28.47 51.91 m +470.05 0 l +o +np +28.47 161.00 m +470.05 0 l +o +np +28.47 270.08 m +470.05 0 l +o +np +28.47 379.16 m +470.05 0 l +o +np +37.99 31.91 m +0 448.94 l +o +np +153.49 31.91 m +0 448.94 l +o +np +268.99 31.91 m +0 448.94 l +o +np +384.49 31.91 m +0 448.94 l +o +/bg { 0 0 0 srgb } def +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +367.52 280.99 1.95 c p3 +247.10 68.28 1.95 c p3 +374.99 460.44 1.95 c p3 +299.70 117.90 1.95 c p3 +395.75 107.33 1.95 c p3 +256.33 107.74 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +388.38 94.93 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +208.35 311.24 1.95 c p3 +259.97 57.87 1.95 c p3 +228.73 60.97 1.95 c p3 +271.54 52.39 1.95 c p3 +315.53 71.02 1.95 c p3 +217.65 58.47 1.95 c p3 +227.54 103.37 1.95 c p3 +303.75 190.98 1.95 c p3 +249.24 156.18 1.95 c p3 +342.23 71.02 1.95 c p3 +289.11 57.85 1.95 c p3 +329.67 175.11 1.95 c p3 +279.41 53.91 1.95 c p3 +263.23 55.14 1.95 c p3 +273.84 130.44 1.95 c p3 +183.28 87.00 1.95 c p3 +292.47 71.02 1.95 c p3 +232.77 88.49 1.95 c p3 +298.78 68.92 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +49.84 198.90 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +255.86 58.27 1.95 c p3 +259.93 56.90 1.95 c p3 +213.58 64.82 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +343.91 442.83 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +143.14 176.05 1.95 c p3 +247.99 71.02 1.95 c p3 +278.37 57.87 1.95 c p3 +128.96 138.74 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +450.57 224.57 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +250.74 150.62 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +333.27 216.39 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +477.15 276.46 1.95 c p3 +337.32 397.26 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +368.81 107.41 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +301.99 80.86 1.95 c p3 +148.41 176.05 1.95 c p3 +210.74 102.83 1.95 c p3 +264.69 53.11 1.95 c p3 +219.80 93.30 1.95 c p3 +273.60 55.14 1.95 c p3 +278.82 90.93 1.95 c p3 +277.75 198.60 1.95 c p3 +273.63 80.26 1.95 c p3 +275.73 66.63 1.95 c p3 +270.24 57.87 1.95 c p3 +272.99 72.47 1.95 c p3 +270.71 68.70 1.95 c p3 +272.89 58.79 1.95 c p3 +275.18 168.86 1.95 c p3 +329.32 115.68 1.95 c p3 +288.99 84.41 1.95 c p3 +277.20 57.87 1.95 c p3 +270.98 53.08 1.95 c p3 +295.83 71.02 1.95 c p3 +273.28 71.90 1.95 c p3 +274.83 57.69 1.95 c p3 +276.04 72.94 1.95 c p3 +257.76 94.56 1.95 c p3 +261.34 102.83 1.95 c p3 +396.63 121.61 1.95 c p3 +274.48 84.11 1.95 c p3 +279.38 90.93 1.95 c p3 +394.43 120.60 1.95 c p3 +269.22 52.36 1.95 c p3 +268.59 52.32 1.95 c p3 +281.49 93.20 1.95 c p3 +272.50 53.11 1.95 c p3 +268.82 52.36 1.95 c p3 +276.72 94.30 1.95 c p3 +264.04 90.93 1.95 c p3 +297.74 83.97 1.95 c p3 +330.96 101.46 1.95 c p3 +265.40 52.36 1.95 c p3 +185.26 122.22 1.95 c p3 +300.94 111.87 1.95 c p3 +284.02 68.37 1.95 c p3 +319.16 107.74 1.95 c p3 +312.54 92.09 1.95 c p3 +249.86 69.74 1.95 c p3 +358.49 128.69 1.95 c p3 +248.25 208.46 1.95 c p3 +270.44 53.11 1.95 c p3 +272.63 72.47 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +146.65 139.08 1.95 c p3 +408.81 90.81 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +296.18 57.87 1.95 c p3 +291.12 56.43 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +400.05 216.39 1.95 c p3 +469.46 197.20 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +261.77 53.84 1.95 c p3 +259.25 53.84 1.95 c p3 +219.06 100.39 1.95 c p3 +316.64 193.69 1.95 c p3 +259.64 111.81 1.95 c p3 +268.57 53.15 1.95 c p3 +269.30 52.49 1.95 c p3 +276.68 86.13 1.95 c p3 +273.87 79.43 1.95 c p3 +269.83 53.60 1.95 c p3 +283.00 100.39 1.95 c p3 +/Font1 findfont 11 s +0 0 1 srgb +388.38 94.93 (HMDB0000126) 0 0 t +49.84 198.90 (HMDB0000791) 0 0 t +343.91 442.83 (HMDB0000855) 0 0 t +450.57 224.57 (HMDB0001185) 0 0 t +333.27 216.39 (HMDB0001406) 0 0 t +368.81 107.41 (HMDB0002117) 0 0 t +146.65 139.08 (HMDB0013207) 0 0 t +408.81 90.81 (HMDB0013286) 0 0 t +400.05 216.39 (HMDB0028933) 0 0 t +469.46 197.20 (HMDB0028942) 0 0 t +0.43 setlinewidth +[ 1.71 1.71] 0 setdash +0 setlinecap +np +28.47 99.22 m +470.05 0 l +o +np +326.74 31.91 m +0 448.94 l +o +np +211.24 31.91 m +0 448.94 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +23.54 48.68 (0) 1 0 t +23.54 157.76 (3) 1 0 t +23.54 266.85 (6) 1 0 t +23.54 375.93 (9) 1 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +25.73 51.91 m +2.74 0 l +o +np +25.73 161.00 m +2.74 0 l +o +np +25.73 270.08 m +2.74 0 l +o +np +25.73 379.16 m +2.74 0 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +37.99 29.17 m +0 2.74 l +o +np +153.49 29.17 m +0 2.74 l +o +np +268.99 29.17 m +0 2.74 l +o +np +384.49 29.17 m +0 2.74 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +37.99 20.52 (-4) .5 0 t +153.49 20.52 (-2) .5 0 t +268.99 20.52 (0) .5 0 t +384.49 20.52 (2) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +263.50 7.90 (Log2\(FC\)) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 192.48 (-Log10\(adjusted p-v) 90 ta +-0.275 (alue\)) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 13 s +0 0 0 srgb +28.47 489.19 (V) 0 ta +-1.040 (olcano Plot of A vs) tb +-0.195 (. B) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.png new file mode 100644 index 0000000000000000000000000000000000000000..2f5b7e1f63ef295c9d7817845b22d449764b20c8 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.ps new file mode 100644 index 0000000000000000000000000000000000000000..4feb79e6d0457cd41a3eb3401382d8784ad6b92d --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_C_volcano.ps @@ -0,0 +1,466 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 504.00 504.00 r p3 +0.00 0.00 504.00 504.00 cl +28.47 31.91 498.52 480.85 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +28.47 31.91 470.05 448.94 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +28.47 108.56 m +470.05 0 l +o +np +28.47 222.83 m +470.05 0 l +o +np +28.47 337.11 m +470.05 0 l +o +np +28.47 451.38 m +470.05 0 l +o +np +95.64 31.91 m +0 448.94 l +o +np +206.92 31.91 m +0 448.94 l +o +np +318.20 31.91 m +0 448.94 l +o +np +429.47 31.91 m +0 448.94 l +o +1.07 setlinewidth +[] 0 setdash +np +28.47 51.42 m +470.05 0 l +o +np +28.47 165.70 m +470.05 0 l +o +np +28.47 279.97 m +470.05 0 l +o +np +28.47 394.25 m +470.05 0 l +o +np +40.01 31.91 m +0 448.94 l +o +np +151.28 31.91 m +0 448.94 l +o +np +262.56 31.91 m +0 448.94 l +o +np +373.83 31.91 m +0 448.94 l +o +np +485.11 31.91 m +0 448.94 l +o +/bg { 0 0 0 srgb } def +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +366.44 254.59 1.95 c p3 +221.25 200.43 1.95 c p3 +259.42 52.67 1.95 c p3 +259.41 63.83 1.95 c p3 +272.53 101.88 1.95 c p3 +313.00 166.67 1.95 c p3 +339.85 90.37 1.95 c p3 +358.02 153.55 1.95 c p3 +265.74 52.32 1.95 c p3 +202.32 191.19 1.95 c p3 +269.77 75.95 1.95 c p3 +261.09 55.79 1.95 c p3 +361.41 99.54 1.95 c p3 +235.96 64.78 1.95 c p3 +294.37 67.93 1.95 c p3 +270.68 60.19 1.95 c p3 +265.63 120.94 1.95 c p3 +204.61 82.08 1.95 c p3 +290.83 90.48 1.95 c p3 +299.36 110.48 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +141.82 168.10 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +293.03 88.94 1.95 c p3 +220.11 123.03 1.95 c p3 +252.58 53.57 1.95 c p3 +267.26 53.67 1.95 c p3 +276.65 67.93 1.95 c p3 +229.23 111.88 1.95 c p3 +122.80 191.19 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +461.59 346.29 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +255.02 99.54 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +374.95 460.44 1.95 c p3 +411.90 199.38 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +245.77 67.93 1.95 c p3 +168.89 193.81 1.95 c p3 +139.83 254.59 1.95 c p3 +366.22 196.90 1.95 c p3 +216.09 112.40 1.95 c p3 +273.19 67.93 1.95 c p3 +267.03 68.45 1.95 c p3 +266.65 142.67 1.95 c p3 +264.32 62.58 1.95 c p3 +261.91 52.96 1.95 c p3 +266.55 104.30 1.95 c p3 +270.02 133.65 1.95 c p3 +264.00 68.55 1.95 c p3 +273.64 106.47 1.95 c p3 +265.61 125.04 1.95 c p3 +288.51 82.08 1.95 c p3 +260.33 53.80 1.95 c p3 +258.90 54.45 1.95 c p3 +256.33 59.19 1.95 c p3 +258.00 53.80 1.95 c p3 +264.75 63.83 1.95 c p3 +252.55 68.21 1.95 c p3 +267.19 68.21 1.95 c p3 +271.80 104.30 1.95 c p3 +264.72 64.61 1.95 c p3 +363.95 133.83 1.95 c p3 +257.88 90.96 1.95 c p3 +266.87 67.93 1.95 c p3 +163.33 133.65 1.95 c p3 +260.89 57.01 1.95 c p3 +255.48 60.24 1.95 c p3 +267.51 67.93 1.95 c p3 +264.66 52.96 1.95 c p3 +262.85 52.96 1.95 c p3 +249.09 193.81 1.95 c p3 +264.46 66.82 1.95 c p3 +290.12 99.54 1.95 c p3 +182.09 168.04 1.95 c p3 +306.20 60.24 1.95 c p3 +177.72 169.91 1.95 c p3 +290.00 132.59 1.95 c p3 +264.01 52.96 1.95 c p3 +285.96 75.95 1.95 c p3 +260.62 52.96 1.95 c p3 +240.90 67.93 1.95 c p3 +260.50 62.58 1.95 c p3 +244.92 107.03 1.95 c p3 +245.58 298.66 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +49.84 306.12 1.95 c p3 +295.68 59.81 1.95 c p3 +477.15 457.01 1.95 c p3 +393.55 191.19 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +195.76 131.35 1.95 c p3 +254.15 53.80 1.95 c p3 +272.99 60.19 1.95 c p3 +241.07 133.65 1.95 c p3 +250.47 191.19 1.95 c p3 +251.31 254.59 1.95 c p3 +251.65 169.91 1.95 c p3 +242.49 239.85 1.95 c p3 +250.30 199.38 1.95 c p3 +249.61 182.72 1.95 c p3 +244.20 166.94 1.95 c p3 +/Font1 findfont 11 s +0 0 1 srgb +141.82 168.10 (HMDB0000791) 0 0 t +461.59 346.29 (HMDB0001185) 0 0 t +374.95 460.44 (HMDB0001406) 0 0 t +411.90 199.38 (HMDB0002117) 0 0 t +49.84 306.12 (HMDB0013207) 0 0 t +295.68 59.81 (HMDB0013286) 0 0 t +477.15 457.01 (HMDB0028933) 0 0 t +393.55 191.19 (HMDB0028942) 0 0 t +0.43 setlinewidth +[ 1.71 1.71] 0 setdash +0 setlinecap +np +28.47 125.76 m +470.05 0 l +o +np +318.20 31.91 m +0 448.94 l +o +np +206.92 31.91 m +0 448.94 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +23.54 48.19 (0) 1 0 t +23.54 162.47 (2) 1 0 t +23.54 276.74 (4) 1 0 t +23.54 391.01 (6) 1 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +25.73 51.42 m +2.74 0 l +o +np +25.73 165.70 m +2.74 0 l +o +np +25.73 279.97 m +2.74 0 l +o +np +25.73 394.25 m +2.74 0 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +40.01 29.17 m +0 2.74 l +o +np +151.28 29.17 m +0 2.74 l +o +np +262.56 29.17 m +0 2.74 l +o +np +373.83 29.17 m +0 2.74 l +o +np +485.11 29.17 m +0 2.74 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +40.01 20.52 (-4) .5 0 t +151.28 20.52 (-2) .5 0 t +262.56 20.52 (0) .5 0 t +373.83 20.52 (2) .5 0 t +485.11 20.52 (4) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +263.50 7.90 (Log2\(FC\)) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 192.48 (-Log10\(adjusted p-v) 90 ta +-0.275 (alue\)) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 13 s +0 0 0 srgb +28.47 489.19 (V) 0 ta +-1.040 (olcano Plot of A vs) tb +-0.195 (. C) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.png new file mode 100644 index 0000000000000000000000000000000000000000..493fb61a446bd568e6629524b1385078c7ff3983 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.ps new file mode 100644 index 0000000000000000000000000000000000000000..15b7f2567b558889e6dcf28e2d6dab531268f8c8 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/A_vs_D_volcano.ps @@ -0,0 +1,476 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 504.00 504.00 r p3 +0.00 0.00 504.00 504.00 cl +35.98 31.91 498.52 480.85 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +35.98 31.91 462.54 448.94 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.98 108.28 m +462.54 0 l +o +np +35.98 222.25 m +462.54 0 l +o +np +35.98 336.21 m +462.54 0 l +o +np +35.98 450.18 m +462.54 0 l +o +np +124.70 31.91 m +0 448.94 l +o +np +238.05 31.91 m +0 448.94 l +o +np +351.40 31.91 m +0 448.94 l +o +np +464.75 31.91 m +0 448.94 l +o +1.07 setlinewidth +[] 0 setdash +np +35.98 51.30 m +462.54 0 l +o +np +35.98 165.26 m +462.54 0 l +o +np +35.98 279.23 m +462.54 0 l +o +np +35.98 393.20 m +462.54 0 l +o +np +68.03 31.91 m +0 448.94 l +o +np +181.38 31.91 m +0 448.94 l +o +np +294.73 31.91 m +0 448.94 l +o +np +408.08 31.91 m +0 448.94 l +o +/bg { 0 0 0 srgb } def +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +381.27 305.02 1.95 c p3 +244.06 118.09 1.95 c p3 +368.69 460.44 1.95 c p3 +259.73 153.07 1.95 c p3 +362.97 79.07 1.95 c p3 +266.14 248.53 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +278.28 55.52 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +215.13 454.14 1.95 c p3 +268.52 85.76 1.95 c p3 +259.58 61.83 1.95 c p3 +319.29 63.17 1.95 c p3 +264.18 56.75 1.95 c p3 +256.27 111.83 1.95 c p3 +311.67 120.93 1.95 c p3 +277.58 162.95 1.95 c p3 +255.69 70.58 1.95 c p3 +266.25 63.26 1.95 c p3 +280.69 66.10 1.95 c p3 +298.77 131.17 1.95 c p3 +218.66 87.58 1.95 c p3 +273.48 70.85 1.95 c p3 +250.60 111.95 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +57.00 254.24 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +270.45 71.06 1.95 c p3 +297.31 53.35 1.95 c p3 +232.34 70.58 1.95 c p3 +163.96 214.40 1.95 c p3 +248.80 124.83 1.95 c p3 +298.99 55.07 1.95 c p3 +118.83 197.42 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +477.50 275.30 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +289.47 71.49 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +349.35 228.58 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +458.47 275.36 1.95 c p3 +355.15 454.14 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +300.27 53.35 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +345.25 118.09 1.95 c p3 +180.21 197.42 1.95 c p3 +257.99 84.58 1.95 c p3 +280.21 60.03 1.95 c p3 +245.67 104.94 1.95 c p3 +305.93 66.10 1.95 c p3 +299.91 70.58 1.95 c p3 +301.02 176.58 1.95 c p3 +294.89 52.32 1.95 c p3 +292.91 55.23 1.95 c p3 +297.40 72.73 1.95 c p3 +299.80 87.71 1.95 c p3 +299.99 151.87 1.95 c p3 +298.09 60.12 1.95 c p3 +300.20 176.58 1.95 c p3 +359.80 143.03 1.95 c p3 +316.76 97.94 1.95 c p3 +310.03 70.58 1.95 c p3 +307.38 66.70 1.95 c p3 +317.60 70.58 1.95 c p3 +295.16 53.35 1.95 c p3 +306.29 70.41 1.95 c p3 +305.96 105.93 1.95 c p3 +304.50 96.97 1.95 c p3 +298.55 73.42 1.95 c p3 +461.57 176.58 1.95 c p3 +286.59 120.93 1.95 c p3 +301.87 78.37 1.95 c p3 +323.20 62.52 1.95 c p3 +292.79 57.44 1.95 c p3 +298.52 55.23 1.95 c p3 +312.05 134.01 1.95 c p3 +306.31 60.12 1.95 c p3 +298.35 70.84 1.95 c p3 +297.06 61.83 1.95 c p3 +304.50 175.50 1.95 c p3 +313.38 71.06 1.95 c p3 +351.62 107.79 1.95 c p3 +346.40 60.90 1.95 c p3 +150.80 228.58 1.95 c p3 +331.44 145.61 1.95 c p3 +297.09 53.53 1.95 c p3 +341.77 118.09 1.95 c p3 +340.88 107.40 1.95 c p3 +273.25 75.73 1.95 c p3 +396.65 170.12 1.95 c p3 +294.41 52.79 1.95 c p3 +301.85 63.38 1.95 c p3 +289.42 97.71 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +161.93 175.71 1.95 c p3 +321.94 56.84 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +351.17 71.06 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +444.78 288.19 1.95 c p3 +434.32 172.46 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +206.90 142.40 1.95 c p3 +199.77 115.29 1.95 c p3 +230.30 139.36 1.95 c p3 +275.40 107.79 1.95 c p3 +297.78 66.87 1.95 c p3 +295.94 60.03 1.95 c p3 +301.28 97.71 1.95 c p3 +293.34 55.92 1.95 c p3 +296.34 59.64 1.95 c p3 +297.18 61.83 1.95 c p3 +299.79 66.10 1.95 c p3 +/Font1 findfont 11 s +0 0 1 srgb +278.28 55.52 (HMDB0000126) 0 0 t +57.00 254.24 (HMDB0000791) 0 0 t +477.50 275.30 (HMDB0001185) 0 0 t +349.35 228.58 (HMDB0001406) 0 0 t +300.27 53.35 (HMDB0002117) 0 0 t +161.93 175.71 (HMDB0013207) 0 0 t +321.94 56.84 (HMDB0013286) 0 0 t +444.78 288.19 (HMDB0028933) 0 0 t +434.32 172.46 (HMDB0028942) 0 0 t +0.43 setlinewidth +[ 1.71 1.71] 0 setdash +0 setlinecap +np +35.98 110.61 m +462.54 0 l +o +np +351.40 31.91 m +0 448.94 l +o +np +238.05 31.91 m +0 448.94 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +31.05 48.07 (0.0) 1 0 t +31.05 162.03 (2.5) 1 0 t +31.05 276.00 (5.0) 1 0 t +31.05 389.97 (7.5) 1 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.24 51.30 m +2.74 0 l +o +np +33.24 165.26 m +2.74 0 l +o +np +33.24 279.23 m +2.74 0 l +o +np +33.24 393.20 m +2.74 0 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +68.03 29.17 m +0 2.74 l +o +np +181.38 29.17 m +0 2.74 l +o +np +294.73 29.17 m +0 2.74 l +o +np +408.08 29.17 m +0 2.74 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +68.03 20.52 (-4) .5 0 t +181.38 20.52 (-2) .5 0 t +294.73 20.52 (0) .5 0 t +408.08 20.52 (2) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +267.25 7.90 (Log2\(FC\)) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 192.48 (-Log10\(adjusted p-v) 90 ta +-0.275 (alue\)) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 13 s +0 0 0 srgb +35.98 489.19 (V) 0 ta +-1.040 (olcano Plot of A vs) tb +-0.195 (. D) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.png new file mode 100644 index 0000000000000000000000000000000000000000..8c7e5826f65b53f33cb2dfe0fe07610de8e8a031 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.ps new file mode 100644 index 0000000000000000000000000000000000000000..ea100e118190fb88bb22587a1411545392d8d369 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/C_vs_D_volcano.ps @@ -0,0 +1,511 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 504.00 504.00 r p3 +0.00 0.00 504.00 504.00 cl +35.98 31.91 498.52 480.85 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +35.98 31.91 462.54 448.94 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.98 106.89 m +462.54 0 l +o +np +35.98 217.02 m +462.54 0 l +o +np +35.98 327.14 m +462.54 0 l +o +np +35.98 437.27 m +462.54 0 l +o +np +76.44 31.91 m +0 448.94 l +o +np +150.86 31.91 m +0 448.94 l +o +np +225.28 31.91 m +0 448.94 l +o +np +299.70 31.91 m +0 448.94 l +o +np +374.12 31.91 m +0 448.94 l +o +np +448.54 31.91 m +0 448.94 l +o +1.07 setlinewidth +[] 0 setdash +np +35.98 51.83 m +462.54 0 l +o +np +35.98 161.95 m +462.54 0 l +o +np +35.98 272.08 m +462.54 0 l +o +np +35.98 382.20 m +462.54 0 l +o +np +39.22 31.91 m +0 448.94 l +o +np +113.65 31.91 m +0 448.94 l +o +np +188.07 31.91 m +0 448.94 l +o +np +262.49 31.91 m +0 448.94 l +o +np +336.91 31.91 m +0 448.94 l +o +np +411.33 31.91 m +0 448.94 l +o +np +485.75 31.91 m +0 448.94 l +o +/bg { 0 0 0 srgb } def +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +376.13 297.00 1.95 c p3 +57.00 291.73 1.95 c p3 +359.61 460.44 1.95 c p3 +271.79 62.17 1.95 c p3 +356.31 81.64 1.95 c p3 +229.17 217.63 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +202.17 64.80 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +144.63 460.44 1.95 c p3 +160.60 197.76 1.95 c p3 +112.95 105.89 1.95 c p3 +167.05 105.91 1.95 c p3 +218.12 57.59 1.95 c p3 +292.56 78.67 1.95 c p3 +275.08 81.64 1.95 c p3 +241.93 151.80 1.95 c p3 +113.71 97.46 1.95 c p3 +246.80 55.85 1.95 c p3 +182.54 85.15 1.95 c p3 +233.19 78.61 1.95 c p3 +263.68 61.03 1.95 c p3 +240.10 56.79 1.95 c p3 +196.77 121.31 1.95 c p3 +155.32 188.80 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +111.82 138.22 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +189.85 120.75 1.95 c p3 +322.65 113.82 1.95 c p3 +193.91 65.37 1.95 c p3 +84.48 215.44 1.95 c p3 +183.34 159.48 1.95 c p3 +312.66 109.22 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +236.26 63.19 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +265.67 59.75 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +183.87 235.15 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +477.50 268.33 1.95 c p3 +341.83 441.09 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +70.01 172.24 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +351.29 151.80 1.95 c p3 +237.40 63.51 1.95 c p3 +378.40 167.51 1.95 c p3 +104.77 194.05 1.95 c p3 +260.22 52.55 1.95 c p3 +262.97 52.32 1.95 c p3 +263.31 52.74 1.95 c p3 +265.28 78.67 1.95 c p3 +260.35 59.75 1.95 c p3 +260.97 53.40 1.95 c p3 +260.66 60.87 1.95 c p3 +259.17 64.61 1.95 c p3 +267.47 115.37 1.95 c p3 +252.09 77.94 1.95 c p3 +265.59 91.09 1.95 c p3 +313.22 95.91 1.95 c p3 +294.40 105.89 1.95 c p3 +287.48 77.94 1.95 c p3 +287.43 78.47 1.95 c p3 +298.62 76.06 1.95 c p3 +260.14 59.75 1.95 c p3 +291.06 97.74 1.95 c p3 +271.03 75.89 1.95 c p3 +262.96 52.55 1.95 c p3 +264.62 59.75 1.95 c p3 +345.95 84.32 1.95 c p3 +258.06 70.57 1.95 c p3 +266.10 59.75 1.95 c p3 +432.61 146.56 1.95 c p3 +262.17 52.55 1.95 c p3 +276.94 64.16 1.95 c p3 +278.61 103.00 1.95 c p3 +274.89 58.46 1.95 c p3 +266.86 69.21 1.95 c p3 +283.57 194.05 1.95 c p3 +272.78 146.56 1.95 c p3 +250.11 59.75 1.95 c p3 +444.83 218.82 1.95 c p3 +271.96 52.55 1.95 c p3 +186.98 105.91 1.95 c p3 +273.99 63.51 1.95 c p3 +263.64 52.55 1.95 c p3 +367.27 186.47 1.95 c p3 +291.79 70.43 1.95 c p3 +236.87 74.09 1.95 c p3 +425.28 195.43 1.95 c p3 +264.83 59.75 1.95 c p3 +295.44 123.71 1.95 c p3 +278.24 189.18 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +372.65 119.22 1.95 c p3 +253.91 52.55 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +331.18 69.99 1.95 c p3 +/bg { 0 0 1 srgb } def +0 0 1 srgb +172.48 152.09 1.95 c p3 +270.58 53.40 1.95 c p3 +/bg { 0 0 0 srgb } def +0 0 0 srgb +236.51 62.27 1.95 c p3 +149.05 106.46 1.95 c p3 +163.94 159.48 1.95 c p3 +265.84 55.47 1.95 c p3 +282.66 194.46 1.95 c p3 +279.12 229.41 1.95 c p3 +285.67 215.06 1.95 c p3 +287.51 194.05 1.95 c p3 +280.99 194.05 1.95 c p3 +283.02 183.99 1.95 c p3 +293.69 177.81 1.95 c p3 +/Font1 findfont 11 s +0 0 1 srgb +202.17 64.80 (HMDB0000126) 0 0 t +111.82 138.22 (HMDB0000791) 0 0 t +236.26 63.19 (HMDB0001185) 0 0 t +183.87 235.15 (HMDB0001406) 0 0 t +70.01 172.24 (HMDB0002117) 0 0 t +372.65 119.22 (HMDB0013207) 0 0 t +253.91 52.55 (HMDB0013286) 0 0 t +172.48 152.09 (HMDB0028933) 0 0 t +270.58 53.40 (HMDB0028942) 0 0 t +0.43 setlinewidth +[ 1.71 1.71] 0 setdash +0 setlinecap +np +35.98 109.14 m +462.54 0 l +o +np +336.91 31.91 m +0 448.94 l +o +np +188.07 31.91 m +0 448.94 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +31.05 48.60 (0.0) 1 0 t +31.05 158.72 (2.5) 1 0 t +31.05 268.85 (5.0) 1 0 t +31.05 378.97 (7.5) 1 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.24 51.83 m +2.74 0 l +o +np +33.24 161.95 m +2.74 0 l +o +np +33.24 272.08 m +2.74 0 l +o +np +33.24 382.20 m +2.74 0 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +39.22 29.17 m +0 2.74 l +o +np +113.65 29.17 m +0 2.74 l +o +np +188.07 29.17 m +0 2.74 l +o +np +262.49 29.17 m +0 2.74 l +o +np +336.91 29.17 m +0 2.74 l +o +np +411.33 29.17 m +0 2.74 l +o +np +485.75 29.17 m +0 2.74 l +o +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +39.22 20.52 (-3) .5 0 t +113.65 20.52 (-2) .5 0 t +188.07 20.52 (-1) .5 0 t +262.49 20.52 (0) .5 0 t +336.91 20.52 (1) .5 0 t +411.33 20.52 (2) .5 0 t +485.75 20.52 (3) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +267.25 7.90 (Log2\(FC\)) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 192.48 (-Log10\(adjusted p-v) 90 ta +-0.275 (alue\)) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +/Font1 findfont 13 s +0 0 0 srgb +35.98 489.19 (V) 0 ta +-1.040 (olcano Plot of C vs) tb +-0.195 (. D) tb gr +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.png new file mode 100644 index 0000000000000000000000000000000000000000..6d1e5c5d4055b4c2be8dd07107a5a248da5e9f2e Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.ps new file mode 100644 index 0000000000000000000000000000000000000000..4226fd21679f2bd789ed12b744668c44f4a44891 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_1.ps @@ -0,0 +1,3149 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +425.42 283.20 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +438.62 278.89 (Batch1_A_1) 0 0 t +0.00 0.00 504.00 504.00 cl +1 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +425.42 267.60 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +438.62 263.29 (Batch1_A_2) 0 0 t +0.00 0.00 504.00 504.00 cl +0 0 1 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +425.42 252.00 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +438.62 247.69 (Batch1_A_3) 0 0 t +0.00 0.00 504.00 504.00 cl +1 0.6471 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +425.42 236.40 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +438.62 232.09 (Batch1_A_4) 0 0 t +0.00 0.00 504.00 504.00 cl +0 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +425.42 220.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +438.62 216.49 (Batch1_A_5) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 51.75 124.52 m +-3.53 4.82 l +-3.37 4.92 l +-3.21 5.03 l +-3.06 5.13 l +-2.89 5.22 l +-2.73 5.31 l +-2.55 5.39 l +-2.39 5.48 l +-2.21 5.54 l +-2.03 5.61 l +-1.86 5.67 l +-1.68 5.73 l +-1.49 5.78 l +-1.32 5.82 l +-1.12 5.86 l +-0.94 5.90 l +-0.76 5.92 l +-0.57 5.94 l +-0.38 5.95 l +-0.19 5.97 l +0 5.97 l +0.18 5.96 l +0.37 5.96 l +0.33 3.44 l +-0.05 1.64 l +-0.01 6.08 l +0.19 6.09 l +0.38 6.07 l +0.57 6.06 l +0.77 6.04 l +0.95 6.01 l +1.14 5.98 l +1.33 5.94 l +1.52 5.90 l +1.70 5.84 l +1.89 5.79 l +2.07 5.72 l +2.24 5.66 l +2.43 5.58 l +2.60 5.51 l +2.77 5.41 l +2.95 5.33 l +3.10 5.24 l +3.28 5.13 l +3.43 5.02 l +0.66 0.91 l +-0.57 -0.65 l +-3.82 -4.59 l +-3.68 -4.71 l +-3.53 -4.83 l +-3.37 -4.94 l +-3.21 -5.04 l +-3.05 -5.13 l +-2.89 -5.24 l +-2.73 -5.32 l +-2.55 -5.40 l +-2.38 -5.48 l +-2.21 -5.56 l +-2.03 -5.62 l +-1.85 -5.68 l +-1.67 -5.74 l +-1.49 -5.79 l +-1.31 -5.83 l +-1.12 -5.87 l +-0.94 -5.90 l +-0.75 -5.93 l +-0.56 -5.95 l +-0.37 -5.97 l +-0.19 -5.97 l +0.01 -5.98 l +0.19 -5.97 l +0.38 -5.97 l +0.57 -5.95 l +0.76 -5.93 l +0.94 -5.90 l +1.13 -5.87 l +1.31 -5.83 l +1.50 -5.78 l +1.68 -5.74 l +1.86 -5.68 l +2.04 -5.62 l +2.21 -5.55 l +2.39 -5.48 l +2.56 -5.40 l +2.73 -5.32 l +2.89 -5.23 l +3.06 -5.13 l +3.22 -5.04 l +3.38 -4.93 l +3.53 -4.82 l +3.68 -4.71 l +3.83 -4.59 l +3.97 -4.46 l +0.55 -0.58 l +cp +p1 +np + 207.08 49.63 m +5.96 0.23 l +5.96 0.43 l +5.93 0.62 l +5.92 0.80 l +5.88 0.99 l +5.86 1.17 l +5.81 1.36 l +5.76 1.54 l +5.72 1.72 l +5.66 1.90 l +5.59 2.08 l +5.53 2.26 l +5.45 2.43 l +5.37 2.60 l +5.29 2.76 l +5.20 2.94 l +5.10 3.09 l +5.00 3.26 l +4.90 3.41 l +3.33 2.47 l +-2.85 -1.85 l +-5.06 -3.07 l +-5.14 -2.90 l +-5.24 -2.74 l +-5.32 -2.58 l +-5.40 -2.40 l +-5.47 -2.23 l +-5.55 -2.06 l +-5.60 -1.89 l +-5.66 -1.70 l +-5.71 -1.53 l +-5.76 -1.34 l +-5.79 -1.16 l +-5.83 -0.98 l +-5.86 -0.80 l +-5.88 -0.61 l +-5.89 -0.42 l +-5.91 -0.24 l +-5.91 -0.05 l +-5.91 0.14 l +-5.90 0.32 l +-5.89 0.51 l +-5.87 0.70 l +-5.85 0.88 l +-5.81 1.06 l +-3.30 0.71 l +-5.87 0.70 l +-5.91 0.89 l +-5.88 1.07 l +-5.85 1.26 l +-5.79 1.45 l +-5.76 1.62 l +-5.69 1.81 l +-5.64 1.99 l +-5.57 2.16 l +-5.50 2.34 l +-5.43 2.51 l +-5.34 2.68 l +-5.25 2.85 l +-5.17 3.01 l +-5.06 3.17 l +-4.96 3.34 l +-4.86 3.48 l +-4.74 3.64 l +-4.62 3.79 l +-4.50 3.93 l +-4.38 4.07 l +-4.25 4.21 l +-3.56 3.76 l +1.07 -1.37 l +3.82 -4.58 l +3.97 -4.46 l +4.10 -4.33 l +4.24 -4.20 l +4.37 -4.07 l +4.50 -3.92 l +4.62 -3.79 l +4.73 -3.63 l +4.85 -3.48 l +4.95 -3.33 l +5.06 -3.17 l +5.16 -3.01 l +5.24 -2.84 l +5.34 -2.68 l +5.41 -2.50 l +5.50 -2.34 l +5.56 -2.16 l +5.63 -1.98 l +5.69 -1.81 l +5.74 -1.62 l +5.79 -1.45 l +5.84 -1.25 l +5.87 -1.08 l +5.90 -0.89 l +5.93 -0.70 l +5.94 -0.51 l +5.96 -0.33 l +5.97 -0.14 l +cp +p1 +np + 399.75 267.85 m +-0.29 6.08 l +-0.49 6.06 l +-0.67 6.05 l +-0.87 6.03 l +-1.05 5.99 l +-1.25 5.96 l +-1.43 5.92 l +-1.62 5.87 l +-1.80 5.81 l +-1.98 5.75 l +-2.17 5.69 l +-2.34 5.62 l +-2.52 5.54 l +-2.70 5.46 l +-2.86 5.37 l +-3.03 5.28 l +-3.20 5.18 l +-3.36 5.07 l +-3.52 4.97 l +-3.67 4.85 l +-3.83 4.74 l +-3.97 4.61 l +-4.12 4.48 l +-4.25 4.35 l +-4.39 4.22 l +-4.52 4.08 l +-4.65 3.93 l +-4.77 3.78 l +-4.89 3.63 l +-5.00 3.47 l +-5.10 3.31 l +-5.21 3.15 l +-5.31 2.99 l +-5.39 2.81 l +-5.49 2.65 l +-5.56 2.47 l +-5.64 2.29 l +-5.71 2.11 l +-5.77 1.93 l +-5.83 1.75 l +-5.88 1.57 l +-5.93 1.37 l +-5.97 1.19 l +-6.00 1.00 l +-6.04 0.81 l +-6.05 0.62 l +-6.07 0.43 l +-6.09 0.24 l +-6.08 0.04 l +-6.09 -0.14 l +-6.07 -0.34 l +-6.07 -0.54 l +-6.04 -0.72 l +-6.02 -0.91 l +-5.99 -1.10 l +-5.94 -1.30 l +-5.91 -1.47 l +-5.85 -1.67 l +-5.80 -1.85 l +-5.74 -2.03 l +-5.67 -2.21 l +-5.60 -2.38 l +-5.52 -2.57 l +-5.44 -2.74 l +-5.35 -2.90 l +-5.25 -3.08 l +-5.15 -3.24 l +-5.05 -3.39 l +-4.94 -3.56 l +-4.83 -3.71 l +-4.70 -3.87 l +-4.58 -4.00 l +-4.45 -4.16 l +-4.32 -4.29 l +-4.18 -4.42 l +-4.04 -4.55 l +-3.90 -4.68 l +-3.74 -4.80 l +-2.93 -4.01 l +3.39 3.82 l +4.11 4.35 l +4.24 4.21 l +4.37 4.08 l +4.50 3.93 l +4.62 3.79 l +4.74 3.65 l +4.85 3.49 l +4.95 3.34 l +5.06 3.18 l +5.16 3.02 l +5.25 2.85 l +5.34 2.69 l +5.42 2.52 l +5.50 2.34 l +5.57 2.17 l +5.63 2.00 l +5.70 1.81 l +5.75 1.64 l +5.80 1.45 l +156.05 435.39 lineto +5.88 1.08 l +5.90 0.89 l +5.94 0.71 l +5.95 0.53 l +5.97 0.33 l +5.98 0.15 l +5.97 -0.05 l +5.97 -0.23 l +5.97 -0.42 l +5.94 -0.61 l +5.93 -0.80 l +5.89 -0.98 l +5.31 -1.05 l +3.87 -0.53 l +5.82 -0.96 l +5.78 -1.16 l +5.74 -1.33 l +5.70 -1.52 l +5.65 -1.69 l +5.59 -1.87 l +5.53 -2.05 l +5.46 -2.22 l +5.38 -2.39 l +5.31 -2.56 l +5.23 -2.73 l +5.14 -2.89 l +5.04 -3.05 l +4.95 -3.21 l +4.84 -3.36 l +4.73 -3.52 l +4.62 -3.66 l +4.50 -3.80 l +4.38 -3.95 l +2.55 -2.44 l +2.89 -2.61 l +4.26 -4.09 l +4.13 -4.23 l +4.00 -4.35 l +3.86 -4.48 l +3.71 -4.60 l +3.57 -4.71 l +3.42 -4.83 l +3.26 -4.93 l +3.11 -5.03 l +2.94 -5.12 l +2.78 -5.22 l +2.62 -5.30 l +2.45 -5.38 l +2.27 -5.45 l +2.10 -5.53 l +1.93 -5.58 l +1.75 -5.65 l +1.57 -5.70 l +1.39 -5.74 l +1.21 -5.79 l +1.03 -5.82 l +0.84 -5.85 l +0.23 -2.08 l +cp +p1 +np + 318.40 89.06 m +4.85 3.38 l +4.74 3.53 l +4.63 3.68 l +4.51 3.82 l +4.39 3.97 l +4.26 4.09 l +4.12 4.24 l +4.00 4.36 l +3.85 4.48 l +3.71 4.60 l +3.56 4.72 l +3.41 4.83 l +3.25 4.93 l +3.10 5.03 l +2.94 5.13 l +2.78 5.22 l +2.61 5.31 l +2.44 5.38 l +2.27 5.46 l +2.09 5.52 l +1.92 5.59 l +1.75 5.65 l +1.56 5.70 l +1.38 5.75 l +1.21 5.79 l +1.01 5.82 l +0.84 5.85 l +0.64 5.88 l +0.47 5.89 l +0.27 5.91 l +0.09 5.91 l +-0.09 5.91 l +-0.29 5.90 l +-0.47 5.89 l +-0.42 3.80 l +0.07 -4.22 l +-0.09 -6.09 l +-0.29 -6.08 l +-0.47 -6.06 l +-0.67 -6.05 l +-0.86 -6.03 l +-1.05 -6.00 l +-1.24 -5.96 l +-1.42 -5.91 l +-1.61 -5.87 l +-1.79 -5.82 l +-1.98 -5.76 l +-2.16 -5.69 l +-2.34 -5.62 l +-0.57 -1.26 l +-1.09 -3.54 l +-1.94 -5.64 l +-2.12 -5.58 l +-2.29 -5.51 l +-2.46 -5.44 l +-2.64 -5.36 l +-2.80 -5.27 l +-2.97 -5.17 l +-3.13 -5.09 l +-3.28 -4.98 l +-3.45 -4.87 l +-3.59 -4.77 l +-3.75 -4.64 l +-3.89 -4.53 l +-4.03 -4.40 l +-4.17 -4.28 l +-4.30 -4.13 l +-4.43 -4.01 l +-4.55 -3.85 l +-4.67 -3.72 l +-1.46 -1.09 l +cp +p1 +np + 171.46 62.00 m +-5.73 1.42 l +-5.69 1.61 l +-5.64 1.79 l +-5.57 1.96 l +-5.51 2.14 l +-5.44 2.32 l +-5.37 2.48 l +-5.28 2.65 l +-5.20 2.82 l +-5.10 2.98 l +-5.01 3.14 l +-4.91 3.29 l +-4.80 3.45 l +-4.69 3.60 l +-4.57 3.74 l +-4.45 3.89 l +-4.33 4.03 l +-4.20 4.16 l +-4.07 4.29 l +-3.92 4.42 l +-3.79 4.53 l +-1.28 1.64 l +-3.42 4.10 l +-3.63 4.64 l +-0.47 0.64 l +-2.30 2.77 l +-3.75 4.79 l +-3.60 4.91 l +-3.44 5.03 l +-3.28 5.12 l +-3.12 5.23 l +-2.94 5.33 l +-2.78 5.41 l +-2.61 5.50 l +-2.43 5.58 l +-2.26 5.66 l +-2.07 5.72 l +-1.90 5.78 l +-1.71 5.84 l +-1.52 5.90 l +-1.34 5.93 l +-1.15 5.98 l +-0.96 6.01 l +-0.77 6.04 l +-0.58 6.06 l +-0.39 6.07 l +-0.14 4.45 l +-0.33 -3.44 l +-0.37 -5.96 l +-0.18 -5.96 l +0 -5.97 l +0.19 -5.97 l +0.38 -5.95 l +0.57 -5.94 l +0.76 -5.92 l +0.94 -5.90 l +1.12 -5.86 l +1.32 -5.82 l +1.49 -5.78 l +1.68 -5.73 l +1.86 -5.67 l +2.03 -5.61 l +2.21 -5.54 l +2.39 -5.48 l +2.55 -5.39 l +2.73 -5.31 l +2.89 -5.22 l +3.06 -5.13 l +3.21 -5.03 l +3.37 -4.92 l +3.53 -4.82 l +2.61 -3.33 l +3.56 -3.76 l +4.25 -4.21 l +4.38 -4.07 l +4.50 -3.93 l +4.62 -3.79 l +4.74 -3.64 l +4.86 -3.48 l +4.96 -3.34 l +5.06 -3.17 l +5.17 -3.01 l +5.25 -2.85 l +5.34 -2.68 l +5.43 -2.51 l +5.50 -2.34 l +5.57 -2.16 l +5.64 -1.99 l +5.69 -1.81 l +5.76 -1.62 l +5.79 -1.45 l +5.85 -1.26 l +5.88 -1.07 l +5.91 -0.89 l +5.87 -0.70 l +cp +p1 +np + 14.58 259.34 m +0.75 5.92 l +0.94 5.90 l +1.12 5.86 l +1.30 5.83 l +1.49 5.78 l +1.67 5.73 l +1.85 5.67 l +2.03 5.61 l +2.20 5.55 l +2.38 5.48 l +2.55 5.39 l +2.72 5.32 l +2.88 5.22 l +3.05 5.13 l +3.21 5.03 l +3.37 4.93 l +3.52 4.82 l +3.67 4.71 l +3.82 4.59 l +2.13 2.40 l +2.12 2.71 l +3.77 4.53 l +3.91 4.41 l +4.05 4.29 l +4.18 4.15 l +4.31 4.02 l +4.44 3.89 l +4.55 3.74 l +4.68 3.59 l +4.78 3.45 l +4.89 3.29 l +4.99 3.14 l +5.09 2.97 l +5.18 2.82 l +5.26 2.65 l +5.35 2.48 l +5.42 2.32 l +5.50 2.14 l +5.55 1.96 l +5.62 1.79 l +5.67 1.61 l +5.72 1.44 l +5.76 1.25 l +5.80 1.06 l +5.83 0.89 l +5.85 0.70 l +5.87 0.51 l +5.89 0.33 l +5.89 0.15 l +5.90 -0.05 l +5.89 -0.23 l +5.88 -0.41 l +5.86 -0.60 l +1.97 -0.26 l +-5.31 1.05 l +-5.89 0.98 l +-5.93 0.80 l +-5.94 0.61 l +-5.97 0.42 l +-5.97 0.23 l +-5.97 0.05 l +-5.98 -0.15 l +-5.97 -0.33 l +-5.95 -0.53 l +-5.94 -0.71 l +-5.90 -0.89 l +-5.88 -1.08 l +-5.84 -1.27 l +-5.80 -1.45 l +-5.75 -1.64 l +-5.70 -1.81 l +-5.63 -2.00 l +-5.57 -2.17 l +-5.50 -2.34 l +-5.42 -2.52 l +-5.34 -2.69 l +-5.25 -2.85 l +-5.16 -3.02 l +-5.06 -3.18 l +-4.95 -3.34 l +-4.85 -3.49 l +-4.74 -3.65 l +-4.62 -3.79 l +-4.50 -3.93 l +-4.37 -4.08 l +-4.24 -4.21 l +-4.11 -4.35 l +-3.39 -3.82 l +-0.66 -0.91 l +-3.43 -5.02 l +-3.28 -5.13 l +-3.10 -5.24 l +-2.95 -5.33 l +-2.77 -5.41 l +-2.60 -5.51 l +-2.43 -5.58 l +-2.24 -5.66 l +-2.07 -5.72 l +-1.89 -5.79 l +21.14 312.65 lineto +-1.52 -5.90 l +-1.33 -5.94 l +-1.14 -5.98 l +-0.95 -6.01 l +-0.77 -6.04 l +-0.57 -6.06 l +-0.38 -6.07 l +-0.19 -6.09 l +0.01 -6.08 l +0.05 -1.64 l +cp +p1 +np + 335.91 386.49 m +-4.38 3.95 l +-4.50 3.80 l +-4.62 3.66 l +-4.73 3.52 l +-4.84 3.36 l +-4.95 3.21 l +-5.04 3.05 l +-5.14 2.89 l +-5.23 2.73 l +-5.31 2.56 l +-5.38 2.39 l +-5.46 2.22 l +-5.53 2.05 l +-5.59 1.87 l +-5.65 1.69 l +-5.70 1.52 l +-5.74 1.33 l +-5.78 1.16 l +-5.82 0.96 l +-3.87 0.53 l +0.55 -0.12 l +5.83 -1.35 l +5.77 -1.53 l +5.73 -1.72 l +5.66 -1.90 l +5.61 -2.07 l +5.54 -2.25 l +1.71 -0.76 l +1.40 -0.43 l +5.61 -1.87 l +5.54 -2.05 l +5.47 -2.23 l +5.41 -2.40 l +5.32 -2.57 l +5.24 -2.73 l +5.15 -2.90 l +5.06 -3.06 l +4.96 -3.22 l +4.85 -3.37 l +4.75 -3.52 l +4.63 -3.67 l +4.52 -3.82 l +1.50 -1.35 l +cp +p1 +np + 218.38 57.19 m +5.91 0.24 l +5.89 0.42 l +5.88 0.61 l +5.86 0.80 l +5.83 0.98 l +5.79 1.16 l +5.76 1.34 l +5.71 1.53 l +5.66 1.70 l +5.60 1.89 l +5.55 2.06 l +5.47 2.23 l +5.40 2.40 l +5.32 2.58 l +5.24 2.74 l +5.14 2.90 l +5.06 3.07 l +2.85 1.85 l +1.46 1.09 l +4.67 3.72 l +4.55 3.85 l +4.43 4.01 l +4.30 4.13 l +4.17 4.28 l +4.03 4.40 l +3.89 4.53 l +3.75 4.64 l +3.59 4.77 l +3.45 4.87 l +3.28 4.98 l +3.13 5.09 l +2.97 5.17 l +2.80 5.27 l +2.64 5.36 l +2.46 5.44 l +2.29 5.51 l +2.12 5.58 l +1.94 5.64 l +1.09 3.54 l +-0.08 -0.17 l +-0.97 -2.57 l +-2.26 -5.44 l +-2.44 -5.37 l +-2.60 -5.29 l +-2.77 -5.21 l +-2.93 -5.11 l +-3.09 -5.02 l +-3.25 -4.92 l +-3.40 -4.82 l +-3.55 -4.70 l +-3.70 -4.59 l +-3.84 -4.47 l +-3.98 -4.35 l +-4.12 -4.22 l +-4.25 -4.09 l +-4.37 -3.95 l +-4.50 -3.81 l +-4.61 -3.67 l +-4.73 -3.52 l +-4.84 -3.37 l +-4.94 -3.22 l +-5.04 -3.05 l +-5.14 -2.90 l +-5.22 -2.73 l +-5.31 -2.57 l +-5.38 -2.40 l +-5.46 -2.23 l +-5.52 -2.05 l +-5.59 -1.88 l +-5.65 -1.70 l +-5.69 -1.52 l +-5.74 -1.34 l +-5.78 -1.16 l +-5.82 -0.98 l +-4.17 -0.56 l +-5.01 -1.01 l +-5.89 -0.99 l +-5.92 -0.80 l +-5.95 -0.62 l +-5.96 -0.42 l +-5.97 -0.24 l +-5.98 -0.06 l +-5.97 0.14 l +-5.97 0.33 l +-5.96 0.51 l +-0.06 0.01 l +3.30 -0.71 l +5.81 -1.06 l +5.85 -0.88 l +5.87 -0.70 l +5.89 -0.51 l +5.90 -0.32 l +5.91 -0.14 l +cp +p1 +np + 383.88 184.82 m +2.34 5.62 l +2.16 5.69 l +1.98 5.76 l +1.79 5.82 l +1.61 5.87 l +1.42 5.91 l +1.24 5.96 l +1.05 6.00 l +0.86 6.03 l +0.67 6.05 l +0.47 6.06 l +0.29 6.08 l +0.09 6.09 l +-0.07 4.22 l +-0.23 2.08 l +-0.84 5.85 l +-1.03 5.82 l +-1.21 5.79 l +-1.39 5.74 l +-1.57 5.70 l +-1.75 5.65 l +-1.93 5.58 l +-2.10 5.53 l +-2.27 5.45 l +-2.45 5.38 l +-2.62 5.30 l +-2.78 5.22 l +-2.94 5.12 l +-3.11 5.03 l +-3.26 4.93 l +-3.42 4.83 l +-3.57 4.71 l +-3.71 4.60 l +-3.86 4.48 l +-4.00 4.35 l +-4.13 4.23 l +-4.26 4.09 l +-2.89 2.61 l +1.71 -1.64 l +4.12 -4.22 l +3.98 -4.34 l +3.85 -4.47 l +3.71 -4.58 l +3.55 -4.70 l +3.41 -4.82 l +3.25 -4.91 l +3.10 -5.02 l +2.94 -5.11 l +2.77 -5.20 l +2.61 -5.29 l +2.44 -5.36 l +2.27 -5.44 l +2.10 -5.51 l +1.92 -5.58 l +1.75 -5.63 l +1.56 -5.68 l +1.39 -5.73 l +1.21 -5.77 l +1.02 -5.81 l +0.84 -5.83 l +0.65 -5.86 l +0.47 -5.88 l +0.28 -5.88 l +0.10 -5.90 l +-0.09 -5.89 l +-0.28 -5.89 l +-0.46 -5.88 l +-0.64 -5.86 l +-0.84 -5.83 l +-1.01 -5.81 l +-1.20 -5.77 l +-1.38 -5.73 l +-1.56 -5.69 l +-1.74 -5.63 l +-1.91 -5.58 l +-0.98 -2.58 l +-0.06 -0.19 l +cp +p1 +np + 63.06 366.27 m +4.10 4.34 l +4.23 4.21 l +4.37 4.07 l +4.49 3.93 l +4.61 3.78 l +4.73 3.64 l +4.85 3.49 l +4.95 3.33 l +5.05 3.18 l +5.15 3.02 l +5.24 2.85 l +5.34 2.68 l +5.41 2.51 l +5.49 2.34 l +5.56 2.17 l +5.63 1.99 l +5.68 1.81 l +0.20 0.06 l +0.47 0.18 l +5.57 1.97 l +5.63 1.80 l +5.69 1.62 l +5.73 1.43 l +5.78 1.25 l +5.81 1.08 l +5.85 0.88 l +5.87 0.70 l +5.89 0.52 l +5.90 0.33 l +5.91 0.14 l +5.91 -0.04 l +5.91 -0.23 l +5.89 -0.41 l +5.88 -0.61 l +5.86 -0.78 l +5.83 -0.97 l +5.80 -1.16 l +5.76 -1.34 l +5.71 -1.52 l +4.26 -1.27 l +-1.71 0.76 l +-5.54 2.25 l +-5.61 2.07 l +-5.66 1.90 l +-5.73 1.72 l +-5.77 1.53 l +-5.83 1.35 l +-0.55 0.12 l +-1.97 0.26 l +-5.86 0.60 l +-5.88 0.41 l +-5.89 0.23 l +-5.90 0.05 l +-5.89 -0.15 l +-5.89 -0.33 l +-5.87 -0.51 l +-5.85 -0.70 l +-5.83 -0.89 l +-5.80 -1.06 l +-5.76 -1.25 l +-5.72 -1.44 l +-5.67 -1.61 l +-5.62 -1.79 l +-5.55 -1.96 l +-5.50 -2.14 l +-5.42 -2.32 l +-5.35 -2.48 l +-5.26 -2.65 l +-5.18 -2.82 l +-5.09 -2.97 l +-4.99 -3.14 l +-4.89 -3.29 l +-4.78 -3.45 l +-4.68 -3.59 l +-4.55 -3.74 l +-4.44 -3.89 l +-4.31 -4.02 l +-4.18 -4.15 l +-4.05 -4.29 l +-3.91 -4.41 l +-3.77 -4.53 l +-2.12 -2.71 l +cp +p1 +np + 56.38 141.85 m +-3.33 4.86 l +-3.18 4.97 l +-3.02 5.06 l +-2.85 5.16 l +-2.70 5.24 l +-2.52 5.33 l +-2.36 5.41 l +-2.18 5.47 l +-2.01 5.54 l +-1.83 5.61 l +-1.66 5.65 l +-1.48 5.71 l +-1.29 5.75 l +-1.12 5.79 l +-0.93 5.82 l +-0.74 5.85 l +-0.57 5.87 l +-0.37 5.88 l +-0.19 5.89 l +0 5.90 l +0.18 5.89 l +0.37 5.88 l +0.55 5.87 l +0.74 5.85 l +0.92 5.82 l +1.11 5.79 l +1.29 5.76 l +1.47 5.71 l +1.65 5.66 l +1.82 5.60 l +2.01 5.54 l +2.17 5.48 l +2.35 5.41 l +2.52 5.33 l +2.69 5.25 l +2.85 5.16 l +3.01 5.07 l +3.17 4.97 l +3.32 4.86 l +3.48 4.76 l +1.51 1.94 l +-2.13 -2.40 l +-3.82 -4.59 l +-3.67 -4.71 l +-3.52 -4.82 l +-3.37 -4.93 l +-3.21 -5.03 l +-3.05 -5.13 l +-2.88 -5.22 l +-2.72 -5.32 l +-2.55 -5.39 l +-2.38 -5.48 l +-2.20 -5.55 l +-2.03 -5.61 l +-1.85 -5.67 l +-1.67 -5.73 l +-1.49 -5.78 l +-1.30 -5.83 l +-1.12 -5.86 l +-0.94 -5.90 l +-0.75 -5.92 l +-0.23 -2.50 l +0.14 -4.45 l +0.39 -6.07 l +0.58 -6.06 l +0.77 -6.04 l +0.96 -6.01 l +1.15 -5.98 l +1.34 -5.93 l +1.52 -5.90 l +1.71 -5.84 l +1.90 -5.78 l +2.07 -5.72 l +2.26 -5.66 l +2.43 -5.58 l +2.61 -5.50 l +2.78 -5.41 l +2.94 -5.33 l +3.12 -5.23 l +3.28 -5.12 l +3.44 -5.03 l +3.60 -4.91 l +3.75 -4.79 l +2.30 -2.77 l +cp +p1 +np + 197.88 60.53 m +5.97 0.24 l +5.96 0.42 l +5.95 0.62 l +5.92 0.80 l +5.89 0.99 l +5.01 1.01 l +-1.67 -0.23 l +-5.86 -0.61 l +-5.88 -0.42 l +-5.89 -0.24 l +-5.90 -0.05 l +-5.89 0.14 l +-5.89 0.32 l +-5.87 0.51 l +-5.85 0.69 l +-5.83 0.88 l +-5.80 1.06 l +-5.77 1.24 l +-5.72 1.43 l +-5.67 1.60 l +-5.62 1.79 l +-5.56 1.95 l +-5.49 2.14 l +-5.43 2.30 l +-5.35 2.48 l +-5.27 2.65 l +-5.18 2.80 l +-5.09 2.98 l +-5.00 3.13 l +-4.89 3.28 l +-4.79 3.44 l +-4.67 3.59 l +-4.57 3.74 l +-4.44 3.87 l +-4.31 4.02 l +-4.19 4.15 l +-4.05 4.28 l +-3.92 4.40 l +-0.36 0.43 l +1.28 -1.64 l +3.79 -4.53 l +3.92 -4.42 l +4.07 -4.29 l +4.20 -4.16 l +4.33 -4.03 l +4.45 -3.89 l +4.57 -3.74 l +4.69 -3.60 l +4.80 -3.45 l +4.91 -3.29 l +5.01 -3.14 l +5.10 -2.98 l +5.20 -2.82 l +5.28 -2.65 l +5.37 -2.48 l +5.44 -2.32 l +5.51 -2.14 l +5.57 -1.96 l +5.64 -1.79 l +5.69 -1.61 l +5.73 -1.42 l +2.48 -0.54 l +0.06 -0.01 l +5.96 -0.51 l +5.97 -0.33 l +5.97 -0.14 l +cp +p1 +np + 236.75 65.17 m +5.82 0.98 l +5.78 1.16 l +5.74 1.34 l +5.69 1.52 l +5.65 1.70 l +5.59 1.88 l +5.52 2.05 l +5.46 2.23 l +5.38 2.40 l +5.31 2.57 l +5.22 2.73 l +5.14 2.90 l +5.04 3.05 l +4.94 3.22 l +4.84 3.37 l +4.73 3.52 l +4.61 3.67 l +4.50 3.81 l +4.37 3.95 l +4.25 4.09 l +4.12 4.22 l +3.98 4.35 l +3.84 4.47 l +3.70 4.59 l +3.55 4.70 l +3.40 4.82 l +3.25 4.92 l +3.09 5.02 l +2.93 5.11 l +2.77 5.21 l +2.60 5.29 l +2.44 5.37 l +2.26 5.44 l +0.97 2.57 l +-1.86 -4.11 l +-2.69 -5.46 l +-2.86 -5.38 l +-3.02 -5.28 l +-3.19 -5.18 l +-3.36 -5.08 l +-3.51 -4.97 l +-3.67 -4.86 l +-3.82 -4.74 l +-3.96 -4.62 l +-4.11 -4.49 l +-4.25 -4.35 l +-4.39 -4.23 l +-4.51 -4.08 l +-4.65 -3.93 l +-4.76 -3.79 l +-4.89 -3.63 l +-4.99 -3.48 l +-5.10 -3.32 l +-5.21 -3.16 l +-5.30 -2.99 l +-4.47 -2.34 l +-0.66 -0.43 l +-5.11 -3.10 l +-5.20 -2.94 l +-5.30 -2.77 l +-5.38 -2.60 l +-5.46 -2.43 l +-5.53 -2.26 l +-5.60 -2.08 l +-5.67 -1.91 l +-5.72 -1.72 l +-5.78 -1.54 l +-5.82 -1.36 l +-0.85 -0.17 l +cp +p1 +np + 384.35 186.33 m +1.91 5.58 l +1.74 5.63 l +1.56 5.69 l +1.38 5.73 l +1.20 5.77 l +1.01 5.81 l +0.84 5.83 l +0.64 5.86 l +0.46 5.88 l +0.28 5.89 l +0.09 5.89 l +-0.10 5.90 l +-0.28 5.88 l +-0.47 5.88 l +-0.65 5.86 l +-0.84 5.83 l +-1.02 5.81 l +-1.21 5.77 l +-1.39 5.73 l +-1.56 5.68 l +-1.75 5.63 l +-1.92 5.58 l +-2.10 5.51 l +-2.27 5.44 l +-2.44 5.36 l +-2.61 5.29 l +-2.77 5.20 l +-2.94 5.11 l +-3.10 5.02 l +-3.25 4.91 l +-3.41 4.82 l +-3.55 4.70 l +-3.71 4.58 l +-3.85 4.47 l +-3.98 4.34 l +-4.12 4.22 l +-1.71 1.64 l +-1.50 1.35 l +-4.52 3.82 l +-4.63 3.67 l +-4.75 3.52 l +-4.85 3.37 l +-4.96 3.22 l +-5.06 3.06 l +-5.15 2.90 l +-5.24 2.73 l +-5.32 2.57 l +-5.41 2.40 l +-5.47 2.23 l +-5.54 2.05 l +-5.61 1.87 l +-1.40 0.43 l +3.75 -1.67 l +5.38 -2.60 l +5.30 -2.76 l +5.21 -2.93 l +5.11 -3.09 l +5.02 -3.26 l +4.91 -3.41 l +4.80 -3.56 l +4.68 -3.71 l +4.56 -3.86 l +4.44 -4.00 l +4.31 -4.14 l +4.18 -4.28 l +4.04 -4.40 l +3.91 -4.53 l +3.75 -4.65 l +3.61 -4.76 l +0.04 -0.07 l +1.60 -1.85 l +3.75 -4.65 l +3.60 -4.76 l +3.45 -4.87 l +3.30 -4.97 l +3.13 -5.08 l +2.98 -5.18 l +2.81 -5.26 l +2.64 -5.35 l +2.47 -5.44 l +2.30 -5.51 l +2.12 -5.57 l +1.95 -5.65 l +1.76 -5.70 l +1.59 -5.75 l +1.40 -5.80 l +1.22 -5.84 l +1.04 -5.88 l +0.85 -5.91 l +0.66 -5.93 l +0.47 -5.95 l +0.29 -5.96 l +0.10 -5.97 l +-0.09 -5.97 l +-0.28 -5.96 l +-0.47 -5.95 l +-0.65 -5.93 l +-0.84 -5.91 l +-1.03 -5.88 l +386.95 197.28 lineto +-1.39 -5.80 l +-1.58 -5.75 l +-0.61 -1.98 l +cp +p1 +np + 61.06 136.14 m +-3.34 4.88 l +-3.19 4.98 l +-3.03 5.07 l +-2.86 5.18 l +-2.70 5.25 l +-2.53 5.35 l +-2.36 5.41 l +-2.19 5.50 l +-2.02 5.55 l +-1.84 5.62 l +-1.66 5.67 l +-1.48 5.73 l +-1.30 5.76 l +-1.11 5.81 l +-0.94 5.83 l +-0.75 5.87 l +-0.56 5.88 l +-0.37 5.90 l +-0.19 5.91 l +-0.01 5.91 l +0.18 5.91 l +0.37 5.90 l +0.56 5.88 l +0.74 5.87 l +0.93 5.83 l +1.11 5.81 l +1.29 5.77 l +1.47 5.72 l +1.65 5.68 l +1.84 5.62 l +2.01 5.56 l +2.18 5.49 l +2.35 5.42 l +2.53 5.35 l +2.69 5.26 l +2.86 5.17 l +3.02 5.08 l +3.18 4.99 l +3.33 4.88 l +3.49 4.77 l +3.63 4.66 l +3.78 4.55 l +3.93 4.42 l +4.06 4.30 l +4.19 4.16 l +4.32 4.03 l +4.45 3.90 l +4.57 3.75 l +4.69 3.60 l +4.79 3.46 l +4.90 3.30 l +5.01 3.14 l +5.10 2.99 l +5.19 2.82 l +5.28 2.66 l +5.37 2.49 l +5.43 2.32 l +5.04 1.96 l +-0.20 -0.06 l +-5.68 -1.81 l +-5.63 -1.99 l +-5.56 -2.17 l +-5.49 -2.34 l +-5.41 -2.51 l +-5.34 -2.68 l +-5.24 -2.85 l +-5.15 -3.02 l +-5.05 -3.18 l +-4.95 -3.33 l +-4.85 -3.49 l +-4.73 -3.64 l +-4.61 -3.78 l +-4.49 -3.93 l +-4.37 -4.07 l +-4.23 -4.21 l +-4.10 -4.34 l +-1.83 -2.06 l +-1.51 -1.94 l +-3.48 -4.76 l +-3.32 -4.86 l +-3.17 -4.97 l +-3.01 -5.07 l +-2.85 -5.16 l +-2.69 -5.25 l +-2.52 -5.33 l +-2.35 -5.41 l +-2.17 -5.48 l +-2.01 -5.54 l +-1.82 -5.60 l +-1.65 -5.66 l +-1.47 -5.71 l +-1.29 -5.76 l +-1.11 -5.79 l +-0.92 -5.82 l +-0.74 -5.85 l +-0.55 -5.87 l +-0.37 -5.88 l +-0.18 -5.89 l +0 -5.90 l +22.24 240.82 lineto +0.37 -5.88 l +0.57 -5.87 l +0.74 -5.85 l +0.93 -5.82 l +1.12 -5.79 l +1.29 -5.75 l +1.48 -5.71 l +1.66 -5.65 l +1.83 -5.61 l +2.01 -5.54 l +2.18 -5.47 l +2.36 -5.41 l +2.52 -5.33 l +2.70 -5.24 l +2.85 -5.16 l +3.02 -5.06 l +3.18 -4.97 l +3.33 -4.86 l +3.01 -4.12 l +1.59 -1.91 l +1.72 -1.93 l +cp +p1 +np + 213.28 63.11 m +5.89 0.24 l +5.88 0.42 l +5.86 0.61 l +1.67 0.23 l +0.85 0.17 l +5.82 1.36 l +5.78 1.54 l +5.72 1.72 l +5.67 1.91 l +5.60 2.08 l +5.53 2.26 l +5.46 2.43 l +5.38 2.60 l +5.30 2.77 l +5.20 2.94 l +5.11 3.10 l +0.66 0.43 l +-0.92 -0.48 l +-5.48 -2.65 l +-5.56 -2.48 l +-5.64 -2.30 l +-5.70 -2.12 l +-5.77 -1.94 l +-5.83 -1.76 l +-5.88 -1.57 l +-5.93 -1.38 l +-5.96 -1.20 l +-6.01 -1.01 l +-6.03 -0.81 l +-6.05 -0.63 l +-6.07 -0.44 l +-6.09 -0.24 l +-6.08 -0.05 l +-6.09 0.14 l +-6.08 0.33 l +-6.06 0.52 l +-6.05 0.72 l +-6.01 0.90 l +-5.99 1.10 l +-5.95 1.28 l +-5.91 1.47 l +-5.86 1.66 l +-5.80 1.84 l +-5.74 2.02 l +-5.67 2.21 l +-5.60 2.38 l +-5.53 2.56 l +-5.44 2.73 l +-5.35 2.90 l +-5.26 3.06 l +-5.15 3.24 l +-5.06 3.39 l +-4.94 3.55 l +-4.83 3.71 l +-4.71 3.85 l +-4.58 4.01 l +-4.46 4.14 l +-4.33 4.29 l +-4.18 4.41 l +-2.33 2.62 l +1.85 -2.52 l +2.36 -3.02 l +0.36 -0.43 l +3.92 -4.40 l +4.05 -4.28 l +4.19 -4.15 l +4.31 -4.02 l +4.44 -3.87 l +4.57 -3.74 l +4.67 -3.59 l +4.79 -3.44 l +4.89 -3.28 l +5.00 -3.13 l +5.09 -2.98 l +5.18 -2.80 l +5.27 -2.65 l +5.35 -2.48 l +5.43 -2.30 l +5.49 -2.14 l +5.56 -1.95 l +5.62 -1.79 l +5.67 -1.60 l +5.72 -1.43 l +5.77 -1.24 l +5.80 -1.06 l +5.83 -0.88 l +5.85 -0.69 l +5.87 -0.51 l +5.89 -0.32 l +5.89 -0.14 l +cp +p1 +np + 346.01 361.63 m +-3.61 4.76 l +-3.75 4.65 l +-3.91 4.53 l +-4.04 4.40 l +-4.18 4.28 l +-4.31 4.14 l +-4.44 4.00 l +-4.56 3.86 l +-4.68 3.71 l +-4.80 3.56 l +-4.91 3.41 l +-5.02 3.26 l +-5.11 3.09 l +-5.21 2.93 l +-5.30 2.76 l +-5.38 2.60 l +-3.75 1.67 l +-4.26 1.27 l +-5.71 1.52 l +-5.76 1.34 l +-5.80 1.16 l +-5.83 0.97 l +-5.86 0.78 l +-5.88 0.61 l +-5.89 0.41 l +-5.91 0.23 l +-5.91 0.04 l +-5.91 -0.14 l +-5.90 -0.33 l +-5.89 -0.52 l +-5.87 -0.70 l +-5.85 -0.88 l +-5.81 -1.08 l +-5.78 -1.25 l +-5.73 -1.43 l +-5.69 -1.62 l +-5.63 -1.80 l +-5.57 -1.97 l +-0.47 -0.18 l +5.55 1.58 l +5.78 1.45 l +5.84 1.26 l +5.87 1.08 l +5.90 0.90 l +5.92 0.71 l +5.95 0.52 l +5.96 0.33 l +5.97 0.15 l +5.96 -0.05 l +5.97 -0.23 l +5.95 -0.42 l +5.94 -0.61 l +5.92 -0.79 l +5.88 -0.98 l +5.86 -1.17 l +5.81 -1.35 l +5.77 -1.53 l +5.71 -1.72 l +5.66 -1.89 l +5.60 -2.07 l +5.53 -2.25 l +5.46 -2.42 l +5.37 -2.60 l +5.29 -2.76 l +5.21 -2.92 l +5.10 -3.09 l +5.01 -3.25 l +4.90 -3.41 l +4.79 -3.56 l +4.68 -3.70 l +4.56 -3.86 l +4.43 -3.99 l +4.31 -4.14 l +4.17 -4.26 l +4.04 -4.40 l +2.29 -2.67 l +cp +p1 +np + 299.13 92.26 m +5.30 2.99 l +5.21 3.16 l +5.10 3.32 l +4.99 3.48 l +4.89 3.63 l +4.76 3.79 l +4.65 3.93 l +4.51 4.08 l +4.39 4.23 l +4.25 4.35 l +4.11 4.49 l +3.96 4.62 l +3.82 4.74 l +3.67 4.86 l +3.51 4.97 l +3.36 5.08 l +3.19 5.18 l +3.02 5.28 l +2.86 5.38 l +2.69 5.46 l +1.86 4.11 l +0.14 0.36 l +0.61 1.98 l +1.58 5.75 l +1.39 5.80 l +1.22 5.85 l +1.03 5.88 l +0.84 5.91 l +0.65 5.93 l +0.47 5.95 l +0.28 5.96 l +0.09 5.97 l +-0.10 5.97 l +-0.29 5.96 l +-0.47 5.95 l +-0.66 5.93 l +-0.85 5.91 l +-1.04 5.88 l +-1.22 5.84 l +-1.40 5.80 l +-1.59 5.75 l +-1.76 5.70 l +-1.95 5.65 l +-2.12 5.57 l +-2.30 5.51 l +-2.47 5.44 l +-2.64 5.35 l +-2.81 5.26 l +-2.98 5.18 l +-3.13 5.08 l +-3.30 4.97 l +-3.45 4.87 l +-3.60 4.76 l +-3.75 4.65 l +-1.60 1.85 l +3.41 -4.81 l +3.30 -4.99 l +3.14 -5.08 l +2.98 -5.18 l +2.81 -5.28 l +2.65 -5.36 l +2.47 -5.44 l +2.30 -5.51 l +2.13 -5.59 l +1.95 -5.65 l +1.77 -5.71 l +1.59 -5.76 l +1.40 -5.81 l +1.22 -5.85 l +1.04 -5.89 l +0.85 -5.91 l +0.66 -5.94 l +0.48 -5.96 l +0.29 -5.97 l +0.09 -5.98 l +-0.09 -5.97 l +-0.28 -5.97 l +-0.46 -5.96 l +-0.66 -5.94 l +-0.84 -5.92 l +-1.03 -5.89 l +-1.22 -5.85 l +-1.39 -5.81 l +-1.59 -5.76 l +-1.76 -5.72 l +-1.94 -5.65 l +-2.12 -5.59 l +-2.29 -5.52 l +-2.47 -5.44 l +-2.64 -5.36 l +-2.81 -5.28 l +-2.97 -5.18 l +-3.13 -5.09 l +-3.29 -4.99 l +-3.45 -4.88 l +-3.60 -4.77 l +-3.75 -4.66 l +-3.90 -4.53 l +-4.04 -4.41 l +326.69 115.47 lineto +-4.31 -4.14 l +-4.43 -4.01 l +-4.56 -3.86 l +-4.68 -3.72 l +-4.79 -3.57 l +-4.91 -3.42 l +-4.35 -2.83 l +cp +p1 +np + 211.74 68.91 m +6.09 0.24 l +6.07 0.44 l +6.05 0.63 l +6.03 0.81 l +6.01 1.01 l +5.96 1.20 l +5.93 1.38 l +5.88 1.57 l +5.83 1.76 l +5.77 1.94 l +5.70 2.12 l +5.64 2.30 l +5.56 2.48 l +5.48 2.65 l +0.92 0.48 l +4.35 2.83 l +4.91 3.42 l +4.79 3.57 l +4.68 3.72 l +4.56 3.86 l +4.43 4.01 l +4.31 4.14 l +4.17 4.28 l +4.04 4.41 l +3.90 4.53 l +3.75 4.66 l +3.60 4.77 l +3.45 4.88 l +3.29 4.99 l +3.13 5.09 l +2.97 5.18 l +2.81 5.28 l +2.64 5.36 l +2.47 5.44 l +2.29 5.52 l +2.12 5.59 l +1.94 5.65 l +1.76 5.72 l +1.59 5.76 l +1.39 5.81 l +1.22 5.85 l +1.03 5.89 l +0.84 5.92 l +0.66 5.94 l +0.46 5.96 l +0.28 5.97 l +0.09 5.97 l +-0.09 5.98 l +-0.29 5.97 l +-0.48 5.96 l +-0.66 5.94 l +-0.85 5.91 l +-1.04 5.89 l +-1.22 5.85 l +-1.40 5.81 l +-1.59 5.76 l +-1.77 5.71 l +-1.95 5.65 l +-2.13 5.59 l +-2.30 5.51 l +-2.47 5.44 l +-2.65 5.36 l +-2.81 5.28 l +-2.98 5.18 l +-3.14 5.08 l +-3.30 4.99 l +-3.41 4.81 l +-2.29 2.67 l +-4.04 4.40 l +-4.17 4.26 l +-4.31 4.14 l +-4.43 3.99 l +-4.56 3.86 l +-4.68 3.70 l +-4.79 3.56 l +-4.90 3.41 l +-5.01 3.25 l +-5.10 3.09 l +-5.21 2.92 l +-5.29 2.76 l +-5.37 2.60 l +-5.46 2.42 l +-5.53 2.25 l +-5.60 2.07 l +-5.66 1.89 l +-5.71 1.72 l +-5.77 1.53 l +-5.81 1.35 l +-5.86 1.17 l +-5.88 0.98 l +-5.92 0.79 l +-5.94 0.61 l +-5.95 0.42 l +-5.97 0.23 l +-5.96 0.05 l +-5.97 -0.15 l +-5.96 -0.33 l +-5.95 -0.52 l +-5.92 -0.71 l +171.18 425.04 lineto +-5.87 -1.08 l +-5.84 -1.26 l +-5.78 -1.45 l +-5.55 -1.58 l +-5.04 -1.96 l +-5.43 -2.32 l +-5.37 -2.49 l +-5.28 -2.66 l +-5.19 -2.82 l +-5.10 -2.99 l +-5.01 -3.14 l +-4.90 -3.30 l +-4.79 -3.46 l +-4.69 -3.60 l +-4.57 -3.75 l +-4.45 -3.90 l +-4.32 -4.03 l +-4.19 -4.16 l +-4.06 -4.30 l +-3.93 -4.42 l +-3.78 -4.55 l +-3.63 -4.66 l +-3.49 -4.77 l +-3.33 -4.88 l +-3.18 -4.99 l +-3.02 -5.08 l +-2.86 -5.17 l +-2.69 -5.26 l +-2.53 -5.35 l +-2.35 -5.42 l +-2.18 -5.49 l +-2.01 -5.56 l +-1.84 -5.62 l +-1.65 -5.68 l +-1.47 -5.72 l +-1.29 -5.77 l +-1.11 -5.81 l +-0.93 -5.83 l +-0.74 -5.87 l +-0.56 -5.88 l +-0.37 -5.90 l +-0.18 -5.91 l +0.01 -5.91 l +0.19 -5.91 l +0.37 -5.90 l +0.56 -5.88 l +0.75 -5.87 l +0.94 -5.83 l +1.11 -5.81 l +1.30 -5.76 l +1.48 -5.73 l +1.66 -5.67 l +1.84 -5.62 l +2.02 -5.55 l +2.19 -5.50 l +2.36 -5.41 l +2.53 -5.35 l +2.70 -5.25 l +2.86 -5.18 l +3.03 -5.07 l +3.19 -4.98 l +3.34 -4.88 l +1.64 -2.25 l +2.33 -2.62 l +4.18 -4.41 l +4.33 -4.29 l +4.46 -4.14 l +4.58 -4.01 l +4.71 -3.85 l +4.83 -3.71 l +4.94 -3.55 l +5.06 -3.39 l +5.15 -3.24 l +5.26 -3.06 l +5.35 -2.90 l +5.44 -2.73 l +5.53 -2.56 l +5.60 -2.38 l +5.67 -2.21 l +5.74 -2.02 l +5.80 -1.84 l +5.86 -1.66 l +5.91 -1.47 l +5.95 -1.28 l +5.99 -1.10 l +6.01 -0.90 l +6.05 -0.72 l +6.06 -0.52 l +6.08 -0.33 l +6.09 -0.14 l +cp +p1 +1 0 0 srgb +np +4.55 264.59 m +-0.37 -5.97 l +-0.19 -5.97 l +0.01 -5.98 l +0.19 -5.97 l +0.38 -5.97 l +0.57 -5.95 l +0.76 -5.93 l +0.94 -5.90 l +1.13 -5.87 l +1.31 -5.83 l +1.50 -5.78 l +1.68 -5.74 l +1.86 -5.68 l +2.04 -5.62 l +2.21 -5.55 l +2.39 -5.48 l +2.56 -5.40 l +2.73 -5.32 l +2.89 -5.23 l +3.06 -5.13 l +3.22 -5.04 l +3.38 -4.93 l +3.53 -4.82 l +3.68 -4.71 l +3.83 -4.59 l +3.97 -4.46 l +4.11 -4.34 l +4.25 -4.21 l +4.38 -4.07 l +4.50 -3.93 l +4.62 -3.79 l +4.74 -3.64 l +4.86 -3.48 l +4.96 -3.34 l +5.06 -3.17 l +5.17 -3.01 l +5.25 -2.85 l +5.34 -2.68 l +5.43 -2.51 l +5.50 -2.34 l +5.57 -2.16 l +5.64 -1.99 l +5.69 -1.81 l +5.76 -1.62 l +5.79 -1.45 l +5.85 -1.26 l +5.88 -1.07 l +5.91 -0.89 l +5.93 -0.71 l +5.96 -0.51 l +5.97 -0.33 l +5.97 -0.14 l +5.98 0.06 l +5.97 0.24 l +5.96 0.42 l +5.95 0.62 l +5.92 0.80 l +5.89 0.99 l +5.86 1.18 l +5.82 1.36 l +5.78 1.54 l +5.72 1.72 l +5.67 1.91 l +5.60 2.08 l +5.53 2.26 l +5.46 2.43 l +5.38 2.60 l +5.30 2.77 l +5.20 2.94 l +5.11 3.10 l +5.01 3.26 l +4.91 3.42 l +4.79 3.57 l +4.68 3.72 l +4.56 3.86 l +4.43 4.01 l +4.31 4.14 l +4.17 4.28 l +4.04 4.41 l +3.90 4.53 l +3.75 4.66 l +3.60 4.77 l +3.45 4.88 l +3.29 4.99 l +3.13 5.09 l +2.97 5.18 l +2.81 5.28 l +2.64 5.36 l +2.47 5.44 l +2.29 5.52 l +2.12 5.59 l +1.94 5.65 l +1.76 5.72 l +1.59 5.76 l +1.39 5.81 l +1.22 5.85 l +1.03 5.89 l +0.84 5.92 l +0.66 5.94 l +382.21 237.95 lineto +0.28 5.97 l +0.09 5.97 l +-0.09 5.98 l +-0.29 5.97 l +-0.48 5.96 l +-0.66 5.94 l +-0.85 5.91 l +-1.04 5.89 l +-1.22 5.85 l +-1.40 5.81 l +-1.59 5.76 l +-1.77 5.71 l +-1.95 5.65 l +-2.13 5.59 l +-2.30 5.51 l +-2.47 5.44 l +-2.65 5.36 l +-2.81 5.28 l +-2.98 5.18 l +-3.14 5.08 l +-3.30 4.99 l +-3.45 4.88 l +-3.61 4.76 l +-3.75 4.65 l +-3.91 4.53 l +-4.04 4.40 l +-4.18 4.28 l +-4.31 4.14 l +-4.44 4.00 l +-4.56 3.86 l +-4.68 3.71 l +-4.80 3.56 l +-4.91 3.41 l +-5.02 3.26 l +-5.11 3.09 l +-5.21 2.93 l +-5.30 2.76 l +-5.38 2.60 l +-5.46 2.43 l +-5.54 2.25 l +-5.61 2.07 l +-5.66 1.90 l +-5.73 1.72 l +-5.77 1.53 l +-5.83 1.35 l +-5.86 1.17 l +-5.89 0.98 l +-5.93 0.80 l +-5.94 0.61 l +-5.97 0.42 l +-5.97 0.23 l +-5.97 0.05 l +-5.98 -0.15 l +-5.97 -0.33 l +-5.95 -0.53 l +-5.94 -0.71 l +-5.90 -0.89 l +-5.88 -1.08 l +-5.84 -1.27 l +-5.80 -1.45 l +-5.75 -1.64 l +-5.70 -1.81 l +-5.63 -2.00 l +-5.57 -2.17 l +-5.50 -2.34 l +-5.42 -2.52 l +-5.34 -2.69 l +-5.25 -2.85 l +-5.16 -3.02 l +-5.06 -3.18 l +-4.95 -3.34 l +-4.85 -3.49 l +-4.74 -3.65 l +-4.62 -3.79 l +-4.50 -3.93 l +-4.37 -4.08 l +-4.24 -4.21 l +-4.11 -4.35 l +-3.96 -4.47 l +-3.82 -4.59 l +-3.68 -4.71 l +-3.53 -4.83 l +-3.37 -4.94 l +-3.21 -5.04 l +-3.05 -5.13 l +-2.89 -5.24 l +-2.73 -5.32 l +-2.55 -5.40 l +-2.38 -5.48 l +-2.21 -5.56 l +-2.03 -5.62 l +-1.85 -5.68 l +-1.67 -5.74 l +-1.49 -5.79 l +-1.31 -5.83 l +-1.12 -5.87 l +-0.94 -5.90 l +-0.75 -5.93 l +-0.56 -5.95 l +o +1 1 0 srgb +np +22.60 264.38 m +-0.37 -5.88 l +-0.18 -5.89 l +0 -5.90 l +0.19 -5.89 l +0.37 -5.88 l +0.57 -5.87 l +0.74 -5.85 l +0.93 -5.82 l +1.12 -5.79 l +1.29 -5.75 l +1.48 -5.71 l +1.66 -5.65 l +1.83 -5.61 l +2.01 -5.54 l +2.18 -5.47 l +2.36 -5.41 l +2.52 -5.33 l +2.70 -5.24 l +2.85 -5.16 l +3.02 -5.06 l +3.18 -4.97 l +3.33 -4.86 l +3.48 -4.76 l +3.63 -4.64 l +3.78 -4.53 l +3.92 -4.40 l +4.05 -4.28 l +4.19 -4.15 l +4.31 -4.02 l +4.44 -3.87 l +4.57 -3.74 l +4.67 -3.59 l +4.79 -3.44 l +4.89 -3.28 l +5.00 -3.13 l +5.09 -2.98 l +5.18 -2.80 l +5.27 -2.65 l +5.35 -2.48 l +5.43 -2.30 l +5.49 -2.14 l +5.56 -1.95 l +5.62 -1.79 l +5.67 -1.60 l +5.72 -1.43 l +5.77 -1.24 l +5.80 -1.06 l +5.83 -0.88 l +5.85 -0.69 l +5.87 -0.51 l +5.89 -0.32 l +5.89 -0.14 l +5.90 0.05 l +5.89 0.24 l +5.88 0.42 l +5.86 0.61 l +5.84 0.79 l +5.82 0.98 l +5.78 1.16 l +5.74 1.34 l +5.69 1.52 l +5.65 1.70 l +5.59 1.88 l +5.52 2.05 l +5.46 2.23 l +5.38 2.40 l +5.31 2.57 l +5.22 2.73 l +5.14 2.90 l +5.04 3.05 l +4.94 3.22 l +4.84 3.37 l +4.73 3.52 l +4.61 3.67 l +4.50 3.81 l +4.37 3.95 l +4.25 4.09 l +4.12 4.22 l +3.98 4.35 l +3.84 4.47 l +3.70 4.59 l +3.55 4.70 l +3.40 4.82 l +3.25 4.92 l +3.09 5.02 l +2.93 5.11 l +2.77 5.21 l +2.60 5.29 l +2.44 5.37 l +2.26 5.44 l +2.09 5.51 l +1.91 5.58 l +1.74 5.63 l +1.56 5.69 l +1.38 5.73 l +1.20 5.77 l +1.01 5.81 l +0.84 5.83 l +0.64 5.86 l +395.09 238.11 lineto +0.28 5.89 l +0.09 5.89 l +-0.10 5.90 l +-0.28 5.88 l +-0.47 5.88 l +-0.65 5.86 l +-0.84 5.83 l +-1.02 5.81 l +-1.21 5.77 l +-1.39 5.73 l +-1.56 5.68 l +-1.75 5.63 l +-1.92 5.58 l +-2.10 5.51 l +-2.27 5.44 l +-2.44 5.36 l +-2.61 5.29 l +-2.77 5.20 l +-2.94 5.11 l +-3.10 5.02 l +-3.25 4.91 l +-3.41 4.82 l +-3.55 4.70 l +-3.71 4.58 l +-3.85 4.47 l +-3.98 4.34 l +-4.12 4.22 l +-4.26 4.08 l +-4.38 3.95 l +-4.50 3.80 l +-4.62 3.66 l +-4.73 3.52 l +-4.84 3.36 l +-4.95 3.21 l +-5.04 3.05 l +-5.14 2.89 l +-5.23 2.73 l +-5.31 2.56 l +-5.38 2.39 l +-5.46 2.22 l +-5.53 2.05 l +-5.59 1.87 l +-5.65 1.69 l +-5.70 1.52 l +-5.74 1.33 l +-5.78 1.16 l +-5.82 0.96 l +-5.84 0.79 l +-5.86 0.60 l +-5.88 0.41 l +-5.89 0.23 l +-5.90 0.05 l +-5.89 -0.15 l +-5.89 -0.33 l +-5.87 -0.51 l +-5.85 -0.70 l +-5.83 -0.89 l +-5.80 -1.06 l +-5.76 -1.25 l +-5.72 -1.44 l +-5.67 -1.61 l +-5.62 -1.79 l +-5.55 -1.96 l +-5.50 -2.14 l +-5.42 -2.32 l +-5.35 -2.48 l +-5.26 -2.65 l +-5.18 -2.82 l +-5.09 -2.97 l +-4.99 -3.14 l +-4.89 -3.29 l +-4.78 -3.45 l +-4.68 -3.59 l +-4.55 -3.74 l +-4.44 -3.89 l +-4.31 -4.02 l +-4.18 -4.15 l +-4.05 -4.29 l +-3.91 -4.41 l +-3.77 -4.53 l +-3.63 -4.65 l +-3.48 -4.76 l +-3.32 -4.86 l +-3.17 -4.97 l +-3.01 -5.07 l +-2.85 -5.16 l +-2.69 -5.25 l +-2.52 -5.33 l +-2.35 -5.41 l +-2.17 -5.48 l +-2.01 -5.54 l +-1.82 -5.60 l +-1.65 -5.66 l +-1.47 -5.71 l +-1.29 -5.76 l +-1.11 -5.79 l +-0.92 -5.82 l +-0.74 -5.85 l +-0.55 -5.87 l +o +0 0 1 srgb +np +14.02 253.40 m +-0.37 -5.96 l +-0.18 -5.96 l +0 -5.97 l +0.19 -5.97 l +0.38 -5.95 l +0.57 -5.94 l +0.76 -5.92 l +0.94 -5.90 l +1.12 -5.86 l +1.32 -5.82 l +1.49 -5.78 l +1.68 -5.73 l +1.86 -5.67 l +2.03 -5.61 l +2.21 -5.54 l +2.39 -5.48 l +2.55 -5.39 l +2.73 -5.31 l +2.89 -5.22 l +3.06 -5.13 l +3.21 -5.03 l +3.37 -4.92 l +3.53 -4.82 l +3.68 -4.70 l +3.82 -4.58 l +3.97 -4.46 l +4.10 -4.33 l +4.24 -4.20 l +4.37 -4.07 l +4.50 -3.92 l +4.62 -3.79 l +4.73 -3.63 l +4.85 -3.48 l +4.95 -3.33 l +5.06 -3.17 l +5.16 -3.01 l +5.24 -2.84 l +5.34 -2.68 l +5.41 -2.50 l +5.50 -2.34 l +5.56 -2.16 l +5.63 -1.98 l +5.69 -1.81 l +5.74 -1.62 l +5.79 -1.45 l +5.84 -1.25 l +5.87 -1.08 l +5.90 -0.89 l +5.93 -0.70 l +5.94 -0.51 l +5.96 -0.33 l +5.97 -0.14 l +5.97 0.06 l +5.96 0.23 l +5.96 0.43 l +5.93 0.62 l +5.92 0.80 l +5.88 0.99 l +5.86 1.17 l +5.81 1.36 l +5.76 1.54 l +5.72 1.72 l +5.66 1.90 l +5.59 2.08 l +5.53 2.26 l +5.45 2.43 l +5.37 2.60 l +5.29 2.76 l +5.20 2.94 l +5.10 3.09 l +5.00 3.26 l +4.90 3.41 l +4.79 3.56 l +4.67 3.72 l +4.55 3.85 l +4.43 4.01 l +4.30 4.13 l +4.17 4.28 l +4.03 4.40 l +3.89 4.53 l +3.75 4.64 l +3.59 4.77 l +3.45 4.87 l +3.28 4.98 l +3.13 5.09 l +2.97 5.17 l +2.80 5.27 l +2.64 5.36 l +2.46 5.44 l +2.29 5.51 l +2.12 5.58 l +1.94 5.64 l +1.76 5.71 l +1.58 5.75 l +1.39 5.80 l +1.22 5.85 l +1.03 5.88 l +0.84 5.91 l +0.65 5.93 l +391.16 226.80 lineto +0.28 5.96 l +0.09 5.97 l +-0.10 5.97 l +-0.29 5.96 l +-0.47 5.95 l +-0.66 5.93 l +-0.85 5.91 l +-1.04 5.88 l +-1.22 5.84 l +-1.40 5.80 l +-1.59 5.75 l +-1.76 5.70 l +-1.95 5.65 l +-2.12 5.57 l +-2.30 5.51 l +-2.47 5.44 l +-2.64 5.35 l +-2.81 5.26 l +-2.98 5.18 l +-3.13 5.08 l +-3.30 4.97 l +-3.45 4.87 l +-3.60 4.76 l +-3.75 4.65 l +-3.89 4.52 l +-4.04 4.40 l +-4.17 4.26 l +-4.31 4.14 l +-4.43 3.99 l +-4.56 3.86 l +-4.68 3.70 l +-4.79 3.56 l +-4.90 3.41 l +-5.01 3.25 l +-5.10 3.09 l +-5.21 2.92 l +-5.29 2.76 l +-5.37 2.60 l +-5.46 2.42 l +-5.53 2.25 l +-5.60 2.07 l +-5.66 1.89 l +-5.71 1.72 l +-5.77 1.53 l +-5.81 1.35 l +-5.86 1.17 l +-5.88 0.98 l +-5.92 0.79 l +-5.94 0.61 l +-5.95 0.42 l +-5.97 0.23 l +-5.96 0.05 l +-5.97 -0.15 l +-5.96 -0.33 l +-5.95 -0.52 l +-5.92 -0.71 l +-5.90 -0.90 l +-5.87 -1.08 l +-5.84 -1.26 l +-5.78 -1.45 l +-5.75 -1.64 l +-5.68 -1.81 l +-5.63 -1.99 l +-5.56 -2.17 l +-5.49 -2.34 l +-5.41 -2.51 l +-5.34 -2.68 l +-5.24 -2.85 l +-5.15 -3.02 l +-5.05 -3.18 l +-4.95 -3.33 l +-4.85 -3.49 l +-4.73 -3.64 l +-4.61 -3.78 l +-4.49 -3.93 l +-4.37 -4.07 l +-4.23 -4.21 l +-4.10 -4.34 l +-3.96 -4.46 l +-3.82 -4.59 l +-3.67 -4.71 l +-3.52 -4.82 l +-3.37 -4.93 l +-3.21 -5.03 l +-3.05 -5.13 l +-2.88 -5.22 l +-2.72 -5.32 l +-2.55 -5.39 l +-2.38 -5.48 l +-2.20 -5.55 l +-2.03 -5.61 l +-1.85 -5.67 l +-1.67 -5.73 l +-1.49 -5.78 l +-1.30 -5.83 l +-1.12 -5.86 l +-0.94 -5.90 l +-0.75 -5.92 l +-0.56 -5.94 l +o +1 0.6471 0 srgb +np +14.86 276.72 m +-0.38 -6.07 l +-0.19 -6.09 l +0.01 -6.08 l +0.19 -6.09 l +0.39 -6.07 l +0.58 -6.06 l +0.77 -6.04 l +0.96 -6.01 l +1.15 -5.98 l +1.34 -5.93 l +1.52 -5.90 l +1.71 -5.84 l +1.90 -5.78 l +2.07 -5.72 l +2.26 -5.66 l +2.43 -5.58 l +2.61 -5.50 l +2.78 -5.41 l +2.94 -5.33 l +3.12 -5.23 l +3.28 -5.12 l +3.44 -5.03 l +3.60 -4.91 l +3.75 -4.79 l +3.89 -4.68 l +4.05 -4.55 l +4.18 -4.41 l +4.33 -4.29 l +4.46 -4.14 l +4.58 -4.01 l +4.71 -3.85 l +4.83 -3.71 l +4.94 -3.55 l +5.06 -3.39 l +5.15 -3.24 l +5.26 -3.06 l +5.35 -2.90 l +5.44 -2.73 l +5.53 -2.56 l +5.60 -2.38 l +5.67 -2.21 l +5.74 -2.02 l +5.80 -1.84 l +5.86 -1.66 l +5.91 -1.47 l +5.95 -1.28 l +5.99 -1.10 l +6.01 -0.90 l +6.05 -0.72 l +6.06 -0.52 l +6.08 -0.33 l +6.09 -0.14 l +6.08 0.05 l +6.09 0.24 l +6.07 0.44 l +6.05 0.63 l +6.03 0.81 l +6.01 1.01 l +5.96 1.20 l +5.93 1.38 l +5.88 1.57 l +5.83 1.76 l +5.77 1.94 l +5.70 2.12 l +5.64 2.30 l +5.56 2.48 l +5.48 2.65 l +5.39 2.82 l +5.30 2.99 l +5.21 3.16 l +5.10 3.32 l +4.99 3.48 l +4.89 3.63 l +4.76 3.79 l +4.65 3.93 l +4.51 4.08 l +4.39 4.23 l +4.25 4.35 l +4.11 4.49 l +3.96 4.62 l +3.82 4.74 l +3.67 4.86 l +3.51 4.97 l +3.36 5.08 l +3.19 5.18 l +3.02 5.28 l +2.86 5.38 l +2.69 5.46 l +2.51 5.54 l +2.34 5.62 l +2.16 5.69 l +1.98 5.76 l +1.79 5.82 l +1.61 5.87 l +1.42 5.91 l +1.24 5.96 l +1.05 6.00 l +0.86 6.03 l +0.67 6.05 l +399.47 249.59 lineto +0.29 6.08 l +0.09 6.09 l +-0.10 6.09 l +-0.29 6.08 l +-0.49 6.06 l +-0.67 6.05 l +-0.87 6.03 l +-1.05 5.99 l +-1.25 5.96 l +-1.43 5.92 l +-1.62 5.87 l +-1.80 5.81 l +-1.98 5.75 l +-2.17 5.69 l +-2.34 5.62 l +-2.52 5.54 l +-2.70 5.46 l +-2.86 5.37 l +-3.03 5.28 l +-3.20 5.18 l +-3.36 5.07 l +-3.52 4.97 l +-3.67 4.85 l +-3.83 4.74 l +-3.97 4.61 l +-4.12 4.48 l +-4.25 4.35 l +-4.39 4.22 l +-4.52 4.08 l +-4.65 3.93 l +-4.77 3.78 l +-4.89 3.63 l +-5.00 3.47 l +-5.10 3.31 l +-5.21 3.15 l +-5.31 2.99 l +-5.39 2.81 l +-5.49 2.65 l +-5.56 2.47 l +-5.64 2.29 l +-5.71 2.11 l +-5.77 1.93 l +-5.83 1.75 l +-5.88 1.57 l +-5.93 1.37 l +-5.97 1.19 l +-6.00 1.00 l +-6.04 0.81 l +-6.05 0.62 l +-6.07 0.43 l +-6.09 0.24 l +-6.08 0.04 l +-6.09 -0.14 l +-6.07 -0.34 l +-6.07 -0.54 l +-6.04 -0.72 l +-6.02 -0.91 l +-5.99 -1.10 l +-5.94 -1.30 l +-5.91 -1.47 l +-5.85 -1.67 l +-5.80 -1.85 l +-5.74 -2.03 l +-5.67 -2.21 l +-5.60 -2.38 l +-5.52 -2.57 l +-5.44 -2.74 l +-5.35 -2.90 l +-5.25 -3.08 l +-5.15 -3.24 l +-5.05 -3.39 l +-4.94 -3.56 l +-4.83 -3.71 l +-4.70 -3.87 l +-4.58 -4.00 l +-4.45 -4.16 l +-4.32 -4.29 l +-4.18 -4.42 l +-4.04 -4.55 l +-3.90 -4.68 l +-3.74 -4.80 l +-3.59 -4.92 l +-3.43 -5.02 l +-3.28 -5.13 l +-3.10 -5.24 l +-2.95 -5.33 l +-2.77 -5.41 l +-2.60 -5.51 l +-2.43 -5.58 l +-2.24 -5.66 l +-2.07 -5.72 l +-1.89 -5.79 l +-1.70 -5.84 l +-1.52 -5.90 l +-1.33 -5.94 l +-1.14 -5.98 l +-0.95 -6.01 l +-0.77 -6.04 l +-0.57 -6.06 l +o +0 1 0 srgb +np +27.18 259.01 m +-0.37 -5.90 l +-0.18 -5.91 l +0.01 -5.91 l +0.19 -5.91 l +0.37 -5.90 l +0.56 -5.88 l +0.75 -5.87 l +0.94 -5.83 l +1.11 -5.81 l +1.30 -5.76 l +1.48 -5.73 l +1.66 -5.67 l +1.84 -5.62 l +2.02 -5.55 l +2.19 -5.50 l +2.36 -5.41 l +2.53 -5.35 l +2.70 -5.25 l +2.86 -5.18 l +3.03 -5.07 l +3.19 -4.98 l +3.34 -4.88 l +3.49 -4.77 l +3.64 -4.66 l +3.79 -4.53 l +3.92 -4.42 l +4.07 -4.29 l +4.20 -4.16 l +4.33 -4.03 l +4.45 -3.89 l +4.57 -3.74 l +4.69 -3.60 l +4.80 -3.45 l +4.91 -3.29 l +5.01 -3.14 l +5.10 -2.98 l +5.20 -2.82 l +5.28 -2.65 l +5.37 -2.48 l +5.44 -2.32 l +5.51 -2.14 l +5.57 -1.96 l +5.64 -1.79 l +5.69 -1.61 l +5.73 -1.42 l +5.78 -1.25 l +5.81 -1.06 l +5.85 -0.88 l +5.87 -0.70 l +5.89 -0.51 l +5.90 -0.32 l +5.91 -0.14 l +5.91 0.05 l +5.91 0.24 l +5.89 0.42 l +5.88 0.61 l +5.86 0.80 l +5.83 0.98 l +5.79 1.16 l +5.76 1.34 l +5.71 1.53 l +5.66 1.70 l +5.60 1.89 l +5.55 2.06 l +5.47 2.23 l +5.40 2.40 l +5.32 2.58 l +5.24 2.74 l +5.14 2.90 l +5.06 3.07 l +4.95 3.22 l +4.85 3.38 l +4.74 3.53 l +4.63 3.68 l +4.51 3.82 l +4.39 3.97 l +4.26 4.09 l +4.12 4.24 l +4.00 4.36 l +3.85 4.48 l +3.71 4.60 l +3.56 4.72 l +3.41 4.83 l +3.25 4.93 l +3.10 5.03 l +2.94 5.13 l +2.78 5.22 l +2.61 5.31 l +2.44 5.38 l +2.27 5.46 l +2.09 5.52 l +1.92 5.59 l +1.75 5.65 l +1.56 5.70 l +1.38 5.75 l +1.21 5.79 l +1.01 5.82 l +0.84 5.85 l +0.64 5.88 l +400.69 232.66 lineto +0.27 5.91 l +0.09 5.91 l +-0.09 5.91 l +-0.29 5.90 l +-0.47 5.89 l +-0.65 5.88 l +-0.84 5.85 l +-1.03 5.82 l +-1.21 5.79 l +-1.39 5.74 l +-1.57 5.70 l +-1.75 5.65 l +-1.93 5.58 l +-2.10 5.53 l +-2.27 5.45 l +-2.45 5.38 l +-2.62 5.30 l +-2.78 5.22 l +-2.94 5.12 l +-3.11 5.03 l +-3.26 4.93 l +-3.42 4.83 l +-3.57 4.71 l +-3.71 4.60 l +-3.86 4.48 l +-4.00 4.35 l +-4.13 4.23 l +-4.26 4.09 l +-4.39 3.96 l +-4.52 3.82 l +-4.63 3.67 l +-4.75 3.52 l +-4.85 3.37 l +-4.96 3.22 l +-5.06 3.06 l +-5.15 2.90 l +-5.24 2.73 l +-5.32 2.57 l +-5.41 2.40 l +-5.47 2.23 l +-5.54 2.05 l +-5.61 1.87 l +-5.66 1.70 l +-5.71 1.52 l +-5.76 1.34 l +-5.80 1.16 l +-5.83 0.97 l +-5.86 0.78 l +-5.88 0.61 l +-5.89 0.41 l +-5.91 0.23 l +-5.91 0.04 l +-5.91 -0.14 l +-5.90 -0.33 l +-5.89 -0.52 l +-5.87 -0.70 l +-5.85 -0.88 l +-5.81 -1.08 l +-5.78 -1.25 l +-5.73 -1.43 l +-5.69 -1.62 l +-5.63 -1.79 l +-5.57 -1.98 l +-5.51 -2.14 l +-5.43 -2.32 l +-5.37 -2.49 l +-5.28 -2.66 l +-5.19 -2.82 l +-5.10 -2.99 l +-5.01 -3.14 l +-4.90 -3.30 l +-4.79 -3.46 l +-4.69 -3.60 l +-4.57 -3.75 l +-4.45 -3.90 l +-4.32 -4.03 l +-4.19 -4.16 l +-4.06 -4.30 l +-3.93 -4.42 l +-3.78 -4.55 l +-3.63 -4.66 l +-3.49 -4.77 l +-3.33 -4.88 l +-3.18 -4.99 l +-3.02 -5.08 l +-2.86 -5.17 l +-2.69 -5.26 l +-2.53 -5.35 l +-2.35 -5.42 l +-2.18 -5.49 l +-2.01 -5.56 l +-1.84 -5.62 l +-1.65 -5.68 l +-1.47 -5.72 l +-1.29 -5.77 l +-1.11 -5.81 l +-0.93 -5.83 l +-0.74 -5.87 l +-0.56 -5.88 l +o +/Font1 findfont 12 s +0 0 0 srgb +10.29 261.69 (1) .5 0 t +177.45 51.98 (1) .5 0 t +253.43 435.39 (4) .5 0 t +385.16 173.44 (1) .5 0 t +61.11 119.84 (2) .5 0 t +48.46 355.04 (2) .5 0 t +267.63 421.09 (0) .5 0 t +304.31 80.49 (1) .5 0 t +397.93 257.92 (0) .5 0 t +147.06 418.63 (1) .5 0 t +20.21 268.20 (1) .5 0 t +162.36 62.53 (0) .5 0 t +304.96 88.14 (0) .5 0 t +353.98 355.23 (1) .5 0 t +51.60 340.40 (1) .5 0 t +171.16 65.40 (1) .5 0 t +264.10 416.33 (1) .5 0 t +377.91 180.96 (2) .5 0 t +204.61 242.52 (84) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.png new file mode 100644 index 0000000000000000000000000000000000000000..386aa55922e20cefc0733d68425b1810fbd0220d Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.ps new file mode 100644 index 0000000000000000000000000000000000000000..c69c80ebbe411e9b06c2c95d9ebb2f081ded8a73 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_2.ps @@ -0,0 +1,3115 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.75 283.20 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.95 278.89 (Batch1_B_6) 0 0 t +0.00 0.00 504.00 504.00 cl +1 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.75 267.60 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.95 263.29 (Batch1_B_7) 0 0 t +0.00 0.00 504.00 504.00 cl +0 0 1 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.75 252.00 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.95 247.69 (Batch1_B_8) 0 0 t +0.00 0.00 504.00 504.00 cl +1 0.6471 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.75 236.40 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.95 232.09 (Batch1_B_9) 0 0 t +0.00 0.00 504.00 504.00 cl +0 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.75 220.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.95 216.49 (Batch1_B_10) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 182.76 61.12 m +-5.83 0.88 l +-5.81 1.06 l +-5.77 1.24 l +-5.72 1.42 l +-2.23 0.63 l +-4.50 0.97 l +-5.74 1.42 l +-5.69 1.61 l +-5.64 1.78 l +-5.58 1.97 l +-5.51 2.13 l +-5.45 2.31 l +-5.37 2.49 l +-5.29 2.64 l +-5.20 2.82 l +-5.11 2.98 l +-5.02 3.14 l +-4.91 3.29 l +-4.81 3.45 l +-4.69 3.60 l +-4.58 3.74 l +-4.46 3.89 l +-4.33 4.03 l +-4.21 4.16 l +-4.07 4.29 l +-3.93 4.42 l +-3.79 4.54 l +-3.65 4.65 l +-3.50 4.77 l +-3.34 4.88 l +-3.19 4.98 l +-3.04 5.08 l +-2.87 5.18 l +-2.70 5.26 l +-2.54 5.34 l +-2.36 5.42 l +-2.20 5.49 l +-2.02 5.56 l +-1.84 5.63 l +-1.67 5.67 l +-1.48 5.73 l +-1.31 5.77 l +-1.12 5.80 l +-0.20 1.22 l +-0.52 2.33 l +-1.11 5.76 l +-0.93 5.79 l +-0.75 5.81 l +-0.56 5.84 l +-0.38 5.85 l +-0.19 5.86 l +-0.01 5.86 l +0.18 5.86 l +0.36 5.85 l +0.55 5.83 l +0.60 4.80 l +-1.07 -5.65 l +-0.92 -5.79 l +-0.73 -5.82 l +-0.54 -5.83 l +-0.37 -5.86 l +-0.17 -5.86 l +0 -5.86 l +0.19 -5.86 l +0.38 -5.85 l +0.56 -5.84 l +0.75 -5.82 l +0.93 -5.79 l +1.11 -5.75 l +1.29 -5.72 l +1.48 -5.68 l +1.65 -5.62 l +1.82 -5.58 l +2.01 -5.51 l +2.17 -5.44 l +2.35 -5.38 l +2.51 -5.29 l +2.69 -5.22 l +2.84 -5.13 l +3.00 -5.03 l +3.17 -4.94 l +3.31 -4.83 l +3.47 -4.73 l +3.62 -4.62 l +3.75 -4.50 l +3.90 -4.38 l +4.04 -4.25 l +4.17 -4.13 l +4.29 -3.99 l +4.42 -3.85 l +4.54 -3.71 l +4.66 -3.57 l +4.76 -3.42 l +4.87 -3.26 l +4.97 -3.12 l +5.07 -2.95 l +5.15 -2.79 l +5.25 -2.62 l +5.32 -2.46 l +119.79 74.30 lineto +5.46 -2.12 l +5.54 -1.95 l +5.59 -1.77 l +5.64 -1.59 l +5.69 -1.41 l +5.73 -1.24 l +5.77 -1.05 l +5.80 -0.87 l +5.82 -0.68 l +5.85 -0.50 l +5.85 -0.32 l +3.70 -0.08 l +cp +p1 +np + 212.20 59.53 m +5.89 0.24 l +5.89 0.43 l +5.87 0.61 l +5.85 0.80 l +5.82 0.98 l +5.78 1.16 l +5.75 1.35 l +5.70 1.53 l +5.65 1.70 l +5.59 1.89 l +5.53 2.06 l +5.46 2.23 l +5.39 2.40 l +5.31 2.58 l +5.23 2.74 l +5.14 2.90 l +5.04 3.06 l +4.94 3.22 l +4.84 3.38 l +4.73 3.53 l +4.62 3.67 l +4.50 3.82 l +4.38 3.96 l +4.25 4.09 l +4.11 4.23 l +3.99 4.36 l +3.84 4.48 l +3.70 4.59 l +3.55 4.71 l +3.40 4.83 l +3.25 4.92 l +3.09 5.03 l +2.93 5.12 l +2.77 5.21 l +2.60 5.30 l +2.44 5.38 l +2.26 5.45 l +2.09 5.52 l +1.91 5.58 l +1.74 5.64 l +1.55 5.69 l +1.38 5.74 l +1.20 5.78 l +1.01 5.81 l +0.83 5.84 l +0.64 5.87 l +0.46 5.88 l +0.27 5.90 l +0.09 5.90 l +-0.10 5.90 l +-0.29 5.89 l +-0.47 5.89 l +-0.66 5.86 l +-0.84 5.84 l +-1.03 5.81 l +-1.21 5.78 l +-1.39 5.73 l +-1.58 5.69 l +-1.75 5.64 l +-1.92 5.57 l +-2.11 5.52 l +-2.27 5.44 l +-2.45 5.37 l +-2.61 5.29 l +-2.78 5.21 l +-2.95 5.11 l +-3.10 5.02 l +-3.26 4.92 l +-3.42 4.81 l +-3.56 4.71 l +-3.71 4.58 l +-3.86 4.47 l +-3.99 4.35 l +-4.13 4.21 l +-4.26 4.09 l +-4.38 3.95 l +-4.51 3.80 l +-4.63 3.67 l +-4.74 3.51 l +-4.85 3.37 l +-4.95 3.21 l +-1.19 0.72 l +3.74 -2.97 l +4.48 -3.78 l +4.35 -3.92 l +4.24 -4.06 l +4.10 -4.19 l +3.96 -4.31 l +3.83 -4.44 l +3.69 -4.56 l +3.54 -4.67 l +3.39 -4.78 l +3.24 -4.89 l +3.08 -4.98 l +1.59 -2.76 l +0.24 -0.36 l +3.11 -5.03 l +2.95 -5.13 l +2.79 -5.22 l +364.44 330.20 lineto +2.45 -5.38 l +2.28 -5.46 l +2.11 -5.53 l +1.93 -5.59 l +1.76 -5.65 l +1.57 -5.70 l +1.40 -5.75 l +1.21 -5.79 l +1.03 -5.82 l +0.85 -5.86 l +0.66 -5.88 l +0.47 -5.89 l +0.29 -5.91 l +0.10 -5.91 l +-0.09 -5.92 l +-0.27 -5.91 l +-0.46 -5.90 l +-0.64 -5.88 l +-0.84 -5.85 l +-1.01 -5.83 l +-1.20 -5.79 l +-1.38 -5.76 l +-1.56 -5.70 l +-1.74 -5.65 l +-1.92 -5.60 l +-2.09 -5.53 l +-2.27 -5.47 l +-2.44 -5.39 l +-2.61 -5.30 l +-2.77 -5.23 l +-2.94 -5.13 l +-3.10 -5.04 l +-3.25 -4.94 l +-3.41 -4.83 l +-3.56 -4.73 l +-3.71 -4.61 l +-3.86 -4.49 l +-3.99 -4.36 l +-4.12 -4.24 l +-4.26 -4.10 l +-4.39 -3.97 l +-4.51 -3.83 l +-4.63 -3.68 l +-4.74 -3.54 l +-4.85 -3.38 l +-4.96 -3.23 l +-5.06 -3.07 l +-5.15 -2.91 l +-5.23 -2.75 l +-5.33 -2.58 l +-5.40 -2.41 l +-5.48 -2.24 l +-5.54 -2.06 l +-5.61 -1.89 l +-4.21 -1.27 l +-1.85 -0.62 l +-5.61 -1.70 l +-5.66 -1.52 l +-5.71 -1.33 l +-5.75 -1.16 l +-5.78 -0.98 l +-5.81 -0.79 l +-5.84 -0.61 l +-5.84 -0.42 l +-5.86 -0.24 l +-5.87 -0.05 l +-2.16 0.05 l +2.40 -0.29 l +5.88 -0.50 l +5.89 -0.32 l +5.90 -0.13 l +cp +p1 +np + 7.76 284.00 m +1.27 5.73 l +1.46 5.68 l +1.64 5.63 l +1.81 5.57 l +1.99 5.52 l +2.16 5.45 l +2.34 5.38 l +2.50 5.30 l +2.67 5.22 l +2.83 5.14 l +2.99 5.04 l +3.15 4.95 l +3.30 4.84 l +3.46 4.74 l +3.60 4.62 l +3.75 4.51 l +3.89 4.39 l +4.02 4.27 l +0.83 0.82 l +3.56 3.78 l +4.20 4.17 l +4.32 4.03 l +4.45 3.90 l +4.57 3.76 l +4.69 3.61 l +4.79 3.46 l +4.91 3.31 l +5.00 3.15 l +5.11 2.99 l +5.19 2.83 l +5.29 2.66 l +5.36 2.49 l +5.44 2.33 l +5.51 2.15 l +5.57 1.98 l +5.64 1.80 l +5.69 1.62 l +5.74 1.44 l +5.78 1.26 l +5.81 1.07 l +5.85 0.89 l +5.87 0.71 l +5.90 0.52 l +5.90 0.33 l +5.92 0.15 l +5.91 -0.04 l +5.91 -0.23 l +5.90 -0.41 l +5.89 -0.60 l +5.86 -0.78 l +5.84 -0.97 l +5.80 -1.15 l +5.76 -1.34 l +5.72 -1.51 l +5.67 -1.70 l +5.61 -1.87 l +0.63 -0.24 l +0.31 -0.08 l +5.66 -1.69 l +5.60 -1.87 l +5.53 -2.05 l +5.47 -2.22 l +5.39 -2.39 l +5.32 -2.56 l +5.23 -2.72 l +5.15 -2.89 l +3.86 -2.33 l +-0.86 0.67 l +-4.71 3.50 l +-4.81 3.34 l +-4.92 3.18 l +-5.02 3.04 l +-5.11 2.87 l +-5.20 2.71 l +-5.28 2.54 l +-5.36 2.37 l +-5.43 2.21 l +-5.50 2.03 l +-5.56 1.86 l +-5.62 1.68 l +-5.67 1.50 l +-5.71 1.32 l +-5.75 1.15 l +-5.78 0.96 l +-5.81 0.77 l +-5.83 0.60 l +-5.85 0.40 l +-5.86 0.23 l +-5.86 0.04 l +-5.86 -0.15 l +-5.85 -0.33 l +-5.84 -0.52 l +-5.82 -0.70 l +-5.80 -0.88 l +-5.76 -1.06 l +-5.73 -1.25 l +-5.69 -1.43 l +-5.63 -1.61 l +-5.59 -1.78 l +126.91 432.85 lineto +-5.47 -2.13 l +-5.39 -2.30 l +-5.31 -2.48 l +-5.24 -2.63 l +-5.14 -2.81 l +-5.06 -2.96 l +-4.96 -3.12 l +-4.86 -3.28 l +-4.76 -3.43 l +-4.64 -3.58 l +-4.53 -3.72 l +-4.41 -3.86 l +-4.28 -4.01 l +-4.16 -4.13 l +-4.02 -4.26 l +-3.89 -4.39 l +-3.75 -4.51 l +-3.60 -4.62 l +-3.46 -4.74 l +-3.30 -4.84 l +-3.15 -4.95 l +-2.99 -5.04 l +-2.83 -5.13 l +-2.67 -5.22 l +-2.50 -5.30 l +-2.33 -5.38 l +-2.16 -5.45 l +-1.99 -5.52 l +-1.81 -5.57 l +-1.64 -5.63 l +-1.46 -5.68 l +-1.28 -5.72 l +-1.09 -5.76 l +-0.92 -5.79 l +-0.13 -1.02 l +cp +p1 +np + 194.26 60.72 m +5.86 0.24 l +5.84 0.42 l +5.84 0.61 l +5.81 0.79 l +5.78 0.98 l +5.75 1.16 l +5.71 1.33 l +5.66 1.52 l +5.61 1.70 l +1.85 0.62 l +-1.45 -0.44 l +-5.71 -1.53 l +-5.76 -1.35 l +-5.80 -1.17 l +-5.83 -0.98 l +-5.86 -0.80 l +-5.89 -0.61 l +-5.90 -0.43 l +-5.91 -0.24 l +-5.91 -0.05 l +-5.92 0.13 l +-5.90 0.32 l +-5.90 0.50 l +-5.87 0.69 l +-5.85 0.88 l +-5.82 1.06 l +-1.29 0.28 l +2.23 -0.63 l +5.72 -1.42 l +5.77 -1.24 l +5.81 -1.06 l +5.83 -0.88 l +3.47 -0.40 l +2.16 -0.05 l +cp +p1 +np + 9.75 223.08 m +-0.75 5.86 l +-0.57 5.89 l +-0.38 5.90 l +-0.19 5.92 l +-0.01 5.91 l +0.18 5.91 l +0.37 5.91 l +0.55 5.89 l +0.74 5.87 l +0.92 5.84 l +1.11 5.81 l +1.29 5.77 l +1.47 5.73 l +1.65 5.68 l +1.83 5.63 l +2.00 5.56 l +2.18 5.50 l +2.36 5.43 l +2.52 5.35 l +2.69 5.27 l +2.86 5.18 l +3.02 5.08 l +3.18 4.99 l +3.33 4.89 l +3.49 4.78 l +3.63 4.67 l +3.78 4.55 l +3.92 4.42 l +0.50 0.53 l +-0.83 -0.82 l +-4.02 -4.27 l +-3.89 -4.39 l +-3.75 -4.51 l +-3.60 -4.62 l +-3.46 -4.74 l +-3.30 -4.84 l +-3.15 -4.95 l +-2.99 -5.04 l +-2.83 -5.14 l +-2.67 -5.22 l +-2.50 -5.30 l +-2.34 -5.38 l +-2.16 -5.45 l +-1.99 -5.52 l +-1.81 -5.57 l +-1.64 -5.63 l +-1.46 -5.68 l +-1.27 -5.73 l +-0.03 -0.11 l +-0.60 -4.80 l +-0.55 -5.83 l +-0.36 -5.85 l +-0.18 -5.86 l +0.01 -5.86 l +0.19 -5.86 l +0.38 -5.85 l +0.56 -5.84 l +0.75 -5.81 l +0.93 -5.79 l +1.11 -5.76 l +0.52 -2.33 l +cp +p1 +np + 153.95 67.32 m +-5.63 1.78 l +-5.57 1.96 l +-5.50 2.13 l +-5.43 2.31 l +-5.36 2.47 l +-1.29 0.65 l +-1.41 0.55 l +-5.30 2.25 l +-5.23 2.42 l +-5.15 2.58 l +-5.07 2.74 l +-4.98 2.90 l +-4.88 3.06 l +-4.79 3.20 l +-4.68 3.36 l +-4.57 3.51 l +-4.46 3.64 l +-4.34 3.79 l +-4.22 3.92 l +-4.10 4.05 l +-3.96 4.18 l +-3.83 4.31 l +-3.70 4.42 l +-3.55 4.54 l +-3.41 4.64 l +-3.26 4.75 l +-3.10 4.85 l +-2.96 4.95 l +-2.79 5.04 l +-2.63 5.12 l +-2.48 5.21 l +-2.30 5.28 l +-2.14 5.35 l +-1.28 3.53 l +-0.21 0.48 l +-2.18 5.44 l +-2.00 5.51 l +-1.83 5.57 l +-1.65 5.63 l +-1.47 5.67 l +-0.77 3.39 l +0.20 -1.22 l +1.12 -5.80 l +1.31 -5.77 l +1.48 -5.73 l +1.67 -5.67 l +1.84 -5.63 l +2.02 -5.56 l +2.20 -5.49 l +2.36 -5.42 l +2.54 -5.34 l +2.70 -5.26 l +2.87 -5.18 l +3.04 -5.08 l +3.19 -4.98 l +3.34 -4.88 l +3.50 -4.77 l +3.65 -4.65 l +3.79 -4.54 l +3.93 -4.42 l +4.07 -4.29 l +4.21 -4.16 l +4.33 -4.03 l +4.46 -3.89 l +4.58 -3.74 l +4.69 -3.60 l +4.81 -3.45 l +4.91 -3.29 l +5.02 -3.14 l +5.11 -2.98 l +5.20 -2.82 l +5.29 -2.64 l +5.37 -2.49 l +5.45 -2.31 l +5.51 -2.13 l +5.58 -1.97 l +5.64 -1.78 l +5.69 -1.61 l +5.74 -1.42 l +4.50 -0.97 l +cp +p1 +np + 351.14 354.00 m +-3.08 4.98 l +-3.24 4.89 l +-3.39 4.78 l +-3.54 4.67 l +-3.69 4.56 l +-3.83 4.44 l +-3.96 4.31 l +-4.10 4.19 l +-4.24 4.06 l +-4.35 3.92 l +-4.48 3.78 l +-3.74 2.97 l +-3.86 2.33 l +-5.15 2.89 l +-5.23 2.72 l +-5.32 2.56 l +-5.39 2.39 l +-5.47 2.22 l +-5.53 2.05 l +-5.60 1.87 l +-5.66 1.69 l +-0.31 0.08 l +4.91 -1.81 l +5.49 -2.23 l +5.40 -2.39 l +5.33 -2.57 l +5.25 -2.73 l +5.16 -2.90 l +5.06 -3.06 l +4.97 -3.22 l +4.86 -3.37 l +4.75 -3.52 l +4.63 -3.67 l +4.52 -3.82 l +4.40 -3.96 l +4.27 -4.09 l +4.14 -4.23 l +4.00 -4.35 l +3.87 -4.48 l +3.72 -4.60 l +3.57 -4.72 l +3.42 -4.82 l +3.03 -4.57 l +cp +p1 +np + 252.18 71.36 m +5.61 1.89 l +5.54 2.06 l +5.48 2.24 l +5.40 2.41 l +5.33 2.58 l +5.23 2.75 l +5.15 2.91 l +5.06 3.07 l +4.96 3.23 l +4.85 3.38 l +4.74 3.54 l +4.63 3.68 l +4.51 3.83 l +4.39 3.97 l +4.26 4.10 l +4.12 4.24 l +3.99 4.36 l +3.86 4.49 l +3.71 4.61 l +3.56 4.73 l +3.41 4.83 l +3.25 4.94 l +3.10 5.04 l +2.94 5.13 l +2.77 5.23 l +2.61 5.30 l +2.44 5.39 l +2.27 5.47 l +2.09 5.53 l +1.92 5.60 l +1.74 5.65 l +1.56 5.70 l +1.38 5.76 l +1.20 5.79 l +1.01 5.83 l +0.84 5.85 l +0.64 5.88 l +0.46 5.90 l +0.27 5.91 l +0.09 5.92 l +-0.10 5.91 l +-0.29 5.91 l +-0.47 5.89 l +-0.66 5.88 l +-0.85 5.86 l +-1.03 5.82 l +-1.21 5.79 l +-1.40 5.75 l +-1.57 5.70 l +-1.76 5.65 l +-1.93 5.59 l +-2.11 5.53 l +-2.28 5.46 l +-2.45 5.38 l +-2.62 5.30 l +-2.79 5.22 l +-2.95 5.13 l +-3.11 5.03 l +-0.24 0.36 l +1.34 -2.33 l +2.76 -5.17 l +2.60 -5.25 l +2.43 -5.34 l +2.26 -5.40 l +2.09 -5.48 l +1.91 -5.54 l +1.74 -5.60 l +1.56 -5.65 l +1.39 -5.70 l +1.20 -5.74 l +1.02 -5.77 l +0.84 -5.80 l +0.65 -5.83 l +0.47 -5.84 l +0.28 -5.86 l +0.10 -5.86 l +-0.08 -5.86 l +-0.27 -5.85 l +-0.46 -5.85 l +-0.64 -5.83 l +-0.82 -5.80 l +-1.00 -5.78 l +-0.24 -1.12 l +-0.79 -5.57 l +-1.00 -5.78 l +-1.19 -5.74 l +-1.37 -5.70 l +-1.55 -5.66 l +-1.72 -5.60 l +-1.90 -5.55 l +-2.08 -5.48 l +-2.25 -5.42 l +-2.41 -5.34 l +-2.59 -5.26 l +-2.75 -5.18 l +-2.91 -5.09 l +-3.07 -5.00 l +-3.23 -4.89 l +-3.38 -4.79 l +336.14 132.25 lineto +-3.68 -4.57 l +-3.82 -4.45 l +-3.95 -4.32 l +-4.09 -4.20 l +-4.23 -4.07 l +-4.34 -3.94 l +-4.47 -3.79 l +-4.59 -3.65 l +-4.70 -3.51 l +-4.81 -3.35 l +-4.92 -3.20 l +-5.01 -3.05 l +-5.10 -2.88 l +-5.20 -2.72 l +-5.27 -2.56 l +-5.36 -2.39 l +-5.43 -2.22 l +-5.49 -2.04 l +-3.71 -1.25 l +cp +p1 +np + 60.75 380.11 m +4.29 4.00 l +4.41 3.87 l +4.53 3.72 l +4.64 3.58 l +4.76 3.43 l +4.86 3.28 l +4.96 3.12 l +5.06 2.97 l +5.15 2.80 l +5.24 2.64 l +5.31 2.47 l +5.39 2.31 l +5.47 2.13 l +5.52 1.96 l +5.59 1.78 l +5.64 1.61 l +5.69 1.43 l +5.72 1.24 l +5.77 1.07 l +5.80 0.88 l +5.82 0.70 l +5.84 0.52 l +5.85 0.33 l +4.18 0.10 l +1.92 0.24 l +5.88 0.51 l +5.89 0.34 l +5.90 0.15 l +5.90 -0.04 l +5.90 -0.23 l +5.88 -0.41 l +5.87 -0.60 l +5.85 -0.78 l +5.82 -0.97 l +5.79 -1.15 l +5.75 -1.33 l +5.39 -1.43 l +-0.63 0.24 l +-5.61 1.87 l +-5.67 1.70 l +-5.72 1.51 l +-5.76 1.34 l +-5.80 1.15 l +-5.84 0.97 l +-5.86 0.78 l +-5.89 0.60 l +-5.90 0.41 l +-5.91 0.23 l +-5.91 0.04 l +-5.92 -0.15 l +-5.90 -0.33 l +-5.90 -0.52 l +-5.87 -0.71 l +-5.85 -0.89 l +-5.81 -1.07 l +-5.78 -1.26 l +-5.74 -1.44 l +-5.69 -1.62 l +-5.64 -1.80 l +-5.57 -1.98 l +-5.51 -2.15 l +-5.44 -2.33 l +-5.36 -2.49 l +-5.29 -2.66 l +-5.19 -2.83 l +-5.11 -2.99 l +-5.00 -3.15 l +-4.91 -3.31 l +-4.79 -3.46 l +-4.69 -3.61 l +-4.57 -3.76 l +-4.45 -3.90 l +-4.32 -4.03 l +-4.20 -4.17 l +-3.56 -3.78 l +cp +p1 +np + 199.86 62.54 m +5.91 0.24 l +5.90 0.43 l +5.89 0.61 l +5.86 0.80 l +5.83 0.98 l +5.80 1.17 l +5.76 1.35 l +5.71 1.53 l +1.45 0.44 l +3.71 1.25 l +5.49 2.04 l +5.43 2.22 l +5.36 2.39 l +5.27 2.56 l +5.20 2.72 l +5.10 2.88 l +5.01 3.05 l +4.92 3.20 l +4.81 3.35 l +4.70 3.51 l +4.59 3.65 l +4.47 3.79 l +4.34 3.94 l +4.23 4.07 l +4.09 4.20 l +3.95 4.32 l +3.82 4.45 l +3.68 4.57 l +3.53 4.69 l +3.38 4.79 l +3.23 4.89 l +3.07 5.00 l +2.91 5.09 l +2.75 5.18 l +2.59 5.26 l +2.41 5.34 l +2.25 5.42 l +2.08 5.48 l +1.90 5.55 l +1.72 5.60 l +1.55 5.66 l +1.37 5.70 l +1.19 5.74 l +1.00 5.78 l +0.79 5.57 l +-0.95 -4.62 l +-1.37 -5.70 l +-0.81 -2.95 l +-0.26 -1.24 l +-1.34 -5.61 l +-1.52 -5.55 l +-1.70 -5.51 l +-1.86 -5.45 l +-2.04 -5.39 l +-2.21 -5.32 l +-2.38 -5.25 l +-2.54 -5.17 l +-2.70 -5.09 l +-2.86 -5.00 l +-3.02 -4.91 l +-3.17 -4.81 l +-3.32 -4.70 l +-3.47 -4.60 l +-3.61 -4.49 l +-3.75 -4.38 l +-3.89 -4.25 l +-4.02 -4.12 l +-4.15 -4.00 l +-4.27 -3.87 l +-4.39 -3.73 l +-4.51 -3.58 l +-4.62 -3.45 l +-4.73 -3.29 l +-4.82 -3.15 l +-4.93 -2.99 l +-5.01 -2.83 l +-5.11 -2.68 l +-5.18 -2.51 l +-5.26 -2.35 l +-5.34 -2.18 l +-5.40 -2.01 l +-5.46 -1.84 l +-5.51 -1.66 l +-5.57 -1.49 l +-5.61 -1.32 l +-5.64 -1.13 l +-5.68 -0.96 l +-5.71 -0.78 l +-5.73 -0.60 l +-5.75 -0.41 l +-5.76 -0.24 l +-5.76 -0.05 l +-5.76 0.13 l +-5.75 0.31 l +-5.74 0.49 l +-5.72 0.67 l +-5.70 0.86 l +-5.67 1.03 l +-5.63 1.21 l +145.61 71.87 lineto +-5.55 1.57 l +-5.49 1.73 l +-5.44 1.92 l +-3.96 1.53 l +1.29 -0.65 l +5.36 -2.47 l +5.43 -2.31 l +5.50 -2.13 l +5.57 -1.96 l +5.63 -1.78 l +3.45 -0.97 l +1.29 -0.28 l +5.82 -1.06 l +5.85 -0.88 l +5.87 -0.69 l +5.90 -0.50 l +5.90 -0.32 l +5.92 -0.13 l +cp +p1 +np + 19.91 188.64 m +-1.79 5.48 l +-1.62 5.53 l +-1.45 5.57 l +-1.27 5.62 l +-1.09 5.66 l +-0.92 5.69 l +-0.73 5.71 l +-0.55 5.74 l +-0.37 5.75 l +-0.19 5.75 l +-0.01 5.77 l +0.18 5.76 l +0.35 5.75 l +0.54 5.73 l +0.72 5.72 l +0.90 5.69 l +1.08 5.66 l +1.25 5.62 l +1.43 5.58 l +1.61 5.53 l +1.78 5.48 l +1.96 5.42 l +2.12 5.36 l +2.30 5.28 l +2.45 5.21 l +2.62 5.14 l +2.79 5.04 l +2.94 4.96 l +3.09 4.85 l +3.25 4.76 l +3.39 4.66 l +3.54 4.54 l +3.69 4.43 l +3.82 4.32 l +3.95 4.19 l +4.09 4.06 l +4.21 3.93 l +4.33 3.80 l +4.45 3.66 l +4.56 3.51 l +4.68 3.37 l +4.77 3.23 l +4.88 3.06 l +4.97 2.92 l +5.06 2.75 l +5.15 2.60 l +5.22 2.43 l +5.30 2.26 l +5.36 2.09 l +5.43 1.93 l +5.49 1.75 l +5.54 1.58 l +5.59 1.40 l +5.63 1.23 l +5.67 1.05 l +5.69 0.86 l +0.83 0.10 l +2.09 0.46 l +5.81 1.07 l +5.83 0.89 l +3.94 0.47 l +-4.18 -0.10 l +-5.85 -0.33 l +-5.84 -0.52 l +-5.82 -0.70 l +-5.80 -0.88 l +-5.77 -1.07 l +-5.72 -1.24 l +-5.69 -1.43 l +-5.64 -1.61 l +-5.59 -1.78 l +-5.52 -1.96 l +-5.47 -2.13 l +-5.39 -2.31 l +-5.31 -2.47 l +-5.24 -2.64 l +-5.15 -2.80 l +-5.06 -2.97 l +-4.96 -3.12 l +-4.86 -3.28 l +-4.76 -3.43 l +-4.64 -3.58 l +-4.53 -3.72 l +-4.41 -3.87 l +-4.29 -4.00 l +-3.33 -3.31 l +-0.50 -0.53 l +-3.92 -4.42 l +-3.78 -4.55 l +-3.63 -4.67 l +-3.49 -4.78 l +-3.33 -4.89 l +-3.18 -4.99 l +-3.02 -5.08 l +-2.86 -5.18 l +-2.69 -5.27 l +-2.52 -5.35 l +-2.36 -5.43 l +-2.18 -5.50 l +17.96 310.60 lineto +-1.83 -5.63 l +-1.65 -5.68 l +-1.47 -5.73 l +-1.29 -5.77 l +-1.11 -5.81 l +-0.92 -5.84 l +-0.74 -5.87 l +-0.55 -5.89 l +-0.37 -5.91 l +-0.18 -5.91 l +0.01 -5.91 l +0.19 -5.92 l +0.38 -5.90 l +0.57 -5.89 l +0.75 -5.86 l +0.74 -4.63 l +0.77 -3.39 l +1.47 -5.67 l +1.65 -5.63 l +1.83 -5.57 l +2.00 -5.51 l +2.18 -5.44 l +0.21 -0.48 l +cp +p1 +np + 121.19 80.62 m +-5.19 2.81 l +-5.10 2.97 l +-5.00 3.13 l +-4.91 3.28 l +-4.79 3.44 l +-4.68 3.59 l +-4.57 3.74 l +-4.45 3.88 l +-4.32 4.01 l +-2.25 2.22 l +-4.02 3.30 l +-4.42 3.85 l +-4.30 3.99 l +-4.16 4.12 l +-4.04 4.26 l +-3.90 4.38 l +-3.76 4.50 l +-3.61 4.61 l +-3.47 4.73 l +-3.31 4.83 l +-3.16 4.94 l +-3.01 5.03 l +-2.84 5.13 l +-2.68 5.21 l +-2.52 5.30 l +-2.13 4.89 l +1.28 -3.53 l +2.14 -5.35 l +2.30 -5.28 l +2.48 -5.21 l +2.63 -5.12 l +2.79 -5.04 l +2.96 -4.95 l +3.10 -4.85 l +3.26 -4.75 l +3.41 -4.64 l +3.55 -4.54 l +3.70 -4.42 l +3.83 -4.31 l +3.96 -4.18 l +4.10 -4.05 l +4.22 -3.92 l +4.34 -3.79 l +4.46 -3.64 l +4.57 -3.51 l +4.68 -3.36 l +4.79 -3.20 l +4.88 -3.06 l +4.98 -2.90 l +5.07 -2.74 l +5.15 -2.58 l +5.23 -2.42 l +5.30 -2.25 l +1.41 -0.55 l +cp +p1 +np + 374.10 224.11 m +1.00 5.78 l +0.82 5.80 l +0.64 5.83 l +0.46 5.85 l +0.27 5.85 l +0.08 5.86 l +-0.10 5.86 l +-0.28 5.86 l +-0.47 5.84 l +-0.65 5.83 l +-0.84 5.80 l +-1.02 5.77 l +-1.20 5.74 l +-1.39 5.70 l +-1.56 5.65 l +-1.74 5.60 l +-1.91 5.54 l +-2.09 5.48 l +-2.26 5.40 l +-2.43 5.34 l +-2.60 5.25 l +-2.76 5.17 l +-1.34 2.33 l +-3.03 4.57 l +-3.42 4.82 l +-3.57 4.72 l +-3.72 4.60 l +-3.87 4.48 l +-4.00 4.35 l +-4.14 4.23 l +-4.27 4.09 l +-4.40 3.96 l +-4.52 3.82 l +-4.63 3.67 l +-4.75 3.52 l +-4.86 3.37 l +-4.97 3.22 l +-5.06 3.06 l +-5.16 2.90 l +-5.25 2.73 l +-5.33 2.57 l +-5.40 2.39 l +-5.49 2.23 l +-4.91 1.81 l +-5.39 1.43 l +-5.75 1.33 l +-5.79 1.15 l +-5.82 0.97 l +-5.85 0.78 l +-5.87 0.60 l +-5.88 0.41 l +-5.90 0.23 l +-5.90 0.04 l +-5.90 -0.15 l +-5.89 -0.34 l +-5.88 -0.51 l +-1.92 -0.24 l +1.69 0.05 l +5.86 -0.04 l +5.86 -0.23 l +5.85 -0.40 l +5.83 -0.60 l +5.81 -0.78 l +5.79 -0.96 l +5.75 -1.14 l +5.71 -1.32 l +5.67 -1.50 l +5.62 -1.69 l +5.56 -1.85 l +5.50 -2.04 l +5.43 -2.20 l +5.36 -2.38 l +5.29 -2.54 l +5.20 -2.71 l +5.11 -2.87 l +5.02 -3.03 l +4.92 -3.19 l +4.82 -3.34 l +4.71 -3.50 l +4.59 -3.64 l +4.48 -3.78 l +4.36 -3.92 l +0.10 -0.09 l +0.45 -0.41 l +4.16 -3.99 l +4.03 -4.12 l +3.90 -4.24 l +3.76 -4.36 l +3.63 -4.48 l +3.48 -4.59 l +3.33 -4.70 l +3.18 -4.81 l +3.03 -4.90 l +2.88 -4.99 l +2.71 -5.08 l +2.56 -5.17 l +2.38 -5.24 l +2.23 -5.31 l +2.05 -5.39 l +363.93 310.48 lineto +0.25 -0.66 l +1.91 -5.54 l +1.74 -5.60 l +1.56 -5.66 l +1.39 -5.69 l +1.20 -5.74 l +1.02 -5.78 l +0.84 -5.80 l +0.65 -5.83 l +0.47 -5.84 l +0.29 -5.86 l +0.10 -5.86 l +-0.09 -5.87 l +-0.27 -5.85 l +-0.45 -5.85 l +-0.64 -5.83 l +-0.04 -0.23 l +cp +p1 +np + 316.03 382.45 m +-4.36 3.92 l +-4.48 3.78 l +-4.59 3.64 l +-4.71 3.50 l +-4.82 3.34 l +-4.92 3.19 l +-5.02 3.03 l +-5.11 2.87 l +-5.20 2.71 l +-5.29 2.54 l +-5.36 2.38 l +-5.43 2.20 l +-5.50 2.04 l +-5.56 1.85 l +-5.62 1.69 l +-5.67 1.50 l +-5.71 1.32 l +-5.75 1.14 l +-5.79 0.96 l +-5.81 0.78 l +-5.83 0.60 l +-5.85 0.40 l +-5.86 0.23 l +-5.86 0.04 l +-1.69 -0.05 l +-3.94 -0.47 l +-5.83 -0.89 l +-5.81 -1.07 l +-2.09 -0.46 l +4.89 0.59 l +5.74 0.51 l +5.75 0.32 l +5.76 0.15 l +5.76 -0.04 l +5.76 -0.22 l +5.75 -0.40 l +5.73 -0.58 l +5.71 -0.77 l +5.68 -0.94 l +5.66 -1.12 l +5.61 -1.30 l +5.57 -1.48 l +5.52 -1.65 l +5.46 -1.83 l +5.41 -2.00 l +5.33 -2.16 l +5.27 -2.34 l +5.19 -2.50 l +5.11 -2.66 l +5.03 -2.82 l +4.93 -2.98 l +4.83 -3.13 l +4.74 -3.28 l +4.62 -3.44 l +4.52 -3.57 l +4.40 -3.72 l +3.83 -3.44 l +cp + 371.54 212.67 m +1.37 5.70 l +0.95 4.62 l +0.04 0.23 l +0.64 5.83 l +0.45 5.85 l +0.27 5.85 l +0.09 5.87 l +-0.10 5.86 l +-0.29 5.86 l +-0.47 5.84 l +-0.65 5.83 l +-0.84 5.80 l +-1.02 5.78 l +-1.20 5.74 l +-1.39 5.69 l +-1.56 5.66 l +-1.74 5.60 l +-1.91 5.54 l +-0.25 0.66 l +1.84 -5.34 l +1.71 -5.51 l +1.54 -5.55 l +1.35 -5.60 l +1.19 -5.64 l +1.00 -5.67 l +0.82 -5.70 l +0.64 -5.73 l +0.47 -5.74 l +0.28 -5.75 l +0.09 -5.77 l +-0.08 -5.76 l +-0.27 -5.75 l +-0.44 -5.75 l +-0.63 -5.72 l +-0.81 -5.71 l +-0.99 -5.67 l +-0.91 -4.40 l +cp +p1 +np + 196.93 65.83 m +5.76 0.24 l +5.75 0.41 l +5.73 0.60 l +5.71 0.78 l +5.68 0.96 l +5.64 1.13 l +5.61 1.32 l +5.57 1.49 l +5.51 1.66 l +5.46 1.84 l +5.40 2.01 l +5.34 2.18 l +5.26 2.35 l +5.18 2.51 l +5.11 2.68 l +5.01 2.83 l +4.93 2.99 l +4.82 3.15 l +4.73 3.29 l +4.62 3.45 l +4.51 3.58 l +4.39 3.73 l +4.27 3.87 l +4.15 4.00 l +4.02 4.12 l +3.89 4.25 l +3.75 4.38 l +3.61 4.49 l +3.47 4.60 l +3.32 4.70 l +3.17 4.81 l +3.02 4.91 l +2.86 5.00 l +2.70 5.09 l +2.54 5.17 l +2.38 5.25 l +2.21 5.32 l +2.04 5.39 l +1.86 5.45 l +1.70 5.51 l +1.52 5.55 l +1.34 5.61 l +0.26 1.24 l +-0.74 -2.70 l +-1.72 -5.60 l +-1.90 -5.55 l +-2.08 -5.48 l +-2.25 -5.42 l +-2.41 -5.34 l +-2.59 -5.26 l +-2.75 -5.18 l +-2.91 -5.08 l +-3.07 -5.00 l +-3.22 -4.89 l +-3.38 -4.79 l +-3.53 -4.68 l +-3.68 -4.57 l +-3.82 -4.45 l +-3.95 -4.33 l +-4.09 -4.19 l +-4.22 -4.07 l +-4.35 -3.94 l +-4.47 -3.79 l +-4.59 -3.65 l +-4.70 -3.50 l +-4.81 -3.36 l +-4.91 -3.20 l +-5.01 -3.04 l +-5.10 -2.88 l +-5.19 -2.73 l +-5.28 -2.55 l +-5.35 -2.39 l +-5.43 -2.22 l +-5.49 -2.04 l +-5.56 -1.88 l +-5.61 -1.69 l +-5.66 -1.52 l +-5.71 -1.33 l +-5.75 -1.16 l +-5.78 -0.98 l +-5.81 -0.79 l +-5.83 -0.61 l +-5.84 -0.42 l +-5.86 -0.24 l +-5.86 -0.05 l +-5.86 0.13 l +-5.86 0.32 l +-5.84 0.50 l +-5.82 0.68 l +-5.80 0.87 l +-5.76 1.05 l +-5.74 1.24 l +-5.69 1.41 l +-5.64 1.59 l +-5.59 1.77 l +-5.53 1.94 l +-5.46 2.12 l +-5.40 2.29 l +-5.32 2.46 l +105.92 94.18 lineto +-5.16 2.79 l +-5.06 2.95 l +-4.97 3.11 l +-4.87 3.26 l +-4.76 3.42 l +-4.66 3.57 l +-0.51 0.41 l +2.25 -2.22 l +4.32 -4.01 l +4.45 -3.88 l +4.57 -3.74 l +4.68 -3.59 l +4.79 -3.44 l +4.91 -3.28 l +5.00 -3.13 l +5.10 -2.97 l +5.19 -2.81 l +3.98 -2.00 l +3.96 -1.53 l +5.44 -1.92 l +5.49 -1.73 l +5.55 -1.57 l +5.59 -1.39 l +5.63 -1.21 l +5.67 -1.03 l +5.70 -0.86 l +5.72 -0.67 l +5.74 -0.49 l +5.75 -0.31 l +5.76 -0.13 l +cp +p1 +np + 73.98 115.63 m +-4.06 4.28 l +-3.92 4.40 l +-3.79 4.53 l +-3.63 4.65 l +-3.49 4.76 l +-3.34 4.87 l +-3.18 4.96 l +-3.03 5.07 l +-2.86 5.16 l +-2.70 5.25 l +-2.53 5.33 l +-2.36 5.41 l +-2.19 5.48 l +-2.02 5.55 l +-1.84 5.60 l +-1.66 5.67 l +-1.48 5.71 l +-1.30 5.75 l +-1.12 5.80 l +-0.93 5.82 l +-0.75 5.86 l +-0.57 5.87 l +-0.38 5.89 l +-0.19 5.90 l +-0.01 5.90 l +0.18 5.90 l +0.36 5.89 l +0.55 5.87 l +0.74 5.86 l +0.92 5.83 l +1.10 5.79 l +1.29 5.76 l +1.47 5.72 l +1.64 5.67 l +1.83 5.61 l +2.00 5.55 l +2.18 5.48 l +2.35 5.42 l +2.51 5.34 l +2.69 5.25 l +2.85 5.17 l +3.01 5.07 l +3.17 4.98 l +3.32 4.88 l +3.48 4.76 l +3.63 4.66 l +3.77 4.54 l +3.91 4.41 l +4.05 4.30 l +4.19 4.16 l +4.31 4.03 l +4.44 3.88 l +4.56 3.75 l +4.67 3.60 l +4.79 3.45 l +4.89 3.30 l +5.00 3.15 l +5.09 2.98 l +5.18 2.82 l +5.27 2.66 l +5.35 2.49 l +5.43 2.32 l +5.49 2.14 l +5.57 1.98 l +5.62 1.79 l +5.67 1.62 l +5.73 1.43 l +3.67 0.80 l +-0.83 -0.10 l +-5.69 -0.86 l +-5.67 -1.05 l +-5.63 -1.23 l +-5.59 -1.40 l +-5.54 -1.58 l +-5.49 -1.75 l +-5.43 -1.93 l +-5.36 -2.09 l +-5.30 -2.26 l +-5.22 -2.43 l +-5.15 -2.60 l +-5.06 -2.75 l +-4.97 -2.92 l +-4.88 -3.06 l +-4.77 -3.23 l +-4.68 -3.37 l +-4.56 -3.51 l +-4.45 -3.66 l +-4.33 -3.80 l +-4.21 -3.93 l +-4.09 -4.06 l +-3.95 -4.19 l +-3.82 -4.32 l +-3.69 -4.43 l +-3.54 -4.54 l +-3.39 -4.66 l +-3.25 -4.76 l +-3.09 -4.85 l +-2.94 -4.96 l +-2.79 -5.04 l +28.59 328.70 lineto +-2.45 -5.21 l +-2.30 -5.28 l +-2.12 -5.36 l +-1.96 -5.42 l +-1.78 -5.48 l +-1.61 -5.53 l +-1.43 -5.58 l +-1.25 -5.62 l +-1.08 -5.66 l +-0.90 -5.69 l +-0.72 -5.72 l +-0.54 -5.73 l +-0.35 -5.75 l +-0.18 -5.76 l +0.01 -5.77 l +0.19 -5.75 l +0.37 -5.75 l +0.55 -5.74 l +0.73 -5.71 l +0.92 -5.69 l +1.09 -5.66 l +1.27 -5.62 l +1.45 -5.57 l +1.62 -5.53 l +1.79 -5.48 l +0.69 -1.88 l +2.13 -4.89 l +2.52 -5.30 l +2.68 -5.21 l +2.84 -5.13 l +3.01 -5.03 l +3.16 -4.94 l +3.31 -4.83 l +3.47 -4.73 l +3.61 -4.61 l +3.76 -4.50 l +3.90 -4.38 l +4.04 -4.26 l +4.16 -4.12 l +4.30 -3.99 l +4.42 -3.85 l +4.02 -3.30 l +cp +p1 +np + 196.33 73.23 m +5.86 0.24 l +5.84 0.42 l +5.83 0.61 l +5.81 0.79 l +5.78 0.98 l +5.75 1.16 l +5.71 1.33 l +5.66 1.52 l +5.61 1.69 l +5.56 1.88 l +5.49 2.04 l +5.43 2.22 l +5.35 2.39 l +5.28 2.55 l +5.19 2.73 l +5.10 2.88 l +5.01 3.04 l +4.91 3.20 l +4.81 3.36 l +4.70 3.50 l +4.59 3.65 l +4.47 3.79 l +4.35 3.94 l +4.22 4.07 l +4.09 4.19 l +3.95 4.33 l +3.82 4.45 l +3.68 4.57 l +3.53 4.68 l +3.38 4.79 l +3.22 4.89 l +3.07 5.00 l +2.91 5.08 l +2.75 5.18 l +2.59 5.26 l +2.41 5.34 l +2.25 5.42 l +2.08 5.48 l +1.90 5.55 l +1.72 5.60 l +0.74 2.70 l +0.91 4.40 l +0.99 5.67 l +0.81 5.71 l +0.63 5.72 l +0.44 5.75 l +0.27 5.75 l +0.08 5.76 l +-0.09 5.77 l +-0.28 5.75 l +-0.47 5.74 l +-0.64 5.73 l +-0.82 5.70 l +-1.00 5.67 l +-1.19 5.64 l +-1.35 5.60 l +-1.54 5.55 l +-1.71 5.51 l +-1.84 5.34 l +-1.84 4.82 l +-2.26 5.41 l +-2.43 5.33 l +-2.60 5.26 l +-2.77 5.17 l +-2.92 5.08 l +-3.08 4.99 l +-3.24 4.89 l +-3.40 4.78 l +-3.54 4.67 l +-3.69 4.56 l +-3.83 4.44 l +-3.96 4.32 l +-4.11 4.19 l +-4.13 3.97 l +-3.83 3.44 l +-4.40 3.72 l +-4.52 3.57 l +-4.62 3.44 l +-4.74 3.28 l +-4.83 3.13 l +-4.93 2.98 l +-5.03 2.82 l +-5.11 2.66 l +-5.19 2.50 l +-5.27 2.34 l +-5.33 2.16 l +-5.41 2.00 l +-5.46 1.83 l +-5.52 1.65 l +-5.57 1.48 l +-5.61 1.30 l +-5.66 1.12 l +-5.68 0.94 l +-5.71 0.77 l +-5.73 0.58 l +-5.75 0.40 l +-5.76 0.22 l +-5.76 0.04 l +-5.76 -0.15 l +179.20 430.26 lineto +-5.74 -0.51 l +-4.89 -0.59 l +-3.67 -0.80 l +-5.73 -1.43 l +-5.67 -1.62 l +-5.62 -1.79 l +-5.57 -1.98 l +-5.49 -2.14 l +-5.43 -2.32 l +-5.35 -2.49 l +-5.27 -2.66 l +-5.18 -2.82 l +-5.09 -2.98 l +-5.00 -3.15 l +-4.89 -3.30 l +-4.79 -3.45 l +-4.67 -3.60 l +-4.56 -3.75 l +-4.44 -3.88 l +-4.31 -4.03 l +-4.19 -4.16 l +-4.05 -4.30 l +-3.91 -4.41 l +-3.77 -4.54 l +-3.63 -4.66 l +-3.48 -4.76 l +-3.32 -4.88 l +-3.17 -4.98 l +-3.01 -5.07 l +-2.85 -5.17 l +-2.69 -5.25 l +-2.51 -5.34 l +-2.35 -5.42 l +-2.18 -5.48 l +-2.00 -5.55 l +-1.83 -5.61 l +-1.64 -5.67 l +-1.47 -5.72 l +-1.29 -5.76 l +-1.10 -5.79 l +-0.92 -5.83 l +-0.74 -5.86 l +-0.55 -5.87 l +-0.36 -5.89 l +-0.18 -5.90 l +0.01 -5.90 l +0.19 -5.90 l +0.38 -5.89 l +0.57 -5.87 l +0.75 -5.86 l +0.93 -5.82 l +1.12 -5.80 l +1.30 -5.75 l +1.48 -5.71 l +1.66 -5.67 l +1.84 -5.60 l +2.02 -5.55 l +2.19 -5.48 l +2.36 -5.41 l +2.53 -5.33 l +2.70 -5.25 l +2.86 -5.16 l +3.03 -5.07 l +3.18 -4.96 l +3.34 -4.87 l +3.49 -4.76 l +3.63 -4.65 l +3.79 -4.53 l +3.92 -4.40 l +4.06 -4.28 l +1.95 -1.94 l +0.51 -0.41 l +4.66 -3.57 l +4.76 -3.42 l +4.87 -3.26 l +4.97 -3.11 l +5.06 -2.95 l +5.16 -2.79 l +5.24 -2.63 l +5.32 -2.46 l +5.40 -2.29 l +5.46 -2.12 l +5.53 -1.94 l +5.59 -1.77 l +5.64 -1.59 l +5.69 -1.41 l +5.74 -1.24 l +5.76 -1.05 l +5.80 -0.87 l +5.82 -0.68 l +5.84 -0.50 l +5.86 -0.32 l +5.86 -0.13 l +cp +p1 +1 0 0 srgb +np +74.34 100.78 m +4.66 -3.57 l +4.76 -3.42 l +4.87 -3.26 l +4.97 -3.12 l +5.07 -2.95 l +5.15 -2.79 l +5.25 -2.62 l +5.32 -2.46 l +5.40 -2.29 l +5.46 -2.12 l +5.54 -1.95 l +5.59 -1.77 l +5.64 -1.59 l +5.69 -1.41 l +5.73 -1.24 l +5.77 -1.05 l +5.80 -0.87 l +5.82 -0.68 l +5.85 -0.50 l +5.85 -0.32 l +5.86 -0.13 l +5.87 0.05 l +5.86 0.24 l +5.84 0.42 l +5.84 0.61 l +5.81 0.79 l +5.78 0.98 l +5.75 1.16 l +5.71 1.33 l +5.66 1.52 l +5.61 1.70 l +5.56 1.87 l +5.49 2.04 l +5.43 2.22 l +5.36 2.39 l +5.27 2.56 l +5.20 2.72 l +5.10 2.88 l +5.01 3.05 l +4.92 3.20 l +4.81 3.35 l +4.70 3.51 l +4.59 3.65 l +4.47 3.79 l +4.34 3.94 l +4.23 4.07 l +4.09 4.20 l +3.95 4.32 l +3.82 4.45 l +3.68 4.57 l +3.53 4.69 l +3.38 4.79 l +3.23 4.89 l +3.07 5.00 l +2.91 5.09 l +2.75 5.18 l +2.59 5.26 l +2.41 5.34 l +2.25 5.42 l +2.08 5.48 l +1.90 5.55 l +1.72 5.60 l +1.55 5.66 l +1.37 5.70 l +1.19 5.74 l +1.00 5.78 l +0.83 5.80 l +0.64 5.83 l +0.45 5.85 l +0.27 5.85 l +0.09 5.87 l +-0.10 5.86 l +-0.29 5.86 l +-0.47 5.84 l +-0.65 5.83 l +-0.84 5.80 l +-1.02 5.78 l +-1.20 5.74 l +-1.39 5.69 l +-1.56 5.66 l +-1.74 5.60 l +-1.91 5.54 l +-2.09 5.48 l +-2.26 5.41 l +-2.43 5.33 l +-2.60 5.26 l +-2.77 5.17 l +-2.92 5.08 l +-3.08 4.99 l +-3.24 4.89 l +-3.40 4.78 l +-3.54 4.67 l +-3.69 4.56 l +-3.83 4.44 l +-3.96 4.32 l +-4.11 4.19 l +-4.23 4.06 l +-4.36 3.92 l +-4.48 3.78 l +302.60 393.79 lineto +-4.71 3.50 l +-4.82 3.34 l +-4.92 3.19 l +-5.02 3.03 l +-5.11 2.87 l +-5.20 2.71 l +-5.29 2.54 l +-5.36 2.38 l +-5.43 2.20 l +-5.50 2.04 l +-5.56 1.85 l +-5.62 1.69 l +-5.67 1.50 l +-5.71 1.32 l +-5.75 1.14 l +-5.79 0.96 l +-5.81 0.78 l +-5.83 0.60 l +-5.85 0.40 l +-5.86 0.23 l +-5.86 0.04 l +-5.87 -0.15 l +-5.85 -0.33 l +-5.84 -0.52 l +-5.82 -0.70 l +-5.80 -0.88 l +-5.77 -1.07 l +-5.72 -1.24 l +-5.69 -1.43 l +-5.64 -1.61 l +-5.59 -1.78 l +-5.52 -1.96 l +-5.47 -2.13 l +-5.39 -2.31 l +-5.31 -2.47 l +-5.24 -2.64 l +-5.15 -2.80 l +-5.06 -2.97 l +-4.96 -3.12 l +-4.86 -3.28 l +-4.76 -3.43 l +-4.64 -3.58 l +-4.53 -3.72 l +-4.41 -3.87 l +-4.29 -4.00 l +-4.16 -4.13 l +-4.02 -4.27 l +-3.89 -4.39 l +-3.75 -4.51 l +-3.60 -4.62 l +-3.46 -4.74 l +-3.30 -4.84 l +-3.15 -4.95 l +-2.99 -5.04 l +-2.83 -5.14 l +-2.67 -5.22 l +-2.50 -5.30 l +-2.34 -5.38 l +-2.16 -5.45 l +-1.99 -5.52 l +-1.81 -5.57 l +-1.64 -5.63 l +-1.46 -5.68 l +-1.27 -5.73 l +-1.10 -5.76 l +-0.92 -5.79 l +-0.73 -5.82 l +-0.54 -5.83 l +-0.37 -5.86 l +-0.17 -5.86 l +0 -5.86 l +0.19 -5.86 l +0.38 -5.85 l +0.56 -5.84 l +0.75 -5.82 l +0.93 -5.79 l +1.11 -5.75 l +1.29 -5.72 l +1.48 -5.68 l +1.65 -5.62 l +1.82 -5.58 l +2.01 -5.51 l +2.17 -5.44 l +2.35 -5.38 l +2.51 -5.29 l +2.69 -5.22 l +2.84 -5.13 l +3.00 -5.03 l +3.17 -4.94 l +3.31 -4.83 l +3.47 -4.73 l +3.62 -4.62 l +3.75 -4.50 l +3.90 -4.38 l +4.04 -4.25 l +4.17 -4.13 l +4.29 -3.99 l +4.42 -3.85 l +4.54 -3.71 l +o +1 1 0 srgb +np +91.52 99.84 m +4.68 -3.59 l +4.79 -3.44 l +4.91 -3.28 l +5.00 -3.13 l +5.10 -2.97 l +5.19 -2.81 l +5.27 -2.65 l +5.36 -2.47 l +5.43 -2.31 l +5.50 -2.13 l +5.57 -1.96 l +5.63 -1.78 l +5.68 -1.60 l +5.72 -1.42 l +5.77 -1.24 l +5.81 -1.06 l +5.83 -0.88 l +5.87 -0.69 l +5.88 -0.50 l +5.89 -0.32 l +5.90 -0.13 l +5.90 0.05 l +5.89 0.24 l +5.89 0.43 l +5.87 0.61 l +5.85 0.80 l +5.82 0.98 l +5.78 1.16 l +5.75 1.35 l +5.70 1.53 l +5.65 1.70 l +5.59 1.89 l +5.53 2.06 l +5.46 2.23 l +5.39 2.40 l +5.31 2.58 l +5.23 2.74 l +5.14 2.90 l +5.04 3.06 l +4.94 3.22 l +4.84 3.38 l +4.73 3.53 l +4.62 3.67 l +4.50 3.82 l +4.38 3.96 l +4.25 4.09 l +4.11 4.23 l +3.99 4.36 l +3.84 4.48 l +3.70 4.59 l +3.55 4.71 l +3.40 4.83 l +3.25 4.92 l +3.09 5.03 l +2.93 5.12 l +2.77 5.21 l +2.60 5.30 l +2.44 5.38 l +2.26 5.45 l +2.09 5.52 l +1.91 5.58 l +1.74 5.64 l +1.55 5.69 l +1.38 5.74 l +1.20 5.78 l +1.01 5.81 l +0.83 5.84 l +0.64 5.87 l +0.46 5.88 l +0.27 5.90 l +0.09 5.90 l +-0.10 5.90 l +-0.29 5.89 l +-0.47 5.89 l +-0.66 5.86 l +-0.84 5.84 l +-1.03 5.81 l +-1.21 5.78 l +-1.39 5.73 l +-1.58 5.69 l +-1.75 5.64 l +-1.92 5.57 l +-2.11 5.52 l +-2.27 5.44 l +-2.45 5.37 l +-2.61 5.29 l +-2.78 5.21 l +-2.95 5.11 l +-3.10 5.02 l +-3.26 4.92 l +-3.42 4.81 l +-3.56 4.71 l +-3.71 4.58 l +-3.86 4.47 l +-3.99 4.35 l +-4.13 4.21 l +-4.26 4.09 l +-4.38 3.95 l +-4.51 3.80 l +321.23 394.74 lineto +-4.74 3.51 l +-4.85 3.37 l +-4.95 3.21 l +-5.05 3.05 l +-5.15 2.89 l +-5.23 2.72 l +-5.32 2.56 l +-5.39 2.39 l +-5.47 2.22 l +-5.53 2.05 l +-5.60 1.87 l +-5.66 1.69 l +-5.70 1.51 l +-5.75 1.33 l +-5.79 1.15 l +-5.82 0.97 l +-5.85 0.78 l +-5.87 0.60 l +-5.88 0.41 l +-5.90 0.23 l +-5.90 0.04 l +-5.90 -0.15 l +-5.89 -0.34 l +-5.88 -0.51 l +-5.86 -0.71 l +-5.83 -0.89 l +-5.81 -1.07 l +-5.76 -1.26 l +-5.73 -1.43 l +-5.67 -1.62 l +-5.62 -1.79 l +-5.57 -1.98 l +-5.49 -2.14 l +-5.43 -2.32 l +-5.35 -2.49 l +-5.27 -2.66 l +-5.18 -2.82 l +-5.09 -2.98 l +-5.00 -3.15 l +-4.89 -3.30 l +-4.79 -3.45 l +-4.67 -3.60 l +-4.56 -3.75 l +-4.44 -3.88 l +-4.31 -4.03 l +-4.19 -4.16 l +-4.05 -4.30 l +-3.91 -4.41 l +-3.77 -4.54 l +-3.63 -4.66 l +-3.48 -4.76 l +-3.32 -4.88 l +-3.17 -4.98 l +-3.01 -5.07 l +-2.85 -5.17 l +-2.69 -5.25 l +-2.51 -5.34 l +-2.35 -5.42 l +-2.18 -5.48 l +-2.00 -5.55 l +-1.83 -5.61 l +-1.64 -5.67 l +-1.47 -5.72 l +-1.29 -5.76 l +-1.10 -5.79 l +-0.92 -5.83 l +-0.74 -5.86 l +-0.55 -5.87 l +-0.36 -5.89 l +-0.18 -5.90 l +0.01 -5.90 l +0.19 -5.90 l +0.38 -5.89 l +0.57 -5.87 l +0.75 -5.86 l +0.93 -5.82 l +1.12 -5.80 l +1.30 -5.75 l +1.48 -5.71 l +1.66 -5.67 l +1.84 -5.60 l +2.02 -5.55 l +2.19 -5.48 l +2.36 -5.41 l +2.53 -5.33 l +2.70 -5.25 l +2.86 -5.16 l +3.03 -5.07 l +3.18 -4.96 l +3.34 -4.87 l +3.49 -4.76 l +3.63 -4.65 l +3.79 -4.53 l +3.92 -4.40 l +4.06 -4.28 l +4.20 -4.16 l +4.32 -4.01 l +4.45 -3.88 l +4.57 -3.74 l +o +0 0 1 srgb +np +76.44 113.28 m +4.66 -3.57 l +4.76 -3.42 l +4.87 -3.26 l +4.97 -3.11 l +5.06 -2.95 l +5.16 -2.79 l +5.24 -2.63 l +5.32 -2.46 l +5.40 -2.29 l +5.46 -2.12 l +5.53 -1.94 l +5.59 -1.77 l +5.64 -1.59 l +5.69 -1.41 l +5.74 -1.24 l +5.76 -1.05 l +5.80 -0.87 l +5.82 -0.68 l +5.84 -0.50 l +5.86 -0.32 l +5.86 -0.13 l +5.86 0.05 l +5.86 0.24 l +5.84 0.42 l +5.83 0.61 l +5.81 0.79 l +5.78 0.98 l +5.75 1.16 l +5.71 1.33 l +5.66 1.52 l +5.61 1.69 l +5.56 1.88 l +5.49 2.04 l +5.43 2.22 l +5.35 2.39 l +5.28 2.55 l +5.19 2.73 l +5.10 2.88 l +5.01 3.04 l +4.91 3.20 l +4.81 3.36 l +4.70 3.50 l +4.59 3.65 l +4.47 3.79 l +4.35 3.94 l +4.22 4.07 l +4.09 4.19 l +3.95 4.33 l +3.82 4.45 l +3.68 4.57 l +3.53 4.68 l +3.38 4.79 l +3.22 4.89 l +3.07 5.00 l +2.91 5.08 l +2.75 5.18 l +2.59 5.26 l +2.41 5.34 l +2.25 5.42 l +2.08 5.48 l +1.90 5.55 l +1.72 5.60 l +1.55 5.65 l +1.37 5.70 l +1.19 5.74 l +1.00 5.78 l +0.82 5.80 l +0.64 5.83 l +0.46 5.85 l +0.27 5.85 l +0.08 5.86 l +-0.10 5.86 l +-0.28 5.86 l +-0.47 5.84 l +-0.65 5.83 l +-0.84 5.80 l +-1.02 5.77 l +-1.20 5.74 l +-1.39 5.70 l +-1.56 5.65 l +-1.74 5.60 l +-1.91 5.54 l +-2.09 5.48 l +-2.26 5.40 l +-2.43 5.34 l +-2.60 5.25 l +-2.76 5.17 l +-2.93 5.09 l +-3.08 4.98 l +-3.24 4.89 l +-3.39 4.78 l +-3.54 4.67 l +-3.69 4.56 l +-3.83 4.44 l +-3.96 4.31 l +-4.10 4.19 l +-4.24 4.06 l +-4.35 3.92 l +-4.48 3.78 l +304.64 406.22 lineto +-4.71 3.50 l +-4.81 3.34 l +-4.92 3.18 l +-5.02 3.04 l +-5.11 2.87 l +-5.20 2.71 l +-5.28 2.54 l +-5.36 2.37 l +-5.43 2.21 l +-5.50 2.03 l +-5.56 1.86 l +-5.62 1.68 l +-5.67 1.50 l +-5.71 1.32 l +-5.75 1.15 l +-5.78 0.96 l +-5.81 0.77 l +-5.83 0.60 l +-5.85 0.40 l +-5.86 0.23 l +-5.86 0.04 l +-5.86 -0.15 l +-5.85 -0.33 l +-5.84 -0.52 l +-5.82 -0.70 l +-5.80 -0.88 l +-5.76 -1.06 l +-5.73 -1.25 l +-5.69 -1.43 l +-5.63 -1.61 l +-5.59 -1.78 l +-5.52 -1.96 l +-5.47 -2.13 l +-5.39 -2.30 l +-5.31 -2.48 l +-5.24 -2.63 l +-5.14 -2.81 l +-5.06 -2.96 l +-4.96 -3.12 l +-4.86 -3.28 l +-4.76 -3.43 l +-4.64 -3.58 l +-4.53 -3.72 l +-4.41 -3.86 l +-4.28 -4.01 l +-4.16 -4.13 l +-4.02 -4.26 l +-3.89 -4.39 l +-3.75 -4.51 l +-3.60 -4.62 l +-3.46 -4.74 l +-3.30 -4.84 l +-3.15 -4.95 l +-2.99 -5.04 l +-2.83 -5.13 l +-2.67 -5.22 l +-2.50 -5.30 l +-2.33 -5.38 l +-2.16 -5.45 l +-1.99 -5.52 l +-1.81 -5.57 l +-1.64 -5.63 l +-1.46 -5.68 l +-1.28 -5.72 l +-1.09 -5.76 l +-0.92 -5.79 l +-0.73 -5.82 l +-0.55 -5.83 l +-0.36 -5.85 l +-0.18 -5.86 l +0.01 -5.86 l +0.19 -5.86 l +0.38 -5.85 l +0.56 -5.84 l +0.75 -5.81 l +0.93 -5.79 l +1.11 -5.76 l +1.29 -5.72 l +1.47 -5.67 l +1.65 -5.63 l +1.83 -5.57 l +2.00 -5.51 l +2.18 -5.44 l +2.34 -5.37 l +2.52 -5.30 l +2.68 -5.21 l +2.84 -5.13 l +3.01 -5.03 l +3.16 -4.94 l +3.31 -4.83 l +3.47 -4.73 l +3.61 -4.61 l +3.76 -4.50 l +3.90 -4.38 l +4.04 -4.26 l +4.16 -4.12 l +4.30 -3.99 l +4.42 -3.85 l +4.53 -3.71 l +o +1 0.6471 0 srgb +np +79.11 105.19 m +4.57 -3.51 l +4.68 -3.36 l +4.79 -3.20 l +4.88 -3.06 l +4.98 -2.90 l +5.07 -2.74 l +5.15 -2.58 l +5.23 -2.42 l +5.30 -2.25 l +5.37 -2.08 l +5.44 -1.92 l +5.49 -1.73 l +5.55 -1.57 l +5.59 -1.39 l +5.63 -1.21 l +5.67 -1.03 l +5.70 -0.86 l +5.72 -0.67 l +5.74 -0.49 l +5.75 -0.31 l +5.76 -0.13 l +5.76 0.05 l +5.76 0.24 l +5.75 0.41 l +5.73 0.60 l +5.71 0.78 l +5.68 0.96 l +5.64 1.13 l +5.61 1.32 l +5.57 1.49 l +5.51 1.66 l +5.46 1.84 l +5.40 2.01 l +5.34 2.18 l +5.26 2.35 l +5.18 2.51 l +5.11 2.68 l +5.01 2.83 l +4.93 2.99 l +4.82 3.15 l +4.73 3.29 l +4.62 3.45 l +4.51 3.58 l +4.39 3.73 l +4.27 3.87 l +4.15 4.00 l +4.02 4.12 l +3.89 4.25 l +3.75 4.38 l +3.61 4.49 l +3.47 4.60 l +3.32 4.70 l +3.17 4.81 l +3.02 4.91 l +2.86 5.00 l +2.70 5.09 l +2.54 5.17 l +2.38 5.25 l +2.21 5.32 l +2.04 5.39 l +1.86 5.45 l +1.70 5.51 l +1.52 5.55 l +1.34 5.61 l +1.17 5.64 l +0.99 5.67 l +0.81 5.71 l +0.63 5.72 l +0.44 5.75 l +0.27 5.75 l +0.08 5.76 l +-0.09 5.77 l +-0.28 5.75 l +-0.47 5.74 l +-0.64 5.73 l +-0.82 5.70 l +-1.00 5.67 l +-1.19 5.64 l +-1.35 5.60 l +-1.54 5.55 l +-1.71 5.51 l +-1.88 5.44 l +-2.05 5.39 l +-2.23 5.31 l +-2.38 5.24 l +-2.56 5.17 l +-2.71 5.08 l +-2.88 4.99 l +-3.03 4.90 l +-3.18 4.81 l +-3.33 4.70 l +-3.48 4.59 l +-3.63 4.48 l +-3.76 4.36 l +-3.90 4.24 l +-4.03 4.12 l +-4.16 3.99 l +-4.28 3.85 l +-4.40 3.72 l +303.38 393.09 lineto +-4.62 3.44 l +-4.74 3.28 l +-4.83 3.13 l +-4.93 2.98 l +-5.03 2.82 l +-5.11 2.66 l +-5.19 2.50 l +-5.27 2.34 l +-5.33 2.16 l +-5.41 2.00 l +-5.46 1.83 l +-5.52 1.65 l +-5.57 1.48 l +-5.61 1.30 l +-5.66 1.12 l +-5.68 0.94 l +-5.71 0.77 l +-5.73 0.58 l +-5.75 0.40 l +-5.76 0.22 l +-5.76 0.04 l +-5.76 -0.15 l +-5.75 -0.32 l +-5.74 -0.51 l +-5.72 -0.69 l +-5.69 -0.86 l +-5.67 -1.05 l +-5.63 -1.23 l +-5.59 -1.40 l +-5.54 -1.58 l +-5.49 -1.75 l +-5.43 -1.93 l +-5.36 -2.09 l +-5.30 -2.26 l +-5.22 -2.43 l +-5.15 -2.60 l +-5.06 -2.75 l +-4.97 -2.92 l +-4.88 -3.06 l +-4.77 -3.23 l +-4.68 -3.37 l +-4.56 -3.51 l +-4.45 -3.66 l +-4.33 -3.80 l +-4.21 -3.93 l +-4.09 -4.06 l +-3.95 -4.19 l +-3.82 -4.32 l +-3.69 -4.43 l +-3.54 -4.54 l +-3.39 -4.66 l +-3.25 -4.76 l +-3.09 -4.85 l +-2.94 -4.96 l +-2.79 -5.04 l +-2.62 -5.14 l +-2.45 -5.21 l +-2.30 -5.28 l +-2.12 -5.36 l +-1.96 -5.42 l +-1.78 -5.48 l +-1.61 -5.53 l +-1.43 -5.58 l +-1.25 -5.62 l +-1.08 -5.66 l +-0.90 -5.69 l +-0.72 -5.72 l +-0.54 -5.73 l +-0.35 -5.75 l +-0.18 -5.76 l +0.01 -5.77 l +0.19 -5.75 l +0.37 -5.75 l +0.55 -5.74 l +0.73 -5.71 l +0.92 -5.69 l +1.09 -5.66 l +1.27 -5.62 l +1.45 -5.57 l +1.62 -5.53 l +1.79 -5.48 l +1.97 -5.41 l +2.14 -5.35 l +2.30 -5.28 l +2.48 -5.21 l +2.63 -5.12 l +2.79 -5.04 l +2.96 -4.95 l +3.10 -4.85 l +3.26 -4.75 l +3.41 -4.64 l +3.55 -4.54 l +3.70 -4.42 l +3.83 -4.31 l +3.96 -4.18 l +4.10 -4.05 l +4.22 -3.92 l +4.34 -3.79 l +4.46 -3.64 l +o +0 1 0 srgb +np +78.89 102.95 m +4.69 -3.60 l +4.81 -3.45 l +4.91 -3.29 l +5.02 -3.14 l +5.11 -2.98 l +5.20 -2.82 l +5.29 -2.64 l +5.37 -2.49 l +5.45 -2.31 l +5.51 -2.13 l +5.58 -1.97 l +5.64 -1.78 l +5.69 -1.61 l +5.74 -1.42 l +5.79 -1.25 l +5.82 -1.06 l +5.85 -0.88 l +5.87 -0.69 l +5.90 -0.50 l +5.90 -0.32 l +5.92 -0.13 l +5.91 0.05 l +5.91 0.24 l +5.90 0.43 l +5.89 0.61 l +5.86 0.80 l +5.83 0.98 l +5.80 1.17 l +5.76 1.35 l +5.71 1.53 l +5.66 1.71 l +5.61 1.89 l +5.54 2.06 l +5.48 2.24 l +5.40 2.41 l +5.33 2.58 l +5.23 2.75 l +5.15 2.91 l +5.06 3.07 l +4.96 3.23 l +4.85 3.38 l +4.74 3.54 l +4.63 3.68 l +4.51 3.83 l +4.39 3.97 l +4.26 4.10 l +4.12 4.24 l +3.99 4.36 l +3.86 4.49 l +3.71 4.61 l +3.56 4.73 l +3.41 4.83 l +3.25 4.94 l +3.10 5.04 l +2.94 5.13 l +2.77 5.23 l +2.61 5.30 l +2.44 5.39 l +2.27 5.47 l +2.09 5.53 l +1.92 5.60 l +1.74 5.65 l +1.56 5.70 l +1.38 5.76 l +1.20 5.79 l +1.01 5.83 l +0.84 5.85 l +0.64 5.88 l +0.46 5.90 l +0.27 5.91 l +0.09 5.92 l +-0.10 5.91 l +-0.29 5.91 l +-0.47 5.89 l +-0.66 5.88 l +-0.85 5.86 l +-1.03 5.82 l +-1.21 5.79 l +-1.40 5.75 l +-1.57 5.70 l +-1.76 5.65 l +-1.93 5.59 l +-2.11 5.53 l +-2.28 5.46 l +-2.45 5.38 l +-2.62 5.30 l +-2.79 5.22 l +-2.95 5.13 l +-3.11 5.03 l +-3.27 4.93 l +-3.42 4.82 l +-3.57 4.72 l +-3.72 4.60 l +-3.87 4.48 l +-4.00 4.35 l +-4.14 4.23 l +-4.27 4.09 l +-4.40 3.96 l +-4.52 3.82 l +309.16 398.55 lineto +-4.75 3.52 l +-4.86 3.37 l +-4.97 3.22 l +-5.06 3.06 l +-5.16 2.90 l +-5.25 2.73 l +-5.33 2.57 l +-5.40 2.39 l +-5.49 2.23 l +-5.54 2.05 l +-5.61 1.87 l +-5.67 1.70 l +-5.72 1.51 l +-5.76 1.34 l +-5.80 1.15 l +-5.84 0.97 l +-5.86 0.78 l +-5.89 0.60 l +-5.90 0.41 l +-5.91 0.23 l +-5.91 0.04 l +-5.92 -0.15 l +-5.90 -0.33 l +-5.90 -0.52 l +-5.87 -0.71 l +-5.85 -0.89 l +-5.81 -1.07 l +-5.78 -1.26 l +-5.74 -1.44 l +-5.69 -1.62 l +-5.64 -1.80 l +-5.57 -1.98 l +-5.51 -2.15 l +-5.44 -2.33 l +-5.36 -2.49 l +-5.29 -2.66 l +-5.19 -2.83 l +-5.11 -2.99 l +-5.00 -3.15 l +-4.91 -3.31 l +-4.79 -3.46 l +-4.69 -3.61 l +-4.57 -3.76 l +-4.45 -3.90 l +-4.32 -4.03 l +-4.20 -4.17 l +-4.06 -4.31 l +-3.92 -4.42 l +-3.78 -4.55 l +-3.63 -4.67 l +-3.49 -4.78 l +-3.33 -4.89 l +-3.18 -4.99 l +-3.02 -5.08 l +-2.86 -5.18 l +-2.69 -5.27 l +-2.52 -5.35 l +-2.36 -5.43 l +-2.18 -5.50 l +-2.00 -5.56 l +-1.83 -5.63 l +-1.65 -5.68 l +-1.47 -5.73 l +-1.29 -5.77 l +-1.11 -5.81 l +-0.92 -5.84 l +-0.74 -5.87 l +-0.55 -5.89 l +-0.37 -5.91 l +-0.18 -5.91 l +0.01 -5.91 l +0.19 -5.92 l +0.38 -5.90 l +0.57 -5.89 l +0.75 -5.86 l +0.94 -5.85 l +1.12 -5.80 l +1.31 -5.77 l +1.48 -5.73 l +1.67 -5.67 l +1.84 -5.63 l +2.02 -5.56 l +2.20 -5.49 l +2.36 -5.42 l +2.54 -5.34 l +2.70 -5.26 l +2.87 -5.18 l +3.04 -5.08 l +3.19 -4.98 l +3.34 -4.88 l +3.50 -4.77 l +3.65 -4.65 l +3.79 -4.54 l +3.93 -4.42 l +4.07 -4.29 l +4.21 -4.16 l +4.33 -4.03 l +4.46 -3.89 l +4.58 -3.74 l +o +/Font1 findfont 12 s +0 0 0 srgb +45.23 129.05 (1) .5 0 t +378.18 182.05 (4) .5 0 t +155.81 432.68 (2) .5 0 t +173.89 58.71 (0) .5 0 t +14.07 299.24 (0) .5 0 t +113.79 78.11 (0) .5 0 t +290.84 407.96 (0) .5 0 t +376.24 210.87 (1) .5 0 t +174.42 429.11 (0) .5 0 t +278.15 80.75 (1) .5 0 t +32.94 335.76 (1) .5 0 t +95.76 90.65 (0) .5 0 t +340.04 357.55 (2) .5 0 t +221.42 424.68 (0) .5 0 t +206.38 65.97 (2) .5 0 t +17.36 270.52 (3) .5 0 t +197.76 247.65 (96) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.png new file mode 100644 index 0000000000000000000000000000000000000000..f54e29385c8706ff807a783fd496aafcf28b8a45 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.ps new file mode 100644 index 0000000000000000000000000000000000000000..bcf90db868e184fc1ff6f4dd15579f5f6e6a20eb --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_3.ps @@ -0,0 +1,3136 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 283.20 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 278.89 (Batch1_C_11) 0 0 t +0.00 0.00 504.00 504.00 cl +1 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 267.60 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 263.29 (Batch1_C_12) 0 0 t +0.00 0.00 504.00 504.00 cl +0 0 1 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 252.00 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 247.69 (Batch1_C_13) 0 0 t +0.00 0.00 504.00 504.00 cl +1 0.6471 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 236.40 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 232.09 (Batch1_C_14) 0 0 t +0.00 0.00 504.00 504.00 cl +0 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 220.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 216.49 (Batch1_C_15) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 77.31 100.63 m +-4.53 3.81 l +-4.42 3.95 l +-4.28 4.09 l +-4.16 4.22 l +-4.02 4.35 l +-3.88 4.48 l +-3.73 4.59 l +-3.59 4.72 l +-3.44 4.82 l +-3.29 4.93 l +-3.12 5.03 l +-2.97 5.12 l +-2.81 5.22 l +-2.63 5.31 l +-2.47 5.38 l +-2.30 5.46 l +-2.13 5.53 l +-1.95 5.59 l +-1.77 5.66 l +-1.59 5.70 l +-1.41 5.75 l +-1.23 5.80 l +-1.05 5.83 l +-0.86 5.86 l +-0.67 5.88 l +-0.49 5.91 l +-0.30 5.91 l +-0.12 5.93 l +0.07 5.92 l +0.26 5.92 l +0.44 5.90 l +0.64 5.89 l +0.81 5.87 l +1.00 5.84 l +1.19 5.80 l +1.37 5.77 l +1.55 5.71 l +1.67 5.50 l +0.73 3.04 l +1.53 5.65 l +1.70 5.59 l +1.89 5.54 l +2.05 5.47 l +1.86 4.50 l +-0.80 -1.39 l +-2.65 -5.03 l +-2.49 -5.11 l +-2.33 -5.18 l +-2.17 -5.26 l +-2.00 -5.32 l +-1.83 -5.38 l +-1.66 -5.44 l +-1.49 -5.49 l +-1.31 -5.53 l +-1.14 -5.57 l +-0.96 -5.60 l +-0.78 -5.63 l +-0.61 -5.65 l +-0.42 -5.67 l +-0.25 -5.68 l +-0.07 -5.69 l +0.11 -5.68 l +0.29 -5.68 l +0.47 -5.66 l +0.65 -5.65 l +0.83 -5.63 l +1.00 -5.59 l +1.18 -5.56 l +1.35 -5.52 l +1.53 -5.48 l +1.70 -5.42 l +1.87 -5.37 l +2.04 -5.31 l +2.21 -5.24 l +2.37 -5.17 l +2.53 -5.09 l +2.69 -5.00 l +2.85 -4.92 l +3.00 -4.83 l +3.15 -4.73 l +3.30 -4.63 l +3.45 -4.52 l +3.58 -4.41 l +3.73 -4.30 l +3.86 -4.18 l +3.98 -4.05 l +4.12 -3.92 l +4.23 -3.80 l +4.35 -3.65 l +4.47 -3.52 l +4.57 -3.38 l +1.49 -1.02 l +cp +p1 +np + 28.87 336.92 m +2.97 4.85 l +3.12 4.76 l +3.26 4.65 l +3.41 4.55 l +3.56 4.44 l +3.69 4.32 l +3.82 4.20 l +3.96 4.09 l +4.08 3.95 l +2.32 2.11 l +0.02 0.01 l +4.25 4.12 l +4.38 3.99 l +4.51 3.84 l +4.63 3.70 l +4.74 3.56 l +4.85 3.40 l +4.95 3.24 l +5.05 3.09 l +5.15 2.93 l +5.24 2.76 l +5.33 2.60 l +5.40 2.42 l +5.48 2.26 l +5.55 2.08 l +5.60 1.91 l +5.67 1.72 l +5.72 1.55 l +5.76 1.37 l +5.81 1.18 l +5.84 1.00 l +5.86 0.81 l +5.89 0.63 l +5.91 0.44 l +3.22 0.14 l +0.55 0.06 l +5.93 0.45 l +5.94 0.25 l +5.94 0.07 l +5.95 -0.12 l +5.94 -0.30 l +5.92 -0.49 l +5.91 -0.69 l +5.88 -0.86 l +5.86 -1.05 l +5.81 -1.24 l +5.78 -1.42 l +5.72 -1.60 l +5.68 -1.78 l +5.61 -1.96 l +5.55 -2.13 l +5.48 -2.31 l +5.41 -2.48 l +5.32 -2.65 l +5.23 -2.82 l +5.15 -2.98 l +5.05 -3.14 l +4.95 -3.30 l +4.84 -3.46 l +4.72 -3.60 l +4.62 -3.75 l +4.49 -3.90 l +4.36 -4.04 l +4.24 -4.17 l +4.10 -4.30 l +2.60 -2.91 l +-1.68 2.29 l +-3.62 4.60 l +-3.76 4.48 l +-3.90 4.36 l +-4.04 4.23 l +-4.16 4.10 l +-4.30 3.97 l +-4.42 3.83 l +-4.53 3.70 l +-4.65 3.54 l +-4.76 3.40 l +-4.87 3.24 l +-4.97 3.09 l +-5.06 2.94 l +-5.15 2.77 l +-5.23 2.60 l +-5.32 2.44 l +-5.39 2.27 l +-5.46 2.10 l +-5.52 1.93 l +-5.58 1.75 l +-5.63 1.58 l +-5.68 1.39 l +-5.72 1.22 l +-5.76 1.03 l +-5.78 0.85 l +-5.81 0.67 l +-5.83 0.49 l +-5.84 0.30 l +-5.85 0.12 l +-5.85 -0.07 l +-5.84 -0.26 l +-5.84 -0.43 l +174.79 444.87 lineto +-5.79 -0.81 l +-5.77 -0.98 l +-5.73 -1.17 l +-5.69 -1.35 l +-5.65 -1.53 l +-5.59 -1.70 l +-5.54 -1.88 l +-5.47 -2.06 l +-5.41 -2.23 l +-5.34 -2.39 l +-5.25 -2.57 l +-5.18 -2.72 l +-5.08 -2.89 l +-4.99 -3.05 l +-4.90 -3.21 l +-4.78 -3.36 l +-4.68 -3.50 l +-4.57 -3.66 l +-4.45 -3.79 l +-4.33 -3.94 l +-4.20 -4.07 l +-4.07 -4.20 l +-3.94 -4.32 l +-3.79 -4.45 l +-3.66 -4.56 l +-3.51 -4.68 l +-3.36 -4.79 l +-3.20 -4.89 l +-3.05 -4.99 l +-2.90 -5.09 l +-2.73 -5.17 l +-2.56 -5.25 l +-2.40 -5.34 l +-0.37 -0.91 l +cp +p1 +np + 213.60 57.93 m +5.93 0.35 l +5.92 0.54 l +5.91 0.72 l +5.87 0.91 l +5.85 1.10 l +5.80 1.28 l +5.77 1.46 l +5.71 1.64 l +5.66 1.83 l +5.60 2.00 l +5.54 2.17 l +5.46 2.35 l +5.38 2.53 l +5.31 2.69 l +5.21 2.85 l +5.12 3.02 l +5.03 3.18 l +4.92 3.34 l +4.81 3.49 l +4.70 3.64 l +4.59 3.79 l +4.46 3.93 l +4.34 4.07 l +4.20 4.20 l +4.07 4.33 l +3.93 4.46 l +3.79 4.59 l +3.65 4.70 l +3.49 4.81 l +3.34 4.92 l +3.18 5.02 l +3.02 5.13 l +2.86 5.21 l +2.69 5.30 l +2.52 5.39 l +2.36 5.46 l +2.17 5.53 l +2.01 5.60 l +1.82 5.66 l +1.65 5.71 l +1.46 5.77 l +1.28 5.80 l +1.10 5.85 l +0.91 5.87 l +0.73 5.90 l +0.54 5.92 l +0.35 5.94 l +0.17 5.94 l +-0.02 5.95 l +-0.21 5.94 l +-0.40 5.94 l +-0.59 5.91 l +-0.77 5.90 l +-0.95 5.87 l +-1.15 5.83 l +-1.32 5.80 l +-1.51 5.75 l +-1.69 5.70 l +-1.86 5.65 l +-2.05 5.58 l +-2.22 5.52 l +-2.39 5.44 l +-2.57 5.37 l +-2.73 5.28 l +-2.90 5.19 l +-3.06 5.10 l +-3.22 5.00 l +-3.37 4.89 l +-3.53 4.79 l +-3.68 4.67 l +-3.82 4.56 l +-1.37 1.52 l +1.79 -2.42 l +3.32 -4.81 l +3.16 -4.92 l +3.01 -5.01 l +2.85 -5.11 l +2.69 -5.19 l +2.52 -5.28 l +2.36 -5.36 l +2.18 -5.42 l +2.01 -5.49 l +1.84 -5.56 l +1.66 -5.60 l +1.48 -5.66 l +1.31 -5.70 l +1.12 -5.74 l +0.94 -5.77 l +0.76 -5.80 l +0.57 -5.82 l +0.39 -5.84 l +0.21 -5.84 l +0.01 -1.79 l +0.11 -1.18 l +0.40 -5.91 l +0.21 -5.92 l +0.02 -5.92 l +-0.16 -5.92 l +-0.35 -5.92 l +382.27 226.17 lineto +-0.73 -5.88 l +-0.91 -5.85 l +-1.09 -5.82 l +-1.28 -5.78 l +-1.45 -5.75 l +-1.64 -5.69 l +-1.82 -5.64 l +-2.00 -5.57 l +-2.17 -5.51 l +-2.34 -5.45 l +-2.51 -5.36 l +-2.69 -5.28 l +-2.84 -5.20 l +-3.01 -5.10 l +-3.17 -5.00 l +-3.33 -4.90 l +-3.48 -4.80 l +-3.63 -4.68 l +-3.77 -4.57 l +-3.92 -4.44 l +-4.05 -4.32 l +-4.19 -4.18 l +-4.32 -4.06 l +-4.45 -3.91 l +-4.56 -3.78 l +-4.69 -3.62 l +-4.79 -3.48 l +-4.91 -3.32 l +-5.00 -3.17 l +-5.10 -3.01 l +-5.20 -2.85 l +-5.28 -2.68 l +-5.37 -2.51 l +-5.44 -2.34 l +-5.51 -2.17 l +-5.58 -1.99 l +-5.64 -1.82 l +-5.69 -1.63 l +-5.74 -1.46 l +-5.79 -1.27 l +-5.82 -1.10 l +-5.85 -0.90 l +-5.88 -0.72 l +-5.90 -0.54 l +-5.91 -0.35 l +-5.93 -0.16 l +-5.92 0.02 l +-5.92 0.21 l +-0.54 0.04 l +4.31 -0.43 l +5.93 -0.40 l +5.95 -0.21 l +5.94 -0.02 l +cp +p1 +np + 183.91 58.99 m +-5.89 0.77 l +-5.87 0.96 l +-5.83 1.15 l +-5.80 1.32 l +-5.75 1.51 l +-5.70 1.69 l +-5.65 1.87 l +-5.58 2.05 l +-5.52 2.22 l +-3.17 1.40 l +-4.50 1.49 l +-5.34 1.96 l +-5.27 2.12 l +-5.20 2.29 l +-5.13 2.45 l +-5.05 2.62 l +-4.96 2.77 l +-4.88 2.93 l +-4.78 3.08 l +-3.19 2.20 l +1.12 -0.88 l +4.76 -3.52 l +4.88 -3.36 l +4.98 -3.21 l +5.07 -3.05 l +5.18 -2.89 l +5.26 -2.72 l +5.34 -2.56 l +5.42 -2.38 l +5.50 -2.22 l +5.56 -2.04 l +5.62 -1.86 l +5.68 -1.68 l +5.73 -1.51 l +5.77 -1.32 l +5.82 -1.14 l +5.84 -0.95 l +5.88 -0.77 l +5.89 -0.59 l +5.37 -0.36 l +cp +p1 +np + 17.16 303.75 m +1.90 5.61 l +2.09 5.54 l +2.25 5.48 l +2.43 5.40 l +2.60 5.33 l +2.76 5.23 l +2.93 5.15 l +3.09 5.06 l +3.25 4.95 l +3.40 4.85 l +3.56 4.74 l +3.70 4.62 l +3.85 4.51 l +3.98 4.38 l +4.11 4.24 l +-2.32 -2.11 l +-4.08 -3.95 l +-3.96 -4.09 l +-3.82 -4.20 l +-3.69 -4.32 l +-3.56 -4.44 l +-3.41 -4.55 l +-3.26 -4.65 l +-3.12 -4.76 l +-2.97 -4.85 l +-2.01 -3.55 l +-1.86 -4.50 l +-2.05 -5.47 l +-1.89 -5.54 l +-1.70 -5.59 l +-1.53 -5.65 l +-0.73 -3.04 l +cp +p1 +np + 126.88 74.93 m +-5.36 2.56 l +-5.28 2.74 l +-5.19 2.90 l +-5.10 3.06 l +-5.00 3.22 l +-4.89 3.38 l +-4.79 3.53 l +-4.67 3.68 l +-4.55 3.82 l +-4.43 3.97 l +-4.31 4.10 l +-4.17 4.24 l +-4.03 4.37 l +-3.90 4.49 l +-3.75 4.62 l +-3.60 4.73 l +-3.45 4.84 l +-3.30 4.94 l +-3.14 5.05 l +-2.98 5.15 l +-2.81 5.24 l +-2.65 5.32 l +-2.48 5.41 l +-2.31 5.48 l +-2.13 5.55 l +-1.96 5.61 l +-1.78 5.68 l +-0.92 3.30 l +-0.53 1.39 l +-1.92 5.52 l +-1.75 5.58 l +-1.58 5.63 l +-1.39 5.68 l +-1.21 5.73 l +-1.03 5.75 l +-0.85 5.79 l +-0.67 5.81 l +-0.48 5.83 l +-0.30 5.84 l +-0.12 5.85 l +0.07 5.84 l +0.26 5.85 l +0.44 5.83 l +0.62 5.82 l +0.81 5.79 l +0.98 5.76 l +1.18 5.73 l +0.62 2.65 l +-1.67 -5.50 l +-1.55 -5.71 l +-1.37 -5.77 l +-1.19 -5.80 l +-1.00 -5.84 l +-0.81 -5.87 l +-0.64 -5.89 l +-0.44 -5.90 l +-0.26 -5.92 l +-0.07 -5.92 l +0.12 -5.93 l +0.30 -5.91 l +0.49 -5.91 l +0.67 -5.88 l +0.86 -5.86 l +1.05 -5.83 l +1.23 -5.80 l +1.41 -5.75 l +1.59 -5.70 l +1.77 -5.66 l +1.95 -5.59 l +2.13 -5.53 l +2.30 -5.46 l +2.47 -5.38 l +2.63 -5.31 l +2.81 -5.22 l +2.97 -5.12 l +3.12 -5.03 l +3.29 -4.93 l +3.44 -4.82 l +3.59 -4.72 l +3.73 -4.59 l +3.88 -4.48 l +4.02 -4.35 l +4.16 -4.22 l +4.28 -4.09 l +4.42 -3.95 l +4.53 -3.81 l +3.54 -2.79 l +3.19 -2.20 l +4.78 -3.08 l +4.88 -2.93 l +4.96 -2.77 l +5.05 -2.62 l +5.13 -2.45 l +5.20 -2.29 l +5.27 -2.12 l +5.34 -1.96 l +4.50 -1.49 l +cp +p1 +np + 382.57 264.63 m +-0.21 5.84 l +-0.39 5.84 l +-0.57 5.82 l +-0.76 5.80 l +-0.94 5.77 l +-1.12 5.74 l +-1.31 5.70 l +-1.48 5.66 l +-1.66 5.60 l +-1.84 5.56 l +-2.01 5.49 l +-2.18 5.42 l +-2.36 5.36 l +-2.52 5.28 l +-2.69 5.19 l +-2.85 5.11 l +-3.01 5.01 l +-3.16 4.92 l +-3.32 4.81 l +-1.79 2.42 l +-2.60 2.91 l +-4.10 4.30 l +-4.24 4.17 l +-4.36 4.04 l +-4.49 3.90 l +-4.62 3.75 l +-4.72 3.60 l +-4.84 3.46 l +-4.95 3.30 l +-5.05 3.14 l +-5.15 2.98 l +-5.23 2.82 l +-5.32 2.65 l +-5.41 2.48 l +-5.48 2.31 l +-5.55 2.13 l +-5.61 1.96 l +-5.68 1.78 l +-5.72 1.60 l +-5.78 1.42 l +-5.81 1.24 l +-5.86 1.05 l +-5.88 0.86 l +-5.91 0.69 l +-5.92 0.49 l +-5.94 0.30 l +-5.95 0.12 l +-5.94 -0.07 l +-5.94 -0.25 l +-5.93 -0.45 l +-0.55 -0.06 l +2.70 0.12 l +5.92 0.07 l +5.92 -0.12 l +5.92 -0.30 l +5.90 -0.49 l +5.89 -0.68 l +5.86 -0.87 l +5.83 -1.04 l +5.79 -1.23 l +5.75 -1.42 l +5.71 -1.59 l +5.65 -1.78 l +5.59 -1.95 l +5.53 -2.12 l +5.46 -2.30 l +5.39 -2.47 l +5.30 -2.64 l +5.21 -2.81 l +5.13 -2.97 l +5.03 -3.13 l +4.93 -3.29 l +4.82 -3.44 l +4.71 -3.59 l +4.59 -3.74 l +4.48 -3.88 l +4.35 -4.02 l +4.22 -4.16 l +4.09 -4.28 l +3.95 -4.42 l +3.81 -4.53 l +3.66 -4.66 l +3.52 -4.77 l +3.36 -4.87 l +3.20 -4.98 l +3.05 -5.08 l +2.89 -5.18 l +2.72 -5.26 l +2.55 -5.34 l +2.39 -5.43 l +2.21 -5.49 l +2.04 -5.56 l +1.86 -5.63 l +1.68 -5.68 l +1.50 -5.73 l +1.32 -5.77 l +1.14 -5.81 l +0.95 -5.85 l +0.77 -5.87 l +382.58 262.84 lineto +cp +p1 +np + 64.95 380.56 m +4.33 3.69 l +4.43 3.55 l +4.55 3.41 l +4.66 3.26 l +4.75 3.12 l +4.86 2.96 l +4.94 2.81 l +5.03 2.65 l +5.11 2.49 l +5.18 2.33 l +5.26 2.17 l +0.72 0.26 l +1.48 0.79 l +5.34 2.60 l +5.43 2.44 l +5.50 2.26 l +5.56 2.09 l +5.64 1.91 l +5.68 1.74 l +5.74 1.55 l +5.79 1.37 l +5.83 1.19 l +5.86 1.00 l +5.89 0.82 l +5.36 0.57 l +-3.22 -0.14 l +-5.91 -0.44 l +-5.89 -0.63 l +-5.86 -0.81 l +-5.84 -1.00 l +-5.81 -1.18 l +-5.76 -1.37 l +-5.72 -1.55 l +-5.67 -1.72 l +-5.60 -1.91 l +-5.55 -2.08 l +-5.48 -2.26 l +-5.40 -2.42 l +-5.33 -2.60 l +-5.24 -2.76 l +-5.15 -2.93 l +-5.05 -3.09 l +-4.95 -3.24 l +-4.85 -3.40 l +-4.74 -3.56 l +-4.63 -3.70 l +-4.51 -3.84 l +-4.38 -3.99 l +-4.25 -4.12 l +-0.02 -0.01 l +cp +p1 +np + 203.83 58.72 m +5.91 0.35 l +5.90 0.54 l +5.88 0.72 l +5.85 0.90 l +5.82 1.10 l +5.79 1.27 l +5.74 1.46 l +5.69 1.63 l +5.64 1.82 l +5.58 1.99 l +5.51 2.17 l +5.44 2.34 l +5.37 2.51 l +5.28 2.68 l +5.20 2.85 l +5.10 3.01 l +5.00 3.17 l +4.91 3.32 l +4.79 3.48 l +4.69 3.62 l +4.56 3.78 l +4.45 3.91 l +4.32 4.06 l +4.19 4.18 l +4.05 4.32 l +3.92 4.44 l +3.77 4.57 l +3.63 4.68 l +3.48 4.80 l +3.33 4.90 l +3.17 5.00 l +3.01 5.10 l +2.84 5.20 l +2.69 5.28 l +2.51 5.36 l +2.34 5.45 l +2.17 5.51 l +2.00 5.57 l +1.82 5.64 l +1.64 5.69 l +1.45 5.75 l +1.28 5.78 l +1.09 5.82 l +0.91 5.85 l +0.73 5.88 l +0.54 5.90 l +0.35 5.92 l +0.16 5.92 l +-0.02 5.92 l +-0.21 5.92 l +-0.40 5.91 l +-0.11 1.18 l +0.01 -4.06 l +-0.16 -5.85 l +-0.35 -5.84 l +0 -0.03 l +0.01 -3.79 l +-0.15 -5.67 l +-0.34 -5.66 l +-0.52 -5.65 l +-0.69 -5.63 l +-0.87 -5.60 l +-1.05 -5.58 l +-1.22 -5.54 l +-1.40 -5.49 l +-1.57 -5.45 l +-1.74 -5.40 l +-1.91 -5.34 l +-2.07 -5.28 l +-2.25 -5.21 l +-2.41 -5.14 l +-2.56 -5.05 l +-2.73 -4.98 l +-2.88 -4.88 l +-3.04 -4.79 l +-3.18 -4.70 l +-3.33 -4.59 l +-3.48 -4.48 l +-3.61 -4.37 l +-3.75 -4.26 l +-3.88 -4.13 l +-4.02 -4.01 l +-4.13 -3.89 l +-4.26 -3.74 l +-4.37 -3.62 l +-4.49 -3.47 l +-4.59 -3.33 l +-4.69 -3.18 l +-4.80 -3.04 l +-4.88 -2.88 l +-4.98 -2.72 l +-5.06 -2.57 l +-5.13 -2.40 l +-5.21 -2.24 l +-5.28 -2.08 l +-5.34 -1.91 l +-5.40 -1.74 l +-5.45 -1.56 l +-5.50 -1.40 l +238.34 69.40 lineto +-5.57 -1.05 l +-5.61 -0.86 l +-5.63 -0.70 l +-5.65 -0.51 l +-5.66 -0.33 l +-5.67 -0.16 l +-5.67 0.02 l +-1.54 0.06 l +-5.60 -0.33 l +-5.68 -0.16 l +-5.69 0.03 l +-5.68 0.20 l +-5.67 0.38 l +-5.66 0.56 l +-5.63 0.74 l +-5.61 0.92 l +-5.58 1.09 l +-5.54 1.27 l +-5.50 1.44 l +-5.45 1.62 l +-0.90 0.30 l +3.17 -1.40 l +5.52 -2.22 l +5.58 -2.05 l +5.65 -1.87 l +5.70 -1.69 l +5.75 -1.51 l +5.80 -1.32 l +5.83 -1.15 l +5.87 -0.96 l +5.89 -0.77 l +1.61 -0.16 l +0.54 -0.04 l +5.92 -0.21 l +5.92 -0.02 l +cp +p1 +np + 23.28 198.33 m +-1.42 5.78 l +-1.23 5.82 l +-1.05 5.85 l +-0.87 5.88 l +-0.68 5.91 l +-0.49 5.93 l +-0.30 5.93 l +-0.12 5.95 l +0.07 5.95 l +0.26 5.94 l +0.45 5.93 l +0.63 5.91 l +0.82 5.89 l +1.01 5.86 l +1.19 5.82 l +1.37 5.79 l +1.56 5.74 l +1.73 5.69 l +1.92 5.63 l +2.09 5.56 l +2.26 5.50 l +2.44 5.42 l +2.61 5.35 l +2.77 5.26 l +2.95 5.16 l +3.10 5.08 l +3.26 4.97 l +3.41 4.87 l +3.57 4.75 l +3.72 4.65 l +3.86 4.52 l +4.00 4.40 l +4.14 4.27 l +4.27 4.13 l +4.40 4.00 l +4.52 3.86 l +4.65 3.72 l +4.75 3.56 l +4.87 3.42 l +4.98 3.26 l +5.07 3.10 l +5.17 2.93 l +3.78 1.99 l +-0.72 -0.26 l +-5.26 -2.17 l +-5.18 -2.33 l +-5.11 -2.49 l +-5.03 -2.65 l +-4.94 -2.81 l +-4.86 -2.96 l +-4.75 -3.12 l +-4.66 -3.26 l +-4.55 -3.41 l +-4.43 -3.55 l +-4.33 -3.69 l +-1.89 -1.72 l +-4.11 -4.24 l +-3.98 -4.38 l +-3.85 -4.51 l +-3.70 -4.62 l +-3.56 -4.74 l +-3.40 -4.85 l +-3.25 -4.95 l +-3.09 -5.06 l +-2.93 -5.15 l +-2.76 -5.23 l +-2.60 -5.33 l +-2.43 -5.40 l +-2.25 -5.48 l +-2.09 -5.54 l +-1.90 -5.61 l +-0.06 -0.17 l +-0.62 -2.65 l +-1.18 -5.73 l +-0.98 -5.76 l +-0.81 -5.79 l +-0.62 -5.82 l +-0.44 -5.83 l +-0.26 -5.85 l +-0.07 -5.84 l +0.12 -5.85 l +0.30 -5.84 l +0.48 -5.83 l +0.67 -5.81 l +0.85 -5.79 l +1.03 -5.75 l +1.21 -5.73 l +1.39 -5.68 l +1.58 -5.63 l +1.75 -5.58 l +1.92 -5.52 l +0.53 -1.39 l +cp +p1 +np + 191.74 65.54 m +5.60 0.33 l +-4.13 0.15 l +-5.66 0.38 l +-5.64 0.56 l +-5.63 0.74 l +-5.60 0.91 l +-5.56 1.09 l +-5.53 1.27 l +-5.49 1.44 l +-5.44 1.61 l +-5.38 1.78 l +-5.33 1.96 l +-5.26 2.12 l +-5.19 2.28 l +-5.11 2.45 l +-5.04 2.61 l +-4.95 2.76 l +-4.87 2.92 l +-4.76 3.08 l +-4.67 3.22 l +-4.57 3.36 l +-4.45 3.51 l +-4.35 3.65 l +-4.22 3.79 l +-4.10 3.91 l +-3.98 4.05 l +-3.85 4.16 l +-3.72 4.29 l +-3.57 4.40 l +-3.44 4.51 l +-1.39 1.94 l +-0.97 1.13 l +-3.69 4.53 l +-3.54 4.66 l +-3.40 4.76 l +-3.24 4.86 l +-3.09 4.97 l +-2.93 5.06 l +-2.77 5.15 l +-2.60 5.24 l +-2.44 5.32 l +-2.27 5.39 l +-1.57 4.07 l +0.92 -3.30 l +1.78 -5.68 l +1.96 -5.61 l +2.13 -5.55 l +2.31 -5.48 l +2.48 -5.41 l +2.65 -5.32 l +2.81 -5.24 l +2.98 -5.15 l +3.14 -5.05 l +3.30 -4.94 l +3.45 -4.84 l +3.60 -4.73 l +3.75 -4.62 l +3.90 -4.49 l +4.03 -4.37 l +4.17 -4.24 l +4.31 -4.10 l +4.43 -3.97 l +4.55 -3.82 l +4.67 -3.68 l +4.79 -3.53 l +4.89 -3.38 l +5.00 -3.22 l +5.10 -3.06 l +5.19 -2.90 l +5.28 -2.74 l +5.36 -2.56 l +2.27 -1.00 l +0.90 -0.30 l +5.45 -1.62 l +5.50 -1.44 l +5.54 -1.27 l +5.58 -1.09 l +5.61 -0.92 l +5.63 -0.74 l +5.66 -0.56 l +5.67 -0.38 l +5.68 -0.20 l +5.69 -0.03 l +cp +p1 +np + 210.22 65.95 m +5.66 0.33 l +5.65 0.51 l +5.63 0.70 l +5.61 0.86 l +5.57 1.05 l +5.54 1.22 l +5.50 1.40 l +5.45 1.56 l +5.40 1.74 l +5.34 1.91 l +5.28 2.08 l +5.21 2.24 l +5.13 2.40 l +5.06 2.57 l +4.98 2.72 l +4.88 2.88 l +4.80 3.04 l +4.69 3.18 l +4.59 3.33 l +4.49 3.47 l +4.37 3.62 l +4.26 3.74 l +4.13 3.89 l +4.02 4.01 l +3.88 4.13 l +3.75 4.26 l +3.61 4.37 l +3.48 4.48 l +3.33 4.59 l +3.18 4.70 l +3.04 4.79 l +2.88 4.88 l +2.73 4.98 l +2.56 5.05 l +2.41 5.14 l +2.25 5.21 l +2.07 5.28 l +1.91 5.34 l +1.74 5.40 l +1.57 5.45 l +1.40 5.49 l +1.22 5.54 l +1.05 5.58 l +0.87 5.60 l +0.69 5.63 l +0.52 5.65 l +0.34 5.66 l +0.15 5.67 l +-0.01 3.79 l +-0.53 -5.79 l +-0.71 -5.81 l +-0.90 -5.78 l +-1.08 -5.74 l +-1.26 -5.71 l +-1.44 -5.67 l +-1.62 -5.62 l +-1.79 -5.57 l +-1.97 -5.51 l +-2.15 -5.44 l +-2.31 -5.37 l +-2.48 -5.30 l +-2.65 -5.21 l +-2.81 -5.13 l +-2.97 -5.04 l +-3.13 -4.94 l +-3.29 -4.84 l +-3.43 -4.73 l +-3.58 -4.62 l +-3.73 -4.51 l +-3.87 -4.39 l +-4.00 -4.26 l +-4.14 -4.14 l +-4.26 -4.00 l +-4.39 -3.87 l +-4.51 -3.72 l +-4.62 -3.58 l +-4.74 -3.43 l +-4.84 -3.29 l +-4.66 -2.95 l +-2.28 -1.76 l +-4.60 -3.33 l +-4.70 -3.19 l +-4.81 -3.04 l +-4.90 -2.89 l +-4.98 -2.73 l +-5.07 -2.57 l +-5.15 -2.41 l +-5.22 -2.25 l +-5.29 -2.08 l +-5.36 -1.91 l +-5.41 -1.75 l +-5.46 -1.57 l +-5.51 -1.40 l +-5.55 -1.22 l +-5.59 -1.05 l +-5.62 -0.87 l +-5.64 -0.69 l +-5.66 -0.52 l +-0.08 0 l +198.88 65.81 lineto +5.67 -0.02 l +cp +p1 +np + 382.08 247.09 m +0.35 5.84 l +0.16 5.85 l +-0.01 4.06 l +-0.47 4.72 l +-0.77 5.87 l +-0.95 5.85 l +-1.14 5.81 l +-1.32 5.77 l +-1.50 5.73 l +-1.68 5.68 l +-1.86 5.63 l +-2.04 5.56 l +-2.21 5.49 l +-2.39 5.43 l +-2.55 5.34 l +-2.72 5.26 l +-2.89 5.18 l +-3.05 5.08 l +-3.20 4.98 l +-3.36 4.87 l +-3.52 4.77 l +-3.66 4.66 l +-3.81 4.53 l +-3.95 4.42 l +-4.09 4.28 l +-4.22 4.16 l +-4.35 4.02 l +-4.48 3.88 l +-4.59 3.74 l +-4.71 3.59 l +-4.82 3.44 l +-4.93 3.29 l +-5.03 3.13 l +-5.13 2.97 l +-5.21 2.81 l +-5.30 2.64 l +-5.39 2.47 l +-5.46 2.30 l +-5.53 2.12 l +-5.59 1.95 l +-5.65 1.78 l +-5.71 1.59 l +-5.75 1.42 l +-5.79 1.23 l +-5.83 1.04 l +-5.86 0.87 l +-5.89 0.68 l +-5.90 0.49 l +-5.92 0.30 l +-5.92 0.12 l +-5.92 -0.07 l +-2.70 -0.12 l +-5.36 -0.57 l +-5.89 -0.82 l +-5.86 -1.00 l +-5.83 -1.19 l +-5.79 -1.37 l +-5.74 -1.55 l +-5.68 -1.74 l +-5.64 -1.91 l +-5.56 -2.09 l +-5.50 -2.26 l +-5.43 -2.44 l +-5.34 -2.60 l +-1.48 -0.79 l +4.60 1.73 l +5.38 1.83 l +5.44 1.66 l +5.49 1.48 l +5.53 1.31 l +5.57 1.14 l +5.61 0.96 l +5.63 0.78 l +5.65 0.60 l +5.67 0.43 l +5.68 0.24 l +5.68 0.07 l +5.69 -0.11 l +5.67 -0.29 l +1.05 -0.09 l +0.42 0.02 l +5.67 0.06 l +5.67 -0.11 l +5.66 -0.29 l +5.65 -0.47 l +5.64 -0.65 l +5.61 -0.83 l +5.58 -1.00 l +5.55 -1.18 l +5.51 -1.35 l +5.46 -1.53 l +5.41 -1.70 l +5.36 -1.87 l +5.29 -2.03 l +5.23 -2.21 l +5.16 -2.36 l +5.07 -2.53 l +5.00 -2.69 l +4.91 -2.84 l +299.77 396.44 lineto +4.72 -3.14 l +4.62 -3.30 l +4.51 -3.44 l +4.40 -3.58 l +4.28 -3.72 l +4.17 -3.85 l +4.04 -3.97 l +3.91 -4.11 l +3.79 -4.23 l +3.64 -4.34 l +3.51 -4.46 l +3.37 -4.56 l +3.22 -4.67 l +3.07 -4.77 l +2.92 -4.87 l +2.76 -4.95 l +2.61 -5.04 l +2.44 -5.11 l +2.28 -5.20 l +2.12 -5.26 l +1.95 -5.33 l +1.79 -5.38 l +1.61 -5.44 l +1.43 -5.49 l +1.27 -5.52 l +1.09 -5.57 l +0.91 -5.60 l +0.74 -5.62 l +0.55 -5.65 l +0.38 -5.66 l +0.20 -5.67 l +0.01 -1.88 l +cp +p1 +np + 197.42 65.87 m +5.66 0.52 l +5.64 0.69 l +5.62 0.87 l +5.59 1.05 l +5.55 1.22 l +5.51 1.40 l +5.46 1.57 l +5.41 1.75 l +5.36 1.91 l +5.29 2.08 l +5.22 2.25 l +5.15 2.41 l +5.07 2.57 l +4.98 2.73 l +4.90 2.89 l +4.81 3.04 l +4.70 3.19 l +4.60 3.33 l +2.28 1.76 l +-0.28 -0.17 l +-5.04 -2.97 l +-5.13 -2.81 l +-5.22 -2.65 l +-5.29 -2.48 l +-5.38 -2.31 l +-5.44 -2.14 l +-5.51 -1.97 l +-5.56 -1.79 l +-5.62 -1.62 l +-5.67 -1.44 l +-5.71 -1.26 l +-5.75 -1.07 l +-5.78 -0.90 l +-5.81 -0.71 l +-5.82 -0.53 l +-5.84 -0.35 l +-5.85 -0.16 l +-5.85 0.03 l +-5.84 0.21 l +-5.84 0.39 l +-5.82 0.58 l +-5.79 0.76 l +-5.78 0.94 l +-5.74 1.13 l +-5.70 1.30 l +-5.65 1.49 l +-5.61 1.66 l +-5.55 1.84 l +-5.49 2.01 l +-5.43 2.19 l +-5.35 2.35 l +-5.28 2.53 l +-5.19 2.69 l +-5.11 2.85 l +-5.01 3.01 l +-4.92 3.17 l +-4.81 3.32 l +-4.71 3.47 l +-4.59 3.62 l +-4.48 3.76 l +-4.36 3.90 l +-4.23 4.04 l +-4.10 4.17 l +-3.97 4.30 l +-2.86 3.29 l +1.39 -1.94 l +3.44 -4.51 l +3.57 -4.40 l +3.72 -4.29 l +3.85 -4.16 l +3.98 -4.05 l +4.10 -3.91 l +4.22 -3.79 l +4.35 -3.65 l +4.45 -3.51 l +4.57 -3.36 l +4.67 -3.22 l +4.76 -3.08 l +4.87 -2.92 l +4.95 -2.76 l +5.04 -2.61 l +5.11 -2.45 l +5.19 -2.28 l +5.26 -2.12 l +5.33 -1.96 l +5.38 -1.78 l +5.44 -1.61 l +5.49 -1.44 l +5.53 -1.27 l +5.56 -1.09 l +5.60 -0.91 l +5.63 -0.74 l +5.64 -0.56 l +5.66 -0.38 l +4.13 -0.15 l +cp +p1 +np + 54.55 143.45 m +-3.14 4.72 l +-3.00 4.82 l +-2.84 4.90 l +-2.68 5.00 l +-2.53 5.08 l +-2.36 5.16 l +-2.20 5.22 l +-2.04 5.30 l +-1.87 5.35 l +-1.69 5.42 l +-1.53 5.46 l +-1.35 5.51 l +-1.17 5.55 l +-1.01 5.58 l +-0.82 5.61 l +-0.65 5.64 l +-0.47 5.65 l +-0.28 5.66 l +-0.12 5.68 l +0.07 5.67 l +0.25 5.66 l +0.43 5.66 l +0.60 5.64 l +0.78 5.62 l +0.96 5.59 l +1.14 5.56 l +1.31 5.51 l +1.48 5.48 l +1.65 5.42 l +1.83 5.37 l +2.00 5.31 l +2.16 5.25 l +2.32 5.17 l +2.49 5.10 l +2.65 5.01 l +2.80 4.93 l +2.96 4.84 l +3.11 4.75 l +3.26 4.64 l +3.40 4.54 l +3.55 4.43 l +3.68 4.31 l +3.82 4.20 l +3.94 4.07 l +4.08 3.94 l +4.20 3.82 l +4.31 3.68 l +4.43 3.54 l +4.54 3.41 l +4.64 3.25 l +4.75 3.11 l +4.84 2.96 l +4.93 2.80 l +5.02 2.65 l +5.09 2.48 l +5.18 2.33 l +5.24 2.16 l +5.31 1.99 l +5.38 1.82 l +5.42 1.66 l +5.48 1.48 l +5.52 1.31 l +5.55 1.13 l +5.59 0.95 l +5.62 0.78 l +5.64 0.61 l +5.66 0.42 l +5.25 0.23 l +-1.05 0.09 l +-5.67 0.29 l +-5.69 0.11 l +-5.68 -0.07 l +-5.68 -0.24 l +-5.67 -0.43 l +-5.65 -0.60 l +-5.63 -0.78 l +-5.61 -0.96 l +-5.57 -1.14 l +-5.53 -1.31 l +-5.49 -1.48 l +-5.44 -1.66 l +-5.38 -1.83 l +-4.60 -1.73 l +-3.78 -1.99 l +-5.17 -2.93 l +-5.07 -3.10 l +-4.98 -3.26 l +-4.87 -3.42 l +-4.75 -3.56 l +-4.65 -3.72 l +-4.52 -3.86 l +-4.40 -4.00 l +-4.27 -4.13 l +-4.14 -4.27 l +-4.00 -4.40 l +-3.86 -4.52 l +-3.72 -4.65 l +-3.57 -4.75 l +-3.41 -4.87 l +46.35 346.86 lineto +-3.10 -5.08 l +-2.95 -5.16 l +-2.77 -5.26 l +-2.61 -5.35 l +-2.44 -5.42 l +-2.26 -5.50 l +-2.09 -5.56 l +-1.92 -5.63 l +-1.73 -5.69 l +-1.56 -5.74 l +-1.37 -5.79 l +-1.19 -5.82 l +-1.01 -5.86 l +-0.82 -5.89 l +-0.63 -5.91 l +-0.45 -5.93 l +-0.26 -5.94 l +-0.07 -5.95 l +0.12 -5.95 l +0.30 -5.93 l +0.49 -5.93 l +0.68 -5.91 l +0.87 -5.88 l +1.05 -5.85 l +1.23 -5.82 l +1.42 -5.78 l +0.67 -2.42 l +1.57 -4.07 l +2.27 -5.39 l +2.44 -5.32 l +2.60 -5.24 l +2.77 -5.15 l +2.93 -5.06 l +3.09 -4.97 l +3.24 -4.86 l +3.40 -4.76 l +3.54 -4.66 l +3.69 -4.53 l +0.97 -1.13 l +cp +p1 +np + 298.88 106.05 m +4.84 3.29 l +4.74 3.43 l +4.62 3.58 l +4.51 3.72 l +4.39 3.87 l +4.26 4.00 l +4.14 4.14 l +4.00 4.26 l +3.87 4.39 l +3.73 4.51 l +3.58 4.62 l +3.43 4.73 l +3.29 4.84 l +3.13 4.94 l +2.97 5.04 l +2.81 5.13 l +2.65 5.21 l +2.48 5.30 l +2.31 5.37 l +2.15 5.44 l +1.97 5.51 l +1.79 5.57 l +1.62 5.62 l +1.44 5.67 l +1.26 5.71 l +1.08 5.74 l +0.90 5.78 l +0.71 5.81 l +0.53 5.79 l +-0.01 1.88 l +-0.20 5.67 l +-0.38 5.66 l +-0.55 5.65 l +-0.74 5.62 l +-0.91 5.60 l +-1.09 5.57 l +-1.27 5.52 l +-1.43 5.49 l +-1.61 5.44 l +-1.79 5.38 l +-1.95 5.33 l +-2.12 5.26 l +-2.28 5.20 l +-2.44 5.11 l +-2.61 5.04 l +-2.76 4.95 l +-2.92 4.87 l +-3.07 4.77 l +-3.22 4.67 l +-3.37 4.56 l +-3.51 4.46 l +-3.64 4.34 l +-3.79 4.23 l +-3.91 4.11 l +-4.04 3.97 l +-4.17 3.85 l +-4.28 3.72 l +-4.40 3.58 l +-4.51 3.44 l +-4.62 3.30 l +-4.72 3.14 l +-4.81 3.00 l +-4.91 2.84 l +-5.00 2.69 l +-5.07 2.53 l +-5.16 2.36 l +-5.23 2.21 l +-5.29 2.03 l +-5.36 1.87 l +-5.41 1.70 l +-5.46 1.53 l +-5.51 1.35 l +-5.55 1.18 l +-5.58 1.00 l +-5.61 0.83 l +-5.64 0.65 l +-5.65 0.47 l +-5.66 0.29 l +-5.67 0.11 l +-5.67 -0.06 l +-0.42 -0.02 l +4.62 -0.39 l +5.65 -0.65 l +5.62 -0.82 l +5.60 -1.01 l +5.56 -1.18 l +5.52 -1.36 l +5.47 -1.53 l +5.43 -1.70 l +5.37 -1.87 l +5.30 -2.04 l +5.24 -2.21 l +5.17 -2.37 l +5.09 -2.54 l +5.00 -2.69 l +4.92 -2.85 l +4.83 -3.00 l +4.73 -3.16 l +4.63 -3.30 l +295.38 386.88 lineto +4.41 -3.59 l +4.29 -3.72 l +4.18 -3.86 l +4.05 -3.99 l +3.92 -4.11 l +3.79 -4.24 l +3.66 -4.35 l +3.51 -4.47 l +3.37 -4.58 l +3.23 -4.68 l +3.08 -4.78 l +2.93 -4.87 l +2.77 -4.97 l +2.61 -5.04 l +2.45 -5.13 l +2.29 -5.21 l +2.12 -5.27 l +1.95 -5.34 l +1.79 -5.40 l +1.61 -5.45 l +1.45 -5.50 l +1.26 -5.54 l +1.09 -5.58 l +0.92 -5.61 l +0.74 -5.64 l +0.56 -5.65 l +0.38 -5.68 l +0.20 -5.68 l +0.02 -5.68 l +-0.16 -5.69 l +-0.34 -5.67 l +-0.51 -5.66 l +-0.70 -5.64 l +-0.87 -5.62 l +-1.05 -5.59 l +-1.23 -5.55 l +-1.40 -5.51 l +-1.57 -5.46 l +-1.74 -5.41 l +-1.92 -5.36 l +-2.08 -5.29 l +-2.25 -5.22 l +-2.41 -5.15 l +-2.58 -5.06 l +-2.73 -4.99 l +-2.89 -4.90 l +-3.04 -4.80 l +-3.19 -4.70 l +-3.34 -4.60 l +-3.48 -4.50 l +-3.63 -4.38 l +-3.75 -4.26 l +-3.90 -4.15 l +-4.02 -4.02 l +-4.14 -3.89 l +-4.27 -3.76 l +-4.38 -3.62 l +-2.22 -1.72 l +cp +p1 +np + 205.37 75.93 m +5.84 0.35 l +5.82 0.53 l +5.81 0.71 l +5.78 0.90 l +5.75 1.07 l +5.71 1.26 l +5.67 1.44 l +5.62 1.62 l +5.56 1.79 l +5.51 1.97 l +5.44 2.14 l +5.38 2.31 l +5.29 2.48 l +5.22 2.65 l +5.13 2.81 l +5.04 2.97 l +0.28 0.17 l +2.22 1.72 l +4.38 3.62 l +4.27 3.76 l +4.14 3.89 l +4.02 4.02 l +3.90 4.15 l +3.75 4.26 l +3.63 4.38 l +3.48 4.50 l +3.34 4.60 l +3.19 4.70 l +3.04 4.80 l +2.89 4.90 l +2.73 4.99 l +2.58 5.06 l +2.41 5.15 l +2.25 5.22 l +2.08 5.29 l +1.92 5.36 l +1.74 5.41 l +1.57 5.46 l +1.40 5.51 l +1.23 5.55 l +1.05 5.59 l +0.87 5.62 l +0.70 5.64 l +0.51 5.66 l +0.34 5.67 l +0.16 5.69 l +-0.02 5.68 l +-0.20 5.68 l +-0.38 5.68 l +-0.56 5.65 l +-0.74 5.64 l +-0.92 5.61 l +-1.09 5.58 l +-1.26 5.54 l +-1.45 5.50 l +-1.61 5.45 l +-1.79 5.40 l +-1.95 5.34 l +-2.12 5.27 l +-2.29 5.21 l +-2.45 5.13 l +-2.61 5.04 l +-2.77 4.97 l +-2.93 4.87 l +-3.08 4.78 l +-3.23 4.68 l +-3.37 4.58 l +-3.51 4.47 l +-3.66 4.35 l +-3.79 4.24 l +-3.92 4.11 l +-4.05 3.99 l +-4.18 3.86 l +-4.29 3.72 l +-4.41 3.59 l +-4.52 3.45 l +-4.63 3.30 l +-4.73 3.16 l +-4.83 3.00 l +-4.92 2.85 l +-5.00 2.69 l +-5.09 2.54 l +-5.17 2.37 l +-5.24 2.21 l +-5.30 2.04 l +-5.37 1.87 l +-5.43 1.70 l +-5.47 1.53 l +-5.52 1.36 l +-5.56 1.18 l +-5.60 1.01 l +-5.62 0.82 l +-5.65 0.65 l +-4.62 0.39 l +-5.25 -0.23 l +-5.66 -0.42 l +-5.64 -0.61 l +-5.62 -0.78 l +-5.59 -0.95 l +163.80 420.88 lineto +-5.52 -1.31 l +-5.48 -1.48 l +-5.42 -1.66 l +-5.38 -1.82 l +-5.31 -1.99 l +-5.24 -2.16 l +-5.18 -2.33 l +-5.09 -2.48 l +-5.02 -2.65 l +-4.93 -2.80 l +-4.84 -2.96 l +-4.75 -3.11 l +-4.64 -3.25 l +-4.54 -3.41 l +-4.43 -3.54 l +-4.31 -3.68 l +-4.20 -3.82 l +-4.08 -3.94 l +-3.94 -4.07 l +-3.82 -4.20 l +-3.68 -4.31 l +-3.55 -4.43 l +-3.40 -4.54 l +-3.26 -4.64 l +-3.11 -4.75 l +-2.96 -4.84 l +-2.80 -4.93 l +-2.65 -5.01 l +-2.49 -5.10 l +-2.32 -5.17 l +-2.16 -5.25 l +-2.00 -5.31 l +-1.83 -5.37 l +-1.65 -5.42 l +-1.48 -5.48 l +-1.31 -5.51 l +-1.14 -5.56 l +-0.96 -5.59 l +-0.78 -5.62 l +-0.60 -5.64 l +-0.43 -5.66 l +-0.25 -5.66 l +-0.07 -5.67 l +0.12 -5.68 l +0.28 -5.66 l +0.47 -5.65 l +0.65 -5.64 l +0.82 -5.61 l +1.01 -5.58 l +1.17 -5.55 l +1.35 -5.51 l +1.53 -5.46 l +1.69 -5.42 l +1.87 -5.35 l +2.04 -5.30 l +2.20 -5.22 l +2.36 -5.16 l +2.53 -5.08 l +2.68 -5.00 l +2.84 -4.90 l +3.00 -4.82 l +3.14 -4.72 l +1.91 -2.68 l +2.86 -3.29 l +3.97 -4.30 l +4.10 -4.17 l +4.23 -4.04 l +4.36 -3.90 l +4.48 -3.76 l +4.59 -3.62 l +4.71 -3.47 l +4.81 -3.32 l +4.92 -3.17 l +5.01 -3.01 l +5.11 -2.85 l +5.19 -2.69 l +5.28 -2.53 l +5.35 -2.35 l +5.43 -2.19 l +5.49 -2.01 l +5.55 -1.84 l +5.61 -1.66 l +5.65 -1.49 l +5.70 -1.30 l +5.74 -1.13 l +5.78 -0.94 l +5.79 -0.76 l +5.82 -0.58 l +5.84 -0.39 l +5.84 -0.21 l +5.85 -0.03 l +cp +p1 +1 0 0 srgb +np +49.78 125.36 m +3.86 -4.18 l +3.98 -4.05 l +4.12 -3.92 l +4.23 -3.80 l +4.35 -3.65 l +4.47 -3.52 l +4.57 -3.38 l +4.68 -3.22 l +4.78 -3.08 l +4.88 -2.93 l +4.96 -2.77 l +5.05 -2.62 l +5.13 -2.45 l +5.20 -2.29 l +5.27 -2.12 l +5.34 -1.96 l +5.40 -1.79 l +5.45 -1.62 l +5.50 -1.44 l +5.54 -1.27 l +5.58 -1.09 l +5.61 -0.92 l +5.63 -0.74 l +5.66 -0.56 l +5.67 -0.38 l +5.68 -0.20 l +5.69 -0.03 l +5.68 0.16 l +5.68 0.33 l +5.66 0.52 l +5.64 0.69 l +5.62 0.87 l +5.59 1.05 l +5.55 1.22 l +5.51 1.40 l +5.46 1.57 l +5.41 1.75 l +5.36 1.91 l +5.29 2.08 l +5.22 2.25 l +5.15 2.41 l +5.07 2.57 l +4.98 2.73 l +4.90 2.89 l +4.81 3.04 l +4.70 3.19 l +4.60 3.33 l +4.50 3.48 l +4.38 3.62 l +4.27 3.76 l +4.14 3.89 l +4.02 4.02 l +3.90 4.15 l +3.75 4.26 l +3.63 4.38 l +3.48 4.50 l +3.34 4.60 l +3.19 4.70 l +3.04 4.80 l +2.89 4.90 l +2.73 4.99 l +2.58 5.06 l +2.41 5.15 l +2.25 5.22 l +2.08 5.29 l +1.92 5.36 l +1.74 5.41 l +1.57 5.46 l +1.40 5.51 l +1.23 5.55 l +1.05 5.59 l +0.87 5.62 l +0.70 5.64 l +0.51 5.66 l +0.34 5.67 l +0.16 5.69 l +-0.02 5.68 l +-0.20 5.68 l +-0.38 5.68 l +-0.56 5.65 l +-0.74 5.64 l +-0.92 5.61 l +-1.09 5.58 l +-1.26 5.54 l +-1.45 5.50 l +-1.61 5.45 l +-1.79 5.40 l +-1.95 5.34 l +-2.12 5.27 l +-2.29 5.21 l +-2.45 5.13 l +-2.61 5.04 l +-2.77 4.97 l +-2.93 4.87 l +-3.08 4.78 l +-3.23 4.68 l +-3.37 4.58 l +-3.51 4.47 l +-3.66 4.35 l +316.23 367.61 lineto +-3.92 4.11 l +-4.05 3.99 l +-4.18 3.86 l +-4.29 3.72 l +-4.41 3.59 l +-4.52 3.45 l +-4.63 3.30 l +-4.73 3.16 l +-4.83 3.00 l +-4.92 2.85 l +-5.00 2.69 l +-5.09 2.54 l +-5.17 2.37 l +-5.24 2.21 l +-5.30 2.04 l +-5.37 1.87 l +-5.43 1.70 l +-5.47 1.53 l +-5.52 1.36 l +-5.56 1.18 l +-5.60 1.01 l +-5.62 0.82 l +-5.65 0.65 l +-5.67 0.48 l +-5.67 0.29 l +-5.69 0.11 l +-5.68 -0.07 l +-5.68 -0.24 l +-5.67 -0.43 l +-5.65 -0.60 l +-5.63 -0.78 l +-5.61 -0.96 l +-5.57 -1.14 l +-5.53 -1.31 l +-5.49 -1.48 l +-5.44 -1.66 l +-5.38 -1.83 l +-5.32 -1.99 l +-5.26 -2.17 l +-5.18 -2.33 l +-5.11 -2.49 l +-5.03 -2.65 l +-4.94 -2.81 l +-4.86 -2.96 l +-4.75 -3.12 l +-4.66 -3.26 l +-4.55 -3.41 l +-4.43 -3.55 l +-4.33 -3.69 l +-4.21 -3.83 l +-4.08 -3.95 l +-3.96 -4.09 l +-3.82 -4.20 l +-3.69 -4.32 l +-3.56 -4.44 l +-3.41 -4.55 l +-3.26 -4.65 l +-3.12 -4.76 l +-2.97 -4.85 l +-2.81 -4.94 l +-2.65 -5.03 l +-2.49 -5.11 l +-2.33 -5.18 l +-2.17 -5.26 l +-2.00 -5.32 l +-1.83 -5.38 l +-1.66 -5.44 l +-1.49 -5.49 l +-1.31 -5.53 l +-1.14 -5.57 l +-0.96 -5.60 l +-0.78 -5.63 l +-0.61 -5.65 l +-0.42 -5.67 l +-0.25 -5.68 l +-0.07 -5.69 l +0.11 -5.68 l +0.29 -5.68 l +0.47 -5.66 l +0.65 -5.65 l +0.83 -5.63 l +1.00 -5.59 l +1.18 -5.56 l +1.35 -5.52 l +1.53 -5.48 l +1.70 -5.42 l +1.87 -5.37 l +2.04 -5.31 l +2.21 -5.24 l +2.37 -5.17 l +2.53 -5.09 l +2.69 -5.00 l +2.85 -4.92 l +3.00 -4.83 l +3.15 -4.73 l +3.30 -4.63 l +3.45 -4.52 l +3.58 -4.41 l +3.73 -4.30 l +o +1 1 0 srgb +np +68.58 125.63 m +3.85 -4.16 l +3.98 -4.05 l +4.10 -3.91 l +4.22 -3.79 l +4.35 -3.65 l +4.45 -3.51 l +4.57 -3.36 l +4.67 -3.22 l +4.76 -3.08 l +4.87 -2.92 l +4.95 -2.76 l +5.04 -2.61 l +5.11 -2.45 l +5.19 -2.28 l +5.26 -2.12 l +5.33 -1.96 l +5.38 -1.78 l +5.44 -1.61 l +5.49 -1.44 l +5.53 -1.27 l +5.56 -1.09 l +5.60 -0.91 l +5.63 -0.74 l +5.64 -0.56 l +5.66 -0.38 l +5.67 -0.21 l +5.67 -0.02 l +5.67 0.16 l +5.66 0.33 l +5.65 0.51 l +5.63 0.70 l +5.61 0.86 l +5.57 1.05 l +5.54 1.22 l +5.50 1.40 l +5.45 1.56 l +5.40 1.74 l +5.34 1.91 l +5.28 2.08 l +5.21 2.24 l +5.13 2.40 l +5.06 2.57 l +4.98 2.72 l +4.88 2.88 l +4.80 3.04 l +4.69 3.18 l +4.59 3.33 l +4.49 3.47 l +4.37 3.62 l +4.26 3.74 l +4.13 3.89 l +4.02 4.01 l +3.88 4.13 l +3.75 4.26 l +3.61 4.37 l +3.48 4.48 l +3.33 4.59 l +3.18 4.70 l +3.04 4.79 l +2.88 4.88 l +2.73 4.98 l +2.56 5.05 l +2.41 5.14 l +2.25 5.21 l +2.07 5.28 l +1.91 5.34 l +1.74 5.40 l +1.57 5.45 l +1.40 5.49 l +1.22 5.54 l +1.05 5.58 l +0.87 5.60 l +0.69 5.63 l +0.52 5.65 l +0.34 5.66 l +0.15 5.67 l +-0.02 5.67 l +-0.20 5.67 l +-0.38 5.66 l +-0.55 5.65 l +-0.74 5.62 l +-0.91 5.60 l +-1.09 5.57 l +-1.27 5.52 l +-1.43 5.49 l +-1.61 5.44 l +-1.79 5.38 l +-1.95 5.33 l +-2.12 5.26 l +-2.28 5.20 l +-2.44 5.11 l +-2.61 5.04 l +-2.76 4.95 l +-2.92 4.87 l +-3.07 4.77 l +-3.22 4.67 l +-3.37 4.56 l +-3.51 4.46 l +-3.64 4.34 l +334.42 367.33 lineto +-3.91 4.11 l +-4.04 3.97 l +-4.17 3.85 l +-4.28 3.72 l +-4.40 3.58 l +-4.51 3.44 l +-4.62 3.30 l +-4.72 3.14 l +-4.81 3.00 l +-4.91 2.84 l +-5.00 2.69 l +-5.07 2.53 l +-5.16 2.36 l +-5.23 2.21 l +-5.29 2.03 l +-5.36 1.87 l +-5.41 1.70 l +-5.46 1.53 l +-5.51 1.35 l +-5.55 1.18 l +-5.58 1.00 l +-5.61 0.83 l +-5.64 0.65 l +-5.65 0.47 l +-5.66 0.29 l +-5.67 0.11 l +-5.67 -0.06 l +-5.67 -0.25 l +-5.66 -0.42 l +-5.64 -0.61 l +-5.62 -0.78 l +-5.59 -0.95 l +-5.55 -1.13 l +-5.52 -1.31 l +-5.48 -1.48 l +-5.42 -1.66 l +-5.38 -1.82 l +-5.31 -1.99 l +-5.24 -2.16 l +-5.18 -2.33 l +-5.09 -2.48 l +-5.02 -2.65 l +-4.93 -2.80 l +-4.84 -2.96 l +-4.75 -3.11 l +-4.64 -3.25 l +-4.54 -3.41 l +-4.43 -3.54 l +-4.31 -3.68 l +-4.20 -3.82 l +-4.08 -3.94 l +-3.94 -4.07 l +-3.82 -4.20 l +-3.68 -4.31 l +-3.55 -4.43 l +-3.40 -4.54 l +-3.26 -4.64 l +-3.11 -4.75 l +-2.96 -4.84 l +-2.80 -4.93 l +-2.65 -5.01 l +-2.49 -5.10 l +-2.32 -5.17 l +-2.16 -5.25 l +-2.00 -5.31 l +-1.83 -5.37 l +-1.65 -5.42 l +-1.48 -5.48 l +-1.31 -5.51 l +-1.14 -5.56 l +-0.96 -5.59 l +-0.78 -5.62 l +-0.60 -5.64 l +-0.43 -5.66 l +-0.25 -5.66 l +-0.07 -5.67 l +0.12 -5.68 l +0.28 -5.66 l +0.47 -5.65 l +0.65 -5.64 l +0.82 -5.61 l +1.01 -5.58 l +1.17 -5.55 l +1.35 -5.51 l +1.53 -5.46 l +1.69 -5.42 l +1.87 -5.35 l +2.04 -5.30 l +2.20 -5.22 l +2.36 -5.16 l +2.53 -5.08 l +2.68 -5.00 l +2.84 -4.90 l +3.00 -4.82 l +3.14 -4.72 l +3.30 -4.62 l +3.44 -4.51 l +3.57 -4.40 l +3.72 -4.29 l +o +0 0 1 srgb +np +59.32 137.48 m +3.97 -4.30 l +4.10 -4.17 l +4.23 -4.04 l +4.36 -3.90 l +4.48 -3.76 l +4.59 -3.62 l +4.71 -3.47 l +4.81 -3.32 l +4.92 -3.17 l +5.01 -3.01 l +5.11 -2.85 l +5.19 -2.69 l +5.28 -2.53 l +5.35 -2.35 l +5.43 -2.19 l +5.49 -2.01 l +5.55 -1.84 l +5.61 -1.66 l +5.65 -1.49 l +5.70 -1.30 l +5.74 -1.13 l +5.78 -0.94 l +5.79 -0.76 l +5.82 -0.58 l +5.84 -0.39 l +5.84 -0.21 l +5.85 -0.03 l +5.85 0.16 l +5.84 0.35 l +5.82 0.53 l +5.81 0.71 l +5.78 0.90 l +5.75 1.07 l +5.71 1.26 l +5.67 1.44 l +5.62 1.62 l +5.56 1.79 l +5.51 1.97 l +5.44 2.14 l +5.38 2.31 l +5.29 2.48 l +5.22 2.65 l +5.13 2.81 l +5.04 2.97 l +4.94 3.12 l +4.84 3.29 l +4.74 3.43 l +4.62 3.58 l +4.51 3.72 l +4.39 3.87 l +4.26 4.00 l +4.14 4.14 l +4.00 4.26 l +3.87 4.39 l +3.73 4.51 l +3.58 4.62 l +3.43 4.73 l +3.29 4.84 l +3.13 4.94 l +2.97 5.04 l +2.81 5.13 l +2.65 5.21 l +2.48 5.30 l +2.31 5.37 l +2.15 5.44 l +1.97 5.51 l +1.79 5.57 l +1.62 5.62 l +1.44 5.67 l +1.26 5.71 l +1.08 5.74 l +0.90 5.78 l +0.71 5.81 l +0.53 5.82 l +0.35 5.84 l +0.16 5.85 l +-0.02 5.85 l +-0.21 5.84 l +-0.39 5.84 l +-0.57 5.82 l +-0.76 5.80 l +-0.94 5.77 l +-1.12 5.74 l +-1.31 5.70 l +-1.48 5.66 l +-1.66 5.60 l +-1.84 5.56 l +-2.01 5.49 l +-2.18 5.42 l +-2.36 5.36 l +-2.52 5.28 l +-2.69 5.19 l +-2.85 5.11 l +-3.01 5.01 l +-3.16 4.92 l +-3.32 4.81 l +-3.47 4.71 l +-3.62 4.60 l +-3.76 4.48 l +333.44 386.70 lineto +-4.04 4.23 l +-4.16 4.10 l +-4.30 3.97 l +-4.42 3.83 l +-4.53 3.70 l +-4.65 3.54 l +-4.76 3.40 l +-4.87 3.24 l +-4.97 3.09 l +-5.06 2.94 l +-5.15 2.77 l +-5.23 2.60 l +-5.32 2.44 l +-5.39 2.27 l +-5.46 2.10 l +-5.52 1.93 l +-5.58 1.75 l +-5.63 1.58 l +-5.68 1.39 l +-5.72 1.22 l +-5.76 1.03 l +-5.78 0.85 l +-5.81 0.67 l +-5.83 0.49 l +-5.84 0.30 l +-5.85 0.12 l +-5.85 -0.07 l +-5.84 -0.26 l +-5.84 -0.43 l +-5.81 -0.62 l +-5.79 -0.81 l +-5.77 -0.98 l +-5.73 -1.17 l +-5.69 -1.35 l +-5.65 -1.53 l +-5.59 -1.70 l +-5.54 -1.88 l +-5.47 -2.06 l +-5.41 -2.23 l +-5.34 -2.39 l +-5.25 -2.57 l +-5.18 -2.72 l +-5.08 -2.89 l +-4.99 -3.05 l +-4.90 -3.21 l +-4.78 -3.36 l +-4.68 -3.50 l +-4.57 -3.66 l +-4.45 -3.79 l +-4.33 -3.94 l +-4.20 -4.07 l +-4.07 -4.20 l +-3.94 -4.32 l +-3.79 -4.45 l +-3.66 -4.56 l +-3.51 -4.68 l +-3.36 -4.79 l +-3.20 -4.89 l +-3.05 -4.99 l +-2.90 -5.09 l +-2.73 -5.17 l +-2.56 -5.25 l +-2.40 -5.34 l +-2.23 -5.41 l +-2.05 -5.47 l +-1.89 -5.54 l +-1.70 -5.59 l +-1.53 -5.65 l +-1.35 -5.69 l +-1.18 -5.73 l +-0.98 -5.76 l +-0.81 -5.79 l +-0.62 -5.82 l +-0.44 -5.83 l +-0.26 -5.85 l +-0.07 -5.84 l +0.12 -5.85 l +0.30 -5.84 l +0.48 -5.83 l +0.67 -5.81 l +0.85 -5.79 l +1.03 -5.75 l +1.21 -5.73 l +1.39 -5.68 l +1.58 -5.63 l +1.75 -5.58 l +1.92 -5.52 l +2.10 -5.46 l +2.27 -5.39 l +2.44 -5.32 l +2.60 -5.24 l +2.77 -5.15 l +2.93 -5.06 l +3.09 -4.97 l +3.24 -4.86 l +3.40 -4.76 l +3.54 -4.66 l +3.69 -4.53 l +3.83 -4.42 l +o +1 0.6471 0 srgb +np +65.11 120.50 m +4.03 -4.37 l +4.17 -4.24 l +4.31 -4.10 l +4.43 -3.97 l +4.55 -3.82 l +4.67 -3.68 l +4.79 -3.53 l +4.89 -3.38 l +5.00 -3.22 l +5.10 -3.06 l +5.19 -2.90 l +5.28 -2.74 l +5.36 -2.56 l +5.44 -2.40 l +5.52 -2.22 l +5.58 -2.05 l +5.65 -1.87 l +5.70 -1.69 l +5.75 -1.51 l +5.80 -1.32 l +5.83 -1.15 l +5.87 -0.96 l +5.89 -0.77 l +5.92 -0.59 l +5.93 -0.40 l +5.95 -0.21 l +5.94 -0.02 l +5.95 0.16 l +5.93 0.35 l +5.92 0.54 l +5.91 0.72 l +5.87 0.91 l +5.85 1.10 l +5.80 1.28 l +5.77 1.46 l +5.71 1.64 l +5.66 1.83 l +5.60 2.00 l +5.54 2.17 l +5.46 2.35 l +5.38 2.53 l +5.31 2.69 l +5.21 2.85 l +5.12 3.02 l +5.03 3.18 l +4.92 3.34 l +4.81 3.49 l +4.70 3.64 l +4.59 3.79 l +4.46 3.93 l +4.34 4.07 l +4.20 4.20 l +4.07 4.33 l +3.93 4.46 l +3.79 4.59 l +3.65 4.70 l +3.49 4.81 l +3.34 4.92 l +3.18 5.02 l +3.02 5.13 l +2.86 5.21 l +2.69 5.30 l +2.52 5.39 l +2.36 5.46 l +2.17 5.53 l +2.01 5.60 l +1.82 5.66 l +1.65 5.71 l +1.46 5.77 l +1.28 5.80 l +1.10 5.85 l +0.91 5.87 l +0.73 5.90 l +0.54 5.92 l +0.35 5.94 l +0.17 5.94 l +-0.02 5.95 l +-0.21 5.94 l +-0.40 5.94 l +-0.59 5.91 l +-0.77 5.90 l +-0.95 5.87 l +-1.15 5.83 l +-1.32 5.80 l +-1.51 5.75 l +-1.69 5.70 l +-1.86 5.65 l +-2.05 5.58 l +-2.22 5.52 l +-2.39 5.44 l +-2.57 5.37 l +-2.73 5.28 l +-2.90 5.19 l +-3.06 5.10 l +-3.22 5.00 l +-3.37 4.89 l +-3.53 4.79 l +-3.68 4.67 l +-3.82 4.56 l +343.80 373.88 lineto +-4.10 4.30 l +-4.24 4.17 l +-4.36 4.04 l +-4.49 3.90 l +-4.62 3.75 l +-4.72 3.60 l +-4.84 3.46 l +-4.95 3.30 l +-5.05 3.14 l +-5.15 2.98 l +-5.23 2.82 l +-5.32 2.65 l +-5.41 2.48 l +-5.48 2.31 l +-5.55 2.13 l +-5.61 1.96 l +-5.68 1.78 l +-5.72 1.60 l +-5.78 1.42 l +-5.81 1.24 l +-5.86 1.05 l +-5.88 0.86 l +-5.91 0.69 l +-5.92 0.49 l +-5.94 0.30 l +-5.95 0.12 l +-5.94 -0.07 l +-5.94 -0.25 l +-5.93 -0.45 l +-5.91 -0.63 l +-5.89 -0.82 l +-5.86 -1.00 l +-5.83 -1.19 l +-5.79 -1.37 l +-5.74 -1.55 l +-5.68 -1.74 l +-5.64 -1.91 l +-5.56 -2.09 l +-5.50 -2.26 l +-5.43 -2.44 l +-5.34 -2.60 l +-5.26 -2.78 l +-5.17 -2.93 l +-5.07 -3.10 l +-4.98 -3.26 l +-4.87 -3.42 l +-4.75 -3.56 l +-4.65 -3.72 l +-4.52 -3.86 l +-4.40 -4.00 l +-4.27 -4.13 l +-4.14 -4.27 l +-4.00 -4.40 l +-3.86 -4.52 l +-3.72 -4.65 l +-3.57 -4.75 l +-3.41 -4.87 l +-3.26 -4.97 l +-3.10 -5.08 l +-2.95 -5.16 l +-2.77 -5.26 l +-2.61 -5.35 l +-2.44 -5.42 l +-2.26 -5.50 l +-2.09 -5.56 l +-1.92 -5.63 l +-1.73 -5.69 l +-1.56 -5.74 l +-1.37 -5.79 l +-1.19 -5.82 l +-1.01 -5.86 l +-0.82 -5.89 l +-0.63 -5.91 l +-0.45 -5.93 l +-0.26 -5.94 l +-0.07 -5.95 l +0.12 -5.95 l +0.30 -5.93 l +0.49 -5.93 l +0.68 -5.91 l +0.87 -5.88 l +1.05 -5.85 l +1.23 -5.82 l +1.42 -5.78 l +1.59 -5.72 l +1.78 -5.68 l +1.96 -5.61 l +2.13 -5.55 l +2.31 -5.48 l +2.48 -5.41 l +2.65 -5.32 l +2.81 -5.24 l +2.98 -5.15 l +3.14 -5.05 l +3.30 -4.94 l +3.45 -4.84 l +3.60 -4.73 l +3.75 -4.62 l +3.90 -4.49 l +o +0 1 0 srgb +np +55.90 121.05 m +4.02 -4.35 l +4.16 -4.22 l +4.28 -4.09 l +4.42 -3.95 l +4.53 -3.81 l +4.66 -3.67 l +4.76 -3.52 l +4.88 -3.36 l +4.98 -3.21 l +5.07 -3.05 l +5.18 -2.89 l +5.26 -2.72 l +5.34 -2.56 l +5.42 -2.38 l +5.50 -2.22 l +5.56 -2.04 l +5.62 -1.86 l +5.68 -1.68 l +5.73 -1.51 l +5.77 -1.32 l +5.82 -1.14 l +5.84 -0.95 l +5.88 -0.77 l +5.89 -0.59 l +5.91 -0.40 l +5.92 -0.21 l +5.92 -0.02 l +5.93 0.16 l +5.91 0.35 l +5.90 0.54 l +5.88 0.72 l +5.85 0.90 l +5.82 1.10 l +5.79 1.27 l +5.74 1.46 l +5.69 1.63 l +5.64 1.82 l +5.58 1.99 l +5.51 2.17 l +5.44 2.34 l +5.37 2.51 l +5.28 2.68 l +5.20 2.85 l +5.10 3.01 l +5.00 3.17 l +4.91 3.32 l +4.79 3.48 l +4.69 3.62 l +4.56 3.78 l +4.45 3.91 l +4.32 4.06 l +4.19 4.18 l +4.05 4.32 l +3.92 4.44 l +3.77 4.57 l +3.63 4.68 l +3.48 4.80 l +3.33 4.90 l +3.17 5.00 l +3.01 5.10 l +2.84 5.20 l +2.69 5.28 l +2.51 5.36 l +2.34 5.45 l +2.17 5.51 l +2.00 5.57 l +1.82 5.64 l +1.64 5.69 l +1.45 5.75 l +1.28 5.78 l +1.09 5.82 l +0.91 5.85 l +0.73 5.88 l +0.54 5.90 l +0.35 5.92 l +0.16 5.92 l +-0.02 5.92 l +-0.21 5.92 l +-0.40 5.91 l +-0.58 5.90 l +-0.77 5.87 l +-0.95 5.85 l +-1.14 5.81 l +-1.32 5.77 l +-1.50 5.73 l +-1.68 5.68 l +-1.86 5.63 l +-2.04 5.56 l +-2.21 5.49 l +-2.39 5.43 l +-2.55 5.34 l +-2.72 5.26 l +-2.89 5.18 l +-3.05 5.08 l +-3.20 4.98 l +-3.36 4.87 l +-3.52 4.77 l +-3.66 4.66 l +-3.81 4.53 l +333.54 373.47 lineto +-4.09 4.28 l +-4.22 4.16 l +-4.35 4.02 l +-4.48 3.88 l +-4.59 3.74 l +-4.71 3.59 l +-4.82 3.44 l +-4.93 3.29 l +-5.03 3.13 l +-5.13 2.97 l +-5.21 2.81 l +-5.30 2.64 l +-5.39 2.47 l +-5.46 2.30 l +-5.53 2.12 l +-5.59 1.95 l +-5.65 1.78 l +-5.71 1.59 l +-5.75 1.42 l +-5.79 1.23 l +-5.83 1.04 l +-5.86 0.87 l +-5.89 0.68 l +-5.90 0.49 l +-5.92 0.30 l +-5.92 0.12 l +-5.92 -0.07 l +-5.92 -0.26 l +-5.91 -0.44 l +-5.89 -0.63 l +-5.86 -0.81 l +-5.84 -1.00 l +-5.81 -1.18 l +-5.76 -1.37 l +-5.72 -1.55 l +-5.67 -1.72 l +-5.60 -1.91 l +-5.55 -2.08 l +-5.48 -2.26 l +-5.40 -2.42 l +-5.33 -2.60 l +-5.24 -2.76 l +-5.15 -2.93 l +-5.05 -3.09 l +-4.95 -3.24 l +-4.85 -3.40 l +-4.74 -3.56 l +-4.63 -3.70 l +-4.51 -3.84 l +-4.38 -3.99 l +-4.25 -4.12 l +-4.13 -4.25 l +-3.98 -4.38 l +-3.85 -4.51 l +-3.70 -4.62 l +-3.56 -4.74 l +-3.40 -4.85 l +-3.25 -4.95 l +-3.09 -5.06 l +-2.93 -5.15 l +-2.76 -5.23 l +-2.60 -5.33 l +-2.43 -5.40 l +-2.25 -5.48 l +-2.09 -5.54 l +-1.90 -5.61 l +-1.73 -5.67 l +-1.55 -5.71 l +-1.37 -5.77 l +-1.19 -5.80 l +-1.00 -5.84 l +-0.81 -5.87 l +-0.64 -5.89 l +-0.44 -5.90 l +-0.26 -5.92 l +-0.07 -5.92 l +0.12 -5.93 l +0.30 -5.91 l +0.49 -5.91 l +0.67 -5.88 l +0.86 -5.86 l +1.05 -5.83 l +1.23 -5.80 l +1.41 -5.75 l +1.59 -5.70 l +1.77 -5.66 l +1.95 -5.59 l +2.13 -5.53 l +2.30 -5.46 l +2.47 -5.38 l +2.63 -5.31 l +2.81 -5.22 l +2.97 -5.12 l +3.12 -5.03 l +3.29 -4.93 l +3.44 -4.82 l +3.59 -4.72 l +3.73 -4.59 l +3.88 -4.48 l +o +/Font1 findfont 12 s +0 0 0 srgb +6.30 230.60 (1) .5 0 t +157.36 431.36 (3) .5 0 t +384.02 199.89 (3) .5 0 t +132.05 66.71 (1) .5 0 t +34.34 339.48 (0) .5 0 t +21.34 185.00 (2) .5 0 t +351.41 352.36 (0) .5 0 t +121.24 412.17 (0) .5 0 t +196.18 57.44 (1) .5 0 t +22.12 301.58 (0) .5 0 t +103.49 87.59 (0) .5 0 t +300.72 96.89 (1) .5 0 t +217.96 423.64 (1) .5 0 t +192.23 66.24 (1) .5 0 t +98.68 392.38 (2) .5 0 t +370.52 272.21 (4) .5 0 t +193.41 242.07 (79) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.png new file mode 100644 index 0000000000000000000000000000000000000000..261a7a50590ac7bf4bd739e6b65c6eee80a40bb9 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.ps new file mode 100644 index 0000000000000000000000000000000000000000..7f12b8930b35c4f9a6fe804e3eec521e8c9691ae --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_4.ps @@ -0,0 +1,3137 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 283.20 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 278.89 (Batch1_D_16) 0 0 t +0.00 0.00 504.00 504.00 cl +1 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 267.60 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 263.29 (Batch1_D_17) 0 0 t +0.00 0.00 504.00 504.00 cl +0 0 1 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 252.00 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 247.69 (Batch1_D_18) 0 0 t +0.00 0.00 504.00 504.00 cl +1 0.6471 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 236.40 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 232.09 (Batch1_D_19) 0 0 t +0.00 0.00 504.00 504.00 cl +0 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +418.09 220.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +431.29 216.49 (Batch1_D_20) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 105.05 84.28 m +-5.04 3.11 l +-4.94 3.25 l +-4.84 3.42 l +-4.73 3.56 l +-4.61 3.72 l +-4.49 3.85 l +-4.37 4.00 l +-4.24 4.13 l +-4.11 4.26 l +-3.97 4.39 l +-3.83 4.52 l +-3.68 4.63 l +-3.54 4.75 l +-3.39 4.85 l +-3.23 4.97 l +-3.07 5.06 l +-2.91 5.15 l +-2.75 5.25 l +-2.58 5.32 l +-2.41 5.41 l +-2.24 5.48 l +-2.06 5.55 l +-1.89 5.61 l +-1.71 5.67 l +-1.54 5.72 l +-1.34 5.76 l +-1.17 5.81 l +-0.99 5.83 l +-0.79 5.87 l +-0.62 5.89 l +-0.42 5.90 l +-0.24 5.92 l +-0.06 5.92 l +0.14 5.92 l +0.32 5.91 l +0.51 5.90 l +0.69 5.88 l +0.88 5.85 l +1.06 5.83 l +1.25 5.78 l +1.42 5.75 l +1.42 5.03 l +0.27 1.22 l +1.43 5.78 l +1.62 5.74 l +1.80 5.68 l +1.98 5.62 l +2.15 5.55 l +2.33 5.49 l +2.50 5.41 l +2.67 5.32 l +2.84 5.24 l +3.00 5.15 l +3.16 5.05 l +3.32 4.95 l +3.48 4.84 l +3.62 4.73 l +3.78 4.61 l +3.91 4.49 l +4.06 4.37 l +4.19 4.23 l +4.33 4.10 l +4.37 3.90 l +-4.45 -3.27 l +-4.61 -3.60 l +-4.49 -3.75 l +-4.37 -3.89 l +-4.24 -4.03 l +-4.12 -4.15 l +-3.98 -4.29 l +-3.85 -4.41 l +-3.70 -4.53 l +-3.56 -4.64 l +-3.41 -4.75 l +-3.26 -4.86 l +-3.10 -4.96 l +-2.95 -5.05 l +-2.79 -5.15 l +-2.62 -5.23 l +-2.45 -5.31 l +-2.29 -5.38 l +-2.11 -5.46 l +-1.95 -5.51 l +-1.76 -5.58 l +-1.59 -5.63 l +-1.41 -5.68 l +-1.23 -5.72 l +-1.05 -5.75 l +-0.87 -5.79 l +-0.69 -5.81 l +-0.50 -5.83 l +-0.31 -5.84 l +-0.14 -5.85 l +0.06 -5.85 l +0.23 -5.84 l +0.42 -5.84 l +0.61 -5.81 l +0.79 -5.80 l +0.97 -5.77 l +8.13 209.78 lineto +1.34 -5.69 l +1.51 -5.65 l +1.69 -5.60 l +1.87 -5.55 l +2.04 -5.48 l +2.21 -5.42 l +2.38 -5.34 l +2.55 -5.26 l +2.72 -5.19 l +2.87 -5.09 l +3.04 -5.00 l +3.19 -4.90 l +3.35 -4.80 l +3.49 -4.69 l +3.65 -4.58 l +3.78 -4.46 l +3.93 -4.34 l +4.05 -4.21 l +4.19 -4.09 l +4.32 -3.94 l +4.44 -3.81 l +4.56 -3.67 l +4.67 -3.52 l +4.78 -3.38 l +4.88 -3.22 l +4.98 -3.06 l +5.08 -2.91 l +5.17 -2.74 l +2.59 -1.28 l +cp +p1 +np + 373.78 172.68 m +2.59 5.37 l +2.42 5.45 l +2.24 5.52 l +2.06 5.59 l +1.89 5.65 l +1.71 5.71 l +1.53 5.76 l +1.35 5.80 l +1.16 5.84 l +0.97 5.88 l +0.80 5.91 l +0.60 5.93 l +0.42 5.94 l +0.22 5.96 l +0.05 5.95 l +-0.15 5.96 l +-0.34 5.95 l +-0.52 5.94 l +-0.71 5.91 l +-0.90 5.89 l +-1.08 5.86 l +-1.27 5.83 l +-1.45 5.77 l +-1.63 5.74 l +-1.81 5.67 l +-1.99 5.62 l +-2.17 5.55 l +-2.34 5.48 l +-2.51 5.40 l +-2.68 5.32 l +-2.85 5.24 l +-3.01 5.14 l +-3.17 5.04 l +-3.33 4.94 l +-3.49 4.84 l +-3.63 4.72 l +-3.79 4.60 l +-3.92 4.49 l +-4.07 4.35 l +-4.20 4.23 l +-4.33 4.09 l +-4.46 3.95 l +-4.58 3.81 l +-4.71 3.66 l +-4.81 3.51 l +-4.92 3.36 l +-5.03 3.20 l +-5.12 3.05 l +-5.22 2.87 l +-5.30 2.72 l +-5.39 2.54 l +-5.47 2.37 l +-5.54 2.20 l +-5.60 2.02 l +-5.67 1.85 l +-5.72 1.66 l +-5.77 1.48 l +-5.82 1.30 l +-5.85 1.12 l +-5.89 0.93 l +-5.91 0.74 l +-5.93 0.56 l +-5.95 0.37 l +-5.95 0.18 l +-5.96 0 l +-5.96 -0.20 l +-5.94 -0.38 l +-5.94 -0.57 l +-5.91 -0.76 l +-5.88 -0.94 l +-5.85 -1.13 l +-5.81 -1.31 l +-5.77 -1.50 l +-5.72 -1.67 l +-5.66 -1.86 l +-5.60 -2.04 l +-5.54 -2.21 l +-5.46 -2.38 l +-5.38 -2.55 l +-5.30 -2.73 l +-5.21 -2.89 l +-5.12 -3.05 l +-5.02 -3.21 l +-4.91 -3.37 l +-4.81 -3.52 l +-4.69 -3.68 l +-4.57 -3.82 l +-0.08 -0.06 l +0.27 0.19 l +4.82 3.31 l +4.93 3.15 l +5.02 3.00 l +5.12 2.84 l +5.20 2.67 l +5.29 2.51 l +5.36 2.34 l +5.43 2.17 l +5.50 2.00 l +5.56 1.82 l +139.86 427.78 lineto +5.67 1.46 l +5.70 1.29 l +5.75 1.11 l +5.77 0.93 l +3.11 0.39 l +4.53 0.88 l +5.81 0.93 l +5.83 0.75 l +5.86 0.56 l +5.87 0.38 l +5.88 0.19 l +5.89 0 l +5.88 -0.17 l +5.87 -0.37 l +5.86 -0.55 l +5.84 -0.73 l +5.81 -0.92 l +5.78 -1.11 l +5.74 -1.28 l +5.70 -1.46 l +5.65 -1.65 l +5.60 -1.82 l +5.53 -2.00 l +5.47 -2.17 l +5.40 -2.34 l +5.32 -2.51 l +5.24 -2.68 l +5.15 -2.84 l +5.06 -3.00 l +4.97 -3.16 l +4.86 -3.32 l +4.75 -3.47 l +4.64 -3.62 l +4.53 -3.76 l +4.40 -3.90 l +4.28 -4.04 l +4.15 -4.17 l +4.01 -4.31 l +3.88 -4.42 l +3.73 -4.55 l +3.59 -4.66 l +3.45 -4.77 l +3.28 -4.88 l +3.14 -4.98 l +2.97 -5.08 l +2.81 -5.17 l +2.65 -5.25 l +2.48 -5.34 l +2.31 -5.41 l +2.14 -5.48 l +1.97 -5.55 l +1.79 -5.60 l +1.61 -5.66 l +1.43 -5.71 l +1.25 -5.75 l +1.07 -5.79 l +0.89 -5.81 l +0.70 -5.85 l +0.51 -5.86 l +0.34 -5.87 l +0.14 -5.89 l +-0.04 -5.88 l +-0.23 -5.88 l +-0.41 -5.87 l +-0.59 -5.85 l +-0.78 -5.84 l +-0.97 -5.80 l +-0.45 -2.28 l +-0.45 -2.70 l +-1.15 -5.80 l +-1.34 -5.77 l +-1.52 -5.72 l +-1.70 -5.67 l +-1.88 -5.62 l +-2.05 -5.55 l +-2.23 -5.49 l +-1.12 -2.53 l +cp +p1 +np + 206.88 58.12 m +5.92 0.28 l +5.90 0.48 l +5.88 0.66 l +5.86 0.84 l +5.83 1.03 l +5.80 1.21 l +5.75 1.40 l +5.71 1.57 l +5.65 1.76 l +5.60 1.93 l +5.53 2.11 l +5.46 2.28 l +5.39 2.46 l +5.31 2.62 l +5.22 2.79 l +5.13 2.95 l +5.04 3.11 l +4.93 3.27 l +4.83 3.43 l +4.72 3.57 l +4.60 3.72 l +4.49 3.87 l +4.36 4.01 l +4.23 4.14 l +4.10 4.27 l +3.96 4.40 l +3.82 4.52 l +3.67 4.64 l +3.53 4.76 l +3.38 4.86 l +3.22 4.97 l +3.06 5.07 l +2.90 5.16 l +2.74 5.25 l +2.57 5.33 l +1.27 2.88 l +-1.21 -2.32 l +-2.92 -5.20 l +-3.08 -5.10 l +-3.24 -5.00 l +-3.40 -4.89 l +-3.55 -4.79 l +-0.92 -1.16 l +-3.23 -4.35 l +-3.65 -4.61 l +-3.80 -4.50 l +-3.94 -4.37 l +-4.07 -4.25 l +-4.20 -4.11 l +-4.34 -3.99 l +-4.45 -3.84 l +-4.58 -3.70 l +-4.69 -3.55 l +-4.80 -3.40 l +-4.90 -3.25 l +-5.01 -3.10 l +-5.10 -2.93 l +-5.19 -2.77 l +-5.28 -2.61 l +-5.35 -2.44 l +-5.43 -2.27 l +-5.50 -2.09 l +-5.56 -1.92 l +-5.62 -1.75 l +-5.67 -1.57 l +-5.72 -1.38 l +-5.76 -1.21 l +-5.80 -1.02 l +-5.82 -0.84 l +-5.85 -0.66 l +-5.86 -0.47 l +-5.88 -0.28 l +-5.88 -0.10 l +-5.89 0.09 l +-0.56 0.02 l +-1.30 -0.06 l +-5.85 -0.10 l +-5.85 0.09 l +-5.84 0.27 l +-5.84 0.45 l +-5.81 0.64 l +-5.79 0.82 l +-5.77 1.01 l +-5.73 1.18 l +-5.68 1.37 l +-5.65 1.55 l +-5.59 1.72 l +-5.53 1.90 l +-5.47 2.07 l +-5.40 2.24 l +-5.33 2.42 l +-2.66 1.30 l +2.74 -1.57 l +5.23 -2.77 l +5.31 -2.62 l +5.39 -2.44 l +5.47 -2.27 l +5.54 -2.10 l +5.60 -1.92 l +148.39 65.48 lineto +5.71 -1.56 l +5.75 -1.39 l +5.80 -1.20 l +5.83 -1.01 l +5.86 -0.83 l +5.89 -0.65 l +5.90 -0.46 l +5.92 -0.28 l +5.91 -0.08 l +cp +p1 +np + 21.13 299.33 m +1.79 5.64 l +1.96 5.58 l +2.15 5.52 l +2.31 5.45 l +2.48 5.38 l +2.66 5.29 l +2.81 5.21 l +2.99 5.11 l +3.14 5.02 l +0.43 0.64 l +0.02 0.04 l +3.20 4.77 l +3.35 4.67 l +0.45 0.58 l +2.24 3.12 l +3.58 4.67 l +3.72 4.55 l +3.87 4.44 l +4.01 4.31 l +4.14 4.18 l +4.27 4.05 l +4.39 3.91 l +4.52 3.77 l +4.63 3.63 l +4.75 3.48 l +4.85 3.32 l +4.96 3.18 l +5.05 3.01 l +5.15 2.85 l +5.23 2.69 l +5.32 2.53 l +5.39 2.35 l +5.46 2.18 l +5.53 2.01 l +5.60 1.83 l +5.64 1.66 l +5.70 1.48 l +5.74 1.29 l +1.25 0.24 l +-3.11 -0.39 l +-5.77 -0.93 l +-5.75 -1.11 l +-5.70 -1.29 l +-5.67 -1.46 l +-5.61 -1.65 l +-5.56 -1.82 l +-5.50 -2.00 l +-5.43 -2.17 l +-5.36 -2.34 l +-5.29 -2.51 l +-5.20 -2.67 l +-5.12 -2.84 l +-5.02 -3.00 l +-4.93 -3.15 l +-4.82 -3.31 l +-0.27 -0.19 l +-4.37 -3.90 l +-4.33 -4.10 l +-4.19 -4.23 l +-4.06 -4.37 l +-3.91 -4.49 l +-3.78 -4.61 l +-3.62 -4.73 l +-3.48 -4.84 l +-3.32 -4.95 l +-3.16 -5.05 l +-3.00 -5.15 l +-2.84 -5.24 l +-2.67 -5.32 l +-2.50 -5.41 l +-2.33 -5.49 l +-2.15 -5.55 l +-1.98 -5.62 l +-1.80 -5.68 l +-1.62 -5.74 l +-1.43 -5.78 l +-0.27 -1.22 l +cp +p1 +np + 195.24 63.98 m +1.30 0.06 l +-5.31 0.25 l +-5.87 0.46 l +-5.85 0.64 l +-5.83 0.83 l +-5.79 1.01 l +-5.76 1.19 l +-5.73 1.37 l +-5.67 1.56 l +-5.63 1.73 l +-5.56 1.91 l +-5.50 2.08 l +-5.44 2.26 l +-5.36 2.43 l +-5.28 2.59 l +-5.20 2.76 l +-5.10 2.93 l +-5.01 3.08 l +-3.35 2.20 l +-0.48 0.30 l +-4.80 3.17 l +-4.70 3.31 l +-4.59 3.46 l +-4.47 3.61 l +-4.37 3.74 l +-4.24 3.88 l +-4.11 4.01 l +-3.99 4.14 l +-3.86 4.27 l +-3.72 4.38 l +-3.58 4.50 l +-3.43 4.61 l +-3.29 4.71 l +-3.13 4.82 l +-2.99 4.91 l +-2.83 5.01 l +-2.66 5.09 l +-2.51 5.17 l +-2.34 5.25 l +-2.17 5.32 l +-2.01 5.39 l +-1.83 5.45 l +-1.66 5.50 l +-1.49 5.55 l +-1.31 5.60 l +-1.13 5.64 l +-0.96 5.66 l +-0.77 5.70 l +-0.60 5.72 l +-0.41 5.73 l +-0.24 5.74 l +-0.05 5.75 l +0.13 5.75 l +0.31 5.74 l +0.50 5.73 l +0.67 5.70 l +0.85 5.69 l +1.03 5.65 l +1.10 5.09 l +0.78 4.29 l +0.99 4.61 l +-1.42 -5.03 l +-1.42 -5.75 l +-1.25 -5.78 l +-1.06 -5.83 l +-0.88 -5.85 l +-0.69 -5.88 l +-0.51 -5.90 l +-0.32 -5.91 l +-0.14 -5.92 l +0.06 -5.92 l +0.24 -5.92 l +0.42 -5.90 l +0.62 -5.89 l +0.79 -5.87 l +0.99 -5.83 l +1.17 -5.81 l +1.34 -5.76 l +1.54 -5.72 l +1.71 -5.67 l +1.89 -5.61 l +2.06 -5.55 l +2.24 -5.48 l +2.41 -5.41 l +2.58 -5.32 l +2.75 -5.25 l +2.91 -5.15 l +3.07 -5.06 l +3.23 -4.97 l +3.39 -4.85 l +3.54 -4.75 l +3.68 -4.63 l +3.83 -4.52 l +3.97 -4.39 l +4.11 -4.26 l +4.24 -4.13 l +4.37 -4.00 l +4.49 -3.85 l +4.61 -3.72 l +90.23 94.06 lineto +4.84 -3.42 l +4.94 -3.25 l +5.04 -3.11 l +2.40 -1.37 l +2.66 -1.30 l +5.33 -2.42 l +5.40 -2.24 l +5.47 -2.07 l +5.53 -1.90 l +5.59 -1.72 l +5.65 -1.55 l +5.68 -1.37 l +5.73 -1.18 l +5.77 -1.01 l +5.79 -0.82 l +5.81 -0.64 l +5.84 -0.45 l +5.84 -0.27 l +5.85 -0.09 l +cp +p1 +np + 386.13 216.85 m +0.97 5.80 l +0.78 5.84 l +0.59 5.85 l +0.41 5.87 l +0.23 5.88 l +0.04 5.88 l +-0.14 5.89 l +-0.34 5.87 l +-0.51 5.86 l +-0.70 5.85 l +-0.89 5.81 l +-1.07 5.79 l +-1.25 5.75 l +-1.43 5.71 l +-1.61 5.66 l +-1.79 5.60 l +-1.97 5.55 l +-2.14 5.48 l +-2.31 5.41 l +-2.48 5.34 l +-2.65 5.25 l +-2.81 5.17 l +-2.97 5.08 l +-3.14 4.98 l +-3.28 4.88 l +-3.45 4.77 l +-3.59 4.66 l +-3.73 4.55 l +-3.88 4.42 l +-4.01 4.31 l +-4.15 4.17 l +-4.28 4.04 l +-4.40 3.90 l +-4.53 3.76 l +-4.64 3.62 l +-4.75 3.47 l +-4.86 3.32 l +-4.97 3.16 l +-5.06 3.00 l +-5.15 2.84 l +-5.24 2.68 l +-5.32 2.51 l +-5.40 2.34 l +-5.47 2.17 l +-5.53 2.00 l +-5.60 1.82 l +-5.65 1.65 l +-5.70 1.46 l +-5.74 1.28 l +-5.78 1.11 l +-5.81 0.92 l +-5.84 0.73 l +-5.86 0.55 l +-5.87 0.37 l +-5.88 0.17 l +-5.89 0 l +-5.88 -0.19 l +-5.87 -0.38 l +-5.86 -0.56 l +-5.83 -0.75 l +-5.81 -0.93 l +-4.53 -0.88 l +2.70 0.35 l +5.82 0.56 l +5.84 0.37 l +5.84 0.20 l +5.85 0 l +5.85 -0.18 l +5.84 -0.36 l +5.83 -0.55 l +5.80 -0.73 l +2.14 -0.33 l +3.87 -0.37 l +5.87 -0.74 l +5.85 -0.92 l +5.82 -1.11 l +5.78 -1.29 l +5.73 -1.48 l +5.68 -1.65 l +5.63 -1.83 l +5.57 -2.01 l +5.51 -2.18 l +5.43 -2.36 l +5.35 -2.53 l +5.27 -2.69 l +5.19 -2.86 l +5.09 -3.02 l +4.99 -3.18 l +4.89 -3.34 l +4.78 -3.49 l +4.67 -3.64 l +4.55 -3.79 l +4.44 -3.92 l +4.30 -4.07 l +4.17 -4.19 l +4.04 -4.33 l +3.90 -4.46 l +3.76 -4.57 l +3.62 -4.69 l +354.58 352.78 lineto +3.31 -4.91 l +3.15 -5.01 l +2.99 -5.11 l +2.83 -5.20 l +2.67 -5.29 l +2.49 -5.37 l +2.33 -5.44 l +2.15 -5.52 l +1.98 -5.58 l +1.80 -5.64 l +1.62 -5.69 l +1.44 -5.74 l +1.26 -5.79 l +1.07 -5.82 l +0.89 -5.85 l +0.71 -5.88 l +0.52 -5.90 l +0.33 -5.91 l +0.15 -5.92 l +-0.04 -5.92 l +-0.23 -5.91 l +-0.41 -5.91 l +-0.60 -5.89 l +-0.79 -5.87 l +-0.52 -3.14 l +cp +p1 +np + 208.87 64.03 m +5.88 0.28 l +5.86 0.47 l +5.85 0.66 l +5.82 0.84 l +5.80 1.02 l +5.76 1.21 l +5.72 1.38 l +5.67 1.57 l +5.62 1.75 l +5.56 1.92 l +5.50 2.09 l +5.43 2.27 l +5.35 2.44 l +5.28 2.61 l +5.19 2.77 l +5.10 2.93 l +5.01 3.10 l +4.90 3.25 l +4.80 3.40 l +4.69 3.55 l +4.58 3.70 l +4.45 3.84 l +4.34 3.99 l +4.20 4.11 l +4.07 4.25 l +3.94 4.37 l +3.80 4.50 l +3.65 4.61 l +3.23 4.35 l +-2.78 -3.51 l +-3.84 -4.55 l +-3.99 -4.43 l +-4.13 -4.30 l +-4.25 -4.17 l +-4.39 -4.03 l +-4.52 -3.89 l +-4.63 -3.75 l +-4.75 -3.60 l +-4.86 -3.44 l +-4.97 -3.29 l +-5.07 -3.14 l +-5.16 -2.97 l +-5.26 -2.80 l +-5.34 -2.64 l +-5.42 -2.47 l +-5.50 -2.30 l +-5.57 -2.12 l +-5.63 -1.95 l +-5.69 -1.77 l +-5.75 -1.58 l +-4.34 -1.05 l +-1.16 -0.41 l +-5.59 -1.73 l +-5.64 -1.56 l +-5.69 -1.38 l +-5.72 -1.20 l +-5.76 -1.01 l +-5.79 -0.84 l +-5.82 -0.65 l +-5.83 -0.47 l +-4.54 -0.22 l +0.56 -0.02 l +5.89 -0.09 l +cp +p1 +np + 354.84 142.42 m +3.55 4.79 l +3.40 4.89 l +3.24 5.00 l +3.08 5.10 l +2.92 5.20 l +1.21 2.32 l +1.12 2.53 l +2.23 5.49 l +2.05 5.55 l +1.88 5.62 l +1.70 5.67 l +1.52 5.72 l +1.34 5.77 l +1.15 5.80 l +0.45 2.70 l +-0.70 -3.49 l +-1.33 -5.73 l +-1.50 -5.69 l +-1.69 -5.64 l +-1.87 -5.58 l +-2.04 -5.52 l +-2.21 -5.45 l +-2.39 -5.38 l +-2.55 -5.30 l +-2.72 -5.22 l +-2.88 -5.13 l +-3.05 -5.03 l +-3.20 -4.94 l +-3.35 -4.84 l +-0.28 -0.37 l +cp +p1 +np + 97.73 96.36 m +-4.80 3.39 l +-4.70 3.55 l +-4.59 3.68 l +-4.46 3.84 l +-4.34 3.97 l +-4.22 4.11 l +-4.08 4.23 l +-3.95 4.37 l +-3.80 4.48 l +-3.67 4.61 l +-3.51 4.72 l +-3.37 4.82 l +-3.21 4.93 l +-3.05 5.03 l +-2.90 5.13 l +-2.73 5.21 l +-2.56 5.30 l +-2.40 5.37 l +-2.22 5.45 l +-2.06 5.51 l +-1.87 5.58 l +-1.70 5.63 l +-1.53 5.69 l +-1.34 5.73 l +-1.16 5.76 l +-0.97 5.81 l +-0.80 5.83 l +-0.61 5.85 l +-0.42 5.87 l +-0.24 5.88 l +-0.05 5.88 l +0 0.17 l +-0.03 0.84 l +-0.06 5.96 l +0.14 5.95 l +0.32 5.95 l +0.51 5.94 l +0.70 5.92 l +0.88 5.89 l +0.29 1.57 l +-1.10 -5.09 l +-1.03 -5.65 l +-0.85 -5.69 l +-0.67 -5.70 l +-0.50 -5.73 l +-0.31 -5.74 l +-0.13 -5.75 l +0.05 -5.75 l +0.24 -5.74 l +0.41 -5.73 l +0.60 -5.72 l +0.77 -5.70 l +0.96 -5.66 l +1.13 -5.64 l +1.31 -5.60 l +1.49 -5.55 l +1.66 -5.50 l +1.83 -5.45 l +2.01 -5.39 l +2.17 -5.32 l +2.34 -5.25 l +2.51 -5.17 l +2.66 -5.09 l +2.83 -5.01 l +2.99 -4.91 l +3.13 -4.82 l +3.29 -4.71 l +3.43 -4.61 l +3.58 -4.50 l +3.72 -4.38 l +3.86 -4.27 l +3.99 -4.14 l +4.11 -4.01 l +4.24 -3.88 l +4.37 -3.74 l +4.47 -3.61 l +4.59 -3.46 l +4.70 -3.31 l +4.80 -3.17 l +0.48 -0.30 l +cp +p1 +np + 53.92 362.21 m +3.64 4.45 l +3.78 4.33 l +3.91 4.21 l +4.05 4.09 l +4.17 3.95 l +4.29 3.83 l +0.26 0.21 l +0.30 0.27 l +4.55 3.80 l +4.66 3.64 l +4.77 3.50 l +4.89 3.35 l +4.98 3.19 l +5.09 3.04 l +5.18 2.87 l +5.26 2.70 l +5.35 2.54 l +5.43 2.37 l +5.49 2.20 l +5.57 2.02 l +5.62 1.84 l +5.69 1.67 l +5.73 1.48 l +5.77 1.31 l +5.81 1.12 l +5.85 0.93 l +5.87 0.76 l +5.90 0.56 l +5.90 0.38 l +5.92 0.20 l +5.92 0 l +5.92 -0.18 l +5.91 -0.36 l +2.02 -0.19 l +-2.14 0.33 l +-5.80 0.73 l +-5.83 0.55 l +-5.84 0.36 l +-5.85 0.18 l +-5.85 0 l +-5.84 -0.20 l +-5.84 -0.37 l +-5.82 -0.56 l +-2.70 -0.35 l +-1.25 -0.24 l +-5.74 -1.29 l +-5.70 -1.48 l +-5.64 -1.66 l +-5.60 -1.83 l +-5.53 -2.01 l +-5.46 -2.18 l +-5.39 -2.35 l +-5.32 -2.53 l +-5.23 -2.69 l +-5.15 -2.85 l +-5.05 -3.01 l +-4.96 -3.18 l +-4.85 -3.32 l +-4.75 -3.48 l +-4.63 -3.63 l +-4.52 -3.77 l +-4.39 -3.91 l +-4.27 -4.05 l +-4.14 -4.18 l +-4.01 -4.31 l +-3.87 -4.44 l +-3.72 -4.55 l +-3.58 -4.67 l +-2.24 -3.12 l +cp +p1 +np + 201.08 64.26 m +5.83 0.47 l +5.82 0.65 l +5.79 0.84 l +5.76 1.01 l +5.72 1.20 l +5.69 1.38 l +5.64 1.56 l +5.59 1.73 l +1.16 0.41 l +-1.45 -0.36 l +-5.83 -1.22 l +-5.87 -1.03 l +-5.45 -0.79 l +-4.02 -0.71 l +-5.69 -0.82 l +-5.71 -0.64 l +-5.73 -0.46 l +-5.74 -0.28 l +-5.75 -0.09 l +-5.75 0.08 l +-5.74 0.27 l +-5.73 0.44 l +-5.71 0.63 l +-5.70 0.81 l +-5.66 0.99 l +-5.63 1.16 l +-5.59 1.35 l +-5.54 1.51 l +-5.49 1.70 l +-5.44 1.86 l +-5.38 2.04 l +-5.31 2.20 l +-5.23 2.37 l +-5.16 2.54 l +-5.08 2.69 l +-4.99 2.86 l +-4.40 2.71 l +3.34 -2.20 l +5.01 -3.08 l +5.10 -2.93 l +5.20 -2.76 l +5.28 -2.59 l +5.36 -2.43 l +5.44 -2.26 l +5.50 -2.08 l +5.56 -1.91 l +5.63 -1.73 l +5.67 -1.56 l +5.73 -1.37 l +5.76 -1.19 l +5.79 -1.01 l +5.83 -0.83 l +5.85 -0.64 l +5.87 -0.46 l +5.31 -0.25 l +cp +p1 +np + 19.28 290.29 m +1.39 5.58 l +1.56 5.53 l +1.74 5.48 l +1.91 5.43 l +2.07 5.36 l +2.25 5.29 l +2.41 5.21 l +2.58 5.14 l +2.74 5.06 l +2.89 4.96 l +3.03 4.84 l +-0.43 -0.64 l +-3.14 -5.02 l +-2.99 -5.11 l +-2.81 -5.21 l +-2.66 -5.29 l +-2.48 -5.38 l +-2.31 -5.45 l +-2.15 -5.52 l +-1.96 -5.58 l +-1.79 -5.64 l +-0.19 -0.67 l +-0.99 -4.61 l +-0.78 -4.29 l +cp +p1 +np + 252.42 74.56 m +5.75 1.58 l +5.69 1.77 l +5.63 1.95 l +5.57 2.12 l +5.50 2.30 l +5.42 2.47 l +5.34 2.64 l +5.26 2.80 l +5.16 2.97 l +5.07 3.14 l +4.97 3.29 l +4.86 3.44 l +4.75 3.60 l +4.63 3.75 l +4.52 3.89 l +4.39 4.03 l +4.25 4.17 l +4.13 4.30 l +3.99 4.43 l +3.84 4.55 l +2.78 3.51 l +0.28 0.37 l +3.35 4.84 l +3.20 4.94 l +3.05 5.03 l +2.88 5.13 l +2.72 5.22 l +2.55 5.30 l +2.39 5.38 l +2.21 5.45 l +2.04 5.52 l +1.87 5.58 l +1.69 5.64 l +1.50 5.69 l +1.33 5.73 l +0.70 3.49 l +0.52 3.14 l +0.79 5.87 l +0.60 5.89 l +0.41 5.91 l +0.23 5.91 l +0.04 5.92 l +-0.15 5.92 l +-0.33 5.91 l +-0.52 5.90 l +-0.71 5.88 l +-0.89 5.85 l +-1.07 5.82 l +-1.26 5.79 l +-1.44 5.74 l +-1.62 5.69 l +-1.80 5.64 l +-1.98 5.58 l +-2.15 5.52 l +-2.33 5.44 l +-2.49 5.37 l +-2.67 5.29 l +-2.83 5.20 l +-2.99 5.11 l +-3.15 5.01 l +-3.31 4.91 l +-3.46 4.80 l +-3.62 4.69 l +-3.76 4.57 l +-3.90 4.46 l +-4.04 4.33 l +-4.17 4.19 l +-4.30 4.07 l +-4.44 3.92 l +-4.55 3.79 l +-4.67 3.64 l +-4.78 3.49 l +-4.89 3.34 l +-4.99 3.18 l +-5.09 3.02 l +-5.19 2.86 l +-5.27 2.69 l +-5.35 2.53 l +-5.43 2.36 l +-5.51 2.18 l +-5.57 2.01 l +-5.63 1.83 l +-5.68 1.65 l +-5.73 1.48 l +-5.78 1.29 l +-5.82 1.11 l +-5.85 0.92 l +-5.87 0.74 l +-3.87 0.37 l +3.64 -0.58 l +5.74 -1.10 l +5.71 -1.27 l +5.67 -1.46 l +5.62 -1.63 l +5.56 -1.81 l +5.50 -1.99 l +5.44 -2.16 l +5.37 -2.32 l +5.29 -2.50 l +272.16 414.83 lineto +4.78 -2.26 l +5.12 -2.61 l +5.03 -2.78 l +4.94 -2.93 l +4.85 -3.09 l +4.75 -3.24 l +4.64 -3.39 l +4.54 -3.53 l +4.42 -3.68 l +4.30 -3.81 l +4.18 -3.95 l +4.05 -4.07 l +3.92 -4.21 l +3.79 -4.32 l +3.65 -4.44 l +3.51 -4.55 l +3.36 -4.67 l +3.21 -4.76 l +3.06 -4.87 l +2.91 -4.96 l +2.75 -5.05 l +2.58 -5.13 l +2.43 -5.21 l +2.25 -5.29 l +2.09 -5.36 l +1.92 -5.41 l +1.75 -5.48 l +1.58 -5.53 l +1.39 -5.57 l +1.23 -5.62 l +1.04 -5.65 l +0.86 -5.69 l +0.69 -5.70 l +0.50 -5.73 l +0.33 -5.74 l +0.14 -5.74 l +-0.04 -5.75 l +-0.22 -5.75 l +-0.40 -5.73 l +-0.58 -5.72 l +-0.77 -5.70 l +-0.94 -5.67 l +-1.12 -5.64 l +-1.30 -5.60 l +-1.47 -5.55 l +-1.65 -5.51 l +-1.82 -5.45 l +-2.00 -5.39 l +-2.16 -5.33 l +-2.33 -5.25 l +-2.49 -5.18 l +-2.66 -5.10 l +-2.82 -5.01 l +-2.97 -4.92 l +-3.13 -4.82 l +-3.27 -4.72 l +-3.43 -4.62 l +-3.57 -4.51 l +-3.71 -4.39 l +-3.84 -4.27 l +-3.98 -4.15 l +-4.11 -4.02 l +-4.23 -3.89 l +-4.36 -3.75 l +-4.47 -3.62 l +-4.58 -3.47 l +-4.69 -3.32 l +-4.79 -3.18 l +-4.89 -3.02 l +-4.98 -2.87 l +-5.07 -2.70 l +-5.16 -2.55 l +-2.19 -1.00 l +-3.88 -1.91 l +-5.32 -2.43 l +-5.40 -2.25 l +-5.46 -2.09 l +-4.37 -1.50 l +cp +p1 +np + 202.59 67.20 m +5.74 0.28 l +5.73 0.46 l +5.71 0.64 l +5.69 0.82 l +4.02 0.71 l +-0.44 -0.06 l +-5.93 -0.67 l +-5.94 -0.47 l +-5.95 -0.29 l +-5.96 -0.10 l +-5.95 0.09 l +-5.96 0.27 l +-5.94 0.47 l +-5.92 0.65 l +-5.90 0.83 l +-5.87 1.03 l +-5.83 1.21 l +-5.80 1.39 l +-5.75 1.57 l +-5.69 1.76 l +-5.64 1.93 l +-5.57 2.11 l +-5.50 2.28 l +-5.43 2.46 l +-5.35 2.63 l +-5.26 2.80 l +-5.17 2.96 l +-5.08 3.12 l +-4.97 3.28 l +-4.87 3.43 l +-4.76 3.59 l +-4.64 3.74 l +-4.52 3.88 l +-4.40 4.02 l +-4.26 4.16 l +-4.14 4.29 l +-4.00 4.42 l +-3.85 4.55 l +-3.71 4.66 l +-3.56 4.78 l +-3.41 4.88 l +-3.25 5.00 l +-3.09 5.09 l +-2.93 5.19 l +-2.77 5.28 l +-2.60 5.36 l +-2.42 5.44 l +-2.26 5.52 l +-2.08 5.58 l +-1.90 5.65 l +-1.72 5.70 l +-1.54 5.76 l +-1.36 5.80 l +-1.17 5.84 l +-0.99 5.88 l +-0.81 5.90 l +-0.61 5.93 l +-0.43 5.94 l +-0.21 5.12 l +0 -0.17 l +0.05 -5.88 l +0.24 -5.88 l +0.42 -5.87 l +0.61 -5.85 l +0.80 -5.83 l +0.97 -5.81 l +1.16 -5.76 l +1.34 -5.73 l +1.53 -5.69 l +1.70 -5.63 l +1.87 -5.58 l +2.06 -5.51 l +2.22 -5.45 l +2.40 -5.37 l +2.56 -5.30 l +2.73 -5.21 l +2.90 -5.13 l +3.05 -5.03 l +3.21 -4.93 l +3.37 -4.82 l +3.51 -4.72 l +3.67 -4.61 l +3.80 -4.48 l +3.95 -4.37 l +4.08 -4.23 l +4.22 -4.11 l +4.34 -3.97 l +4.46 -3.84 l +4.59 -3.68 l +4.70 -3.55 l +4.80 -3.39 l +1.57 -1.04 l +4.41 -2.71 l +4.99 -2.86 l +5.08 -2.69 l +5.16 -2.54 l +5.23 -2.37 l +5.31 -2.20 l +5.38 -2.04 l +140.30 76.05 lineto +5.49 -1.70 l +5.54 -1.51 l +5.59 -1.35 l +5.63 -1.16 l +5.66 -0.99 l +5.70 -0.81 l +5.71 -0.63 l +5.73 -0.44 l +5.74 -0.27 l +5.75 -0.08 l +cp +p1 +np + 16.55 257.46 m +0.32 5.87 l +0.50 5.86 l +0.69 5.85 l +0.87 5.82 l +1.06 5.79 l +1.24 5.75 l +1.42 5.71 l +1.60 5.66 l +1.77 5.61 l +1.96 5.55 l +2.13 5.49 l +2.29 5.41 l +2.47 5.34 l +2.64 5.27 l +2.80 5.17 l +2.97 5.08 l +3.12 4.99 l +3.28 4.89 l +0.51 0.72 l +-0.02 -0.04 l +-3.45 -4.80 l +-2.87 -4.28 l +-3.03 -4.84 l +-2.89 -4.96 l +-2.74 -5.06 l +-2.58 -5.14 l +-2.41 -5.21 l +-2.25 -5.29 l +-2.07 -5.36 l +-1.91 -5.43 l +-1.74 -5.48 l +-1.56 -5.53 l +-1.39 -5.58 l +-0.11 -0.53 l +-0.29 -1.57 l +-0.88 -5.89 l +-0.70 -5.92 l +-0.51 -5.94 l +-0.32 -5.95 l +-0.14 -5.95 l +0.06 -5.96 l +0.03 -0.84 l +cp +p1 +np + 82.17 390.75 m +4.53 3.54 l +4.64 3.40 l +4.74 3.25 l +4.84 3.10 l +4.94 2.95 l +5.02 2.78 l +5.12 2.63 l +5.19 2.46 l +5.27 2.30 l +5.34 2.14 l +5.40 1.96 l +5.46 1.79 l +5.52 1.62 l +5.56 1.44 l +5.61 1.27 l +5.64 1.08 l +5.68 0.91 l +5.70 0.73 l +5.72 0.55 l +5.74 0.37 l +5.74 0.19 l +5.75 0.01 l +5.75 -0.18 l +5.73 -0.36 l +5.73 -0.53 l +5.70 -0.72 l +5.68 -0.90 l +5.64 -1.07 l +5.61 -1.26 l +5.57 -1.43 l +5.52 -1.61 l +5.47 -1.77 l +5.40 -1.95 l +5.35 -2.13 l +5.27 -2.28 l +0.42 -0.20 l +-1.25 0.64 l +-5.29 2.50 l +-5.37 2.32 l +-5.44 2.16 l +-5.50 1.99 l +-5.56 1.81 l +-5.62 1.63 l +-5.67 1.46 l +-5.71 1.27 l +-5.74 1.10 l +-3.64 0.58 l +-2.02 0.19 l +-5.91 0.36 l +-5.92 0.18 l +-5.92 0 l +-5.92 -0.20 l +-5.90 -0.38 l +-5.90 -0.56 l +-5.87 -0.76 l +-5.85 -0.93 l +-5.81 -1.12 l +-5.77 -1.31 l +-5.73 -1.48 l +-5.69 -1.67 l +-5.62 -1.84 l +-5.57 -2.02 l +-5.49 -2.20 l +-5.43 -2.37 l +-5.35 -2.54 l +-5.26 -2.70 l +-5.18 -2.87 l +-5.09 -3.04 l +-4.98 -3.19 l +-4.89 -3.35 l +-4.77 -3.50 l +-4.66 -3.64 l +-4.55 -3.80 l +-0.30 -0.27 l +cp + 234.93 70.90 m +5.87 1.03 l +5.83 1.22 l +1.45 0.36 l +4.37 1.50 l +5.46 2.09 l +5.40 2.25 l +5.32 2.43 l +3.88 1.91 l +-3.04 -1.38 l +-5.30 -2.22 l +-5.37 -2.05 l +-5.44 -1.87 l +-5.49 -1.71 l +-5.54 -1.53 l +-5.58 -1.35 l +-5.63 -1.18 l +-1.64 -0.29 l +cp +p1 +np + 274.70 84.69 m +5.16 2.55 l +5.07 2.70 l +4.98 2.87 l +4.89 3.02 l +4.79 3.18 l +4.69 3.32 l +4.58 3.47 l +4.47 3.62 l +4.36 3.75 l +4.23 3.89 l +4.11 4.02 l +3.98 4.15 l +3.84 4.27 l +3.71 4.39 l +3.57 4.51 l +3.43 4.62 l +3.27 4.72 l +3.13 4.82 l +2.97 4.92 l +2.82 5.01 l +2.66 5.10 l +2.49 5.18 l +2.33 5.25 l +2.16 5.33 l +2.00 5.39 l +1.82 5.45 l +1.65 5.51 l +1.47 5.55 l +1.30 5.60 l +1.12 5.64 l +0.94 5.67 l +0.77 5.70 l +0.58 5.72 l +0.40 5.73 l +0.22 5.75 l +0.04 5.75 l +-0.14 5.74 l +-0.33 5.74 l +-0.50 5.73 l +-0.69 5.70 l +-0.86 5.69 l +-1.04 5.65 l +-1.23 5.62 l +-1.39 5.57 l +-1.58 5.53 l +-1.75 5.48 l +-1.92 5.41 l +-2.09 5.36 l +-2.25 5.29 l +-2.43 5.21 l +-2.58 5.13 l +-2.75 5.05 l +-2.91 4.96 l +-3.06 4.87 l +-3.21 4.76 l +-3.36 4.67 l +-3.51 4.55 l +-3.65 4.44 l +-3.79 4.32 l +-3.92 4.21 l +-4.05 4.07 l +-4.18 3.95 l +-4.30 3.81 l +-4.42 3.68 l +-4.54 3.53 l +-4.64 3.39 l +-4.75 3.24 l +-4.85 3.09 l +-4.94 2.93 l +-5.03 2.78 l +-5.12 2.61 l +-4.78 2.26 l +3.96 -2.02 l +5.12 -2.83 l +5.03 -2.99 l +4.93 -3.14 l +4.84 -3.30 l +4.72 -3.44 l +4.62 -3.60 l +4.49 -3.74 l +4.38 -3.88 l +4.26 -4.02 l +4.12 -4.15 l +3.99 -4.27 l +3.86 -4.40 l +3.71 -4.52 l +3.57 -4.64 l +3.42 -4.74 l +3.27 -4.85 l +3.12 -4.96 l +2.95 -5.04 l +2.80 -5.14 l +2.63 -5.23 l +2.47 -5.30 l +2.30 -5.38 l +2.12 -5.45 l +1.96 -5.51 l +1.78 -5.58 l +1.60 -5.62 l +369.60 291.41 lineto +1.24 -5.71 l +1.07 -5.76 l +0.88 -5.78 l +0.69 -5.81 l +0.52 -5.83 l +0.33 -5.84 l +0.14 -5.85 l +-0.04 -5.85 l +-0.22 -5.84 l +-0.41 -5.84 l +-0.59 -5.82 l +-0.78 -5.80 l +-0.96 -5.77 l +-1.14 -5.73 l +-1.32 -5.70 l +-1.50 -5.66 l +-1.68 -5.60 l +-1.85 -5.55 l +-2.03 -5.49 l +-2.20 -5.42 l +-2.37 -5.35 l +-2.54 -5.27 l +-2.71 -5.18 l +-2.86 -5.10 l +-3.03 -5.01 l +-3.18 -4.91 l +-3.34 -4.81 l +-3.48 -4.69 l +-3.63 -4.59 l +-3.78 -4.47 l +-3.91 -4.35 l +-4.05 -4.22 l +-4.18 -4.09 l +-4.31 -3.96 l +-4.43 -3.82 l +-4.55 -3.68 l +-4.67 -3.53 l +-4.77 -3.38 l +-4.87 -3.23 l +-4.98 -3.08 l +-5.07 -2.92 l +-5.16 -2.75 l +-1.37 -0.68 l +cp +p1 +np + 211.22 68.62 m +5.95 0.29 l +5.94 0.47 l +5.93 0.67 l +0.44 0.06 l +1.64 0.29 l +5.63 1.18 l +5.58 1.35 l +5.54 1.53 l +5.49 1.71 l +5.44 1.87 l +5.37 2.05 l +5.30 2.22 l +3.04 1.38 l +1.37 0.68 l +5.16 2.75 l +5.07 2.92 l +4.98 3.08 l +4.87 3.23 l +4.77 3.38 l +4.67 3.53 l +4.55 3.68 l +4.43 3.82 l +4.31 3.96 l +4.18 4.09 l +4.05 4.22 l +3.91 4.35 l +3.78 4.47 l +3.63 4.59 l +3.48 4.69 l +3.34 4.81 l +3.18 4.91 l +3.03 5.01 l +2.86 5.10 l +2.71 5.18 l +2.54 5.27 l +2.37 5.35 l +2.20 5.42 l +2.03 5.49 l +1.85 5.55 l +1.68 5.60 l +1.50 5.66 l +1.32 5.70 l +1.14 5.73 l +0.96 5.77 l +0.78 5.80 l +0.59 5.82 l +0.41 5.84 l +0.22 5.84 l +0.04 5.85 l +-0.14 5.85 l +-0.33 5.84 l +-0.52 5.83 l +-0.69 5.81 l +-0.88 5.78 l +-1.07 5.76 l +-1.24 5.71 l +-1.42 5.68 l +-1.60 5.62 l +-1.78 5.58 l +-1.96 5.51 l +-2.12 5.45 l +-2.30 5.38 l +-2.47 5.30 l +-2.63 5.23 l +-2.80 5.14 l +-2.95 5.04 l +-3.12 4.96 l +-3.27 4.85 l +-3.42 4.74 l +-3.57 4.64 l +-3.71 4.52 l +-3.86 4.40 l +-3.99 4.27 l +-4.12 4.15 l +-4.26 4.02 l +-4.38 3.88 l +-4.49 3.74 l +-4.62 3.60 l +-4.72 3.44 l +-4.84 3.30 l +-4.93 3.14 l +-5.03 2.99 l +-5.12 2.83 l +-3.96 2.02 l +-0.42 0.20 l +-5.27 2.28 l +-5.35 2.13 l +-5.40 1.95 l +-5.47 1.77 l +-5.52 1.61 l +-5.57 1.43 l +-5.61 1.26 l +-5.64 1.07 l +-5.68 0.90 l +-5.70 0.72 l +-5.73 0.53 l +-5.73 0.36 l +-5.75 0.18 l +-5.75 -0.01 l +187.83 431.02 lineto +-5.74 -0.37 l +-5.72 -0.55 l +-5.70 -0.73 l +-5.68 -0.91 l +-5.64 -1.08 l +-5.61 -1.27 l +-5.56 -1.44 l +-5.52 -1.62 l +-5.46 -1.79 l +-5.40 -1.96 l +-5.34 -2.14 l +-5.27 -2.30 l +-5.19 -2.46 l +-5.12 -2.63 l +-5.02 -2.78 l +-4.94 -2.95 l +-4.84 -3.10 l +-4.74 -3.25 l +-4.64 -3.40 l +-4.53 -3.54 l +-4.15 -3.47 l +-4.12 -3.67 l +-4.29 -4.07 l +-4.17 -4.21 l +-4.03 -4.33 l +-3.89 -4.46 l +-3.75 -4.59 l +-3.58 -4.66 l +-0.51 -0.72 l +-3.28 -4.89 l +-3.12 -4.99 l +-2.97 -5.08 l +-2.80 -5.17 l +-2.64 -5.27 l +-2.47 -5.34 l +-2.29 -5.41 l +-2.13 -5.49 l +-1.96 -5.55 l +-1.77 -5.61 l +-1.60 -5.66 l +-1.42 -5.71 l +-1.24 -5.75 l +-1.06 -5.79 l +-0.87 -5.82 l +-0.69 -5.85 l +-0.50 -5.86 l +-0.32 -5.87 l +-0.13 -5.72 l +0.21 -5.12 l +0.43 -5.94 l +0.61 -5.93 l +0.81 -5.90 l +0.99 -5.88 l +1.17 -5.84 l +1.36 -5.80 l +1.54 -5.76 l +1.72 -5.70 l +1.90 -5.65 l +2.08 -5.58 l +2.26 -5.52 l +2.42 -5.44 l +2.60 -5.36 l +2.77 -5.28 l +2.93 -5.19 l +3.09 -5.09 l +3.25 -5.00 l +3.41 -4.88 l +3.56 -4.78 l +3.71 -4.66 l +3.85 -4.55 l +4.00 -4.42 l +4.14 -4.29 l +4.26 -4.16 l +4.40 -4.02 l +4.52 -3.88 l +4.64 -3.74 l +4.76 -3.59 l +4.87 -3.43 l +4.97 -3.28 l +5.08 -3.12 l +5.17 -2.96 l +5.26 -2.80 l +5.35 -2.63 l +5.43 -2.46 l +5.50 -2.28 l +5.57 -2.11 l +5.64 -1.93 l +5.69 -1.76 l +5.75 -1.57 l +5.80 -1.39 l +5.83 -1.21 l +5.87 -1.03 l +5.90 -0.83 l +5.92 -0.65 l +5.94 -0.47 l +5.96 -0.27 l +5.95 -0.09 l +cp +p1 +1 0 0 srgb +np +353.32 335.16 m +-2.80 5.14 l +-2.95 5.04 l +-3.12 4.96 l +-3.27 4.85 l +-3.42 4.74 l +-3.57 4.64 l +-3.71 4.52 l +-3.86 4.40 l +-3.99 4.27 l +-4.12 4.15 l +-4.26 4.02 l +-4.38 3.88 l +-4.49 3.74 l +-4.62 3.60 l +-4.72 3.44 l +-4.84 3.30 l +-4.93 3.14 l +-5.03 2.99 l +-5.12 2.83 l +-5.21 2.66 l +-5.29 2.50 l +-5.37 2.32 l +-5.44 2.16 l +-5.50 1.99 l +-5.56 1.81 l +-5.62 1.63 l +-5.67 1.46 l +-5.71 1.27 l +-5.74 1.10 l +-5.78 0.91 l +-5.80 0.73 l +-5.83 0.55 l +-5.84 0.36 l +-5.85 0.18 l +-5.85 0 l +-5.84 -0.20 l +-5.84 -0.37 l +-5.82 -0.56 l +-5.81 -0.74 l +-5.77 -0.93 l +-5.75 -1.11 l +-5.70 -1.29 l +-5.67 -1.46 l +-5.61 -1.65 l +-5.56 -1.82 l +-5.50 -2.00 l +-5.43 -2.17 l +-5.36 -2.34 l +-5.29 -2.51 l +-5.20 -2.67 l +-5.12 -2.84 l +-5.02 -3.00 l +-4.93 -3.15 l +-4.82 -3.31 l +-4.72 -3.46 l +-4.61 -3.60 l +-4.49 -3.75 l +-4.37 -3.89 l +-4.24 -4.03 l +-4.12 -4.15 l +-3.98 -4.29 l +-3.85 -4.41 l +-3.70 -4.53 l +-3.56 -4.64 l +-3.41 -4.75 l +-3.26 -4.86 l +-3.10 -4.96 l +-2.95 -5.05 l +-2.79 -5.15 l +-2.62 -5.23 l +-2.45 -5.31 l +-2.29 -5.38 l +-2.11 -5.46 l +-1.95 -5.51 l +-1.76 -5.58 l +-1.59 -5.63 l +-1.41 -5.68 l +-1.23 -5.72 l +-1.05 -5.75 l +-0.87 -5.79 l +-0.69 -5.81 l +-0.50 -5.83 l +-0.31 -5.84 l +-0.14 -5.85 l +0.06 -5.85 l +0.23 -5.84 l +0.42 -5.84 l +0.61 -5.81 l +0.79 -5.80 l +0.97 -5.77 l +1.15 -5.74 l +1.34 -5.69 l +1.51 -5.65 l +1.69 -5.60 l +1.87 -5.55 l +2.04 -5.48 l +2.21 -5.42 l +2.38 -5.34 l +2.55 -5.26 l +26.44 160.60 lineto +2.87 -5.09 l +3.04 -5.00 l +3.19 -4.90 l +3.35 -4.80 l +3.49 -4.69 l +3.65 -4.58 l +3.78 -4.46 l +3.93 -4.34 l +4.05 -4.21 l +4.19 -4.09 l +4.32 -3.94 l +4.44 -3.81 l +4.56 -3.67 l +4.67 -3.52 l +4.78 -3.38 l +4.88 -3.22 l +4.98 -3.06 l +5.08 -2.91 l +5.17 -2.74 l +5.25 -2.59 l +5.33 -2.41 l +5.40 -2.24 l +5.47 -2.07 l +5.53 -1.90 l +5.59 -1.72 l +5.65 -1.55 l +5.68 -1.37 l +5.73 -1.18 l +5.77 -1.01 l +5.79 -0.82 l +5.81 -0.64 l +5.84 -0.45 l +5.84 -0.27 l +5.85 -0.09 l +5.85 0.10 l +5.84 0.28 l +5.83 0.47 l +5.82 0.65 l +5.79 0.84 l +5.76 1.01 l +5.72 1.20 l +5.69 1.38 l +5.64 1.56 l +5.59 1.73 l +5.53 1.91 l +5.46 2.09 l +5.40 2.25 l +5.32 2.43 l +5.25 2.59 l +5.16 2.75 l +5.07 2.92 l +4.98 3.08 l +4.87 3.23 l +4.77 3.38 l +4.67 3.53 l +4.55 3.68 l +4.43 3.82 l +4.31 3.96 l +4.18 4.09 l +4.05 4.22 l +3.91 4.35 l +3.78 4.47 l +3.63 4.59 l +3.48 4.69 l +3.34 4.81 l +3.18 4.91 l +3.03 5.01 l +2.86 5.10 l +2.71 5.18 l +2.54 5.27 l +2.37 5.35 l +2.20 5.42 l +2.03 5.49 l +1.85 5.55 l +1.68 5.60 l +1.50 5.66 l +1.32 5.70 l +1.14 5.73 l +0.96 5.77 l +0.78 5.80 l +0.59 5.82 l +0.41 5.84 l +0.22 5.84 l +0.04 5.85 l +-0.14 5.85 l +-0.33 5.84 l +-0.52 5.83 l +-0.69 5.81 l +-0.88 5.78 l +-1.07 5.76 l +-1.24 5.71 l +-1.42 5.68 l +-1.60 5.62 l +-1.78 5.58 l +-1.96 5.51 l +-2.12 5.45 l +-2.30 5.38 l +-2.47 5.30 l +-2.63 5.23 l +o +1 1 0 srgb +np +357.92 333.66 m +-2.75 5.05 l +-2.91 4.96 l +-3.06 4.87 l +-3.21 4.76 l +-3.36 4.67 l +-3.51 4.55 l +-3.65 4.44 l +-3.79 4.32 l +-3.92 4.21 l +-4.05 4.07 l +-4.18 3.95 l +-4.30 3.81 l +-4.42 3.68 l +-4.54 3.53 l +-4.64 3.39 l +-4.75 3.24 l +-4.85 3.09 l +-4.94 2.93 l +-5.03 2.78 l +-5.12 2.61 l +-5.20 2.46 l +-5.27 2.28 l +-5.35 2.13 l +-5.40 1.95 l +-5.47 1.77 l +-5.52 1.61 l +-5.57 1.43 l +-5.61 1.26 l +-5.64 1.07 l +-5.68 0.90 l +-5.70 0.72 l +-5.73 0.53 l +-5.73 0.36 l +-5.75 0.18 l +-5.75 -0.01 l +-5.74 -0.19 l +-5.74 -0.37 l +-5.72 -0.55 l +-5.70 -0.73 l +-5.68 -0.91 l +-5.64 -1.08 l +-5.61 -1.27 l +-5.56 -1.44 l +-5.52 -1.62 l +-5.46 -1.79 l +-5.40 -1.96 l +-5.34 -2.14 l +-5.27 -2.30 l +-5.19 -2.46 l +-5.12 -2.63 l +-5.02 -2.78 l +-4.94 -2.95 l +-4.84 -3.10 l +-4.74 -3.25 l +-4.64 -3.40 l +-4.53 -3.54 l +-4.41 -3.68 l +-4.29 -3.83 l +-4.17 -3.95 l +-4.05 -4.09 l +-3.91 -4.21 l +-3.78 -4.33 l +-3.64 -4.45 l +-3.50 -4.56 l +-3.35 -4.67 l +-3.20 -4.77 l +-3.05 -4.88 l +-2.89 -4.96 l +-2.74 -5.06 l +-2.58 -5.14 l +-2.41 -5.21 l +-2.25 -5.29 l +-2.07 -5.36 l +-1.91 -5.43 l +-1.74 -5.48 l +-1.56 -5.53 l +-1.39 -5.58 l +-1.21 -5.62 l +-1.03 -5.65 l +-0.85 -5.69 l +-0.67 -5.70 l +-0.50 -5.73 l +-0.31 -5.74 l +-0.13 -5.75 l +0.05 -5.75 l +0.24 -5.74 l +0.41 -5.73 l +0.60 -5.72 l +0.77 -5.70 l +0.96 -5.66 l +1.13 -5.64 l +1.31 -5.60 l +1.49 -5.55 l +1.66 -5.50 l +1.83 -5.45 l +2.01 -5.39 l +2.17 -5.32 l +2.34 -5.25 l +2.51 -5.17 l +36.72 162.15 lineto +2.83 -5.01 l +2.99 -4.91 l +3.13 -4.82 l +3.29 -4.71 l +3.43 -4.61 l +3.58 -4.50 l +3.72 -4.38 l +3.86 -4.27 l +3.99 -4.14 l +4.11 -4.01 l +4.24 -3.88 l +4.37 -3.74 l +4.47 -3.61 l +4.59 -3.46 l +4.70 -3.31 l +4.80 -3.17 l +4.89 -3.01 l +4.99 -2.86 l +5.08 -2.69 l +5.16 -2.54 l +5.23 -2.37 l +5.31 -2.20 l +5.38 -2.04 l +5.44 -1.86 l +5.49 -1.70 l +5.54 -1.51 l +5.59 -1.35 l +5.63 -1.16 l +5.66 -0.99 l +5.70 -0.81 l +5.71 -0.63 l +5.73 -0.44 l +5.74 -0.27 l +5.75 -0.08 l +5.75 0.09 l +5.74 0.28 l +5.73 0.46 l +5.71 0.64 l +5.69 0.82 l +5.66 1.00 l +5.63 1.18 l +5.58 1.35 l +5.54 1.53 l +5.49 1.71 l +5.44 1.87 l +5.37 2.05 l +5.30 2.22 l +5.23 2.38 l +5.16 2.55 l +5.07 2.70 l +4.98 2.87 l +4.89 3.02 l +4.79 3.18 l +4.69 3.32 l +4.58 3.47 l +4.47 3.62 l +4.36 3.75 l +4.23 3.89 l +4.11 4.02 l +3.98 4.15 l +3.84 4.27 l +3.71 4.39 l +3.57 4.51 l +3.43 4.62 l +3.27 4.72 l +3.13 4.82 l +2.97 4.92 l +2.82 5.01 l +2.66 5.10 l +2.49 5.18 l +2.33 5.25 l +2.16 5.33 l +2.00 5.39 l +1.82 5.45 l +1.65 5.51 l +1.47 5.55 l +1.30 5.60 l +1.12 5.64 l +0.94 5.67 l +0.77 5.70 l +0.58 5.72 l +0.40 5.73 l +0.22 5.75 l +0.04 5.75 l +-0.14 5.74 l +-0.33 5.74 l +-0.50 5.73 l +-0.69 5.70 l +-0.86 5.69 l +-1.04 5.65 l +-1.23 5.62 l +-1.39 5.57 l +-1.58 5.53 l +-1.75 5.48 l +-1.92 5.41 l +-2.09 5.36 l +-2.25 5.29 l +-2.43 5.21 l +-2.58 5.13 l +o +0 0 1 srgb +np +367.87 336.79 m +-2.81 5.17 l +-2.97 5.08 l +-3.14 4.98 l +-3.28 4.88 l +-3.45 4.77 l +-3.59 4.66 l +-3.73 4.55 l +-3.88 4.42 l +-4.01 4.31 l +-4.15 4.17 l +-4.28 4.04 l +-4.40 3.90 l +-4.53 3.76 l +-4.64 3.62 l +-4.75 3.47 l +-4.86 3.32 l +-4.97 3.16 l +-5.06 3.00 l +-5.15 2.84 l +-5.24 2.68 l +-5.32 2.51 l +-5.40 2.34 l +-5.47 2.17 l +-5.53 2.00 l +-5.60 1.82 l +-5.65 1.65 l +-5.70 1.46 l +-5.74 1.28 l +-5.78 1.11 l +-5.81 0.92 l +-5.84 0.73 l +-5.86 0.55 l +-5.87 0.37 l +-5.88 0.17 l +-5.89 0 l +-5.88 -0.19 l +-5.87 -0.38 l +-5.86 -0.56 l +-5.83 -0.75 l +-5.81 -0.93 l +-5.78 -1.12 l +-5.74 -1.29 l +-5.70 -1.48 l +-5.64 -1.66 l +-5.60 -1.83 l +-5.53 -2.01 l +-5.46 -2.18 l +-5.39 -2.35 l +-5.32 -2.53 l +-5.23 -2.69 l +-5.15 -2.85 l +-5.05 -3.01 l +-4.96 -3.18 l +-4.85 -3.32 l +-4.75 -3.48 l +-4.63 -3.63 l +-4.52 -3.77 l +-4.39 -3.91 l +-4.27 -4.05 l +-4.14 -4.18 l +-4.01 -4.31 l +-3.87 -4.44 l +-3.72 -4.55 l +-3.58 -4.67 l +-3.43 -4.78 l +-3.28 -4.89 l +-3.12 -4.99 l +-2.97 -5.08 l +-2.80 -5.17 l +-2.64 -5.27 l +-2.47 -5.34 l +-2.29 -5.41 l +-2.13 -5.49 l +-1.96 -5.55 l +-1.77 -5.61 l +-1.60 -5.66 l +-1.42 -5.71 l +-1.24 -5.75 l +-1.06 -5.79 l +-0.87 -5.82 l +-0.69 -5.85 l +-0.50 -5.86 l +-0.32 -5.87 l +-0.13 -5.89 l +0.05 -5.88 l +0.24 -5.88 l +0.42 -5.87 l +0.61 -5.85 l +0.80 -5.83 l +0.97 -5.81 l +1.16 -5.76 l +1.34 -5.73 l +1.53 -5.69 l +1.70 -5.63 l +1.87 -5.58 l +2.06 -5.51 l +2.22 -5.45 l +2.40 -5.37 l +2.56 -5.30 l +39.08 161.22 lineto +2.90 -5.13 l +3.05 -5.03 l +3.21 -4.93 l +3.37 -4.82 l +3.51 -4.72 l +3.67 -4.61 l +3.80 -4.48 l +3.95 -4.37 l +4.08 -4.23 l +4.22 -4.11 l +4.34 -3.97 l +4.46 -3.84 l +4.59 -3.68 l +4.70 -3.55 l +4.80 -3.39 l +4.92 -3.24 l +5.01 -3.08 l +5.10 -2.93 l +5.20 -2.76 l +5.28 -2.59 l +5.36 -2.43 l +5.44 -2.26 l +5.50 -2.08 l +5.56 -1.91 l +5.63 -1.73 l +5.67 -1.56 l +5.73 -1.37 l +5.76 -1.19 l +5.79 -1.01 l +5.83 -0.83 l +5.85 -0.64 l +5.87 -0.46 l +5.87 -0.27 l +5.89 -0.09 l +5.88 0.10 l +5.88 0.28 l +5.86 0.47 l +5.85 0.66 l +5.82 0.84 l +5.80 1.02 l +5.76 1.21 l +5.72 1.38 l +5.67 1.57 l +5.62 1.75 l +5.56 1.92 l +5.50 2.09 l +5.43 2.27 l +5.35 2.44 l +5.28 2.61 l +5.19 2.77 l +5.10 2.93 l +5.01 3.10 l +4.90 3.25 l +4.80 3.40 l +4.69 3.55 l +4.58 3.70 l +4.45 3.84 l +4.34 3.99 l +4.20 4.11 l +4.07 4.25 l +3.94 4.37 l +3.80 4.50 l +3.65 4.61 l +3.51 4.72 l +3.35 4.84 l +3.20 4.94 l +3.05 5.03 l +2.88 5.13 l +2.72 5.22 l +2.55 5.30 l +2.39 5.38 l +2.21 5.45 l +2.04 5.52 l +1.87 5.58 l +1.69 5.64 l +1.50 5.69 l +1.33 5.73 l +1.15 5.77 l +0.97 5.80 l +0.78 5.84 l +0.59 5.85 l +0.41 5.87 l +0.23 5.88 l +0.04 5.88 l +-0.14 5.89 l +-0.34 5.87 l +-0.51 5.86 l +-0.70 5.85 l +-0.89 5.81 l +-1.07 5.79 l +-1.25 5.75 l +-1.43 5.71 l +-1.61 5.66 l +-1.79 5.60 l +-1.97 5.55 l +-2.14 5.48 l +-2.31 5.41 l +-2.48 5.34 l +-2.65 5.25 l +o +1 0.6471 0 srgb +np +372.24 344.83 m +-2.85 5.24 l +-3.01 5.14 l +-3.17 5.04 l +-3.33 4.94 l +-3.49 4.84 l +-3.63 4.72 l +-3.79 4.60 l +-3.92 4.49 l +-4.07 4.35 l +-4.20 4.23 l +-4.33 4.09 l +-4.46 3.95 l +-4.58 3.81 l +-4.71 3.66 l +-4.81 3.51 l +-4.92 3.36 l +-5.03 3.20 l +-5.12 3.05 l +-5.22 2.87 l +-5.30 2.72 l +-5.39 2.54 l +-5.47 2.37 l +-5.54 2.20 l +-5.60 2.02 l +-5.67 1.85 l +-5.72 1.66 l +-5.77 1.48 l +-5.82 1.30 l +-5.85 1.12 l +-5.89 0.93 l +-5.91 0.74 l +-5.93 0.56 l +-5.95 0.37 l +-5.95 0.18 l +-5.96 0 l +-5.96 -0.20 l +-5.94 -0.38 l +-5.94 -0.57 l +-5.91 -0.76 l +-5.88 -0.94 l +-5.85 -1.13 l +-5.81 -1.31 l +-5.77 -1.50 l +-5.72 -1.67 l +-5.66 -1.86 l +-5.60 -2.04 l +-5.54 -2.21 l +-5.46 -2.38 l +-5.38 -2.55 l +-5.30 -2.73 l +-5.21 -2.89 l +-5.12 -3.05 l +-5.02 -3.21 l +-4.91 -3.37 l +-4.81 -3.52 l +-4.69 -3.68 l +-4.57 -3.82 l +-4.45 -3.96 l +-4.33 -4.10 l +-4.19 -4.23 l +-4.06 -4.37 l +-3.91 -4.49 l +-3.78 -4.61 l +-3.62 -4.73 l +-3.48 -4.84 l +-3.32 -4.95 l +-3.16 -5.05 l +-3.00 -5.15 l +-2.84 -5.24 l +-2.67 -5.32 l +-2.50 -5.41 l +-2.33 -5.49 l +-2.15 -5.55 l +-1.98 -5.62 l +-1.80 -5.68 l +-1.62 -5.74 l +-1.43 -5.78 l +-1.26 -5.83 l +-1.07 -5.86 l +-0.88 -5.89 l +-0.70 -5.92 l +-0.51 -5.94 l +-0.32 -5.95 l +-0.14 -5.95 l +0.06 -5.96 l +0.24 -5.96 l +0.43 -5.94 l +0.61 -5.93 l +0.81 -5.90 l +0.99 -5.88 l +1.17 -5.84 l +1.36 -5.80 l +1.54 -5.76 l +1.72 -5.70 l +1.90 -5.65 l +2.08 -5.58 l +2.26 -5.52 l +2.42 -5.44 l +2.60 -5.36 l +39.29 167.04 lineto +2.93 -5.19 l +3.09 -5.09 l +3.25 -5.00 l +3.41 -4.88 l +3.56 -4.78 l +3.71 -4.66 l +3.85 -4.55 l +4.00 -4.42 l +4.14 -4.29 l +4.26 -4.16 l +4.40 -4.02 l +4.52 -3.88 l +4.64 -3.74 l +4.76 -3.59 l +4.87 -3.43 l +4.97 -3.28 l +5.08 -3.12 l +5.17 -2.96 l +5.26 -2.80 l +5.35 -2.63 l +5.43 -2.46 l +5.50 -2.28 l +5.57 -2.11 l +5.64 -1.93 l +5.69 -1.76 l +5.75 -1.57 l +5.80 -1.39 l +5.83 -1.21 l +5.87 -1.03 l +5.90 -0.83 l +5.92 -0.65 l +5.94 -0.47 l +5.96 -0.27 l +5.95 -0.09 l +5.96 0.10 l +5.95 0.29 l +5.94 0.47 l +5.93 0.67 l +5.89 0.85 l +5.87 1.03 l +5.83 1.22 l +5.79 1.41 l +5.75 1.58 l +5.69 1.77 l +5.63 1.95 l +5.57 2.12 l +5.50 2.30 l +5.42 2.47 l +5.34 2.64 l +5.26 2.80 l +5.16 2.97 l +5.07 3.14 l +4.97 3.29 l +4.86 3.44 l +4.75 3.60 l +4.63 3.75 l +4.52 3.89 l +4.39 4.03 l +4.25 4.17 l +4.13 4.30 l +3.99 4.43 l +3.84 4.55 l +3.70 4.67 l +3.55 4.79 l +3.40 4.89 l +3.24 5.00 l +3.08 5.10 l +2.92 5.20 l +2.75 5.28 l +2.59 5.37 l +2.42 5.45 l +2.24 5.52 l +2.06 5.59 l +1.89 5.65 l +1.71 5.71 l +1.53 5.76 l +1.35 5.80 l +1.16 5.84 l +0.97 5.88 l +0.80 5.91 l +0.60 5.93 l +0.42 5.94 l +0.22 5.96 l +0.05 5.95 l +-0.15 5.96 l +-0.34 5.95 l +-0.52 5.94 l +-0.71 5.91 l +-0.90 5.89 l +-1.08 5.86 l +-1.27 5.83 l +-1.45 5.77 l +-1.63 5.74 l +-1.81 5.67 l +-1.99 5.62 l +-2.17 5.55 l +-2.34 5.48 l +-2.51 5.40 l +-2.68 5.32 l +o +0 1 0 srgb +np +366.86 332.55 m +-2.83 5.20 l +-2.99 5.11 l +-3.15 5.01 l +-3.31 4.91 l +-3.46 4.80 l +-3.62 4.69 l +-3.76 4.57 l +-3.90 4.46 l +-4.04 4.33 l +-4.17 4.19 l +-4.30 4.07 l +-4.44 3.92 l +-4.55 3.79 l +-4.67 3.64 l +-4.78 3.49 l +-4.89 3.34 l +-4.99 3.18 l +-5.09 3.02 l +-5.19 2.86 l +-5.27 2.69 l +-5.35 2.53 l +-5.43 2.36 l +-5.51 2.18 l +-5.57 2.01 l +-5.63 1.83 l +-5.68 1.65 l +-5.73 1.48 l +-5.78 1.29 l +-5.82 1.11 l +-5.85 0.92 l +-5.87 0.74 l +-5.89 0.56 l +-5.91 0.36 l +-5.92 0.18 l +-5.92 0 l +-5.92 -0.20 l +-5.90 -0.38 l +-5.90 -0.56 l +-5.87 -0.76 l +-5.85 -0.93 l +-5.81 -1.12 l +-5.77 -1.31 l +-5.73 -1.48 l +-5.69 -1.67 l +-5.62 -1.84 l +-5.57 -2.02 l +-5.49 -2.20 l +-5.43 -2.37 l +-5.35 -2.54 l +-5.26 -2.70 l +-5.18 -2.87 l +-5.09 -3.04 l +-4.98 -3.19 l +-4.89 -3.35 l +-4.77 -3.50 l +-4.66 -3.64 l +-4.55 -3.80 l +-4.42 -3.94 l +-4.29 -4.07 l +-4.17 -4.21 l +-4.03 -4.33 l +-3.89 -4.46 l +-3.75 -4.59 l +-3.60 -4.70 l +-3.45 -4.80 l +-3.30 -4.92 l +-3.14 -5.02 l +-2.99 -5.11 l +-2.81 -5.21 l +-2.66 -5.29 l +-2.48 -5.38 l +-2.31 -5.45 l +-2.15 -5.52 l +-1.96 -5.58 l +-1.79 -5.64 l +-1.61 -5.70 l +-1.42 -5.75 l +-1.25 -5.78 l +-1.06 -5.83 l +-0.88 -5.85 l +-0.69 -5.88 l +-0.51 -5.90 l +-0.32 -5.91 l +-0.14 -5.92 l +0.06 -5.92 l +0.24 -5.92 l +0.42 -5.90 l +0.62 -5.89 l +0.79 -5.87 l +0.99 -5.83 l +1.17 -5.81 l +1.34 -5.76 l +1.54 -5.72 l +1.71 -5.67 l +1.89 -5.61 l +2.06 -5.55 l +2.24 -5.48 l +2.41 -5.41 l +2.58 -5.32 l +36.06 155.90 lineto +2.91 -5.15 l +3.07 -5.06 l +3.23 -4.97 l +3.39 -4.85 l +3.54 -4.75 l +3.68 -4.63 l +3.83 -4.52 l +3.97 -4.39 l +4.11 -4.26 l +4.24 -4.13 l +4.37 -4.00 l +4.49 -3.85 l +4.61 -3.72 l +4.73 -3.56 l +4.84 -3.42 l +4.94 -3.25 l +5.04 -3.11 l +5.14 -2.94 l +5.23 -2.77 l +5.31 -2.62 l +5.39 -2.44 l +5.47 -2.27 l +5.54 -2.10 l +5.60 -1.92 l +5.66 -1.74 l +5.71 -1.56 l +5.75 -1.39 l +5.80 -1.20 l +5.83 -1.01 l +5.86 -0.83 l +5.89 -0.65 l +5.90 -0.46 l +5.92 -0.28 l +5.91 -0.08 l +5.92 0.10 l +5.92 0.28 l +5.90 0.48 l +5.88 0.66 l +5.86 0.84 l +5.83 1.03 l +5.80 1.21 l +5.75 1.40 l +5.71 1.57 l +5.65 1.76 l +5.60 1.93 l +5.53 2.11 l +5.46 2.28 l +5.39 2.46 l +5.31 2.62 l +5.22 2.79 l +5.13 2.95 l +5.04 3.11 l +4.93 3.27 l +4.83 3.43 l +4.72 3.57 l +4.60 3.72 l +4.49 3.87 l +4.36 4.01 l +4.23 4.14 l +4.10 4.27 l +3.96 4.40 l +3.82 4.52 l +3.67 4.64 l +3.53 4.76 l +3.38 4.86 l +3.22 4.97 l +3.06 5.07 l +2.90 5.16 l +2.74 5.25 l +2.57 5.33 l +2.39 5.41 l +2.23 5.49 l +2.05 5.55 l +1.88 5.62 l +1.70 5.67 l +1.52 5.72 l +1.34 5.77 l +1.15 5.80 l +0.97 5.84 l +0.79 5.87 l +0.60 5.89 l +0.41 5.91 l +0.23 5.91 l +0.04 5.92 l +-0.15 5.92 l +-0.33 5.91 l +-0.52 5.90 l +-0.71 5.88 l +-0.89 5.85 l +-1.07 5.82 l +-1.26 5.79 l +-1.44 5.74 l +-1.62 5.69 l +-1.80 5.64 l +-1.98 5.58 l +-2.15 5.52 l +-2.33 5.44 l +-2.49 5.37 l +-2.67 5.29 l +o +/Font1 findfont 12 s +0 0 0 srgb +16.85 298.64 (2) .5 0 t +271.67 424.39 (3) .5 0 t +215.66 57.20 (1) .5 0 t +92.29 399.28 (1) .5 0 t +102.03 85.35 (1) .5 0 t +283.84 411.53 (1) .5 0 t +247.29 66.87 (0) .5 0 t +371.79 166.73 (0) .5 0 t +17.23 220.74 (0) .5 0 t +148.52 422.99 (0) .5 0 t +187.28 61.69 (0) .5 0 t +20.71 293.16 (0) .5 0 t +380.26 210.73 (3) .5 0 t +102.96 91.65 (1) .5 0 t +22.68 296.10 (0) .5 0 t +223.82 425.86 (0) .5 0 t +372.04 285.81 (1) .5 0 t +196.38 246.12 (92) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.png new file mode 100644 index 0000000000000000000000000000000000000000..e258b6bc36e6ea9033c65c884a7a4c4d6d8a2672 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.ps new file mode 100644 index 0000000000000000000000000000000000000000..c9d60600a431237cac7f2f187cb98dd88ac50015 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/euler_all.ps @@ -0,0 +1,2455 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 504 504 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +1 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +482.14 275.40 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +495.34 271.09 (A) 0 0 t +0.00 0.00 504.00 504.00 cl +1 1 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +482.14 259.80 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +495.34 255.49 (B) 0 0 t +0.00 0.00 504.00 504.00 cl +0 0 1 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +482.14 244.20 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +495.34 239.89 (C) 0 0 t +0.00 0.00 504.00 504.00 cl +1 0.6471 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +482.14 228.60 4.50 c p1 +0.00 0.00 504.00 504.00 cl +/Font1 findfont 12 s +0 0 0 srgb +495.34 224.29 (D) 0 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np + 240.66 25.87 m +7.13 0.42 l +7.12 0.65 l +7.09 0.87 l +7.07 1.10 l +7.02 1.31 l +6.98 1.54 l +6.93 1.76 l +6.86 1.97 l +6.80 2.19 l +6.73 2.41 l +6.65 2.62 l +6.57 2.82 l +6.47 3.03 l +6.37 3.23 l +6.27 3.44 l +6.16 3.63 l +6.04 3.82 l +5.91 4.01 l +5.79 4.19 l +5.65 4.38 l +5.50 4.55 l +5.37 4.72 l +5.21 4.90 l +5.05 5.05 l +4.89 5.21 l +4.73 5.36 l +4.55 5.51 l +4.38 5.64 l +4.19 5.79 l +4.02 5.91 l +3.82 6.04 l +3.63 6.16 l +3.44 6.26 l +3.23 6.37 l +3.03 6.47 l +2.83 6.57 l +2.62 6.65 l +2.40 6.73 l +2.20 6.80 l +1.97 6.86 l +1.76 6.93 l +1.54 6.98 l +1.32 7.02 l +1.10 7.06 l +0.87 7.10 l +0.65 7.11 l +0.42 7.14 l +0.20 7.14 l +-0.02 7.15 l +-0.26 7.14 l +-0.48 7.13 l +-0.70 7.11 l +-0.93 7.09 l +-1.15 7.05 l +-1.37 7.01 l +-1.59 6.97 l +-1.81 6.91 l +-2.03 6.85 l +-2.25 6.79 l +-2.46 6.71 l +-2.66 6.63 l +-2.88 6.54 l +-3.08 6.44 l +-3.29 6.35 l +-3.48 6.24 l +-3.68 6.13 l +-3.87 6.01 l +-4.05 5.88 l +-4.24 5.75 l +-4.42 5.62 l +-4.60 5.47 l +-4.76 5.33 l +-4.94 5.17 l +-5.09 5.01 l +-5.25 4.85 l +-5.39 4.68 l +-5.55 4.51 l +-5.68 4.34 l +-5.82 4.15 l +-5.94 3.96 l +-6.07 3.78 l +-6.18 3.58 l +-6.30 3.38 l +-6.39 3.19 l +-6.50 2.98 l +-6.58 2.78 l +-6.67 2.56 l +-6.75 2.35 l +-6.82 2.14 l +-6.88 1.93 l +-6.94 1.70 l +-6.99 1.49 l +-7.04 1.26 l +-7.07 1.04 l +-7.10 0.82 l +-7.12 0.59 l +-7.13 0.37 l +-7.15 0.14 l +-7.14 -0.08 l +217.51 477.95 lineto +-7.13 -0.54 l +-7.11 -0.76 l +-7.07 -0.98 l +-7.05 -1.21 l +-7.00 -1.42 l +-6.95 -1.65 l +-6.90 -1.87 l +-6.84 -2.08 l +-6.76 -2.30 l +-6.69 -2.51 l +-6.61 -2.72 l +-6.52 -2.93 l +-6.42 -3.13 l +-6.32 -3.34 l +-6.22 -3.53 l +-6.09 -3.72 l +-5.98 -3.92 l +-5.85 -4.10 l +-5.72 -4.29 l +-5.58 -4.46 l +-5.44 -4.64 l +-5.29 -4.81 l +-5.13 -4.97 l +-4.97 -5.13 l +-4.81 -5.29 l +-4.64 -5.43 l +-4.47 -5.58 l +-4.28 -5.72 l +-4.11 -5.85 l +-3.92 -5.98 l +-3.72 -6.09 l +-3.54 -6.21 l +-3.33 -6.32 l +-3.14 -6.43 l +-2.93 -6.52 l +-2.72 -6.60 l +-2.51 -6.69 l +-2.30 -6.77 l +-2.09 -6.83 l +-1.87 -6.90 l +-1.65 -6.95 l +-1.42 -7.01 l +-1.21 -7.04 l +-0.99 -7.08 l +-0.76 -7.10 l +-0.53 -7.13 l +-0.32 -7.14 l +-0.08 -7.14 l +0.14 -7.15 l +0.36 -7.13 l +0.59 -7.13 l +0.82 -7.10 l +1.04 -7.07 l +1.26 -7.03 l +1.48 -6.99 l +1.71 -6.94 l +1.92 -6.88 l +2.14 -6.82 l +2.35 -6.75 l +2.56 -6.67 l +2.77 -6.59 l +2.98 -6.49 l +3.19 -6.40 l +3.38 -6.30 l +3.58 -6.18 l +3.77 -6.07 l +3.97 -5.95 l +4.15 -5.81 l +4.33 -5.69 l +4.51 -5.54 l +4.68 -5.40 l +4.85 -5.25 l +5.01 -5.09 l +5.17 -4.94 l +5.32 -4.76 l +5.47 -4.60 l +5.62 -4.42 l +5.75 -4.24 l +5.88 -4.06 l +6.01 -3.87 l +6.12 -3.68 l +6.24 -3.49 l +6.35 -3.28 l +6.45 -3.09 l +6.54 -2.87 l +6.63 -2.67 l +6.70 -2.46 l +6.79 -2.25 l +6.85 -2.03 l +6.91 -1.82 l +6.97 -1.59 l +7.01 -1.38 l +7.05 -1.15 l +7.09 -0.93 l +7.11 -0.70 l +7.13 -0.48 l +7.14 -0.26 l +7.15 -0.03 l +cp + 229.41 31.20 m +-6.82 0.24 l +-6.81 0.46 l +-6.80 0.67 l +-6.76 0.89 l +-6.74 1.10 l +-6.70 1.31 l +-6.65 1.53 l +-6.61 1.73 l +-6.54 1.94 l +-6.48 2.15 l +-6.41 2.34 l +-6.33 2.56 l +-6.25 2.74 l +-6.15 2.95 l +-6.07 3.14 l +-5.95 3.33 l +-5.86 3.51 l +-5.73 3.70 l +-4.36 3.00 l +-0.07 0.04 l +-5.67 3.41 l +-5.57 3.58 l +-5.45 3.77 l +-5.33 3.93 l +-5.20 4.09 l +-5.07 4.26 l +-4.93 4.42 l +-4.79 4.57 l +-4.65 4.72 l +-4.49 4.86 l +-4.34 5.01 l +-4.17 5.13 l +-4.02 5.27 l +-3.84 5.39 l +-3.67 5.51 l +-3.50 5.62 l +-3.32 5.73 l +-3.13 5.84 l +-2.95 5.92 l +-2.76 6.02 l +-2.57 6.11 l +-2.38 6.18 l +-2.18 6.25 l +-1.98 6.32 l +-1.78 6.37 l +-1.57 6.43 l +-1.38 6.48 l +-1.17 6.52 l +-0.96 6.55 l +-0.76 6.58 l +-0.54 6.60 l +-0.34 6.61 l +-0.13 6.62 l +0.08 6.62 l +0.29 6.62 l +0.49 6.60 l +0.71 6.58 l +0.91 6.56 l +1.12 6.53 l +1.32 6.48 l +1.53 6.45 l +1.73 6.39 l +1.94 6.33 l +2.13 6.27 l +2.33 6.20 l +2.52 6.12 l +2.71 6.04 l +2.91 5.95 l +3.09 5.86 l +3.27 5.75 l +3.46 5.65 l +0.54 0.83 l +0.15 0.29 l +3.24 5.69 l +3.41 5.59 l +3.59 5.47 l +3.76 5.36 l +3.93 5.23 l +4.09 5.11 l +4.24 4.98 l +4.41 4.84 l +4.55 4.70 l +4.70 4.55 l +4.85 4.40 l +4.97 4.25 l +5.11 4.09 l +5.24 3.92 l +5.36 3.76 l +5.47 3.59 l +5.59 3.41 l +5.69 3.23 l +5.79 3.06 l +5.88 2.87 l +5.97 2.68 l +6.05 2.49 l +6.13 2.30 l +6.19 2.10 l +6.26 1.91 l +6.32 1.71 l +175.12 468.12 lineto +6.41 1.31 l +6.45 1.10 l +6.48 0.90 l +6.51 0.70 l +6.53 0.49 l +6.53 0.28 l +6.55 0.08 l +6.54 -0.13 l +6.54 -0.34 l +6.52 -0.54 l +6.50 -0.75 l +6.47 -0.95 l +6.44 -1.16 l +6.41 -1.36 l +6.35 -1.56 l +6.30 -1.76 l +6.25 -1.96 l +6.18 -2.16 l +6.11 -2.35 l +6.03 -2.54 l +5.94 -2.73 l +5.86 -2.91 l +5.77 -3.10 l +5.66 -3.28 l +5.56 -3.46 l +0.36 -0.25 l +0.72 -0.35 l +6.01 -3.24 l +5.91 -3.42 l +5.79 -3.60 l +5.68 -3.79 l +5.56 -3.97 l +5.43 -4.13 l +5.29 -4.31 l +5.16 -4.47 l +5.01 -4.64 l +4.86 -4.79 l +4.71 -4.94 l +4.56 -5.08 l +4.39 -5.23 l +4.22 -5.36 l +4.05 -5.50 l +3.87 -5.62 l +3.70 -5.74 l +3.51 -5.85 l +3.33 -5.96 l +3.13 -6.06 l +2.95 -6.16 l +2.74 -6.25 l +2.55 -6.33 l +2.35 -6.41 l +2.15 -6.48 l +1.93 -6.54 l +1.73 -6.61 l +1.53 -6.65 l +1.31 -6.70 l +1.10 -6.73 l +0.88 -6.77 l +0.67 -6.80 l +0.46 -6.81 l +0.24 -6.82 l +0.03 -6.82 l +-0.19 -6.83 l +-0.41 -6.81 l +-0.62 -6.80 l +-0.83 -6.77 l +-1.05 -6.75 l +-1.26 -6.70 l +-1.47 -6.67 l +-1.68 -6.62 l +-1.89 -6.56 l +-2.09 -6.49 l +-2.30 -6.43 l +-2.50 -6.35 l +-2.70 -6.27 l +-2.90 -6.18 l +-3.09 -6.09 l +-3.28 -5.98 l +-3.47 -5.88 l +-3.65 -5.77 l +-3.83 -5.65 l +-4.01 -5.52 l +-4.18 -5.40 l +-4.35 -5.26 l +-4.51 -5.12 l +-4.67 -4.97 l +-4.83 -4.83 l +-4.98 -4.67 l +-5.12 -4.51 l +-5.26 -4.35 l +-5.40 -4.18 l +-5.52 -4.01 l +-5.65 -3.83 l +-5.77 -3.65 l +-5.88 -3.46 l +-5.99 -3.28 l +-6.09 -3.09 l +-6.18 -2.89 l +-6.27 -2.70 l +309.66 44.94 lineto +-6.43 -2.30 l +-6.49 -2.09 l +-6.56 -1.89 l +-6.62 -1.68 l +-6.66 -1.47 l +-6.71 -1.25 l +-6.75 -1.05 l +-6.77 -0.83 l +-6.80 -0.62 l +-6.81 -0.40 l +-6.83 -0.19 l +cp +p1 +np + 108.13 71.36 m +-5.50 4.06 l +-5.36 4.22 l +-5.22 4.39 l +-5.09 4.55 l +-4.94 4.71 l +-4.79 4.87 l +-4.63 5.01 l +-4.47 5.16 l +-4.30 5.30 l +-4.14 5.43 l +-3.96 5.55 l +-3.79 5.68 l +-3.60 5.80 l +-3.42 5.91 l +-3.24 6.01 l +-3.04 6.11 l +-2.84 6.20 l +-2.65 6.29 l +-2.45 6.38 l +-2.25 6.44 l +-2.04 6.51 l +-1.83 6.58 l +-1.63 6.63 l +-0.93 4.39 l +-1.03 3.29 l +-1.76 6.30 l +-1.56 6.36 l +-1.36 6.40 l +-1.15 6.44 l +-0.95 6.48 l +-0.75 6.50 l +-0.54 6.52 l +-0.34 6.54 l +-0.13 6.54 l +0.08 6.54 l +0.29 6.54 l +0.49 6.53 l +0.70 6.50 l +0.90 6.49 l +1.10 6.45 l +1.31 6.41 l +1.51 6.37 l +1.72 6.31 l +1.91 6.26 l +2.10 6.20 l +2.30 6.12 l +2.50 6.06 l +2.68 5.96 l +2.87 5.89 l +2.90 5.49 l +-0.54 -0.83 l +-3.46 -5.65 l +-3.27 -5.75 l +-3.09 -5.86 l +-2.91 -5.95 l +-2.71 -6.04 l +-2.52 -6.12 l +-2.33 -6.20 l +-2.13 -6.27 l +-1.94 -6.33 l +-1.73 -6.39 l +-1.53 -6.45 l +-1.32 -6.48 l +-1.12 -6.53 l +-0.91 -6.56 l +-0.71 -6.58 l +-0.49 -6.60 l +-0.29 -6.62 l +-0.08 -6.62 l +0.13 -6.62 l +0.34 -6.61 l +0.54 -6.60 l +0.76 -6.58 l +0.96 -6.55 l +1.17 -6.52 l +1.38 -6.48 l +1.57 -6.43 l +1.78 -6.37 l +1.98 -6.32 l +2.18 -6.25 l +2.38 -6.18 l +2.57 -6.11 l +2.76 -6.02 l +2.95 -5.92 l +3.13 -5.84 l +3.32 -5.73 l +3.50 -5.62 l +3.67 -5.51 l +3.84 -5.39 l +4.02 -5.27 l +4.17 -5.13 l +4.34 -5.01 l +4.49 -4.86 l +4.65 -4.72 l +4.79 -4.57 l +4.93 -4.42 l +5.07 -4.26 l +5.20 -4.09 l +5.33 -3.93 l +98.08 77.52 lineto +5.57 -3.58 l +5.67 -3.41 l +0.07 -0.04 l +cp +p1 +np + 40.90 369.74 m +3.80 5.42 l +3.97 5.30 l +4.14 5.17 l +4.30 5.03 l +4.45 4.90 l +4.61 4.75 l +4.76 4.61 l +4.90 4.46 l +5.03 4.29 l +5.17 4.14 l +5.30 3.97 l +5.42 3.80 l +5.54 3.63 l +5.65 3.45 l +5.76 3.28 l +5.86 3.08 l +5.95 2.91 l +6.04 2.71 l +6.12 2.52 l +6.20 2.33 l +6.27 2.13 l +6.33 1.93 l +6.39 1.73 l +6.45 1.52 l +6.48 1.33 l +6.53 1.12 l +6.56 0.91 l +6.58 0.70 l +6.61 0.49 l +1.71 0.08 l +3.57 0.49 l +6.78 0.73 l +6.81 0.51 l +6.82 0.30 l +6.82 0.07 l +6.83 -0.13 l +6.81 -0.35 l +6.81 -0.57 l +6.78 -0.78 l +6.75 -0.99 l +6.72 -1.21 l +6.68 -1.42 l +6.62 -1.63 l +6.58 -1.83 l +6.51 -2.05 l +6.45 -2.24 l +6.37 -2.45 l +6.29 -2.65 l +6.20 -2.85 l +5.39 -2.69 l +-0.36 0.25 l +-5.56 3.46 l +-5.66 3.28 l +-5.77 3.10 l +-5.86 2.91 l +-5.94 2.73 l +-6.03 2.54 l +-6.11 2.35 l +-6.18 2.16 l +-6.25 1.96 l +-6.30 1.76 l +-6.35 1.56 l +-6.41 1.36 l +-6.44 1.16 l +-6.47 0.95 l +-6.50 0.75 l +-6.52 0.54 l +-6.54 0.34 l +-6.54 0.13 l +-6.55 -0.08 l +-6.53 -0.28 l +-6.53 -0.49 l +-6.51 -0.70 l +-6.48 -0.90 l +-6.45 -1.10 l +-6.41 -1.31 l +-6.37 -1.51 l +-6.32 -1.71 l +-6.26 -1.91 l +-6.19 -2.10 l +-6.13 -2.30 l +-6.05 -2.49 l +-5.97 -2.68 l +-5.88 -2.87 l +-5.79 -3.06 l +-5.69 -3.23 l +-5.59 -3.41 l +-5.47 -3.59 l +-5.36 -3.76 l +-5.24 -3.92 l +-5.11 -4.09 l +-4.97 -4.25 l +-4.85 -4.40 l +-4.70 -4.55 l +-4.55 -4.70 l +-4.41 -4.84 l +-4.24 -4.98 l +-4.09 -5.11 l +-3.93 -5.23 l +48.20 382.07 lineto +-3.59 -5.47 l +-3.41 -5.59 l +-3.24 -5.69 l +-0.15 -0.29 l +cp +p1 +np + 243.06 31.36 m +6.81 0.40 l +6.80 0.62 l +6.77 0.83 l +6.75 1.05 l +6.71 1.25 l +6.66 1.47 l +6.62 1.68 l +6.56 1.89 l +6.49 2.09 l +6.43 2.30 l +6.35 2.50 l +6.27 2.70 l +6.18 2.89 l +6.09 3.09 l +5.99 3.28 l +5.88 3.46 l +5.77 3.65 l +5.65 3.83 l +5.52 4.01 l +5.40 4.18 l +5.26 4.35 l +5.12 4.51 l +4.98 4.67 l +4.83 4.83 l +4.67 4.97 l +4.51 5.12 l +4.35 5.26 l +4.18 5.40 l +4.01 5.52 l +3.83 5.65 l +3.65 5.77 l +3.47 5.88 l +3.28 5.98 l +3.09 6.09 l +2.90 6.18 l +2.70 6.27 l +2.50 6.35 l +2.30 6.43 l +2.09 6.49 l +1.89 6.56 l +1.68 6.62 l +1.47 6.67 l +1.26 6.70 l +1.05 6.75 l +0.83 6.77 l +0.62 6.80 l +0.41 6.81 l +0.19 6.83 l +-0.03 6.82 l +-0.24 6.82 l +-0.46 6.81 l +-0.67 6.80 l +-0.88 6.77 l +-1.10 6.73 l +-1.31 6.70 l +-1.53 6.65 l +-1.73 6.61 l +-1.93 6.54 l +-2.15 6.48 l +-2.35 6.41 l +-2.55 6.33 l +-2.74 6.25 l +-2.95 6.16 l +-3.13 6.06 l +-3.33 5.96 l +-3.51 5.85 l +-3.70 5.74 l +-3.87 5.62 l +-4.05 5.50 l +-4.22 5.36 l +-4.39 5.23 l +-4.56 5.08 l +-4.71 4.94 l +-4.86 4.79 l +-5.01 4.64 l +-5.16 4.47 l +-5.29 4.31 l +-5.43 4.13 l +-5.56 3.97 l +-5.68 3.79 l +-5.79 3.60 l +-5.91 3.42 l +-6.01 3.24 l +-0.72 0.35 l +5.08 -3.38 l +5.33 -3.80 l +5.20 -3.97 l +5.08 -4.13 l +4.94 -4.29 l +4.81 -4.44 l +4.66 -4.59 l +4.52 -4.74 l +4.36 -4.88 l +4.21 -5.01 l +4.05 -5.14 l +3.88 -5.27 l +3.72 -5.39 l +3.54 -5.50 l +3.37 -5.61 l +402.31 363.84 lineto +3.00 -5.82 l +2.83 -5.90 l +2.63 -5.99 l +2.44 -6.07 l +2.25 -6.15 l +2.06 -6.21 l +1.86 -6.27 l +1.66 -6.34 l +1.46 -6.37 l +1.25 -6.43 l +1.06 -6.46 l +0.85 -6.49 l +0.64 -6.51 l +0.44 -6.53 l +0.23 -6.54 l +0.03 -6.54 l +-0.19 -6.54 l +-0.38 -6.54 l +-0.60 -6.51 l +-0.80 -6.50 l +-1.00 -6.47 l +-1.21 -6.43 l +-1.41 -6.39 l +-0.15 -0.60 l +-0.11 -0.69 l +-1.22 -6.51 l +-1.43 -6.46 l +-1.63 -6.42 l +-1.83 -6.36 l +-2.03 -6.30 l +-2.23 -6.24 l +-2.43 -6.16 l +-2.62 -6.08 l +-2.81 -6.00 l +-3.00 -5.90 l +-3.18 -5.81 l +-3.36 -5.70 l +-3.54 -5.59 l +-3.72 -5.48 l +-3.89 -5.36 l +-4.06 -5.24 l +-4.21 -5.10 l +-4.38 -4.97 l +-4.54 -4.83 l +-4.68 -4.68 l +-4.83 -4.53 l +-4.96 -4.37 l +-5.11 -4.22 l +-5.23 -4.06 l +-5.36 -3.88 l +-5.49 -3.72 l +-5.59 -3.54 l +-5.70 -3.36 l +-5.81 -3.18 l +-5.91 -3.00 l +-5.99 -2.81 l +-6.08 -2.61 l +-6.17 -2.43 l +-6.23 -2.23 l +-6.30 -2.03 l +-6.37 -1.83 l +-6.42 -1.63 l +-6.46 -1.42 l +-6.51 -1.22 l +-6.54 -1.02 l +-6.57 -0.80 l +-6.60 -0.60 l +-6.61 -0.39 l +-6.62 -0.19 l +-6.62 0.03 l +-6.62 0.24 l +-6.60 0.44 l +-6.59 0.66 l +-6.57 0.86 l +-6.53 1.06 l +-6.50 1.28 l +-6.45 1.47 l +-6.41 1.69 l +-6.35 1.88 l +-6.28 2.08 l +-6.22 2.28 l +-6.14 2.47 l +-6.06 2.67 l +-5.97 2.86 l +-5.88 3.04 l +-5.72 3.19 l +4.36 -3.00 l +5.73 -3.70 l +5.86 -3.51 l +5.95 -3.33 l +6.07 -3.14 l +6.15 -2.95 l +6.25 -2.74 l +6.33 -2.56 l +6.41 -2.34 l +6.48 -2.15 l +6.54 -1.94 l +6.61 -1.73 l +6.65 -1.53 l +195.48 34.56 lineto +6.74 -1.10 l +6.76 -0.89 l +6.80 -0.67 l +6.81 -0.46 l +6.82 -0.24 l +6.82 -0.03 l +cp +p1 +np + 21.54 205.82 m +-1.21 6.72 l +-0.99 6.76 l +-0.78 6.78 l +-0.56 6.80 l +-0.35 6.82 l +-0.14 6.82 l +0.08 6.83 l +0.30 6.82 l +0.51 6.80 l +0.73 6.79 l +0.94 6.76 l +1.15 6.73 l +1.37 6.68 l +1.58 6.65 l +1.78 6.58 l +1.99 6.53 l +2.20 6.47 l +2.40 6.38 l +2.60 6.32 l +2.80 6.22 l +2.99 6.14 l +3.19 6.03 l +3.37 5.94 l +3.56 5.82 l +3.75 5.71 l +3.92 5.58 l +4.09 5.47 l +4.27 5.32 l +4.43 5.20 l +4.59 5.04 l +4.75 4.91 l +4.90 4.75 l +5.05 4.59 l +5.20 4.43 l +5.33 4.26 l +5.46 4.10 l +5.59 3.91 l +5.71 3.75 l +5.82 3.55 l +5.94 3.38 l +6.03 3.18 l +6.14 2.99 l +6.22 2.80 l +6.32 2.60 l +6.39 2.40 l +6.46 2.19 l +6.53 1.99 l +6.59 1.79 l +6.64 1.57 l +6.69 1.36 l +6.72 1.16 l +3.20 0.44 l +-1.71 -0.08 l +-6.61 -0.49 l +-6.58 -0.70 l +-6.56 -0.91 l +-6.53 -1.12 l +-6.48 -1.33 l +-6.45 -1.52 l +-6.39 -1.73 l +-6.33 -1.93 l +-6.27 -2.13 l +-6.20 -2.33 l +-6.12 -2.52 l +-6.04 -2.71 l +-5.95 -2.91 l +-5.86 -3.08 l +-5.76 -3.28 l +-5.65 -3.45 l +-5.54 -3.63 l +-5.42 -3.80 l +-5.30 -3.97 l +-5.17 -4.14 l +-5.03 -4.29 l +-4.90 -4.46 l +-4.76 -4.61 l +-4.61 -4.75 l +-4.45 -4.90 l +-4.30 -5.03 l +-4.14 -5.17 l +-3.97 -5.30 l +-3.80 -5.42 l +-3.09 -4.71 l +-2.90 -5.49 l +-2.87 -5.89 l +-2.68 -5.96 l +-2.50 -6.06 l +-2.30 -6.12 l +-2.10 -6.20 l +-1.91 -6.26 l +-1.72 -6.31 l +-1.51 -6.37 l +-1.31 -6.41 l +-1.10 -6.45 l +-0.90 -6.49 l +-0.70 -6.50 l +-0.49 -6.53 l +-0.29 -6.54 l +-0.08 -6.54 l +12.58 258.37 lineto +0.34 -6.54 l +0.54 -6.52 l +0.75 -6.50 l +0.95 -6.48 l +1.15 -6.44 l +1.36 -6.40 l +1.56 -6.36 l +1.76 -6.30 l +1.03 -3.29 l +cp +p1 +np + 223.52 42.48 m +6.61 0.39 l +6.60 0.60 l +6.57 0.80 l +6.54 1.02 l +6.51 1.22 l +6.46 1.42 l +6.42 1.63 l +6.37 1.83 l +6.30 2.03 l +6.23 2.23 l +6.17 2.43 l +6.08 2.61 l +5.99 2.81 l +5.91 3.00 l +5.81 3.18 l +5.70 3.36 l +5.59 3.54 l +5.49 3.72 l +5.36 3.88 l +5.23 4.06 l +5.11 4.22 l +4.96 4.37 l +4.83 4.53 l +4.68 4.68 l +4.54 4.83 l +4.38 4.97 l +4.21 5.10 l +4.06 5.24 l +3.89 5.36 l +3.72 5.48 l +3.54 5.59 l +3.36 5.70 l +3.18 5.81 l +3.00 5.90 l +2.81 6.00 l +2.62 6.08 l +2.43 6.16 l +2.23 6.24 l +2.03 6.30 l +1.83 6.36 l +1.63 6.42 l +1.43 6.46 l +1.22 6.51 l +0.11 0.69 l +-1.46 -5.74 l +-1.81 -6.29 l +-2.01 -6.23 l +-2.20 -6.16 l +-2.40 -6.09 l +-2.59 -6.01 l +-2.78 -5.93 l +-2.96 -5.83 l +-3.15 -5.74 l +-3.32 -5.64 l +-3.50 -5.53 l +-3.68 -5.41 l +-3.84 -5.30 l +-4.01 -5.17 l +-4.17 -5.05 l +-4.32 -4.91 l +-4.48 -4.77 l +-4.63 -4.62 l +-4.77 -4.48 l +-4.91 -4.33 l +-5.05 -4.17 l +-5.17 -4.00 l +-5.30 -3.84 l +-5.42 -3.68 l +-5.53 -3.50 l +-5.64 -3.32 l +-5.74 -3.14 l +-5.83 -2.96 l +-5.93 -2.78 l +-6.01 -2.59 l +-6.09 -2.39 l +-6.16 -2.21 l +-6.23 -2.00 l +-6.29 -1.81 l +-6.34 -1.61 l +-6.39 -1.41 l +-6.44 -1.21 l +-6.46 -1.00 l +-6.50 -0.80 l +-6.52 -0.59 l +-6.53 -0.38 l +-6.54 -0.18 l +-6.55 0.02 l +-6.54 0.24 l +-6.53 0.44 l +-6.51 0.64 l +-6.49 0.85 l +-6.46 1.06 l +-6.42 1.26 l +-6.38 1.46 l +-6.33 1.66 l +-6.27 1.86 l +-6.21 2.06 l +-6.15 2.25 l +-6.07 2.44 l +133.26 77.32 lineto +-5.90 2.82 l +-5.81 3.01 l +-5.72 3.19 l +-5.61 3.37 l +-5.50 3.55 l +-5.39 3.71 l +-5.26 3.89 l +-5.14 4.05 l +-5.01 4.21 l +-4.88 4.36 l +-4.73 4.52 l +-4.59 4.66 l +-4.45 4.81 l +-4.28 4.95 l +-4.13 5.07 l +-3.97 5.21 l +-3.80 5.33 l +-3.63 5.44 l +-3.45 5.56 l +-3.28 5.66 l +-3.10 5.77 l +-2.91 5.86 l +-2.73 5.95 l +-2.54 6.03 l +-2.35 6.11 l +-2.15 6.18 l +-0.93 2.95 l +0.93 -4.39 l +1.63 -6.63 l +1.83 -6.58 l +2.04 -6.51 l +2.25 -6.44 l +2.45 -6.38 l +2.65 -6.29 l +2.84 -6.20 l +3.04 -6.11 l +3.24 -6.01 l +3.42 -5.91 l +3.60 -5.80 l +3.79 -5.68 l +3.96 -5.55 l +4.14 -5.43 l +4.30 -5.30 l +4.47 -5.16 l +4.63 -5.01 l +4.79 -4.87 l +4.94 -4.71 l +5.09 -4.55 l +5.22 -4.39 l +5.36 -4.22 l +5.50 -4.06 l +1.26 -0.87 l +5.72 -3.19 l +5.88 -3.04 l +5.97 -2.86 l +6.06 -2.67 l +6.14 -2.47 l +6.22 -2.28 l +6.28 -2.08 l +6.35 -1.88 l +6.41 -1.69 l +6.45 -1.47 l +6.50 -1.28 l +6.53 -1.06 l +6.57 -0.86 l +6.59 -0.66 l +6.60 -0.44 l +6.62 -0.24 l +6.62 -0.03 l +cp +p1 +np + 421.41 217.84 m +1.41 6.39 l +1.21 6.43 l +1.00 6.47 l +0.80 6.50 l +0.60 6.51 l +0.38 6.54 l +0.19 6.54 l +-0.03 6.54 l +-0.23 6.54 l +-0.44 6.53 l +-0.64 6.51 l +-0.85 6.49 l +-1.06 6.46 l +-1.25 6.43 l +-1.46 6.37 l +-1.66 6.34 l +-1.86 6.27 l +-2.06 6.21 l +-2.25 6.15 l +-2.44 6.07 l +-2.63 5.99 l +-2.83 5.90 l +-3.00 5.82 l +-3.19 5.71 l +-3.37 5.61 l +-3.54 5.50 l +-3.72 5.39 l +-3.88 5.27 l +-4.05 5.14 l +-4.21 5.01 l +-4.36 4.88 l +-4.52 4.74 l +-4.66 4.59 l +-4.81 4.44 l +-4.94 4.29 l +-5.08 4.13 l +-5.20 3.97 l +-5.33 3.80 l +-5.08 3.38 l +-5.39 2.69 l +-6.20 2.85 l +-6.29 2.65 l +-6.37 2.45 l +-6.45 2.24 l +-6.51 2.05 l +-6.58 1.83 l +-6.62 1.63 l +-6.68 1.42 l +-6.72 1.21 l +-6.75 0.99 l +-6.78 0.78 l +-6.81 0.57 l +-6.81 0.35 l +-6.83 0.13 l +-6.82 -0.07 l +-6.82 -0.30 l +-6.81 -0.51 l +-6.78 -0.73 l +-3.57 -0.49 l +4.90 0.21 l +6.62 0.08 l +6.62 -0.13 l +6.62 -0.34 l +6.59 -0.55 l +6.58 -0.76 l +6.55 -0.96 l +6.52 -1.17 l +6.48 -1.38 l +6.43 -1.58 l +6.37 -1.78 l +6.32 -1.98 l +6.25 -2.18 l +6.18 -2.38 l +6.11 -2.57 l +6.01 -2.76 l +5.93 -2.96 l +5.83 -3.13 l +5.73 -3.32 l +5.62 -3.50 l +5.51 -3.67 l +5.39 -3.85 l +5.27 -4.01 l +5.13 -4.18 l +5.01 -4.34 l +4.86 -4.49 l +4.72 -4.65 l +4.57 -4.79 l +4.41 -4.94 l +4.26 -5.07 l +4.10 -5.20 l +3.92 -5.33 l +3.76 -5.45 l +3.59 -5.57 l +3.41 -5.68 l +3.22 -5.78 l +3.05 -5.88 l +2.85 -5.97 l +2.67 -6.06 l +2.47 -6.15 l +412.49 321.02 lineto +2.08 -6.29 l +1.88 -6.35 l +1.68 -6.40 l +1.47 -6.46 l +1.27 -6.50 l +1.07 -6.53 l +0.86 -6.57 l +0.65 -6.59 l +0.44 -6.60 l +0.24 -6.62 l +0.02 -6.62 l +-0.18 -6.62 l +-0.39 -6.61 l +-0.61 -6.59 l +-0.80 -6.58 l +-0.91 -5.85 l +cp +p1 +np + 228.70 58.62 m +6.53 0.38 l +6.52 0.59 l +6.50 0.80 l +6.46 1.00 l +6.44 1.21 l +6.39 1.41 l +6.34 1.61 l +6.29 1.81 l +6.23 2.00 l +6.16 2.21 l +6.09 2.39 l +6.01 2.59 l +5.93 2.78 l +5.83 2.96 l +5.74 3.14 l +5.64 3.32 l +5.53 3.50 l +5.42 3.68 l +5.30 3.84 l +5.17 4.00 l +5.05 4.17 l +4.91 4.33 l +4.77 4.48 l +4.63 4.62 l +4.48 4.77 l +4.32 4.91 l +4.17 5.05 l +4.01 5.17 l +3.84 5.30 l +3.68 5.41 l +3.50 5.53 l +3.32 5.64 l +3.15 5.74 l +2.96 5.83 l +2.78 5.93 l +2.59 6.01 l +2.40 6.09 l +2.20 6.16 l +2.01 6.23 l +1.81 6.29 l +1.46 5.74 l +0.91 5.85 l +0.80 6.58 l +0.61 6.59 l +0.39 6.61 l +0.18 6.62 l +-0.02 6.62 l +-0.24 6.62 l +-0.44 6.60 l +-0.65 6.59 l +-0.86 6.57 l +-1.07 6.53 l +-1.27 6.50 l +-1.47 6.46 l +-1.68 6.40 l +-1.88 6.35 l +-2.08 6.29 l +-2.28 6.21 l +-2.47 6.15 l +-2.67 6.06 l +-2.85 5.97 l +-3.05 5.88 l +-3.22 5.78 l +-3.41 5.68 l +-3.59 5.57 l +-3.76 5.45 l +-3.92 5.33 l +-4.10 5.20 l +-4.26 5.07 l +-4.41 4.94 l +-4.57 4.79 l +-4.72 4.65 l +-4.86 4.49 l +-5.01 4.34 l +-5.13 4.18 l +-5.27 4.01 l +-5.39 3.85 l +-5.51 3.67 l +-5.62 3.50 l +-5.73 3.32 l +-5.83 3.13 l +-5.93 2.96 l +-6.01 2.76 l +-6.11 2.57 l +-6.18 2.38 l +-6.25 2.18 l +-6.32 1.98 l +-6.37 1.78 l +-6.43 1.58 l +-6.48 1.38 l +-6.52 1.17 l +-6.55 0.96 l +-6.58 0.76 l +-6.59 0.55 l +-6.62 0.34 l +-6.62 0.13 l +-6.62 -0.08 l +-4.90 -0.21 l +-3.20 -0.44 l +193.86 459.83 lineto +-6.69 -1.36 l +-6.64 -1.57 l +-6.59 -1.79 l +-6.53 -1.99 l +-6.46 -2.19 l +-6.39 -2.40 l +-6.32 -2.60 l +-6.22 -2.80 l +-6.14 -2.99 l +-6.03 -3.18 l +-5.94 -3.38 l +-5.82 -3.55 l +-5.71 -3.75 l +-5.59 -3.91 l +-5.46 -4.10 l +-5.33 -4.26 l +-5.20 -4.43 l +-5.05 -4.59 l +-4.90 -4.75 l +-4.75 -4.91 l +-4.59 -5.04 l +-4.43 -5.20 l +-4.27 -5.32 l +-4.09 -5.47 l +-3.92 -5.58 l +-3.75 -5.71 l +-3.56 -5.82 l +-3.37 -5.94 l +-3.19 -6.03 l +-2.99 -6.14 l +-2.80 -6.22 l +-2.60 -6.32 l +-2.40 -6.38 l +-2.20 -6.47 l +-1.99 -6.53 l +-1.78 -6.58 l +-1.58 -6.65 l +-1.37 -6.68 l +-1.15 -6.73 l +-0.94 -6.76 l +-0.73 -6.79 l +-0.51 -6.80 l +-0.30 -6.82 l +-0.08 -6.83 l +0.14 -6.82 l +0.35 -6.82 l +0.56 -6.80 l +0.78 -6.78 l +0.99 -6.76 l +1.21 -6.72 l +0.48 -2.28 l +0.93 -2.95 l +2.15 -6.18 l +2.35 -6.11 l +2.54 -6.03 l +2.73 -5.95 l +2.91 -5.86 l +3.10 -5.77 l +3.28 -5.66 l +3.45 -5.56 l +3.63 -5.44 l +3.80 -5.33 l +3.97 -5.21 l +4.13 -5.07 l +4.28 -4.95 l +4.45 -4.81 l +4.59 -4.66 l +4.73 -4.52 l +4.88 -4.36 l +5.01 -4.21 l +5.14 -4.05 l +5.26 -3.89 l +5.39 -3.71 l +5.50 -3.55 l +5.61 -3.37 l +5.72 -3.19 l +5.81 -3.01 l +5.90 -2.82 l +5.99 -2.64 l +6.07 -2.44 l +6.15 -2.25 l +6.21 -2.06 l +6.27 -1.86 l +6.33 -1.66 l +6.38 -1.46 l +6.42 -1.26 l +6.46 -1.06 l +6.49 -0.85 l +6.51 -0.64 l +6.53 -0.44 l +6.54 -0.24 l +6.55 -0.02 l +cp +p1 +1 0 0 srgb +np +17.52 179.87 m +2.38 -6.18 l +2.57 -6.11 l +2.76 -6.02 l +2.95 -5.92 l +3.13 -5.84 l +3.32 -5.73 l +3.50 -5.62 l +3.67 -5.51 l +3.84 -5.39 l +4.02 -5.27 l +4.17 -5.13 l +4.34 -5.01 l +4.49 -4.86 l +4.65 -4.72 l +4.79 -4.57 l +4.93 -4.42 l +5.07 -4.26 l +5.20 -4.09 l +5.33 -3.93 l +5.45 -3.77 l +5.57 -3.58 l +5.67 -3.41 l +5.79 -3.23 l +5.88 -3.04 l +5.97 -2.86 l +6.06 -2.67 l +6.14 -2.47 l +6.22 -2.28 l +6.28 -2.08 l +6.35 -1.88 l +6.41 -1.69 l +6.45 -1.47 l +6.50 -1.28 l +6.53 -1.06 l +6.57 -0.86 l +6.59 -0.66 l +6.60 -0.44 l +6.62 -0.24 l +6.62 -0.03 l +6.62 0.19 l +6.61 0.39 l +6.60 0.60 l +6.57 0.80 l +6.54 1.02 l +6.51 1.22 l +6.46 1.42 l +6.42 1.63 l +6.37 1.83 l +6.30 2.03 l +6.23 2.23 l +6.17 2.43 l +6.08 2.61 l +5.99 2.81 l +5.91 3.00 l +5.81 3.18 l +5.70 3.36 l +5.59 3.54 l +5.49 3.72 l +5.36 3.88 l +5.23 4.06 l +5.11 4.22 l +4.96 4.37 l +4.83 4.53 l +4.68 4.68 l +4.54 4.83 l +4.38 4.97 l +4.21 5.10 l +4.06 5.24 l +3.89 5.36 l +3.72 5.48 l +3.54 5.59 l +3.36 5.70 l +3.18 5.81 l +3.00 5.90 l +2.81 6.00 l +2.62 6.08 l +2.43 6.16 l +2.23 6.24 l +2.03 6.30 l +1.83 6.36 l +1.63 6.42 l +1.43 6.46 l +1.22 6.51 l +1.02 6.54 l +0.80 6.58 l +0.61 6.59 l +0.39 6.61 l +0.18 6.62 l +-0.02 6.62 l +-0.24 6.62 l +-0.44 6.60 l +-0.65 6.59 l +-0.86 6.57 l +-1.07 6.53 l +-1.27 6.50 l +-1.47 6.46 l +-1.68 6.40 l +-1.88 6.35 l +-2.08 6.29 l +410.21 327.23 lineto +-2.47 6.15 l +-2.67 6.06 l +-2.85 5.97 l +-3.05 5.88 l +-3.22 5.78 l +-3.41 5.68 l +-3.59 5.57 l +-3.76 5.45 l +-3.92 5.33 l +-4.10 5.20 l +-4.26 5.07 l +-4.41 4.94 l +-4.57 4.79 l +-4.72 4.65 l +-4.86 4.49 l +-5.01 4.34 l +-5.13 4.18 l +-5.27 4.01 l +-5.39 3.85 l +-5.51 3.67 l +-5.62 3.50 l +-5.73 3.32 l +-5.83 3.13 l +-5.93 2.96 l +-6.01 2.76 l +-6.11 2.57 l +-6.18 2.38 l +-6.25 2.18 l +-6.32 1.98 l +-6.37 1.78 l +-6.43 1.58 l +-6.48 1.38 l +-6.52 1.17 l +-6.55 0.96 l +-6.58 0.76 l +-6.59 0.55 l +-6.62 0.34 l +-6.62 0.13 l +-6.62 -0.08 l +-6.61 -0.29 l +-6.61 -0.49 l +-6.58 -0.70 l +-6.56 -0.91 l +-6.53 -1.12 l +-6.48 -1.33 l +-6.45 -1.52 l +-6.39 -1.73 l +-6.33 -1.93 l +-6.27 -2.13 l +-6.20 -2.33 l +-6.12 -2.52 l +-6.04 -2.71 l +-5.95 -2.91 l +-5.86 -3.08 l +-5.76 -3.28 l +-5.65 -3.45 l +-5.54 -3.63 l +-5.42 -3.80 l +-5.30 -3.97 l +-5.17 -4.14 l +-5.03 -4.29 l +-4.90 -4.46 l +-4.76 -4.61 l +-4.61 -4.75 l +-4.45 -4.90 l +-4.30 -5.03 l +-4.14 -5.17 l +-3.97 -5.30 l +-3.80 -5.42 l +-3.63 -5.54 l +-3.46 -5.65 l +-3.27 -5.75 l +-3.09 -5.86 l +-2.91 -5.95 l +-2.71 -6.04 l +-2.52 -6.12 l +-2.33 -6.20 l +-2.13 -6.27 l +-1.94 -6.33 l +-1.73 -6.39 l +-1.53 -6.45 l +-1.32 -6.48 l +-1.12 -6.53 l +-0.91 -6.56 l +-0.71 -6.58 l +-0.49 -6.60 l +-0.29 -6.62 l +-0.08 -6.62 l +0.13 -6.62 l +0.34 -6.61 l +0.54 -6.60 l +0.76 -6.58 l +0.96 -6.55 l +1.17 -6.52 l +1.38 -6.48 l +1.57 -6.43 l +1.78 -6.37 l +1.98 -6.32 l +2.18 -6.25 l +o +1 1 0 srgb +np +18.34 174.15 m +2.56 -6.67 l +2.77 -6.59 l +2.98 -6.49 l +3.19 -6.40 l +3.38 -6.30 l +3.58 -6.18 l +3.77 -6.07 l +3.97 -5.95 l +4.15 -5.81 l +4.33 -5.69 l +4.51 -5.54 l +4.68 -5.40 l +4.85 -5.25 l +5.01 -5.09 l +5.17 -4.94 l +5.32 -4.76 l +5.47 -4.60 l +5.62 -4.42 l +5.75 -4.24 l +5.88 -4.06 l +6.01 -3.87 l +6.12 -3.68 l +6.24 -3.49 l +6.35 -3.28 l +6.45 -3.09 l +6.54 -2.87 l +6.63 -2.67 l +6.70 -2.46 l +6.79 -2.25 l +6.85 -2.03 l +6.91 -1.82 l +6.97 -1.59 l +7.01 -1.38 l +7.05 -1.15 l +7.09 -0.93 l +7.11 -0.70 l +7.13 -0.48 l +7.14 -0.26 l +7.15 -0.03 l +7.14 0.20 l +7.13 0.42 l +7.12 0.65 l +7.09 0.87 l +7.07 1.10 l +7.02 1.31 l +6.98 1.54 l +6.93 1.76 l +6.86 1.97 l +6.80 2.19 l +6.73 2.41 l +6.65 2.62 l +6.57 2.82 l +6.47 3.03 l +6.37 3.23 l +6.27 3.44 l +6.16 3.63 l +6.04 3.82 l +5.91 4.01 l +5.79 4.19 l +5.65 4.38 l +5.50 4.55 l +5.37 4.72 l +5.21 4.90 l +5.05 5.05 l +4.89 5.21 l +4.73 5.36 l +4.55 5.51 l +4.38 5.64 l +4.19 5.79 l +4.02 5.91 l +3.82 6.04 l +3.63 6.16 l +3.44 6.26 l +3.23 6.37 l +3.03 6.47 l +2.83 6.57 l +2.62 6.65 l +2.40 6.73 l +2.20 6.80 l +1.97 6.86 l +1.76 6.93 l +1.54 6.98 l +1.32 7.02 l +1.10 7.06 l +0.87 7.10 l +0.65 7.11 l +0.42 7.14 l +0.20 7.14 l +-0.02 7.15 l +-0.26 7.14 l +-0.48 7.13 l +-0.70 7.11 l +-0.93 7.09 l +-1.15 7.05 l +-1.37 7.01 l +-1.59 6.97 l +-1.81 6.91 l +-2.03 6.85 l +-2.25 6.79 l +442.14 333.20 lineto +-2.66 6.63 l +-2.88 6.54 l +-3.08 6.44 l +-3.29 6.35 l +-3.48 6.24 l +-3.68 6.13 l +-3.87 6.01 l +-4.05 5.88 l +-4.24 5.75 l +-4.42 5.62 l +-4.60 5.47 l +-4.76 5.33 l +-4.94 5.17 l +-5.09 5.01 l +-5.25 4.85 l +-5.39 4.68 l +-5.55 4.51 l +-5.68 4.34 l +-5.82 4.15 l +-5.94 3.96 l +-6.07 3.78 l +-6.18 3.58 l +-6.30 3.38 l +-6.39 3.19 l +-6.50 2.98 l +-6.58 2.78 l +-6.67 2.56 l +-6.75 2.35 l +-6.82 2.14 l +-6.88 1.93 l +-6.94 1.70 l +-6.99 1.49 l +-7.04 1.26 l +-7.07 1.04 l +-7.10 0.82 l +-7.12 0.59 l +-7.13 0.37 l +-7.15 0.14 l +-7.14 -0.08 l +-7.14 -0.31 l +-7.13 -0.54 l +-7.11 -0.76 l +-7.07 -0.98 l +-7.05 -1.21 l +-7.00 -1.42 l +-6.95 -1.65 l +-6.90 -1.87 l +-6.84 -2.08 l +-6.76 -2.30 l +-6.69 -2.51 l +-6.61 -2.72 l +-6.52 -2.93 l +-6.42 -3.13 l +-6.32 -3.34 l +-6.22 -3.53 l +-6.09 -3.72 l +-5.98 -3.92 l +-5.85 -4.10 l +-5.72 -4.29 l +-5.58 -4.46 l +-5.44 -4.64 l +-5.29 -4.81 l +-5.13 -4.97 l +-4.97 -5.13 l +-4.81 -5.29 l +-4.64 -5.43 l +-4.47 -5.58 l +-4.28 -5.72 l +-4.11 -5.85 l +-3.92 -5.98 l +-3.72 -6.09 l +-3.54 -6.21 l +-3.33 -6.32 l +-3.14 -6.43 l +-2.93 -6.52 l +-2.72 -6.60 l +-2.51 -6.69 l +-2.30 -6.77 l +-2.09 -6.83 l +-1.87 -6.90 l +-1.65 -6.95 l +-1.42 -7.01 l +-1.21 -7.04 l +-0.99 -7.08 l +-0.76 -7.10 l +-0.53 -7.13 l +-0.32 -7.14 l +-0.08 -7.14 l +0.14 -7.15 l +0.36 -7.13 l +0.59 -7.13 l +0.82 -7.10 l +1.04 -7.07 l +1.26 -7.03 l +1.48 -6.99 l +1.71 -6.94 l +1.92 -6.88 l +2.14 -6.82 l +2.35 -6.75 l +o +0 0 1 srgb +np +25.10 194.41 m +2.35 -6.11 l +2.54 -6.03 l +2.73 -5.95 l +2.91 -5.86 l +3.10 -5.77 l +3.28 -5.66 l +3.45 -5.56 l +3.63 -5.44 l +3.80 -5.33 l +3.97 -5.21 l +4.13 -5.07 l +4.28 -4.95 l +4.45 -4.81 l +4.59 -4.66 l +4.73 -4.52 l +4.88 -4.36 l +5.01 -4.21 l +5.14 -4.05 l +5.26 -3.89 l +5.39 -3.71 l +5.50 -3.55 l +5.61 -3.37 l +5.72 -3.19 l +5.81 -3.01 l +5.90 -2.82 l +5.99 -2.64 l +6.07 -2.44 l +6.15 -2.25 l +6.21 -2.06 l +6.27 -1.86 l +6.33 -1.66 l +6.38 -1.46 l +6.42 -1.26 l +6.46 -1.06 l +6.49 -0.85 l +6.51 -0.64 l +6.53 -0.44 l +6.54 -0.24 l +6.55 -0.02 l +6.54 0.18 l +6.53 0.38 l +6.52 0.59 l +6.50 0.80 l +6.46 1.00 l +6.44 1.21 l +6.39 1.41 l +6.34 1.61 l +6.29 1.81 l +6.23 2.00 l +6.16 2.21 l +6.09 2.39 l +6.01 2.59 l +5.93 2.78 l +5.83 2.96 l +5.74 3.14 l +5.64 3.32 l +5.53 3.50 l +5.42 3.68 l +5.30 3.84 l +5.17 4.00 l +5.05 4.17 l +4.91 4.33 l +4.77 4.48 l +4.63 4.62 l +4.48 4.77 l +4.32 4.91 l +4.17 5.05 l +4.01 5.17 l +3.84 5.30 l +3.68 5.41 l +3.50 5.53 l +3.32 5.64 l +3.15 5.74 l +2.96 5.83 l +2.78 5.93 l +2.59 6.01 l +2.40 6.09 l +2.20 6.16 l +2.01 6.23 l +1.81 6.29 l +1.61 6.34 l +1.41 6.39 l +1.21 6.43 l +1.00 6.47 l +0.80 6.50 l +0.60 6.51 l +0.38 6.54 l +0.19 6.54 l +-0.03 6.54 l +-0.23 6.54 l +-0.44 6.53 l +-0.64 6.51 l +-0.85 6.49 l +-1.06 6.46 l +-1.25 6.43 l +-1.46 6.37 l +-1.66 6.34 l +-1.86 6.27 l +-2.06 6.21 l +413.21 340.06 lineto +-2.44 6.07 l +-2.63 5.99 l +-2.83 5.90 l +-3.00 5.82 l +-3.19 5.71 l +-3.37 5.61 l +-3.54 5.50 l +-3.72 5.39 l +-3.88 5.27 l +-4.05 5.14 l +-4.21 5.01 l +-4.36 4.88 l +-4.52 4.74 l +-4.66 4.59 l +-4.81 4.44 l +-4.94 4.29 l +-5.08 4.13 l +-5.20 3.97 l +-5.33 3.80 l +-5.44 3.63 l +-5.56 3.46 l +-5.66 3.28 l +-5.77 3.10 l +-5.86 2.91 l +-5.94 2.73 l +-6.03 2.54 l +-6.11 2.35 l +-6.18 2.16 l +-6.25 1.96 l +-6.30 1.76 l +-6.35 1.56 l +-6.41 1.36 l +-6.44 1.16 l +-6.47 0.95 l +-6.50 0.75 l +-6.52 0.54 l +-6.54 0.34 l +-6.54 0.13 l +-6.55 -0.08 l +-6.53 -0.28 l +-6.53 -0.49 l +-6.51 -0.70 l +-6.48 -0.90 l +-6.45 -1.10 l +-6.41 -1.31 l +-6.37 -1.51 l +-6.32 -1.71 l +-6.26 -1.91 l +-6.19 -2.10 l +-6.13 -2.30 l +-6.05 -2.49 l +-5.97 -2.68 l +-5.88 -2.87 l +-5.79 -3.06 l +-5.69 -3.23 l +-5.59 -3.41 l +-5.47 -3.59 l +-5.36 -3.76 l +-5.24 -3.92 l +-5.11 -4.09 l +-4.97 -4.25 l +-4.85 -4.40 l +-4.70 -4.55 l +-4.55 -4.70 l +-4.41 -4.84 l +-4.24 -4.98 l +-4.09 -5.11 l +-3.93 -5.23 l +-3.76 -5.36 l +-3.59 -5.47 l +-3.41 -5.59 l +-3.24 -5.69 l +-3.05 -5.78 l +-2.87 -5.89 l +-2.68 -5.96 l +-2.50 -6.06 l +-2.30 -6.12 l +-2.10 -6.20 l +-1.91 -6.26 l +-1.72 -6.31 l +-1.51 -6.37 l +-1.31 -6.41 l +-1.10 -6.45 l +-0.90 -6.49 l +-0.70 -6.50 l +-0.49 -6.53 l +-0.29 -6.54 l +-0.08 -6.54 l +0.13 -6.54 l +0.34 -6.54 l +0.54 -6.52 l +0.75 -6.50 l +0.95 -6.48 l +1.15 -6.44 l +1.36 -6.40 l +1.56 -6.36 l +1.76 -6.30 l +1.96 -6.24 l +2.15 -6.18 l +o +1 0.6471 0 srgb +np +30.70 172.99 m +2.45 -6.38 l +2.65 -6.29 l +2.84 -6.20 l +3.04 -6.11 l +3.24 -6.01 l +3.42 -5.91 l +3.60 -5.80 l +3.79 -5.68 l +3.96 -5.55 l +4.14 -5.43 l +4.30 -5.30 l +4.47 -5.16 l +4.63 -5.01 l +4.79 -4.87 l +4.94 -4.71 l +5.09 -4.55 l +5.22 -4.39 l +5.36 -4.22 l +5.50 -4.06 l +5.62 -3.87 l +5.73 -3.70 l +5.86 -3.51 l +5.95 -3.33 l +6.07 -3.14 l +6.15 -2.95 l +6.25 -2.74 l +6.33 -2.56 l +6.41 -2.34 l +6.48 -2.15 l +6.54 -1.94 l +6.61 -1.73 l +6.65 -1.53 l +6.70 -1.31 l +6.74 -1.10 l +6.76 -0.89 l +6.80 -0.67 l +6.81 -0.46 l +6.82 -0.24 l +6.82 -0.03 l +6.83 0.19 l +6.81 0.40 l +6.80 0.62 l +6.77 0.83 l +6.75 1.05 l +6.71 1.25 l +6.66 1.47 l +6.62 1.68 l +6.56 1.89 l +6.49 2.09 l +6.43 2.30 l +6.35 2.50 l +6.27 2.70 l +6.18 2.89 l +6.09 3.09 l +5.99 3.28 l +5.88 3.46 l +5.77 3.65 l +5.65 3.83 l +5.52 4.01 l +5.40 4.18 l +5.26 4.35 l +5.12 4.51 l +4.98 4.67 l +4.83 4.83 l +4.67 4.97 l +4.51 5.12 l +4.35 5.26 l +4.18 5.40 l +4.01 5.52 l +3.83 5.65 l +3.65 5.77 l +3.47 5.88 l +3.28 5.98 l +3.09 6.09 l +2.90 6.18 l +2.70 6.27 l +2.50 6.35 l +2.30 6.43 l +2.09 6.49 l +1.89 6.56 l +1.68 6.62 l +1.47 6.67 l +1.26 6.70 l +1.05 6.75 l +0.83 6.77 l +0.62 6.80 l +0.41 6.81 l +0.19 6.83 l +-0.03 6.82 l +-0.24 6.82 l +-0.46 6.81 l +-0.67 6.80 l +-0.88 6.77 l +-1.10 6.73 l +-1.31 6.70 l +-1.53 6.65 l +-1.73 6.61 l +-1.93 6.54 l +-2.15 6.48 l +435.50 324.90 lineto +-2.55 6.33 l +-2.74 6.25 l +-2.95 6.16 l +-3.13 6.06 l +-3.33 5.96 l +-3.51 5.85 l +-3.70 5.74 l +-3.87 5.62 l +-4.05 5.50 l +-4.22 5.36 l +-4.39 5.23 l +-4.56 5.08 l +-4.71 4.94 l +-4.86 4.79 l +-5.01 4.64 l +-5.16 4.47 l +-5.29 4.31 l +-5.43 4.13 l +-5.56 3.97 l +-5.68 3.79 l +-5.79 3.60 l +-5.91 3.42 l +-6.01 3.24 l +-6.11 3.04 l +-6.20 2.85 l +-6.29 2.65 l +-6.37 2.45 l +-6.45 2.24 l +-6.51 2.05 l +-6.58 1.83 l +-6.62 1.63 l +-6.68 1.42 l +-6.72 1.21 l +-6.75 0.99 l +-6.78 0.78 l +-6.81 0.57 l +-6.81 0.35 l +-6.83 0.13 l +-6.82 -0.07 l +-6.82 -0.30 l +-6.81 -0.51 l +-6.78 -0.73 l +-6.77 -0.93 l +-6.72 -1.16 l +-6.69 -1.36 l +-6.64 -1.57 l +-6.59 -1.79 l +-6.53 -1.99 l +-6.46 -2.19 l +-6.39 -2.40 l +-6.32 -2.60 l +-6.22 -2.80 l +-6.14 -2.99 l +-6.03 -3.18 l +-5.94 -3.38 l +-5.82 -3.55 l +-5.71 -3.75 l +-5.59 -3.91 l +-5.46 -4.10 l +-5.33 -4.26 l +-5.20 -4.43 l +-5.05 -4.59 l +-4.90 -4.75 l +-4.75 -4.91 l +-4.59 -5.04 l +-4.43 -5.20 l +-4.27 -5.32 l +-4.09 -5.47 l +-3.92 -5.58 l +-3.75 -5.71 l +-3.56 -5.82 l +-3.37 -5.94 l +-3.19 -6.03 l +-2.99 -6.14 l +-2.80 -6.22 l +-2.60 -6.32 l +-2.40 -6.38 l +-2.20 -6.47 l +-1.99 -6.53 l +-1.78 -6.58 l +-1.58 -6.65 l +-1.37 -6.68 l +-1.15 -6.73 l +-0.94 -6.76 l +-0.73 -6.79 l +-0.51 -6.80 l +-0.30 -6.82 l +-0.08 -6.83 l +0.14 -6.82 l +0.35 -6.82 l +0.56 -6.80 l +0.78 -6.78 l +0.99 -6.76 l +1.21 -6.72 l +1.41 -6.67 l +1.63 -6.63 l +1.83 -6.58 l +2.04 -6.51 l +2.25 -6.44 l +o +/Font1 findfont 12 s +0 0 0 srgb +333.42 442.20 (5) .5 0 t +14.54 206.82 (1) .5 0 t +192.98 461.92 (1) .5 0 t +423.28 170.50 (7) .5 0 t +51.32 369.63 (2) .5 0 t +158.69 54.39 (4) .5 0 t +352.01 413.48 (2) .5 0 t +220.74 253.91 (85) .5 0 t +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +0.00 0.00 504.00 504.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.png new file mode 100644 index 0000000000000000000000000000000000000000..82d8bbaf5d302a60c43771122de90b4ab6d68344 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.ps new file mode 100644 index 0000000000000000000000000000000000000000..80c6e5309528a873e8c1c717adc8f7644f458e14 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2.ps @@ -0,0 +1,28481 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 308.40 1041.04 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 330.21 m +1041.04 0 l +o +np +33.48 374.87 m +1041.04 0 l +o +np +33.48 419.52 m +1041.04 0 l +o +np +33.48 464.18 m +1041.04 0 l +o +np +33.48 508.83 m +1041.04 0 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 352.54 m +1041.04 0 l +o +np +33.48 397.19 m +1041.04 0 l +o +np +33.48 441.85 m +1041.04 0 l +o +np +33.48 486.50 m +1041.04 0 l +o +np +33.48 531.16 m +1041.04 0 l +o +np +64.40 308.40 m +0 227.24 l +o +np +115.94 308.40 m +0 227.24 l +o +np +167.47 308.40 m +0 227.24 l +o +np +219.01 308.40 m +0 227.24 l +o +np +270.55 308.40 m +0 227.24 l +o +np +322.08 308.40 m +0 227.24 l +o +np +373.62 308.40 m +0 227.24 l +o +np +425.16 308.40 m +0 227.24 l +o +np +476.69 308.40 m +0 227.24 l +o +np +528.23 308.40 m +0 227.24 l +o +np +579.77 308.40 m +0 227.24 l +o +np +631.30 308.40 m +0 227.24 l +o +np +682.84 308.40 m +0 227.24 l +o +np +734.38 308.40 m +0 227.24 l +o +np +785.91 308.40 m +0 227.24 l +o +np +837.45 308.40 m +0 227.24 l +o +np +888.99 308.40 m +0 227.24 l +o +np +940.52 308.40 m +0 227.24 l +o +np +992.06 308.40 m +0 227.24 l +o +np +1043.60 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 61.93 319.33 m +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +60.12 357.86 lineto +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.13 0.39 l +-0.13 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.22 0.38 l +-0.22 0.39 l +52.54 396.38 lineto +-0.24 0.39 l +-0.26 0.38 l +-0.26 0.39 l +-0.28 0.38 l +-0.28 0.39 l +-0.29 0.38 l +-0.29 0.39 l +-0.31 0.39 l +-0.30 0.38 l +-0.32 0.39 l +-0.32 0.38 l +-0.32 0.39 l +-0.32 0.38 l +-0.33 0.39 l +-0.32 0.38 l +-0.33 0.39 l +-0.32 0.38 l +-0.33 0.39 l +-0.32 0.38 l +-0.31 0.39 l +-0.31 0.38 l +-0.31 0.39 l +-0.30 0.38 l +-0.30 0.39 l +-0.28 0.38 l +-0.28 0.39 l +-0.27 0.39 l +-0.26 0.38 l +-0.25 0.39 l +-0.24 0.38 l +-0.23 0.39 l +-0.22 0.38 l +-0.21 0.39 l +-0.20 0.38 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.39 l +0.16 0.38 l +0.17 0.39 l +0.17 0.38 l +0.19 0.39 l +0.19 0.38 l +0.19 0.39 l +0.21 0.38 l +0.21 0.39 l +0.21 0.38 l +0.22 0.39 l +0.23 0.39 l +0.24 0.38 l +0.23 0.39 l +0.25 0.38 l +0.25 0.39 l +0.25 0.38 l +0.26 0.39 l +0.26 0.38 l +0.26 0.39 l +0.26 0.38 l +0.27 0.39 l +0.27 0.38 l +0.27 0.39 l +0.26 0.38 l +0.27 0.39 l +0.27 0.38 l +0.27 0.39 l +0.26 0.38 l +49.56 434.91 lineto +0.26 0.39 l +0.26 0.38 l +0.25 0.39 l +0.25 0.38 l +0.24 0.39 l +0.24 0.38 l +0.24 0.39 l +0.22 0.38 l +0.22 0.39 l +0.22 0.38 l +0.20 0.39 l +0.20 0.38 l +0.20 0.39 l +0.19 0.38 l +0.17 0.39 l +0.17 0.38 l +0.17 0.39 l +0.16 0.39 l +0.14 0.38 l +0.15 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +57.24 473.44 lineto +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +63.15 511.96 lineto +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +2.04 0 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +68.97 482.30 lineto +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +74.71 443.77 lineto +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.16 -0.39 l +0.16 -0.39 l +0.17 -0.38 l +0.18 -0.39 l +0.19 -0.38 l +0.19 -0.39 l +0.20 -0.38 l +0.21 -0.39 l +0.22 -0.38 l +0.22 -0.39 l +0.22 -0.38 l +0.24 -0.39 l +0.23 -0.38 l +0.25 -0.39 l +0.24 -0.38 l +0.26 -0.39 l +0.25 -0.38 l +0.26 -0.39 l +0.27 -0.39 l +0.26 -0.38 l +0.27 -0.39 l +0.26 -0.38 l +0.27 -0.39 l +0.27 -0.38 l +0.27 -0.39 l +0.27 -0.38 l +0.27 -0.39 l +0.26 -0.38 l +0.26 -0.39 l +0.26 -0.38 l +0.26 -0.39 l +0.25 -0.38 l +0.25 -0.39 l +0.24 -0.38 l +0.24 -0.39 l +0.24 -0.38 l +0.22 -0.39 l +0.23 -0.39 l +0.21 -0.38 l +0.21 -0.39 l +0.21 -0.38 l +0.19 -0.39 l +0.19 -0.38 l +0.18 -0.39 l +0.18 -0.38 l +0.16 -0.39 l +0.16 -0.38 l +0.16 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.15 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.21 -0.39 l +-0.22 -0.38 l +-0.23 -0.39 l +-0.24 -0.38 l +-0.25 -0.39 l +-0.26 -0.38 l +-0.27 -0.39 l +-0.28 -0.39 l +-0.29 -0.38 l +83.23 405.24 lineto +-0.30 -0.38 l +-0.31 -0.39 l +-0.31 -0.38 l +-0.32 -0.39 l +-0.32 -0.38 l +-0.32 -0.39 l +-0.32 -0.38 l +-0.33 -0.39 l +-0.33 -0.38 l +-0.32 -0.39 l +-0.33 -0.38 l +-0.32 -0.39 l +-0.31 -0.38 l +-0.32 -0.39 l +-0.31 -0.38 l +-0.30 -0.39 l +-0.29 -0.39 l +-0.29 -0.38 l +-0.29 -0.39 l +-0.27 -0.38 l +-0.26 -0.39 l +-0.26 -0.38 l +-0.24 -0.39 l +-0.24 -0.38 l +-0.22 -0.39 l +-0.22 -0.38 l +-0.21 -0.39 l +-0.19 -0.38 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +68.88 366.72 lineto +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +67.19 328.19 lineto +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-4.94 0 l +cp p3 +np + 113.75 329.24 m +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +109.40 367.53 lineto +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.38 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.15 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.39 l +-0.17 0.38 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.16 0.39 l +99.27 405.83 lineto +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.13 0.38 l +-0.12 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.38 l +0.13 0.39 l +0.14 0.38 l +0.14 0.38 l +0.14 0.39 l +0.15 0.38 l +0.16 0.38 l +0.16 0.38 l +0.17 0.39 l +0.17 0.38 l +0.17 0.38 l +0.18 0.39 l +0.19 0.38 l +0.18 0.38 l +0.19 0.38 l +0.19 0.39 l +0.19 0.38 l +0.20 0.38 l +0.19 0.39 l +0.20 0.38 l +0.20 0.38 l +0.19 0.39 l +0.20 0.38 l +0.20 0.38 l +0.20 0.38 l +0.19 0.39 l +0.20 0.38 l +0.19 0.38 l +0.20 0.39 l +0.19 0.38 l +0.19 0.38 l +0.18 0.39 l +0.19 0.38 l +0.18 0.38 l +0.18 0.38 l +0.18 0.39 l +0.17 0.38 l +0.17 0.38 l +0.16 0.39 l +0.17 0.38 l +0.15 0.38 l +0.16 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +105.32 444.13 lineto +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +111.15 482.42 lineto +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.38 l +0 0.39 l +114.85 520.72 lineto +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +1.93 0 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +118.72 491.23 lineto +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +124.62 452.93 lineto +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.15 -0.39 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.38 l +0.16 -0.39 l +0.17 -0.38 l +0.18 -0.38 l +0.17 -0.39 l +0.18 -0.38 l +0.18 -0.38 l +0.19 -0.38 l +0.18 -0.39 l +0.19 -0.38 l +0.19 -0.38 l +0.20 -0.39 l +0.19 -0.38 l +0.20 -0.38 l +0.19 -0.39 l +0.20 -0.38 l +0.20 -0.38 l +0.20 -0.38 l +0.20 -0.39 l +0.19 -0.38 l +0.20 -0.38 l +0.20 -0.39 l +0.19 -0.38 l +0.19 -0.38 l +0.19 -0.39 l +0.19 -0.38 l +0.19 -0.38 l +0.18 -0.38 l +0.18 -0.39 l +0.17 -0.38 l +0.17 -0.38 l +0.17 -0.39 l +0.16 -0.38 l +0.16 -0.38 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +135.45 414.64 lineto +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.16 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +123.37 376.34 lineto +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +119.58 338.04 lineto +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-4.37 0 l +cp p3 +np + 165.21 320.21 m +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.04 0.38 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +0 0.37 l +-0.01 0.38 l +0 0.37 l +-0.01 0.37 l +0 0.38 l +0 0.37 l +-0.01 0.38 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +-0.01 0.38 l +0 0.37 l +0 0.38 l +0 0.37 l +-0.01 0.37 l +0 0.38 l +0 0.37 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.37 l +163.27 357.59 lineto +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.11 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.11 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.11 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.08 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.11 0.38 l +-0.11 0.37 l +-0.11 0.37 l +-0.11 0.38 l +-0.12 0.37 l +155.48 394.97 lineto +-0.12 0.37 l +-0.12 0.37 l +-0.13 0.38 l +-0.13 0.37 l +-0.14 0.38 l +-0.13 0.37 l +-0.14 0.37 l +-0.15 0.38 l +-0.14 0.37 l +-0.15 0.37 l +-0.16 0.38 l +-0.15 0.37 l +-0.16 0.38 l +-0.17 0.37 l +-0.16 0.37 l +-0.17 0.38 l +-0.17 0.37 l +-0.18 0.37 l +-0.17 0.38 l +-0.18 0.37 l +-0.18 0.38 l +-0.19 0.37 l +-0.18 0.37 l +-0.19 0.38 l +-0.19 0.37 l +-0.19 0.37 l +-0.19 0.38 l +-0.20 0.37 l +-0.19 0.38 l +-0.20 0.37 l +-0.19 0.37 l +-0.20 0.38 l +-0.19 0.37 l +-0.20 0.38 l +-0.19 0.37 l +-0.20 0.37 l +-0.19 0.38 l +-0.19 0.37 l +-0.19 0.37 l +-0.19 0.38 l +-0.18 0.37 l +-0.18 0.38 l +-0.18 0.37 l +-0.18 0.37 l +-0.17 0.38 l +-0.17 0.37 l +-0.16 0.37 l +-0.15 0.38 l +-0.16 0.37 l +-0.14 0.38 l +-0.14 0.37 l +-0.14 0.37 l +-0.12 0.38 l +-0.12 0.37 l +-0.12 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.38 l +-0.01 0.37 l +0 0.37 l +0.01 0.38 l +0.02 0.37 l +0.03 0.38 l +0.04 0.37 l +0.05 0.37 l +0.06 0.38 l +0.07 0.37 l +0.08 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.12 0.37 l +0.12 0.37 l +0.13 0.38 l +0.15 0.37 l +0.14 0.37 l +0.16 0.38 l +0.16 0.37 l +0.17 0.38 l +0.18 0.37 l +0.18 0.37 l +0.19 0.38 l +0.20 0.37 l +0.20 0.38 l +0.20 0.37 l +0.21 0.37 l +0.21 0.38 l +0.22 0.37 l +0.22 0.37 l +0.22 0.38 l +0.22 0.37 l +150.09 432.35 lineto +0.23 0.37 l +0.23 0.37 l +0.23 0.38 l +0.23 0.37 l +0.22 0.37 l +0.23 0.38 l +0.23 0.37 l +0.23 0.38 l +0.22 0.37 l +0.23 0.37 l +0.22 0.38 l +0.22 0.37 l +0.21 0.37 l +0.21 0.38 l +0.21 0.37 l +0.21 0.38 l +0.20 0.37 l +0.20 0.37 l +0.19 0.38 l +0.19 0.37 l +0.18 0.38 l +0.18 0.37 l +0.17 0.37 l +0.17 0.38 l +0.16 0.37 l +0.16 0.37 l +0.15 0.38 l +0.14 0.37 l +0.14 0.38 l +0.14 0.37 l +0.13 0.37 l +0.12 0.38 l +0.12 0.37 l +0.11 0.37 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.37 l +0.08 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.02 0.38 l +0.03 0.37 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.03 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.37 l +0.02 0.38 l +0.03 0.37 l +0.02 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +159.92 469.72 lineto +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.37 l +0.12 0.37 l +0.13 0.38 l +0.12 0.37 l +0.13 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.37 l +0.12 0.38 l +0.13 0.37 l +0.12 0.37 l +0.12 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.37 l +0.11 0.37 l +0.11 0.38 l +0.10 0.37 l +0.11 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.04 0.37 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.37 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.37 l +0.01 0.37 l +0 0.38 l +0.01 0.37 l +0 0.37 l +0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.37 l +0.01 0.38 l +0 0.37 l +0.01 0.37 l +0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +166.43 507.10 lineto +0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.37 l +0.02 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0.02 0.38 l +1.85 0 l +0.01 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.38 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.37 l +0.13 -0.38 l +0.13 -0.37 l +0.12 -0.37 l +172.20 478.32 lineto +0.13 -0.37 l +0.13 -0.38 l +0.13 -0.37 l +0.13 -0.37 l +0.14 -0.38 l +0.13 -0.37 l +0.13 -0.37 l +0.13 -0.38 l +0.13 -0.37 l +0.13 -0.38 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.03 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.37 l +0.13 -0.38 l +0.13 -0.37 l +0.13 -0.37 l +0.14 -0.38 l +0.15 -0.37 l +0.15 -0.38 l +0.16 -0.37 l +0.16 -0.37 l +179.99 440.94 lineto +0.17 -0.37 l +0.18 -0.37 l +0.18 -0.38 l +0.19 -0.37 l +0.19 -0.38 l +0.20 -0.37 l +0.20 -0.37 l +0.20 -0.38 l +0.21 -0.37 l +0.21 -0.38 l +0.22 -0.37 l +0.22 -0.37 l +0.22 -0.38 l +0.22 -0.37 l +0.23 -0.37 l +0.22 -0.38 l +0.23 -0.37 l +0.23 -0.38 l +0.23 -0.37 l +0.23 -0.37 l +0.23 -0.38 l +0.23 -0.37 l +0.23 -0.37 l +0.22 -0.38 l +0.23 -0.37 l +0.22 -0.38 l +0.22 -0.37 l +0.21 -0.37 l +0.22 -0.38 l +0.20 -0.37 l +0.21 -0.37 l +0.20 -0.38 l +0.19 -0.37 l +0.19 -0.38 l +0.19 -0.37 l +0.17 -0.37 l +0.17 -0.38 l +0.17 -0.37 l +0.15 -0.38 l +0.15 -0.37 l +0.14 -0.37 l +0.13 -0.38 l +0.13 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.11 -0.37 l +-0.12 -0.37 l +-0.13 -0.38 l +-0.13 -0.37 l +-0.14 -0.37 l +-0.15 -0.38 l +-0.15 -0.37 l +-0.16 -0.38 l +-0.16 -0.37 l +-0.17 -0.37 l +-0.17 -0.38 l +-0.17 -0.37 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.19 -0.37 l +-0.18 -0.38 l +-0.19 -0.37 l +-0.19 -0.37 l +-0.20 -0.38 l +-0.19 -0.37 l +-0.20 -0.37 l +-0.19 -0.38 l +-0.20 -0.37 l +-0.19 -0.38 l +-0.20 -0.37 l +-0.19 -0.37 l +-0.20 -0.38 l +-0.19 -0.37 l +-0.19 -0.38 l +-0.20 -0.37 l +-0.18 -0.37 l +183.04 403.56 lineto +-0.19 -0.37 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.17 -0.37 l +-0.18 -0.37 l +-0.16 -0.38 l +-0.17 -0.37 l +-0.16 -0.37 l +-0.16 -0.38 l +-0.16 -0.37 l +-0.15 -0.38 l +-0.15 -0.37 l +-0.15 -0.37 l +-0.14 -0.38 l +-0.14 -0.37 l +-0.14 -0.37 l +-0.13 -0.38 l +-0.13 -0.37 l +-0.13 -0.38 l +-0.13 -0.37 l +-0.12 -0.37 l +-0.12 -0.38 l +-0.11 -0.37 l +-0.12 -0.38 l +-0.11 -0.37 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +172.29 366.18 lineto +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +0 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.37 l +0 -0.38 l +0 -0.37 l +-0.01 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.37 l +0 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +170.91 328.81 lineto +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-4.53 0 l +cp p3 +np + 217.56 325.01 m +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +212.78 362.61 lineto +-0.01 0.38 l +0 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.37 l +-0.11 0.38 l +-0.11 0.37 l +-0.12 0.38 l +-0.11 0.38 l +-0.11 0.37 l +-0.12 0.38 l +-0.12 0.37 l +-0.12 0.38 l +-0.12 0.38 l +-0.13 0.37 l +-0.13 0.38 l +-0.13 0.37 l +-0.13 0.38 l +-0.13 0.38 l +-0.14 0.37 l +-0.13 0.38 l +-0.14 0.37 l +-0.15 0.38 l +-0.14 0.38 l +-0.15 0.37 l +-0.15 0.38 l +-0.15 0.37 l +-0.15 0.38 l +-0.16 0.38 l +-0.16 0.37 l +-0.16 0.38 l +-0.17 0.37 l +-0.16 0.38 l +-0.17 0.38 l +-0.17 0.37 l +-0.17 0.38 l +-0.18 0.37 l +204.15 400.21 lineto +-0.18 0.38 l +-0.18 0.37 l +-0.17 0.38 l +-0.19 0.37 l +-0.18 0.38 l +-0.18 0.38 l +-0.18 0.37 l +-0.19 0.38 l +-0.18 0.37 l +-0.18 0.38 l +-0.19 0.38 l +-0.18 0.37 l +-0.18 0.38 l +-0.18 0.37 l +-0.18 0.38 l +-0.18 0.38 l +-0.18 0.37 l +-0.17 0.38 l +-0.18 0.37 l +-0.17 0.38 l +-0.17 0.38 l +-0.16 0.37 l +-0.17 0.38 l +-0.15 0.37 l +-0.16 0.38 l +-0.15 0.38 l +-0.15 0.37 l +-0.14 0.38 l +-0.14 0.37 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.37 l +-0.12 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.01 0.37 l +-0.01 0.38 l +0 0.37 l +0.02 0.38 l +0.02 0.38 l +0.02 0.37 l +0.04 0.38 l +0.05 0.37 l +0.05 0.38 l +0.07 0.38 l +0.07 0.37 l +0.08 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.11 0.37 l +0.13 0.38 l +0.13 0.37 l +0.13 0.38 l +0.15 0.38 l +0.15 0.37 l +0.16 0.38 l +0.16 0.37 l +0.18 0.38 l +0.18 0.38 l +0.18 0.37 l +0.19 0.38 l +0.19 0.37 l +0.20 0.38 l +0.21 0.38 l +0.21 0.37 l +0.21 0.38 l +0.22 0.37 l +0.22 0.38 l +0.22 0.38 l +0.23 0.37 l +0.22 0.38 l +0.23 0.37 l +0.23 0.38 l +0.24 0.38 l +0.23 0.37 l +0.23 0.38 l +0.23 0.37 l +0.24 0.38 l +0.23 0.38 l +0.23 0.37 l +0.23 0.38 l +0.22 0.37 l +0.23 0.38 l +0.22 0.38 l +0.22 0.37 l +0.22 0.38 l +0.21 0.37 l +206.29 437.81 lineto +0.21 0.38 l +0.20 0.37 l +0.20 0.38 l +0.20 0.37 l +0.18 0.38 l +0.19 0.38 l +0.18 0.37 l +0.18 0.38 l +0.17 0.37 l +0.17 0.38 l +0.16 0.38 l +0.15 0.37 l +0.15 0.38 l +0.15 0.37 l +0.14 0.38 l +0.14 0.38 l +0.13 0.37 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.04 0.38 l +0.05 0.37 l +0.04 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.37 l +0 0.38 l +0 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.38 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.07 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +212.63 475.41 lineto +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.10 0.38 l +0.11 0.38 l +0.11 0.37 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.38 l +0.08 0.37 l +0.09 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.01 0.38 l +0.02 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.37 l +0.02 0.38 l +0.01 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.02 0.38 l +217.83 513.01 lineto +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +1.94 0 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +223.03 484.06 lineto +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0 -0.37 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0 -0.37 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +228.16 446.46 lineto +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.13 -0.37 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.16 -0.38 l +0.15 -0.37 l +0.16 -0.38 l +0.17 -0.38 l +0.17 -0.37 l +0.18 -0.38 l +0.18 -0.37 l +0.18 -0.38 l +0.19 -0.38 l +0.20 -0.37 l +0.20 -0.38 l +0.20 -0.37 l +0.21 -0.38 l +0.21 -0.38 l +0.21 -0.37 l +0.22 -0.38 l +0.22 -0.37 l +0.22 -0.38 l +0.23 -0.38 l +0.22 -0.37 l +0.23 -0.38 l +0.23 -0.37 l +0.23 -0.38 l +0.24 -0.38 l +0.23 -0.37 l +0.23 -0.38 l +0.23 -0.37 l +0.23 -0.38 l +0.23 -0.38 l +0.23 -0.37 l +0.23 -0.38 l +0.23 -0.37 l +0.22 -0.38 l +0.22 -0.38 l +0.22 -0.37 l +0.21 -0.38 l +0.21 -0.37 l +0.20 -0.38 l +0.20 -0.38 l +0.20 -0.37 l +0.19 -0.38 l +0.18 -0.37 l +0.18 -0.38 l +0.17 -0.38 l +0.17 -0.37 l +0.16 -0.38 l +0.15 -0.37 l +0.15 -0.38 l +0.13 -0.38 l +0.13 -0.37 l +0.13 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.12 -0.38 l +-0.12 -0.37 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.37 l +-0.14 -0.38 l +-0.15 -0.37 l +-0.15 -0.38 l +-0.16 -0.38 l +237.96 408.86 lineto +-0.16 -0.38 l +-0.16 -0.37 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.18 -0.37 l +-0.17 -0.38 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.19 -0.37 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.19 -0.37 l +-0.18 -0.38 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.19 -0.38 l +-0.18 -0.37 l +-0.18 -0.38 l +-0.17 -0.37 l +-0.18 -0.38 l +-0.18 -0.38 l +-0.17 -0.37 l +-0.17 -0.38 l +-0.17 -0.37 l +-0.17 -0.38 l +-0.17 -0.38 l +-0.16 -0.37 l +-0.16 -0.38 l +-0.16 -0.37 l +-0.16 -0.38 l +-0.15 -0.38 l +-0.15 -0.37 l +-0.15 -0.38 l +-0.15 -0.37 l +-0.15 -0.38 l +-0.14 -0.38 l +-0.14 -0.37 l +-0.14 -0.38 l +-0.13 -0.37 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.13 -0.37 l +-0.12 -0.38 l +-0.13 -0.37 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.37 l +-0.12 -0.38 l +-0.11 -0.37 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.11 -0.37 l +-0.11 -0.38 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +225.68 371.26 lineto +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +221.78 333.66 lineto +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-2.89 0 l +cp p3 +np + 268.86 321.92 m +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +266.30 360.57 lineto +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +257.25 399.22 lineto +-0.16 0.38 l +-0.16 0.39 l +-0.16 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.17 0.39 l +-0.17 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.19 0.39 l +-0.20 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.20 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.39 l +-0.20 0.38 l +-0.20 0.39 l +-0.19 0.39 l +-0.19 0.38 l +-0.19 0.39 l +-0.19 0.39 l +-0.18 0.38 l +-0.18 0.39 l +-0.18 0.39 l +-0.17 0.38 l +-0.17 0.39 l +-0.16 0.38 l +-0.16 0.39 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.02 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0.03 0.39 l +0.04 0.39 l +0.04 0.38 l +0.06 0.39 l +0.07 0.39 l +0.08 0.38 l +0.09 0.39 l +0.10 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.14 0.38 l +0.15 0.39 l +0.16 0.39 l +0.17 0.38 l +0.18 0.39 l +0.18 0.39 l +0.19 0.38 l +0.20 0.39 l +0.21 0.38 l +0.21 0.39 l +0.21 0.39 l +0.23 0.38 l +0.22 0.39 l +0.23 0.39 l +0.24 0.38 l +0.23 0.39 l +0.25 0.39 l +0.24 0.38 l +0.24 0.39 l +0.25 0.39 l +0.24 0.38 l +0.25 0.39 l +0.25 0.39 l +0.24 0.38 l +0.25 0.39 l +0.24 0.39 l +0.24 0.38 l +0.24 0.39 l +0.24 0.38 l +0.24 0.39 l +256.33 437.87 lineto +0.22 0.38 l +0.23 0.39 l +0.22 0.39 l +0.21 0.38 l +0.21 0.39 l +0.21 0.39 l +0.20 0.38 l +0.20 0.39 l +0.19 0.39 l +0.18 0.38 l +0.18 0.39 l +0.17 0.39 l +0.17 0.38 l +0.16 0.39 l +0.16 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.39 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +264.00 476.52 lineto +0.12 0.38 l +0.13 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.14 0.39 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.11 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +269.50 515.17 lineto +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.02 0.39 l +1.84 0 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +274.20 485.41 lineto +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +280.82 446.76 lineto +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.16 -0.39 l +0.16 -0.39 l +0.17 -0.38 l +0.17 -0.39 l +0.18 -0.39 l +0.19 -0.38 l +0.19 -0.39 l +0.19 -0.39 l +0.20 -0.38 l +0.21 -0.39 l +0.21 -0.39 l +0.21 -0.38 l +0.22 -0.39 l +0.23 -0.39 l +0.23 -0.38 l +0.23 -0.39 l +0.23 -0.39 l +0.24 -0.38 l +0.24 -0.39 l +0.24 -0.38 l +0.24 -0.39 l +0.25 -0.39 l +0.24 -0.38 l +0.25 -0.39 l +0.25 -0.39 l +0.24 -0.38 l +0.25 -0.39 l +0.24 -0.39 l +0.25 -0.38 l +0.24 -0.39 l +0.23 -0.39 l +0.24 -0.38 l +0.23 -0.39 l +0.23 -0.39 l +0.22 -0.38 l +0.22 -0.39 l +0.21 -0.39 l +0.20 -0.38 l +0.20 -0.39 l +0.19 -0.38 l +0.19 -0.39 l +0.17 -0.39 l +0.17 -0.38 l +0.16 -0.39 l +0.15 -0.39 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.20 -0.39 l +288.05 408.11 lineto +-0.20 -0.39 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.20 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.19 -0.39 l +-0.19 -0.38 l +-0.19 -0.39 l +-0.18 -0.39 l +-0.18 -0.38 l +-0.18 -0.39 l +-0.18 -0.39 l +-0.17 -0.38 l +-0.17 -0.39 l +-0.17 -0.39 l +-0.17 -0.38 l +-0.16 -0.39 l +-0.16 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +276.11 369.46 lineto +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +273.25 330.81 lineto +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-3.37 0 l +cp p3 +np + 319.56 336.98 m +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.06 0.35 l +313.63 372.29 lineto +-0.06 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +310.14 407.61 lineto +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.36 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.36 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.36 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.36 l +0.03 0.35 l +0.02 0.35 l +0.03 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.05 0.36 l +0.04 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.36 l +0.07 0.35 l +0.07 0.35 l +0.07 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.36 l +0.08 0.35 l +307.57 442.92 lineto +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.10 0.35 l +0.09 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.11 0.35 l +0.10 0.36 l +0.10 0.35 l +0.11 0.35 l +0.10 0.36 l +0.11 0.35 l +0.10 0.35 l +0.11 0.36 l +0.11 0.35 l +0.10 0.35 l +0.11 0.36 l +0.10 0.35 l +0.11 0.35 l +0.10 0.36 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.11 0.36 l +0.10 0.35 l +0.10 0.35 l +0.10 0.36 l +0.10 0.35 l +0.10 0.35 l +0.09 0.36 l +0.10 0.35 l +0.10 0.35 l +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.08 0.36 l +0.08 0.35 l +0.09 0.35 l +0.08 0.36 l +0.07 0.35 l +0.08 0.35 l +0.08 0.36 l +0.07 0.35 l +0.07 0.35 l +0.08 0.36 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.07 0.35 l +0.06 0.35 l +0.07 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.05 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.05 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.05 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +315.01 478.24 lineto +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.05 0.36 l +0.05 0.35 l +0.04 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.05 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.05 0.36 l +0.06 0.35 l +0.05 0.35 l +0.06 0.36 l +0.05 0.35 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.05 0.36 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.36 l +0.05 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.36 l +0.03 0.35 l +320.17 513.55 lineto +0.04 0.36 l +0.04 0.35 l +0.03 0.35 l +0.04 0.36 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.36 l +0.03 0.35 l +0.03 0.35 l +0.04 0.36 l +3.05 0 l +0.03 -0.36 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +328.05 486.36 lineto +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.36 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.36 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.36 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +334.30 451.05 lineto +0.10 -0.36 l +0.11 -0.35 l +0.11 -0.35 l +0.10 -0.36 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.36 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.36 l +0.10 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.36 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.09 -0.35 l +0.08 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.36 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.36 l +0.07 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.36 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.36 l +335.46 415.73 lineto +-0.08 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.36 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +331.93 380.42 lineto +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +326.06 345.10 lineto +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.36 l +-0.06 -0.35 l +-5.04 0 l +cp p3 +np + 371.35 324.15 m +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +367.86 362.64 lineto +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +362.32 401.14 lineto +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +358.56 439.64 lineto +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +366.69 478.14 lineto +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +372.30 516.64 lineto +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +2.12 0 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +379.10 486.99 lineto +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +386.56 448.50 lineto +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +385.93 410.00 lineto +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +381.31 371.50 lineto +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +376.88 333.00 lineto +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-4.54 0 l +cp p3 +np + 423.18 321.41 m +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +420.19 359.84 lineto +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.38 l +413.68 398.27 lineto +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +409.37 436.70 lineto +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.38 l +0.12 0.39 l +0.13 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +418.06 475.13 lineto +0.04 0.38 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +423.08 513.55 lineto +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +3.33 0 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +431.31 483.96 lineto +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +438.84 445.53 lineto +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +437.43 407.11 lineto +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +432.01 368.68 lineto +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +427.64 330.25 lineto +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-3.95 0 l +cp p3 +np + 474.40 329.89 m +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.06 0.36 l +469.40 366.23 lineto +-0.06 0.37 l +-0.07 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.36 l +465.63 402.57 lineto +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.03 0.37 l +0.02 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +461.48 438.91 lineto +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.08 0.36 l +0.07 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.08 0.37 l +0.09 0.36 l +0.09 0.37 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.08 0.36 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.07 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +0.06 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +468.84 475.25 lineto +0.06 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.06 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.08 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.08 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.06 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.37 l +0.07 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.05 0.37 l +0.06 0.36 l +0.06 0.36 l +0.05 0.37 l +0.05 0.36 l +0.06 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.04 0.37 l +0.05 0.36 l +0.04 0.36 l +0.05 0.37 l +0.04 0.36 l +0.05 0.36 l +0.04 0.37 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +474.94 511.59 lineto +0.04 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.04 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +2.76 0 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.08 -0.36 l +0.07 -0.37 l +482.97 483.61 lineto +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +490.26 447.27 lineto +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +488.78 410.93 lineto +-0.06 -0.36 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +485.41 374.59 lineto +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +479.97 338.25 lineto +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-4.58 0 l +cp p3 +np + 526.42 321.46 m +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.39 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.39 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.39 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.39 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.39 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.39 l +-0.05 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.08 0.39 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.39 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +522.80 361.35 lineto +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.39 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.39 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.39 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.39 l +-0.08 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.06 0.39 l +-0.06 0.40 l +-0.06 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.39 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.39 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.39 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.39 l +517.01 401.24 lineto +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.39 l +-0.06 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.39 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.09 0.39 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.39 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.09 0.40 l +-0.09 0.39 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.07 0.39 l +-0.07 0.40 l +-0.07 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.39 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.39 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.04 0.39 l +0.03 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.07 0.39 l +0.07 0.40 l +0.08 0.40 l +0.08 0.40 l +0.08 0.40 l +0.09 0.40 l +0.09 0.40 l +0.09 0.40 l +513.23 441.14 lineto +0.10 0.39 l +0.10 0.40 l +0.10 0.40 l +0.10 0.40 l +0.10 0.40 l +0.11 0.40 l +0.11 0.40 l +0.11 0.40 l +0.11 0.40 l +0.11 0.39 l +0.11 0.40 l +0.12 0.40 l +0.11 0.40 l +0.12 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.40 l +0.11 0.40 l +0.12 0.40 l +0.12 0.39 l +0.11 0.40 l +0.12 0.40 l +0.11 0.40 l +0.12 0.40 l +0.11 0.40 l +0.12 0.40 l +0.11 0.40 l +0.11 0.40 l +0.11 0.39 l +0.11 0.40 l +0.11 0.40 l +0.11 0.40 l +0.11 0.40 l +0.10 0.40 l +0.11 0.40 l +0.10 0.40 l +0.10 0.40 l +0.10 0.39 l +0.10 0.40 l +0.09 0.40 l +0.10 0.40 l +0.09 0.40 l +0.09 0.40 l +0.09 0.40 l +0.09 0.40 l +0.09 0.40 l +0.08 0.40 l +0.09 0.39 l +0.08 0.40 l +0.08 0.40 l +0.08 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.39 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.39 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.39 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.39 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.39 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +521.61 481.03 lineto +0.06 0.40 l +0.07 0.40 l +0.06 0.39 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.39 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.39 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.08 0.40 l +0.07 0.39 l +0.08 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.08 0.39 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.07 0.40 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.39 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.39 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.04 0.39 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.40 l +0.03 0.39 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.39 l +0.03 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.39 l +0.02 0.40 l +0.02 0.40 l +527.08 520.92 lineto +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.39 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +1.90 0 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.39 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.39 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.39 l +0.02 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.40 l +0.04 -0.39 l +0.03 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.39 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.39 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.08 -0.40 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.39 l +0.08 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +533.22 490.20 lineto +0.07 -0.40 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.39 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.39 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.39 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.39 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.09 -0.39 l +0.08 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.40 l +0.10 -0.39 l +0.10 -0.40 l +0.10 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.39 l +0.11 -0.40 l +0.11 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +540.68 450.31 lineto +0.11 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.12 -0.39 l +0.12 -0.40 l +0.11 -0.40 l +0.12 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.12 -0.40 l +0.11 -0.40 l +0.11 -0.39 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.40 l +0.10 -0.40 l +0.10 -0.40 l +0.11 -0.40 l +0.09 -0.40 l +0.10 -0.39 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.39 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.39 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.39 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.39 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.39 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.39 l +-0.09 -0.40 l +-0.09 -0.40 l +541.02 410.42 lineto +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.39 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.39 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.39 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.04 -0.39 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.39 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +535.91 370.53 lineto +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.39 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.39 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.39 l +-0.08 -0.40 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.39 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.06 -0.39 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.39 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.39 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +530.74 330.63 lineto +-0.02 -0.40 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.03 -0.40 l +-0.04 -0.40 l +-3.62 0 l +cp p3 +np + 577.27 330.57 m +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.34 l +-0.08 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +572.65 365.52 lineto +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +565.01 400.47 lineto +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +566.06 435.42 lineto +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.34 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.34 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +573.20 470.37 lineto +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +577.52 505.32 lineto +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +3.84 0 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +584.95 478.41 lineto +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +591.81 443.46 lineto +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +595.42 408.51 lineto +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +587.74 373.56 lineto +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +584.01 338.61 lineto +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-5.00 0 l +cp p3 +np + 630.02 321.75 m +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.36 l +627.09 357.90 lineto +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.11 0.36 l +-0.10 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.11 0.37 l +-0.12 0.36 l +-0.11 0.36 l +-0.12 0.36 l +-0.12 0.36 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.14 0.37 l +-0.13 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.37 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.37 l +-0.15 0.36 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.36 l +-0.15 0.36 l +-0.15 0.37 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.36 l +-0.15 0.36 l +-0.14 0.36 l +-0.15 0.36 l +-0.14 0.37 l +-0.15 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.36 l +-0.14 0.37 l +-0.14 0.36 l +-0.14 0.36 l +617.08 394.06 lineto +-0.14 0.36 l +-0.13 0.36 l +-0.13 0.36 l +-0.13 0.37 l +-0.13 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.13 0.36 l +-0.12 0.36 l +-0.12 0.37 l +-0.12 0.36 l +-0.12 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.12 0.36 l +-0.11 0.37 l +-0.10 0.36 l +-0.11 0.36 l +-0.11 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0.01 0.36 l +0 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.37 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.06 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.10 0.36 l +0.10 0.36 l +0.10 0.36 l +0.10 0.36 l +0.11 0.36 l +0.11 0.37 l +0.10 0.36 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +615.14 430.22 lineto +0.12 0.36 l +0.12 0.36 l +0.12 0.36 l +0.13 0.36 l +0.12 0.36 l +0.13 0.37 l +0.12 0.36 l +0.13 0.36 l +0.13 0.36 l +0.12 0.36 l +0.13 0.36 l +0.13 0.36 l +0.13 0.37 l +0.12 0.36 l +0.13 0.36 l +0.13 0.36 l +0.13 0.36 l +0.12 0.36 l +0.13 0.37 l +0.13 0.36 l +0.12 0.36 l +0.13 0.36 l +0.12 0.36 l +0.13 0.36 l +0.12 0.36 l +0.12 0.37 l +0.12 0.36 l +0.12 0.36 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.37 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.10 0.36 l +0.10 0.37 l +0.10 0.36 l +0.10 0.36 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.07 0.36 l +0.08 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.05 0.36 l +0.05 0.36 l +0.06 0.37 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.04 0.37 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +622.95 466.37 lineto +0.03 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.07 0.37 l +0.06 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.08 0.37 l +0.08 0.36 l +0.07 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.37 l +0.09 0.36 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.37 l +0.10 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.07 0.36 l +0.08 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.06 0.36 l +0.07 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.04 0.36 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +0.04 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +629.51 502.53 lineto +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.02 0.37 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +2.99 0 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.36 l +0.07 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +638.36 474.69 lineto +0.08 -0.36 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.11 -0.36 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.36 l +0.10 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.12 -0.36 l +0.12 -0.36 l +0.12 -0.37 l +0.12 -0.36 l +644.58 438.53 lineto +0.12 -0.36 l +0.12 -0.36 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.37 l +0.13 -0.36 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.36 l +0.13 -0.36 l +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.36 l +0.13 -0.36 l +0.13 -0.36 l +0.12 -0.36 l +0.13 -0.37 l +0.12 -0.36 l +0.12 -0.36 l +0.13 -0.36 l +0.12 -0.36 l +0.12 -0.36 l +0.12 -0.37 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.06 -0.36 l +0.07 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +648.21 402.38 lineto +-0.10 -0.37 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.12 -0.36 l +-0.12 -0.37 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.13 -0.36 l +-0.13 -0.36 l +-0.14 -0.36 l +-0.13 -0.36 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.14 -0.37 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.14 -0.37 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.15 -0.37 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.15 -0.37 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.15 -0.36 l +-0.14 -0.36 l +-0.14 -0.37 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.14 -0.36 l +-0.13 -0.36 l +-0.14 -0.37 l +-0.13 -0.36 l +-0.14 -0.36 l +-0.13 -0.36 l +-0.12 -0.36 l +-0.13 -0.36 l +-0.13 -0.37 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.12 -0.36 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.11 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +636.44 366.22 lineto +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +633.40 330.06 lineto +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-2.57 0 l +cp p3 +np + 680.89 322.63 m +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +677.50 357.68 lineto +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.09 0.35 l +-0.09 0.36 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.36 l +-0.11 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.36 l +671.79 392.74 lineto +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.12 0.35 l +-0.13 0.36 l +-0.12 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.36 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.14 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.13 0.35 l +-0.12 0.35 l +-0.13 0.35 l +-0.12 0.36 l +-0.12 0.35 l +-0.12 0.35 l +-0.11 0.35 l +-0.12 0.35 l +-0.10 0.35 l +-0.11 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.08 0.35 l +0.08 0.36 l +0.09 0.35 l +0.09 0.35 l +0.10 0.35 l +0.10 0.35 l +663.81 427.79 lineto +0.12 0.35 l +0.12 0.35 l +0.13 0.35 l +0.13 0.35 l +0.13 0.35 l +0.14 0.35 l +0.15 0.35 l +0.14 0.35 l +0.16 0.35 l +0.15 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.36 l +0.18 0.35 l +0.17 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.35 l +0.19 0.35 l +0.18 0.35 l +0.19 0.35 l +0.18 0.35 l +0.19 0.35 l +0.18 0.35 l +0.19 0.35 l +0.18 0.35 l +0.18 0.35 l +0.18 0.35 l +0.19 0.35 l +0.17 0.35 l +0.18 0.36 l +0.18 0.35 l +0.17 0.35 l +0.17 0.35 l +0.17 0.35 l +0.16 0.35 l +0.17 0.35 l +0.16 0.35 l +0.15 0.35 l +0.16 0.35 l +0.15 0.35 l +0.15 0.35 l +0.14 0.35 l +0.14 0.35 l +0.13 0.35 l +0.14 0.35 l +0.13 0.35 l +0.12 0.35 l +0.12 0.35 l +0.12 0.36 l +0.11 0.35 l +0.11 0.35 l +0.10 0.35 l +0.10 0.35 l +0.10 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +674.26 462.84 lineto +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.36 l +0.06 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.09 0.35 l +0.09 0.35 l +0.08 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.36 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.10 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.09 0.35 l +0.08 0.35 l +0.09 0.35 l +0.09 0.35 l +0.08 0.35 l +0.09 0.35 l +0.08 0.35 l +0.09 0.36 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.08 0.35 l +0.07 0.35 l +0.08 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.05 0.36 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +680.48 497.89 lineto +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.36 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +3.76 0 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.36 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.09 -0.36 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.36 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.08 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.36 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +690.84 470.90 lineto +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.36 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.08 -0.35 l +0.07 -0.35 l +0.07 -0.35 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.35 l +0.11 -0.35 l +0.12 -0.36 l +0.12 -0.35 l +0.13 -0.35 l +0.12 -0.35 l +0.14 -0.35 l +0.13 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.18 -0.36 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.19 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.19 -0.35 l +0.19 -0.35 l +698.22 435.85 lineto +0.19 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.18 -0.35 l +0.17 -0.35 l +0.18 -0.35 l +0.17 -0.36 l +0.16 -0.35 l +0.17 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.16 -0.35 l +0.15 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.14 -0.35 l +0.13 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.12 -0.35 l +0.11 -0.35 l +0.10 -0.35 l +0.10 -0.35 l +0.09 -0.35 l +0.09 -0.35 l +0.08 -0.36 l +0.08 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.36 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.14 -0.36 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +696.68 400.80 lineto +-0.13 -0.35 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.13 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.13 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.36 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.12 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.12 -0.36 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.11 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.36 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +687.93 365.75 lineto +0 -0.35 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.36 l +685.86 330.69 lineto +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-3.90 0 l +cp p3 +np + 731.34 339.55 m +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.35 l +727.83 374.09 lineto +-0.03 0.35 l +-0.02 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.04 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.11 0.35 l +-0.10 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.13 0.35 l +-0.13 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.34 l +-0.15 0.35 l +-0.15 0.34 l +-0.14 0.35 l +-0.15 0.34 l +-0.16 0.35 l +-0.15 0.34 l +-0.16 0.35 l +-0.15 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.17 0.34 l +-0.16 0.35 l +-0.16 0.34 l +-0.17 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.17 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.16 0.34 l +-0.16 0.35 l +-0.15 0.34 l +-0.16 0.35 l +-0.15 0.35 l +-0.15 0.34 l +-0.15 0.35 l +-0.14 0.34 l +-0.15 0.35 l +-0.14 0.34 l +-0.14 0.35 l +-0.14 0.34 l +-0.13 0.35 l +-0.13 0.34 l +-0.14 0.35 l +-0.12 0.35 l +-0.13 0.34 l +-0.12 0.35 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.09 0.35 l +-0.09 0.34 l +716.59 408.64 lineto +-0.09 0.34 l +-0.08 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.06 0.35 l +-0.07 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.01 0.34 l +-0.01 0.35 l +0 0.35 l +0 0.34 l +0 0.35 l +0 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.07 0.35 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.35 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.10 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.10 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.10 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.11 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.35 l +0.10 0.34 l +0.10 0.35 l +0.09 0.35 l +0.10 0.34 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.08 0.35 l +0.09 0.34 l +0.08 0.35 l +0.09 0.35 l +721.80 443.18 lineto +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.34 l +0.08 0.35 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.04 0.35 l +0.05 0.34 l +0.04 0.35 l +0.05 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.04 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.34 l +0.05 0.35 l +0.05 0.34 l +0.04 0.35 l +0.05 0.35 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.07 0.34 l +0.07 0.35 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.35 l +0.09 0.34 l +0.10 0.35 l +0.10 0.34 l +0.09 0.35 l +0.10 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.35 l +0.10 0.34 l +0.11 0.35 l +0.11 0.35 l +0.10 0.34 l +727.58 477.73 lineto +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.12 0.35 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.11 0.35 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.11 0.35 l +0.10 0.34 l +0.11 0.35 l +0.10 0.35 l +0.10 0.34 l +0.10 0.35 l +0.10 0.34 l +0.10 0.35 l +0.09 0.34 l +0.10 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.35 l +0.09 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.07 0.34 l +0.07 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.35 l +0.04 0.34 l +0.04 0.35 l +0.05 0.35 l +0.03 0.34 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.35 l +733.18 512.27 lineto +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.35 l +0.01 0.34 l +2.07 0 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.08 -0.34 l +0.07 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +738.69 485.67 lineto +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.10 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.10 -0.35 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +745.55 451.13 lineto +0.04 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.09 -0.35 l +0.08 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.09 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.11 -0.34 l +0.10 -0.35 l +0.11 -0.35 l +0.10 -0.34 l +0.11 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.10 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.35 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +753.14 416.58 lineto +0 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.10 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.13 -0.35 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.13 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.35 l +-0.16 -0.34 l +-0.15 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.16 -0.34 l +-0.17 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.17 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.17 -0.34 l +-0.16 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.16 -0.34 l +-0.16 -0.35 l +-0.15 -0.35 l +-0.16 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.15 -0.35 l +-0.15 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.14 -0.34 l +-0.14 -0.35 l +-0.13 -0.35 l +-0.13 -0.34 l +-0.13 -0.35 l +-0.12 -0.34 l +-0.12 -0.35 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +741.98 382.04 lineto +-0.08 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.01 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.05 -0.34 l +738.75 347.49 lineto +-0.06 -0.34 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.34 l +-6.08 0 l +cp p3 +np + 783.47 334.98 m +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.35 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +779.68 369.06 lineto +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.12 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.35 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.11 0.34 l +769.99 403.14 lineto +-0.11 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.34 l +-0.11 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.10 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.09 0.34 l +-0.10 0.34 l +-0.08 0.35 l +-0.09 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.04 0.34 l +-0.05 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.03 0.34 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0.02 0.34 l +0.01 0.35 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.06 0.34 l +0.06 0.35 l +0.06 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.08 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.10 0.34 l +0.09 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.34 l +0.11 0.34 l +0.11 0.34 l +0.11 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.34 l +0.14 0.34 l +0.13 0.34 l +0.14 0.34 l +0.14 0.34 l +0.13 0.34 l +0.14 0.34 l +771.32 437.23 lineto +0.13 0.34 l +0.14 0.34 l +0.13 0.34 l +0.14 0.34 l +0.14 0.34 l +0.13 0.34 l +0.13 0.34 l +0.14 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.34 l +0.13 0.35 l +0.13 0.34 l +0.12 0.34 l +0.13 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.12 0.34 l +0.11 0.34 l +0.12 0.34 l +0.11 0.34 l +0.11 0.34 l +0.10 0.35 l +0.11 0.34 l +0.10 0.34 l +0.10 0.34 l +0.10 0.34 l +0.10 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.08 0.34 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.06 0.34 l +0.07 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.35 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.35 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.06 0.35 l +0.05 0.34 l +0.06 0.34 l +778.12 471.31 lineto +0.06 0.34 l +0.06 0.34 l +0.07 0.34 l +0.06 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.35 l +0.08 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.09 0.34 l +0.08 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.10 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.10 0.34 l +0.09 0.35 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.09 0.34 l +0.08 0.34 l +0.08 0.35 l +0.08 0.34 l +0.08 0.34 l +0.08 0.34 l +0.08 0.34 l +0.07 0.34 l +0.08 0.34 l +0.07 0.34 l +0.07 0.34 l +0.07 0.34 l +0.06 0.34 l +0.07 0.34 l +0.06 0.35 l +0.07 0.34 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.35 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.35 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +784.29 505.39 lineto +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.35 l +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +2.75 0 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.35 l +0.09 -0.34 l +0.10 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +791.94 479.15 lineto +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.35 l +0.09 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.35 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.08 -0.35 l +0.08 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.11 -0.34 l +797.60 445.06 lineto +0.11 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.14 -0.34 l +0.13 -0.34 l +0.14 -0.34 l +0.13 -0.34 l +0.14 -0.34 l +0.14 -0.34 l +0.13 -0.34 l +0.14 -0.35 l +0.14 -0.34 l +0.13 -0.34 l +0.14 -0.34 l +0.14 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.14 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.34 l +0.13 -0.35 l +0.12 -0.34 l +0.13 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.12 -0.34 l +0.11 -0.34 l +0.11 -0.34 l +0.10 -0.34 l +0.10 -0.34 l +0.10 -0.35 l +0.10 -0.34 l +0.09 -0.34 l +0.10 -0.34 l +0.08 -0.34 l +0.09 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.08 -0.34 l +0.07 -0.34 l +0.07 -0.34 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.34 l +0.06 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +803.98 410.98 lineto +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.12 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.35 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.11 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.10 -0.34 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +-0.09 -0.34 l +793.86 376.90 lineto +-0.09 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +789.20 342.82 lineto +-0.03 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-4.89 0 l +cp p3 +np + 836.40 320.69 m +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.39 l +831.50 358.84 lineto +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.38 l +826.79 396.98 lineto +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +821.93 435.12 lineto +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +829.29 473.26 lineto +0.07 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.39 l +835.74 511.41 lineto +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.38 l +2.76 0 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +843.84 482.04 lineto +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +851.18 443.90 lineto +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +849.74 405.75 lineto +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +844.85 367.61 lineto +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +839.21 329.47 lineto +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-2.11 0 l +cp p3 +np + 888.34 324.40 m +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +882.29 362.97 lineto +-0.12 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +877.14 401.53 lineto +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +874.17 440.09 lineto +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +881.90 478.66 lineto +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +887.54 517.22 lineto +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +2.49 0 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +893.96 487.53 lineto +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +901.54 448.96 lineto +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +902.98 410.40 lineto +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +897.97 371.84 lineto +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +889.94 333.27 lineto +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-1.30 0 l +cp p3 +np + 939.55 325.50 m +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +935.85 362.16 lineto +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.37 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +927.47 398.83 lineto +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.36 l +0 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.03 0.37 l +0.02 0.37 l +0.04 0.36 l +0.03 0.37 l +0.05 0.37 l +0.04 0.36 l +0.05 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.07 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.09 0.37 l +923.67 435.49 lineto +0.08 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.11 0.36 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.12 0.37 l +0.12 0.37 l +0.12 0.36 l +0.12 0.37 l +0.13 0.37 l +0.12 0.36 l +0.13 0.37 l +0.12 0.37 l +0.13 0.36 l +0.13 0.37 l +0.13 0.37 l +0.13 0.36 l +0.13 0.37 l +0.12 0.37 l +0.13 0.36 l +0.13 0.37 l +0.13 0.37 l +0.13 0.36 l +0.12 0.37 l +0.13 0.37 l +0.12 0.36 l +0.13 0.37 l +0.12 0.37 l +0.12 0.36 l +0.12 0.37 l +0.12 0.37 l +0.11 0.36 l +0.12 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.08 0.37 l +0.09 0.36 l +0.09 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.07 0.37 l +0.08 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.05 0.37 l +0.06 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.06 0.37 l +0.05 0.36 l +0.05 0.37 l +0.06 0.37 l +0.06 0.36 l +932.37 472.15 lineto +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.06 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.08 0.37 l +0.08 0.37 l +0.07 0.36 l +0.08 0.37 l +0.08 0.37 l +0.07 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.07 0.37 l +0.08 0.37 l +0.08 0.36 l +0.07 0.37 l +0.08 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.06 0.37 l +0.07 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.05 0.36 l +0.06 0.37 l +0.05 0.37 l +0.05 0.36 l +0.06 0.37 l +0.05 0.36 l +0.05 0.37 l +0.05 0.37 l +0.04 0.36 l +0.05 0.37 l +0.05 0.37 l +0.04 0.36 l +0.05 0.37 l +0.04 0.37 l +0.05 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.04 0.37 l +0.04 0.37 l +0.03 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.37 l +938.69 508.81 lineto +0.04 0.37 l +0.03 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.03 0.37 l +0.03 0.37 l +2.93 0 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +947.12 480.58 lineto +0.07 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.36 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.36 l +0.13 -0.37 l +0.13 -0.37 l +0.13 -0.36 l +954.72 443.92 lineto +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.37 l +0.13 -0.37 l +0.13 -0.36 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.36 l +0.13 -0.37 l +0.12 -0.37 l +0.12 -0.36 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +954.78 407.26 lineto +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.10 -0.37 l +947.40 370.59 lineto +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.10 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +942.02 333.93 lineto +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-1.95 0 l +cp p3 +np + 990.72 320.86 m +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.39 l +987.27 359.73 lineto +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +979.98 398.60 lineto +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0.01 0.39 l +0 0.39 l +0.01 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.04 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.09 0.38 l +976.28 437.46 lineto +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.38 l +0.12 0.39 l +0.13 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.39 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +984.95 476.33 lineto +0.06 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +990.44 515.20 lineto +0.03 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.02 0.38 l +2.76 0 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +997.56 485.27 lineto +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +1005.18 446.40 lineto +0.13 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.39 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +1005.13 407.53 lineto +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +998.89 368.67 lineto +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +994.01 329.80 lineto +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-2.68 0 l +cp p3 +np + 1042.56 318.73 m +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.40 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.40 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.40 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.40 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.40 l +1040.05 357.99 lineto +-0.06 0.39 l +-0.06 0.40 l +-0.05 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.40 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.40 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.40 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.40 l +-0.10 0.39 l +-0.09 0.39 l +-0.10 0.39 l +-0.11 0.40 l +-0.10 0.39 l +-0.11 0.39 l +-0.11 0.40 l +-0.11 0.39 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.40 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.13 0.40 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.40 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.40 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.40 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.40 l +-0.14 0.39 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.40 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.40 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.40 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.40 l +-0.12 0.39 l +-0.11 0.39 l +-0.11 0.40 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.40 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.40 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.40 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.40 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.40 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.40 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.39 l +1030.55 397.25 lineto +-0.03 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.40 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.40 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.40 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.07 0.40 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.39 l +-0.07 0.40 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.40 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.40 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.40 l +-0.09 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.40 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.40 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.40 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.40 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.40 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.40 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.03 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.40 l +0 0.39 l +-0.01 0.39 l +0 0.40 l +0 0.39 l +0.01 0.39 l +0.01 0.39 l +0.02 0.40 l +0.02 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.40 l +0.04 0.39 l +0.05 0.39 l +0.04 0.39 l +0.06 0.40 l +0.05 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +1027.54 436.51 lineto +0.09 0.40 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.10 0.40 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.11 0.40 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.11 0.40 l +0.12 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.40 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.12 0.40 l +0.11 0.39 l +0.12 0.39 l +0.12 0.40 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.40 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.11 0.40 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.10 0.40 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.40 l +0.09 0.39 l +0.10 0.39 l +0.10 0.39 l +0.09 0.40 l +0.09 0.39 l +0.09 0.39 l +0.09 0.40 l +0.09 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.40 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.40 l +0.07 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.40 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.40 l +0.07 0.39 l +0.07 0.39 l +0.06 0.40 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.40 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.40 l +0.07 0.39 l +0.08 0.39 l +1036.33 475.77 lineto +0.08 0.40 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.40 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.07 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.40 l +0.08 0.39 l +0.07 0.39 l +0.08 0.40 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.40 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.40 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.40 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.06 0.40 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.05 0.40 l +0.06 0.39 l +0.06 0.39 l +0.05 0.40 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.05 0.40 l +0.05 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.40 l +0.05 0.39 l +0.04 0.39 l +0.05 0.39 l +0.04 0.40 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.40 l +0.04 0.39 l +0.04 0.39 l +0.04 0.40 l +0.04 0.39 l +0.03 0.39 l +0.04 0.39 l +0.03 0.40 l +0.04 0.39 l +0.03 0.39 l +0.03 0.39 l +0.04 0.40 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.40 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.40 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.40 l +0.02 0.39 l +0.03 0.39 l +1042.15 515.04 lineto +0.02 0.39 l +0.03 0.39 l +0.03 0.39 l +0.02 0.40 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.40 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +2.34 0 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.40 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.40 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.40 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.40 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.40 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.40 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.40 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.40 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.40 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.40 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.40 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.40 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.40 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.40 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.40 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.40 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +1049.05 484.80 lineto +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.40 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.40 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.40 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.40 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.40 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.40 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.40 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.40 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +1057.14 445.54 lineto +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.40 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.40 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.40 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.40 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.40 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.40 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.40 l +0.07 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.40 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.40 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.01 -0.40 l +0.02 -0.39 l +0 -0.39 l +0.01 -0.39 l +0 -0.40 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.40 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.40 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.40 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.07 -0.40 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.40 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.40 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.40 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.40 l +1057.39 406.28 lineto +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.40 l +-0.05 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.40 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.40 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.40 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.40 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.07 -0.40 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.40 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.40 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.40 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.40 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.40 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.40 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.40 l +-0.13 -0.39 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.14 -0.40 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.14 -0.40 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.40 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.14 -0.40 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.40 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.13 -0.40 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.11 -0.40 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.11 -0.40 l +1048.97 367.02 lineto +-0.11 -0.39 l +-0.10 -0.40 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.40 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.08 -0.40 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.40 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.06 -0.40 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.40 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.40 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.40 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.40 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.01 -0.39 l +1045.06 327.76 lineto +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.40 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.01 -0.39 l +-0.02 -0.39 l +-2.08 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +62.63 308.40 0.89 c p3 +71.12 308.40 0.89 c p3 +58.15 386.63 0.89 c p3 +73.84 308.40 0.89 c p3 +69.55 425.48 0.89 c p3 +63.54 308.40 0.89 c p3 +61.80 350.24 0.89 c p3 +62.14 472.10 0.89 c p3 +63.50 308.40 0.89 c p3 +63.82 308.40 0.89 c p3 +61.89 328.12 0.89 c p3 +64.26 403.69 0.89 c p3 +62.86 308.40 0.89 c p3 +56.61 386.92 0.89 c p3 +68.24 409.45 0.89 c p3 +72.80 499.85 0.89 c p3 +70.10 319.33 0.89 c p3 +60.58 408.65 0.89 c p3 +70.19 516.20 0.89 c p3 +55.50 436.57 0.89 c p3 +61.85 467.72 0.89 c p3 +58.67 308.40 0.89 c p3 +62.81 308.40 0.89 c p3 +54.79 308.40 0.89 c p3 +66.07 308.40 0.89 c p3 +60.89 308.40 0.89 c p3 +64.25 371.26 0.89 c p3 +67.61 308.40 0.89 c p3 +61.64 308.40 0.89 c p3 +62.26 348.15 0.89 c p3 +59.63 465.99 0.89 c p3 +64.40 308.40 0.89 c p3 +71.09 472.96 0.89 c p3 +59.92 410.31 0.89 c p3 +64.88 480.01 0.89 c p3 +57.84 431.82 0.89 c p3 +60.96 308.40 0.89 c p3 +63.97 308.40 0.89 c p3 +56.28 308.40 0.89 c p3 +71.21 308.40 0.89 c p3 +57.32 410.33 0.89 c p3 +55.18 474.78 0.89 c p3 +62.58 497.99 0.89 c p3 +66.10 408.04 0.89 c p3 +68.31 308.40 0.89 c p3 +70.99 404.51 0.89 c p3 +67.15 308.40 0.89 c p3 +69.46 399.42 0.89 c p3 +70.36 383.46 0.89 c p3 +54.75 352.06 0.89 c p3 +56.61 323.34 0.89 c p3 +73.45 308.40 0.89 c p3 +64.65 308.40 0.89 c p3 +64.03 327.02 0.89 c p3 +74.30 424.10 0.89 c p3 +63.79 308.40 0.89 c p3 +58.39 418.71 0.89 c p3 +73.25 308.40 0.89 c p3 +57.07 308.40 0.89 c p3 +67.93 308.40 0.89 c p3 +71.91 308.40 0.89 c p3 +57.63 308.40 0.89 c p3 +73.17 405.94 0.89 c p3 +60.25 425.58 0.89 c p3 +69.98 407.00 0.89 c p3 +56.36 389.27 0.89 c p3 +59.90 308.40 0.89 c p3 +74.66 455.07 0.89 c p3 +59.64 308.40 0.89 c p3 +67.07 308.40 0.89 c p3 +72.10 402.71 0.89 c p3 +66.40 407.85 0.89 c p3 +67.51 308.40 0.89 c p3 +61.54 308.40 0.89 c p3 +54.35 412.54 0.89 c p3 +60.21 476.04 0.89 c p3 +54.43 453.30 0.89 c p3 +69.41 425.57 0.89 c p3 +68.75 460.09 0.89 c p3 +60.44 440.96 0.89 c p3 +69.89 461.98 0.89 c p3 +70.26 450.90 0.89 c p3 +58.32 469.78 0.89 c p3 +68.93 402.86 0.89 c p3 +55.49 405.03 0.89 c p3 +64.37 419.55 0.89 c p3 +55.15 413.85 0.89 c p3 +61.41 419.68 0.89 c p3 +65.40 308.40 0.89 c p3 +73.81 437.47 0.89 c p3 +71.14 411.21 0.89 c p3 +57.92 418.03 0.89 c p3 +57.46 422.94 0.89 c p3 +55.13 436.04 0.89 c p3 +65.74 356.57 0.89 c p3 +57.92 448.37 0.89 c p3 +65.16 420.63 0.89 c p3 +63.05 377.68 0.89 c p3 +69.34 428.77 0.89 c p3 +65.51 427.69 0.89 c p3 +66.18 421.44 0.89 c p3 +66.37 413.12 0.89 c p3 +72.50 452.85 0.89 c p3 +68.55 409.74 0.89 c p3 +60.63 478.55 0.89 c p3 +60.66 425.84 0.89 c p3 +69.33 385.90 0.89 c p3 +55.13 363.61 0.89 c p3 +55.67 308.40 0.89 c p3 +70.72 451.19 0.89 c p3 +62.39 385.88 0.89 c p3 +58.48 426.83 0.89 c p3 +59.09 374.92 0.89 c p3 +72.69 308.40 0.89 c p3 +74.59 405.62 0.89 c p3 +70.26 359.03 0.89 c p3 +73.33 308.40 0.89 c p3 +66.23 429.69 0.89 c p3 +59.06 308.40 0.89 c p3 +74.44 406.92 0.89 c p3 +62.03 424.69 0.89 c p3 +55.04 386.58 0.89 c p3 +63.52 429.23 0.89 c p3 +70.82 308.40 0.89 c p3 +73.06 308.40 0.89 c p3 +73.16 308.40 0.89 c p3 +69.25 308.40 0.89 c p3 +65.15 308.40 0.89 c p3 +69.43 308.40 0.89 c p3 +73.60 308.40 0.89 c p3 +67.12 308.40 0.89 c p3 +72.76 308.40 0.89 c p3 +63.74 418.30 0.89 c p3 +65.80 308.40 0.89 c p3 +66.92 381.53 0.89 c p3 +56.81 418.83 0.89 c p3 +57.86 308.40 0.89 c p3 +56.12 444.41 0.89 c p3 +59.11 453.78 0.89 c p3 +54.22 436.44 0.89 c p3 +68.92 414.87 0.89 c p3 +59.47 433.85 0.89 c p3 +70.36 426.82 0.89 c p3 +57.13 410.49 0.89 c p3 +67.30 308.40 0.89 c p3 +112.22 308.40 0.89 c p3 +110.79 308.40 0.89 c p3 +121.06 388.13 0.89 c p3 +110.95 308.40 0.89 c p3 +122.48 422.70 0.89 c p3 +117.65 308.40 0.89 c p3 +120.96 343.91 0.89 c p3 +116.04 470.62 0.89 c p3 +108.76 308.40 0.89 c p3 +112.14 308.40 0.89 c p3 +125.10 308.40 0.89 c p3 +114.40 397.88 0.89 c p3 +110.77 308.40 0.89 c p3 +122.62 377.10 0.89 c p3 +113.06 379.64 0.89 c p3 +120.27 493.25 0.89 c p3 +125.13 308.40 0.89 c p3 +107.31 361.66 0.89 c p3 +106.23 524.93 0.89 c p3 +119.31 434.39 0.89 c p3 +120.47 466.66 0.89 c p3 +110.87 308.40 0.89 c p3 +115.21 308.40 0.89 c p3 +118.85 308.40 0.89 c p3 +125.55 308.40 0.89 c p3 +116.18 341.47 0.89 c p3 +117.84 350.64 0.89 c p3 +114.37 308.40 0.89 c p3 +124.81 308.40 0.89 c p3 +125.72 353.42 0.89 c p3 +125.24 463.67 0.89 c p3 +124.91 308.40 0.89 c p3 +121.82 470.99 0.89 c p3 +107.68 410.08 0.89 c p3 +124.48 478.82 0.89 c p3 +118.03 428.35 0.89 c p3 +124.10 308.40 0.89 c p3 +124.42 308.40 0.89 c p3 +126.23 308.40 0.89 c p3 +119.02 308.40 0.89 c p3 +106.58 419.71 0.89 c p3 +106.63 478.00 0.89 c p3 +122.46 511.71 0.89 c p3 +120.12 395.51 0.89 c p3 +123.74 308.40 0.89 c p3 +117.46 396.96 0.89 c p3 +117.36 308.40 0.89 c p3 +126.21 396.26 0.89 c p3 +119.26 382.10 0.89 c p3 +106.10 366.13 0.89 c p3 +125.76 308.40 0.89 c p3 +126.18 329.24 0.89 c p3 +120.70 308.40 0.89 c p3 +108.31 308.40 0.89 c p3 +113.65 420.96 0.89 c p3 +105.91 308.40 0.89 c p3 +111.74 419.24 0.89 c p3 +118.65 308.40 0.89 c p3 +118.26 308.40 0.89 c p3 +106.84 308.40 0.89 c p3 +114.91 308.40 0.89 c p3 +124.35 308.40 0.89 c p3 +106.13 422.32 0.89 c p3 +117.11 436.46 0.89 c p3 +112.39 412.32 0.89 c p3 +109.14 384.86 0.89 c p3 +108.77 308.40 0.89 c p3 +110.89 459.10 0.89 c p3 +124.73 308.40 0.89 c p3 +106.68 308.40 0.89 c p3 +118.32 402.90 0.89 c p3 +112.53 412.76 0.89 c p3 +115.61 308.40 0.89 c p3 +117.87 308.40 0.89 c p3 +112.30 409.11 0.89 c p3 +115.93 472.99 0.89 c p3 +111.27 450.36 0.89 c p3 +125.86 424.56 0.89 c p3 +117.92 457.70 0.89 c p3 +122.43 435.64 0.89 c p3 +109.47 458.51 0.89 c p3 +116.61 448.41 0.89 c p3 +122.07 467.38 0.89 c p3 +124.61 377.97 0.89 c p3 +116.52 405.52 0.89 c p3 +116.22 416.98 0.89 c p3 +115.24 405.92 0.89 c p3 +124.84 408.47 0.89 c p3 +108.04 308.40 0.89 c p3 +121.20 435.17 0.89 c p3 +121.34 404.98 0.89 c p3 +124.27 412.42 0.89 c p3 +117.47 419.85 0.89 c p3 +106.43 435.29 0.89 c p3 +111.46 308.40 0.89 c p3 +116.53 446.05 0.89 c p3 +116.93 418.56 0.89 c p3 +107.99 395.04 0.89 c p3 +122.17 427.88 0.89 c p3 +120.72 424.66 0.89 c p3 +123.28 419.80 0.89 c p3 +116.23 403.24 0.89 c p3 +111.65 450.31 0.89 c p3 +121.28 407.62 0.89 c p3 +110.71 475.63 0.89 c p3 +112.27 422.19 0.89 c p3 +119.35 362.57 0.89 c p3 +114.04 356.28 0.89 c p3 +116.02 308.40 0.89 c p3 +124.24 444.50 0.89 c p3 +122.29 385.72 0.89 c p3 +114.17 424.04 0.89 c p3 +116.66 308.40 0.89 c p3 +112.34 358.18 0.89 c p3 +118.92 397.53 0.89 c p3 +110.08 351.75 0.89 c p3 +120.23 308.40 0.89 c p3 +118.60 426.28 0.89 c p3 +119.01 358.13 0.89 c p3 +114.87 404.38 0.89 c p3 +106.04 423.00 0.89 c p3 +116.86 381.63 0.89 c p3 +108.07 485.83 0.89 c p3 +119.56 308.40 0.89 c p3 +112.39 308.40 0.89 c p3 +106.30 308.40 0.89 c p3 +121.45 308.40 0.89 c p3 +118.32 308.40 0.89 c p3 +105.73 308.40 0.89 c p3 +112.57 308.40 0.89 c p3 +113.90 308.40 0.89 c p3 +106.78 308.40 0.89 c p3 +124.26 424.09 0.89 c p3 +122.80 333.12 0.89 c p3 +123.16 381.21 0.89 c p3 +107.00 423.77 0.89 c p3 +122.03 308.40 0.89 c p3 +116.97 441.62 0.89 c p3 +122.25 451.25 0.89 c p3 +118.98 433.36 0.89 c p3 +107.14 412.83 0.89 c p3 +113.91 431.26 0.89 c p3 +123.96 425.11 0.89 c p3 +120.19 409.26 0.89 c p3 +112.88 308.40 0.89 c p3 +158.55 308.40 0.89 c p3 +164.63 308.40 0.89 c p3 +176.13 386.89 0.89 c p3 +174.17 308.40 0.89 c p3 +164.46 422.49 0.89 c p3 +166.66 308.40 0.89 c p3 +170.20 353.68 0.89 c p3 +166.66 470.44 0.89 c p3 +169.67 332.35 0.89 c p3 +169.46 308.40 0.89 c p3 +175.67 308.40 0.89 c p3 +173.24 398.19 0.89 c p3 +176.86 308.40 0.89 c p3 +162.42 376.56 0.89 c p3 +166.38 381.42 0.89 c p3 +158.34 467.12 0.89 c p3 +167.45 327.92 0.89 c p3 +166.96 367.83 0.89 c p3 +166.79 511.22 0.89 c p3 +163.54 434.37 0.89 c p3 +169.17 466.89 0.89 c p3 +171.86 308.40 0.89 c p3 +174.90 308.40 0.89 c p3 +168.38 308.40 0.89 c p3 +171.96 308.40 0.89 c p3 +171.94 308.40 0.89 c p3 +172.44 339.72 0.89 c p3 +172.79 308.40 0.89 c p3 +164.31 308.40 0.89 c p3 +166.98 308.40 0.89 c p3 +169.75 456.58 0.89 c p3 +165.78 308.40 0.89 c p3 +173.91 472.63 0.89 c p3 +164.95 415.59 0.89 c p3 +169.97 462.86 0.89 c p3 +172.20 427.44 0.89 c p3 +159.82 308.40 0.89 c p3 +176.46 308.40 0.89 c p3 +173.55 308.40 0.89 c p3 +175.03 308.40 0.89 c p3 +174.71 413.79 0.89 c p3 +173.98 462.26 0.89 c p3 +158.05 496.79 0.89 c p3 +175.34 403.84 0.89 c p3 +165.60 308.40 0.89 c p3 +168.41 396.69 0.89 c p3 +163.09 308.40 0.89 c p3 +171.98 397.15 0.89 c p3 +174.98 381.10 0.89 c p3 +173.08 385.67 0.89 c p3 +165.07 308.40 0.89 c p3 +172.50 308.40 0.89 c p3 +172.80 308.40 0.89 c p3 +171.67 336.96 0.89 c p3 +172.96 422.82 0.89 c p3 +170.99 308.40 0.89 c p3 +167.17 419.51 0.89 c p3 +161.39 308.40 0.89 c p3 +159.52 308.40 0.89 c p3 +162.76 308.40 0.89 c p3 +177.13 308.40 0.89 c p3 +174.02 308.40 0.89 c p3 +159.63 403.34 0.89 c p3 +169.32 424.61 0.89 c p3 +158.30 423.46 0.89 c p3 +174.94 385.19 0.89 c p3 +169.43 308.40 0.89 c p3 +169.15 447.99 0.89 c p3 +172.17 308.40 0.89 c p3 +170.98 308.40 0.89 c p3 +161.47 402.79 0.89 c p3 +170.36 413.86 0.89 c p3 +165.79 308.40 0.89 c p3 +171.41 308.40 0.89 c p3 +173.47 411.63 0.89 c p3 +163.74 475.22 0.89 c p3 +170.06 452.56 0.89 c p3 +172.58 424.14 0.89 c p3 +158.19 461.02 0.89 c p3 +174.03 439.94 0.89 c p3 +157.82 461.03 0.89 c p3 +169.01 450.92 0.89 c p3 +170.77 469.65 0.89 c p3 +174.49 399.49 0.89 c p3 +168.91 405.95 0.89 c p3 +169.83 418.58 0.89 c p3 +161.46 413.46 0.89 c p3 +173.37 416.80 0.89 c p3 +166.02 308.40 0.89 c p3 +163.68 438.16 0.89 c p3 +172.44 409.79 0.89 c p3 +161.91 417.96 0.89 c p3 +160.67 419.79 0.89 c p3 +171.02 436.72 0.89 c p3 +157.94 384.58 0.89 c p3 +170.90 448.89 0.89 c p3 +160.01 421.49 0.89 c p3 +172.01 352.42 0.89 c p3 +173.87 431.24 0.89 c p3 +159.33 430.42 0.89 c p3 +165.73 419.53 0.89 c p3 +176.84 412.44 0.89 c p3 +157.88 452.27 0.89 c p3 +168.81 408.40 0.89 c p3 +168.37 476.03 0.89 c p3 +173.54 421.54 0.89 c p3 +169.31 378.64 0.89 c p3 +157.75 308.40 0.89 c p3 +173.87 308.40 0.89 c p3 +159.63 433.30 0.89 c p3 +168.08 387.22 0.89 c p3 +174.93 425.82 0.89 c p3 +170.04 308.40 0.89 c p3 +173.77 355.96 0.89 c p3 +160.13 398.13 0.89 c p3 +171.45 354.75 0.89 c p3 +158.45 308.40 0.89 c p3 +159.83 428.88 0.89 c p3 +158.02 308.40 0.89 c p3 +161.90 405.42 0.89 c p3 +177.33 424.02 0.89 c p3 +157.28 396.87 0.89 c p3 +170.86 432.02 0.89 c p3 +172.18 365.65 0.89 c p3 +166.00 308.40 0.89 c p3 +177.50 308.40 0.89 c p3 +171.45 330.03 0.89 c p3 +170.71 308.40 0.89 c p3 +169.58 308.40 0.89 c p3 +159.56 308.40 0.89 c p3 +166.14 308.40 0.89 c p3 +163.46 308.40 0.89 c p3 +177.73 422.38 0.89 c p3 +165.70 320.21 0.89 c p3 +160.55 382.79 0.89 c p3 +159.73 418.83 0.89 c p3 +163.75 308.40 0.89 c p3 +174.18 441.58 0.89 c p3 +167.95 451.85 0.89 c p3 +175.68 434.30 0.89 c p3 +169.79 413.54 0.89 c p3 +175.87 432.62 0.89 c p3 +176.06 426.04 0.89 c p3 +157.19 411.93 0.89 c p3 +170.42 308.40 0.89 c p3 +221.36 308.40 0.89 c p3 +224.13 308.40 0.89 c p3 +228.73 386.84 0.89 c p3 +216.27 308.40 0.89 c p3 +213.27 423.22 0.89 c p3 +216.87 308.40 0.89 c p3 +226.69 308.40 0.89 c p3 +227.85 471.04 0.89 c p3 +219.91 308.40 0.89 c p3 +224.68 308.40 0.89 c p3 +229.08 308.40 0.89 c p3 +222.56 403.00 0.89 c p3 +228.44 308.40 0.89 c p3 +220.91 377.90 0.89 c p3 +214.58 399.47 0.89 c p3 +227.44 501.22 0.89 c p3 +209.17 308.40 0.89 c p3 +212.49 403.80 0.89 c p3 +210.98 517.15 0.89 c p3 +226.32 433.95 0.89 c p3 +209.65 466.79 0.89 c p3 +221.78 308.40 0.89 c p3 +217.70 308.40 0.89 c p3 +210.91 308.40 0.89 c p3 +215.96 308.40 0.89 c p3 +221.02 308.40 0.89 c p3 +224.15 383.14 0.89 c p3 +209.15 308.40 0.89 c p3 +220.74 308.40 0.89 c p3 +210.05 367.15 0.89 c p3 +213.77 467.80 0.89 c p3 +211.90 308.40 0.89 c p3 +217.81 473.08 0.89 c p3 +226.28 411.15 0.89 c p3 +221.73 479.32 0.89 c p3 +228.31 428.47 0.89 c p3 +222.63 308.40 0.89 c p3 +212.49 346.62 0.89 c p3 +213.20 308.40 0.89 c p3 +213.11 308.40 0.89 c p3 +220.35 417.01 0.89 c p3 +219.17 475.68 0.89 c p3 +224.76 498.41 0.89 c p3 +216.24 421.08 0.89 c p3 +217.35 308.40 0.89 c p3 +225.11 397.21 0.89 c p3 +227.36 308.40 0.89 c p3 +229.03 398.65 0.89 c p3 +212.38 382.18 0.89 c p3 +225.05 358.40 0.89 c p3 +228.20 325.01 0.89 c p3 +211.95 338.49 0.89 c p3 +216.51 308.40 0.89 c p3 +209.83 308.40 0.89 c p3 +226.28 423.92 0.89 c p3 +209.81 308.40 0.89 c p3 +216.55 418.86 0.89 c p3 +222.26 308.40 0.89 c p3 +217.71 308.40 0.89 c p3 +218.97 308.40 0.89 c p3 +219.84 308.40 0.89 c p3 +221.87 308.40 0.89 c p3 +222.75 411.96 0.89 c p3 +219.54 429.65 0.89 c p3 +227.53 403.47 0.89 c p3 +222.23 392.20 0.89 c p3 +223.03 308.40 0.89 c p3 +227.47 463.94 0.89 c p3 +224.15 308.40 0.89 c p3 +226.97 308.40 0.89 c p3 +225.75 404.92 0.89 c p3 +209.34 413.88 0.89 c p3 +228.03 359.85 0.89 c p3 +213.34 308.40 0.89 c p3 +218.09 412.75 0.89 c p3 +222.88 475.74 0.89 c p3 +210.86 453.09 0.89 c p3 +223.90 424.41 0.89 c p3 +211.62 460.68 0.89 c p3 +226.75 440.24 0.89 c p3 +224.35 461.41 0.89 c p3 +218.90 451.42 0.89 c p3 +210.59 470.19 0.89 c p3 +209.24 389.77 0.89 c p3 +214.29 411.41 0.89 c p3 +226.47 421.68 0.89 c p3 +210.37 412.89 0.89 c p3 +226.57 412.74 0.89 c p3 +213.58 308.40 0.89 c p3 +225.11 436.23 0.89 c p3 +218.54 408.05 0.89 c p3 +225.95 416.97 0.89 c p3 +210.82 420.49 0.89 c p3 +215.26 437.32 0.89 c p3 +211.58 369.40 0.89 c p3 +209.68 447.82 0.89 c p3 +213.88 420.24 0.89 c p3 +219.34 380.88 0.89 c p3 +221.98 431.26 0.89 c p3 +213.80 426.55 0.89 c p3 +216.52 418.74 0.89 c p3 +210.28 411.25 0.89 c p3 +217.21 451.31 0.89 c p3 +220.09 409.08 0.89 c p3 +209.30 477.32 0.89 c p3 +229.25 422.77 0.89 c p3 +223.44 381.43 0.89 c p3 +224.90 395.62 0.89 c p3 +209.64 355.95 0.89 c p3 +229.19 450.32 0.89 c p3 +226.17 384.80 0.89 c p3 +218.02 427.54 0.89 c p3 +225.24 364.22 0.89 c p3 +218.50 359.55 0.89 c p3 +219.39 397.16 0.89 c p3 +220.85 356.65 0.89 c p3 +218.81 308.40 0.89 c p3 +211.63 427.94 0.89 c p3 +225.68 308.40 0.89 c p3 +225.50 405.32 0.89 c p3 +221.13 423.83 0.89 c p3 +227.72 396.60 0.89 c p3 +218.32 427.38 0.89 c p3 +229.14 308.40 0.89 c p3 +211.76 308.40 0.89 c p3 +212.73 308.40 0.89 c p3 +228.69 341.64 0.89 c p3 +217.03 308.40 0.89 c p3 +216.56 308.40 0.89 c p3 +226.59 346.87 0.89 c p3 +220.84 308.40 0.89 c p3 +218.17 308.40 0.89 c p3 +209.79 418.03 0.89 c p3 +216.57 343.10 0.89 c p3 +228.02 383.12 0.89 c p3 +216.21 421.90 0.89 c p3 +220.84 308.40 0.89 c p3 +222.46 441.37 0.89 c p3 +225.29 452.09 0.89 c p3 +210.48 435.50 0.89 c p3 +218.01 412.77 0.89 c p3 +226.04 431.68 0.89 c p3 +218.55 427.06 0.89 c p3 +219.18 409.15 0.89 c p3 +223.70 308.40 0.89 c p3 +270.90 308.40 0.89 c p3 +274.96 308.40 0.89 c p3 +266.87 385.54 0.89 c p3 +274.84 308.40 0.89 c p3 +262.75 423.11 0.89 c p3 +263.29 308.40 0.89 c p3 +277.47 351.18 0.89 c p3 +262.55 471.17 0.89 c p3 +279.63 334.27 0.89 c p3 +271.18 321.92 0.89 c p3 +273.77 308.40 0.89 c p3 +272.15 398.82 0.89 c p3 +269.74 308.40 0.89 c p3 +266.53 378.05 0.89 c p3 +279.11 377.69 0.89 c p3 +277.14 487.65 0.89 c p3 +265.78 308.40 0.89 c p3 +274.90 367.77 0.89 c p3 +261.13 519.42 0.89 c p3 +276.45 434.30 0.89 c p3 +265.70 467.39 0.89 c p3 +270.92 308.40 0.89 c p3 +275.95 308.40 0.89 c p3 +265.54 308.40 0.89 c p3 +272.13 308.40 0.89 c p3 +273.01 308.40 0.89 c p3 +261.02 346.77 0.89 c p3 +271.37 308.40 0.89 c p3 +270.81 308.40 0.89 c p3 +260.63 356.98 0.89 c p3 +276.10 462.00 0.89 c p3 +260.56 308.40 0.89 c p3 +270.17 472.65 0.89 c p3 +262.50 409.08 0.89 c p3 +266.57 470.27 0.89 c p3 +277.53 426.62 0.89 c p3 +267.48 308.40 0.89 c p3 +271.25 308.40 0.89 c p3 +260.81 308.40 0.89 c p3 +271.58 308.40 0.89 c p3 +278.32 416.24 0.89 c p3 +262.83 471.81 0.89 c p3 +280.76 504.11 0.89 c p3 +262.49 400.64 0.89 c p3 +279.20 308.40 0.89 c p3 +279.44 398.66 0.89 c p3 +265.90 308.40 0.89 c p3 +269.98 398.13 0.89 c p3 +263.08 382.59 0.89 c p3 +260.71 367.29 0.89 c p3 +275.86 308.40 0.89 c p3 +265.39 337.86 0.89 c p3 +276.41 308.40 0.89 c p3 +268.98 308.40 0.89 c p3 +265.48 423.72 0.89 c p3 +266.42 308.40 0.89 c p3 +280.58 419.98 0.89 c p3 +270.55 308.40 0.89 c p3 +263.33 308.40 0.89 c p3 +266.13 308.40 0.89 c p3 +269.07 308.40 0.89 c p3 +271.36 308.40 0.89 c p3 +262.27 403.45 0.89 c p3 +274.89 431.86 0.89 c p3 +270.06 418.77 0.89 c p3 +272.31 383.42 0.89 c p3 +268.68 308.40 0.89 c p3 +260.89 464.29 0.89 c p3 +273.52 308.40 0.89 c p3 +263.03 308.40 0.89 c p3 +277.42 400.24 0.89 c p3 +273.72 417.03 0.89 c p3 +262.41 308.40 0.89 c p3 +263.13 308.40 0.89 c p3 +268.45 413.88 0.89 c p3 +280.01 475.41 0.89 c p3 +262.45 453.52 0.89 c p3 +261.69 425.59 0.89 c p3 +273.86 460.34 0.89 c p3 +275.64 438.88 0.89 c p3 +268.31 461.72 0.89 c p3 +268.18 452.12 0.89 c p3 +276.68 470.04 0.89 c p3 +264.14 393.17 0.89 c p3 +265.04 402.12 0.89 c p3 +263.75 420.36 0.89 c p3 +263.49 412.63 0.89 c p3 +273.82 417.92 0.89 c p3 +270.27 308.40 0.89 c p3 +275.01 436.40 0.89 c p3 +266.23 411.38 0.89 c p3 +280.02 420.34 0.89 c p3 +279.54 420.35 0.89 c p3 +275.90 438.24 0.89 c p3 +261.52 308.40 0.89 c p3 +270.67 448.01 0.89 c p3 +265.89 419.47 0.89 c p3 +275.39 383.34 0.89 c p3 +263.47 432.40 0.89 c p3 +268.71 427.77 0.89 c p3 +277.08 422.15 0.89 c p3 +278.35 410.69 0.89 c p3 +262.52 452.75 0.89 c p3 +269.25 411.54 0.89 c p3 +280.68 477.88 0.89 c p3 +261.12 423.87 0.89 c p3 +264.61 376.30 0.89 c p3 +277.07 308.40 0.89 c p3 +261.03 308.40 0.89 c p3 +274.89 445.83 0.89 c p3 +267.81 387.11 0.89 c p3 +272.20 426.17 0.89 c p3 +262.22 308.40 0.89 c p3 +260.95 356.86 0.89 c p3 +268.64 401.87 0.89 c p3 +279.30 308.40 0.89 c p3 +261.91 308.40 0.89 c p3 +260.72 428.34 0.89 c p3 +271.53 308.40 0.89 c p3 +260.81 404.84 0.89 c p3 +279.52 424.08 0.89 c p3 +270.95 396.99 0.89 c p3 +264.80 425.18 0.89 c p3 +271.40 308.40 0.89 c p3 +275.23 308.40 0.89 c p3 +272.49 308.40 0.89 c p3 +263.63 308.40 0.89 c p3 +267.06 308.40 0.89 c p3 +264.96 308.40 0.89 c p3 +277.36 308.40 0.89 c p3 +274.16 308.40 0.89 c p3 +261.95 308.40 0.89 c p3 +275.10 422.65 0.89 c p3 +280.29 333.65 0.89 c p3 +277.87 383.31 0.89 c p3 +266.20 422.39 0.89 c p3 +277.58 308.40 0.89 c p3 +266.96 442.78 0.89 c p3 +271.97 453.03 0.89 c p3 +276.99 436.86 0.89 c p3 +280.45 413.09 0.89 c p3 +262.50 433.91 0.89 c p3 +280.01 427.86 0.89 c p3 +273.93 414.61 0.89 c p3 +272.43 308.40 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +369.09 308.40 0.89 c p3 +364.38 492.62 0.89 c p3 +383.38 391.75 0.89 c p3 +366.77 394.07 0.89 c p3 +370.54 438.92 0.89 c p3 +383.90 308.40 0.89 c p3 +381.52 378.52 0.89 c p3 +381.12 478.94 0.89 c p3 +376.76 344.92 0.89 c p3 +382.94 308.40 0.89 c p3 +375.20 308.40 0.89 c p3 +371.07 397.82 0.89 c p3 +368.96 308.40 0.89 c p3 +379.81 387.88 0.89 c p3 +373.35 391.63 0.89 c p3 +372.63 493.58 0.89 c p3 +371.31 324.15 0.89 c p3 +366.90 384.90 0.89 c p3 +378.07 520.87 0.89 c p3 +381.68 450.70 0.89 c p3 +377.10 472.68 0.89 c p3 +372.88 308.40 0.89 c p3 +375.10 308.40 0.89 c p3 +366.83 308.40 0.89 c p3 +370.31 308.40 0.89 c p3 +375.12 328.06 0.89 c p3 +381.48 370.45 0.89 c p3 +366.03 340.64 0.89 c p3 +381.88 308.40 0.89 c p3 +363.35 347.69 0.89 c p3 +370.13 467.99 0.89 c p3 +372.00 308.40 0.89 c p3 +381.45 483.34 0.89 c p3 +373.24 411.85 0.89 c p3 +376.75 486.83 0.89 c p3 +380.40 430.42 0.89 c p3 +368.35 308.40 0.89 c p3 +371.59 346.00 0.89 c p3 +370.39 308.40 0.89 c p3 +371.13 308.40 0.89 c p3 +368.99 308.40 0.89 c p3 +372.02 480.94 0.89 c p3 +364.88 512.41 0.89 c p3 +370.79 400.27 0.89 c p3 +376.30 357.71 0.89 c p3 +382.61 383.81 0.89 c p3 +368.42 308.40 0.89 c p3 +365.06 403.80 0.89 c p3 +379.77 394.15 0.89 c p3 +378.60 308.40 0.89 c p3 +367.32 308.40 0.89 c p3 +383.44 367.05 0.89 c p3 +375.40 308.40 0.89 c p3 +373.58 308.40 0.89 c p3 +379.16 431.83 0.89 c p3 +380.41 308.40 0.89 c p3 +363.33 441.46 0.89 c p3 +375.93 308.40 0.89 c p3 +379.86 308.40 0.89 c p3 +379.15 381.47 0.89 c p3 +383.82 308.40 0.89 c p3 +381.93 415.80 0.89 c p3 +370.71 418.31 0.89 c p3 +371.80 452.06 0.89 c p3 +377.94 390.94 0.89 c p3 +378.95 389.63 0.89 c p3 +370.47 308.40 0.89 c p3 +382.08 469.85 0.89 c p3 +371.91 308.40 0.89 c p3 +377.60 308.40 0.89 c p3 +379.16 402.63 0.89 c p3 +382.54 418.75 0.89 c p3 +373.13 308.40 0.89 c p3 +379.59 308.40 0.89 c p3 +363.46 424.60 0.89 c p3 +363.59 486.56 0.89 c p3 +375.42 463.74 0.89 c p3 +374.46 435.25 0.89 c p3 +378.87 470.23 0.89 c p3 +381.55 450.30 0.89 c p3 +366.53 471.42 0.89 c p3 +372.95 460.99 0.89 c p3 +377.64 480.39 0.89 c p3 +375.89 412.86 0.89 c p3 +375.31 418.43 0.89 c p3 +382.46 431.55 0.89 c p3 +366.73 422.85 0.89 c p3 +380.94 429.85 0.89 c p3 +364.98 308.40 0.89 c p3 +378.03 446.59 0.89 c p3 +381.00 419.96 0.89 c p3 +382.38 428.62 0.89 c p3 +382.95 429.30 0.89 c p3 +369.02 445.04 0.89 c p3 +367.05 390.46 0.89 c p3 +382.44 457.50 0.89 c p3 +365.70 431.05 0.89 c p3 +374.93 411.92 0.89 c p3 +366.82 440.78 0.89 c p3 +379.28 437.09 0.89 c p3 +379.16 432.43 0.89 c p3 +365.82 421.39 0.89 c p3 +368.32 461.73 0.89 c p3 +372.89 421.24 0.89 c p3 +378.02 487.14 0.89 c p3 +375.61 438.85 0.89 c p3 +376.37 401.39 0.89 c p3 +380.97 373.21 0.89 c p3 +370.54 346.16 0.89 c p3 +371.38 433.42 0.89 c p3 +380.34 403.18 0.89 c p3 +376.27 438.42 0.89 c p3 +378.54 376.28 0.89 c p3 +383.91 376.69 0.89 c p3 +377.57 404.17 0.89 c p3 +375.67 383.11 0.89 c p3 +370.89 308.40 0.89 c p3 +370.35 434.20 0.89 c p3 +377.53 308.40 0.89 c p3 +376.62 416.55 0.89 c p3 +364.88 434.20 0.89 c p3 +380.96 377.69 0.89 c p3 +382.09 440.94 0.89 c p3 +378.26 377.50 0.89 c p3 +370.52 308.40 0.89 c p3 +379.76 308.40 0.89 c p3 +371.59 336.73 0.89 c p3 +364.76 308.40 0.89 c p3 +368.67 457.38 0.89 c p3 +374.65 373.72 0.89 c p3 +369.57 308.40 0.89 c p3 +368.20 308.40 0.89 c p3 +367.14 430.31 0.89 c p3 +372.13 334.62 0.89 c p3 +364.42 381.78 0.89 c p3 +367.77 439.76 0.89 c p3 +373.41 308.40 0.89 c p3 +375.26 450.36 0.89 c p3 +373.23 462.52 0.89 c p3 +381.83 445.90 0.89 c p3 +378.39 425.90 0.89 c p3 +382.58 443.73 0.89 c p3 +378.78 437.67 0.89 c p3 +383.86 423.14 0.89 c p3 +381.48 308.40 0.89 c p3 +423.88 308.40 0.89 c p3 +418.93 499.31 0.89 c p3 +431.36 392.91 0.89 c p3 +423.90 395.78 0.89 c p3 +417.11 439.52 0.89 c p3 +425.60 308.40 0.89 c p3 +418.98 375.42 0.89 c p3 +419.71 479.60 0.89 c p3 +424.75 364.05 0.89 c p3 +427.85 323.73 0.89 c p3 +432.87 308.40 0.89 c p3 +433.25 400.25 0.89 c p3 +419.50 308.40 0.89 c p3 +421.58 389.02 0.89 c p3 +422.53 398.08 0.89 c p3 +418.70 512.28 0.89 c p3 +420.13 323.07 0.89 c p3 +431.92 383.74 0.89 c p3 +427.48 517.78 0.89 c p3 +425.97 452.04 0.89 c p3 +420.17 473.26 0.89 c p3 +423.99 308.40 0.89 c p3 +427.76 308.40 0.89 c p3 +426.44 308.40 0.89 c p3 +432.19 308.40 0.89 c p3 +419.07 342.09 0.89 c p3 +431.10 376.87 0.89 c p3 +429.44 342.43 0.89 c p3 +422.54 422.08 0.89 c p3 +431.93 368.63 0.89 c p3 +434.52 485.85 0.89 c p3 +434.13 403.67 0.89 c p3 +432.39 483.53 0.89 c p3 +417.11 409.66 0.89 c p3 +415.90 495.12 0.89 c p3 +424.86 432.09 0.89 c p3 +422.71 308.40 0.89 c p3 +427.06 353.10 0.89 c p3 +423.19 308.40 0.89 c p3 +434.73 308.40 0.89 c p3 +416.64 385.04 0.89 c p3 +426.21 482.30 0.89 c p3 +425.87 507.44 0.89 c p3 +432.53 403.47 0.89 c p3 +421.62 361.15 0.89 c p3 +423.51 308.40 0.89 c p3 +430.51 308.40 0.89 c p3 +419.13 403.86 0.89 c p3 +416.29 394.59 0.89 c p3 +435.38 352.71 0.89 c p3 +425.98 321.41 0.89 c p3 +423.99 375.50 0.89 c p3 +419.90 308.40 0.89 c p3 +431.28 308.40 0.89 c p3 +434.63 427.71 0.89 c p3 +422.84 308.40 0.89 c p3 +418.40 442.18 0.89 c p3 +432.39 308.40 0.89 c p3 +435.22 308.40 0.89 c p3 +421.42 385.66 0.89 c p3 +415.31 308.40 0.89 c p3 +422.12 421.24 0.89 c p3 +427.99 435.85 0.89 c p3 +426.11 442.62 0.89 c p3 +425.21 392.10 0.89 c p3 +424.65 390.45 0.89 c p3 +427.35 405.17 0.89 c p3 +419.91 472.19 0.89 c p3 +424.87 308.40 0.89 c p3 +422.11 308.40 0.89 c p3 +419.00 308.40 0.89 c p3 +434.31 427.53 0.89 c p3 +425.91 308.40 0.89 c p3 +420.96 308.40 0.89 c p3 +419.50 421.27 0.89 c p3 +416.55 487.05 0.89 c p3 +425.36 463.55 0.89 c p3 +421.64 436.75 0.89 c p3 +432.51 470.34 0.89 c p3 +427.04 449.86 0.89 c p3 +424.95 470.81 0.89 c p3 +418.80 461.26 0.89 c p3 +425.88 480.71 0.89 c p3 +418.53 415.42 0.89 c p3 +418.21 419.66 0.89 c p3 +432.64 432.68 0.89 c p3 +419.56 422.06 0.89 c p3 +430.15 429.41 0.89 c p3 +424.70 308.40 0.89 c p3 +418.15 448.42 0.89 c p3 +427.78 420.28 0.89 c p3 +429.30 428.04 0.89 c p3 +428.37 427.63 0.89 c p3 +422.81 445.44 0.89 c p3 +415.39 392.95 0.89 c p3 +416.44 460.03 0.89 c p3 +416.43 432.81 0.89 c p3 +430.80 411.23 0.89 c p3 +428.28 440.19 0.89 c p3 +419.19 438.86 0.89 c p3 +433.37 433.96 0.89 c p3 +429.44 421.74 0.89 c p3 +433.97 460.40 0.89 c p3 +430.07 420.60 0.89 c p3 +424.96 485.58 0.89 c p3 +432.13 439.43 0.89 c p3 +429.31 401.31 0.89 c p3 +420.86 382.59 0.89 c p3 +415.39 308.40 0.89 c p3 +421.96 454.16 0.89 c p3 +418.95 402.38 0.89 c p3 +431.13 437.79 0.89 c p3 +431.12 376.65 0.89 c p3 +430.48 368.66 0.89 c p3 +430.87 407.68 0.89 c p3 +423.07 383.57 0.89 c p3 +432.14 308.40 0.89 c p3 +422.68 433.34 0.89 c p3 +429.63 308.40 0.89 c p3 +422.56 416.17 0.89 c p3 +434.59 434.59 0.89 c p3 +423.38 382.96 0.89 c p3 +418.43 483.78 0.89 c p3 +431.78 308.40 0.89 c p3 +417.87 308.40 0.89 c p3 +417.86 308.40 0.89 c p3 +424.46 308.40 0.89 c p3 +433.22 308.40 0.89 c p3 +422.71 442.87 0.89 c p3 +435.30 371.94 0.89 c p3 +429.80 308.40 0.89 c p3 +435.28 308.40 0.89 c p3 +419.83 429.07 0.89 c p3 +430.41 332.76 0.89 c p3 +423.51 384.42 0.89 c p3 +433.20 440.52 0.89 c p3 +429.84 308.40 0.89 c p3 +435.43 450.77 0.89 c p3 +430.38 462.41 0.89 c p3 +419.58 445.26 0.89 c p3 +427.50 425.45 0.89 c p3 +418.70 443.47 0.89 c p3 +432.78 435.68 0.89 c p3 +424.12 422.51 0.89 c p3 +418.13 308.40 0.89 c p3 +476.89 308.40 0.89 c p3 +486.06 494.97 0.89 c p3 +470.00 391.78 0.89 c p3 +472.41 391.37 0.89 c p3 +475.62 437.70 0.89 c p3 +472.44 308.40 0.89 c p3 +476.15 378.98 0.89 c p3 +475.11 477.31 0.89 c p3 +478.02 348.05 0.89 c p3 +468.03 308.40 0.89 c p3 +467.19 308.40 0.89 c p3 +485.55 398.16 0.89 c p3 +473.28 308.40 0.89 c p3 +469.60 386.03 0.89 c p3 +468.73 388.77 0.89 c p3 +482.89 495.76 0.89 c p3 +468.82 332.62 0.89 c p3 +472.37 375.21 0.89 c p3 +471.20 515.59 0.89 c p3 +480.60 452.04 0.89 c p3 +481.96 473.01 0.89 c p3 +469.30 308.40 0.89 c p3 +471.29 308.40 0.89 c p3 +474.62 308.40 0.89 c p3 +481.95 308.40 0.89 c p3 +481.14 344.70 0.89 c p3 +480.14 370.14 0.89 c p3 +471.13 343.97 0.89 c p3 +473.46 308.40 0.89 c p3 +468.73 360.18 0.89 c p3 +485.39 469.06 0.89 c p3 +469.38 308.40 0.89 c p3 +477.37 483.48 0.89 c p3 +484.48 308.40 0.89 c p3 +481.36 483.22 0.89 c p3 +472.72 430.60 0.89 c p3 +475.13 308.40 0.89 c p3 +470.47 308.40 0.89 c p3 +471.73 308.40 0.89 c p3 +486.23 308.40 0.89 c p3 +486.52 384.01 0.89 c p3 +466.79 475.61 0.89 c p3 +478.44 506.90 0.89 c p3 +479.38 404.47 0.89 c p3 +467.13 359.40 0.89 c p3 +474.64 395.57 0.89 c p3 +471.98 308.40 0.89 c p3 +468.31 403.23 0.89 c p3 +480.85 393.13 0.89 c p3 +473.85 356.03 0.89 c p3 +467.07 308.40 0.89 c p3 +477.42 375.53 0.89 c p3 +466.69 308.40 0.89 c p3 +475.68 308.40 0.89 c p3 +477.81 429.07 0.89 c p3 +483.24 308.40 0.89 c p3 +484.70 440.89 0.89 c p3 +470.63 308.40 0.89 c p3 +482.20 308.40 0.89 c p3 +485.43 383.48 0.89 c p3 +471.49 308.40 0.89 c p3 +482.09 415.41 0.89 c p3 +486.06 447.14 0.89 c p3 +486.56 446.01 0.89 c p3 +466.60 407.75 0.89 c p3 +476.28 380.83 0.89 c p3 +469.42 308.40 0.89 c p3 +486.02 460.01 0.89 c p3 +486.29 308.40 0.89 c p3 +478.93 308.40 0.89 c p3 +473.32 404.95 0.89 c p3 +486.91 422.18 0.89 c p3 +478.68 308.40 0.89 c p3 +475.21 308.40 0.89 c p3 +475.34 425.01 0.89 c p3 +470.37 486.69 0.89 c p3 +472.73 463.70 0.89 c p3 +484.59 436.91 0.89 c p3 +482.49 470.02 0.89 c p3 +475.12 449.63 0.89 c p3 +480.60 470.77 0.89 c p3 +467.44 461.37 0.89 c p3 +473.47 480.15 0.89 c p3 +473.08 413.79 0.89 c p3 +478.26 420.73 0.89 c p3 +470.85 432.34 0.89 c p3 +483.59 421.92 0.89 c p3 +467.23 430.81 0.89 c p3 +468.62 308.40 0.89 c p3 +467.05 447.49 0.89 c p3 +472.81 419.73 0.89 c p3 +478.39 428.20 0.89 c p3 +485.41 428.62 0.89 c p3 +467.31 443.85 0.89 c p3 +478.42 398.96 0.89 c p3 +469.32 459.60 0.89 c p3 +485.20 433.09 0.89 c p3 +470.51 400.37 0.89 c p3 +468.07 440.36 0.89 c p3 +471.80 437.79 0.89 c p3 +472.87 432.18 0.89 c p3 +477.94 420.27 0.89 c p3 +469.51 461.69 0.89 c p3 +472.14 419.76 0.89 c p3 +480.94 485.39 0.89 c p3 +472.95 437.85 0.89 c p3 +481.82 398.64 0.89 c p3 +468.48 308.40 0.89 c p3 +484.69 308.40 0.89 c p3 +486.24 431.60 0.89 c p3 +472.38 402.84 0.89 c p3 +482.26 440.12 0.89 c p3 +472.22 380.61 0.89 c p3 +481.80 368.42 0.89 c p3 +478.50 406.24 0.89 c p3 +472.63 382.64 0.89 c p3 +486.60 358.12 0.89 c p3 +482.89 433.14 0.89 c p3 +475.10 308.40 0.89 c p3 +471.66 415.27 0.89 c p3 +475.86 434.89 0.89 c p3 +470.61 366.64 0.89 c p3 +484.88 468.17 0.89 c p3 +484.62 367.69 0.89 c p3 +467.33 308.40 0.89 c p3 +482.24 308.40 0.89 c p3 +486.54 336.57 0.89 c p3 +474.84 308.40 0.89 c p3 +483.69 463.92 0.89 c p3 +467.27 378.92 0.89 c p3 +481.45 329.89 0.89 c p3 +470.99 308.40 0.89 c p3 +466.56 430.27 0.89 c p3 +475.70 308.40 0.89 c p3 +480.10 382.82 0.89 c p3 +482.97 439.16 0.89 c p3 +478.63 308.40 0.89 c p3 +476.20 450.12 0.89 c p3 +474.18 462.09 0.89 c p3 +485.72 444.66 0.89 c p3 +483.10 425.43 0.89 c p3 +481.69 443.75 0.89 c p3 +480.14 436.94 0.89 c p3 +480.59 424.97 0.89 c p3 +469.58 308.40 0.89 c p3 +526.56 308.40 0.89 c p3 +531.91 493.69 0.89 c p3 +533.42 392.05 0.89 c p3 +532.72 389.58 0.89 c p3 +538.28 439.72 0.89 c p3 +526.77 308.40 0.89 c p3 +524.94 378.50 0.89 c p3 +521.50 477.76 0.89 c p3 +525.65 340.43 0.89 c p3 +523.30 308.40 0.89 c p3 +519.24 308.40 0.89 c p3 +520.34 396.22 0.89 c p3 +521.05 308.40 0.89 c p3 +528.33 385.15 0.89 c p3 +532.88 384.56 0.89 c p3 +522.52 490.73 0.89 c p3 +530.68 321.46 0.89 c p3 +523.85 373.98 0.89 c p3 +536.03 525.31 0.89 c p3 +531.13 450.34 0.89 c p3 +520.61 472.78 0.89 c p3 +530.20 308.40 0.89 c p3 +535.99 308.40 0.89 c p3 +535.92 308.40 0.89 c p3 +535.91 308.40 0.89 c p3 +523.46 328.60 0.89 c p3 +537.85 368.35 0.89 c p3 +535.24 336.33 0.89 c p3 +529.27 308.40 0.89 c p3 +518.71 367.13 0.89 c p3 +523.87 466.17 0.89 c p3 +522.38 308.40 0.89 c p3 +534.34 481.57 0.89 c p3 +529.00 408.72 0.89 c p3 +531.14 483.71 0.89 c p3 +535.33 430.82 0.89 c p3 +520.50 308.40 0.89 c p3 +531.71 308.40 0.89 c p3 +529.28 308.40 0.89 c p3 +523.23 308.40 0.89 c p3 +532.85 308.40 0.89 c p3 +527.39 476.03 0.89 c p3 +534.86 514.71 0.89 c p3 +518.33 404.63 0.89 c p3 +536.53 358.88 0.89 c p3 +523.80 385.46 0.89 c p3 +519.38 308.40 0.89 c p3 +522.78 403.94 0.89 c p3 +529.22 393.20 0.89 c p3 +528.05 308.40 0.89 c p3 +535.21 308.40 0.89 c p3 +532.96 374.90 0.89 c p3 +532.57 308.40 0.89 c p3 +532.51 308.40 0.89 c p3 +526.05 429.17 0.89 c p3 +525.04 308.40 0.89 c p3 +536.92 438.73 0.89 c p3 +526.80 308.40 0.89 c p3 +530.77 308.40 0.89 c p3 +528.70 380.09 0.89 c p3 +522.45 308.40 0.89 c p3 +520.02 414.40 0.89 c p3 +535.36 437.90 0.89 c p3 +533.03 445.77 0.89 c p3 +524.58 398.57 0.89 c p3 +536.11 377.04 0.89 c p3 +520.41 308.40 0.89 c p3 +522.68 454.92 0.89 c p3 +525.72 308.40 0.89 c p3 +524.51 308.40 0.89 c p3 +529.51 404.46 0.89 c p3 +537.22 423.85 0.89 c p3 +519.94 308.40 0.89 c p3 +523.82 308.40 0.89 c p3 +538.46 421.49 0.89 c p3 +538.43 485.32 0.89 c p3 +538.41 461.70 0.89 c p3 +521.69 434.24 0.89 c p3 +536.28 468.57 0.89 c p3 +533.39 448.33 0.89 c p3 +531.43 470.24 0.89 c p3 +519.96 460.14 0.89 c p3 +528.71 479.14 0.89 c p3 +531.68 413.46 0.89 c p3 +534.20 417.68 0.89 c p3 +536.46 429.70 0.89 c p3 +537.14 417.01 0.89 c p3 +527.42 428.63 0.89 c p3 +527.18 308.40 0.89 c p3 +528.49 445.88 0.89 c p3 +533.29 419.98 0.89 c p3 +536.21 428.44 0.89 c p3 +534.51 427.34 0.89 c p3 +525.80 445.05 0.89 c p3 +530.92 399.40 0.89 c p3 +522.21 456.43 0.89 c p3 +535.83 429.48 0.89 c p3 +528.69 421.14 0.89 c p3 +525.39 438.04 0.89 c p3 +530.85 436.22 0.89 c p3 +537.57 430.28 0.89 c p3 +524.42 417.27 0.89 c p3 +526.93 461.74 0.89 c p3 +528.58 419.00 0.89 c p3 +525.28 485.18 0.89 c p3 +531.00 437.86 0.89 c p3 +523.24 396.74 0.89 c p3 +529.81 369.53 0.89 c p3 +533.67 308.40 0.89 c p3 +535.56 430.24 0.89 c p3 +526.84 401.05 0.89 c p3 +538.28 438.64 0.89 c p3 +538.43 379.69 0.89 c p3 +519.73 370.33 0.89 c p3 +520.90 404.03 0.89 c p3 +530.20 366.94 0.89 c p3 +526.06 308.40 0.89 c p3 +532.99 433.93 0.89 c p3 +529.54 308.40 0.89 c p3 +531.52 415.30 0.89 c p3 +537.45 432.88 0.89 c p3 +518.77 388.73 0.89 c p3 +530.29 496.85 0.89 c p3 +528.55 308.40 0.89 c p3 +534.49 308.40 0.89 c p3 +528.47 308.40 0.89 c p3 +534.95 334.48 0.89 c p3 +520.03 308.40 0.89 c p3 +518.20 466.19 0.89 c p3 +534.75 376.52 0.89 c p3 +537.96 308.40 0.89 c p3 +531.96 308.40 0.89 c p3 +525.84 426.54 0.89 c p3 +538.28 339.04 0.89 c p3 +532.25 381.69 0.89 c p3 +535.22 440.57 0.89 c p3 +536.96 308.40 0.89 c p3 +525.78 449.71 0.89 c p3 +537.77 460.99 0.89 c p3 +537.82 444.29 0.89 c p3 +531.89 423.07 0.89 c p3 +535.04 442.51 0.89 c p3 +524.78 435.31 0.89 c p3 +525.50 422.63 0.89 c p3 +530.96 308.40 0.89 c p3 +325.84 308.40 0.89 c p3 +320.36 485.98 0.89 c p3 +318.77 392.51 0.89 c p3 +314.65 392.89 0.89 c p3 +317.15 438.97 0.89 c p3 +317.06 308.40 0.89 c p3 +316.31 376.88 0.89 c p3 +331.58 477.69 0.89 c p3 +326.20 351.67 0.89 c p3 +331.89 308.40 0.89 c p3 +331.48 308.40 0.89 c p3 +313.76 398.66 0.89 c p3 +331.38 308.40 0.89 c p3 +316.96 387.88 0.89 c p3 +332.12 393.87 0.89 c p3 +329.00 507.35 0.89 c p3 +318.38 336.98 0.89 c p3 +327.79 390.40 0.89 c p3 +322.18 517.44 0.89 c p3 +314.37 450.19 0.89 c p3 +324.72 472.78 0.89 c p3 +325.61 308.40 0.89 c p3 +314.38 308.40 0.89 c p3 +320.48 308.40 0.89 c p3 +315.34 308.40 0.89 c p3 +318.43 347.43 0.89 c p3 +325.16 373.33 0.89 c p3 +329.87 308.40 0.89 c p3 +317.74 308.40 0.89 c p3 +330.37 366.51 0.89 c p3 +318.10 469.53 0.89 c p3 +319.90 308.40 0.89 c p3 +315.42 483.22 0.89 c p3 +317.80 308.40 0.89 c p3 +331.11 493.24 0.89 c p3 +319.15 431.90 0.89 c p3 +322.73 308.40 0.89 c p3 +331.85 356.54 0.89 c p3 +315.14 308.40 0.89 c p3 +331.87 308.40 0.89 c p3 +317.09 399.65 0.89 c p3 +323.42 483.11 0.89 c p3 +315.86 506.93 0.89 c p3 +331.42 410.84 0.89 c p3 +315.33 355.82 0.89 c p3 +319.51 383.38 0.89 c p3 +322.00 308.40 0.89 c p3 +312.13 402.63 0.89 c p3 +326.60 393.58 0.89 c p3 +317.51 352.97 0.89 c p3 +324.47 308.40 0.89 c p3 +330.76 375.97 0.89 c p3 +329.03 308.40 0.89 c p3 +330.16 308.40 0.89 c p3 +318.27 428.23 0.89 c p3 +331.42 308.40 0.89 c p3 +317.74 443.33 0.89 c p3 +313.08 308.40 0.89 c p3 +312.52 308.40 0.89 c p3 +312.73 384.72 0.89 c p3 +325.68 308.40 0.89 c p3 +322.52 416.36 0.89 c p3 +322.75 452.44 0.89 c p3 +313.70 441.75 0.89 c p3 +326.83 407.26 0.89 c p3 +316.64 388.82 0.89 c p3 +313.75 394.39 0.89 c p3 +317.86 477.40 0.89 c p3 +325.65 308.40 0.89 c p3 +316.74 308.40 0.89 c p3 +326.29 412.70 0.89 c p3 +314.11 425.66 0.89 c p3 +328.89 308.40 0.89 c p3 +331.43 308.40 0.89 c p3 +326.31 425.18 0.89 c p3 +320.92 486.40 0.89 c p3 +320.08 462.76 0.89 c p3 +321.27 435.79 0.89 c p3 +320.51 470.01 0.89 c p3 +326.04 449.54 0.89 c p3 +319.55 471.21 0.89 c p3 +316.88 461.93 0.89 c p3 +317.91 480.79 0.89 c p3 +326.65 414.18 0.89 c p3 +323.53 421.01 0.89 c p3 +316.54 426.95 0.89 c p3 +324.58 424.96 0.89 c p3 +317.39 431.01 0.89 c p3 +322.71 308.40 0.89 c p3 +319.72 447.34 0.89 c p3 +331.81 419.26 0.89 c p3 +318.29 427.37 0.89 c p3 +317.36 427.82 0.89 c p3 +330.20 444.98 0.89 c p3 +315.19 388.09 0.89 c p3 +312.57 459.03 0.89 c p3 +329.01 432.12 0.89 c p3 +313.42 414.09 0.89 c p3 +329.37 440.55 0.89 c p3 +318.03 434.88 0.89 c p3 +314.89 433.04 0.89 c p3 +315.11 421.59 0.89 c p3 +332.20 461.91 0.89 c p3 +328.90 421.41 0.89 c p3 +324.75 485.48 0.89 c p3 +314.20 438.14 0.89 c p3 +320.27 394.81 0.89 c p3 +319.12 351.36 0.89 c p3 +318.66 308.40 0.89 c p3 +321.84 442.95 0.89 c p3 +320.15 400.31 0.89 c p3 +327.65 438.12 0.89 c p3 +323.53 379.63 0.89 c p3 +320.84 377.15 0.89 c p3 +319.43 407.85 0.89 c p3 +318.15 380.10 0.89 c p3 +315.90 308.40 0.89 c p3 +329.96 434.62 0.89 c p3 +325.30 308.40 0.89 c p3 +326.10 413.14 0.89 c p3 +327.12 434.71 0.89 c p3 +318.07 372.55 0.89 c p3 +322.22 493.19 0.89 c p3 +317.89 366.20 0.89 c p3 +316.09 308.40 0.89 c p3 +320.10 308.40 0.89 c p3 +318.92 352.90 0.89 c p3 +318.99 308.40 0.89 c p3 +318.20 451.58 0.89 c p3 +330.47 384.05 0.89 c p3 +316.83 308.40 0.89 c p3 +312.36 308.40 0.89 c p3 +314.05 430.43 0.89 c p3 +318.30 353.85 0.89 c p3 +316.56 381.12 0.89 c p3 +328.28 439.91 0.89 c p3 +317.08 308.40 0.89 c p3 +326.19 449.89 0.89 c p3 +316.41 461.74 0.89 c p3 +327.04 444.80 0.89 c p3 +313.61 422.81 0.89 c p3 +331.95 442.72 0.89 c p3 +320.94 436.23 0.89 c p3 +324.92 423.86 0.89 c p3 +325.75 308.40 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +587.36 308.40 0.89 c p3 +570.75 308.40 0.89 c p3 +583.94 411.22 0.89 c p3 +585.35 308.40 0.89 c p3 +573.77 419.89 0.89 c p3 +588.39 308.40 0.89 c p3 +575.83 349.07 0.89 c p3 +588.45 468.03 0.89 c p3 +589.69 352.31 0.89 c p3 +585.53 308.40 0.89 c p3 +575.72 308.40 0.89 c p3 +578.39 396.70 0.89 c p3 +577.12 308.40 0.89 c p3 +570.96 387.32 0.89 c p3 +586.23 405.38 0.89 c p3 +582.27 507.17 0.89 c p3 +580.69 308.40 0.89 c p3 +583.63 308.40 0.89 c p3 +575.50 509.17 0.89 c p3 +587.40 431.69 0.89 c p3 +588.06 461.67 0.89 c p3 +570.10 308.40 0.89 c p3 +585.70 308.40 0.89 c p3 +588.30 308.40 0.89 c p3 +571.65 308.40 0.89 c p3 +588.71 351.40 0.89 c p3 +569.90 351.83 0.89 c p3 +581.09 308.40 0.89 c p3 +584.20 308.40 0.89 c p3 +584.37 354.86 0.89 c p3 +581.56 462.49 0.89 c p3 +576.85 308.40 0.89 c p3 +579.16 469.21 0.89 c p3 +579.45 428.07 0.89 c p3 +583.46 484.01 0.89 c p3 +589.40 439.94 0.89 c p3 +569.73 308.40 0.89 c p3 +579.24 308.40 0.89 c p3 +577.62 308.40 0.89 c p3 +589.33 308.40 0.89 c p3 +588.35 308.40 0.89 c p3 +572.56 488.47 0.89 c p3 +580.03 498.60 0.89 c p3 +588.07 385.92 0.89 c p3 +588.04 308.40 0.89 c p3 +572.86 391.53 0.89 c p3 +580.53 308.40 0.89 c p3 +572.00 396.42 0.89 c p3 +574.18 355.29 0.89 c p3 +578.95 359.78 0.89 c p3 +570.66 308.40 0.89 c p3 +577.39 365.24 0.89 c p3 +569.53 308.40 0.89 c p3 +585.51 308.40 0.89 c p3 +583.45 414.87 0.89 c p3 +584.26 308.40 0.89 c p3 +584.23 441.09 0.89 c p3 +580.41 308.40 0.89 c p3 +589.20 308.40 0.89 c p3 +574.97 308.40 0.89 c p3 +589.00 308.40 0.89 c p3 +574.48 308.40 0.89 c p3 +582.06 423.15 0.89 c p3 +578.97 435.88 0.89 c p3 +570.35 383.99 0.89 c p3 +571.91 373.61 0.89 c p3 +580.00 308.40 0.89 c p3 +581.60 485.89 0.89 c p3 +587.13 308.40 0.89 c p3 +571.37 308.40 0.89 c p3 +587.68 390.80 0.89 c p3 +583.73 408.74 0.89 c p3 +580.69 308.40 0.89 c p3 +576.09 308.40 0.89 c p3 +582.60 408.47 0.89 c p3 +571.03 472.34 0.89 c p3 +571.75 450.70 0.89 c p3 +584.83 416.48 0.89 c p3 +585.93 456.03 0.89 c p3 +574.93 435.02 0.89 c p3 +580.14 456.68 0.89 c p3 +580.78 454.09 0.89 c p3 +573.84 466.02 0.89 c p3 +587.17 382.73 0.89 c p3 +584.00 401.07 0.89 c p3 +588.86 308.40 0.89 c p3 +569.94 394.74 0.89 c p3 +576.86 389.65 0.89 c p3 +576.47 308.40 0.89 c p3 +578.63 434.95 0.89 c p3 +570.11 393.00 0.89 c p3 +574.25 411.86 0.89 c p3 +572.69 415.40 0.89 c p3 +575.25 432.76 0.89 c p3 +585.76 372.59 0.89 c p3 +570.60 441.17 0.89 c p3 +577.02 417.38 0.89 c p3 +569.52 355.17 0.89 c p3 +575.74 423.61 0.89 c p3 +572.11 308.40 0.89 c p3 +570.41 411.69 0.89 c p3 +575.12 386.90 0.89 c p3 +570.31 445.42 0.89 c p3 +585.73 400.63 0.89 c p3 +573.37 472.37 0.89 c p3 +575.08 439.69 0.89 c p3 +572.24 308.40 0.89 c p3 +577.81 342.46 0.89 c p3 +583.45 308.40 0.89 c p3 +581.62 437.25 0.89 c p3 +586.42 396.28 0.89 c p3 +571.95 434.06 0.89 c p3 +571.27 308.40 0.89 c p3 +584.77 353.63 0.89 c p3 +579.42 409.60 0.89 c p3 +575.07 308.40 0.89 c p3 +589.05 308.40 0.89 c p3 +570.49 421.02 0.89 c p3 +574.60 308.40 0.89 c p3 +587.99 389.39 0.89 c p3 +585.61 415.02 0.89 c p3 +582.42 308.40 0.89 c p3 +579.62 443.80 0.89 c p3 +571.72 308.40 0.89 c p3 +574.58 308.40 0.89 c p3 +576.44 308.40 0.89 c p3 +586.08 330.57 0.89 c p3 +585.17 308.40 0.89 c p3 +586.95 458.06 0.89 c p3 +577.36 345.31 0.89 c p3 +573.32 308.40 0.89 c p3 +571.81 308.40 0.89 c p3 +573.94 404.19 0.89 c p3 +573.09 308.40 0.89 c p3 +588.51 384.41 0.89 c p3 +583.33 417.67 0.89 c p3 +573.22 308.40 0.89 c p3 +581.09 433.31 0.89 c p3 +572.25 444.53 0.89 c p3 +588.97 426.35 0.89 c p3 +585.98 404.21 0.89 c p3 +571.64 424.40 0.89 c p3 +587.12 417.57 0.89 c p3 +582.63 401.00 0.89 c p3 +583.13 308.40 0.89 c p3 +636.67 308.40 0.89 c p3 +630.91 308.40 0.89 c p3 +637.02 406.13 0.89 c p3 +627.41 308.40 0.89 c p3 +638.94 411.13 0.89 c p3 +628.08 308.40 0.89 c p3 +625.01 346.17 0.89 c p3 +621.22 469.68 0.89 c p3 +625.25 308.40 0.89 c p3 +631.10 308.40 0.89 c p3 +632.59 308.40 0.89 c p3 +630.26 401.87 0.89 c p3 +629.42 308.40 0.89 c p3 +621.41 386.75 0.89 c p3 +627.52 395.15 0.89 c p3 +640.44 506.50 0.89 c p3 +639.19 308.40 0.89 c p3 +625.26 386.01 0.89 c p3 +639.67 501.86 0.89 c p3 +624.82 433.23 0.89 c p3 +637.71 466.61 0.89 c p3 +625.08 308.40 0.89 c p3 +635.30 308.40 0.89 c p3 +633.52 308.40 0.89 c p3 +640.73 308.40 0.89 c p3 +631.68 308.40 0.89 c p3 +623.24 345.41 0.89 c p3 +629.22 308.40 0.89 c p3 +641.23 308.40 0.89 c p3 +626.79 368.43 0.89 c p3 +625.11 461.40 0.89 c p3 +641.15 308.40 0.89 c p3 +626.87 469.70 0.89 c p3 +634.15 308.40 0.89 c p3 +634.60 476.93 0.89 c p3 +638.21 432.76 0.89 c p3 +627.50 308.40 0.89 c p3 +631.85 308.40 0.89 c p3 +627.62 308.40 0.89 c p3 +624.91 308.40 0.89 c p3 +624.15 394.51 0.89 c p3 +640.96 474.91 0.89 c p3 +638.66 487.84 0.89 c p3 +637.17 384.66 0.89 c p3 +631.09 308.40 0.89 c p3 +635.40 391.87 0.89 c p3 +639.08 308.40 0.89 c p3 +629.57 400.63 0.89 c p3 +640.38 374.37 0.89 c p3 +633.48 308.40 0.89 c p3 +627.18 308.40 0.89 c p3 +634.14 370.79 0.89 c p3 +624.91 308.40 0.89 c p3 +622.93 340.79 0.89 c p3 +637.90 418.87 0.89 c p3 +625.94 308.40 0.89 c p3 +629.37 439.93 0.89 c p3 +639.50 308.40 0.89 c p3 +633.16 308.40 0.89 c p3 +628.73 308.40 0.89 c p3 +622.35 308.40 0.89 c p3 +631.68 308.40 0.89 c p3 +636.10 442.48 0.89 c p3 +638.15 417.89 0.89 c p3 +639.55 396.45 0.89 c p3 +633.96 308.40 0.89 c p3 +627.62 308.40 0.89 c p3 +622.02 474.56 0.89 c p3 +630.28 308.40 0.89 c p3 +637.31 308.40 0.89 c p3 +631.74 391.07 0.89 c p3 +631.01 407.48 0.89 c p3 +629.56 308.40 0.89 c p3 +630.70 308.40 0.89 c p3 +639.63 409.80 0.89 c p3 +625.77 472.42 0.89 c p3 +630.53 449.32 0.89 c p3 +629.94 424.71 0.89 c p3 +623.60 457.18 0.89 c p3 +639.09 437.44 0.89 c p3 +629.17 458.26 0.89 c p3 +639.15 448.57 0.89 c p3 +635.32 466.48 0.89 c p3 +636.09 399.91 0.89 c p3 +622.69 394.10 0.89 c p3 +633.86 419.29 0.89 c p3 +627.19 412.47 0.89 c p3 +622.11 418.49 0.89 c p3 +635.30 308.40 0.89 c p3 +638.39 432.99 0.89 c p3 +635.66 404.27 0.89 c p3 +636.70 414.75 0.89 c p3 +631.10 420.37 0.89 c p3 +625.67 433.51 0.89 c p3 +632.46 364.12 0.89 c p3 +630.58 443.89 0.89 c p3 +631.64 418.08 0.89 c p3 +631.40 308.40 0.89 c p3 +624.50 428.44 0.89 c p3 +629.79 426.98 0.89 c p3 +637.02 419.42 0.89 c p3 +624.28 412.92 0.89 c p3 +622.20 448.80 0.89 c p3 +621.94 403.03 0.89 c p3 +635.83 474.08 0.89 c p3 +636.76 418.52 0.89 c p3 +622.83 308.40 0.89 c p3 +633.26 308.40 0.89 c p3 +637.72 308.40 0.89 c p3 +636.25 419.49 0.89 c p3 +627.38 384.18 0.89 c p3 +626.56 424.71 0.89 c p3 +631.52 308.40 0.89 c p3 +621.64 363.25 0.89 c p3 +638.53 396.55 0.89 c p3 +638.98 308.40 0.89 c p3 +634.22 308.40 0.89 c p3 +637.75 424.84 0.89 c p3 +628.80 308.40 0.89 c p3 +621.23 398.44 0.89 c p3 +641.15 417.08 0.89 c p3 +629.54 308.40 0.89 c p3 +637.72 443.33 0.89 c p3 +629.74 308.40 0.89 c p3 +626.98 308.40 0.89 c p3 +629.57 308.40 0.89 c p3 +629.98 337.58 0.89 c p3 +641.41 308.40 0.89 c p3 +639.65 465.56 0.89 c p3 +622.29 352.36 0.89 c p3 +633.29 308.40 0.89 c p3 +640.68 308.40 0.89 c p3 +633.53 392.88 0.89 c p3 +639.35 321.75 0.89 c p3 +622.79 381.54 0.89 c p3 +636.71 414.95 0.89 c p3 +629.46 308.40 0.89 c p3 +623.77 436.70 0.89 c p3 +638.40 446.59 0.89 c p3 +636.42 429.84 0.89 c p3 +626.14 404.33 0.89 c p3 +640.43 426.83 0.89 c p3 +641.31 420.01 0.89 c p3 +633.72 403.20 0.89 c p3 +634.53 308.40 0.89 c p3 +686.50 308.40 0.89 c p3 +675.45 308.40 0.89 c p3 +691.33 404.26 0.89 c p3 +681.58 308.40 0.89 c p3 +672.64 410.68 0.89 c p3 +691.68 308.40 0.89 c p3 +690.99 351.81 0.89 c p3 +678.40 468.03 0.89 c p3 +675.16 308.40 0.89 c p3 +688.85 308.40 0.89 c p3 +687.56 308.40 0.89 c p3 +673.83 400.18 0.89 c p3 +679.76 308.40 0.89 c p3 +686.61 384.71 0.89 c p3 +681.27 382.63 0.89 c p3 +675.96 497.71 0.89 c p3 +674.25 328.06 0.89 c p3 +673.21 308.40 0.89 c p3 +687.37 501.75 0.89 c p3 +677.99 432.21 0.89 c p3 +677.62 464.49 0.89 c p3 +692.95 308.40 0.89 c p3 +688.89 308.40 0.89 c p3 +690.50 308.40 0.89 c p3 +684.28 308.40 0.89 c p3 +682.63 349.75 0.89 c p3 +690.49 344.56 0.89 c p3 +693.14 308.40 0.89 c p3 +684.34 308.40 0.89 c p3 +692.58 342.84 0.89 c p3 +688.94 462.83 0.89 c p3 +683.94 308.40 0.89 c p3 +680.06 472.81 0.89 c p3 +688.60 308.40 0.89 c p3 +681.80 477.06 0.89 c p3 +673.42 432.01 0.89 c p3 +691.30 308.40 0.89 c p3 +684.26 308.40 0.89 c p3 +674.48 308.40 0.89 c p3 +691.83 308.40 0.89 c p3 +688.39 398.02 0.89 c p3 +688.98 475.21 0.89 c p3 +683.22 488.50 0.89 c p3 +678.45 391.15 0.89 c p3 +677.39 308.40 0.89 c p3 +690.47 402.12 0.89 c p3 +683.80 308.40 0.89 c p3 +688.40 399.72 0.89 c p3 +690.26 380.76 0.89 c p3 +681.35 308.40 0.89 c p3 +672.86 308.40 0.89 c p3 +676.48 362.61 0.89 c p3 +673.67 308.40 0.89 c p3 +676.84 308.40 0.89 c p3 +688.44 421.55 0.89 c p3 +680.81 308.40 0.89 c p3 +681.71 437.25 0.89 c p3 +687.65 308.40 0.89 c p3 +673.13 308.40 0.89 c p3 +674.31 308.40 0.89 c p3 +674.33 308.40 0.89 c p3 +687.80 308.40 0.89 c p3 +673.37 428.29 0.89 c p3 +688.35 421.07 0.89 c p3 +678.92 391.00 0.89 c p3 +684.58 308.40 0.89 c p3 +683.90 308.40 0.89 c p3 +682.71 477.02 0.89 c p3 +689.02 308.40 0.89 c p3 +684.75 308.40 0.89 c p3 +685.62 308.40 0.89 c p3 +675.74 417.03 0.89 c p3 +687.90 308.40 0.89 c p3 +682.07 308.40 0.89 c p3 +686.74 413.26 0.89 c p3 +679.52 474.94 0.89 c p3 +687.69 452.05 0.89 c p3 +677.93 426.33 0.89 c p3 +685.38 461.14 0.89 c p3 +675.54 440.17 0.89 c p3 +685.29 460.62 0.89 c p3 +672.82 451.26 0.89 c p3 +685.79 469.27 0.89 c p3 +674.49 395.99 0.89 c p3 +689.31 406.67 0.89 c p3 +688.81 420.60 0.89 c p3 +681.14 414.86 0.89 c p3 +674.75 418.56 0.89 c p3 +683.99 308.40 0.89 c p3 +680.24 436.19 0.89 c p3 +689.41 412.45 0.89 c p3 +682.62 418.26 0.89 c p3 +692.23 424.21 0.89 c p3 +686.62 436.06 0.89 c p3 +676.74 393.57 0.89 c p3 +684.60 447.71 0.89 c p3 +681.10 418.94 0.89 c p3 +675.89 365.12 0.89 c p3 +677.82 430.99 0.89 c p3 +680.35 429.81 0.89 c p3 +688.78 422.33 0.89 c p3 +674.21 414.40 0.89 c p3 +686.53 452.60 0.89 c p3 +688.12 407.52 0.89 c p3 +675.18 476.21 0.89 c p3 +690.72 423.37 0.89 c p3 +678.07 308.40 0.89 c p3 +677.51 389.84 0.89 c p3 +682.00 308.40 0.89 c p3 +673.71 421.94 0.89 c p3 +684.70 386.08 0.89 c p3 +691.07 421.69 0.89 c p3 +682.05 308.40 0.89 c p3 +684.43 362.35 0.89 c p3 +684.87 393.38 0.89 c p3 +674.32 349.55 0.89 c p3 +682.64 308.40 0.89 c p3 +689.58 428.38 0.89 c p3 +693.12 308.40 0.89 c p3 +691.02 402.48 0.89 c p3 +686.57 421.54 0.89 c p3 +689.09 360.97 0.89 c p3 +678.97 435.94 0.89 c p3 +688.90 308.40 0.89 c p3 +690.28 308.40 0.89 c p3 +677.32 308.40 0.89 c p3 +673.99 308.40 0.89 c p3 +693.00 308.40 0.89 c p3 +672.74 463.30 0.89 c p3 +676.84 334.69 0.89 c p3 +675.27 308.40 0.89 c p3 +683.26 308.40 0.89 c p3 +682.65 425.19 0.89 c p3 +687.43 322.63 0.89 c p3 +684.25 379.77 0.89 c p3 +692.63 415.91 0.89 c p3 +672.90 308.40 0.89 c p3 +672.56 439.47 0.89 c p3 +677.19 449.85 0.89 c p3 +680.26 432.76 0.89 c p3 +688.08 410.63 0.89 c p3 +681.92 430.46 0.89 c p3 +673.47 425.08 0.89 c p3 +673.55 409.23 0.89 c p3 +672.86 349.74 0.89 c p3 +740.88 308.40 0.89 c p3 +743.73 308.40 0.89 c p3 +735.55 405.15 0.89 c p3 +739.26 308.40 0.89 c p3 +742.58 412.12 0.89 c p3 +731.56 308.40 0.89 c p3 +742.36 340.74 0.89 c p3 +732.91 469.27 0.89 c p3 +733.09 308.40 0.89 c p3 +728.36 308.40 0.89 c p3 +743.24 308.40 0.89 c p3 +730.83 403.72 0.89 c p3 +724.63 308.40 0.89 c p3 +724.80 398.20 0.89 c p3 +727.28 443.88 0.89 c p3 +730.47 516.07 0.89 c p3 +730.08 308.40 0.89 c p3 +725.93 438.40 0.89 c p3 +731.62 504.82 0.89 c p3 +735.86 440.05 0.89 c p3 +740.91 466.46 0.89 c p3 +736.71 308.40 0.89 c p3 +736.59 308.40 0.89 c p3 +733.75 308.40 0.89 c p3 +738.30 308.40 0.89 c p3 +734.09 350.28 0.89 c p3 +737.24 364.96 0.89 c p3 +727.01 308.40 0.89 c p3 +733.08 308.40 0.89 c p3 +731.40 350.13 0.89 c p3 +736.60 465.99 0.89 c p3 +738.67 400.20 0.89 c p3 +736.66 472.53 0.89 c p3 +737.79 308.40 0.89 c p3 +741.94 474.24 0.89 c p3 +734.58 434.81 0.89 c p3 +729.78 308.40 0.89 c p3 +736.13 308.40 0.89 c p3 +724.81 308.40 0.89 c p3 +729.80 308.40 0.89 c p3 +738.34 393.36 0.89 c p3 +741.90 473.19 0.89 c p3 +742.68 492.49 0.89 c p3 +741.29 459.54 0.89 c p3 +731.93 308.40 0.89 c p3 +742.66 400.60 0.89 c p3 +725.99 308.40 0.89 c p3 +725.14 397.98 0.89 c p3 +730.54 378.50 0.89 c p3 +724.59 308.40 0.89 c p3 +739.14 308.40 0.89 c p3 +735.88 370.52 0.89 c p3 +726.28 308.40 0.89 c p3 +724.17 308.40 0.89 c p3 +732.12 421.49 0.89 c p3 +731.10 308.40 0.89 c p3 +738.70 440.34 0.89 c p3 +725.39 308.40 0.89 c p3 +728.79 308.40 0.89 c p3 +739.00 308.40 0.89 c p3 +739.39 308.40 0.89 c p3 +733.82 308.40 0.89 c p3 +737.69 457.61 0.89 c p3 +744.18 425.23 0.89 c p3 +731.05 393.05 0.89 c p3 +734.85 366.75 0.89 c p3 +743.85 308.40 0.89 c p3 +739.66 476.22 0.89 c p3 +731.39 308.40 0.89 c p3 +726.22 308.40 0.89 c p3 +736.42 403.52 0.89 c p3 +740.85 420.04 0.89 c p3 +734.93 399.15 0.89 c p3 +740.83 308.40 0.89 c p3 +737.78 411.43 0.89 c p3 +737.76 475.80 0.89 c p3 +734.04 452.04 0.89 c p3 +732.71 422.81 0.89 c p3 +742.12 460.55 0.89 c p3 +733.47 441.38 0.89 c p3 +726.91 461.10 0.89 c p3 +741.61 451.05 0.89 c p3 +725.23 470.00 0.89 c p3 +725.81 404.17 0.89 c p3 +738.68 409.35 0.89 c p3 +729.68 420.73 0.89 c p3 +736.25 408.54 0.89 c p3 +736.68 418.60 0.89 c p3 +727.55 308.40 0.89 c p3 +735.25 436.78 0.89 c p3 +728.66 407.91 0.89 c p3 +738.04 417.54 0.89 c p3 +739.71 420.35 0.89 c p3 +744.21 438.41 0.89 c p3 +734.46 373.40 0.89 c p3 +734.66 447.46 0.89 c p3 +738.35 418.19 0.89 c p3 +727.24 351.28 0.89 c p3 +734.48 429.98 0.89 c p3 +736.83 427.75 0.89 c p3 +738.28 422.52 0.89 c p3 +730.39 414.22 0.89 c p3 +733.85 452.18 0.89 c p3 +732.22 405.68 0.89 c p3 +741.59 477.75 0.89 c p3 +725.33 427.79 0.89 c p3 +730.10 374.62 0.89 c p3 +728.41 369.13 0.89 c p3 +738.27 308.40 0.89 c p3 +733.54 425.85 0.89 c p3 +733.16 391.83 0.89 c p3 +737.44 421.52 0.89 c p3 +740.32 308.40 0.89 c p3 +742.76 350.56 0.89 c p3 +731.18 396.50 0.89 c p3 +740.26 358.53 0.89 c p3 +742.75 308.40 0.89 c p3 +735.60 427.61 0.89 c p3 +727.28 308.40 0.89 c p3 +726.38 404.91 0.89 c p3 +743.62 419.93 0.89 c p3 +730.41 308.40 0.89 c p3 +725.24 456.81 0.89 c p3 +724.40 394.44 0.89 c p3 +737.37 308.40 0.89 c p3 +733.42 308.40 0.89 c p3 +743.93 308.40 0.89 c p3 +729.09 308.40 0.89 c p3 +729.17 466.85 0.89 c p3 +731.25 367.44 0.89 c p3 +743.35 308.40 0.89 c p3 +737.07 308.40 0.89 c p3 +725.75 417.25 0.89 c p3 +727.29 339.55 0.89 c p3 +734.16 383.41 0.89 c p3 +737.89 414.32 0.89 c p3 +739.79 308.40 0.89 c p3 +741.03 440.70 0.89 c p3 +733.35 450.08 0.89 c p3 +740.57 433.50 0.89 c p3 +733.28 409.84 0.89 c p3 +737.26 429.48 0.89 c p3 +724.37 423.57 0.89 c p3 +724.93 406.20 0.89 c p3 +741.72 308.40 0.89 c p3 +784.22 308.40 0.89 c p3 +792.44 308.40 0.89 c p3 +785.43 403.20 0.89 c p3 +790.11 308.40 0.89 c p3 +790.22 413.46 0.89 c p3 +775.94 308.40 0.89 c p3 +781.50 308.40 0.89 c p3 +777.23 468.94 0.89 c p3 +787.03 338.76 0.89 c p3 +781.90 308.40 0.89 c p3 +793.85 308.40 0.89 c p3 +780.36 400.83 0.89 c p3 +792.70 308.40 0.89 c p3 +789.89 381.89 0.89 c p3 +782.21 389.91 0.89 c p3 +776.51 509.14 0.89 c p3 +781.78 308.40 0.89 c p3 +793.24 381.46 0.89 c p3 +782.33 502.62 0.89 c p3 +792.70 435.36 0.89 c p3 +783.34 466.47 0.89 c p3 +785.46 308.40 0.89 c p3 +782.30 308.40 0.89 c p3 +777.65 308.40 0.89 c p3 +779.99 308.40 0.89 c p3 +785.89 308.40 0.89 c p3 +795.09 349.82 0.89 c p3 +781.99 308.40 0.89 c p3 +792.91 308.40 0.89 c p3 +784.67 359.29 0.89 c p3 +781.09 463.18 0.89 c p3 +778.45 308.40 0.89 c p3 +791.71 472.88 0.89 c p3 +791.40 408.24 0.89 c p3 +785.25 479.13 0.89 c p3 +783.09 431.82 0.89 c p3 +778.01 308.40 0.89 c p3 +784.01 308.40 0.89 c p3 +788.10 308.40 0.89 c p3 +786.09 308.40 0.89 c p3 +777.81 403.01 0.89 c p3 +785.48 473.05 0.89 c p3 +793.36 490.72 0.89 c p3 +785.71 389.55 0.89 c p3 +786.05 308.40 0.89 c p3 +786.88 404.35 0.89 c p3 +775.73 308.40 0.89 c p3 +778.16 400.71 0.89 c p3 +778.66 380.79 0.89 c p3 +789.58 308.40 0.89 c p3 +791.73 338.05 0.89 c p3 +777.44 367.56 0.89 c p3 +793.92 308.40 0.89 c p3 +786.75 308.40 0.89 c p3 +783.32 422.89 0.89 c p3 +788.98 308.40 0.89 c p3 +785.69 442.17 0.89 c p3 +781.47 308.40 0.89 c p3 +790.32 308.40 0.89 c p3 +779.75 308.40 0.89 c p3 +784.68 308.40 0.89 c p3 +779.62 308.40 0.89 c p3 +782.50 437.03 0.89 c p3 +785.82 422.98 0.89 c p3 +792.43 398.28 0.89 c p3 +786.56 308.40 0.89 c p3 +791.89 308.40 0.89 c p3 +793.75 472.43 0.89 c p3 +782.29 308.40 0.89 c p3 +794.99 308.40 0.89 c p3 +788.99 394.77 0.89 c p3 +793.06 414.47 0.89 c p3 +781.52 308.40 0.89 c p3 +790.95 308.40 0.89 c p3 +791.98 413.15 0.89 c p3 +791.02 475.74 0.89 c p3 +795.86 452.20 0.89 c p3 +795.91 425.04 0.89 c p3 +776.96 460.66 0.89 c p3 +788.53 440.86 0.89 c p3 +781.17 461.16 0.89 c p3 +789.77 451.63 0.89 c p3 +793.05 470.07 0.89 c p3 +777.58 398.22 0.89 c p3 +786.02 408.33 0.89 c p3 +787.65 423.48 0.89 c p3 +794.49 413.63 0.89 c p3 +791.24 417.47 0.89 c p3 +779.30 308.40 0.89 c p3 +781.04 436.46 0.89 c p3 +782.12 409.45 0.89 c p3 +779.12 419.68 0.89 c p3 +783.48 424.10 0.89 c p3 +794.08 436.76 0.89 c p3 +778.83 388.10 0.89 c p3 +790.99 445.94 0.89 c p3 +790.39 423.85 0.89 c p3 +779.10 372.96 0.89 c p3 +785.15 428.58 0.89 c p3 +783.41 428.13 0.89 c p3 +787.90 422.39 0.89 c p3 +788.77 416.12 0.89 c p3 +787.31 452.50 0.89 c p3 +788.38 407.73 0.89 c p3 +790.44 478.63 0.89 c p3 +784.96 426.21 0.89 c p3 +776.49 370.94 0.89 c p3 +781.44 378.83 0.89 c p3 +782.08 308.40 0.89 c p3 +795.02 427.22 0.89 c p3 +780.23 391.62 0.89 c p3 +775.68 421.62 0.89 c p3 +777.28 308.40 0.89 c p3 +783.32 356.44 0.89 c p3 +788.75 394.07 0.89 c p3 +777.96 353.26 0.89 c p3 +782.11 308.40 0.89 c p3 +795.06 428.95 0.89 c p3 +789.73 308.40 0.89 c p3 +784.32 405.69 0.89 c p3 +777.45 420.72 0.89 c p3 +778.56 308.40 0.89 c p3 +793.28 444.71 0.89 c p3 +791.10 308.40 0.89 c p3 +779.16 308.40 0.89 c p3 +785.11 308.40 0.89 c p3 +788.34 308.40 0.89 c p3 +795.14 308.40 0.89 c p3 +790.84 460.37 0.89 c p3 +787.60 366.57 0.89 c p3 +783.39 308.40 0.89 c p3 +780.01 308.40 0.89 c p3 +790.93 390.65 0.89 c p3 +780.66 334.98 0.89 c p3 +781.04 385.00 0.89 c p3 +782.20 413.03 0.89 c p3 +778.90 308.40 0.89 c p3 +788.82 441.16 0.89 c p3 +783.24 451.39 0.89 c p3 +783.02 434.79 0.89 c p3 +777.64 409.67 0.89 c p3 +778.22 431.59 0.89 c p3 +787.59 425.39 0.89 c p3 +787.97 409.11 0.89 c p3 +784.83 308.40 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +834.22 308.40 0.89 c p3 +837.31 485.38 0.89 c p3 +846.90 372.96 0.89 c p3 +827.87 380.92 0.89 c p3 +834.27 422.76 0.89 c p3 +840.50 308.40 0.89 c p3 +840.54 336.66 0.89 c p3 +835.45 472.07 0.89 c p3 +838.67 308.40 0.89 c p3 +841.81 308.40 0.89 c p3 +834.49 308.40 0.89 c p3 +836.19 391.70 0.89 c p3 +843.34 308.40 0.89 c p3 +831.75 374.11 0.89 c p3 +842.77 377.46 0.89 c p3 +837.07 499.21 0.89 c p3 +831.72 320.69 0.89 c p3 +844.88 308.40 0.89 c p3 +843.45 515.60 0.89 c p3 +827.57 447.98 0.89 c p3 +844.06 469.08 0.89 c p3 +833.38 308.40 0.89 c p3 +828.82 308.40 0.89 c p3 +834.62 308.40 0.89 c p3 +840.01 308.40 0.89 c p3 +845.38 308.40 0.89 c p3 +840.51 351.49 0.89 c p3 +827.35 308.40 0.89 c p3 +846.78 308.40 0.89 c p3 +845.04 355.30 0.89 c p3 +834.32 465.55 0.89 c p3 +842.60 308.40 0.89 c p3 +828.12 480.46 0.89 c p3 +844.78 308.40 0.89 c p3 +834.36 478.20 0.89 c p3 +836.00 417.62 0.89 c p3 +835.24 308.40 0.89 c p3 +837.26 308.40 0.89 c p3 +838.74 308.40 0.89 c p3 +835.63 308.40 0.89 c p3 +846.95 384.38 0.89 c p3 +829.36 476.93 0.89 c p3 +832.41 508.15 0.89 c p3 +844.33 400.06 0.89 c p3 +830.27 308.40 0.89 c p3 +837.27 308.40 0.89 c p3 +846.40 308.40 0.89 c p3 +831.90 382.76 0.89 c p3 +840.20 387.33 0.89 c p3 +827.80 308.40 0.89 c p3 +841.10 308.40 0.89 c p3 +846.32 357.34 0.89 c p3 +837.31 308.40 0.89 c p3 +846.94 308.40 0.89 c p3 +844.99 429.12 0.89 c p3 +829.43 308.40 0.89 c p3 +838.61 437.53 0.89 c p3 +842.24 308.40 0.89 c p3 +843.67 308.40 0.89 c p3 +827.97 351.51 0.89 c p3 +836.59 308.40 0.89 c p3 +839.98 412.12 0.89 c p3 +844.35 412.53 0.89 c p3 +833.14 449.50 0.89 c p3 +843.88 388.35 0.89 c p3 +837.21 391.84 0.89 c p3 +843.09 308.40 0.89 c p3 +838.44 469.45 0.89 c p3 +843.32 308.40 0.89 c p3 +837.45 308.40 0.89 c p3 +831.95 402.56 0.89 c p3 +831.08 415.71 0.89 c p3 +843.30 308.40 0.89 c p3 +840.46 308.40 0.89 c p3 +845.38 421.76 0.89 c p3 +837.52 483.75 0.89 c p3 +829.19 459.55 0.89 c p3 +835.70 433.13 0.89 c p3 +836.80 467.75 0.89 c p3 +838.15 447.37 0.89 c p3 +836.11 469.47 0.89 c p3 +838.30 458.35 0.89 c p3 +841.01 477.90 0.89 c p3 +834.80 413.06 0.89 c p3 +828.79 416.41 0.89 c p3 +832.16 429.36 0.89 c p3 +836.88 421.72 0.89 c p3 +844.43 425.30 0.89 c p3 +842.47 308.40 0.89 c p3 +847.65 444.20 0.89 c p3 +840.99 418.72 0.89 c p3 +831.34 426.54 0.89 c p3 +840.88 429.96 0.89 c p3 +845.03 445.71 0.89 c p3 +838.54 394.61 0.89 c p3 +834.03 453.09 0.89 c p3 +843.96 428.80 0.89 c p3 +834.69 390.26 0.89 c p3 +843.45 436.77 0.89 c p3 +845.83 436.05 0.89 c p3 +833.76 431.59 0.89 c p3 +834.64 419.26 0.89 c p3 +838.84 460.33 0.89 c p3 +839.52 417.48 0.89 c p3 +832.21 486.86 0.89 c p3 +842.70 436.07 0.89 c p3 +830.96 398.11 0.89 c p3 +842.08 377.89 0.89 c p3 +827.51 343.28 0.89 c p3 +840.98 421.53 0.89 c p3 +836.19 403.15 0.89 c p3 +831.08 435.16 0.89 c p3 +833.24 380.47 0.89 c p3 +842.26 367.42 0.89 c p3 +829.15 403.11 0.89 c p3 +845.90 376.23 0.89 c p3 +846.25 308.40 0.89 c p3 +840.27 435.31 0.89 c p3 +840.86 308.40 0.89 c p3 +829.00 416.00 0.89 c p3 +844.26 430.22 0.89 c p3 +833.65 383.04 0.89 c p3 +831.20 450.53 0.89 c p3 +839.06 370.44 0.89 c p3 +829.03 308.40 0.89 c p3 +847.51 308.40 0.89 c p3 +832.14 308.40 0.89 c p3 +829.60 308.40 0.89 c p3 +840.26 456.89 0.89 c p3 +829.60 356.72 0.89 c p3 +841.14 308.40 0.89 c p3 +833.78 308.40 0.89 c p3 +828.16 414.11 0.89 c p3 +834.21 308.40 0.89 c p3 +832.96 358.95 0.89 c p3 +838.38 422.99 0.89 c p3 +831.82 308.40 0.89 c p3 +846.64 451.01 0.89 c p3 +828.44 460.47 0.89 c p3 +829.85 444.80 0.89 c p3 +841.75 419.89 0.89 c p3 +827.86 440.63 0.89 c p3 +847.05 435.01 0.89 c p3 +838.89 420.13 0.89 c p3 +845.44 308.40 0.89 c p3 +884.43 308.40 0.89 c p3 +890.18 486.94 0.89 c p3 +893.22 373.34 0.89 c p3 +892.54 384.86 0.89 c p3 +886.90 422.22 0.89 c p3 +897.43 308.40 0.89 c p3 +879.85 359.76 0.89 c p3 +884.83 470.47 0.89 c p3 +891.07 324.40 0.89 c p3 +896.13 308.40 0.89 c p3 +898.52 308.40 0.89 c p3 +897.38 390.36 0.89 c p3 +899.02 308.40 0.89 c p3 +894.53 377.81 0.89 c p3 +880.56 384.58 0.89 c p3 +890.48 505.10 0.89 c p3 +894.58 308.40 0.89 c p3 +881.97 378.44 0.89 c p3 +888.19 521.46 0.89 c p3 +884.19 445.78 0.89 c p3 +892.73 468.89 0.89 c p3 +881.20 308.40 0.89 c p3 +893.91 308.40 0.89 c p3 +897.82 308.40 0.89 c p3 +893.61 308.40 0.89 c p3 +881.97 308.40 0.89 c p3 +887.97 359.65 0.89 c p3 +885.29 308.40 0.89 c p3 +879.84 308.40 0.89 c p3 +898.69 349.65 0.89 c p3 +898.21 466.19 0.89 c p3 +896.02 382.08 0.89 c p3 +893.59 480.36 0.89 c p3 +893.74 308.40 0.89 c p3 +896.95 476.84 0.89 c p3 +884.31 416.88 0.89 c p3 +896.11 308.40 0.89 c p3 +897.05 308.40 0.89 c p3 +885.18 308.40 0.89 c p3 +886.70 308.40 0.89 c p3 +897.32 308.40 0.89 c p3 +891.39 473.31 0.89 c p3 +892.97 514.80 0.89 c p3 +881.78 398.22 0.89 c p3 +890.62 308.40 0.89 c p3 +889.25 308.40 0.89 c p3 +886.64 308.40 0.89 c p3 +898.47 390.21 0.89 c p3 +893.32 388.97 0.89 c p3 +899.20 308.40 0.89 c p3 +892.93 308.40 0.89 c p3 +893.86 366.12 0.89 c p3 +880.21 308.40 0.89 c p3 +886.07 308.40 0.89 c p3 +889.16 428.78 0.89 c p3 +886.29 308.40 0.89 c p3 +889.53 438.39 0.89 c p3 +896.48 308.40 0.89 c p3 +892.30 308.40 0.89 c p3 +886.71 369.44 0.89 c p3 +880.93 308.40 0.89 c p3 +895.31 411.84 0.89 c p3 +894.33 412.94 0.89 c p3 +883.12 450.42 0.89 c p3 +891.68 400.57 0.89 c p3 +884.60 384.06 0.89 c p3 +888.53 308.40 0.89 c p3 +881.74 458.61 0.89 c p3 +894.20 308.40 0.89 c p3 +879.85 308.40 0.89 c p3 +881.60 397.18 0.89 c p3 +883.98 424.58 0.89 c p3 +879.05 308.40 0.89 c p3 +884.62 308.40 0.89 c p3 +883.80 418.97 0.89 c p3 +884.41 483.57 0.89 c p3 +886.71 459.58 0.89 c p3 +891.43 433.22 0.89 c p3 +896.22 467.57 0.89 c p3 +898.00 447.43 0.89 c p3 +881.83 468.47 0.89 c p3 +894.10 458.55 0.89 c p3 +892.14 477.68 0.89 c p3 +885.92 412.82 0.89 c p3 +880.47 417.50 0.89 c p3 +883.04 429.00 0.89 c p3 +883.73 421.68 0.89 c p3 +889.69 427.88 0.89 c p3 +883.51 308.40 0.89 c p3 +888.17 443.82 0.89 c p3 +885.78 417.57 0.89 c p3 +886.17 427.57 0.89 c p3 +890.18 431.36 0.89 c p3 +883.70 444.58 0.89 c p3 +899.20 410.17 0.89 c p3 +888.21 453.41 0.89 c p3 +882.04 426.58 0.89 c p3 +881.86 397.15 0.89 c p3 +894.55 437.02 0.89 c p3 +897.30 434.59 0.89 c p3 +886.68 430.02 0.89 c p3 +881.87 418.76 0.89 c p3 +887.28 459.68 0.89 c p3 +884.26 416.02 0.89 c p3 +879.37 485.98 0.89 c p3 +879.16 432.78 0.89 c p3 +883.91 394.76 0.89 c p3 +879.89 368.57 0.89 c p3 +898.04 308.40 0.89 c p3 +881.08 424.16 0.89 c p3 +889.80 399.81 0.89 c p3 +885.74 434.73 0.89 c p3 +891.75 371.62 0.89 c p3 +892.98 370.65 0.89 c p3 +880.44 402.95 0.89 c p3 +883.45 384.19 0.89 c p3 +890.99 308.40 0.89 c p3 +890.02 434.68 0.89 c p3 +889.63 308.40 0.89 c p3 +892.65 413.05 0.89 c p3 +896.59 430.04 0.89 c p3 +895.98 373.51 0.89 c p3 +886.77 476.47 0.89 c p3 +886.06 308.40 0.89 c p3 +882.63 308.40 0.89 c p3 +889.74 308.40 0.89 c p3 +878.94 308.40 0.89 c p3 +886.09 308.40 0.89 c p3 +897.12 453.12 0.89 c p3 +893.36 372.05 0.89 c p3 +898.81 308.40 0.89 c p3 +895.37 308.40 0.89 c p3 +895.99 412.21 0.89 c p3 +889.76 308.40 0.89 c p3 +886.55 373.02 0.89 c p3 +894.40 425.15 0.89 c p3 +885.81 308.40 0.89 c p3 +885.38 450.12 0.89 c p3 +887.29 459.53 0.89 c p3 +886.92 443.76 0.89 c p3 +881.64 421.34 0.89 c p3 +897.72 439.69 0.89 c p3 +882.90 433.64 0.89 c p3 +893.95 417.99 0.89 c p3 +879.44 308.40 0.89 c p3 +935.05 308.40 0.89 c p3 +949.79 489.02 0.89 c p3 +937.17 390.59 0.89 c p3 +931.43 384.95 0.89 c p3 +936.50 424.38 0.89 c p3 +931.95 308.40 0.89 c p3 +941.26 371.77 0.89 c p3 +946.12 473.43 0.89 c p3 +945.19 308.40 0.89 c p3 +942.61 308.40 0.89 c p3 +937.50 308.40 0.89 c p3 +938.12 392.79 0.89 c p3 +934.99 308.40 0.89 c p3 +938.18 385.44 0.89 c p3 +939.48 397.52 0.89 c p3 +931.82 497.24 0.89 c p3 +931.11 308.40 0.89 c p3 +939.24 398.78 0.89 c p3 +935.64 512.85 0.89 c p3 +937.86 445.44 0.89 c p3 +935.51 472.41 0.89 c p3 +939.92 308.40 0.89 c p3 +938.32 308.40 0.89 c p3 +949.68 308.40 0.89 c p3 +934.73 308.40 0.89 c p3 +932.97 308.40 0.89 c p3 +949.40 367.33 0.89 c p3 +933.17 308.40 0.89 c p3 +931.35 308.40 0.89 c p3 +947.92 345.12 0.89 c p3 +944.03 468.92 0.89 c p3 +945.20 308.40 0.89 c p3 +937.63 480.69 0.89 c p3 +933.04 404.33 0.89 c p3 +936.29 478.03 0.89 c p3 +944.76 434.45 0.89 c p3 +945.20 325.50 0.89 c p3 +932.53 308.40 0.89 c p3 +939.17 308.40 0.89 c p3 +948.68 308.40 0.89 c p3 +950.57 308.40 0.89 c p3 +939.36 470.98 0.89 c p3 +935.08 505.19 0.89 c p3 +936.84 400.19 0.89 c p3 +940.89 308.40 0.89 c p3 +944.34 389.04 0.89 c p3 +942.99 308.40 0.89 c p3 +947.94 401.85 0.89 c p3 +940.40 391.66 0.89 c p3 +949.36 308.40 0.89 c p3 +934.21 308.40 0.89 c p3 +932.47 380.82 0.89 c p3 +945.79 308.40 0.89 c p3 +945.27 308.40 0.89 c p3 +934.68 429.06 0.89 c p3 +948.21 308.40 0.89 c p3 +947.69 438.02 0.89 c p3 +938.67 308.40 0.89 c p3 +934.81 308.40 0.89 c p3 +948.04 377.29 0.89 c p3 +941.45 308.40 0.89 c p3 +934.49 413.89 0.89 c p3 +934.35 416.19 0.89 c p3 +940.64 444.25 0.89 c p3 +946.35 401.60 0.89 c p3 +934.49 390.91 0.89 c p3 +932.19 308.40 0.89 c p3 +934.46 456.16 0.89 c p3 +935.78 308.40 0.89 c p3 +945.84 308.40 0.89 c p3 +931.77 403.08 0.89 c p3 +937.05 424.62 0.89 c p3 +942.04 308.40 0.89 c p3 +937.19 308.40 0.89 c p3 +936.20 420.77 0.89 c p3 +938.59 483.32 0.89 c p3 +934.99 459.55 0.89 c p3 +948.31 431.23 0.89 c p3 +932.04 467.82 0.89 c p3 +949.25 446.78 0.89 c p3 +934.06 469.03 0.89 c p3 +940.14 458.84 0.89 c p3 +945.96 477.53 0.89 c p3 +945.58 410.44 0.89 c p3 +932.41 418.35 0.89 c p3 +940.67 431.36 0.89 c p3 +935.65 421.04 0.89 c p3 +947.41 426.77 0.89 c p3 +938.47 308.40 0.89 c p3 +942.09 443.78 0.89 c p3 +947.24 419.45 0.89 c p3 +944.84 426.40 0.89 c p3 +934.95 429.50 0.89 c p3 +933.60 444.88 0.89 c p3 +931.81 395.82 0.89 c p3 +942.14 453.64 0.89 c p3 +938.65 429.35 0.89 c p3 +947.83 390.91 0.89 c p3 +942.66 436.87 0.89 c p3 +930.73 435.15 0.89 c p3 +932.91 430.69 0.89 c p3 +931.50 419.82 0.89 c p3 +932.25 460.03 0.89 c p3 +931.93 418.47 0.89 c p3 +936.95 486.14 0.89 c p3 +938.18 433.69 0.89 c p3 +934.63 397.58 0.89 c p3 +932.00 344.48 0.89 c p3 +935.19 308.40 0.89 c p3 +940.82 421.59 0.89 c p3 +934.57 401.96 0.89 c p3 +939.45 432.79 0.89 c p3 +937.94 374.41 0.89 c p3 +931.77 372.99 0.89 c p3 +948.58 403.65 0.89 c p3 +932.83 372.51 0.89 c p3 +948.57 308.40 0.89 c p3 +937.02 435.02 0.89 c p3 +946.63 308.40 0.89 c p3 +940.67 413.09 0.89 c p3 +942.47 430.49 0.89 c p3 +940.58 370.37 0.89 c p3 +932.58 441.04 0.89 c p3 +950.26 308.40 0.89 c p3 +948.37 308.40 0.89 c p3 +933.51 308.40 0.89 c p3 +932.15 348.40 0.89 c p3 +931.16 308.40 0.89 c p3 +944.24 463.06 0.89 c p3 +933.40 367.99 0.89 c p3 +935.40 308.40 0.89 c p3 +950.36 308.40 0.89 c p3 +949.70 405.83 0.89 c p3 +932.70 308.40 0.89 c p3 +944.00 383.35 0.89 c p3 +935.18 425.20 0.89 c p3 +947.04 308.40 0.89 c p3 +949.84 450.40 0.89 c p3 +940.60 460.51 0.89 c p3 +943.33 444.08 0.89 c p3 +940.68 420.27 0.89 c p3 +944.13 441.30 0.89 c p3 +930.39 435.14 0.89 c p3 +930.77 420.19 0.89 c p3 +933.21 308.40 0.89 c p3 +982.65 308.40 0.89 c p3 +985.40 489.53 0.89 c p3 +986.65 393.75 0.89 c p3 +1000.10 385.95 0.89 c p3 +988.36 426.45 0.89 c p3 +1001.72 308.40 0.89 c p3 +988.35 379.04 0.89 c p3 +995.18 474.83 0.89 c p3 +997.39 326.71 0.89 c p3 +1000.68 308.40 0.89 c p3 +984.70 308.40 0.89 c p3 +993.03 393.35 0.89 c p3 +987.81 308.40 0.89 c p3 +988.64 387.70 0.89 c p3 +988.36 398.68 0.89 c p3 +998.42 511.70 0.89 c p3 +1001.92 308.40 0.89 c p3 +995.18 393.51 0.89 c p3 +990.17 519.47 0.89 c p3 +988.30 443.65 0.89 c p3 +998.60 473.80 0.89 c p3 +994.06 308.40 0.89 c p3 +998.08 308.40 0.89 c p3 +990.08 308.40 0.89 c p3 +985.42 308.40 0.89 c p3 +998.84 338.77 0.89 c p3 +998.91 358.35 0.89 c p3 +989.98 308.40 0.89 c p3 +991.09 308.40 0.89 c p3 +983.48 359.63 0.89 c p3 +987.01 467.95 0.89 c p3 +992.56 382.48 0.89 c p3 +993.96 481.24 0.89 c p3 +997.94 421.53 0.89 c p3 +989.40 480.17 0.89 c p3 +993.60 435.89 0.89 c p3 +982.61 320.86 0.89 c p3 +1000.75 344.98 0.89 c p3 +997.32 308.40 0.89 c p3 +987.44 308.40 0.89 c p3 +984.92 384.11 0.89 c p3 +990.97 483.12 0.89 c p3 +990.82 511.35 0.89 c p3 +1002.07 401.13 0.89 c p3 +988.37 308.40 0.89 c p3 +990.13 385.44 0.89 c p3 +997.10 308.40 0.89 c p3 +998.63 404.93 0.89 c p3 +1001.21 393.14 0.89 c p3 +983.19 308.40 0.89 c p3 +986.55 308.40 0.89 c p3 +982.03 381.29 0.89 c p3 +996.88 308.40 0.89 c p3 +986.27 308.40 0.89 c p3 +997.80 429.75 0.89 c p3 +983.74 308.40 0.89 c p3 +982.28 443.09 0.89 c p3 +997.23 308.40 0.89 c p3 +983.49 308.40 0.89 c p3 +989.94 382.48 0.89 c p3 +1001.59 308.40 0.89 c p3 +997.12 413.32 0.89 c p3 +996.77 426.88 0.89 c p3 +992.82 445.99 0.89 c p3 +989.89 400.91 0.89 c p3 +998.02 380.56 0.89 c p3 +1001.90 308.40 0.89 c p3 +986.09 471.98 0.89 c p3 +996.85 308.40 0.89 c p3 +981.88 308.40 0.89 c p3 +999.90 400.31 0.89 c p3 +998.51 425.07 0.89 c p3 +989.57 308.40 0.89 c p3 +999.94 308.40 0.89 c p3 +983.78 419.42 0.89 c p3 +998.61 484.44 0.89 c p3 +994.53 460.83 0.89 c p3 +984.16 433.39 0.89 c p3 +991.01 469.13 0.89 c p3 +1001.97 448.36 0.89 c p3 +996.71 470.21 0.89 c p3 +983.09 459.60 0.89 c p3 +990.59 478.66 0.89 c p3 +987.89 414.25 0.89 c p3 +991.62 420.08 0.89 c p3 +995.50 430.49 0.89 c p3 +997.95 422.55 0.89 c p3 +981.87 426.88 0.89 c p3 +993.88 308.40 0.89 c p3 +989.30 444.52 0.89 c p3 +982.70 419.71 0.89 c p3 +993.42 427.37 0.89 c p3 +982.27 429.92 0.89 c p3 +995.91 445.21 0.89 c p3 +988.42 403.67 0.89 c p3 +985.21 454.76 0.89 c p3 +988.80 429.48 0.89 c p3 +988.75 385.23 0.89 c p3 +991.88 438.04 0.89 c p3 +983.03 436.80 0.89 c p3 +985.16 431.83 0.89 c p3 +993.83 421.34 0.89 c p3 +992.90 460.42 0.89 c p3 +998.89 417.29 0.89 c p3 +985.11 487.00 0.89 c p3 +984.36 434.73 0.89 c p3 +985.85 395.97 0.89 c p3 +993.93 371.87 0.89 c p3 +986.02 308.40 0.89 c p3 +989.79 430.66 0.89 c p3 +985.25 399.53 0.89 c p3 +997.45 434.85 0.89 c p3 +987.68 375.66 0.89 c p3 +985.69 368.62 0.89 c p3 +986.53 404.64 0.89 c p3 +1002.15 378.55 0.89 c p3 +995.31 308.40 0.89 c p3 +995.85 436.66 0.89 c p3 +985.70 345.33 0.89 c p3 +988.48 415.14 0.89 c p3 +995.80 429.53 0.89 c p3 +981.87 308.40 0.89 c p3 +994.36 446.51 0.89 c p3 +998.02 308.40 0.89 c p3 +988.19 308.40 0.89 c p3 +985.93 308.40 0.89 c p3 +996.83 351.92 0.89 c p3 +983.23 308.40 0.89 c p3 +983.51 459.30 0.89 c p3 +985.72 370.66 0.89 c p3 +982.52 308.40 0.89 c p3 +983.26 308.40 0.89 c p3 +997.78 410.82 0.89 c p3 +989.91 308.40 0.89 c p3 +989.52 386.95 0.89 c p3 +987.31 424.84 0.89 c p3 +989.92 308.40 0.89 c p3 +986.64 449.99 0.89 c p3 +999.96 460.29 0.89 c p3 +999.20 444.33 0.89 c p3 +984.44 420.53 0.89 c p3 +986.16 440.03 0.89 c p3 +988.99 434.43 0.89 c p3 +989.09 419.13 0.89 c p3 +989.11 308.40 0.89 c p3 +1034.80 308.40 0.89 c p3 +1047.76 495.27 0.89 c p3 +1036.85 391.17 0.89 c p3 +1046.65 386.97 0.89 c p3 +1037.87 424.43 0.89 c p3 +1036.29 308.40 0.89 c p3 +1040.98 375.33 0.89 c p3 +1040.91 474.13 0.89 c p3 +1052.29 328.71 0.89 c p3 +1053.62 308.40 0.89 c p3 +1045.49 308.40 0.89 c p3 +1035.09 392.69 0.89 c p3 +1044.44 308.40 0.89 c p3 +1049.49 383.38 0.89 c p3 +1035.44 392.54 0.89 c p3 +1042.16 497.74 0.89 c p3 +1047.33 318.73 0.89 c p3 +1039.87 387.52 0.89 c p3 +1043.93 519.35 0.89 c p3 +1043.97 445.11 0.89 c p3 +1036.28 472.09 0.89 c p3 +1050.12 308.40 0.89 c p3 +1034.64 308.40 0.89 c p3 +1048.22 308.40 0.89 c p3 +1034.47 308.40 0.89 c p3 +1044.50 308.40 0.89 c p3 +1040.54 353.98 0.89 c p3 +1042.33 308.40 0.89 c p3 +1042.45 308.40 0.89 c p3 +1049.10 351.87 0.89 c p3 +1049.87 471.30 0.89 c p3 +1034.35 308.40 0.89 c p3 +1042.45 481.25 0.89 c p3 +1037.10 407.57 0.89 c p3 +1035.03 474.82 0.89 c p3 +1041.72 432.10 0.89 c p3 +1033.52 308.40 0.89 c p3 +1035.16 308.40 0.89 c p3 +1045.66 308.40 0.89 c p3 +1037.52 308.40 0.89 c p3 +1034.85 308.40 0.89 c p3 +1037.67 471.99 0.89 c p3 +1051.74 509.76 0.89 c p3 +1038.66 405.77 0.89 c p3 +1053.34 308.40 0.89 c p3 +1036.65 390.37 0.89 c p3 +1049.71 308.40 0.89 c p3 +1044.58 402.33 0.89 c p3 +1045.86 392.24 0.89 c p3 +1038.37 308.40 0.89 c p3 +1034.01 308.40 0.89 c p3 +1035.06 377.46 0.89 c p3 +1040.89 308.40 0.89 c p3 +1045.66 308.40 0.89 c p3 +1035.71 431.34 0.89 c p3 +1043.37 308.40 0.89 c p3 +1040.63 430.76 0.89 c p3 +1053.86 308.40 0.89 c p3 +1052.91 308.40 0.89 c p3 +1042.77 384.32 0.89 c p3 +1046.87 308.40 0.89 c p3 +1039.68 415.05 0.89 c p3 +1047.40 421.63 0.89 c p3 +1043.58 445.46 0.89 c p3 +1044.03 398.51 0.89 c p3 +1046.21 389.08 0.89 c p3 +1050.48 308.40 0.89 c p3 +1037.93 457.60 0.89 c p3 +1052.38 308.40 0.89 c p3 +1049.81 308.40 0.89 c p3 +1037.79 399.82 0.89 c p3 +1051.91 424.14 0.89 c p3 +1041.06 308.40 0.89 c p3 +1050.52 308.40 0.89 c p3 +1044.39 421.80 0.89 c p3 +1048.20 484.21 0.89 c p3 +1036.29 461.17 0.89 c p3 +1033.89 429.23 0.89 c p3 +1051.55 467.89 0.89 c p3 +1039.89 448.43 0.89 c p3 +1047.49 470.36 0.89 c p3 +1051.15 459.43 0.89 c p3 +1043.02 478.37 0.89 c p3 +1046.12 414.48 0.89 c p3 +1053.85 417.11 0.89 c p3 +1047.57 429.71 0.89 c p3 +1050.83 421.92 0.89 c p3 +1048.97 429.02 0.89 c p3 +1035.09 308.40 0.89 c p3 +1038.42 445.26 0.89 c p3 +1034.75 419.04 0.89 c p3 +1042.04 426.60 0.89 c p3 +1049.36 430.02 0.89 c p3 +1037.86 444.70 0.89 c p3 +1041.74 396.09 0.89 c p3 +1049.92 453.93 0.89 c p3 +1035.66 430.91 0.89 c p3 +1051.51 391.57 0.89 c p3 +1052.26 438.65 0.89 c p3 +1034.60 435.94 0.89 c p3 +1033.38 432.29 0.89 c p3 +1053.72 420.66 0.89 c p3 +1042.54 460.30 0.89 c p3 +1040.46 417.12 0.89 c p3 +1038.76 486.76 0.89 c p3 +1045.59 435.00 0.89 c p3 +1052.48 392.18 0.89 c p3 +1045.85 393.31 0.89 c p3 +1041.80 308.40 0.89 c p3 +1037.91 423.15 0.89 c p3 +1048.70 400.15 0.89 c p3 +1051.98 432.91 0.89 c p3 +1050.33 378.10 0.89 c p3 +1045.08 374.52 0.89 c p3 +1033.30 402.50 0.89 c p3 +1044.88 388.32 0.89 c p3 +1044.21 308.40 0.89 c p3 +1044.52 436.87 0.89 c p3 +1035.96 308.40 0.89 c p3 +1048.57 414.32 0.89 c p3 +1050.18 431.82 0.89 c p3 +1041.69 384.50 0.89 c p3 +1033.46 449.58 0.89 c p3 +1051.92 308.40 0.89 c p3 +1037.31 341.72 0.89 c p3 +1048.39 308.40 0.89 c p3 +1046.99 365.55 0.89 c p3 +1053.72 308.40 0.89 c p3 +1037.10 460.25 0.89 c p3 +1050.74 351.00 0.89 c p3 +1045.69 308.40 0.89 c p3 +1049.22 308.40 0.89 c p3 +1041.24 413.68 0.89 c p3 +1044.47 308.40 0.89 c p3 +1044.61 383.93 0.89 c p3 +1047.92 426.20 0.89 c p3 +1044.94 308.40 0.89 c p3 +1047.08 450.96 0.89 c p3 +1034.65 460.11 0.89 c p3 +1035.74 443.63 0.89 c p3 +1037.82 421.39 0.89 c p3 +1037.95 440.96 0.89 c p3 +1040.28 434.77 0.89 c p3 +1052.14 420.67 0.89 c p3 +1036.66 308.40 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +64.40 437.25 m +0 42.76 l +o +np +64.40 403.07 m +0 -51.01 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 61.82 437.25 m +0 -34.18 l +5.16 0 l +0 34.18 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +61.82 418.77 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +115.94 436.46 m +0 56.79 l +o +np +115.94 395.51 m +0 -54.04 l +o +1 setlinecap +np + 113.36 436.46 m +0 -40.95 l +5.15 0 l +0 40.95 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +113.36 419.71 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +167.47 436.13 m +0 39.90 l +o +np +167.47 396.94 m +0 -57.22 l +o +1 setlinecap +np + 164.90 436.13 m +0 -39.19 l +5.15 0 l +0 39.19 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +164.90 419.17 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +219.01 436.05 m +0 43.27 l +o +np +219.01 395.87 m +0 -57.38 l +o +1 setlinecap +np + 216.43 436.05 m +0 -40.18 l +5.16 0 l +0 40.18 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +216.43 417.52 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +270.55 438.56 m +0 49.09 l +o +np +270.55 398.74 m +0 -51.97 l +o +1 setlinecap +np + 267.97 438.56 m +0 -39.82 l +5.15 0 l +0 39.82 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +267.97 420.35 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +322.08 448.99 m +0 68.45 l +o +np +322.08 392.61 m +0 -55.63 l +o +1 setlinecap +np + 319.51 448.99 m +0 -56.38 l +5.15 0 l +0 56.38 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +319.51 426.31 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +373.62 446.42 m +0 74.45 l +o +np +373.62 390.58 m +0 -66.43 l +o +1 setlinecap +np + 371.04 446.42 m +0 -55.84 l +5.16 0 l +0 55.84 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +371.04 425.25 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +425.16 446.18 m +0 71.60 l +o +np +425.16 392.71 m +0 -71.30 l +o +1 setlinecap +np + 422.58 446.18 m +0 -53.47 l +5.15 0 l +0 53.47 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +422.58 426.49 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +476.69 447.49 m +0 68.10 l +o +np +476.69 391.37 m +0 -61.48 l +o +1 setlinecap +np + 474.12 447.49 m +0 -56.12 l +5.15 0 l +0 56.12 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +474.12 428.20 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +528.23 447.11 m +0 78.20 l +o +np +528.23 392.63 m +0 -71.17 l +o +1 setlinecap +np + 525.65 447.11 m +0 -54.48 l +5.16 0 l +0 54.48 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +525.65 427.34 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +579.77 441.09 m +0 68.08 l +o +np +579.77 389.65 m +0 -59.08 l +o +1 setlinecap +np + 577.19 441.09 m +0 -51.44 l +5.15 0 l +0 51.44 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +577.19 415.40 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +631.30 442.69 m +0 63.81 l +o +np +631.30 396.13 m +0 -58.55 l +o +1 setlinecap +np + 628.73 442.69 m +0 -46.56 l +5.15 0 l +0 46.56 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +628.73 418.50 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +682.84 438.36 m +0 63.39 l +o +np +682.84 394.78 m +0 -60.09 l +o +1 setlinecap +np + 680.26 438.36 m +0 -43.58 l +5.16 0 l +0 43.58 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +680.26 421.07 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +734.38 445.67 m +0 59.15 l +o +np +734.38 399.68 m +0 -60.13 l +o +1 setlinecap +np + 731.80 445.67 m +0 -45.99 l +5.15 0 l +0 45.99 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +731.80 420.35 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +785.91 441.41 m +0 61.21 l +o +np +785.91 397.36 m +0 -62.38 l +o +1 setlinecap +np + 783.34 441.41 m +0 -44.05 l +5.15 0 l +0 44.05 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +783.34 421.17 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +837.45 449.50 m +0 66.10 l +o +np +837.45 391.70 m +0 -71.01 l +o +1 setlinecap +np + 834.87 449.50 m +0 -57.80 l +5.16 0 l +0 57.80 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +834.87 422.76 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +888.99 450.19 m +0 71.27 l +o +np +888.99 396.55 m +0 -72.15 l +o +1 setlinecap +np + 886.41 450.19 m +0 -53.64 l +5.15 0 l +0 53.64 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +886.41 424.86 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +940.52 445.30 m +0 67.55 l +o +np +940.52 397.88 m +0 -53.40 l +o +1 setlinecap +np + 937.95 445.30 m +0 -47.42 l +5.15 0 l +0 47.42 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +937.95 424.91 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +992.06 445.60 m +0 73.87 l +o +np +992.06 393.43 m +0 -72.57 l +o +1 setlinecap +np + 989.48 445.60 m +0 -52.17 l +5.16 0 l +0 52.17 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +989.48 425.07 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1043.60 446.20 m +0 73.15 l +o +np +1043.60 392.65 m +0 -73.92 l +o +1 setlinecap +np + 1041.02 446.20 m +0 -53.55 l +5.16 0 l +0 53.55 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.02 424.29 m +5.16 0 l +o +0.00 0.00 1440.00 576.00 cl +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 535.64 1041.04 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +554.00 541.01 (Batch1) .5 0 t +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +64.40 305.66 m +0 2.74 l +o +np +115.94 305.66 m +0 2.74 l +o +np +167.47 305.66 m +0 2.74 l +o +np +219.01 305.66 m +0 2.74 l +o +np +270.55 305.66 m +0 2.74 l +o +np +322.08 305.66 m +0 2.74 l +o +np +373.62 305.66 m +0 2.74 l +o +np +425.16 305.66 m +0 2.74 l +o +np +476.69 305.66 m +0 2.74 l +o +np +528.23 305.66 m +0 2.74 l +o +np +579.77 305.66 m +0 2.74 l +o +np +631.30 305.66 m +0 2.74 l +o +np +682.84 305.66 m +0 2.74 l +o +np +734.38 305.66 m +0 2.74 l +o +np +785.91 305.66 m +0 2.74 l +o +np +837.45 305.66 m +0 2.74 l +o +np +888.99 305.66 m +0 2.74 l +o +np +940.52 305.66 m +0 2.74 l +o +np +992.06 305.66 m +0 2.74 l +o +np +1043.60 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +70.86 303.47 (Batch1_A_1) 1 90 t +122.40 303.47 (Batch1_A_2) 1 90 t +173.93 303.47 (Batch1_A_3) 1 90 t +225.47 303.47 (Batch1_A_4) 1 90 t +277.01 303.47 (Batch1_A_5) 1 90 t +328.54 303.47 (Batch1_B_10) 1 90 t +380.08 303.47 (Batch1_B_6) 1 90 t +431.62 303.47 (Batch1_B_7) 1 90 t +483.16 303.47 (Batch1_B_8) 1 90 t +534.69 303.47 (Batch1_B_9) 1 90 t +586.23 303.47 (Batch1_C_11) 1 90 t +637.77 303.47 (Batch1_C_12) 1 90 t +689.30 303.47 (Batch1_C_13) 1 90 t +740.84 303.47 (Batch1_C_14) 1 90 t +792.38 303.47 (Batch1_C_15) 1 90 t +843.91 303.47 (Batch1_D_16) 1 90 t +895.45 303.47 (Batch1_D_17) 1 90 t +946.99 303.47 (Batch1_D_18) 1 90 t +998.52 303.47 (Batch1_D_19) 1 90 t +1050.06 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 349.31 (16) 1 0 t +28.55 393.96 (20) 1 0 t +28.55 438.62 (24) 1 0 t +28.55 483.27 (28) 1 0 t +28.55 527.93 (32) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 352.54 m +2.74 0 l +o +np +30.74 397.19 m +2.74 0 l +o +np +30.74 441.85 m +2.74 0 l +o +np +30.74 486.50 m +2.74 0 l +o +np +30.74 531.16 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +554.00 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 33.48 80.32 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 55.65 m +46.84 0 l +o +np +33.48 87.32 m +46.84 0 l +o +np +33.48 118.99 m +46.84 0 l +o +np +33.48 150.66 m +46.84 0 l +o +np +36.32 33.48 m +0 139.35 l +o +np +47.25 33.48 m +0 139.35 l +o +np +58.18 33.48 m +0 139.35 l +o +np +69.11 33.48 m +0 139.35 l +o +np +80.05 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 39.81 m +46.84 0 l +o +np +33.48 71.48 m +46.84 0 l +o +np +33.48 103.15 m +46.84 0 l +o +np +33.48 134.82 m +46.84 0 l +o +np +33.48 166.49 m +46.84 0 l +o +np +41.78 33.48 m +0 139.35 l +o +np +52.72 33.48 m +0 139.35 l +o +np +63.65 33.48 m +0 139.35 l +o +np +74.58 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +35.61 39.81 2.13 6.33 r p3 +37.74 39.81 2.13 19.00 r p3 +39.86 39.81 2.13 0.00 r p3 +41.99 39.81 2.13 19.00 r p3 +44.12 39.81 2.13 19.00 r p3 +46.25 39.81 2.13 12.67 r p3 +48.38 39.81 2.13 31.67 r p3 +50.51 39.81 2.13 25.34 r p3 +52.64 39.81 2.13 63.34 r p3 +54.77 39.81 2.13 95.01 r p3 +56.90 39.81 2.13 114.02 r p3 +59.03 39.81 2.13 44.34 r p3 +61.16 39.81 2.13 25.34 r p3 +63.29 39.81 2.13 44.34 r p3 +65.42 39.81 2.13 25.34 r p3 +67.55 39.81 2.13 31.67 r p3 +69.68 39.81 2.13 0.00 r p3 +71.81 39.81 2.13 12.67 r p3 +73.94 39.81 2.13 6.33 r p3 +76.06 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +85.80 33.48 132.65 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +85.80 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +85.80 55.65 m +46.85 0 l +o +np +85.80 87.32 m +46.85 0 l +o +np +85.80 118.99 m +46.85 0 l +o +np +85.80 150.66 m +46.85 0 l +o +np +88.64 33.48 m +0 139.35 l +o +np +99.58 33.48 m +0 139.35 l +o +np +110.51 33.48 m +0 139.35 l +o +np +121.44 33.48 m +0 139.35 l +o +np +132.37 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +85.80 39.81 m +46.85 0 l +o +np +85.80 71.48 m +46.85 0 l +o +np +85.80 103.15 m +46.85 0 l +o +np +85.80 134.82 m +46.85 0 l +o +np +85.80 166.49 m +46.85 0 l +o +np +94.11 33.48 m +0 139.35 l +o +np +105.04 33.48 m +0 139.35 l +o +np +115.97 33.48 m +0 139.35 l +o +np +126.91 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +87.93 39.81 2.13 0.00 r p3 +90.06 39.81 2.13 6.33 r p3 +92.19 39.81 2.13 12.67 r p3 +94.32 39.81 2.13 19.00 r p3 +96.45 39.81 2.13 38.01 r p3 +98.58 39.81 2.13 6.33 r p3 +100.71 39.81 2.13 50.67 r p3 +102.84 39.81 2.13 25.34 r p3 +104.97 39.81 2.13 63.34 r p3 +107.10 39.81 2.13 57.01 r p3 +109.23 39.81 2.13 120.35 r p3 +111.36 39.81 2.13 44.34 r p3 +113.48 39.81 2.13 38.01 r p3 +115.61 39.81 2.13 25.34 r p3 +117.74 39.81 2.13 31.67 r p3 +119.87 39.81 2.13 25.34 r p3 +122.00 39.81 2.13 12.67 r p3 +124.13 39.81 2.13 0.00 r p3 +126.26 39.81 2.13 6.33 r p3 +128.39 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +138.13 33.48 184.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +138.13 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +138.13 55.65 m +46.85 0 l +o +np +138.13 87.32 m +46.85 0 l +o +np +138.13 118.99 m +46.85 0 l +o +np +138.13 150.66 m +46.85 0 l +o +np +140.97 33.48 m +0 139.35 l +o +np +151.90 33.48 m +0 139.35 l +o +np +162.83 33.48 m +0 139.35 l +o +np +173.77 33.48 m +0 139.35 l +o +np +184.70 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +138.13 39.81 m +46.85 0 l +o +np +138.13 71.48 m +46.85 0 l +o +np +138.13 103.15 m +46.85 0 l +o +np +138.13 134.82 m +46.85 0 l +o +np +138.13 166.49 m +46.85 0 l +o +np +146.44 33.48 m +0 139.35 l +o +np +157.37 33.48 m +0 139.35 l +o +np +168.30 33.48 m +0 139.35 l +o +np +179.23 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +140.26 39.81 2.13 6.33 r p3 +142.39 39.81 2.13 12.67 r p3 +144.52 39.81 2.13 19.00 r p3 +146.65 39.81 2.13 6.33 r p3 +148.78 39.81 2.13 19.00 r p3 +150.91 39.81 2.13 12.67 r p3 +153.03 39.81 2.13 50.67 r p3 +155.16 39.81 2.13 19.00 r p3 +157.29 39.81 2.13 63.34 r p3 +159.42 39.81 2.13 76.01 r p3 +161.55 39.81 2.13 114.02 r p3 +163.68 39.81 2.13 63.34 r p3 +165.81 39.81 2.13 25.34 r p3 +167.94 39.81 2.13 38.01 r p3 +170.07 39.81 2.13 44.34 r p3 +172.20 39.81 2.13 12.67 r p3 +174.33 39.81 2.13 0.00 r p3 +176.46 39.81 2.13 6.33 r p3 +178.59 39.81 2.13 6.33 r p3 +180.72 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +190.46 33.48 237.30 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +190.46 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +190.46 55.65 m +46.84 0 l +o +np +190.46 87.32 m +46.84 0 l +o +np +190.46 118.99 m +46.84 0 l +o +np +190.46 150.66 m +46.84 0 l +o +np +193.30 33.48 m +0 139.35 l +o +np +204.23 33.48 m +0 139.35 l +o +np +215.16 33.48 m +0 139.35 l +o +np +226.09 33.48 m +0 139.35 l +o +np +237.02 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +190.46 39.81 m +46.84 0 l +o +np +190.46 71.48 m +46.84 0 l +o +np +190.46 103.15 m +46.84 0 l +o +np +190.46 134.82 m +46.84 0 l +o +np +190.46 166.49 m +46.84 0 l +o +np +198.76 33.48 m +0 139.35 l +o +np +209.69 33.48 m +0 139.35 l +o +np +220.63 33.48 m +0 139.35 l +o +np +231.56 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +192.58 39.81 2.13 0.00 r p3 +194.71 39.81 2.13 6.33 r p3 +196.84 39.81 2.13 12.67 r p3 +198.97 39.81 2.13 19.00 r p3 +201.10 39.81 2.13 31.67 r p3 +203.23 39.81 2.13 19.00 r p3 +205.36 39.81 2.13 44.34 r p3 +207.49 39.81 2.13 31.67 r p3 +209.62 39.81 2.13 57.01 r p3 +211.75 39.81 2.13 95.01 r p3 +213.88 39.81 2.13 114.02 r p3 +216.01 39.81 2.13 50.67 r p3 +218.14 39.81 2.13 19.00 r p3 +220.27 39.81 2.13 38.01 r p3 +222.40 39.81 2.13 31.67 r p3 +224.53 39.81 2.13 31.67 r p3 +226.65 39.81 2.13 0.00 r p3 +228.78 39.81 2.13 12.67 r p3 +230.91 39.81 2.13 0.00 r p3 +233.04 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +242.78 33.48 289.63 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +242.78 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +242.78 55.65 m +46.85 0 l +o +np +242.78 87.32 m +46.85 0 l +o +np +242.78 118.99 m +46.85 0 l +o +np +242.78 150.66 m +46.85 0 l +o +np +245.62 33.48 m +0 139.35 l +o +np +256.56 33.48 m +0 139.35 l +o +np +267.49 33.48 m +0 139.35 l +o +np +278.42 33.48 m +0 139.35 l +o +np +289.35 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +242.78 39.81 m +46.85 0 l +o +np +242.78 71.48 m +46.85 0 l +o +np +242.78 103.15 m +46.85 0 l +o +np +242.78 134.82 m +46.85 0 l +o +np +242.78 166.49 m +46.85 0 l +o +np +251.09 33.48 m +0 139.35 l +o +np +262.02 33.48 m +0 139.35 l +o +np +272.95 33.48 m +0 139.35 l +o +np +283.89 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +244.91 39.81 2.13 0.00 r p3 +247.04 39.81 2.13 6.33 r p3 +249.17 39.81 2.13 19.00 r p3 +251.30 39.81 2.13 12.67 r p3 +253.43 39.81 2.13 12.67 r p3 +255.56 39.81 2.13 12.67 r p3 +257.69 39.81 2.13 50.67 r p3 +259.82 39.81 2.13 12.67 r p3 +261.95 39.81 2.13 63.34 r p3 +264.08 39.81 2.13 69.68 r p3 +266.20 39.81 2.13 126.68 r p3 +268.33 39.81 2.13 50.67 r p3 +270.46 39.81 2.13 19.00 r p3 +272.59 39.81 2.13 44.34 r p3 +274.72 39.81 2.13 44.34 r p3 +276.85 39.81 2.13 12.67 r p3 +278.98 39.81 2.13 6.33 r p3 +281.11 39.81 2.13 6.33 r p3 +283.24 39.81 2.13 0.00 r p3 +285.37 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +295.11 33.48 341.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +295.11 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +295.11 55.65 m +46.84 0 l +o +np +295.11 87.32 m +46.84 0 l +o +np +295.11 118.99 m +46.84 0 l +o +np +295.11 150.66 m +46.84 0 l +o +np +297.95 33.48 m +0 139.35 l +o +np +308.88 33.48 m +0 139.35 l +o +np +319.81 33.48 m +0 139.35 l +o +np +330.75 33.48 m +0 139.35 l +o +np +341.68 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +295.11 39.81 m +46.84 0 l +o +np +295.11 71.48 m +46.84 0 l +o +np +295.11 103.15 m +46.84 0 l +o +np +295.11 134.82 m +46.84 0 l +o +np +295.11 166.49 m +46.84 0 l +o +np +303.42 33.48 m +0 139.35 l +o +np +314.35 33.48 m +0 139.35 l +o +np +325.28 33.48 m +0 139.35 l +o +np +336.21 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +297.24 39.81 2.13 0.00 r p3 +299.37 39.81 2.13 0.00 r p3 +301.50 39.81 2.13 6.33 r p3 +303.63 39.81 2.13 31.67 r p3 +305.75 39.81 2.13 19.00 r p3 +307.88 39.81 2.13 25.34 r p3 +310.01 39.81 2.13 57.01 r p3 +312.14 39.81 2.13 63.34 r p3 +314.27 39.81 2.13 31.67 r p3 +316.40 39.81 2.13 44.34 r p3 +318.53 39.81 2.13 82.34 r p3 +320.66 39.81 2.13 88.68 r p3 +322.79 39.81 2.13 69.68 r p3 +324.92 39.81 2.13 38.01 r p3 +327.05 39.81 2.13 31.67 r p3 +329.18 39.81 2.13 31.67 r p3 +331.31 39.81 2.13 31.67 r p3 +333.44 39.81 2.13 0.00 r p3 +335.57 39.81 2.13 12.67 r p3 +337.70 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +347.43 33.48 394.28 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +347.43 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +347.43 55.65 m +46.85 0 l +o +np +347.43 87.32 m +46.85 0 l +o +np +347.43 118.99 m +46.85 0 l +o +np +347.43 150.66 m +46.85 0 l +o +np +350.28 33.48 m +0 139.35 l +o +np +361.21 33.48 m +0 139.35 l +o +np +372.14 33.48 m +0 139.35 l +o +np +383.07 33.48 m +0 139.35 l +o +np +394.00 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +347.43 39.81 m +46.85 0 l +o +np +347.43 71.48 m +46.85 0 l +o +np +347.43 103.15 m +46.85 0 l +o +np +347.43 134.82 m +46.85 0 l +o +np +347.43 166.49 m +46.85 0 l +o +np +355.74 33.48 m +0 139.35 l +o +np +366.67 33.48 m +0 139.35 l +o +np +377.61 33.48 m +0 139.35 l +o +np +388.54 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +349.56 39.81 2.13 0.00 r p3 +351.69 39.81 2.13 12.67 r p3 +353.82 39.81 2.13 19.00 r p3 +355.95 39.81 2.13 25.34 r p3 +358.08 39.81 2.13 6.33 r p3 +360.21 39.81 2.13 25.34 r p3 +362.34 39.81 2.13 63.34 r p3 +364.47 39.81 2.13 50.67 r p3 +366.60 39.81 2.13 44.34 r p3 +368.73 39.81 2.13 44.34 r p3 +370.86 39.81 2.13 63.34 r p3 +372.99 39.81 2.13 107.68 r p3 +375.12 39.81 2.13 63.34 r p3 +377.25 39.81 2.13 31.67 r p3 +379.37 39.81 2.13 44.34 r p3 +381.50 39.81 2.13 25.34 r p3 +383.63 39.81 2.13 31.67 r p3 +385.76 39.81 2.13 0.00 r p3 +387.89 39.81 2.13 6.33 r p3 +390.02 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +399.76 33.48 446.61 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +399.76 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +399.76 55.65 m +46.85 0 l +o +np +399.76 87.32 m +46.85 0 l +o +np +399.76 118.99 m +46.85 0 l +o +np +399.76 150.66 m +46.85 0 l +o +np +402.60 33.48 m +0 139.35 l +o +np +413.53 33.48 m +0 139.35 l +o +np +424.47 33.48 m +0 139.35 l +o +np +435.40 33.48 m +0 139.35 l +o +np +446.33 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +399.76 39.81 m +46.85 0 l +o +np +399.76 71.48 m +46.85 0 l +o +np +399.76 103.15 m +46.85 0 l +o +np +399.76 134.82 m +46.85 0 l +o +np +399.76 166.49 m +46.85 0 l +o +np +408.07 33.48 m +0 139.35 l +o +np +419.00 33.48 m +0 139.35 l +o +np +429.93 33.48 m +0 139.35 l +o +np +440.86 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +401.89 39.81 2.13 0.00 r p3 +404.02 39.81 2.13 19.00 r p3 +406.15 39.81 2.13 19.00 r p3 +408.28 39.81 2.13 12.67 r p3 +410.41 39.81 2.13 12.67 r p3 +412.54 39.81 2.13 19.00 r p3 +414.67 39.81 2.13 69.68 r p3 +416.80 39.81 2.13 44.34 r p3 +418.92 39.81 2.13 57.01 r p3 +421.05 39.81 2.13 25.34 r p3 +423.18 39.81 2.13 101.35 r p3 +425.31 39.81 2.13 88.68 r p3 +427.44 39.81 2.13 63.34 r p3 +429.57 39.81 2.13 31.67 r p3 +431.70 39.81 2.13 31.67 r p3 +433.83 39.81 2.13 38.01 r p3 +435.96 39.81 2.13 19.00 r p3 +438.09 39.81 2.13 12.67 r p3 +440.22 39.81 2.13 12.67 r p3 +442.35 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +452.09 33.48 498.93 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +452.09 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +452.09 55.65 m +46.84 0 l +o +np +452.09 87.32 m +46.84 0 l +o +np +452.09 118.99 m +46.84 0 l +o +np +452.09 150.66 m +46.84 0 l +o +np +454.93 33.48 m +0 139.35 l +o +np +465.86 33.48 m +0 139.35 l +o +np +476.79 33.48 m +0 139.35 l +o +np +487.72 33.48 m +0 139.35 l +o +np +498.66 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +452.09 39.81 m +46.84 0 l +o +np +452.09 71.48 m +46.84 0 l +o +np +452.09 103.15 m +46.84 0 l +o +np +452.09 134.82 m +46.84 0 l +o +np +452.09 166.49 m +46.84 0 l +o +np +460.39 33.48 m +0 139.35 l +o +np +471.33 33.48 m +0 139.35 l +o +np +482.26 33.48 m +0 139.35 l +o +np +493.19 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +454.22 39.81 2.13 0.00 r p3 +456.34 39.81 2.13 6.33 r p3 +458.47 39.81 2.13 12.67 r p3 +460.60 39.81 2.13 19.00 r p3 +462.73 39.81 2.13 25.34 r p3 +464.86 39.81 2.13 25.34 r p3 +466.99 39.81 2.13 63.34 r p3 +469.12 39.81 2.13 38.01 r p3 +471.25 39.81 2.13 57.01 r p3 +473.38 39.81 2.13 25.34 r p3 +475.51 39.81 2.13 76.01 r p3 +477.64 39.81 2.13 101.35 r p3 +479.77 39.81 2.13 63.34 r p3 +481.90 39.81 2.13 31.67 r p3 +484.03 39.81 2.13 44.34 r p3 +486.16 39.81 2.13 38.01 r p3 +488.29 39.81 2.13 12.67 r p3 +490.42 39.81 2.13 12.67 r p3 +492.54 39.81 2.13 12.67 r p3 +494.67 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +504.41 33.48 551.26 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +504.41 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +504.41 55.65 m +46.85 0 l +o +np +504.41 87.32 m +46.85 0 l +o +np +504.41 118.99 m +46.85 0 l +o +np +504.41 150.66 m +46.85 0 l +o +np +507.25 33.48 m +0 139.35 l +o +np +518.19 33.48 m +0 139.35 l +o +np +529.12 33.48 m +0 139.35 l +o +np +540.05 33.48 m +0 139.35 l +o +np +550.98 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +504.41 39.81 m +46.85 0 l +o +np +504.41 71.48 m +46.85 0 l +o +np +504.41 103.15 m +46.85 0 l +o +np +504.41 134.82 m +46.85 0 l +o +np +504.41 166.49 m +46.85 0 l +o +np +512.72 33.48 m +0 139.35 l +o +np +523.65 33.48 m +0 139.35 l +o +np +534.58 33.48 m +0 139.35 l +o +np +545.52 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +506.54 39.81 2.13 0.00 r p3 +508.67 39.81 2.13 12.67 r p3 +510.80 39.81 2.13 25.34 r p3 +512.93 39.81 2.13 0.00 r p3 +515.06 39.81 2.13 6.33 r p3 +517.19 39.81 2.13 44.34 r p3 +519.32 39.81 2.13 57.01 r p3 +521.45 39.81 2.13 38.01 r p3 +523.58 39.81 2.13 44.34 r p3 +525.71 39.81 2.13 44.34 r p3 +527.84 39.81 2.13 76.01 r p3 +529.96 39.81 2.13 101.35 r p3 +532.09 39.81 2.13 57.01 r p3 +534.22 39.81 2.13 38.01 r p3 +536.35 39.81 2.13 31.67 r p3 +538.48 39.81 2.13 31.67 r p3 +540.61 39.81 2.13 25.34 r p3 +542.74 39.81 2.13 6.33 r p3 +544.87 39.81 2.13 6.33 r p3 +547.00 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +556.74 33.48 603.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +556.74 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +556.74 55.65 m +46.85 0 l +o +np +556.74 87.32 m +46.85 0 l +o +np +556.74 118.99 m +46.85 0 l +o +np +556.74 150.66 m +46.85 0 l +o +np +559.58 33.48 m +0 139.35 l +o +np +570.51 33.48 m +0 139.35 l +o +np +581.44 33.48 m +0 139.35 l +o +np +592.38 33.48 m +0 139.35 l +o +np +603.31 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +556.74 39.81 m +46.85 0 l +o +np +556.74 71.48 m +46.85 0 l +o +np +556.74 103.15 m +46.85 0 l +o +np +556.74 134.82 m +46.85 0 l +o +np +556.74 166.49 m +46.85 0 l +o +np +565.05 33.48 m +0 139.35 l +o +np +575.98 33.48 m +0 139.35 l +o +np +586.91 33.48 m +0 139.35 l +o +np +597.84 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +558.87 39.81 2.13 0.00 r p3 +561.00 39.81 2.13 6.33 r p3 +563.13 39.81 2.13 0.00 r p3 +565.26 39.81 2.13 38.01 r p3 +567.39 39.81 2.13 31.67 r p3 +569.51 39.81 2.13 19.00 r p3 +571.64 39.81 2.13 25.34 r p3 +573.77 39.81 2.13 69.68 r p3 +575.90 39.81 2.13 38.01 r p3 +578.03 39.81 2.13 82.34 r p3 +580.16 39.81 2.13 44.34 r p3 +582.29 39.81 2.13 63.34 r p3 +584.42 39.81 2.13 38.01 r p3 +586.55 39.81 2.13 31.67 r p3 +588.68 39.81 2.13 38.01 r p3 +590.81 39.81 2.13 0.00 r p3 +592.94 39.81 2.13 19.00 r p3 +595.07 39.81 2.13 6.33 r p3 +597.20 39.81 2.13 12.67 r p3 +599.33 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +609.06 33.48 655.91 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +609.06 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +609.06 55.65 m +46.85 0 l +o +np +609.06 87.32 m +46.85 0 l +o +np +609.06 118.99 m +46.85 0 l +o +np +609.06 150.66 m +46.85 0 l +o +np +611.91 33.48 m +0 139.35 l +o +np +622.84 33.48 m +0 139.35 l +o +np +633.77 33.48 m +0 139.35 l +o +np +644.70 33.48 m +0 139.35 l +o +np +655.63 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +609.06 39.81 m +46.85 0 l +o +np +609.06 71.48 m +46.85 0 l +o +np +609.06 103.15 m +46.85 0 l +o +np +609.06 134.82 m +46.85 0 l +o +np +609.06 166.49 m +46.85 0 l +o +np +617.37 33.48 m +0 139.35 l +o +np +628.30 33.48 m +0 139.35 l +o +np +639.24 33.48 m +0 139.35 l +o +np +650.17 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +611.19 39.81 2.13 0.00 r p3 +613.32 39.81 2.13 6.33 r p3 +615.45 39.81 2.13 12.67 r p3 +617.58 39.81 2.13 19.00 r p3 +619.71 39.81 2.13 12.67 r p3 +621.84 39.81 2.13 19.00 r p3 +623.97 39.81 2.13 19.00 r p3 +626.10 39.81 2.13 63.34 r p3 +628.23 39.81 2.13 63.34 r p3 +630.36 39.81 2.13 69.68 r p3 +632.49 39.81 2.13 76.01 r p3 +634.62 39.81 2.13 50.67 r p3 +636.75 39.81 2.13 44.34 r p3 +638.88 39.81 2.13 19.00 r p3 +641.01 39.81 2.13 38.01 r p3 +643.13 39.81 2.13 25.34 r p3 +645.26 39.81 2.13 6.33 r p3 +647.39 39.81 2.13 6.33 r p3 +649.52 39.81 2.13 6.33 r p3 +651.65 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +661.39 33.48 708.24 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +661.39 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +661.39 55.65 m +46.85 0 l +o +np +661.39 87.32 m +46.85 0 l +o +np +661.39 118.99 m +46.85 0 l +o +np +661.39 150.66 m +46.85 0 l +o +np +664.23 33.48 m +0 139.35 l +o +np +675.16 33.48 m +0 139.35 l +o +np +686.10 33.48 m +0 139.35 l +o +np +697.03 33.48 m +0 139.35 l +o +np +707.96 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +661.39 39.81 m +46.85 0 l +o +np +661.39 71.48 m +46.85 0 l +o +np +661.39 103.15 m +46.85 0 l +o +np +661.39 134.82 m +46.85 0 l +o +np +661.39 166.49 m +46.85 0 l +o +np +669.70 33.48 m +0 139.35 l +o +np +680.63 33.48 m +0 139.35 l +o +np +691.56 33.48 m +0 139.35 l +o +np +702.49 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +663.52 39.81 2.13 0.00 r p3 +665.65 39.81 2.13 12.67 r p3 +667.78 39.81 2.13 6.33 r p3 +669.91 39.81 2.13 38.01 r p3 +672.04 39.81 2.13 19.00 r p3 +674.17 39.81 2.13 6.33 r p3 +676.30 39.81 2.13 25.34 r p3 +678.43 39.81 2.13 44.34 r p3 +680.56 39.81 2.13 50.67 r p3 +682.68 39.81 2.13 63.34 r p3 +684.81 39.81 2.13 101.35 r p3 +686.94 39.81 2.13 76.01 r p3 +689.07 39.81 2.13 12.67 r p3 +691.20 39.81 2.13 31.67 r p3 +693.33 39.81 2.13 38.01 r p3 +695.46 39.81 2.13 31.67 r p3 +697.59 39.81 2.13 6.33 r p3 +699.72 39.81 2.13 12.67 r p3 +701.85 39.81 2.13 0.00 r p3 +703.98 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +713.72 33.48 760.56 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +713.72 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +713.72 55.65 m +46.84 0 l +o +np +713.72 87.32 m +46.84 0 l +o +np +713.72 118.99 m +46.84 0 l +o +np +713.72 150.66 m +46.84 0 l +o +np +716.56 33.48 m +0 139.35 l +o +np +727.49 33.48 m +0 139.35 l +o +np +738.42 33.48 m +0 139.35 l +o +np +749.35 33.48 m +0 139.35 l +o +np +760.29 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +713.72 39.81 m +46.84 0 l +o +np +713.72 71.48 m +46.84 0 l +o +np +713.72 103.15 m +46.84 0 l +o +np +713.72 134.82 m +46.84 0 l +o +np +713.72 166.49 m +46.84 0 l +o +np +722.02 33.48 m +0 139.35 l +o +np +732.96 33.48 m +0 139.35 l +o +np +743.89 33.48 m +0 139.35 l +o +np +754.82 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +715.85 39.81 2.13 0.00 r p3 +717.98 39.81 2.13 0.00 r p3 +720.11 39.81 2.13 12.67 r p3 +722.23 39.81 2.13 25.34 r p3 +724.36 39.81 2.13 6.33 r p3 +726.49 39.81 2.13 44.34 r p3 +728.62 39.81 2.13 12.67 r p3 +730.75 39.81 2.13 31.67 r p3 +732.88 39.81 2.13 76.01 r p3 +735.01 39.81 2.13 69.68 r p3 +737.14 39.81 2.13 95.01 r p3 +739.27 39.81 2.13 50.67 r p3 +741.40 39.81 2.13 44.34 r p3 +743.53 39.81 2.13 44.34 r p3 +745.66 39.81 2.13 38.01 r p3 +747.79 39.81 2.13 31.67 r p3 +749.92 39.81 2.13 6.33 r p3 +752.05 39.81 2.13 6.33 r p3 +754.18 39.81 2.13 6.33 r p3 +756.30 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +766.04 33.48 812.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +766.04 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +766.04 55.65 m +46.85 0 l +o +np +766.04 87.32 m +46.85 0 l +o +np +766.04 118.99 m +46.85 0 l +o +np +766.04 150.66 m +46.85 0 l +o +np +768.88 33.48 m +0 139.35 l +o +np +779.82 33.48 m +0 139.35 l +o +np +790.75 33.48 m +0 139.35 l +o +np +801.68 33.48 m +0 139.35 l +o +np +812.61 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +766.04 39.81 m +46.85 0 l +o +np +766.04 71.48 m +46.85 0 l +o +np +766.04 103.15 m +46.85 0 l +o +np +766.04 134.82 m +46.85 0 l +o +np +766.04 166.49 m +46.85 0 l +o +np +774.35 33.48 m +0 139.35 l +o +np +785.28 33.48 m +0 139.35 l +o +np +796.21 33.48 m +0 139.35 l +o +np +807.15 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +768.17 39.81 2.13 0.00 r p3 +770.30 39.81 2.13 0.00 r p3 +772.43 39.81 2.13 19.00 r p3 +774.56 39.81 2.13 12.67 r p3 +776.69 39.81 2.13 12.67 r p3 +778.82 39.81 2.13 25.34 r p3 +780.95 39.81 2.13 31.67 r p3 +783.08 39.81 2.13 44.34 r p3 +785.21 39.81 2.13 50.67 r p3 +787.34 39.81 2.13 82.34 r p3 +789.47 39.81 2.13 101.35 r p3 +791.60 39.81 2.13 44.34 r p3 +793.73 39.81 2.13 31.67 r p3 +795.85 39.81 2.13 44.34 r p3 +797.98 39.81 2.13 38.01 r p3 +800.11 39.81 2.13 25.34 r p3 +802.24 39.81 2.13 6.33 r p3 +804.37 39.81 2.13 6.33 r p3 +806.50 39.81 2.13 6.33 r p3 +808.63 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +818.37 33.48 865.22 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +818.37 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +818.37 55.65 m +46.85 0 l +o +np +818.37 87.32 m +46.85 0 l +o +np +818.37 118.99 m +46.85 0 l +o +np +818.37 150.66 m +46.85 0 l +o +np +821.21 33.48 m +0 139.35 l +o +np +832.14 33.48 m +0 139.35 l +o +np +843.07 33.48 m +0 139.35 l +o +np +854.01 33.48 m +0 139.35 l +o +np +864.94 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +818.37 39.81 m +46.85 0 l +o +np +818.37 71.48 m +46.85 0 l +o +np +818.37 103.15 m +46.85 0 l +o +np +818.37 134.82 m +46.85 0 l +o +np +818.37 166.49 m +46.85 0 l +o +np +826.68 33.48 m +0 139.35 l +o +np +837.61 33.48 m +0 139.35 l +o +np +848.54 33.48 m +0 139.35 l +o +np +859.47 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +820.50 39.81 2.13 6.33 r p3 +822.63 39.81 2.13 0.00 r p3 +824.76 39.81 2.13 6.33 r p3 +826.89 39.81 2.13 19.00 r p3 +829.02 39.81 2.13 25.34 r p3 +831.15 39.81 2.13 25.34 r p3 +833.27 39.81 2.13 50.67 r p3 +835.40 39.81 2.13 38.01 r p3 +837.53 39.81 2.13 31.67 r p3 +839.66 39.81 2.13 57.01 r p3 +841.79 39.81 2.13 88.68 r p3 +843.92 39.81 2.13 69.68 r p3 +846.05 39.81 2.13 57.01 r p3 +848.18 39.81 2.13 38.01 r p3 +850.31 39.81 2.13 38.01 r p3 +852.44 39.81 2.13 31.67 r p3 +854.57 39.81 2.13 12.67 r p3 +856.70 39.81 2.13 6.33 r p3 +858.83 39.81 2.13 12.67 r p3 +860.96 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +870.70 33.48 917.54 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +870.70 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +870.70 55.65 m +46.84 0 l +o +np +870.70 87.32 m +46.84 0 l +o +np +870.70 118.99 m +46.84 0 l +o +np +870.70 150.66 m +46.84 0 l +o +np +873.54 33.48 m +0 139.35 l +o +np +884.47 33.48 m +0 139.35 l +o +np +895.40 33.48 m +0 139.35 l +o +np +906.33 33.48 m +0 139.35 l +o +np +917.26 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +870.70 39.81 m +46.84 0 l +o +np +870.70 71.48 m +46.84 0 l +o +np +870.70 103.15 m +46.84 0 l +o +np +870.70 134.82 m +46.84 0 l +o +np +870.70 166.49 m +46.84 0 l +o +np +879.00 33.48 m +0 139.35 l +o +np +889.94 33.48 m +0 139.35 l +o +np +900.87 33.48 m +0 139.35 l +o +np +911.80 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +872.82 39.81 2.13 0.00 r p3 +874.95 39.81 2.13 6.33 r p3 +877.08 39.81 2.13 0.00 r p3 +879.21 39.81 2.13 6.33 r p3 +881.34 39.81 2.13 12.67 r p3 +883.47 39.81 2.13 57.01 r p3 +885.60 39.81 2.13 44.34 r p3 +887.73 39.81 2.13 25.34 r p3 +889.86 39.81 2.13 38.01 r p3 +891.99 39.81 2.13 69.68 r p3 +894.12 39.81 2.13 82.34 r p3 +896.25 39.81 2.13 76.01 r p3 +898.38 39.81 2.13 44.34 r p3 +900.51 39.81 2.13 44.34 r p3 +902.64 39.81 2.13 31.67 r p3 +904.77 39.81 2.13 38.01 r p3 +906.90 39.81 2.13 12.67 r p3 +909.02 39.81 2.13 6.33 r p3 +911.15 39.81 2.13 6.33 r p3 +913.28 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +923.02 33.48 969.87 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +923.02 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +923.02 55.65 m +46.85 0 l +o +np +923.02 87.32 m +46.85 0 l +o +np +923.02 118.99 m +46.85 0 l +o +np +923.02 150.66 m +46.85 0 l +o +np +925.86 33.48 m +0 139.35 l +o +np +936.80 33.48 m +0 139.35 l +o +np +947.73 33.48 m +0 139.35 l +o +np +958.66 33.48 m +0 139.35 l +o +np +969.59 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +923.02 39.81 m +46.85 0 l +o +np +923.02 71.48 m +46.85 0 l +o +np +923.02 103.15 m +46.85 0 l +o +np +923.02 134.82 m +46.85 0 l +o +np +923.02 166.49 m +46.85 0 l +o +np +931.33 33.48 m +0 139.35 l +o +np +942.26 33.48 m +0 139.35 l +o +np +953.19 33.48 m +0 139.35 l +o +np +964.13 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +925.15 39.81 2.13 0.00 r p3 +927.28 39.81 2.13 6.33 r p3 +929.41 39.81 2.13 0.00 r p3 +931.54 39.81 2.13 19.00 r p3 +933.67 39.81 2.13 0.00 r p3 +935.80 39.81 2.13 44.34 r p3 +937.93 39.81 2.13 31.67 r p3 +940.06 39.81 2.13 44.34 r p3 +942.19 39.81 2.13 69.68 r p3 +944.32 39.81 2.13 38.01 r p3 +946.44 39.81 2.13 88.68 r p3 +948.57 39.81 2.13 82.34 r p3 +950.70 39.81 2.13 57.01 r p3 +952.83 39.81 2.13 38.01 r p3 +954.96 39.81 2.13 38.01 r p3 +957.09 39.81 2.13 31.67 r p3 +959.22 39.81 2.13 12.67 r p3 +961.35 39.81 2.13 12.67 r p3 +963.48 39.81 2.13 6.33 r p3 +965.61 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +975.35 33.48 1022.19 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +975.35 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +975.35 55.65 m +46.84 0 l +o +np +975.35 87.32 m +46.84 0 l +o +np +975.35 118.99 m +46.84 0 l +o +np +975.35 150.66 m +46.84 0 l +o +np +978.19 33.48 m +0 139.35 l +o +np +989.12 33.48 m +0 139.35 l +o +np +1000.05 33.48 m +0 139.35 l +o +np +1010.99 33.48 m +0 139.35 l +o +np +1021.92 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +975.35 39.81 m +46.84 0 l +o +np +975.35 71.48 m +46.84 0 l +o +np +975.35 103.15 m +46.84 0 l +o +np +975.35 134.82 m +46.84 0 l +o +np +975.35 166.49 m +46.84 0 l +o +np +983.66 33.48 m +0 139.35 l +o +np +994.59 33.48 m +0 139.35 l +o +np +1005.52 33.48 m +0 139.35 l +o +np +1016.45 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +977.48 39.81 2.13 0.00 r p3 +979.61 39.81 2.13 12.67 r p3 +981.74 39.81 2.13 6.33 r p3 +983.87 39.81 2.13 19.00 r p3 +985.99 39.81 2.13 12.67 r p3 +988.12 39.81 2.13 19.00 r p3 +990.25 39.81 2.13 63.34 r p3 +992.38 39.81 2.13 50.67 r p3 +994.51 39.81 2.13 50.67 r p3 +996.64 39.81 2.13 31.67 r p3 +998.77 39.81 2.13 88.68 r p3 +1000.90 39.81 2.13 101.35 r p3 +1003.03 39.81 2.13 57.01 r p3 +1005.16 39.81 2.13 38.01 r p3 +1007.29 39.81 2.13 25.34 r p3 +1009.42 39.81 2.13 38.01 r p3 +1011.55 39.81 2.13 19.00 r p3 +1013.68 39.81 2.13 0.00 r p3 +1015.81 39.81 2.13 12.67 r p3 +1017.94 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +1027.67 33.48 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1027.67 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1027.67 55.65 m +46.85 0 l +o +np +1027.67 87.32 m +46.85 0 l +o +np +1027.67 118.99 m +46.85 0 l +o +np +1027.67 150.66 m +46.85 0 l +o +np +1030.52 33.48 m +0 139.35 l +o +np +1041.45 33.48 m +0 139.35 l +o +np +1052.38 33.48 m +0 139.35 l +o +np +1063.31 33.48 m +0 139.35 l +o +np +1074.24 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +1027.67 39.81 m +46.85 0 l +o +np +1027.67 71.48 m +46.85 0 l +o +np +1027.67 103.15 m +46.85 0 l +o +np +1027.67 134.82 m +46.85 0 l +o +np +1027.67 166.49 m +46.85 0 l +o +np +1035.98 33.48 m +0 139.35 l +o +np +1046.91 33.48 m +0 139.35 l +o +np +1057.85 33.48 m +0 139.35 l +o +np +1068.78 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1029.80 39.81 2.13 6.33 r p3 +1031.93 39.81 2.13 6.33 r p3 +1034.06 39.81 2.13 6.33 r p3 +1036.19 39.81 2.13 12.67 r p3 +1038.32 39.81 2.13 6.33 r p3 +1040.45 39.81 2.13 12.67 r p3 +1042.58 39.81 2.13 44.34 r p3 +1044.71 39.81 2.13 82.34 r p3 +1046.84 39.81 2.13 44.34 r p3 +1048.97 39.81 2.13 38.01 r p3 +1051.10 39.81 2.13 88.68 r p3 +1053.23 39.81 2.13 88.68 r p3 +1055.36 39.81 2.13 57.01 r p3 +1057.49 39.81 2.13 44.34 r p3 +1059.61 39.81 2.13 31.67 r p3 +1061.74 39.81 2.13 25.34 r p3 +1063.87 39.81 2.13 12.67 r p3 +1066.00 39.81 2.13 12.67 r p3 +1068.13 39.81 2.13 6.33 r p3 +1070.26 39.81 2.13 6.33 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 172.83 80.32 207.25 cl +33.48 190.04 80.32 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 195.41 (Batch1) .5 0 t +33.48 190.04 80.32 207.25 cl +33.48 172.83 80.32 207.25 cl +33.48 172.83 80.32 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 178.20 (Batch1_A_1) .5 0 t +33.48 172.83 80.32 190.04 cl +33.48 172.83 80.32 207.25 cl +0.00 0.00 1440.00 576.00 cl +85.80 172.83 132.65 207.25 cl +85.80 190.04 132.65 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 195.41 (Batch1) .5 0 t +85.80 190.04 132.65 207.25 cl +85.80 172.83 132.65 207.25 cl +85.80 172.83 132.65 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 178.20 (Batch1_A_2) .5 0 t +85.80 172.83 132.65 190.04 cl +85.80 172.83 132.65 207.25 cl +0.00 0.00 1440.00 576.00 cl +138.13 172.83 184.98 207.25 cl +138.13 190.04 184.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 195.41 (Batch1) .5 0 t +138.13 190.04 184.98 207.25 cl +138.13 172.83 184.98 207.25 cl +138.13 172.83 184.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 178.20 (Batch1_A_3) .5 0 t +138.13 172.83 184.98 190.04 cl +138.13 172.83 184.98 207.25 cl +0.00 0.00 1440.00 576.00 cl +190.46 172.83 237.30 207.25 cl +190.46 190.04 237.30 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 195.41 (Batch1) .5 0 t +190.46 190.04 237.30 207.25 cl +190.46 172.83 237.30 207.25 cl +190.46 172.83 237.30 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 178.20 (Batch1_A_4) .5 0 t +190.46 172.83 237.30 190.04 cl +190.46 172.83 237.30 207.25 cl +0.00 0.00 1440.00 576.00 cl +242.78 172.83 289.63 207.25 cl +242.78 190.04 289.63 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 195.41 (Batch1) .5 0 t +242.78 190.04 289.63 207.25 cl +242.78 172.83 289.63 207.25 cl +242.78 172.83 289.63 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 178.20 (Batch1_A_5) .5 0 t +242.78 172.83 289.63 190.04 cl +242.78 172.83 289.63 207.25 cl +0.00 0.00 1440.00 576.00 cl +295.11 172.83 341.95 207.25 cl +295.11 190.04 341.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 195.41 (Batch1) .5 0 t +295.11 190.04 341.95 207.25 cl +295.11 172.83 341.95 207.25 cl +295.11 172.83 341.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 178.20 (Batch1_B_10) .5 0 t +295.11 172.83 341.95 190.04 cl +295.11 172.83 341.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +347.43 172.83 394.28 207.25 cl +347.43 190.04 394.28 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 195.41 (Batch1) .5 0 t +347.43 190.04 394.28 207.25 cl +347.43 172.83 394.28 207.25 cl +347.43 172.83 394.28 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 178.20 (Batch1_B_6) .5 0 t +347.43 172.83 394.28 190.04 cl +347.43 172.83 394.28 207.25 cl +0.00 0.00 1440.00 576.00 cl +399.76 172.83 446.61 207.25 cl +399.76 190.04 446.61 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 195.41 (Batch1) .5 0 t +399.76 190.04 446.61 207.25 cl +399.76 172.83 446.61 207.25 cl +399.76 172.83 446.61 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 178.20 (Batch1_B_7) .5 0 t +399.76 172.83 446.61 190.04 cl +399.76 172.83 446.61 207.25 cl +0.00 0.00 1440.00 576.00 cl +452.09 172.83 498.93 207.25 cl +452.09 190.04 498.93 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 195.41 (Batch1) .5 0 t +452.09 190.04 498.93 207.25 cl +452.09 172.83 498.93 207.25 cl +452.09 172.83 498.93 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 178.20 (Batch1_B_8) .5 0 t +452.09 172.83 498.93 190.04 cl +452.09 172.83 498.93 207.25 cl +0.00 0.00 1440.00 576.00 cl +504.41 172.83 551.26 207.25 cl +504.41 190.04 551.26 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 195.41 (Batch1) .5 0 t +504.41 190.04 551.26 207.25 cl +504.41 172.83 551.26 207.25 cl +504.41 172.83 551.26 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 178.20 (Batch1_B_9) .5 0 t +504.41 172.83 551.26 190.04 cl +504.41 172.83 551.26 207.25 cl +0.00 0.00 1440.00 576.00 cl +556.74 172.83 603.59 207.25 cl +556.74 190.04 603.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 195.41 (Batch1) .5 0 t +556.74 190.04 603.59 207.25 cl +556.74 172.83 603.59 207.25 cl +556.74 172.83 603.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 178.20 (Batch1_C_11) .5 0 t +556.74 172.83 603.59 190.04 cl +556.74 172.83 603.59 207.25 cl +0.00 0.00 1440.00 576.00 cl +609.06 172.83 655.91 207.25 cl +609.06 190.04 655.91 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 195.41 (Batch1) .5 0 t +609.06 190.04 655.91 207.25 cl +609.06 172.83 655.91 207.25 cl +609.06 172.83 655.91 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 178.20 (Batch1_C_12) .5 0 t +609.06 172.83 655.91 190.04 cl +609.06 172.83 655.91 207.25 cl +0.00 0.00 1440.00 576.00 cl +661.39 172.83 708.24 207.25 cl +661.39 190.04 708.24 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 195.41 (Batch1) .5 0 t +661.39 190.04 708.24 207.25 cl +661.39 172.83 708.24 207.25 cl +661.39 172.83 708.24 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 178.20 (Batch1_C_13) .5 0 t +661.39 172.83 708.24 190.04 cl +661.39 172.83 708.24 207.25 cl +0.00 0.00 1440.00 576.00 cl +713.72 172.83 760.56 207.25 cl +713.72 190.04 760.56 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 195.41 (Batch1) .5 0 t +713.72 190.04 760.56 207.25 cl +713.72 172.83 760.56 207.25 cl +713.72 172.83 760.56 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 178.20 (Batch1_C_14) .5 0 t +713.72 172.83 760.56 190.04 cl +713.72 172.83 760.56 207.25 cl +0.00 0.00 1440.00 576.00 cl +766.04 172.83 812.89 207.25 cl +766.04 190.04 812.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 195.41 (Batch1) .5 0 t +766.04 190.04 812.89 207.25 cl +766.04 172.83 812.89 207.25 cl +766.04 172.83 812.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 178.20 (Batch1_C_15) .5 0 t +766.04 172.83 812.89 190.04 cl +766.04 172.83 812.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +818.37 172.83 865.22 207.25 cl +818.37 190.04 865.22 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 195.41 (Batch1) .5 0 t +818.37 190.04 865.22 207.25 cl +818.37 172.83 865.22 207.25 cl +818.37 172.83 865.22 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 178.20 (Batch1_D_16) .5 0 t +818.37 172.83 865.22 190.04 cl +818.37 172.83 865.22 207.25 cl +0.00 0.00 1440.00 576.00 cl +870.70 172.83 917.54 207.25 cl +870.70 190.04 917.54 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 195.41 (Batch1) .5 0 t +870.70 190.04 917.54 207.25 cl +870.70 172.83 917.54 207.25 cl +870.70 172.83 917.54 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 178.20 (Batch1_D_17) .5 0 t +870.70 172.83 917.54 190.04 cl +870.70 172.83 917.54 207.25 cl +0.00 0.00 1440.00 576.00 cl +923.02 172.83 969.87 207.25 cl +923.02 190.04 969.87 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 195.41 (Batch1) .5 0 t +923.02 190.04 969.87 207.25 cl +923.02 172.83 969.87 207.25 cl +923.02 172.83 969.87 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 178.20 (Batch1_D_18) .5 0 t +923.02 172.83 969.87 190.04 cl +923.02 172.83 969.87 207.25 cl +0.00 0.00 1440.00 576.00 cl +975.35 172.83 1022.19 207.25 cl +975.35 190.04 1022.19 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 195.41 (Batch1) .5 0 t +975.35 190.04 1022.19 207.25 cl +975.35 172.83 1022.19 207.25 cl +975.35 172.83 1022.19 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 178.20 (Batch1_D_19) .5 0 t +975.35 172.83 1022.19 190.04 cl +975.35 172.83 1022.19 207.25 cl +0.00 0.00 1440.00 576.00 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 195.41 (Batch1) .5 0 t +1027.67 190.04 1074.52 207.25 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 178.20 (Batch1_D_20) .5 0 t +1027.67 172.83 1074.52 190.04 cl +1027.67 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +41.78 30.74 m +0 2.74 l +o +np +52.72 30.74 m +0 2.74 l +o +np +63.65 30.74 m +0 2.74 l +o +np +74.58 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +48.25 28.55 (15) 1 90 t +59.18 28.55 (20) 1 90 t +70.11 28.55 (25) 1 90 t +81.04 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +94.11 30.74 m +0 2.74 l +o +np +105.04 30.74 m +0 2.74 l +o +np +115.97 30.74 m +0 2.74 l +o +np +126.91 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +100.57 28.55 (15) 1 90 t +111.50 28.55 (20) 1 90 t +122.44 28.55 (25) 1 90 t +133.37 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +146.44 30.74 m +0 2.74 l +o +np +157.37 30.74 m +0 2.74 l +o +np +168.30 30.74 m +0 2.74 l +o +np +179.23 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +152.90 28.55 (15) 1 90 t +163.83 28.55 (20) 1 90 t +174.76 28.55 (25) 1 90 t +185.69 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +198.76 30.74 m +0 2.74 l +o +np +209.69 30.74 m +0 2.74 l +o +np +220.63 30.74 m +0 2.74 l +o +np +231.56 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +205.22 28.55 (15) 1 90 t +216.16 28.55 (20) 1 90 t +227.09 28.55 (25) 1 90 t +238.02 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +251.09 30.74 m +0 2.74 l +o +np +262.02 30.74 m +0 2.74 l +o +np +272.95 30.74 m +0 2.74 l +o +np +283.89 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +257.55 28.55 (15) 1 90 t +268.48 28.55 (20) 1 90 t +279.42 28.55 (25) 1 90 t +290.35 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +303.42 30.74 m +0 2.74 l +o +np +314.35 30.74 m +0 2.74 l +o +np +325.28 30.74 m +0 2.74 l +o +np +336.21 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +309.88 28.55 (15) 1 90 t +320.81 28.55 (20) 1 90 t +331.74 28.55 (25) 1 90 t +342.67 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +355.74 30.74 m +0 2.74 l +o +np +366.67 30.74 m +0 2.74 l +o +np +377.61 30.74 m +0 2.74 l +o +np +388.54 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +362.20 28.55 (15) 1 90 t +373.14 28.55 (20) 1 90 t +384.07 28.55 (25) 1 90 t +395.00 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +408.07 30.74 m +0 2.74 l +o +np +419.00 30.74 m +0 2.74 l +o +np +429.93 30.74 m +0 2.74 l +o +np +440.86 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +414.53 28.55 (15) 1 90 t +425.46 28.55 (20) 1 90 t +436.39 28.55 (25) 1 90 t +447.33 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +460.39 30.74 m +0 2.74 l +o +np +471.33 30.74 m +0 2.74 l +o +np +482.26 30.74 m +0 2.74 l +o +np +493.19 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +466.86 28.55 (15) 1 90 t +477.79 28.55 (20) 1 90 t +488.72 28.55 (25) 1 90 t +499.65 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +512.72 30.74 m +0 2.74 l +o +np +523.65 30.74 m +0 2.74 l +o +np +534.58 30.74 m +0 2.74 l +o +np +545.52 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +519.18 28.55 (15) 1 90 t +530.11 28.55 (20) 1 90 t +541.05 28.55 (25) 1 90 t +551.98 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +565.05 30.74 m +0 2.74 l +o +np +575.98 30.74 m +0 2.74 l +o +np +586.91 30.74 m +0 2.74 l +o +np +597.84 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +571.51 28.55 (15) 1 90 t +582.44 28.55 (20) 1 90 t +593.37 28.55 (25) 1 90 t +604.30 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +617.37 30.74 m +0 2.74 l +o +np +628.30 30.74 m +0 2.74 l +o +np +639.24 30.74 m +0 2.74 l +o +np +650.17 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +623.83 28.55 (15) 1 90 t +634.77 28.55 (20) 1 90 t +645.70 28.55 (25) 1 90 t +656.63 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +669.70 30.74 m +0 2.74 l +o +np +680.63 30.74 m +0 2.74 l +o +np +691.56 30.74 m +0 2.74 l +o +np +702.49 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +676.16 28.55 (15) 1 90 t +687.09 28.55 (20) 1 90 t +698.02 28.55 (25) 1 90 t +708.96 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +722.02 30.74 m +0 2.74 l +o +np +732.96 30.74 m +0 2.74 l +o +np +743.89 30.74 m +0 2.74 l +o +np +754.82 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +728.49 28.55 (15) 1 90 t +739.42 28.55 (20) 1 90 t +750.35 28.55 (25) 1 90 t +761.28 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +774.35 30.74 m +0 2.74 l +o +np +785.28 30.74 m +0 2.74 l +o +np +796.21 30.74 m +0 2.74 l +o +np +807.15 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +780.81 28.55 (15) 1 90 t +791.74 28.55 (20) 1 90 t +802.68 28.55 (25) 1 90 t +813.61 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +826.68 30.74 m +0 2.74 l +o +np +837.61 30.74 m +0 2.74 l +o +np +848.54 30.74 m +0 2.74 l +o +np +859.47 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +833.14 28.55 (15) 1 90 t +844.07 28.55 (20) 1 90 t +855.00 28.55 (25) 1 90 t +865.93 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +879.00 30.74 m +0 2.74 l +o +np +889.94 30.74 m +0 2.74 l +o +np +900.87 30.74 m +0 2.74 l +o +np +911.80 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +885.47 28.55 (15) 1 90 t +896.40 28.55 (20) 1 90 t +907.33 28.55 (25) 1 90 t +918.26 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +931.33 30.74 m +0 2.74 l +o +np +942.26 30.74 m +0 2.74 l +o +np +953.19 30.74 m +0 2.74 l +o +np +964.13 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +937.79 28.55 (15) 1 90 t +948.72 28.55 (20) 1 90 t +959.66 28.55 (25) 1 90 t +970.59 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +983.66 30.74 m +0 2.74 l +o +np +994.59 30.74 m +0 2.74 l +o +np +1005.52 30.74 m +0 2.74 l +o +np +1016.45 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +990.12 28.55 (15) 1 90 t +1001.05 28.55 (20) 1 90 t +1011.98 28.55 (25) 1 90 t +1022.91 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1035.98 30.74 m +0 2.74 l +o +np +1046.91 30.74 m +0 2.74 l +o +np +1057.85 30.74 m +0 2.74 l +o +np +1068.78 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1042.44 28.55 (15) 1 90 t +1053.38 28.55 (20) 1 90 t +1064.31 28.55 (25) 1 90 t +1075.24 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 36.58 (0) 1 0 t +28.55 68.25 (5) 1 0 t +28.55 99.92 (10) 1 0 t +28.55 131.59 (15) 1 0 t +28.55 163.26 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 39.81 m +2.74 0 l +o +np +30.74 71.48 m +2.74 0 l +o +np +30.74 103.15 m +2.74 0 l +o +np +30.74 134.82 m +2.74 0 l +o +np +30.74 166.49 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +539.94 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 103.15 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 215.59 (Histogr) 0 ta +-0.130 (am of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1131.24 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1131.24 309.56 286.07 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1131.24 344.82 m +286.07 0 l +o +np +1131.24 394.80 m +286.07 0 l +o +np +1131.24 444.77 m +286.07 0 l +o +np +1131.24 494.75 m +286.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1131.24 319.83 m +286.07 0 l +o +np +1131.24 369.81 m +286.07 0 l +o +np +1131.24 419.79 m +286.07 0 l +o +np +1131.24 469.76 m +286.07 0 l +o +np +1131.24 519.74 m +286.07 0 l +o +np +1139.74 309.56 m +0 226.08 l +o +np +1153.90 309.56 m +0 226.08 l +o +np +1168.06 309.56 m +0 226.08 l +o +np +1182.23 309.56 m +0 226.08 l +o +np +1196.39 309.56 m +0 226.08 l +o +np +1210.55 309.56 m +0 226.08 l +o +np +1224.71 309.56 m +0 226.08 l +o +np +1238.87 309.56 m +0 226.08 l +o +np +1253.03 309.56 m +0 226.08 l +o +np +1267.20 309.56 m +0 226.08 l +o +np +1281.36 309.56 m +0 226.08 l +o +np +1295.52 309.56 m +0 226.08 l +o +np +1309.68 309.56 m +0 226.08 l +o +np +1323.84 309.56 m +0 226.08 l +o +np +1338.01 309.56 m +0 226.08 l +o +np +1352.17 309.56 m +0 226.08 l +o +np +1366.33 309.56 m +0 226.08 l +o +np +1380.49 309.56 m +0 226.08 l +o +np +1394.65 309.56 m +0 226.08 l +o +np +1408.81 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1133.37 319.83 12.75 201.90 r p3 +1147.53 319.83 12.75 189.63 r p3 +1161.69 319.83 12.75 190.97 r p3 +1175.85 319.83 12.75 199.37 r p3 +1190.01 319.83 12.75 190.88 r p3 +0.4863 0.6824 0 srgb +1204.18 319.83 12.75 202.10 r p3 +1218.34 319.83 12.75 202.66 r p3 +1232.50 319.83 12.75 205.53 r p3 +1246.66 319.83 12.75 201.49 r p3 +1260.82 319.83 12.75 201.88 r p3 +0 0.7490 0.7686 srgb +1274.99 319.83 12.75 188.09 r p3 +1289.15 319.83 12.75 190.56 r p3 +1303.31 319.83 12.75 193.32 r p3 +1317.47 319.83 12.75 200.80 r p3 +1331.63 319.83 12.75 194.05 r p3 +0.7804 0.4863 1 srgb +1345.79 319.83 12.75 194.99 r p3 +1359.96 319.83 12.75 197.73 r p3 +1374.12 319.83 12.75 201.32 r p3 +1388.28 319.83 12.75 201.99 r p3 +1402.44 319.83 12.75 198.92 r p3 +0.00 0.00 1440.00 576.00 cl +1131.24 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1131.24 78.00 286.07 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1131.24 106.26 m +286.07 0 l +o +np +1131.24 162.78 m +286.07 0 l +o +np +1131.24 219.30 m +286.07 0 l +o +np +1131.24 275.82 m +286.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1131.24 78.00 m +286.07 0 l +o +np +1131.24 134.52 m +286.07 0 l +o +np +1131.24 191.04 m +286.07 0 l +o +np +1131.24 247.56 m +286.07 0 l +o +np +1131.24 304.08 m +286.07 0 l +o +np +1139.74 78.00 m +0 226.08 l +o +np +1153.90 78.00 m +0 226.08 l +o +np +1168.06 78.00 m +0 226.08 l +o +np +1182.23 78.00 m +0 226.08 l +o +np +1196.39 78.00 m +0 226.08 l +o +np +1210.55 78.00 m +0 226.08 l +o +np +1224.71 78.00 m +0 226.08 l +o +np +1238.87 78.00 m +0 226.08 l +o +np +1253.03 78.00 m +0 226.08 l +o +np +1267.20 78.00 m +0 226.08 l +o +np +1281.36 78.00 m +0 226.08 l +o +np +1295.52 78.00 m +0 226.08 l +o +np +1309.68 78.00 m +0 226.08 l +o +np +1323.84 78.00 m +0 226.08 l +o +np +1338.01 78.00 m +0 226.08 l +o +np +1352.17 78.00 m +0 226.08 l +o +np +1366.33 78.00 m +0 226.08 l +o +np +1380.49 78.00 m +0 226.08 l +o +np +1394.65 78.00 m +0 226.08 l +o +np +1408.81 78.00 m +0 226.08 l +o +0.00 0.00 1440.00 576.00 cl +1131.24 535.64 1417.31 552.85 cl +1131.24 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1131.24 535.64 286.07 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1274.28 541.01 (Batch1) .5 0 t +1131.24 535.64 1417.31 552.85 cl +1131.24 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1139.74 75.26 m +0 2.74 l +o +np +1153.90 75.26 m +0 2.74 l +o +np +1168.06 75.26 m +0 2.74 l +o +np +1182.23 75.26 m +0 2.74 l +o +np +1196.39 75.26 m +0 2.74 l +o +np +1210.55 75.26 m +0 2.74 l +o +np +1224.71 75.26 m +0 2.74 l +o +np +1238.87 75.26 m +0 2.74 l +o +np +1253.03 75.26 m +0 2.74 l +o +np +1267.20 75.26 m +0 2.74 l +o +np +1281.36 75.26 m +0 2.74 l +o +np +1295.52 75.26 m +0 2.74 l +o +np +1309.68 75.26 m +0 2.74 l +o +np +1323.84 75.26 m +0 2.74 l +o +np +1338.01 75.26 m +0 2.74 l +o +np +1352.17 75.26 m +0 2.74 l +o +np +1366.33 75.26 m +0 2.74 l +o +np +1380.49 75.26 m +0 2.74 l +o +np +1394.65 75.26 m +0 2.74 l +o +np +1408.81 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1146.20 73.07 (Batch1_A_1) 1 90 t +1160.36 73.07 (Batch1_A_2) 1 90 t +1174.53 73.07 (Batch1_A_3) 1 90 t +1188.69 73.07 (Batch1_A_4) 1 90 t +1202.85 73.07 (Batch1_A_5) 1 90 t +1217.01 73.07 (Batch1_B_10) 1 90 t +1231.17 73.07 (Batch1_B_6) 1 90 t +1245.33 73.07 (Batch1_B_7) 1 90 t +1259.50 73.07 (Batch1_B_8) 1 90 t +1273.66 73.07 (Batch1_B_9) 1 90 t +1287.82 73.07 (Batch1_C_11) 1 90 t +1301.98 73.07 (Batch1_C_12) 1 90 t +1316.14 73.07 (Batch1_C_13) 1 90 t +1330.31 73.07 (Batch1_C_14) 1 90 t +1344.47 73.07 (Batch1_C_15) 1 90 t +1358.63 73.07 (Batch1_D_16) 1 90 t +1372.79 73.07 (Batch1_D_17) 1 90 t +1386.95 73.07 (Batch1_D_18) 1 90 t +1401.11 73.07 (Batch1_D_19) 1 90 t +1415.28 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1126.31 316.60 (0) 1 0 t +1126.31 366.58 (5) 1 0 t +1126.31 416.56 (10) 1 0 t +1126.31 466.53 (15) 1 0 t +1126.31 516.51 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.50 319.83 m +2.74 0 l +o +np +1128.50 369.81 m +2.74 0 l +o +np +1128.50 419.79 m +2.74 0 l +o +np +1128.50 469.76 m +2.74 0 l +o +np +1128.50 519.74 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1126.31 74.77 (-0.050) 1 0 t +1126.31 131.29 (-0.025) 1 0 t +1126.31 187.81 (0.000) 1 0 t +1126.31 244.33 (0.025) 1 0 t +1126.31 300.85 (0.050) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.50 78.00 m +2.74 0 l +o +np +1128.50 134.52 m +2.74 0 l +o +np +1128.50 191.04 m +2.74 0 l +o +np +1128.50 247.56 m +2.74 0 l +o +np +1128.50 304.08 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1274.28 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1131.24 561.19 (Statistics of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.png new file mode 100644 index 0000000000000000000000000000000000000000..906d58e94589c72336fe7c4da4fa390cec744973 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.ps new file mode 100644 index 0000000000000000000000000000000000000000..201d74579ab5f558ee7ba24faf57f295998e468c --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features.ps @@ -0,0 +1,25439 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 308.40 1041.04 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 372.49 m +1041.04 0 l +o +np +33.48 439.36 m +1041.04 0 l +o +np +33.48 506.22 m +1041.04 0 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 339.06 m +1041.04 0 l +o +np +33.48 405.92 m +1041.04 0 l +o +np +33.48 472.79 m +1041.04 0 l +o +np +64.40 308.40 m +0 227.24 l +o +np +115.94 308.40 m +0 227.24 l +o +np +167.47 308.40 m +0 227.24 l +o +np +219.01 308.40 m +0 227.24 l +o +np +270.55 308.40 m +0 227.24 l +o +np +322.08 308.40 m +0 227.24 l +o +np +373.62 308.40 m +0 227.24 l +o +np +425.16 308.40 m +0 227.24 l +o +np +476.69 308.40 m +0 227.24 l +o +np +528.23 308.40 m +0 227.24 l +o +np +579.77 308.40 m +0 227.24 l +o +np +631.30 308.40 m +0 227.24 l +o +np +682.84 308.40 m +0 227.24 l +o +np +734.38 308.40 m +0 227.24 l +o +np +785.91 308.40 m +0 227.24 l +o +np +837.45 308.40 m +0 227.24 l +o +np +888.99 308.40 m +0 227.24 l +o +np +940.52 308.40 m +0 227.24 l +o +np +992.06 308.40 m +0 227.24 l +o +np +1043.60 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 53.74 393.21 m +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.02 0.10 l +0.02 0.10 l +0.01 0.10 l +0.03 0.10 l +0.02 0.10 l +0.02 0.10 l +0.03 0.10 l +0.02 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.09 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.02 0.10 l +0.03 0.10 l +0.02 0.10 l +0.02 0.10 l +0.02 0.10 l +0.02 0.10 l +0.02 0.10 l +0.01 0.10 l +0.02 0.10 l +0.01 0.10 l +57.40 403.20 lineto +0 0.10 l +0.01 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +-0.01 0.10 l +-0.01 0.10 l +-0.01 0.10 l +-0.01 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.03 0.10 l +-0.03 0.10 l +-0.03 0.10 l +-0.03 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.05 0.10 l +-0.04 0.10 l +-0.05 0.10 l +-0.06 0.10 l +-0.05 0.10 l +-0.06 0.10 l +-0.05 0.10 l +-0.07 0.10 l +-0.06 0.10 l +-0.07 0.10 l +-0.06 0.10 l +-0.07 0.10 l +-0.07 0.10 l +-0.08 0.10 l +-0.08 0.10 l +-0.07 0.10 l +-0.09 0.10 l +-0.08 0.10 l +-0.09 0.10 l +-0.08 0.10 l +-0.09 0.10 l +-0.09 0.10 l +-0.10 0.10 l +-0.09 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.11 0.10 l +-0.10 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.12 0.10 l +-0.11 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.13 0.10 l +-0.12 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.14 0.10 l +-0.13 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.13 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.15 0.10 l +48.44 413.20 lineto +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.15 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.14 0.10 l +-0.13 0.10 l +-0.14 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.13 0.10 l +-0.12 0.10 l +-0.13 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.12 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.11 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.10 0.10 l +-0.09 0.10 l +-0.10 0.10 l +-0.09 0.10 l +-0.09 0.10 l +-0.08 0.10 l +-0.09 0.10 l +-0.08 0.10 l +-0.08 0.10 l +-0.08 0.10 l +-0.08 0.10 l +-0.07 0.10 l +-0.07 0.10 l +-0.07 0.10 l +-0.07 0.10 l +-0.06 0.10 l +-0.07 0.10 l +-0.06 0.10 l +-0.06 0.10 l +-0.05 0.10 l +-0.06 0.10 l +-0.05 0.10 l +-0.05 0.10 l +-0.05 0.10 l +-0.05 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.04 0.10 l +-0.03 0.10 l +-0.04 0.10 l +-0.03 0.10 l +-0.03 0.10 l +-0.02 0.10 l +-0.03 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.02 0.10 l +-0.01 0.10 l +-0.02 0.10 l +-0.01 0.10 l +-0.01 0.10 l +0 0.10 l +-0.01 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.01 0.10 l +0.02 0.10 l +0.02 0.10 l +0.01 0.10 l +0.02 0.10 l +41.37 423.20 lineto +0.02 0.10 l +0.02 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +46.52 433.20 lineto +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.03 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.04 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.04 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +0.05 0.10 l +50.55 443.20 lineto +0.05 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.05 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +0.06 0.10 l +26.44 0 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +81.24 435.50 lineto +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +86.59 425.50 lineto +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.01 -0.10 l +0.02 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0 -0.10 l +0.01 -0.10 l +0 -0.10 l +0 -0.10 l +0 -0.10 l +0 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.03 -0.10 l +-0.03 -0.10 l +-0.02 -0.10 l +-0.04 -0.10 l +-0.03 -0.10 l +-0.03 -0.10 l +-0.04 -0.10 l +-0.04 -0.10 l +-0.04 -0.10 l +-0.05 -0.10 l +-0.04 -0.10 l +-0.05 -0.10 l +-0.05 -0.10 l +-0.05 -0.10 l +-0.06 -0.10 l +-0.06 -0.10 l +-0.05 -0.10 l +-0.07 -0.10 l +-0.06 -0.10 l +-0.06 -0.10 l +-0.07 -0.10 l +-0.07 -0.10 l +-0.07 -0.10 l +-0.08 -0.10 l +-0.07 -0.10 l +-0.08 -0.10 l +-0.08 -0.10 l +-0.08 -0.10 l +-0.09 -0.10 l +-0.09 -0.10 l +-0.08 -0.10 l +-0.10 -0.10 l +-0.09 -0.10 l +-0.09 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.12 -0.10 l +-0.11 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +83.52 415.50 lineto +-0.12 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.14 -0.10 l +-0.13 -0.10 l +-0.14 -0.10 l +-0.13 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.15 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.13 -0.10 l +-0.14 -0.10 l +-0.14 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.14 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.12 -0.10 l +-0.13 -0.10 l +-0.13 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.12 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.12 -0.10 l +-0.10 -0.10 l +-0.11 -0.10 l +-0.11 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.10 -0.10 l +-0.09 -0.10 l +-0.10 -0.10 l +-0.09 -0.10 l +-0.09 -0.10 l +-0.09 -0.10 l +-0.08 -0.10 l +-0.09 -0.10 l +-0.08 -0.10 l +-0.08 -0.10 l +-0.07 -0.10 l +-0.08 -0.10 l +-0.07 -0.10 l +-0.07 -0.10 l +-0.07 -0.10 l +-0.06 -0.10 l +-0.07 -0.10 l +-0.06 -0.10 l +-0.06 -0.10 l +-0.05 -0.10 l +-0.06 -0.10 l +-0.05 -0.10 l +-0.05 -0.10 l +-0.05 -0.10 l +-0.04 -0.10 l +71.77 405.50 lineto +-0.04 -0.10 l +-0.04 -0.10 l +-0.04 -0.10 l +-0.03 -0.10 l +-0.03 -0.10 l +-0.03 -0.10 l +-0.03 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.02 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +-0.01 -0.10 l +0 -0.10 l +-0.01 -0.10 l +0 -0.10 l +0 -0.10 l +0.01 -0.10 l +0 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.01 -0.10 l +0.02 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.06 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.09 l +0.05 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.05 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.05 -0.10 l +0.03 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.04 -0.10 l +0.03 -0.10 l +74.71 395.51 lineto +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.03 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.02 -0.10 l +0.01 -0.10 l +0.02 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0.01 -0.10 l +0 -0.10 l +0.01 -0.10 l +0 -0.10 l +0 -0.10 l +0 -0.10 l +0 -0.10 l +-21.32 0 l +cp p3 +np + 112.12 324.52 m +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.02 0.36 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.36 l +0.02 0.37 l +0.03 0.37 l +0.03 0.36 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.36 l +0.04 0.37 l +0.03 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.36 l +0.04 0.37 l +0.05 0.37 l +0.04 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.04 0.37 l +0.03 0.37 l +0.04 0.36 l +0.04 0.37 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.02 0.37 l +0.03 0.37 l +0.03 0.36 l +0.03 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +114.32 361.23 lineto +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +111.45 397.94 lineto +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.37 l +-0.11 0.36 l +-0.10 0.37 l +-0.11 0.37 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.37 l +-0.11 0.37 l +-0.11 0.36 l +-0.12 0.37 l +-0.11 0.37 l +-0.11 0.36 l +-0.12 0.37 l +-0.11 0.37 l +-0.12 0.37 l +-0.12 0.36 l +-0.11 0.37 l +-0.12 0.37 l +-0.11 0.36 l +-0.11 0.37 l +-0.12 0.37 l +-0.11 0.37 l +-0.11 0.36 l +-0.11 0.37 l +-0.11 0.37 l +-0.11 0.36 l +-0.10 0.37 l +-0.10 0.37 l +-0.11 0.36 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.37 l +-0.09 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +0 0.37 l +-0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +104.49 434.65 lineto +0.02 0.36 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.04 0.36 l +0.04 0.37 l +0.05 0.37 l +0.06 0.36 l +0.05 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.36 l +0.11 0.37 l +0.10 0.37 l +0.11 0.36 l +0.11 0.37 l +0.12 0.37 l +0.12 0.36 l +0.12 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.36 l +0.13 0.37 l +0.14 0.37 l +0.13 0.36 l +0.14 0.37 l +0.13 0.37 l +0.14 0.37 l +0.14 0.36 l +0.15 0.37 l +0.14 0.37 l +0.14 0.36 l +0.15 0.37 l +0.14 0.37 l +0.15 0.37 l +0.14 0.36 l +0.15 0.37 l +0.14 0.37 l +0.15 0.36 l +0.15 0.37 l +0.14 0.37 l +0.15 0.37 l +0.14 0.36 l +0.14 0.37 l +0.15 0.37 l +0.14 0.36 l +0.14 0.37 l +0.14 0.37 l +0.14 0.36 l +0.13 0.37 l +0.14 0.37 l +0.13 0.37 l +0.13 0.36 l +0.14 0.37 l +0.12 0.37 l +0.13 0.36 l +0.13 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.36 l +0.12 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.09 0.36 l +0.10 0.37 l +0.09 0.37 l +0.09 0.36 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.36 l +0.06 0.37 l +0.05 0.37 l +0.05 0.36 l +0.06 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.36 l +0.05 0.37 l +114.62 471.36 lineto +0.04 0.36 l +0.04 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.36 l +0.02 0.37 l +0.02 0.37 l +0.03 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.01 0.36 l +-0.01 0.37 l +0 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +112.23 508.07 lineto +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +7.61 0 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +0 -0.36 l +116.93 479.80 lineto +-0.01 -0.37 l +-0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.36 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.04 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.36 l +0.12 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.37 l +0.13 -0.37 l +0.13 -0.36 l +0.13 -0.37 l +0.14 -0.37 l +0.13 -0.37 l +0.14 -0.36 l +0.14 -0.37 l +0.14 -0.37 l +0.14 -0.36 l +0.15 -0.37 l +0.14 -0.37 l +0.15 -0.36 l +0.14 -0.37 l +0.14 -0.37 l +0.15 -0.37 l +0.15 -0.36 l +0.14 -0.37 l +0.15 -0.37 l +0.14 -0.36 l +0.15 -0.37 l +0.14 -0.37 l +0.15 -0.37 l +0.14 -0.36 l +0.14 -0.37 l +0.15 -0.37 l +0.14 -0.36 l +0.14 -0.37 l +0.13 -0.37 l +0.14 -0.37 l +0.14 -0.36 l +0.13 -0.37 l +0.13 -0.37 l +0.13 -0.36 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +125.79 443.09 lineto +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.11 -0.37 l +-0.12 -0.37 l +-0.11 -0.36 l +-0.12 -0.37 l +-0.11 -0.37 l +-0.12 -0.36 l +-0.11 -0.37 l +-0.12 -0.37 l +-0.11 -0.37 l +-0.12 -0.36 l +-0.11 -0.37 l +-0.12 -0.37 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.11 -0.37 l +-0.11 -0.37 l +-0.11 -0.36 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.09 -0.36 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.07 -0.37 l +121.26 406.38 lineto +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +118.33 369.67 lineto +-0.04 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +119.34 332.96 lineto +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +-7.63 0 l +cp p3 +np + 161.52 328.25 m +0 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.01 0.23 l +0.02 0.24 l +0.03 0.23 l +0.02 0.24 l +0.03 0.23 l +0.03 0.23 l +0.03 0.24 l +0.04 0.23 l +0.03 0.23 l +0.04 0.24 l +0.04 0.23 l +0.05 0.24 l +0.04 0.23 l +0.05 0.23 l +0.05 0.24 l +0.05 0.23 l +0.06 0.23 l +0.05 0.24 l +0.06 0.23 l +0.06 0.23 l +0.06 0.24 l +0.06 0.23 l +0.06 0.24 l +0.07 0.23 l +0.06 0.23 l +0.07 0.24 l +0.07 0.23 l +0.07 0.23 l +0.07 0.24 l +0.07 0.23 l +0.07 0.23 l +0.08 0.24 l +0.07 0.23 l +0.08 0.24 l +0.07 0.23 l +0.08 0.23 l +0.07 0.24 l +0.08 0.23 l +0.07 0.23 l +0.08 0.24 l +0.08 0.23 l +0.07 0.23 l +0.08 0.24 l +0.08 0.23 l +0.07 0.24 l +0.08 0.23 l +0.07 0.23 l +0.08 0.24 l +0.07 0.23 l +0.08 0.23 l +0.07 0.24 l +0.07 0.23 l +0.08 0.24 l +0.07 0.23 l +0.07 0.23 l +0.07 0.24 l +0.07 0.23 l +0.07 0.23 l +0.07 0.24 l +0.06 0.23 l +0.07 0.23 l +0.06 0.24 l +0.07 0.23 l +0.06 0.24 l +0.06 0.23 l +0.06 0.23 l +0.06 0.24 l +0.06 0.23 l +0.06 0.23 l +0.05 0.24 l +0.06 0.23 l +0.05 0.23 l +0.06 0.24 l +0.05 0.23 l +0.05 0.24 l +0.05 0.23 l +0.04 0.23 l +0.05 0.24 l +0.05 0.23 l +0.04 0.23 l +0.04 0.24 l +0.05 0.23 l +0.04 0.23 l +0.04 0.24 l +0.03 0.23 l +0.04 0.24 l +0.04 0.23 l +0.03 0.23 l +0.04 0.24 l +0.03 0.23 l +0.03 0.23 l +0.03 0.24 l +0.03 0.23 l +166.84 351.62 lineto +0.03 0.23 l +0.03 0.23 l +0.02 0.24 l +0.03 0.23 l +0.02 0.23 l +0.02 0.24 l +0.03 0.23 l +0.02 0.23 l +0.02 0.24 l +0.02 0.23 l +0.02 0.24 l +0.02 0.23 l +0.01 0.23 l +0.02 0.24 l +0.02 0.23 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +167.33 374.98 lineto +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.24 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.24 l +-0.03 0.23 l +-0.03 0.24 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.24 l +-0.03 0.23 l +-0.04 0.23 l +-0.04 0.24 l +-0.03 0.23 l +-0.04 0.24 l +-0.04 0.23 l +-0.04 0.23 l +-0.05 0.24 l +-0.04 0.23 l +-0.05 0.23 l +-0.05 0.24 l +-0.05 0.23 l +-0.05 0.23 l +-0.05 0.24 l +-0.06 0.23 l +-0.05 0.24 l +-0.06 0.23 l +-0.06 0.23 l +-0.07 0.24 l +-0.06 0.23 l +-0.07 0.23 l +-0.07 0.24 l +-0.07 0.23 l +-0.07 0.23 l +-0.07 0.24 l +-0.08 0.23 l +-0.08 0.24 l +-0.08 0.23 l +-0.08 0.23 l +-0.08 0.24 l +-0.09 0.23 l +-0.09 0.23 l +-0.09 0.24 l +-0.09 0.23 l +-0.10 0.23 l +-0.10 0.24 l +-0.10 0.23 l +-0.10 0.24 l +-0.10 0.23 l +-0.11 0.23 l +-0.10 0.24 l +-0.12 0.23 l +-0.11 0.23 l +-0.11 0.24 l +-0.12 0.23 l +-0.12 0.24 l +-0.12 0.23 l +-0.12 0.23 l +-0.12 0.24 l +-0.13 0.23 l +-0.12 0.23 l +-0.13 0.24 l +-0.13 0.23 l +-0.14 0.23 l +-0.13 0.24 l +-0.14 0.23 l +-0.13 0.24 l +-0.14 0.23 l +-0.14 0.23 l +-0.14 0.24 l +-0.15 0.23 l +-0.14 0.23 l +-0.15 0.24 l +-0.14 0.23 l +-0.15 0.23 l +-0.15 0.24 l +-0.15 0.23 l +-0.15 0.24 l +-0.15 0.23 l +-0.15 0.23 l +159.97 398.35 lineto +-0.15 0.23 l +-0.16 0.23 l +-0.15 0.24 l +-0.15 0.23 l +-0.16 0.23 l +-0.15 0.24 l +-0.15 0.23 l +-0.16 0.24 l +-0.15 0.23 l +-0.15 0.23 l +-0.15 0.24 l +-0.16 0.23 l +-0.15 0.23 l +-0.15 0.24 l +-0.15 0.23 l +-0.15 0.24 l +-0.14 0.23 l +-0.15 0.23 l +-0.15 0.24 l +-0.14 0.23 l +-0.15 0.23 l +-0.14 0.24 l +-0.14 0.23 l +-0.14 0.23 l +-0.14 0.24 l +-0.13 0.23 l +-0.14 0.24 l +-0.13 0.23 l +-0.13 0.23 l +-0.13 0.24 l +-0.13 0.23 l +-0.13 0.23 l +-0.12 0.24 l +-0.13 0.23 l +-0.12 0.23 l +-0.11 0.24 l +-0.12 0.23 l +-0.11 0.24 l +-0.12 0.23 l +-0.11 0.23 l +-0.10 0.24 l +-0.11 0.23 l +-0.10 0.23 l +-0.10 0.24 l +-0.10 0.23 l +-0.10 0.23 l +-0.09 0.24 l +-0.09 0.23 l +-0.09 0.24 l +-0.09 0.23 l +-0.08 0.23 l +-0.09 0.24 l +-0.08 0.23 l +-0.08 0.23 l +-0.07 0.24 l +-0.08 0.23 l +-0.07 0.23 l +-0.07 0.24 l +-0.07 0.23 l +-0.06 0.24 l +-0.06 0.23 l +-0.07 0.23 l +-0.05 0.24 l +-0.06 0.23 l +-0.06 0.23 l +-0.05 0.24 l +-0.05 0.23 l +-0.05 0.24 l +-0.05 0.23 l +-0.05 0.23 l +-0.04 0.24 l +-0.04 0.23 l +-0.04 0.23 l +-0.04 0.24 l +-0.04 0.23 l +-0.04 0.23 l +-0.03 0.24 l +-0.03 0.23 l +-0.03 0.24 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.24 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.03 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +151.42 421.71 lineto +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.02 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.02 0.23 l +0.01 0.24 l +0.02 0.23 l +0.03 0.24 l +0.02 0.23 l +0.02 0.23 l +0.03 0.24 l +0.02 0.23 l +0.03 0.23 l +0.03 0.24 l +0.03 0.23 l +0.03 0.23 l +0.04 0.24 l +0.03 0.23 l +0.04 0.24 l +0.04 0.23 l +0.04 0.23 l +0.04 0.24 l +0.04 0.23 l +0.04 0.23 l +0.05 0.24 l +0.04 0.23 l +0.05 0.23 l +0.05 0.24 l +0.05 0.23 l +0.05 0.24 l +0.06 0.23 l +0.05 0.23 l +0.06 0.24 l +0.05 0.23 l +0.06 0.23 l +0.06 0.24 l +0.06 0.23 l +0.07 0.24 l +0.06 0.23 l +0.06 0.23 l +0.07 0.24 l +0.07 0.23 l +0.07 0.23 l +0.06 0.24 l +0.08 0.23 l +0.07 0.23 l +0.07 0.24 l +0.07 0.23 l +0.08 0.24 l +0.07 0.23 l +0.08 0.23 l +0.08 0.24 l +0.07 0.23 l +0.08 0.23 l +0.08 0.24 l +0.09 0.23 l +0.08 0.23 l +0.08 0.24 l +0.08 0.23 l +0.09 0.24 l +0.08 0.23 l +0.09 0.23 l +0.08 0.24 l +0.09 0.23 l +0.09 0.23 l +0.09 0.24 l +0.08 0.23 l +0.09 0.23 l +0.09 0.24 l +0.09 0.23 l +0.10 0.24 l +0.09 0.23 l +0.09 0.23 l +0.09 0.24 l +0.10 0.23 l +0.09 0.23 l +0.10 0.24 l +0.09 0.23 l +0.10 0.24 l +0.09 0.23 l +0.10 0.23 l +0.10 0.24 l +0.10 0.23 l +0.09 0.23 l +0.10 0.24 l +0.10 0.23 l +0.10 0.23 l +157.12 445.08 lineto +0.11 0.23 l +0.10 0.24 l +0.10 0.23 l +0.10 0.23 l +0.11 0.24 l +0.10 0.23 l +0.10 0.23 l +0.11 0.24 l +0.11 0.23 l +0.10 0.23 l +0.11 0.24 l +18.41 0 l +0.10 -0.24 l +0.11 -0.23 l +0.10 -0.23 l +0.11 -0.24 l +0.10 -0.23 l +0.11 -0.23 l +0.10 -0.24 l +0.10 -0.23 l +0.11 -0.23 l +0.10 -0.24 l +0.10 -0.23 l +0.10 -0.24 l +0.10 -0.23 l +0.10 -0.23 l +0.10 -0.24 l +0.10 -0.23 l +0.10 -0.23 l +0.09 -0.24 l +0.10 -0.23 l +0.10 -0.23 l +0.09 -0.24 l +0.10 -0.23 l +0.09 -0.24 l +0.10 -0.23 l +0.09 -0.23 l +0.09 -0.24 l +0.10 -0.23 l +0.09 -0.23 l +0.09 -0.24 l +0.09 -0.23 l +0.09 -0.24 l +0.09 -0.23 l +0.09 -0.23 l +0.09 -0.24 l +0.09 -0.23 l +0.08 -0.23 l +0.09 -0.24 l +0.08 -0.23 l +0.09 -0.23 l +0.08 -0.24 l +0.09 -0.23 l +0.08 -0.24 l +0.08 -0.23 l +0.08 -0.23 l +0.08 -0.24 l +0.08 -0.23 l +0.08 -0.23 l +0.08 -0.24 l +0.07 -0.23 l +0.08 -0.23 l +0.07 -0.24 l +0.08 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.07 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.06 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.06 -0.23 l +0.06 -0.24 l +0.06 -0.23 l +0.06 -0.24 l +0.06 -0.23 l +0.06 -0.23 l +0.05 -0.24 l +0.06 -0.23 l +0.05 -0.23 l +0.05 -0.24 l +0.05 -0.23 l +0.05 -0.24 l +0.05 -0.23 l +0.05 -0.23 l +0.04 -0.24 l +0.05 -0.23 l +0.04 -0.23 l +0.04 -0.24 l +0.04 -0.23 l +0.04 -0.23 l +0.03 -0.24 l +0.04 -0.23 l +0.03 -0.24 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.24 l +0.03 -0.23 l +183.28 427.09 lineto +0.02 -0.24 l +0.03 -0.23 l +0.02 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.24 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.24 l +-0.03 -0.23 l +-0.04 -0.24 l +-0.04 -0.23 l +-0.03 -0.23 l +-0.04 -0.24 l +-0.04 -0.23 l +-0.05 -0.23 l +-0.04 -0.24 l +-0.05 -0.23 l +-0.04 -0.23 l +-0.05 -0.24 l +-0.05 -0.23 l +-0.06 -0.24 l +-0.05 -0.23 l +-0.06 -0.23 l +-0.06 -0.24 l +-0.06 -0.23 l +-0.06 -0.23 l +-0.07 -0.24 l +-0.07 -0.23 l +-0.07 -0.24 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.08 -0.24 l +-0.08 -0.23 l +-0.08 -0.23 l +-0.08 -0.24 l +-0.09 -0.23 l +-0.08 -0.23 l +-0.09 -0.24 l +-0.09 -0.23 l +-0.10 -0.24 l +-0.09 -0.23 l +-0.10 -0.23 l +-0.10 -0.24 l +-0.11 -0.23 l +-0.10 -0.23 l +-0.11 -0.24 l +-0.11 -0.23 l +-0.11 -0.23 l +-0.12 -0.24 l +-0.11 -0.23 l +-0.12 -0.24 l +-0.12 -0.23 l +-0.12 -0.23 l +-0.13 -0.24 l +-0.12 -0.23 l +-0.13 -0.23 l +-0.13 -0.24 l +-0.13 -0.23 l +-0.14 -0.23 l +-0.13 -0.24 l +-0.14 -0.23 l +-0.14 -0.24 l +178.42 403.72 lineto +-0.14 -0.23 l +-0.14 -0.24 l +-0.14 -0.23 l +-0.15 -0.23 l +-0.14 -0.24 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.15 -0.24 l +-0.15 -0.23 l +-0.15 -0.24 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.15 -0.24 l +-0.16 -0.23 l +-0.15 -0.23 l +-0.15 -0.24 l +-0.16 -0.23 l +-0.15 -0.24 l +-0.15 -0.23 l +-0.16 -0.23 l +-0.15 -0.24 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.16 -0.24 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.15 -0.24 l +-0.15 -0.23 l +-0.14 -0.24 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.14 -0.24 l +-0.15 -0.23 l +-0.14 -0.23 l +-0.14 -0.24 l +-0.14 -0.23 l +-0.14 -0.23 l +-0.14 -0.24 l +-0.13 -0.23 l +-0.14 -0.24 l +-0.13 -0.23 l +-0.13 -0.23 l +-0.13 -0.24 l +-0.13 -0.23 l +-0.12 -0.23 l +-0.13 -0.24 l +-0.12 -0.23 l +-0.12 -0.23 l +-0.12 -0.24 l +-0.11 -0.23 l +-0.12 -0.24 l +-0.11 -0.23 l +-0.11 -0.23 l +-0.11 -0.24 l +-0.10 -0.23 l +-0.11 -0.23 l +-0.10 -0.24 l +-0.10 -0.23 l +-0.10 -0.24 l +-0.09 -0.23 l +-0.09 -0.23 l +-0.09 -0.24 l +-0.09 -0.23 l +-0.09 -0.23 l +-0.09 -0.24 l +-0.08 -0.23 l +-0.08 -0.23 l +-0.08 -0.24 l +-0.07 -0.23 l +-0.08 -0.24 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.07 -0.24 l +-0.06 -0.23 l +-0.07 -0.23 l +-0.06 -0.24 l +-0.06 -0.23 l +-0.06 -0.23 l +-0.06 -0.24 l +-0.05 -0.23 l +-0.06 -0.24 l +-0.05 -0.23 l +-0.05 -0.23 l +-0.05 -0.24 l +-0.04 -0.23 l +-0.05 -0.23 l +-0.04 -0.24 l +-0.04 -0.23 l +-0.04 -0.23 l +-0.04 -0.24 l +-0.04 -0.23 l +-0.04 -0.24 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.24 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.24 l +-0.02 -0.23 l +167.98 380.35 lineto +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +167.67 356.99 lineto +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.24 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.24 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.24 l +0.03 -0.23 l +0.03 -0.24 l +0.03 -0.23 l +0.04 -0.23 l +0.03 -0.24 l +0.04 -0.23 l +0.03 -0.23 l +0.04 -0.24 l +0.04 -0.23 l +0.04 -0.24 l +0.04 -0.23 l +0.04 -0.23 l +0.04 -0.24 l +0.05 -0.23 l +0.04 -0.23 l +0.05 -0.24 l +0.05 -0.23 l +0.05 -0.23 l +0.05 -0.24 l +0.05 -0.23 l +0.05 -0.24 l +0.06 -0.23 l +0.05 -0.23 l +0.06 -0.24 l +0.05 -0.23 l +0.06 -0.23 l +0.06 -0.24 l +0.06 -0.23 l +0.06 -0.23 l +0.07 -0.24 l +0.06 -0.23 l +0.07 -0.24 l +0.06 -0.23 l +0.07 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.06 -0.23 l +0.07 -0.24 l +0.08 -0.23 l +0.07 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.08 -0.24 l +0.07 -0.23 l +0.08 -0.23 l +0.07 -0.24 l +0.08 -0.23 l +0.07 -0.23 l +0.08 -0.24 l +0.08 -0.23 l +0.07 -0.24 l +0.08 -0.23 l +0.07 -0.23 l +0.08 -0.24 l +0.08 -0.23 l +0.07 -0.23 l +0.08 -0.24 l +0.07 -0.23 l +0.08 -0.23 l +0.07 -0.24 l +0.08 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.07 -0.23 l +0.08 -0.24 l +0.06 -0.23 l +0.07 -0.23 l +0.07 -0.24 l +0.07 -0.23 l +0.06 -0.23 l +0.07 -0.24 l +0.06 -0.23 l +0.06 -0.24 l +0.06 -0.23 l +0.05 -0.23 l +172.76 333.62 lineto +0.05 -0.23 l +0.05 -0.23 l +0.06 -0.24 l +0.04 -0.23 l +0.05 -0.23 l +0.04 -0.24 l +0.04 -0.23 l +0.04 -0.24 l +0.04 -0.23 l +0.03 -0.23 l +0.04 -0.24 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.24 l +0.02 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +-11.91 0 l +cp p3 +np + 214.66 335.61 m +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.20 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.20 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.20 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0.01 0.20 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.20 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.20 l +214.91 356.44 lineto +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.20 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.20 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.20 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +-0.01 0.21 l +215.25 377.28 lineto +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +212.75 398.12 lineto +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.03 0.20 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.20 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.20 l +209.39 418.95 lineto +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.20 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.20 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.20 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.20 l +0.02 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.20 l +0.03 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.03 0.20 l +0.02 0.21 l +0.03 0.21 l +0.02 0.21 l +0.02 0.21 l +0.03 0.21 l +0.03 0.20 l +0.02 0.21 l +0.03 0.21 l +0.03 0.21 l +0.03 0.21 l +0.02 0.21 l +0.03 0.20 l +0.03 0.21 l +0.03 0.21 l +209.91 439.79 lineto +0.03 0.21 l +0.03 0.21 l +0.03 0.20 l +0.04 0.21 l +0.03 0.21 l +0.03 0.21 l +0.03 0.21 l +0.04 0.21 l +0.03 0.20 l +0.03 0.21 l +0.04 0.21 l +17.48 0 l +0.03 -0.21 l +0.04 -0.21 l +0.03 -0.20 l +0.03 -0.21 l +0.04 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.20 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +-0.01 -0.20 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +228.97 423.75 lineto +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +226.15 402.91 lineto +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +223.07 382.07 lineto +-0.02 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.20 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.20 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +222.89 361.24 lineto +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.20 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +223.49 340.40 lineto +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +-0.01 -0.20 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.20 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.20 l +-8.70 0 l +cp p3 +np + 266.42 330.55 m +0 0.22 l +-0.01 0.21 l +0 0.21 l +0 0.22 l +-0.01 0.21 l +0 0.21 l +0 0.22 l +-0.01 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +266.79 351.86 lineto +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +-0.01 0.21 l +0 0.21 l +-0.01 0.22 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +0 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +266.84 373.17 lineto +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.04 0.21 l +264.47 394.48 lineto +-0.03 0.22 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.02 0.21 l +261.67 415.79 lineto +-0.02 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.22 l +-0.01 0.21 l +0 0.21 l +-0.01 0.22 l +0 0.21 l +0 0.21 l +-0.01 0.22 l +0 0.21 l +0 0.21 l +0 0.22 l +-0.01 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0.02 0.21 l +0.01 0.22 l +0.01 0.21 l +0.02 0.21 l +0.01 0.22 l +0.02 0.21 l +0.01 0.21 l +0.02 0.22 l +0.01 0.21 l +0.02 0.21 l +0.02 0.22 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.02 0.21 l +0.03 0.21 l +0.02 0.21 l +0.02 0.22 l +0.03 0.21 l +262.08 437.10 lineto +0.02 0.22 l +0.03 0.21 l +0.02 0.21 l +0.03 0.22 l +0.02 0.21 l +0.03 0.21 l +0.03 0.22 l +0.02 0.21 l +0.03 0.21 l +0.03 0.22 l +0.03 0.21 l +16.36 0 l +0.02 -0.21 l +0.03 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.22 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.01 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.01 -0.22 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.02 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +-0.01 -0.21 l +0 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +279.70 420.70 lineto +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +277.38 399.39 lineto +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +274.58 378.08 lineto +-0.02 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.22 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +-0.01 -0.21 l +0 -0.22 l +-0.01 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +-0.01 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +274.14 356.77 lineto +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +274.71 335.46 lineto +0.01 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +-0.01 -0.22 l +-8.25 0 l +cp p3 +np + 317.14 351.39 m +-0.03 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.03 0.33 l +-0.03 0.33 l +-0.02 0.33 l +-0.03 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.03 0.33 l +-0.02 0.33 l +-0.03 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.02 0.33 l +-0.03 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.34 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.34 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.34 l +-0.02 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.02 0.33 l +-0.01 0.33 l +-0.01 0.34 l +-0.02 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.34 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.34 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +0 0.33 l +-0.01 0.33 l +-0.01 0.34 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +-0.01 0.34 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.34 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +315.96 384.57 lineto +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +317.40 417.74 lineto +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.34 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +-0.01 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.34 l +317.86 450.92 lineto +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +-0.01 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.34 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +318.16 484.09 lineto +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.02 0.33 l +319.69 517.27 lineto +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +4.42 0 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +325.72 491.72 lineto +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +326.35 458.55 lineto +-0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +-0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +326.49 425.37 lineto +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +327.99 392.20 lineto +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +-0.01 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.34 l +-0.01 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.34 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +0 -0.33 l +-0.01 -0.33 l +-0.01 -0.34 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.34 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.34 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.02 -0.34 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.02 -0.34 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.34 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.34 l +-0.02 -0.33 l +327.60 359.02 lineto +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.02 -0.34 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.34 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.34 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.34 l +-0.03 -0.33 l +-0.02 -0.33 l +-9.89 0 l +cp p3 +np + 368.45 343.31 m +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.26 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +366.73 369.67 lineto +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +368.03 396.04 lineto +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +369.03 422.40 lineto +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +368.38 448.76 lineto +0 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +369.07 475.12 lineto +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.03 0.26 l +8.66 0 l +0.02 -0.26 l +0.03 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +378.92 454.83 lineto +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +378.30 428.46 lineto +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +378.81 402.10 lineto +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +380.42 375.74 lineto +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.26 l +379.44 349.37 lineto +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.26 l +-10.34 0 l +cp p3 +np + 418.33 362.75 m +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.29 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.29 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.03 0.28 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.29 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.29 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +417.95 391.50 lineto +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.02 0.28 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +420.40 420.24 lineto +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +420.61 448.99 lineto +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.29 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +421.19 477.73 lineto +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +422.81 506.48 lineto +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +4.37 0 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +428.76 484.35 lineto +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +429.73 455.60 lineto +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.29 l +429.66 426.86 lineto +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +431.79 398.11 lineto +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.29 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.29 l +432.56 369.36 lineto +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.29 l +-13.65 0 l +cp p3 +np + 471.48 347.05 m +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +469.89 375.21 lineto +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.29 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.29 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.28 l +471.60 403.37 lineto +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.29 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.29 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +473.06 431.53 lineto +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.29 l +472.31 459.69 lineto +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +472.40 487.85 lineto +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +8.27 0 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.29 l +481.26 466.16 lineto +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +480.37 438.01 lineto +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +481.26 409.85 lineto +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +483.34 381.69 lineto +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.02 -0.28 l +482.54 353.53 lineto +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-10.42 0 l +cp p3 +np + 524.39 337.93 m +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.37 l +0 0.36 l +-0.01 0.37 l +-0.01 0.37 l +0 0.36 l +-0.01 0.37 l +-0.01 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +522.49 374.60 lineto +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +523.64 411.27 lineto +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +-0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +524.19 447.94 lineto +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +-0.01 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +-0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +524.46 484.61 lineto +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +525.74 521.28 lineto +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.36 l +0.01 0.37 l +4.64 0 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +531.76 493.04 lineto +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +532.30 456.37 lineto +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +-0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +-0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +-0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +532.52 419.70 lineto +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +533.91 383.03 lineto +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +532.74 346.36 lineto +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-7.68 0 l +cp p3 +np + 575.28 343.78 m +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.26 l +575.16 370.21 lineto +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0.01 0.27 l +0 0.26 l +575.83 396.64 lineto +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +575.20 423.07 lineto +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +573.92 449.50 lineto +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +574.39 475.92 lineto +0.02 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +10.36 0 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +585.72 455.57 lineto +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +584.66 429.15 lineto +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +583.70 402.72 lineto +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +584.20 376.29 lineto +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +584.45 349.86 lineto +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-8.98 0 l +cp p3 +np + 627.60 352.22 m +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +626.73 378.76 lineto +0 0.26 l +0 0.27 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +626.72 405.29 lineto +-0.01 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +625.72 431.83 lineto +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.26 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +-0.01 0.26 l +624.35 458.37 lineto +0 0.26 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.26 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0 0.27 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.26 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.26 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +625.58 484.90 lineto +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.26 l +0.03 0.27 l +0.03 0.26 l +0.03 0.27 l +0.02 0.27 l +0.03 0.26 l +10.85 0 l +0.02 -0.26 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.27 l +638.26 464.47 lineto +0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +637.28 437.93 lineto +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +635.98 411.40 lineto +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +635.90 384.86 lineto +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +635.33 358.33 lineto +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-7.41 0 l +cp p3 +np + 679.38 331.05 m +-0.02 0.31 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.31 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.31 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.31 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.31 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.31 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +678.15 361.20 lineto +0 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0.01 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0.01 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0.01 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +678.17 391.35 lineto +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.31 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +677.50 421.50 lineto +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.31 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.31 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +676.80 451.65 lineto +0 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.31 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.31 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.31 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.31 l +0.01 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.02 0.31 l +0.01 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.31 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.31 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.01 0.31 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.31 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.31 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.31 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.03 0.31 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.31 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.03 0.31 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +678.42 481.80 lineto +0.03 0.30 l +0.03 0.31 l +0.02 0.30 l +0.03 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.31 l +0.03 0.30 l +0.02 0.30 l +8.26 0 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.31 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.02 -0.31 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.02 -0.31 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.31 l +0.02 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.31 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.31 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.31 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.01 -0.31 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.31 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.31 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +688.73 458.59 lineto +0.01 -0.30 l +0.01 -0.31 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.31 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.31 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.31 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +688.45 428.44 lineto +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +687.55 398.29 lineto +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +687.58 368.14 lineto +0 -0.30 l +0 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.31 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.31 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +686.72 337.99 lineto +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.31 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.31 l +-6.92 0 l +cp p3 +np + 729.69 370.28 m +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +729.48 393.58 lineto +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +730.02 416.89 lineto +0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +729.37 440.19 lineto +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +727.84 463.50 lineto +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.02 0.23 l +0.01 0.24 l +0.01 0.23 l +0.02 0.23 l +0.01 0.24 l +0.01 0.23 l +0.02 0.23 l +727.98 486.80 lineto +0.02 0.24 l +0.01 0.23 l +0.02 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.24 l +12.43 0 l +0.02 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +741.11 468.86 lineto +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +739.74 445.55 lineto +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +738.73 422.25 lineto +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +739.14 398.94 lineto +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +739.26 375.64 lineto +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.23 l +-9.38 0 l +cp p3 +np + 782.54 335.93 m +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +781.30 364.44 lineto +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +781.36 392.95 lineto +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +780.93 421.46 lineto +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +779.65 449.96 lineto +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +780.40 478.47 lineto +0.02 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.28 l +0.02 0.29 l +10.51 0 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +792.29 456.52 lineto +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +791.19 428.01 lineto +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.29 l +0 -0.28 l +790.45 399.50 lineto +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +790.60 371.00 lineto +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +789.69 342.49 lineto +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-6.75 0 l +cp p3 +np + 832.08 357.44 m +-0.02 0.24 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.02 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.02 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +831.07 380.92 lineto +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +831.60 404.41 lineto +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +832.05 427.89 lineto +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +-0.01 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +831.75 451.37 lineto +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +-0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0 0.23 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0 0.24 l +0.01 0.23 l +0 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.01 0.23 l +0.01 0.24 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.01 0.24 l +0.02 0.23 l +0.01 0.24 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.24 l +832.32 474.85 lineto +0.02 0.24 l +0.01 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.24 l +0.02 0.23 l +0.01 0.24 l +0.02 0.23 l +0.02 0.24 l +0.01 0.23 l +0.02 0.24 l +9.90 0 l +0.02 -0.24 l +0.02 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.02 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.02 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.02 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +843.17 456.77 lineto +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +842.88 433.29 lineto +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +843.13 409.81 lineto +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +843.81 386.32 lineto +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +0 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +843.22 362.84 lineto +-0.01 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-0.02 -0.23 l +-0.02 -0.24 l +-10.74 0 l +cp p3 +np + 886.32 318.73 m +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +884.43 354.38 lineto +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +0 0.36 l +-0.01 0.36 l +-0.01 0.35 l +0 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +883.89 390.03 lineto +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +884.40 425.68 lineto +0.01 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0 0.36 l +884.58 461.32 lineto +0 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +885.66 496.97 lineto +0.02 0.36 l +0.01 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +6.26 0 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +893.28 469.52 lineto +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +893.52 433.88 lineto +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +893.97 398.23 lineto +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +893.85 362.58 lineto +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +892.11 326.93 lineto +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-5.33 0 l +cp p3 +np + 934.51 370.95 m +-0.02 0.22 l +-0.01 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +934.31 393.23 lineto +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +934.87 415.52 lineto +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +934.29 437.81 lineto +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +934.02 460.09 lineto +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.01 0.22 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.22 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.22 l +0.03 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +935.56 482.38 lineto +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.22 l +0.02 0.23 l +0.03 0.22 l +9.41 0 l +0.03 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +946.84 465.22 lineto +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +946.94 442.93 lineto +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +946.22 420.64 lineto +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +946.57 398.36 lineto +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.23 l +946.80 376.07 lineto +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.01 -0.22 l +-0.02 -0.22 l +-12.03 0 l +cp p3 +np + 989.77 321.49 m +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.32 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.32 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.32 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.32 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +988.20 352.57 lineto +-0.02 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.32 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +986.91 383.65 lineto +0 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.32 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +986.85 414.74 lineto +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.32 l +0 0.31 l +986.30 445.82 lineto +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.32 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.02 0.32 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.32 l +0.02 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.32 l +0.02 0.31 l +0.02 0.31 l +986.91 476.90 lineto +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.03 0.31 l +0.02 0.32 l +0.02 0.31 l +0.03 0.31 l +9.83 0 l +0.02 -0.31 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.03 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.32 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +997.91 452.97 lineto +0 -0.32 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +997.33 421.88 lineto +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +997.29 390.80 lineto +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +996.31 359.72 lineto +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +994.67 328.64 lineto +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-4.58 0 l +cp p3 +np + 1040.53 323.88 m +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.30 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.30 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.30 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.30 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.30 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.02 0.31 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +1039.19 354.72 lineto +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +1038.69 385.56 lineto +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.30 l +1038.47 416.39 lineto +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.30 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +-0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +1038.09 447.23 lineto +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0 0.30 l +0.01 0.31 l +0 0.31 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.30 l +0 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0.01 0.31 l +0 0.30 l +0.01 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0.01 0.31 l +0 0.30 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0 0.31 l +0.01 0.31 l +0.01 0.30 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.30 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.30 l +0.02 0.31 l +0.01 0.31 l +0.01 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.30 l +0.01 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.30 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.30 l +0.01 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.01 0.30 l +0.02 0.31 l +0.02 0.31 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.30 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.30 l +0.01 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +1039.08 478.07 lineto +0.02 0.30 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.31 l +0.02 0.30 l +0.02 0.31 l +0.03 0.31 l +0.02 0.31 l +0.02 0.31 l +8.58 0 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.31 l +0.03 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.30 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.30 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.30 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.30 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.30 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.30 l +0.01 -0.31 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.30 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0 -0.30 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.30 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.30 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.30 l +0.01 -0.31 l +0 -0.31 l +1049.06 454.32 lineto +0 -0.31 l +0 -0.31 l +0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0.01 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +1048.83 423.49 lineto +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +1048.54 392.65 lineto +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +0 -0.31 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +1048.19 361.81 lineto +0 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +0 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +0 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +1047.04 330.98 lineto +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.30 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.30 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.02 -0.31 l +-6.13 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +56.38 308.40 0.89 c p3 +65.74 421.66 0.89 c p3 +64.86 308.40 0.89 c p3 +61.48 308.40 0.89 c p3 +61.84 431.70 0.89 c p3 +62.11 416.41 0.89 c p3 +58.57 393.21 0.89 c p3 +59.02 444.30 0.89 c p3 +67.08 308.40 0.89 c p3 +69.29 308.40 0.89 c p3 +113.57 308.40 0.89 c p3 +114.61 432.89 0.89 c p3 +110.12 308.40 0.89 c p3 +108.12 324.52 0.89 c p3 +118.69 432.34 0.89 c p3 +125.99 436.03 0.89 c p3 +122.09 387.29 0.89 c p3 +116.99 512.10 0.89 c p3 +121.20 308.40 0.89 c p3 +121.20 308.40 0.89 c p3 +169.47 328.25 0.89 c p3 +172.43 425.81 0.89 c p3 +165.88 308.40 0.89 c p3 +174.46 308.40 0.89 c p3 +158.68 432.66 0.89 c p3 +168.90 413.29 0.89 c p3 +170.80 405.54 0.89 c p3 +160.42 447.65 0.89 c p3 +162.48 308.40 0.89 c p3 +163.96 308.40 0.89 c p3 +219.91 308.40 0.89 c p3 +229.22 429.66 0.89 c p3 +209.55 308.40 0.89 c p3 +223.77 335.60 0.89 c p3 +213.89 431.89 0.89 c p3 +213.71 423.62 0.89 c p3 +225.40 405.22 0.89 c p3 +222.12 442.08 0.89 c p3 +212.64 308.40 0.89 c p3 +225.90 345.64 0.89 c p3 +277.54 330.56 0.89 c p3 +270.89 428.73 0.89 c p3 +263.86 308.40 0.89 c p3 +263.66 334.85 0.89 c p3 +277.28 433.21 0.89 c p3 +271.26 413.41 0.89 c p3 +275.07 405.69 0.89 c p3 +271.83 439.45 0.89 c p3 +269.37 308.40 0.89 c p3 +267.08 308.40 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +378.27 343.31 0.89 c p3 +382.24 308.40 0.89 c p3 +372.25 358.63 0.89 c p3 +376.44 369.82 0.89 c p3 +382.07 458.95 0.89 c p3 +363.85 431.22 0.89 c p3 +368.30 382.56 0.89 c p3 +382.98 458.34 0.89 c p3 +381.49 478.03 0.89 c p3 +379.53 377.81 0.89 c p3 +430.66 366.22 0.89 c p3 +422.75 391.36 0.89 c p3 +425.58 362.75 0.89 c p3 +425.25 379.94 0.89 c p3 +418.04 459.81 0.89 c p3 +431.78 452.23 0.89 c p3 +427.55 388.88 0.89 c p3 +416.98 509.64 0.89 c p3 +418.73 460.64 0.89 c p3 +427.68 375.67 0.89 c p3 +473.85 347.06 0.89 c p3 +470.23 390.13 0.89 c p3 +478.49 360.65 0.89 c p3 +482.53 379.98 0.89 c p3 +484.31 458.26 0.89 c p3 +477.59 465.76 0.89 c p3 +475.07 369.33 0.89 c p3 +473.37 490.94 0.89 c p3 +484.19 485.86 0.89 c p3 +476.12 384.03 0.89 c p3 +531.94 337.93 0.89 c p3 +522.01 308.40 0.89 c p3 +531.30 360.04 0.89 c p3 +528.30 379.22 0.89 c p3 +524.25 455.68 0.89 c p3 +536.71 454.68 0.89 c p3 +537.16 395.78 0.89 c p3 +517.96 525.31 0.89 c p3 +525.39 488.58 0.89 c p3 +526.28 381.16 0.89 c p3 +329.15 351.39 0.89 c p3 +322.44 408.87 0.89 c p3 +315.98 356.36 0.89 c p3 +318.22 380.51 0.89 c p3 +327.24 461.19 0.89 c p3 +314.07 472.11 0.89 c p3 +322.65 376.41 0.89 c p3 +325.49 520.92 0.89 c p3 +327.03 471.08 0.89 c p3 +328.30 390.18 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +572.16 352.16 0.89 c p3 +584.34 308.40 0.89 c p3 +574.33 308.40 0.89 c p3 +572.89 367.65 0.89 c p3 +574.77 458.51 0.89 c p3 +581.42 437.02 0.89 c p3 +572.30 308.40 0.89 c p3 +580.68 461.75 0.89 c p3 +580.63 478.83 0.89 c p3 +586.60 343.78 0.89 c p3 +636.86 308.40 0.89 c p3 +633.48 402.71 0.89 c p3 +638.56 308.40 0.89 c p3 +622.80 374.30 0.89 c p3 +631.95 457.12 0.89 c p3 +627.98 460.17 0.89 c p3 +624.02 308.40 0.89 c p3 +638.90 461.20 0.89 c p3 +629.78 487.82 0.89 c p3 +633.50 352.22 0.89 c p3 +684.61 308.40 0.89 c p3 +692.70 406.91 0.89 c p3 +678.39 308.40 0.89 c p3 +675.43 364.49 0.89 c p3 +678.93 453.91 0.89 c p3 +677.73 443.17 0.89 c p3 +685.81 362.53 0.89 c p3 +690.09 452.34 0.89 c p3 +687.69 485.12 0.89 c p3 +682.83 331.05 0.89 c p3 +738.94 308.40 0.89 c p3 +730.47 401.33 0.89 c p3 +736.36 308.40 0.89 c p3 +742.48 373.97 0.89 c p3 +726.91 457.61 0.89 c p3 +744.25 478.30 0.89 c p3 +742.54 308.40 0.89 c p3 +736.02 477.34 0.89 c p3 +727.75 489.37 0.89 c p3 +736.08 370.28 0.89 c p3 +793.81 335.93 0.89 c p3 +792.51 412.89 0.89 c p3 +791.93 308.40 0.89 c p3 +790.39 370.43 0.89 c p3 +784.99 459.80 0.89 c p3 +784.38 453.65 0.89 c p3 +782.51 308.40 0.89 c p3 +794.90 462.85 0.89 c p3 +776.14 481.61 0.89 c p3 +782.83 369.25 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +827.31 308.40 0.89 c p3 +840.27 390.57 0.89 c p3 +833.09 308.40 0.89 c p3 +830.88 358.18 0.89 c p3 +839.73 454.24 0.89 c p3 +845.64 424.30 0.89 c p3 +834.93 388.97 0.89 c p3 +841.40 469.82 0.89 c p3 +836.65 477.43 0.89 c p3 +834.02 357.44 0.89 c p3 +880.32 318.73 0.89 c p3 +898.03 308.40 0.89 c p3 +880.68 308.40 0.89 c p3 +894.04 368.70 0.89 c p3 +887.91 455.28 0.89 c p3 +880.14 424.79 0.89 c p3 +892.52 377.55 0.89 c p3 +889.90 500.90 0.89 c p3 +880.76 472.92 0.89 c p3 +897.64 375.81 0.89 c p3 +933.29 308.40 0.89 c p3 +937.66 308.40 0.89 c p3 +936.79 308.40 0.89 c p3 +948.04 386.31 0.89 c p3 +947.33 454.84 0.89 c p3 +931.68 428.68 0.89 c p3 +936.64 373.79 0.89 c p3 +949.07 458.45 0.89 c p3 +943.60 484.83 0.89 c p3 +933.97 370.95 0.89 c p3 +988.76 321.49 0.89 c p3 +988.25 390.25 0.89 c p3 +985.46 308.40 0.89 c p3 +997.49 386.87 0.89 c p3 +1001.57 460.91 0.89 c p3 +982.07 441.48 0.89 c p3 +995.37 308.40 0.89 c p3 +1001.11 465.00 0.89 c p3 +993.82 480.32 0.89 c p3 +992.61 374.14 0.89 c p3 +1050.90 323.88 0.89 c p3 +1044.13 308.40 0.89 c p3 +1042.25 308.40 0.89 c p3 +1048.50 382.28 0.89 c p3 +1042.86 446.13 0.89 c p3 +1040.23 435.20 0.89 c p3 +1033.54 390.72 0.89 c p3 +1043.75 468.68 0.89 c p3 +1038.19 481.46 0.89 c p3 +1050.24 350.60 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +64.40 431.70 m +0 12.60 l +o +np +64.40 416.41 m +0 0 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 61.82 431.70 m +0 -15.29 l +5.16 0 l +0 15.29 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +61.82 421.67 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +115.94 435.25 m +0 0.78 l +o +np +115.94 398.55 m +0 -11.26 l +o +1 setlinecap +np + 113.36 435.25 m +0 -36.70 l +5.15 0 l +0 36.70 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +113.36 432.62 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +167.47 430.95 m +0 16.70 l +o +np +167.47 407.48 m +0 -1.94 l +o +1 setlinecap +np + 164.90 430.95 m +0 -23.47 l +5.15 0 l +0 23.47 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +164.90 419.55 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +219.01 430.77 m +0 11.31 l +o +np +219.01 375.43 m +0 -39.82 l +o +1 setlinecap +np + 216.43 430.77 m +0 -55.34 l +5.16 0 l +0 55.34 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +216.43 423.61 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +270.55 430.98 m +0 8.47 l +o +np +270.55 370.27 m +0 -39.72 l +o +1 setlinecap +np + 267.97 430.98 m +0 -60.71 l +5.15 0 l +0 60.71 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +267.97 413.41 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +322.08 468.60 m +0 52.32 l +o +np +322.08 377.43 m +0 -26.04 l +o +1 setlinecap +np + 319.51 468.60 m +0 -91.17 l +5.15 0 l +0 91.17 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +319.51 399.52 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +373.62 458.33 m +0 19.69 l +o +np +373.62 369.81 m +0 -26.50 l +o +1 setlinecap +np + 371.04 458.33 m +0 -88.52 l +5.16 0 l +0 88.52 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +371.04 382.56 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +425.16 457.92 m +0 51.72 l +o +np +425.16 376.74 m +0 -13.99 l +o +1 setlinecap +np + 422.58 457.92 m +0 -81.18 l +5.15 0 l +0 81.18 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +422.58 390.12 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +476.69 463.88 m +0 27.06 l +o +np +476.69 371.99 m +0 -24.94 l +o +1 setlinecap +np + 474.12 463.88 m +0 -91.89 l +5.15 0 l +0 91.89 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +474.12 387.08 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +528.23 455.68 m +0 69.63 l +o +np +528.23 379.22 m +0 -41.29 l +o +1 setlinecap +np + 525.65 455.68 m +0 -76.46 l +5.16 0 l +0 76.46 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +525.65 395.78 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +579.77 460.13 m +0 18.70 l +o +np +579.77 359.90 m +0 -16.12 l +o +1 setlinecap +np + 577.19 460.13 m +0 -100.23 l +5.15 0 l +0 100.23 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +577.19 437.02 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +631.30 460.69 m +0 27.13 l +o +np +631.30 388.50 m +0 -36.28 l +o +1 setlinecap +np + 628.73 460.69 m +0 -72.19 l +5.15 0 l +0 72.19 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +628.73 457.12 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +682.84 452.73 m +0 32.39 l +o +np +682.84 364.00 m +0 -32.95 l +o +1 setlinecap +np + 680.26 452.73 m +0 -88.73 l +5.16 0 l +0 88.73 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +680.26 425.04 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +734.38 477.82 m +0 11.55 l +o +np +734.38 387.65 m +0 -17.37 l +o +1 setlinecap +np + 731.80 477.82 m +0 -90.17 l +5.15 0 l +0 90.17 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +731.80 457.61 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +785.91 460.56 m +0 21.05 l +o +np +785.91 370.13 m +0 -34.20 l +o +1 setlinecap +np + 783.34 460.56 m +0 -90.43 l +5.15 0 l +0 90.43 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +783.34 433.27 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +837.45 458.14 m +0 19.30 l +o +np +837.45 381.27 m +0 -23.83 l +o +1 setlinecap +np + 834.87 458.14 m +0 -76.87 l +5.16 0 l +0 76.87 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +834.87 407.44 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +888.99 459.69 m +0 41.21 l +o +np +888.99 374.03 m +0 -55.30 l +o +1 setlinecap +np + 886.41 459.69 m +0 -85.66 l +5.15 0 l +0 85.66 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +886.41 401.17 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +940.52 456.64 m +0 28.19 l +o +np +940.52 380.05 m +0 -9.10 l +o +1 setlinecap +np + 937.95 456.64 m +0 -76.59 l +5.15 0 l +0 76.59 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +937.95 428.68 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +992.06 461.93 m +0 18.39 l +o +np +992.06 383.69 m +0 -62.20 l +o +1 setlinecap +np + 989.48 461.93 m +0 -78.24 l +5.16 0 l +0 78.24 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +989.48 415.87 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1043.60 451.77 m +0 29.69 l +o +np +1043.60 374.36 m +0 -50.48 l +o +1 setlinecap +np + 1041.02 451.77 m +0 -77.41 l +5.16 0 l +0 77.41 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.02 412.96 m +5.16 0 l +o +0.00 0.00 1440.00 576.00 cl +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 535.64 1041.04 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +554.00 541.01 (Batch1) .5 0 t +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +64.40 305.66 m +0 2.74 l +o +np +115.94 305.66 m +0 2.74 l +o +np +167.47 305.66 m +0 2.74 l +o +np +219.01 305.66 m +0 2.74 l +o +np +270.55 305.66 m +0 2.74 l +o +np +322.08 305.66 m +0 2.74 l +o +np +373.62 305.66 m +0 2.74 l +o +np +425.16 305.66 m +0 2.74 l +o +np +476.69 305.66 m +0 2.74 l +o +np +528.23 305.66 m +0 2.74 l +o +np +579.77 305.66 m +0 2.74 l +o +np +631.30 305.66 m +0 2.74 l +o +np +682.84 305.66 m +0 2.74 l +o +np +734.38 305.66 m +0 2.74 l +o +np +785.91 305.66 m +0 2.74 l +o +np +837.45 305.66 m +0 2.74 l +o +np +888.99 305.66 m +0 2.74 l +o +np +940.52 305.66 m +0 2.74 l +o +np +992.06 305.66 m +0 2.74 l +o +np +1043.60 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +70.86 303.47 (Batch1_A_1) 1 90 t +122.40 303.47 (Batch1_A_2) 1 90 t +173.93 303.47 (Batch1_A_3) 1 90 t +225.47 303.47 (Batch1_A_4) 1 90 t +277.01 303.47 (Batch1_A_5) 1 90 t +328.54 303.47 (Batch1_B_10) 1 90 t +380.08 303.47 (Batch1_B_6) 1 90 t +431.62 303.47 (Batch1_B_7) 1 90 t +483.16 303.47 (Batch1_B_8) 1 90 t +534.69 303.47 (Batch1_B_9) 1 90 t +586.23 303.47 (Batch1_C_11) 1 90 t +637.77 303.47 (Batch1_C_12) 1 90 t +689.30 303.47 (Batch1_C_13) 1 90 t +740.84 303.47 (Batch1_C_14) 1 90 t +792.38 303.47 (Batch1_C_15) 1 90 t +843.91 303.47 (Batch1_D_16) 1 90 t +895.45 303.47 (Batch1_D_17) 1 90 t +946.99 303.47 (Batch1_D_18) 1 90 t +998.52 303.47 (Batch1_D_19) 1 90 t +1050.06 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 335.83 (15) 1 0 t +28.55 402.69 (20) 1 0 t +28.55 469.56 (25) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 339.06 m +2.74 0 l +o +np +30.74 405.92 m +2.74 0 l +o +np +30.74 472.79 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +554.00 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 33.48 80.32 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 60.92 m +46.84 0 l +o +np +33.48 103.15 m +46.84 0 l +o +np +33.48 145.38 m +46.84 0 l +o +np +46.30 33.48 m +0 139.35 l +o +np +59.40 33.48 m +0 139.35 l +o +np +72.50 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 39.81 m +46.84 0 l +o +np +33.48 82.04 m +46.84 0 l +o +np +33.48 124.27 m +46.84 0 l +o +np +33.48 166.49 m +46.84 0 l +o +np +39.76 33.48 m +0 139.35 l +o +np +52.85 33.48 m +0 139.35 l +o +np +65.95 33.48 m +0 139.35 l +o +np +79.04 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +35.61 39.81 2.13 0.00 r p3 +37.74 39.81 2.13 0.00 r p3 +39.86 39.81 2.13 0.00 r p3 +41.99 39.81 2.13 0.00 r p3 +44.12 39.81 2.13 0.00 r p3 +46.25 39.81 2.13 0.00 r p3 +48.38 39.81 2.13 42.23 r p3 +50.51 39.81 2.13 0.00 r p3 +52.64 39.81 2.13 0.00 r p3 +54.77 39.81 2.13 84.46 r p3 +56.90 39.81 2.13 42.23 r p3 +59.03 39.81 2.13 42.23 r p3 +61.16 39.81 2.13 0.00 r p3 +63.29 39.81 2.13 0.00 r p3 +65.42 39.81 2.13 0.00 r p3 +67.55 39.81 2.13 0.00 r p3 +69.68 39.81 2.13 0.00 r p3 +71.81 39.81 2.13 0.00 r p3 +73.94 39.81 2.13 0.00 r p3 +76.06 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +85.80 33.48 132.65 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +85.80 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +85.80 60.92 m +46.85 0 l +o +np +85.80 103.15 m +46.85 0 l +o +np +85.80 145.38 m +46.85 0 l +o +np +98.63 33.48 m +0 139.35 l +o +np +111.73 33.48 m +0 139.35 l +o +np +124.82 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +85.80 39.81 m +46.85 0 l +o +np +85.80 82.04 m +46.85 0 l +o +np +85.80 124.27 m +46.85 0 l +o +np +85.80 166.49 m +46.85 0 l +o +np +92.08 33.48 m +0 139.35 l +o +np +105.18 33.48 m +0 139.35 l +o +np +118.27 33.48 m +0 139.35 l +o +np +131.37 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +87.93 39.81 2.13 42.23 r p3 +90.06 39.81 2.13 0.00 r p3 +92.19 39.81 2.13 0.00 r p3 +94.32 39.81 2.13 0.00 r p3 +96.45 39.81 2.13 0.00 r p3 +98.58 39.81 2.13 0.00 r p3 +100.71 39.81 2.13 42.23 r p3 +102.84 39.81 2.13 0.00 r p3 +104.97 39.81 2.13 0.00 r p3 +107.10 39.81 2.13 0.00 r p3 +109.23 39.81 2.13 126.68 r p3 +111.36 39.81 2.13 0.00 r p3 +113.48 39.81 2.13 0.00 r p3 +115.61 39.81 2.13 0.00 r p3 +117.74 39.81 2.13 0.00 r p3 +119.87 39.81 2.13 0.00 r p3 +122.00 39.81 2.13 0.00 r p3 +124.13 39.81 2.13 42.23 r p3 +126.26 39.81 2.13 0.00 r p3 +128.39 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +138.13 33.48 184.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +138.13 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +138.13 60.92 m +46.85 0 l +o +np +138.13 103.15 m +46.85 0 l +o +np +138.13 145.38 m +46.85 0 l +o +np +150.96 33.48 m +0 139.35 l +o +np +164.05 33.48 m +0 139.35 l +o +np +177.15 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +138.13 39.81 m +46.85 0 l +o +np +138.13 82.04 m +46.85 0 l +o +np +138.13 124.27 m +46.85 0 l +o +np +138.13 166.49 m +46.85 0 l +o +np +144.41 33.48 m +0 139.35 l +o +np +157.50 33.48 m +0 139.35 l +o +np +170.60 33.48 m +0 139.35 l +o +np +183.70 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +140.26 39.81 2.13 42.23 r p3 +142.39 39.81 2.13 0.00 r p3 +144.52 39.81 2.13 0.00 r p3 +146.65 39.81 2.13 0.00 r p3 +148.78 39.81 2.13 0.00 r p3 +150.91 39.81 2.13 0.00 r p3 +153.03 39.81 2.13 0.00 r p3 +155.16 39.81 2.13 0.00 r p3 +157.29 39.81 2.13 84.46 r p3 +159.42 39.81 2.13 42.23 r p3 +161.55 39.81 2.13 42.23 r p3 +163.68 39.81 2.13 42.23 r p3 +165.81 39.81 2.13 0.00 r p3 +167.94 39.81 2.13 0.00 r p3 +170.07 39.81 2.13 0.00 r p3 +172.20 39.81 2.13 0.00 r p3 +174.33 39.81 2.13 0.00 r p3 +176.46 39.81 2.13 0.00 r p3 +178.59 39.81 2.13 0.00 r p3 +180.72 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +190.46 33.48 237.30 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +190.46 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +190.46 60.92 m +46.84 0 l +o +np +190.46 103.15 m +46.84 0 l +o +np +190.46 145.38 m +46.84 0 l +o +np +203.28 33.48 m +0 139.35 l +o +np +216.38 33.48 m +0 139.35 l +o +np +229.47 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +190.46 39.81 m +46.84 0 l +o +np +190.46 82.04 m +46.84 0 l +o +np +190.46 124.27 m +46.84 0 l +o +np +190.46 166.49 m +46.84 0 l +o +np +196.74 33.48 m +0 139.35 l +o +np +209.83 33.48 m +0 139.35 l +o +np +222.93 33.48 m +0 139.35 l +o +np +236.02 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +192.58 39.81 2.13 0.00 r p3 +194.71 39.81 2.13 42.23 r p3 +196.84 39.81 2.13 42.23 r p3 +198.97 39.81 2.13 0.00 r p3 +201.10 39.81 2.13 0.00 r p3 +203.23 39.81 2.13 0.00 r p3 +205.36 39.81 2.13 0.00 r p3 +207.49 39.81 2.13 0.00 r p3 +209.62 39.81 2.13 42.23 r p3 +211.75 39.81 2.13 42.23 r p3 +213.88 39.81 2.13 84.46 r p3 +216.01 39.81 2.13 42.23 r p3 +218.14 39.81 2.13 0.00 r p3 +220.27 39.81 2.13 0.00 r p3 +222.40 39.81 2.13 0.00 r p3 +224.53 39.81 2.13 0.00 r p3 +226.65 39.81 2.13 0.00 r p3 +228.78 39.81 2.13 0.00 r p3 +230.91 39.81 2.13 0.00 r p3 +233.04 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +242.78 33.48 289.63 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +242.78 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +242.78 60.92 m +46.85 0 l +o +np +242.78 103.15 m +46.85 0 l +o +np +242.78 145.38 m +46.85 0 l +o +np +255.61 33.48 m +0 139.35 l +o +np +268.70 33.48 m +0 139.35 l +o +np +281.80 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +242.78 39.81 m +46.85 0 l +o +np +242.78 82.04 m +46.85 0 l +o +np +242.78 124.27 m +46.85 0 l +o +np +242.78 166.49 m +46.85 0 l +o +np +249.06 33.48 m +0 139.35 l +o +np +262.16 33.48 m +0 139.35 l +o +np +275.25 33.48 m +0 139.35 l +o +np +288.35 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +244.91 39.81 2.13 0.00 r p3 +247.04 39.81 2.13 84.46 r p3 +249.17 39.81 2.13 0.00 r p3 +251.30 39.81 2.13 0.00 r p3 +253.43 39.81 2.13 0.00 r p3 +255.56 39.81 2.13 0.00 r p3 +257.69 39.81 2.13 0.00 r p3 +259.82 39.81 2.13 0.00 r p3 +261.95 39.81 2.13 84.46 r p3 +264.08 39.81 2.13 0.00 r p3 +266.20 39.81 2.13 84.46 r p3 +268.33 39.81 2.13 42.23 r p3 +270.46 39.81 2.13 0.00 r p3 +272.59 39.81 2.13 0.00 r p3 +274.72 39.81 2.13 0.00 r p3 +276.85 39.81 2.13 0.00 r p3 +278.98 39.81 2.13 0.00 r p3 +281.11 39.81 2.13 0.00 r p3 +283.24 39.81 2.13 0.00 r p3 +285.37 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +295.11 33.48 341.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +295.11 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +295.11 60.92 m +46.84 0 l +o +np +295.11 103.15 m +46.84 0 l +o +np +295.11 145.38 m +46.84 0 l +o +np +307.94 33.48 m +0 139.35 l +o +np +321.03 33.48 m +0 139.35 l +o +np +334.13 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +295.11 39.81 m +46.84 0 l +o +np +295.11 82.04 m +46.84 0 l +o +np +295.11 124.27 m +46.84 0 l +o +np +295.11 166.49 m +46.84 0 l +o +np +301.39 33.48 m +0 139.35 l +o +np +314.48 33.48 m +0 139.35 l +o +np +327.58 33.48 m +0 139.35 l +o +np +340.67 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +297.24 39.81 2.13 0.00 r p3 +299.37 39.81 2.13 0.00 r p3 +301.50 39.81 2.13 0.00 r p3 +303.63 39.81 2.13 84.46 r p3 +305.75 39.81 2.13 0.00 r p3 +307.88 39.81 2.13 84.46 r p3 +310.01 39.81 2.13 42.23 r p3 +312.14 39.81 2.13 0.00 r p3 +314.27 39.81 2.13 42.23 r p3 +316.40 39.81 2.13 0.00 r p3 +318.53 39.81 2.13 0.00 r p3 +320.66 39.81 2.13 0.00 r p3 +322.79 39.81 2.13 0.00 r p3 +324.92 39.81 2.13 42.23 r p3 +327.05 39.81 2.13 84.46 r p3 +329.18 39.81 2.13 0.00 r p3 +331.31 39.81 2.13 0.00 r p3 +333.44 39.81 2.13 0.00 r p3 +335.57 39.81 2.13 42.23 r p3 +337.70 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +347.43 33.48 394.28 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +347.43 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +347.43 60.92 m +46.85 0 l +o +np +347.43 103.15 m +46.85 0 l +o +np +347.43 145.38 m +46.85 0 l +o +np +360.26 33.48 m +0 139.35 l +o +np +373.36 33.48 m +0 139.35 l +o +np +386.45 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +347.43 39.81 m +46.85 0 l +o +np +347.43 82.04 m +46.85 0 l +o +np +347.43 124.27 m +46.85 0 l +o +np +347.43 166.49 m +46.85 0 l +o +np +353.71 33.48 m +0 139.35 l +o +np +366.81 33.48 m +0 139.35 l +o +np +379.91 33.48 m +0 139.35 l +o +np +393.00 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +349.56 39.81 2.13 0.00 r p3 +351.69 39.81 2.13 0.00 r p3 +353.82 39.81 2.13 42.23 r p3 +355.95 39.81 2.13 42.23 r p3 +358.08 39.81 2.13 42.23 r p3 +360.21 39.81 2.13 84.46 r p3 +362.34 39.81 2.13 0.00 r p3 +364.47 39.81 2.13 0.00 r p3 +366.60 39.81 2.13 0.00 r p3 +368.73 39.81 2.13 0.00 r p3 +370.86 39.81 2.13 42.23 r p3 +372.99 39.81 2.13 0.00 r p3 +375.12 39.81 2.13 84.46 r p3 +377.25 39.81 2.13 0.00 r p3 +379.37 39.81 2.13 42.23 r p3 +381.50 39.81 2.13 0.00 r p3 +383.63 39.81 2.13 0.00 r p3 +385.76 39.81 2.13 0.00 r p3 +387.89 39.81 2.13 0.00 r p3 +390.02 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +399.76 33.48 446.61 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +399.76 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +399.76 60.92 m +46.85 0 l +o +np +399.76 103.15 m +46.85 0 l +o +np +399.76 145.38 m +46.85 0 l +o +np +412.59 33.48 m +0 139.35 l +o +np +425.68 33.48 m +0 139.35 l +o +np +438.78 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +399.76 39.81 m +46.85 0 l +o +np +399.76 82.04 m +46.85 0 l +o +np +399.76 124.27 m +46.85 0 l +o +np +399.76 166.49 m +46.85 0 l +o +np +406.04 33.48 m +0 139.35 l +o +np +419.14 33.48 m +0 139.35 l +o +np +432.23 33.48 m +0 139.35 l +o +np +445.33 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +401.89 39.81 2.13 0.00 r p3 +404.02 39.81 2.13 0.00 r p3 +406.15 39.81 2.13 0.00 r p3 +408.28 39.81 2.13 0.00 r p3 +410.41 39.81 2.13 84.46 r p3 +412.54 39.81 2.13 84.46 r p3 +414.67 39.81 2.13 84.46 r p3 +416.80 39.81 2.13 0.00 r p3 +418.92 39.81 2.13 0.00 r p3 +421.05 39.81 2.13 0.00 r p3 +423.18 39.81 2.13 0.00 r p3 +425.31 39.81 2.13 0.00 r p3 +427.44 39.81 2.13 42.23 r p3 +429.57 39.81 2.13 84.46 r p3 +431.70 39.81 2.13 0.00 r p3 +433.83 39.81 2.13 0.00 r p3 +435.96 39.81 2.13 0.00 r p3 +438.09 39.81 2.13 42.23 r p3 +440.22 39.81 2.13 0.00 r p3 +442.35 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +452.09 33.48 498.93 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +452.09 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +452.09 60.92 m +46.84 0 l +o +np +452.09 103.15 m +46.84 0 l +o +np +452.09 145.38 m +46.84 0 l +o +np +464.91 33.48 m +0 139.35 l +o +np +478.01 33.48 m +0 139.35 l +o +np +491.11 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +452.09 39.81 m +46.84 0 l +o +np +452.09 82.04 m +46.84 0 l +o +np +452.09 124.27 m +46.84 0 l +o +np +452.09 166.49 m +46.84 0 l +o +np +458.37 33.48 m +0 139.35 l +o +np +471.46 33.48 m +0 139.35 l +o +np +484.56 33.48 m +0 139.35 l +o +np +497.65 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +454.22 39.81 2.13 0.00 r p3 +456.34 39.81 2.13 0.00 r p3 +458.47 39.81 2.13 42.23 r p3 +460.60 39.81 2.13 42.23 r p3 +462.73 39.81 2.13 42.23 r p3 +464.86 39.81 2.13 42.23 r p3 +466.99 39.81 2.13 84.46 r p3 +469.12 39.81 2.13 0.00 r p3 +471.25 39.81 2.13 0.00 r p3 +473.38 39.81 2.13 0.00 r p3 +475.51 39.81 2.13 0.00 r p3 +477.64 39.81 2.13 0.00 r p3 +479.77 39.81 2.13 42.23 r p3 +481.90 39.81 2.13 42.23 r p3 +484.03 39.81 2.13 0.00 r p3 +486.16 39.81 2.13 84.46 r p3 +488.29 39.81 2.13 0.00 r p3 +490.42 39.81 2.13 0.00 r p3 +492.54 39.81 2.13 0.00 r p3 +494.67 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +504.41 33.48 551.26 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +504.41 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +504.41 60.92 m +46.85 0 l +o +np +504.41 103.15 m +46.85 0 l +o +np +504.41 145.38 m +46.85 0 l +o +np +517.24 33.48 m +0 139.35 l +o +np +530.34 33.48 m +0 139.35 l +o +np +543.43 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +504.41 39.81 m +46.85 0 l +o +np +504.41 82.04 m +46.85 0 l +o +np +504.41 124.27 m +46.85 0 l +o +np +504.41 166.49 m +46.85 0 l +o +np +510.69 33.48 m +0 139.35 l +o +np +523.79 33.48 m +0 139.35 l +o +np +536.88 33.48 m +0 139.35 l +o +np +549.98 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +506.54 39.81 2.13 0.00 r p3 +508.67 39.81 2.13 42.23 r p3 +510.80 39.81 2.13 0.00 r p3 +512.93 39.81 2.13 42.23 r p3 +515.06 39.81 2.13 0.00 r p3 +517.19 39.81 2.13 84.46 r p3 +519.32 39.81 2.13 0.00 r p3 +521.45 39.81 2.13 42.23 r p3 +523.58 39.81 2.13 0.00 r p3 +525.71 39.81 2.13 0.00 r p3 +527.84 39.81 2.13 0.00 r p3 +529.96 39.81 2.13 0.00 r p3 +532.09 39.81 2.13 84.46 r p3 +534.22 39.81 2.13 0.00 r p3 +536.35 39.81 2.13 0.00 r p3 +538.48 39.81 2.13 42.23 r p3 +540.61 39.81 2.13 0.00 r p3 +542.74 39.81 2.13 0.00 r p3 +544.87 39.81 2.13 0.00 r p3 +547.00 39.81 2.13 42.23 r p3 +0.00 0.00 1440.00 576.00 cl +556.74 33.48 603.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +556.74 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +556.74 60.92 m +46.85 0 l +o +np +556.74 103.15 m +46.85 0 l +o +np +556.74 145.38 m +46.85 0 l +o +np +569.57 33.48 m +0 139.35 l +o +np +582.66 33.48 m +0 139.35 l +o +np +595.76 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +556.74 39.81 m +46.85 0 l +o +np +556.74 82.04 m +46.85 0 l +o +np +556.74 124.27 m +46.85 0 l +o +np +556.74 166.49 m +46.85 0 l +o +np +563.02 33.48 m +0 139.35 l +o +np +576.11 33.48 m +0 139.35 l +o +np +589.21 33.48 m +0 139.35 l +o +np +602.31 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +558.87 39.81 2.13 0.00 r p3 +561.00 39.81 2.13 0.00 r p3 +563.13 39.81 2.13 42.23 r p3 +565.26 39.81 2.13 42.23 r p3 +567.39 39.81 2.13 42.23 r p3 +569.51 39.81 2.13 0.00 r p3 +571.64 39.81 2.13 0.00 r p3 +573.77 39.81 2.13 0.00 r p3 +575.90 39.81 2.13 0.00 r p3 +578.03 39.81 2.13 0.00 r p3 +580.16 39.81 2.13 42.23 r p3 +582.29 39.81 2.13 0.00 r p3 +584.42 39.81 2.13 42.23 r p3 +586.55 39.81 2.13 42.23 r p3 +588.68 39.81 2.13 42.23 r p3 +590.81 39.81 2.13 0.00 r p3 +592.94 39.81 2.13 0.00 r p3 +595.07 39.81 2.13 0.00 r p3 +597.20 39.81 2.13 0.00 r p3 +599.33 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +609.06 33.48 655.91 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +609.06 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +609.06 60.92 m +46.85 0 l +o +np +609.06 103.15 m +46.85 0 l +o +np +609.06 145.38 m +46.85 0 l +o +np +621.89 33.48 m +0 139.35 l +o +np +634.99 33.48 m +0 139.35 l +o +np +648.08 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +609.06 39.81 m +46.85 0 l +o +np +609.06 82.04 m +46.85 0 l +o +np +609.06 124.27 m +46.85 0 l +o +np +609.06 166.49 m +46.85 0 l +o +np +615.35 33.48 m +0 139.35 l +o +np +628.44 33.48 m +0 139.35 l +o +np +641.54 33.48 m +0 139.35 l +o +np +654.63 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +611.19 39.81 2.13 0.00 r p3 +613.32 39.81 2.13 0.00 r p3 +615.45 39.81 2.13 0.00 r p3 +617.58 39.81 2.13 42.23 r p3 +619.71 39.81 2.13 0.00 r p3 +621.84 39.81 2.13 42.23 r p3 +623.97 39.81 2.13 0.00 r p3 +626.10 39.81 2.13 42.23 r p3 +628.23 39.81 2.13 0.00 r p3 +630.36 39.81 2.13 0.00 r p3 +632.49 39.81 2.13 0.00 r p3 +634.62 39.81 2.13 0.00 r p3 +636.75 39.81 2.13 42.23 r p3 +638.88 39.81 2.13 84.46 r p3 +641.01 39.81 2.13 0.00 r p3 +643.13 39.81 2.13 42.23 r p3 +645.26 39.81 2.13 0.00 r p3 +647.39 39.81 2.13 0.00 r p3 +649.52 39.81 2.13 0.00 r p3 +651.65 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +661.39 33.48 708.24 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +661.39 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +661.39 60.92 m +46.85 0 l +o +np +661.39 103.15 m +46.85 0 l +o +np +661.39 145.38 m +46.85 0 l +o +np +674.22 33.48 m +0 139.35 l +o +np +687.31 33.48 m +0 139.35 l +o +np +700.41 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +661.39 39.81 m +46.85 0 l +o +np +661.39 82.04 m +46.85 0 l +o +np +661.39 124.27 m +46.85 0 l +o +np +661.39 166.49 m +46.85 0 l +o +np +667.67 33.48 m +0 139.35 l +o +np +680.77 33.48 m +0 139.35 l +o +np +693.86 33.48 m +0 139.35 l +o +np +706.96 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +663.52 39.81 2.13 0.00 r p3 +665.65 39.81 2.13 42.23 r p3 +667.78 39.81 2.13 0.00 r p3 +669.91 39.81 2.13 0.00 r p3 +672.04 39.81 2.13 84.46 r p3 +674.17 39.81 2.13 0.00 r p3 +676.30 39.81 2.13 0.00 r p3 +678.43 39.81 2.13 0.00 r p3 +680.56 39.81 2.13 42.23 r p3 +682.68 39.81 2.13 0.00 r p3 +684.81 39.81 2.13 0.00 r p3 +686.94 39.81 2.13 42.23 r p3 +689.07 39.81 2.13 84.46 r p3 +691.20 39.81 2.13 0.00 r p3 +693.33 39.81 2.13 0.00 r p3 +695.46 39.81 2.13 42.23 r p3 +697.59 39.81 2.13 0.00 r p3 +699.72 39.81 2.13 0.00 r p3 +701.85 39.81 2.13 0.00 r p3 +703.98 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +713.72 33.48 760.56 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +713.72 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +713.72 60.92 m +46.84 0 l +o +np +713.72 103.15 m +46.84 0 l +o +np +713.72 145.38 m +46.84 0 l +o +np +726.55 33.48 m +0 139.35 l +o +np +739.64 33.48 m +0 139.35 l +o +np +752.74 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +713.72 39.81 m +46.84 0 l +o +np +713.72 82.04 m +46.84 0 l +o +np +713.72 124.27 m +46.84 0 l +o +np +713.72 166.49 m +46.84 0 l +o +np +720.00 33.48 m +0 139.35 l +o +np +733.09 33.48 m +0 139.35 l +o +np +746.19 33.48 m +0 139.35 l +o +np +759.28 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +715.85 39.81 2.13 0.00 r p3 +717.98 39.81 2.13 0.00 r p3 +720.11 39.81 2.13 0.00 r p3 +722.23 39.81 2.13 0.00 r p3 +724.36 39.81 2.13 42.23 r p3 +726.49 39.81 2.13 42.23 r p3 +728.62 39.81 2.13 0.00 r p3 +730.75 39.81 2.13 42.23 r p3 +732.88 39.81 2.13 0.00 r p3 +735.01 39.81 2.13 0.00 r p3 +737.14 39.81 2.13 0.00 r p3 +739.27 39.81 2.13 0.00 r p3 +741.40 39.81 2.13 42.23 r p3 +743.53 39.81 2.13 0.00 r p3 +745.66 39.81 2.13 84.46 r p3 +747.79 39.81 2.13 42.23 r p3 +749.92 39.81 2.13 0.00 r p3 +752.05 39.81 2.13 0.00 r p3 +754.18 39.81 2.13 0.00 r p3 +756.30 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +766.04 33.48 812.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +766.04 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +766.04 60.92 m +46.85 0 l +o +np +766.04 103.15 m +46.85 0 l +o +np +766.04 145.38 m +46.85 0 l +o +np +778.87 33.48 m +0 139.35 l +o +np +791.97 33.48 m +0 139.35 l +o +np +805.06 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +766.04 39.81 m +46.85 0 l +o +np +766.04 82.04 m +46.85 0 l +o +np +766.04 124.27 m +46.85 0 l +o +np +766.04 166.49 m +46.85 0 l +o +np +772.32 33.48 m +0 139.35 l +o +np +785.42 33.48 m +0 139.35 l +o +np +798.51 33.48 m +0 139.35 l +o +np +811.61 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +768.17 39.81 2.13 0.00 r p3 +770.30 39.81 2.13 42.23 r p3 +772.43 39.81 2.13 0.00 r p3 +774.56 39.81 2.13 0.00 r p3 +776.69 39.81 2.13 84.46 r p3 +778.82 39.81 2.13 0.00 r p3 +780.95 39.81 2.13 0.00 r p3 +783.08 39.81 2.13 0.00 r p3 +785.21 39.81 2.13 42.23 r p3 +787.34 39.81 2.13 0.00 r p3 +789.47 39.81 2.13 0.00 r p3 +791.60 39.81 2.13 0.00 r p3 +793.73 39.81 2.13 42.23 r p3 +795.85 39.81 2.13 84.46 r p3 +797.98 39.81 2.13 0.00 r p3 +800.11 39.81 2.13 42.23 r p3 +802.24 39.81 2.13 0.00 r p3 +804.37 39.81 2.13 0.00 r p3 +806.50 39.81 2.13 0.00 r p3 +808.63 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +818.37 33.48 865.22 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +818.37 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +818.37 60.92 m +46.85 0 l +o +np +818.37 103.15 m +46.85 0 l +o +np +818.37 145.38 m +46.85 0 l +o +np +831.20 33.48 m +0 139.35 l +o +np +844.29 33.48 m +0 139.35 l +o +np +857.39 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +818.37 39.81 m +46.85 0 l +o +np +818.37 82.04 m +46.85 0 l +o +np +818.37 124.27 m +46.85 0 l +o +np +818.37 166.49 m +46.85 0 l +o +np +824.65 33.48 m +0 139.35 l +o +np +837.75 33.48 m +0 139.35 l +o +np +850.84 33.48 m +0 139.35 l +o +np +863.94 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +820.50 39.81 2.13 0.00 r p3 +822.63 39.81 2.13 0.00 r p3 +824.76 39.81 2.13 0.00 r p3 +826.89 39.81 2.13 84.46 r p3 +829.02 39.81 2.13 0.00 r p3 +831.15 39.81 2.13 0.00 r p3 +833.27 39.81 2.13 84.46 r p3 +835.40 39.81 2.13 0.00 r p3 +837.53 39.81 2.13 0.00 r p3 +839.66 39.81 2.13 42.23 r p3 +841.79 39.81 2.13 0.00 r p3 +843.92 39.81 2.13 0.00 r p3 +846.05 39.81 2.13 42.23 r p3 +848.18 39.81 2.13 42.23 r p3 +850.31 39.81 2.13 42.23 r p3 +852.44 39.81 2.13 0.00 r p3 +854.57 39.81 2.13 0.00 r p3 +856.70 39.81 2.13 0.00 r p3 +858.83 39.81 2.13 0.00 r p3 +860.96 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +870.70 33.48 917.54 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +870.70 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +870.70 60.92 m +46.84 0 l +o +np +870.70 103.15 m +46.84 0 l +o +np +870.70 145.38 m +46.84 0 l +o +np +883.52 33.48 m +0 139.35 l +o +np +896.62 33.48 m +0 139.35 l +o +np +909.71 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +870.70 39.81 m +46.84 0 l +o +np +870.70 82.04 m +46.84 0 l +o +np +870.70 124.27 m +46.84 0 l +o +np +870.70 166.49 m +46.84 0 l +o +np +876.98 33.48 m +0 139.35 l +o +np +890.07 33.48 m +0 139.35 l +o +np +903.17 33.48 m +0 139.35 l +o +np +916.26 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +872.82 39.81 2.13 42.23 r p3 +874.95 39.81 2.13 0.00 r p3 +877.08 39.81 2.13 0.00 r p3 +879.21 39.81 2.13 0.00 r p3 +881.34 39.81 2.13 42.23 r p3 +883.47 39.81 2.13 84.46 r p3 +885.60 39.81 2.13 0.00 r p3 +887.73 39.81 2.13 0.00 r p3 +889.86 39.81 2.13 0.00 r p3 +891.99 39.81 2.13 42.23 r p3 +894.12 39.81 2.13 0.00 r p3 +896.25 39.81 2.13 0.00 r p3 +898.38 39.81 2.13 42.23 r p3 +900.51 39.81 2.13 0.00 r p3 +902.64 39.81 2.13 42.23 r p3 +904.77 39.81 2.13 0.00 r p3 +906.90 39.81 2.13 42.23 r p3 +909.02 39.81 2.13 0.00 r p3 +911.15 39.81 2.13 0.00 r p3 +913.28 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +923.02 33.48 969.87 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +923.02 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +923.02 60.92 m +46.85 0 l +o +np +923.02 103.15 m +46.85 0 l +o +np +923.02 145.38 m +46.85 0 l +o +np +935.85 33.48 m +0 139.35 l +o +np +948.95 33.48 m +0 139.35 l +o +np +962.04 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +923.02 39.81 m +46.85 0 l +o +np +923.02 82.04 m +46.85 0 l +o +np +923.02 124.27 m +46.85 0 l +o +np +923.02 166.49 m +46.85 0 l +o +np +929.30 33.48 m +0 139.35 l +o +np +942.40 33.48 m +0 139.35 l +o +np +955.49 33.48 m +0 139.35 l +o +np +968.59 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +925.15 39.81 2.13 0.00 r p3 +927.28 39.81 2.13 0.00 r p3 +929.41 39.81 2.13 0.00 r p3 +931.54 39.81 2.13 0.00 r p3 +933.67 39.81 2.13 42.23 r p3 +935.80 39.81 2.13 42.23 r p3 +937.93 39.81 2.13 42.23 r p3 +940.06 39.81 2.13 0.00 r p3 +942.19 39.81 2.13 0.00 r p3 +944.32 39.81 2.13 0.00 r p3 +946.44 39.81 2.13 42.23 r p3 +948.57 39.81 2.13 0.00 r p3 +950.70 39.81 2.13 84.46 r p3 +952.83 39.81 2.13 0.00 r p3 +954.96 39.81 2.13 0.00 r p3 +957.09 39.81 2.13 42.23 r p3 +959.22 39.81 2.13 0.00 r p3 +961.35 39.81 2.13 0.00 r p3 +963.48 39.81 2.13 0.00 r p3 +965.61 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +975.35 33.48 1022.19 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +975.35 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +975.35 60.92 m +46.84 0 l +o +np +975.35 103.15 m +46.84 0 l +o +np +975.35 145.38 m +46.84 0 l +o +np +988.18 33.48 m +0 139.35 l +o +np +1001.27 33.48 m +0 139.35 l +o +np +1014.37 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +975.35 39.81 m +46.84 0 l +o +np +975.35 82.04 m +46.84 0 l +o +np +975.35 124.27 m +46.84 0 l +o +np +975.35 166.49 m +46.84 0 l +o +np +981.63 33.48 m +0 139.35 l +o +np +994.72 33.48 m +0 139.35 l +o +np +1007.82 33.48 m +0 139.35 l +o +np +1020.91 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +977.48 39.81 2.13 42.23 r p3 +979.61 39.81 2.13 0.00 r p3 +981.74 39.81 2.13 0.00 r p3 +983.87 39.81 2.13 0.00 r p3 +985.99 39.81 2.13 0.00 r p3 +988.12 39.81 2.13 42.23 r p3 +990.25 39.81 2.13 84.46 r p3 +992.38 39.81 2.13 0.00 r p3 +994.51 39.81 2.13 0.00 r p3 +996.64 39.81 2.13 0.00 r p3 +998.77 39.81 2.13 0.00 r p3 +1000.90 39.81 2.13 42.23 r p3 +1003.03 39.81 2.13 0.00 r p3 +1005.16 39.81 2.13 84.46 r p3 +1007.29 39.81 2.13 42.23 r p3 +1009.42 39.81 2.13 0.00 r p3 +1011.55 39.81 2.13 0.00 r p3 +1013.68 39.81 2.13 0.00 r p3 +1015.81 39.81 2.13 0.00 r p3 +1017.94 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1027.67 33.48 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1027.67 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1027.67 60.92 m +46.85 0 l +o +np +1027.67 103.15 m +46.85 0 l +o +np +1027.67 145.38 m +46.85 0 l +o +np +1040.50 33.48 m +0 139.35 l +o +np +1053.60 33.48 m +0 139.35 l +o +np +1066.69 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +1027.67 39.81 m +46.85 0 l +o +np +1027.67 82.04 m +46.85 0 l +o +np +1027.67 124.27 m +46.85 0 l +o +np +1027.67 166.49 m +46.85 0 l +o +np +1033.95 33.48 m +0 139.35 l +o +np +1047.05 33.48 m +0 139.35 l +o +np +1060.15 33.48 m +0 139.35 l +o +np +1073.24 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1029.80 39.81 2.13 42.23 r p3 +1031.93 39.81 2.13 0.00 r p3 +1034.06 39.81 2.13 0.00 r p3 +1036.19 39.81 2.13 42.23 r p3 +1038.32 39.81 2.13 0.00 r p3 +1040.45 39.81 2.13 42.23 r p3 +1042.58 39.81 2.13 42.23 r p3 +1044.71 39.81 2.13 0.00 r p3 +1046.84 39.81 2.13 0.00 r p3 +1048.97 39.81 2.13 0.00 r p3 +1051.10 39.81 2.13 42.23 r p3 +1053.23 39.81 2.13 42.23 r p3 +1055.36 39.81 2.13 0.00 r p3 +1057.49 39.81 2.13 42.23 r p3 +1059.61 39.81 2.13 0.00 r p3 +1061.74 39.81 2.13 42.23 r p3 +1063.87 39.81 2.13 0.00 r p3 +1066.00 39.81 2.13 0.00 r p3 +1068.13 39.81 2.13 0.00 r p3 +1070.26 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 172.83 80.32 207.25 cl +33.48 190.04 80.32 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 195.41 (Batch1) .5 0 t +33.48 190.04 80.32 207.25 cl +33.48 172.83 80.32 207.25 cl +33.48 172.83 80.32 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 178.20 (Batch1_A_1) .5 0 t +33.48 172.83 80.32 190.04 cl +33.48 172.83 80.32 207.25 cl +0.00 0.00 1440.00 576.00 cl +85.80 172.83 132.65 207.25 cl +85.80 190.04 132.65 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 195.41 (Batch1) .5 0 t +85.80 190.04 132.65 207.25 cl +85.80 172.83 132.65 207.25 cl +85.80 172.83 132.65 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 178.20 (Batch1_A_2) .5 0 t +85.80 172.83 132.65 190.04 cl +85.80 172.83 132.65 207.25 cl +0.00 0.00 1440.00 576.00 cl +138.13 172.83 184.98 207.25 cl +138.13 190.04 184.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 195.41 (Batch1) .5 0 t +138.13 190.04 184.98 207.25 cl +138.13 172.83 184.98 207.25 cl +138.13 172.83 184.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 178.20 (Batch1_A_3) .5 0 t +138.13 172.83 184.98 190.04 cl +138.13 172.83 184.98 207.25 cl +0.00 0.00 1440.00 576.00 cl +190.46 172.83 237.30 207.25 cl +190.46 190.04 237.30 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 195.41 (Batch1) .5 0 t +190.46 190.04 237.30 207.25 cl +190.46 172.83 237.30 207.25 cl +190.46 172.83 237.30 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 178.20 (Batch1_A_4) .5 0 t +190.46 172.83 237.30 190.04 cl +190.46 172.83 237.30 207.25 cl +0.00 0.00 1440.00 576.00 cl +242.78 172.83 289.63 207.25 cl +242.78 190.04 289.63 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 195.41 (Batch1) .5 0 t +242.78 190.04 289.63 207.25 cl +242.78 172.83 289.63 207.25 cl +242.78 172.83 289.63 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 178.20 (Batch1_A_5) .5 0 t +242.78 172.83 289.63 190.04 cl +242.78 172.83 289.63 207.25 cl +0.00 0.00 1440.00 576.00 cl +295.11 172.83 341.95 207.25 cl +295.11 190.04 341.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 195.41 (Batch1) .5 0 t +295.11 190.04 341.95 207.25 cl +295.11 172.83 341.95 207.25 cl +295.11 172.83 341.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 178.20 (Batch1_B_10) .5 0 t +295.11 172.83 341.95 190.04 cl +295.11 172.83 341.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +347.43 172.83 394.28 207.25 cl +347.43 190.04 394.28 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 195.41 (Batch1) .5 0 t +347.43 190.04 394.28 207.25 cl +347.43 172.83 394.28 207.25 cl +347.43 172.83 394.28 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 178.20 (Batch1_B_6) .5 0 t +347.43 172.83 394.28 190.04 cl +347.43 172.83 394.28 207.25 cl +0.00 0.00 1440.00 576.00 cl +399.76 172.83 446.61 207.25 cl +399.76 190.04 446.61 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 195.41 (Batch1) .5 0 t +399.76 190.04 446.61 207.25 cl +399.76 172.83 446.61 207.25 cl +399.76 172.83 446.61 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 178.20 (Batch1_B_7) .5 0 t +399.76 172.83 446.61 190.04 cl +399.76 172.83 446.61 207.25 cl +0.00 0.00 1440.00 576.00 cl +452.09 172.83 498.93 207.25 cl +452.09 190.04 498.93 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 195.41 (Batch1) .5 0 t +452.09 190.04 498.93 207.25 cl +452.09 172.83 498.93 207.25 cl +452.09 172.83 498.93 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 178.20 (Batch1_B_8) .5 0 t +452.09 172.83 498.93 190.04 cl +452.09 172.83 498.93 207.25 cl +0.00 0.00 1440.00 576.00 cl +504.41 172.83 551.26 207.25 cl +504.41 190.04 551.26 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 195.41 (Batch1) .5 0 t +504.41 190.04 551.26 207.25 cl +504.41 172.83 551.26 207.25 cl +504.41 172.83 551.26 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 178.20 (Batch1_B_9) .5 0 t +504.41 172.83 551.26 190.04 cl +504.41 172.83 551.26 207.25 cl +0.00 0.00 1440.00 576.00 cl +556.74 172.83 603.59 207.25 cl +556.74 190.04 603.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 195.41 (Batch1) .5 0 t +556.74 190.04 603.59 207.25 cl +556.74 172.83 603.59 207.25 cl +556.74 172.83 603.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 178.20 (Batch1_C_11) .5 0 t +556.74 172.83 603.59 190.04 cl +556.74 172.83 603.59 207.25 cl +0.00 0.00 1440.00 576.00 cl +609.06 172.83 655.91 207.25 cl +609.06 190.04 655.91 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 195.41 (Batch1) .5 0 t +609.06 190.04 655.91 207.25 cl +609.06 172.83 655.91 207.25 cl +609.06 172.83 655.91 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 178.20 (Batch1_C_12) .5 0 t +609.06 172.83 655.91 190.04 cl +609.06 172.83 655.91 207.25 cl +0.00 0.00 1440.00 576.00 cl +661.39 172.83 708.24 207.25 cl +661.39 190.04 708.24 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 195.41 (Batch1) .5 0 t +661.39 190.04 708.24 207.25 cl +661.39 172.83 708.24 207.25 cl +661.39 172.83 708.24 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 178.20 (Batch1_C_13) .5 0 t +661.39 172.83 708.24 190.04 cl +661.39 172.83 708.24 207.25 cl +0.00 0.00 1440.00 576.00 cl +713.72 172.83 760.56 207.25 cl +713.72 190.04 760.56 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 195.41 (Batch1) .5 0 t +713.72 190.04 760.56 207.25 cl +713.72 172.83 760.56 207.25 cl +713.72 172.83 760.56 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 178.20 (Batch1_C_14) .5 0 t +713.72 172.83 760.56 190.04 cl +713.72 172.83 760.56 207.25 cl +0.00 0.00 1440.00 576.00 cl +766.04 172.83 812.89 207.25 cl +766.04 190.04 812.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 195.41 (Batch1) .5 0 t +766.04 190.04 812.89 207.25 cl +766.04 172.83 812.89 207.25 cl +766.04 172.83 812.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 178.20 (Batch1_C_15) .5 0 t +766.04 172.83 812.89 190.04 cl +766.04 172.83 812.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +818.37 172.83 865.22 207.25 cl +818.37 190.04 865.22 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 195.41 (Batch1) .5 0 t +818.37 190.04 865.22 207.25 cl +818.37 172.83 865.22 207.25 cl +818.37 172.83 865.22 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 178.20 (Batch1_D_16) .5 0 t +818.37 172.83 865.22 190.04 cl +818.37 172.83 865.22 207.25 cl +0.00 0.00 1440.00 576.00 cl +870.70 172.83 917.54 207.25 cl +870.70 190.04 917.54 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 195.41 (Batch1) .5 0 t +870.70 190.04 917.54 207.25 cl +870.70 172.83 917.54 207.25 cl +870.70 172.83 917.54 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 178.20 (Batch1_D_17) .5 0 t +870.70 172.83 917.54 190.04 cl +870.70 172.83 917.54 207.25 cl +0.00 0.00 1440.00 576.00 cl +923.02 172.83 969.87 207.25 cl +923.02 190.04 969.87 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 195.41 (Batch1) .5 0 t +923.02 190.04 969.87 207.25 cl +923.02 172.83 969.87 207.25 cl +923.02 172.83 969.87 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 178.20 (Batch1_D_18) .5 0 t +923.02 172.83 969.87 190.04 cl +923.02 172.83 969.87 207.25 cl +0.00 0.00 1440.00 576.00 cl +975.35 172.83 1022.19 207.25 cl +975.35 190.04 1022.19 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 195.41 (Batch1) .5 0 t +975.35 190.04 1022.19 207.25 cl +975.35 172.83 1022.19 207.25 cl +975.35 172.83 1022.19 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 178.20 (Batch1_D_19) .5 0 t +975.35 172.83 1022.19 190.04 cl +975.35 172.83 1022.19 207.25 cl +0.00 0.00 1440.00 576.00 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 195.41 (Batch1) .5 0 t +1027.67 190.04 1074.52 207.25 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 178.20 (Batch1_D_20) .5 0 t +1027.67 172.83 1074.52 190.04 cl +1027.67 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +39.76 30.74 m +0 2.74 l +o +np +52.85 30.74 m +0 2.74 l +o +np +65.95 30.74 m +0 2.74 l +o +np +79.04 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +46.22 28.55 (15) 1 90 t +59.31 28.55 (20) 1 90 t +72.41 28.55 (25) 1 90 t +85.51 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +92.08 30.74 m +0 2.74 l +o +np +105.18 30.74 m +0 2.74 l +o +np +118.27 30.74 m +0 2.74 l +o +np +131.37 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +98.55 28.55 (15) 1 90 t +111.64 28.55 (20) 1 90 t +124.74 28.55 (25) 1 90 t +137.83 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +144.41 30.74 m +0 2.74 l +o +np +157.50 30.74 m +0 2.74 l +o +np +170.60 30.74 m +0 2.74 l +o +np +183.70 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +150.87 28.55 (15) 1 90 t +163.97 28.55 (20) 1 90 t +177.06 28.55 (25) 1 90 t +190.16 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +196.74 30.74 m +0 2.74 l +o +np +209.83 30.74 m +0 2.74 l +o +np +222.93 30.74 m +0 2.74 l +o +np +236.02 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +203.20 28.55 (15) 1 90 t +216.29 28.55 (20) 1 90 t +229.39 28.55 (25) 1 90 t +242.48 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +249.06 30.74 m +0 2.74 l +o +np +262.16 30.74 m +0 2.74 l +o +np +275.25 30.74 m +0 2.74 l +o +np +288.35 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +255.52 28.55 (15) 1 90 t +268.62 28.55 (20) 1 90 t +281.71 28.55 (25) 1 90 t +294.81 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +301.39 30.74 m +0 2.74 l +o +np +314.48 30.74 m +0 2.74 l +o +np +327.58 30.74 m +0 2.74 l +o +np +340.67 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +307.85 28.55 (15) 1 90 t +320.95 28.55 (20) 1 90 t +334.04 28.55 (25) 1 90 t +347.14 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +353.71 30.74 m +0 2.74 l +o +np +366.81 30.74 m +0 2.74 l +o +np +379.91 30.74 m +0 2.74 l +o +np +393.00 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +360.18 28.55 (15) 1 90 t +373.27 28.55 (20) 1 90 t +386.37 28.55 (25) 1 90 t +399.46 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +406.04 30.74 m +0 2.74 l +o +np +419.14 30.74 m +0 2.74 l +o +np +432.23 30.74 m +0 2.74 l +o +np +445.33 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +412.50 28.55 (15) 1 90 t +425.60 28.55 (20) 1 90 t +438.69 28.55 (25) 1 90 t +451.79 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +458.37 30.74 m +0 2.74 l +o +np +471.46 30.74 m +0 2.74 l +o +np +484.56 30.74 m +0 2.74 l +o +np +497.65 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +464.83 28.55 (15) 1 90 t +477.92 28.55 (20) 1 90 t +491.02 28.55 (25) 1 90 t +504.11 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +510.69 30.74 m +0 2.74 l +o +np +523.79 30.74 m +0 2.74 l +o +np +536.88 30.74 m +0 2.74 l +o +np +549.98 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +517.15 28.55 (15) 1 90 t +530.25 28.55 (20) 1 90 t +543.35 28.55 (25) 1 90 t +556.44 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +563.02 30.74 m +0 2.74 l +o +np +576.11 30.74 m +0 2.74 l +o +np +589.21 30.74 m +0 2.74 l +o +np +602.31 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +569.48 28.55 (15) 1 90 t +582.58 28.55 (20) 1 90 t +595.67 28.55 (25) 1 90 t +608.77 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +615.35 30.74 m +0 2.74 l +o +np +628.44 30.74 m +0 2.74 l +o +np +641.54 30.74 m +0 2.74 l +o +np +654.63 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +621.81 28.55 (15) 1 90 t +634.90 28.55 (20) 1 90 t +648.00 28.55 (25) 1 90 t +661.09 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +667.67 30.74 m +0 2.74 l +o +np +680.77 30.74 m +0 2.74 l +o +np +693.86 30.74 m +0 2.74 l +o +np +706.96 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +674.13 28.55 (15) 1 90 t +687.23 28.55 (20) 1 90 t +700.32 28.55 (25) 1 90 t +713.42 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +720.00 30.74 m +0 2.74 l +o +np +733.09 30.74 m +0 2.74 l +o +np +746.19 30.74 m +0 2.74 l +o +np +759.28 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +726.46 28.55 (15) 1 90 t +739.55 28.55 (20) 1 90 t +752.65 28.55 (25) 1 90 t +765.75 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +772.32 30.74 m +0 2.74 l +o +np +785.42 30.74 m +0 2.74 l +o +np +798.51 30.74 m +0 2.74 l +o +np +811.61 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +778.79 28.55 (15) 1 90 t +791.88 28.55 (20) 1 90 t +804.98 28.55 (25) 1 90 t +818.07 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +824.65 30.74 m +0 2.74 l +o +np +837.75 30.74 m +0 2.74 l +o +np +850.84 30.74 m +0 2.74 l +o +np +863.94 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +831.11 28.55 (15) 1 90 t +844.21 28.55 (20) 1 90 t +857.30 28.55 (25) 1 90 t +870.40 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +876.98 30.74 m +0 2.74 l +o +np +890.07 30.74 m +0 2.74 l +o +np +903.17 30.74 m +0 2.74 l +o +np +916.26 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +883.44 28.55 (15) 1 90 t +896.53 28.55 (20) 1 90 t +909.63 28.55 (25) 1 90 t +922.72 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +929.30 30.74 m +0 2.74 l +o +np +942.40 30.74 m +0 2.74 l +o +np +955.49 30.74 m +0 2.74 l +o +np +968.59 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +935.76 28.55 (15) 1 90 t +948.86 28.55 (20) 1 90 t +961.95 28.55 (25) 1 90 t +975.05 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +981.63 30.74 m +0 2.74 l +o +np +994.72 30.74 m +0 2.74 l +o +np +1007.82 30.74 m +0 2.74 l +o +np +1020.91 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +988.09 28.55 (15) 1 90 t +1001.19 28.55 (20) 1 90 t +1014.28 28.55 (25) 1 90 t +1027.38 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1033.95 30.74 m +0 2.74 l +o +np +1047.05 30.74 m +0 2.74 l +o +np +1060.15 30.74 m +0 2.74 l +o +np +1073.24 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1040.42 28.55 (15) 1 90 t +1053.51 28.55 (20) 1 90 t +1066.61 28.55 (25) 1 90 t +1079.70 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 36.58 (0) 1 0 t +28.55 78.81 (1) 1 0 t +28.55 121.04 (2) 1 0 t +28.55 163.26 (3) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 39.81 m +2.74 0 l +o +np +30.74 82.04 m +2.74 0 l +o +np +30.74 124.27 m +2.74 0 l +o +np +30.74 166.49 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +539.94 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +18.38 103.15 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 215.59 (Histogr) 0 ta +-0.130 (am of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1118.48 309.56 298.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.48 346.16 m +298.83 0 l +o +np +1118.48 398.80 m +298.83 0 l +o +np +1118.48 451.44 m +298.83 0 l +o +np +1118.48 504.08 m +298.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1118.48 319.83 m +298.83 0 l +o +np +1118.48 372.48 m +298.83 0 l +o +np +1118.48 425.12 m +298.83 0 l +o +np +1118.48 477.76 m +298.83 0 l +o +np +1118.48 530.40 m +298.83 0 l +o +np +1127.36 309.56 m +0 226.08 l +o +np +1142.15 309.56 m +0 226.08 l +o +np +1156.94 309.56 m +0 226.08 l +o +np +1171.74 309.56 m +0 226.08 l +o +np +1186.53 309.56 m +0 226.08 l +o +np +1201.32 309.56 m +0 226.08 l +o +np +1216.12 309.56 m +0 226.08 l +o +np +1230.91 309.56 m +0 226.08 l +o +np +1245.71 309.56 m +0 226.08 l +o +np +1260.50 309.56 m +0 226.08 l +o +np +1275.29 309.56 m +0 226.08 l +o +np +1290.09 309.56 m +0 226.08 l +o +np +1304.88 309.56 m +0 226.08 l +o +np +1319.67 309.56 m +0 226.08 l +o +np +1334.47 309.56 m +0 226.08 l +o +np +1349.26 309.56 m +0 226.08 l +o +np +1364.05 309.56 m +0 226.08 l +o +np +1378.85 309.56 m +0 226.08 l +o +np +1393.64 309.56 m +0 226.08 l +o +np +1408.44 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1135.49 319.83 13.31 171.18 r p3 +1150.29 319.83 13.31 179.84 r p3 +1165.08 319.83 13.31 186.56 r p3 +1179.87 319.83 13.31 182.49 r p3 +0.4863 0.6824 0 srgb +1194.67 319.83 13.31 205.53 r p3 +1209.46 319.83 13.31 190.30 r p3 +1224.25 319.83 13.31 198.12 r p3 +1239.05 319.83 13.31 195.73 r p3 +1253.84 319.83 13.31 196.83 r p3 +0 0.7490 0.7686 srgb +1268.64 319.83 13.31 174.33 r p3 +1283.43 319.83 13.31 196.85 r p3 +1298.22 319.83 13.31 194.65 r p3 +1313.02 319.83 13.31 196.18 r p3 +1327.81 319.83 13.31 199.34 r p3 +0.7804 0.4863 1 srgb +1342.60 319.83 13.31 197.85 r p3 +1357.40 319.83 13.31 187.54 r p3 +1372.19 319.83 13.31 190.20 r p3 +1386.98 319.83 13.31 196.90 r p3 +1401.78 319.83 13.31 195.27 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1118.48 78.00 298.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.48 112.78 m +298.83 0 l +o +np +1118.48 161.78 m +298.83 0 l +o +np +1118.48 210.79 m +298.83 0 l +o +np +1118.48 259.79 m +298.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1118.48 88.28 m +298.83 0 l +o +np +1118.48 137.28 m +298.83 0 l +o +np +1118.48 186.28 m +298.83 0 l +o +np +1118.48 235.29 m +298.83 0 l +o +np +1118.48 284.29 m +298.83 0 l +o +np +1127.36 78.00 m +0 226.08 l +o +np +1142.15 78.00 m +0 226.08 l +o +np +1156.94 78.00 m +0 226.08 l +o +np +1171.74 78.00 m +0 226.08 l +o +np +1186.53 78.00 m +0 226.08 l +o +np +1201.32 78.00 m +0 226.08 l +o +np +1216.12 78.00 m +0 226.08 l +o +np +1230.91 78.00 m +0 226.08 l +o +np +1245.71 78.00 m +0 226.08 l +o +np +1260.50 78.00 m +0 226.08 l +o +np +1275.29 78.00 m +0 226.08 l +o +np +1290.09 78.00 m +0 226.08 l +o +np +1304.88 78.00 m +0 226.08 l +o +np +1319.67 78.00 m +0 226.08 l +o +np +1334.47 78.00 m +0 226.08 l +o +np +1349.26 78.00 m +0 226.08 l +o +np +1364.05 78.00 m +0 226.08 l +o +np +1378.85 78.00 m +0 226.08 l +o +np +1393.64 78.00 m +0 226.08 l +o +np +1408.44 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +1194.67 88.28 13.31 205.53 r p3 +1224.25 88.28 13.31 202.46 r p3 +1239.05 88.28 13.31 201.35 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 535.64 1417.31 552.85 cl +1118.48 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1118.48 535.64 298.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.90 541.01 (Batch1) .5 0 t +1118.48 535.64 1417.31 552.85 cl +1118.48 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1127.36 75.26 m +0 2.74 l +o +np +1142.15 75.26 m +0 2.74 l +o +np +1156.94 75.26 m +0 2.74 l +o +np +1171.74 75.26 m +0 2.74 l +o +np +1186.53 75.26 m +0 2.74 l +o +np +1201.32 75.26 m +0 2.74 l +o +np +1216.12 75.26 m +0 2.74 l +o +np +1230.91 75.26 m +0 2.74 l +o +np +1245.71 75.26 m +0 2.74 l +o +np +1260.50 75.26 m +0 2.74 l +o +np +1275.29 75.26 m +0 2.74 l +o +np +1290.09 75.26 m +0 2.74 l +o +np +1304.88 75.26 m +0 2.74 l +o +np +1319.67 75.26 m +0 2.74 l +o +np +1334.47 75.26 m +0 2.74 l +o +np +1349.26 75.26 m +0 2.74 l +o +np +1364.05 75.26 m +0 2.74 l +o +np +1378.85 75.26 m +0 2.74 l +o +np +1393.64 75.26 m +0 2.74 l +o +np +1408.44 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1133.82 73.07 (Batch1_A_1) 1 90 t +1148.61 73.07 (Batch1_A_2) 1 90 t +1163.41 73.07 (Batch1_A_3) 1 90 t +1178.20 73.07 (Batch1_A_4) 1 90 t +1192.99 73.07 (Batch1_A_5) 1 90 t +1207.79 73.07 (Batch1_B_10) 1 90 t +1222.58 73.07 (Batch1_B_6) 1 90 t +1237.37 73.07 (Batch1_B_7) 1 90 t +1252.17 73.07 (Batch1_B_8) 1 90 t +1266.96 73.07 (Batch1_B_9) 1 90 t +1281.75 73.07 (Batch1_C_11) 1 90 t +1296.55 73.07 (Batch1_C_12) 1 90 t +1311.34 73.07 (Batch1_C_13) 1 90 t +1326.14 73.07 (Batch1_C_14) 1 90 t +1340.93 73.07 (Batch1_C_15) 1 90 t +1355.72 73.07 (Batch1_D_16) 1 90 t +1370.52 73.07 (Batch1_D_17) 1 90 t +1385.31 73.07 (Batch1_D_18) 1 90 t +1400.10 73.07 (Batch1_D_19) 1 90 t +1414.90 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1113.55 316.60 (0) 1 0 t +1113.55 369.25 (5) 1 0 t +1113.55 421.89 (10) 1 0 t +1113.55 474.53 (15) 1 0 t +1113.55 527.17 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1115.74 319.83 m +2.74 0 l +o +np +1115.74 372.48 m +2.74 0 l +o +np +1115.74 425.12 m +2.74 0 l +o +np +1115.74 477.76 m +2.74 0 l +o +np +1115.74 530.40 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1113.55 85.05 (0) 1 0 t +1113.55 134.05 (50) 1 0 t +1113.55 183.05 (100) 1 0 t +1113.55 232.06 (150) 1 0 t +1113.55 281.06 (200) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1115.74 88.28 m +2.74 0 l +o +np +1115.74 137.28 m +2.74 0 l +o +np +1115.74 186.28 m +2.74 0 l +o +np +1115.74 235.29 m +2.74 0 l +o +np +1115.74 284.29 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1267.90 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1118.48 561.19 (Statistics of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..0c9ca616fc7a99f0e3f81180834e2a29e8296fdf Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..791fee65d396d10a860305e116fd1137932b7300 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_heatmap.ps @@ -0,0 +1,1279 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +154.14 552.67 (Heatmap of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.390 (w Data \(Selected Features Onl) tb +-0.390 (y\)) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1138.43 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +940.08 493.00 m +0 7.92 l +56.67 0 l +0 -7.92 l +o +np +1053.42 493.00 m +0 8.72 l +56.67 0 l +0 -8.72 l +o +np +430.03 493.00 m +0 9.06 l +56.68 0 l +0 -9.06 l +o +np +373.36 493.00 m +0 10.05 l +85.01 0 l +0 -0.99 l +o +np +203.35 493.00 m +0 10.08 l +56.67 0 l +0 -10.08 l +o +np +826.73 493.00 m +0 11.19 l +56.68 0 l +0 -11.19 l +o +np +713.39 493.00 m +0 11.90 l +56.67 0 l +0 -11.90 l +o +np +656.72 493.00 m +0 13.95 l +85.01 0 l +0 -2.05 l +o +np +146.68 493.00 m +0 14.77 l +85.01 0 l +0 -4.69 l +o +np +968.41 500.92 m +0 8.45 l +113.34 0 l +0 -7.65 l +o +np +316.69 493.00 m +0 17.12 l +99.18 0 l +0 -7.07 l +o +np +90.01 493.00 m +0 18.39 l +99.17 0 l +0 -3.62 l +o +np +600.05 493.00 m +0 21.61 l +99.17 0 l +0 -7.66 l +o +np +543.38 493.00 m +0 22.76 l +106.26 0 l +0 -1.15 l +o +np +33.34 493.00 m +0 23.43 l +106.25 0 l +0 -5.04 l +o +np +855.07 504.19 m +0 14.54 l +170.01 0 l +0 -9.36 l +o +np +596.51 515.76 m +0 11.22 l +343.57 0 l +0 -8.25 l +o +np +366.28 510.12 m +0 18.23 l +402.01 0 l +0 -1.37 l +o +np +86.46 516.43 m +0 28.95 l +480.83 0 l +0 -17.03 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0.9020 0.9020 1 srgb } def +5.00 415.42 56.67 31.58 r p2 +/bg { 0.2510 0.2510 1 srgb } def +5.00 383.83 56.67 31.58 r p2 +/bg { 0.4549 0.4549 1 srgb } def +5.00 352.25 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +5.00 320.67 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +5.00 289.09 56.67 31.58 r p2 +/bg { 1 0.3804 0.3804 srgb } def +5.00 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +5.00 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 194.34 56.67 31.58 r p2 +/bg { 1 0.5490 0.5490 srgb } def +5.00 162.76 56.67 31.58 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 131.18 56.67 31.58 r p2 +/bg { 0.6275 0.6275 1 srgb } def +61.67 415.42 56.67 31.58 r p2 +/bg { 0.9255 0.9255 1 srgb } def +61.67 383.83 56.67 31.58 r p2 +/bg { 0.6275 0.6275 1 srgb } def +61.67 352.25 56.67 31.58 r p2 +/bg { 0.2824 0.2824 1 srgb } def +61.67 320.67 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +61.67 289.09 56.67 31.58 r p2 +/bg { 0.5020 0.5020 1 srgb } def +61.67 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +61.67 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +61.67 194.34 56.67 31.58 r p2 +/bg { 1 0.5765 0.5765 srgb } def +61.67 162.76 56.67 31.58 r p2 +61.67 131.18 56.67 31.58 r p2 +/bg { 0.4000 0.4000 1 srgb } def +118.34 415.42 56.67 31.58 r p2 +/bg { 0.2510 0.2510 1 srgb } def +118.34 383.83 56.67 31.58 r p2 +/bg { 0.6118 0.6118 1 srgb } def +118.34 352.25 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +118.34 320.67 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +118.34 289.09 56.67 31.58 r p2 +/bg { 0.4549 0.4549 1 srgb } def +118.34 257.51 56.67 31.58 r p2 +/bg { 1 0.8235 0.8235 srgb } def +118.34 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +118.34 194.34 56.67 31.58 r p2 +/bg { 1 0.5765 0.5765 srgb } def +118.34 162.76 56.67 31.58 r p2 +/bg { 1 0.5725 0.5725 srgb } def +118.34 131.18 56.67 31.58 r p2 +/bg { 0.4706 0.4706 1 srgb } def +175.01 415.42 56.67 31.58 r p2 +/bg { 0.2510 0.2510 1 srgb } def +175.01 383.83 56.67 31.58 r p2 +/bg { 0 0 1 srgb } def +175.01 352.25 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +175.01 320.67 56.67 31.58 r p2 +175.01 289.09 56.67 31.58 r p2 +/bg { 0.5333 0.5333 1 srgb } def +175.01 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +175.01 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +175.01 194.34 56.67 31.58 r p2 +/bg { 1 0.6353 0.6353 srgb } def +175.01 162.76 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +175.01 131.18 56.67 31.58 r p2 +/bg { 0.4000 0.4000 1 srgb } def +231.69 415.42 56.67 31.58 r p2 +/bg { 0.2510 0.2510 1 srgb } def +231.69 383.83 56.67 31.58 r p2 +/bg { 0 0 1 srgb } def +231.69 352.25 56.67 31.58 r p2 +/bg { 0.3137 0.3137 1 srgb } def +231.69 320.67 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +231.69 289.09 56.67 31.58 r p2 +/bg { 0.5882 0.5882 1 srgb } def +231.69 257.51 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +231.69 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +231.69 194.34 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +231.69 162.76 56.67 31.58 r p2 +/bg { 1 0.5765 0.5765 srgb } def +231.69 131.18 56.67 31.58 r p2 +/bg { 1 0.6745 0.6745 srgb } def +288.36 415.42 56.67 31.58 r p2 +/bg { 1 0.6118 0.6118 srgb } def +288.36 383.83 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +288.36 352.25 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +288.36 320.67 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +288.36 289.09 56.67 31.58 r p2 +/bg { 1 0.1725 0.1725 srgb } def +288.36 257.51 56.67 31.58 r p2 +/bg { 1 0.6980 0.6980 srgb } def +288.36 225.93 56.67 31.58 r p2 +/bg { 1 0.2627 0.2627 srgb } def +288.36 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +288.36 162.76 56.67 31.58 r p2 +/bg { 1 0.6745 0.6745 srgb } def +288.36 131.18 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +345.03 415.42 56.67 31.58 r p2 +/bg { 1 0.6824 0.6824 srgb } def +345.03 383.83 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +345.03 352.25 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +345.03 320.67 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +345.03 289.09 56.67 31.58 r p2 +/bg { 1 0.4235 0.4235 srgb } def +345.03 257.51 56.67 31.58 r p2 +/bg { 1 0.2000 0.2000 srgb } def +345.03 225.93 56.67 31.58 r p2 +/bg { 1 0.2275 0.2275 srgb } def +345.03 194.34 56.67 31.58 r p2 +/bg { 1 0.8706 0.8706 srgb } def +345.03 162.76 56.67 31.58 r p2 +/bg { 1 0.7451 0.7451 srgb } def +345.03 131.18 56.67 31.58 r p2 +/bg { 1 0.2902 0.2902 srgb } def +401.70 415.42 56.67 31.58 r p2 +/bg { 1 0.4941 0.4941 srgb } def +401.70 383.83 56.67 31.58 r p2 +/bg { 1 0.6902 0.6902 srgb } def +401.70 352.25 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +401.70 320.67 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +401.70 289.09 56.67 31.58 r p2 +/bg { 1 0.2431 0.2431 srgb } def +401.70 257.51 56.67 31.58 r p2 +/bg { 1 0.4627 0.4627 srgb } def +401.70 225.93 56.67 31.58 r p2 +/bg { 1 0.3176 0.3176 srgb } def +401.70 194.34 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +401.70 162.76 56.67 31.58 r p2 +/bg { 1 0.8706 0.8706 srgb } def +401.70 131.18 56.67 31.58 r p2 +/bg { 1 0.4314 0.4314 srgb } def +458.37 415.42 56.67 31.58 r p2 +/bg { 1 0.5725 0.5725 srgb } def +458.37 383.83 56.67 31.58 r p2 +/bg { 1 0.6980 0.6980 srgb } def +458.37 352.25 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +458.37 320.67 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +458.37 289.09 56.67 31.58 r p2 +/bg { 1 0.7216 0.7216 srgb } def +458.37 257.51 56.67 31.58 r p2 +/bg { 1 0.5333 0.5333 srgb } def +458.37 225.93 56.67 31.58 r p2 +/bg { 1 0.2549 0.2549 srgb } def +458.37 194.34 56.67 31.58 r p2 +/bg { 1 0.8784 0.8784 srgb } def +458.37 162.76 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +458.37 131.18 56.67 31.58 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.04 415.42 56.67 31.58 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.04 383.83 56.67 31.58 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.04 352.25 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.04 320.67 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +515.04 289.09 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.04 257.51 56.67 31.58 r p2 +/bg { 1 0.4431 0.4431 srgb } def +515.04 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +515.04 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +515.04 162.76 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +515.04 131.18 56.67 31.58 r p2 +/bg { 0.8000 0.8000 1 srgb } def +571.71 415.42 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +571.71 383.83 56.67 31.58 r p2 +/bg { 1 0.8549 0.8549 srgb } def +571.71 352.25 56.67 31.58 r p2 +/bg { 1 0.6824 0.6824 srgb } def +571.71 320.67 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +571.71 289.09 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +571.71 257.51 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +571.71 225.93 56.67 31.58 r p2 +/bg { 1 0.2902 0.2902 srgb } def +571.71 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +571.71 162.76 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +571.71 131.18 56.67 31.58 r p2 +/bg { 0.6510 0.6510 1 srgb } def +628.38 415.42 56.67 31.58 r p2 +/bg { 1 0.6824 0.6824 srgb } def +628.38 383.83 56.67 31.58 r p2 +/bg { 1 0.8706 0.8706 srgb } def +628.38 352.25 56.67 31.58 r p2 +/bg { 1 0.8235 0.8235 srgb } def +628.38 320.67 56.67 31.58 r p2 +/bg { 1 0.7922 0.7922 srgb } def +628.38 289.09 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +628.38 257.51 56.67 31.58 r p2 +/bg { 0.9725 0.9725 1 srgb } def +628.38 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +628.38 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +628.38 162.76 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +628.38 131.18 56.67 31.58 r p2 +/bg { 0.7373 0.7373 1 srgb } def +685.06 415.42 56.67 31.58 r p2 +/bg { 1 0.7451 0.7451 srgb } def +685.06 383.83 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +685.06 352.25 56.67 31.58 r p2 +/bg { 1 0.8392 0.8392 srgb } def +685.06 320.67 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +685.06 289.09 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +685.06 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +685.06 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +685.06 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +685.06 162.76 56.67 31.58 r p2 +/bg { 1 0.8902 0.8902 srgb } def +685.06 131.18 56.67 31.58 r p2 +/bg { 0.8863 0.8863 1 srgb } def +741.73 415.42 56.67 31.58 r p2 +/bg { 0.9882 0.9882 1 srgb } def +741.73 383.83 56.67 31.58 r p2 +/bg { 1 0.6667 0.6667 srgb } def +741.73 352.25 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +741.73 320.67 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +741.73 289.09 56.67 31.58 r p2 +/bg { 0.9255 0.9255 1 srgb } def +741.73 257.51 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +741.73 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +741.73 194.34 56.67 31.58 r p2 +/bg { 0.3765 0.3765 1 srgb } def +741.73 162.76 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +741.73 131.18 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +798.40 415.42 56.67 31.58 r p2 +/bg { 0.7373 0.7373 1 srgb } def +798.40 383.83 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +798.40 352.25 56.67 31.58 r p2 +/bg { 1 0.8784 0.8784 srgb } def +798.40 320.67 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +798.40 289.09 56.67 31.58 r p2 +/bg { 0.6588 0.6588 1 srgb } def +798.40 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +798.40 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +798.40 194.34 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +798.40 162.76 56.67 31.58 r p2 +/bg { 0.9882 0.9882 1 srgb } def +798.40 131.18 56.67 31.58 r p2 +/bg { 0.6392 0.6392 1 srgb } def +855.07 415.42 56.67 31.58 r p2 +/bg { 1 0.9176 0.9176 srgb } def +855.07 383.83 56.67 31.58 r p2 +/bg { 0.9647 0.9647 1 srgb } def +855.07 352.25 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +855.07 320.67 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +855.07 289.09 56.67 31.58 r p2 +/bg { 0.9412 0.9412 1 srgb } def +855.07 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +855.07 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +855.07 194.34 56.67 31.58 r p2 +/bg { 1 0.8784 0.8784 srgb } def +855.07 162.76 56.67 31.58 r p2 +/bg { 1 0.7451 0.7451 srgb } def +855.07 131.18 56.67 31.58 r p2 +/bg { 1 0.6980 0.6980 srgb } def +911.74 415.42 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +911.74 383.83 56.67 31.58 r p2 +/bg { 1 0.8471 0.8471 srgb } def +911.74 352.25 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +911.74 320.67 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +911.74 289.09 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +911.74 257.51 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +911.74 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +911.74 194.34 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +911.74 162.76 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +911.74 131.18 56.67 31.58 r p2 +/bg { 1 0.9725 0.9725 srgb } def +968.41 415.42 56.67 31.58 r p2 +/bg { 1 0.6980 0.6980 srgb } def +968.41 383.83 56.67 31.58 r p2 +/bg { 1 0.5961 0.5961 srgb } def +968.41 352.25 56.67 31.58 r p2 +/bg { 1 0.6118 0.6118 srgb } def +968.41 320.67 56.67 31.58 r p2 +/bg { 1 0.7608 0.7608 srgb } def +968.41 289.09 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +968.41 257.51 56.67 31.58 r p2 +/bg { 1 0.9804 0.9804 srgb } def +968.41 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +968.41 194.34 56.67 31.58 r p2 +/bg { 1 0.8784 0.8784 srgb } def +968.41 162.76 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +968.41 131.18 56.67 31.58 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1025.08 415.42 56.67 31.58 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1025.08 383.83 56.67 31.58 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1025.08 352.25 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1025.08 320.67 56.67 31.58 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.08 289.09 56.67 31.58 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.08 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1025.08 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.08 194.34 56.67 31.58 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1025.08 162.76 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1025.08 131.18 56.67 31.58 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1081.75 415.42 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1081.75 383.83 56.67 31.58 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1081.75 352.25 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1081.75 320.67 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1081.75 289.09 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1081.75 257.51 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1081.75 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1081.75 194.34 56.67 31.58 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1081.75 162.76 56.67 31.58 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1081.75 131.18 56.67 31.58 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +26.16 128.18 (Batch1_A_2) 0 270.00 t +82.83 128.18 (Batch1_A_4) 0 270.00 t +139.50 128.18 (Batch1_A_5) 0 270.00 t +196.17 128.18 (Batch1_A_1) 0 270.00 t +252.84 128.18 (Batch1_A_3) 0 270.00 t +309.51 128.18 (Batch1_B_9) 0 270.00 t +366.18 128.18 (Batch1_B_7) 0 270.00 t +422.85 128.18 (Batch1_B_10) 0 270.00 t +479.53 128.18 (Batch1_B_8) 0 270.00 t +536.20 128.18 (Batch1_C_11) 0 270.00 t +592.87 128.18 (Batch1_B_6) 0 270.00 t +649.54 128.18 (Batch1_D_17) 0 270.00 t +706.21 128.18 (Batch1_D_18) 0 270.00 t +762.88 128.18 (Batch1_D_20) 0 270.00 t +819.55 128.18 (Batch1_C_13) 0 270.00 t +876.23 128.18 (Batch1_D_16) 0 270.00 t +932.90 128.18 (Batch1_C_15) 0 270.00 t +989.57 128.18 (Batch1_D_19) 0 270.00 t +1046.24 128.18 (Batch1_C_12) 0 270.00 t +1102.91 128.18 (Batch1_C_14) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +1141.43 424.03 (HMDB0002117) 0 0 t +1141.43 392.45 (HMDB0028942) 0 0 t +1141.43 360.86 (HMDB0001185) 0 0 t +1141.43 329.28 (HMDB0001406) 0 0 t +1141.43 297.70 (HMDB0028933) 0 0 t +1141.43 266.12 (HMDB0013286) 0 0 t +1141.43 234.54 (HMDB0000126) 0 0 t +1141.43 202.95 (HMDB0000855) 0 0 t +1141.43 171.37 (HMDB0000791) 0 0 t +1141.43 139.79 (HMDB0013207) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 56.67 20.00 r p2 +61.67 450.00 56.67 20.00 r p2 +118.34 450.00 56.67 20.00 r p2 +175.01 450.00 56.67 20.00 r p2 +231.69 450.00 56.67 20.00 r p2 +288.36 450.00 56.67 20.00 r p2 +345.03 450.00 56.67 20.00 r p2 +401.70 450.00 56.67 20.00 r p2 +458.37 450.00 56.67 20.00 r p2 +515.04 450.00 56.67 20.00 r p2 +571.71 450.00 56.67 20.00 r p2 +628.38 450.00 56.67 20.00 r p2 +685.06 450.00 56.67 20.00 r p2 +741.73 450.00 56.67 20.00 r p2 +798.40 450.00 56.67 20.00 r p2 +855.07 450.00 56.67 20.00 r p2 +911.74 450.00 56.67 20.00 r p2 +968.41 450.00 56.67 20.00 r p2 +1025.08 450.00 56.67 20.00 r p2 +1081.75 450.00 56.67 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +5.00 472.00 56.67 20.00 r p2 +61.67 472.00 56.67 20.00 r p2 +118.34 472.00 56.67 20.00 r p2 +175.01 472.00 56.67 20.00 r p2 +231.69 472.00 56.67 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +288.36 472.00 56.67 20.00 r p2 +345.03 472.00 56.67 20.00 r p2 +401.70 472.00 56.67 20.00 r p2 +458.37 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +515.04 472.00 56.67 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +571.71 472.00 56.67 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +628.38 472.00 56.67 20.00 r p2 +685.06 472.00 56.67 20.00 r p2 +741.73 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +798.40 472.00 56.67 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +855.07 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +911.74 472.00 56.67 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +968.41 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +1025.08 472.00 56.67 20.00 r p2 +1081.75 472.00 56.67 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1141.43 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1141.43 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 478.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 442.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 414.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 385.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 356.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 449.92 (A) 0 0 t +1377.10 421.20 (B) 0 0 t +1377.10 392.48 (C) 0 0 t +1377.10 363.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 320.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 284.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 291.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 343.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 343.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 344.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 344.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 345.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 345.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 346.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 347.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 347.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 348.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 348.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 349.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 350.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 350.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 351.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 351.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 352.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 352.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 353.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 354.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 354.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 355.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 355.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 356.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 357.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 357.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 358.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 358.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 359.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 359.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 360.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 361.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 361.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 362.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 362.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 363.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 364.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 364.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 365.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 365.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 366.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 367.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 367.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 368.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 368.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 369.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 369.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 370.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 371.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 371.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 372.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 372.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 373.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 374.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 374.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 375.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 375.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 376.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 376.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 377.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 378.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 378.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 379.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 379.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 380.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 381.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 381.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 382.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 382.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 383.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 384.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 384.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 385.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 385.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 386.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 386.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 387.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 388.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 388.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 389.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 389.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 390.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 391.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 391.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 392.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 392.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 393.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 393.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 394.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 395.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 395.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 396.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 396.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 397.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 398.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 398.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 399.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 399.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 400.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 401.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 401.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 402.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 402.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 403.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 403.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 404.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 405.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 405.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 406.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 406.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 407.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 408.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 408.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 409.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 409.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 410.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 410.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 411.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 412.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 412.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 413.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 413.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 414.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 415.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 415.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 416.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 416.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 417.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 418.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 418.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 419.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 419.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 420.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 420.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 421.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 422.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 422.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 423.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 423.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 424.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 425.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 425.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 426.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 426.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 427.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 427.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 428.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 429.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 429.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 430.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 430.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 431.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 432.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 432.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 433.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 433.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 434.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 434.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 435.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 436.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 436.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 437.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 437.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 438.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 439.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 439.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 440.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 440.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 441.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 442.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 442.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 443.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 443.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 444.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 444.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 445.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 446.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 446.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 447.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 447.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 448.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 449.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 449.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 450.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 450.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 451.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 451.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 452.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 453.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 453.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 454.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 454.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 455.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 456.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 456.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 457.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 457.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 458.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 459.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 459.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 460.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 460.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 461.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 461.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 462.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 463.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 463.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 464.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 464.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 465.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 466.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 466.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 467.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 467.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 468.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 468.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 469.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 470.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 470.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 471.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 471.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 472.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 473.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 473.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 474.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 474.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 475.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 476.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 476.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 477.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 477.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 478.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 478.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 479.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 480.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 480.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 481.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 481.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 482.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 483.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 483.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 484.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 484.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 485.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 485.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 486.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 487.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 487.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 488.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 488.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 489.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 490.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 490.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 491.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 491.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 492.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 346.28 (-2) 0 0 t +1299.15 378.55 (-1) 0 0 t +1299.15 410.82 (0) 0 0 t +1299.15 443.09 (1) 0 0 t +1299.15 475.36 (2) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..ebaf9dce45d7a1ce927ec7553c812952ee8a1c39 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..30ac3ec409c9a31e9d8ba86c8172d8151e26b7f3 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_features_pca_cor.ps @@ -0,0 +1,3143 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +33.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +33.73 31.91 848.10 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.73 90.44 m +848.10 0 l +o +np +33.73 226.71 m +848.10 0 l +o +np +33.73 362.99 m +848.10 0 l +o +np +33.73 499.26 m +848.10 0 l +o +np +137.31 31.91 m +0 520.94 l +o +np +293.49 31.91 m +0 520.94 l +o +np +449.67 31.91 m +0 520.94 l +o +np +605.85 31.91 m +0 520.94 l +o +np +762.02 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +33.73 158.58 m +848.10 0 l +o +np +33.73 294.85 m +848.10 0 l +o +np +33.73 431.13 m +848.10 0 l +o +np +59.23 31.91 m +0 520.94 l +o +np +215.40 31.91 m +0 520.94 l +o +np +371.58 31.91 m +0 520.94 l +o +np +527.76 31.91 m +0 520.94 l +o +np +683.94 31.91 m +0 520.94 l +o +np +840.11 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +190.52 309.24 1.95 c p2 +298.62 351.35 1.95 c p2 +209.42 362.65 1.95 c p2 +286.41 302.06 1.95 c p2 +250.30 343.94 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +743.35 411.09 1.95 c p2 +646.24 372.08 1.95 c p2 +702.52 445.91 1.95 c p2 +712.34 380.01 1.95 c p2 +726.04 433.97 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +613.60 226.14 1.95 c p2 +585.66 144.49 1.95 c p2 +491.51 207.46 1.95 c p2 +640.15 154.39 1.95 c p2 +620.96 195.64 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +491.33 255.93 1.95 c p2 +594.33 304.72 1.95 c p2 +571.03 224.76 1.95 c p2 +628.66 179.15 1.95 c p2 +552.18 292.03 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +422.16 333.69 m +-1.33 12.23 l +-3.96 12.05 l +-6.53 11.69 l +-9.02 11.14 l +-11.35 10.43 l +-13.51 9.56 l +-15.48 8.54 l +-17.20 7.41 l +-18.67 6.14 l +-19.86 4.80 l +-20.74 3.37 l +-21.30 1.90 l +-21.55 0.40 l +-21.47 -1.12 l +-21.06 -2.60 l +-20.33 -4.05 l +-19.30 -5.45 l +-17.97 -6.75 l +-16.37 -7.96 l +-14.53 -9.04 l +-12.46 -10.00 l +-10.20 -10.78 l +-7.78 -11.42 l +-5.26 -11.88 l +-2.65 -12.16 l +0 -12.26 l +2.65 -12.17 l +5.26 -11.89 l +7.78 -11.43 l +10.20 -10.81 l +12.46 -10.01 l +14.53 -9.07 l +16.37 -7.99 l +17.97 -6.79 l +19.30 -5.48 l +20.33 -4.09 l +21.06 -2.64 l +21.47 -1.15 l +21.55 0.36 l +21.30 1.86 l +20.74 3.33 l +19.86 4.76 l +18.67 6.11 l +17.20 7.37 l +15.48 8.52 l +13.51 9.54 l +11.35 10.40 l +9.02 11.13 l +6.53 11.67 l +3.96 12.05 l +1.33 12.23 l +o +0.4863 0.6824 0 srgb +np +843.28 471.20 m +-1.04 12.20 l +-3.11 11.07 l +-5.12 9.76 l +-7.06 8.32 l +-8.89 6.74 l +-10.59 5.06 l +-12.12 3.31 l +-13.48 1.51 l +-14.63 -0.32 l +-15.55 -2.15 l +-16.25 -3.94 l +-16.69 -5.66 l +-16.88 -7.31 l +-16.82 -8.85 l +-16.50 -10.24 l +-15.93 -11.49 l +-15.11 -12.56 l +-14.08 -13.44 l +-12.83 -14.11 l +-11.38 -14.58 l +-9.76 -14.82 l +-7.99 -14.83 l +-6.10 -14.63 l +-4.12 -14.19 l +-2.07 -13.55 l +0 -12.70 l +2.07 -11.66 l +4.12 -10.44 l +6.10 -9.06 l +7.99 -7.54 l +9.76 -5.91 l +11.38 -4.20 l +12.83 -2.41 l +14.08 -0.59 l +15.11 1.24 l +15.93 3.04 l +16.50 4.81 l +16.82 6.50 l +16.88 8.10 l +16.69 9.56 l +16.25 10.89 l +15.55 12.04 l +14.63 13.03 l +13.48 13.80 l +12.12 14.37 l +10.59 14.73 l +8.89 14.85 l +7.06 14.76 l +5.12 14.44 l +3.11 13.90 l +1.04 13.15 l +o +0 0.7490 0.7686 srgb +np +808.86 149.52 m +-1.65 15.65 l +-4.95 15.96 l +-8.15 16.03 l +-11.25 15.86 l +-14.16 15.44 l +-16.86 14.79 l +-19.31 13.92 l +-21.47 12.83 l +-23.30 11.56 l +-24.77 10.10 l +-25.87 8.49 l +-26.58 6.76 l +-26.89 4.92 l +-26.79 3.00 l +-26.27 1.05 l +-25.38 -0.93 l +-24.08 -2.89 l +-22.42 -4.80 l +-20.43 -6.65 l +-18.12 -8.40 l +-15.54 -10.00 l +-12.73 -11.48 l +-9.72 -12.76 l +-6.56 -13.86 l +-3.30 -14.74 l +0 -15.41 l +3.30 -15.84 l +6.56 -16.03 l +9.72 -15.97 l +12.73 -15.68 l +15.54 -15.14 l +18.12 -14.39 l +20.43 -13.40 l +22.42 -12.21 l +24.08 -10.85 l +25.38 -9.32 l +26.27 -7.63 l +26.79 -5.85 l +26.89 -3.97 l +26.58 -2.03 l +25.87 -0.06 l +24.77 1.91 l +23.30 3.86 l +21.47 5.73 l +19.31 7.54 l +16.86 9.22 l +14.16 10.76 l +11.25 12.14 l +8.15 13.33 l +4.95 14.33 l +1.65 15.11 l +o +0.7804 0.4863 1 srgb +np +758.52 177.71 m +-1.45 22.14 l +-4.32 22.92 l +-7.13 23.36 l +-9.83 23.43 l +-12.38 23.16 l +-14.74 22.53 l +-16.89 21.56 l +-18.76 20.26 l +-20.37 18.66 l +-21.66 16.77 l +-22.62 14.64 l +-23.24 12.27 l +-23.51 9.73 l +-23.41 7.02 l +-22.98 4.23 l +-22.18 1.36 l +-21.05 -1.52 l +-19.61 -4.39 l +-17.86 -7.19 l +-15.84 -9.88 l +-13.59 -12.41 l +-11.13 -14.76 l +-8.49 -16.89 l +-5.74 -18.77 l +-2.89 -20.34 l +0 -21.63 l +2.89 -22.57 l +5.74 -23.18 l +8.49 -23.44 l +11.13 -23.34 l +13.59 -22.89 l +15.84 -22.08 l +17.86 -20.96 l +19.61 -19.49 l +21.05 -17.76 l +22.18 -15.73 l +22.98 -13.48 l +23.41 -11.02 l +23.51 -8.39 l +23.24 -5.64 l +22.62 -2.80 l +21.66 0.08 l +20.37 2.97 l +18.76 5.80 l +16.89 8.54 l +14.74 11.17 l +12.38 13.62 l +9.83 15.85 l +7.13 17.86 l +4.32 19.59 l +1.45 21.03 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +33.73 31.91 848.10 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.80 155.34 (-2) 1 0 t +28.80 291.62 (0) 1 0 t +28.80 427.89 (2) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.99 158.58 m +2.74 0 l +o +np +30.99 294.85 m +2.74 0 l +o +np +30.99 431.13 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +59.23 29.17 m +0 2.74 l +o +np +215.40 29.17 m +0 2.74 l +o +np +371.58 29.17 m +0 2.74 l +o +np +527.76 29.17 m +0 2.74 l +o +np +683.94 29.17 m +0 2.74 l +o +np +840.11 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +59.23 20.52 (-6) .5 0 t +215.40 20.52 (-4) .5 0 t +371.58 20.52 (-2) .5 0 t +527.76 20.52 (0) .5 0 t +683.94 20.52 (2) .5 0 t +840.11 20.52 (4) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +457.78 7.90 (PC1 \(53.43%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(18.57%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.73 561.19 (PCA of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.3686 0.2118 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.5922 0.4196 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.5059 0.3294 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.3843 0.2235 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 1 0.3255 0.2000 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 1 0.2118 0.1098 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 1 0.3255 0.2000 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.4627 0.2902 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 1 0.2118 0.1098 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 0.5843 0.4118 1 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1951.51 215.66 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.1608 0.0745 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.3961 0.2667 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 1 0.3882 0.2549 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 0.5843 0.4118 1 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.1608 0.0745 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1975.43 263.49 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.3961 0.2667 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 1 0.2549 0.1412 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2095.00 287.40 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 1 0.3882 0.2549 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 1 0.2549 0.1412 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.3686 0.2118 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.5922 0.4196 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.5059 0.3294 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.3843 0.2235 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.4627 0.2902 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1903.68 406.97 23.91 23.91 r p3 +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2023.25 502.63 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.5725 0.4510 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +np +1742.55 78.44 m +11.38 11.38 l +o +np +1742.55 89.82 m +11.38 -11.38 l +o +np +1766.47 78.44 m +11.38 11.38 l +o +np +1766.47 89.82 m +11.38 -11.38 l +o +np +1790.38 78.44 m +11.38 11.38 l +o +np +1790.38 89.82 m +11.38 -11.38 l +o +np +1814.30 78.44 m +11.37 11.38 l +o +np +1814.30 89.82 m +11.37 -11.38 l +o +np +1838.21 78.44 m +11.38 11.38 l +o +np +1838.21 89.82 m +11.38 -11.38 l +o +np +1742.55 102.36 m +11.38 11.37 l +o +np +1742.55 113.73 m +11.38 -11.37 l +o +np +1766.47 102.36 m +11.38 11.37 l +o +np +1766.47 113.73 m +11.38 -11.37 l +o +np +1790.38 102.36 m +11.38 11.37 l +o +np +1790.38 113.73 m +11.38 -11.37 l +o +np +1814.30 102.36 m +11.37 11.37 l +o +np +1814.30 113.73 m +11.37 -11.37 l +o +np +1838.21 102.36 m +11.38 11.37 l +o +np +1838.21 113.73 m +11.38 -11.37 l +o +np +1694.73 126.27 m +11.37 11.38 l +o +np +1694.73 137.65 m +11.37 -11.38 l +o +np +1718.64 126.27 m +11.38 11.38 l +o +np +1718.64 137.65 m +11.38 -11.38 l +o +np +1862.12 126.27 m +11.38 11.38 l +o +np +1862.12 137.65 m +11.38 -11.38 l +o +np +1886.04 126.27 m +11.38 11.38 l +o +np +1886.04 137.65 m +11.38 -11.38 l +o +np +1909.95 126.27 m +11.38 11.38 l +o +np +1909.95 137.65 m +11.38 -11.38 l +o +np +1933.87 126.27 m +11.37 11.38 l +o +np +1933.87 137.65 m +11.37 -11.38 l +o +np +2005.61 126.27 m +11.38 11.38 l +o +np +2005.61 137.65 m +11.38 -11.38 l +o +np +2029.52 126.27 m +11.38 11.38 l +o +np +2029.52 137.65 m +11.38 -11.38 l +o +np +2053.44 126.27 m +11.37 11.38 l +o +np +2053.44 137.65 m +11.37 -11.38 l +o +np +2077.35 126.27 m +11.38 11.38 l +o +np +2077.35 137.65 m +11.38 -11.38 l +o +np +2101.26 126.27 m +11.38 11.38 l +o +np +2101.26 137.65 m +11.38 -11.38 l +o +np +2125.18 126.27 m +11.38 11.38 l +o +np +2125.18 137.65 m +11.38 -11.38 l +o +np +2149.09 126.27 m +11.38 11.38 l +o +np +2149.09 137.65 m +11.38 -11.38 l +o +np +1694.73 150.18 m +11.37 11.38 l +o +np +1694.73 161.56 m +11.37 -11.38 l +o +np +1718.64 150.18 m +11.38 11.38 l +o +np +1718.64 161.56 m +11.38 -11.38 l +o +np +1862.12 150.18 m +11.38 11.38 l +o +np +1862.12 161.56 m +11.38 -11.38 l +o +np +1886.04 150.18 m +11.38 11.38 l +o +np +1886.04 161.56 m +11.38 -11.38 l +o +np +1909.95 150.18 m +11.38 11.38 l +o +np +1909.95 161.56 m +11.38 -11.38 l +o +np +1933.87 150.18 m +11.37 11.38 l +o +np +1933.87 161.56 m +11.37 -11.38 l +o +np +1957.78 150.18 m +11.38 11.38 l +o +np +1957.78 161.56 m +11.38 -11.38 l +o +np +1981.69 150.18 m +11.38 11.38 l +o +np +1981.69 161.56 m +11.38 -11.38 l +o +np +2005.61 150.18 m +11.38 11.38 l +o +np +2005.61 161.56 m +11.38 -11.38 l +o +np +2029.52 150.18 m +11.38 11.38 l +o +np +2029.52 161.56 m +11.38 -11.38 l +o +np +2053.44 150.18 m +11.37 11.38 l +o +np +2053.44 161.56 m +11.37 -11.38 l +o +np +2077.35 150.18 m +11.38 11.38 l +o +np +2077.35 161.56 m +11.38 -11.38 l +o +np +2101.26 150.18 m +11.38 11.38 l +o +np +2101.26 161.56 m +11.38 -11.38 l +o +np +2125.18 150.18 m +11.38 11.38 l +o +np +2125.18 161.56 m +11.38 -11.38 l +o +np +2149.09 150.18 m +11.38 11.38 l +o +np +2149.09 161.56 m +11.38 -11.38 l +o +np +1694.73 174.10 m +11.37 11.38 l +o +np +1694.73 185.48 m +11.37 -11.38 l +o +np +1718.64 174.10 m +11.38 11.38 l +o +np +1718.64 185.48 m +11.38 -11.38 l +o +np +1862.12 174.10 m +11.38 11.38 l +o +np +1862.12 185.48 m +11.38 -11.38 l +o +np +1886.04 174.10 m +11.38 11.38 l +o +np +1886.04 185.48 m +11.38 -11.38 l +o +np +1909.95 174.10 m +11.38 11.38 l +o +np +1909.95 185.48 m +11.38 -11.38 l +o +np +1933.87 174.10 m +11.37 11.38 l +o +np +1933.87 185.48 m +11.37 -11.38 l +o +np +1957.78 174.10 m +11.38 11.38 l +o +np +1957.78 185.48 m +11.38 -11.38 l +o +np +1981.69 174.10 m +11.38 11.38 l +o +np +1981.69 185.48 m +11.38 -11.38 l +o +np +2005.61 174.10 m +11.38 11.38 l +o +np +2005.61 185.48 m +11.38 -11.38 l +o +np +2029.52 174.10 m +11.38 11.38 l +o +np +2029.52 185.48 m +11.38 -11.38 l +o +np +2053.44 174.10 m +11.37 11.38 l +o +np +2053.44 185.48 m +11.37 -11.38 l +o +np +2077.35 174.10 m +11.38 11.38 l +o +np +2077.35 185.48 m +11.38 -11.38 l +o +np +2101.26 174.10 m +11.38 11.38 l +o +np +2101.26 185.48 m +11.38 -11.38 l +o +np +2125.18 174.10 m +11.38 11.38 l +o +np +2125.18 185.48 m +11.38 -11.38 l +o +np +2149.09 174.10 m +11.38 11.38 l +o +np +2149.09 185.48 m +11.38 -11.38 l +o +np +1694.73 198.01 m +11.37 11.38 l +o +np +1694.73 209.39 m +11.37 -11.38 l +o +np +1718.64 198.01 m +11.38 11.38 l +o +np +1718.64 209.39 m +11.38 -11.38 l +o +np +1862.12 198.01 m +11.38 11.38 l +o +np +1862.12 209.39 m +11.38 -11.38 l +o +np +1886.04 198.01 m +11.38 11.38 l +o +np +1886.04 209.39 m +11.38 -11.38 l +o +np +1909.95 198.01 m +11.38 11.38 l +o +np +1909.95 209.39 m +11.38 -11.38 l +o +np +1933.87 198.01 m +11.37 11.38 l +o +np +1933.87 209.39 m +11.37 -11.38 l +o +np +1957.78 198.01 m +11.38 11.38 l +o +np +1957.78 209.39 m +11.38 -11.38 l +o +np +1981.69 198.01 m +11.38 11.38 l +o +np +1981.69 209.39 m +11.38 -11.38 l +o +np +2005.61 198.01 m +11.38 11.38 l +o +np +2005.61 209.39 m +11.38 -11.38 l +o +np +2029.52 198.01 m +11.38 11.38 l +o +np +2029.52 209.39 m +11.38 -11.38 l +o +np +2053.44 198.01 m +11.37 11.38 l +o +np +2053.44 209.39 m +11.37 -11.38 l +o +np +2077.35 198.01 m +11.38 11.38 l +o +np +2077.35 209.39 m +11.38 -11.38 l +o +np +2101.26 198.01 m +11.38 11.38 l +o +np +2101.26 209.39 m +11.38 -11.38 l +o +np +2125.18 198.01 m +11.38 11.38 l +o +np +2125.18 209.39 m +11.38 -11.38 l +o +np +2149.09 198.01 m +11.38 11.38 l +o +np +2149.09 209.39 m +11.38 -11.38 l +o +np +1694.73 221.93 m +11.37 11.37 l +o +np +1694.73 233.30 m +11.37 -11.37 l +o +np +1718.64 221.93 m +11.38 11.37 l +o +np +1718.64 233.30 m +11.38 -11.37 l +o +np +1862.12 221.93 m +11.38 11.37 l +o +np +1862.12 233.30 m +11.38 -11.37 l +o +np +1886.04 221.93 m +11.38 11.37 l +o +np +1886.04 233.30 m +11.38 -11.37 l +o +np +1909.95 221.93 m +11.38 11.37 l +o +np +1909.95 233.30 m +11.38 -11.37 l +o +np +1933.87 221.93 m +11.37 11.37 l +o +np +1933.87 233.30 m +11.37 -11.37 l +o +np +1957.78 221.93 m +11.38 11.37 l +o +np +1957.78 233.30 m +11.38 -11.37 l +o +np +1981.69 221.93 m +11.38 11.37 l +o +np +1981.69 233.30 m +11.38 -11.37 l +o +np +2005.61 221.93 m +11.38 11.37 l +o +np +2005.61 233.30 m +11.38 -11.37 l +o +np +2029.52 221.93 m +11.38 11.37 l +o +np +2029.52 233.30 m +11.38 -11.37 l +o +np +2053.44 221.93 m +11.37 11.37 l +o +np +2053.44 233.30 m +11.37 -11.37 l +o +np +2077.35 221.93 m +11.38 11.37 l +o +np +2077.35 233.30 m +11.38 -11.37 l +o +np +2101.26 221.93 m +11.38 11.37 l +o +np +2101.26 233.30 m +11.38 -11.37 l +o +np +2125.18 221.93 m +11.38 11.37 l +o +np +2125.18 233.30 m +11.38 -11.37 l +o +np +2149.09 221.93 m +11.38 11.37 l +o +np +2149.09 233.30 m +11.38 -11.37 l +o +np +1742.55 245.84 m +11.38 11.38 l +o +np +1742.55 257.22 m +11.38 -11.38 l +o +np +1766.47 245.84 m +11.38 11.38 l +o +np +1766.47 257.22 m +11.38 -11.38 l +o +np +1790.38 245.84 m +11.38 11.38 l +o +np +1790.38 257.22 m +11.38 -11.38 l +o +np +1814.30 245.84 m +11.37 11.38 l +o +np +1814.30 257.22 m +11.37 -11.38 l +o +np +1838.21 245.84 m +11.38 11.38 l +o +np +1838.21 257.22 m +11.38 -11.38 l +o +np +1742.55 269.75 m +11.38 11.38 l +o +np +1742.55 281.13 m +11.38 -11.38 l +o +np +1766.47 269.75 m +11.38 11.38 l +o +np +1766.47 281.13 m +11.38 -11.38 l +o +np +1790.38 269.75 m +11.38 11.38 l +o +np +1790.38 281.13 m +11.38 -11.38 l +o +np +1814.30 269.75 m +11.37 11.38 l +o +np +1814.30 281.13 m +11.37 -11.38 l +o +np +1838.21 269.75 m +11.38 11.38 l +o +np +1838.21 281.13 m +11.38 -11.38 l +o +np +1742.55 293.67 m +11.38 11.38 l +o +np +1742.55 305.05 m +11.38 -11.38 l +o +np +1766.47 293.67 m +11.38 11.38 l +o +np +1766.47 305.05 m +11.38 -11.38 l +o +np +1790.38 293.67 m +11.38 11.38 l +o +np +1790.38 305.05 m +11.38 -11.38 l +o +np +1814.30 293.67 m +11.37 11.38 l +o +np +1814.30 305.05 m +11.37 -11.38 l +o +np +1838.21 293.67 m +11.38 11.38 l +o +np +1838.21 305.05 m +11.38 -11.38 l +o +np +1742.55 317.58 m +11.38 11.38 l +o +np +1742.55 328.96 m +11.38 -11.38 l +o +np +1766.47 317.58 m +11.38 11.38 l +o +np +1766.47 328.96 m +11.38 -11.38 l +o +np +1790.38 317.58 m +11.38 11.38 l +o +np +1790.38 328.96 m +11.38 -11.38 l +o +np +1814.30 317.58 m +11.37 11.38 l +o +np +1814.30 328.96 m +11.37 -11.38 l +o +np +1838.21 317.58 m +11.38 11.38 l +o +np +1838.21 328.96 m +11.38 -11.38 l +o +np +1766.47 341.50 m +11.38 11.38 l +o +np +1766.47 352.88 m +11.38 -11.38 l +o +np +1790.38 341.50 m +11.38 11.38 l +o +np +1790.38 352.88 m +11.38 -11.38 l +o +np +1814.30 341.50 m +11.37 11.38 l +o +np +1814.30 352.88 m +11.37 -11.38 l +o +np +1838.21 341.50 m +11.38 11.38 l +o +np +1838.21 352.88 m +11.38 -11.38 l +o +np +1766.47 365.41 m +11.38 11.38 l +o +np +1766.47 376.79 m +11.38 -11.38 l +o +np +1790.38 365.41 m +11.38 11.38 l +o +np +1790.38 376.79 m +11.38 -11.38 l +o +np +1814.30 365.41 m +11.37 11.38 l +o +np +1814.30 376.79 m +11.37 -11.38 l +o +np +1838.21 365.41 m +11.38 11.38 l +o +np +1838.21 376.79 m +11.38 -11.38 l +o +np +1742.55 389.32 m +11.38 11.38 l +o +np +1742.55 400.70 m +11.38 -11.38 l +o +np +1766.47 389.32 m +11.38 11.38 l +o +np +1766.47 400.70 m +11.38 -11.38 l +o +np +1790.38 389.32 m +11.38 11.38 l +o +np +1790.38 400.70 m +11.38 -11.38 l +o +np +1814.30 389.32 m +11.37 11.38 l +o +np +1814.30 400.70 m +11.37 -11.38 l +o +np +1838.21 389.32 m +11.38 11.38 l +o +np +1838.21 400.70 m +11.38 -11.38 l +o +np +1742.55 413.24 m +11.38 11.38 l +o +np +1742.55 424.62 m +11.38 -11.38 l +o +np +1766.47 413.24 m +11.38 11.38 l +o +np +1766.47 424.62 m +11.38 -11.38 l +o +np +1790.38 413.24 m +11.38 11.38 l +o +np +1790.38 424.62 m +11.38 -11.38 l +o +np +1814.30 413.24 m +11.37 11.38 l +o +np +1814.30 424.62 m +11.37 -11.38 l +o +np +1838.21 413.24 m +11.38 11.38 l +o +np +1838.21 424.62 m +11.38 -11.38 l +o +np +1742.55 437.15 m +11.38 11.38 l +o +np +1742.55 448.53 m +11.38 -11.38 l +o +np +1766.47 437.15 m +11.38 11.38 l +o +np +1766.47 448.53 m +11.38 -11.38 l +o +np +1790.38 437.15 m +11.38 11.38 l +o +np +1790.38 448.53 m +11.38 -11.38 l +o +np +1814.30 437.15 m +11.37 11.38 l +o +np +1814.30 448.53 m +11.37 -11.38 l +o +np +1838.21 437.15 m +11.38 11.38 l +o +np +1838.21 448.53 m +11.38 -11.38 l +o +np +1742.55 461.07 m +11.38 11.38 l +o +np +1742.55 472.45 m +11.38 -11.38 l +o +np +1766.47 461.07 m +11.38 11.38 l +o +np +1766.47 472.45 m +11.38 -11.38 l +o +np +1790.38 461.07 m +11.38 11.38 l +o +np +1790.38 472.45 m +11.38 -11.38 l +o +np +1814.30 461.07 m +11.37 11.38 l +o +np +1814.30 472.45 m +11.37 -11.38 l +o +np +1838.21 461.07 m +11.38 11.38 l +o +np +1838.21 472.45 m +11.38 -11.38 l +o +np +1742.55 484.98 m +11.38 11.38 l +o +np +1742.55 496.36 m +11.38 -11.38 l +o +np +1766.47 484.98 m +11.38 11.38 l +o +np +1766.47 496.36 m +11.38 -11.38 l +o +np +1790.38 484.98 m +11.38 11.38 l +o +np +1790.38 496.36 m +11.38 -11.38 l +o +np +1814.30 484.98 m +11.37 11.38 l +o +np +1814.30 496.36 m +11.37 -11.38 l +o +np +1838.21 484.98 m +11.38 11.38 l +o +np +1838.21 496.36 m +11.38 -11.38 l +o +np +1742.55 508.90 m +11.38 11.37 l +o +np +1742.55 520.27 m +11.38 -11.37 l +o +np +1766.47 508.90 m +11.38 11.37 l +o +np +1766.47 520.27 m +11.38 -11.37 l +o +np +1790.38 508.90 m +11.38 11.37 l +o +np +1790.38 520.27 m +11.38 -11.37 l +o +np +1814.30 508.90 m +11.37 11.37 l +o +np +1814.30 520.27 m +11.37 -11.37 l +o +np +1838.21 508.90 m +11.38 11.37 l +o +np +1838.21 520.27 m +11.38 -11.37 l +o +np +1742.55 532.81 m +11.38 11.38 l +o +np +1742.55 544.19 m +11.38 -11.38 l +o +np +1766.47 532.81 m +11.38 11.38 l +o +np +1766.47 544.19 m +11.38 -11.38 l +o +np +1790.38 532.81 m +11.38 11.38 l +o +np +1790.38 544.19 m +11.38 -11.38 l +o +np +1814.30 532.81 m +11.37 11.38 l +o +np +1814.30 544.19 m +11.37 -11.38 l +o +np +1838.21 532.81 m +11.38 11.38 l +o +np +1838.21 544.19 m +11.38 -11.38 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_C_13) 1 0 t +1681.13 103.74 (Batch1_D_16) 1 0 t +1681.13 127.65 (Batch1_A_2) 1 0 t +1681.13 151.57 (Batch1_A_4) 1 0 t +1681.13 175.48 (Batch1_A_5) 1 0 t +1681.13 199.39 (Batch1_A_1) 1 0 t +1681.13 223.31 (Batch1_A_3) 1 0 t +1681.13 247.22 (Batch1_C_12) 1 0 t +1681.13 271.14 (Batch1_C_14) 1 0 t +1681.13 295.05 (Batch1_C_15) 1 0 t +1681.13 318.96 (Batch1_D_19) 1 0 t +1681.13 342.88 (Batch1_B_7) 1 0 t +1681.13 366.79 (Batch1_B_10) 1 0 t +1681.13 390.71 (Batch1_B_8) 1 0 t +1681.13 414.62 (Batch1_C_11) 1 0 t +1681.13 438.53 (Batch1_D_17) 1 0 t +1681.13 462.45 (Batch1_D_18) 1 0 t +1681.13 486.36 (Batch1_D_20) 1 0 t +1681.13 510.28 (Batch1_B_6) 1 0 t +1681.13 534.19 (Batch1_B_9) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_C_13) 1 45.00 t +1730.42 58.76 (Batch1_D_16) 1 45.00 t +1754.33 58.76 (Batch1_A_2) 1 45.00 t +1778.25 58.76 (Batch1_A_4) 1 45.00 t +1802.16 58.76 (Batch1_A_5) 1 45.00 t +1826.08 58.76 (Batch1_A_1) 1 45.00 t +1849.99 58.76 (Batch1_A_3) 1 45.00 t +1873.91 58.76 (Batch1_C_12) 1 45.00 t +1897.82 58.76 (Batch1_C_14) 1 45.00 t +1921.73 58.76 (Batch1_C_15) 1 45.00 t +1945.65 58.76 (Batch1_D_19) 1 45.00 t +1969.56 58.76 (Batch1_B_7) 1 45.00 t +1993.48 58.76 (Batch1_B_10) 1 45.00 t +2017.39 58.76 (Batch1_B_8) 1 45.00 t +2041.30 58.76 (Batch1_C_11) 1 45.00 t +2065.22 58.76 (Batch1_D_17) 1 45.00 t +2089.13 58.76 (Batch1_D_18) 1 45.00 t +2113.05 58.76 (Batch1_D_20) 1 45.00 t +2136.96 58.76 (Batch1_B_6) 1 45.00 t +2160.87 58.76 (Batch1_B_9) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..4198d46fd05b0aa3d469c2416f6867a5b839ecbb Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..b33bd814bf6a2317669c43e17c6471375fd36e9e --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_heatmap.ps @@ -0,0 +1,5578 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +381.05 552.67 (Heatmap of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.390 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1280.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +546.94 493.00 m +0 12.44 l +63.75 0 l +0 -12.44 l +o +np +291.91 493.00 m +0 13.83 l +63.76 0 l +0 -13.83 l +o +np +100.64 493.00 m +0 13.94 l +63.75 0 l +0 -13.94 l +o +np +483.18 493.00 m +0 16.32 l +95.64 0 l +0 -3.88 l +o +np +929.48 493.00 m +0 16.57 l +63.76 0 l +0 -16.57 l +o +np +228.15 493.00 m +0 17.64 l +95.64 0 l +0 -3.81 l +o +np +1184.51 493.00 m +0 18.77 l +63.76 0 l +0 -18.77 l +o +np +419.42 493.00 m +0 19.31 l +111.58 0 l +0 -2.99 l +o +np +738.21 493.00 m +0 19.84 l +63.76 0 l +0 -19.84 l +o +np +1120.75 493.00 m +0 21.43 l +95.64 0 l +0 -2.66 l +o +np +865.72 493.00 m +0 22.01 l +95.64 0 l +0 -5.44 l +o +np +275.97 510.64 m +0 6.14 l +199.24 0 l +0 -4.47 l +o +np +770.09 512.84 m +0 4.51 l +143.45 0 l +0 -2.34 l +o +np +1057.00 493.00 m +0 25.66 l +111.57 0 l +0 -4.23 l +o +np +132.51 506.94 m +0 13.56 l +243.08 0 l +0 -3.72 l +o +np +841.81 517.35 m +0 6.84 l +270.97 0 l +0 -5.53 l +o +np +36.88 493.00 m +0 32.36 l +217.17 0 l +0 -4.86 l +o +np +674.45 493.00 m +0 36.63 l +302.85 0 l +0 -5.44 l +o +np +145.47 525.36 m +0 20.02 l +680.41 0 l +0 -15.75 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.6471 0.6471 srgb } def +5.00 444.41 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +5.00 441.82 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 439.23 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +5.00 436.64 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +5.00 434.05 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 431.47 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 426.29 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +5.00 423.70 63.76 2.59 r p2 +5.00 421.11 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 418.52 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 415.93 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +5.00 413.35 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +5.00 410.76 63.76 2.59 r p2 +5.00 408.17 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +5.00 405.58 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +5.00 402.99 63.76 2.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +5.00 400.40 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +5.00 397.81 63.76 2.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +5.00 395.22 63.76 2.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +5.00 392.64 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +5.00 390.05 63.76 2.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +5.00 387.46 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +5.00 384.87 63.76 2.59 r p2 +5.00 382.28 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 379.69 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 377.10 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 371.93 63.76 2.59 r p2 +5.00 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +5.00 366.75 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +5.00 364.16 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 361.57 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 358.98 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +5.00 356.39 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 353.81 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +5.00 351.22 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 348.63 63.76 2.59 r p2 +5.00 346.04 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 343.45 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 340.86 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 338.27 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 335.69 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 333.10 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 330.51 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 327.92 63.76 2.59 r p2 +5.00 325.33 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 322.74 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +5.00 320.15 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +5.00 317.56 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 314.98 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 312.39 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +5.00 309.80 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +5.00 307.21 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 304.62 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 302.03 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 299.44 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 296.86 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +5.00 294.27 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 291.68 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 289.09 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +5.00 286.50 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 283.91 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 281.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 278.73 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 276.15 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +5.00 273.56 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 270.97 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 268.38 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +5.00 265.79 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 263.20 63.76 2.59 r p2 +5.00 260.61 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 258.02 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 255.44 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 252.85 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 250.26 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 247.67 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +5.00 245.08 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +5.00 242.49 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 239.90 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 237.32 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 234.73 63.76 2.59 r p2 +5.00 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 229.55 63.76 2.59 r p2 +5.00 226.96 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 224.37 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 221.78 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +5.00 219.19 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 216.61 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 208.84 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +5.00 206.25 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 203.66 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +5.00 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +5.00 195.90 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 193.31 63.76 2.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +5.00 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 188.13 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +5.00 185.54 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 182.95 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +5.00 180.36 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 177.78 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +5.00 175.19 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 172.60 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 170.01 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 167.42 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 164.83 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +5.00 162.24 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +5.00 159.66 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +5.00 157.07 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 151.89 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +5.00 149.30 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 146.71 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 144.12 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +5.00 141.53 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +5.00 136.36 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +5.00 133.77 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +5.00 131.18 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 444.41 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +68.76 441.82 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 439.23 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +68.76 436.64 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +68.76 434.05 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 431.47 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 428.88 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +68.76 426.29 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +68.76 423.70 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 421.11 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +68.76 418.52 63.76 2.59 r p2 +68.76 415.93 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 410.76 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +68.76 408.17 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 395.22 63.76 2.59 r p2 +68.76 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 390.05 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +68.76 387.46 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 384.87 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 382.28 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +68.76 379.69 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +68.76 377.10 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 371.93 63.76 2.59 r p2 +68.76 369.34 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +68.76 366.75 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 364.16 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 361.57 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +68.76 358.98 63.76 2.59 r p2 +68.76 356.39 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 353.81 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 351.22 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 348.63 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 346.04 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 343.45 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 340.86 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 338.27 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +68.76 335.69 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +68.76 333.10 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 330.51 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +68.76 327.92 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 325.33 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +68.76 322.74 63.76 2.59 r p2 +68.76 320.15 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +68.76 317.56 63.76 2.59 r p2 +68.76 314.98 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 312.39 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 309.80 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 307.21 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +68.76 304.62 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +68.76 302.03 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +68.76 299.44 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 296.86 63.76 2.59 r p2 +68.76 294.27 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 291.68 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 289.09 63.76 2.59 r p2 +68.76 286.50 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +68.76 283.91 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 281.32 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 278.73 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 276.15 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 273.56 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 270.97 63.76 2.59 r p2 +68.76 268.38 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 265.79 63.76 2.59 r p2 +68.76 263.20 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +68.76 260.61 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +68.76 258.02 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 255.44 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +68.76 252.85 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +68.76 250.26 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 247.67 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 245.08 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 242.49 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 239.90 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +68.76 234.73 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +68.76 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 229.55 63.76 2.59 r p2 +68.76 226.96 63.76 2.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +68.76 224.37 63.76 2.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +68.76 221.78 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +68.76 219.19 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +68.76 216.61 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +68.76 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +68.76 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +68.76 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 203.66 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 195.90 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +68.76 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +68.76 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 185.54 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +68.76 182.95 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +68.76 180.36 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +68.76 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +68.76 175.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +68.76 172.60 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +68.76 170.01 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 167.42 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +68.76 164.83 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 162.24 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +68.76 159.66 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +68.76 157.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 149.30 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +68.76 146.71 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 141.53 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 138.95 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +68.76 136.36 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +68.76 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 131.18 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +132.51 444.41 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 441.82 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +132.51 439.23 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 436.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 434.05 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 431.47 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 428.88 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 426.29 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 423.70 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 421.11 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 418.52 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +132.51 415.93 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 413.35 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +132.51 410.76 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +132.51 408.17 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 405.58 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 395.22 63.76 2.59 r p2 +132.51 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 390.05 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 387.46 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +132.51 384.87 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 382.28 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 379.69 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 377.10 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +132.51 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 371.93 63.76 2.59 r p2 +132.51 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +132.51 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 364.16 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 361.57 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +132.51 358.98 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +132.51 356.39 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 353.81 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 351.22 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 348.63 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 346.04 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 343.45 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 340.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 338.27 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 335.69 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 333.10 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 330.51 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 327.92 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +132.51 325.33 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 322.74 63.76 2.59 r p2 +132.51 320.15 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 317.56 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 314.98 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 312.39 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 309.80 63.76 2.59 r p2 +132.51 307.21 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 304.62 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 302.03 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 299.44 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 296.86 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 294.27 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 291.68 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 289.09 63.76 2.59 r p2 +132.51 286.50 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 283.91 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 281.32 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 278.73 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 276.15 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 273.56 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 270.97 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 268.38 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 265.79 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 263.20 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 260.61 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 258.02 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 255.44 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 252.85 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 250.26 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 247.67 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 245.08 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 242.49 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 239.90 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 237.32 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +132.51 234.73 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 229.55 63.76 2.59 r p2 +132.51 226.96 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +132.51 224.37 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +132.51 221.78 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +132.51 219.19 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +132.51 216.61 63.76 2.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +132.51 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +132.51 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 203.66 63.76 2.59 r p2 +132.51 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 195.90 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 193.31 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +132.51 185.54 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +132.51 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +132.51 180.36 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +132.51 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +132.51 175.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 172.60 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 170.01 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +132.51 167.42 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 164.83 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 162.24 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 159.66 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +132.51 157.07 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 151.89 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +132.51 149.30 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +132.51 146.71 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +132.51 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 141.53 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 136.36 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 131.18 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +196.27 444.41 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 441.82 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 439.23 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +196.27 436.64 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 434.05 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 431.47 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 426.29 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 423.70 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 421.11 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 418.52 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 415.93 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 413.35 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 410.76 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 408.17 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +196.27 405.58 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +196.27 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 395.22 63.76 2.59 r p2 +196.27 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 390.05 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 387.46 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 384.87 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 382.28 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 379.69 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 377.10 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +196.27 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 371.93 63.76 2.59 r p2 +196.27 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +196.27 366.75 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 364.16 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 361.57 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 358.98 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 356.39 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +196.27 353.81 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 351.22 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 348.63 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 346.04 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 343.45 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +196.27 340.86 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +196.27 338.27 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 335.69 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 333.10 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 330.51 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +196.27 327.92 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +196.27 325.33 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +196.27 322.74 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 320.15 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 317.56 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 314.98 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +196.27 312.39 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 309.80 63.76 2.59 r p2 +196.27 307.21 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 304.62 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 302.03 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 294.27 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 289.09 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 286.50 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 283.91 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +196.27 281.32 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 278.73 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 276.15 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 273.56 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 270.97 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 268.38 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 265.79 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +196.27 263.20 63.76 2.59 r p2 +196.27 260.61 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 258.02 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +196.27 255.44 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +196.27 252.85 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +196.27 250.26 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 247.67 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +196.27 245.08 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 242.49 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 239.90 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +196.27 237.32 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +196.27 234.73 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +196.27 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 229.55 63.76 2.59 r p2 +196.27 226.96 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 224.37 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 221.78 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +196.27 219.19 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 216.61 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 214.02 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +196.27 211.43 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +196.27 208.84 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 203.66 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +196.27 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 195.90 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 193.31 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +196.27 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +196.27 185.54 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +196.27 180.36 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +196.27 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +196.27 175.19 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +196.27 172.60 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +196.27 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +196.27 167.42 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +196.27 164.83 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +196.27 162.24 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +196.27 159.66 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 157.07 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 149.30 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 146.71 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +196.27 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 141.53 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +196.27 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 136.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 131.18 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 444.41 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 441.82 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 439.23 63.76 2.59 r p2 +260.03 436.64 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 434.05 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 431.47 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 428.88 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 426.29 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 423.70 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 421.11 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +260.03 418.52 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 415.93 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +260.03 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +260.03 410.76 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +260.03 408.17 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 405.58 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +260.03 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 395.22 63.76 2.59 r p2 +260.03 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 390.05 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 387.46 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +260.03 384.87 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 382.28 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 379.69 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 377.10 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 371.93 63.76 2.59 r p2 +260.03 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 364.16 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 361.57 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 358.98 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 356.39 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 353.81 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 351.22 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 348.63 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 346.04 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 343.45 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 340.86 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 338.27 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 335.69 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 333.10 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 330.51 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 327.92 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +260.03 325.33 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 322.74 63.76 2.59 r p2 +260.03 320.15 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 317.56 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 314.98 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 312.39 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 309.80 63.76 2.59 r p2 +260.03 307.21 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 304.62 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 302.03 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 299.44 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 294.27 63.76 2.59 r p2 +260.03 291.68 63.76 2.59 r p2 +260.03 289.09 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 286.50 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +260.03 283.91 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 281.32 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +260.03 278.73 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 276.15 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 273.56 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 270.97 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 268.38 63.76 2.59 r p2 +260.03 265.79 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 263.20 63.76 2.59 r p2 +260.03 260.61 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 258.02 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +260.03 255.44 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 252.85 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 250.26 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 247.67 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 245.08 63.76 2.59 r p2 +260.03 242.49 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 239.90 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 237.32 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 234.73 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 232.14 63.76 2.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +260.03 229.55 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 226.96 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 224.37 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 221.78 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +260.03 219.19 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +260.03 216.61 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 211.43 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +260.03 208.84 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 203.66 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +260.03 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 195.90 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +260.03 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +260.03 185.54 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +260.03 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +260.03 180.36 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 175.19 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 172.60 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 170.01 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +260.03 167.42 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 164.83 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 162.24 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 159.66 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 157.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 149.30 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +260.03 146.71 63.76 2.59 r p2 +260.03 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 141.53 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 138.95 63.76 2.59 r p2 +260.03 136.36 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 131.18 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 444.41 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +323.79 441.82 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 439.23 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +323.79 436.64 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 434.05 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 431.47 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 428.88 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +323.79 426.29 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 423.70 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 421.11 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 418.52 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 415.93 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 413.35 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 410.76 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 408.17 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 405.58 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 395.22 63.76 2.59 r p2 +323.79 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 390.05 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +323.79 387.46 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +323.79 384.87 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +323.79 382.28 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 379.69 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 377.10 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 371.93 63.76 2.59 r p2 +323.79 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +323.79 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 364.16 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +323.79 361.57 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +323.79 358.98 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +323.79 356.39 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 353.81 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 351.22 63.76 2.59 r p2 +323.79 348.63 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 346.04 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 343.45 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 340.86 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +323.79 338.27 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 335.69 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 333.10 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 330.51 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 327.92 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 325.33 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 322.74 63.76 2.59 r p2 +323.79 320.15 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +323.79 317.56 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +323.79 314.98 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 312.39 63.76 2.59 r p2 +323.79 309.80 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 307.21 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 304.62 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 302.03 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +323.79 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 296.86 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 294.27 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 289.09 63.76 2.59 r p2 +323.79 286.50 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 283.91 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 281.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 278.73 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +323.79 276.15 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 273.56 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 270.97 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 268.38 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 265.79 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 263.20 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 260.61 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 258.02 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 255.44 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 252.85 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 250.26 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +323.79 247.67 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 245.08 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 242.49 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 239.90 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +323.79 234.73 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +323.79 232.14 63.76 2.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +323.79 229.55 63.76 2.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +323.79 226.96 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 224.37 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 221.78 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 219.19 63.76 2.59 r p2 +323.79 216.61 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +323.79 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 211.43 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +323.79 208.84 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 203.66 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +323.79 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 195.90 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +323.79 193.31 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +323.79 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 185.54 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +323.79 182.95 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +323.79 180.36 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 177.78 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 175.19 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 172.60 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 170.01 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 167.42 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +323.79 164.83 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 162.24 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +323.79 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 157.07 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +323.79 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 151.89 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +323.79 149.30 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 146.71 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +323.79 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 141.53 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 136.36 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 133.77 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +323.79 131.18 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +387.54 444.41 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 441.82 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 439.23 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 436.64 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 434.05 63.76 2.59 r p2 +387.54 431.47 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +387.54 428.88 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 426.29 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 423.70 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 421.11 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 418.52 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 415.93 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 413.35 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 410.76 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 408.17 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 405.58 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 402.99 63.76 2.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +387.54 400.40 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +387.54 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 395.22 63.76 2.59 r p2 +387.54 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 390.05 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 387.46 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +387.54 384.87 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +387.54 382.28 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 379.69 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +387.54 377.10 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 374.52 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +387.54 371.93 63.76 2.59 r p2 +387.54 369.34 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 366.75 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +387.54 364.16 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 361.57 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 358.98 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 356.39 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 353.81 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +387.54 351.22 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +387.54 348.63 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 346.04 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 343.45 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +387.54 340.86 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 338.27 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 335.69 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 333.10 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 330.51 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 327.92 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 325.33 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +387.54 322.74 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 320.15 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +387.54 317.56 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 314.98 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +387.54 312.39 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 309.80 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 307.21 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +387.54 304.62 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +387.54 302.03 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 299.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 296.86 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 294.27 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 291.68 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +387.54 289.09 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 286.50 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 283.91 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 281.32 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 278.73 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 276.15 63.76 2.59 r p2 +387.54 273.56 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 270.97 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 268.38 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 265.79 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 263.20 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 260.61 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 258.02 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 255.44 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 252.85 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 250.26 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 247.67 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +387.54 245.08 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +387.54 242.49 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 239.90 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 237.32 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 234.73 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 229.55 63.76 2.59 r p2 +387.54 226.96 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +387.54 224.37 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +387.54 221.78 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 219.19 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +387.54 216.61 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +387.54 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 211.43 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +387.54 206.25 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +387.54 203.66 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +387.54 195.90 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +387.54 193.31 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +387.54 185.54 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +387.54 182.95 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +387.54 180.36 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 177.78 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 175.19 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +387.54 172.60 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 170.01 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 167.42 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 164.83 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +387.54 162.24 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 159.66 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +387.54 157.07 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +387.54 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +387.54 149.30 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +387.54 146.71 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +387.54 141.53 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +387.54 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +387.54 136.36 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +387.54 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +387.54 131.18 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 444.41 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 441.82 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 439.23 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 436.64 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +451.30 434.05 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 431.47 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 428.88 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +451.30 426.29 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 423.70 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 421.11 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +451.30 418.52 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 415.93 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 413.35 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 410.76 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 408.17 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +451.30 405.58 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +451.30 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 400.40 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +451.30 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 395.22 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +451.30 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 390.05 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +451.30 387.46 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 384.87 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 382.28 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 379.69 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +451.30 377.10 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +451.30 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 371.93 63.76 2.59 r p2 +451.30 369.34 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 366.75 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +451.30 364.16 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 361.57 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 358.98 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 356.39 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 353.81 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 351.22 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 348.63 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 346.04 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 343.45 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +451.30 340.86 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 338.27 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +451.30 335.69 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 333.10 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 330.51 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 327.92 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +451.30 325.33 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 322.74 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 320.15 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 317.56 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +451.30 314.98 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 312.39 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 309.80 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 307.21 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +451.30 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +451.30 302.03 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 299.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 296.86 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 294.27 63.76 2.59 r p2 +451.30 291.68 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 289.09 63.76 2.59 r p2 +451.30 286.50 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 283.91 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 281.32 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 278.73 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 276.15 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 273.56 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 270.97 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +451.30 268.38 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 265.79 63.76 2.59 r p2 +451.30 263.20 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +451.30 260.61 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 258.02 63.76 2.59 r p2 +451.30 255.44 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 252.85 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +451.30 250.26 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +451.30 247.67 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 245.08 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +451.30 242.49 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 239.90 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 237.32 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 234.73 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +451.30 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 229.55 63.76 2.59 r p2 +451.30 226.96 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 224.37 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +451.30 221.78 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +451.30 219.19 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 216.61 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 211.43 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +451.30 206.25 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +451.30 203.66 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +451.30 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 195.90 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 193.31 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +451.30 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 188.13 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +451.30 185.54 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 182.95 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 180.36 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +451.30 177.78 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 175.19 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +451.30 172.60 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +451.30 170.01 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 167.42 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 164.83 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +451.30 162.24 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 159.66 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 157.07 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 149.30 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +451.30 146.71 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 141.53 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +451.30 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 136.36 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +451.30 133.77 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +451.30 131.18 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 444.41 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 441.82 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 439.23 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 436.64 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +515.06 434.05 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +515.06 431.47 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +515.06 428.88 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 426.29 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.06 423.70 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 421.11 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 418.52 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 415.93 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 413.35 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 410.76 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +515.06 408.17 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +515.06 405.58 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +515.06 402.99 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +515.06 400.40 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +515.06 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 395.22 63.76 2.59 r p2 +515.06 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 390.05 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 387.46 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +515.06 384.87 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +515.06 382.28 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 379.69 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 377.10 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 371.93 63.76 2.59 r p2 +515.06 369.34 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +515.06 366.75 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 364.16 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 361.57 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +515.06 358.98 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 356.39 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 353.81 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 351.22 63.76 2.59 r p2 +515.06 348.63 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 346.04 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 343.45 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +515.06 340.86 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 338.27 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 335.69 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 333.10 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 330.51 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 327.92 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 325.33 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +515.06 322.74 63.76 2.59 r p2 +515.06 320.15 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 317.56 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 314.98 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 312.39 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +515.06 309.80 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 307.21 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 302.03 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 299.44 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 296.86 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 294.27 63.76 2.59 r p2 +515.06 291.68 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 289.09 63.76 2.59 r p2 +515.06 286.50 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 283.91 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 281.32 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 278.73 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 276.15 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +515.06 273.56 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 270.97 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +515.06 268.38 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 265.79 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 263.20 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 260.61 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 258.02 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 255.44 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 252.85 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 250.26 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 247.67 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 245.08 63.76 2.59 r p2 +515.06 242.49 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +515.06 239.90 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +515.06 237.32 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 234.73 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +515.06 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 229.55 63.76 2.59 r p2 +515.06 226.96 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 224.37 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 221.78 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 219.19 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +515.06 216.61 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +515.06 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 211.43 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +515.06 208.84 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +515.06 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +515.06 203.66 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 195.90 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +515.06 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 188.13 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +515.06 185.54 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +515.06 180.36 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 177.78 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 175.19 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 172.60 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 170.01 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 167.42 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 164.83 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 162.24 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 159.66 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.06 157.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 149.30 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.06 146.71 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +515.06 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 141.53 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +515.06 138.95 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +515.06 136.36 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 133.77 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +515.06 131.18 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 444.41 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +578.82 441.82 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +578.82 439.23 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 436.64 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 434.05 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 431.47 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 428.88 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 426.29 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 423.70 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 421.11 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 418.52 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 415.93 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +578.82 413.35 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +578.82 410.76 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +578.82 408.17 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +578.82 405.58 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +578.82 402.99 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +578.82 400.40 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +578.82 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 395.22 63.76 2.59 r p2 +578.82 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 390.05 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +578.82 387.46 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 384.87 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 382.28 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +578.82 379.69 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +578.82 377.10 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +578.82 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 371.93 63.76 2.59 r p2 +578.82 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 366.75 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +578.82 364.16 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 361.57 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +578.82 358.98 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +578.82 356.39 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 353.81 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 351.22 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 348.63 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 346.04 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 343.45 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 340.86 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 338.27 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 335.69 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 333.10 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 330.51 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 327.92 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 325.33 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 322.74 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 320.15 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +578.82 317.56 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 314.98 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 312.39 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 309.80 63.76 2.59 r p2 +578.82 307.21 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 302.03 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 296.86 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 294.27 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 291.68 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 289.09 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 286.50 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 283.91 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +578.82 281.32 63.76 2.59 r p2 +578.82 278.73 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 276.15 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 273.56 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 270.97 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 268.38 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 265.79 63.76 2.59 r p2 +578.82 263.20 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 260.61 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 258.02 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 255.44 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 252.85 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 250.26 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 247.67 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 245.08 63.76 2.59 r p2 +578.82 242.49 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 239.90 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 237.32 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +578.82 234.73 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 229.55 63.76 2.59 r p2 +578.82 226.96 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 224.37 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +578.82 221.78 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 219.19 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 216.61 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +578.82 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 211.43 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 208.84 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 203.66 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 195.90 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 193.31 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +578.82 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 188.13 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 185.54 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +578.82 180.36 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +578.82 177.78 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 175.19 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 172.60 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 170.01 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +578.82 167.42 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 164.83 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +578.82 162.24 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 159.66 63.76 2.59 r p2 +578.82 157.07 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +578.82 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 146.71 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 141.53 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +578.82 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 136.36 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +578.82 131.18 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +642.57 444.41 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 441.82 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 439.23 63.76 2.59 r p2 +642.57 436.64 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +642.57 434.05 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +642.57 431.47 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 428.88 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 426.29 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +642.57 423.70 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +642.57 421.11 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 418.52 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 415.93 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 413.35 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +642.57 410.76 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +642.57 408.17 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 405.58 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +642.57 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 395.22 63.76 2.59 r p2 +642.57 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 390.05 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +642.57 387.46 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +642.57 384.87 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +642.57 382.28 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +642.57 379.69 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +642.57 377.10 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 371.93 63.76 2.59 r p2 +642.57 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +642.57 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +642.57 364.16 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +642.57 361.57 63.76 2.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +642.57 358.98 63.76 2.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +642.57 356.39 63.76 2.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +642.57 353.81 63.76 2.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +642.57 351.22 63.76 2.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +642.57 348.63 63.76 2.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +642.57 346.04 63.76 2.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +642.57 343.45 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +642.57 340.86 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +642.57 338.27 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +642.57 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +642.57 333.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +642.57 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +642.57 325.33 63.76 2.59 r p2 +642.57 322.74 63.76 2.59 r p2 +642.57 320.15 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +642.57 317.56 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +642.57 314.98 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +642.57 312.39 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +642.57 309.80 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +642.57 307.21 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +642.57 304.62 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +642.57 302.03 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +642.57 299.44 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +642.57 296.86 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +642.57 294.27 63.76 2.59 r p2 +642.57 291.68 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +642.57 289.09 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +642.57 286.50 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +642.57 283.91 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +642.57 281.32 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +642.57 278.73 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +642.57 276.15 63.76 2.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +642.57 273.56 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +642.57 270.97 63.76 2.59 r p2 +642.57 268.38 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +642.57 265.79 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +642.57 263.20 63.76 2.59 r p2 +642.57 260.61 63.76 2.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +642.57 258.02 63.76 2.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +642.57 255.44 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +642.57 252.85 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +642.57 250.26 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +642.57 247.67 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +642.57 245.08 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +642.57 242.49 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +642.57 239.90 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +642.57 237.32 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +642.57 234.73 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +642.57 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 229.55 63.76 2.59 r p2 +642.57 226.96 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 224.37 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 221.78 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 219.19 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +642.57 216.61 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +642.57 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 211.43 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +642.57 208.84 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +642.57 206.25 63.76 2.59 r p2 +642.57 203.66 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +642.57 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 195.90 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +642.57 193.31 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +642.57 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +642.57 185.54 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 182.95 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +642.57 180.36 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 177.78 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +642.57 175.19 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +642.57 172.60 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +642.57 170.01 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +642.57 167.42 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +642.57 164.83 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 162.24 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +642.57 159.66 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +642.57 157.07 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +642.57 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 149.30 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +642.57 146.71 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 141.53 63.76 2.59 r p2 +642.57 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 136.36 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 131.18 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +706.33 444.41 63.76 2.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +706.33 441.82 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 439.23 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +706.33 436.64 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +706.33 434.05 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +706.33 431.47 63.76 2.59 r p2 +706.33 428.88 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 426.29 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +706.33 423.70 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 421.11 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +706.33 418.52 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +706.33 415.93 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 410.76 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 408.17 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +706.33 405.58 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 395.22 63.76 2.59 r p2 +706.33 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 390.05 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +706.33 387.46 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +706.33 384.87 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 382.28 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 379.69 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 377.10 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 371.93 63.76 2.59 r p2 +706.33 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 366.75 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 364.16 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +706.33 361.57 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 358.98 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +706.33 356.39 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 353.81 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 351.22 63.76 2.59 r p2 +706.33 348.63 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +706.33 346.04 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 343.45 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 340.86 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 338.27 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +706.33 335.69 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +706.33 333.10 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 330.51 63.76 2.59 r p2 +706.33 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +706.33 325.33 63.76 2.59 r p2 +706.33 322.74 63.76 2.59 r p2 +706.33 320.15 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +706.33 317.56 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 314.98 63.76 2.59 r p2 +706.33 312.39 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 309.80 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +706.33 307.21 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 304.62 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 302.03 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +706.33 299.44 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 296.86 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +706.33 294.27 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 291.68 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 289.09 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 286.50 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 283.91 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +706.33 281.32 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +706.33 278.73 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 276.15 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 273.56 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 270.97 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 268.38 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +706.33 265.79 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 263.20 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 260.61 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 258.02 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 255.44 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +706.33 252.85 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 250.26 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 247.67 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +706.33 245.08 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 242.49 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +706.33 239.90 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +706.33 237.32 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 234.73 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 229.55 63.76 2.59 r p2 +706.33 226.96 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +706.33 224.37 63.76 2.59 r p2 +706.33 221.78 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +706.33 219.19 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +706.33 216.61 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +706.33 208.84 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +706.33 206.25 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +706.33 203.66 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +706.33 201.07 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +706.33 198.49 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +706.33 195.90 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +706.33 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 185.54 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +706.33 182.95 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +706.33 180.36 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 175.19 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +706.33 172.60 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 170.01 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +706.33 167.42 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 164.83 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +706.33 162.24 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 159.66 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +706.33 157.07 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 149.30 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 146.71 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +706.33 144.12 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +706.33 141.53 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 136.36 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +706.33 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 131.18 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 444.41 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 441.82 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 439.23 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 436.64 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 434.05 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +770.09 431.47 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +770.09 428.88 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +770.09 426.29 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 423.70 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +770.09 421.11 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +770.09 418.52 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 415.93 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +770.09 410.76 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 408.17 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 405.58 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 395.22 63.76 2.59 r p2 +770.09 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 390.05 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 387.46 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +770.09 384.87 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 382.28 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 379.69 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 377.10 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 371.93 63.76 2.59 r p2 +770.09 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 364.16 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +770.09 361.57 63.76 2.59 r p2 +770.09 358.98 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +770.09 356.39 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 353.81 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 351.22 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +770.09 348.63 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 346.04 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +770.09 343.45 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +770.09 340.86 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 338.27 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 335.69 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 333.10 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 325.33 63.76 2.59 r p2 +770.09 322.74 63.76 2.59 r p2 +770.09 320.15 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 317.56 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 314.98 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +770.09 312.39 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 309.80 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 307.21 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +770.09 304.62 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 302.03 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 299.44 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 296.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 294.27 63.76 2.59 r p2 +770.09 291.68 63.76 2.59 r p2 +770.09 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 283.91 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 281.32 63.76 2.59 r p2 +770.09 278.73 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 276.15 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 270.97 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +770.09 268.38 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 265.79 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 263.20 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 260.61 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 258.02 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 255.44 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 252.85 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 250.26 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 247.67 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 245.08 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 242.49 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 239.90 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 237.32 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 234.73 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 229.55 63.76 2.59 r p2 +770.09 226.96 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 224.37 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 221.78 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +770.09 219.19 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 216.61 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 211.43 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +770.09 208.84 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 206.25 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 203.66 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +770.09 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +770.09 195.90 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +770.09 193.31 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +770.09 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 188.13 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +770.09 185.54 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +770.09 182.95 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +770.09 180.36 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +770.09 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 175.19 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 172.60 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +770.09 170.01 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 167.42 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 164.83 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 162.24 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +770.09 159.66 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +770.09 157.07 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +770.09 154.48 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +770.09 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 149.30 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +770.09 146.71 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +770.09 144.12 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +770.09 141.53 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +770.09 138.95 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +770.09 136.36 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +770.09 133.77 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +770.09 131.18 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 444.41 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 441.82 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +833.84 439.23 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +833.84 436.64 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +833.84 434.05 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +833.84 431.47 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +833.84 428.88 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +833.84 426.29 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +833.84 423.70 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +833.84 421.11 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +833.84 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +833.84 415.93 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +833.84 413.35 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 410.76 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +833.84 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +833.84 405.58 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 395.22 63.76 2.59 r p2 +833.84 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 390.05 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +833.84 387.46 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +833.84 384.87 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 382.28 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +833.84 379.69 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 377.10 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 371.93 63.76 2.59 r p2 +833.84 369.34 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +833.84 366.75 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +833.84 364.16 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 361.57 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 358.98 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +833.84 356.39 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 353.81 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 351.22 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +833.84 348.63 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 346.04 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 343.45 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 340.86 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 338.27 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +833.84 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +833.84 333.10 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 330.51 63.76 2.59 r p2 +833.84 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +833.84 325.33 63.76 2.59 r p2 +833.84 322.74 63.76 2.59 r p2 +833.84 320.15 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 317.56 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +833.84 314.98 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +833.84 312.39 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 309.80 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 307.21 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +833.84 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 302.03 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +833.84 299.44 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 296.86 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +833.84 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +833.84 291.68 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 289.09 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 286.50 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 283.91 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +833.84 281.32 63.76 2.59 r p2 +833.84 278.73 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 276.15 63.76 2.59 r p2 +833.84 273.56 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 270.97 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +833.84 268.38 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +833.84 265.79 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 263.20 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 260.61 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 258.02 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 255.44 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 252.85 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 250.26 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +833.84 247.67 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 245.08 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 242.49 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 239.90 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 237.32 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +833.84 234.73 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 229.55 63.76 2.59 r p2 +833.84 226.96 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 224.37 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +833.84 221.78 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 219.19 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 216.61 63.76 2.59 r p2 +833.84 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 211.43 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +833.84 208.84 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +833.84 206.25 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +833.84 203.66 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 198.49 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +833.84 195.90 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +833.84 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +833.84 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 188.13 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +833.84 185.54 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 182.95 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +833.84 180.36 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 177.78 63.76 2.59 r p2 +833.84 175.19 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +833.84 172.60 63.76 2.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +833.84 170.01 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +833.84 167.42 63.76 2.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +833.84 164.83 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +833.84 162.24 63.76 2.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +833.84 159.66 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +833.84 157.07 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +833.84 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 149.30 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +833.84 146.71 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 141.53 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +833.84 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 136.36 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +833.84 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 131.18 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +897.60 444.41 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 441.82 63.76 2.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +897.60 439.23 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +897.60 436.64 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +897.60 434.05 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +897.60 431.47 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +897.60 428.88 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 426.29 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +897.60 423.70 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +897.60 421.11 63.76 2.59 r p2 +897.60 418.52 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +897.60 415.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +897.60 410.76 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +897.60 405.58 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +897.60 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 395.22 63.76 2.59 r p2 +897.60 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 390.05 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 387.46 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 384.87 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 382.28 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 379.69 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +897.60 377.10 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 371.93 63.76 2.59 r p2 +897.60 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +897.60 364.16 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +897.60 361.57 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +897.60 358.98 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +897.60 356.39 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 353.81 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +897.60 351.22 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +897.60 348.63 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +897.60 346.04 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +897.60 343.45 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 340.86 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +897.60 333.10 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +897.60 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +897.60 325.33 63.76 2.59 r p2 +897.60 322.74 63.76 2.59 r p2 +897.60 320.15 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 317.56 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +897.60 314.98 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 312.39 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +897.60 309.80 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 307.21 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 304.62 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 302.03 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +897.60 299.44 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +897.60 296.86 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +897.60 294.27 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +897.60 291.68 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 289.09 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +897.60 286.50 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +897.60 283.91 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +897.60 281.32 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +897.60 278.73 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 276.15 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 270.97 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 268.38 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 265.79 63.76 2.59 r p2 +897.60 263.20 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 260.61 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 258.02 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +897.60 255.44 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +897.60 252.85 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +897.60 250.26 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 247.67 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 245.08 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 242.49 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +897.60 239.90 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +897.60 237.32 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +897.60 234.73 63.76 2.59 r p2 +897.60 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 229.55 63.76 2.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +897.60 226.96 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 224.37 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +897.60 221.78 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 219.19 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 216.61 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +897.60 208.84 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +897.60 206.25 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +897.60 203.66 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 195.90 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +897.60 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +897.60 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 188.13 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 185.54 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +897.60 182.95 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +897.60 180.36 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +897.60 177.78 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +897.60 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 172.60 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 170.01 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 167.42 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +897.60 164.83 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +897.60 162.24 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +897.60 159.66 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 157.07 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 149.30 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +897.60 146.71 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 141.53 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +897.60 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 136.36 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 131.18 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 444.41 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 441.82 63.76 2.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +961.36 439.23 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +961.36 436.64 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +961.36 434.05 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +961.36 431.47 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +961.36 428.88 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 426.29 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 423.70 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +961.36 421.11 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +961.36 418.52 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 415.93 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 413.35 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +961.36 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 408.17 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 405.58 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 397.81 63.76 2.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +961.36 395.22 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 390.05 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 387.46 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 384.87 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +961.36 382.28 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 379.69 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 377.10 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +961.36 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 371.93 63.76 2.59 r p2 +961.36 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +961.36 364.16 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 361.57 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +961.36 358.98 63.76 2.59 r p2 +961.36 356.39 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +961.36 353.81 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +961.36 351.22 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 348.63 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 346.04 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 343.45 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 340.86 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +961.36 338.27 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +961.36 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +961.36 333.10 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +961.36 325.33 63.76 2.59 r p2 +961.36 322.74 63.76 2.59 r p2 +961.36 320.15 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 317.56 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 314.98 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 312.39 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 309.80 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +961.36 307.21 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +961.36 304.62 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 302.03 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 299.44 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 296.86 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 294.27 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 291.68 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +961.36 289.09 63.76 2.59 r p2 +961.36 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 283.91 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 281.32 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 278.73 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 276.15 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 273.56 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +961.36 270.97 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 268.38 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 265.79 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 263.20 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 260.61 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 258.02 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 255.44 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 252.85 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 250.26 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 247.67 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +961.36 245.08 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 242.49 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 239.90 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 237.32 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +961.36 234.73 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 229.55 63.76 2.59 r p2 +961.36 226.96 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 224.37 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +961.36 221.78 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +961.36 219.19 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 216.61 63.76 2.59 r p2 +961.36 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +961.36 208.84 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 206.25 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 203.66 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 195.90 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +961.36 193.31 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +961.36 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 188.13 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +961.36 185.54 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +961.36 182.95 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 180.36 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +961.36 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 175.19 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +961.36 172.60 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +961.36 170.01 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 167.42 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 164.83 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +961.36 162.24 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 159.66 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 157.07 63.76 2.59 r p2 +961.36 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 149.30 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +961.36 146.71 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +961.36 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 141.53 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +961.36 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 136.36 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +961.36 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 131.18 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1025.12 444.41 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 441.82 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1025.12 439.23 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1025.12 436.64 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1025.12 434.05 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1025.12 431.47 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1025.12 428.88 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1025.12 426.29 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 423.70 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 421.11 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 418.52 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1025.12 415.93 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1025.12 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 410.76 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 408.17 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1025.12 405.58 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.12 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1025.12 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 395.22 63.76 2.59 r p2 +1025.12 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 390.05 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1025.12 387.46 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1025.12 384.87 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1025.12 382.28 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.12 379.69 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1025.12 377.10 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1025.12 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 371.93 63.76 2.59 r p2 +1025.12 369.34 63.76 2.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1025.12 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 364.16 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1025.12 361.57 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1025.12 358.98 63.76 2.59 r p2 +1025.12 356.39 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 353.81 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 351.22 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 348.63 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 346.04 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1025.12 343.45 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1025.12 340.86 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 338.27 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1025.12 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1025.12 333.10 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 325.33 63.76 2.59 r p2 +1025.12 322.74 63.76 2.59 r p2 +1025.12 320.15 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1025.12 317.56 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 314.98 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1025.12 312.39 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 309.80 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 307.21 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 304.62 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 302.03 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1025.12 299.44 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1025.12 296.86 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 291.68 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1025.12 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 286.50 63.76 2.59 r p2 +1025.12 283.91 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 281.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 278.73 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 276.15 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 273.56 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1025.12 270.97 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 268.38 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1025.12 265.79 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 263.20 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 260.61 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 258.02 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 255.44 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 252.85 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 250.26 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 247.67 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 245.08 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 242.49 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 239.90 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1025.12 237.32 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 234.73 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 229.55 63.76 2.59 r p2 +1025.12 226.96 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 224.37 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1025.12 221.78 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1025.12 219.19 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 216.61 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1025.12 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1025.12 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1025.12 203.66 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1025.12 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 195.90 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 193.31 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1025.12 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 188.13 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1025.12 185.54 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1025.12 182.95 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1025.12 180.36 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 177.78 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1025.12 175.19 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1025.12 172.60 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1025.12 170.01 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1025.12 167.42 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 164.83 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 162.24 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 159.66 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1025.12 157.07 63.76 2.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1025.12 154.48 63.76 2.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1025.12 151.89 63.76 2.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1025.12 149.30 63.76 2.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1025.12 146.71 63.76 2.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1025.12 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1025.12 141.53 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1025.12 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 136.36 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 131.18 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 444.41 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1088.87 441.82 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1088.87 439.23 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 436.64 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1088.87 434.05 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1088.87 431.47 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1088.87 428.88 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1088.87 426.29 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1088.87 423.70 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 421.11 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1088.87 418.52 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1088.87 415.93 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1088.87 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1088.87 410.76 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1088.87 408.17 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1088.87 405.58 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 395.22 63.76 2.59 r p2 +1088.87 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 390.05 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 387.46 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1088.87 384.87 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1088.87 382.28 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 379.69 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1088.87 377.10 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1088.87 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 371.93 63.76 2.59 r p2 +1088.87 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 366.75 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1088.87 364.16 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1088.87 361.57 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1088.87 358.98 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1088.87 356.39 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 353.81 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1088.87 351.22 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1088.87 348.63 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 346.04 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1088.87 343.45 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1088.87 340.86 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 338.27 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1088.87 333.10 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 325.33 63.76 2.59 r p2 +1088.87 322.74 63.76 2.59 r p2 +1088.87 320.15 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1088.87 317.56 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 314.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 312.39 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1088.87 309.80 63.76 2.59 r p2 +1088.87 307.21 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 304.62 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 302.03 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 299.44 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1088.87 296.86 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 294.27 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 291.68 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 289.09 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 286.50 63.76 2.59 r p2 +1088.87 283.91 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 281.32 63.76 2.59 r p2 +1088.87 278.73 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1088.87 276.15 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 270.97 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1088.87 268.38 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 265.79 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 263.20 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1088.87 260.61 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 258.02 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1088.87 255.44 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 250.26 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1088.87 247.67 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 245.08 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 242.49 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1088.87 239.90 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1088.87 237.32 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1088.87 234.73 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 229.55 63.76 2.59 r p2 +1088.87 226.96 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1088.87 224.37 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 221.78 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1088.87 219.19 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 216.61 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1088.87 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1088.87 203.66 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 195.90 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 193.31 63.76 2.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1088.87 190.72 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +1088.87 188.13 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1088.87 185.54 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1088.87 182.95 63.76 2.59 r p2 +1088.87 180.36 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 177.78 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1088.87 175.19 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1088.87 172.60 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 170.01 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 167.42 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 164.83 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1088.87 162.24 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1088.87 159.66 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1088.87 157.07 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 149.30 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1088.87 146.71 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1088.87 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 141.53 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1088.87 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 136.36 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1088.87 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 131.18 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1152.63 444.41 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1152.63 441.82 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1152.63 439.23 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 436.64 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 434.05 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1152.63 431.47 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1152.63 428.88 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 426.29 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1152.63 423.70 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1152.63 421.11 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1152.63 418.52 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1152.63 415.93 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 413.35 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 410.76 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1152.63 408.17 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1152.63 405.58 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 395.22 63.76 2.59 r p2 +1152.63 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 390.05 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1152.63 387.46 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1152.63 384.87 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1152.63 382.28 63.76 2.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1152.63 379.69 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1152.63 377.10 63.76 2.59 r p2 +1152.63 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 371.93 63.76 2.59 r p2 +1152.63 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1152.63 364.16 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1152.63 361.57 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 358.98 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 356.39 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1152.63 353.81 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1152.63 351.22 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 348.63 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 346.04 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 343.45 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1152.63 340.86 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1152.63 338.27 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1152.63 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1152.63 333.10 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1152.63 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1152.63 325.33 63.76 2.59 r p2 +1152.63 322.74 63.76 2.59 r p2 +1152.63 320.15 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 317.56 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1152.63 314.98 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1152.63 312.39 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1152.63 309.80 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1152.63 307.21 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1152.63 304.62 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1152.63 302.03 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1152.63 299.44 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1152.63 296.86 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1152.63 294.27 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1152.63 291.68 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1152.63 289.09 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1152.63 286.50 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1152.63 283.91 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1152.63 281.32 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1152.63 278.73 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1152.63 276.15 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1152.63 273.56 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1152.63 270.97 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1152.63 268.38 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1152.63 265.79 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1152.63 263.20 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1152.63 260.61 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1152.63 258.02 63.76 2.59 r p2 +1152.63 255.44 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1152.63 252.85 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1152.63 250.26 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1152.63 247.67 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 245.08 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1152.63 242.49 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 239.90 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1152.63 237.32 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1152.63 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1152.63 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 229.55 63.76 2.59 r p2 +1152.63 226.96 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1152.63 224.37 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 221.78 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1152.63 219.19 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1152.63 216.61 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1152.63 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 211.43 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1152.63 208.84 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1152.63 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1152.63 203.66 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1152.63 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 198.49 63.76 2.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1152.63 195.90 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 193.31 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 188.13 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 185.54 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 182.95 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 180.36 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1152.63 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 175.19 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 172.60 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1152.63 170.01 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 167.42 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 164.83 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 159.66 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1152.63 157.07 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1152.63 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 149.30 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 146.71 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1152.63 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 141.53 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1152.63 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 136.36 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1152.63 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 131.18 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 444.41 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1216.39 441.82 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1216.39 439.23 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1216.39 436.64 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1216.39 434.05 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1216.39 431.47 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1216.39 428.88 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1216.39 426.29 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1216.39 423.70 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 421.11 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 418.52 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1216.39 415.93 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1216.39 413.35 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1216.39 410.76 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 408.17 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1216.39 405.58 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1216.39 402.99 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 397.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 395.22 63.76 2.59 r p2 +1216.39 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 390.05 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 387.46 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1216.39 384.87 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1216.39 382.28 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1216.39 379.69 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1216.39 377.10 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1216.39 374.52 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 371.93 63.76 2.59 r p2 +1216.39 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 364.16 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1216.39 361.57 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1216.39 358.98 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1216.39 356.39 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 353.81 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 351.22 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 348.63 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 346.04 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1216.39 343.45 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1216.39 340.86 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 338.27 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 335.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1216.39 333.10 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 330.51 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 327.92 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1216.39 325.33 63.76 2.59 r p2 +1216.39 322.74 63.76 2.59 r p2 +1216.39 320.15 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 317.56 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 314.98 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 312.39 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1216.39 309.80 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1216.39 307.21 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 302.03 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 299.44 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 296.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 291.68 63.76 2.59 r p2 +1216.39 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 283.91 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 281.32 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 278.73 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1216.39 276.15 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 270.97 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 268.38 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 265.79 63.76 2.59 r p2 +1216.39 263.20 63.76 2.59 r p2 +1216.39 260.61 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 258.02 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 255.44 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 252.85 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 250.26 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 247.67 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 245.08 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1216.39 242.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1216.39 239.90 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 237.32 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1216.39 234.73 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 232.14 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 229.55 63.76 2.59 r p2 +1216.39 226.96 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1216.39 224.37 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1216.39 221.78 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 219.19 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1216.39 216.61 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1216.39 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 211.43 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 208.84 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1216.39 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1216.39 203.66 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 201.07 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 195.90 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 193.31 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1216.39 190.72 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 188.13 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1216.39 185.54 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 182.95 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1216.39 180.36 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 177.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 175.19 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1216.39 172.60 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 170.01 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1216.39 167.42 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1216.39 164.83 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1216.39 162.24 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 159.66 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1216.39 157.07 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1216.39 154.48 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 151.89 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 149.30 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 146.71 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 144.12 63.76 2.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1216.39 141.53 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 138.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 136.36 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 131.18 63.76 2.59 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +29.70 128.18 (Batch1_B_7) 0 270.00 t +93.46 128.18 (Batch1_D_16) 0 270.00 t +157.21 128.18 (Batch1_D_17) 0 270.00 t +220.97 128.18 (Batch1_D_20) 0 270.00 t +284.73 128.18 (Batch1_D_18) 0 270.00 t +348.49 128.18 (Batch1_D_19) 0 270.00 t +412.24 128.18 (Batch1_B_8) 0 270.00 t +476.00 128.18 (Batch1_B_10) 0 270.00 t +539.76 128.18 (Batch1_B_6) 0 270.00 t +603.51 128.18 (Batch1_B_9) 0 270.00 t +667.27 128.18 (Batch1_C_11) 0 270.00 t +731.03 128.18 (Batch1_A_1) 0 270.00 t +794.79 128.18 (Batch1_A_4) 0 270.00 t +858.54 128.18 (Batch1_A_3) 0 270.00 t +922.30 128.18 (Batch1_A_2) 0 270.00 t +986.06 128.18 (Batch1_A_5) 0 270.00 t +1049.82 128.18 (Batch1_C_14) 0 270.00 t +1113.57 128.18 (Batch1_C_13) 0 270.00 t +1177.33 128.18 (Batch1_C_12) 0 270.00 t +1241.09 128.18 (Batch1_C_15) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 63.76 20.00 r p2 +68.76 450.00 63.76 20.00 r p2 +132.51 450.00 63.76 20.00 r p2 +196.27 450.00 63.76 20.00 r p2 +260.03 450.00 63.76 20.00 r p2 +323.79 450.00 63.76 20.00 r p2 +387.54 450.00 63.76 20.00 r p2 +451.30 450.00 63.76 20.00 r p2 +515.06 450.00 63.76 20.00 r p2 +578.82 450.00 63.76 20.00 r p2 +642.57 450.00 63.76 20.00 r p2 +706.33 450.00 63.76 20.00 r p2 +770.09 450.00 63.76 20.00 r p2 +833.84 450.00 63.76 20.00 r p2 +897.60 450.00 63.76 20.00 r p2 +961.36 450.00 63.76 20.00 r p2 +1025.12 450.00 63.76 20.00 r p2 +1088.87 450.00 63.76 20.00 r p2 +1152.63 450.00 63.76 20.00 r p2 +1216.39 450.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +5.00 472.00 63.76 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +68.76 472.00 63.76 20.00 r p2 +132.51 472.00 63.76 20.00 r p2 +196.27 472.00 63.76 20.00 r p2 +260.03 472.00 63.76 20.00 r p2 +323.79 472.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +387.54 472.00 63.76 20.00 r p2 +451.30 472.00 63.76 20.00 r p2 +515.06 472.00 63.76 20.00 r p2 +578.82 472.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +642.57 472.00 63.76 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +706.33 472.00 63.76 20.00 r p2 +770.09 472.00 63.76 20.00 r p2 +833.84 472.00 63.76 20.00 r p2 +897.60 472.00 63.76 20.00 r p2 +961.36 472.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +1025.12 472.00 63.76 20.00 r p2 +1088.87 472.00 63.76 20.00 r p2 +1152.63 472.00 63.76 20.00 r p2 +1216.39 472.00 63.76 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1283.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1283.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 396.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 368.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 339.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 310.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 403.92 (A) 0 0 t +1377.10 375.20 (B) 0 0 t +1377.10 346.48 (C) 0 0 t +1377.10 317.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 274.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 238.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 245.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 294.21 (-4) 0 0 t +1299.15 329.51 (-2) 0 0 t +1299.15 364.82 (0) 0 0 t +1299.15 400.12 (2) 0 0 t +1299.15 435.43 (4) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..d484a9372699af483ab3a9a4bd27fb20814fbb92 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..dcc8b033cf3146a09ccd6629cd887c27d25eb12f --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/log2_pca_cor.ps @@ -0,0 +1,1957 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +38.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +38.73 31.91 843.09 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 35.16 m +843.10 0 l +o +np +38.73 143.12 m +843.10 0 l +o +np +38.73 251.08 m +843.10 0 l +o +np +38.73 359.04 m +843.10 0 l +o +np +38.73 467.00 m +843.10 0 l +o +np +171.34 31.91 m +0 520.94 l +o +np +421.63 31.91 m +0 520.94 l +o +np +671.92 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +38.73 89.14 m +843.10 0 l +o +np +38.73 197.10 m +843.10 0 l +o +np +38.73 305.06 m +843.10 0 l +o +np +38.73 413.02 m +843.10 0 l +o +np +38.73 520.98 m +843.10 0 l +o +np +46.19 31.91 m +0 520.94 l +o +np +296.48 31.91 m +0 520.94 l +o +np +546.77 31.91 m +0 520.94 l +o +np +797.06 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +416.21 390.26 1.95 c p2 +357.64 377.23 1.95 c p2 +385.12 449.46 1.95 c p2 +414.30 352.54 1.95 c p2 +409.61 404.70 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +771.72 249.88 1.95 c p2 +774.55 295.16 1.95 c p2 +795.29 223.67 1.95 c p2 +769.90 290.90 1.95 c p2 +740.36 299.23 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +241.02 155.35 1.95 c p2 +283.13 242.14 1.95 c p2 +373.85 261.65 1.95 c p2 +392.84 203.30 1.95 c p2 +390.17 260.68 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +670.65 372.80 1.95 c p2 +675.94 353.55 1.95 c p2 +674.97 321.38 1.95 c p2 +699.34 263.59 1.95 c p2 +698.84 333.67 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +490.06 370.66 m +-0.71 16.43 l +-2.11 16.54 l +-3.49 16.42 l +-4.81 16.02 l +-6.06 15.41 l +-7.22 14.54 l +-8.26 13.47 l +-9.18 12.18 l +-9.97 10.72 l +-10.60 9.08 l +-11.07 7.32 l +-11.38 5.44 l +-11.50 3.48 l +-11.46 1.46 l +-11.24 -0.58 l +-10.86 -2.60 l +-10.30 -4.59 l +-9.60 -6.51 l +-8.74 -8.32 l +-7.75 -10.03 l +-6.65 -11.56 l +-5.45 -12.93 l +-4.16 -14.10 l +-2.80 -15.06 l +-1.42 -15.78 l +0 -16.28 l +1.42 -16.51 l +2.80 -16.51 l +4.16 -16.25 l +5.45 -15.75 l +6.65 -15.00 l +7.75 -14.04 l +8.74 -12.85 l +9.60 -11.47 l +10.30 -9.92 l +10.86 -8.21 l +11.24 -6.39 l +11.46 -4.47 l +11.50 -2.47 l +11.38 -0.45 l +11.07 1.59 l +10.60 3.61 l +9.97 5.56 l +9.18 7.43 l +8.26 9.19 l +7.22 10.81 l +6.06 12.27 l +4.81 13.54 l +3.49 14.61 l +2.11 15.45 l +0.71 16.06 l +o +0.4863 0.6824 0 srgb +np +843.50 178.57 m +-0.55 10.84 l +-1.66 12.08 l +-2.73 13.16 l +-3.76 14.01 l +-4.74 14.68 l +-5.64 15.10 l +-6.47 15.30 l +-7.19 15.28 l +-7.79 15.01 l +-8.30 14.53 l +-8.66 13.81 l +-8.90 12.90 l +-9.00 11.78 l +-8.96 10.49 l +-8.80 9.04 l +-8.49 7.44 l +-8.07 5.75 l +-7.50 3.96 l +-6.84 2.11 l +-6.07 0.23 l +-5.20 -1.66 l +-4.26 -3.51 l +-3.25 -5.33 l +-2.20 -7.04 l +-1.11 -8.67 l +0 -10.15 l +1.11 -11.48 l +2.20 -12.65 l +3.25 -13.61 l +4.26 -14.37 l +5.20 -14.91 l +6.07 -15.24 l +6.84 -15.32 l +7.50 -15.17 l +8.07 -14.80 l +8.49 -14.19 l +8.80 -13.38 l +8.96 -12.37 l +9.00 -11.15 l +8.90 -9.78 l +8.66 -8.26 l +8.30 -6.61 l +7.79 -4.86 l +7.19 -3.04 l +6.47 -1.17 l +5.64 0.71 l +4.74 2.59 l +3.76 4.43 l +2.73 6.19 l +1.66 7.87 l +0.55 9.43 l +o +0 0.7490 0.7686 srgb +np +595.84 328.90 m +-1.97 15.56 l +-5.87 13.75 l +-9.69 11.72 l +-13.37 9.52 l +-16.82 7.17 l +-20.04 4.71 l +-22.95 2.19 l +-25.51 -0.37 l +-27.69 -2.92 l +-29.44 -5.44 l +-30.74 -7.86 l +-31.59 -10.18 l +-31.95 -12.33 l +-31.84 -14.29 l +-31.22 -16.05 l +-30.15 -17.55 l +-28.62 -18.80 l +-26.65 -19.75 l +-24.27 -20.41 l +-21.54 -20.76 l +-18.47 -20.79 l +-15.12 -20.50 l +-11.55 -19.92 l +-7.80 -19.02 l +-3.92 -17.84 l +0 -16.38 l +3.92 -14.69 l +7.80 -12.75 l +11.55 -10.64 l +15.12 -8.37 l +18.47 -5.95 l +21.54 -3.46 l +24.27 -0.91 l +26.65 1.65 l +28.62 4.19 l +30.15 6.66 l +31.22 9.04 l +31.84 11.27 l +31.95 13.34 l +31.59 15.20 l +30.74 16.83 l +29.44 18.21 l +27.69 19.31 l +25.51 20.12 l +22.95 20.62 l +20.04 20.81 l +16.82 20.69 l +13.37 20.25 l +9.69 19.51 l +5.87 18.46 l +1.97 17.15 l +o +0.7804 0.4863 1 srgb +np +736.00 219.05 m +-0.40 14.18 l +-1.17 15.64 l +-1.95 16.84 l +-2.67 17.81 l +-3.38 18.50 l +-4.02 18.90 l +-4.60 19.03 l +-5.11 18.86 l +-5.55 18.41 l +-5.90 17.68 l +-6.17 16.68 l +-6.33 15.43 l +-6.40 13.94 l +-6.38 12.25 l +-6.26 10.36 l +-6.05 8.32 l +-5.74 6.16 l +-5.34 3.90 l +-4.86 1.58 l +-4.32 -0.77 l +-3.70 -3.09 l +-3.04 -5.38 l +-2.31 -7.58 l +-1.56 -9.67 l +-0.79 -11.61 l +0 -13.37 l +0.79 -14.94 l +1.56 -16.27 l +2.31 -17.36 l +3.04 -18.18 l +3.70 -18.74 l +4.32 -19.00 l +4.86 -18.98 l +5.34 -18.68 l +5.74 -18.07 l +6.05 -17.22 l +6.26 -16.08 l +6.38 -14.71 l +6.40 -13.12 l +6.33 -11.33 l +6.17 -9.36 l +5.90 -7.25 l +5.55 -5.04 l +5.11 -2.74 l +4.60 -0.41 l +4.02 1.93 l +3.38 4.25 l +2.67 6.49 l +1.95 8.64 l +1.17 10.66 l +0.40 12.51 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +38.73 31.91 843.09 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 85.90 (-10) 1 0 t +33.80 193.87 (-5) 1 0 t +33.80 301.83 (0) 1 0 t +33.80 409.79 (5) 1 0 t +33.80 517.75 (10) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 89.14 m +2.74 0 l +o +np +35.99 197.10 m +2.74 0 l +o +np +35.99 305.06 m +2.74 0 l +o +np +35.99 413.02 m +2.74 0 l +o +np +35.99 520.98 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +46.19 29.17 m +0 2.74 l +o +np +296.48 29.17 m +0 2.74 l +o +np +546.77 29.17 m +0 2.74 l +o +np +797.06 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +46.19 20.52 (-20) .5 0 t +296.48 20.52 (-10) .5 0 t +546.77 20.52 (0) .5 0 t +797.06 20.52 (10) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +460.28 7.90 (PC1 \(48.40%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(9.79%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (PCA of Log2\(x+0.00e+00\) of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 1 0.6353 0.5255 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 1 0.6353 0.5255 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 1 0.4078 0.2745 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 1 0.6353 0.5255 srgb } def +1688.46 191.74 23.91 23.91 r p3 +1712.37 191.74 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 1 0.4078 0.2745 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1784.11 215.66 23.91 23.91 r p3 +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1688.46 263.49 23.91 23.91 r p3 +1712.37 263.49 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1975.43 263.49 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2095.00 287.40 23.91 23.91 r p3 +2118.91 287.40 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2023.25 502.63 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_D_20) 1 0 t +1681.13 103.74 (Batch1_D_18) 1 0 t +1681.13 127.65 (Batch1_D_19) 1 0 t +1681.13 151.57 (Batch1_B_7) 1 0 t +1681.13 175.48 (Batch1_D_16) 1 0 t +1681.13 199.39 (Batch1_D_17) 1 0 t +1681.13 223.31 (Batch1_B_8) 1 0 t +1681.13 247.22 (Batch1_B_10) 1 0 t +1681.13 271.14 (Batch1_B_6) 1 0 t +1681.13 295.05 (Batch1_B_9) 1 0 t +1681.13 318.96 (Batch1_A_3) 1 0 t +1681.13 342.88 (Batch1_A_2) 1 0 t +1681.13 366.79 (Batch1_A_5) 1 0 t +1681.13 390.71 (Batch1_A_1) 1 0 t +1681.13 414.62 (Batch1_A_4) 1 0 t +1681.13 438.53 (Batch1_C_11) 1 0 t +1681.13 462.45 (Batch1_C_13) 1 0 t +1681.13 486.36 (Batch1_C_14) 1 0 t +1681.13 510.28 (Batch1_C_12) 1 0 t +1681.13 534.19 (Batch1_C_15) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_D_20) 1 45.00 t +1730.42 58.76 (Batch1_D_18) 1 45.00 t +1754.33 58.76 (Batch1_D_19) 1 45.00 t +1778.25 58.76 (Batch1_B_7) 1 45.00 t +1802.16 58.76 (Batch1_D_16) 1 45.00 t +1826.08 58.76 (Batch1_D_17) 1 45.00 t +1849.99 58.76 (Batch1_B_8) 1 45.00 t +1873.91 58.76 (Batch1_B_10) 1 45.00 t +1897.82 58.76 (Batch1_B_6) 1 45.00 t +1921.73 58.76 (Batch1_B_9) 1 45.00 t +1945.65 58.76 (Batch1_A_3) 1 45.00 t +1969.56 58.76 (Batch1_A_2) 1 45.00 t +1993.48 58.76 (Batch1_A_5) 1 45.00 t +2017.39 58.76 (Batch1_A_1) 1 45.00 t +2041.30 58.76 (Batch1_A_4) 1 45.00 t +2065.22 58.76 (Batch1_C_11) 1 45.00 t +2089.13 58.76 (Batch1_C_13) 1 45.00 t +2113.05 58.76 (Batch1_C_14) 1 45.00 t +2136.96 58.76 (Batch1_C_12) 1 45.00 t +2160.87 58.76 (Batch1_C_15) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of Log2\(x+0.00e+00\) of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.png new file mode 100644 index 0000000000000000000000000000000000000000..3e8daee646bd85429281710ea53a6fd8762d8178 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.ps new file mode 100644 index 0000000000000000000000000000000000000000..608b46532d8ef183cde7426ef2491fe6ceaad032 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw.ps @@ -0,0 +1,27790 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +48.74 308.40 1025.78 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +48.74 353.31 m +1025.78 0 l +o +np +48.74 422.46 m +1025.78 0 l +o +np +48.74 491.62 m +1025.78 0 l +o +1.07 setlinewidth +[] 0 setdash +np +48.74 318.73 m +1025.78 0 l +o +np +48.74 387.88 m +1025.78 0 l +o +np +48.74 457.04 m +1025.78 0 l +o +np +48.74 526.20 m +1025.78 0 l +o +np +79.21 308.40 m +0 227.24 l +o +np +129.99 308.40 m +0 227.24 l +o +np +180.77 308.40 m +0 227.24 l +o +np +231.55 308.40 m +0 227.24 l +o +np +282.33 308.40 m +0 227.24 l +o +np +333.12 308.40 m +0 227.24 l +o +np +383.90 308.40 m +0 227.24 l +o +np +434.68 308.40 m +0 227.24 l +o +np +485.46 308.40 m +0 227.24 l +o +np +536.24 308.40 m +0 227.24 l +o +np +587.02 308.40 m +0 227.24 l +o +np +637.80 308.40 m +0 227.24 l +o +np +688.58 308.40 m +0 227.24 l +o +np +739.36 308.40 m +0 227.24 l +o +np +790.15 308.40 m +0 227.24 l +o +np +840.93 308.40 m +0 227.24 l +o +np +891.71 308.40 m +0 227.24 l +o +np +942.49 308.40 m +0 227.24 l +o +np +993.27 308.40 m +0 227.24 l +o +np +1044.05 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 61.37 318.73 m +0.78 0.23 l +8.96 0.23 l +4.77 0.23 l +1.58 0.23 l +1.01 0.23 l +0.32 0.23 l +0.07 0.23 l +-0.25 0.23 l +-0.30 0.23 l +-0.10 0.23 l +0.16 0.23 l +0.48 0.22 l +0.30 0.23 l +0.02 0.23 l +-0.14 0.23 l +-0.16 0.23 l +0.10 0.23 l +-0.05 0.23 l +0.23 0.23 l +0.05 0.23 l +-0.03 0.23 l +-0.15 0.23 l +-0.10 0.23 l +0.14 0.23 l +-0.14 0.23 l +0.13 0.23 l +0.09 0.23 l +-0.12 0.23 l +-0.09 0.23 l +0.22 0.23 l +0.05 0.23 l +-0.08 0.23 l +-0.28 0.23 l +0.13 0.23 l +-0.12 0.23 l +0.28 0.23 l +0.08 0.23 l +-0.09 0.23 l +-0.29 0.23 l +0.28 0.23 l +0.02 0.22 l +-0.25 0.23 l +0.18 0.23 l +0.13 0.23 l +0.02 0.23 l +0 0.23 l +0 0.23 l +-0.06 0.23 l +-0.23 0.23 l +0.11 0.23 l +0.14 0.23 l +0.02 0.23 l +-0.10 0.23 l +-0.19 0.23 l +0.19 0.23 l +0.10 0.23 l +0.02 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +79.21 341.70 lineto +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +-0.02 0.23 l +-0.13 0.23 l +-0.13 0.23 l +0.17 0.23 l +0.10 0.23 l +0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +-0.10 0.23 l +-0.15 0.23 l +0.09 0.23 l +0.14 0.23 l +0.03 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +79.21 364.66 lineto +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +79.21 387.63 lineto +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +79.21 410.59 lineto +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +79.21 433.56 lineto +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.02 0.23 l +-0.12 0.23 l +-0.12 0.23 l +0.52 0 l +-0.12 -0.23 l +-0.12 -0.23 l +-0.02 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +79.21 415.88 lineto +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +79.21 392.91 lineto +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +79.21 369.94 lineto +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0.03 -0.23 l +0.13 -0.23 l +0.10 -0.23 l +-0.16 -0.23 l +-0.09 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.10 -0.23 l +0.17 -0.23 l +-0.14 -0.23 l +-0.12 -0.23 l +-0.02 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +79.21 346.98 lineto +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.11 -0.23 l +0.19 -0.23 l +-0.19 -0.23 l +-0.10 -0.23 l +0.02 -0.23 l +0.14 -0.23 l +0.11 -0.23 l +-0.23 -0.23 l +-0.06 -0.23 l +0 -0.23 l +0 -0.23 l +0.02 -0.23 l +0.13 -0.23 l +0.18 -0.23 l +-0.25 -0.23 l +0.02 -0.22 l +0.28 -0.23 l +-0.29 -0.23 l +-0.09 -0.23 l +0.08 -0.23 l +0.28 -0.23 l +-0.12 -0.23 l +0.13 -0.23 l +-0.28 -0.23 l +-0.09 -0.23 l +0.06 -0.23 l +0.22 -0.23 l +-0.09 -0.23 l +-0.13 -0.23 l +0.10 -0.23 l +0.13 -0.23 l +-0.14 -0.23 l +79.50 324.01 lineto +-0.11 -0.23 l +-0.14 -0.23 l +-0.04 -0.23 l +0.06 -0.23 l +0.23 -0.23 l +-0.05 -0.23 l +0.10 -0.23 l +-0.16 -0.23 l +-0.14 -0.23 l +0.01 -0.23 l +0.31 -0.23 l +0.48 -0.22 l +0.16 -0.23 l +-0.10 -0.23 l +-0.30 -0.23 l +-0.25 -0.23 l +0.07 -0.23 l +0.32 -0.23 l +1.01 -0.23 l +1.58 -0.23 l +4.77 -0.23 l +8.96 -0.23 l +0.77 -0.23 l +-35.67 0 l +cp p3 +np + 111.71 318.73 m +3.98 0.39 l +11.08 0.40 l +2.25 0.39 l +0.01 0.40 l +0.01 0.39 l +0.63 0.40 l +0.15 0.39 l +-0.46 0.40 l +0.18 0.39 l +0.41 0.40 l +-0.14 0.39 l +-0.03 0.40 l +0.06 0.39 l +-0.34 0.40 l +0.31 0.39 l +0.16 0.40 l +-0.20 0.39 l +-0.32 0.40 l +0.45 0.39 l +-0.12 0.40 l +0.04 0.39 l +0.17 0.40 l +-0.07 0.39 l +-0.25 0.40 l +0.28 0.39 l +0.03 0.40 l +-0.09 0.39 l +-0.25 0.40 l +0.09 0.39 l +0.14 0.40 l +0.12 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +-0.02 0.39 l +-0.31 0.40 l +0.27 0.39 l +0.06 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +-0.22 0.40 l +0.04 0.39 l +0.17 0.40 l +0.01 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +129.99 358.22 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +129.99 397.71 lineto +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +-0.06 0.39 l +-0.27 0.40 l +0.30 0.39 l +0.03 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +129.99 437.19 lineto +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +129.99 476.68 lineto +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +129.99 516.17 lineto +0 0.40 l +0 0.39 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +0 0.40 l +0 0.39 l +-0.09 0.40 l +-0.15 0.39 l +0.48 0 l +-0.15 -0.39 l +-0.09 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +129.99 485.76 lineto +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +129.99 446.28 lineto +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.03 -0.40 l +0.30 -0.39 l +-0.27 -0.40 l +129.99 406.79 lineto +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +129.99 367.30 lineto +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.02 -0.39 l +0.16 -0.40 l +0.04 -0.39 l +-0.22 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.06 -0.40 l +0.27 -0.39 l +-0.30 -0.40 l +-0.03 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0.12 -0.39 l +0.14 -0.40 l +0.09 -0.39 l +-0.25 -0.40 l +-0.09 -0.39 l +0.03 -0.40 l +0.28 -0.39 l +130.06 327.81 lineto +-0.07 -0.39 l +0.17 -0.40 l +0.04 -0.39 l +-0.12 -0.40 l +0.45 -0.39 l +-0.32 -0.40 l +-0.19 -0.39 l +0.16 -0.40 l +0.30 -0.39 l +-0.34 -0.40 l +0.06 -0.39 l +-0.03 -0.40 l +-0.14 -0.39 l +0.41 -0.40 l +0.18 -0.39 l +-0.46 -0.40 l +0.15 -0.39 l +0.63 -0.40 l +0.01 -0.39 l +0.01 -0.40 l +2.25 -0.39 l +11.08 -0.40 l +3.98 -0.39 l +-36.56 0 l +cp p3 +np + 161.31 318.73 m +0.25 0.17 l +6.96 0.17 l +5.66 0.16 l +2.85 0.17 l +1.56 0.17 l +0.88 0.17 l +0.58 0.17 l +0.44 0.17 l +0 0.17 l +-0.30 0.16 l +-0.22 0.17 l +-0.19 0.17 l +-0.12 0.17 l +0.43 0.17 l +0.47 0.17 l +0.04 0.16 l +-0.13 0.17 l +0.08 0.17 l +0.16 0.17 l +0.03 0.17 l +-0.13 0.17 l +-0.34 0.17 l +-0.23 0.16 l +0.08 0.17 l +0.07 0.17 l +0.23 0.17 l +0.25 0.17 l +0.09 0.17 l +0.01 0.17 l +-0.01 0.16 l +-0.10 0.17 l +-0.32 0.17 l +-0.19 0.17 l +0.31 0.17 l +0.25 0.17 l +0.05 0.17 l +-0.07 0.16 l +-0.17 0.17 l +-0.12 0.17 l +-0.02 0.17 l +0.09 0.17 l +0.17 0.17 l +0.10 0.16 l +0.02 0.17 l +-0.09 0.17 l +-0.16 0.17 l +0.01 0.17 l +0.13 0.17 l +0.10 0.17 l +0.02 0.16 l +0 0.17 l +-0.01 0.17 l +-0.08 0.17 l +-0.16 0.17 l +-0.02 0.17 l +0.03 0.17 l +-0.07 0.16 l +0.05 0.17 l +0.16 0.17 l +0.08 0.17 l +0.02 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +180.77 335.58 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +180.77 352.43 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +-0.08 0.17 l +-0.16 0.17 l +-0.01 0.17 l +0.13 0.17 l +0.10 0.17 l +0.03 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +180.77 369.28 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +180.77 386.13 lineto +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +180.77 402.99 lineto +0 0.16 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.16 l +-0.05 0.17 l +-0.14 0.17 l +-0.09 0.17 l +0.56 0 l +-0.09 -0.17 l +-0.13 -0.17 l +-0.05 -0.17 l +-0.01 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +180.77 390.01 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +180.77 373.16 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +180.77 356.31 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.03 -0.16 l +0.10 -0.17 l +0.13 -0.17 l +0 -0.17 l +-0.16 -0.17 l +-0.09 -0.17 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +180.77 339.46 lineto +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.17 l +0.02 -0.17 l +0.09 -0.17 l +0.15 -0.17 l +0.05 -0.17 l +-0.07 -0.16 l +0.04 -0.17 l +-0.03 -0.17 l +-0.16 -0.17 l +-0.08 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0.03 -0.16 l +0.09 -0.17 l +0.14 -0.17 l +0.01 -0.17 l +-0.16 -0.17 l +-0.09 -0.17 l +0.01 -0.17 l +0.10 -0.16 l +0.17 -0.17 l +0.09 -0.17 l +-0.02 -0.17 l +-0.12 -0.17 l +-0.16 -0.17 l +-0.07 -0.16 l +0.04 -0.17 l +0.26 -0.17 l +0.31 -0.17 l +-0.20 -0.17 l +-0.31 -0.17 l +-0.11 -0.17 l +-0.01 -0.16 l +0.01 -0.17 l +0.09 -0.17 l +0.25 -0.17 l +0.24 -0.17 l +0.07 -0.17 l +181.51 322.60 lineto +-0.24 -0.16 l +-0.33 -0.17 l +-0.14 -0.17 l +0.04 -0.17 l +0.15 -0.17 l +0.08 -0.17 l +-0.12 -0.17 l +0.04 -0.16 l +0.46 -0.17 l +0.44 -0.17 l +-0.13 -0.17 l +-0.19 -0.17 l +-0.21 -0.17 l +-0.30 -0.16 l +0 -0.17 l +0.43 -0.17 l +0.58 -0.17 l +0.88 -0.17 l +1.56 -0.17 l +2.85 -0.17 l +5.66 -0.16 l +6.97 -0.17 l +0.24 -0.17 l +-38.92 0 l +cp p3 +np + 209.10 318.73 m +6.85 0.24 l +8.40 0.25 l +4.53 0.24 l +1.41 0.24 l +0.70 0.25 l +0.40 0.24 l +-0.34 0.24 l +-0.44 0.25 l +-0.32 0.24 l +0.85 0.24 l +0.37 0.25 l +0.04 0.24 l +0 0.24 l +-0.04 0.25 l +-0.32 0.24 l +-0.20 0.25 l +0.43 0.24 l +-0.03 0.24 l +-0.14 0.25 l +0.23 0.24 l +0.03 0.24 l +-0.25 0.25 l +-0.03 0.24 l +-0.02 0.24 l +0.26 0.25 l +0.05 0.24 l +-0.16 0.24 l +-0.11 0.25 l +-0.11 0.24 l +0.28 0.25 l +0.11 0.24 l +-0.05 0.24 l +-0.26 0.25 l +0.21 0.24 l +0.11 0.24 l +0.01 0.25 l +-0.02 0.24 l +-0.21 0.24 l +-0.34 0.25 l +0.34 0.24 l +0.20 0.24 l +-0.07 0.25 l +-0.18 0.24 l +0.15 0.24 l +0.12 0.25 l +0.01 0.24 l +-0.02 0.25 l +-0.16 0.24 l +-0.05 0.24 l +0.14 0.25 l +0.08 0.24 l +0.01 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +231.55 343.08 lineto +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +-0.02 0.24 l +-0.18 0.24 l +-0.03 0.25 l +0.16 0.24 l +0.07 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +-0.01 0.25 l +-0.09 0.24 l +-0.14 0.24 l +0.08 0.25 l +0.14 0.24 l +0.02 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +231.55 367.44 lineto +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +231.55 391.79 lineto +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +231.55 416.15 lineto +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.24 l +231.55 440.50 lineto +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +0 0.25 l +0 0.24 l +0 0.24 l +-0.08 0.25 l +-0.28 0.24 l +0.73 0 l +-0.28 -0.24 l +-0.08 -0.25 l +-0.01 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +231.55 421.75 lineto +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +231.55 397.39 lineto +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +231.55 373.04 lineto +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0.02 -0.24 l +0.15 -0.24 l +0.07 -0.25 l +-0.13 -0.24 l +-0.10 -0.24 l +-0.01 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0.01 -0.25 l +0.07 -0.24 l +0.16 -0.24 l +-0.04 -0.25 l +-0.17 -0.24 l +-0.03 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +231.55 348.69 lineto +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0 -0.24 l +0 -0.24 l +0 -0.25 l +0.01 -0.24 l +0.09 -0.24 l +0.14 -0.25 l +-0.05 -0.24 l +-0.16 -0.24 l +-0.03 -0.25 l +0.02 -0.24 l +0.12 -0.25 l +0.15 -0.24 l +-0.19 -0.24 l +-0.06 -0.25 l +0.20 -0.24 l +0.33 -0.24 l +-0.33 -0.25 l +-0.21 -0.24 l +-0.03 -0.24 l +0.02 -0.25 l +0.11 -0.24 l +0.20 -0.24 l +-0.25 -0.25 l +-0.06 -0.24 l +0.12 -0.24 l +0.28 -0.25 l +-0.12 -0.24 l +-0.10 -0.25 l +-0.16 -0.24 l +0.05 -0.24 l +0.25 -0.25 l +231.88 324.33 lineto +-0.03 -0.24 l +-0.25 -0.25 l +0.02 -0.24 l +0.23 -0.24 l +-0.14 -0.25 l +-0.03 -0.24 l +0.44 -0.24 l +-0.20 -0.25 l +-0.32 -0.24 l +-0.05 -0.25 l +0 -0.24 l +0.05 -0.24 l +0.37 -0.25 l +0.84 -0.24 l +-0.31 -0.24 l +-0.44 -0.25 l +-0.34 -0.24 l +0.39 -0.24 l +0.70 -0.25 l +1.42 -0.24 l +4.53 -0.24 l +8.39 -0.25 l +6.85 -0.24 l +-44.90 0 l +cp p3 +np + 261.31 318.73 m +6.88 0.28 l +8.64 0.28 l +3.12 0.28 l +1.43 0.28 l +0.35 0.28 l +0.13 0.28 l +0.10 0.28 l +-0.71 0.28 l +0.56 0.28 l +0.45 0.28 l +0.06 0.28 l +-0.08 0.28 l +-0.24 0.28 l +-0.32 0.28 l +0.32 0.29 l +0.09 0.28 l +0.04 0.28 l +0.14 0.28 l +0 0.28 l +-0.21 0.28 l +0.13 0.28 l +0.12 0.28 l +-0.21 0.28 l +-0.26 0.28 l +0.02 0.28 l +0.04 0.28 l +0.08 0.28 l +0.07 0.28 l +0.16 0.28 l +0.12 0.28 l +0 0.28 l +-0.06 0.28 l +-0.18 0.28 l +0.08 0.28 l +0.15 0.28 l +0.01 0.28 l +-0.01 0.29 l +-0.16 0.28 l +-0.04 0.28 l +0.14 0.28 l +0.07 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.10 0.28 l +-0.14 0.28 l +0.12 0.28 l +0.11 0.28 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +282.33 346.77 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +-0.03 0.28 l +-0.16 0.28 l +-0.04 0.28 l +0.21 0.28 l +282.33 374.82 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +282.33 402.86 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +282.33 430.91 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +282.33 458.95 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.09 0.28 l +-0.20 0.29 l +0.59 0 l +-0.21 -0.29 l +-0.08 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +282.33 437.36 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +282.33 409.31 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +282.33 381.27 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.28 l +0.22 -0.28 l +-0.04 -0.28 l +-0.16 -0.28 l +-0.03 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +282.33 353.22 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.12 -0.28 l +0.11 -0.28 l +-0.14 -0.28 l +-0.09 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.07 -0.28 l +0.14 -0.28 l +-0.04 -0.28 l +-0.16 -0.28 l +-0.02 -0.29 l +0.02 -0.28 l +0.15 -0.28 l +0.08 -0.28 l +-0.18 -0.28 l +-0.06 -0.28 l +0 -0.28 l +0.12 -0.28 l +0.16 -0.28 l +0.07 -0.28 l +0.08 -0.28 l +0.04 -0.28 l +0.02 -0.28 l +282.57 325.18 lineto +-0.21 -0.28 l +0.12 -0.28 l +0.12 -0.28 l +-0.20 -0.28 l +0 -0.28 l +0.14 -0.28 l +0.04 -0.28 l +0.08 -0.28 l +0.33 -0.29 l +-0.32 -0.28 l +-0.24 -0.28 l +-0.09 -0.28 l +0.07 -0.28 l +0.44 -0.28 l +0.57 -0.28 l +-0.71 -0.28 l +0.09 -0.28 l +0.14 -0.28 l +0.34 -0.28 l +1.44 -0.28 l +3.12 -0.28 l +8.64 -0.28 l +6.88 -0.28 l +-42.05 0 l +cp p3 +np + 322.72 318.73 m +0.19 0.25 l +2.88 0.24 l +2.62 0.25 l +1.55 0.25 l +0.96 0.25 l +0.66 0.25 l +0.38 0.24 l +0.23 0.25 l +0.27 0.25 l +0.31 0.25 l +0.19 0.25 l +0.04 0.24 l +-0.06 0.25 l +-0.10 0.25 l +-0.18 0.25 l +-0.14 0.25 l +0.05 0.24 l +0.22 0.25 l +0.20 0.25 l +0.09 0.25 l +0.03 0.25 l +0 0.24 l +-0.01 0.25 l +-0.06 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.04 0.24 l +0.03 0.25 l +0.06 0.25 l +0.04 0.25 l +0.02 0.25 l +0.01 0.24 l +0.05 0.25 l +0.06 0.25 l +0.04 0.25 l +0.01 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +-0.04 0.25 l +-0.08 0.25 l +-0.11 0.24 l +-0.05 0.25 l +0.06 0.25 l +0.12 0.25 l +0.07 0.25 l +0.03 0.24 l +0 0.25 l +0 0.25 l +-0.03 0.25 l +-0.05 0.25 l +-0.06 0.24 l +0 0.25 l +0.06 0.25 l +0.05 0.25 l +0.03 0.25 l +0 0.24 l +-0.03 0.25 l +-0.09 0.25 l +-0.12 0.25 l +-0.05 0.25 l +0.08 0.24 l +0.12 0.25 l +0.07 0.25 l +0.02 0.25 l +0 0.24 l +0 0.25 l +-0.04 0.25 l +-0.06 0.25 l +-0.08 0.25 l +-0.04 0.24 l +-0.02 0.25 l +-0.01 0.25 l +0.02 0.25 l +0.07 0.25 l +0.08 0.24 l +0.06 0.25 l +0.02 0.25 l +0 0.25 l +0.01 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +333.12 343.53 lineto +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.04 0.24 l +-0.11 0.25 l +-0.11 0.25 l +0 0.25 l +0.10 0.25 l +0.10 0.24 l +0.06 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +333.12 368.32 lineto +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.04 0.24 l +-0.06 0.25 l +-0.05 0.25 l +0.03 0.25 l +0.06 0.25 l +0.04 0.24 l +0.01 0.25 l +-0.04 0.25 l +-0.06 0.25 l +-0.03 0.25 l +0.03 0.24 l +0.05 0.25 l +0.05 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +333.12 393.12 lineto +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +333.12 417.92 lineto +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +333.12 442.72 lineto +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +-0.01 0.25 l +-0.01 0.25 l +-0.04 0.25 l +-0.06 0.25 l +-0.04 0.24 l +0.31 0 l +-0.03 -0.24 l +-0.07 -0.25 l +-0.04 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +333.12 423.62 lineto +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +333.12 398.82 lineto +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0.01 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.03 -0.24 l +-0.03 -0.25 l +-0.06 -0.25 l +-0.04 -0.25 l +0.01 -0.25 l +0.04 -0.24 l +0.06 -0.25 l +0.03 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.04 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +333.12 374.03 lineto +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +333.12 349.23 lineto +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.06 -0.25 l +0.10 -0.24 l +0.10 -0.25 l +0 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.04 -0.24 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0.02 -0.25 l +0.06 -0.25 l +0.08 -0.24 l +0.07 -0.25 l +0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.04 -0.24 l +-0.08 -0.25 l +-0.06 -0.25 l +-0.03 -0.25 l +-0.01 -0.25 l +0 -0.24 l +0.02 -0.25 l +0.07 -0.25 l +0.12 -0.25 l +0.08 -0.24 l +-0.05 -0.25 l +-0.12 -0.25 l +-0.09 -0.25 l +-0.03 -0.25 l +0 -0.24 l +0.03 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0 -0.25 l +-0.06 -0.24 l +-0.05 -0.25 l +-0.03 -0.25 l +0 -0.25 l +0 -0.25 l +0.03 -0.24 l +0.07 -0.25 l +0.12 -0.25 l +0.06 -0.25 l +-0.05 -0.25 l +-0.11 -0.24 l +-0.08 -0.25 l +-0.04 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0.01 -0.25 l +0.04 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.01 -0.24 l +0.02 -0.25 l +0.04 -0.25 l +0.06 -0.25 l +0.03 -0.25 l +-0.04 -0.24 l +-0.11 -0.25 l +-0.10 -0.25 l +333.14 324.43 lineto +-0.02 -0.25 l +0 -0.24 l +0.03 -0.25 l +0.09 -0.25 l +0.20 -0.25 l +0.22 -0.25 l +0.05 -0.24 l +-0.14 -0.25 l +-0.17 -0.25 l +-0.11 -0.25 l +-0.06 -0.25 l +0.04 -0.24 l +0.19 -0.25 l +0.31 -0.25 l +0.27 -0.25 l +0.23 -0.25 l +0.38 -0.24 l +0.66 -0.25 l +0.96 -0.25 l +1.55 -0.25 l +2.62 -0.25 l +2.88 -0.24 l +0.19 -0.25 l +-20.79 0 l +cp p3 +np + 373.67 318.73 m +0.54 0.31 l +3.47 0.30 l +2.59 0.31 l +1.48 0.31 l +0.86 0.30 l +0.36 0.31 l +0.26 0.31 l +0.29 0.30 l +0.09 0.31 l +-0.03 0.31 l +0.01 0.30 l +-0.06 0.31 l +-0.10 0.31 l +0.04 0.31 l +0.16 0.30 l +0.16 0.31 l +0.06 0.31 l +-0.05 0.30 l +-0.06 0.31 l +-0.05 0.31 l +-0.08 0.30 l +-0.06 0.31 l +0.04 0.31 l +0.05 0.30 l +0.04 0.31 l +0.05 0.31 l +0.09 0.31 l +0.06 0.30 l +0.02 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +-0.03 0.31 l +-0.08 0.30 l +-0.05 0.31 l +0.06 0.31 l +0.02 0.31 l +-0.10 0.30 l +-0.06 0.31 l +0.03 0.31 l +0.12 0.30 l +0.08 0.31 l +0.02 0.31 l +-0.01 0.30 l +-0.04 0.31 l +-0.08 0.31 l +-0.03 0.30 l +0.08 0.31 l +0.06 0.31 l +0.01 0.31 l +0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +-0.01 0.31 l +-0.05 0.31 l +-0.12 0.30 l +-0.12 0.31 l +-0.03 0.31 l +0.07 0.30 l +0.13 0.31 l +0.09 0.31 l +0.03 0.31 l +0.01 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +-0.01 0.30 l +-0.05 0.31 l +-0.07 0.31 l +0 0.30 l +0.08 0.31 l +0.04 0.31 l +-0.02 0.31 l +-0.08 0.30 l +-0.04 0.31 l +0.06 0.31 l +0.07 0.30 l +0.02 0.31 l +0.01 0.31 l +0 0.30 l +383.90 349.42 lineto +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +383.90 380.11 lineto +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +383.87 410.81 lineto +-0.06 0.30 l +-0.05 0.31 l +0.01 0.31 l +0.08 0.30 l +0.04 0.31 l +0.01 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +383.90 441.50 lineto +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.30 l +383.90 472.19 lineto +0 0.31 l +0 0.30 l +0 0.31 l +0 0.31 l +0 0.31 l +0 0.30 l +0 0.31 l +-0.01 0.31 l +-0.03 0.30 l +-0.07 0.31 l +-0.04 0.31 l +0.29 0 l +-0.04 -0.31 l +-0.07 -0.31 l +-0.03 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +383.90 448.56 lineto +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +383.90 417.86 lineto +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0.04 -0.31 l +0.08 -0.30 l +0.02 -0.31 l +-0.06 -0.31 l +-0.06 -0.30 l +-0.02 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +383.90 387.17 lineto +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +383.90 356.48 lineto +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0.02 -0.31 l +0.07 -0.30 l +0.06 -0.31 l +-0.04 -0.31 l +-0.08 -0.30 l +-0.02 -0.31 l +0.05 -0.31 l +0.08 -0.31 l +-0.01 -0.30 l +-0.07 -0.31 l +-0.05 -0.31 l +-0.01 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0.03 -0.31 l +0.09 -0.31 l +0.13 -0.31 l +0.07 -0.30 l +-0.02 -0.31 l +-0.12 -0.31 l +-0.12 -0.30 l +-0.06 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0.01 -0.31 l +0.07 -0.31 l +0.07 -0.31 l +-0.03 -0.30 l +-0.08 -0.31 l +-0.04 -0.31 l +0 -0.30 l +0.01 -0.31 l +0.08 -0.31 l +0.13 -0.30 l +0.03 -0.31 l +-0.07 -0.31 l +-0.09 -0.30 l +0.01 -0.31 l +0.07 -0.31 l +-0.06 -0.31 l +-0.08 -0.30 l +-0.03 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0 -0.31 l +0 -0.30 l +0 -0.31 l +0.01 -0.31 l +0.06 -0.30 l +0.09 -0.31 l +0.05 -0.31 l +0.04 -0.31 l +384.20 325.79 lineto +0.04 -0.31 l +-0.06 -0.31 l +-0.07 -0.30 l +-0.05 -0.31 l +-0.07 -0.31 l +-0.05 -0.30 l +0.06 -0.31 l +0.16 -0.31 l +0.17 -0.30 l +0.04 -0.31 l +-0.10 -0.31 l +-0.06 -0.31 l +0 -0.30 l +-0.03 -0.31 l +0.09 -0.31 l +0.29 -0.30 l +0.27 -0.31 l +0.35 -0.31 l +0.86 -0.30 l +1.48 -0.31 l +2.59 -0.31 l +3.48 -0.30 l +0.53 -0.31 l +-20.45 0 l +cp p3 +np + 424.36 318.73 m +0.18 0.25 l +2.83 0.26 l +2.55 0.25 l +1.54 0.25 l +1.03 0.26 l +0.76 0.25 l +0.45 0.25 l +0.24 0.26 l +0.20 0.25 l +0.20 0.25 l +0.16 0.26 l +0.04 0.25 l +-0.11 0.25 l +-0.18 0.26 l +-0.10 0.25 l +0.03 0.25 l +0.10 0.26 l +0.14 0.25 l +0.14 0.25 l +0.08 0.26 l +0.03 0.25 l +0.01 0.25 l +-0.01 0.26 l +-0.01 0.25 l +-0.06 0.25 l +-0.12 0.26 l +-0.10 0.25 l +-0.01 0.25 l +0.05 0.26 l +0.02 0.25 l +0.01 0.25 l +0.02 0.26 l +0.06 0.25 l +0.08 0.25 l +0.05 0.26 l +0.01 0.25 l +0.01 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +-0.01 0.26 l +-0.01 0.25 l +-0.05 0.25 l +-0.06 0.26 l +-0.03 0.25 l +0.02 0.25 l +-0.01 0.26 l +-0.02 0.25 l +0.04 0.25 l +0.07 0.26 l +0.01 0.25 l +-0.04 0.25 l +-0.06 0.26 l +0.01 0.25 l +0.04 0.25 l +-0.01 0.26 l +-0.08 0.25 l +-0.08 0.25 l +0.01 0.26 l +0.10 0.25 l +0.10 0.25 l +0.04 0.26 l +0 0.25 l +-0.03 0.25 l +-0.09 0.26 l +-0.10 0.25 l +-0.03 0.25 l +0.06 0.26 l +0.11 0.25 l +0.05 0.25 l +-0.02 0.26 l +-0.06 0.25 l +-0.02 0.25 l +0.04 0.26 l +0.07 0.25 l +0.03 0.25 l +0.01 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +434.68 344.06 lineto +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +-0.01 0.26 l +-0.04 0.25 l +-0.06 0.25 l +-0.04 0.26 l +0.02 0.25 l +0.06 0.25 l +0.05 0.26 l +0.01 0.25 l +0.01 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +-0.01 0.25 l +-0.03 0.25 l +-0.06 0.26 l +-0.05 0.25 l +0.01 0.25 l +0.07 0.26 l +0.05 0.25 l +0.01 0.25 l +0.01 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +434.68 369.40 lineto +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +-0.01 0.25 l +-0.01 0.26 l +-0.05 0.25 l +-0.06 0.25 l +-0.02 0.26 l +0.05 0.25 l +0.05 0.25 l +0.04 0.26 l +0.01 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +434.68 394.73 lineto +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +-0.01 0.25 l +-0.03 0.25 l +-0.07 0.26 l +-0.05 0.25 l +0.03 0.25 l +0.07 0.26 l +0.04 0.25 l +0.02 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +434.68 420.06 lineto +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +434.68 445.40 lineto +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +0 0.25 l +0 0.26 l +0 0.25 l +-0.02 0.25 l +-0.03 0.26 l +-0.07 0.25 l +-0.04 0.25 l +0.31 0 l +-0.04 -0.25 l +-0.06 -0.25 l +-0.04 -0.26 l +-0.01 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +434.68 425.89 lineto +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0.01 -0.25 l +0.04 -0.25 l +0.07 -0.26 l +0.04 -0.25 l +-0.05 -0.25 l +-0.07 -0.26 l +-0.03 -0.25 l +-0.01 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +434.68 400.56 lineto +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0.01 -0.25 l +0.03 -0.26 l +0.06 -0.25 l +0.04 -0.25 l +-0.02 -0.26 l +-0.06 -0.25 l +-0.04 -0.25 l +-0.02 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +434.68 375.22 lineto +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0.02 -0.25 l +0.05 -0.25 l +0.06 -0.26 l +0.02 -0.25 l +-0.06 -0.25 l +-0.06 -0.26 l +-0.03 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0.02 -0.25 l +0.04 -0.26 l +0.06 -0.25 l +0.02 -0.25 l +-0.04 -0.26 l +434.72 349.89 lineto +-0.03 -0.25 l +-0.01 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0.01 -0.26 l +0.03 -0.25 l +0.06 -0.25 l +0.05 -0.26 l +-0.03 -0.25 l +-0.05 -0.25 l +-0.03 -0.26 l +0.06 -0.25 l +0.10 -0.25 l +0.07 -0.26 l +-0.04 -0.25 l +-0.10 -0.25 l +-0.08 -0.26 l +-0.04 -0.25 l +0 -0.25 l +0.05 -0.26 l +0.09 -0.25 l +0.10 -0.25 l +0.02 -0.26 l +-0.09 -0.25 l +-0.08 -0.25 l +0 -0.26 l +0.04 -0.25 l +0 -0.25 l +-0.05 -0.26 l +-0.05 -0.25 l +0.02 -0.25 l +0.07 -0.26 l +0.04 -0.25 l +-0.02 -0.25 l +-0.01 -0.26 l +0.02 -0.25 l +-0.03 -0.25 l +-0.07 -0.26 l +-0.04 -0.25 l +-0.02 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0 -0.25 l +0 -0.26 l +0 -0.25 l +0.02 -0.25 l +0.05 -0.26 l +0.07 -0.25 l +0.07 -0.25 l +0.02 -0.26 l +0 -0.25 l +0.03 -0.25 l +0.05 -0.26 l +-0.01 -0.25 l +-0.11 -0.25 l +-0.11 -0.26 l +-0.06 -0.25 l +434.68 324.56 lineto +0 -0.26 l +0.01 -0.25 l +0.03 -0.25 l +0.08 -0.26 l +0.13 -0.25 l +0.14 -0.25 l +0.11 -0.26 l +0.02 -0.25 l +-0.10 -0.25 l +-0.17 -0.26 l +-0.11 -0.25 l +0.04 -0.25 l +0.15 -0.26 l +0.21 -0.25 l +0.19 -0.25 l +0.24 -0.26 l +0.45 -0.25 l +0.76 -0.25 l +1.04 -0.26 l +1.54 -0.25 l +2.54 -0.25 l +2.84 -0.26 l +0.17 -0.25 l +-20.63 0 l +cp p3 +np + 475.24 318.73 m +0.06 0.22 l +2.23 0.22 l +2.41 0.22 l +1.72 0.22 l +1.13 0.22 l +0.74 0.23 l +0.49 0.22 l +0.37 0.22 l +0.32 0.22 l +0.28 0.22 l +0.21 0.22 l +0.13 0.22 l +0.03 0.22 l +-0.07 0.22 l +-0.15 0.23 l +-0.18 0.22 l +-0.12 0.22 l +-0.03 0.22 l +0.04 0.22 l +0.10 0.22 l +0.14 0.22 l +0.15 0.22 l +0.11 0.22 l +0.04 0.22 l +-0.03 0.23 l +-0.08 0.22 l +-0.09 0.22 l +-0.06 0.22 l +-0.02 0.22 l +0 0.22 l +0.04 0.22 l +0.07 0.22 l +0.08 0.22 l +0.05 0.23 l +-0.01 0.22 l +-0.03 0.22 l +0.01 0.22 l +0.05 0.22 l +0.04 0.22 l +0 0.22 l +-0.04 0.22 l +-0.05 0.22 l +-0.01 0.23 l +0.03 0.22 l +0.02 0.22 l +-0.02 0.22 l +-0.03 0.22 l +0.01 0.22 l +0.05 0.22 l +0.05 0.22 l +0.02 0.22 l +0.01 0.23 l +0 0.22 l +-0.03 0.22 l +-0.05 0.22 l +-0.05 0.22 l +0 0.22 l +0.04 0.22 l +0.05 0.22 l +0.03 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.04 0.22 l +-0.08 0.22 l +-0.09 0.22 l +-0.05 0.22 l +0.04 0.22 l +0.09 0.23 l +0.09 0.22 l +0.04 0.22 l +0.01 0.22 l +-0.01 0.22 l +-0.03 0.22 l +-0.05 0.22 l +-0.04 0.22 l +0 0.22 l +0.05 0.23 l +0.04 0.22 l +0.01 0.22 l +-0.03 0.22 l +-0.06 0.22 l +-0.02 0.22 l +0.03 0.22 l +0.05 0.22 l +0.05 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +485.46 340.84 lineto +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.02 0.22 l +-0.04 0.22 l +-0.05 0.22 l +-0.02 0.22 l +0.02 0.22 l +0.04 0.23 l +0.04 0.22 l +0.01 0.22 l +-0.03 0.22 l +-0.05 0.22 l +-0.03 0.22 l +0.01 0.22 l +0.05 0.22 l +0.04 0.22 l +0.03 0.23 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +485.46 362.95 lineto +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.02 0.22 l +-0.04 0.22 l +-0.06 0.22 l +-0.03 0.22 l +0.03 0.22 l +485.40 385.06 lineto +0.04 0.22 l +0.01 0.22 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +485.46 407.16 lineto +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +485.46 429.27 lineto +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.02 0.22 l +-0.04 0.22 l +-0.05 0.22 l +-0.03 0.22 l +0.30 0 l +-0.03 -0.22 l +-0.05 -0.22 l +-0.05 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +485.46 412.25 lineto +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +485.46 390.14 lineto +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.02 -0.22 l +0.04 -0.22 l +0.06 -0.23 l +0.03 -0.22 l +-0.02 -0.22 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.02 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +485.46 368.03 lineto +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.05 -0.22 l +0.05 -0.22 l +0.01 -0.22 l +-0.03 -0.22 l +-0.05 -0.22 l +-0.03 -0.22 l +0.01 -0.22 l +0.03 -0.22 l +0.05 -0.23 l +0.02 -0.22 l +-0.03 -0.22 l +-0.05 -0.22 l +-0.04 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +485.46 345.92 lineto +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.02 -0.23 l +0.04 -0.22 l +0.06 -0.22 l +0.03 -0.22 l +-0.02 -0.22 l +-0.06 -0.22 l +-0.04 -0.22 l +0.01 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.01 -0.22 l +-0.04 -0.22 l +-0.05 -0.22 l +-0.03 -0.22 l +-0.01 -0.22 l +0.01 -0.22 l +0.04 -0.22 l +0.08 -0.22 l +0.10 -0.23 l +0.03 -0.22 l +-0.04 -0.22 l +-0.09 -0.22 l +-0.08 -0.22 l +-0.04 -0.22 l +-0.02 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.05 -0.22 l +0.04 -0.22 l +-0.01 -0.22 l +-0.04 -0.22 l +-0.05 -0.22 l +-0.03 -0.22 l +-0.01 -0.22 l +0.01 -0.23 l +0.03 -0.22 l +0.05 -0.22 l +0.05 -0.22 l +0.01 -0.22 l +-0.03 -0.22 l +-0.02 -0.22 l +0.02 -0.22 l +0.03 -0.22 l +-0.02 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +0 -0.22 l +0.04 -0.22 l +0.04 -0.22 l +0.02 -0.22 l +-0.03 -0.22 l +-0.01 -0.22 l +0.05 -0.23 l +0.08 -0.22 l +0.07 -0.22 l +0.04 -0.22 l +0 -0.22 l +-0.02 -0.22 l +-0.06 -0.22 l +-0.09 -0.22 l +-0.08 -0.22 l +-0.04 -0.23 l +485.56 323.81 lineto +0.12 -0.22 l +0.15 -0.22 l +0.13 -0.22 l +0.10 -0.22 l +0.05 -0.22 l +-0.03 -0.22 l +-0.13 -0.22 l +-0.17 -0.22 l +-0.15 -0.23 l +-0.07 -0.22 l +0.02 -0.22 l +0.13 -0.22 l +0.22 -0.22 l +0.28 -0.22 l +0.32 -0.22 l +0.37 -0.22 l +0.49 -0.22 l +0.74 -0.23 l +1.12 -0.22 l +1.73 -0.22 l +2.41 -0.22 l +2.23 -0.22 l +0.06 -0.22 l +-20.44 0 l +cp p3 +np + 525.33 318.73 m +2.54 0.40 l +4.10 0.41 l +2.10 0.40 l +0.99 0.41 l +0.55 0.40 l +0.26 0.40 l +0.06 0.41 l +0.02 0.40 l +-0.18 0.41 l +0.03 0.40 l +0.23 0.41 l +0.03 0.40 l +-0.11 0.40 l +0.06 0.41 l +0.03 0.40 l +0.01 0.41 l +0.05 0.40 l +0.04 0.41 l +-0.03 0.40 l +0.02 0.40 l +0.06 0.41 l +0.02 0.40 l +-0.05 0.41 l +-0.05 0.40 l +0.02 0.41 l +-0.02 0.40 l +-0.01 0.40 l +0.01 0.41 l +-0.01 0.40 l +0.05 0.41 l +0.07 0.40 l +-0.01 0.41 l +-0.07 0.40 l +-0.02 0.40 l +0.06 0.41 l +0.04 0.40 l +-0.01 0.41 l +-0.08 0.40 l +-0.02 0.41 l +0.07 0.40 l +-0.03 0.40 l +-0.14 0.41 l +-0.01 0.40 l +0.16 0.41 l +0.07 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.03 0.41 l +-0.07 0.40 l +-0.04 0.40 l +0.09 0.41 l +0.05 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.02 0.41 l +-0.07 0.40 l +-0.06 0.41 l +0.10 0.40 l +0.05 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.05 0.41 l +-0.09 0.40 l +0.04 0.40 l +0.07 0.41 l +0.03 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +536.24 359.16 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +536.24 399.58 lineto +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.03 0.40 l +-0.08 0.41 l +-0.01 0.40 l +0.07 0.40 l +0.04 0.41 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +536.24 440.01 lineto +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +536.24 480.44 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +536.24 520.86 lineto +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +-0.06 0.40 l +-0.09 0.41 l +0.32 0 l +-0.09 -0.41 l +-0.06 -0.40 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +536.24 489.73 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +536.24 449.31 lineto +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.04 -0.41 l +0.07 -0.40 l +-0.01 -0.40 l +-0.08 -0.41 l +-0.03 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +536.24 408.88 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +536.24 368.45 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.03 -0.40 l +0.07 -0.41 l +0.04 -0.40 l +-0.09 -0.40 l +-0.05 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.05 -0.40 l +0.10 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.02 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.05 -0.40 l +0.10 -0.41 l +-0.05 -0.40 l +-0.07 -0.40 l +-0.03 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.07 -0.40 l +0.16 -0.41 l +-0.01 -0.40 l +-0.14 -0.41 l +-0.03 -0.40 l +0.07 -0.40 l +-0.02 -0.41 l +-0.08 -0.40 l +-0.01 -0.41 l +0.04 -0.40 l +0.06 -0.41 l +-0.02 -0.40 l +-0.07 -0.40 l +-0.01 -0.41 l +0.07 -0.40 l +0.05 -0.41 l +-0.01 -0.40 l +0.01 -0.41 l +-0.01 -0.40 l +-0.02 -0.40 l +0.02 -0.41 l +536.32 328.03 lineto +-0.05 -0.41 l +0.02 -0.40 l +0.06 -0.41 l +0.02 -0.40 l +-0.03 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.01 -0.41 l +0.03 -0.40 l +0.06 -0.41 l +-0.11 -0.40 l +0.03 -0.40 l +0.23 -0.41 l +0.03 -0.40 l +-0.18 -0.41 l +0.02 -0.40 l +0.06 -0.41 l +0.26 -0.40 l +0.55 -0.40 l +0.99 -0.41 l +2.10 -0.40 l +4.10 -0.41 l +2.54 -0.40 l +-21.82 0 l +cp p3 +np + 567.04 318.73 m +1.15 0.15 l +6.77 0.15 l +5.87 0.14 l +2.60 0.15 l +0.81 0.15 l +0.44 0.15 l +0.40 0.15 l +0.36 0.15 l +0.37 0.14 l +0.42 0.15 l +0.37 0.15 l +0.17 0.15 l +-0.02 0.15 l +-0.02 0.15 l +0.02 0.14 l +-0.04 0.15 l +-0.10 0.15 l +-0.11 0.15 l +-0.10 0.15 l +0.01 0.15 l +0.13 0.14 l +0.18 0.15 l +0.16 0.15 l +0.07 0.15 l +-0.05 0.15 l +-0.17 0.15 l +-0.17 0.15 l +0.01 0.14 l +0.17 0.15 l +0.17 0.15 l +0.08 0.15 l +0.02 0.15 l +-0.05 0.15 l +-0.14 0.14 l +-0.09 0.15 l +0.07 0.15 l +0.11 0.15 l +-0.02 0.15 l +-0.11 0.15 l +-0.05 0.14 l +0.01 0.15 l +-0.01 0.15 l +0.02 0.15 l +0.10 0.15 l +0.11 0.15 l +0.05 0.14 l +0.01 0.15 l +-0.01 0.15 l +-0.04 0.15 l +-0.13 0.15 l +-0.22 0.15 l +-0.12 0.14 l +0.13 0.15 l +0.22 0.15 l +0.13 0.15 l +0.04 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +587.02 333.57 lineto +0 0.15 l +0 0.14 l +0 0.15 l +-0.01 0.15 l +-0.06 0.15 l +-0.11 0.15 l +-0.09 0.15 l +0.05 0.14 l +0.12 0.15 l +0.07 0.15 l +0.03 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +-0.04 0.15 l +-0.10 0.15 l +-0.10 0.14 l +0.01 0.15 l +0.11 0.15 l +0.09 0.15 l +0.04 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +-0.04 0.14 l +-0.11 0.15 l +-0.10 0.15 l +0.02 0.15 l +0.12 0.15 l +0.09 0.15 l +0.03 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +587.02 348.41 lineto +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.14 l +-0.05 0.15 l +-0.12 0.15 l +-0.10 0.15 l +0.05 0.15 l +0.13 0.15 l +0.07 0.15 l +0.03 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +587.02 363.24 lineto +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +587.02 378.08 lineto +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.14 l +-0.05 0.15 l +-0.10 0.15 l +-0.09 0.15 l +0.02 0.15 l +0.11 0.15 l +0.09 0.14 l +0.03 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +587.02 392.92 lineto +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.02 0.15 l +-0.07 0.15 l +-0.11 0.14 l +-0.06 0.15 l +0.52 0 l +-0.06 -0.15 l +-0.11 -0.14 l +-0.07 -0.15 l +-0.02 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.03 -0.15 l +0.08 -0.14 l +0.11 -0.15 l +0.02 -0.15 l +-0.09 -0.15 l +-0.10 -0.15 l +-0.05 -0.15 l +-0.01 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +587.02 381.49 lineto +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +587.02 366.66 lineto +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.02 -0.14 l +0.07 -0.15 l +0.13 -0.15 l +0.05 -0.15 l +-0.10 -0.15 l +-0.12 -0.15 l +-0.05 -0.15 l +-0.01 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +587.02 351.82 lineto +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.02 -0.14 l +0.09 -0.15 l +0.12 -0.15 l +0.02 -0.15 l +-0.10 -0.15 l +-0.10 -0.15 l +-0.05 -0.14 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0.01 -0.15 l +587.06 336.98 lineto +0.10 -0.15 l +0.11 -0.15 l +0 -0.15 l +-0.10 -0.14 l +-0.10 -0.15 l +-0.04 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.08 -0.15 l +0.11 -0.15 l +0.05 -0.14 l +-0.09 -0.15 l +-0.11 -0.15 l +-0.06 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0.01 -0.15 l +0.04 -0.15 l +0.12 -0.15 l +0.22 -0.15 l +0.13 -0.15 l +-0.11 -0.14 l +-0.23 -0.15 l +-0.13 -0.15 l +-0.04 -0.15 l +-0.01 -0.15 l +0.02 -0.15 l +0.05 -0.14 l +0.10 -0.15 l +0.10 -0.15 l +0.02 -0.15 l +-0.01 -0.15 l +0.01 -0.15 l +-0.05 -0.14 l +-0.11 -0.15 l +-0.02 -0.15 l +0.11 -0.15 l +0.08 -0.15 l +-0.10 -0.15 l +-0.13 -0.14 l +-0.05 -0.15 l +0.01 -0.15 l +0.08 -0.15 l +0.17 -0.15 l +0.17 -0.15 l +0.01 -0.14 l +-0.16 -0.15 l +-0.18 -0.15 l +-0.05 -0.15 l +587.17 322.14 lineto +0.16 -0.15 l +0.17 -0.15 l +0.13 -0.14 l +0.01 -0.15 l +-0.10 -0.15 l +-0.10 -0.15 l +-0.11 -0.15 l +-0.04 -0.15 l +0.02 -0.14 l +-0.02 -0.15 l +-0.02 -0.15 l +0.17 -0.15 l +0.37 -0.15 l +0.42 -0.15 l +0.38 -0.14 l +0.36 -0.15 l +0.40 -0.15 l +0.43 -0.15 l +0.82 -0.15 l +2.60 -0.15 l +5.86 -0.14 l +6.77 -0.15 l +1.16 -0.15 l +-39.97 0 l +cp p3 +np + 614.95 318.73 m +0.45 0.12 l +7.31 0.13 l +6.65 0.13 l +3.58 0.12 l +1.72 0.13 l +0.89 0.12 l +0.62 0.13 l +0.43 0.12 l +0.08 0.13 l +-0.04 0.13 l +0.17 0.12 l +0.17 0.13 l +-0.13 0.12 l +-0.18 0.13 l +0.24 0.13 l +0.50 0.12 l +0.30 0.13 l +0.08 0.12 l +0.01 0.13 l +0 0.12 l +-0.02 0.13 l +-0.08 0.13 l +-0.20 0.12 l +-0.20 0.13 l +-0.03 0.12 l +0.15 0.13 l +0.20 0.12 l +0.11 0.13 l +-0.02 0.13 l +-0.14 0.12 l +-0.11 0.13 l +0.09 0.12 l +0.15 0.13 l +0.08 0.13 l +0.02 0.12 l +0 0.13 l +-0.01 0.12 l +-0.06 0.13 l +-0.14 0.12 l +-0.18 0.13 l +-0.15 0.13 l +-0.13 0.12 l +0.03 0.13 l +0.24 0.12 l +0.25 0.13 l +0.12 0.12 l +0.03 0.13 l +0 0.13 l +-0.05 0.12 l +-0.16 0.13 l +-0.28 0.12 l +-0.14 0.13 l +0.17 0.12 l +0.27 0.13 l +0.15 0.13 l +0.04 0.12 l +0 0.13 l +0 0.12 l +-0.04 0.13 l +-0.11 0.13 l +-0.14 0.12 l +-0.03 0.13 l +0.15 0.12 l +0.12 0.13 l +0.03 0.12 l +-0.05 0.13 l +-0.14 0.13 l +-0.18 0.12 l +-0.10 0.13 l +-0.06 0.12 l +-0.03 0.13 l +0.09 0.12 l +0.24 0.13 l +0.19 0.13 l +0.05 0.12 l +0.01 0.13 l +0 0.12 l +0 0.13 l +-0.04 0.12 l +-0.13 0.13 l +-0.14 0.13 l +0.01 0.12 l +0.15 0.13 l +0.11 0.12 l +0.04 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +637.80 331.31 lineto +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +-0.05 0.12 l +-0.13 0.13 l +-0.15 0.12 l +0.04 0.13 l +0.15 0.12 l +0.11 0.13 l +0.03 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +637.80 343.88 lineto +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +637.80 356.46 lineto +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +-0.02 0.12 l +-0.08 0.13 l +-0.16 0.12 l +-0.07 0.13 l +0.11 0.13 l +0.14 0.12 l +0.07 0.13 l +0.01 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +637.80 369.04 lineto +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +637.80 381.62 lineto +0 0.12 l +0 0.13 l +0 0.12 l +0 0.13 l +0 0.13 l +0 0.12 l +0 0.13 l +-0.02 0.12 l +-0.08 0.13 l +-0.14 0.12 l +-0.08 0.13 l +0.64 0 l +-0.08 -0.13 l +-0.14 -0.12 l +-0.08 -0.13 l +-0.02 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +637.80 371.93 lineto +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0.02 -0.12 l +0.06 -0.13 l +0.15 -0.12 l +0.11 -0.13 l +-0.08 -0.13 l +-0.15 -0.12 l +-0.09 -0.13 l +-0.02 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +637.80 359.35 lineto +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +637.80 346.78 lineto +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0.01 -0.12 l +0.03 -0.13 l +0.10 -0.13 l +0.16 -0.12 l +0.03 -0.13 l +-0.14 -0.12 l +-0.14 -0.13 l +-0.04 -0.12 l +-0.01 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +637.80 334.20 lineto +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0 -0.13 l +0 -0.12 l +0.01 -0.13 l +0.04 -0.13 l +0.11 -0.12 l +0.15 -0.13 l +0.01 -0.12 l +-0.15 -0.13 l +-0.12 -0.13 l +-0.04 -0.12 l +-0.01 -0.13 l +0 -0.12 l +0.01 -0.13 l +0.06 -0.12 l +0.19 -0.13 l +0.24 -0.13 l +0.08 -0.12 l +-0.03 -0.13 l +-0.05 -0.12 l +-0.11 -0.13 l +-0.17 -0.12 l +-0.15 -0.13 l +-0.05 -0.13 l +0.03 -0.12 l +0.13 -0.13 l +0.14 -0.12 l +-0.02 -0.13 l +-0.15 -0.12 l +-0.10 -0.13 l +-0.04 -0.13 l +-0.01 -0.12 l +0.01 -0.13 l +0.03 -0.12 l +0.15 -0.13 l +0.28 -0.13 l +0.16 -0.12 l +-0.14 -0.13 l +-0.27 -0.12 l +-0.17 -0.13 l +-0.04 -0.12 l +0 -0.13 l +0.02 -0.13 l +0.12 -0.12 l +0.26 -0.13 l +0.24 -0.12 l +0.02 -0.13 l +-0.13 -0.12 l +-0.14 -0.13 l +-0.18 -0.13 l +-0.15 -0.12 l +-0.06 -0.13 l +-0.01 -0.12 l +0 -0.13 l +0.02 -0.12 l +0.08 -0.13 l +0.16 -0.13 l +0.08 -0.12 l +-0.10 -0.13 l +-0.15 -0.12 l +-0.02 -0.13 l +0.12 -0.13 l +0.20 -0.12 l +0.15 -0.13 l +-0.03 -0.12 l +638.10 321.62 lineto +-0.20 -0.12 l +-0.08 -0.13 l +-0.02 -0.13 l +0 -0.12 l +0.01 -0.13 l +0.08 -0.12 l +0.31 -0.13 l +0.49 -0.12 l +0.25 -0.13 l +-0.18 -0.13 l +-0.14 -0.12 l +0.17 -0.13 l +0.18 -0.12 l +-0.04 -0.13 l +0.07 -0.13 l +0.43 -0.12 l +0.63 -0.13 l +0.88 -0.12 l +1.72 -0.13 l +3.58 -0.12 l +6.66 -0.13 l +7.30 -0.13 l +0.45 -0.12 l +-45.70 0 l +cp p3 +np + 666.91 318.73 m +-0.37 0.09 l +3.85 0.10 l +4.89 0.09 l +3.83 0.09 l +2.58 0.10 l +1.74 0.09 l +1.21 0.09 l +0.86 0.10 l +0.65 0.09 l +0.57 0.09 l +0.55 0.10 l +0.53 0.09 l +0.40 0.10 l +0.21 0.09 l +0.05 0.09 l +-0.08 0.10 l +-0.13 0.09 l +-0.13 0.09 l +-0.10 0.10 l +-0.11 0.09 l +-0.13 0.09 l +-0.14 0.10 l +-0.04 0.09 l +0.13 0.10 l +0.26 0.09 l +0.28 0.09 l +0.19 0.10 l +0.09 0.09 l +0.03 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +-0.03 0.09 l +-0.08 0.09 l +-0.15 0.10 l +-0.20 0.09 l +-0.13 0.09 l +0.01 0.10 l +0.13 0.09 l +0.11 0.09 l +-0.02 0.10 l +-0.14 0.09 l +-0.12 0.09 l +0.01 0.10 l +0.10 0.09 l +0.09 0.10 l +0.04 0.09 l +0.05 0.09 l +0.10 0.10 l +0.12 0.09 l +0.07 0.09 l +0.03 0.10 l +0.01 0.09 l +0 0.09 l +0 0.10 l +-0.02 0.09 l +-0.05 0.10 l +-0.09 0.09 l +-0.11 0.09 l +-0.05 0.10 l +0.03 0.09 l +0.06 0.09 l +0 0.10 l +-0.06 0.09 l +-0.03 0.09 l +0.05 0.10 l +0.10 0.09 l +0.10 0.09 l +0.05 0.10 l +0.02 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +-0.03 0.09 l +-0.06 0.09 l +-0.10 0.10 l +-0.11 0.09 l +-0.03 0.10 l +0.08 0.09 l +0.12 0.09 l +0.08 0.10 l +0.04 0.09 l +0.01 0.09 l +0 0.10 l +0 0.09 l +-0.03 0.09 l +-0.07 0.10 l +-0.14 0.09 l +-0.18 0.10 l +-0.14 0.09 l +-0.01 0.09 l +0.13 0.10 l +688.32 328.09 lineto +0.12 0.09 l +0.01 0.10 l +-0.08 0.09 l +-0.09 0.09 l +-0.02 0.10 l +0.05 0.09 l +0.02 0.09 l +-0.10 0.10 l +-0.17 0.09 l +-0.12 0.10 l +0.07 0.09 l +0.20 0.09 l +0.20 0.10 l +0.12 0.09 l +0.04 0.09 l +0.01 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +688.58 337.45 lineto +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +-0.01 0.09 l +-0.03 0.10 l +-0.07 0.09 l +-0.11 0.09 l +-0.09 0.10 l +0 0.09 l +0.09 0.09 l +0.11 0.10 l +0.07 0.09 l +0.03 0.10 l +0.01 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +688.58 346.81 lineto +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +-0.03 0.09 l +-0.06 0.09 l +-0.10 0.10 l +-0.10 0.09 l +-0.02 0.09 l +0.07 0.10 l +688.44 356.17 lineto +0.09 0.10 l +0.04 0.09 l +0.01 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +688.58 365.53 lineto +0 0.10 l +0 0.09 l +0 0.09 l +0 0.10 l +0 0.09 l +0 0.09 l +-0.02 0.10 l +-0.05 0.09 l +-0.09 0.10 l +-0.11 0.09 l +-0.05 0.09 l +0.65 0 l +-0.05 -0.09 l +-0.11 -0.09 l +-0.09 -0.10 l +-0.05 -0.09 l +-0.02 -0.10 l +-0.01 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +688.58 358.33 lineto +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0.01 -0.10 l +0.01 -0.09 l +0.04 -0.09 l +0.08 -0.10 l +0.11 -0.09 l +0.07 -0.10 l +-0.02 -0.09 l +-0.10 -0.09 l +-0.10 -0.10 l +-0.07 -0.09 l +-0.02 -0.09 l +-0.01 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +688.58 348.96 lineto +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0.01 -0.09 l +0.01 -0.09 l +0.03 -0.10 l +0.07 -0.09 l +0.11 -0.10 l +0.08 -0.09 l +0.01 -0.09 l +688.81 339.60 lineto +-0.11 -0.09 l +-0.08 -0.09 l +-0.03 -0.10 l +0 -0.09 l +-0.01 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +688.58 330.24 lineto +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0.01 -0.09 l +0.01 -0.10 l +0.04 -0.09 l +0.12 -0.09 l +0.20 -0.10 l +0.20 -0.09 l +0.06 -0.09 l +-0.11 -0.10 l +-0.18 -0.09 l +-0.09 -0.10 l +0.02 -0.09 l +0.05 -0.09 l +-0.03 -0.10 l +-0.08 -0.09 l +-0.08 -0.09 l +0.01 -0.10 l +0.12 -0.09 l +0.17 -0.09 l +0.13 -0.10 l +0 -0.09 l +-0.14 -0.09 l +-0.18 -0.10 l +-0.14 -0.09 l +-0.08 -0.10 l +-0.02 -0.09 l +0 -0.09 l +0 -0.10 l +0.01 -0.09 l +0.03 -0.09 l +0.09 -0.10 l +0.12 -0.09 l +0.07 -0.09 l +-0.03 -0.10 l +-0.10 -0.09 l +-0.11 -0.10 l +-0.06 -0.09 l +-0.02 -0.09 l +-0.01 -0.10 l +0 -0.09 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0.01 -0.10 l +0.02 -0.09 l +0.05 -0.10 l +0.09 -0.09 l +0.11 -0.09 l +0.05 -0.10 l +-0.03 -0.09 l +-0.06 -0.09 l +0 -0.10 l +0.06 -0.09 l +0.03 -0.09 l +-0.05 -0.10 l +-0.11 -0.09 l +-0.09 -0.09 l +-0.05 -0.10 l +-0.02 -0.09 l +-0.01 -0.10 l +0.01 -0.09 l +0 -0.09 l +0.04 -0.10 l +0.07 -0.09 l +0.12 -0.09 l +0.10 -0.10 l +0.05 -0.09 l +0.03 -0.09 l +0.09 -0.10 l +0.11 -0.09 l +0 -0.10 l +-0.12 -0.09 l +-0.13 -0.09 l +-0.02 -0.10 l +0.11 -0.09 l +0.13 -0.09 l +0.01 -0.10 l +-0.14 -0.09 l +-0.19 -0.09 l +-0.16 -0.10 l +-0.07 -0.09 l +-0.03 -0.09 l +-0.01 -0.10 l +0 -0.09 l +0 -0.10 l +0 -0.09 l +0 -0.09 l +0.01 -0.10 l +0.03 -0.09 l +0.09 -0.09 l +0.19 -0.10 l +0.27 -0.09 l +0.27 -0.09 l +689.57 320.88 lineto +-0.04 -0.09 l +-0.14 -0.10 l +-0.13 -0.09 l +-0.11 -0.09 l +-0.10 -0.10 l +-0.13 -0.09 l +-0.13 -0.09 l +-0.08 -0.10 l +0.04 -0.09 l +0.22 -0.09 l +0.40 -0.10 l +0.52 -0.09 l +0.56 -0.10 l +0.57 -0.09 l +0.65 -0.09 l +0.86 -0.10 l +1.21 -0.09 l +1.74 -0.09 l +2.57 -0.10 l +3.83 -0.09 l +4.90 -0.09 l +3.85 -0.10 l +-0.37 -0.09 l +-43.35 0 l +cp p3 +np + 724.06 318.73 m +1.28 0.23 l +6.14 0.22 l +4.14 0.23 l +1.49 0.23 l +0.69 0.23 l +0.64 0.23 l +0.31 0.22 l +-0.06 0.23 l +-0.11 0.23 l +0.17 0.23 l +0.28 0.22 l +0.03 0.23 l +-0.10 0.23 l +-0.04 0.23 l +-0.06 0.23 l +-0.04 0.22 l +0.13 0.23 l +0.22 0.23 l +0.14 0.23 l +0.03 0.22 l +-0.07 0.23 l +-0.20 0.23 l +-0.20 0.23 l +0.02 0.23 l +0.20 0.22 l +0.13 0.23 l +-0.04 0.23 l +-0.11 0.23 l +-0.02 0.23 l +0.11 0.22 l +0.12 0.23 l +0.03 0.23 l +-0.07 0.23 l +-0.13 0.22 l +-0.08 0.23 l +0.03 0.23 l +0.06 0.23 l +0.03 0.23 l +0.06 0.22 l +0.03 0.23 l +-0.08 0.23 l +-0.11 0.23 l +0 0.22 l +0.12 0.23 l +0.10 0.23 l +-0.02 0.23 l +-0.06 0.23 l +0.01 0.22 l +0.09 0.23 l +0.06 0.23 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +739.36 341.51 lineto +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.03 0.22 l +-0.09 0.23 l +-0.07 0.23 l +0.04 0.23 l +0.10 0.23 l +0.04 0.22 l +0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +739.36 364.29 lineto +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.03 0.23 l +-0.10 0.22 l +-0.08 0.23 l +0.07 0.23 l +0.10 0.23 l +0.04 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +739.36 387.07 lineto +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +739.36 409.85 lineto +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +739.36 432.63 lineto +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +-0.03 0.23 l +-0.10 0.23 l +-0.08 0.23 l +0.43 0 l +-0.08 -0.23 l +-0.10 -0.23 l +-0.03 -0.23 l +0 -0.22 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +739.36 415.09 lineto +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +739.36 392.31 lineto +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.04 -0.22 l +0.10 -0.23 l +0.07 -0.23 l +-0.08 -0.23 l +-0.10 -0.22 l +-0.03 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +739.36 369.53 lineto +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +739.36 346.75 lineto +0.01 -0.23 l +0.01 -0.23 l +0.04 -0.22 l +0.10 -0.23 l +0.03 -0.23 l +-0.07 -0.23 l +-0.08 -0.23 l +-0.03 -0.22 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.06 -0.23 l +0.09 -0.23 l +0.01 -0.22 l +-0.06 -0.23 l +-0.02 -0.23 l +0.10 -0.23 l +0.12 -0.23 l +0 -0.22 l +-0.11 -0.23 l +-0.08 -0.23 l +0.03 -0.23 l +0.06 -0.22 l +0.03 -0.23 l +0.05 -0.23 l +0.04 -0.23 l +-0.08 -0.23 l +-0.13 -0.22 l +-0.07 -0.23 l +0.03 -0.23 l +0.12 -0.23 l +0.11 -0.22 l +-0.02 -0.23 l +-0.11 -0.23 l +-0.04 -0.23 l +0.13 -0.23 l +0.20 -0.22 l +739.86 323.97 lineto +-0.20 -0.23 l +-0.20 -0.23 l +-0.07 -0.23 l +0.03 -0.22 l +0.14 -0.23 l +0.22 -0.23 l +0.13 -0.23 l +-0.04 -0.22 l +-0.06 -0.23 l +-0.04 -0.23 l +-0.11 -0.23 l +0.04 -0.23 l +0.28 -0.22 l +0.17 -0.23 l +-0.11 -0.23 l +-0.06 -0.23 l +0.31 -0.22 l +0.64 -0.23 l +0.69 -0.23 l +1.49 -0.23 l +4.14 -0.23 l +6.13 -0.22 l +1.29 -0.23 l +-30.61 0 l +cp p3 +np + 770.34 318.73 m +0.60 0.15 l +6.42 0.14 l +5.35 0.15 l +3.06 0.15 l +1.58 0.15 l +0.74 0.15 l +0.51 0.15 l +0.32 0.14 l +0.26 0.15 l +0.28 0.15 l +0.32 0.15 l +0.15 0.15 l +-0.27 0.14 l +-0.52 0.15 l +-0.10 0.15 l +0.48 0.15 l +0.44 0.15 l +0.15 0.15 l +0.03 0.14 l +0.01 0.15 l +-0.01 0.15 l +-0.03 0.15 l +-0.14 0.15 l +-0.33 0.14 l +-0.28 0.15 l +0.09 0.15 l +0.31 0.15 l +0.13 0.15 l +-0.04 0.14 l +0.04 0.15 l +0.13 0.15 l +0.09 0.15 l +0.02 0.15 l +-0.05 0.15 l +-0.12 0.14 l +-0.09 0.15 l +0.05 0.15 l +0.13 0.15 l +0.06 0.15 l +-0.04 0.14 l +-0.11 0.15 l +-0.10 0.15 l +0 0.15 l +0.01 0.15 l +-0.02 0.15 l +0.07 0.14 l +0.12 0.15 l +0.08 0.15 l +0.01 0.15 l +-0.04 0.15 l +-0.14 0.14 l +-0.22 0.15 l +-0.22 0.15 l +-0.03 0.15 l +0.21 0.15 l +0.27 0.14 l +0.15 0.15 l +0.03 0.15 l +0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.05 0.14 l +-0.12 0.15 l +-0.10 0.15 l +0.04 0.15 l +0.13 0.15 l +0.08 0.14 l +0.02 0.15 l +0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +-0.01 0.15 l +-0.01 0.15 l +-0.07 0.15 l +-0.15 0.15 l +-0.11 0.15 l +-0.02 0.14 l +0.01 0.15 l +0.11 0.15 l +0.15 0.15 l +0.07 0.15 l +0.02 0.14 l +0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +790.15 333.54 lineto +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.14 l +-0.02 0.15 l +-0.08 0.15 l +-0.13 0.15 l +-0.03 0.15 l +0.09 0.14 l +0.11 0.15 l +0.05 0.15 l +0.01 0.15 l +0.01 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +790.15 348.36 lineto +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +790.15 363.17 lineto +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +-0.01 0.15 l +-0.01 0.15 l +-0.07 0.15 l +-0.12 0.15 l +-0.07 0.15 l +0.08 0.14 l +0.11 0.15 l +0.07 0.15 l +0.01 0.15 l +0.01 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +790.15 377.99 lineto +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +790.15 392.80 lineto +0 0.15 l +0 0.15 l +0 0.14 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.06 0.14 l +-0.13 0.15 l +-0.08 0.15 l +0.57 0 l +-0.08 -0.15 l +-0.13 -0.15 l +-0.06 -0.14 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +790.15 381.39 lineto +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0.01 -0.15 l +0.07 -0.15 l +0.12 -0.15 l +0.07 -0.14 l +-0.07 -0.15 l +-0.12 -0.15 l +-0.07 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +790.15 366.58 lineto +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +790.15 351.76 lineto +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0.01 -0.15 l +0.05 -0.15 l +0.11 -0.15 l +0.10 -0.14 l +-0.04 -0.15 l +-0.13 -0.15 l +-0.08 -0.15 l +-0.02 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +790.15 336.95 lineto +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.02 -0.14 l +0.08 -0.15 l +0.14 -0.15 l +0.11 -0.15 l +0.01 -0.15 l +-0.02 -0.14 l +-0.11 -0.15 l +-0.15 -0.15 l +-0.07 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.14 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.02 -0.15 l +0.08 -0.14 l +0.13 -0.15 l +0.05 -0.15 l +-0.11 -0.15 l +-0.11 -0.15 l +-0.05 -0.14 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0.03 -0.15 l +0.15 -0.15 l +0.27 -0.14 l +0.22 -0.15 l +-0.04 -0.15 l +-0.22 -0.15 l +-0.22 -0.15 l +-0.14 -0.14 l +-0.04 -0.15 l +0.01 -0.15 l +0.08 -0.15 l +0.12 -0.15 l +0.07 -0.14 l +-0.02 -0.15 l +0.01 -0.15 l +0 -0.15 l +-0.10 -0.15 l +-0.11 -0.15 l +-0.04 -0.14 l +0.06 -0.15 l +0.13 -0.15 l +0.05 -0.15 l +-0.09 -0.15 l +-0.12 -0.14 l +-0.05 -0.15 l +0.02 -0.15 l +0.09 -0.15 l +0.13 -0.15 l +0.04 -0.15 l +-0.04 -0.14 l +0.13 -0.15 l +0.31 -0.15 l +0.10 -0.15 l +-0.29 -0.15 l +790.32 322.14 lineto +-0.14 -0.15 l +-0.03 -0.15 l +0 -0.15 l +0 -0.15 l +0.03 -0.14 l +0.15 -0.15 l +0.44 -0.15 l +0.48 -0.15 l +-0.09 -0.15 l +-0.53 -0.15 l +-0.27 -0.14 l +0.15 -0.15 l +0.32 -0.15 l +0.28 -0.15 l +0.26 -0.15 l +0.32 -0.14 l +0.51 -0.15 l +0.75 -0.15 l +1.57 -0.15 l +3.06 -0.15 l +5.35 -0.15 l +6.42 -0.14 l +0.60 -0.15 l +-39.61 0 l +cp p3 +np + 828.60 318.73 m +0.24 0.22 l +3.60 0.22 l +3.51 0.22 l +2.17 0.22 l +1.15 0.23 l +0.45 0.22 l +0.09 0.22 l +0.07 0.22 l +0.17 0.22 l +0.25 0.22 l +0.23 0.22 l +0.12 0.22 l +-0.04 0.23 l +-0.14 0.22 l +-0.13 0.22 l +-0.04 0.22 l +0.13 0.22 l +0.24 0.22 l +0.18 0.22 l +0.05 0.22 l +-0.04 0.23 l +-0.08 0.22 l +-0.05 0.22 l +0.02 0.22 l +0 0.22 l +-0.06 0.22 l +-0.11 0.22 l +-0.14 0.22 l +-0.06 0.23 l +0.16 0.22 l +0.22 0.22 l +0.09 0.22 l +-0.04 0.22 l +-0.06 0.22 l +0.02 0.22 l +0.08 0.23 l +0.06 0.22 l +0.01 0.22 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.03 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.02 0.22 l +-0.04 0.22 l +-0.09 0.22 l +0 0.22 l +0.13 0.22 l +0.13 0.23 l +0.06 0.22 l +0.01 0.22 l +-0.02 0.22 l +-0.06 0.22 l +-0.07 0.22 l +-0.01 0.22 l +0.06 0.22 l +0.07 0.23 l +0.03 0.22 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.06 0.22 l +-0.08 0.22 l +-0.02 0.22 l +0.06 0.22 l +0.08 0.22 l +0.03 0.22 l +0 0.23 l +-0.04 0.22 l +-0.07 0.22 l +-0.05 0.22 l +0.02 0.22 l +0.07 0.22 l +0.06 0.22 l +0.01 0.22 l +-0.01 0.23 l +-0.05 0.22 l +-0.08 0.22 l +-0.04 0.22 l +0.07 0.22 l +0.08 0.22 l +0.03 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +840.93 340.86 lineto +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.06 0.22 l +-0.08 0.23 l +-0.02 0.22 l +0.06 0.22 l +0.08 0.22 l +0.03 0.22 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +840.93 362.99 lineto +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +840.93 385.11 lineto +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.06 0.22 l +-0.07 0.22 l +-0.02 0.22 l +0.05 0.22 l +0.07 0.23 l +0.04 0.22 l +0.01 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +840.93 407.24 lineto +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +0 0.22 l +840.93 429.37 lineto +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.22 l +-0.04 0.22 l +-0.08 0.22 l +-0.04 0.23 l +0.35 0 l +-0.04 -0.23 l +-0.07 -0.22 l +-0.05 -0.22 l +-0.01 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +840.93 412.33 lineto +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.03 -0.22 l +841.04 390.20 lineto +0.06 -0.22 l +-0.02 -0.22 l +-0.08 -0.22 l +-0.05 -0.22 l +-0.02 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +840.93 368.08 lineto +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.03 -0.22 l +0.08 -0.22 l +0.07 -0.22 l +-0.03 -0.22 l +-0.08 -0.23 l +-0.05 -0.22 l +-0.02 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +840.93 345.95 lineto +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0.04 -0.22 l +0.08 -0.22 l +0.06 -0.22 l +-0.03 -0.22 l +-0.08 -0.22 l +-0.05 -0.22 l +-0.02 -0.23 l +0.02 -0.22 l +0.05 -0.22 l +0.08 -0.22 l +0.02 -0.22 l +-0.06 -0.22 l +-0.07 -0.22 l +-0.03 -0.22 l +0 -0.23 l +0.03 -0.22 l +0.07 -0.22 l +0.06 -0.22 l +-0.02 -0.22 l +-0.08 -0.22 l +-0.05 -0.22 l +-0.02 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.01 -0.22 l +0.03 -0.22 l +0.06 -0.23 l +0.06 -0.22 l +-0.01 -0.22 l +-0.07 -0.22 l +-0.06 -0.22 l +-0.02 -0.22 l +0.02 -0.22 l +0.06 -0.22 l +0.13 -0.23 l +0.12 -0.22 l +0 -0.22 l +-0.09 -0.22 l +-0.03 -0.22 l +-0.02 -0.22 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.03 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0 -0.22 l +0.02 -0.22 l +0.05 -0.22 l +0.08 -0.23 l +0.03 -0.22 l +-0.06 -0.22 l +-0.05 -0.22 l +0.09 -0.22 l +0.22 -0.22 l +0.16 -0.22 l +-0.05 -0.23 l +-0.15 -0.22 l +-0.10 -0.22 l +-0.07 -0.22 l +0 -0.22 l +841.12 323.82 lineto +-0.04 -0.22 l +-0.08 -0.22 l +-0.04 -0.23 l +0.04 -0.22 l +0.18 -0.22 l +0.24 -0.22 l +0.13 -0.22 l +-0.04 -0.22 l +-0.13 -0.22 l +-0.13 -0.22 l +-0.05 -0.23 l +0.12 -0.22 l +0.24 -0.22 l +0.24 -0.22 l +0.17 -0.22 l +0.08 -0.22 l +0.09 -0.22 l +0.44 -0.22 l +1.15 -0.23 l +2.17 -0.22 l +3.51 -0.22 l +3.61 -0.22 l +0.24 -0.22 l +-24.66 0 l +cp p3 +np + 879.41 318.73 m +1.67 0.32 l +5.14 0.32 l +3.07 0.31 l +1.12 0.32 l +0.36 0.32 l +0.19 0.32 l +0.18 0.32 l +0.22 0.32 l +0.08 0.31 l +-0.37 0.32 l +-0.22 0.32 l +0.51 0.32 l +0.31 0.32 l +0.03 0.32 l +-0.04 0.31 l +-0.12 0.32 l +-0.09 0.32 l +-0.13 0.32 l +-0.06 0.32 l +0.14 0.32 l +0.09 0.31 l +0.06 0.32 l +0.10 0.32 l +0.01 0.32 l +-0.08 0.32 l +-0.02 0.32 l +0.08 0.31 l +0.05 0.32 l +0.01 0.32 l +-0.09 0.32 l +-0.18 0.32 l +-0.05 0.32 l +0.07 0.31 l +0.08 0.32 l +0.10 0.32 l +0.06 0.32 l +0.01 0.32 l +-0.03 0.32 l +-0.08 0.31 l +-0.03 0.32 l +0.07 0.32 l +0.06 0.32 l +0.02 0.32 l +0 0.32 l +0 0.32 l +-0.01 0.31 l +-0.04 0.32 l +-0.09 0.32 l +-0.01 0.32 l +0.08 0.32 l +0.06 0.32 l +0.01 0.31 l +0 0.32 l +-0.01 0.32 l +-0.05 0.32 l +-0.09 0.32 l +0 0.32 l +0.07 0.31 l +-0.03 0.32 l +-0.05 0.32 l +0.06 0.32 l +0.07 0.32 l +0.03 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +891.71 350.57 lineto +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +-0.02 0.32 l +-0.08 0.32 l +-0.08 0.32 l +0.08 0.31 l +0.08 0.32 l +0.02 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +891.71 382.40 lineto +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +891.71 414.24 lineto +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +-0.02 0.32 l +-0.09 0.32 l +-0.08 0.32 l +0.11 0.31 l +0.07 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +891.71 446.07 lineto +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +891.71 477.91 lineto +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +-0.02 0.32 l +-0.08 0.32 l +-0.08 0.31 l +0.36 0 l +-0.08 -0.31 l +-0.08 -0.32 l +-0.02 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +891.71 453.40 lineto +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0.07 -0.32 l +0.11 -0.31 l +-0.08 -0.32 l +-0.09 -0.32 l +-0.02 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +891.71 421.56 lineto +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +891.71 389.72 lineto +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0.02 -0.32 l +0.08 -0.32 l +0.08 -0.31 l +-0.09 -0.32 l +-0.08 -0.32 l +-0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +891.71 357.89 lineto +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0.02 -0.32 l +0.07 -0.32 l +0.06 -0.32 l +-0.04 -0.32 l +-0.03 -0.32 l +0.07 -0.31 l +-0.01 -0.32 l +-0.09 -0.32 l +-0.04 -0.32 l +-0.01 -0.32 l +0 -0.32 l +0.01 -0.31 l +0.05 -0.32 l +0.09 -0.32 l +-0.01 -0.32 l +-0.09 -0.32 l +-0.05 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0.02 -0.32 l +0.06 -0.32 l +0.07 -0.32 l +-0.03 -0.32 l +-0.08 -0.31 l +-0.04 -0.32 l +0.01 -0.32 l +0.06 -0.32 l +0.10 -0.32 l +0.09 -0.32 l +0.07 -0.31 l +-0.05 -0.32 l +-0.19 -0.32 l +-0.08 -0.32 l +0 -0.32 l +0.06 -0.32 l +0.08 -0.31 l +-0.02 -0.32 l +-0.08 -0.32 l +891.77 326.05 lineto +0.09 -0.32 l +0.07 -0.32 l +0.09 -0.31 l +0.13 -0.32 l +-0.05 -0.32 l +-0.13 -0.32 l +-0.10 -0.32 l +-0.11 -0.32 l +-0.05 -0.31 l +0.04 -0.32 l +0.30 -0.32 l +0.52 -0.32 l +-0.22 -0.32 l +-0.37 -0.32 l +0.08 -0.31 l +0.22 -0.32 l +0.17 -0.32 l +0.20 -0.32 l +0.35 -0.32 l +1.13 -0.32 l +3.07 -0.31 l +5.14 -0.32 l +1.67 -0.32 l +-24.60 0 l +cp p3 +np + 930.21 318.73 m +-0.24 0.19 l +2.60 0.18 l +3.19 0.19 l +2.38 0.18 l +1.48 0.19 l +0.81 0.19 l +0.43 0.18 l +0.35 0.19 l +0.40 0.19 l +0.33 0.18 l +0.17 0.19 l +0.06 0.19 l +0.01 0.18 l +0 0.19 l +0.01 0.19 l +-0.04 0.18 l +-0.11 0.19 l +-0.15 0.19 l +-0.07 0.18 l +0.10 0.19 l +0.19 0.18 l +0.12 0.19 l +0.05 0.19 l +0.04 0.18 l +0.07 0.19 l +0.06 0.19 l +0.03 0.18 l +-0.01 0.19 l +-0.05 0.19 l +-0.09 0.18 l +-0.12 0.19 l +-0.11 0.19 l +-0.05 0.18 l +0.06 0.19 l +0.11 0.19 l +0.08 0.18 l +0.01 0.19 l +-0.02 0.18 l +0 0.19 l +0 0.19 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.19 l +0.02 0.18 l +0.05 0.19 l +0.08 0.19 l +0.06 0.18 l +0.03 0.19 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.06 0.19 l +-0.09 0.18 l +-0.09 0.19 l +-0.03 0.18 l +0.04 0.19 l +0.09 0.19 l +0.09 0.18 l +0.06 0.19 l +0.01 0.19 l +0.01 0.18 l +0 0.19 l +-0.02 0.19 l +-0.04 0.18 l +-0.06 0.19 l +-0.05 0.19 l +0 0.18 l +0.06 0.19 l +0.06 0.19 l +0.04 0.18 l +0.01 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.03 0.19 l +-0.06 0.19 l +-0.06 0.18 l +-0.02 0.19 l +0.05 0.19 l +0.07 0.18 l +0.04 0.19 l +0.01 0.19 l +0.01 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +-0.02 0.19 l +-0.04 0.18 l +-0.07 0.19 l +-0.04 0.19 l +0.01 0.18 l +0.06 0.19 l +942.45 337.38 lineto +0.03 0.18 l +0.01 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.02 0.19 l +-0.03 0.19 l +-0.07 0.18 l +-0.06 0.19 l +0.01 0.19 l +0.06 0.18 l +0.07 0.19 l +0.03 0.19 l +0.01 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +-0.02 0.19 l +-0.06 0.18 l +-0.06 0.19 l +-0.03 0.19 l +0.04 0.18 l +0.07 0.19 l +0.04 0.19 l +0.02 0.18 l +0.01 0.19 l +942.49 356.02 lineto +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +942.49 374.67 lineto +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.04 0.19 l +-0.06 0.19 l +-0.06 0.18 l +0 0.19 l +0.05 0.19 l +0.07 0.18 l +0.03 0.19 l +0.02 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +942.49 393.32 lineto +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +942.49 411.97 lineto +0 0.18 l +0 0.19 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.05 0.19 l +-0.07 0.18 l +-0.03 0.19 l +0.35 0 l +-0.03 -0.19 l +-0.06 -0.18 l +-0.05 -0.19 l +-0.02 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +942.49 397.61 lineto +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +942.49 378.96 lineto +0 -0.19 l +0.02 -0.18 l +0.03 -0.19 l +0.07 -0.18 l +0.05 -0.19 l +0 -0.19 l +-0.06 -0.18 l +-0.06 -0.19 l +-0.04 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +942.49 360.31 lineto +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.05 -0.19 l +0.07 -0.19 l +0.04 -0.18 l +-0.03 -0.19 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.02 -0.19 l +-0.01 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +942.49 341.67 lineto +0 -0.19 l +0 -0.19 l +0.01 -0.18 l +0.03 -0.19 l +0.07 -0.19 l +0.06 -0.18 l +0 -0.19 l +-0.05 -0.19 l +-0.07 -0.18 l +-0.03 -0.19 l +-0.02 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0.01 -0.19 l +0.03 -0.18 l +0.06 -0.19 l +0.06 -0.19 l +0.01 -0.18 l +-0.05 -0.19 l +-0.06 -0.19 l +-0.04 -0.18 l +-0.02 -0.19 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0.02 -0.19 l +0.04 -0.19 l +0.07 -0.18 l +0.04 -0.19 l +-0.01 -0.19 l +-0.06 -0.18 l +-0.06 -0.19 l +-0.03 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0.01 -0.19 l +0.03 -0.18 l +0.07 -0.19 l +0.06 -0.19 l +0 -0.18 l +-0.05 -0.19 l +-0.07 -0.19 l +-0.03 -0.18 l +-0.02 -0.19 l +0 -0.19 l +0 -0.18 l +0.02 -0.19 l +0.06 -0.19 l +0.09 -0.18 l +0.09 -0.19 l +0.04 -0.19 l +-0.03 -0.18 l +-0.09 -0.19 l +-0.09 -0.18 l +-0.06 -0.19 l +-0.02 -0.19 l +-0.01 -0.18 l +0 -0.19 l +0 -0.19 l +0 -0.18 l +0.01 -0.19 l +0.03 -0.19 l +0.06 -0.18 l +0.07 -0.19 l +0.06 -0.19 l +0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.19 l +-0.02 -0.18 l +0 -0.19 l +0 -0.19 l +-0.02 -0.18 l +0.01 -0.19 l +0.08 -0.18 l +0.11 -0.19 l +0.05 -0.19 l +-0.04 -0.18 l +-0.11 -0.19 l +-0.12 -0.19 l +-0.09 -0.18 l +-0.05 -0.19 l +-0.01 -0.19 l +0.03 -0.18 l +0.05 -0.19 l +0.07 -0.19 l +942.70 323.02 lineto +0.05 -0.19 l +0.12 -0.19 l +0.19 -0.18 l +0.10 -0.19 l +-0.07 -0.18 l +-0.15 -0.19 l +-0.11 -0.19 l +-0.04 -0.18 l +0 -0.19 l +0.01 -0.19 l +0.01 -0.18 l +0.06 -0.19 l +0.17 -0.19 l +0.33 -0.18 l +0.40 -0.19 l +0.35 -0.19 l +0.43 -0.18 l +0.81 -0.19 l +1.48 -0.19 l +2.38 -0.18 l +3.19 -0.19 l +2.60 -0.18 l +-0.24 -0.19 l +-24.56 0 l +cp p3 +np + 982.80 318.73 m +0.08 0.28 l +3.33 0.28 l +3.12 0.28 l +1.66 0.28 l +0.69 0.29 l +0.51 0.28 l +0.49 0.28 l +0.29 0.28 l +0.10 0.28 l +0.01 0.28 l +-0.12 0.28 l +-0.30 0.29 l +-0.13 0.28 l +0.27 0.28 l +0.32 0.28 l +0.12 0.28 l +0.03 0.28 l +-0.01 0.28 l +-0.04 0.29 l +-0.09 0.28 l +-0.10 0.28 l +-0.04 0.28 l +0 0.28 l +0.04 0.28 l +0.06 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.28 l +-0.01 0.28 l +-0.05 0.28 l +-0.02 0.28 l +0.03 0.28 l +0.08 0.29 l +0.07 0.28 l +0.03 0.28 l +0.01 0.28 l +0 0.28 l +-0.02 0.28 l +-0.05 0.28 l +-0.07 0.29 l +0 0.28 l +0.05 0.28 l +0 0.28 l +-0.05 0.28 l +-0.02 0.28 l +0.02 0.28 l +-0.02 0.29 l +0.01 0.28 l +0.07 0.28 l +0.06 0.28 l +0 0.28 l +-0.05 0.28 l +-0.07 0.28 l +0 0.28 l +0.06 0.29 l +0.02 0.28 l +-0.05 0.28 l +-0.04 0.28 l +0.04 0.28 l +0.07 0.28 l +0.03 0.28 l +0.01 0.29 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.03 0.28 l +-0.07 0.28 l +-0.05 0.28 l +0.05 0.29 l +0.07 0.28 l +0.03 0.28 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +-0.05 0.28 l +-0.07 0.28 l +-0.01 0.28 l +0.06 0.28 l +0.06 0.28 l +0.02 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +993.27 346.87 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +993.27 375.01 lineto +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +993.27 403.15 lineto +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.05 0.28 l +-0.07 0.28 l +-0.02 0.28 l +0.07 0.29 l +0.06 0.28 l +0.02 0.28 l +-0.02 0.28 l +-0.06 0.28 l +-0.07 0.28 l +0.01 0.28 l +0.08 0.29 l +0.04 0.28 l +0.02 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +993.27 431.29 lineto +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +993.27 459.43 lineto +0 0.29 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.29 l +-0.03 0.28 l +-0.07 0.28 l +-0.04 0.28 l +0.30 0 l +-0.04 -0.28 l +-0.07 -0.28 l +-0.03 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +993.27 437.77 lineto +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +993.27 409.62 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.28 l +0.05 -0.28 l +0.07 -0.29 l +0.01 -0.28 l +-0.07 -0.28 l +-0.06 -0.28 l +-0.01 -0.28 l +0.01 -0.28 l +0.07 -0.28 l +0.06 -0.29 l +-0.02 -0.28 l +-0.07 -0.28 l +-0.04 -0.28 l +-0.02 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +993.27 381.48 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +993.27 353.34 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.29 l +0.06 -0.28 l +0.06 -0.28 l +0 -0.28 l +-0.07 -0.28 l +-0.05 -0.28 l +-0.02 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.03 -0.28 l +0.07 -0.28 l +0.05 -0.29 l +-0.05 -0.28 l +-0.07 -0.28 l +-0.03 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.29 l +0.04 -0.28 l +0.06 -0.28 l +0.04 -0.28 l +-0.04 -0.28 l +-0.05 -0.28 l +0.02 -0.28 l +0.06 -0.29 l +0 -0.28 l +-0.07 -0.28 l +-0.04 -0.28 l +-0.01 -0.28 l +0.06 -0.28 l +0.07 -0.28 l +0.01 -0.28 l +-0.02 -0.29 l +0.02 -0.28 l +-0.01 -0.28 l +-0.06 -0.28 l +0 -0.28 l +0.05 -0.28 l +0 -0.28 l +-0.07 -0.29 l +-0.05 -0.28 l +-0.02 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.03 -0.28 l +0.07 -0.28 l +0.08 -0.29 l +0.03 -0.28 l +-0.02 -0.28 l +-0.05 -0.28 l +-0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.06 -0.28 l +993.55 325.20 lineto +0 -0.28 l +-0.04 -0.28 l +-0.10 -0.28 l +-0.09 -0.28 l +-0.04 -0.29 l +-0.01 -0.28 l +0.03 -0.28 l +0.13 -0.28 l +0.31 -0.28 l +0.28 -0.28 l +-0.14 -0.28 l +-0.30 -0.29 l +-0.12 -0.28 l +0.01 -0.28 l +0.10 -0.28 l +0.29 -0.28 l +0.50 -0.28 l +0.50 -0.28 l +0.69 -0.29 l +1.66 -0.28 l +3.12 -0.28 l +3.33 -0.28 l +0.09 -0.28 l +-20.95 0 l +cp p3 +np + 1032.22 318.73 m +0.71 0.28 l +4.20 0.28 l +3.36 0.28 l +1.66 0.28 l +0.56 0.28 l +0.31 0.27 l +0.33 0.28 l +0.26 0.28 l +0.16 0.28 l +0.03 0.28 l +-0.14 0.28 l +-0.28 0.28 l +-0.11 0.28 l +0.23 0.28 l +0.33 0.28 l +0.17 0.28 l +0.05 0.28 l +-0.01 0.28 l +-0.03 0.28 l +-0.08 0.27 l +-0.04 0.28 l +0.04 0.28 l +0 0.28 l +-0.09 0.28 l +-0.13 0.28 l +-0.09 0.28 l +0.01 0.28 l +0.15 0.28 l +0.13 0.28 l +-0.03 0.28 l +-0.09 0.28 l +0.01 0.28 l +0.10 0.28 l +0.10 0.28 l +0.04 0.27 l +0.01 0.28 l +0 0.28 l +-0.03 0.28 l +-0.07 0.28 l +-0.06 0.28 l +0.04 0.28 l +0.08 0.28 l +0.04 0.28 l +0 0.28 l +0 0.28 l +-0.03 0.28 l +-0.08 0.28 l +-0.08 0.28 l +0.08 0.27 l +0.09 0.28 l +0.02 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.05 0.28 l +-0.08 0.28 l +-0.02 0.28 l +0.08 0.28 l +0.06 0.28 l +0.02 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +-0.01 0.28 l +-0.06 0.28 l +-0.08 0.28 l +0.01 0.28 l +0.07 0.28 l +0.05 0.28 l +0.02 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +1044.05 346.66 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.05 0.28 l +-0.08 0.28 l +-0.01 0.28 l +0.08 0.28 l +0.06 0.28 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.06 0.28 l +-0.08 0.28 l +0.01 0.28 l +0.07 0.28 l +0.05 0.28 l +0.02 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +1044.05 374.59 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +-0.05 0.28 l +-0.08 0.28 l +-0.01 0.27 l +0.07 0.28 l +0.06 0.28 l +0.02 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +1044.05 402.52 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +1044.05 430.45 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.27 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +1044.05 458.38 lineto +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.03 0.28 l +-0.08 0.28 l +-0.05 0.28 l +0.33 0 l +-0.06 -0.28 l +-0.07 -0.28 l +-0.03 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +1044.05 436.88 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +1044.05 408.95 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.28 l +0.06 -0.28 l +0.07 -0.28 l +-0.01 -0.27 l +-0.08 -0.28 l +-0.05 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +1044.05 381.02 lineto +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.27 l +0.05 -0.28 l +0.08 -0.28 l +0 -0.28 l +-0.08 -0.28 l +-0.06 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +1044.05 353.08 lineto +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.06 -0.28 l +0.09 -0.28 l +-0.01 -0.28 l +-0.08 -0.28 l +-0.05 -0.28 l +-0.02 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.02 -0.28 l +0.05 -0.28 l +0.08 -0.28 l +0 -0.28 l +-0.08 -0.28 l +-0.06 -0.28 l +-0.01 -0.28 l +0 -0.27 l +0 -0.28 l +0 -0.28 l +0.02 -0.28 l +0.06 -0.28 l +0.08 -0.28 l +-0.02 -0.28 l +-0.08 -0.28 l +-0.05 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.03 -0.28 l +0.08 -0.28 l +0.08 -0.27 l +-0.07 -0.28 l +-0.09 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +0.01 -0.28 l +0.03 -0.28 l +0.08 -0.28 l +0.05 -0.28 l +-0.07 -0.28 l +-0.07 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +0.01 -0.28 l +0.05 -0.27 l +0.10 -0.28 l +0.09 -0.28 l +0.01 -0.28 l +-0.09 -0.28 l +-0.03 -0.28 l +0.14 -0.28 l +0.14 -0.28 l +0.01 -0.28 l +-0.09 -0.28 l +-0.13 -0.28 l +1044.17 325.15 lineto +0.01 -0.28 l +0.03 -0.28 l +-0.04 -0.28 l +-0.07 -0.27 l +-0.04 -0.28 l +0 -0.28 l +0.04 -0.28 l +0.17 -0.28 l +0.33 -0.28 l +0.23 -0.28 l +-0.11 -0.28 l +-0.27 -0.28 l +-0.15 -0.28 l +0.03 -0.28 l +0.16 -0.28 l +0.26 -0.28 l +0.33 -0.28 l +0.31 -0.27 l +0.56 -0.28 l +1.67 -0.28 l +3.35 -0.28 l +4.20 -0.28 l +0.72 -0.28 l +-23.67 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +87.39 318.73 0.89 c p3 +85.95 318.77 0.89 c p3 +79.92 318.73 0.89 c p3 +87.92 319.15 0.89 c p3 +73.40 318.73 0.89 c p3 +88.79 326.32 0.89 c p3 +88.29 318.73 0.89 c p3 +77.77 318.73 0.89 c p3 +69.23 318.73 0.89 c p3 +88.33 318.84 0.89 c p3 +77.09 318.77 0.89 c p3 +82.90 318.88 0.89 c p3 +75.31 361.25 0.89 c p3 +76.28 318.73 0.89 c p3 +74.38 318.88 0.89 c p3 +79.23 436.09 0.89 c p3 +80.87 319.56 0.89 c p3 +74.31 324.51 0.89 c p3 +79.93 318.73 0.89 c p3 +79.70 318.74 0.89 c p3 +83.06 318.73 0.89 c p3 +78.12 318.73 0.89 c p3 +79.80 318.73 0.89 c p3 +82.78 323.92 0.89 c p3 +81.28 318.73 0.89 c p3 +87.80 326.74 0.89 c p3 +70.79 318.89 0.89 c p3 +77.69 331.13 0.89 c p3 +80.76 319.35 0.89 c p3 +74.79 318.73 0.89 c p3 +76.02 318.73 0.89 c p3 +78.11 318.89 0.89 c p3 +77.51 327.69 0.89 c p3 +85.57 356.60 0.89 c p3 +72.35 318.87 0.89 c p3 +72.33 318.73 0.89 c p3 +77.17 318.84 0.89 c p3 +69.26 318.81 0.89 c p3 +82.29 318.76 0.89 c p3 +72.12 318.73 0.89 c p3 +71.48 318.73 0.89 c p3 +86.45 318.73 0.89 c p3 +70.05 318.73 0.89 c p3 +70.97 319.11 0.89 c p3 +75.85 319.00 0.89 c p3 +83.55 318.73 0.89 c p3 +77.00 318.73 0.89 c p3 +79.11 318.85 0.89 c p3 +71.66 319.15 0.89 c p3 +87.46 318.86 0.89 c p3 +85.32 318.77 0.89 c p3 +83.27 318.73 0.89 c p3 +70.15 321.37 0.89 c p3 +88.98 318.83 0.89 c p3 +83.67 318.87 0.89 c p3 +77.51 318.73 0.89 c p3 +82.31 318.92 0.89 c p3 +69.79 328.42 0.89 c p3 +83.34 321.09 0.89 c p3 +84.88 319.15 0.89 c p3 +77.99 322.33 0.89 c p3 +71.23 319.83 0.89 c p3 +73.67 322.78 0.89 c p3 +70.23 320.76 0.89 c p3 +69.38 325.30 0.89 c p3 +70.97 318.83 0.89 c p3 +85.60 318.85 0.89 c p3 +81.76 319.02 0.89 c p3 +74.13 318.93 0.89 c p3 +73.79 319.02 0.89 c p3 +85.40 319.61 0.89 c p3 +80.17 318.90 0.89 c p3 +79.39 318.99 0.89 c p3 +88.85 319.09 0.89 c p3 +69.12 319.54 0.89 c p3 +72.21 318.73 0.89 c p3 +70.53 320.47 0.89 c p3 +86.64 319.04 0.89 c p3 +87.92 318.75 0.89 c p3 +76.87 319.24 0.89 c p3 +81.21 319.21 0.89 c p3 +73.61 319.06 0.89 c p3 +70.69 318.92 0.89 c p3 +78.53 321.03 0.89 c p3 +75.66 318.89 0.89 c p3 +89.27 330.06 0.89 c p3 +88.32 319.16 0.89 c p3 +79.97 318.76 0.89 c p3 +87.55 318.74 0.89 c p3 +69.51 318.73 0.89 c p3 +83.94 320.80 0.89 c p3 +70.29 318.76 0.89 c p3 +72.57 319.19 0.89 c p3 +70.81 318.75 0.89 c p3 +81.60 318.73 0.89 c p3 +84.69 318.85 0.89 c p3 +71.89 318.74 0.89 c p3 +81.51 318.73 0.89 c p3 +76.61 319.27 0.89 c p3 +87.62 318.73 0.89 c p3 +82.18 318.86 0.89 c p3 +75.79 319.13 0.89 c p3 +70.46 318.77 0.89 c p3 +87.53 319.26 0.89 c p3 +70.11 318.73 0.89 c p3 +82.69 318.73 0.89 c p3 +82.24 318.73 0.89 c p3 +74.56 318.73 0.89 c p3 +75.08 318.73 0.89 c p3 +69.75 318.73 0.89 c p3 +76.63 319.00 0.89 c p3 +72.13 318.73 0.89 c p3 +74.59 318.76 0.89 c p3 +72.79 319.01 0.89 c p3 +78.30 320.09 0.89 c p3 +69.66 321.16 0.89 c p3 +80.02 319.56 0.89 c p3 +74.88 318.95 0.89 c p3 +71.53 319.44 0.89 c p3 +83.59 319.19 0.89 c p3 +85.42 318.89 0.89 c p3 +84.29 318.73 0.89 c p3 +136.74 318.73 0.89 c p3 +136.58 318.77 0.89 c p3 +125.87 318.73 0.89 c p3 +122.89 319.08 0.89 c p3 +127.68 318.73 0.89 c p3 +120.15 325.66 0.89 c p3 +125.77 318.73 0.89 c p3 +132.50 318.73 0.89 c p3 +128.35 318.73 0.89 c p3 +122.91 318.80 0.89 c p3 +130.96 318.75 0.89 c p3 +136.52 318.75 0.89 c p3 +121.17 346.96 0.89 c p3 +120.10 318.73 0.89 c p3 +125.02 318.74 0.89 c p3 +121.60 520.51 0.89 c p3 +125.57 319.46 0.89 c p3 +122.27 324.14 0.89 c p3 +126.71 318.73 0.89 c p3 +120.10 318.73 0.89 c p3 +121.98 318.73 0.89 c p3 +126.51 318.73 0.89 c p3 +121.27 318.73 0.89 c p3 +129.50 323.23 0.89 c p3 +131.41 318.73 0.89 c p3 +132.63 325.81 0.89 c p3 +138.77 318.89 0.89 c p3 +139.12 330.25 0.89 c p3 +136.95 319.23 0.89 c p3 +125.77 318.73 0.89 c p3 +138.99 318.73 0.89 c p3 +134.72 319.02 0.89 c p3 +121.04 329.68 0.89 c p3 +124.06 407.55 0.89 c p3 +122.69 318.79 0.89 c p3 +122.94 318.73 0.89 c p3 +125.37 318.80 0.89 c p3 +130.99 318.80 0.89 c p3 +132.72 318.76 0.89 c p3 +130.56 318.74 0.89 c p3 +124.12 318.73 0.89 c p3 +137.01 318.73 0.89 c p3 +132.40 318.73 0.89 c p3 +125.53 319.05 0.89 c p3 +121.19 319.01 0.89 c p3 +129.63 318.73 0.89 c p3 +123.34 318.73 0.89 c p3 +132.72 319.07 0.89 c p3 +138.24 319.56 0.89 c p3 +123.99 318.91 0.89 c p3 +131.35 318.76 0.89 c p3 +124.62 318.73 0.89 c p3 +136.93 322.11 0.89 c p3 +129.49 318.83 0.89 c p3 +121.37 318.92 0.89 c p3 +133.07 318.73 0.89 c p3 +122.85 318.88 0.89 c p3 +135.37 326.75 0.89 c p3 +138.41 320.70 0.89 c p3 +136.61 319.13 0.89 c p3 +126.08 321.83 0.89 c p3 +126.20 319.52 0.89 c p3 +120.48 321.99 0.89 c p3 +127.70 320.47 0.89 c p3 +127.58 324.39 0.89 c p3 +124.42 318.75 0.89 c p3 +129.93 318.85 0.89 c p3 +125.30 318.98 0.89 c p3 +131.36 318.85 0.89 c p3 +138.49 318.87 0.89 c p3 +134.83 319.50 0.89 c p3 +131.29 318.85 0.89 c p3 +128.55 318.92 0.89 c p3 +134.51 319.02 0.89 c p3 +138.74 319.50 0.89 c p3 +129.29 318.73 0.89 c p3 +132.34 320.23 0.89 c p3 +125.74 319.00 0.89 c p3 +135.01 318.79 0.89 c p3 +124.80 319.22 0.89 c p3 +137.42 319.13 0.89 c p3 +120.33 319.02 0.89 c p3 +133.19 318.83 0.89 c p3 +126.05 320.69 0.89 c p3 +121.81 318.87 0.89 c p3 +125.01 328.18 0.89 c p3 +124.88 319.07 0.89 c p3 +128.69 318.74 0.89 c p3 +123.26 318.73 0.89 c p3 +126.08 318.73 0.89 c p3 +125.70 320.10 0.89 c p3 +139.77 318.76 0.89 c p3 +132.11 319.11 0.89 c p3 +135.60 318.73 0.89 c p3 +122.19 318.74 0.89 c p3 +129.84 318.80 0.89 c p3 +126.77 318.73 0.89 c p3 +134.12 318.73 0.89 c p3 +134.31 319.17 0.89 c p3 +128.08 318.74 0.89 c p3 +129.51 318.84 0.89 c p3 +139.09 319.09 0.89 c p3 +121.90 318.76 0.89 c p3 +134.40 336.53 0.89 c p3 +121.13 318.73 0.89 c p3 +125.47 318.73 0.89 c p3 +122.01 318.73 0.89 c p3 +125.57 318.73 0.89 c p3 +120.28 318.73 0.89 c p3 +123.70 318.73 0.89 c p3 +125.57 319.11 0.89 c p3 +136.84 318.73 0.89 c p3 +126.01 318.76 0.89 c p3 +132.13 319.11 0.89 c p3 +121.68 319.87 0.89 c p3 +130.83 320.81 0.89 c p3 +126.79 319.41 0.89 c p3 +139.88 318.92 0.89 c p3 +132.26 319.33 0.89 c p3 +139.94 319.14 0.89 c p3 +131.74 318.88 0.89 c p3 +123.27 318.73 0.89 c p3 +185.42 318.73 0.89 c p3 +176.65 318.77 0.89 c p3 +183.08 318.73 0.89 c p3 +187.64 319.08 0.89 c p3 +174.64 318.73 0.89 c p3 +190.05 325.58 0.89 c p3 +173.05 318.73 0.89 c p3 +189.65 318.73 0.89 c p3 +174.25 318.73 0.89 c p3 +173.27 318.81 0.89 c p3 +185.24 318.75 0.89 c p3 +183.34 318.76 0.89 c p3 +171.89 324.30 0.89 c p3 +183.06 318.73 0.89 c p3 +183.97 318.74 0.89 c p3 +183.93 404.84 0.89 c p3 +183.95 319.46 0.89 c p3 +171.40 324.22 0.89 c p3 +183.63 318.73 0.89 c p3 +189.98 318.73 0.89 c p3 +190.32 318.73 0.89 c p3 +186.53 318.73 0.89 c p3 +178.27 318.73 0.89 c p3 +174.29 321.62 0.89 c p3 +177.27 318.73 0.89 c p3 +172.92 326.58 0.89 c p3 +180.68 318.96 0.89 c p3 +173.56 323.01 0.89 c p3 +179.18 319.20 0.89 c p3 +190.93 318.73 0.89 c p3 +173.35 318.73 0.89 c p3 +178.18 318.93 0.89 c p3 +177.79 322.85 0.89 c p3 +173.40 353.89 0.89 c p3 +178.12 318.84 0.89 c p3 +173.42 318.73 0.89 c p3 +180.51 318.80 0.89 c p3 +183.00 318.80 0.89 c p3 +178.44 318.76 0.89 c p3 +190.62 318.76 0.89 c p3 +184.59 318.73 0.89 c p3 +176.06 318.73 0.89 c p3 +176.62 318.73 0.89 c p3 +182.59 319.08 0.89 c p3 +178.86 319.02 0.89 c p3 +180.70 318.73 0.89 c p3 +176.64 318.73 0.89 c p3 +188.65 318.83 0.89 c p3 +176.93 319.13 0.89 c p3 +173.35 319.10 0.89 c p3 +175.82 318.76 0.89 c p3 +186.94 318.73 0.89 c p3 +180.28 320.43 0.89 c p3 +186.86 318.83 0.89 c p3 +190.52 318.93 0.89 c p3 +180.95 318.73 0.89 c p3 +179.92 318.91 0.89 c p3 +187.82 327.94 0.89 c p3 +178.76 320.98 0.89 c p3 +174.75 319.12 0.89 c p3 +180.09 322.54 0.89 c p3 +189.09 319.76 0.89 c p3 +179.26 322.55 0.89 c p3 +186.16 320.77 0.89 c p3 +173.56 325.25 0.89 c p3 +175.44 318.81 0.89 c p3 +186.06 318.85 0.89 c p3 +178.72 319.00 0.89 c p3 +184.60 318.93 0.89 c p3 +176.82 318.97 0.89 c p3 +179.03 319.65 0.89 c p3 +188.42 318.89 0.89 c p3 +179.43 318.99 0.89 c p3 +184.13 319.02 0.89 c p3 +181.75 319.57 0.89 c p3 +172.04 318.76 0.89 c p3 +186.38 320.52 0.89 c p3 +178.33 319.06 0.89 c p3 +173.71 318.73 0.89 c p3 +186.18 319.33 0.89 c p3 +184.55 319.30 0.89 c p3 +185.46 319.02 0.89 c p3 +190.44 318.92 0.89 c p3 +182.92 320.94 0.89 c p3 +186.34 318.87 0.89 c p3 +181.61 328.42 0.89 c p3 +175.80 319.06 0.89 c p3 +184.87 318.75 0.89 c p3 +180.17 318.73 0.89 c p3 +184.43 318.73 0.89 c p3 +176.32 319.41 0.89 c p3 +187.33 318.77 0.89 c p3 +177.42 319.16 0.89 c p3 +186.84 318.73 0.89 c p3 +184.69 318.73 0.89 c p3 +172.84 318.81 0.89 c p3 +188.04 318.73 0.89 c p3 +171.86 318.73 0.89 c p3 +170.62 319.25 0.89 c p3 +180.48 318.73 0.89 c p3 +184.43 318.85 0.89 c p3 +184.06 319.11 0.89 c p3 +187.25 318.80 0.89 c p3 +171.58 319.36 0.89 c p3 +188.84 318.74 0.89 c p3 +180.66 318.73 0.89 c p3 +184.67 318.73 0.89 c p3 +183.17 318.73 0.89 c p3 +172.84 318.73 0.89 c p3 +175.97 318.73 0.89 c p3 +185.01 319.08 0.89 c p3 +189.69 318.73 0.89 c p3 +171.46 318.76 0.89 c p3 +189.95 319.01 0.89 c p3 +188.06 319.87 0.89 c p3 +189.99 320.89 0.89 c p3 +182.56 319.45 0.89 c p3 +186.28 318.93 0.89 c p3 +186.25 319.38 0.89 c p3 +180.18 319.16 0.89 c p3 +175.00 318.91 0.89 c p3 +177.62 318.73 0.89 c p3 +224.40 318.73 0.89 c p3 +238.45 318.77 0.89 c p3 +224.90 318.73 0.89 c p3 +224.27 319.09 0.89 c p3 +234.43 318.73 0.89 c p3 +229.71 325.84 0.89 c p3 +222.77 318.73 0.89 c p3 +227.17 318.73 0.89 c p3 +224.57 318.73 0.89 c p3 +226.77 318.83 0.89 c p3 +223.55 318.75 0.89 c p3 +238.08 318.81 0.89 c p3 +228.51 365.04 0.89 c p3 +235.58 318.73 0.89 c p3 +238.47 318.84 0.89 c p3 +229.23 443.18 0.89 c p3 +225.20 319.44 0.89 c p3 +235.30 324.19 0.89 c p3 +241.20 318.73 0.89 c p3 +223.12 318.76 0.89 c p3 +224.60 318.73 0.89 c p3 +239.96 318.73 0.89 c p3 +231.98 318.74 0.89 c p3 +238.93 324.54 0.89 c p3 +229.79 318.73 0.89 c p3 +231.21 326.80 0.89 c p3 +232.15 318.90 0.89 c p3 +221.57 330.61 0.89 c p3 +226.32 319.23 0.89 c p3 +226.11 318.73 0.89 c p3 +227.82 318.73 0.89 c p3 +229.41 318.98 0.89 c p3 +225.00 328.21 0.89 c p3 +231.62 357.62 0.89 c p3 +238.89 319.05 0.89 c p3 +229.96 318.73 0.89 c p3 +239.67 318.80 0.89 c p3 +228.73 318.81 0.89 c p3 +237.74 318.76 0.89 c p3 +222.80 318.74 0.89 c p3 +235.07 318.73 0.89 c p3 +235.23 318.73 0.89 c p3 +235.17 318.73 0.89 c p3 +225.34 319.11 0.89 c p3 +233.61 319.01 0.89 c p3 +225.03 318.73 0.89 c p3 +225.24 318.73 0.89 c p3 +223.18 318.91 0.89 c p3 +229.74 319.27 0.89 c p3 +240.34 318.84 0.89 c p3 +228.21 318.78 0.89 c p3 +233.34 318.73 0.89 c p3 +229.95 323.30 0.89 c p3 +222.59 318.85 0.89 c p3 +224.06 318.93 0.89 c p3 +235.98 318.74 0.89 c p3 +226.80 318.92 0.89 c p3 +241.63 328.24 0.89 c p3 +224.50 321.06 0.89 c p3 +225.61 319.12 0.89 c p3 +241.52 322.46 0.89 c p3 +227.68 319.78 0.89 c p3 +236.46 322.64 0.89 c p3 +231.50 320.83 0.89 c p3 +228.36 325.47 0.89 c p3 +236.55 318.77 0.89 c p3 +237.74 318.90 0.89 c p3 +236.80 319.06 0.89 c p3 +232.19 318.92 0.89 c p3 +227.83 318.92 0.89 c p3 +237.69 319.55 0.89 c p3 +223.47 318.87 0.89 c p3 +225.22 318.98 0.89 c p3 +226.39 319.04 0.89 c p3 +236.23 319.60 0.89 c p3 +221.65 318.74 0.89 c p3 +229.69 320.41 0.89 c p3 +232.84 319.03 0.89 c p3 +239.57 318.76 0.89 c p3 +228.28 319.33 0.89 c p3 +223.69 319.18 0.89 c p3 +238.13 319.00 0.89 c p3 +223.25 318.90 0.89 c p3 +229.34 320.82 0.89 c p3 +221.48 318.88 0.89 c p3 +233.95 329.22 0.89 c p3 +239.47 319.08 0.89 c p3 +233.52 318.76 0.89 c p3 +224.50 318.79 0.89 c p3 +236.22 318.73 0.89 c p3 +237.65 320.69 0.89 c p3 +234.42 318.76 0.89 c p3 +232.73 319.21 0.89 c p3 +225.57 318.74 0.89 c p3 +240.78 318.74 0.89 c p3 +227.44 318.80 0.89 c p3 +235.25 318.73 0.89 c p3 +232.06 318.73 0.89 c p3 +222.88 319.22 0.89 c p3 +233.79 318.73 0.89 c p3 +231.67 318.85 0.89 c p3 +241.45 319.11 0.89 c p3 +223.57 318.80 0.89 c p3 +225.39 319.20 0.89 c p3 +230.83 318.73 0.89 c p3 +223.29 318.73 0.89 c p3 +230.43 318.73 0.89 c p3 +239.66 318.73 0.89 c p3 +225.16 318.73 0.89 c p3 +230.61 318.73 0.89 c p3 +222.89 318.99 0.89 c p3 +222.43 318.73 0.89 c p3 +225.20 318.76 0.89 c p3 +235.60 319.07 0.89 c p3 +222.88 319.85 0.89 c p3 +225.62 320.92 0.89 c p3 +237.38 319.51 0.89 c p3 +232.75 318.92 0.89 c p3 +226.57 319.35 0.89 c p3 +224.29 319.19 0.89 c p3 +234.30 318.88 0.89 c p3 +222.85 318.73 0.89 c p3 +282.78 318.73 0.89 c p3 +282.06 318.76 0.89 c p3 +286.94 318.73 0.89 c p3 +282.32 319.09 0.89 c p3 +273.76 318.73 0.89 c p3 +284.48 325.89 0.89 c p3 +276.27 318.73 0.89 c p3 +278.91 318.73 0.89 c p3 +285.50 318.73 0.89 c p3 +274.01 318.81 0.89 c p3 +288.78 318.75 0.89 c p3 +276.66 318.75 0.89 c p3 +284.20 338.66 0.89 c p3 +283.64 318.73 0.89 c p3 +280.95 318.74 0.89 c p3 +287.27 462.04 0.89 c p3 +280.21 319.45 0.89 c p3 +288.81 324.40 0.89 c p3 +286.27 318.73 0.89 c p3 +274.17 318.73 0.89 c p3 +281.84 318.73 0.89 c p3 +283.57 318.73 0.89 c p3 +291.86 318.73 0.89 c p3 +289.73 322.78 0.89 c p3 +289.79 318.73 0.89 c p3 +275.39 326.58 0.89 c p3 +273.01 318.88 0.89 c p3 +282.94 325.51 0.89 c p3 +279.97 319.18 0.89 c p3 +272.92 318.73 0.89 c p3 +281.46 318.73 0.89 c p3 +283.08 318.97 0.89 c p3 +272.32 326.19 0.89 c p3 +278.11 374.11 0.89 c p3 +283.34 318.82 0.89 c p3 +279.55 318.73 0.89 c p3 +291.09 318.81 0.89 c p3 +277.72 318.81 0.89 c p3 +274.76 318.76 0.89 c p3 +275.61 318.74 0.89 c p3 +278.65 318.73 0.89 c p3 +282.57 318.73 0.89 c p3 +277.47 318.73 0.89 c p3 +274.85 319.11 0.89 c p3 +283.81 319.03 0.89 c p3 +285.61 318.73 0.89 c p3 +274.37 318.73 0.89 c p3 +281.50 318.84 0.89 c p3 +284.60 319.35 0.89 c p3 +275.10 319.01 0.89 c p3 +273.50 318.76 0.89 c p3 +292.40 318.73 0.89 c p3 +289.50 323.40 0.89 c p3 +281.14 318.82 0.89 c p3 +282.82 318.98 0.89 c p3 +283.95 318.73 0.89 c p3 +286.63 318.93 0.89 c p3 +291.60 328.05 0.89 c p3 +281.30 321.12 0.89 c p3 +290.67 319.15 0.89 c p3 +275.53 322.39 0.89 c p3 +279.98 319.69 0.89 c p3 +279.18 322.71 0.89 c p3 +280.28 320.92 0.89 c p3 +287.29 325.41 0.89 c p3 +278.43 318.79 0.89 c p3 +280.86 318.83 0.89 c p3 +284.16 319.03 0.89 c p3 +290.08 318.92 0.89 c p3 +292.43 318.99 0.89 c p3 +285.63 319.56 0.89 c p3 +278.29 318.90 0.89 c p3 +280.64 319.03 0.89 c p3 +292.34 319.03 0.89 c p3 +283.02 319.66 0.89 c p3 +283.32 318.73 0.89 c p3 +280.23 320.43 0.89 c p3 +287.39 319.02 0.89 c p3 +282.72 318.76 0.89 c p3 +275.42 319.37 0.89 c p3 +273.35 319.21 0.89 c p3 +276.27 319.07 0.89 c p3 +281.36 318.90 0.89 c p3 +276.52 321.01 0.89 c p3 +281.85 318.91 0.89 c p3 +276.05 329.60 0.89 c p3 +276.13 319.11 0.89 c p3 +287.34 318.75 0.89 c p3 +290.79 318.73 0.89 c p3 +282.23 318.73 0.89 c p3 +291.26 320.21 0.89 c p3 +279.88 318.77 0.89 c p3 +277.32 319.17 0.89 c p3 +290.05 318.73 0.89 c p3 +288.34 318.73 0.89 c p3 +290.54 318.83 0.89 c p3 +276.14 318.73 0.89 c p3 +272.55 318.73 0.89 c p3 +290.25 319.23 0.89 c p3 +279.36 318.73 0.89 c p3 +279.37 318.85 0.89 c p3 +275.76 319.11 0.89 c p3 +274.98 318.80 0.89 c p3 +281.89 319.14 0.89 c p3 +284.55 318.73 0.89 c p3 +282.24 318.73 0.89 c p3 +275.71 318.73 0.89 c p3 +273.61 318.73 0.89 c p3 +287.16 318.73 0.89 c p3 +272.99 318.73 0.89 c p3 +290.84 319.08 0.89 c p3 +278.38 318.73 0.89 c p3 +278.04 318.76 0.89 c p3 +292.04 319.08 0.89 c p3 +274.66 319.96 0.89 c p3 +275.83 321.05 0.89 c p3 +283.99 319.58 0.89 c p3 +272.59 318.92 0.89 c p3 +278.26 319.44 0.89 c p3 +287.18 319.22 0.89 c p3 +285.93 318.94 0.89 c p3 +287.23 318.73 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +383.90 345.88 0.89 c p3 +392.77 318.78 0.89 c p3 +380.48 318.79 0.89 c p3 +375.65 319.70 0.89 c p3 +379.58 318.75 0.89 c p3 +385.91 330.34 0.89 c p3 +391.06 318.73 0.89 c p3 +383.00 318.73 0.89 c p3 +373.90 318.73 0.89 c p3 +386.54 318.80 0.89 c p3 +379.38 318.77 0.89 c p3 +389.98 318.78 0.89 c p3 +378.89 347.54 0.89 c p3 +377.12 318.73 0.89 c p3 +390.77 318.76 0.89 c p3 +383.59 475.57 0.89 c p3 +380.53 320.74 0.89 c p3 +376.39 326.60 0.89 c p3 +391.31 318.73 0.89 c p3 +375.06 318.74 0.89 c p3 +376.87 318.73 0.89 c p3 +383.57 318.73 0.89 c p3 +385.64 318.73 0.89 c p3 +376.00 324.61 0.89 c p3 +384.94 318.73 0.89 c p3 +393.81 333.99 0.89 c p3 +379.47 318.91 0.89 c p3 +381.31 337.68 0.89 c p3 +377.08 319.30 0.89 c p3 +389.88 318.73 0.89 c p3 +381.35 318.73 0.89 c p3 +382.90 318.73 0.89 c p3 +388.79 331.87 0.89 c p3 +382.07 411.49 0.89 c p3 +391.17 318.82 0.89 c p3 +383.30 318.73 0.89 c p3 +375.80 318.76 0.89 c p3 +376.49 318.84 0.89 c p3 +375.20 318.79 0.89 c p3 +390.63 318.73 0.89 c p3 +387.79 318.73 0.89 c p3 +379.02 318.74 0.89 c p3 +383.06 318.73 0.89 c p3 +374.71 319.35 0.89 c p3 +392.74 319.86 0.89 c p3 +383.76 318.76 0.89 c p3 +378.75 318.96 0.89 c p3 +376.10 319.00 0.89 c p3 +390.54 320.92 0.89 c p3 +383.41 318.78 0.89 c p3 +393.64 318.77 0.89 c p3 +378.58 318.73 0.89 c p3 +385.81 325.33 0.89 c p3 +389.11 318.83 0.89 c p3 +384.64 319.01 0.89 c p3 +389.17 318.73 0.89 c p3 +377.21 319.13 0.89 c p3 +374.82 337.36 0.89 c p3 +386.85 323.25 0.89 c p3 +374.74 319.50 0.89 c p3 +380.47 325.49 0.89 c p3 +392.17 320.69 0.89 c p3 +375.55 326.01 0.89 c p3 +390.18 322.54 0.89 c p3 +380.77 331.43 0.89 c p3 +379.94 318.92 0.89 c p3 +388.39 319.00 0.89 c p3 +384.13 319.34 0.89 c p3 +380.03 319.09 0.89 c p3 +380.58 319.28 0.89 c p3 +374.68 320.29 0.89 c p3 +393.13 319.03 0.89 c p3 +377.65 319.24 0.89 c p3 +391.86 319.26 0.89 c p3 +384.81 320.14 0.89 c p3 +390.29 318.78 0.89 c p3 +390.26 321.79 0.89 c p3 +382.21 319.32 0.89 c p3 +374.83 318.91 0.89 c p3 +380.26 319.81 0.89 c p3 +375.94 319.59 0.89 c p3 +381.80 319.38 0.89 c p3 +385.08 319.05 0.89 c p3 +391.80 322.72 0.89 c p3 +390.40 319.05 0.89 c p3 +373.97 338.05 0.89 c p3 +383.71 319.69 0.89 c p3 +374.60 318.82 0.89 c p3 +392.18 318.75 0.89 c p3 +391.34 318.73 0.89 c p3 +374.09 319.42 0.89 c p3 +374.96 318.83 0.89 c p3 +391.79 319.67 0.89 c p3 +377.06 318.75 0.89 c p3 +391.28 318.75 0.89 c p3 +377.60 318.84 0.89 c p3 +379.43 318.76 0.89 c p3 +374.48 318.73 0.89 c p3 +375.71 319.45 0.89 c p3 +374.73 318.73 0.89 c p3 +374.45 318.97 0.89 c p3 +382.32 319.45 0.89 c p3 +378.57 318.75 0.89 c p3 +381.35 319.83 0.89 c p3 +378.70 318.75 0.89 c p3 +377.99 318.73 0.89 c p3 +383.44 318.73 0.89 c p3 +393.09 321.77 0.89 c p3 +376.73 318.75 0.89 c p3 +384.42 318.73 0.89 c p3 +381.42 319.30 0.89 c p3 +379.75 318.73 0.89 c p3 +378.76 318.76 0.89 c p3 +382.91 319.75 0.89 c p3 +383.02 320.70 0.89 c p3 +375.20 322.92 0.89 c p3 +380.36 320.22 0.89 c p3 +390.43 319.16 0.89 c p3 +377.39 320.03 0.89 c p3 +391.92 319.62 0.89 c p3 +393.02 319.09 0.89 c p3 +388.58 318.73 0.89 c p3 +442.10 359.85 0.89 c p3 +433.81 318.78 0.89 c p3 +443.75 318.80 0.89 c p3 +437.75 319.73 0.89 c p3 +432.52 318.75 0.89 c p3 +435.53 330.82 0.89 c p3 +426.37 318.74 0.89 c p3 +440.31 318.73 0.89 c p3 +442.66 318.73 0.89 c p3 +444.66 318.82 0.89 c p3 +429.22 318.77 0.89 c p3 +434.27 318.81 0.89 c p3 +426.59 410.73 0.89 c p3 +435.93 318.73 0.89 c p3 +441.40 318.76 0.89 c p3 +431.65 448.18 0.89 c p3 +440.89 320.91 0.89 c p3 +429.19 326.89 0.89 c p3 +432.39 318.73 0.89 c p3 +431.10 318.75 0.89 c p3 +431.47 318.73 0.89 c p3 +433.39 319.07 0.89 c p3 +436.97 318.74 0.89 c p3 +442.56 336.56 0.89 c p3 +434.00 318.84 0.89 c p3 +440.68 334.17 0.89 c p3 +444.52 318.89 0.89 c p3 +433.35 350.43 0.89 c p3 +442.72 319.36 0.89 c p3 +440.77 318.73 0.89 c p3 +441.10 318.73 0.89 c p3 +437.03 318.76 0.89 c p3 +438.17 333.03 0.89 c p3 +438.09 386.82 0.89 c p3 +440.15 318.84 0.89 c p3 +431.24 318.74 0.89 c p3 +441.12 318.73 0.89 c p3 +431.87 318.84 0.89 c p3 +425.90 318.79 0.89 c p3 +425.40 318.73 0.89 c p3 +437.80 318.73 0.89 c p3 +439.37 318.75 0.89 c p3 +437.41 318.73 0.89 c p3 +434.33 319.21 0.89 c p3 +428.68 319.91 0.89 c p3 +428.37 318.76 0.89 c p3 +434.05 319.05 0.89 c p3 +444.74 319.53 0.89 c p3 +428.46 319.95 0.89 c p3 +434.91 318.78 0.89 c p3 +433.37 318.78 0.89 c p3 +442.07 318.85 0.89 c p3 +426.82 326.36 0.89 c p3 +431.75 318.73 0.89 c p3 +425.48 319.21 0.89 c p3 +435.46 318.73 0.89 c p3 +433.10 319.05 0.89 c p3 +433.50 337.93 0.89 c p3 +432.56 323.19 0.89 c p3 +443.87 319.57 0.89 c p3 +427.49 325.53 0.89 c p3 +438.01 320.64 0.89 c p3 +430.95 325.74 0.89 c p3 +438.03 322.60 0.89 c p3 +439.80 331.68 0.89 c p3 +426.85 318.95 0.89 c p3 +435.38 319.02 0.89 c p3 +437.38 319.39 0.89 c p3 +429.65 319.07 0.89 c p3 +437.82 319.26 0.89 c p3 +431.26 320.47 0.89 c p3 +437.54 319.03 0.89 c p3 +426.96 319.22 0.89 c p3 +424.97 319.21 0.89 c p3 +438.88 320.18 0.89 c p3 +433.83 318.78 0.89 c p3 +432.58 322.32 0.89 c p3 +426.90 319.39 0.89 c p3 +444.49 318.90 0.89 c p3 +429.56 319.78 0.89 c p3 +437.72 319.69 0.89 c p3 +438.04 319.44 0.89 c p3 +428.00 319.06 0.89 c p3 +435.82 322.40 0.89 c p3 +430.99 319.04 0.89 c p3 +443.15 336.26 0.89 c p3 +427.63 319.73 0.89 c p3 +424.62 318.82 0.89 c p3 +430.44 318.76 0.89 c p3 +427.43 318.73 0.89 c p3 +424.96 321.22 0.89 c p3 +441.28 318.83 0.89 c p3 +433.67 319.63 0.89 c p3 +434.53 318.75 0.89 c p3 +434.12 318.74 0.89 c p3 +433.26 318.87 0.89 c p3 +443.08 318.76 0.89 c p3 +427.95 318.73 0.89 c p3 +428.74 319.41 0.89 c p3 +424.83 318.73 0.89 c p3 +433.08 318.96 0.89 c p3 +443.19 319.47 0.89 c p3 +424.73 318.76 0.89 c p3 +442.69 334.40 0.89 c p3 +438.44 318.73 0.89 c p3 +429.46 318.73 0.89 c p3 +433.65 318.73 0.89 c p3 +428.69 319.96 0.89 c p3 +442.12 318.74 0.89 c p3 +439.04 318.73 0.89 c p3 +443.56 319.25 0.89 c p3 +442.18 318.73 0.89 c p3 +426.19 318.76 0.89 c p3 +429.27 319.80 0.89 c p3 +441.02 320.75 0.89 c p3 +442.53 322.89 0.89 c p3 +436.54 320.16 0.89 c p3 +433.74 319.15 0.89 c p3 +427.44 320.01 0.89 c p3 +436.02 319.52 0.89 c p3 +439.05 319.08 0.89 c p3 +432.05 318.73 0.89 c p3 +482.01 350.14 0.89 c p3 +481.05 318.78 0.89 c p3 +481.85 318.78 0.89 c p3 +478.26 319.63 0.89 c p3 +495.04 318.75 0.89 c p3 +480.06 329.22 0.89 c p3 +487.44 318.73 0.89 c p3 +493.03 318.73 0.89 c p3 +495.61 318.73 0.89 c p3 +488.82 318.81 0.89 c p3 +479.61 318.76 0.89 c p3 +488.81 318.77 0.89 c p3 +488.54 351.72 0.89 c p3 +480.95 318.73 0.89 c p3 +478.45 318.75 0.89 c p3 +480.09 431.70 0.89 c p3 +490.68 320.91 0.89 c p3 +492.60 326.76 0.89 c p3 +486.70 318.73 0.89 c p3 +483.02 318.74 0.89 c p3 +488.00 318.73 0.89 c p3 +483.96 318.73 0.89 c p3 +477.29 318.74 0.89 c p3 +489.10 325.01 0.89 c p3 +489.57 318.73 0.89 c p3 +484.60 334.12 0.89 c p3 +485.25 318.73 0.89 c p3 +487.28 333.87 0.89 c p3 +475.82 319.31 0.89 c p3 +490.62 318.73 0.89 c p3 +484.94 318.73 0.89 c p3 +485.01 318.76 0.89 c p3 +481.51 328.17 0.89 c p3 +493.55 384.60 0.89 c p3 +484.20 318.84 0.89 c p3 +478.35 318.74 0.89 c p3 +477.74 318.79 0.89 c p3 +483.95 318.83 0.89 c p3 +490.20 318.79 0.89 c p3 +490.85 318.73 0.89 c p3 +483.77 318.73 0.89 c p3 +490.53 318.75 0.89 c p3 +479.27 318.73 0.89 c p3 +482.86 319.25 0.89 c p3 +485.22 319.82 0.89 c p3 +478.15 318.76 0.89 c p3 +477.77 318.95 0.89 c p3 +485.69 320.34 0.89 c p3 +483.80 320.23 0.89 c p3 +494.92 318.87 0.89 c p3 +477.75 318.75 0.89 c p3 +486.07 318.73 0.89 c p3 +490.82 322.31 0.89 c p3 +478.25 318.85 0.89 c p3 +481.40 319.07 0.89 c p3 +476.49 318.73 0.89 c p3 +482.54 319.14 0.89 c p3 +493.00 337.51 0.89 c p3 +491.04 323.23 0.89 c p3 +479.97 319.58 0.89 c p3 +478.56 325.40 0.89 c p3 +484.84 320.61 0.89 c p3 +483.18 325.72 0.89 c p3 +481.17 322.63 0.89 c p3 +487.27 331.24 0.89 c p3 +485.11 318.93 0.89 c p3 +479.46 319.04 0.89 c p3 +484.16 319.37 0.89 c p3 +479.49 319.07 0.89 c p3 +482.16 319.31 0.89 c p3 +489.38 320.38 0.89 c p3 +494.52 319.02 0.89 c p3 +479.96 319.23 0.89 c p3 +484.38 319.24 0.89 c p3 +478.01 320.04 0.89 c p3 +493.33 318.81 0.89 c p3 +483.75 322.22 0.89 c p3 +477.52 319.40 0.89 c p3 +479.53 318.82 0.89 c p3 +482.37 319.79 0.89 c p3 +478.41 319.63 0.89 c p3 +475.97 319.37 0.89 c p3 +480.83 319.03 0.89 c p3 +495.18 322.71 0.89 c p3 +494.64 319.02 0.89 c p3 +488.98 336.05 0.89 c p3 +481.92 319.63 0.89 c p3 +482.15 318.81 0.89 c p3 +491.60 318.73 0.89 c p3 +488.03 318.73 0.89 c p3 +491.70 319.34 0.89 c p3 +495.14 318.83 0.89 c p3 +486.04 319.77 0.89 c p3 +493.33 318.75 0.89 c p3 +489.93 318.74 0.89 c p3 +483.24 318.86 0.89 c p3 +486.23 318.76 0.89 c p3 +487.74 318.74 0.89 c p3 +495.58 319.40 0.89 c p3 +493.44 318.73 0.89 c p3 +493.21 318.95 0.89 c p3 +478.59 319.48 0.89 c p3 +489.54 318.74 0.89 c p3 +476.22 324.67 0.89 c p3 +494.26 318.74 0.89 c p3 +487.40 318.73 0.89 c p3 +480.19 318.73 0.89 c p3 +495.16 323.30 0.89 c p3 +477.39 318.75 0.89 c p3 +493.92 318.73 0.89 c p3 +484.12 319.29 0.89 c p3 +476.74 318.73 0.89 c p3 +494.03 318.76 0.89 c p3 +479.07 319.71 0.89 c p3 +479.62 320.67 0.89 c p3 +486.20 322.81 0.89 c p3 +495.27 320.11 0.89 c p3 +476.80 319.15 0.89 c p3 +490.36 320.03 0.89 c p3 +483.18 319.58 0.89 c p3 +475.95 319.14 0.89 c p3 +480.98 318.73 0.89 c p3 +545.04 347.74 0.89 c p3 +538.70 318.78 0.89 c p3 +538.28 318.77 0.89 c p3 +546.35 319.75 0.89 c p3 +527.14 318.75 0.89 c p3 +528.01 329.51 0.89 c p3 +528.07 318.73 0.89 c p3 +538.67 318.73 0.89 c p3 +537.35 318.73 0.89 c p3 +541.86 318.80 0.89 c p3 +540.94 318.76 0.89 c p3 +545.00 318.76 0.89 c p3 +544.45 342.86 0.89 c p3 +538.93 318.73 0.89 c p3 +540.03 318.75 0.89 c p3 +529.18 525.31 0.89 c p3 +541.02 320.70 0.89 c p3 +530.14 326.65 0.89 c p3 +543.43 318.73 0.89 c p3 +538.96 318.74 0.89 c p3 +530.01 318.73 0.89 c p3 +533.94 318.73 0.89 c p3 +535.46 318.74 0.89 c p3 +541.12 323.98 0.89 c p3 +536.50 318.73 0.89 c p3 +539.27 332.40 0.89 c p3 +531.53 318.88 0.89 c p3 +539.48 334.34 0.89 c p3 +534.04 319.31 0.89 c p3 +532.54 318.73 0.89 c p3 +531.08 318.73 0.89 c p3 +539.17 318.73 0.89 c p3 +527.52 328.42 0.89 c p3 +530.41 425.70 0.89 c p3 +537.35 318.84 0.89 c p3 +538.82 318.74 0.89 c p3 +537.99 318.76 0.89 c p3 +545.41 318.84 0.89 c p3 +542.34 318.79 0.89 c p3 +537.62 318.73 0.89 c p3 +536.05 318.73 0.89 c p3 +543.46 318.75 0.89 c p3 +533.03 318.73 0.89 c p3 +533.76 319.26 0.89 c p3 +539.47 319.68 0.89 c p3 +537.37 318.75 0.89 c p3 +526.27 318.94 0.89 c p3 +536.70 319.64 0.89 c p3 +537.64 320.21 0.89 c p3 +538.06 318.81 0.89 c p3 +529.29 318.75 0.89 c p3 +535.35 318.73 0.89 c p3 +531.78 321.34 0.89 c p3 +546.35 318.84 0.89 c p3 +527.39 319.11 0.89 c p3 +532.12 318.73 0.89 c p3 +530.66 319.06 0.89 c p3 +542.19 335.97 0.89 c p3 +533.70 322.71 0.89 c p3 +541.56 319.45 0.89 c p3 +546.15 324.83 0.89 c p3 +535.25 320.46 0.89 c p3 +530.10 325.49 0.89 c p3 +533.48 322.34 0.89 c p3 +537.45 330.48 0.89 c p3 +540.58 318.93 0.89 c p3 +538.84 318.99 0.89 c p3 +541.48 319.27 0.89 c p3 +532.56 318.98 0.89 c p3 +527.57 319.24 0.89 c p3 +527.37 320.22 0.89 c p3 +526.25 319.03 0.89 c p3 +545.22 319.23 0.89 c p3 +538.14 319.20 0.89 c p3 +535.86 320.14 0.89 c p3 +531.67 318.81 0.89 c p3 +539.17 321.60 0.89 c p3 +531.26 319.27 0.89 c p3 +542.16 319.05 0.89 c p3 +540.89 319.64 0.89 c p3 +542.64 319.55 0.89 c p3 +529.33 319.29 0.89 c p3 +539.58 318.98 0.89 c p3 +536.77 322.72 0.89 c p3 +543.33 319.01 0.89 c p3 +533.63 335.83 0.89 c p3 +542.01 319.63 0.89 c p3 +543.47 318.80 0.89 c p3 +532.69 318.74 0.89 c p3 +526.34 318.73 0.89 c p3 +535.78 319.29 0.89 c p3 +545.49 318.82 0.89 c p3 +544.20 319.68 0.89 c p3 +530.96 318.75 0.89 c p3 +537.65 318.74 0.89 c p3 +535.41 318.84 0.89 c p3 +539.12 318.74 0.89 c p3 +534.87 318.73 0.89 c p3 +542.20 319.44 0.89 c p3 +536.55 318.73 0.89 c p3 +539.61 318.95 0.89 c p3 +537.57 319.39 0.89 c p3 +543.80 318.77 0.89 c p3 +531.15 354.03 0.89 c p3 +542.70 318.73 0.89 c p3 +543.48 318.73 0.89 c p3 +546.24 318.73 0.89 c p3 +539.14 323.99 0.89 c p3 +536.27 318.75 0.89 c p3 +536.71 318.73 0.89 c p3 +528.55 319.18 0.89 c p3 +535.24 318.73 0.89 c p3 +531.90 318.76 0.89 c p3 +529.23 319.80 0.89 c p3 +531.63 320.62 0.89 c p3 +543.84 322.54 0.89 c p3 +545.86 320.08 0.89 c p3 +541.73 319.09 0.89 c p3 +545.09 319.94 0.89 c p3 +529.37 319.50 0.89 c p3 +542.05 319.08 0.89 c p3 +529.02 318.73 0.89 c p3 +342.10 336.70 0.89 c p3 +334.11 318.78 0.89 c p3 +339.76 318.78 0.89 c p3 +324.41 319.70 0.89 c p3 +324.57 318.75 0.89 c p3 +324.56 329.47 0.89 c p3 +332.79 318.73 0.89 c p3 +329.09 318.73 0.89 c p3 +326.56 318.73 0.89 c p3 +325.44 318.81 0.89 c p3 +325.06 318.77 0.89 c p3 +323.67 318.79 0.89 c p3 +330.89 386.45 0.89 c p3 +342.91 318.73 0.89 c p3 +325.47 318.78 0.89 c p3 +329.75 445.44 0.89 c p3 +337.94 320.68 0.89 c p3 +323.95 326.65 0.89 c p3 +331.41 318.73 0.89 c p3 +324.94 318.75 0.89 c p3 +324.25 318.73 0.89 c p3 +338.72 318.73 0.89 c p3 +337.23 318.74 0.89 c p3 +341.30 325.20 0.89 c p3 +341.11 318.73 0.89 c p3 +330.40 333.87 0.89 c p3 +323.44 318.73 0.89 c p3 +324.74 346.94 0.89 c p3 +333.27 319.35 0.89 c p3 +334.63 318.73 0.89 c p3 +334.92 318.73 0.89 c p3 +342.10 318.81 0.89 c p3 +328.24 333.77 0.89 c p3 +336.21 384.74 0.89 c p3 +326.88 318.90 0.89 c p3 +325.90 318.73 0.89 c p3 +324.15 318.76 0.89 c p3 +329.58 318.83 0.89 c p3 +333.76 318.79 0.89 c p3 +330.32 318.73 0.89 c p3 +331.42 318.73 0.89 c p3 +328.47 318.75 0.89 c p3 +336.19 318.73 0.89 c p3 +338.40 319.23 0.89 c p3 +324.33 320.00 0.89 c p3 +336.45 318.76 0.89 c p3 +325.96 318.97 0.89 c p3 +333.30 320.97 0.89 c p3 +329.95 319.88 0.89 c p3 +325.32 318.86 0.89 c p3 +328.77 318.77 0.89 c p3 +329.80 318.79 0.89 c p3 +323.85 329.28 0.89 c p3 +326.29 318.92 0.89 c p3 +342.07 319.15 0.89 c p3 +328.03 318.73 0.89 c p3 +332.58 319.14 0.89 c p3 +335.62 337.17 0.89 c p3 +341.92 322.98 0.89 c p3 +342.03 319.53 0.89 c p3 +333.27 325.40 0.89 c p3 +331.41 320.60 0.89 c p3 +329.67 325.91 0.89 c p3 +329.78 322.76 0.89 c p3 +331.60 331.75 0.89 c p3 +327.39 318.94 0.89 c p3 +339.08 319.05 0.89 c p3 +336.39 319.19 0.89 c p3 +326.44 319.14 0.89 c p3 +341.31 319.32 0.89 c p3 +324.68 320.36 0.89 c p3 +329.85 319.01 0.89 c p3 +329.88 319.20 0.89 c p3 +334.32 319.21 0.89 c p3 +338.88 320.14 0.89 c p3 +341.60 318.77 0.89 c p3 +325.44 322.10 0.89 c p3 +327.82 319.36 0.89 c p3 +334.44 318.94 0.89 c p3 +331.83 319.80 0.89 c p3 +325.13 319.48 0.89 c p3 +340.40 319.40 0.89 c p3 +341.61 319.06 0.89 c p3 +323.00 322.76 0.89 c p3 +341.44 319.05 0.89 c p3 +332.24 336.15 0.89 c p3 +333.20 319.65 0.89 c p3 +343.09 318.79 0.89 c p3 +334.37 318.73 0.89 c p3 +331.40 318.73 0.89 c p3 +337.53 319.97 0.89 c p3 +331.73 318.82 0.89 c p3 +328.17 319.65 0.89 c p3 +325.18 318.75 0.89 c p3 +325.51 318.75 0.89 c p3 +332.67 318.87 0.89 c p3 +342.97 318.75 0.89 c p3 +324.23 318.73 0.89 c p3 +331.01 319.47 0.89 c p3 +331.75 318.73 0.89 c p3 +341.62 318.92 0.89 c p3 +335.49 319.47 0.89 c p3 +328.30 318.74 0.89 c p3 +333.40 346.85 0.89 c p3 +331.99 318.74 0.89 c p3 +327.17 318.73 0.89 c p3 +342.82 318.73 0.89 c p3 +334.08 320.85 0.89 c p3 +340.63 318.76 0.89 c p3 +331.95 318.73 0.89 c p3 +323.19 319.30 0.89 c p3 +329.26 318.73 0.89 c p3 +333.75 318.76 0.89 c p3 +326.77 319.76 0.89 c p3 +323.48 320.64 0.89 c p3 +334.81 322.72 0.89 c p3 +328.83 320.12 0.89 c p3 +324.54 319.08 0.89 c p3 +341.45 319.95 0.89 c p3 +327.25 319.55 0.89 c p3 +328.96 319.11 0.89 c p3 +339.96 318.73 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +587.14 318.73 0.89 c p3 +590.85 318.90 0.89 c p3 +580.76 318.73 0.89 c p3 +591.02 319.03 0.89 c p3 +579.16 318.73 0.89 c p3 +582.31 324.62 0.89 c p3 +596.06 318.73 0.89 c p3 +590.39 318.73 0.89 c p3 +589.26 318.73 0.89 c p3 +579.04 318.80 0.89 c p3 +592.31 318.77 0.89 c p3 +596.33 318.85 0.89 c p3 +586.30 385.70 0.89 c p3 +586.51 318.73 0.89 c p3 +594.99 318.73 0.89 c p3 +586.45 394.55 0.89 c p3 +586.72 319.35 0.89 c p3 +594.29 322.70 0.89 c p3 +590.30 318.73 0.89 c p3 +578.57 318.73 0.89 c p3 +588.08 318.73 0.89 c p3 +582.67 318.73 0.89 c p3 +590.27 318.73 0.89 c p3 +596.52 322.91 0.89 c p3 +583.98 318.73 0.89 c p3 +592.19 325.07 0.89 c p3 +581.88 319.22 0.89 c p3 +589.98 334.63 0.89 c p3 +581.26 319.76 0.89 c p3 +587.29 318.73 0.89 c p3 +580.76 318.73 0.89 c p3 +595.51 318.73 0.89 c p3 +589.49 339.70 0.89 c p3 +582.05 358.08 0.89 c p3 +595.52 318.76 0.89 c p3 +595.50 318.73 0.89 c p3 +596.07 318.78 0.89 c p3 +582.49 318.80 0.89 c p3 +584.14 318.73 0.89 c p3 +596.54 318.74 0.89 c p3 +594.33 318.73 0.89 c p3 +583.11 318.74 0.89 c p3 +579.12 318.73 0.89 c p3 +596.59 318.95 0.89 c p3 +582.77 319.84 0.89 c p3 +577.58 318.73 0.89 c p3 +589.80 318.73 0.89 c p3 +593.64 319.09 0.89 c p3 +584.89 319.53 0.89 c p3 +582.30 318.76 0.89 c p3 +586.84 318.75 0.89 c p3 +591.73 318.73 0.89 c p3 +582.83 336.60 0.89 c p3 +582.24 318.78 0.89 c p3 +586.11 318.88 0.89 c p3 +577.68 318.73 0.89 c p3 +590.17 318.87 0.89 c p3 +582.17 326.43 0.89 c p3 +580.11 320.74 0.89 c p3 +590.39 318.97 0.89 c p3 +592.58 321.53 0.89 c p3 +589.01 319.49 0.89 c p3 +579.04 321.64 0.89 c p3 +595.69 321.21 0.89 c p3 +590.26 323.93 0.89 c p3 +585.67 318.76 0.89 c p3 +585.38 318.82 0.89 c p3 +588.71 318.73 0.89 c p3 +581.00 318.79 0.89 c p3 +585.86 318.77 0.89 c p3 +595.84 319.48 0.89 c p3 +595.31 318.78 0.89 c p3 +597.10 318.91 0.89 c p3 +587.65 318.95 0.89 c p3 +586.65 319.39 0.89 c p3 +594.70 318.74 0.89 c p3 +586.57 319.84 0.89 c p3 +586.90 318.98 0.89 c p3 +589.49 318.73 0.89 c p3 +596.71 319.10 0.89 c p3 +591.93 318.73 0.89 c p3 +578.53 318.91 0.89 c p3 +582.64 318.77 0.89 c p3 +587.42 320.18 0.89 c p3 +586.71 318.82 0.89 c p3 +582.25 326.45 0.89 c p3 +580.39 319.74 0.89 c p3 +595.19 318.73 0.89 c p3 +592.47 318.73 0.89 c p3 +582.63 318.73 0.89 c p3 +588.79 319.60 0.89 c p3 +578.17 318.80 0.89 c p3 +585.28 319.44 0.89 c p3 +584.22 318.73 0.89 c p3 +579.51 318.73 0.89 c p3 +594.51 318.89 0.89 c p3 +587.57 318.73 0.89 c p3 +584.00 318.73 0.89 c p3 +596.31 319.05 0.89 c p3 +580.26 318.73 0.89 c p3 +586.64 318.77 0.89 c p3 +589.89 318.95 0.89 c p3 +581.22 318.73 0.89 c p3 +592.42 320.04 0.89 c p3 +577.51 318.73 0.89 c p3 +586.02 318.73 0.89 c p3 +595.72 318.73 0.89 c p3 +583.43 321.90 0.89 c p3 +587.23 318.73 0.89 c p3 +583.23 318.73 0.89 c p3 +578.14 318.84 0.89 c p3 +580.72 318.73 0.89 c p3 +581.84 318.76 0.89 c p3 +588.60 318.99 0.89 c p3 +589.86 319.41 0.89 c p3 +589.50 320.10 0.89 c p3 +593.38 319.17 0.89 c p3 +590.53 318.84 0.89 c p3 +582.15 319.12 0.89 c p3 +596.67 318.99 0.89 c p3 +590.68 318.82 0.89 c p3 +592.47 318.73 0.89 c p3 +630.08 318.73 0.89 c p3 +643.54 318.86 0.89 c p3 +630.62 318.73 0.89 c p3 +645.89 318.90 0.89 c p3 +642.93 318.73 0.89 c p3 +631.01 325.26 0.89 c p3 +646.35 318.73 0.89 c p3 +647.78 318.73 0.89 c p3 +642.81 318.73 0.89 c p3 +627.66 318.83 0.89 c p3 +644.04 318.77 0.89 c p3 +630.82 318.79 0.89 c p3 +627.67 383.00 0.89 c p3 +632.38 318.73 0.89 c p3 +633.45 318.76 0.89 c p3 +631.72 366.89 0.89 c p3 +634.17 319.41 0.89 c p3 +632.97 324.13 0.89 c p3 +632.82 318.73 0.89 c p3 +643.16 318.73 0.89 c p3 +632.04 318.73 0.89 c p3 +640.20 318.73 0.89 c p3 +629.96 318.74 0.89 c p3 +643.36 322.64 0.89 c p3 +640.59 318.73 0.89 c p3 +637.94 325.27 0.89 c p3 +628.23 318.73 0.89 c p3 +647.15 328.98 0.89 c p3 +633.32 319.39 0.89 c p3 +630.53 318.73 0.89 c p3 +640.19 318.73 0.89 c p3 +631.21 318.79 0.89 c p3 +629.82 327.77 0.89 c p3 +634.03 338.90 0.89 c p3 +642.20 318.76 0.89 c p3 +643.15 318.73 0.89 c p3 +635.73 318.78 0.89 c p3 +639.76 318.82 0.89 c p3 +630.36 318.75 0.89 c p3 +636.16 318.73 0.89 c p3 +641.43 318.73 0.89 c p3 +630.14 318.74 0.89 c p3 +639.71 318.73 0.89 c p3 +645.98 319.01 0.89 c p3 +647.47 319.76 0.89 c p3 +630.42 318.73 0.89 c p3 +630.01 318.73 0.89 c p3 +627.73 319.94 0.89 c p3 +636.99 318.99 0.89 c p3 +646.93 318.80 0.89 c p3 +638.98 318.73 0.89 c p3 +633.83 318.73 0.89 c p3 +639.46 327.57 0.89 c p3 +641.70 318.78 0.89 c p3 +629.05 318.87 0.89 c p3 +643.98 318.73 0.89 c p3 +628.48 318.89 0.89 c p3 +647.47 326.47 0.89 c p3 +647.47 320.57 0.89 c p3 +633.28 319.13 0.89 c p3 +632.14 321.74 0.89 c p3 +636.63 319.61 0.89 c p3 +633.22 321.94 0.89 c p3 +638.90 320.49 0.89 c p3 +644.84 324.09 0.89 c p3 +644.94 318.81 0.89 c p3 +631.21 318.79 0.89 c p3 +630.78 319.01 0.89 c p3 +629.37 318.92 0.89 c p3 +643.19 319.00 0.89 c p3 +646.60 319.40 0.89 c p3 +631.63 318.84 0.89 c p3 +628.77 318.94 0.89 c p3 +638.88 319.03 0.89 c p3 +639.42 319.42 0.89 c p3 +633.04 318.74 0.89 c p3 +642.15 320.05 0.89 c p3 +630.88 318.99 0.89 c p3 +637.95 318.73 0.89 c p3 +647.89 319.23 0.89 c p3 +647.24 319.19 0.89 c p3 +634.17 319.02 0.89 c p3 +637.35 318.92 0.89 c p3 +641.75 320.52 0.89 c p3 +631.55 318.83 0.89 c p3 +641.81 327.31 0.89 c p3 +640.73 319.00 0.89 c p3 +642.65 318.73 0.89 c p3 +645.14 318.73 0.89 c p3 +629.92 318.73 0.89 c p3 +638.99 319.02 0.89 c p3 +639.62 318.76 0.89 c p3 +647.49 319.13 0.89 c p3 +641.70 318.73 0.89 c p3 +628.75 318.74 0.89 c p3 +638.65 318.80 0.89 c p3 +643.49 318.73 0.89 c p3 +639.80 318.73 0.89 c p3 +646.01 319.13 0.89 c p3 +628.83 318.73 0.89 c p3 +638.87 318.81 0.89 c p3 +640.62 318.98 0.89 c p3 +628.12 318.73 0.89 c p3 +629.00 320.00 0.89 c p3 +643.93 318.73 0.89 c p3 +635.17 318.73 0.89 c p3 +640.95 318.73 0.89 c p3 +630.33 323.79 0.89 c p3 +628.93 318.73 0.89 c p3 +640.12 318.73 0.89 c p3 +644.11 318.78 0.89 c p3 +643.21 318.73 0.89 c p3 +643.32 318.76 0.89 c p3 +645.18 318.95 0.89 c p3 +632.79 319.57 0.89 c p3 +642.20 320.29 0.89 c p3 +645.10 319.28 0.89 c p3 +630.08 318.84 0.89 c p3 +635.03 319.19 0.89 c p3 +635.10 319.03 0.89 c p3 +639.90 318.83 0.89 c p3 +641.14 318.73 0.89 c p3 +687.65 318.73 0.89 c p3 +682.62 318.84 0.89 c p3 +685.53 318.73 0.89 c p3 +682.54 318.90 0.89 c p3 +689.31 318.73 0.89 c p3 +693.72 324.62 0.89 c p3 +686.21 318.73 0.89 c p3 +686.14 318.73 0.89 c p3 +692.42 318.73 0.89 c p3 +679.40 318.82 0.89 c p3 +694.36 318.76 0.89 c p3 +680.55 318.76 0.89 c p3 +695.49 355.96 0.89 c p3 +695.24 318.73 0.89 c p3 +697.31 318.73 0.89 c p3 +684.08 366.56 0.89 c p3 +687.67 319.37 0.89 c p3 +682.46 323.46 0.89 c p3 +678.77 318.73 0.89 c p3 +693.85 318.73 0.89 c p3 +690.63 318.73 0.89 c p3 +689.64 318.73 0.89 c p3 +689.98 318.73 0.89 c p3 +693.87 323.00 0.89 c p3 +682.74 318.73 0.89 c p3 +691.80 326.66 0.89 c p3 +689.14 318.73 0.89 c p3 +680.02 329.06 0.89 c p3 +682.57 319.36 0.89 c p3 +682.96 318.73 0.89 c p3 +690.90 318.73 0.89 c p3 +695.72 318.81 0.89 c p3 +686.69 327.94 0.89 c p3 +685.17 339.75 0.89 c p3 +688.10 318.78 0.89 c p3 +682.21 318.73 0.89 c p3 +687.45 318.83 0.89 c p3 +698.69 318.81 0.89 c p3 +678.62 318.75 0.89 c p3 +679.80 318.73 0.89 c p3 +694.12 318.73 0.89 c p3 +697.48 318.74 0.89 c p3 +685.31 318.73 0.89 c p3 +680.12 319.06 0.89 c p3 +682.80 319.60 0.89 c p3 +692.08 318.73 0.89 c p3 +683.14 318.73 0.89 c p3 +689.72 319.23 0.89 c p3 +686.96 319.05 0.89 c p3 +692.37 318.78 0.89 c p3 +690.88 318.73 0.89 c p3 +688.91 318.73 0.89 c p3 +680.60 329.03 0.89 c p3 +688.33 318.73 0.89 c p3 +678.76 318.98 0.89 c p3 +695.86 318.73 0.89 c p3 +692.50 318.93 0.89 c p3 +690.42 327.78 0.89 c p3 +696.67 320.91 0.89 c p3 +691.66 319.17 0.89 c p3 +695.59 322.57 0.89 c p3 +688.64 319.77 0.89 c p3 +689.80 322.45 0.89 c p3 +680.95 320.81 0.89 c p3 +693.11 325.10 0.89 c p3 +679.00 318.80 0.89 c p3 +687.76 318.86 0.89 c p3 +690.68 319.04 0.89 c p3 +688.75 318.95 0.89 c p3 +680.12 319.00 0.89 c p3 +683.87 319.55 0.89 c p3 +679.97 318.92 0.89 c p3 +684.64 319.00 0.89 c p3 +695.49 319.12 0.89 c p3 +695.05 319.54 0.89 c p3 +679.53 318.79 0.89 c p3 +697.78 320.40 0.89 c p3 +678.62 319.01 0.89 c p3 +687.75 318.74 0.89 c p3 +679.32 319.32 0.89 c p3 +684.70 319.28 0.89 c p3 +682.17 319.07 0.89 c p3 +698.67 318.94 0.89 c p3 +679.53 320.99 0.89 c p3 +688.23 318.87 0.89 c p3 +694.34 328.53 0.89 c p3 +684.97 319.10 0.89 c p3 +689.74 318.73 0.89 c p3 +696.61 318.77 0.89 c p3 +690.86 318.73 0.89 c p3 +685.93 319.07 0.89 c p3 +678.80 318.77 0.89 c p3 +695.39 319.06 0.89 c p3 +683.69 318.73 0.89 c p3 +683.28 318.74 0.89 c p3 +693.64 318.79 0.89 c p3 +696.00 318.73 0.89 c p3 +693.25 318.73 0.89 c p3 +692.08 319.23 0.89 c p3 +696.33 318.73 0.89 c p3 +697.48 318.83 0.89 c p3 +680.58 319.06 0.89 c p3 +695.64 318.74 0.89 c p3 +694.67 319.53 0.89 c p3 +681.93 318.73 0.89 c p3 +687.05 318.73 0.89 c p3 +698.38 318.73 0.89 c p3 +688.46 323.13 0.89 c p3 +682.18 318.73 0.89 c p3 +684.97 318.73 0.89 c p3 +680.76 319.14 0.89 c p3 +685.43 318.73 0.89 c p3 +694.40 318.75 0.89 c p3 +678.66 318.96 0.89 c p3 +685.67 319.73 0.89 c p3 +695.98 320.64 0.89 c p3 +687.92 319.39 0.89 c p3 +693.48 318.90 0.89 c p3 +689.61 319.30 0.89 c p3 +683.96 319.14 0.89 c p3 +679.21 318.88 0.89 c p3 +684.79 318.73 0.89 c p3 +738.36 318.73 0.89 c p3 +738.19 318.85 0.89 c p3 +743.69 318.73 0.89 c p3 +741.27 318.91 0.89 c p3 +745.04 318.73 0.89 c p3 +738.46 325.10 0.89 c p3 +739.06 318.73 0.89 c p3 +744.32 318.73 0.89 c p3 +734.73 318.73 0.89 c p3 +735.45 318.84 0.89 c p3 +735.60 318.81 0.89 c p3 +749.52 320.05 0.89 c p3 +734.64 435.14 0.89 c p3 +732.56 318.73 0.89 c p3 +746.35 319.67 0.89 c p3 +742.75 376.60 0.89 c p3 +740.24 319.77 0.89 c p3 +744.63 324.08 0.89 c p3 +737.25 318.73 0.89 c p3 +744.54 318.74 0.89 c p3 +744.75 318.73 0.89 c p3 +735.03 318.73 0.89 c p3 +743.74 318.73 0.89 c p3 +733.74 323.92 0.89 c p3 +732.97 318.82 0.89 c p3 +748.75 326.53 0.89 c p3 +738.47 318.73 0.89 c p3 +738.64 327.40 0.89 c p3 +748.58 319.48 0.89 c p3 +748.62 318.73 0.89 c p3 +730.95 318.73 0.89 c p3 +736.96 318.79 0.89 c p3 +745.38 326.85 0.89 c p3 +742.89 345.65 0.89 c p3 +749.18 322.21 0.89 c p3 +748.58 318.73 0.89 c p3 +732.32 318.82 0.89 c p3 +732.27 318.80 0.89 c p3 +746.40 318.75 0.89 c p3 +734.01 318.73 0.89 c p3 +746.15 318.73 0.89 c p3 +739.78 318.74 0.89 c p3 +742.69 318.73 0.89 c p3 +747.93 319.06 0.89 c p3 +743.45 319.79 0.89 c p3 +739.52 318.73 0.89 c p3 +732.83 318.73 0.89 c p3 +747.55 321.82 0.89 c p3 +746.29 319.14 0.89 c p3 +735.41 318.78 0.89 c p3 +737.18 318.74 0.89 c p3 +729.51 318.73 0.89 c p3 +733.68 328.53 0.89 c p3 +740.74 318.84 0.89 c p3 +731.08 319.03 0.89 c p3 +730.07 318.81 0.89 c p3 +746.37 318.90 0.89 c p3 +735.54 328.28 0.89 c p3 +730.63 320.91 0.89 c p3 +734.31 319.08 0.89 c p3 +732.75 322.43 0.89 c p3 +740.87 319.86 0.89 c p3 +744.37 322.56 0.89 c p3 +743.99 320.78 0.89 c p3 +730.95 325.39 0.89 c p3 +743.56 318.84 0.89 c p3 +740.53 318.88 0.89 c p3 +745.22 319.04 0.89 c p3 +743.75 318.88 0.89 c p3 +732.54 319.00 0.89 c p3 +743.03 319.58 0.89 c p3 +745.16 318.87 0.89 c p3 +729.50 318.99 0.89 c p3 +744.72 319.03 0.89 c p3 +747.82 319.67 0.89 c p3 +741.52 318.75 0.89 c p3 +744.95 320.37 0.89 c p3 +730.70 319.00 0.89 c p3 +729.42 318.73 0.89 c p3 +739.96 319.28 0.89 c p3 +741.74 319.21 0.89 c p3 +736.21 319.08 0.89 c p3 +732.98 318.94 0.89 c p3 +733.28 320.93 0.89 c p3 +730.21 318.85 0.89 c p3 +744.35 329.51 0.89 c p3 +741.45 319.21 0.89 c p3 +732.05 318.75 0.89 c p3 +742.71 318.74 0.89 c p3 +740.81 318.73 0.89 c p3 +738.83 319.16 0.89 c p3 +732.97 318.78 0.89 c p3 +737.66 319.06 0.89 c p3 +731.37 318.73 0.89 c p3 +742.56 318.73 0.89 c p3 +741.21 318.80 0.89 c p3 +746.79 318.74 0.89 c p3 +733.76 318.73 0.89 c p3 +736.77 319.21 0.89 c p3 +746.18 318.73 0.89 c p3 +736.78 318.85 0.89 c p3 +741.00 319.03 0.89 c p3 +747.39 318.73 0.89 c p3 +748.91 321.67 0.89 c p3 +729.54 318.79 0.89 c p3 +745.93 318.73 0.89 c p3 +736.74 318.73 0.89 c p3 +746.38 324.21 0.89 c p3 +729.54 318.74 0.89 c p3 +732.26 318.73 0.89 c p3 +746.47 318.98 0.89 c p3 +740.78 318.73 0.89 c p3 +734.55 318.76 0.89 c p3 +742.81 318.94 0.89 c p3 +735.86 319.81 0.89 c p3 +748.85 320.66 0.89 c p3 +733.70 319.42 0.89 c p3 +744.12 318.89 0.89 c p3 +747.09 319.27 0.89 c p3 +739.15 319.10 0.89 c p3 +732.23 318.86 0.89 c p3 +739.87 318.73 0.89 c p3 +798.71 318.73 0.89 c p3 +789.12 318.83 0.89 c p3 +791.42 318.73 0.89 c p3 +786.40 318.93 0.89 c p3 +798.14 318.73 0.89 c p3 +793.93 324.97 0.89 c p3 +789.42 318.73 0.89 c p3 +791.26 318.73 0.89 c p3 +798.87 318.73 0.89 c p3 +790.07 318.82 0.89 c p3 +799.71 318.76 0.89 c p3 +796.34 318.77 0.89 c p3 +786.26 394.43 0.89 c p3 +788.42 318.73 0.89 c p3 +795.92 318.76 0.89 c p3 +791.61 369.24 0.89 c p3 +794.18 319.50 0.89 c p3 +791.64 324.08 0.89 c p3 +781.31 318.73 0.89 c p3 +790.21 318.73 0.89 c p3 +781.59 318.73 0.89 c p3 +788.83 318.73 0.89 c p3 +783.08 318.74 0.89 c p3 +780.21 323.09 0.89 c p3 +783.37 318.73 0.89 c p3 +784.08 326.69 0.89 c p3 +780.93 318.87 0.89 c p3 +799.61 330.47 0.89 c p3 +797.77 319.35 0.89 c p3 +793.69 318.73 0.89 c p3 +785.76 318.73 0.89 c p3 +793.85 318.83 0.89 c p3 +792.65 326.78 0.89 c p3 +784.44 342.84 0.89 c p3 +799.34 318.77 0.89 c p3 +791.25 318.73 0.89 c p3 +798.24 318.84 0.89 c p3 +787.23 318.82 0.89 c p3 +795.67 318.75 0.89 c p3 +790.32 318.73 0.89 c p3 +796.12 318.73 0.89 c p3 +788.56 318.74 0.89 c p3 +784.37 318.73 0.89 c p3 +785.02 319.09 0.89 c p3 +795.06 319.91 0.89 c p3 +781.42 318.73 0.89 c p3 +787.16 318.73 0.89 c p3 +782.13 319.59 0.89 c p3 +782.17 319.09 0.89 c p3 +790.67 318.81 0.89 c p3 +791.81 318.73 0.89 c p3 +798.74 318.73 0.89 c p3 +788.33 326.48 0.89 c p3 +785.32 318.79 0.89 c p3 +780.27 318.94 0.89 c p3 +791.41 318.73 0.89 c p3 +787.03 318.92 0.89 c p3 +798.72 328.24 0.89 c p3 +784.63 320.93 0.89 c p3 +787.29 319.14 0.89 c p3 +790.81 322.46 0.89 c p3 +796.80 319.82 0.89 c p3 +791.60 322.58 0.89 c p3 +786.96 320.86 0.89 c p3 +791.23 325.42 0.89 c p3 +798.39 318.81 0.89 c p3 +797.07 318.87 0.89 c p3 +791.70 319.10 0.89 c p3 +787.78 318.93 0.89 c p3 +780.79 318.98 0.89 c p3 +794.01 319.56 0.89 c p3 +786.05 318.88 0.89 c p3 +787.98 319.02 0.89 c p3 +789.08 319.11 0.89 c p3 +795.27 319.57 0.89 c p3 +787.51 318.77 0.89 c p3 +789.45 320.22 0.89 c p3 +799.62 319.11 0.89 c p3 +789.30 318.74 0.89 c p3 +788.82 319.24 0.89 c p3 +785.93 319.22 0.89 c p3 +793.71 319.08 0.89 c p3 +787.60 318.96 0.89 c p3 +790.94 320.98 0.89 c p3 +791.83 318.87 0.89 c p3 +784.73 330.11 0.89 c p3 +784.69 319.17 0.89 c p3 +782.46 318.74 0.89 c p3 +781.77 318.75 0.89 c p3 +800.27 318.73 0.89 c p3 +789.77 319.20 0.89 c p3 +790.14 318.78 0.89 c p3 +796.84 319.06 0.89 c p3 +798.11 318.73 0.89 c p3 +782.17 318.73 0.89 c p3 +799.41 318.79 0.89 c p3 +794.64 318.73 0.89 c p3 +795.77 318.73 0.89 c p3 +792.94 319.25 0.89 c p3 +784.12 318.73 0.89 c p3 +784.28 318.85 0.89 c p3 +791.59 319.04 0.89 c p3 +789.22 318.73 0.89 c p3 +792.40 320.11 0.89 c p3 +795.54 318.73 0.89 c p3 +786.32 318.73 0.89 c p3 +799.54 318.73 0.89 c p3 +797.08 322.39 0.89 c p3 +793.34 318.74 0.89 c p3 +785.38 318.73 0.89 c p3 +781.37 318.78 0.89 c p3 +794.29 318.73 0.89 c p3 +787.36 318.76 0.89 c p3 +786.54 318.92 0.89 c p3 +800.04 319.84 0.89 c p3 +795.74 320.83 0.89 c p3 +793.59 319.48 0.89 c p3 +797.79 318.89 0.89 c p3 +788.43 319.34 0.89 c p3 +794.06 319.15 0.89 c p3 +797.30 318.88 0.89 c p3 +790.47 318.73 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +848.83 336.04 0.89 c p3 +834.35 318.74 0.89 c p3 +839.80 318.76 0.89 c p3 +846.04 319.08 0.89 c p3 +836.63 318.73 0.89 c p3 +849.36 326.31 0.89 c p3 +847.17 318.73 0.89 c p3 +838.62 318.73 0.89 c p3 +839.01 318.73 0.89 c p3 +848.20 318.78 0.89 c p3 +831.46 318.75 0.89 c p3 +845.92 318.75 0.89 c p3 +848.87 359.60 0.89 c p3 +838.88 318.73 0.89 c p3 +835.53 318.73 0.89 c p3 +847.46 431.81 0.89 c p3 +849.14 320.43 0.89 c p3 +840.01 325.02 0.89 c p3 +831.06 318.73 0.89 c p3 +840.36 318.73 0.89 c p3 +838.10 318.73 0.89 c p3 +847.38 318.73 0.89 c p3 +839.11 318.73 0.89 c p3 +844.83 323.78 0.89 c p3 +834.67 318.73 0.89 c p3 +847.72 331.49 0.89 c p3 +836.88 318.73 0.89 c p3 +844.78 329.81 0.89 c p3 +841.66 318.99 0.89 c p3 +831.53 318.73 0.89 c p3 +845.48 318.73 0.89 c p3 +850.55 318.76 0.89 c p3 +842.24 328.97 0.89 c p3 +841.50 389.93 0.89 c p3 +845.35 318.82 0.89 c p3 +836.97 318.73 0.89 c p3 +836.58 318.73 0.89 c p3 +839.01 318.76 0.89 c p3 +841.64 318.77 0.89 c p3 +842.18 318.73 0.89 c p3 +830.91 318.73 0.89 c p3 +837.09 318.73 0.89 c p3 +833.56 318.73 0.89 c p3 +837.84 319.26 0.89 c p3 +833.28 319.62 0.89 c p3 +833.37 318.73 0.89 c p3 +839.07 318.91 0.89 c p3 +848.51 318.92 0.89 c p3 +834.02 320.59 0.89 c p3 +844.81 318.77 0.89 c p3 +831.10 318.78 0.89 c p3 +848.03 318.73 0.89 c p3 +842.17 325.17 0.89 c p3 +832.84 318.83 0.89 c p3 +836.72 318.96 0.89 c p3 +840.86 318.73 0.89 c p3 +841.68 319.06 0.89 c p3 +832.61 334.38 0.89 c p3 +831.58 322.21 0.89 c p3 +831.97 319.40 0.89 c p3 +834.04 324.52 0.89 c p3 +849.25 320.36 0.89 c p3 +834.12 325.18 0.89 c p3 +844.74 321.96 0.89 c p3 +836.95 329.61 0.89 c p3 +844.22 318.92 0.89 c p3 +843.30 318.97 0.89 c p3 +847.21 319.26 0.89 c p3 +844.29 319.06 0.89 c p3 +847.44 319.14 0.89 c p3 +840.62 320.07 0.89 c p3 +834.82 319.00 0.89 c p3 +836.88 319.18 0.89 c p3 +837.74 319.28 0.89 c p3 +839.91 320.20 0.89 c p3 +836.20 318.79 0.89 c p3 +845.61 321.06 0.89 c p3 +846.67 319.24 0.89 c p3 +834.72 318.78 0.89 c p3 +837.76 319.58 0.89 c p3 +840.10 319.54 0.89 c p3 +838.14 319.34 0.89 c p3 +837.03 319.01 0.89 c p3 +838.05 322.38 0.89 c p3 +848.95 318.98 0.89 c p3 +847.33 337.71 0.89 c p3 +850.28 319.54 0.89 c p3 +850.91 318.81 0.89 c p3 +846.81 318.75 0.89 c p3 +840.94 318.73 0.89 c p3 +850.93 319.06 0.89 c p3 +830.87 318.83 0.89 c p3 +848.17 319.49 0.89 c p3 +832.97 318.75 0.89 c p3 +847.83 318.74 0.89 c p3 +846.61 318.83 0.89 c p3 +831.13 318.75 0.89 c p3 +848.52 318.73 0.89 c p3 +838.93 319.50 0.89 c p3 +832.85 318.73 0.89 c p3 +839.66 318.96 0.89 c p3 +847.30 319.29 0.89 c p3 +835.61 318.76 0.89 c p3 +835.37 320.72 0.89 c p3 +833.64 318.74 0.89 c p3 +844.02 318.73 0.89 c p3 +837.33 318.73 0.89 c p3 +849.56 321.68 0.89 c p3 +834.70 318.73 0.89 c p3 +845.15 318.73 0.89 c p3 +848.40 318.94 0.89 c p3 +847.35 318.73 0.89 c p3 +845.21 318.74 0.89 c p3 +843.45 319.09 0.89 c p3 +840.64 320.78 0.89 c p3 +847.63 322.42 0.89 c p3 +848.51 320.12 0.89 c p3 +846.42 319.03 0.89 c p3 +831.90 319.80 0.89 c p3 +838.96 319.49 0.89 c p3 +850.66 319.03 0.89 c p3 +849.05 318.73 0.89 c p3 +881.77 337.81 0.89 c p3 +893.73 318.75 0.89 c p3 +898.62 318.76 0.89 c p3 +899.85 319.07 0.89 c p3 +892.35 318.74 0.89 c p3 +886.82 325.59 0.89 c p3 +883.33 318.73 0.89 c p3 +891.90 318.73 0.89 c p3 +897.27 318.73 0.89 c p3 +898.07 318.78 0.89 c p3 +895.74 318.75 0.89 c p3 +890.57 318.76 0.89 c p3 +888.74 377.64 0.89 c p3 +885.83 318.73 0.89 c p3 +892.49 318.75 0.89 c p3 +894.88 481.41 0.89 c p3 +892.22 320.21 0.89 c p3 +882.17 324.95 0.89 c p3 +889.46 318.73 0.89 c p3 +886.99 318.74 0.89 c p3 +882.02 318.73 0.89 c p3 +894.97 318.73 0.89 c p3 +889.36 318.73 0.89 c p3 +888.76 323.99 0.89 c p3 +893.43 318.76 0.89 c p3 +881.87 331.40 0.89 c p3 +882.62 318.73 0.89 c p3 +891.20 328.92 0.89 c p3 +898.49 318.97 0.89 c p3 +890.01 318.73 0.89 c p3 +899.82 318.73 0.89 c p3 +899.58 318.73 0.89 c p3 +892.02 326.91 0.89 c p3 +885.99 426.29 0.89 c p3 +890.67 318.81 0.89 c p3 +886.14 318.73 0.89 c p3 +889.63 318.73 0.89 c p3 +894.45 318.78 0.89 c p3 +901.84 318.77 0.89 c p3 +882.65 318.73 0.89 c p3 +896.93 318.73 0.89 c p3 +889.94 318.74 0.89 c p3 +884.83 318.73 0.89 c p3 +898.04 319.24 0.89 c p3 +900.43 319.67 0.89 c p3 +885.26 318.74 0.89 c p3 +900.19 318.91 0.89 c p3 +890.30 318.92 0.89 c p3 +885.92 320.70 0.89 c p3 +897.01 318.82 0.89 c p3 +896.11 318.76 0.89 c p3 +893.68 318.73 0.89 c p3 +899.12 322.01 0.89 c p3 +887.25 318.80 0.89 c p3 +895.93 319.13 0.89 c p3 +893.24 318.73 0.89 c p3 +884.13 319.01 0.89 c p3 +889.88 334.21 0.89 c p3 +892.33 322.22 0.89 c p3 +892.89 319.41 0.89 c p3 +901.24 324.46 0.89 c p3 +888.40 320.37 0.89 c p3 +883.25 324.79 0.89 c p3 +889.97 322.00 0.89 c p3 +899.95 329.46 0.89 c p3 +894.11 318.92 0.89 c p3 +896.44 318.98 0.89 c p3 +897.25 319.25 0.89 c p3 +899.19 319.06 0.89 c p3 +884.85 319.22 0.89 c p3 +885.63 320.04 0.89 c p3 +901.77 318.99 0.89 c p3 +885.13 319.21 0.89 c p3 +883.73 319.33 0.89 c p3 +896.61 320.10 0.89 c p3 +884.49 318.89 0.89 c p3 +889.34 321.11 0.89 c p3 +886.40 319.18 0.89 c p3 +896.13 318.80 0.89 c p3 +899.67 319.59 0.89 c p3 +900.36 319.47 0.89 c p3 +888.53 319.29 0.89 c p3 +891.49 319.01 0.89 c p3 +894.58 322.24 0.89 c p3 +890.59 318.96 0.89 c p3 +886.63 336.71 0.89 c p3 +899.09 319.39 0.89 c p3 +884.69 318.79 0.89 c p3 +887.35 318.74 0.89 c p3 +887.29 318.73 0.89 c p3 +900.02 319.12 0.89 c p3 +888.57 318.81 0.89 c p3 +884.21 319.47 0.89 c p3 +895.50 318.74 0.89 c p3 +893.20 318.74 0.89 c p3 +892.29 318.83 0.89 c p3 +883.54 318.76 0.89 c p3 +895.12 318.73 0.89 c p3 +888.54 319.47 0.89 c p3 +897.44 318.73 0.89 c p3 +886.03 318.92 0.89 c p3 +883.24 319.29 0.89 c p3 +893.48 318.75 0.89 c p3 +885.80 328.69 0.89 c p3 +894.50 318.73 0.89 c p3 +888.22 318.73 0.89 c p3 +895.98 318.73 0.89 c p3 +885.66 321.06 0.89 c p3 +882.27 318.74 0.89 c p3 +891.01 318.73 0.89 c p3 +887.01 318.91 0.89 c p3 +896.32 318.73 0.89 c p3 +894.19 318.74 0.89 c p3 +883.12 319.14 0.89 c p3 +898.07 320.67 0.89 c p3 +898.27 322.21 0.89 c p3 +894.38 320.04 0.89 c p3 +885.51 319.05 0.89 c p3 +899.81 319.74 0.89 c p3 +894.30 319.43 0.89 c p3 +898.96 318.99 0.89 c p3 +892.94 318.73 0.89 c p3 +937.50 340.44 0.89 c p3 +948.67 318.78 0.89 c p3 +947.08 318.76 0.89 c p3 +933.67 319.12 0.89 c p3 +948.19 318.74 0.89 c p3 +950.84 326.97 0.89 c p3 +945.34 318.73 0.89 c p3 +939.83 318.73 0.89 c p3 +936.39 318.73 0.89 c p3 +935.90 318.78 0.89 c p3 +941.32 318.76 0.89 c p3 +941.02 318.80 0.89 c p3 +944.84 354.88 0.89 c p3 +935.38 318.73 0.89 c p3 +952.42 318.81 0.89 c p3 +934.45 414.02 0.89 c p3 +948.66 320.18 0.89 c p3 +941.46 326.47 0.89 c p3 +938.33 318.73 0.89 c p3 +951.90 318.74 0.89 c p3 +934.83 318.73 0.89 c p3 +945.85 318.73 0.89 c p3 +932.45 318.73 0.89 c p3 +951.40 324.96 0.89 c p3 +947.72 318.73 0.89 c p3 +944.34 331.67 0.89 c p3 +949.43 318.84 0.89 c p3 +944.57 329.70 0.89 c p3 +950.71 319.46 0.89 c p3 +934.48 318.73 0.89 c p3 +942.07 318.73 0.89 c p3 +934.38 318.73 0.89 c p3 +951.38 325.81 0.89 c p3 +932.34 377.95 0.89 c p3 +938.53 318.82 0.89 c p3 +949.25 318.73 0.89 c p3 +946.07 318.77 0.89 c p3 +943.78 318.83 0.89 c p3 +943.91 318.78 0.89 c p3 +949.20 318.73 0.89 c p3 +939.97 318.73 0.89 c p3 +935.26 318.75 0.89 c p3 +939.92 318.73 0.89 c p3 +947.85 319.25 0.89 c p3 +951.21 319.64 0.89 c p3 +934.75 318.75 0.89 c p3 +945.84 318.93 0.89 c p3 +938.87 318.96 0.89 c p3 +941.88 320.08 0.89 c p3 +933.37 318.82 0.89 c p3 +947.76 318.78 0.89 c p3 +951.33 318.73 0.89 c p3 +939.91 321.55 0.89 c p3 +942.23 318.83 0.89 c p3 +948.38 319.13 0.89 c p3 +935.39 318.73 0.89 c p3 +932.45 319.04 0.89 c p3 +944.32 333.97 0.89 c p3 +944.65 322.21 0.89 c p3 +935.59 319.33 0.89 c p3 +936.90 324.55 0.89 c p3 +950.71 320.30 0.89 c p3 +945.85 325.00 0.89 c p3 +941.33 322.06 0.89 c p3 +940.17 329.37 0.89 c p3 +944.71 318.89 0.89 c p3 +935.66 319.00 0.89 c p3 +932.36 319.33 0.89 c p3 +945.35 319.05 0.89 c p3 +942.72 319.18 0.89 c p3 +943.41 320.04 0.89 c p3 +945.96 319.02 0.89 c p3 +945.74 319.17 0.89 c p3 +936.64 319.27 0.89 c p3 +940.51 320.13 0.89 c p3 +938.46 318.80 0.89 c p3 +939.75 321.14 0.89 c p3 +938.60 319.26 0.89 c p3 +942.18 318.78 0.89 c p3 +949.08 319.58 0.89 c p3 +943.89 319.49 0.89 c p3 +932.72 319.31 0.89 c p3 +940.43 319.02 0.89 c p3 +949.00 322.32 0.89 c p3 +937.42 319.00 0.89 c p3 +950.53 336.88 0.89 c p3 +935.17 319.43 0.89 c p3 +947.10 318.80 0.89 c p3 +941.66 318.73 0.89 c p3 +943.62 318.73 0.89 c p3 +944.65 319.06 0.89 c p3 +940.18 318.83 0.89 c p3 +940.14 319.39 0.89 c p3 +936.04 318.75 0.89 c p3 +938.86 318.74 0.89 c p3 +945.67 318.84 0.89 c p3 +944.80 318.74 0.89 c p3 +952.21 318.73 0.89 c p3 +947.22 319.49 0.89 c p3 +944.22 318.73 0.89 c p3 +945.84 318.92 0.89 c p3 +951.81 319.30 0.89 c p3 +932.39 318.74 0.89 c p3 +934.57 319.83 0.89 c p3 +951.29 318.73 0.89 c p3 +934.21 318.73 0.89 c p3 +947.41 318.73 0.89 c p3 +941.92 323.06 0.89 c p3 +949.68 318.74 0.89 c p3 +938.81 318.73 0.89 c p3 +940.96 318.85 0.89 c p3 +947.74 318.73 0.89 c p3 +934.56 318.76 0.89 c p3 +944.91 319.14 0.89 c p3 +952.23 320.70 0.89 c p3 +942.00 322.42 0.89 c p3 +934.68 320.06 0.89 c p3 +949.51 319.03 0.89 c p3 +938.44 319.85 0.89 c p3 +945.94 319.49 0.89 c p3 +942.73 319.03 0.89 c p3 +952.33 318.73 0.89 c p3 +1001.12 341.13 0.89 c p3 +989.72 318.79 0.89 c p3 +994.53 318.76 0.89 c p3 +995.22 319.17 0.89 c p3 +993.05 318.75 0.89 c p3 +1002.37 327.72 0.89 c p3 +998.68 318.73 0.89 c p3 +986.93 318.73 0.89 c p3 +991.28 318.73 0.89 c p3 +998.49 318.79 0.89 c p3 +983.51 318.77 0.89 c p3 +989.61 318.81 0.89 c p3 +992.84 407.49 0.89 c p3 +988.97 318.73 0.89 c p3 +989.77 318.79 0.89 c p3 +998.28 462.53 0.89 c p3 +992.63 320.03 0.89 c p3 +988.33 327.16 0.89 c p3 +989.12 318.73 0.89 c p3 +1003.08 318.74 0.89 c p3 +987.12 318.73 0.89 c p3 +988.81 318.73 0.89 c p3 +1000.20 318.74 0.89 c p3 +987.46 324.59 0.89 c p3 +997.98 318.76 0.89 c p3 +995.57 332.12 0.89 c p3 +990.61 319.06 0.89 c p3 +987.54 331.26 0.89 c p3 +985.48 319.53 0.89 c p3 +989.65 318.73 0.89 c p3 +985.05 318.73 0.89 c p3 +990.08 318.76 0.89 c p3 +984.47 333.77 0.89 c p3 +984.90 405.59 0.89 c p3 +995.91 318.82 0.89 c p3 +994.81 318.73 0.89 c p3 +996.60 318.76 0.89 c p3 +998.86 318.85 0.89 c p3 +987.55 318.79 0.89 c p3 +990.67 318.73 0.89 c p3 +985.63 318.73 0.89 c p3 +992.42 318.76 0.89 c p3 +987.27 318.73 0.89 c p3 +1000.54 319.28 0.89 c p3 +991.61 319.98 0.89 c p3 +998.15 318.76 0.89 c p3 +989.03 318.93 0.89 c p3 +997.64 319.19 0.89 c p3 +1000.94 320.23 0.89 c p3 +990.57 318.82 0.89 c p3 +991.78 318.75 0.89 c p3 +994.94 318.73 0.89 c p3 +987.40 326.26 0.89 c p3 +987.29 318.82 0.89 c p3 +992.31 319.14 0.89 c p3 +985.13 318.73 0.89 c p3 +1000.39 319.02 0.89 c p3 +988.22 335.06 0.89 c p3 +992.25 322.50 0.89 c p3 +1002.59 319.41 0.89 c p3 +983.95 325.04 0.89 c p3 +999.63 320.47 0.89 c p3 +998.24 325.48 0.89 c p3 +997.75 322.22 0.89 c p3 +999.58 330.13 0.89 c p3 +1002.82 318.94 0.89 c p3 +985.77 319.03 0.89 c p3 +984.86 319.30 0.89 c p3 +1001.49 319.08 0.89 c p3 +989.84 319.19 0.89 c p3 +986.70 320.10 0.89 c p3 +995.25 319.02 0.89 c p3 +985.83 319.20 0.89 c p3 +985.48 319.28 0.89 c p3 +1000.19 320.16 0.89 c p3 +991.08 318.84 0.89 c p3 +997.10 321.31 0.89 c p3 +983.57 319.27 0.89 c p3 +999.55 318.76 0.89 c p3 +990.01 319.64 0.89 c p3 +996.48 319.58 0.89 c p3 +996.80 319.35 0.89 c p3 +991.48 319.05 0.89 c p3 +996.98 322.40 0.89 c p3 +995.51 318.98 0.89 c p3 +983.57 337.87 0.89 c p3 +1002.73 319.47 0.89 c p3 +994.12 318.80 0.89 c p3 +986.04 318.74 0.89 c p3 +1000.19 318.73 0.89 c p3 +999.83 319.31 0.89 c p3 +984.99 318.81 0.89 c p3 +1002.68 319.48 0.89 c p3 +995.36 318.75 0.89 c p3 +992.34 318.74 0.89 c p3 +997.12 318.84 0.89 c p3 +1001.50 318.75 0.89 c p3 +990.89 318.73 0.89 c p3 +983.43 319.57 0.89 c p3 +991.34 318.73 0.89 c p3 +998.12 318.95 0.89 c p3 +986.16 319.27 0.89 c p3 +984.67 318.73 0.89 c p3 +999.56 320.28 0.89 c p3 +1001.77 318.73 0.89 c p3 +998.45 318.73 0.89 c p3 +990.30 318.73 0.89 c p3 +984.34 322.16 0.89 c p3 +988.24 318.74 0.89 c p3 +1001.72 318.73 0.89 c p3 +992.98 318.90 0.89 c p3 +996.63 318.73 0.89 c p3 +999.68 318.77 0.89 c p3 +988.83 319.13 0.89 c p3 +990.93 320.65 0.89 c p3 +1001.64 322.37 0.89 c p3 +994.96 320.08 0.89 c p3 +994.18 319.04 0.89 c p3 +993.02 319.77 0.89 c p3 +989.53 319.46 0.89 c p3 +997.66 319.01 0.89 c p3 +983.37 318.73 0.89 c p3 +1050.97 350.72 0.89 c p3 +1049.31 318.78 0.89 c p3 +1052.31 318.77 0.89 c p3 +1042.92 319.12 0.89 c p3 +1045.95 318.75 0.89 c p3 +1034.05 327.34 0.89 c p3 +1041.15 318.73 0.89 c p3 +1045.55 318.73 0.89 c p3 +1036.22 318.73 0.89 c p3 +1048.35 318.78 0.89 c p3 +1049.82 318.76 0.89 c p3 +1043.44 318.78 0.89 c p3 +1040.30 356.02 0.89 c p3 +1035.67 318.73 0.89 c p3 +1049.74 318.77 0.89 c p3 +1035.20 461.46 0.89 c p3 +1038.61 320.15 0.89 c p3 +1039.95 326.31 0.89 c p3 +1043.74 318.73 0.89 c p3 +1051.22 318.73 0.89 c p3 +1047.40 318.73 0.89 c p3 +1049.07 318.73 0.89 c p3 +1034.88 318.73 0.89 c p3 +1045.73 325.95 0.89 c p3 +1045.67 318.73 0.89 c p3 +1050.37 332.13 0.89 c p3 +1047.18 318.87 0.89 c p3 +1034.17 327.72 0.89 c p3 +1053.66 319.36 0.89 c p3 +1044.04 318.73 0.89 c p3 +1050.96 318.73 0.89 c p3 +1038.21 318.73 0.89 c p3 +1039.44 326.27 0.89 c p3 +1049.86 397.39 0.89 c p3 +1050.95 318.85 0.89 c p3 +1041.44 318.73 0.89 c p3 +1036.30 318.78 0.89 c p3 +1042.63 318.83 0.89 c p3 +1053.53 318.78 0.89 c p3 +1038.83 318.73 0.89 c p3 +1046.96 318.73 0.89 c p3 +1034.68 318.75 0.89 c p3 +1052.58 318.73 0.89 c p3 +1049.00 319.33 0.89 c p3 +1041.54 319.31 0.89 c p3 +1041.07 318.76 0.89 c p3 +1034.82 318.95 0.89 c p3 +1037.31 319.06 0.89 c p3 +1048.33 320.18 0.89 c p3 +1037.95 318.81 0.89 c p3 +1044.02 318.77 0.89 c p3 +1045.62 318.73 0.89 c p3 +1052.17 321.81 0.89 c p3 +1045.39 318.81 0.89 c p3 +1036.39 319.12 0.89 c p3 +1040.76 318.73 0.89 c p3 +1047.85 319.06 0.89 c p3 +1040.41 334.83 0.89 c p3 +1050.56 322.58 0.89 c p3 +1037.97 319.26 0.89 c p3 +1044.16 324.57 0.89 c p3 +1042.28 320.47 0.89 c p3 +1053.44 325.54 0.89 c p3 +1046.53 322.19 0.89 c p3 +1034.95 329.93 0.89 c p3 +1035.08 318.94 0.89 c p3 +1047.37 318.98 0.89 c p3 +1037.17 319.27 0.89 c p3 +1035.16 319.07 0.89 c p3 +1036.09 319.25 0.89 c p3 +1035.79 320.16 0.89 c p3 +1041.27 319.01 0.89 c p3 +1053.31 319.18 0.89 c p3 +1049.40 319.29 0.89 c p3 +1041.93 320.11 0.89 c p3 +1048.07 318.80 0.89 c p3 +1047.71 321.19 0.89 c p3 +1050.78 319.32 0.89 c p3 +1047.08 318.78 0.89 c p3 +1038.96 319.68 0.89 c p3 +1050.77 319.53 0.89 c p3 +1042.13 319.37 0.89 c p3 +1038.23 319.04 0.89 c p3 +1052.72 322.38 0.89 c p3 +1051.33 318.98 0.89 c p3 +1048.38 337.59 0.89 c p3 +1034.81 319.49 0.89 c p3 +1052.48 318.78 0.89 c p3 +1040.58 318.79 0.89 c p3 +1039.21 318.73 0.89 c p3 +1039.97 319.09 0.89 c p3 +1052.86 318.82 0.89 c p3 +1038.17 319.39 0.89 c p3 +1050.71 318.75 0.89 c p3 +1037.80 318.75 0.89 c p3 +1035.44 318.83 0.89 c p3 +1043.44 318.77 0.89 c p3 +1042.50 318.73 0.89 c p3 +1047.43 319.58 0.89 c p3 +1039.84 318.73 0.89 c p3 +1041.00 318.94 0.89 c p3 +1037.63 319.35 0.89 c p3 +1046.36 318.76 0.89 c p3 +1034.05 320.60 0.89 c p3 +1035.89 318.73 0.89 c p3 +1047.18 318.73 0.89 c p3 +1044.81 318.74 0.89 c p3 +1044.07 322.37 0.89 c p3 +1048.62 318.73 0.89 c p3 +1050.40 318.73 0.89 c p3 +1042.49 318.93 0.89 c p3 +1052.26 318.73 0.89 c p3 +1051.97 318.76 0.89 c p3 +1051.38 319.17 0.89 c p3 +1052.90 320.77 0.89 c p3 +1038.99 322.33 0.89 c p3 +1044.23 320.02 0.89 c p3 +1047.86 319.05 0.89 c p3 +1047.88 319.83 0.89 c p3 +1038.42 319.48 0.89 c p3 +1052.37 319.04 0.89 c p3 +1045.18 318.73 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +79.21 319.25 m +0 0.58 l +o +np +79.21 318.73 m +0 0 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 76.67 319.25 m +0 -0.52 l +5.08 0 l +0 0.52 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +76.67 318.87 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +129.99 319.23 m +0 0.64 l +o +np +129.99 318.73 m +0 0 l +o +1 setlinecap +np + 127.45 319.23 m +0 -0.50 l +5.08 0 l +0 0.50 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +127.45 318.85 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +180.77 319.29 m +0 0.58 l +o +np +180.77 318.73 m +0 0 l +o +1 setlinecap +np + 178.23 319.29 m +0 -0.56 l +5.08 0 l +0 0.56 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +178.23 318.86 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +231.55 319.23 m +0 0.62 l +o +np +231.55 318.73 m +0 0 l +o +1 setlinecap +np + 229.01 319.23 m +0 -0.50 l +5.08 0 l +0 0.50 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +229.01 318.88 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +282.33 319.23 m +0 0.73 l +o +np +282.33 318.73 m +0 0 l +o +1 setlinecap +np + 279.80 319.23 m +0 -0.50 l +5.07 0 l +0 0.50 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +279.80 318.86 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +333.12 319.99 m +0 0.98 l +o +np +333.12 318.75 m +0 -0.02 l +o +1 setlinecap +np + 330.58 319.99 m +0 -1.24 l +5.07 0 l +0 1.24 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +330.58 319.03 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +383.90 319.85 m +0 1.07 l +o +np +383.90 318.75 m +0 -0.02 l +o +1 setlinecap +np + 381.36 319.85 m +0 -1.10 l +5.08 0 l +0 1.10 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +381.36 319.00 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +434.68 319.96 m +0 1.26 l +o +np +434.68 318.75 m +0 -0.02 l +o +1 setlinecap +np + 432.14 319.96 m +0 -1.21 l +5.08 0 l +0 1.21 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +432.14 319.05 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +485.46 320.04 m +0 0.87 l +o +np +485.46 318.74 m +0 -0.01 l +o +1 setlinecap +np + 482.92 320.04 m +0 -1.30 l +5.08 0 l +0 1.30 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +482.92 319.02 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +536.24 319.90 m +0 1.70 l +o +np +536.24 318.74 m +0 -0.01 l +o +1 setlinecap +np + 533.70 319.90 m +0 -1.16 l +5.08 0 l +0 1.16 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +533.70 318.98 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +587.02 319.41 m +0 0.77 l +o +np +587.02 318.73 m +0 0 l +o +1 setlinecap +np + 584.48 319.41 m +0 -0.68 l +5.08 0 l +0 0.68 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +584.48 318.80 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +637.80 319.27 m +0 0.78 l +o +np +637.80 318.73 m +0 0 l +o +1 setlinecap +np + 635.26 319.27 m +0 -0.54 l +5.08 0 l +0 0.54 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +635.26 318.82 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +688.58 319.32 m +0 0.45 l +o +np +688.58 318.73 m +0 0 l +o +1 setlinecap +np + 686.04 319.32 m +0 -0.59 l +5.08 0 l +0 0.59 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +686.04 318.85 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +739.36 319.64 m +0 1.29 l +o +np +739.36 318.73 m +0 0 l +o +1 setlinecap +np + 736.83 319.64 m +0 -0.91 l +5.07 0 l +0 0.91 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +736.83 318.87 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +790.15 319.35 m +0 0.87 l +o +np +790.15 318.73 m +0 0 l +o +1 setlinecap +np + 787.61 319.35 m +0 -0.62 l +5.07 0 l +0 0.62 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +787.61 318.86 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +840.93 319.76 m +0 1.30 l +o +np +840.93 318.73 m +0 0 l +o +1 setlinecap +np + 838.39 319.76 m +0 -1.03 l +5.08 0 l +0 1.03 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +838.39 318.95 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +891.71 319.72 m +0 1.39 l +o +np +891.71 318.74 m +0 -0.01 l +o +1 setlinecap +np + 889.17 319.72 m +0 -0.98 l +5.08 0 l +0 0.98 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +889.17 318.92 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +942.49 319.78 m +0 1.36 l +o +np +942.49 318.74 m +0 -0.01 l +o +1 setlinecap +np + 939.95 319.78 m +0 -1.04 l +5.08 0 l +0 1.04 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +939.95 318.95 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +993.27 319.93 m +0 1.38 l +o +np +993.27 318.75 m +0 -0.02 l +o +1 setlinecap +np + 990.73 319.93 m +0 -1.18 l +5.08 0 l +0 1.18 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +990.73 319.00 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1044.05 319.79 m +0 1.40 l +o +np +1044.05 318.75 m +0 -0.02 l +o +1 setlinecap +np + 1041.51 319.79 m +0 -1.04 l +5.08 0 l +0 1.04 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.51 318.96 m +5.08 0 l +o +0.00 0.00 1440.00 576.00 cl +48.74 535.64 1074.52 552.85 cl +48.74 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 535.64 1025.78 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +561.63 541.01 (Batch1) .5 0 t +48.74 535.64 1074.52 552.85 cl +48.74 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +79.21 305.66 m +0 2.74 l +o +np +129.99 305.66 m +0 2.74 l +o +np +180.77 305.66 m +0 2.74 l +o +np +231.55 305.66 m +0 2.74 l +o +np +282.33 305.66 m +0 2.74 l +o +np +333.12 305.66 m +0 2.74 l +o +np +383.90 305.66 m +0 2.74 l +o +np +434.68 305.66 m +0 2.74 l +o +np +485.46 305.66 m +0 2.74 l +o +np +536.24 305.66 m +0 2.74 l +o +np +587.02 305.66 m +0 2.74 l +o +np +637.80 305.66 m +0 2.74 l +o +np +688.58 305.66 m +0 2.74 l +o +np +739.36 305.66 m +0 2.74 l +o +np +790.15 305.66 m +0 2.74 l +o +np +840.93 305.66 m +0 2.74 l +o +np +891.71 305.66 m +0 2.74 l +o +np +942.49 305.66 m +0 2.74 l +o +np +993.27 305.66 m +0 2.74 l +o +np +1044.05 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +85.67 303.47 (Batch1_A_1) 1 90 t +136.45 303.47 (Batch1_A_2) 1 90 t +187.23 303.47 (Batch1_A_3) 1 90 t +238.01 303.47 (Batch1_A_4) 1 90 t +288.80 303.47 (Batch1_A_5) 1 90 t +339.58 303.47 (Batch1_B_10) 1 90 t +390.36 303.47 (Batch1_B_6) 1 90 t +441.14 303.47 (Batch1_B_7) 1 90 t +491.92 303.47 (Batch1_B_8) 1 90 t +542.70 303.47 (Batch1_B_9) 1 90 t +593.48 303.47 (Batch1_C_11) 1 90 t +644.26 303.47 (Batch1_C_12) 1 90 t +695.05 303.47 (Batch1_C_13) 1 90 t +745.83 303.47 (Batch1_C_14) 1 90 t +796.61 303.47 (Batch1_C_15) 1 90 t +847.39 303.47 (Batch1_D_16) 1 90 t +898.17 303.47 (Batch1_D_17) 1 90 t +948.95 303.47 (Batch1_D_18) 1 90 t +999.73 303.47 (Batch1_D_19) 1 90 t +1050.51 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +43.81 315.50 (0e+00) 1 0 t +43.81 384.65 (1e+09) 1 0 t +43.81 453.81 (2e+09) 1 0 t +43.81 522.97 (3e+09) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +46.00 318.73 m +2.74 0 l +o +np +46.00 387.88 m +2.74 0 l +o +np +46.00 457.04 m +2.74 0 l +o +np +46.00 526.20 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +561.63 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +48.74 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 48.74 94.82 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +48.74 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +48.74 69.36 m +46.08 0 l +o +np +48.74 99.30 m +46.08 0 l +o +np +48.74 129.25 m +46.08 0 l +o +np +48.74 159.20 m +46.08 0 l +o +np +58.54 48.74 m +0 124.09 l +o +np +71.87 48.74 m +0 124.09 l +o +np +85.19 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +48.74 54.38 m +46.08 0 l +o +np +48.74 84.33 m +46.08 0 l +o +np +48.74 114.28 m +46.08 0 l +o +np +48.74 144.23 m +46.08 0 l +o +np +51.88 48.74 m +0 124.09 l +o +np +65.21 48.74 m +0 124.09 l +o +np +78.53 48.74 m +0 124.09 l +o +np +91.85 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +50.84 54.38 2.09 110.81 r p3 +52.93 54.38 2.09 7.99 r p3 +55.02 54.38 2.09 0.00 r p3 +57.12 54.38 2.09 1.00 r p3 +59.21 54.38 2.09 1.00 r p3 +61.31 54.38 2.09 0.00 r p3 +63.40 54.38 2.09 0.00 r p3 +65.50 54.38 2.09 0.00 r p3 +67.59 54.38 2.09 0.00 r p3 +69.69 54.38 2.09 0.00 r p3 +71.78 54.38 2.09 0.00 r p3 +73.88 54.38 2.09 1.00 r p3 +75.97 54.38 2.09 0.00 r p3 +78.07 54.38 2.09 0.00 r p3 +80.16 54.38 2.09 0.00 r p3 +82.26 54.38 2.09 0.00 r p3 +84.35 54.38 2.09 0.00 r p3 +86.45 54.38 2.09 0.00 r p3 +88.54 54.38 2.09 0.00 r p3 +90.63 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +100.30 48.74 146.39 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +100.30 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +100.30 69.36 m +46.09 0 l +o +np +100.30 99.30 m +46.09 0 l +o +np +100.30 129.25 m +46.09 0 l +o +np +100.30 159.20 m +46.09 0 l +o +np +110.11 48.74 m +0 124.09 l +o +np +123.43 48.74 m +0 124.09 l +o +np +136.75 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +100.30 54.38 m +46.09 0 l +o +np +100.30 84.33 m +46.09 0 l +o +np +100.30 114.28 m +46.09 0 l +o +np +100.30 144.23 m +46.09 0 l +o +np +103.45 48.74 m +0 124.09 l +o +np +116.77 48.74 m +0 124.09 l +o +np +130.09 48.74 m +0 124.09 l +o +np +143.42 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +102.40 54.38 2.09 110.81 r p3 +104.49 54.38 2.09 6.99 r p3 +106.59 54.38 2.09 1.00 r p3 +108.68 54.38 2.09 1.00 r p3 +110.78 54.38 2.09 0.00 r p3 +112.87 54.38 2.09 0.00 r p3 +114.97 54.38 2.09 0.00 r p3 +117.06 54.38 2.09 0.00 r p3 +119.16 54.38 2.09 1.00 r p3 +121.25 54.38 2.09 0.00 r p3 +123.35 54.38 2.09 0.00 r p3 +125.44 54.38 2.09 0.00 r p3 +127.53 54.38 2.09 0.00 r p3 +129.63 54.38 2.09 0.00 r p3 +131.72 54.38 2.09 0.00 r p3 +133.82 54.38 2.09 0.00 r p3 +135.91 54.38 2.09 0.00 r p3 +138.01 54.38 2.09 0.00 r p3 +140.10 54.38 2.09 0.00 r p3 +142.20 54.38 2.09 1.00 r p3 +0.00 0.00 1440.00 576.00 cl +151.87 48.74 197.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +151.87 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +151.87 69.36 m +46.08 0 l +o +np +151.87 99.30 m +46.08 0 l +o +np +151.87 129.25 m +46.08 0 l +o +np +151.87 159.20 m +46.08 0 l +o +np +161.67 48.74 m +0 124.09 l +o +np +174.99 48.74 m +0 124.09 l +o +np +188.32 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +151.87 54.38 m +46.08 0 l +o +np +151.87 84.33 m +46.08 0 l +o +np +151.87 114.28 m +46.08 0 l +o +np +151.87 144.23 m +46.08 0 l +o +np +155.01 48.74 m +0 124.09 l +o +np +168.33 48.74 m +0 124.09 l +o +np +181.66 48.74 m +0 124.09 l +o +np +194.98 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +153.96 54.38 2.09 112.81 r p3 +156.06 54.38 2.09 6.99 r p3 +158.15 54.38 2.09 0.00 r p3 +160.25 54.38 2.09 1.00 r p3 +162.34 54.38 2.09 0.00 r p3 +164.43 54.38 2.09 0.00 r p3 +166.53 54.38 2.09 0.00 r p3 +168.62 54.38 2.09 0.00 r p3 +170.72 54.38 2.09 1.00 r p3 +172.81 54.38 2.09 0.00 r p3 +174.91 54.38 2.09 0.00 r p3 +177.00 54.38 2.09 0.00 r p3 +179.10 54.38 2.09 0.00 r p3 +181.19 54.38 2.09 0.00 r p3 +183.29 54.38 2.09 0.00 r p3 +185.38 54.38 2.09 0.00 r p3 +187.48 54.38 2.09 0.00 r p3 +189.57 54.38 2.09 0.00 r p3 +191.67 54.38 2.09 0.00 r p3 +193.76 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +203.43 48.74 249.51 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +203.43 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +203.43 69.36 m +46.08 0 l +o +np +203.43 99.30 m +46.08 0 l +o +np +203.43 129.25 m +46.08 0 l +o +np +203.43 159.20 m +46.08 0 l +o +np +213.23 48.74 m +0 124.09 l +o +np +226.56 48.74 m +0 124.09 l +o +np +239.88 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +203.43 54.38 m +46.08 0 l +o +np +203.43 84.33 m +46.08 0 l +o +np +203.43 114.28 m +46.08 0 l +o +np +203.43 144.23 m +46.08 0 l +o +np +206.57 48.74 m +0 124.09 l +o +np +219.90 48.74 m +0 124.09 l +o +np +233.22 48.74 m +0 124.09 l +o +np +246.54 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +205.52 54.38 2.09 109.81 r p3 +207.62 54.38 2.09 8.98 r p3 +209.71 54.38 2.09 0.00 r p3 +211.81 54.38 2.09 0.00 r p3 +213.90 54.38 2.09 2.00 r p3 +216.00 54.38 2.09 0.00 r p3 +218.09 54.38 2.09 0.00 r p3 +220.19 54.38 2.09 0.00 r p3 +222.28 54.38 2.09 0.00 r p3 +224.38 54.38 2.09 0.00 r p3 +226.47 54.38 2.09 0.00 r p3 +228.57 54.38 2.09 1.00 r p3 +230.66 54.38 2.09 0.00 r p3 +232.76 54.38 2.09 0.00 r p3 +234.85 54.38 2.09 0.00 r p3 +236.94 54.38 2.09 0.00 r p3 +239.04 54.38 2.09 0.00 r p3 +241.13 54.38 2.09 0.00 r p3 +243.23 54.38 2.09 0.00 r p3 +245.32 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +254.99 48.74 301.08 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +254.99 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +254.99 69.36 m +46.09 0 l +o +np +254.99 99.30 m +46.09 0 l +o +np +254.99 129.25 m +46.09 0 l +o +np +254.99 159.20 m +46.09 0 l +o +np +264.80 48.74 m +0 124.09 l +o +np +278.12 48.74 m +0 124.09 l +o +np +291.44 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +254.99 54.38 m +46.09 0 l +o +np +254.99 84.33 m +46.09 0 l +o +np +254.99 114.28 m +46.09 0 l +o +np +254.99 144.23 m +46.09 0 l +o +np +258.13 48.74 m +0 124.09 l +o +np +271.46 48.74 m +0 124.09 l +o +np +284.78 48.74 m +0 124.09 l +o +np +298.10 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +257.09 54.38 2.09 110.81 r p3 +259.18 54.38 2.09 7.99 r p3 +261.28 54.38 2.09 1.00 r p3 +263.37 54.38 2.09 0.00 r p3 +265.47 54.38 2.09 0.00 r p3 +267.56 54.38 2.09 1.00 r p3 +269.66 54.38 2.09 0.00 r p3 +271.75 54.38 2.09 0.00 r p3 +273.84 54.38 2.09 0.00 r p3 +275.94 54.38 2.09 0.00 r p3 +278.03 54.38 2.09 0.00 r p3 +280.13 54.38 2.09 0.00 r p3 +282.22 54.38 2.09 0.00 r p3 +284.32 54.38 2.09 1.00 r p3 +286.41 54.38 2.09 0.00 r p3 +288.51 54.38 2.09 0.00 r p3 +290.60 54.38 2.09 0.00 r p3 +292.70 54.38 2.09 0.00 r p3 +294.79 54.38 2.09 0.00 r p3 +296.89 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +306.56 48.74 352.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +306.56 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +306.56 69.36 m +46.08 0 l +o +np +306.56 99.30 m +46.08 0 l +o +np +306.56 129.25 m +46.08 0 l +o +np +306.56 159.20 m +46.08 0 l +o +np +316.36 48.74 m +0 124.09 l +o +np +329.68 48.74 m +0 124.09 l +o +np +343.01 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +306.56 54.38 m +46.08 0 l +o +np +306.56 84.33 m +46.08 0 l +o +np +306.56 114.28 m +46.08 0 l +o +np +306.56 144.23 m +46.08 0 l +o +np +309.70 48.74 m +0 124.09 l +o +np +323.02 48.74 m +0 124.09 l +o +np +336.34 48.74 m +0 124.09 l +o +np +349.67 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +308.65 54.38 2.09 104.82 r p3 +310.74 54.38 2.09 8.98 r p3 +312.84 54.38 2.09 2.99 r p3 +314.93 54.38 2.09 2.00 r p3 +317.03 54.38 2.09 0.00 r p3 +319.12 54.38 2.09 0.00 r p3 +321.22 54.38 2.09 2.00 r p3 +323.31 54.38 2.09 0.00 r p3 +325.41 54.38 2.09 0.00 r p3 +327.50 54.38 2.09 0.00 r p3 +329.60 54.38 2.09 0.00 r p3 +331.69 54.38 2.09 0.00 r p3 +333.79 54.38 2.09 1.00 r p3 +335.88 54.38 2.09 0.00 r p3 +337.98 54.38 2.09 0.00 r p3 +340.07 54.38 2.09 0.00 r p3 +342.17 54.38 2.09 0.00 r p3 +344.26 54.38 2.09 0.00 r p3 +346.35 54.38 2.09 0.00 r p3 +348.45 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +358.12 48.74 404.20 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +358.12 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +358.12 69.36 m +46.08 0 l +o +np +358.12 99.30 m +46.08 0 l +o +np +358.12 129.25 m +46.08 0 l +o +np +358.12 159.20 m +46.08 0 l +o +np +367.92 48.74 m +0 124.09 l +o +np +381.25 48.74 m +0 124.09 l +o +np +394.57 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +358.12 54.38 m +46.08 0 l +o +np +358.12 84.33 m +46.08 0 l +o +np +358.12 114.28 m +46.08 0 l +o +np +358.12 144.23 m +46.08 0 l +o +np +361.26 48.74 m +0 124.09 l +o +np +374.58 48.74 m +0 124.09 l +o +np +387.91 48.74 m +0 124.09 l +o +np +401.23 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +360.21 54.38 2.09 105.82 r p3 +362.31 54.38 2.09 8.98 r p3 +364.40 54.38 2.09 3.99 r p3 +366.50 54.38 2.09 1.00 r p3 +368.59 54.38 2.09 0.00 r p3 +370.69 54.38 2.09 0.00 r p3 +372.78 54.38 2.09 0.00 r p3 +374.88 54.38 2.09 0.00 r p3 +376.97 54.38 2.09 0.00 r p3 +379.07 54.38 2.09 1.00 r p3 +381.16 54.38 2.09 0.00 r p3 +383.25 54.38 2.09 0.00 r p3 +385.35 54.38 2.09 0.00 r p3 +387.44 54.38 2.09 0.00 r p3 +389.54 54.38 2.09 1.00 r p3 +391.63 54.38 2.09 0.00 r p3 +393.73 54.38 2.09 0.00 r p3 +395.82 54.38 2.09 0.00 r p3 +397.92 54.38 2.09 0.00 r p3 +400.01 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +409.68 48.74 455.76 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +409.68 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +409.68 69.36 m +46.08 0 l +o +np +409.68 99.30 m +46.08 0 l +o +np +409.68 129.25 m +46.08 0 l +o +np +409.68 159.20 m +46.08 0 l +o +np +419.49 48.74 m +0 124.09 l +o +np +432.81 48.74 m +0 124.09 l +o +np +446.13 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +409.68 54.38 m +46.08 0 l +o +np +409.68 84.33 m +46.08 0 l +o +np +409.68 114.28 m +46.08 0 l +o +np +409.68 144.23 m +46.08 0 l +o +np +412.82 48.74 m +0 124.09 l +o +np +426.15 48.74 m +0 124.09 l +o +np +439.47 48.74 m +0 124.09 l +o +np +452.79 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +411.78 54.38 2.09 104.82 r p3 +413.87 54.38 2.09 8.98 r p3 +415.97 54.38 2.09 2.99 r p3 +418.06 54.38 2.09 1.00 r p3 +420.15 54.38 2.09 1.00 r p3 +422.25 54.38 2.09 0.00 r p3 +424.34 54.38 2.09 1.00 r p3 +426.44 54.38 2.09 0.00 r p3 +428.53 54.38 2.09 1.00 r p3 +430.63 54.38 2.09 0.00 r p3 +432.72 54.38 2.09 0.00 r p3 +434.82 54.38 2.09 0.00 r p3 +436.91 54.38 2.09 1.00 r p3 +439.01 54.38 2.09 0.00 r p3 +441.10 54.38 2.09 0.00 r p3 +443.20 54.38 2.09 0.00 r p3 +445.29 54.38 2.09 0.00 r p3 +447.39 54.38 2.09 0.00 r p3 +449.48 54.38 2.09 0.00 r p3 +451.58 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +461.24 48.74 507.33 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +461.24 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +461.24 69.36 m +46.09 0 l +o +np +461.24 99.30 m +46.09 0 l +o +np +461.24 129.25 m +46.09 0 l +o +np +461.24 159.20 m +46.09 0 l +o +np +471.05 48.74 m +0 124.09 l +o +np +484.37 48.74 m +0 124.09 l +o +np +497.70 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +461.24 54.38 m +46.09 0 l +o +np +461.24 84.33 m +46.09 0 l +o +np +461.24 114.28 m +46.09 0 l +o +np +461.24 144.23 m +46.09 0 l +o +np +464.39 48.74 m +0 124.09 l +o +np +477.71 48.74 m +0 124.09 l +o +np +491.03 48.74 m +0 124.09 l +o +np +504.36 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +463.34 54.38 2.09 105.82 r p3 +465.43 54.38 2.09 9.98 r p3 +467.53 54.38 2.09 2.00 r p3 +469.62 54.38 2.09 2.00 r p3 +471.72 54.38 2.09 0.00 r p3 +473.81 54.38 2.09 0.00 r p3 +475.91 54.38 2.09 1.00 r p3 +478.00 54.38 2.09 0.00 r p3 +480.10 54.38 2.09 0.00 r p3 +482.19 54.38 2.09 0.00 r p3 +484.29 54.38 2.09 1.00 r p3 +486.38 54.38 2.09 0.00 r p3 +488.48 54.38 2.09 0.00 r p3 +490.57 54.38 2.09 0.00 r p3 +492.66 54.38 2.09 0.00 r p3 +494.76 54.38 2.09 0.00 r p3 +496.85 54.38 2.09 0.00 r p3 +498.95 54.38 2.09 0.00 r p3 +501.04 54.38 2.09 0.00 r p3 +503.14 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +512.81 48.74 558.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +512.81 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +512.81 69.36 m +46.08 0 l +o +np +512.81 99.30 m +46.08 0 l +o +np +512.81 129.25 m +46.08 0 l +o +np +512.81 159.20 m +46.08 0 l +o +np +522.61 48.74 m +0 124.09 l +o +np +535.93 48.74 m +0 124.09 l +o +np +549.26 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +512.81 54.38 m +46.08 0 l +o +np +512.81 84.33 m +46.08 0 l +o +np +512.81 114.28 m +46.08 0 l +o +np +512.81 144.23 m +46.08 0 l +o +np +515.95 48.74 m +0 124.09 l +o +np +529.27 48.74 m +0 124.09 l +o +np +542.60 48.74 m +0 124.09 l +o +np +555.92 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +514.90 54.38 2.09 106.82 r p3 +517.00 54.38 2.09 7.99 r p3 +519.09 54.38 2.09 2.99 r p3 +521.19 54.38 2.09 2.00 r p3 +523.28 54.38 2.09 0.00 r p3 +525.38 54.38 2.09 0.00 r p3 +527.47 54.38 2.09 0.00 r p3 +529.57 54.38 2.09 0.00 r p3 +531.66 54.38 2.09 0.00 r p3 +533.75 54.38 2.09 0.00 r p3 +535.85 54.38 2.09 1.00 r p3 +537.94 54.38 2.09 0.00 r p3 +540.04 54.38 2.09 0.00 r p3 +542.13 54.38 2.09 0.00 r p3 +544.23 54.38 2.09 0.00 r p3 +546.32 54.38 2.09 0.00 r p3 +548.42 54.38 2.09 0.00 r p3 +550.51 54.38 2.09 0.00 r p3 +552.61 54.38 2.09 0.00 r p3 +554.70 54.38 2.09 1.00 r p3 +0.00 0.00 1440.00 576.00 cl +564.37 48.74 610.45 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +564.37 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +564.37 69.36 m +46.08 0 l +o +np +564.37 99.30 m +46.08 0 l +o +np +564.37 129.25 m +46.08 0 l +o +np +564.37 159.20 m +46.08 0 l +o +np +574.17 48.74 m +0 124.09 l +o +np +587.50 48.74 m +0 124.09 l +o +np +600.82 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +564.37 54.38 m +46.08 0 l +o +np +564.37 84.33 m +46.08 0 l +o +np +564.37 114.28 m +46.08 0 l +o +np +564.37 144.23 m +46.08 0 l +o +np +567.51 48.74 m +0 124.09 l +o +np +580.84 48.74 m +0 124.09 l +o +np +594.16 48.74 m +0 124.09 l +o +np +607.48 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +566.47 54.38 2.09 111.81 r p3 +568.56 54.38 2.09 4.99 r p3 +570.65 54.38 2.09 2.00 r p3 +572.75 54.38 2.09 0.00 r p3 +574.84 54.38 2.09 1.00 r p3 +576.94 54.38 2.09 0.00 r p3 +579.03 54.38 2.09 1.00 r p3 +581.13 54.38 2.09 1.00 r p3 +583.22 54.38 2.09 0.00 r p3 +585.32 54.38 2.09 0.00 r p3 +587.41 54.38 2.09 0.00 r p3 +589.51 54.38 2.09 0.00 r p3 +591.60 54.38 2.09 0.00 r p3 +593.70 54.38 2.09 0.00 r p3 +595.79 54.38 2.09 0.00 r p3 +597.89 54.38 2.09 0.00 r p3 +599.98 54.38 2.09 0.00 r p3 +602.08 54.38 2.09 0.00 r p3 +604.17 54.38 2.09 0.00 r p3 +606.26 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +615.93 48.74 662.02 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +615.93 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +615.93 69.36 m +46.09 0 l +o +np +615.93 99.30 m +46.09 0 l +o +np +615.93 129.25 m +46.09 0 l +o +np +615.93 159.20 m +46.09 0 l +o +np +625.74 48.74 m +0 124.09 l +o +np +639.06 48.74 m +0 124.09 l +o +np +652.38 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +615.93 54.38 m +46.09 0 l +o +np +615.93 84.33 m +46.09 0 l +o +np +615.93 114.28 m +46.09 0 l +o +np +615.93 144.23 m +46.09 0 l +o +np +619.08 48.74 m +0 124.09 l +o +np +632.40 48.74 m +0 124.09 l +o +np +645.72 48.74 m +0 124.09 l +o +np +659.05 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +618.03 54.38 2.09 111.81 r p3 +620.12 54.38 2.09 6.99 r p3 +622.22 54.38 2.09 1.00 r p3 +624.31 54.38 2.09 0.00 r p3 +626.41 54.38 2.09 1.00 r p3 +628.50 54.38 2.09 0.00 r p3 +630.60 54.38 2.09 1.00 r p3 +632.69 54.38 2.09 0.00 r p3 +634.79 54.38 2.09 0.00 r p3 +636.88 54.38 2.09 0.00 r p3 +638.98 54.38 2.09 0.00 r p3 +641.07 54.38 2.09 0.00 r p3 +643.16 54.38 2.09 0.00 r p3 +645.26 54.38 2.09 0.00 r p3 +647.35 54.38 2.09 0.00 r p3 +649.45 54.38 2.09 0.00 r p3 +651.54 54.38 2.09 0.00 r p3 +653.64 54.38 2.09 0.00 r p3 +655.73 54.38 2.09 0.00 r p3 +657.83 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +667.50 48.74 713.58 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +667.50 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +667.50 69.36 m +46.08 0 l +o +np +667.50 99.30 m +46.08 0 l +o +np +667.50 129.25 m +46.08 0 l +o +np +667.50 159.20 m +46.08 0 l +o +np +677.30 48.74 m +0 124.09 l +o +np +690.62 48.74 m +0 124.09 l +o +np +703.95 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +667.50 54.38 m +46.08 0 l +o +np +667.50 84.33 m +46.08 0 l +o +np +667.50 114.28 m +46.08 0 l +o +np +667.50 144.23 m +46.08 0 l +o +np +670.64 48.74 m +0 124.09 l +o +np +683.96 48.74 m +0 124.09 l +o +np +697.29 48.74 m +0 124.09 l +o +np +710.61 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +669.59 54.38 2.09 110.81 r p3 +671.69 54.38 2.09 7.99 r p3 +673.78 54.38 2.09 1.00 r p3 +675.88 54.38 2.09 1.00 r p3 +677.97 54.38 2.09 1.00 r p3 +680.06 54.38 2.09 0.00 r p3 +682.16 54.38 2.09 0.00 r p3 +684.25 54.38 2.09 0.00 r p3 +686.35 54.38 2.09 0.00 r p3 +688.44 54.38 2.09 0.00 r p3 +690.54 54.38 2.09 0.00 r p3 +692.63 54.38 2.09 0.00 r p3 +694.73 54.38 2.09 0.00 r p3 +696.82 54.38 2.09 0.00 r p3 +698.92 54.38 2.09 0.00 r p3 +701.01 54.38 2.09 0.00 r p3 +703.11 54.38 2.09 0.00 r p3 +705.20 54.38 2.09 0.00 r p3 +707.30 54.38 2.09 0.00 r p3 +709.39 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +719.06 48.74 765.14 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +719.06 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +719.06 69.36 m +46.08 0 l +o +np +719.06 99.30 m +46.08 0 l +o +np +719.06 129.25 m +46.08 0 l +o +np +719.06 159.20 m +46.08 0 l +o +np +728.86 48.74 m +0 124.09 l +o +np +742.19 48.74 m +0 124.09 l +o +np +755.51 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +719.06 54.38 m +46.08 0 l +o +np +719.06 84.33 m +46.08 0 l +o +np +719.06 114.28 m +46.08 0 l +o +np +719.06 144.23 m +46.08 0 l +o +np +722.20 48.74 m +0 124.09 l +o +np +735.52 48.74 m +0 124.09 l +o +np +748.85 48.74 m +0 124.09 l +o +np +762.17 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +721.15 54.38 2.09 109.81 r p3 +723.25 54.38 2.09 8.98 r p3 +725.34 54.38 2.09 1.00 r p3 +727.44 54.38 2.09 0.00 r p3 +729.53 54.38 2.09 0.00 r p3 +731.63 54.38 2.09 1.00 r p3 +733.72 54.38 2.09 0.00 r p3 +735.82 54.38 2.09 0.00 r p3 +737.91 54.38 2.09 0.00 r p3 +740.01 54.38 2.09 0.00 r p3 +742.10 54.38 2.09 0.00 r p3 +744.20 54.38 2.09 1.00 r p3 +746.29 54.38 2.09 0.00 r p3 +748.39 54.38 2.09 0.00 r p3 +750.48 54.38 2.09 0.00 r p3 +752.57 54.38 2.09 0.00 r p3 +754.67 54.38 2.09 0.00 r p3 +756.76 54.38 2.09 0.00 r p3 +758.86 54.38 2.09 0.00 r p3 +760.95 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +770.62 48.74 816.71 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +770.62 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +770.62 69.36 m +46.09 0 l +o +np +770.62 99.30 m +46.09 0 l +o +np +770.62 129.25 m +46.09 0 l +o +np +770.62 159.20 m +46.09 0 l +o +np +780.43 48.74 m +0 124.09 l +o +np +793.75 48.74 m +0 124.09 l +o +np +807.07 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +770.62 54.38 m +46.09 0 l +o +np +770.62 84.33 m +46.09 0 l +o +np +770.62 114.28 m +46.09 0 l +o +np +770.62 144.23 m +46.09 0 l +o +np +773.76 48.74 m +0 124.09 l +o +np +787.09 48.74 m +0 124.09 l +o +np +800.41 48.74 m +0 124.09 l +o +np +813.73 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +772.72 54.38 2.09 110.81 r p3 +774.81 54.38 2.09 7.99 r p3 +776.91 54.38 2.09 1.00 r p3 +779.00 54.38 2.09 0.00 r p3 +781.10 54.38 2.09 0.00 r p3 +783.19 54.38 2.09 1.00 r p3 +785.29 54.38 2.09 0.00 r p3 +787.38 54.38 2.09 1.00 r p3 +789.47 54.38 2.09 0.00 r p3 +791.57 54.38 2.09 0.00 r p3 +793.66 54.38 2.09 0.00 r p3 +795.76 54.38 2.09 0.00 r p3 +797.85 54.38 2.09 0.00 r p3 +799.95 54.38 2.09 0.00 r p3 +802.04 54.38 2.09 0.00 r p3 +804.14 54.38 2.09 0.00 r p3 +806.23 54.38 2.09 0.00 r p3 +808.33 54.38 2.09 0.00 r p3 +810.42 54.38 2.09 0.00 r p3 +812.52 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +822.19 48.74 868.27 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +822.19 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +822.19 69.36 m +46.08 0 l +o +np +822.19 99.30 m +46.08 0 l +o +np +822.19 129.25 m +46.08 0 l +o +np +822.19 159.20 m +46.08 0 l +o +np +831.99 48.74 m +0 124.09 l +o +np +845.31 48.74 m +0 124.09 l +o +np +858.64 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +822.19 54.38 m +46.08 0 l +o +np +822.19 84.33 m +46.08 0 l +o +np +822.19 114.28 m +46.08 0 l +o +np +822.19 144.23 m +46.08 0 l +o +np +825.33 48.74 m +0 124.09 l +o +np +838.65 48.74 m +0 124.09 l +o +np +851.97 48.74 m +0 124.09 l +o +np +865.30 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +824.28 54.38 2.09 106.82 r p3 +826.37 54.38 2.09 9.98 r p3 +828.47 54.38 2.09 2.00 r p3 +830.56 54.38 2.09 0.00 r p3 +832.66 54.38 2.09 1.00 r p3 +834.75 54.38 2.09 0.00 r p3 +836.85 54.38 2.09 0.00 r p3 +838.94 54.38 2.09 1.00 r p3 +841.04 54.38 2.09 0.00 r p3 +843.13 54.38 2.09 0.00 r p3 +845.23 54.38 2.09 1.00 r p3 +847.32 54.38 2.09 0.00 r p3 +849.42 54.38 2.09 0.00 r p3 +851.51 54.38 2.09 0.00 r p3 +853.61 54.38 2.09 0.00 r p3 +855.70 54.38 2.09 0.00 r p3 +857.80 54.38 2.09 0.00 r p3 +859.89 54.38 2.09 0.00 r p3 +861.98 54.38 2.09 0.00 r p3 +864.08 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +873.75 48.74 919.83 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +873.75 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +873.75 69.36 m +46.08 0 l +o +np +873.75 99.30 m +46.08 0 l +o +np +873.75 129.25 m +46.08 0 l +o +np +873.75 159.20 m +46.08 0 l +o +np +883.55 48.74 m +0 124.09 l +o +np +896.88 48.74 m +0 124.09 l +o +np +910.20 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +873.75 54.38 m +46.08 0 l +o +np +873.75 84.33 m +46.08 0 l +o +np +873.75 114.28 m +46.08 0 l +o +np +873.75 144.23 m +46.08 0 l +o +np +876.89 48.74 m +0 124.09 l +o +np +890.21 48.74 m +0 124.09 l +o +np +903.54 48.74 m +0 124.09 l +o +np +916.86 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +875.84 54.38 2.09 106.82 r p3 +877.94 54.38 2.09 9.98 r p3 +880.03 54.38 2.09 2.00 r p3 +882.13 54.38 2.09 0.00 r p3 +884.22 54.38 2.09 0.00 r p3 +886.32 54.38 2.09 1.00 r p3 +888.41 54.38 2.09 0.00 r p3 +890.51 54.38 2.09 0.00 r p3 +892.60 54.38 2.09 0.00 r p3 +894.70 54.38 2.09 0.00 r p3 +896.79 54.38 2.09 1.00 r p3 +898.88 54.38 2.09 0.00 r p3 +900.98 54.38 2.09 0.00 r p3 +903.07 54.38 2.09 0.00 r p3 +905.17 54.38 2.09 0.00 r p3 +907.26 54.38 2.09 1.00 r p3 +909.36 54.38 2.09 0.00 r p3 +911.45 54.38 2.09 0.00 r p3 +913.55 54.38 2.09 0.00 r p3 +915.64 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +925.31 48.74 971.39 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +925.31 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +925.31 69.36 m +46.08 0 l +o +np +925.31 99.30 m +46.08 0 l +o +np +925.31 129.25 m +46.08 0 l +o +np +925.31 159.20 m +46.08 0 l +o +np +935.11 48.74 m +0 124.09 l +o +np +948.44 48.74 m +0 124.09 l +o +np +961.76 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +925.31 54.38 m +46.08 0 l +o +np +925.31 84.33 m +46.08 0 l +o +np +925.31 114.28 m +46.08 0 l +o +np +925.31 144.23 m +46.08 0 l +o +np +928.45 48.74 m +0 124.09 l +o +np +941.78 48.74 m +0 124.09 l +o +np +955.10 48.74 m +0 124.09 l +o +np +968.42 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +927.41 54.38 2.09 106.82 r p3 +929.50 54.38 2.09 9.98 r p3 +931.60 54.38 2.09 2.00 r p3 +933.69 54.38 2.09 1.00 r p3 +935.78 54.38 2.09 0.00 r p3 +937.88 54.38 2.09 1.00 r p3 +939.97 54.38 2.09 0.00 r p3 +942.07 54.38 2.09 0.00 r p3 +944.16 54.38 2.09 0.00 r p3 +946.26 54.38 2.09 1.00 r p3 +948.35 54.38 2.09 0.00 r p3 +950.45 54.38 2.09 0.00 r p3 +952.54 54.38 2.09 0.00 r p3 +954.64 54.38 2.09 0.00 r p3 +956.73 54.38 2.09 0.00 r p3 +958.83 54.38 2.09 0.00 r p3 +960.92 54.38 2.09 0.00 r p3 +963.02 54.38 2.09 0.00 r p3 +965.11 54.38 2.09 0.00 r p3 +967.21 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +976.87 48.74 1022.96 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +976.87 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +976.87 69.36 m +46.09 0 l +o +np +976.87 99.30 m +46.09 0 l +o +np +976.87 129.25 m +46.09 0 l +o +np +976.87 159.20 m +46.09 0 l +o +np +986.68 48.74 m +0 124.09 l +o +np +1000.00 48.74 m +0 124.09 l +o +np +1013.32 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +976.87 54.38 m +46.09 0 l +o +np +976.87 84.33 m +46.09 0 l +o +np +976.87 114.28 m +46.09 0 l +o +np +976.87 144.23 m +46.09 0 l +o +np +980.02 48.74 m +0 124.09 l +o +np +993.34 48.74 m +0 124.09 l +o +np +1006.66 48.74 m +0 124.09 l +o +np +1019.99 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +978.97 54.38 2.09 105.82 r p3 +981.06 54.38 2.09 9.98 r p3 +983.16 54.38 2.09 2.99 r p3 +985.25 54.38 2.09 0.00 r p3 +987.35 54.38 2.09 0.00 r p3 +989.44 54.38 2.09 0.00 r p3 +991.54 54.38 2.09 0.00 r p3 +993.63 54.38 2.09 0.00 r p3 +995.73 54.38 2.09 2.00 r p3 +997.82 54.38 2.09 0.00 r p3 +999.92 54.38 2.09 0.00 r p3 +1002.01 54.38 2.09 0.00 r p3 +1004.11 54.38 2.09 0.00 r p3 +1006.20 54.38 2.09 1.00 r p3 +1008.29 54.38 2.09 0.00 r p3 +1010.39 54.38 2.09 0.00 r p3 +1012.48 54.38 2.09 0.00 r p3 +1014.58 54.38 2.09 0.00 r p3 +1016.67 54.38 2.09 0.00 r p3 +1018.77 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1028.44 48.74 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1028.44 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1028.44 69.36 m +46.08 0 l +o +np +1028.44 99.30 m +46.08 0 l +o +np +1028.44 129.25 m +46.08 0 l +o +np +1028.44 159.20 m +46.08 0 l +o +np +1038.24 48.74 m +0 124.09 l +o +np +1051.56 48.74 m +0 124.09 l +o +np +1064.89 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +1028.44 54.38 m +46.08 0 l +o +np +1028.44 84.33 m +46.08 0 l +o +np +1028.44 114.28 m +46.08 0 l +o +np +1028.44 144.23 m +46.08 0 l +o +np +1031.58 48.74 m +0 124.09 l +o +np +1044.90 48.74 m +0 124.09 l +o +np +1058.23 48.74 m +0 124.09 l +o +np +1071.55 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1030.53 54.38 2.09 106.82 r p3 +1032.63 54.38 2.09 9.98 r p3 +1034.72 54.38 2.09 1.00 r p3 +1036.82 54.38 2.09 2.00 r p3 +1038.91 54.38 2.09 0.00 r p3 +1041.01 54.38 2.09 0.00 r p3 +1043.10 54.38 2.09 0.00 r p3 +1045.19 54.38 2.09 1.00 r p3 +1047.29 54.38 2.09 0.00 r p3 +1049.38 54.38 2.09 0.00 r p3 +1051.48 54.38 2.09 0.00 r p3 +1053.57 54.38 2.09 0.00 r p3 +1055.67 54.38 2.09 0.00 r p3 +1057.76 54.38 2.09 1.00 r p3 +1059.86 54.38 2.09 0.00 r p3 +1061.95 54.38 2.09 0.00 r p3 +1064.05 54.38 2.09 0.00 r p3 +1066.14 54.38 2.09 0.00 r p3 +1068.24 54.38 2.09 0.00 r p3 +1070.33 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 172.83 94.82 207.25 cl +48.74 190.04 94.82 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +71.78 195.41 (Batch1) .5 0 t +48.74 190.04 94.82 207.25 cl +48.74 172.83 94.82 207.25 cl +48.74 172.83 94.82 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +71.78 178.20 (Batch1_A_1) .5 0 t +48.74 172.83 94.82 190.04 cl +48.74 172.83 94.82 207.25 cl +0.00 0.00 1440.00 576.00 cl +100.30 172.83 146.39 207.25 cl +100.30 190.04 146.39 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +100.30 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +123.35 195.41 (Batch1) .5 0 t +100.30 190.04 146.39 207.25 cl +100.30 172.83 146.39 207.25 cl +100.30 172.83 146.39 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +100.30 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +123.35 178.20 (Batch1_A_2) .5 0 t +100.30 172.83 146.39 190.04 cl +100.30 172.83 146.39 207.25 cl +0.00 0.00 1440.00 576.00 cl +151.87 172.83 197.95 207.25 cl +151.87 190.04 197.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +151.87 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +174.91 195.41 (Batch1) .5 0 t +151.87 190.04 197.95 207.25 cl +151.87 172.83 197.95 207.25 cl +151.87 172.83 197.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +151.87 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +174.91 178.20 (Batch1_A_3) .5 0 t +151.87 172.83 197.95 190.04 cl +151.87 172.83 197.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +203.43 172.83 249.51 207.25 cl +203.43 190.04 249.51 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +203.43 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +226.47 195.41 (Batch1) .5 0 t +203.43 190.04 249.51 207.25 cl +203.43 172.83 249.51 207.25 cl +203.43 172.83 249.51 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +203.43 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +226.47 178.20 (Batch1_A_4) .5 0 t +203.43 172.83 249.51 190.04 cl +203.43 172.83 249.51 207.25 cl +0.00 0.00 1440.00 576.00 cl +254.99 172.83 301.08 207.25 cl +254.99 190.04 301.08 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +254.99 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +278.03 195.41 (Batch1) .5 0 t +254.99 190.04 301.08 207.25 cl +254.99 172.83 301.08 207.25 cl +254.99 172.83 301.08 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +254.99 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +278.03 178.20 (Batch1_A_5) .5 0 t +254.99 172.83 301.08 190.04 cl +254.99 172.83 301.08 207.25 cl +0.00 0.00 1440.00 576.00 cl +306.56 172.83 352.64 207.25 cl +306.56 190.04 352.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +306.56 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +329.60 195.41 (Batch1) .5 0 t +306.56 190.04 352.64 207.25 cl +306.56 172.83 352.64 207.25 cl +306.56 172.83 352.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +306.56 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +329.60 178.20 (Batch1_B_10) .5 0 t +306.56 172.83 352.64 190.04 cl +306.56 172.83 352.64 207.25 cl +0.00 0.00 1440.00 576.00 cl +358.12 172.83 404.20 207.25 cl +358.12 190.04 404.20 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +358.12 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +381.16 195.41 (Batch1) .5 0 t +358.12 190.04 404.20 207.25 cl +358.12 172.83 404.20 207.25 cl +358.12 172.83 404.20 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +358.12 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +381.16 178.20 (Batch1_B_6) .5 0 t +358.12 172.83 404.20 190.04 cl +358.12 172.83 404.20 207.25 cl +0.00 0.00 1440.00 576.00 cl +409.68 172.83 455.76 207.25 cl +409.68 190.04 455.76 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +409.68 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +432.72 195.41 (Batch1) .5 0 t +409.68 190.04 455.76 207.25 cl +409.68 172.83 455.76 207.25 cl +409.68 172.83 455.76 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +409.68 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +432.72 178.20 (Batch1_B_7) .5 0 t +409.68 172.83 455.76 190.04 cl +409.68 172.83 455.76 207.25 cl +0.00 0.00 1440.00 576.00 cl +461.24 172.83 507.33 207.25 cl +461.24 190.04 507.33 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +461.24 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +484.29 195.41 (Batch1) .5 0 t +461.24 190.04 507.33 207.25 cl +461.24 172.83 507.33 207.25 cl +461.24 172.83 507.33 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +461.24 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +484.29 178.20 (Batch1_B_8) .5 0 t +461.24 172.83 507.33 190.04 cl +461.24 172.83 507.33 207.25 cl +0.00 0.00 1440.00 576.00 cl +512.81 172.83 558.89 207.25 cl +512.81 190.04 558.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +512.81 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.85 195.41 (Batch1) .5 0 t +512.81 190.04 558.89 207.25 cl +512.81 172.83 558.89 207.25 cl +512.81 172.83 558.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +512.81 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.85 178.20 (Batch1_B_9) .5 0 t +512.81 172.83 558.89 190.04 cl +512.81 172.83 558.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +564.37 172.83 610.45 207.25 cl +564.37 190.04 610.45 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +564.37 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.41 195.41 (Batch1) .5 0 t +564.37 190.04 610.45 207.25 cl +564.37 172.83 610.45 207.25 cl +564.37 172.83 610.45 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +564.37 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.41 178.20 (Batch1_C_11) .5 0 t +564.37 172.83 610.45 190.04 cl +564.37 172.83 610.45 207.25 cl +0.00 0.00 1440.00 576.00 cl +615.93 172.83 662.02 207.25 cl +615.93 190.04 662.02 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +615.93 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.98 195.41 (Batch1) .5 0 t +615.93 190.04 662.02 207.25 cl +615.93 172.83 662.02 207.25 cl +615.93 172.83 662.02 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +615.93 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.98 178.20 (Batch1_C_12) .5 0 t +615.93 172.83 662.02 190.04 cl +615.93 172.83 662.02 207.25 cl +0.00 0.00 1440.00 576.00 cl +667.50 172.83 713.58 207.25 cl +667.50 190.04 713.58 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.50 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.54 195.41 (Batch1) .5 0 t +667.50 190.04 713.58 207.25 cl +667.50 172.83 713.58 207.25 cl +667.50 172.83 713.58 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.50 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.54 178.20 (Batch1_C_13) .5 0 t +667.50 172.83 713.58 190.04 cl +667.50 172.83 713.58 207.25 cl +0.00 0.00 1440.00 576.00 cl +719.06 172.83 765.14 207.25 cl +719.06 190.04 765.14 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.06 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +742.10 195.41 (Batch1) .5 0 t +719.06 190.04 765.14 207.25 cl +719.06 172.83 765.14 207.25 cl +719.06 172.83 765.14 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.06 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +742.10 178.20 (Batch1_C_14) .5 0 t +719.06 172.83 765.14 190.04 cl +719.06 172.83 765.14 207.25 cl +0.00 0.00 1440.00 576.00 cl +770.62 172.83 816.71 207.25 cl +770.62 190.04 816.71 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +770.62 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +793.66 195.41 (Batch1) .5 0 t +770.62 190.04 816.71 207.25 cl +770.62 172.83 816.71 207.25 cl +770.62 172.83 816.71 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +770.62 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +793.66 178.20 (Batch1_C_15) .5 0 t +770.62 172.83 816.71 190.04 cl +770.62 172.83 816.71 207.25 cl +0.00 0.00 1440.00 576.00 cl +822.19 172.83 868.27 207.25 cl +822.19 190.04 868.27 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +822.19 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +845.23 195.41 (Batch1) .5 0 t +822.19 190.04 868.27 207.25 cl +822.19 172.83 868.27 207.25 cl +822.19 172.83 868.27 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +822.19 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +845.23 178.20 (Batch1_D_16) .5 0 t +822.19 172.83 868.27 190.04 cl +822.19 172.83 868.27 207.25 cl +0.00 0.00 1440.00 576.00 cl +873.75 172.83 919.83 207.25 cl +873.75 190.04 919.83 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +873.75 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +896.79 195.41 (Batch1) .5 0 t +873.75 190.04 919.83 207.25 cl +873.75 172.83 919.83 207.25 cl +873.75 172.83 919.83 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +873.75 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +896.79 178.20 (Batch1_D_17) .5 0 t +873.75 172.83 919.83 190.04 cl +873.75 172.83 919.83 207.25 cl +0.00 0.00 1440.00 576.00 cl +925.31 172.83 971.39 207.25 cl +925.31 190.04 971.39 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +925.31 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +948.35 195.41 (Batch1) .5 0 t +925.31 190.04 971.39 207.25 cl +925.31 172.83 971.39 207.25 cl +925.31 172.83 971.39 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +925.31 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +948.35 178.20 (Batch1_D_18) .5 0 t +925.31 172.83 971.39 190.04 cl +925.31 172.83 971.39 207.25 cl +0.00 0.00 1440.00 576.00 cl +976.87 172.83 1022.96 207.25 cl +976.87 190.04 1022.96 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +976.87 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +999.92 195.41 (Batch1) .5 0 t +976.87 190.04 1022.96 207.25 cl +976.87 172.83 1022.96 207.25 cl +976.87 172.83 1022.96 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +976.87 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +999.92 178.20 (Batch1_D_19) .5 0 t +976.87 172.83 1022.96 190.04 cl +976.87 172.83 1022.96 207.25 cl +0.00 0.00 1440.00 576.00 cl +1028.44 172.83 1074.52 207.25 cl +1028.44 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1028.44 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.48 195.41 (Batch1) .5 0 t +1028.44 190.04 1074.52 207.25 cl +1028.44 172.83 1074.52 207.25 cl +1028.44 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1028.44 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.48 178.20 (Batch1_D_20) .5 0 t +1028.44 172.83 1074.52 190.04 cl +1028.44 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +51.88 46.00 m +0 2.74 l +o +np +65.21 46.00 m +0 2.74 l +o +np +78.53 46.00 m +0 2.74 l +o +np +91.85 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +58.34 43.81 (0e+00) 1 90 t +71.67 43.81 (1e+09) 1 90 t +84.99 43.81 (2e+09) 1 90 t +98.32 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +103.45 46.00 m +0 2.74 l +o +np +116.77 46.00 m +0 2.74 l +o +np +130.09 46.00 m +0 2.74 l +o +np +143.42 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +109.91 43.81 (0e+00) 1 90 t +123.23 43.81 (1e+09) 1 90 t +136.55 43.81 (2e+09) 1 90 t +149.88 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +155.01 46.00 m +0 2.74 l +o +np +168.33 46.00 m +0 2.74 l +o +np +181.66 46.00 m +0 2.74 l +o +np +194.98 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +161.47 43.81 (0e+00) 1 90 t +174.79 43.81 (1e+09) 1 90 t +188.12 43.81 (2e+09) 1 90 t +201.44 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +206.57 46.00 m +0 2.74 l +o +np +219.90 46.00 m +0 2.74 l +o +np +233.22 46.00 m +0 2.74 l +o +np +246.54 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +213.03 43.81 (0e+00) 1 90 t +226.36 43.81 (1e+09) 1 90 t +239.68 43.81 (2e+09) 1 90 t +253.00 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +258.13 46.00 m +0 2.74 l +o +np +271.46 46.00 m +0 2.74 l +o +np +284.78 46.00 m +0 2.74 l +o +np +298.10 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +264.60 43.81 (0e+00) 1 90 t +277.92 43.81 (1e+09) 1 90 t +291.24 43.81 (2e+09) 1 90 t +304.57 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +309.70 46.00 m +0 2.74 l +o +np +323.02 46.00 m +0 2.74 l +o +np +336.34 46.00 m +0 2.74 l +o +np +349.67 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +316.16 43.81 (0e+00) 1 90 t +329.48 43.81 (1e+09) 1 90 t +342.81 43.81 (2e+09) 1 90 t +356.13 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +361.26 46.00 m +0 2.74 l +o +np +374.58 46.00 m +0 2.74 l +o +np +387.91 46.00 m +0 2.74 l +o +np +401.23 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +367.72 43.81 (0e+00) 1 90 t +381.05 43.81 (1e+09) 1 90 t +394.37 43.81 (2e+09) 1 90 t +407.69 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +412.82 46.00 m +0 2.74 l +o +np +426.15 46.00 m +0 2.74 l +o +np +439.47 46.00 m +0 2.74 l +o +np +452.79 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +419.29 43.81 (0e+00) 1 90 t +432.61 43.81 (1e+09) 1 90 t +445.93 43.81 (2e+09) 1 90 t +459.26 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +464.39 46.00 m +0 2.74 l +o +np +477.71 46.00 m +0 2.74 l +o +np +491.03 46.00 m +0 2.74 l +o +np +504.36 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +470.85 43.81 (0e+00) 1 90 t +484.17 43.81 (1e+09) 1 90 t +497.50 43.81 (2e+09) 1 90 t +510.82 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +515.95 46.00 m +0 2.74 l +o +np +529.27 46.00 m +0 2.74 l +o +np +542.60 46.00 m +0 2.74 l +o +np +555.92 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +522.41 43.81 (0e+00) 1 90 t +535.73 43.81 (1e+09) 1 90 t +549.06 43.81 (2e+09) 1 90 t +562.38 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +567.51 46.00 m +0 2.74 l +o +np +580.84 46.00 m +0 2.74 l +o +np +594.16 46.00 m +0 2.74 l +o +np +607.48 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +573.97 43.81 (0e+00) 1 90 t +587.30 43.81 (1e+09) 1 90 t +600.62 43.81 (2e+09) 1 90 t +613.94 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +619.08 46.00 m +0 2.74 l +o +np +632.40 46.00 m +0 2.74 l +o +np +645.72 46.00 m +0 2.74 l +o +np +659.05 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +625.54 43.81 (0e+00) 1 90 t +638.86 43.81 (1e+09) 1 90 t +652.18 43.81 (2e+09) 1 90 t +665.51 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +670.64 46.00 m +0 2.74 l +o +np +683.96 46.00 m +0 2.74 l +o +np +697.29 46.00 m +0 2.74 l +o +np +710.61 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +677.10 43.81 (0e+00) 1 90 t +690.42 43.81 (1e+09) 1 90 t +703.75 43.81 (2e+09) 1 90 t +717.07 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +722.20 46.00 m +0 2.74 l +o +np +735.52 46.00 m +0 2.74 l +o +np +748.85 46.00 m +0 2.74 l +o +np +762.17 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +728.66 43.81 (0e+00) 1 90 t +741.99 43.81 (1e+09) 1 90 t +755.31 43.81 (2e+09) 1 90 t +768.63 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +773.76 46.00 m +0 2.74 l +o +np +787.09 46.00 m +0 2.74 l +o +np +800.41 46.00 m +0 2.74 l +o +np +813.73 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +780.23 43.81 (0e+00) 1 90 t +793.55 43.81 (1e+09) 1 90 t +806.87 43.81 (2e+09) 1 90 t +820.20 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +825.33 46.00 m +0 2.74 l +o +np +838.65 46.00 m +0 2.74 l +o +np +851.97 46.00 m +0 2.74 l +o +np +865.30 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +831.79 43.81 (0e+00) 1 90 t +845.11 43.81 (1e+09) 1 90 t +858.44 43.81 (2e+09) 1 90 t +871.76 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +876.89 46.00 m +0 2.74 l +o +np +890.21 46.00 m +0 2.74 l +o +np +903.54 46.00 m +0 2.74 l +o +np +916.86 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +883.35 43.81 (0e+00) 1 90 t +896.68 43.81 (1e+09) 1 90 t +910.00 43.81 (2e+09) 1 90 t +923.32 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +928.45 46.00 m +0 2.74 l +o +np +941.78 46.00 m +0 2.74 l +o +np +955.10 46.00 m +0 2.74 l +o +np +968.42 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +934.92 43.81 (0e+00) 1 90 t +948.24 43.81 (1e+09) 1 90 t +961.56 43.81 (2e+09) 1 90 t +974.89 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +980.02 46.00 m +0 2.74 l +o +np +993.34 46.00 m +0 2.74 l +o +np +1006.66 46.00 m +0 2.74 l +o +np +1019.99 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +986.48 43.81 (0e+00) 1 90 t +999.80 43.81 (1e+09) 1 90 t +1013.13 43.81 (2e+09) 1 90 t +1026.45 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1031.58 46.00 m +0 2.74 l +o +np +1044.90 46.00 m +0 2.74 l +o +np +1058.23 46.00 m +0 2.74 l +o +np +1071.55 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1038.04 43.81 (0e+00) 1 90 t +1051.36 43.81 (1e+09) 1 90 t +1064.69 43.81 (2e+09) 1 90 t +1078.01 43.81 (3e+09) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +43.81 51.15 (0) 1 0 t +43.81 81.10 (30) 1 0 t +43.81 111.05 (60) 1 0 t +43.81 141.00 (90) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +46.00 54.38 m +2.74 0 l +o +np +46.00 84.33 m +2.74 0 l +o +np +46.00 114.28 m +2.74 0 l +o +np +46.00 144.23 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +547.57 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +28.64 110.78 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +48.74 215.59 (Histogr) 0 ta +-0.130 (am of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1128.74 309.56 288.57 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.74 342.30 m +288.57 0 l +o +np +1128.74 387.23 m +288.57 0 l +o +np +1128.74 432.15 m +288.57 0 l +o +np +1128.74 477.08 m +288.57 0 l +o +np +1128.74 522.01 m +288.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1128.74 319.83 m +288.57 0 l +o +np +1128.74 364.76 m +288.57 0 l +o +np +1128.74 409.69 m +288.57 0 l +o +np +1128.74 454.62 m +288.57 0 l +o +np +1128.74 499.54 m +288.57 0 l +o +np +1137.31 309.56 m +0 226.08 l +o +np +1151.60 309.56 m +0 226.08 l +o +np +1165.88 309.56 m +0 226.08 l +o +np +1180.17 309.56 m +0 226.08 l +o +np +1194.45 309.56 m +0 226.08 l +o +np +1208.74 309.56 m +0 226.08 l +o +np +1223.03 309.56 m +0 226.08 l +o +np +1237.31 309.56 m +0 226.08 l +o +np +1251.60 309.56 m +0 226.08 l +o +np +1265.88 309.56 m +0 226.08 l +o +np +1280.17 309.56 m +0 226.08 l +o +np +1294.45 309.56 m +0 226.08 l +o +np +1308.74 309.56 m +0 226.08 l +o +np +1323.03 309.56 m +0 226.08 l +o +np +1337.31 309.56 m +0 226.08 l +o +np +1351.60 309.56 m +0 226.08 l +o +np +1365.88 309.56 m +0 226.08 l +o +np +1380.17 309.56 m +0 226.08 l +o +np +1394.45 309.56 m +0 226.08 l +o +np +1408.74 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1130.88 319.83 12.86 94.17 r p3 +1145.17 319.83 12.86 77.69 r p3 +1159.45 319.83 12.86 87.82 r p3 +1173.74 319.83 12.86 98.75 r p3 +1188.03 319.83 12.86 87.13 r p3 +0.4863 0.6824 0 srgb +1202.31 319.83 12.86 196.04 r p3 +1216.60 319.83 12.86 175.43 r p3 +1230.88 319.83 12.86 205.53 r p3 +1245.17 319.83 12.86 191.06 r p3 +1259.45 319.83 12.86 165.95 r p3 +0 0.7490 0.7686 srgb +1273.74 319.83 12.86 44.71 r p3 +1288.03 319.83 12.86 60.65 r p3 +1302.31 319.83 12.86 78.94 r p3 +1316.60 319.83 12.86 93.48 r p3 +1330.88 319.83 12.86 85.23 r p3 +0.7804 0.4863 1 srgb +1345.17 319.83 12.86 141.69 r p3 +1359.45 319.83 12.86 125.66 r p3 +1373.74 319.83 12.86 143.05 r p3 +1388.03 319.83 12.86 174.01 r p3 +1402.31 319.83 12.86 152.52 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1128.74 78.00 288.57 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.74 112.64 m +288.57 0 l +o +np +1128.74 161.35 m +288.57 0 l +o +np +1128.74 210.07 m +288.57 0 l +o +np +1128.74 258.79 m +288.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1128.74 88.28 m +288.57 0 l +o +np +1128.74 136.99 m +288.57 0 l +o +np +1128.74 185.71 m +288.57 0 l +o +np +1128.74 234.43 m +288.57 0 l +o +np +1128.74 283.15 m +288.57 0 l +o +np +1137.31 78.00 m +0 226.08 l +o +np +1151.60 78.00 m +0 226.08 l +o +np +1165.88 78.00 m +0 226.08 l +o +np +1180.17 78.00 m +0 226.08 l +o +np +1194.45 78.00 m +0 226.08 l +o +np +1208.74 78.00 m +0 226.08 l +o +np +1223.03 78.00 m +0 226.08 l +o +np +1237.31 78.00 m +0 226.08 l +o +np +1251.60 78.00 m +0 226.08 l +o +np +1265.88 78.00 m +0 226.08 l +o +np +1280.17 78.00 m +0 226.08 l +o +np +1294.45 78.00 m +0 226.08 l +o +np +1308.74 78.00 m +0 226.08 l +o +np +1323.03 78.00 m +0 226.08 l +o +np +1337.31 78.00 m +0 226.08 l +o +np +1351.60 78.00 m +0 226.08 l +o +np +1365.88 78.00 m +0 226.08 l +o +np +1380.17 78.00 m +0 226.08 l +o +np +1394.45 78.00 m +0 226.08 l +o +np +1408.74 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1130.88 88.28 12.86 111.15 r p3 +1145.17 88.28 12.86 156.04 r p3 +1159.45 88.28 12.86 78.33 r p3 +1173.74 88.28 12.86 115.21 r p3 +1188.03 88.28 12.86 115.42 r p3 +0.4863 0.6824 0 srgb +1202.31 88.28 12.86 183.91 r p3 +1216.60 88.28 12.86 179.25 r p3 +1230.88 88.28 12.86 202.97 r p3 +1245.17 88.28 12.86 155.13 r p3 +1259.45 88.28 12.86 205.53 r p3 +0 0.7490 0.7686 srgb +1273.74 88.28 12.86 110.01 r p3 +1288.03 88.28 12.86 85.04 r p3 +1302.31 88.28 12.86 79.01 r p3 +1316.60 88.28 12.86 117.05 r p3 +1330.88 88.28 12.86 95.46 r p3 +0.7804 0.4863 1 srgb +1345.17 88.28 12.86 144.41 r p3 +1359.45 88.28 12.86 180.96 r p3 +1373.74 88.28 12.86 132.21 r p3 +1388.03 88.28 12.86 185.49 r p3 +1402.31 88.28 12.86 161.38 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 535.64 1417.31 552.85 cl +1128.74 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1128.74 535.64 288.57 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1273.03 541.01 (Batch1) .5 0 t +1128.74 535.64 1417.31 552.85 cl +1128.74 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1137.31 75.26 m +0 2.74 l +o +np +1151.60 75.26 m +0 2.74 l +o +np +1165.88 75.26 m +0 2.74 l +o +np +1180.17 75.26 m +0 2.74 l +o +np +1194.45 75.26 m +0 2.74 l +o +np +1208.74 75.26 m +0 2.74 l +o +np +1223.03 75.26 m +0 2.74 l +o +np +1237.31 75.26 m +0 2.74 l +o +np +1251.60 75.26 m +0 2.74 l +o +np +1265.88 75.26 m +0 2.74 l +o +np +1280.17 75.26 m +0 2.74 l +o +np +1294.45 75.26 m +0 2.74 l +o +np +1308.74 75.26 m +0 2.74 l +o +np +1323.03 75.26 m +0 2.74 l +o +np +1337.31 75.26 m +0 2.74 l +o +np +1351.60 75.26 m +0 2.74 l +o +np +1365.88 75.26 m +0 2.74 l +o +np +1380.17 75.26 m +0 2.74 l +o +np +1394.45 75.26 m +0 2.74 l +o +np +1408.74 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1143.77 73.07 (Batch1_A_1) 1 90 t +1158.06 73.07 (Batch1_A_2) 1 90 t +1172.35 73.07 (Batch1_A_3) 1 90 t +1186.63 73.07 (Batch1_A_4) 1 90 t +1200.92 73.07 (Batch1_A_5) 1 90 t +1215.20 73.07 (Batch1_B_10) 1 90 t +1229.49 73.07 (Batch1_B_6) 1 90 t +1243.77 73.07 (Batch1_B_7) 1 90 t +1258.06 73.07 (Batch1_B_8) 1 90 t +1272.35 73.07 (Batch1_B_9) 1 90 t +1286.63 73.07 (Batch1_C_11) 1 90 t +1300.92 73.07 (Batch1_C_12) 1 90 t +1315.20 73.07 (Batch1_C_13) 1 90 t +1329.49 73.07 (Batch1_C_14) 1 90 t +1343.77 73.07 (Batch1_C_15) 1 90 t +1358.06 73.07 (Batch1_D_16) 1 90 t +1372.34 73.07 (Batch1_D_17) 1 90 t +1386.63 73.07 (Batch1_D_18) 1 90 t +1400.92 73.07 (Batch1_D_19) 1 90 t +1415.20 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1123.81 316.60 (0e+00) 1 0 t +1123.81 361.53 (1e+06) 1 0 t +1123.81 406.46 (2e+06) 1 0 t +1123.81 451.39 (3e+06) 1 0 t +1123.81 496.31 (4e+06) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1126.00 319.83 m +2.74 0 l +o +np +1126.00 364.76 m +2.74 0 l +o +np +1126.00 409.69 m +2.74 0 l +o +np +1126.00 454.62 m +2.74 0 l +o +np +1126.00 499.54 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1123.81 85.05 (0e+00) 1 0 t +1123.81 133.76 (2e+09) 1 0 t +1123.81 182.48 (4e+09) 1 0 t +1123.81 231.20 (6e+09) 1 0 t +1123.81 279.92 (8e+09) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1126.00 88.28 m +2.74 0 l +o +np +1126.00 136.99 m +2.74 0 l +o +np +1126.00 185.71 m +2.74 0 l +o +np +1126.00 234.43 m +2.74 0 l +o +np +1126.00 283.15 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1273.03 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1128.74 561.19 (Statistics of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.png new file mode 100644 index 0000000000000000000000000000000000000000..b587d98c2a2dcf9b0f4bf1e4efdc20e173698f33 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.ps new file mode 100644 index 0000000000000000000000000000000000000000..86ab769abd3d8a580b9bf3c005bdeb43c1f0a851 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features.ps @@ -0,0 +1,25467 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +48.74 308.40 1025.78 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +48.74 338.96 m +1025.78 0 l +o +np +48.74 379.43 m +1025.78 0 l +o +np +48.74 419.90 m +1025.78 0 l +o +np +48.74 460.37 m +1025.78 0 l +o +np +48.74 500.83 m +1025.78 0 l +o +1.07 setlinewidth +[] 0 setdash +np +48.74 318.73 m +1025.78 0 l +o +np +48.74 359.20 m +1025.78 0 l +o +np +48.74 399.66 m +1025.78 0 l +o +np +48.74 440.13 m +1025.78 0 l +o +np +48.74 480.60 m +1025.78 0 l +o +np +48.74 521.07 m +1025.78 0 l +o +np +79.21 308.40 m +0 227.24 l +o +np +129.99 308.40 m +0 227.24 l +o +np +180.77 308.40 m +0 227.24 l +o +np +231.55 308.40 m +0 227.24 l +o +np +282.33 308.40 m +0 227.24 l +o +np +333.12 308.40 m +0 227.24 l +o +np +383.90 308.40 m +0 227.24 l +o +np +434.68 308.40 m +0 227.24 l +o +np +485.46 308.40 m +0 227.24 l +o +np +536.24 308.40 m +0 227.24 l +o +np +587.02 308.40 m +0 227.24 l +o +np +637.80 308.40 m +0 227.24 l +o +np +688.58 308.40 m +0 227.24 l +o +np +739.36 308.40 m +0 227.24 l +o +np +790.15 308.40 m +0 227.24 l +o +np +840.93 308.40 m +0 227.24 l +o +np +891.71 308.40 m +0 227.24 l +o +np +942.49 308.40 m +0 227.24 l +o +np +993.27 308.40 m +0 227.24 l +o +np +1044.05 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 56.67 318.73 m +-0.05 0 l +-0.05 0.01 l +-0.04 0.01 l +-0.04 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0 l +-0.01 0.01 l +0 0.01 l +0 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.08 0.01 l +0.08 0 l +0.08 0.01 l +0.09 0.01 l +0.09 0 l +0.09 0.01 l +0.09 0 l +0.10 0.01 l +0.10 0.01 l +0.10 0 l +0.11 0.01 l +0.10 0 l +0.11 0.01 l +0.12 0.01 l +0.11 0 l +0.12 0.01 l +0.12 0 l +0.11 0.01 l +0.13 0.01 l +0.12 0 l +0.13 0.01 l +0.12 0 l +0.13 0.01 l +0.13 0.01 l +0.13 0 l +0.13 0.01 l +0.13 0 l +0.14 0.01 l +0.13 0.01 l +0.14 0 l +0.13 0.01 l +0.14 0 l +0.13 0.01 l +0.14 0.01 l +0.14 0 l +0.14 0.01 l +0.13 0.01 l +0.14 0 l +0.14 0.01 l +0.14 0 l +0.13 0.01 l +0.14 0.01 l +0.14 0 l +0.14 0.01 l +0.13 0 l +0.14 0.01 l +0.13 0.01 l +0.14 0 l +0.13 0.01 l +0.13 0 l +0.14 0.01 l +0.13 0.01 l +0.13 0 l +0.13 0.01 l +0.13 0 l +0.12 0.01 l +0.13 0.01 l +0.13 0 l +0.12 0.01 l +0.13 0 l +0.12 0.01 l +0.12 0.01 l +0.12 0 l +0.12 0.01 l +0.11 0.01 l +0.12 0 l +0.12 0.01 l +0.11 0 l +0.11 0.01 l +65.59 319.34 lineto +0.11 0 l +0.11 0.01 l +0.11 0 l +0.10 0.01 l +0.11 0.01 l +0.10 0 l +0.10 0.01 l +0.10 0 l +0.10 0.01 l +0.10 0.01 l +0.10 0 l +0.09 0.01 l +0.10 0 l +0.09 0.01 l +0.09 0.01 l +0.09 0 l +0.09 0.01 l +0.09 0 l +0.09 0.01 l +0.08 0.01 l +0.09 0 l +0.08 0.01 l +0.08 0.01 l +0.08 0 l +0.08 0.01 l +0.08 0 l +0.08 0.01 l +0.08 0.01 l +0.07 0 l +0.08 0.01 l +0.07 0 l +0.07 0.01 l +0.08 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0.01 l +0.07 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.05 0.01 l +0.06 0 l +0.06 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0.01 l +0.06 0 l +0.05 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +72.14 319.94 lineto +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +75.61 320.55 lineto +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0 0 l +0 0.01 l +0.01 0.01 l +0 0 l +0 0.01 l +0 0 l +0 0.01 l +0 0.01 l +0 0 l +0 0.01 l +0 0 l +-0.01 0.01 l +0 0.01 l +-0.01 0 l +0 0.01 l +-0.01 0 l +-0.01 0.01 l +78.03 321.16 lineto +-0.01 0 l +-0.01 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.01 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.04 0 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.04 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.04 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +75.54 321.76 lineto +-0.01 0.01 l +-0.01 0.01 l +-0.01 0 l +0 0.01 l +-0.01 0 l +-0.01 0.01 l +0 0.01 l +0 0 l +0 0.01 l +-0.01 0 l +0 0.01 l +7.46 0 l +-0.01 -0.01 l +0 0 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +0 -0.01 l +-0.01 0 l +0 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.04 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 0 l +-0.04 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.04 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.04 0 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +80.79 321.30 lineto +-0.03 -0.01 l +-0.02 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.02 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.01 0 l +0 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +0 0 l +0 -0.01 l +-0.01 -0.01 l +0 0 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +0 -0.01 l +0.01 0 l +0 -0.01 l +0 0 l +0 -0.01 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +81.87 320.69 lineto +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.03 0 l +85.43 320.08 lineto +0.03 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.06 0 l +0.05 -0.01 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.06 -0.01 l +0.07 0 l +0.06 -0.01 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.08 -0.01 l +0.07 -0.01 l +0.07 0 l +0.08 -0.01 l +0.07 0 l +0.08 -0.01 l +0.08 -0.01 l +0.08 0 l +0.08 -0.01 l +90.63 319.48 lineto +0.08 -0.01 l +0.08 -0.01 l +0.09 0 l +0.08 -0.01 l +0.09 -0.01 l +0.09 0 l +0.09 -0.01 l +0.09 0 l +0.09 -0.01 l +0.09 -0.01 l +0.10 0 l +0.09 -0.01 l +0.10 0 l +0.10 -0.01 l +0.09 -0.01 l +0.10 0 l +0.11 -0.01 l +0.10 0 l +0.10 -0.01 l +0.11 -0.01 l +0.11 0 l +0.11 -0.01 l +0.11 0 l +0.11 -0.01 l +0.11 -0.01 l +0.11 0 l +0.12 -0.01 l +0.11 0 l +0.12 -0.01 l +0.12 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.13 0 l +0.12 -0.01 l +0.13 0 l +0.12 -0.01 l +0.13 -0.01 l +0.13 0 l +0.13 -0.01 l +0.13 0 l +0.13 -0.01 l +0.13 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 -0.01 l +0.13 0 l +0.14 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 -0.01 l +0.14 0 l +0.14 -0.01 l +0.13 0 l +0.14 -0.01 l +0.14 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 0 l +0.13 -0.01 l +0.14 -0.01 l +0.13 0 l +0.13 -0.01 l +0.13 0 l +0.13 -0.01 l +0.13 -0.01 l +0.12 0 l +0.13 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.12 0 l +0.12 -0.01 l +0.11 0 l +0.11 -0.01 l +0.12 -0.01 l +0.10 0 l +0.11 -0.01 l +0.10 0 l +0.10 -0.01 l +0.10 -0.01 l +0.09 0 l +0.09 -0.01 l +0.09 0 l +0.09 -0.01 l +0.08 -0.01 l +0.08 0 l +0.07 -0.01 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.06 0 l +0.06 -0.01 l +0.05 -0.01 l +101.78 318.87 lineto +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 -0.01 l +0.01 0 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.04 0 l +-0.04 -0.01 l +-0.05 -0.01 l +-0.05 0 l +-45.08 0 l +cp p3 +np + 118.13 318.73 m +0.04 0.20 l +0.67 0.21 l +1.05 0.20 l +1.13 0.20 l +0.96 0.21 l +0.66 0.20 l +0.40 0.21 l +0.29 0.20 l +0.38 0.20 l +0.58 0.21 l +0.78 0.20 l +0.94 0.21 l +0.96 0.20 l +0.88 0.20 l +0.73 0.21 l +0.54 0.20 l +0.37 0.21 l +0.24 0.20 l +0.13 0.20 l +0.07 0.21 l +0.04 0.20 l +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +129.99 339.12 lineto +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +129.99 359.51 lineto +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +129.99 379.90 lineto +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +129.99 400.29 lineto +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +-0.01 0.21 l +129.97 420.68 lineto +-0.02 0.20 l +-0.04 0.21 l +-0.08 0.20 l +-0.13 0.21 l +-0.19 0.20 l +-0.26 0.20 l +-0.31 0.21 l +-0.32 0.20 l +-0.29 0.21 l +-0.20 0.20 l +-0.07 0.20 l +3.86 0 l +-0.07 -0.20 l +-0.20 -0.20 l +-0.29 -0.21 l +-0.32 -0.20 l +-0.31 -0.21 l +-0.25 -0.20 l +-0.20 -0.20 l +-0.13 -0.21 l +-0.07 -0.20 l +-0.05 -0.21 l +-0.02 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +129.99 404.98 lineto +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +129.99 384.59 lineto +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +129.99 364.20 lineto +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +129.99 343.81 lineto +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +129.99 323.42 lineto +0.01 -0.21 l +0.02 -0.20 l +0.03 -0.20 l +0.07 -0.21 l +0.13 -0.20 l +0.24 -0.20 l +0.37 -0.21 l +0.54 -0.20 l +0.73 -0.21 l +0.88 -0.20 l +0.96 -0.20 l +0.94 -0.21 l +0.79 -0.20 l +0.57 -0.21 l +0.38 -0.20 l +0.29 -0.20 l +0.40 -0.21 l +0.66 -0.20 l +0.96 -0.21 l +1.13 -0.20 l +1.05 -0.20 l +0.67 -0.21 l +0.04 -0.20 l +-23.72 0 l +cp p3 +np + 161.37 318.73 m +-0.06 0.01 l +-0.06 0 l +-0.06 0.01 l +-0.05 0.01 l +-0.04 0 l +-0.04 0.01 l +-0.04 0.01 l +-0.04 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +0 0 l +0 0.01 l +0 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0.01 l +0.07 0.01 l +0.07 0 l +0.08 0.01 l +0.07 0.01 l +0.08 0 l +0.09 0.01 l +0.08 0.01 l +0.09 0.01 l +0.09 0 l +0.09 0.01 l +0.09 0.01 l +0.10 0.01 l +0.10 0 l +0.10 0.01 l +0.10 0.01 l +0.10 0 l +0.11 0.01 l +0.10 0.01 l +0.11 0.01 l +0.11 0 l +0.12 0.01 l +0.11 0.01 l +0.11 0 l +0.12 0.01 l +0.12 0.01 l +0.11 0.01 l +0.12 0 l +0.12 0.01 l +0.12 0.01 l +0.12 0.01 l +0.13 0 l +0.12 0.01 l +0.12 0.01 l +0.13 0 l +0.12 0.01 l +0.12 0.01 l +0.13 0.01 l +0.12 0 l +0.13 0.01 l +0.13 0.01 l +0.12 0 l +0.13 0.01 l +0.12 0.01 l +0.13 0.01 l +0.12 0 l +0.13 0.01 l +0.12 0.01 l +0.12 0.01 l +0.13 0 l +0.12 0.01 l +0.12 0.01 l +0.13 0 l +0.12 0.01 l +0.12 0.01 l +0.12 0.01 l +0.12 0 l +0.12 0.01 l +0.11 0.01 l +0.12 0 l +0.12 0.01 l +0.11 0.01 l +0.11 0.01 l +0.12 0 l +168.67 319.45 lineto +0.11 0.01 l +0.11 0.01 l +0.11 0 l +0.11 0.01 l +0.10 0.01 l +0.11 0 l +0.10 0.01 l +0.11 0.01 l +0.10 0.01 l +0.10 0 l +0.10 0.01 l +0.09 0.01 l +0.10 0 l +0.10 0.01 l +0.09 0.01 l +0.09 0.01 l +0.09 0 l +0.09 0.01 l +0.09 0.01 l +0.09 0.01 l +0.08 0 l +0.09 0.01 l +0.08 0.01 l +0.08 0 l +0.08 0.01 l +0.08 0.01 l +0.08 0.01 l +0.08 0 l +0.07 0.01 l +0.08 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0.01 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0.01 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0.01 l +0.05 0.01 l +0.06 0 l +0.05 0.01 l +0.05 0.01 l +0.06 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0.01 l +174.44 320.17 lineto +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.05 0.01 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +178.63 320.89 lineto +0.04 0.01 l +0.04 0.01 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0.01 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0.01 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0.01 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0.01 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0.01 l +0 0.01 l +0.01 0 l +0 0.01 l +0 0.01 l +0 0 l +0 0.01 l +0 0.01 l +0 0.01 l +0 0 l +0 0.01 l +0 0.01 l +0 0 l +-0.01 0.01 l +0 0.01 l +-0.01 0.01 l +0 0 l +-0.01 0.01 l +0 0.01 l +-0.01 0.01 l +-0.01 0 l +0 0.01 l +-0.01 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +-0.01 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.02 0.01 l +180.05 321.62 lineto +-0.01 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.01 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.01 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.02 0.01 l +-0.03 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.04 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.04 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0.01 l +-0.02 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0.01 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0.01 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +-0.02 0 l +-0.01 0.01 l +177.61 322.34 lineto +0 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +0 0 l +-0.01 0.01 l +0 0.01 l +0 0.01 l +0 0 l +-0.01 0.01 l +0 0.01 l +6.42 0 l +0 -0.01 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +0 -0.01 l +-0.01 -0.01 l +0 0 l +-0.01 -0.01 l +0 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.02 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.04 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.03 -0.01 l +-0.02 0 l +-0.03 -0.01 l +181.96 321.78 lineto +-0.03 0 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.02 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 -0.01 l +0 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 0 l +0 -0.01 l +-0.01 -0.01 l +-0.01 -0.01 l +0 0 l +0 -0.01 l +-0.01 -0.01 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +0 -0.01 l +0 0 l +0 -0.01 l +0 -0.01 l +0 -0.01 l +0 0 l +0.01 -0.01 l +0 -0.01 l +0 0 l +0.01 -0.01 l +0 -0.01 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 -0.01 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.02 -0.01 l +182.07 321.06 lineto +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.05 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +186.35 320.34 lineto +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 -0.01 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 -0.01 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.05 -0.01 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 -0.01 l +0.06 0 l +0.07 -0.01 l +0.06 -0.01 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 -0.01 l +0.07 -0.01 l +0.08 0 l +0.07 -0.01 l +0.08 -0.01 l +0.07 0 l +0.08 -0.01 l +0.08 -0.01 l +0.08 -0.01 l +190.63 319.62 lineto +0.09 -0.01 l +0.08 -0.01 l +0.09 0 l +0.08 -0.01 l +0.09 -0.01 l +0.09 -0.01 l +0.09 0 l +0.09 -0.01 l +0.10 -0.01 l +0.09 -0.01 l +0.10 0 l +0.10 -0.01 l +0.10 -0.01 l +0.10 0 l +0.10 -0.01 l +0.10 -0.01 l +0.11 -0.01 l +0.10 0 l +0.11 -0.01 l +0.10 -0.01 l +0.11 0 l +0.11 -0.01 l +0.11 -0.01 l +0.12 -0.01 l +0.11 0 l +0.11 -0.01 l +0.12 -0.01 l +0.11 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.12 -0.01 l +0.12 0 l +0.12 -0.01 l +0.13 -0.01 l +0.12 0 l +0.12 -0.01 l +0.13 -0.01 l +0.12 -0.01 l +0.13 0 l +0.12 -0.01 l +0.13 -0.01 l +0.12 -0.01 l +0.13 0 l +0.12 -0.01 l +0.13 -0.01 l +0.12 0 l +0.13 -0.01 l +0.12 -0.01 l +0.13 -0.01 l +0.12 0 l +0.12 -0.01 l +0.13 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.12 -0.01 l +0.12 0 l +0.12 -0.01 l +0.12 -0.01 l +0.11 -0.01 l +0.12 0 l +0.11 -0.01 l +0.11 -0.01 l +0.11 0 l +0.11 -0.01 l +0.11 -0.01 l +0.10 -0.01 l +0.11 0 l +0.10 -0.01 l +0.10 -0.01 l +0.10 0 l +0.09 -0.01 l +0.10 -0.01 l +0.09 -0.01 l +0.09 0 l +0.08 -0.01 l +0.09 -0.01 l +0.08 -0.01 l +0.08 0 l +0.08 -0.01 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 -0.01 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +200.62 318.89 lineto +0.02 0 l +0.02 -0.01 l +0.01 -0.01 l +0.02 0 l +0 -0.01 l +0.01 -0.01 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 -0.01 l +-0.04 -0.01 l +-0.05 0 l +-0.05 -0.01 l +-0.05 -0.01 l +-0.06 0 l +-0.06 -0.01 l +-38.81 0 l +cp p3 +np + 216.03 318.73 m +-0.03 0 l +-0.02 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0.01 l +-0.01 0 l +0 0.01 l +-0.01 0 l +0 0.01 l +0 0 l +-0.01 0.01 l +0 0 l +0.01 0.01 l +0 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0 l +218.28 319.27 lineto +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.06 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.05 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0.01 l +222.17 319.81 lineto +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +224.24 320.35 lineto +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +227.03 320.89 lineto +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +228.37 321.43 lineto +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +6.15 0 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +235.62 321.02 lineto +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +238.21 320.48 lineto +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +240.47 319.94 lineto +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +243.67 319.39 lineto +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.03 0 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0 0 l +247.37 318.85 lineto +0 0 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +0 0 l +-0.01 -0.01 l +0 0 l +-0.01 -0.01 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 0 l +-31.04 0 l +cp p3 +np + 264.73 318.73 m +-0.04 0 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.03 0 l +-0.03 0.01 l +-0.02 0 l +-0.03 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0 l +-0.02 0.01 l +-0.02 0 l +-0.02 0 l +-0.02 0.01 l +-0.01 0 l +-0.02 0.01 l +-0.01 0 l +-0.01 0.01 l +-0.01 0 l +-0.01 0.01 l +0 0 l +-0.01 0.01 l +-0.01 0 l +0 0.01 l +0 0 l +0 0.01 l +0 0 l +0 0.01 l +0 0 l +0 0.01 l +0.01 0 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.04 0 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.06 0 l +0.05 0.01 l +0.05 0 l +0.06 0.01 l +0.06 0 l +0.05 0 l +0.06 0.01 l +0.06 0 l +0.05 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.07 0.01 l +266.94 319.20 lineto +0.06 0.01 l +0.07 0 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.07 0 l +0.06 0.01 l +0.07 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.07 0 l +0.06 0.01 l +0.06 0 l +0.07 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.07 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.06 0 l +0.06 0.01 l +0.05 0 l +0.06 0.01 l +0.06 0 l +0.06 0 l +0.05 0.01 l +0.06 0 l +0.06 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.06 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0.01 l +0.05 0 l +0.05 0 l +0.05 0.01 l +0.04 0 l +0.05 0.01 l +0.05 0 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +273.16 319.67 lineto +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.05 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.04 0 l +0.03 0 l +0.04 0.01 l +0.04 0 l +0.04 0.01 l +0.03 0 l +0.04 0.01 l +0.04 0 l +0.03 0.01 l +0.04 0 l +0.03 0.01 l +0.03 0 l +0.04 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.03 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.03 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0 l +0.03 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +275.33 320.14 lineto +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +276.07 320.62 lineto +0.01 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.01 0.01 l +0.02 0 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.01 0 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.01 0 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.01 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +277.73 321.09 lineto +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.02 0 l +0.02 0.01 l +0.03 0 l +0.02 0.01 l +0.02 0 l +8.75 0 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +288.30 320.73 lineto +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +289.20 320.25 lineto +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0 0 l +0.01 0 l +0 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.02 -0.01 l +0.01 0 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.01 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.02 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +290.63 319.78 lineto +0.03 0 l +0.04 -0.01 l +0.03 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.05 0 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.05 0 l +0.06 -0.01 l +0.06 0 l +0.06 0 l +0.05 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.07 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.06 0 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.07 -0.01 l +296.18 319.31 lineto +0.07 -0.01 l +0.07 0 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.07 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.06 -0.01 l +0.07 0 l +0.07 -0.01 l +0.06 0 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.07 -0.01 l +0.06 0 l +0.05 -0.01 l +0.06 0 l +0.06 -0.01 l +0.06 0 l +0.06 -0.01 l +0.05 0 l +0.06 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.06 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.05 0 l +0.05 -0.01 l +0.04 0 l +0.05 -0.01 l +0.05 0 l +0.04 -0.01 l +0.05 0 l +0.04 -0.01 l +0.04 0 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.04 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.04 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.03 0 l +0.03 -0.01 l +0.02 0 l +0.02 0 l +0.03 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.02 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.02 0 l +0.01 -0.01 l +0.01 0 l +0.01 -0.01 l +0.01 0 l +0 -0.01 l +0.01 0 l +0.01 0 l +0 -0.01 l +0 0 l +0 -0.01 l +0 0 l +0 -0.01 l +0 0 l +-0.01 -0.01 l +300.40 318.84 lineto +-0.01 -0.01 l +0 0 l +-0.01 -0.01 l +-0.01 0 l +-0.01 -0.01 l +-0.02 0 l +-0.01 -0.01 l +-0.01 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 0 l +-0.02 -0.01 l +-0.02 0 l +-0.02 -0.01 l +-0.02 0 l +-0.03 -0.01 l +-0.03 0 l +-0.02 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.03 0 l +-0.03 -0.01 l +-0.04 0 l +-35.21 0 l +cp p3 +np + 331.20 318.75 m +-0.01 0.33 l +-0.01 0.32 l +0 0.32 l +0.01 0.32 l +0.02 0.32 l +0.02 0.33 l +0.03 0.32 l +0.03 0.32 l +0.04 0.32 l +0.04 0.32 l +0.04 0.33 l +0.05 0.32 l +0.05 0.32 l +0.04 0.32 l +0.05 0.32 l +0.05 0.32 l +0.05 0.33 l +0.04 0.32 l +0.05 0.32 l +0.04 0.32 l +0.04 0.32 l +0.04 0.33 l +0.03 0.32 l +0.04 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.33 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.33 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.33 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.33 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.33 l +0.03 0.32 l +0.03 0.32 l +0.04 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.33 l +0.03 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.33 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.02 0.33 l +0.02 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.33 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.33 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.33 l +333.12 350.95 lineto +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +333.12 383.14 lineto +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +333.12 415.34 lineto +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +333.12 447.53 lineto +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +-0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +-0.01 0.32 l +0 0.32 l +0 0.33 l +0 0.32 l +0 0.32 l +-0.01 0.32 l +0 0.32 l +-0.01 0.33 l +0 0.32 l +-0.01 0.32 l +0 0.32 l +-0.01 0.32 l +-0.01 0.32 l +0 0.33 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.33 l +-0.01 0.32 l +-0.02 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.33 l +-0.02 0.32 l +-0.01 0.32 l +-0.01 0.32 l +332.89 479.72 lineto +-0.01 0.33 l +-0.02 0.32 l +-0.01 0.32 l +0 0.32 l +-0.01 0.32 l +-0.01 0.33 l +-0.01 0.32 l +0 0.32 l +0 0.32 l +-0.01 0.32 l +0 0.33 l +0.61 0 l +0 -0.33 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.32 l +-0.01 -0.33 l +0 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.01 -0.33 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.01 -0.33 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.01 -0.33 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.33 l +-0.01 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.33 l +0 -0.32 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +333.12 454.93 lineto +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +333.12 422.74 lineto +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +333.12 390.55 lineto +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +333.12 358.35 lineto +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.33 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.33 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.33 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.33 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.33 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.33 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.33 l +0.03 -0.32 l +0.04 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.33 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.33 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.33 l +0.02 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.33 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.33 l +0.03 -0.32 l +0.03 -0.32 l +334.29 326.16 lineto +0.03 -0.32 l +0.04 -0.33 l +0.04 -0.32 l +0.04 -0.32 l +0.05 -0.32 l +0.04 -0.32 l +0.05 -0.33 l +0.05 -0.32 l +0.05 -0.32 l +0.05 -0.32 l +0.04 -0.32 l +0.05 -0.32 l +0.04 -0.33 l +0.04 -0.32 l +0.04 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.33 l +0.02 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +-0.02 -0.33 l +-3.83 0 l +cp p3 +np + 379.48 318.73 m +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.03 l +0.02 0.04 l +0.01 0.03 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.03 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.03 l +0.03 0.03 l +0.02 0.04 l +381.81 322.21 lineto +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.01 0.03 l +0.02 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +382.57 325.70 lineto +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +383.63 329.19 lineto +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +383.76 332.67 lineto +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +383.26 336.16 lineto +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +1.30 0 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +384.14 333.47 lineto +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +384.03 329.99 lineto +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +385.02 326.50 lineto +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +385.58 323.02 lineto +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +388.24 319.53 lineto +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-8.84 0 l +cp p3 +np + 431.32 318.77 m +-0.02 0.18 l +-0.01 0.18 l +0.01 0.18 l +0.02 0.18 l +0.02 0.18 l +0.04 0.18 l +0.05 0.18 l +0.06 0.18 l +0.06 0.18 l +0.07 0.18 l +0.07 0.18 l +0.08 0.18 l +0.08 0.18 l +0.08 0.18 l +0.08 0.17 l +0.08 0.18 l +0.07 0.18 l +0.08 0.18 l +0.07 0.18 l +0.07 0.18 l +0.06 0.18 l +0.06 0.18 l +0.06 0.18 l +0.05 0.18 l +0.04 0.18 l +0.05 0.18 l +0.04 0.18 l +0.04 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.17 l +0.03 0.18 l +0.04 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.06 0.17 l +0.06 0.18 l +0.05 0.18 l +0.06 0.18 l +0.06 0.18 l +0.06 0.18 l +0.06 0.18 l +0.05 0.18 l +0.06 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.04 0.18 l +0.04 0.18 l +0.04 0.17 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.02 0.18 l +0.03 0.18 l +0.02 0.18 l +0.01 0.18 l +0.02 0.18 l +0.01 0.18 l +0.02 0.18 l +0.01 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0.01 0.17 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +434.68 336.71 lineto +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +434.68 354.65 lineto +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +434.68 372.59 lineto +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +434.68 390.53 lineto +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.03 0.18 l +-0.02 0.17 l +-0.02 0.18 l +434.27 408.46 lineto +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +1.07 0 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +434.68 394.65 lineto +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +434.68 376.71 lineto +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +434.68 358.78 lineto +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +434.68 340.84 lineto +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.17 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.06 -0.18 l +0.05 -0.18 l +0.06 -0.18 l +0.06 -0.18 l +0.06 -0.18 l +0.05 -0.18 l +0.06 -0.18 l +0.06 -0.18 l +0.06 -0.18 l +0.05 -0.17 l +0.06 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.04 -0.18 l +0.05 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.17 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.05 -0.18 l +436.80 322.90 lineto +0.05 -0.18 l +0.06 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.08 -0.18 l +0.08 -0.18 l +0.08 -0.17 l +0.08 -0.18 l +0.08 -0.18 l +0.07 -0.18 l +0.08 -0.18 l +0.07 -0.18 l +0.06 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.02 -0.18 l +0 -0.18 l +0 -0.18 l +-0.02 -0.18 l +-6.72 0 l +cp p3 +np + 483.02 318.75 m +-0.01 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.06 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.02 0.07 l +0.01 0.06 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.06 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.06 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.06 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.06 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.06 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.02 0.07 l +0.02 0.06 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.02 0.07 l +0.01 0.06 l +0.02 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.02 0.06 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.06 l +0.02 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.01 0.07 l +0.02 0.06 l +0.01 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.02 0.07 l +0.01 0.07 l +0.01 0.07 l +484.34 325.55 lineto +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.02 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.06 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0.01 0.06 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.06 l +0.01 0.07 l +0 0.07 l +485.20 332.36 lineto +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.06 l +0 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0 0.06 l +0 0.07 l +0.01 0.07 l +0 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +485.37 339.16 lineto +-0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.07 l +0 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +485.03 345.97 lineto +0 0.07 l +-0.01 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +-0.01 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +485.02 352.77 lineto +0 0.07 l +0 0.07 l +0.01 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.07 l +0 0.06 l +0 0.07 l +0.85 0 l +0.01 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +485.89 347.53 lineto +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.06 l +485.63 340.73 lineto +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +-0.01 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +-0.01 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.06 l +0 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0 -0.06 l +0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.06 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +485.60 333.92 lineto +0 -0.06 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +486.35 327.12 lineto +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.01 -0.06 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.06 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.01 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.06 l +0.02 -0.07 l +0.02 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.06 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.02 -0.07 l +487.82 320.31 lineto +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.07 l +0 -0.07 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.07 l +0 -0.06 l +-0.01 -0.07 l +-4.88 0 l +cp p3 +np + 532.49 318.73 m +-0.01 0.40 l +0.09 0.41 l +0.17 0.40 l +0.23 0.41 l +0.26 0.40 l +0.26 0.40 l +0.26 0.41 l +0.23 0.40 l +0.21 0.41 l +0.16 0.40 l +0.14 0.41 l +0.11 0.40 l +0.11 0.40 l +0.10 0.41 l +0.11 0.40 l +0.12 0.41 l +0.13 0.40 l +0.14 0.41 l +0.14 0.40 l +0.13 0.40 l +0.13 0.41 l +0.11 0.40 l +0.10 0.41 l +0.09 0.40 l +0.06 0.41 l +0.05 0.40 l +0.04 0.40 l +0.03 0.41 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.07 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.04 0.41 l +0.05 0.40 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +536.24 359.16 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +536.24 399.58 lineto +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +536.24 440.01 lineto +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +536.24 480.44 lineto +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.41 l +536.14 520.86 lineto +-0.04 0.41 l +-0.04 0.40 l +-0.05 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.02 0.40 l +-0.01 0.41 l +1.22 0 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +536.24 489.73 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +536.24 449.31 lineto +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +536.24 408.88 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +536.24 368.45 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +-0.01 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.06 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +536.56 328.03 lineto +0.10 -0.41 l +0.11 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.11 -0.40 l +0.10 -0.41 l +0.11 -0.40 l +0.11 -0.40 l +0.14 -0.41 l +0.17 -0.40 l +0.20 -0.41 l +0.23 -0.40 l +0.26 -0.41 l +0.26 -0.40 l +0.26 -0.40 l +0.23 -0.41 l +0.17 -0.40 l +0.09 -0.41 l +-0.01 -0.40 l +-7.50 0 l +cp p3 +np + 582.86 318.73 m +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.04 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.03 0.04 l +0.03 0.03 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.04 l +585.03 322.36 lineto +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.04 l +0.01 0.03 l +0.02 0.04 l +0.02 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +585.75 326.00 lineto +0 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +586.69 329.63 lineto +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +586.88 333.27 lineto +0 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +586.41 336.90 lineto +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.03 l +1.24 0 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +587.26 334.10 lineto +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +587.20 330.47 lineto +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +588.15 326.83 lineto +0 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +588.61 323.20 lineto +0.01 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +591.10 319.56 lineto +0.01 -0.03 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-8.32 0 l +cp p3 +np + 634.74 318.73 m +0 0.06 l +-0.01 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.05 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.05 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.02 0.05 l +0.01 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.03 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.05 l +0.01 0.06 l +636.02 324.52 lineto +0.01 0.06 l +0.01 0.06 l +0 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.05 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.02 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.05 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.05 l +0.02 0.06 l +0.01 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.05 l +637.40 330.31 lineto +0.02 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.02 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.05 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.05 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.05 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.05 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0.01 0.05 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.05 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +637.80 336.10 lineto +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +637.76 341.90 lineto +0 0.05 l +0 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +-0.01 0.05 l +0 0.06 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.05 l +-0.01 0.06 l +0 0.06 l +637.32 347.69 lineto +0 0.05 l +0 0.06 l +-0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.05 l +0.99 0 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +-0.01 -0.05 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +637.91 343.23 lineto +-0.01 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +-0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +637.80 337.44 lineto +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.05 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.05 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +637.98 331.64 lineto +0 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +639.40 325.85 lineto +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.03 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.05 l +0.01 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.02 -0.06 l +640.75 320.06 lineto +0.01 -0.06 l +0.02 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.05 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.05 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.05 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.06 l +-6.12 0 l +cp p3 +np + 683.61 318.73 m +-0.02 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.06 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.04 0.05 l +0.04 0.05 l +0.05 0.05 l +0.04 0.05 l +0.04 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.04 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.06 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.04 0.05 l +0.05 0.05 l +0.05 0.06 l +0.04 0.05 l +0.05 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.06 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +686.50 323.76 lineto +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.03 0.06 l +0.02 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.06 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.02 0.06 l +0.01 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.06 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +688.56 328.80 lineto +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +688.58 333.83 lineto +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +688.58 338.87 lineto +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.06 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.06 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.06 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +687.83 343.90 lineto +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.06 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +1.59 0 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.06 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.06 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.06 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +688.62 340.03 lineto +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +688.58 334.99 lineto +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +688.59 329.96 lineto +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.06 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.06 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.02 -0.06 l +0.01 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.06 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +689.97 324.92 lineto +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.06 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.06 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.05 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.05 -0.05 l +0.05 -0.06 l +0.04 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.04 -0.05 l +0.05 -0.05 l +0.04 -0.05 l +693.23 319.89 lineto +0.04 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.06 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-9.95 0 l +cp p3 +np + 737.82 318.73 m +0 0.06 l +0 0.06 l +0 0.07 l +-0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +738.21 325.00 lineto +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +738.72 331.28 lineto +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +738.85 337.55 lineto +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0.01 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.06 l +0 0.07 l +739.02 343.83 lineto +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0.01 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0.01 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +739.10 350.10 lineto +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.06 l +0 0.07 l +0 0.06 l +0 0.06 l +0 0.07 l +0.53 0 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +739.68 345.27 lineto +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +739.85 339.00 lineto +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +739.97 332.72 lineto +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +740.36 326.45 lineto +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0.01 -0.06 l +0 -0.06 l +0.01 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +740.91 320.17 lineto +0.01 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +0 -0.06 l +0 -0.07 l +0 -0.06 l +-0.01 -0.06 l +0 -0.07 l +0 -0.06 l +0 -0.06 l +-3.09 0 l +cp p3 +np + 786.90 318.73 m +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.05 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +788.11 322.93 lineto +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +788.90 327.12 lineto +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +789.94 331.32 lineto +0 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +790.02 335.52 lineto +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +789.63 339.71 lineto +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +1.05 0 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +790.36 336.48 lineto +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +790.26 332.29 lineto +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +791.13 328.09 lineto +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +791.96 323.89 lineto +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +793.36 319.69 lineto +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-6.49 0 l +cp p3 +np + 835.38 318.73 m +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0.02 0.04 l +0.01 0.03 l +0.01 0.04 l +0.02 0.03 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.03 0.03 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.03 l +0.04 0.04 l +0.03 0.03 l +0.04 0.04 l +0.04 0.03 l +0.04 0.03 l +0.04 0.04 l +0.04 0.03 l +0.05 0.03 l +0.04 0.04 l +0.05 0.03 l +0.05 0.04 l +0.04 0.03 l +0.05 0.03 l +0.05 0.04 l +0.05 0.03 l +0.06 0.03 l +0.05 0.04 l +0.05 0.03 l +0.06 0.04 l +0.05 0.03 l +0.06 0.03 l +0.05 0.04 l +0.06 0.03 l +0.06 0.04 l +0.05 0.03 l +0.06 0.03 l +0.06 0.04 l +0.06 0.03 l +0.05 0.03 l +0.06 0.04 l +0.06 0.03 l +0.06 0.04 l +0.06 0.03 l +0.05 0.03 l +0.06 0.04 l +0.06 0.03 l +0.06 0.03 l +0.05 0.04 l +0.06 0.03 l +0.06 0.04 l +0.05 0.03 l +0.06 0.03 l +0.05 0.04 l +0.06 0.03 l +0.05 0.04 l +0.06 0.03 l +0.05 0.03 l +0.05 0.04 l +0.05 0.03 l +0.06 0.03 l +0.05 0.04 l +0.05 0.03 l +0.05 0.04 l +0.04 0.03 l +0.05 0.03 l +0.05 0.04 l +0.04 0.03 l +0.05 0.03 l +0.04 0.04 l +0.05 0.03 l +0.04 0.04 l +0.04 0.03 l +0.04 0.03 l +0.04 0.04 l +0.04 0.03 l +0.04 0.04 l +0.03 0.03 l +0.04 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.03 l +0.03 0.04 l +0.04 0.03 l +0.03 0.04 l +839.28 322.11 lineto +0.02 0.03 l +0.03 0.04 l +0.03 0.03 l +0.03 0.03 l +0.02 0.04 l +0.03 0.03 l +0.02 0.04 l +0.02 0.03 l +0.02 0.03 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.01 0.03 l +0.02 0.03 l +0.02 0.04 l +0.02 0.03 l +0.01 0.03 l +0.02 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.02 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +840.36 325.49 lineto +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.03 l +0 0.04 l +840.35 328.87 lineto +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +-0.01 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.03 l +0.01 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +840.39 332.25 lineto +0 0.04 l +0.01 0.03 l +0.01 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0.01 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +-0.01 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +-0.01 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.03 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.03 l +840.12 335.63 lineto +0 0.04 l +0 0.03 l +0 0.03 l +-0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +0 0.04 l +0 0.03 l +0 0.03 l +1.63 0 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0 -0.04 l +841.38 333.03 lineto +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +841.68 329.65 lineto +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +0 -0.04 l +-0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +0.01 -0.03 l +0 -0.04 l +0 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +841.31 326.27 lineto +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +842.11 322.89 lineto +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.01 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.02 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.04 -0.03 l +0.03 -0.03 l +0.04 -0.04 l +0.03 -0.03 l +0.04 -0.03 l +0.04 -0.04 l +0.03 -0.03 l +0.04 -0.04 l +0.05 -0.03 l +0.04 -0.03 l +0.04 -0.04 l +0.04 -0.03 l +0.05 -0.04 l +0.04 -0.03 l +0.05 -0.03 l +0.04 -0.04 l +0.05 -0.03 l +0.05 -0.03 l +0.05 -0.04 l +0.05 -0.03 l +0.05 -0.04 l +0.05 -0.03 l +0.05 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.05 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.06 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.06 -0.04 l +0.05 -0.03 l +0.06 -0.03 l +0.06 -0.04 l +0.06 -0.03 l +0.06 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.06 -0.04 l +0.06 -0.03 l +0.06 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.06 -0.03 l +0.06 -0.04 l +0.05 -0.03 l +0.06 -0.04 l +0.05 -0.03 l +0.06 -0.03 l +0.05 -0.04 l +0.06 -0.03 l +0.05 -0.04 l +0.05 -0.03 l +0.05 -0.03 l +0.05 -0.04 l +0.05 -0.03 l +0.05 -0.03 l +0.05 -0.04 l +0.04 -0.03 l +0.05 -0.04 l +0.04 -0.03 l +0.04 -0.03 l +0.04 -0.04 l +0.04 -0.03 l +0.04 -0.03 l +0.04 -0.04 l +0.04 -0.03 l +0.03 -0.04 l +0.03 -0.03 l +846.25 319.51 lineto +0.03 -0.04 l +0.03 -0.03 l +0.03 -0.04 l +0.02 -0.03 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.03 l +0.02 -0.03 l +0.02 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.03 l +0 -0.03 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.03 l +-0.01 -0.04 l +-0.01 -0.03 l +-11.09 0 l +cp p3 +np + 886.46 318.73 m +-0.03 0.11 l +0 0.12 l +0.01 0.11 l +0.04 0.11 l +0.05 0.12 l +0.07 0.11 l +0.08 0.12 l +0.10 0.11 l +0.12 0.12 l +0.12 0.11 l +0.14 0.11 l +0.15 0.12 l +0.16 0.11 l +0.16 0.12 l +0.17 0.11 l +0.18 0.11 l +0.17 0.12 l +0.18 0.11 l +0.17 0.12 l +0.17 0.11 l +0.17 0.11 l +0.17 0.12 l +0.16 0.11 l +0.15 0.12 l +0.14 0.11 l +0.14 0.11 l +0.12 0.12 l +0.12 0.11 l +0.11 0.12 l +0.11 0.11 l +0.09 0.11 l +0.08 0.12 l +0.08 0.11 l +0.07 0.12 l +0.06 0.11 l +0.05 0.11 l +0.05 0.12 l +0.04 0.11 l +0.04 0.12 l +0.03 0.11 l +0.03 0.11 l +0.03 0.12 l +0.02 0.11 l +0.02 0.12 l +0.02 0.11 l +0.02 0.12 l +0.02 0.11 l +0.02 0.11 l +0.02 0.12 l +0.01 0.11 l +0.02 0.12 l +0.03 0.11 l +0.02 0.11 l +0.02 0.12 l +0.02 0.11 l +0.03 0.12 l +0.03 0.11 l +0.02 0.11 l +0.03 0.12 l +0.03 0.11 l +0.03 0.12 l +0.03 0.11 l +0.03 0.11 l +0.03 0.12 l +0.03 0.11 l +0.02 0.12 l +0.03 0.11 l +0.03 0.11 l +0.03 0.12 l +0.02 0.11 l +0.02 0.12 l +0.03 0.11 l +0.02 0.11 l +0.02 0.12 l +0.02 0.11 l +0.01 0.12 l +0.02 0.11 l +0.01 0.12 l +0.01 0.11 l +0.01 0.11 l +0 0.12 l +0.01 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +-0.01 0.11 l +0 0.12 l +-0.01 0.11 l +-0.01 0.11 l +-0.01 0.12 l +-0.02 0.11 l +-0.02 0.12 l +-0.01 0.11 l +-0.02 0.11 l +-0.02 0.12 l +-0.03 0.11 l +-0.02 0.12 l +-0.03 0.11 l +891.34 330.13 lineto +-0.03 0.12 l +-0.03 0.11 l +-0.02 0.12 l +-0.03 0.11 l +-0.03 0.11 l +-0.03 0.12 l +-0.02 0.11 l +-0.03 0.12 l +-0.03 0.11 l +-0.02 0.11 l +-0.02 0.12 l +-0.03 0.11 l +-0.01 0.12 l +-0.02 0.11 l +-0.02 0.12 l +-0.01 0.11 l +-0.01 0.11 l +0 0.12 l +-0.01 0.11 l +0 0.12 l +0 0.11 l +0.01 0.11 l +0 0.12 l +0.02 0.11 l +0.01 0.12 l +0.01 0.11 l +0.02 0.11 l +0.02 0.12 l +0.02 0.11 l +0.03 0.12 l +0.02 0.11 l +0.03 0.11 l +0.02 0.12 l +0.03 0.11 l +0.03 0.12 l +0.03 0.11 l +0.03 0.11 l +0.03 0.12 l +0.02 0.11 l +0.03 0.12 l +0.03 0.11 l +0.02 0.11 l +0.03 0.12 l +0.02 0.11 l +0.03 0.12 l +0.02 0.11 l +0.02 0.11 l +0.02 0.12 l +0.01 0.11 l +0.02 0.12 l +0.02 0.11 l +0.01 0.12 l +0.01 0.11 l +0.01 0.11 l +0.01 0.12 l +0.01 0.11 l +0.01 0.12 l +0.01 0.11 l +0.01 0.11 l +0 0.12 l +0.01 0.11 l +0 0.12 l +0.01 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0.01 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0.01 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +891.71 341.54 lineto +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +891.71 352.95 lineto +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +891.71 364.35 lineto +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +-0.01 0.12 l +0 0.11 l +0 0.11 l +0 0.12 l +0 0.11 l +0 0.12 l +0 0.11 l +-0.01 0.11 l +0 0.12 l +0 0.11 l +-0.01 0.12 l +0 0.11 l +0 0.11 l +-0.01 0.12 l +-0.01 0.11 l +0 0.12 l +-0.01 0.11 l +-0.01 0.11 l +-0.01 0.12 l +-0.01 0.11 l +-0.01 0.12 l +-0.01 0.11 l +-0.02 0.12 l +-0.01 0.11 l +-0.02 0.11 l +-0.02 0.12 l +-0.02 0.11 l +-0.02 0.12 l +-0.02 0.11 l +-0.02 0.11 l +-0.02 0.12 l +-0.03 0.11 l +-0.03 0.12 l +-0.02 0.11 l +-0.03 0.11 l +-0.03 0.12 l +-0.03 0.11 l +-0.03 0.12 l +-0.02 0.11 l +-0.03 0.11 l +-0.03 0.12 l +-0.03 0.11 l +891.10 375.76 lineto +-0.03 0.11 l +-0.02 0.11 l +-0.02 0.12 l +-0.02 0.11 l +-0.02 0.12 l +-0.01 0.11 l +-0.02 0.11 l +-0.01 0.12 l +0 0.11 l +-0.01 0.12 l +0 0.11 l +1.54 0 l +-0.01 -0.11 l +0 -0.12 l +-0.01 -0.11 l +-0.01 -0.12 l +-0.01 -0.11 l +-0.01 -0.11 l +-0.02 -0.12 l +-0.02 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.02 -0.11 l +-0.03 -0.12 l +-0.02 -0.11 l +-0.03 -0.12 l +-0.03 -0.11 l +-0.03 -0.11 l +-0.03 -0.12 l +-0.03 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.03 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.02 -0.11 l +-0.02 -0.12 l +-0.02 -0.11 l +-0.01 -0.12 l +-0.02 -0.11 l +-0.02 -0.11 l +-0.01 -0.12 l +-0.01 -0.11 l +-0.02 -0.12 l +-0.01 -0.11 l +-0.01 -0.12 l +0 -0.11 l +-0.01 -0.11 l +-0.01 -0.12 l +0 -0.11 l +-0.01 -0.12 l +0 -0.11 l +-0.01 -0.11 l +0 -0.12 l +0 -0.11 l +-0.01 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +-0.01 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +891.71 366.97 lineto +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +891.71 355.57 lineto +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +891.71 344.16 lineto +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0.01 -0.11 l +0 -0.12 l +0 -0.11 l +0 -0.11 l +0 -0.12 l +0 -0.11 l +0.01 -0.12 l +0 -0.11 l +0.01 -0.11 l +0 -0.12 l +0.01 -0.11 l +0 -0.12 l +0.01 -0.11 l +0.01 -0.11 l +0 -0.12 l +0.01 -0.11 l +0.01 -0.12 l +0.02 -0.11 l +0.01 -0.11 l +0.01 -0.12 l +0.02 -0.11 l +0.01 -0.12 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.03 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.03 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.02 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.02 -0.12 l +0.01 -0.11 l +0.02 -0.11 l +0.01 -0.12 l +892.46 332.76 lineto +0.01 -0.12 l +0 -0.11 l +0.01 -0.11 l +-0.01 -0.12 l +0 -0.11 l +-0.01 -0.12 l +-0.01 -0.11 l +-0.01 -0.11 l +-0.01 -0.12 l +-0.02 -0.11 l +-0.02 -0.12 l +-0.02 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.02 -0.11 l +-0.03 -0.12 l +-0.03 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.03 -0.11 l +-0.03 -0.12 l +-0.03 -0.11 l +-0.02 -0.12 l +-0.03 -0.11 l +-0.02 -0.11 l +-0.03 -0.12 l +-0.02 -0.11 l +-0.02 -0.12 l +-0.02 -0.11 l +-0.02 -0.11 l +-0.01 -0.12 l +-0.02 -0.11 l +-0.01 -0.12 l +-0.01 -0.11 l +-0.01 -0.11 l +-0.01 -0.12 l +0 -0.11 l +-0.01 -0.12 l +0 -0.11 l +0 -0.11 l +0.01 -0.12 l +0 -0.11 l +0.01 -0.12 l +0.01 -0.11 l +0.01 -0.11 l +0.01 -0.12 l +0.01 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.11 l +0.03 -0.12 l +0.02 -0.11 l +0.03 -0.12 l +0.02 -0.11 l +0.03 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.03 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.03 -0.11 l +0.02 -0.12 l +0.03 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.02 -0.12 l +0.02 -0.11 l +0.03 -0.12 l +0.03 -0.11 l +0.03 -0.11 l +0.03 -0.12 l +0.05 -0.11 l +0.05 -0.12 l +0.05 -0.11 l +0.06 -0.11 l +0.07 -0.12 l +0.07 -0.11 l +0.09 -0.12 l +0.09 -0.11 l +0.10 -0.11 l +0.11 -0.12 l +0.12 -0.11 l +0.13 -0.12 l +0.14 -0.11 l +0.14 -0.11 l +894.25 321.35 lineto +0.16 -0.11 l +0.16 -0.12 l +0.17 -0.11 l +0.17 -0.11 l +0.18 -0.12 l +0.17 -0.11 l +0.18 -0.12 l +0.17 -0.11 l +0.17 -0.11 l +0.17 -0.12 l +0.15 -0.11 l +0.15 -0.12 l +0.14 -0.11 l +0.13 -0.11 l +0.11 -0.12 l +0.10 -0.11 l +0.09 -0.12 l +0.07 -0.11 l +0.05 -0.12 l +0.03 -0.11 l +0.02 -0.11 l +-0.01 -0.12 l +-0.02 -0.11 l +-10.50 0 l +cp p3 +np + 937.26 318.73 m +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.04 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.04 0.05 l +0.04 0.05 l +0.05 0.05 l +0.05 0.05 l +0.04 0.05 l +0.06 0.05 l +0.05 0.05 l +0.06 0.05 l +0.05 0.05 l +0.06 0.05 l +0.06 0.05 l +0.07 0.05 l +0.06 0.05 l +0.07 0.05 l +0.07 0.05 l +0.06 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.04 l +0.08 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.08 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.07 0.05 l +0.06 0.05 l +0.07 0.05 l +0.07 0.05 l +0.06 0.05 l +0.06 0.05 l +0.06 0.05 l +0.06 0.05 l +0.06 0.05 l +0.06 0.05 l +0.05 0.05 l +0.05 0.05 l +0.05 0.04 l +0.05 0.05 l +0.05 0.05 l +0.05 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.04 0.05 l +0.03 0.05 l +0.04 0.05 l +0.03 0.05 l +0.03 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.04 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +940.93 323.69 lineto +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.04 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.04 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.03 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.02 0.05 l +0.01 0.04 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.02 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +942.32 328.65 lineto +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.04 l +0 0.05 l +0.01 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +942.49 333.61 lineto +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +942.48 338.57 lineto +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.04 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.04 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.04 l +-0.01 0.05 l +-0.02 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +-0.01 0.05 l +0 0.05 l +941.75 343.53 lineto +-0.01 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.05 l +-0.01 0.05 l +0 0.05 l +0 0.04 l +0 0.05 l +0 0.05 l +0 0.05 l +1.54 0 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.04 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +942.54 339.71 lineto +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +942.49 334.75 lineto +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +942.53 329.79 lineto +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.04 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.04 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +944.01 324.83 lineto +0.01 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.04 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0.01 -0.05 l +0 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.01 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.04 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.04 -0.05 l +0.06 -0.04 l +0.05 -0.05 l +0.05 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.07 -0.05 l +0.06 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.08 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.08 -0.04 l +0.07 -0.05 l +0.06 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.07 -0.05 l +0.06 -0.05 l +0.06 -0.05 l +0.07 -0.05 l +0.06 -0.05 l +0.05 -0.05 l +947.22 319.87 lineto +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.05 -0.05 l +0.04 -0.05 l +0.05 -0.05 l +0.03 -0.05 l +0.04 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.03 -0.05 l +0.02 -0.05 l +0.02 -0.05 l +0.02 -0.04 l +0.01 -0.05 l +0.01 -0.05 l +0.01 -0.05 l +0 -0.05 l +0 -0.05 l +0 -0.05 l +-0.01 -0.05 l +-0.01 -0.05 l +-0.02 -0.05 l +-10.46 0 l +cp p3 +np + 989.66 318.73 m +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.03 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.03 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.03 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.04 l +0.02 0.03 l +991.37 322.65 lineto +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.03 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +992.13 326.58 lineto +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +992.82 330.51 lineto +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.03 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.03 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +993.11 334.43 lineto +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.03 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.03 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +992.73 338.36 lineto +0 0.04 l +0 0.03 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +1.10 0 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.03 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +993.51 335.33 lineto +-0.01 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.03 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0 -0.04 l +993.56 331.41 lineto +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +994.33 327.48 lineto +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +994.77 323.56 lineto +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.03 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.03 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.03 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +996.85 319.63 lineto +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.03 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.03 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-7.22 0 l +cp p3 +np + 1037.03 318.73 m +-0.03 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.05 l +0.03 0.04 l +0.04 0.04 l +0.05 0.04 l +0.05 0.04 l +0.05 0.04 l +0.06 0.05 l +0.06 0.04 l +0.07 0.04 l +0.07 0.04 l +0.08 0.04 l +0.07 0.04 l +0.09 0.04 l +0.08 0.05 l +0.09 0.04 l +0.09 0.04 l +0.09 0.04 l +0.09 0.04 l +0.10 0.04 l +0.09 0.05 l +0.10 0.04 l +0.10 0.04 l +0.10 0.04 l +0.10 0.04 l +0.10 0.04 l +0.10 0.05 l +0.10 0.04 l +0.10 0.04 l +0.10 0.04 l +0.09 0.04 l +0.10 0.04 l +0.09 0.05 l +0.10 0.04 l +0.09 0.04 l +0.09 0.04 l +0.09 0.04 l +0.09 0.04 l +0.09 0.05 l +0.08 0.04 l +0.09 0.04 l +0.08 0.04 l +0.08 0.04 l +0.08 0.04 l +0.07 0.05 l +0.08 0.04 l +0.07 0.04 l +0.07 0.04 l +0.07 0.04 l +0.06 0.04 l +0.07 0.05 l +0.06 0.04 l +0.06 0.04 l +0.06 0.04 l +0.06 0.04 l +0.06 0.04 l +0.05 0.05 l +0.05 0.04 l +0.06 0.04 l +0.05 0.04 l +0.05 0.04 l +0.05 0.04 l +0.04 0.05 l +0.05 0.04 l +0.05 0.04 l +0.04 0.04 l +0.05 0.04 l +0.04 0.04 l +0.04 0.05 l +0.05 0.04 l +0.04 0.04 l +0.04 0.04 l +0.04 0.04 l +0.04 0.04 l +0.04 0.05 l +0.04 0.04 l +0.04 0.04 l +0.04 0.04 l +0.04 0.04 l +0.03 0.04 l +0.04 0.05 l +0.04 0.04 l +0.04 0.04 l +0.04 0.04 l +0.03 0.04 l +0.04 0.04 l +0.04 0.04 l +0.04 0.05 l +0.03 0.04 l +0.04 0.04 l +0.03 0.04 l +1042.83 322.89 lineto +0.04 0.04 l +0.03 0.05 l +0.04 0.04 l +0.03 0.04 l +0.04 0.04 l +0.03 0.04 l +0.03 0.04 l +0.04 0.05 l +0.03 0.04 l +0.03 0.04 l +0.03 0.04 l +0.03 0.04 l +0.04 0.04 l +0.03 0.05 l +0.03 0.04 l +0.02 0.04 l +0.03 0.04 l +0.03 0.04 l +0.03 0.04 l +0.02 0.05 l +0.03 0.04 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +0.03 0.04 l +0.02 0.05 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.05 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +0 0.05 l +1043.92 327.06 lineto +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.05 l +-0.01 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.01 0.05 l +-0.01 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.03 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.03 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.05 l +-0.02 0.04 l +0 0.04 l +-0.01 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.05 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.03 0.04 l +0.02 0.04 l +0.02 0.04 l +1043.50 331.22 lineto +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.04 l +0.02 0.05 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.04 l +0.01 0.04 l +0.02 0.04 l +0.02 0.05 l +0.01 0.04 l +0.01 0.04 l +0.02 0.04 l +0.01 0.04 l +0.01 0.04 l +0.02 0.05 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.05 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0.01 0.04 l +0.01 0.04 l +0 0.05 l +0.01 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0.01 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +1044.05 335.39 lineto +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.05 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.05 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.05 l +-0.01 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.05 l +-0.01 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.03 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.03 0.05 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.02 0.05 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.04 l +-0.02 0.04 l +-0.01 0.04 l +-0.02 0.05 l +-0.01 0.04 l +-0.02 0.04 l +1043.01 339.55 lineto +-0.01 0.04 l +-0.01 0.04 l +-0.01 0.05 l +-0.01 0.04 l +-0.01 0.04 l +0 0.04 l +-0.01 0.04 l +0 0.04 l +0 0.05 l +-0.01 0.04 l +0 0.04 l +2.22 0 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.03 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.03 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.01 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.05 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +1044.07 336.34 lineto +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +1044.23 332.18 lineto +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.05 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.03 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.03 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +1044.52 328.02 lineto +-0.02 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.02 -0.05 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.02 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.02 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +-0.01 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.05 l +-0.01 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +-0.01 -0.05 l +0 -0.04 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +-0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0.01 -0.04 l +0 -0.05 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.01 -0.04 l +0.01 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.01 -0.05 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0.02 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.02 -0.04 l +0.03 -0.05 l +0.02 -0.04 l +1044.56 323.85 lineto +0.03 -0.04 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.05 l +0.02 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.05 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.03 -0.04 l +0.04 -0.04 l +0.03 -0.05 l +0.03 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.04 -0.05 l +0.03 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.04 -0.04 l +0.04 -0.05 l +0.03 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.04 -0.05 l +0.04 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.04 -0.04 l +0.04 -0.05 l +0.04 -0.04 l +0.05 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.04 -0.05 l +0.05 -0.04 l +0.04 -0.04 l +0.05 -0.04 l +0.04 -0.04 l +0.05 -0.04 l +0.05 -0.05 l +0.05 -0.04 l +0.05 -0.04 l +0.05 -0.04 l +0.05 -0.04 l +0.05 -0.04 l +0.06 -0.05 l +0.06 -0.04 l +0.05 -0.04 l +0.06 -0.04 l +0.06 -0.04 l +0.07 -0.04 l +0.06 -0.05 l +0.07 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.08 -0.05 l +0.08 -0.04 l +0.07 -0.04 l +0.09 -0.04 l +0.08 -0.04 l +0.08 -0.04 l +0.09 -0.05 l +0.09 -0.04 l +0.09 -0.04 l +0.09 -0.04 l +0.09 -0.04 l +0.10 -0.04 l +0.09 -0.05 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.05 l +0.09 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.04 l +0.10 -0.05 l +0.09 -0.04 l +0.09 -0.04 l +0.10 -0.04 l +0.09 -0.04 l +1050.26 319.69 lineto +0.09 -0.05 l +0.08 -0.04 l +0.08 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.07 -0.04 l +0.05 -0.05 l +0.06 -0.04 l +0.05 -0.04 l +0.04 -0.04 l +0.04 -0.04 l +0.03 -0.04 l +0.03 -0.05 l +0.02 -0.04 l +0.02 -0.04 l +0.01 -0.04 l +0 -0.04 l +0 -0.04 l +0 -0.05 l +-0.02 -0.04 l +-0.02 -0.04 l +-0.03 -0.04 l +-14.04 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +80.94 318.73 0.89 c p3 +70.36 319.69 0.89 c p3 +76.75 318.73 0.89 c p3 +79.39 318.73 0.89 c p3 +72.39 320.34 0.89 c p3 +73.17 319.46 0.89 c p3 +78.90 318.95 0.89 c p3 +76.11 321.83 0.89 c p3 +86.34 318.73 0.89 c p3 +72.52 318.73 0.89 c p3 +127.58 318.73 0.89 c p3 +133.41 320.45 0.89 c p3 +133.30 318.73 0.89 c p3 +121.34 318.73 0.89 c p3 +138.98 320.40 0.89 c p3 +126.52 320.75 0.89 c p3 +137.41 318.89 0.89 c p3 +129.02 422.92 0.89 c p3 +135.63 318.73 0.89 c p3 +126.39 318.73 0.89 c p3 +185.36 318.74 0.89 c p3 +182.11 319.92 0.89 c p3 +173.65 318.73 0.89 c p3 +171.32 318.73 0.89 c p3 +181.88 320.42 0.89 c p3 +172.95 319.35 0.89 c p3 +178.36 319.14 0.89 c p3 +183.60 322.42 0.89 c p3 +170.92 318.73 0.89 c p3 +177.62 318.73 0.89 c p3 +231.16 318.73 0.89 c p3 +238.72 320.18 0.89 c p3 +233.23 318.73 0.89 c p3 +235.95 318.74 0.89 c p3 +229.91 320.36 0.89 c p3 +235.40 319.79 0.89 c p3 +239.19 319.14 0.89 c p3 +221.84 321.49 0.89 c p3 +229.28 318.73 0.89 c p3 +235.20 318.75 0.89 c p3 +291.82 318.74 0.89 c p3 +291.17 320.11 0.89 c p3 +278.48 318.73 0.89 c p3 +289.48 318.74 0.89 c p3 +283.64 320.47 0.89 c p3 +292.39 319.35 0.89 c p3 +272.56 319.15 0.89 c p3 +281.30 321.14 0.89 c p3 +279.71 318.73 0.89 c p3 +277.21 318.73 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +377.13 318.75 0.89 c p3 +384.77 318.73 0.89 c p3 +375.73 318.77 0.89 c p3 +379.50 318.79 0.89 c p3 +388.61 325.35 0.89 c p3 +388.02 320.30 0.89 c p3 +387.26 318.86 0.89 c p3 +382.92 325.15 0.89 c p3 +375.14 336.54 0.89 c p3 +381.76 318.83 0.89 c p3 +442.91 318.78 0.89 c p3 +432.16 318.93 0.89 c p3 +432.96 318.77 0.89 c p3 +427.96 318.84 0.89 c p3 +433.96 325.66 0.89 c p3 +431.07 323.41 0.89 c p3 +432.67 318.90 0.89 c p3 +437.58 410.44 0.89 c p3 +443.72 325.96 0.89 c p3 +425.71 318.82 0.89 c p3 +480.56 318.75 0.89 c p3 +484.59 318.92 0.89 c p3 +482.99 318.77 0.89 c p3 +495.50 318.84 0.89 c p3 +489.43 325.12 0.89 c p3 +478.21 328.16 0.89 c p3 +495.42 318.79 0.89 c p3 +485.03 353.52 0.89 c p3 +493.99 345.46 0.89 c p3 +479.44 318.87 0.89 c p3 +538.31 318.74 0.89 c p3 +531.95 318.73 0.89 c p3 +541.67 318.77 0.89 c p3 +531.54 318.84 0.89 c p3 +539.08 324.32 0.89 c p3 +543.29 324.04 0.89 c p3 +544.12 318.98 0.89 c p3 +527.94 525.31 0.89 c p3 +542.95 349.51 0.89 c p3 +530.14 318.85 0.89 c p3 +330.35 318.75 0.89 c p3 +325.67 319.22 0.89 c p3 +327.63 318.76 0.89 c p3 +330.85 318.84 0.89 c p3 +323.96 326.17 0.89 c p3 +324.36 331.84 0.89 c p3 +334.01 318.82 0.89 c p3 +341.59 483.27 0.89 c p3 +342.98 331.15 0.89 c p3 +342.11 318.92 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +582.20 318.75 0.89 c p3 +587.99 318.73 0.89 c p3 +594.04 318.73 0.89 c p3 +587.82 318.79 0.89 c p3 +591.27 325.21 0.89 c p3 +589.92 320.85 0.89 c p3 +585.91 318.73 0.89 c p3 +581.07 326.39 0.89 c p3 +596.82 337.30 0.89 c p3 +595.68 318.75 0.89 c p3 +633.95 318.73 0.89 c p3 +637.24 319.09 0.89 c p3 +642.60 318.73 0.89 c p3 +647.59 318.81 0.89 c p3 +632.35 324.76 0.89 c p3 +630.10 325.79 0.89 c p3 +647.22 318.73 0.89 c p3 +642.71 326.17 0.89 c p3 +647.89 348.32 0.89 c p3 +634.39 318.75 0.89 c p3 +688.87 318.73 0.89 c p3 +684.81 319.18 0.89 c p3 +680.85 318.73 0.89 c p3 +684.16 318.78 0.89 c p3 +683.16 323.83 0.89 c p3 +686.40 321.65 0.89 c p3 +691.65 318.77 0.89 c p3 +683.42 323.43 0.89 c p3 +681.79 344.46 0.89 c p3 +687.33 318.74 0.89 c p3 +742.34 318.73 0.89 c p3 +741.26 319.06 0.89 c p3 +730.83 318.73 0.89 c p3 +740.32 318.81 0.89 c p3 +747.46 324.91 0.89 c p3 +730.13 336.79 0.89 c p3 +734.41 318.73 0.89 c p3 +731.61 335.92 0.89 c p3 +739.61 350.80 0.89 c p3 +744.86 318.80 0.89 c p3 +785.64 318.74 0.89 c p3 +794.79 319.34 0.89 c p3 +787.64 318.73 0.89 c p3 +793.46 318.80 0.89 c p3 +799.19 325.65 0.89 c p3 +788.51 323.76 0.89 c p3 +781.37 318.73 0.89 c p3 +798.38 326.84 0.89 c p3 +784.38 340.18 0.89 c p3 +781.65 318.79 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +847.30 318.73 0.89 c p3 +840.35 318.92 0.89 c p3 +841.97 318.73 0.89 c p3 +834.80 318.76 0.89 c p3 +844.12 323.92 0.89 c p3 +840.47 319.83 0.89 c p3 +849.59 318.90 0.89 c p3 +838.15 330.37 0.89 c p3 +840.45 336.00 0.89 c p3 +842.14 318.76 0.89 c p3 +899.09 318.73 0.89 c p3 +901.71 318.73 0.89 c p3 +883.73 318.73 0.89 c p3 +889.39 318.79 0.89 c p3 +885.52 324.21 0.89 c p3 +883.38 319.86 0.89 c p3 +889.98 318.83 0.89 c p3 +884.16 377.01 0.89 c p3 +898.09 332.40 0.89 c p3 +886.22 318.82 0.89 c p3 +934.68 318.73 0.89 c p3 +937.57 318.73 0.89 c p3 +940.85 318.73 0.89 c p3 +951.49 318.88 0.89 c p3 +945.39 324.08 0.89 c p3 +933.47 320.11 0.89 c p3 +933.88 318.81 0.89 c p3 +933.86 325.19 0.89 c p3 +951.22 344.07 0.89 c p3 +950.75 318.80 0.89 c p3 +990.29 318.73 0.89 c p3 +997.09 318.92 0.89 c p3 +988.54 318.73 0.89 c p3 +989.77 318.89 0.89 c p3 +984.47 326.06 0.89 c p3 +996.55 321.41 0.89 c p3 +986.23 318.73 0.89 c p3 +986.74 327.80 0.89 c p3 +1002.74 338.79 0.89 c p3 +993.28 318.81 0.89 c p3 +1035.04 318.73 0.89 c p3 +1051.20 318.73 0.89 c p3 +1043.45 318.73 0.89 c p3 +1036.25 318.85 0.89 c p3 +1033.93 322.14 0.89 c p3 +1045.79 320.66 0.89 c p3 +1047.97 318.92 0.89 c p3 +1040.15 329.70 0.89 c p3 +1047.59 340.01 0.89 c p3 +1041.74 318.75 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +79.21 319.63 m +0 0.71 l +o +np +79.21 318.73 m +0 0 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 76.67 319.63 m +0 -0.90 l +5.08 0 l +0 0.90 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +76.67 318.84 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +129.99 320.43 m +0 0.32 l +o +np +129.99 318.73 m +0 0 l +o +1 setlinecap +np + 127.45 320.43 m +0 -1.70 l +5.08 0 l +0 1.70 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +127.45 318.81 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +180.77 319.78 m +0 0.64 l +o +np +180.77 318.73 m +0 0 l +o +1 setlinecap +np + 178.23 319.78 m +0 -1.05 l +5.08 0 l +0 1.05 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +178.23 318.94 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +231.55 320.08 m +0 1.41 l +o +np +231.55 318.73 m +0 0 l +o +1 setlinecap +np + 229.01 320.08 m +0 -1.35 l +5.08 0 l +0 1.35 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +229.01 318.94 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +282.33 319.92 m +0 1.22 l +o +np +282.33 318.73 m +0 0 l +o +1 setlinecap +np + 279.80 319.92 m +0 -1.19 l +5.07 0 l +0 1.19 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +279.80 318.94 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +333.12 329.91 m +0 1.93 l +o +np +333.12 318.83 m +0 -0.08 l +o +1 setlinecap +np + 330.58 329.91 m +0 -11.08 l +5.07 0 l +0 11.08 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +330.58 319.07 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +383.90 323.94 m +0 1.41 l +o +np +383.90 318.77 m +0 -0.04 l +o +1 setlinecap +np + 381.36 323.94 m +0 -5.17 l +5.08 0 l +0 5.17 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +381.36 318.84 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +434.68 325.10 m +0 0.86 l +o +np +434.68 318.82 m +0 -0.05 l +o +1 setlinecap +np + 432.14 325.10 m +0 -6.28 l +5.08 0 l +0 6.28 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +432.14 318.92 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +485.46 327.40 m +0 0.76 l +o +np +485.46 318.80 m +0 -0.05 l +o +1 setlinecap +np + 482.92 327.40 m +0 -8.60 l +5.08 0 l +0 8.60 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +482.92 318.89 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +536.24 324.25 m +0 0.07 l +o +np +536.24 318.78 m +0 -0.05 l +o +1 setlinecap +np + 533.70 324.25 m +0 -5.47 l +5.08 0 l +0 5.47 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +533.70 318.91 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +587.02 324.12 m +0 2.27 l +o +np +587.02 318.73 m +0 0 l +o +1 setlinecap +np + 584.48 324.12 m +0 -5.39 l +5.08 0 l +0 5.39 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +584.48 318.77 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +637.80 325.53 m +0 0.64 l +o +np +637.80 318.74 m +0 -0.01 l +o +1 setlinecap +np + 635.26 325.53 m +0 -6.79 l +5.08 0 l +0 6.79 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +635.26 318.95 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +688.58 322.99 m +0 0.84 l +o +np +688.58 318.75 m +0 -0.02 l +o +1 setlinecap +np + 686.04 322.99 m +0 -4.24 l +5.08 0 l +0 4.24 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +686.04 318.98 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +739.36 333.17 m +0 17.63 l +o +np +739.36 318.75 m +0 -0.02 l +o +1 setlinecap +np + 736.83 333.17 m +0 -14.42 l +5.07 0 l +0 14.42 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +736.83 318.94 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +790.15 325.18 m +0 1.66 l +o +np +790.15 318.75 m +0 -0.02 l +o +1 setlinecap +np + 787.61 325.18 m +0 -6.43 l +5.07 0 l +0 6.43 l +-5.07 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +787.61 319.07 m +5.07 0 l +o +1.07 setlinewidth +[] 0 setdash +np +840.93 322.90 m +0 1.02 l +o +np +840.93 318.76 m +0 -0.03 l +o +1 setlinecap +np + 838.39 322.90 m +0 -4.14 l +5.08 0 l +0 4.14 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +838.39 318.91 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +891.71 323.12 m +0 1.09 l +o +np +891.71 318.75 m +0 -0.02 l +o +1 setlinecap +np + 889.17 323.12 m +0 -4.37 l +5.08 0 l +0 4.37 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +889.17 318.82 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +942.49 323.09 m +0 2.10 l +o +np +942.49 318.75 m +0 -0.02 l +o +1 setlinecap +np + 939.95 323.09 m +0 -4.34 l +5.08 0 l +0 4.34 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +939.95 318.85 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +993.27 324.90 m +0 2.90 l +o +np +993.27 318.75 m +0 -0.02 l +o +1 setlinecap +np + 990.73 324.90 m +0 -6.15 l +5.08 0 l +0 6.15 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +990.73 318.90 m +5.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1044.05 321.77 m +0 0.37 l +o +np +1044.05 318.74 m +0 -0.01 l +o +1 setlinecap +np + 1041.51 321.77 m +0 -3.03 l +5.08 0 l +0 3.03 l +-5.08 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.51 318.89 m +5.08 0 l +o +0.00 0.00 1440.00 576.00 cl +48.74 535.64 1074.52 552.85 cl +48.74 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 535.64 1025.78 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +561.63 541.01 (Batch1) .5 0 t +48.74 535.64 1074.52 552.85 cl +48.74 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +79.21 305.66 m +0 2.74 l +o +np +129.99 305.66 m +0 2.74 l +o +np +180.77 305.66 m +0 2.74 l +o +np +231.55 305.66 m +0 2.74 l +o +np +282.33 305.66 m +0 2.74 l +o +np +333.12 305.66 m +0 2.74 l +o +np +383.90 305.66 m +0 2.74 l +o +np +434.68 305.66 m +0 2.74 l +o +np +485.46 305.66 m +0 2.74 l +o +np +536.24 305.66 m +0 2.74 l +o +np +587.02 305.66 m +0 2.74 l +o +np +637.80 305.66 m +0 2.74 l +o +np +688.58 305.66 m +0 2.74 l +o +np +739.36 305.66 m +0 2.74 l +o +np +790.15 305.66 m +0 2.74 l +o +np +840.93 305.66 m +0 2.74 l +o +np +891.71 305.66 m +0 2.74 l +o +np +942.49 305.66 m +0 2.74 l +o +np +993.27 305.66 m +0 2.74 l +o +np +1044.05 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +85.67 303.47 (Batch1_A_1) 1 90 t +136.45 303.47 (Batch1_A_2) 1 90 t +187.23 303.47 (Batch1_A_3) 1 90 t +238.01 303.47 (Batch1_A_4) 1 90 t +288.80 303.47 (Batch1_A_5) 1 90 t +339.58 303.47 (Batch1_B_10) 1 90 t +390.36 303.47 (Batch1_B_6) 1 90 t +441.14 303.47 (Batch1_B_7) 1 90 t +491.92 303.47 (Batch1_B_8) 1 90 t +542.70 303.47 (Batch1_B_9) 1 90 t +593.48 303.47 (Batch1_C_11) 1 90 t +644.26 303.47 (Batch1_C_12) 1 90 t +695.05 303.47 (Batch1_C_13) 1 90 t +745.83 303.47 (Batch1_C_14) 1 90 t +796.61 303.47 (Batch1_C_15) 1 90 t +847.39 303.47 (Batch1_D_16) 1 90 t +898.17 303.47 (Batch1_D_17) 1 90 t +948.95 303.47 (Batch1_D_18) 1 90 t +999.73 303.47 (Batch1_D_19) 1 90 t +1050.51 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +43.81 315.50 (0e+00) 1 0 t +43.81 355.97 (1e+08) 1 0 t +43.81 396.43 (2e+08) 1 0 t +43.81 436.90 (3e+08) 1 0 t +43.81 477.37 (4e+08) 1 0 t +43.81 517.84 (5e+08) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +46.00 318.73 m +2.74 0 l +o +np +46.00 359.20 m +2.74 0 l +o +np +46.00 399.66 m +2.74 0 l +o +np +46.00 440.13 m +2.74 0 l +o +np +46.00 480.60 m +2.74 0 l +o +np +46.00 521.07 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +561.63 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +48.74 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 48.74 94.82 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +48.74 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +48.74 68.48 m +46.08 0 l +o +np +48.74 96.68 m +46.08 0 l +o +np +48.74 124.89 m +46.08 0 l +o +np +48.74 153.09 m +46.08 0 l +o +np +59.68 48.74 m +0 124.09 l +o +np +75.27 48.74 m +0 124.09 l +o +np +90.87 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +48.74 54.38 m +46.08 0 l +o +np +48.74 82.58 m +46.08 0 l +o +np +48.74 110.78 m +46.08 0 l +o +np +48.74 138.99 m +46.08 0 l +o +np +48.74 167.19 m +46.08 0 l +o +np +51.88 48.74 m +0 124.09 l +o +np +67.48 48.74 m +0 124.09 l +o +np +83.07 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +50.84 54.38 2.09 112.81 r p3 +52.93 54.38 2.09 0.00 r p3 +55.02 54.38 2.09 0.00 r p3 +57.12 54.38 2.09 0.00 r p3 +59.21 54.38 2.09 0.00 r p3 +61.31 54.38 2.09 0.00 r p3 +63.40 54.38 2.09 0.00 r p3 +65.50 54.38 2.09 0.00 r p3 +67.59 54.38 2.09 0.00 r p3 +69.69 54.38 2.09 0.00 r p3 +71.78 54.38 2.09 0.00 r p3 +73.88 54.38 2.09 0.00 r p3 +75.97 54.38 2.09 0.00 r p3 +78.07 54.38 2.09 0.00 r p3 +80.16 54.38 2.09 0.00 r p3 +82.26 54.38 2.09 0.00 r p3 +84.35 54.38 2.09 0.00 r p3 +86.45 54.38 2.09 0.00 r p3 +88.54 54.38 2.09 0.00 r p3 +90.63 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +100.30 48.74 146.39 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +100.30 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +100.30 68.48 m +46.09 0 l +o +np +100.30 96.68 m +46.09 0 l +o +np +100.30 124.89 m +46.09 0 l +o +np +100.30 153.09 m +46.09 0 l +o +np +111.24 48.74 m +0 124.09 l +o +np +126.84 48.74 m +0 124.09 l +o +np +142.43 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +100.30 54.38 m +46.09 0 l +o +np +100.30 82.58 m +46.09 0 l +o +np +100.30 110.78 m +46.09 0 l +o +np +100.30 138.99 m +46.09 0 l +o +np +100.30 167.19 m +46.09 0 l +o +np +103.45 48.74 m +0 124.09 l +o +np +119.04 48.74 m +0 124.09 l +o +np +134.63 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +102.40 54.38 2.09 101.53 r p3 +104.49 54.38 2.09 0.00 r p3 +106.59 54.38 2.09 0.00 r p3 +108.68 54.38 2.09 0.00 r p3 +110.78 54.38 2.09 0.00 r p3 +112.87 54.38 2.09 0.00 r p3 +114.97 54.38 2.09 0.00 r p3 +117.06 54.38 2.09 0.00 r p3 +119.16 54.38 2.09 0.00 r p3 +121.25 54.38 2.09 0.00 r p3 +123.35 54.38 2.09 11.28 r p3 +125.44 54.38 2.09 0.00 r p3 +127.53 54.38 2.09 0.00 r p3 +129.63 54.38 2.09 0.00 r p3 +131.72 54.38 2.09 0.00 r p3 +133.82 54.38 2.09 0.00 r p3 +135.91 54.38 2.09 0.00 r p3 +138.01 54.38 2.09 0.00 r p3 +140.10 54.38 2.09 0.00 r p3 +142.20 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +151.87 48.74 197.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +151.87 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +151.87 68.48 m +46.08 0 l +o +np +151.87 96.68 m +46.08 0 l +o +np +151.87 124.89 m +46.08 0 l +o +np +151.87 153.09 m +46.08 0 l +o +np +162.81 48.74 m +0 124.09 l +o +np +178.40 48.74 m +0 124.09 l +o +np +193.99 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +151.87 54.38 m +46.08 0 l +o +np +151.87 82.58 m +46.08 0 l +o +np +151.87 110.78 m +46.08 0 l +o +np +151.87 138.99 m +46.08 0 l +o +np +151.87 167.19 m +46.08 0 l +o +np +155.01 48.74 m +0 124.09 l +o +np +170.60 48.74 m +0 124.09 l +o +np +186.19 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +153.96 54.38 2.09 112.81 r p3 +156.06 54.38 2.09 0.00 r p3 +158.15 54.38 2.09 0.00 r p3 +160.25 54.38 2.09 0.00 r p3 +162.34 54.38 2.09 0.00 r p3 +164.43 54.38 2.09 0.00 r p3 +166.53 54.38 2.09 0.00 r p3 +168.62 54.38 2.09 0.00 r p3 +170.72 54.38 2.09 0.00 r p3 +172.81 54.38 2.09 0.00 r p3 +174.91 54.38 2.09 0.00 r p3 +177.00 54.38 2.09 0.00 r p3 +179.10 54.38 2.09 0.00 r p3 +181.19 54.38 2.09 0.00 r p3 +183.29 54.38 2.09 0.00 r p3 +185.38 54.38 2.09 0.00 r p3 +187.48 54.38 2.09 0.00 r p3 +189.57 54.38 2.09 0.00 r p3 +191.67 54.38 2.09 0.00 r p3 +193.76 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +203.43 48.74 249.51 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +203.43 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +203.43 68.48 m +46.08 0 l +o +np +203.43 96.68 m +46.08 0 l +o +np +203.43 124.89 m +46.08 0 l +o +np +203.43 153.09 m +46.08 0 l +o +np +214.37 48.74 m +0 124.09 l +o +np +229.96 48.74 m +0 124.09 l +o +np +245.55 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +203.43 54.38 m +46.08 0 l +o +np +203.43 82.58 m +46.08 0 l +o +np +203.43 110.78 m +46.08 0 l +o +np +203.43 138.99 m +46.08 0 l +o +np +203.43 167.19 m +46.08 0 l +o +np +206.57 48.74 m +0 124.09 l +o +np +222.16 48.74 m +0 124.09 l +o +np +237.76 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +205.52 54.38 2.09 112.81 r p3 +207.62 54.38 2.09 0.00 r p3 +209.71 54.38 2.09 0.00 r p3 +211.81 54.38 2.09 0.00 r p3 +213.90 54.38 2.09 0.00 r p3 +216.00 54.38 2.09 0.00 r p3 +218.09 54.38 2.09 0.00 r p3 +220.19 54.38 2.09 0.00 r p3 +222.28 54.38 2.09 0.00 r p3 +224.38 54.38 2.09 0.00 r p3 +226.47 54.38 2.09 0.00 r p3 +228.57 54.38 2.09 0.00 r p3 +230.66 54.38 2.09 0.00 r p3 +232.76 54.38 2.09 0.00 r p3 +234.85 54.38 2.09 0.00 r p3 +236.94 54.38 2.09 0.00 r p3 +239.04 54.38 2.09 0.00 r p3 +241.13 54.38 2.09 0.00 r p3 +243.23 54.38 2.09 0.00 r p3 +245.32 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +254.99 48.74 301.08 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +254.99 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +254.99 68.48 m +46.09 0 l +o +np +254.99 96.68 m +46.09 0 l +o +np +254.99 124.89 m +46.09 0 l +o +np +254.99 153.09 m +46.09 0 l +o +np +265.93 48.74 m +0 124.09 l +o +np +281.52 48.74 m +0 124.09 l +o +np +297.12 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +254.99 54.38 m +46.09 0 l +o +np +254.99 82.58 m +46.09 0 l +o +np +254.99 110.78 m +46.09 0 l +o +np +254.99 138.99 m +46.09 0 l +o +np +254.99 167.19 m +46.09 0 l +o +np +258.13 48.74 m +0 124.09 l +o +np +273.73 48.74 m +0 124.09 l +o +np +289.32 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +257.09 54.38 2.09 112.81 r p3 +259.18 54.38 2.09 0.00 r p3 +261.28 54.38 2.09 0.00 r p3 +263.37 54.38 2.09 0.00 r p3 +265.47 54.38 2.09 0.00 r p3 +267.56 54.38 2.09 0.00 r p3 +269.66 54.38 2.09 0.00 r p3 +271.75 54.38 2.09 0.00 r p3 +273.84 54.38 2.09 0.00 r p3 +275.94 54.38 2.09 0.00 r p3 +278.03 54.38 2.09 0.00 r p3 +280.13 54.38 2.09 0.00 r p3 +282.22 54.38 2.09 0.00 r p3 +284.32 54.38 2.09 0.00 r p3 +286.41 54.38 2.09 0.00 r p3 +288.51 54.38 2.09 0.00 r p3 +290.60 54.38 2.09 0.00 r p3 +292.70 54.38 2.09 0.00 r p3 +294.79 54.38 2.09 0.00 r p3 +296.89 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +306.56 48.74 352.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +306.56 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +306.56 68.48 m +46.08 0 l +o +np +306.56 96.68 m +46.08 0 l +o +np +306.56 124.89 m +46.08 0 l +o +np +306.56 153.09 m +46.08 0 l +o +np +317.49 48.74 m +0 124.09 l +o +np +333.09 48.74 m +0 124.09 l +o +np +348.68 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +306.56 54.38 m +46.08 0 l +o +np +306.56 82.58 m +46.08 0 l +o +np +306.56 110.78 m +46.08 0 l +o +np +306.56 138.99 m +46.08 0 l +o +np +306.56 167.19 m +46.08 0 l +o +np +309.70 48.74 m +0 124.09 l +o +np +325.29 48.74 m +0 124.09 l +o +np +340.88 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +308.65 54.38 2.09 67.68 r p3 +310.74 54.38 2.09 33.84 r p3 +312.84 54.38 2.09 0.00 r p3 +314.93 54.38 2.09 0.00 r p3 +317.03 54.38 2.09 0.00 r p3 +319.12 54.38 2.09 0.00 r p3 +321.22 54.38 2.09 0.00 r p3 +323.31 54.38 2.09 0.00 r p3 +325.41 54.38 2.09 0.00 r p3 +327.50 54.38 2.09 0.00 r p3 +329.60 54.38 2.09 0.00 r p3 +331.69 54.38 2.09 0.00 r p3 +333.79 54.38 2.09 0.00 r p3 +335.88 54.38 2.09 0.00 r p3 +337.98 54.38 2.09 0.00 r p3 +340.07 54.38 2.09 11.28 r p3 +342.17 54.38 2.09 0.00 r p3 +344.26 54.38 2.09 0.00 r p3 +346.35 54.38 2.09 0.00 r p3 +348.45 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +358.12 48.74 404.20 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +358.12 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +358.12 68.48 m +46.08 0 l +o +np +358.12 96.68 m +46.08 0 l +o +np +358.12 124.89 m +46.08 0 l +o +np +358.12 153.09 m +46.08 0 l +o +np +369.06 48.74 m +0 124.09 l +o +np +384.65 48.74 m +0 124.09 l +o +np +400.24 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +358.12 54.38 m +46.08 0 l +o +np +358.12 82.58 m +46.08 0 l +o +np +358.12 110.78 m +46.08 0 l +o +np +358.12 138.99 m +46.08 0 l +o +np +358.12 167.19 m +46.08 0 l +o +np +361.26 48.74 m +0 124.09 l +o +np +376.85 48.74 m +0 124.09 l +o +np +392.45 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +360.21 54.38 2.09 78.97 r p3 +362.31 54.38 2.09 22.56 r p3 +364.40 54.38 2.09 11.28 r p3 +366.50 54.38 2.09 0.00 r p3 +368.59 54.38 2.09 0.00 r p3 +370.69 54.38 2.09 0.00 r p3 +372.78 54.38 2.09 0.00 r p3 +374.88 54.38 2.09 0.00 r p3 +376.97 54.38 2.09 0.00 r p3 +379.07 54.38 2.09 0.00 r p3 +381.16 54.38 2.09 0.00 r p3 +383.25 54.38 2.09 0.00 r p3 +385.35 54.38 2.09 0.00 r p3 +387.44 54.38 2.09 0.00 r p3 +389.54 54.38 2.09 0.00 r p3 +391.63 54.38 2.09 0.00 r p3 +393.73 54.38 2.09 0.00 r p3 +395.82 54.38 2.09 0.00 r p3 +397.92 54.38 2.09 0.00 r p3 +400.01 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +409.68 48.74 455.76 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +409.68 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +409.68 68.48 m +46.08 0 l +o +np +409.68 96.68 m +46.08 0 l +o +np +409.68 124.89 m +46.08 0 l +o +np +409.68 153.09 m +46.08 0 l +o +np +420.62 48.74 m +0 124.09 l +o +np +436.21 48.74 m +0 124.09 l +o +np +451.81 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +409.68 54.38 m +46.08 0 l +o +np +409.68 82.58 m +46.08 0 l +o +np +409.68 110.78 m +46.08 0 l +o +np +409.68 138.99 m +46.08 0 l +o +np +409.68 167.19 m +46.08 0 l +o +np +412.82 48.74 m +0 124.09 l +o +np +428.42 48.74 m +0 124.09 l +o +np +444.01 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +411.78 54.38 2.09 78.97 r p3 +413.87 54.38 2.09 22.56 r p3 +415.97 54.38 2.09 0.00 r p3 +418.06 54.38 2.09 0.00 r p3 +420.15 54.38 2.09 0.00 r p3 +422.25 54.38 2.09 0.00 r p3 +424.34 54.38 2.09 0.00 r p3 +426.44 54.38 2.09 0.00 r p3 +428.53 54.38 2.09 11.28 r p3 +430.63 54.38 2.09 0.00 r p3 +432.72 54.38 2.09 0.00 r p3 +434.82 54.38 2.09 0.00 r p3 +436.91 54.38 2.09 0.00 r p3 +439.01 54.38 2.09 0.00 r p3 +441.10 54.38 2.09 0.00 r p3 +443.20 54.38 2.09 0.00 r p3 +445.29 54.38 2.09 0.00 r p3 +447.39 54.38 2.09 0.00 r p3 +449.48 54.38 2.09 0.00 r p3 +451.58 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +461.24 48.74 507.33 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +461.24 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +461.24 68.48 m +46.09 0 l +o +np +461.24 96.68 m +46.09 0 l +o +np +461.24 124.89 m +46.09 0 l +o +np +461.24 153.09 m +46.09 0 l +o +np +472.18 48.74 m +0 124.09 l +o +np +487.78 48.74 m +0 124.09 l +o +np +503.37 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +461.24 54.38 m +46.09 0 l +o +np +461.24 82.58 m +46.09 0 l +o +np +461.24 110.78 m +46.09 0 l +o +np +461.24 138.99 m +46.09 0 l +o +np +461.24 167.19 m +46.09 0 l +o +np +464.39 48.74 m +0 124.09 l +o +np +479.98 48.74 m +0 124.09 l +o +np +495.57 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +463.34 54.38 2.09 67.68 r p3 +465.43 54.38 2.09 22.56 r p3 +467.53 54.38 2.09 11.28 r p3 +469.62 54.38 2.09 11.28 r p3 +471.72 54.38 2.09 0.00 r p3 +473.81 54.38 2.09 0.00 r p3 +475.91 54.38 2.09 0.00 r p3 +478.00 54.38 2.09 0.00 r p3 +480.10 54.38 2.09 0.00 r p3 +482.19 54.38 2.09 0.00 r p3 +484.29 54.38 2.09 0.00 r p3 +486.38 54.38 2.09 0.00 r p3 +488.48 54.38 2.09 0.00 r p3 +490.57 54.38 2.09 0.00 r p3 +492.66 54.38 2.09 0.00 r p3 +494.76 54.38 2.09 0.00 r p3 +496.85 54.38 2.09 0.00 r p3 +498.95 54.38 2.09 0.00 r p3 +501.04 54.38 2.09 0.00 r p3 +503.14 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +512.81 48.74 558.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +512.81 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +512.81 68.48 m +46.08 0 l +o +np +512.81 96.68 m +46.08 0 l +o +np +512.81 124.89 m +46.08 0 l +o +np +512.81 153.09 m +46.08 0 l +o +np +523.75 48.74 m +0 124.09 l +o +np +539.34 48.74 m +0 124.09 l +o +np +554.93 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +512.81 54.38 m +46.08 0 l +o +np +512.81 82.58 m +46.08 0 l +o +np +512.81 110.78 m +46.08 0 l +o +np +512.81 138.99 m +46.08 0 l +o +np +512.81 167.19 m +46.08 0 l +o +np +515.95 48.74 m +0 124.09 l +o +np +531.54 48.74 m +0 124.09 l +o +np +547.14 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +514.90 54.38 2.09 78.97 r p3 +517.00 54.38 2.09 11.28 r p3 +519.09 54.38 2.09 0.00 r p3 +521.19 54.38 2.09 11.28 r p3 +523.28 54.38 2.09 0.00 r p3 +525.38 54.38 2.09 0.00 r p3 +527.47 54.38 2.09 0.00 r p3 +529.57 54.38 2.09 0.00 r p3 +531.66 54.38 2.09 0.00 r p3 +533.75 54.38 2.09 0.00 r p3 +535.85 54.38 2.09 0.00 r p3 +537.94 54.38 2.09 0.00 r p3 +540.04 54.38 2.09 0.00 r p3 +542.13 54.38 2.09 0.00 r p3 +544.23 54.38 2.09 0.00 r p3 +546.32 54.38 2.09 0.00 r p3 +548.42 54.38 2.09 0.00 r p3 +550.51 54.38 2.09 0.00 r p3 +552.61 54.38 2.09 0.00 r p3 +554.70 54.38 2.09 11.28 r p3 +0.00 0.00 1440.00 576.00 cl +564.37 48.74 610.45 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +564.37 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +564.37 68.48 m +46.08 0 l +o +np +564.37 96.68 m +46.08 0 l +o +np +564.37 124.89 m +46.08 0 l +o +np +564.37 153.09 m +46.08 0 l +o +np +575.31 48.74 m +0 124.09 l +o +np +590.90 48.74 m +0 124.09 l +o +np +606.49 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +564.37 54.38 m +46.08 0 l +o +np +564.37 82.58 m +46.08 0 l +o +np +564.37 110.78 m +46.08 0 l +o +np +564.37 138.99 m +46.08 0 l +o +np +564.37 167.19 m +46.08 0 l +o +np +567.51 48.74 m +0 124.09 l +o +np +583.11 48.74 m +0 124.09 l +o +np +598.70 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +566.47 54.38 2.09 78.97 r p3 +568.56 54.38 2.09 22.56 r p3 +570.65 54.38 2.09 11.28 r p3 +572.75 54.38 2.09 0.00 r p3 +574.84 54.38 2.09 0.00 r p3 +576.94 54.38 2.09 0.00 r p3 +579.03 54.38 2.09 0.00 r p3 +581.13 54.38 2.09 0.00 r p3 +583.22 54.38 2.09 0.00 r p3 +585.32 54.38 2.09 0.00 r p3 +587.41 54.38 2.09 0.00 r p3 +589.51 54.38 2.09 0.00 r p3 +591.60 54.38 2.09 0.00 r p3 +593.70 54.38 2.09 0.00 r p3 +595.79 54.38 2.09 0.00 r p3 +597.89 54.38 2.09 0.00 r p3 +599.98 54.38 2.09 0.00 r p3 +602.08 54.38 2.09 0.00 r p3 +604.17 54.38 2.09 0.00 r p3 +606.26 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +615.93 48.74 662.02 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +615.93 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +615.93 68.48 m +46.09 0 l +o +np +615.93 96.68 m +46.09 0 l +o +np +615.93 124.89 m +46.09 0 l +o +np +615.93 153.09 m +46.09 0 l +o +np +626.87 48.74 m +0 124.09 l +o +np +642.46 48.74 m +0 124.09 l +o +np +658.06 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +615.93 54.38 m +46.09 0 l +o +np +615.93 82.58 m +46.09 0 l +o +np +615.93 110.78 m +46.09 0 l +o +np +615.93 138.99 m +46.09 0 l +o +np +615.93 167.19 m +46.09 0 l +o +np +619.08 48.74 m +0 124.09 l +o +np +634.67 48.74 m +0 124.09 l +o +np +650.26 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +618.03 54.38 2.09 67.68 r p3 +620.12 54.38 2.09 33.84 r p3 +622.22 54.38 2.09 0.00 r p3 +624.31 54.38 2.09 11.28 r p3 +626.41 54.38 2.09 0.00 r p3 +628.50 54.38 2.09 0.00 r p3 +630.60 54.38 2.09 0.00 r p3 +632.69 54.38 2.09 0.00 r p3 +634.79 54.38 2.09 0.00 r p3 +636.88 54.38 2.09 0.00 r p3 +638.98 54.38 2.09 0.00 r p3 +641.07 54.38 2.09 0.00 r p3 +643.16 54.38 2.09 0.00 r p3 +645.26 54.38 2.09 0.00 r p3 +647.35 54.38 2.09 0.00 r p3 +649.45 54.38 2.09 0.00 r p3 +651.54 54.38 2.09 0.00 r p3 +653.64 54.38 2.09 0.00 r p3 +655.73 54.38 2.09 0.00 r p3 +657.83 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +667.50 48.74 713.58 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +667.50 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +667.50 68.48 m +46.08 0 l +o +np +667.50 96.68 m +46.08 0 l +o +np +667.50 124.89 m +46.08 0 l +o +np +667.50 153.09 m +46.08 0 l +o +np +678.43 48.74 m +0 124.09 l +o +np +694.03 48.74 m +0 124.09 l +o +np +709.62 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +667.50 54.38 m +46.08 0 l +o +np +667.50 82.58 m +46.08 0 l +o +np +667.50 110.78 m +46.08 0 l +o +np +667.50 138.99 m +46.08 0 l +o +np +667.50 167.19 m +46.08 0 l +o +np +670.64 48.74 m +0 124.09 l +o +np +686.23 48.74 m +0 124.09 l +o +np +701.82 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +669.59 54.38 2.09 101.53 r p3 +671.69 54.38 2.09 0.00 r p3 +673.78 54.38 2.09 11.28 r p3 +675.88 54.38 2.09 0.00 r p3 +677.97 54.38 2.09 0.00 r p3 +680.06 54.38 2.09 0.00 r p3 +682.16 54.38 2.09 0.00 r p3 +684.25 54.38 2.09 0.00 r p3 +686.35 54.38 2.09 0.00 r p3 +688.44 54.38 2.09 0.00 r p3 +690.54 54.38 2.09 0.00 r p3 +692.63 54.38 2.09 0.00 r p3 +694.73 54.38 2.09 0.00 r p3 +696.82 54.38 2.09 0.00 r p3 +698.92 54.38 2.09 0.00 r p3 +701.01 54.38 2.09 0.00 r p3 +703.11 54.38 2.09 0.00 r p3 +705.20 54.38 2.09 0.00 r p3 +707.30 54.38 2.09 0.00 r p3 +709.39 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +719.06 48.74 765.14 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +719.06 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +719.06 68.48 m +46.08 0 l +o +np +719.06 96.68 m +46.08 0 l +o +np +719.06 124.89 m +46.08 0 l +o +np +719.06 153.09 m +46.08 0 l +o +np +730.00 48.74 m +0 124.09 l +o +np +745.59 48.74 m +0 124.09 l +o +np +761.18 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +719.06 54.38 m +46.08 0 l +o +np +719.06 82.58 m +46.08 0 l +o +np +719.06 110.78 m +46.08 0 l +o +np +719.06 138.99 m +46.08 0 l +o +np +719.06 167.19 m +46.08 0 l +o +np +722.20 48.74 m +0 124.09 l +o +np +737.79 48.74 m +0 124.09 l +o +np +753.39 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +721.15 54.38 2.09 67.68 r p3 +723.25 54.38 2.09 11.28 r p3 +725.34 54.38 2.09 22.56 r p3 +727.44 54.38 2.09 11.28 r p3 +729.53 54.38 2.09 0.00 r p3 +731.63 54.38 2.09 0.00 r p3 +733.72 54.38 2.09 0.00 r p3 +735.82 54.38 2.09 0.00 r p3 +737.91 54.38 2.09 0.00 r p3 +740.01 54.38 2.09 0.00 r p3 +742.10 54.38 2.09 0.00 r p3 +744.20 54.38 2.09 0.00 r p3 +746.29 54.38 2.09 0.00 r p3 +748.39 54.38 2.09 0.00 r p3 +750.48 54.38 2.09 0.00 r p3 +752.57 54.38 2.09 0.00 r p3 +754.67 54.38 2.09 0.00 r p3 +756.76 54.38 2.09 0.00 r p3 +758.86 54.38 2.09 0.00 r p3 +760.95 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +770.62 48.74 816.71 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +770.62 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +770.62 68.48 m +46.09 0 l +o +np +770.62 96.68 m +46.09 0 l +o +np +770.62 124.89 m +46.09 0 l +o +np +770.62 153.09 m +46.09 0 l +o +np +781.56 48.74 m +0 124.09 l +o +np +797.15 48.74 m +0 124.09 l +o +np +812.75 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +770.62 54.38 m +46.09 0 l +o +np +770.62 82.58 m +46.09 0 l +o +np +770.62 110.78 m +46.09 0 l +o +np +770.62 138.99 m +46.09 0 l +o +np +770.62 167.19 m +46.09 0 l +o +np +773.76 48.74 m +0 124.09 l +o +np +789.36 48.74 m +0 124.09 l +o +np +804.95 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +772.72 54.38 2.09 78.97 r p3 +774.81 54.38 2.09 22.56 r p3 +776.91 54.38 2.09 11.28 r p3 +779.00 54.38 2.09 0.00 r p3 +781.10 54.38 2.09 0.00 r p3 +783.19 54.38 2.09 0.00 r p3 +785.29 54.38 2.09 0.00 r p3 +787.38 54.38 2.09 0.00 r p3 +789.47 54.38 2.09 0.00 r p3 +791.57 54.38 2.09 0.00 r p3 +793.66 54.38 2.09 0.00 r p3 +795.76 54.38 2.09 0.00 r p3 +797.85 54.38 2.09 0.00 r p3 +799.95 54.38 2.09 0.00 r p3 +802.04 54.38 2.09 0.00 r p3 +804.14 54.38 2.09 0.00 r p3 +806.23 54.38 2.09 0.00 r p3 +808.33 54.38 2.09 0.00 r p3 +810.42 54.38 2.09 0.00 r p3 +812.52 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +822.19 48.74 868.27 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +822.19 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +822.19 68.48 m +46.08 0 l +o +np +822.19 96.68 m +46.08 0 l +o +np +822.19 124.89 m +46.08 0 l +o +np +822.19 153.09 m +46.08 0 l +o +np +833.12 48.74 m +0 124.09 l +o +np +848.72 48.74 m +0 124.09 l +o +np +864.31 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +822.19 54.38 m +46.08 0 l +o +np +822.19 82.58 m +46.08 0 l +o +np +822.19 110.78 m +46.08 0 l +o +np +822.19 138.99 m +46.08 0 l +o +np +822.19 167.19 m +46.08 0 l +o +np +825.33 48.74 m +0 124.09 l +o +np +840.92 48.74 m +0 124.09 l +o +np +856.51 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +824.28 54.38 2.09 90.25 r p3 +826.37 54.38 2.09 11.28 r p3 +828.47 54.38 2.09 11.28 r p3 +830.56 54.38 2.09 0.00 r p3 +832.66 54.38 2.09 0.00 r p3 +834.75 54.38 2.09 0.00 r p3 +836.85 54.38 2.09 0.00 r p3 +838.94 54.38 2.09 0.00 r p3 +841.04 54.38 2.09 0.00 r p3 +843.13 54.38 2.09 0.00 r p3 +845.23 54.38 2.09 0.00 r p3 +847.32 54.38 2.09 0.00 r p3 +849.42 54.38 2.09 0.00 r p3 +851.51 54.38 2.09 0.00 r p3 +853.61 54.38 2.09 0.00 r p3 +855.70 54.38 2.09 0.00 r p3 +857.80 54.38 2.09 0.00 r p3 +859.89 54.38 2.09 0.00 r p3 +861.98 54.38 2.09 0.00 r p3 +864.08 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +873.75 48.74 919.83 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +873.75 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +873.75 68.48 m +46.08 0 l +o +np +873.75 96.68 m +46.08 0 l +o +np +873.75 124.89 m +46.08 0 l +o +np +873.75 153.09 m +46.08 0 l +o +np +884.69 48.74 m +0 124.09 l +o +np +900.28 48.74 m +0 124.09 l +o +np +915.87 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +873.75 54.38 m +46.08 0 l +o +np +873.75 82.58 m +46.08 0 l +o +np +873.75 110.78 m +46.08 0 l +o +np +873.75 138.99 m +46.08 0 l +o +np +873.75 167.19 m +46.08 0 l +o +np +876.89 48.74 m +0 124.09 l +o +np +892.48 48.74 m +0 124.09 l +o +np +908.08 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +875.84 54.38 2.09 78.97 r p3 +877.94 54.38 2.09 22.56 r p3 +880.03 54.38 2.09 0.00 r p3 +882.13 54.38 2.09 0.00 r p3 +884.22 54.38 2.09 0.00 r p3 +886.32 54.38 2.09 11.28 r p3 +888.41 54.38 2.09 0.00 r p3 +890.51 54.38 2.09 0.00 r p3 +892.60 54.38 2.09 0.00 r p3 +894.70 54.38 2.09 0.00 r p3 +896.79 54.38 2.09 0.00 r p3 +898.88 54.38 2.09 0.00 r p3 +900.98 54.38 2.09 0.00 r p3 +903.07 54.38 2.09 0.00 r p3 +905.17 54.38 2.09 0.00 r p3 +907.26 54.38 2.09 0.00 r p3 +909.36 54.38 2.09 0.00 r p3 +911.45 54.38 2.09 0.00 r p3 +913.55 54.38 2.09 0.00 r p3 +915.64 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +925.31 48.74 971.39 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +925.31 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +925.31 68.48 m +46.08 0 l +o +np +925.31 96.68 m +46.08 0 l +o +np +925.31 124.89 m +46.08 0 l +o +np +925.31 153.09 m +46.08 0 l +o +np +936.25 48.74 m +0 124.09 l +o +np +951.84 48.74 m +0 124.09 l +o +np +967.44 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +925.31 54.38 m +46.08 0 l +o +np +925.31 82.58 m +46.08 0 l +o +np +925.31 110.78 m +46.08 0 l +o +np +925.31 138.99 m +46.08 0 l +o +np +925.31 167.19 m +46.08 0 l +o +np +928.45 48.74 m +0 124.09 l +o +np +944.05 48.74 m +0 124.09 l +o +np +959.64 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +927.41 54.38 2.09 90.25 r p3 +929.50 54.38 2.09 11.28 r p3 +931.60 54.38 2.09 11.28 r p3 +933.69 54.38 2.09 0.00 r p3 +935.78 54.38 2.09 0.00 r p3 +937.88 54.38 2.09 0.00 r p3 +939.97 54.38 2.09 0.00 r p3 +942.07 54.38 2.09 0.00 r p3 +944.16 54.38 2.09 0.00 r p3 +946.26 54.38 2.09 0.00 r p3 +948.35 54.38 2.09 0.00 r p3 +950.45 54.38 2.09 0.00 r p3 +952.54 54.38 2.09 0.00 r p3 +954.64 54.38 2.09 0.00 r p3 +956.73 54.38 2.09 0.00 r p3 +958.83 54.38 2.09 0.00 r p3 +960.92 54.38 2.09 0.00 r p3 +963.02 54.38 2.09 0.00 r p3 +965.11 54.38 2.09 0.00 r p3 +967.21 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +976.87 48.74 1022.96 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +976.87 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +976.87 68.48 m +46.09 0 l +o +np +976.87 96.68 m +46.09 0 l +o +np +976.87 124.89 m +46.09 0 l +o +np +976.87 153.09 m +46.09 0 l +o +np +987.81 48.74 m +0 124.09 l +o +np +1003.41 48.74 m +0 124.09 l +o +np +1019.00 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +976.87 54.38 m +46.09 0 l +o +np +976.87 82.58 m +46.09 0 l +o +np +976.87 110.78 m +46.09 0 l +o +np +976.87 138.99 m +46.09 0 l +o +np +976.87 167.19 m +46.09 0 l +o +np +980.02 48.74 m +0 124.09 l +o +np +995.61 48.74 m +0 124.09 l +o +np +1011.20 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +978.97 54.38 2.09 78.97 r p3 +981.06 54.38 2.09 22.56 r p3 +983.16 54.38 2.09 11.28 r p3 +985.25 54.38 2.09 0.00 r p3 +987.35 54.38 2.09 0.00 r p3 +989.44 54.38 2.09 0.00 r p3 +991.54 54.38 2.09 0.00 r p3 +993.63 54.38 2.09 0.00 r p3 +995.73 54.38 2.09 0.00 r p3 +997.82 54.38 2.09 0.00 r p3 +999.92 54.38 2.09 0.00 r p3 +1002.01 54.38 2.09 0.00 r p3 +1004.11 54.38 2.09 0.00 r p3 +1006.20 54.38 2.09 0.00 r p3 +1008.29 54.38 2.09 0.00 r p3 +1010.39 54.38 2.09 0.00 r p3 +1012.48 54.38 2.09 0.00 r p3 +1014.58 54.38 2.09 0.00 r p3 +1016.67 54.38 2.09 0.00 r p3 +1018.77 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1028.44 48.74 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1028.44 48.74 46.08 124.09 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1028.44 68.48 m +46.08 0 l +o +np +1028.44 96.68 m +46.08 0 l +o +np +1028.44 124.89 m +46.08 0 l +o +np +1028.44 153.09 m +46.08 0 l +o +np +1039.38 48.74 m +0 124.09 l +o +np +1054.97 48.74 m +0 124.09 l +o +np +1070.56 48.74 m +0 124.09 l +o +1.07 setlinewidth +[] 0 setdash +np +1028.44 54.38 m +46.08 0 l +o +np +1028.44 82.58 m +46.08 0 l +o +np +1028.44 110.78 m +46.08 0 l +o +np +1028.44 138.99 m +46.08 0 l +o +np +1028.44 167.19 m +46.08 0 l +o +np +1031.58 48.74 m +0 124.09 l +o +np +1047.17 48.74 m +0 124.09 l +o +np +1062.76 48.74 m +0 124.09 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1030.53 54.38 2.09 90.25 r p3 +1032.63 54.38 2.09 11.28 r p3 +1034.72 54.38 2.09 11.28 r p3 +1036.82 54.38 2.09 0.00 r p3 +1038.91 54.38 2.09 0.00 r p3 +1041.01 54.38 2.09 0.00 r p3 +1043.10 54.38 2.09 0.00 r p3 +1045.19 54.38 2.09 0.00 r p3 +1047.29 54.38 2.09 0.00 r p3 +1049.38 54.38 2.09 0.00 r p3 +1051.48 54.38 2.09 0.00 r p3 +1053.57 54.38 2.09 0.00 r p3 +1055.67 54.38 2.09 0.00 r p3 +1057.76 54.38 2.09 0.00 r p3 +1059.86 54.38 2.09 0.00 r p3 +1061.95 54.38 2.09 0.00 r p3 +1064.05 54.38 2.09 0.00 r p3 +1066.14 54.38 2.09 0.00 r p3 +1068.24 54.38 2.09 0.00 r p3 +1070.33 54.38 2.09 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +48.74 172.83 94.82 207.25 cl +48.74 190.04 94.82 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +71.78 195.41 (Batch1) .5 0 t +48.74 190.04 94.82 207.25 cl +48.74 172.83 94.82 207.25 cl +48.74 172.83 94.82 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +48.74 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +71.78 178.20 (Batch1_A_1) .5 0 t +48.74 172.83 94.82 190.04 cl +48.74 172.83 94.82 207.25 cl +0.00 0.00 1440.00 576.00 cl +100.30 172.83 146.39 207.25 cl +100.30 190.04 146.39 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +100.30 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +123.35 195.41 (Batch1) .5 0 t +100.30 190.04 146.39 207.25 cl +100.30 172.83 146.39 207.25 cl +100.30 172.83 146.39 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +100.30 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +123.35 178.20 (Batch1_A_2) .5 0 t +100.30 172.83 146.39 190.04 cl +100.30 172.83 146.39 207.25 cl +0.00 0.00 1440.00 576.00 cl +151.87 172.83 197.95 207.25 cl +151.87 190.04 197.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +151.87 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +174.91 195.41 (Batch1) .5 0 t +151.87 190.04 197.95 207.25 cl +151.87 172.83 197.95 207.25 cl +151.87 172.83 197.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +151.87 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +174.91 178.20 (Batch1_A_3) .5 0 t +151.87 172.83 197.95 190.04 cl +151.87 172.83 197.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +203.43 172.83 249.51 207.25 cl +203.43 190.04 249.51 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +203.43 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +226.47 195.41 (Batch1) .5 0 t +203.43 190.04 249.51 207.25 cl +203.43 172.83 249.51 207.25 cl +203.43 172.83 249.51 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +203.43 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +226.47 178.20 (Batch1_A_4) .5 0 t +203.43 172.83 249.51 190.04 cl +203.43 172.83 249.51 207.25 cl +0.00 0.00 1440.00 576.00 cl +254.99 172.83 301.08 207.25 cl +254.99 190.04 301.08 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +254.99 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +278.03 195.41 (Batch1) .5 0 t +254.99 190.04 301.08 207.25 cl +254.99 172.83 301.08 207.25 cl +254.99 172.83 301.08 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +254.99 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +278.03 178.20 (Batch1_A_5) .5 0 t +254.99 172.83 301.08 190.04 cl +254.99 172.83 301.08 207.25 cl +0.00 0.00 1440.00 576.00 cl +306.56 172.83 352.64 207.25 cl +306.56 190.04 352.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +306.56 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +329.60 195.41 (Batch1) .5 0 t +306.56 190.04 352.64 207.25 cl +306.56 172.83 352.64 207.25 cl +306.56 172.83 352.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +306.56 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +329.60 178.20 (Batch1_B_10) .5 0 t +306.56 172.83 352.64 190.04 cl +306.56 172.83 352.64 207.25 cl +0.00 0.00 1440.00 576.00 cl +358.12 172.83 404.20 207.25 cl +358.12 190.04 404.20 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +358.12 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +381.16 195.41 (Batch1) .5 0 t +358.12 190.04 404.20 207.25 cl +358.12 172.83 404.20 207.25 cl +358.12 172.83 404.20 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +358.12 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +381.16 178.20 (Batch1_B_6) .5 0 t +358.12 172.83 404.20 190.04 cl +358.12 172.83 404.20 207.25 cl +0.00 0.00 1440.00 576.00 cl +409.68 172.83 455.76 207.25 cl +409.68 190.04 455.76 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +409.68 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +432.72 195.41 (Batch1) .5 0 t +409.68 190.04 455.76 207.25 cl +409.68 172.83 455.76 207.25 cl +409.68 172.83 455.76 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +409.68 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +432.72 178.20 (Batch1_B_7) .5 0 t +409.68 172.83 455.76 190.04 cl +409.68 172.83 455.76 207.25 cl +0.00 0.00 1440.00 576.00 cl +461.24 172.83 507.33 207.25 cl +461.24 190.04 507.33 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +461.24 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +484.29 195.41 (Batch1) .5 0 t +461.24 190.04 507.33 207.25 cl +461.24 172.83 507.33 207.25 cl +461.24 172.83 507.33 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +461.24 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +484.29 178.20 (Batch1_B_8) .5 0 t +461.24 172.83 507.33 190.04 cl +461.24 172.83 507.33 207.25 cl +0.00 0.00 1440.00 576.00 cl +512.81 172.83 558.89 207.25 cl +512.81 190.04 558.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +512.81 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.85 195.41 (Batch1) .5 0 t +512.81 190.04 558.89 207.25 cl +512.81 172.83 558.89 207.25 cl +512.81 172.83 558.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +512.81 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +535.85 178.20 (Batch1_B_9) .5 0 t +512.81 172.83 558.89 190.04 cl +512.81 172.83 558.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +564.37 172.83 610.45 207.25 cl +564.37 190.04 610.45 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +564.37 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.41 195.41 (Batch1) .5 0 t +564.37 190.04 610.45 207.25 cl +564.37 172.83 610.45 207.25 cl +564.37 172.83 610.45 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +564.37 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +587.41 178.20 (Batch1_C_11) .5 0 t +564.37 172.83 610.45 190.04 cl +564.37 172.83 610.45 207.25 cl +0.00 0.00 1440.00 576.00 cl +615.93 172.83 662.02 207.25 cl +615.93 190.04 662.02 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +615.93 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.98 195.41 (Batch1) .5 0 t +615.93 190.04 662.02 207.25 cl +615.93 172.83 662.02 207.25 cl +615.93 172.83 662.02 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +615.93 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +638.98 178.20 (Batch1_C_12) .5 0 t +615.93 172.83 662.02 190.04 cl +615.93 172.83 662.02 207.25 cl +0.00 0.00 1440.00 576.00 cl +667.50 172.83 713.58 207.25 cl +667.50 190.04 713.58 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.50 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.54 195.41 (Batch1) .5 0 t +667.50 190.04 713.58 207.25 cl +667.50 172.83 713.58 207.25 cl +667.50 172.83 713.58 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +667.50 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +690.54 178.20 (Batch1_C_13) .5 0 t +667.50 172.83 713.58 190.04 cl +667.50 172.83 713.58 207.25 cl +0.00 0.00 1440.00 576.00 cl +719.06 172.83 765.14 207.25 cl +719.06 190.04 765.14 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.06 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +742.10 195.41 (Batch1) .5 0 t +719.06 190.04 765.14 207.25 cl +719.06 172.83 765.14 207.25 cl +719.06 172.83 765.14 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +719.06 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +742.10 178.20 (Batch1_C_14) .5 0 t +719.06 172.83 765.14 190.04 cl +719.06 172.83 765.14 207.25 cl +0.00 0.00 1440.00 576.00 cl +770.62 172.83 816.71 207.25 cl +770.62 190.04 816.71 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +770.62 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +793.66 195.41 (Batch1) .5 0 t +770.62 190.04 816.71 207.25 cl +770.62 172.83 816.71 207.25 cl +770.62 172.83 816.71 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +770.62 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +793.66 178.20 (Batch1_C_15) .5 0 t +770.62 172.83 816.71 190.04 cl +770.62 172.83 816.71 207.25 cl +0.00 0.00 1440.00 576.00 cl +822.19 172.83 868.27 207.25 cl +822.19 190.04 868.27 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +822.19 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +845.23 195.41 (Batch1) .5 0 t +822.19 190.04 868.27 207.25 cl +822.19 172.83 868.27 207.25 cl +822.19 172.83 868.27 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +822.19 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +845.23 178.20 (Batch1_D_16) .5 0 t +822.19 172.83 868.27 190.04 cl +822.19 172.83 868.27 207.25 cl +0.00 0.00 1440.00 576.00 cl +873.75 172.83 919.83 207.25 cl +873.75 190.04 919.83 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +873.75 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +896.79 195.41 (Batch1) .5 0 t +873.75 190.04 919.83 207.25 cl +873.75 172.83 919.83 207.25 cl +873.75 172.83 919.83 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +873.75 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +896.79 178.20 (Batch1_D_17) .5 0 t +873.75 172.83 919.83 190.04 cl +873.75 172.83 919.83 207.25 cl +0.00 0.00 1440.00 576.00 cl +925.31 172.83 971.39 207.25 cl +925.31 190.04 971.39 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +925.31 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +948.35 195.41 (Batch1) .5 0 t +925.31 190.04 971.39 207.25 cl +925.31 172.83 971.39 207.25 cl +925.31 172.83 971.39 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +925.31 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +948.35 178.20 (Batch1_D_18) .5 0 t +925.31 172.83 971.39 190.04 cl +925.31 172.83 971.39 207.25 cl +0.00 0.00 1440.00 576.00 cl +976.87 172.83 1022.96 207.25 cl +976.87 190.04 1022.96 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +976.87 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +999.92 195.41 (Batch1) .5 0 t +976.87 190.04 1022.96 207.25 cl +976.87 172.83 1022.96 207.25 cl +976.87 172.83 1022.96 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +976.87 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +999.92 178.20 (Batch1_D_19) .5 0 t +976.87 172.83 1022.96 190.04 cl +976.87 172.83 1022.96 207.25 cl +0.00 0.00 1440.00 576.00 cl +1028.44 172.83 1074.52 207.25 cl +1028.44 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1028.44 190.04 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.48 195.41 (Batch1) .5 0 t +1028.44 190.04 1074.52 207.25 cl +1028.44 172.83 1074.52 207.25 cl +1028.44 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1028.44 172.83 46.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.48 178.20 (Batch1_D_20) .5 0 t +1028.44 172.83 1074.52 190.04 cl +1028.44 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +51.88 46.00 m +0 2.74 l +o +np +67.48 46.00 m +0 2.74 l +o +np +83.07 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +58.34 43.81 (0e+00) 1 90 t +73.94 43.81 (2e+08) 1 90 t +89.53 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +103.45 46.00 m +0 2.74 l +o +np +119.04 46.00 m +0 2.74 l +o +np +134.63 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +109.91 43.81 (0e+00) 1 90 t +125.50 43.81 (2e+08) 1 90 t +141.09 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +155.01 46.00 m +0 2.74 l +o +np +170.60 46.00 m +0 2.74 l +o +np +186.19 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +161.47 43.81 (0e+00) 1 90 t +177.06 43.81 (2e+08) 1 90 t +192.66 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +206.57 46.00 m +0 2.74 l +o +np +222.16 46.00 m +0 2.74 l +o +np +237.76 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +213.03 43.81 (0e+00) 1 90 t +228.63 43.81 (2e+08) 1 90 t +244.22 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +258.13 46.00 m +0 2.74 l +o +np +273.73 46.00 m +0 2.74 l +o +np +289.32 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +264.60 43.81 (0e+00) 1 90 t +280.19 43.81 (2e+08) 1 90 t +295.78 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +309.70 46.00 m +0 2.74 l +o +np +325.29 46.00 m +0 2.74 l +o +np +340.88 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +316.16 43.81 (0e+00) 1 90 t +331.75 43.81 (2e+08) 1 90 t +347.35 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +361.26 46.00 m +0 2.74 l +o +np +376.85 46.00 m +0 2.74 l +o +np +392.45 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +367.72 43.81 (0e+00) 1 90 t +383.32 43.81 (2e+08) 1 90 t +398.91 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +412.82 46.00 m +0 2.74 l +o +np +428.42 46.00 m +0 2.74 l +o +np +444.01 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +419.29 43.81 (0e+00) 1 90 t +434.88 43.81 (2e+08) 1 90 t +450.47 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +464.39 46.00 m +0 2.74 l +o +np +479.98 46.00 m +0 2.74 l +o +np +495.57 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +470.85 43.81 (0e+00) 1 90 t +486.44 43.81 (2e+08) 1 90 t +502.03 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +515.95 46.00 m +0 2.74 l +o +np +531.54 46.00 m +0 2.74 l +o +np +547.14 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +522.41 43.81 (0e+00) 1 90 t +538.00 43.81 (2e+08) 1 90 t +553.60 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +567.51 46.00 m +0 2.74 l +o +np +583.11 46.00 m +0 2.74 l +o +np +598.70 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +573.97 43.81 (0e+00) 1 90 t +589.57 43.81 (2e+08) 1 90 t +605.16 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +619.08 46.00 m +0 2.74 l +o +np +634.67 46.00 m +0 2.74 l +o +np +650.26 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +625.54 43.81 (0e+00) 1 90 t +641.13 43.81 (2e+08) 1 90 t +656.72 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +670.64 46.00 m +0 2.74 l +o +np +686.23 46.00 m +0 2.74 l +o +np +701.82 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +677.10 43.81 (0e+00) 1 90 t +692.69 43.81 (2e+08) 1 90 t +708.29 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +722.20 46.00 m +0 2.74 l +o +np +737.79 46.00 m +0 2.74 l +o +np +753.39 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +728.66 43.81 (0e+00) 1 90 t +744.26 43.81 (2e+08) 1 90 t +759.85 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +773.76 46.00 m +0 2.74 l +o +np +789.36 46.00 m +0 2.74 l +o +np +804.95 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +780.23 43.81 (0e+00) 1 90 t +795.82 43.81 (2e+08) 1 90 t +811.41 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +825.33 46.00 m +0 2.74 l +o +np +840.92 46.00 m +0 2.74 l +o +np +856.51 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +831.79 43.81 (0e+00) 1 90 t +847.38 43.81 (2e+08) 1 90 t +862.98 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +876.89 46.00 m +0 2.74 l +o +np +892.48 46.00 m +0 2.74 l +o +np +908.08 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +883.35 43.81 (0e+00) 1 90 t +898.95 43.81 (2e+08) 1 90 t +914.54 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +928.45 46.00 m +0 2.74 l +o +np +944.05 46.00 m +0 2.74 l +o +np +959.64 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +934.92 43.81 (0e+00) 1 90 t +950.51 43.81 (2e+08) 1 90 t +966.10 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +980.02 46.00 m +0 2.74 l +o +np +995.61 46.00 m +0 2.74 l +o +np +1011.20 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +986.48 43.81 (0e+00) 1 90 t +1002.07 43.81 (2e+08) 1 90 t +1017.66 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1031.58 46.00 m +0 2.74 l +o +np +1047.17 46.00 m +0 2.74 l +o +np +1062.76 46.00 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1038.04 43.81 (0e+00) 1 90 t +1053.63 43.81 (2e+08) 1 90 t +1069.23 43.81 (4e+08) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +43.81 51.15 (0.0) 1 0 t +43.81 79.35 (2.5) 1 0 t +43.81 107.55 (5.0) 1 0 t +43.81 135.76 (7.5) 1 0 t +43.81 163.96 (10.0) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +46.00 54.38 m +2.74 0 l +o +np +46.00 82.58 m +2.74 0 l +o +np +46.00 110.78 m +2.74 0 l +o +np +46.00 138.99 m +2.74 0 l +o +np +46.00 167.19 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +547.57 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +21.14 110.78 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +48.74 215.59 (Histogr) 0 ta +-0.130 (am of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1128.74 309.56 288.57 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.74 344.23 m +288.57 0 l +o +np +1128.74 393.02 m +288.57 0 l +o +np +1128.74 441.81 m +288.57 0 l +o +np +1128.74 490.59 m +288.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1128.74 319.83 m +288.57 0 l +o +np +1128.74 368.62 m +288.57 0 l +o +np +1128.74 417.41 m +288.57 0 l +o +np +1128.74 466.20 m +288.57 0 l +o +np +1128.74 514.99 m +288.57 0 l +o +np +1137.31 309.56 m +0 226.08 l +o +np +1151.60 309.56 m +0 226.08 l +o +np +1165.88 309.56 m +0 226.08 l +o +np +1180.17 309.56 m +0 226.08 l +o +np +1194.45 309.56 m +0 226.08 l +o +np +1208.74 309.56 m +0 226.08 l +o +np +1223.03 309.56 m +0 226.08 l +o +np +1237.31 309.56 m +0 226.08 l +o +np +1251.60 309.56 m +0 226.08 l +o +np +1265.88 309.56 m +0 226.08 l +o +np +1280.17 309.56 m +0 226.08 l +o +np +1294.45 309.56 m +0 226.08 l +o +np +1308.74 309.56 m +0 226.08 l +o +np +1323.03 309.56 m +0 226.08 l +o +np +1337.31 309.56 m +0 226.08 l +o +np +1351.60 309.56 m +0 226.08 l +o +np +1365.88 309.56 m +0 226.08 l +o +np +1380.17 309.56 m +0 226.08 l +o +np +1394.45 309.56 m +0 226.08 l +o +np +1408.74 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1130.88 319.83 12.86 66.15 r p3 +1145.17 319.83 12.86 50.55 r p3 +1159.45 319.83 12.86 127.67 r p3 +1173.74 319.83 12.86 128.92 r p3 +1188.03 319.83 12.86 129.54 r p3 +0.4863 0.6824 0 srgb +1202.31 319.83 12.86 205.53 r p3 +1216.60 319.83 12.86 67.89 r p3 +1230.88 319.83 12.86 112.98 r p3 +1245.17 319.83 12.86 97.53 r p3 +1259.45 319.83 12.86 111.04 r p3 +0 0.7490 0.7686 srgb +1273.74 319.83 12.86 25.47 r p3 +1288.03 319.83 12.86 133.07 r p3 +1302.31 319.83 12.86 149.54 r p3 +1316.60 319.83 12.86 125.22 r p3 +1330.88 319.83 12.86 203.86 r p3 +0.7804 0.4863 1 srgb +1345.17 319.83 12.86 110.81 r p3 +1359.45 319.83 12.86 56.24 r p3 +1373.74 319.83 12.86 70.45 r p3 +1388.03 319.83 12.86 104.40 r p3 +1402.31 319.83 12.86 95.71 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1128.74 78.00 288.57 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1128.74 121.71 m +288.57 0 l +o +np +1128.74 188.57 m +288.57 0 l +o +np +1128.74 255.43 m +288.57 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1128.74 88.28 m +288.57 0 l +o +np +1128.74 155.14 m +288.57 0 l +o +np +1128.74 222.00 m +288.57 0 l +o +np +1128.74 288.86 m +288.57 0 l +o +np +1137.31 78.00 m +0 226.08 l +o +np +1151.60 78.00 m +0 226.08 l +o +np +1165.88 78.00 m +0 226.08 l +o +np +1180.17 78.00 m +0 226.08 l +o +np +1194.45 78.00 m +0 226.08 l +o +np +1208.74 78.00 m +0 226.08 l +o +np +1223.03 78.00 m +0 226.08 l +o +np +1237.31 78.00 m +0 226.08 l +o +np +1251.60 78.00 m +0 226.08 l +o +np +1265.88 78.00 m +0 226.08 l +o +np +1280.17 78.00 m +0 226.08 l +o +np +1294.45 78.00 m +0 226.08 l +o +np +1308.74 78.00 m +0 226.08 l +o +np +1323.03 78.00 m +0 226.08 l +o +np +1337.31 78.00 m +0 226.08 l +o +np +1351.60 78.00 m +0 226.08 l +o +np +1365.88 78.00 m +0 226.08 l +o +np +1380.17 78.00 m +0 226.08 l +o +np +1394.45 78.00 m +0 226.08 l +o +np +1408.74 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1130.88 88.28 12.86 5.47 r p3 +1145.17 88.28 12.86 90.68 r p3 +1159.45 88.28 12.86 6.29 r p3 +1173.74 88.28 12.86 6.07 r p3 +1188.03 88.28 12.86 5.46 r p3 +0.4863 0.6824 0 srgb +1202.31 88.28 12.86 163.95 r p3 +1216.60 88.28 12.86 27.07 r p3 +1230.88 88.28 12.86 91.88 r p3 +1245.17 88.28 12.86 64.36 r p3 +1259.45 88.28 12.86 205.53 r p3 +0 0.7490 0.7686 srgb +1273.74 88.28 12.86 28.87 r p3 +1288.03 88.28 12.86 41.80 r p3 +1302.31 88.28 12.86 32.23 r p3 +1316.60 88.28 12.86 61.12 r p3 +1330.88 88.28 12.86 34.92 r p3 +0.7804 0.4863 1 srgb +1345.17 88.28 12.86 29.45 r p3 +1359.45 88.28 12.86 65.11 r p3 +1373.74 88.28 12.86 32.08 r p3 +1388.03 88.28 12.86 32.69 r p3 +1402.31 88.28 12.86 31.35 r p3 +0.00 0.00 1440.00 576.00 cl +1128.74 535.64 1417.31 552.85 cl +1128.74 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1128.74 535.64 288.57 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1273.03 541.01 (Batch1) .5 0 t +1128.74 535.64 1417.31 552.85 cl +1128.74 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1137.31 75.26 m +0 2.74 l +o +np +1151.60 75.26 m +0 2.74 l +o +np +1165.88 75.26 m +0 2.74 l +o +np +1180.17 75.26 m +0 2.74 l +o +np +1194.45 75.26 m +0 2.74 l +o +np +1208.74 75.26 m +0 2.74 l +o +np +1223.03 75.26 m +0 2.74 l +o +np +1237.31 75.26 m +0 2.74 l +o +np +1251.60 75.26 m +0 2.74 l +o +np +1265.88 75.26 m +0 2.74 l +o +np +1280.17 75.26 m +0 2.74 l +o +np +1294.45 75.26 m +0 2.74 l +o +np +1308.74 75.26 m +0 2.74 l +o +np +1323.03 75.26 m +0 2.74 l +o +np +1337.31 75.26 m +0 2.74 l +o +np +1351.60 75.26 m +0 2.74 l +o +np +1365.88 75.26 m +0 2.74 l +o +np +1380.17 75.26 m +0 2.74 l +o +np +1394.45 75.26 m +0 2.74 l +o +np +1408.74 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1143.77 73.07 (Batch1_A_1) 1 90 t +1158.06 73.07 (Batch1_A_2) 1 90 t +1172.35 73.07 (Batch1_A_3) 1 90 t +1186.63 73.07 (Batch1_A_4) 1 90 t +1200.92 73.07 (Batch1_A_5) 1 90 t +1215.20 73.07 (Batch1_B_10) 1 90 t +1229.49 73.07 (Batch1_B_6) 1 90 t +1243.77 73.07 (Batch1_B_7) 1 90 t +1258.06 73.07 (Batch1_B_8) 1 90 t +1272.35 73.07 (Batch1_B_9) 1 90 t +1286.63 73.07 (Batch1_C_11) 1 90 t +1300.92 73.07 (Batch1_C_12) 1 90 t +1315.20 73.07 (Batch1_C_13) 1 90 t +1329.49 73.07 (Batch1_C_14) 1 90 t +1343.77 73.07 (Batch1_C_15) 1 90 t +1358.06 73.07 (Batch1_D_16) 1 90 t +1372.34 73.07 (Batch1_D_17) 1 90 t +1386.63 73.07 (Batch1_D_18) 1 90 t +1400.92 73.07 (Batch1_D_19) 1 90 t +1415.20 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1123.81 316.60 (0e+00) 1 0 t +1123.81 365.39 (2e+05) 1 0 t +1123.81 414.18 (4e+05) 1 0 t +1123.81 462.97 (6e+05) 1 0 t +1123.81 511.76 (8e+05) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1126.00 319.83 m +2.74 0 l +o +np +1126.00 368.62 m +2.74 0 l +o +np +1126.00 417.41 m +2.74 0 l +o +np +1126.00 466.20 m +2.74 0 l +o +np +1126.00 514.99 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1123.81 85.05 (0e+00) 1 0 t +1123.81 151.91 (2e+08) 1 0 t +1123.81 218.77 (4e+08) 1 0 t +1123.81 285.63 (6e+08) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1126.00 88.28 m +2.74 0 l +o +np +1126.00 155.14 m +2.74 0 l +o +np +1126.00 222.00 m +2.74 0 l +o +np +1126.00 288.86 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1273.03 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1128.74 561.19 (Statistics of Ra) 0 ta +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..895a03fad1419bde6715fa459b5483ef308bc538 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..f5460c77b4fb5d118702d7f3c33887007ea1ec5a --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_heatmap.ps @@ -0,0 +1,1274 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +282.75 552.67 (Heatmap of Ra) 0 ta +-0.390 (w Data \(Selected Features Onl) tb +-0.390 (y\)) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1138.43 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +203.35 493.00 m +0 3.02 l +56.67 0 l +0 -3.02 l +o +np +146.68 493.00 m +0 6.12 l +85.01 0 l +0 -3.10 l +o +np +770.06 493.00 m +0 9.56 l +56.67 0 l +0 -9.56 l +o +np +373.36 493.00 m +0 9.70 l +56.67 0 l +0 -9.70 l +o +np +543.38 493.00 m +0 11.70 l +56.67 0 l +0 -11.70 l +o +np +90.01 493.00 m +0 12.60 l +99.17 0 l +0 -6.48 l +o +np +713.39 493.00 m +0 12.78 l +85.01 0 l +0 -3.22 l +o +np +1053.42 493.00 m +0 16.86 l +56.67 0 l +0 -16.86 l +o +np +486.71 493.00 m +0 17.09 l +85.00 0 l +0 -5.39 l +o +np +656.72 493.00 m +0 18.39 l +99.17 0 l +0 -5.61 l +o +np +33.34 493.00 m +0 19.76 l +106.25 0 l +0 -7.16 l +o +np +529.21 510.09 m +0 3.59 l +177.10 0 l +0 -2.29 l +o +np +401.70 502.70 m +0 12.73 l +216.06 0 l +0 -1.75 l +o +np +883.41 493.00 m +0 24.50 l +56.67 0 l +0 -24.50 l +o +np +996.75 493.00 m +0 25.84 l +85.00 0 l +0 -8.98 l +o +np +316.69 493.00 m +0 30.96 l +193.04 0 l +0 -8.53 l +o +np +911.74 517.50 m +0 6.75 l +127.51 0 l +0 -5.41 l +o +np +413.21 523.96 m +0 14.39 l +562.29 0 l +0 -14.10 l +o +np +86.46 512.76 m +0 32.62 l +607.89 0 l +0 -7.03 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.3137 0.3137 srgb } def +5.00 415.42 56.67 31.58 r p2 +/bg { 1 0.9647 0.9647 srgb } def +5.00 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 352.25 56.67 31.58 r p2 +/bg { 1 0.6588 0.6588 srgb } def +5.00 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +5.00 289.09 56.67 31.58 r p2 +/bg { 0.6745 0.6745 1 srgb } def +5.00 257.51 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 225.93 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +5.00 194.34 56.67 31.58 r p2 +/bg { 0.6039 0.6039 1 srgb } def +5.00 162.76 56.67 31.58 r p2 +/bg { 0.5333 0.5333 1 srgb } def +5.00 131.18 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +61.67 415.42 56.67 31.58 r p2 +/bg { 1 0.8392 0.8392 srgb } def +61.67 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +61.67 352.25 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +61.67 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +61.67 289.09 56.67 31.58 r p2 +/bg { 0.6745 0.6745 1 srgb } def +61.67 257.51 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +61.67 225.93 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +61.67 194.34 56.67 31.58 r p2 +61.67 162.76 56.67 31.58 r p2 +/bg { 0.5255 0.5255 1 srgb } def +61.67 131.18 56.67 31.58 r p2 +/bg { 1 0.4627 0.4627 srgb } def +118.34 415.42 56.67 31.58 r p2 +/bg { 1 0.4235 0.4235 srgb } def +118.34 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +118.34 352.25 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +118.34 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +118.34 289.09 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +118.34 257.51 56.67 31.58 r p2 +/bg { 0.8000 0.8000 1 srgb } def +118.34 225.93 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +118.34 194.34 56.67 31.58 r p2 +/bg { 0.6353 0.6353 1 srgb } def +118.34 162.76 56.67 31.58 r p2 +/bg { 0.5255 0.5255 1 srgb } def +118.34 131.18 56.67 31.58 r p2 +/bg { 1 0.6118 0.6118 srgb } def +175.01 415.42 56.67 31.58 r p2 +/bg { 1 0.4078 0.4078 srgb } def +175.01 383.83 56.67 31.58 r p2 +/bg { 0.9490 0.9490 1 srgb } def +175.01 352.25 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +175.01 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +175.01 289.09 56.67 31.58 r p2 +/bg { 0.6745 0.6745 1 srgb } def +175.01 257.51 56.67 31.58 r p2 +/bg { 0.7647 0.7647 1 srgb } def +175.01 225.93 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +175.01 194.34 56.67 31.58 r p2 +175.01 162.76 56.67 31.58 r p2 +/bg { 0.5333 0.5333 1 srgb } def +175.01 131.18 56.67 31.58 r p2 +/bg { 1 0.5020 0.5020 srgb } def +231.69 415.42 56.67 31.58 r p2 +/bg { 1 0.3961 0.3961 srgb } def +231.69 383.83 56.67 31.58 r p2 +/bg { 0.9725 0.9725 1 srgb } def +231.69 352.25 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +231.69 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +231.69 289.09 56.67 31.58 r p2 +/bg { 0.6745 0.6745 1 srgb } def +231.69 257.51 56.67 31.58 r p2 +/bg { 0.7647 0.7647 1 srgb } def +231.69 225.93 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +231.69 194.34 56.67 31.58 r p2 +/bg { 0.6353 0.6353 1 srgb } def +231.69 162.76 56.67 31.58 r p2 +/bg { 0.5412 0.5412 1 srgb } def +231.69 131.18 56.67 31.58 r p2 +/bg { 0.9176 0.9176 1 srgb } def +288.36 415.42 56.67 31.58 r p2 +/bg { 0.6824 0.6824 1 srgb } def +288.36 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +288.36 352.25 56.67 31.58 r p2 +/bg { 0.8902 0.8902 1 srgb } def +288.36 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +288.36 289.09 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +288.36 257.51 56.67 31.58 r p2 +/bg { 1 0.0745 0.0745 srgb } def +288.36 225.93 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +288.36 194.34 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +288.36 162.76 56.67 31.58 r p2 +/bg { 1 0.8235 0.8235 srgb } def +288.36 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +345.03 415.42 56.67 31.58 r p2 +/bg { 0.8549 0.8549 1 srgb } def +345.03 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +345.03 352.25 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +345.03 320.67 56.67 31.58 r p2 +345.03 289.09 56.67 31.58 r p2 +/bg { 1 0.9255 0.9255 srgb } def +345.03 257.51 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +345.03 225.93 56.67 31.58 r p2 +/bg { 1 0.7451 0.7451 srgb } def +345.03 194.34 56.67 31.58 r p2 +/bg { 1 0.4863 0.4863 srgb } def +345.03 162.76 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +345.03 131.18 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +401.70 415.42 56.67 31.58 r p2 +/bg { 0.6824 0.6824 1 srgb } def +401.70 383.83 56.67 31.58 r p2 +/bg { 0.8902 0.8902 1 srgb } def +401.70 352.25 56.67 31.58 r p2 +/bg { 0.8471 0.8471 1 srgb } def +401.70 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +401.70 289.09 56.67 31.58 r p2 +/bg { 1 0.8549 0.8549 srgb } def +401.70 257.51 56.67 31.58 r p2 +/bg { 0.9020 0.9020 1 srgb } def +401.70 225.93 56.67 31.58 r p2 +/bg { 1 0.8863 0.8863 srgb } def +401.70 194.34 56.67 31.58 r p2 +/bg { 1 0.4627 0.4627 srgb } def +401.70 162.76 56.67 31.58 r p2 +/bg { 1 0.6588 0.6588 srgb } def +401.70 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +458.37 415.42 56.67 31.58 r p2 +/bg { 1 0.8902 0.8902 srgb } def +458.37 383.83 56.67 31.58 r p2 +/bg { 0.9098 0.9098 1 srgb } def +458.37 352.25 56.67 31.58 r p2 +/bg { 0.8549 0.8549 1 srgb } def +458.37 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +458.37 289.09 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +458.37 257.51 56.67 31.58 r p2 +/bg { 0.8549 0.8549 1 srgb } def +458.37 225.93 56.67 31.58 r p2 +/bg { 1 0.8549 0.8549 srgb } def +458.37 194.34 56.67 31.58 r p2 +/bg { 1 0.6667 0.6667 srgb } def +458.37 162.76 56.67 31.58 r p2 +/bg { 0.7843 0.7843 1 srgb } def +458.37 131.18 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.04 415.42 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.04 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.04 352.25 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.04 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.04 289.09 56.67 31.58 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.04 257.51 56.67 31.58 r p2 +/bg { 0.8000 0.8000 1 srgb } def +515.04 225.93 56.67 31.58 r p2 +/bg { 1 0.9647 0.9647 srgb } def +515.04 194.34 56.67 31.58 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.04 162.76 56.67 31.58 r p2 +/bg { 1 0.9647 0.9647 srgb } def +515.04 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +571.71 415.42 56.67 31.58 r p2 +/bg { 0.8902 0.8902 1 srgb } def +571.71 383.83 56.67 31.58 r p2 +/bg { 0.8784 0.8784 1 srgb } def +571.71 352.25 56.67 31.58 r p2 +/bg { 1 0.8902 0.8902 srgb } def +571.71 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +571.71 289.09 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +571.71 257.51 56.67 31.58 r p2 +/bg { 0.8000 0.8000 1 srgb } def +571.71 225.93 56.67 31.58 r p2 +/bg { 0.9333 0.9333 1 srgb } def +571.71 194.34 56.67 31.58 r p2 +/bg { 0.9490 0.9490 1 srgb } def +571.71 162.76 56.67 31.58 r p2 +/bg { 1 0.9255 0.9255 srgb } def +571.71 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +628.38 415.42 56.67 31.58 r p2 +/bg { 0.6824 0.6824 1 srgb } def +628.38 383.83 56.67 31.58 r p2 +/bg { 1 0.6353 0.6353 srgb } def +628.38 352.25 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +628.38 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +628.38 289.09 56.67 31.58 r p2 +/bg { 0.7647 0.7647 1 srgb } def +628.38 257.51 56.67 31.58 r p2 +/bg { 0.8706 0.8706 1 srgb } def +628.38 225.93 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +628.38 194.34 56.67 31.58 r p2 +/bg { 0.9255 0.9255 1 srgb } def +628.38 162.76 56.67 31.58 r p2 +/bg { 1 0.7725 0.7725 srgb } def +628.38 131.18 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +685.06 415.42 56.67 31.58 r p2 +/bg { 0.6824 0.6824 1 srgb } def +685.06 383.83 56.67 31.58 r p2 +/bg { 1 0.9725 0.9725 srgb } def +685.06 352.25 56.67 31.58 r p2 +/bg { 0.8471 0.8471 1 srgb } def +685.06 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +685.06 289.09 56.67 31.58 r p2 +/bg { 1 0.9529 0.9529 srgb } def +685.06 257.51 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +685.06 225.93 56.67 31.58 r p2 +/bg { 1 0.8549 0.8549 srgb } def +685.06 194.34 56.67 31.58 r p2 +/bg { 0.9804 0.9804 1 srgb } def +685.06 162.76 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +685.06 131.18 56.67 31.58 r p2 +/bg { 0.9333 0.9333 1 srgb } def +741.73 415.42 56.67 31.58 r p2 +/bg { 0.6824 0.6824 1 srgb } def +741.73 383.83 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +741.73 352.25 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +741.73 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +741.73 289.09 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +741.73 257.51 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +741.73 225.93 56.67 31.58 r p2 +/bg { 1 0.6275 0.6275 srgb } def +741.73 194.34 56.67 31.58 r p2 +/bg { 1 0.9255 0.9255 srgb } def +741.73 162.76 56.67 31.58 r p2 +/bg { 1 0.8471 0.8471 srgb } def +741.73 131.18 56.67 31.58 r p2 +/bg { 0.9804 0.9804 1 srgb } def +798.40 415.42 56.67 31.58 r p2 +/bg { 0.7765 0.7765 1 srgb } def +798.40 383.83 56.67 31.58 r p2 +798.40 352.25 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +798.40 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +798.40 289.09 56.67 31.58 r p2 +/bg { 0.7216 0.7216 1 srgb } def +798.40 257.51 56.67 31.58 r p2 +/bg { 0.9176 0.9176 1 srgb } def +798.40 225.93 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +798.40 194.34 56.67 31.58 r p2 +/bg { 0.8706 0.8706 1 srgb } def +798.40 162.76 56.67 31.58 r p2 +/bg { 1 0.9804 0.9804 srgb } def +798.40 131.18 56.67 31.58 r p2 +/bg { 1 0.9961 0.9961 srgb } def +855.07 415.42 56.67 31.58 r p2 +/bg { 0.8784 0.8784 1 srgb } def +855.07 383.83 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +855.07 352.25 56.67 31.58 r p2 +/bg { 1 0.3373 0.3373 srgb } def +855.07 320.67 56.67 31.58 r p2 +/bg { 1 0.5961 0.5961 srgb } def +855.07 289.09 56.67 31.58 r p2 +/bg { 1 0.2353 0.2353 srgb } def +855.07 257.51 56.67 31.58 r p2 +/bg { 1 0.4078 0.4078 srgb } def +855.07 225.93 56.67 31.58 r p2 +/bg { 0.9020 0.9020 1 srgb } def +855.07 194.34 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +855.07 162.76 56.67 31.58 r p2 +/bg { 1 0.6392 0.6392 srgb } def +855.07 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +911.74 415.42 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +911.74 383.83 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +911.74 352.25 56.67 31.58 r p2 +/bg { 1 0.1255 0.1255 srgb } def +911.74 320.67 56.67 31.58 r p2 +/bg { 1 0.4784 0.4784 srgb } def +911.74 289.09 56.67 31.58 r p2 +/bg { 1 0.6392 0.6392 srgb } def +911.74 257.51 56.67 31.58 r p2 +/bg { 1 0.9255 0.9255 srgb } def +911.74 225.93 56.67 31.58 r p2 +/bg { 1 0.5961 0.5961 srgb } def +911.74 194.34 56.67 31.58 r p2 +/bg { 1 0.7725 0.7725 srgb } def +911.74 162.76 56.67 31.58 r p2 +/bg { 1 0.9098 0.9098 srgb } def +911.74 131.18 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +968.41 415.42 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +968.41 383.83 56.67 31.58 r p2 +/bg { 1 0 0 srgb } def +968.41 352.25 56.67 31.58 r p2 +/bg { 1 0.7216 0.7216 srgb } def +968.41 320.67 56.67 31.58 r p2 +/bg { 1 0.3765 0.3765 srgb } def +968.41 289.09 56.67 31.58 r p2 +/bg { 1 0.8157 0.8157 srgb } def +968.41 257.51 56.67 31.58 r p2 +/bg { 1 0.9647 0.9647 srgb } def +968.41 225.93 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +968.41 194.34 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +968.41 162.76 56.67 31.58 r p2 +/bg { 1 0.7137 0.7137 srgb } def +968.41 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.08 415.42 56.67 31.58 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1025.08 383.83 56.67 31.58 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1025.08 352.25 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.08 320.67 56.67 31.58 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1025.08 289.09 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1025.08 257.51 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.08 225.93 56.67 31.58 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.08 194.34 56.67 31.58 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1025.08 162.76 56.67 31.58 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1025.08 131.18 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1081.75 415.42 56.67 31.58 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1081.75 383.83 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1081.75 352.25 56.67 31.58 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1081.75 320.67 56.67 31.58 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1081.75 289.09 56.67 31.58 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1081.75 257.51 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1081.75 225.93 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1081.75 194.34 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1081.75 162.76 56.67 31.58 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1081.75 131.18 56.67 31.58 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +26.16 128.18 (Batch1_A_2) 0 270.00 t +82.83 128.18 (Batch1_A_1) 0 270.00 t +139.50 128.18 (Batch1_A_4) 0 270.00 t +196.17 128.18 (Batch1_A_3) 0 270.00 t +252.84 128.18 (Batch1_A_5) 0 270.00 t +309.51 128.18 (Batch1_C_14) 0 270.00 t +366.18 128.18 (Batch1_D_18) 0 270.00 t +422.85 128.18 (Batch1_D_19) 0 270.00 t +479.53 128.18 (Batch1_D_20) 0 270.00 t +536.20 128.18 (Batch1_D_16) 0 270.00 t +592.87 128.18 (Batch1_D_17) 0 270.00 t +649.54 128.18 (Batch1_C_11) 0 270.00 t +706.21 128.18 (Batch1_C_15) 0 270.00 t +762.88 128.18 (Batch1_C_12) 0 270.00 t +819.55 128.18 (Batch1_C_13) 0 270.00 t +876.23 128.18 (Batch1_B_10) 0 270.00 t +932.90 128.18 (Batch1_B_9) 0 270.00 t +989.57 128.18 (Batch1_B_7) 0 270.00 t +1046.24 128.18 (Batch1_B_6) 0 270.00 t +1102.91 128.18 (Batch1_B_8) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +1141.43 424.03 (HMDB0000791) 0 0 t +1141.43 392.45 (HMDB0013207) 0 0 t +1141.43 360.86 (HMDB0000126) 0 0 t +1141.43 329.28 (HMDB0013286) 0 0 t +1141.43 297.70 (HMDB0000855) 0 0 t +1141.43 266.12 (HMDB0028942) 0 0 t +1141.43 234.54 (HMDB0002117) 0 0 t +1141.43 202.95 (HMDB0028933) 0 0 t +1141.43 171.37 (HMDB0001185) 0 0 t +1141.43 139.79 (HMDB0001406) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 56.67 20.00 r p2 +61.67 450.00 56.67 20.00 r p2 +118.34 450.00 56.67 20.00 r p2 +175.01 450.00 56.67 20.00 r p2 +231.69 450.00 56.67 20.00 r p2 +288.36 450.00 56.67 20.00 r p2 +345.03 450.00 56.67 20.00 r p2 +401.70 450.00 56.67 20.00 r p2 +458.37 450.00 56.67 20.00 r p2 +515.04 450.00 56.67 20.00 r p2 +571.71 450.00 56.67 20.00 r p2 +628.38 450.00 56.67 20.00 r p2 +685.06 450.00 56.67 20.00 r p2 +741.73 450.00 56.67 20.00 r p2 +798.40 450.00 56.67 20.00 r p2 +855.07 450.00 56.67 20.00 r p2 +911.74 450.00 56.67 20.00 r p2 +968.41 450.00 56.67 20.00 r p2 +1025.08 450.00 56.67 20.00 r p2 +1081.75 450.00 56.67 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +5.00 472.00 56.67 20.00 r p2 +61.67 472.00 56.67 20.00 r p2 +118.34 472.00 56.67 20.00 r p2 +175.01 472.00 56.67 20.00 r p2 +231.69 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +288.36 472.00 56.67 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +345.03 472.00 56.67 20.00 r p2 +401.70 472.00 56.67 20.00 r p2 +458.37 472.00 56.67 20.00 r p2 +515.04 472.00 56.67 20.00 r p2 +571.71 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +628.38 472.00 56.67 20.00 r p2 +685.06 472.00 56.67 20.00 r p2 +741.73 472.00 56.67 20.00 r p2 +798.40 472.00 56.67 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +855.07 472.00 56.67 20.00 r p2 +911.74 472.00 56.67 20.00 r p2 +968.41 472.00 56.67 20.00 r p2 +1025.08 472.00 56.67 20.00 r p2 +1081.75 472.00 56.67 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1141.43 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1141.43 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 478.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 442.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 414.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 385.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 356.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 449.92 (A) 0 0 t +1377.10 421.20 (B) 0 0 t +1377.10 392.48 (C) 0 0 t +1377.10 363.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 320.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 284.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 291.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 343.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 343.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 344.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 344.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 345.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 345.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 346.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 347.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 347.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 348.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 348.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 349.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 350.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 350.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 351.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 351.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 352.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 352.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 353.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 354.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 354.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 355.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 355.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 356.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 357.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 357.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 358.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 358.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 359.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 359.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 360.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 361.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 361.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 362.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 362.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 363.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 364.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 364.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 365.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 365.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 366.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 367.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 367.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 368.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 368.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 369.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 369.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 370.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 371.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 371.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 372.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 372.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 373.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 374.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 374.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 375.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 375.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 376.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 376.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 377.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 378.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 378.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 379.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 379.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 380.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 381.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 381.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 382.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 382.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 383.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 384.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 384.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 385.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 385.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 386.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 386.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 387.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 388.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 388.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 389.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 389.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 390.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 391.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 391.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 392.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 392.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 393.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 393.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 394.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 395.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 395.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 396.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 396.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 397.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 398.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 398.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 399.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 399.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 400.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 401.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 401.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 402.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 402.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 403.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 403.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 404.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 405.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 405.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 406.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 406.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 407.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 408.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 408.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 409.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 409.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 410.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 410.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 411.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 412.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 412.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 413.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 413.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 414.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 415.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 415.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 416.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 416.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 417.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 418.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 418.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 419.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 419.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 420.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 420.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 421.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 422.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 422.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 423.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 423.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 424.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 425.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 425.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 426.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 426.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 427.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 427.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 428.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 429.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 429.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 430.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 430.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 431.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 432.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 432.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 433.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 433.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 434.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 434.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 435.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 436.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 436.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 437.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 437.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 438.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 439.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 439.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 440.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 440.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 441.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 442.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 442.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 443.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 443.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 444.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 444.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 445.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 446.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 446.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 447.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 447.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 448.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 449.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 449.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 450.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 450.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 451.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 451.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 452.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 453.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 453.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 454.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 454.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 455.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 456.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 456.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 457.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 457.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 458.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 459.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 459.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 460.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 460.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 461.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 461.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 462.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 463.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 463.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 464.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 464.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 465.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 466.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 466.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 467.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 467.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 468.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 468.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 469.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 470.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 470.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 471.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 471.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 472.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 473.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 473.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 474.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 474.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 475.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 476.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 476.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 477.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 477.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 478.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 478.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 479.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 480.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 480.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 481.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 481.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 482.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 483.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 483.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 484.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 484.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 485.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 485.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 486.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 487.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 487.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 488.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 488.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 489.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 490.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 490.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 491.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 491.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 492.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 342.19 (-3) 0 0 t +1299.15 365.06 (-2) 0 0 t +1299.15 387.94 (-1) 0 0 t +1299.15 410.82 (0) 0 0 t +1299.15 433.70 (1) 0 0 t +1299.15 456.57 (2) 0 0 t +1299.15 479.45 (3) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..057c26af71003f950c04c9a5bdb4ea599ab19682 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..4e4156d8a7d8995453c9c9d4c94f8ff43b2181e6 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_features_pca_cor.ps @@ -0,0 +1,3423 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +33.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +33.73 31.91 848.10 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.73 61.57 m +848.10 0 l +o +np +33.73 168.99 m +848.10 0 l +o +np +33.73 276.41 m +848.10 0 l +o +np +33.73 383.83 m +848.10 0 l +o +np +33.73 491.25 m +848.10 0 l +o +np +126.45 31.91 m +0 520.94 l +o +np +327.16 31.91 m +0 520.94 l +o +np +527.87 31.91 m +0 520.94 l +o +np +728.59 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +33.73 115.28 m +848.10 0 l +o +np +33.73 222.70 m +848.10 0 l +o +np +33.73 330.12 m +848.10 0 l +o +np +33.73 437.54 m +848.10 0 l +o +np +33.73 544.96 m +848.10 0 l +o +np +226.81 31.91 m +0 520.94 l +o +np +427.52 31.91 m +0 520.94 l +o +np +628.23 31.91 m +0 520.94 l +o +np +828.94 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +177.85 230.21 1.95 c p2 +185.59 277.56 1.95 c p2 +142.75 276.33 1.95 c p2 +138.62 270.95 1.95 c p2 +140.19 280.39 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +691.01 350.82 1.95 c p2 +530.23 249.84 1.95 c p2 +608.95 381.14 1.95 c p2 +650.77 256.50 1.95 c p2 +625.48 327.08 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +469.24 175.25 1.95 c p2 +478.08 120.15 1.95 c p2 +393.13 136.40 1.95 c p2 +563.91 128.99 1.95 c p2 +477.82 166.82 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +364.96 175.68 1.95 c p2 +449.22 202.62 1.95 c p2 +502.28 135.14 1.95 c p2 +548.24 143.38 1.95 c p2 +412.03 168.73 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +241.88 230.45 m +-0.64 8.73 l +-1.92 9.14 l +-3.17 9.43 l +-4.37 9.58 l +-5.50 9.56 l +-6.55 9.42 l +-7.50 9.13 l +-8.34 8.70 l +-9.05 8.14 l +-9.63 7.45 l +-10.05 6.65 l +-10.33 5.76 l +-10.44 4.77 l +-10.41 3.71 l +-10.21 2.60 l +-9.86 1.44 l +-9.35 0.26 l +-8.71 -0.91 l +-7.94 -2.08 l +-7.04 -3.21 l +-6.04 -4.30 l +-4.94 -5.33 l +-3.78 -6.26 l +-2.55 -7.10 l +-1.28 -7.85 l +0 -8.46 l +1.28 -8.95 l +2.55 -9.30 l +3.78 -9.52 l +4.94 -9.59 l +6.04 -9.52 l +7.04 -9.29 l +7.94 -8.93 l +8.71 -8.43 l +9.35 -7.81 l +9.86 -7.07 l +10.21 -6.21 l +10.41 -5.28 l +10.44 -4.24 l +10.33 -3.16 l +10.05 -2.03 l +9.63 -0.85 l +9.05 0.32 l +8.34 1.50 l +7.50 2.65 l +6.55 3.77 l +5.50 4.82 l +4.37 5.80 l +3.17 6.70 l +1.92 7.48 l +0.64 8.17 l +o +0.4863 0.6824 0 srgb +np +843.28 406.01 m +-1.69 23.27 l +-5.02 21.52 l +-8.28 19.42 l +-11.43 17.04 l +-14.39 14.41 l +-17.13 11.54 l +-19.62 8.51 l +-21.81 5.35 l +-23.67 2.10 l +-25.17 -1.17 l +-26.29 -4.44 l +-27.01 -7.62 l +-27.32 -10.69 l +-27.21 -13.61 l +-26.70 -16.32 l +-25.78 -18.78 l +-24.47 -20.95 l +-22.78 -22.81 l +-20.75 -24.32 l +-18.42 -25.46 l +-15.79 -26.22 l +-12.93 -26.58 l +-9.87 -26.53 l +-6.67 -26.09 l +-3.36 -25.25 l +0 -24.02 l +3.36 -22.44 l +6.67 -20.51 l +9.87 -18.26 l +12.93 -15.76 l +15.79 -12.99 l +18.42 -10.05 l +20.75 -6.94 l +22.78 -3.73 l +24.47 -0.47 l +25.78 2.81 l +26.70 6.04 l +27.21 9.17 l +27.32 12.18 l +27.01 14.99 l +26.29 17.58 l +25.17 19.90 l +23.67 21.92 l +21.81 23.61 l +19.62 24.94 l +17.13 25.89 l +14.39 26.45 l +11.43 26.61 l +8.28 26.36 l +5.02 25.72 l +1.69 24.68 l +o +0 0.7490 0.7686 srgb +np +701.95 131.47 m +-1.71 11.05 l +-5.10 11.08 l +-8.42 10.97 l +-11.60 10.68 l +-14.62 10.22 l +-17.41 9.62 l +-19.93 8.87 l +-22.16 7.98 l +-24.04 6.98 l +-25.57 5.86 l +-26.71 4.67 l +-27.44 3.39 l +-27.75 2.06 l +-27.65 0.71 l +-27.12 -0.65 l +-26.19 -2.01 l +-24.85 -3.34 l +-23.15 -4.61 l +-21.08 -5.81 l +-18.71 -6.93 l +-16.04 -7.94 l +-13.13 -8.84 l +-10.03 -9.59 l +-6.78 -10.20 l +-3.41 -10.67 l +0 -10.95 l +3.41 -11.09 l +6.78 -11.05 l +10.03 -10.84 l +13.13 -10.47 l +16.04 -9.94 l +18.71 -9.26 l +21.08 -8.44 l +23.15 -7.50 l +24.85 -6.43 l +26.19 -5.27 l +27.12 -4.04 l +27.65 -2.73 l +27.75 -1.39 l +27.44 -0.03 l +26.71 1.33 l +25.57 2.68 l +24.04 3.98 l +22.16 5.22 l +19.93 6.39 l +17.41 7.45 l +14.62 8.41 l +11.60 9.23 l +8.42 9.91 l +5.10 10.45 l +1.71 10.83 l +o +0.7804 0.4863 1 srgb +np +724.82 103.69 m +-2.04 10.22 l +-6.09 11.00 l +-10.06 11.61 l +-13.87 12.04 l +-17.47 12.29 l +-20.80 12.36 l +-23.82 12.23 l +-26.47 11.93 l +-28.74 11.44 l +-30.55 10.77 l +-31.91 9.95 l +-32.79 8.97 l +-33.16 7.86 l +-33.04 6.63 l +-32.41 5.30 l +-31.29 3.88 l +-29.70 2.41 l +-27.66 0.91 l +-25.20 -0.62 l +-22.35 -2.13 l +-19.17 -3.61 l +-15.70 -5.03 l +-11.98 -6.39 l +-8.10 -7.63 l +-4.07 -8.78 l +0 -9.77 l +4.07 -10.63 l +8.10 -11.33 l +11.98 -11.85 l +15.70 -12.19 l +19.17 -12.35 l +22.35 -12.31 l +25.20 -12.11 l +27.66 -11.70 l +29.70 -11.13 l +31.29 -10.38 l +32.41 -9.48 l +33.04 -8.43 l +33.16 -7.26 l +32.79 -5.97 l +31.91 -4.60 l +30.55 -3.15 l +28.74 -1.67 l +26.47 -0.14 l +23.82 1.38 l +20.80 2.87 l +17.47 4.33 l +13.87 5.72 l +10.06 7.03 l +6.09 8.22 l +2.04 9.29 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +33.73 31.91 848.10 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.80 112.05 (-2) 1 0 t +28.80 219.47 (0) 1 0 t +28.80 326.89 (2) 1 0 t +28.80 434.31 (4) 1 0 t +28.80 541.73 (6) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.99 115.28 m +2.74 0 l +o +np +30.99 222.70 m +2.74 0 l +o +np +30.99 330.12 m +2.74 0 l +o +np +30.99 437.54 m +2.74 0 l +o +np +30.99 544.96 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +226.81 29.17 m +0 2.74 l +o +np +427.52 29.17 m +0 2.74 l +o +np +628.23 29.17 m +0 2.74 l +o +np +828.94 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +226.81 20.52 (-2.5) .5 0 t +427.52 20.52 (0.0) .5 0 t +628.23 20.52 (2.5) .5 0 t +828.94 20.52 (5.0) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +457.78 7.90 (PC1 \(50.73%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(21.44%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.73 561.19 (PCA of Ra) 0 ta +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.4235 0.2941 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.3020 0.1804 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.4078 0.2745 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.5922 0.4196 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.1412 0.0627 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.1176 0.0471 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 0.5137 0.3373 1 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.4235 0.2941 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 120.00 23.91 23.91 r p3 +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.1412 0.0627 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.0902 0.0314 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.3020 0.1804 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.1412 0.0627 srgb } def +1712.37 143.92 23.91 23.91 r p3 +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.1176 0.0471 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 0.5529 0.3765 1 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.4745 0.3020 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.4078 0.2745 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.1176 0.0471 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.0902 0.0314 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.1176 0.0471 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1760.20 263.49 23.91 23.91 r p3 +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.4431 0.3137 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1975.43 263.49 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 0.5137 0.3373 1 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.4431 0.3137 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1999.34 287.40 23.91 23.91 r p3 +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2095.00 287.40 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.2902 0.1725 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.5922 0.4196 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.5529 0.3765 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +2023.25 502.63 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.2784 0.1608 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.4941 0.3216 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.5412 0.3647 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.4745 0.3020 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.2784 0.1608 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0 0 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +np +1886.04 78.44 m +11.38 11.38 l +o +np +1886.04 89.82 m +11.38 -11.38 l +o +np +1957.78 78.44 m +11.38 11.38 l +o +np +1957.78 89.82 m +11.38 -11.38 l +o +np +1981.69 78.44 m +11.38 11.38 l +o +np +1981.69 89.82 m +11.38 -11.38 l +o +np +2005.61 78.44 m +11.38 11.38 l +o +np +2005.61 89.82 m +11.38 -11.38 l +o +np +2029.52 78.44 m +11.38 11.38 l +o +np +2029.52 89.82 m +11.38 -11.38 l +o +np +2053.44 78.44 m +11.37 11.38 l +o +np +2053.44 89.82 m +11.37 -11.38 l +o +np +2077.35 78.44 m +11.38 11.38 l +o +np +2077.35 89.82 m +11.38 -11.38 l +o +np +2101.26 78.44 m +11.38 11.38 l +o +np +2101.26 89.82 m +11.38 -11.38 l +o +np +2125.18 78.44 m +11.38 11.38 l +o +np +2125.18 89.82 m +11.38 -11.38 l +o +np +2149.09 78.44 m +11.38 11.38 l +o +np +2149.09 89.82 m +11.38 -11.38 l +o +np +1886.04 102.36 m +11.38 11.37 l +o +np +1886.04 113.73 m +11.38 -11.37 l +o +np +1957.78 102.36 m +11.38 11.37 l +o +np +1957.78 113.73 m +11.38 -11.37 l +o +np +1981.69 102.36 m +11.38 11.37 l +o +np +1981.69 113.73 m +11.38 -11.37 l +o +np +2005.61 102.36 m +11.38 11.37 l +o +np +2005.61 113.73 m +11.38 -11.37 l +o +np +2029.52 102.36 m +11.38 11.37 l +o +np +2029.52 113.73 m +11.38 -11.37 l +o +np +2053.44 102.36 m +11.37 11.37 l +o +np +2053.44 113.73 m +11.37 -11.37 l +o +np +2077.35 102.36 m +11.38 11.37 l +o +np +2077.35 113.73 m +11.38 -11.37 l +o +np +2101.26 102.36 m +11.38 11.37 l +o +np +2101.26 113.73 m +11.38 -11.37 l +o +np +2125.18 102.36 m +11.38 11.37 l +o +np +2125.18 113.73 m +11.38 -11.37 l +o +np +2149.09 102.36 m +11.38 11.37 l +o +np +2149.09 113.73 m +11.38 -11.37 l +o +np +1886.04 126.27 m +11.38 11.38 l +o +np +1886.04 137.65 m +11.38 -11.38 l +o +np +1909.95 126.27 m +11.38 11.38 l +o +np +1909.95 137.65 m +11.38 -11.38 l +o +np +1957.78 126.27 m +11.38 11.38 l +o +np +1957.78 137.65 m +11.38 -11.38 l +o +np +1981.69 126.27 m +11.38 11.38 l +o +np +1981.69 137.65 m +11.38 -11.38 l +o +np +2005.61 126.27 m +11.38 11.38 l +o +np +2005.61 137.65 m +11.38 -11.38 l +o +np +2029.52 126.27 m +11.38 11.38 l +o +np +2029.52 137.65 m +11.38 -11.38 l +o +np +2053.44 126.27 m +11.37 11.38 l +o +np +2053.44 137.65 m +11.37 -11.38 l +o +np +2077.35 126.27 m +11.38 11.38 l +o +np +2077.35 137.65 m +11.38 -11.38 l +o +np +2101.26 126.27 m +11.38 11.38 l +o +np +2101.26 137.65 m +11.38 -11.38 l +o +np +2125.18 126.27 m +11.38 11.38 l +o +np +2125.18 137.65 m +11.38 -11.38 l +o +np +2149.09 126.27 m +11.38 11.38 l +o +np +2149.09 137.65 m +11.38 -11.38 l +o +np +1886.04 150.18 m +11.38 11.38 l +o +np +1886.04 161.56 m +11.38 -11.38 l +o +np +1957.78 150.18 m +11.38 11.38 l +o +np +1957.78 161.56 m +11.38 -11.38 l +o +np +1981.69 150.18 m +11.38 11.38 l +o +np +1981.69 161.56 m +11.38 -11.38 l +o +np +2005.61 150.18 m +11.38 11.38 l +o +np +2005.61 161.56 m +11.38 -11.38 l +o +np +2029.52 150.18 m +11.38 11.38 l +o +np +2029.52 161.56 m +11.38 -11.38 l +o +np +2053.44 150.18 m +11.37 11.38 l +o +np +2053.44 161.56 m +11.37 -11.38 l +o +np +2077.35 150.18 m +11.38 11.38 l +o +np +2077.35 161.56 m +11.38 -11.38 l +o +np +2101.26 150.18 m +11.38 11.38 l +o +np +2101.26 161.56 m +11.38 -11.38 l +o +np +2125.18 150.18 m +11.38 11.38 l +o +np +2125.18 161.56 m +11.38 -11.38 l +o +np +2149.09 150.18 m +11.38 11.38 l +o +np +2149.09 161.56 m +11.38 -11.38 l +o +np +1886.04 174.10 m +11.38 11.38 l +o +np +1886.04 185.48 m +11.38 -11.38 l +o +np +1909.95 174.10 m +11.38 11.38 l +o +np +1909.95 185.48 m +11.38 -11.38 l +o +np +1957.78 174.10 m +11.38 11.38 l +o +np +1957.78 185.48 m +11.38 -11.38 l +o +np +1981.69 174.10 m +11.38 11.38 l +o +np +1981.69 185.48 m +11.38 -11.38 l +o +np +2005.61 174.10 m +11.38 11.38 l +o +np +2005.61 185.48 m +11.38 -11.38 l +o +np +2029.52 174.10 m +11.38 11.38 l +o +np +2029.52 185.48 m +11.38 -11.38 l +o +np +2053.44 174.10 m +11.37 11.38 l +o +np +2053.44 185.48 m +11.37 -11.38 l +o +np +2077.35 174.10 m +11.38 11.38 l +o +np +2077.35 185.48 m +11.38 -11.38 l +o +np +2101.26 174.10 m +11.38 11.38 l +o +np +2101.26 185.48 m +11.38 -11.38 l +o +np +2125.18 174.10 m +11.38 11.38 l +o +np +2125.18 185.48 m +11.38 -11.38 l +o +np +2149.09 174.10 m +11.38 11.38 l +o +np +2149.09 185.48 m +11.38 -11.38 l +o +np +1886.04 198.01 m +11.38 11.38 l +o +np +1886.04 209.39 m +11.38 -11.38 l +o +np +1957.78 198.01 m +11.38 11.38 l +o +np +1957.78 209.39 m +11.38 -11.38 l +o +np +1981.69 198.01 m +11.38 11.38 l +o +np +1981.69 209.39 m +11.38 -11.38 l +o +np +2005.61 198.01 m +11.38 11.38 l +o +np +2005.61 209.39 m +11.38 -11.38 l +o +np +2029.52 198.01 m +11.38 11.38 l +o +np +2029.52 209.39 m +11.38 -11.38 l +o +np +2053.44 198.01 m +11.37 11.38 l +o +np +2053.44 209.39 m +11.37 -11.38 l +o +np +2077.35 198.01 m +11.38 11.38 l +o +np +2077.35 209.39 m +11.38 -11.38 l +o +np +2101.26 198.01 m +11.38 11.38 l +o +np +2101.26 209.39 m +11.38 -11.38 l +o +np +2125.18 198.01 m +11.38 11.38 l +o +np +2125.18 209.39 m +11.38 -11.38 l +o +np +2149.09 198.01 m +11.38 11.38 l +o +np +2149.09 209.39 m +11.38 -11.38 l +o +np +1886.04 221.93 m +11.38 11.37 l +o +np +1886.04 233.30 m +11.38 -11.37 l +o +np +1957.78 221.93 m +11.38 11.37 l +o +np +1957.78 233.30 m +11.38 -11.37 l +o +np +1981.69 221.93 m +11.38 11.37 l +o +np +1981.69 233.30 m +11.38 -11.37 l +o +np +2005.61 221.93 m +11.38 11.37 l +o +np +2005.61 233.30 m +11.38 -11.37 l +o +np +2029.52 221.93 m +11.38 11.37 l +o +np +2029.52 233.30 m +11.38 -11.37 l +o +np +2053.44 221.93 m +11.37 11.37 l +o +np +2053.44 233.30 m +11.37 -11.37 l +o +np +2077.35 221.93 m +11.38 11.37 l +o +np +2077.35 233.30 m +11.38 -11.37 l +o +np +2101.26 221.93 m +11.38 11.37 l +o +np +2101.26 233.30 m +11.38 -11.37 l +o +np +2125.18 221.93 m +11.38 11.37 l +o +np +2125.18 233.30 m +11.38 -11.37 l +o +np +2149.09 221.93 m +11.38 11.37 l +o +np +2149.09 233.30 m +11.38 -11.37 l +o +np +1886.04 245.84 m +11.38 11.38 l +o +np +1886.04 257.22 m +11.38 -11.38 l +o +np +1957.78 245.84 m +11.38 11.38 l +o +np +1957.78 257.22 m +11.38 -11.38 l +o +np +1981.69 245.84 m +11.38 11.38 l +o +np +1981.69 257.22 m +11.38 -11.38 l +o +np +2005.61 245.84 m +11.38 11.38 l +o +np +2005.61 257.22 m +11.38 -11.38 l +o +np +2029.52 245.84 m +11.38 11.38 l +o +np +2029.52 257.22 m +11.38 -11.38 l +o +np +2053.44 245.84 m +11.37 11.38 l +o +np +2053.44 257.22 m +11.37 -11.38 l +o +np +2101.26 245.84 m +11.38 11.38 l +o +np +2101.26 257.22 m +11.38 -11.38 l +o +np +2125.18 245.84 m +11.38 11.38 l +o +np +2125.18 257.22 m +11.38 -11.38 l +o +np +2149.09 245.84 m +11.38 11.38 l +o +np +2149.09 257.22 m +11.38 -11.38 l +o +np +1694.73 269.75 m +11.37 11.38 l +o +np +1694.73 281.13 m +11.37 -11.38 l +o +np +1718.64 269.75 m +11.38 11.38 l +o +np +1718.64 281.13 m +11.38 -11.38 l +o +np +1742.55 269.75 m +11.38 11.38 l +o +np +1742.55 281.13 m +11.38 -11.38 l +o +np +1766.47 269.75 m +11.38 11.38 l +o +np +1766.47 281.13 m +11.38 -11.38 l +o +np +1790.38 269.75 m +11.38 11.38 l +o +np +1790.38 281.13 m +11.38 -11.38 l +o +np +1814.30 269.75 m +11.37 11.38 l +o +np +1814.30 281.13 m +11.37 -11.38 l +o +np +1838.21 269.75 m +11.38 11.38 l +o +np +1838.21 281.13 m +11.38 -11.38 l +o +np +1862.12 269.75 m +11.38 11.38 l +o +np +1862.12 281.13 m +11.38 -11.38 l +o +np +1933.87 269.75 m +11.37 11.38 l +o +np +1933.87 281.13 m +11.37 -11.38 l +o +np +1742.55 293.67 m +11.38 11.38 l +o +np +1742.55 305.05 m +11.38 -11.38 l +o +np +1790.38 293.67 m +11.38 11.38 l +o +np +1790.38 305.05 m +11.38 -11.38 l +o +np +1886.04 317.58 m +11.38 11.38 l +o +np +1886.04 328.96 m +11.38 -11.38 l +o +np +1957.78 317.58 m +11.38 11.38 l +o +np +1957.78 328.96 m +11.38 -11.38 l +o +np +1981.69 317.58 m +11.38 11.38 l +o +np +1981.69 328.96 m +11.38 -11.38 l +o +np +2005.61 317.58 m +11.38 11.38 l +o +np +2005.61 328.96 m +11.38 -11.38 l +o +np +2029.52 317.58 m +11.38 11.38 l +o +np +2029.52 328.96 m +11.38 -11.38 l +o +np +2053.44 317.58 m +11.37 11.38 l +o +np +2053.44 328.96 m +11.37 -11.38 l +o +np +2077.35 317.58 m +11.38 11.38 l +o +np +2077.35 328.96 m +11.38 -11.38 l +o +np +2101.26 317.58 m +11.38 11.38 l +o +np +2101.26 328.96 m +11.38 -11.38 l +o +np +2125.18 317.58 m +11.38 11.38 l +o +np +2125.18 328.96 m +11.38 -11.38 l +o +np +2149.09 317.58 m +11.38 11.38 l +o +np +2149.09 328.96 m +11.38 -11.38 l +o +np +1694.73 341.50 m +11.37 11.38 l +o +np +1694.73 352.88 m +11.37 -11.38 l +o +np +1718.64 341.50 m +11.38 11.38 l +o +np +1718.64 352.88 m +11.38 -11.38 l +o +np +1742.55 341.50 m +11.38 11.38 l +o +np +1742.55 352.88 m +11.38 -11.38 l +o +np +1766.47 341.50 m +11.38 11.38 l +o +np +1766.47 352.88 m +11.38 -11.38 l +o +np +1790.38 341.50 m +11.38 11.38 l +o +np +1790.38 352.88 m +11.38 -11.38 l +o +np +1814.30 341.50 m +11.37 11.38 l +o +np +1814.30 352.88 m +11.37 -11.38 l +o +np +1838.21 341.50 m +11.38 11.38 l +o +np +1838.21 352.88 m +11.38 -11.38 l +o +np +1862.12 341.50 m +11.38 11.38 l +o +np +1862.12 352.88 m +11.38 -11.38 l +o +np +1933.87 341.50 m +11.37 11.38 l +o +np +1933.87 352.88 m +11.37 -11.38 l +o +np +1694.73 365.41 m +11.37 11.38 l +o +np +1694.73 376.79 m +11.37 -11.38 l +o +np +1718.64 365.41 m +11.38 11.38 l +o +np +1718.64 376.79 m +11.38 -11.38 l +o +np +1742.55 365.41 m +11.38 11.38 l +o +np +1742.55 376.79 m +11.38 -11.38 l +o +np +1766.47 365.41 m +11.38 11.38 l +o +np +1766.47 376.79 m +11.38 -11.38 l +o +np +1790.38 365.41 m +11.38 11.38 l +o +np +1790.38 376.79 m +11.38 -11.38 l +o +np +1814.30 365.41 m +11.37 11.38 l +o +np +1814.30 376.79 m +11.37 -11.38 l +o +np +1838.21 365.41 m +11.38 11.38 l +o +np +1838.21 376.79 m +11.38 -11.38 l +o +np +1862.12 365.41 m +11.38 11.38 l +o +np +1862.12 376.79 m +11.38 -11.38 l +o +np +1933.87 365.41 m +11.37 11.38 l +o +np +1933.87 376.79 m +11.37 -11.38 l +o +np +1694.73 389.32 m +11.37 11.38 l +o +np +1694.73 400.70 m +11.37 -11.38 l +o +np +1718.64 389.32 m +11.38 11.38 l +o +np +1718.64 400.70 m +11.38 -11.38 l +o +np +1742.55 389.32 m +11.38 11.38 l +o +np +1742.55 400.70 m +11.38 -11.38 l +o +np +1766.47 389.32 m +11.38 11.38 l +o +np +1766.47 400.70 m +11.38 -11.38 l +o +np +1790.38 389.32 m +11.38 11.38 l +o +np +1790.38 400.70 m +11.38 -11.38 l +o +np +1814.30 389.32 m +11.37 11.38 l +o +np +1814.30 400.70 m +11.37 -11.38 l +o +np +1838.21 389.32 m +11.38 11.38 l +o +np +1838.21 400.70 m +11.38 -11.38 l +o +np +1862.12 389.32 m +11.38 11.38 l +o +np +1862.12 400.70 m +11.38 -11.38 l +o +np +1933.87 389.32 m +11.37 11.38 l +o +np +1933.87 400.70 m +11.37 -11.38 l +o +np +1694.73 413.24 m +11.37 11.38 l +o +np +1694.73 424.62 m +11.37 -11.38 l +o +np +1718.64 413.24 m +11.38 11.38 l +o +np +1718.64 424.62 m +11.38 -11.38 l +o +np +1742.55 413.24 m +11.38 11.38 l +o +np +1742.55 424.62 m +11.38 -11.38 l +o +np +1766.47 413.24 m +11.38 11.38 l +o +np +1766.47 424.62 m +11.38 -11.38 l +o +np +1790.38 413.24 m +11.38 11.38 l +o +np +1790.38 424.62 m +11.38 -11.38 l +o +np +1814.30 413.24 m +11.37 11.38 l +o +np +1814.30 424.62 m +11.37 -11.38 l +o +np +1838.21 413.24 m +11.38 11.38 l +o +np +1838.21 424.62 m +11.38 -11.38 l +o +np +1862.12 413.24 m +11.38 11.38 l +o +np +1862.12 424.62 m +11.38 -11.38 l +o +np +1933.87 413.24 m +11.37 11.38 l +o +np +1933.87 424.62 m +11.37 -11.38 l +o +np +1694.73 437.15 m +11.37 11.38 l +o +np +1694.73 448.53 m +11.37 -11.38 l +o +np +1718.64 437.15 m +11.38 11.38 l +o +np +1718.64 448.53 m +11.38 -11.38 l +o +np +1742.55 437.15 m +11.38 11.38 l +o +np +1742.55 448.53 m +11.38 -11.38 l +o +np +1766.47 437.15 m +11.38 11.38 l +o +np +1766.47 448.53 m +11.38 -11.38 l +o +np +1790.38 437.15 m +11.38 11.38 l +o +np +1790.38 448.53 m +11.38 -11.38 l +o +np +1814.30 437.15 m +11.37 11.38 l +o +np +1814.30 448.53 m +11.37 -11.38 l +o +np +1838.21 437.15 m +11.38 11.38 l +o +np +1838.21 448.53 m +11.38 -11.38 l +o +np +1862.12 437.15 m +11.38 11.38 l +o +np +1862.12 448.53 m +11.38 -11.38 l +o +np +1933.87 437.15 m +11.37 11.38 l +o +np +1933.87 448.53 m +11.37 -11.38 l +o +np +1694.73 461.07 m +11.37 11.38 l +o +np +1694.73 472.45 m +11.37 -11.38 l +o +np +1718.64 461.07 m +11.38 11.38 l +o +np +1718.64 472.45 m +11.38 -11.38 l +o +np +1742.55 461.07 m +11.38 11.38 l +o +np +1742.55 472.45 m +11.38 -11.38 l +o +np +1766.47 461.07 m +11.38 11.38 l +o +np +1766.47 472.45 m +11.38 -11.38 l +o +np +1790.38 461.07 m +11.38 11.38 l +o +np +1790.38 472.45 m +11.38 -11.38 l +o +np +1814.30 461.07 m +11.37 11.38 l +o +np +1814.30 472.45 m +11.37 -11.38 l +o +np +1838.21 461.07 m +11.38 11.38 l +o +np +1838.21 472.45 m +11.38 -11.38 l +o +np +1933.87 461.07 m +11.37 11.38 l +o +np +1933.87 472.45 m +11.37 -11.38 l +o +np +1694.73 484.98 m +11.37 11.38 l +o +np +1694.73 496.36 m +11.37 -11.38 l +o +np +1718.64 484.98 m +11.38 11.38 l +o +np +1718.64 496.36 m +11.38 -11.38 l +o +np +1742.55 484.98 m +11.38 11.38 l +o +np +1742.55 496.36 m +11.38 -11.38 l +o +np +1766.47 484.98 m +11.38 11.38 l +o +np +1766.47 496.36 m +11.38 -11.38 l +o +np +1790.38 484.98 m +11.38 11.38 l +o +np +1790.38 496.36 m +11.38 -11.38 l +o +np +1814.30 484.98 m +11.37 11.38 l +o +np +1814.30 496.36 m +11.37 -11.38 l +o +np +1838.21 484.98 m +11.38 11.38 l +o +np +1838.21 496.36 m +11.38 -11.38 l +o +np +1862.12 484.98 m +11.38 11.38 l +o +np +1862.12 496.36 m +11.38 -11.38 l +o +np +1933.87 484.98 m +11.37 11.38 l +o +np +1933.87 496.36 m +11.37 -11.38 l +o +np +1694.73 508.90 m +11.37 11.37 l +o +np +1694.73 520.27 m +11.37 -11.37 l +o +np +1718.64 508.90 m +11.38 11.37 l +o +np +1718.64 520.27 m +11.38 -11.37 l +o +np +1742.55 508.90 m +11.38 11.37 l +o +np +1742.55 520.27 m +11.38 -11.37 l +o +np +1766.47 508.90 m +11.38 11.37 l +o +np +1766.47 520.27 m +11.38 -11.37 l +o +np +1790.38 508.90 m +11.38 11.37 l +o +np +1790.38 520.27 m +11.38 -11.37 l +o +np +1814.30 508.90 m +11.37 11.37 l +o +np +1814.30 520.27 m +11.37 -11.37 l +o +np +1838.21 508.90 m +11.38 11.37 l +o +np +1838.21 520.27 m +11.38 -11.37 l +o +np +1862.12 508.90 m +11.38 11.37 l +o +np +1862.12 520.27 m +11.38 -11.37 l +o +np +1933.87 508.90 m +11.37 11.37 l +o +np +1933.87 520.27 m +11.37 -11.37 l +o +np +1694.73 532.81 m +11.37 11.38 l +o +np +1694.73 544.19 m +11.37 -11.38 l +o +np +1718.64 532.81 m +11.38 11.38 l +o +np +1718.64 544.19 m +11.38 -11.38 l +o +np +1742.55 532.81 m +11.38 11.38 l +o +np +1742.55 544.19 m +11.38 -11.38 l +o +np +1766.47 532.81 m +11.38 11.38 l +o +np +1766.47 544.19 m +11.38 -11.38 l +o +np +1790.38 532.81 m +11.38 11.38 l +o +np +1790.38 544.19 m +11.38 -11.38 l +o +np +1814.30 532.81 m +11.37 11.38 l +o +np +1814.30 544.19 m +11.37 -11.38 l +o +np +1838.21 532.81 m +11.38 11.38 l +o +np +1838.21 544.19 m +11.38 -11.38 l +o +np +1862.12 532.81 m +11.38 11.38 l +o +np +1862.12 544.19 m +11.38 -11.38 l +o +np +1933.87 532.81 m +11.37 11.38 l +o +np +1933.87 544.19 m +11.37 -11.38 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_A_2) 1 0 t +1681.13 103.74 (Batch1_A_3) 1 0 t +1681.13 127.65 (Batch1_A_5) 1 0 t +1681.13 151.57 (Batch1_A_1) 1 0 t +1681.13 175.48 (Batch1_A_4) 1 0 t +1681.13 199.39 (Batch1_B_10) 1 0 t +1681.13 223.31 (Batch1_B_9) 1 0 t +1681.13 247.22 (Batch1_D_17) 1 0 t +1681.13 271.14 (Batch1_B_6) 1 0 t +1681.13 295.05 (Batch1_B_8) 1 0 t +1681.13 318.96 (Batch1_B_7) 1 0 t +1681.13 342.88 (Batch1_C_11) 1 0 t +1681.13 366.79 (Batch1_C_14) 1 0 t +1681.13 390.71 (Batch1_C_15) 1 0 t +1681.13 414.62 (Batch1_C_12) 1 0 t +1681.13 438.53 (Batch1_C_13) 1 0 t +1681.13 462.45 (Batch1_D_16) 1 0 t +1681.13 486.36 (Batch1_D_20) 1 0 t +1681.13 510.28 (Batch1_D_18) 1 0 t +1681.13 534.19 (Batch1_D_19) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_A_2) 1 45.00 t +1730.42 58.76 (Batch1_A_3) 1 45.00 t +1754.33 58.76 (Batch1_A_5) 1 45.00 t +1778.25 58.76 (Batch1_A_1) 1 45.00 t +1802.16 58.76 (Batch1_A_4) 1 45.00 t +1826.08 58.76 (Batch1_B_10) 1 45.00 t +1849.99 58.76 (Batch1_B_9) 1 45.00 t +1873.91 58.76 (Batch1_D_17) 1 45.00 t +1897.82 58.76 (Batch1_B_6) 1 45.00 t +1921.73 58.76 (Batch1_B_8) 1 45.00 t +1945.65 58.76 (Batch1_B_7) 1 45.00 t +1969.56 58.76 (Batch1_C_11) 1 45.00 t +1993.48 58.76 (Batch1_C_14) 1 45.00 t +2017.39 58.76 (Batch1_C_15) 1 45.00 t +2041.30 58.76 (Batch1_C_12) 1 45.00 t +2065.22 58.76 (Batch1_C_13) 1 45.00 t +2089.13 58.76 (Batch1_D_16) 1 45.00 t +2113.05 58.76 (Batch1_D_20) 1 45.00 t +2136.96 58.76 (Batch1_D_18) 1 45.00 t +2160.87 58.76 (Batch1_D_19) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of Ra) tb +-0.260 (w Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..f7b3a903069e466d02b29fd51a079ae840bc886c Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..51b504cfcac2d06b6989f6422539ea2347cb9e47 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_heatmap.ps @@ -0,0 +1,5598 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +509.66 552.67 (Heatmap of Ra) 0 ta +-0.390 (w Data) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1280.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +674.45 493.00 m +0 12.24 l +63.76 0 l +0 -12.24 l +o +np +865.72 493.00 m +0 13.21 l +63.76 0 l +0 -13.21 l +o +np +419.42 493.00 m +0 13.96 l +63.76 0 l +0 -13.96 l +o +np +228.15 493.00 m +0 15.51 l +63.76 0 l +0 -15.51 l +o +np +1184.51 493.00 m +0 15.71 l +63.76 0 l +0 -15.71 l +o +np +164.39 493.00 m +0 18.47 l +95.64 0 l +0 -2.96 l +o +np +801.97 493.00 m +0 18.72 l +95.63 0 l +0 -5.51 l +o +np +355.67 493.00 m +0 18.84 l +95.63 0 l +0 -4.88 l +o +np +546.94 493.00 m +0 18.91 l +63.75 0 l +0 -18.91 l +o +np +1120.75 493.00 m +0 19.79 l +95.64 0 l +0 -4.08 l +o +np +403.48 511.84 m +0 3.50 l +175.34 0 l +0 -3.43 l +o +np +1057.00 493.00 m +0 23.03 l +111.57 0 l +0 -3.24 l +o +np +706.33 505.24 m +0 11.17 l +143.45 0 l +0 -4.69 l +o +np +212.21 511.47 m +0 6.41 l +278.94 0 l +0 -2.54 l +o +np +993.24 493.00 m +0 29.19 l +119.54 0 l +0 -6.16 l +o +np +100.64 493.00 m +0 30.44 l +251.04 0 l +0 -5.56 l +o +np +36.88 493.00 m +0 33.85 l +189.28 0 l +0 -3.41 l +o +np +778.06 516.41 m +0 11.87 l +274.95 0 l +0 -6.09 l +o +np +131.52 526.85 m +0 18.53 l +784.01 0 l +0 -17.10 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0.9098 0.9098 1 srgb } def +5.00 444.41 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 441.82 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 436.64 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +5.00 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 431.47 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 428.88 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 426.29 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +5.00 423.70 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 421.11 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 418.52 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 415.93 63.76 2.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +5.00 413.35 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +5.00 410.76 63.76 2.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +5.00 408.17 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +5.00 405.58 63.76 2.59 r p2 +5.00 402.99 63.76 2.59 r p2 +5.00 400.40 63.76 2.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +5.00 397.81 63.76 2.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +5.00 395.22 63.76 2.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +5.00 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 390.05 63.76 2.59 r p2 +5.00 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +5.00 384.87 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +5.00 382.28 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 379.69 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 377.10 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 374.52 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +5.00 371.93 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 369.34 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +5.00 366.75 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 364.16 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 358.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 356.39 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 353.81 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 351.22 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +5.00 348.63 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +5.00 346.04 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 343.45 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 340.86 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +5.00 338.27 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +5.00 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 333.10 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +5.00 330.51 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 327.92 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 325.33 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 322.74 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 320.15 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 317.56 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 314.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 312.39 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 309.80 63.76 2.59 r p2 +5.00 307.21 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 304.62 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 302.03 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 296.86 63.76 2.59 r p2 +5.00 294.27 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 291.68 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 289.09 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +5.00 286.50 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 283.91 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 281.32 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 278.73 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 276.15 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 273.56 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 270.97 63.76 2.59 r p2 +5.00 268.38 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 265.79 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 263.20 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 260.61 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 258.02 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 255.44 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 252.85 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 250.26 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 247.67 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 239.90 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 237.32 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 234.73 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +5.00 232.14 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +5.00 229.55 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +5.00 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 224.37 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 221.78 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 216.61 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 214.02 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +5.00 206.25 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 203.66 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +5.00 198.49 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +5.00 195.90 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 185.54 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +5.00 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 180.36 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +5.00 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 175.19 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +5.00 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 170.01 63.76 2.59 r p2 +5.00 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 164.83 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 162.24 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 159.66 63.76 2.59 r p2 +5.00 157.07 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +5.00 151.89 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 146.71 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 144.12 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 141.53 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 138.95 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +5.00 136.36 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 133.77 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +5.00 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +68.76 441.82 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +68.76 439.23 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 436.64 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +68.76 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 431.47 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +68.76 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 426.29 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +68.76 423.70 63.76 2.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +68.76 421.11 63.76 2.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +68.76 418.52 63.76 2.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +68.76 415.93 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +68.76 408.17 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 402.99 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 400.40 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 397.81 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 395.22 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +68.76 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 390.05 63.76 2.59 r p2 +68.76 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 384.87 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 382.28 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +68.76 379.69 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +68.76 377.10 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 374.52 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +68.76 371.93 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 369.34 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +68.76 366.75 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +68.76 364.16 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +68.76 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 358.98 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +68.76 356.39 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +68.76 353.81 63.76 2.59 r p2 +68.76 351.22 63.76 2.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +68.76 348.63 63.76 2.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +68.76 346.04 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +68.76 343.45 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +68.76 340.86 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +68.76 338.27 63.76 2.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +68.76 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +68.76 333.10 63.76 2.59 r p2 +68.76 330.51 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +68.76 327.92 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +68.76 325.33 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +68.76 322.74 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +68.76 320.15 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +68.76 317.56 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +68.76 314.98 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +68.76 312.39 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +68.76 309.80 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +68.76 307.21 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +68.76 304.62 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +68.76 302.03 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +68.76 296.86 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 294.27 63.76 2.59 r p2 +68.76 291.68 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +68.76 289.09 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +68.76 286.50 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +68.76 283.91 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +68.76 281.32 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +68.76 278.73 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +68.76 276.15 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +68.76 273.56 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +68.76 270.97 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +68.76 268.38 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +68.76 265.79 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +68.76 263.20 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +68.76 260.61 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +68.76 258.02 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +68.76 255.44 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +68.76 252.85 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +68.76 250.26 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +68.76 247.67 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +68.76 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +68.76 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +68.76 239.90 63.76 2.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +68.76 237.32 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +68.76 234.73 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 232.14 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +68.76 229.55 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +68.76 226.96 63.76 2.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +68.76 224.37 63.76 2.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +68.76 221.78 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +68.76 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 216.61 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +68.76 214.02 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 208.84 63.76 2.59 r p2 +68.76 206.25 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +68.76 203.66 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +68.76 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 198.49 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +68.76 195.90 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +68.76 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 185.54 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 182.95 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +68.76 180.36 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +68.76 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 175.19 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 170.01 63.76 2.59 r p2 +68.76 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 164.83 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +68.76 162.24 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +68.76 159.66 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +68.76 157.07 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +68.76 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 151.89 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +68.76 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 146.71 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +68.76 144.12 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +68.76 141.53 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +68.76 138.95 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +68.76 136.36 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +68.76 133.77 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +68.76 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 444.41 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +132.51 441.82 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 436.64 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 431.47 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +132.51 428.88 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +132.51 426.29 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +132.51 423.70 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 421.11 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +132.51 418.52 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +132.51 415.93 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +132.51 408.17 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +132.51 402.99 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 400.40 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 397.81 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 395.22 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +132.51 392.64 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +132.51 390.05 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 384.87 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 382.28 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +132.51 379.69 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +132.51 377.10 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +132.51 374.52 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 371.93 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 369.34 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 366.75 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 364.16 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +132.51 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 358.98 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 356.39 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 353.81 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 351.22 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +132.51 348.63 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 346.04 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +132.51 343.45 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +132.51 340.86 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 338.27 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 333.10 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +132.51 330.51 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +132.51 327.92 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 325.33 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 322.74 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 320.15 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +132.51 317.56 63.76 2.59 r p2 +132.51 314.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 312.39 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +132.51 309.80 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 307.21 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 304.62 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 302.03 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 299.44 63.76 2.59 r p2 +132.51 296.86 63.76 2.59 r p2 +132.51 294.27 63.76 2.59 r p2 +132.51 291.68 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +132.51 289.09 63.76 2.59 r p2 +132.51 286.50 63.76 2.59 r p2 +132.51 283.91 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +132.51 281.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 278.73 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 276.15 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 273.56 63.76 2.59 r p2 +132.51 270.97 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +132.51 268.38 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 265.79 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +132.51 263.20 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 260.61 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 258.02 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +132.51 255.44 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 252.85 63.76 2.59 r p2 +132.51 250.26 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +132.51 247.67 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +132.51 239.90 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +132.51 237.32 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 234.73 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 232.14 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +132.51 229.55 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 224.37 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 221.78 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +132.51 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 216.61 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 214.02 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +132.51 206.25 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +132.51 203.66 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +132.51 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 198.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 195.90 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 185.54 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +132.51 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 180.36 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +132.51 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 175.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 170.01 63.76 2.59 r p2 +132.51 167.42 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +132.51 164.83 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 162.24 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 159.66 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 157.07 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +132.51 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 151.89 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 146.71 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 144.12 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 141.53 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +132.51 138.95 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +132.51 136.36 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 133.77 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +132.51 131.18 63.76 2.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +196.27 444.41 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 441.82 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +196.27 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 436.64 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 431.47 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +196.27 428.88 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 426.29 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 423.70 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 421.11 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +196.27 418.52 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 415.93 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +196.27 408.17 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +196.27 402.99 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 400.40 63.76 2.59 r p2 +196.27 397.81 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 395.22 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 390.05 63.76 2.59 r p2 +196.27 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 384.87 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 382.28 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +196.27 379.69 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +196.27 377.10 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 374.52 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +196.27 371.93 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +196.27 369.34 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +196.27 366.75 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 364.16 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +196.27 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 358.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 356.39 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +196.27 353.81 63.76 2.59 r p2 +196.27 351.22 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +196.27 348.63 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 346.04 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +196.27 343.45 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +196.27 340.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +196.27 338.27 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 333.10 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 330.51 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +196.27 327.92 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +196.27 325.33 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +196.27 322.74 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +196.27 320.15 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +196.27 317.56 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +196.27 314.98 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +196.27 312.39 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +196.27 309.80 63.76 2.59 r p2 +196.27 307.21 63.76 2.59 r p2 +196.27 304.62 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 302.03 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +196.27 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +196.27 296.86 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +196.27 294.27 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +196.27 291.68 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 289.09 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 286.50 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +196.27 283.91 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +196.27 281.32 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 278.73 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +196.27 276.15 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +196.27 273.56 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +196.27 270.97 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +196.27 268.38 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 265.79 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +196.27 263.20 63.76 2.59 r p2 +196.27 260.61 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 258.02 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +196.27 255.44 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 252.85 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +196.27 250.26 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +196.27 247.67 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +196.27 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +196.27 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +196.27 239.90 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 237.32 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 234.73 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +196.27 232.14 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +196.27 229.55 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +196.27 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 224.37 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +196.27 221.78 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +196.27 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 216.61 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +196.27 214.02 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 208.84 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +196.27 206.25 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +196.27 203.66 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +196.27 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +196.27 198.49 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +196.27 195.90 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +196.27 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 185.54 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +196.27 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 175.19 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +196.27 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 170.01 63.76 2.59 r p2 +196.27 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 164.83 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +196.27 162.24 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +196.27 159.66 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +196.27 157.07 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +196.27 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 151.89 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +196.27 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 146.71 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +196.27 144.12 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 141.53 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +196.27 138.95 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +196.27 136.36 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +196.27 133.77 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +260.03 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 441.82 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +260.03 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 436.64 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +260.03 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 431.47 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 428.88 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 426.29 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 423.70 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +260.03 421.11 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 418.52 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 415.93 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +260.03 408.17 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 402.99 63.76 2.59 r p2 +260.03 400.40 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 397.81 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +260.03 395.22 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +260.03 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 390.05 63.76 2.59 r p2 +260.03 387.46 63.76 2.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +260.03 384.87 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 382.28 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +260.03 379.69 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +260.03 377.10 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +260.03 374.52 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 371.93 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 369.34 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +260.03 366.75 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 364.16 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +260.03 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 358.98 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 356.39 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +260.03 353.81 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 351.22 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 348.63 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 346.04 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 343.45 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +260.03 340.86 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 338.27 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +260.03 333.10 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 330.51 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 327.92 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 325.33 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +260.03 322.74 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +260.03 320.15 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 317.56 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 314.98 63.76 2.59 r p2 +260.03 312.39 63.76 2.59 r p2 +260.03 309.80 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +260.03 307.21 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 304.62 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +260.03 302.03 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 296.86 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 294.27 63.76 2.59 r p2 +260.03 291.68 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +260.03 289.09 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +260.03 286.50 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +260.03 283.91 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +260.03 281.32 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 278.73 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 276.15 63.76 2.59 r p2 +260.03 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 270.97 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 268.38 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 265.79 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 263.20 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 260.61 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 258.02 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 255.44 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 252.85 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +260.03 250.26 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 247.67 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 239.90 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 237.32 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 234.73 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 232.14 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 229.55 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +260.03 226.96 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +260.03 224.37 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 221.78 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +260.03 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 216.61 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +260.03 214.02 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +260.03 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +260.03 206.25 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +260.03 203.66 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +260.03 198.49 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +260.03 195.90 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 185.54 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 182.95 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +260.03 180.36 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 175.19 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 170.01 63.76 2.59 r p2 +260.03 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 164.83 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +260.03 162.24 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 159.66 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 157.07 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +260.03 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 151.89 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 146.71 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 144.12 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 141.53 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +260.03 138.95 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +260.03 136.36 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +260.03 133.77 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +260.03 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 444.41 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +323.79 441.82 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +323.79 439.23 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 436.64 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 434.05 63.76 2.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +323.79 431.47 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +323.79 428.88 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +323.79 426.29 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 423.70 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 421.11 63.76 2.59 r p2 +323.79 418.52 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 415.93 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +323.79 408.17 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +323.79 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +323.79 402.99 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 400.40 63.76 2.59 r p2 +323.79 397.81 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +323.79 395.22 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +323.79 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 390.05 63.76 2.59 r p2 +323.79 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 384.87 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 382.28 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 379.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +323.79 377.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 374.52 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 371.93 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +323.79 369.34 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 366.75 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +323.79 364.16 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 358.98 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 356.39 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +323.79 353.81 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 351.22 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +323.79 348.63 63.76 2.59 r p2 +323.79 346.04 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +323.79 343.45 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +323.79 340.86 63.76 2.59 r p2 +323.79 338.27 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +323.79 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +323.79 333.10 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 330.51 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 327.92 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +323.79 325.33 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 322.74 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +323.79 320.15 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +323.79 317.56 63.76 2.59 r p2 +323.79 314.98 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 312.39 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +323.79 309.80 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +323.79 307.21 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 304.62 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +323.79 302.03 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +323.79 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 296.86 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +323.79 294.27 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +323.79 291.68 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +323.79 289.09 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +323.79 286.50 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +323.79 283.91 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +323.79 281.32 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +323.79 278.73 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 276.15 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +323.79 273.56 63.76 2.59 r p2 +323.79 270.97 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 268.38 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +323.79 265.79 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +323.79 263.20 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +323.79 260.61 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 258.02 63.76 2.59 r p2 +323.79 255.44 63.76 2.59 r p2 +323.79 252.85 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 250.26 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +323.79 247.67 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +323.79 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +323.79 239.90 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 237.32 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +323.79 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +323.79 232.14 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +323.79 229.55 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 226.96 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +323.79 224.37 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +323.79 221.78 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +323.79 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 216.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +323.79 214.02 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +323.79 206.25 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +323.79 203.66 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +323.79 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 195.90 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 185.54 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 180.36 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +323.79 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 175.19 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 170.01 63.76 2.59 r p2 +323.79 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 164.83 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 162.24 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +323.79 159.66 63.76 2.59 r p2 +323.79 157.07 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +323.79 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 151.89 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +323.79 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 146.71 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 144.12 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 141.53 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +323.79 138.95 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +323.79 136.36 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 133.77 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +323.79 131.18 63.76 2.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +387.54 444.41 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 441.82 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +387.54 439.23 63.76 2.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +387.54 436.64 63.76 2.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +387.54 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 431.47 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +387.54 428.88 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +387.54 426.29 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 423.70 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 421.11 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 418.52 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +387.54 415.93 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +387.54 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +387.54 410.76 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +387.54 408.17 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +387.54 402.99 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 400.40 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +387.54 397.81 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +387.54 395.22 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +387.54 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 390.05 63.76 2.59 r p2 +387.54 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +387.54 384.87 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +387.54 382.28 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 379.69 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 377.10 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +387.54 374.52 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +387.54 371.93 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +387.54 369.34 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 366.75 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 364.16 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 358.98 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +387.54 356.39 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 353.81 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 351.22 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 348.63 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +387.54 346.04 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 343.45 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 340.86 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 338.27 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +387.54 333.10 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 330.51 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 327.92 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +387.54 325.33 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 322.74 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 320.15 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 317.56 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +387.54 314.98 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 312.39 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 309.80 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 307.21 63.76 2.59 r p2 +387.54 304.62 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 302.03 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 296.86 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 294.27 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 291.68 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 289.09 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +387.54 286.50 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 283.91 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +387.54 281.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 278.73 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 276.15 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 273.56 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 270.97 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 268.38 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 265.79 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +387.54 263.20 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 260.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 258.02 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 255.44 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +387.54 252.85 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 250.26 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 247.67 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 239.90 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 237.32 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +387.54 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +387.54 232.14 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +387.54 229.55 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +387.54 226.96 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 224.37 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +387.54 221.78 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 216.61 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 214.02 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 208.84 63.76 2.59 r p2 +387.54 206.25 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 203.66 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 198.49 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +387.54 195.90 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +387.54 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +387.54 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 185.54 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 182.95 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 180.36 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +387.54 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 175.19 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +387.54 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 170.01 63.76 2.59 r p2 +387.54 167.42 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +387.54 164.83 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +387.54 162.24 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +387.54 159.66 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +387.54 157.07 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +387.54 151.89 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +387.54 146.71 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +387.54 144.12 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 141.53 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 138.95 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +387.54 136.36 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 133.77 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +451.30 444.41 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +451.30 441.82 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +451.30 439.23 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +451.30 436.64 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +451.30 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 431.47 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +451.30 428.88 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 426.29 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 423.70 63.76 2.59 r p2 +451.30 421.11 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 418.52 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 415.93 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +451.30 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +451.30 405.58 63.76 2.59 r p2 +451.30 402.99 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +451.30 400.40 63.76 2.59 r p2 +451.30 397.81 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 395.22 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 390.05 63.76 2.59 r p2 +451.30 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 384.87 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +451.30 382.28 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +451.30 379.69 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +451.30 377.10 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 374.52 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +451.30 371.93 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +451.30 369.34 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +451.30 366.75 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +451.30 364.16 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 358.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +451.30 356.39 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +451.30 353.81 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 351.22 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 348.63 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 346.04 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +451.30 343.45 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 340.86 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 338.27 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +451.30 335.69 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +451.30 333.10 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 330.51 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 327.92 63.76 2.59 r p2 +451.30 325.33 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +451.30 322.74 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 320.15 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +451.30 317.56 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +451.30 314.98 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 312.39 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +451.30 309.80 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 307.21 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +451.30 304.62 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +451.30 302.03 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +451.30 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 296.86 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 294.27 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +451.30 291.68 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 289.09 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 286.50 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 283.91 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +451.30 281.32 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 278.73 63.76 2.59 r p2 +451.30 276.15 63.76 2.59 r p2 +451.30 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +451.30 270.97 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 268.38 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 265.79 63.76 2.59 r p2 +451.30 263.20 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 260.61 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 258.02 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 255.44 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 252.85 63.76 2.59 r p2 +451.30 250.26 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 247.67 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +451.30 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +451.30 239.90 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 237.32 63.76 2.59 r p2 +451.30 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +451.30 232.14 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +451.30 229.55 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +451.30 226.96 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +451.30 224.37 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 221.78 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +451.30 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 216.61 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 214.02 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +451.30 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 206.25 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 203.66 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +451.30 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +451.30 198.49 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +451.30 195.90 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +451.30 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 185.54 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 182.95 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +451.30 180.36 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +451.30 177.78 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +451.30 175.19 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 170.01 63.76 2.59 r p2 +451.30 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 164.83 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 162.24 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +451.30 159.66 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +451.30 157.07 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +451.30 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 151.89 63.76 2.59 r p2 +451.30 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +451.30 146.71 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 144.12 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 141.53 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 138.95 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +451.30 136.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 133.77 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 131.18 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 444.41 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 441.82 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +515.06 439.23 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 436.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.06 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 431.47 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +515.06 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +515.06 426.29 63.76 2.59 r p2 +515.06 423.70 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +515.06 421.11 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 418.52 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 415.93 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +515.06 408.17 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +515.06 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +515.06 402.99 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 400.40 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 397.81 63.76 2.59 r p2 +515.06 395.22 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 390.05 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +515.06 387.46 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 384.87 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +515.06 382.28 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +515.06 379.69 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +515.06 377.10 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +515.06 374.52 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +515.06 371.93 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +515.06 369.34 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +515.06 366.75 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +515.06 364.16 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.06 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +515.06 358.98 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 356.39 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 353.81 63.76 2.59 r p2 +515.06 351.22 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 348.63 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 346.04 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +515.06 343.45 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 340.86 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 338.27 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +515.06 335.69 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +515.06 333.10 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 330.51 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.06 327.92 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +515.06 325.33 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.06 322.74 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +515.06 320.15 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 317.56 63.76 2.59 r p2 +515.06 314.98 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 312.39 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 309.80 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +515.06 307.21 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 302.03 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +515.06 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 296.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 294.27 63.76 2.59 r p2 +515.06 291.68 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 289.09 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 286.50 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +515.06 283.91 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 281.32 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +515.06 278.73 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 276.15 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 273.56 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 270.97 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +515.06 268.38 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +515.06 265.79 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 263.20 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 260.61 63.76 2.59 r p2 +515.06 258.02 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +515.06 255.44 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 252.85 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 250.26 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +515.06 247.67 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.06 239.90 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 237.32 63.76 2.59 r p2 +515.06 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +515.06 232.14 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +515.06 229.55 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +515.06 226.96 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.06 224.37 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +515.06 221.78 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +515.06 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 216.61 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +515.06 214.02 63.76 2.59 r p2 +515.06 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.06 206.25 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +515.06 203.66 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +515.06 198.49 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 195.90 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +515.06 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 185.54 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +515.06 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 180.36 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +515.06 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 175.19 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +515.06 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 170.01 63.76 2.59 r p2 +515.06 167.42 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 164.83 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 162.24 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +515.06 159.66 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 157.07 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 151.89 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 146.71 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 144.12 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.06 141.53 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +515.06 138.95 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 136.36 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 133.77 63.76 2.59 r p2 +515.06 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +578.82 444.41 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +578.82 441.82 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +578.82 439.23 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +578.82 436.64 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +578.82 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 431.47 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 428.88 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +578.82 426.29 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 423.70 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +578.82 421.11 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 418.52 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +578.82 415.93 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +578.82 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +578.82 408.17 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +578.82 405.58 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 402.99 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +578.82 400.40 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 397.81 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +578.82 395.22 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 390.05 63.76 2.59 r p2 +578.82 387.46 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +578.82 384.87 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +578.82 382.28 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +578.82 379.69 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +578.82 377.10 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +578.82 374.52 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +578.82 371.93 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +578.82 369.34 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 366.75 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +578.82 364.16 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +578.82 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 358.98 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +578.82 356.39 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 353.81 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +578.82 348.63 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 346.04 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +578.82 343.45 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +578.82 340.86 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 338.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 335.69 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +578.82 333.10 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +578.82 330.51 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 327.92 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 325.33 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 322.74 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +578.82 320.15 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 317.56 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 314.98 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 312.39 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +578.82 309.80 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 307.21 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +578.82 304.62 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 302.03 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +578.82 299.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +578.82 296.86 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 294.27 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +578.82 291.68 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 289.09 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +578.82 286.50 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 283.91 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 281.32 63.76 2.59 r p2 +578.82 278.73 63.76 2.59 r p2 +578.82 276.15 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +578.82 273.56 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 270.97 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +578.82 268.38 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +578.82 265.79 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +578.82 263.20 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 260.61 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +578.82 258.02 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 255.44 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 252.85 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +578.82 250.26 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +578.82 247.67 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +578.82 242.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +578.82 239.90 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 237.32 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 234.73 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +578.82 232.14 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +578.82 229.55 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 226.96 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +578.82 224.37 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 221.78 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +578.82 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 216.61 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 214.02 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 208.84 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +578.82 206.25 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +578.82 203.66 63.76 2.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +578.82 201.07 63.76 2.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +578.82 198.49 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +578.82 195.90 63.76 2.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +578.82 193.31 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +578.82 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 185.54 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +578.82 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 180.36 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 175.19 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +578.82 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 170.01 63.76 2.59 r p2 +578.82 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 164.83 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 162.24 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +578.82 159.66 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +578.82 157.07 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 151.89 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +578.82 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +578.82 146.71 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +578.82 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 141.53 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 138.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 136.36 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +578.82 133.77 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +642.57 444.41 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 441.82 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 436.64 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +642.57 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 431.47 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +642.57 426.29 63.76 2.59 r p2 +642.57 423.70 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +642.57 421.11 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +642.57 418.52 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +642.57 415.93 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +642.57 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 410.76 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +642.57 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +642.57 405.58 63.76 2.59 r p2 +642.57 402.99 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +642.57 400.40 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 397.81 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +642.57 395.22 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 390.05 63.76 2.59 r p2 +642.57 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 384.87 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +642.57 382.28 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +642.57 379.69 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 377.10 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +642.57 374.52 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +642.57 371.93 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +642.57 369.34 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 366.75 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +642.57 364.16 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +642.57 361.57 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 358.98 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +642.57 356.39 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 353.81 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +642.57 351.22 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 348.63 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +642.57 346.04 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +642.57 343.45 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +642.57 340.86 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +642.57 338.27 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +642.57 335.69 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +642.57 333.10 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 330.51 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 327.92 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +642.57 325.33 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 322.74 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 320.15 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 317.56 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +642.57 314.98 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 312.39 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 309.80 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 307.21 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 304.62 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 302.03 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 299.44 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +642.57 296.86 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 294.27 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +642.57 289.09 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +642.57 286.50 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 283.91 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 281.32 63.76 2.59 r p2 +642.57 278.73 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +642.57 276.15 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 273.56 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 270.97 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +642.57 268.38 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 265.79 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +642.57 263.20 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +642.57 260.61 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +642.57 258.02 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +642.57 255.44 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +642.57 252.85 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +642.57 250.26 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +642.57 247.67 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +642.57 245.08 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 242.49 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 239.90 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +642.57 237.32 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +642.57 234.73 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +642.57 232.14 63.76 2.59 r p2 +642.57 229.55 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +642.57 224.37 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +642.57 221.78 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +642.57 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 216.61 63.76 2.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +642.57 214.02 63.76 2.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +642.57 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +642.57 206.25 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +642.57 203.66 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +642.57 201.07 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +642.57 198.49 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +642.57 195.90 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +642.57 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 185.54 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +642.57 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +642.57 180.36 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +642.57 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 175.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +642.57 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 170.01 63.76 2.59 r p2 +642.57 167.42 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +642.57 164.83 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 162.24 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +642.57 159.66 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 157.07 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 151.89 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 146.71 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 144.12 63.76 2.59 r p2 +642.57 141.53 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 138.95 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 136.36 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 133.77 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +706.33 441.82 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 436.64 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 431.47 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 426.29 63.76 2.59 r p2 +706.33 423.70 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +706.33 421.11 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +706.33 418.52 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 415.93 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 413.35 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 405.58 63.76 2.59 r p2 +706.33 402.99 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 400.40 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 397.81 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 395.22 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +706.33 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 390.05 63.76 2.59 r p2 +706.33 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 384.87 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +706.33 382.28 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +706.33 379.69 63.76 2.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +706.33 377.10 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +706.33 374.52 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +706.33 371.93 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 369.34 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +706.33 366.75 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 364.16 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 361.57 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 358.98 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +706.33 356.39 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +706.33 353.81 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +706.33 351.22 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 348.63 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 346.04 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +706.33 343.45 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +706.33 340.86 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +706.33 338.27 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +706.33 335.69 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +706.33 333.10 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +706.33 330.51 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +706.33 327.92 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 325.33 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +706.33 322.74 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 320.15 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 317.56 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 314.98 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 312.39 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 309.80 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +706.33 307.21 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 304.62 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +706.33 302.03 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 299.44 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 296.86 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 294.27 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 291.68 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 289.09 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 286.50 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +706.33 283.91 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 281.32 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 278.73 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 276.15 63.76 2.59 r p2 +706.33 273.56 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 270.97 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 268.38 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 265.79 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +706.33 263.20 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 260.61 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +706.33 258.02 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +706.33 255.44 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +706.33 252.85 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 250.26 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +706.33 247.67 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +706.33 245.08 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 242.49 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 239.90 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +706.33 237.32 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 234.73 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 232.14 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +706.33 229.55 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +706.33 224.37 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +706.33 221.78 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +706.33 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 216.61 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +706.33 214.02 63.76 2.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +706.33 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 206.25 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +706.33 203.66 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 198.49 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 195.90 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 185.54 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 182.95 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 175.19 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 170.01 63.76 2.59 r p2 +706.33 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 164.83 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 162.24 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 159.66 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +706.33 157.07 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +706.33 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 151.89 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +706.33 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 146.71 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 144.12 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 141.53 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +706.33 138.95 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +706.33 136.36 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 133.77 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 441.82 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +770.09 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 436.64 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 431.47 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 426.29 63.76 2.59 r p2 +770.09 423.70 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 421.11 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 418.52 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +770.09 415.93 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +770.09 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +770.09 408.17 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 402.99 63.76 2.59 r p2 +770.09 400.40 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 397.81 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 395.22 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 390.05 63.76 2.59 r p2 +770.09 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +770.09 384.87 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 382.28 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 379.69 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 377.10 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 374.52 63.76 2.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +770.09 371.93 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 369.34 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 366.75 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +770.09 364.16 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 361.57 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +770.09 358.98 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +770.09 356.39 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +770.09 353.81 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +770.09 351.22 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 348.63 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 346.04 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 343.45 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 340.86 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +770.09 338.27 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +770.09 335.69 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 333.10 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +770.09 330.51 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 327.92 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 325.33 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +770.09 322.74 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +770.09 320.15 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +770.09 317.56 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 314.98 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 312.39 63.76 2.59 r p2 +770.09 309.80 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 307.21 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 304.62 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +770.09 302.03 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 299.44 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 296.86 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +770.09 294.27 63.76 2.59 r p2 +770.09 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +770.09 289.09 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +770.09 286.50 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +770.09 283.91 63.76 2.59 r p2 +770.09 281.32 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 278.73 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 276.15 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 273.56 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 270.97 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +770.09 268.38 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +770.09 265.79 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 263.20 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +770.09 260.61 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +770.09 258.02 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +770.09 255.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +770.09 252.85 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +770.09 250.26 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 247.67 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 245.08 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +770.09 242.49 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 239.90 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +770.09 237.32 63.76 2.59 r p2 +770.09 234.73 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 232.14 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 229.55 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 226.96 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +770.09 224.37 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 221.78 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +770.09 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 216.61 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +770.09 214.02 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 211.43 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +770.09 208.84 63.76 2.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +770.09 206.25 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 203.66 63.76 2.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +770.09 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 198.49 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 195.90 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 185.54 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 182.95 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +770.09 180.36 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 175.19 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 170.01 63.76 2.59 r p2 +770.09 167.42 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 164.83 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +770.09 162.24 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 159.66 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +770.09 157.07 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +770.09 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 151.89 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +770.09 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 146.71 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +770.09 144.12 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 141.53 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 138.95 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 136.36 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 133.77 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +770.09 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +833.84 441.82 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 436.64 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +833.84 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 431.47 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +833.84 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 426.29 63.76 2.59 r p2 +833.84 423.70 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +833.84 421.11 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 418.52 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +833.84 415.93 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +833.84 405.58 63.76 2.59 r p2 +833.84 402.99 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +833.84 400.40 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 397.81 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 395.22 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 390.05 63.76 2.59 r p2 +833.84 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 384.87 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +833.84 382.28 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 379.69 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +833.84 377.10 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +833.84 374.52 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +833.84 371.93 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +833.84 369.34 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +833.84 366.75 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +833.84 364.16 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +833.84 361.57 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +833.84 358.98 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +833.84 356.39 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +833.84 353.81 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +833.84 351.22 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +833.84 348.63 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +833.84 346.04 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +833.84 343.45 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +833.84 340.86 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 338.27 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +833.84 335.69 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +833.84 333.10 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +833.84 330.51 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +833.84 327.92 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +833.84 325.33 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 322.74 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 320.15 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 317.56 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +833.84 314.98 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +833.84 312.39 63.76 2.59 r p2 +833.84 309.80 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 307.21 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +833.84 304.62 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 302.03 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +833.84 299.44 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 296.86 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 294.27 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +833.84 291.68 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +833.84 289.09 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 286.50 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +833.84 283.91 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 281.32 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 278.73 63.76 2.59 r p2 +833.84 276.15 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +833.84 273.56 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +833.84 270.97 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +833.84 268.38 63.76 2.59 r p2 +833.84 265.79 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 263.20 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 260.61 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +833.84 258.02 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +833.84 255.44 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +833.84 252.85 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +833.84 250.26 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +833.84 247.67 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 245.08 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +833.84 242.49 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 239.90 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +833.84 237.32 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +833.84 234.73 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 232.14 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +833.84 229.55 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +833.84 226.96 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +833.84 224.37 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 221.78 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +833.84 219.19 63.76 2.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +833.84 216.61 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 214.02 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +833.84 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 208.84 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +833.84 206.25 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +833.84 203.66 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 198.49 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 195.90 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +833.84 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 185.54 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +833.84 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 180.36 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +833.84 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 175.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +833.84 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 170.01 63.76 2.59 r p2 +833.84 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 164.83 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +833.84 162.24 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +833.84 159.66 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 157.07 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +833.84 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 151.89 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +833.84 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 146.71 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 144.12 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +833.84 141.53 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 138.95 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 136.36 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +833.84 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 444.41 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 441.82 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 436.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 434.05 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +897.60 431.47 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +897.60 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +897.60 426.29 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +897.60 423.70 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +897.60 421.11 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +897.60 418.52 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 415.93 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +897.60 413.35 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +897.60 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +897.60 405.58 63.76 2.59 r p2 +897.60 402.99 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +897.60 400.40 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +897.60 397.81 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 395.22 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 390.05 63.76 2.59 r p2 +897.60 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 384.87 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 382.28 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 379.69 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +897.60 377.10 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +897.60 374.52 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +897.60 371.93 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +897.60 369.34 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +897.60 366.75 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +897.60 364.16 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +897.60 361.57 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +897.60 358.98 63.76 2.59 r p2 +897.60 356.39 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 353.81 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +897.60 351.22 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +897.60 348.63 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +897.60 346.04 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +897.60 343.45 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 340.86 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +897.60 338.27 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +897.60 335.69 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 333.10 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +897.60 330.51 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +897.60 327.92 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 325.33 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +897.60 322.74 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 320.15 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 317.56 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +897.60 314.98 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +897.60 312.39 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 309.80 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +897.60 307.21 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 304.62 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +897.60 302.03 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 299.44 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +897.60 294.27 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +897.60 291.68 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 289.09 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +897.60 286.50 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +897.60 283.91 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 281.32 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 278.73 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +897.60 276.15 63.76 2.59 r p2 +897.60 273.56 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 270.97 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +897.60 268.38 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 265.79 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +897.60 263.20 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +897.60 260.61 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 258.02 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +897.60 255.44 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +897.60 252.85 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 250.26 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 247.67 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +897.60 245.08 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 242.49 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +897.60 239.90 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +897.60 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +897.60 234.73 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +897.60 232.14 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +897.60 229.55 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 226.96 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +897.60 224.37 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +897.60 221.78 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 219.19 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +897.60 216.61 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +897.60 214.02 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +897.60 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 208.84 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +897.60 206.25 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 203.66 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +897.60 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 198.49 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 195.90 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 193.31 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +897.60 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 185.54 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +897.60 182.95 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +897.60 180.36 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +897.60 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 175.19 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +897.60 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 170.01 63.76 2.59 r p2 +897.60 167.42 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +897.60 164.83 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 162.24 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 159.66 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 157.07 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 151.89 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 149.30 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 146.71 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +897.60 144.12 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 141.53 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +897.60 138.95 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 136.36 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 133.77 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 444.41 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 441.82 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 439.23 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 436.64 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 431.47 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +961.36 428.88 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +961.36 426.29 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 423.70 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 421.11 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 418.52 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +961.36 415.93 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +961.36 413.35 63.76 2.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +961.36 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 408.17 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +961.36 402.99 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +961.36 400.40 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +961.36 397.81 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +961.36 395.22 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 390.05 63.76 2.59 r p2 +961.36 387.46 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +961.36 384.87 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +961.36 382.28 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +961.36 379.69 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +961.36 377.10 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 374.52 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 371.93 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +961.36 369.34 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +961.36 366.75 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +961.36 364.16 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +961.36 361.57 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +961.36 358.98 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 356.39 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +961.36 353.81 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 351.22 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +961.36 348.63 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +961.36 346.04 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +961.36 343.45 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +961.36 340.86 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +961.36 338.27 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +961.36 335.69 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +961.36 333.10 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +961.36 330.51 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +961.36 327.92 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +961.36 325.33 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 322.74 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +961.36 320.15 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +961.36 317.56 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 314.98 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +961.36 312.39 63.76 2.59 r p2 +961.36 309.80 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +961.36 307.21 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +961.36 304.62 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +961.36 302.03 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 299.44 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +961.36 296.86 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +961.36 294.27 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +961.36 291.68 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +961.36 289.09 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +961.36 286.50 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +961.36 283.91 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 281.32 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +961.36 278.73 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +961.36 276.15 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +961.36 273.56 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +961.36 270.97 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +961.36 268.38 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 265.79 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +961.36 263.20 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 260.61 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +961.36 258.02 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +961.36 255.44 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +961.36 252.85 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +961.36 250.26 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +961.36 247.67 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 245.08 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +961.36 242.49 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +961.36 239.90 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 237.32 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +961.36 234.73 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 232.14 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +961.36 229.55 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +961.36 226.96 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 224.37 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +961.36 221.78 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +961.36 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 216.61 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +961.36 214.02 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +961.36 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 206.25 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 203.66 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 198.49 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +961.36 195.90 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +961.36 193.31 63.76 2.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +961.36 190.72 63.76 2.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +961.36 188.13 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +961.36 185.54 63.76 2.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +961.36 182.95 63.76 2.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +961.36 180.36 63.76 2.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +961.36 177.78 63.76 2.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +961.36 175.19 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +961.36 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 170.01 63.76 2.59 r p2 +961.36 167.42 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +961.36 164.83 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +961.36 162.24 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 159.66 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +961.36 157.07 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 154.48 63.76 2.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +961.36 151.89 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +961.36 149.30 63.76 2.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +961.36 146.71 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +961.36 144.12 63.76 2.59 r p2 +961.36 141.53 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +961.36 138.95 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 136.36 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +961.36 133.77 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +961.36 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 444.41 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 441.82 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1025.12 439.23 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 436.64 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1025.12 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 431.47 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1025.12 428.88 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1025.12 426.29 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1025.12 423.70 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1025.12 421.11 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 418.52 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1025.12 415.93 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1025.12 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 410.76 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1025.12 408.17 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 402.99 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1025.12 400.40 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 397.81 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1025.12 395.22 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1025.12 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 390.05 63.76 2.59 r p2 +1025.12 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 384.87 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1025.12 382.28 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 379.69 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1025.12 377.10 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1025.12 374.52 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1025.12 371.93 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1025.12 369.34 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1025.12 366.75 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 364.16 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1025.12 361.57 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1025.12 358.98 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1025.12 356.39 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1025.12 353.81 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 351.22 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 348.63 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1025.12 346.04 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 343.45 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1025.12 340.86 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1025.12 338.27 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1025.12 335.69 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 333.10 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1025.12 330.51 63.76 2.59 r p2 +1025.12 327.92 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1025.12 325.33 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1025.12 322.74 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1025.12 320.15 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1025.12 317.56 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 314.98 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 312.39 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1025.12 309.80 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1025.12 307.21 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1025.12 304.62 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1025.12 302.03 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 299.44 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1025.12 296.86 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1025.12 294.27 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1025.12 291.68 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1025.12 289.09 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1025.12 286.50 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1025.12 283.91 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 281.32 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1025.12 278.73 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1025.12 276.15 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1025.12 273.56 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 270.97 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1025.12 268.38 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 265.79 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1025.12 263.20 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1025.12 260.61 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 258.02 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1025.12 255.44 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1025.12 252.85 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1025.12 250.26 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1025.12 247.67 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1025.12 245.08 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 242.49 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 239.90 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1025.12 234.73 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1025.12 232.14 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1025.12 229.55 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1025.12 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 224.37 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 221.78 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1025.12 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 216.61 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1025.12 214.02 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1025.12 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 208.84 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1025.12 206.25 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 203.66 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 198.49 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1025.12 195.90 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1025.12 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 185.54 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 182.95 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1025.12 180.36 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1025.12 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 175.19 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 172.60 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +1025.12 170.01 63.76 2.59 r p2 +1025.12 167.42 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1025.12 164.83 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1025.12 162.24 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1025.12 159.66 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1025.12 157.07 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1025.12 154.48 63.76 2.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1025.12 151.89 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 149.30 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1025.12 146.71 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1025.12 144.12 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1025.12 141.53 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1025.12 138.95 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 136.36 63.76 2.59 r p2 +1025.12 133.77 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1025.12 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 444.41 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1088.87 441.82 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 439.23 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1088.87 436.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1088.87 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 431.47 63.76 2.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1088.87 428.88 63.76 2.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1088.87 426.29 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1088.87 423.70 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1088.87 421.11 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 418.52 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 415.93 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1088.87 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 410.76 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1088.87 408.17 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1088.87 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 402.99 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 400.40 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 397.81 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1088.87 395.22 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1088.87 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 390.05 63.76 2.59 r p2 +1088.87 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 384.87 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1088.87 382.28 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1088.87 379.69 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 377.10 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1088.87 374.52 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1088.87 371.93 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1088.87 369.34 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 366.75 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1088.87 364.16 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1088.87 361.57 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1088.87 358.98 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 356.39 63.76 2.59 r p2 +1088.87 353.81 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1088.87 351.22 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 348.63 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1088.87 346.04 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1088.87 343.45 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1088.87 340.86 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1088.87 338.27 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1088.87 335.69 63.76 2.59 r p2 +1088.87 333.10 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 330.51 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1088.87 327.92 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1088.87 325.33 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1088.87 322.74 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1088.87 320.15 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1088.87 317.56 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 314.98 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 312.39 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 309.80 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1088.87 307.21 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1088.87 304.62 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1088.87 302.03 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1088.87 299.44 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1088.87 296.86 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 294.27 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1088.87 291.68 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1088.87 289.09 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 286.50 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1088.87 283.91 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1088.87 281.32 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 278.73 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 276.15 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1088.87 273.56 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1088.87 270.97 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1088.87 268.38 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1088.87 265.79 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1088.87 263.20 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 260.61 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1088.87 258.02 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1088.87 255.44 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1088.87 252.85 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 250.26 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1088.87 247.67 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1088.87 245.08 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1088.87 242.49 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 239.90 63.76 2.59 r p2 +1088.87 237.32 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1088.87 234.73 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 232.14 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1088.87 229.55 63.76 2.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1088.87 226.96 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 224.37 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1088.87 221.78 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1088.87 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 216.61 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1088.87 214.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 211.43 63.76 2.59 r p2 +1088.87 208.84 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1088.87 206.25 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1088.87 203.66 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 198.49 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 195.90 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1088.87 193.31 63.76 2.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1088.87 190.72 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1088.87 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 185.54 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 182.95 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 180.36 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1088.87 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 175.19 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 170.01 63.76 2.59 r p2 +1088.87 167.42 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1088.87 164.83 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1088.87 162.24 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1088.87 159.66 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 157.07 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 151.89 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1088.87 149.30 63.76 2.59 r p2 +1088.87 146.71 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1088.87 144.12 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1088.87 141.53 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 138.95 63.76 2.59 r p2 +1088.87 136.36 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1088.87 133.77 63.76 2.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1088.87 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1152.63 441.82 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 436.64 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 431.47 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1152.63 428.88 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1152.63 426.29 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 423.70 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 421.11 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 418.52 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1152.63 415.93 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1152.63 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 410.76 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 408.17 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 405.58 63.76 2.59 r p2 +1152.63 402.99 63.76 2.59 r p2 +1152.63 400.40 63.76 2.59 r p2 +1152.63 397.81 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1152.63 395.22 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 390.05 63.76 2.59 r p2 +1152.63 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 384.87 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1152.63 382.28 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 379.69 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 377.10 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1152.63 374.52 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 371.93 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1152.63 369.34 63.76 2.59 r p2 +1152.63 366.75 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1152.63 364.16 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1152.63 361.57 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 358.98 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1152.63 356.39 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1152.63 353.81 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1152.63 351.22 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1152.63 348.63 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 346.04 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1152.63 343.45 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1152.63 340.86 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1152.63 338.27 63.76 2.59 r p2 +1152.63 335.69 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1152.63 333.10 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1152.63 330.51 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 327.92 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1152.63 325.33 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 322.74 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1152.63 320.15 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1152.63 317.56 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1152.63 314.98 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 312.39 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1152.63 309.80 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1152.63 307.21 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1152.63 304.62 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 302.03 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 299.44 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1152.63 296.86 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1152.63 294.27 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1152.63 291.68 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1152.63 289.09 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 286.50 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1152.63 283.91 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1152.63 281.32 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 278.73 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1152.63 276.15 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 273.56 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1152.63 270.97 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1152.63 268.38 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 265.79 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1152.63 263.20 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 260.61 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 258.02 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 255.44 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1152.63 252.85 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1152.63 250.26 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1152.63 247.67 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 245.08 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 242.49 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 239.90 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 237.32 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 234.73 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1152.63 232.14 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1152.63 229.55 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1152.63 226.96 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1152.63 224.37 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1152.63 221.78 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1152.63 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 216.61 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1152.63 214.02 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1152.63 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 208.84 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 206.25 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 203.66 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 201.07 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1152.63 198.49 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1152.63 195.90 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1152.63 193.31 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1152.63 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 185.54 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 182.95 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 180.36 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 175.19 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 170.01 63.76 2.59 r p2 +1152.63 167.42 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1152.63 164.83 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1152.63 162.24 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 159.66 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1152.63 157.07 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 154.48 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1152.63 151.89 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1152.63 149.30 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1152.63 146.71 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1152.63 144.12 63.76 2.59 r p2 +1152.63 141.53 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 138.95 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 136.36 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1152.63 133.77 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 131.18 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 444.41 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1216.39 441.82 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 439.23 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 436.64 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 431.47 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1216.39 428.88 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 426.29 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1216.39 423.70 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1216.39 421.11 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 418.52 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 415.93 63.76 2.59 r p2 +1216.39 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 408.17 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 402.99 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 400.40 63.76 2.59 r p2 +1216.39 397.81 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1216.39 395.22 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1216.39 392.64 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 390.05 63.76 2.59 r p2 +1216.39 387.46 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 384.87 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 382.28 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 379.69 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 377.10 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 374.52 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 371.93 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 369.34 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 366.75 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1216.39 364.16 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1216.39 361.57 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 358.98 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1216.39 356.39 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1216.39 353.81 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1216.39 351.22 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 348.63 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1216.39 346.04 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 343.45 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 340.86 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1216.39 338.27 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1216.39 335.69 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1216.39 333.10 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1216.39 330.51 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 327.92 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 325.33 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 322.74 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 320.15 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 317.56 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 314.98 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 312.39 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1216.39 309.80 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 307.21 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1216.39 304.62 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1216.39 302.03 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 299.44 63.76 2.59 r p2 +1216.39 296.86 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 294.27 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 291.68 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 289.09 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1216.39 286.50 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 283.91 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 281.32 63.76 2.59 r p2 +1216.39 278.73 63.76 2.59 r p2 +1216.39 276.15 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 273.56 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 270.97 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1216.39 268.38 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1216.39 265.79 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1216.39 263.20 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 260.61 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1216.39 258.02 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 255.44 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 252.85 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1216.39 250.26 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1216.39 247.67 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 245.08 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1216.39 242.49 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 239.90 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1216.39 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1216.39 234.73 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1216.39 232.14 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1216.39 229.55 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1216.39 226.96 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1216.39 224.37 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1216.39 221.78 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1216.39 219.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 216.61 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1216.39 214.02 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1216.39 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 208.84 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1216.39 206.25 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 203.66 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1216.39 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 198.49 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1216.39 195.90 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1216.39 193.31 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 190.72 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 188.13 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 185.54 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1216.39 182.95 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1216.39 180.36 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1216.39 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 175.19 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 170.01 63.76 2.59 r p2 +1216.39 167.42 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1216.39 164.83 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 162.24 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1216.39 159.66 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1216.39 157.07 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1216.39 154.48 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1216.39 151.89 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1216.39 149.30 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1216.39 146.71 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1216.39 144.12 63.76 2.59 r p2 +1216.39 141.53 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1216.39 138.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1216.39 136.36 63.76 2.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1216.39 133.77 63.76 2.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1216.39 131.18 63.76 2.59 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +29.70 128.18 (Batch1_C_14) 0 270.00 t +93.46 128.18 (Batch1_C_11) 0 270.00 t +157.21 128.18 (Batch1_C_13) 0 270.00 t +220.97 128.18 (Batch1_C_12) 0 270.00 t +284.73 128.18 (Batch1_C_15) 0 270.00 t +348.49 128.18 (Batch1_A_2) 0 270.00 t +412.24 128.18 (Batch1_A_3) 0 270.00 t +476.00 128.18 (Batch1_A_5) 0 270.00 t +539.76 128.18 (Batch1_A_1) 0 270.00 t +603.51 128.18 (Batch1_A_4) 0 270.00 t +667.27 128.18 (Batch1_D_16) 0 270.00 t +731.03 128.18 (Batch1_D_17) 0 270.00 t +794.79 128.18 (Batch1_D_20) 0 270.00 t +858.54 128.18 (Batch1_D_18) 0 270.00 t +922.30 128.18 (Batch1_D_19) 0 270.00 t +986.06 128.18 (Batch1_B_7) 0 270.00 t +1049.82 128.18 (Batch1_B_8) 0 270.00 t +1113.57 128.18 (Batch1_B_10) 0 270.00 t +1177.33 128.18 (Batch1_B_6) 0 270.00 t +1241.09 128.18 (Batch1_B_9) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 63.76 20.00 r p2 +68.76 450.00 63.76 20.00 r p2 +132.51 450.00 63.76 20.00 r p2 +196.27 450.00 63.76 20.00 r p2 +260.03 450.00 63.76 20.00 r p2 +323.79 450.00 63.76 20.00 r p2 +387.54 450.00 63.76 20.00 r p2 +451.30 450.00 63.76 20.00 r p2 +515.06 450.00 63.76 20.00 r p2 +578.82 450.00 63.76 20.00 r p2 +642.57 450.00 63.76 20.00 r p2 +706.33 450.00 63.76 20.00 r p2 +770.09 450.00 63.76 20.00 r p2 +833.84 450.00 63.76 20.00 r p2 +897.60 450.00 63.76 20.00 r p2 +961.36 450.00 63.76 20.00 r p2 +1025.12 450.00 63.76 20.00 r p2 +1088.87 450.00 63.76 20.00 r p2 +1152.63 450.00 63.76 20.00 r p2 +1216.39 450.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +5.00 472.00 63.76 20.00 r p2 +68.76 472.00 63.76 20.00 r p2 +132.51 472.00 63.76 20.00 r p2 +196.27 472.00 63.76 20.00 r p2 +260.03 472.00 63.76 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +323.79 472.00 63.76 20.00 r p2 +387.54 472.00 63.76 20.00 r p2 +451.30 472.00 63.76 20.00 r p2 +515.06 472.00 63.76 20.00 r p2 +578.82 472.00 63.76 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +642.57 472.00 63.76 20.00 r p2 +706.33 472.00 63.76 20.00 r p2 +770.09 472.00 63.76 20.00 r p2 +833.84 472.00 63.76 20.00 r p2 +897.60 472.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +961.36 472.00 63.76 20.00 r p2 +1025.12 472.00 63.76 20.00 r p2 +1088.87 472.00 63.76 20.00 r p2 +1152.63 472.00 63.76 20.00 r p2 +1216.39 472.00 63.76 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1283.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1283.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 396.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 368.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 339.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 310.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 403.92 (A) 0 0 t +1377.10 375.20 (B) 0 0 t +1377.10 346.48 (C) 0 0 t +1377.10 317.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 274.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 238.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 245.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 294.21 (-4) 0 0 t +1299.15 329.51 (-2) 0 0 t +1299.15 364.82 (0) 0 0 t +1299.15 400.12 (2) 0 0 t +1299.15 435.43 (4) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..55d0f95bdef78645a5d87f51fc37ff9ff70bdf83 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..177f8c2087de7a16a4472936810f396f0191a3bb --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/raw_pca_cor.ps @@ -0,0 +1,2001 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +38.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +38.73 31.91 843.09 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 102.17 m +843.10 0 l +o +np +38.73 200.12 m +843.10 0 l +o +np +38.73 298.07 m +843.10 0 l +o +np +38.73 396.02 m +843.10 0 l +o +np +38.73 493.97 m +843.10 0 l +o +np +112.79 31.91 m +0 520.94 l +o +np +248.26 31.91 m +0 520.94 l +o +np +383.74 31.91 m +0 520.94 l +o +np +519.21 31.91 m +0 520.94 l +o +np +654.69 31.91 m +0 520.94 l +o +np +790.16 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +38.73 53.20 m +843.10 0 l +o +np +38.73 151.15 m +843.10 0 l +o +np +38.73 249.10 m +843.10 0 l +o +np +38.73 347.05 m +843.10 0 l +o +np +38.73 445.00 m +843.10 0 l +o +np +38.73 542.95 m +843.10 0 l +o +np +45.05 31.91 m +0 520.94 l +o +np +180.53 31.91 m +0 520.94 l +o +np +316.00 31.91 m +0 520.94 l +o +np +451.48 31.91 m +0 520.94 l +o +np +586.95 31.91 m +0 520.94 l +o +np +722.42 31.91 m +0 520.94 l +o +np +857.90 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +286.62 384.48 1.95 c p2 +236.55 399.05 1.95 c p2 +258.80 433.33 1.95 c p2 +282.03 384.08 1.95 c p2 +283.14 409.64 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +723.49 283.51 1.95 c p2 +723.13 351.08 1.95 c p2 +762.85 246.30 1.95 c p2 +719.26 329.70 1.95 c p2 +669.38 349.22 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +173.03 257.42 1.95 c p2 +201.35 312.07 1.95 c p2 +256.80 327.36 1.95 c p2 +254.38 184.75 1.95 c p2 +268.10 322.62 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +560.76 428.49 1.95 c p2 +564.89 416.10 1.95 c p2 +576.72 381.89 1.95 c p2 +614.48 335.71 1.95 c p2 +613.74 404.11 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +349.27 373.48 m +-0.61 8.91 l +-1.81 9.20 l +-2.98 9.37 l +-4.10 9.39 l +-5.18 9.26 l +-6.16 8.99 l +-7.06 8.59 l +-7.84 8.06 l +-8.52 7.41 l +-9.05 6.64 l +-9.45 5.78 l +-9.72 4.82 l +-9.82 3.79 l +-9.79 2.71 l +-9.60 1.58 l +-9.27 0.43 l +-8.80 -0.72 l +-8.20 -1.88 l +-7.46 -2.98 l +-6.62 -4.06 l +-5.68 -5.07 l +-4.65 -6.01 l +-3.56 -6.84 l +-2.39 -7.59 l +-1.21 -8.21 l +0 -8.70 l +1.21 -9.08 l +2.39 -9.30 l +3.56 -9.40 l +4.65 -9.34 l +5.68 -9.14 l +6.62 -8.81 l +7.46 -8.35 l +8.20 -7.74 l +8.80 -7.04 l +9.27 -6.22 l +9.60 -5.31 l +9.79 -4.31 l +9.82 -3.26 l +9.72 -2.15 l +9.45 -1.01 l +9.05 0.15 l +8.52 1.30 l +7.84 2.44 l +7.06 3.53 l +6.16 4.57 l +5.18 5.55 l +4.10 6.43 l +2.98 7.23 l +1.81 7.91 l +0.61 8.48 l +o +0.4863 0.6824 0 srgb +np +843.50 180.53 m +-0.94 14.31 l +-2.80 16.08 l +-4.62 17.61 l +-6.38 18.88 l +-8.03 19.86 l +-9.56 20.53 l +-10.95 20.91 l +-12.17 20.95 l +-13.21 20.68 l +-14.05 20.10 l +-14.67 19.21 l +-15.07 18.04 l +-15.24 16.59 l +-15.19 14.88 l +-14.90 12.95 l +-14.39 10.83 l +-13.65 8.54 l +-12.71 6.13 l +-11.59 3.61 l +-10.27 1.05 l +-8.82 -1.54 l +-7.21 -4.09 l +-5.51 -6.59 l +-3.72 -8.99 l +-1.88 -11.24 l +0 -13.34 l +1.88 -15.22 l +3.72 -16.88 l +5.51 -18.28 l +7.21 -19.41 l +8.82 -20.23 l +10.27 -20.76 l +11.59 -20.97 l +12.71 -20.85 l +13.65 -20.43 l +14.39 -19.70 l +14.90 -18.66 l +15.19 -17.34 l +15.24 -15.77 l +15.07 -13.94 l +14.67 -11.92 l +14.05 -9.70 l +13.21 -7.35 l +12.17 -4.87 l +10.95 -2.34 l +9.56 0.25 l +8.03 2.82 l +6.38 5.35 l +4.62 7.80 l +2.80 10.14 l +0.94 12.31 l +o +0 0.7490 0.7686 srgb +np +384.70 301.93 m +-1.17 27.46 l +-3.48 26.71 l +-5.75 25.57 l +-7.92 24.05 l +-9.98 22.15 l +-11.88 19.93 l +-13.61 17.39 l +-15.13 14.60 l +-16.42 11.58 l +-17.46 8.39 l +-18.23 5.07 l +-18.73 1.68 l +-18.95 -1.74 l +-18.88 -5.14 l +-18.51 -8.45 l +-17.88 -11.65 l +-16.97 -14.65 l +-15.80 -17.45 l +-14.40 -19.97 l +-12.77 -22.19 l +-10.95 -24.08 l +-8.97 -25.60 l +-6.85 -26.73 l +-4.63 -27.46 l +-2.32 -27.77 l +0 -27.67 l +2.32 -27.13 l +4.63 -26.19 l +6.85 -24.86 l +8.97 -23.14 l +10.95 -21.08 l +12.77 -18.70 l +14.40 -16.02 l +15.80 -13.12 l +16.97 -10.00 l +17.88 -6.75 l +18.51 -3.38 l +18.88 0.03 l +18.95 3.45 l +18.73 6.81 l +18.23 10.07 l +17.46 13.17 l +16.42 16.08 l +15.13 18.74 l +13.61 21.13 l +11.88 23.17 l +9.98 24.89 l +7.92 26.22 l +5.75 27.15 l +3.48 27.66 l +1.17 27.77 l +o +0.7804 0.4863 1 srgb +np +683.82 300.73 m +-0.74 12.94 l +-2.21 14.14 l +-3.64 15.14 l +-5.03 15.90 l +-6.33 16.42 l +-7.55 16.70 l +-8.63 16.71 l +-9.60 16.48 l +-10.42 16.00 l +-11.08 15.27 l +-11.57 14.31 l +-11.89 13.14 l +-12.02 11.77 l +-11.98 10.21 l +-11.75 8.50 l +-11.34 6.68 l +-10.77 4.73 l +-10.03 2.72 l +-9.13 0.68 l +-8.11 -1.39 l +-6.95 -3.42 l +-5.69 -5.41 l +-4.35 -7.32 l +-2.93 -9.11 l +-1.48 -10.77 l +0 -12.26 l +1.48 -13.57 l +2.93 -14.67 l +4.35 -15.55 l +5.69 -16.19 l +6.95 -16.59 l +8.11 -16.74 l +9.13 -16.62 l +10.03 -16.27 l +10.77 -15.67 l +11.34 -14.82 l +11.75 -13.75 l +11.98 -12.48 l +12.02 -11.01 l +11.89 -9.37 l +11.57 -7.61 l +11.08 -5.71 l +10.42 -3.74 l +9.60 -1.70 l +8.63 0.36 l +7.55 2.41 l +6.33 4.42 l +5.03 6.38 l +3.64 8.23 l +2.21 9.96 l +0.74 11.54 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +38.73 31.91 843.09 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 49.97 (-15) 1 0 t +33.80 147.92 (-10) 1 0 t +33.80 245.87 (-5) 1 0 t +33.80 343.82 (0) 1 0 t +33.80 441.76 (5) 1 0 t +33.80 539.71 (10) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 53.20 m +2.74 0 l +o +np +35.99 151.15 m +2.74 0 l +o +np +35.99 249.10 m +2.74 0 l +o +np +35.99 347.05 m +2.74 0 l +o +np +35.99 445.00 m +2.74 0 l +o +np +35.99 542.95 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +45.05 29.17 m +0 2.74 l +o +np +180.53 29.17 m +0 2.74 l +o +np +316.00 29.17 m +0 2.74 l +o +np +451.48 29.17 m +0 2.74 l +o +np +586.95 29.17 m +0 2.74 l +o +np +722.42 29.17 m +0 2.74 l +o +np +857.90 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +45.05 20.52 (-15) .5 0 t +180.53 20.52 (-10) .5 0 t +316.00 20.52 (-5) .5 0 t +451.48 20.52 (0) .5 0 t +586.95 20.52 (5) .5 0 t +722.42 20.52 (10) .5 0 t +857.90 20.52 (15) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +460.28 7.90 (PC1 \(51.44%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(9.44%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (PCA of Ra) 0 ta +-0.260 (w Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1808.03 143.92 23.91 23.91 r p3 +1831.94 143.92 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1975.43 263.49 23.91 23.91 r p3 +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.5529 0.4314 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +2095.00 287.40 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.3961 0.2667 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +1712.37 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.3961 0.2667 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2047.17 335.23 23.91 23.91 r p3 +2071.08 335.23 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.7490 0.6078 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.4510 0.3216 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.9608 0.9490 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1712.37 454.80 23.91 23.91 r p3 +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1855.86 454.80 23.91 23.91 r p3 +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +1903.68 478.71 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 0.6588 0.4902 1 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2023.25 502.63 23.91 23.91 r p3 +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_A_1) 1 0 t +1681.13 103.74 (Batch1_A_4) 1 0 t +1681.13 127.65 (Batch1_A_2) 1 0 t +1681.13 151.57 (Batch1_A_3) 1 0 t +1681.13 175.48 (Batch1_A_5) 1 0 t +1681.13 199.39 (Batch1_C_11) 1 0 t +1681.13 223.31 (Batch1_C_14) 1 0 t +1681.13 247.22 (Batch1_C_13) 1 0 t +1681.13 271.14 (Batch1_C_12) 1 0 t +1681.13 295.05 (Batch1_C_15) 1 0 t +1681.13 318.96 (Batch1_D_16) 1 0 t +1681.13 342.88 (Batch1_D_17) 1 0 t +1681.13 366.79 (Batch1_D_20) 1 0 t +1681.13 390.71 (Batch1_D_18) 1 0 t +1681.13 414.62 (Batch1_D_19) 1 0 t +1681.13 438.53 (Batch1_B_7) 1 0 t +1681.13 462.45 (Batch1_B_10) 1 0 t +1681.13 486.36 (Batch1_B_8) 1 0 t +1681.13 510.28 (Batch1_B_6) 1 0 t +1681.13 534.19 (Batch1_B_9) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_A_1) 1 45.00 t +1730.42 58.76 (Batch1_A_4) 1 45.00 t +1754.33 58.76 (Batch1_A_2) 1 45.00 t +1778.25 58.76 (Batch1_A_3) 1 45.00 t +1802.16 58.76 (Batch1_A_5) 1 45.00 t +1826.08 58.76 (Batch1_C_11) 1 45.00 t +1849.99 58.76 (Batch1_C_14) 1 45.00 t +1873.91 58.76 (Batch1_C_13) 1 45.00 t +1897.82 58.76 (Batch1_C_12) 1 45.00 t +1921.73 58.76 (Batch1_C_15) 1 45.00 t +1945.65 58.76 (Batch1_D_16) 1 45.00 t +1969.56 58.76 (Batch1_D_17) 1 45.00 t +1993.48 58.76 (Batch1_D_20) 1 45.00 t +2017.39 58.76 (Batch1_D_18) 1 45.00 t +2041.30 58.76 (Batch1_D_19) 1 45.00 t +2065.22 58.76 (Batch1_B_7) 1 45.00 t +2089.13 58.76 (Batch1_B_10) 1 45.00 t +2113.05 58.76 (Batch1_B_8) 1 45.00 t +2136.96 58.76 (Batch1_B_6) 1 45.00 t +2160.87 58.76 (Batch1_B_9) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of Ra) tb +-0.260 (w Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.png new file mode 100644 index 0000000000000000000000000000000000000000..acefc714c0246f71d0e58ecacca60b92b02f391a Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.ps new file mode 100644 index 0000000000000000000000000000000000000000..6d7ad6526c5e9987b34378098f41061212512af8 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes.ps @@ -0,0 +1,27287 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +33.73 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.73 308.40 1040.79 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.73 324.36 m +1040.79 0 l +o +np +33.73 374.44 m +1040.79 0 l +o +np +33.73 424.52 m +1040.79 0 l +o +np +33.73 474.61 m +1040.79 0 l +o +np +33.73 524.69 m +1040.79 0 l +o +1.07 setlinewidth +[] 0 setdash +np +33.73 349.40 m +1040.79 0 l +o +np +33.73 399.48 m +1040.79 0 l +o +np +33.73 449.56 m +1040.79 0 l +o +np +33.73 499.65 m +1040.79 0 l +o +np +64.64 308.40 m +0 227.24 l +o +np +116.17 308.40 m +0 227.24 l +o +np +167.69 308.40 m +0 227.24 l +o +np +219.22 308.40 m +0 227.24 l +o +np +270.74 308.40 m +0 227.24 l +o +np +322.27 308.40 m +0 227.24 l +o +np +373.79 308.40 m +0 227.24 l +o +np +425.31 308.40 m +0 227.24 l +o +np +476.84 308.40 m +0 227.24 l +o +np +528.36 308.40 m +0 227.24 l +o +np +579.89 308.40 m +0 227.24 l +o +np +631.41 308.40 m +0 227.24 l +o +np +682.94 308.40 m +0 227.24 l +o +np +734.46 308.40 m +0 227.24 l +o +np +785.98 308.40 m +0 227.24 l +o +np +837.51 308.40 m +0 227.24 l +o +np +889.03 308.40 m +0 227.24 l +o +np +940.56 308.40 m +0 227.24 l +o +np +992.08 308.40 m +0 227.24 l +o +np +1043.61 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 64.09 330.40 m +0 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.02 0.22 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +64.17 353.34 lineto +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.22 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.23 l +0 0.23 l +0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.03 0.23 l +-0.04 0.23 l +-0.05 0.23 l +-0.06 0.23 l +-0.07 0.23 l +-0.07 0.23 l +-0.09 0.23 l +-0.10 0.23 l +-0.10 0.23 l +-0.12 0.23 l +-0.12 0.23 l +-0.13 0.23 l +-0.14 0.23 l +-0.14 0.23 l +-0.15 0.23 l +-0.16 0.23 l +-0.15 0.22 l +-0.15 0.23 l +-0.16 0.23 l +-0.15 0.23 l +-0.14 0.23 l +-0.14 0.23 l +-0.13 0.23 l +-0.12 0.23 l +-0.11 0.23 l +-0.11 0.23 l +-0.09 0.23 l +-0.08 0.23 l +-0.07 0.23 l +-0.06 0.23 l +61.08 376.29 lineto +-0.04 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.05 0.23 l +-0.06 0.23 l +-0.07 0.23 l +-0.08 0.23 l +-0.10 0.23 l +-0.11 0.23 l +-0.14 0.23 l +-0.15 0.23 l +-0.18 0.23 l +-0.19 0.23 l +-0.21 0.23 l +-0.23 0.23 l +-0.26 0.23 l +-0.28 0.23 l +-0.29 0.23 l +-0.32 0.23 l +-0.35 0.23 l +-0.36 0.22 l +-0.37 0.23 l +-0.40 0.23 l +-0.42 0.23 l +-0.43 0.23 l +-0.44 0.23 l +-0.45 0.23 l +-0.46 0.23 l +-0.47 0.23 l +-0.46 0.23 l +-0.46 0.23 l +-0.46 0.23 l +-0.45 0.23 l +-0.44 0.23 l +-0.42 0.23 l +-0.40 0.23 l +-0.38 0.23 l +-0.36 0.23 l +-0.34 0.22 l +-0.31 0.23 l +-0.29 0.23 l +-0.26 0.23 l +-0.24 0.23 l +-0.20 0.23 l +-0.19 0.23 l +-0.16 0.23 l +-0.14 0.23 l +-0.12 0.23 l +-0.10 0.23 l +-0.07 0.23 l +-0.06 0.23 l +-0.04 0.23 l +-0.03 0.23 l +0 0.23 l +0.01 0.23 l +0.04 0.23 l +0.05 0.22 l +0.08 0.23 l +0.10 0.23 l +0.13 0.23 l +0.15 0.23 l +0.18 0.23 l +0.20 0.23 l +0.24 0.23 l +0.25 0.23 l +0.29 0.23 l +0.31 0.23 l +0.32 0.23 l +0.36 0.23 l +0.37 0.23 l +0.38 0.23 l +0.40 0.23 l +0.41 0.23 l +0.41 0.23 l +0.41 0.22 l +0.42 0.23 l +0.41 0.23 l +0.41 0.23 l +0.40 0.23 l +54.75 399.23 lineto +0.38 0.23 l +0.37 0.23 l +0.37 0.23 l +0.35 0.23 l +0.34 0.23 l +0.33 0.23 l +0.32 0.23 l +0.31 0.23 l +0.30 0.23 l +0.29 0.23 l +0.29 0.23 l +0.27 0.23 l +0.27 0.22 l +0.26 0.23 l +0.26 0.23 l +0.24 0.23 l +0.24 0.23 l +0.23 0.23 l +0.22 0.23 l +0.20 0.23 l +0.20 0.23 l +0.19 0.23 l +0.17 0.23 l +0.16 0.23 l +0.14 0.23 l +0.13 0.23 l +0.12 0.23 l +0.10 0.23 l +0.08 0.23 l +0.07 0.23 l +0.06 0.22 l +0.04 0.23 l +0.03 0.23 l +0.02 0.23 l +0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.22 l +0.02 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.05 0.23 l +0.06 0.23 l +0.06 0.23 l +0.08 0.23 l +0.08 0.23 l +0.09 0.23 l +0.09 0.23 l +0.10 0.23 l +0.10 0.23 l +0.11 0.23 l +0.11 0.23 l +0.11 0.23 l +0.11 0.23 l +0.11 0.22 l +0.11 0.23 l +0.11 0.23 l +0.10 0.23 l +0.09 0.23 l +0.09 0.23 l +0.09 0.23 l +0.07 0.23 l +0.07 0.23 l +0.06 0.23 l +0.05 0.23 l +0.04 0.23 l +0.03 0.23 l +0.02 0.23 l +0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.04 0.23 l +-0.05 0.23 l +-0.06 0.23 l +-0.05 0.23 l +-0.07 0.23 l +-0.06 0.23 l +-0.07 0.23 l +-0.07 0.23 l +-0.07 0.23 l +-0.07 0.23 l +-0.06 0.23 l +-0.06 0.23 l +-0.05 0.23 l +63.26 422.18 lineto +-0.04 0.23 l +-0.04 0.23 l +-0.02 0.23 l +-0.02 0.22 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0.03 0.23 l +0.03 0.23 l +0.04 0.23 l +0.04 0.23 l +0.05 0.23 l +0.06 0.23 l +0.06 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.23 l +0.07 0.22 l +0.06 0.23 l +0.06 0.23 l +0.05 0.23 l +0.05 0.23 l +0.04 0.23 l +0.04 0.23 l +0.04 0.23 l +0.03 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.04 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.04 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0.02 0.23 l +0.01 0.23 l +0.01 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.03 0.22 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.23 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0 0.22 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +64.26 445.12 lineto +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.23 l +1.11 0 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.04 -0.23 l +0.05 -0.23 l +0.05 -0.23 l +0.05 -0.23 l +65.21 427.45 lineto +0.06 -0.23 l +0.07 -0.22 l +0.06 -0.23 l +0.07 -0.23 l +0.07 -0.23 l +0.08 -0.23 l +0.07 -0.23 l +0.07 -0.23 l +0.06 -0.23 l +0.06 -0.23 l +0.06 -0.23 l +0.05 -0.23 l +0.05 -0.23 l +0.04 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.05 -0.23 l +-0.05 -0.23 l +-0.06 -0.23 l +-0.07 -0.23 l +-0.06 -0.23 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.06 -0.23 l +-0.06 -0.23 l +-0.05 -0.23 l +-0.05 -0.23 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.04 -0.23 l +0.05 -0.23 l +0.06 -0.23 l +0.07 -0.23 l +0.07 -0.23 l +0.08 -0.23 l +0.09 -0.23 l +0.10 -0.23 l +0.10 -0.23 l +0.10 -0.23 l +0.11 -0.23 l +0.11 -0.22 l +0.11 -0.23 l +0.12 -0.23 l +0.11 -0.23 l +0.10 -0.23 l +0.11 -0.23 l +0.10 -0.23 l +0.09 -0.23 l +0.09 -0.23 l +0.08 -0.23 l +0.07 -0.23 l +0.07 -0.23 l +0.06 -0.23 l +0.04 -0.23 l +0.04 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.04 -0.23 l +0.05 -0.22 l +0.07 -0.23 l +0.09 -0.23 l +0.10 -0.23 l +0.11 -0.23 l +0.13 -0.23 l +0.15 -0.23 l +68.14 404.51 lineto +0.17 -0.23 l +0.18 -0.23 l +0.20 -0.23 l +0.21 -0.23 l +0.22 -0.23 l +0.23 -0.23 l +0.23 -0.23 l +0.25 -0.23 l +0.25 -0.23 l +0.27 -0.23 l +0.27 -0.22 l +0.27 -0.23 l +0.29 -0.23 l +0.29 -0.23 l +0.30 -0.23 l +0.31 -0.23 l +0.32 -0.23 l +0.33 -0.23 l +0.34 -0.23 l +0.35 -0.23 l +0.36 -0.23 l +0.38 -0.23 l +0.38 -0.23 l +0.39 -0.23 l +0.41 -0.23 l +0.40 -0.23 l +0.42 -0.23 l +0.41 -0.23 l +0.42 -0.22 l +0.41 -0.23 l +0.41 -0.23 l +0.39 -0.23 l +0.39 -0.23 l +0.37 -0.23 l +0.35 -0.23 l +0.33 -0.23 l +0.31 -0.23 l +0.28 -0.23 l +0.26 -0.23 l +0.23 -0.23 l +0.21 -0.23 l +0.18 -0.23 l +0.15 -0.23 l +0.12 -0.23 l +0.10 -0.23 l +0.08 -0.23 l +0.06 -0.22 l +0.04 -0.23 l +0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.04 -0.23 l +-0.06 -0.23 l +-0.08 -0.23 l +-0.09 -0.23 l +-0.12 -0.23 l +-0.14 -0.23 l +-0.16 -0.23 l +-0.19 -0.23 l +-0.21 -0.23 l +-0.23 -0.23 l +-0.26 -0.23 l +-0.29 -0.23 l +-0.31 -0.23 l +-0.34 -0.22 l +-0.36 -0.23 l +-0.38 -0.23 l +-0.40 -0.23 l +-0.43 -0.23 l +-0.43 -0.23 l +-0.45 -0.23 l +-0.46 -0.23 l +-0.46 -0.23 l +-0.47 -0.23 l +-0.46 -0.23 l +-0.46 -0.23 l +-0.45 -0.23 l +-0.44 -0.23 l +-0.43 -0.23 l +-0.42 -0.23 l +-0.40 -0.23 l +-0.38 -0.23 l +-0.36 -0.22 l +-0.34 -0.23 l +-0.32 -0.23 l +-0.30 -0.23 l +-0.28 -0.23 l +-0.25 -0.23 l +-0.23 -0.23 l +-0.22 -0.23 l +-0.19 -0.23 l +-0.17 -0.23 l +-0.15 -0.23 l +-0.14 -0.23 l +-0.11 -0.23 l +-0.10 -0.23 l +-0.09 -0.23 l +-0.07 -0.23 l +-0.06 -0.23 l +68.42 381.56 lineto +-0.04 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.04 -0.23 l +-0.05 -0.23 l +-0.06 -0.23 l +-0.07 -0.23 l +-0.08 -0.23 l +-0.10 -0.23 l +-0.10 -0.23 l +-0.11 -0.23 l +-0.12 -0.23 l +-0.13 -0.23 l +-0.14 -0.23 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.16 -0.22 l +-0.15 -0.23 l +-0.15 -0.23 l +-0.14 -0.23 l +-0.14 -0.23 l +-0.13 -0.23 l +-0.13 -0.23 l +-0.11 -0.23 l +-0.11 -0.23 l +-0.10 -0.23 l +-0.08 -0.23 l +-0.08 -0.23 l +-0.06 -0.23 l +-0.06 -0.23 l +-0.05 -0.23 l +-0.04 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +64.90 358.62 lineto +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +64.71 335.67 lineto +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +-1.11 0 l +cp p3 +np + 115.70 318.73 m +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.29 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.05 0.30 l +-0.06 0.30 l +-0.06 0.30 l +-0.07 0.30 l +-0.07 0.30 l +-0.07 0.30 l +-0.08 0.30 l +-0.08 0.30 l +-0.08 0.30 l +-0.08 0.30 l +-0.07 0.30 l +-0.07 0.30 l +-0.06 0.30 l +-0.06 0.29 l +-0.05 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +0 0.30 l +0.01 0.30 l +0.02 0.30 l +0.04 0.30 l +0.04 0.30 l +0.06 0.30 l +0.06 0.30 l +0.07 0.30 l +0.07 0.30 l +0.08 0.30 l +0.07 0.30 l +0.08 0.30 l +0.08 0.30 l +0.08 0.30 l +0.07 0.30 l +0.07 0.30 l +0.06 0.30 l +0.06 0.30 l +0.05 0.30 l +0.05 0.30 l +0.04 0.30 l +0.04 0.30 l +0.03 0.30 l +116.05 348.70 lineto +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.04 0.30 l +-0.03 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.05 0.30 l +-0.05 0.30 l +-0.05 0.30 l +-0.06 0.30 l +-0.06 0.30 l +-0.05 0.30 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.30 l +-0.05 0.30 l +-0.05 0.30 l +-0.05 0.30 l +-0.05 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.29 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.05 0.30 l +-0.07 0.30 l +-0.07 0.30 l +-0.10 0.30 l +-0.11 0.30 l +-0.13 0.30 l +-0.15 0.30 l +-0.16 0.30 l +-0.18 0.30 l +-0.20 0.30 l +-0.23 0.29 l +-0.24 0.30 l +-0.26 0.30 l +-0.28 0.30 l +-0.31 0.30 l +-0.32 0.30 l +-0.34 0.30 l +-0.36 0.30 l +110.47 378.66 lineto +-0.40 0.30 l +-0.42 0.30 l +-0.44 0.30 l +-0.45 0.30 l +-0.47 0.30 l +-0.48 0.30 l +-0.49 0.30 l +-0.50 0.30 l +-0.51 0.30 l +-0.52 0.30 l +-0.51 0.30 l +-0.51 0.30 l +-0.49 0.30 l +-0.49 0.30 l +-0.47 0.30 l +-0.44 0.30 l +-0.41 0.30 l +-0.39 0.30 l +-0.35 0.30 l +-0.31 0.30 l +-0.26 0.30 l +-0.22 0.29 l +-0.17 0.30 l +-0.12 0.30 l +-0.07 0.30 l +-0.03 0.30 l +0.02 0.30 l +0.07 0.30 l +0.12 0.30 l +0.16 0.30 l +0.19 0.30 l +0.22 0.30 l +0.26 0.30 l +0.28 0.30 l +0.30 0.30 l +0.33 0.30 l +0.33 0.30 l +0.35 0.30 l +0.35 0.30 l +0.36 0.30 l +0.35 0.30 l +0.36 0.30 l +0.34 0.30 l +0.34 0.30 l +0.34 0.30 l +0.32 0.30 l +0.31 0.30 l +0.30 0.30 l +0.29 0.30 l +0.28 0.30 l +0.26 0.30 l +0.25 0.30 l +0.24 0.29 l +0.24 0.30 l +0.22 0.30 l +0.21 0.30 l +0.20 0.30 l +0.20 0.30 l +0.19 0.30 l +0.18 0.30 l +0.18 0.30 l +0.18 0.30 l +0.18 0.30 l +0.18 0.30 l +0.18 0.30 l +0.18 0.30 l +0.19 0.30 l +0.18 0.30 l +0.19 0.30 l +0.19 0.30 l +0.19 0.30 l +0.19 0.30 l +0.20 0.30 l +0.19 0.30 l +0.19 0.30 l +0.19 0.30 l +0.19 0.30 l +0.19 0.30 l +0.17 0.30 l +0.18 0.30 l +0.17 0.30 l +0.16 0.30 l +0.15 0.29 l +0.15 0.30 l +0.14 0.30 l +0.13 0.30 l +0.12 0.30 l +0.12 0.30 l +0.11 0.30 l +0.10 0.30 l +0.09 0.30 l +0.09 0.30 l +0.08 0.30 l +0.07 0.30 l +0.06 0.30 l +0.06 0.30 l +0.05 0.30 l +0.04 0.30 l +0.04 0.30 l +114.98 408.63 lineto +0.02 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.04 0.29 l +-0.03 0.30 l +-0.04 0.30 l +-0.04 0.30 l +-0.03 0.30 l +-0.04 0.30 l +-0.03 0.30 l +-0.04 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.03 0.30 l +0.03 0.30 l +0.04 0.30 l +0.05 0.30 l +0.05 0.30 l +0.06 0.30 l +0.06 0.30 l +0.06 0.30 l +0.07 0.30 l +0.07 0.30 l +0.07 0.30 l +0.08 0.30 l +0.07 0.30 l +0.07 0.30 l +0.07 0.30 l +0.07 0.30 l +0.06 0.30 l +0.06 0.30 l +0.06 0.30 l +0.05 0.30 l +0.04 0.30 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.02 0.30 l +116.01 438.60 lineto +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.29 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0.01 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.03 0.30 l +0.02 0.30 l +0.03 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.30 l +0.03 0.30 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.29 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +0 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +115.90 468.56 lineto +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.03 0.30 l +-0.02 0.30 l +-0.01 0.30 l +-0.02 0.30 l +-0.01 0.30 l +0 0.30 l +-0.01 0.30 l +0.93 0 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +116.52 445.49 lineto +0.03 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.05 -0.30 l +0.05 -0.30 l +0.06 -0.30 l +0.06 -0.30 l +0.06 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.06 -0.30 l +0.06 -0.30 l +0.05 -0.30 l +0.04 -0.30 l +0.04 -0.30 l +0.04 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.02 -0.30 l +117.85 415.52 lineto +-0.03 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.04 -0.30 l +-0.04 -0.30 l +-0.03 -0.30 l +-0.04 -0.30 l +-0.04 -0.30 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.04 -0.30 l +0.05 -0.30 l +0.06 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.08 -0.30 l +0.08 -0.30 l +0.10 -0.30 l +0.10 -0.30 l +0.11 -0.30 l +0.11 -0.30 l +0.13 -0.30 l +0.13 -0.30 l +0.14 -0.30 l +0.14 -0.30 l +0.16 -0.29 l +0.16 -0.30 l +0.17 -0.30 l +0.17 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.20 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.20 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.18 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.19 -0.30 l +0.21 -0.30 l +0.21 -0.30 l +0.22 -0.30 l +0.23 -0.30 l +0.24 -0.29 l +0.25 -0.30 l +0.27 -0.30 l +0.27 -0.30 l +0.29 -0.30 l +0.30 -0.30 l +0.32 -0.30 l +0.32 -0.30 l +0.33 -0.30 l +0.34 -0.30 l +0.35 -0.30 l +0.35 -0.30 l +0.36 -0.30 l +0.35 -0.30 l +0.36 -0.30 l +0.34 -0.30 l +0.34 -0.30 l +0.32 -0.30 l +0.31 -0.30 l +0.28 -0.30 l +0.25 -0.30 l +0.23 -0.30 l +0.19 -0.30 l +0.16 -0.30 l +0.11 -0.30 l +0.08 -0.30 l +0.02 -0.30 l +-0.03 -0.30 l +-0.08 -0.30 l +131.56 385.55 lineto +-0.17 -0.30 l +-0.21 -0.29 l +-0.26 -0.30 l +-0.32 -0.30 l +-0.35 -0.30 l +-0.38 -0.30 l +-0.42 -0.30 l +-0.44 -0.30 l +-0.47 -0.30 l +-0.48 -0.30 l +-0.50 -0.30 l +-0.51 -0.30 l +-0.51 -0.30 l +-0.51 -0.30 l +-0.51 -0.30 l +-0.50 -0.30 l +-0.50 -0.30 l +-0.48 -0.30 l +-0.47 -0.30 l +-0.45 -0.30 l +-0.43 -0.30 l +-0.42 -0.30 l +-0.40 -0.30 l +-0.39 -0.30 l +-0.36 -0.30 l +-0.34 -0.30 l +-0.32 -0.30 l +-0.30 -0.30 l +-0.28 -0.30 l +-0.27 -0.30 l +-0.24 -0.30 l +-0.22 -0.29 l +-0.20 -0.30 l +-0.18 -0.30 l +-0.17 -0.30 l +-0.14 -0.30 l +-0.13 -0.30 l +-0.12 -0.30 l +-0.09 -0.30 l +-0.08 -0.30 l +-0.06 -0.30 l +-0.06 -0.30 l +-0.04 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.04 -0.30 l +-0.03 -0.30 l +-0.04 -0.30 l +-0.04 -0.30 l +-0.04 -0.30 l +-0.05 -0.30 l +-0.05 -0.30 l +-0.06 -0.30 l +-0.05 -0.30 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.30 l +-0.06 -0.30 l +-0.05 -0.30 l +-0.05 -0.30 l +-0.05 -0.30 l +-0.05 -0.30 l +116.45 355.59 lineto +-0.04 -0.30 l +-0.04 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.03 -0.30 l +0.05 -0.30 l +0.04 -0.30 l +0.06 -0.30 l +0.06 -0.30 l +0.06 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.08 -0.30 l +0.07 -0.30 l +0.08 -0.30 l +0.08 -0.30 l +0.08 -0.30 l +0.07 -0.30 l +0.07 -0.30 l +0.06 -0.30 l +0.05 -0.30 l +0.05 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +-0.03 -0.30 l +-0.04 -0.30 l +-0.04 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.07 -0.30 l +-0.08 -0.30 l +-0.08 -0.30 l +-0.07 -0.30 l +-0.08 -0.30 l +-0.08 -0.30 l +-0.08 -0.30 l +-0.07 -0.30 l +-0.06 -0.30 l +-0.06 -0.30 l +-0.06 -0.30 l +-0.05 -0.30 l +-0.05 -0.30 l +-0.04 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.03 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.02 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +-0.01 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.30 l +0 -0.30 l +-0.01 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0 -0.30 l +0 -0.30 l +0.01 -0.30 l +0 -0.30 l +0.01 -0.30 l +116.21 325.62 lineto +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.03 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.02 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0.01 -0.30 l +0 -0.30 l +-0.93 0 l +cp p3 +np + 166.96 322.54 m +-0.03 0.26 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +0 0.26 l +0.01 0.25 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0.02 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.04 0.25 l +0.03 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.03 0.25 l +0.04 0.26 l +0.04 0.26 l +0.03 0.26 l +0.04 0.25 l +0.03 0.26 l +0.03 0.26 l +0.02 0.26 l +0.03 0.26 l +0.02 0.25 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.01 0.26 l +0.01 0.25 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.25 l +0 0.26 l +0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.03 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.05 0.26 l +-0.05 0.26 l +-0.05 0.25 l +-0.05 0.26 l +-0.05 0.26 l +-0.06 0.26 l +-0.05 0.26 l +-0.06 0.25 l +-0.05 0.26 l +166.82 348.33 lineto +-0.05 0.26 l +-0.05 0.25 l +-0.05 0.26 l +-0.04 0.26 l +-0.05 0.26 l +-0.03 0.26 l +-0.04 0.25 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.25 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0.01 0.26 l +0.01 0.25 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.02 0.25 l +0.01 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.02 0.26 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0.02 0.25 l +0.01 0.26 l +0.01 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.03 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.05 0.25 l +-0.05 0.26 l +-0.06 0.26 l +-0.06 0.26 l +-0.06 0.25 l +-0.07 0.26 l +-0.07 0.26 l +-0.06 0.26 l +-0.07 0.26 l +-0.06 0.25 l +-0.07 0.26 l +-0.06 0.26 l +-0.05 0.26 l +-0.06 0.26 l +-0.05 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.02 0.25 l +0.03 0.26 l +0.02 0.26 l +0.03 0.26 l +0.03 0.25 l +0.04 0.26 l +0.03 0.26 l +0.03 0.26 l +0.04 0.26 l +0.03 0.25 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +165.59 374.12 lineto +0 0.25 l +-0.01 0.26 l +-0.02 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.05 0.25 l +-0.06 0.26 l +-0.08 0.26 l +-0.08 0.26 l +-0.10 0.25 l +-0.10 0.26 l +-0.11 0.26 l +-0.12 0.26 l +-0.13 0.26 l +-0.13 0.25 l +-0.14 0.26 l +-0.14 0.26 l +-0.15 0.26 l +-0.15 0.26 l +-0.15 0.25 l +-0.16 0.26 l +-0.17 0.26 l +-0.16 0.26 l +-0.17 0.25 l +-0.17 0.26 l +-0.18 0.26 l +-0.17 0.26 l +-0.19 0.26 l +-0.18 0.25 l +-0.19 0.26 l +-0.20 0.26 l +-0.20 0.26 l +-0.21 0.26 l +-0.22 0.25 l +-0.22 0.26 l +-0.25 0.26 l +-0.25 0.26 l +-0.28 0.25 l +-0.29 0.26 l +-0.32 0.26 l +-0.34 0.26 l +-0.36 0.26 l +-0.40 0.25 l +-0.43 0.26 l +-0.46 0.26 l +-0.49 0.26 l +-0.51 0.26 l +-0.55 0.25 l +-0.57 0.26 l +-0.59 0.26 l +-0.61 0.26 l +-0.61 0.25 l +-0.62 0.26 l +-0.62 0.26 l +-0.61 0.26 l +-0.60 0.26 l +-0.56 0.25 l +-0.53 0.26 l +-0.48 0.26 l +-0.44 0.26 l +-0.39 0.26 l +-0.32 0.25 l +-0.25 0.26 l +-0.17 0.26 l +-0.10 0.26 l +-0.02 0.26 l +0.06 0.25 l +0.13 0.26 l +0.21 0.26 l +0.30 0.26 l +0.38 0.25 l +0.44 0.26 l +0.50 0.26 l +0.56 0.26 l +0.61 0.26 l +0.66 0.25 l +0.70 0.26 l +0.73 0.26 l +0.75 0.26 l +0.76 0.26 l +0.76 0.25 l +0.76 0.26 l +0.74 0.26 l +0.73 0.26 l +0.69 0.25 l +0.67 0.26 l +0.62 0.26 l +0.59 0.26 l +0.54 0.26 l +0.49 0.25 l +0.43 0.26 l +0.39 0.26 l +0.35 0.26 l +0.30 0.26 l +0.25 0.25 l +0.22 0.26 l +0.17 0.26 l +0.14 0.26 l +0.12 0.25 l +163.81 399.90 lineto +0.07 0.26 l +0.05 0.26 l +0.03 0.26 l +0.02 0.25 l +0.02 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.25 l +0.01 0.26 l +0.02 0.26 l +0.03 0.26 l +0.03 0.25 l +0.04 0.26 l +0.05 0.26 l +0.05 0.26 l +0.06 0.26 l +0.08 0.25 l +0.08 0.26 l +0.08 0.26 l +0.10 0.26 l +0.10 0.26 l +0.10 0.25 l +0.11 0.26 l +0.11 0.26 l +0.12 0.26 l +0.12 0.25 l +0.11 0.26 l +0.12 0.26 l +0.11 0.26 l +0.12 0.26 l +0.10 0.25 l +0.11 0.26 l +0.10 0.26 l +0.09 0.26 l +0.09 0.26 l +0.08 0.25 l +0.08 0.26 l +0.07 0.26 l +0.07 0.26 l +0.06 0.26 l +0.06 0.25 l +0.06 0.26 l +0.05 0.26 l +0.05 0.26 l +0.05 0.25 l +0.05 0.26 l +0.04 0.26 l +0.05 0.26 l +0.04 0.26 l +0.04 0.25 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.25 l +0.04 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.03 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.02 0.26 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0.01 0.25 l +0.01 0.26 l +0 0.26 l +0.01 0.26 l +0 0.25 l +0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0.01 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +-0.01 0.26 l +0 0.26 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.02 0.26 l +167.52 425.69 lineto +-0.02 0.26 l +-0.03 0.25 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.04 0.25 l +-0.03 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.25 l +0.02 0.26 l +0.01 0.26 l +0.02 0.26 l +0.03 0.25 l +0.02 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.04 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.04 0.26 l +0.03 0.26 l +0.02 0.26 l +0.03 0.25 l +0.03 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.01 0.26 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0 0.25 l +0.01 0.26 l +0.01 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +-0.01 0.26 l +0 0.26 l +-0.01 0.26 l +-0.01 0.26 l +0 0.25 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.02 0.25 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.25 l +-0.04 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.26 l +166.91 451.48 lineto +-0.02 0.25 l +0 0.26 l +-0.01 0.26 l +0 0.26 l +0.01 0.26 l +0 0.25 l +0.01 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.02 0.26 l +1.42 0 l +0.03 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.04 -0.25 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.04 -0.25 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.02 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.04 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.04 -0.25 l +0.03 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.25 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +168.43 431.62 lineto +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.26 l +0 -0.25 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.25 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.03 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.04 -0.26 l +0.03 -0.26 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.25 l +0.05 -0.26 l +0.04 -0.26 l +0.05 -0.26 l +0.04 -0.26 l +0.05 -0.25 l +0.05 -0.26 l +0.05 -0.26 l +0.06 -0.26 l +0.06 -0.25 l +0.06 -0.26 l +0.07 -0.26 l +0.07 -0.26 l +0.08 -0.26 l +0.08 -0.25 l +0.09 -0.26 l +0.10 -0.26 l +0.10 -0.26 l +0.10 -0.26 l +0.11 -0.25 l +0.11 -0.26 l +0.12 -0.26 l +0.11 -0.26 l +0.12 -0.26 l +0.11 -0.25 l +0.12 -0.26 l +0.11 -0.26 l +170.51 405.83 lineto +0.11 -0.25 l +0.10 -0.26 l +0.09 -0.26 l +0.09 -0.26 l +0.08 -0.26 l +0.07 -0.25 l +0.06 -0.26 l +0.06 -0.26 l +0.05 -0.26 l +0.04 -0.26 l +0.03 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.02 -0.25 l +0.04 -0.26 l +0.05 -0.26 l +0.06 -0.26 l +0.09 -0.26 l +0.11 -0.25 l +0.14 -0.26 l +0.17 -0.26 l +0.22 -0.26 l +0.26 -0.25 l +0.30 -0.26 l +0.34 -0.26 l +0.39 -0.26 l +0.44 -0.26 l +0.49 -0.25 l +0.54 -0.26 l +0.58 -0.26 l +0.63 -0.26 l +0.66 -0.26 l +0.70 -0.25 l +0.72 -0.26 l +0.75 -0.26 l +0.75 -0.26 l +0.77 -0.25 l +0.76 -0.26 l +0.74 -0.26 l +0.73 -0.26 l +0.70 -0.26 l +0.66 -0.25 l +0.61 -0.26 l +0.56 -0.26 l +0.51 -0.26 l +0.44 -0.26 l +0.37 -0.25 l +0.30 -0.26 l +0.21 -0.26 l +0.14 -0.26 l +0.05 -0.25 l +-0.02 -0.26 l +-0.09 -0.26 l +-0.18 -0.26 l +-0.25 -0.26 l +-0.32 -0.25 l +-0.38 -0.26 l +-0.44 -0.26 l +-0.49 -0.26 l +-0.53 -0.26 l +-0.56 -0.25 l +-0.59 -0.26 l +-0.61 -0.26 l +-0.62 -0.26 l +-0.62 -0.26 l +-0.62 -0.25 l +-0.61 -0.26 l +-0.59 -0.26 l +-0.57 -0.26 l +-0.54 -0.25 l +-0.52 -0.26 l +-0.49 -0.26 l +-0.45 -0.26 l +-0.43 -0.26 l +-0.40 -0.25 l +-0.37 -0.26 l +-0.34 -0.26 l +-0.31 -0.26 l +-0.30 -0.26 l +-0.27 -0.25 l +-0.26 -0.26 l +-0.24 -0.26 l +-0.23 -0.26 l +-0.22 -0.25 l +-0.21 -0.26 l +-0.20 -0.26 l +-0.19 -0.26 l +-0.19 -0.26 l +-0.19 -0.25 l +-0.18 -0.26 l +-0.18 -0.26 l +-0.17 -0.26 l +-0.18 -0.26 l +172.09 380.05 lineto +-0.17 -0.26 l +-0.16 -0.26 l +-0.16 -0.26 l +-0.16 -0.25 l +-0.15 -0.26 l +-0.15 -0.26 l +-0.14 -0.26 l +-0.14 -0.26 l +-0.13 -0.25 l +-0.12 -0.26 l +-0.12 -0.26 l +-0.12 -0.26 l +-0.10 -0.26 l +-0.09 -0.25 l +-0.09 -0.26 l +-0.07 -0.26 l +-0.07 -0.26 l +-0.05 -0.25 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +0 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.04 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.26 l +0 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.06 -0.26 l +-0.06 -0.26 l +-0.06 -0.26 l +-0.07 -0.25 l +-0.06 -0.26 l +-0.07 -0.26 l +-0.07 -0.26 l +-0.06 -0.26 l +-0.06 -0.25 l +-0.06 -0.26 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +0 -0.26 l +-0.01 -0.26 l +0 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.25 l +0 -0.26 l +169.15 354.26 lineto +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.25 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.05 -0.26 l +-0.04 -0.26 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.06 -0.25 l +-0.05 -0.26 l +-0.05 -0.26 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.26 l +0 -0.25 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +-0.01 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0.01 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.04 -0.26 l +0.03 -0.26 l +168.11 328.47 lineto +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.26 l +0.03 -0.26 l +0.04 -0.26 l +0.03 -0.25 l +0.04 -0.26 l +0.03 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-1.47 0 l +cp p3 +np + 218.24 339.49 m +-0.01 0.23 l +-0.01 0.22 l +0 0.23 l +0 0.23 l +0.02 0.23 l +0.01 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.04 0.22 l +0.04 0.23 l +0.05 0.23 l +0.05 0.23 l +0.05 0.22 l +0.05 0.23 l +0.05 0.23 l +0.04 0.23 l +0.05 0.22 l +0.05 0.23 l +0.04 0.23 l +0.04 0.23 l +0.04 0.22 l +0.04 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +0 0.22 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.04 0.23 l +-0.03 0.23 l +-0.04 0.22 l +-0.03 0.23 l +-0.04 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.04 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.03 0.23 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.22 l +-0.01 0.23 l +217.92 362.24 lineto +-0.01 0.23 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +0 0.23 l +0 0.23 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.03 0.22 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.22 l +0.03 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +-0.02 0.23 l +-0.01 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.04 0.23 l +-0.04 0.23 l +-0.04 0.22 l +-0.06 0.23 l +-0.06 0.23 l +-0.07 0.23 l +-0.07 0.22 l +-0.08 0.23 l +-0.09 0.23 l +-0.10 0.23 l +-0.10 0.22 l +-0.11 0.23 l +-0.12 0.23 l +-0.13 0.23 l +-0.13 0.22 l +-0.14 0.23 l +-0.14 0.23 l +-0.15 0.23 l +-0.16 0.22 l +-0.16 0.23 l +-0.17 0.23 l +-0.18 0.23 l +-0.18 0.22 l +-0.19 0.23 l +-0.20 0.23 l +-0.20 0.23 l +-0.22 0.22 l +-0.23 0.23 l +-0.24 0.23 l +-0.26 0.23 l +-0.27 0.22 l +-0.29 0.23 l +-0.31 0.23 l +-0.33 0.23 l +-0.36 0.22 l +-0.38 0.23 l +211.67 384.99 lineto +-0.44 0.23 l +-0.45 0.22 l +-0.49 0.23 l +-0.51 0.23 l +-0.54 0.23 l +-0.56 0.22 l +-0.59 0.23 l +-0.61 0.23 l +-0.62 0.23 l +-0.63 0.22 l +-0.65 0.23 l +-0.65 0.23 l +-0.65 0.23 l +-0.64 0.22 l +-0.63 0.23 l +-0.61 0.23 l +-0.59 0.23 l +-0.54 0.22 l +-0.51 0.23 l +-0.46 0.23 l +-0.40 0.23 l +-0.36 0.22 l +-0.29 0.23 l +-0.22 0.23 l +-0.14 0.23 l +-0.08 0.22 l +0 0.23 l +0.07 0.23 l +0.13 0.23 l +0.21 0.22 l +0.29 0.23 l +0.34 0.23 l +0.40 0.23 l +0.45 0.22 l +0.49 0.23 l +0.53 0.23 l +0.56 0.23 l +0.59 0.22 l +0.61 0.23 l +0.61 0.23 l +0.62 0.23 l +0.62 0.22 l +0.61 0.23 l +0.60 0.23 l +0.58 0.23 l +0.56 0.22 l +0.55 0.23 l +0.52 0.23 l +0.49 0.23 l +0.47 0.22 l +0.44 0.23 l +0.42 0.23 l +0.40 0.23 l +0.37 0.22 l +0.36 0.23 l +0.33 0.23 l +0.30 0.23 l +0.29 0.22 l +0.28 0.23 l +0.25 0.23 l +0.24 0.23 l +0.23 0.22 l +0.20 0.23 l +0.20 0.23 l +0.17 0.23 l +0.17 0.22 l +0.15 0.23 l +0.14 0.23 l +0.12 0.23 l +0.11 0.22 l +0.11 0.23 l +0.09 0.23 l +0.08 0.23 l +0.07 0.23 l +0.06 0.22 l +0.06 0.23 l +0.05 0.23 l +0.05 0.23 l +0.04 0.22 l +0.05 0.23 l +0.04 0.23 l +0.04 0.23 l +0.04 0.22 l +0.05 0.23 l +0.04 0.23 l +0.05 0.23 l +0.06 0.22 l +0.05 0.23 l +0.07 0.23 l +0.06 0.23 l +0.07 0.22 l +0.07 0.23 l +0.08 0.23 l +0.08 0.23 l +0.08 0.22 l +0.08 0.23 l +0.08 0.23 l +0.08 0.23 l +0.09 0.22 l +216.83 407.74 lineto +0.08 0.23 l +0.07 0.23 l +0.08 0.22 l +0.07 0.23 l +0.06 0.23 l +0.07 0.23 l +0.05 0.22 l +0.06 0.23 l +0.05 0.23 l +0.04 0.23 l +0.04 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.23 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0 0.23 l +-0.01 0.23 l +0 0.22 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +-0.01 0.22 l +0 0.23 l +-0.01 0.23 l +0 0.23 l +0 0.22 l +0 0.23 l +0.01 0.23 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.23 l +0.01 0.23 l +0.02 0.22 l +0.02 0.23 l +0.03 0.23 l +0.03 0.23 l +0.02 0.22 l +0.03 0.23 l +0.03 0.23 l +0.04 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.02 0.23 l +0.03 0.22 l +0.03 0.23 l +0.02 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.04 0.23 l +0.03 0.23 l +0.03 0.22 l +0.04 0.23 l +0.03 0.23 l +0.04 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.23 l +0.03 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.23 l +0.01 0.23 l +0 0.22 l +0 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.22 l +218.87 430.49 lineto +-0.04 0.23 l +-0.05 0.23 l +-0.05 0.22 l +-0.05 0.23 l +-0.06 0.23 l +-0.07 0.23 l +-0.06 0.22 l +-0.07 0.23 l +-0.08 0.23 l +-0.08 0.23 l +-0.08 0.22 l +-0.09 0.23 l +-0.08 0.23 l +-0.09 0.23 l +-0.09 0.22 l +-0.09 0.23 l +-0.08 0.23 l +-0.09 0.23 l +-0.08 0.22 l +-0.08 0.23 l +-0.07 0.23 l +-0.07 0.23 l +-0.06 0.22 l +-0.05 0.23 l +-0.04 0.23 l +-0.04 0.23 l +-0.02 0.22 l +-0.01 0.23 l +0 0.23 l +0.01 0.23 l +0.02 0.22 l +0.03 0.23 l +0.04 0.23 l +0.06 0.23 l +0.06 0.22 l +0.07 0.23 l +0.08 0.23 l +0.09 0.23 l +0.09 0.22 l +0.09 0.23 l +0.10 0.23 l +0.10 0.23 l +0.10 0.22 l +0.10 0.23 l +0.09 0.23 l +0.10 0.23 l +0.09 0.22 l +0.08 0.23 l +0.08 0.23 l +0.08 0.23 l +0.07 0.22 l +0.07 0.23 l +0.06 0.23 l +0.05 0.23 l +0.05 0.22 l +0.04 0.23 l +0.04 0.23 l +0.03 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.23 l +0.02 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.23 l +0 0.23 l +0 0.22 l +-0.01 0.23 l +0 0.23 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.23 l +-0.03 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.23 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.23 l +-0.01 0.23 l +-0.01 0.22 l +218.46 453.24 lineto +-0.01 0.23 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0 0.23 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.23 l +0.02 0.23 l +0.02 0.22 l +1.34 0 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.23 l +0 -0.23 l +-0.01 -0.22 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.04 -0.23 l +0.04 -0.23 l +0.05 -0.22 l +0.06 -0.23 l +0.06 -0.23 l +0.06 -0.23 l +0.07 -0.22 l +0.08 -0.23 l +0.08 -0.23 l +0.09 -0.23 l +0.09 -0.22 l +0.09 -0.23 l +0.10 -0.23 l +0.10 -0.23 l +0.09 -0.22 l +0.10 -0.23 l +0.10 -0.23 l +0.10 -0.23 l +0.09 -0.22 l +0.08 -0.23 l +0.08 -0.23 l +0.07 -0.23 l +0.07 -0.22 l +0.05 -0.23 l +0.04 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.01 -0.23 l +0 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.05 -0.23 l +221.22 435.72 lineto +-0.06 -0.22 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.08 -0.23 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.09 -0.23 l +-0.09 -0.23 l +-0.09 -0.22 l +-0.08 -0.23 l +-0.09 -0.23 l +-0.09 -0.23 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.07 -0.23 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.06 -0.23 l +-0.05 -0.23 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.04 -0.23 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.04 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.04 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.23 l +0 -0.22 l +0 -0.23 l +-0.01 -0.23 l +220.74 412.97 lineto +0.01 -0.22 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.23 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.04 -0.22 l +0.05 -0.23 l +0.05 -0.23 l +0.05 -0.23 l +0.06 -0.22 l +0.06 -0.23 l +0.06 -0.23 l +0.07 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.07 -0.23 l +0.09 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.08 -0.23 l +0.09 -0.23 l +0.08 -0.22 l +0.07 -0.23 l +0.08 -0.23 l +0.07 -0.23 l +0.07 -0.22 l +0.07 -0.23 l +0.06 -0.23 l +0.06 -0.23 l +0.05 -0.22 l +0.05 -0.23 l +0.05 -0.23 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.23 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.23 l +0.05 -0.23 l +0.06 -0.23 l +0.06 -0.22 l +0.08 -0.23 l +0.08 -0.23 l +0.09 -0.23 l +0.10 -0.23 l +0.11 -0.22 l +0.12 -0.23 l +0.14 -0.23 l +0.15 -0.23 l +0.17 -0.22 l +0.18 -0.23 l +0.19 -0.23 l +0.21 -0.23 l +0.22 -0.22 l +0.24 -0.23 l +0.26 -0.23 l +0.27 -0.23 l +0.29 -0.22 l +0.31 -0.23 l +0.33 -0.23 l +0.35 -0.23 l +0.37 -0.22 l +0.40 -0.23 l +0.42 -0.23 l +0.44 -0.23 l +0.47 -0.22 l +0.50 -0.23 l +0.52 -0.23 l +0.54 -0.23 l +0.56 -0.22 l +0.58 -0.23 l +0.60 -0.23 l +0.61 -0.23 l +0.62 -0.22 l +0.62 -0.23 l +0.61 -0.23 l +0.61 -0.23 l +0.59 -0.22 l +0.56 -0.23 l +0.53 -0.23 l +0.50 -0.23 l +0.44 -0.22 l +0.40 -0.23 l +0.35 -0.23 l +0.28 -0.23 l +0.21 -0.22 l +0.14 -0.23 l +0.06 -0.23 l +0 -0.23 l +-0.07 -0.22 l +-0.15 -0.23 l +239.18 390.22 lineto +-0.29 -0.23 l +-0.35 -0.22 l +-0.41 -0.23 l +-0.46 -0.23 l +-0.51 -0.23 l +-0.54 -0.22 l +-0.59 -0.23 l +-0.61 -0.23 l +-0.62 -0.23 l +-0.65 -0.22 l +-0.65 -0.23 l +-0.65 -0.23 l +-0.64 -0.23 l +-0.64 -0.22 l +-0.62 -0.23 l +-0.61 -0.23 l +-0.59 -0.23 l +-0.56 -0.22 l +-0.54 -0.23 l +-0.51 -0.23 l +-0.48 -0.23 l +-0.46 -0.22 l +-0.43 -0.23 l +-0.41 -0.23 l +-0.38 -0.23 l +-0.35 -0.22 l +-0.33 -0.23 l +-0.31 -0.23 l +-0.30 -0.23 l +-0.27 -0.22 l +-0.26 -0.23 l +-0.24 -0.23 l +-0.23 -0.23 l +-0.21 -0.22 l +-0.21 -0.23 l +-0.20 -0.23 l +-0.19 -0.23 l +-0.18 -0.22 l +-0.18 -0.23 l +-0.17 -0.23 l +-0.16 -0.23 l +-0.15 -0.22 l +-0.16 -0.23 l +-0.14 -0.23 l +-0.14 -0.23 l +-0.13 -0.22 l +-0.12 -0.23 l +-0.12 -0.23 l +-0.11 -0.23 l +-0.11 -0.22 l +-0.10 -0.23 l +-0.09 -0.23 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.06 -0.23 l +-0.06 -0.23 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.04 -0.23 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.23 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.04 -0.23 l +0.03 -0.23 l +0.03 -0.22 l +0.02 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.23 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +220.83 367.47 lineto +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.03 -0.23 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.23 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.02 -0.23 l +-0.03 -0.23 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.23 l +-0.01 -0.23 l +0 -0.22 l +0 -0.23 l +-0.01 -0.23 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +0 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.02 -0.23 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +219.47 344.72 lineto +0.03 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.05 -0.23 l +0.04 -0.23 l +0.05 -0.22 l +0.05 -0.23 l +0.05 -0.23 l +0.05 -0.23 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.23 l +0.04 -0.23 l +0.04 -0.22 l +0.03 -0.23 l +0.03 -0.23 l +0.03 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0 -0.23 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-1.95 0 l +cp p3 +np + 269.60 335.81 m +-0.04 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.01 0.20 l +0 0.20 l +0.01 0.21 l +0.02 0.20 l +0.03 0.20 l +0.03 0.21 l +0.04 0.20 l +0.05 0.21 l +0.05 0.20 l +0.06 0.20 l +0.06 0.21 l +0.07 0.20 l +0.07 0.21 l +0.06 0.20 l +0.07 0.20 l +0.07 0.21 l +0.06 0.20 l +0.06 0.20 l +0.06 0.21 l +0.05 0.20 l +0.05 0.21 l +0.05 0.20 l +0.04 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.20 l +0.01 0.21 l +0.02 0.20 l +0.01 0.20 l +0 0.21 l +0.01 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +-0.01 0.21 l +-0.01 0.20 l +0 0.21 l +-0.02 0.20 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.05 0.21 l +-0.04 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.02 0.20 l +-0.03 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0.02 0.21 l +0.03 0.20 l +0.03 0.20 l +0.03 0.21 l +0.04 0.20 l +0.03 0.21 l +0.04 0.20 l +0.04 0.20 l +0.03 0.21 l +0.03 0.20 l +0.02 0.20 l +0.02 0.21 l +0.01 0.20 l +0.01 0.21 l +-0.01 0.20 l +-0.01 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.02 0.20 l +-0.02 0.20 l +0 0.21 l +-0.01 0.20 l +270.00 356.20 lineto +0.01 0.20 l +0.02 0.20 l +0.03 0.21 l +0.03 0.20 l +0.04 0.20 l +0.04 0.21 l +0.04 0.20 l +0.04 0.21 l +0.05 0.20 l +0.04 0.20 l +0.04 0.21 l +0.03 0.20 l +0.04 0.21 l +0.02 0.20 l +0.02 0.20 l +0.02 0.21 l +0.01 0.20 l +0 0.20 l +0 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.20 l +-0.05 0.21 l +-0.06 0.20 l +-0.05 0.21 l +-0.06 0.20 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.02 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.01 0.20 l +-0.01 0.20 l +0 0.21 l +-0.01 0.20 l +0 0.20 l +-0.01 0.21 l +0 0.20 l +0 0.21 l +-0.01 0.20 l +0 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.06 0.21 l +-0.06 0.20 l +-0.06 0.20 l +-0.06 0.21 l +-0.06 0.20 l +-0.06 0.21 l +-0.06 0.20 l +-0.06 0.20 l +-0.05 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.03 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.01 0.20 l +0 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.06 0.21 l +-0.06 0.20 l +-0.06 0.20 l +-0.06 0.21 l +268.15 376.58 lineto +-0.05 0.20 l +-0.05 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.01 0.20 l +-0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.03 0.20 l +0.02 0.20 l +0.03 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +-0.01 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.05 0.20 l +-0.06 0.21 l +-0.08 0.20 l +-0.09 0.21 l +-0.11 0.20 l +-0.11 0.20 l +-0.13 0.21 l +-0.13 0.20 l +-0.13 0.21 l +-0.14 0.20 l +-0.14 0.20 l +-0.13 0.21 l +-0.13 0.20 l +-0.13 0.20 l +-0.12 0.21 l +-0.11 0.20 l +-0.12 0.21 l +-0.11 0.20 l +-0.11 0.20 l +-0.11 0.21 l +-0.13 0.20 l +-0.13 0.21 l +-0.15 0.20 l +-0.17 0.20 l +-0.19 0.21 l +-0.23 0.20 l +-0.26 0.20 l +-0.29 0.21 l +-0.33 0.20 l +-0.38 0.21 l +-0.42 0.20 l +-0.47 0.20 l +-0.52 0.21 l +-0.56 0.20 l +-0.60 0.21 l +-0.64 0.20 l +-0.67 0.20 l +-0.71 0.21 l +-0.74 0.20 l +-0.75 0.20 l +-0.76 0.21 l +-0.77 0.20 l +-0.77 0.21 l +-0.77 0.20 l +-0.74 0.20 l +-0.73 0.21 l +-0.70 0.20 l +-0.66 0.21 l +-0.63 0.20 l +-0.59 0.20 l +-0.54 0.21 l +-0.49 0.20 l +-0.43 0.20 l +-0.37 0.21 l +-0.31 0.20 l +-0.25 0.21 l +-0.20 0.20 l +-0.13 0.20 l +-0.07 0.21 l +-0.02 0.20 l +0.05 0.21 l +0.11 0.20 l +0.15 0.20 l +0.20 0.21 l +0.24 0.20 l +0.29 0.20 l +0.32 0.21 l +0.36 0.20 l +0.40 0.21 l +0.43 0.20 l +0.46 0.20 l +0.48 0.21 l +0.52 0.20 l +0.54 0.21 l +0.56 0.20 l +0.59 0.20 l +0.61 0.21 l +0.63 0.20 l +0.64 0.21 l +0.66 0.20 l +0.66 0.20 l +257.11 396.97 lineto +0.67 0.20 l +0.66 0.20 l +0.65 0.21 l +0.64 0.20 l +0.62 0.21 l +0.59 0.20 l +0.58 0.20 l +0.54 0.21 l +0.51 0.20 l +0.49 0.21 l +0.45 0.20 l +0.42 0.20 l +0.39 0.21 l +0.36 0.20 l +0.34 0.20 l +0.31 0.21 l +0.29 0.20 l +0.27 0.21 l +0.26 0.20 l +0.24 0.20 l +0.23 0.21 l +0.21 0.20 l +0.21 0.21 l +0.21 0.20 l +0.19 0.20 l +0.19 0.21 l +0.18 0.20 l +0.18 0.20 l +0.17 0.21 l +0.17 0.20 l +0.16 0.21 l +0.15 0.20 l +0.15 0.20 l +0.14 0.21 l +0.13 0.20 l +0.13 0.21 l +0.12 0.20 l +0.11 0.20 l +0.10 0.21 l +0.09 0.20 l +0.08 0.20 l +0.08 0.21 l +0.06 0.20 l +0.04 0.21 l +0.04 0.20 l +0.02 0.20 l +0.01 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.05 0.20 l +-0.06 0.21 l +-0.07 0.20 l +-0.09 0.20 l +-0.09 0.21 l +-0.10 0.20 l +-0.11 0.21 l +-0.10 0.20 l +-0.11 0.20 l +-0.11 0.21 l +-0.10 0.20 l +-0.10 0.21 l +-0.09 0.20 l +-0.08 0.20 l +-0.07 0.21 l +-0.06 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.02 0.20 l +-0.01 0.21 l +0.01 0.20 l +0.02 0.20 l +0.03 0.21 l +0.04 0.20 l +0.05 0.21 l +0.07 0.20 l +0.08 0.20 l +0.08 0.21 l +0.10 0.20 l +0.10 0.21 l +0.11 0.20 l +0.11 0.20 l +0.11 0.21 l +0.12 0.20 l +0.12 0.20 l +0.11 0.21 l +0.12 0.20 l +0.10 0.21 l +0.11 0.20 l +0.09 0.20 l +0.10 0.21 l +0.08 0.20 l +0.07 0.21 l +0.07 0.20 l +0.06 0.20 l +0.05 0.21 l +0.05 0.20 l +0.03 0.20 l +0.04 0.21 l +270.63 417.35 lineto +0.03 0.21 l +0.01 0.20 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0.01 0.20 l +0 0.21 l +0 0.20 l +0.01 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0 0.20 l +-0.01 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +-0.01 0.20 l +0 0.21 l +-0.01 0.20 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.03 0.20 l +-0.05 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.01 0.20 l +0 0.21 l +0 0.20 l +0.01 0.20 l +0.02 0.21 l +0.03 0.20 l +0.03 0.21 l +0.03 0.20 l +0.04 0.20 l +0.04 0.21 l +0.04 0.20 l +0.04 0.21 l +0.04 0.20 l +0.04 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.21 l +0.01 0.20 l +0 0.20 l +0 0.21 l +-0.01 0.20 l +-0.03 0.20 l +-0.03 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.06 0.20 l +-0.06 0.20 l +-0.08 0.21 l +-0.08 0.20 l +-0.08 0.21 l +-0.09 0.20 l +-0.09 0.20 l +-0.08 0.21 l +-0.08 0.20 l +-0.08 0.20 l +-0.07 0.21 l +-0.06 0.20 l +-0.05 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.01 0.21 l +0 0.20 l +0.02 0.21 l +0.02 0.20 l +0.03 0.20 l +0.05 0.21 l +0.04 0.20 l +0.06 0.20 l +0.05 0.21 l +0.05 0.20 l +0.05 0.21 l +0.05 0.20 l +0.04 0.20 l +269.74 437.74 lineto +0.03 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.02 0.20 l +1.64 0 l +0.02 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.05 -0.20 l +0.05 -0.21 l +0.05 -0.20 l +0.06 -0.21 l +0.05 -0.20 l +0.05 -0.20 l +0.04 -0.21 l +0.03 -0.20 l +0.03 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.03 -0.20 l +-0.03 -0.20 l +-0.05 -0.21 l +-0.06 -0.20 l +-0.07 -0.21 l +-0.08 -0.20 l +-0.08 -0.20 l +-0.08 -0.21 l +-0.09 -0.20 l +-0.09 -0.20 l +-0.08 -0.21 l +-0.08 -0.20 l +-0.07 -0.21 l +-0.07 -0.20 l +-0.06 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.01 -0.20 l +0 -0.20 l +0 -0.21 l +-0.01 -0.20 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +270.77 422.04 lineto +-0.01 -0.20 l +0 -0.21 l +-0.01 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +-0.01 -0.20 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0.01 -0.20 l +0 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.20 l +0.05 -0.21 l +0.06 -0.20 l +0.07 -0.20 l +0.07 -0.21 l +0.09 -0.20 l +0.09 -0.21 l +0.09 -0.20 l +0.11 -0.20 l +0.10 -0.21 l +0.12 -0.20 l +0.11 -0.21 l +0.12 -0.20 l +0.12 -0.20 l +0.11 -0.21 l +0.11 -0.20 l +0.11 -0.20 l +0.10 -0.21 l +0.10 -0.20 l +0.09 -0.21 l +0.07 -0.20 l +0.07 -0.20 l +0.05 -0.21 l +0.05 -0.20 l +0.03 -0.21 l +0.01 -0.20 l +0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.06 -0.20 l +-0.07 -0.21 l +-0.08 -0.20 l +-0.09 -0.20 l +-0.10 -0.21 l +-0.10 -0.20 l +-0.11 -0.21 l +-0.11 -0.20 l +-0.10 -0.20 l +-0.11 -0.21 l +-0.10 -0.20 l +-0.09 -0.21 l +-0.08 -0.20 l +-0.08 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.04 -0.20 l +0.05 -0.21 l +0.06 -0.20 l +0.07 -0.21 l +0.08 -0.20 l +0.09 -0.20 l +0.10 -0.21 l +0.11 -0.20 l +0.12 -0.20 l +0.13 -0.21 l +0.13 -0.20 l +0.14 -0.21 l +0.15 -0.20 l +0.16 -0.20 l +0.16 -0.21 l +0.16 -0.20 l +0.17 -0.21 l +0.18 -0.20 l +0.18 -0.20 l +0.19 -0.21 l +0.20 -0.20 l +274.44 401.66 lineto +0.21 -0.21 l +0.21 -0.20 l +0.23 -0.21 l +0.24 -0.20 l +0.26 -0.20 l +0.27 -0.21 l +0.29 -0.20 l +0.31 -0.21 l +0.34 -0.20 l +0.36 -0.20 l +0.39 -0.21 l +0.43 -0.20 l +0.45 -0.20 l +0.48 -0.21 l +0.51 -0.20 l +0.55 -0.21 l +0.57 -0.20 l +0.59 -0.20 l +0.62 -0.21 l +0.64 -0.20 l +0.65 -0.21 l +0.66 -0.20 l +0.67 -0.20 l +0.66 -0.21 l +0.67 -0.20 l +0.65 -0.20 l +0.64 -0.21 l +0.63 -0.20 l +0.61 -0.21 l +0.59 -0.20 l +0.56 -0.20 l +0.54 -0.21 l +0.52 -0.20 l +0.48 -0.21 l +0.46 -0.20 l +0.43 -0.20 l +0.40 -0.21 l +0.36 -0.20 l +0.32 -0.21 l +0.29 -0.20 l +0.24 -0.20 l +0.20 -0.21 l +0.15 -0.20 l +0.11 -0.20 l +0.05 -0.21 l +-0.02 -0.20 l +-0.07 -0.21 l +-0.13 -0.20 l +-0.20 -0.20 l +-0.25 -0.21 l +-0.31 -0.20 l +-0.37 -0.21 l +-0.43 -0.20 l +-0.49 -0.20 l +-0.54 -0.21 l +-0.59 -0.20 l +-0.62 -0.20 l +-0.67 -0.21 l +-0.70 -0.20 l +-0.72 -0.21 l +-0.75 -0.20 l +-0.77 -0.20 l +-0.76 -0.21 l +-0.77 -0.20 l +-0.77 -0.21 l +-0.75 -0.20 l +-0.74 -0.20 l +-0.70 -0.21 l +-0.68 -0.20 l +-0.64 -0.20 l +-0.60 -0.21 l +-0.56 -0.20 l +-0.52 -0.21 l +-0.47 -0.20 l +-0.42 -0.20 l +-0.38 -0.21 l +-0.33 -0.20 l +-0.29 -0.21 l +-0.26 -0.20 l +-0.22 -0.20 l +-0.20 -0.21 l +-0.17 -0.20 l +-0.15 -0.20 l +-0.13 -0.21 l +-0.12 -0.20 l +-0.12 -0.21 l +-0.11 -0.20 l +-0.11 -0.20 l +-0.12 -0.21 l +-0.11 -0.20 l +-0.12 -0.21 l +-0.13 -0.20 l +-0.13 -0.20 l +-0.13 -0.21 l +-0.14 -0.20 l +-0.13 -0.20 l +-0.14 -0.21 l +-0.13 -0.20 l +-0.13 -0.21 l +273.81 381.27 lineto +-0.11 -0.20 l +-0.09 -0.21 l +-0.08 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0 -0.21 l +-0.01 -0.20 l +-0.01 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.06 -0.20 l +-0.06 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0.01 -0.20 l +0 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.20 l +-0.05 -0.21 l +-0.06 -0.20 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.07 -0.20 l +-0.06 -0.21 l +-0.06 -0.20 l +-0.06 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.20 l +0 -0.21 l +0 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +271.05 360.88 lineto +-0.03 -0.20 l +-0.03 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0.01 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.05 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +0 -0.20 l +0 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.04 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.03 -0.20 l +0.02 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.03 -0.20 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0 -0.20 l +0 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.02 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.20 l +0.05 -0.21 l +271.14 340.50 lineto +0.06 -0.21 l +0.06 -0.20 l +0.06 -0.20 l +0.07 -0.21 l +0.07 -0.20 l +0.06 -0.20 l +0.07 -0.21 l +0.07 -0.20 l +0.06 -0.21 l +0.06 -0.20 l +0.05 -0.20 l +0.05 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.20 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-2.28 0 l +cp p3 +np + 321.84 356.47 m +0.01 0.26 l +0 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.02 0.25 l +0.01 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.03 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.25 l +0.02 0.26 l +0.02 0.26 l +0.01 0.26 l +0.02 0.26 l +0.01 0.25 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.26 l +0 0.25 l +0.01 0.26 l +0 0.26 l +0.01 0.26 l +0 0.26 l +0 0.25 l +0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +0 0.26 l +-0.01 0.26 l +0 0.26 l +-0.01 0.25 l +-0.01 0.26 l +0 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.25 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.03 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.04 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.05 0.26 l +-0.04 0.25 l +-0.05 0.26 l +-0.04 0.26 l +-0.05 0.26 l +-0.05 0.26 l +-0.06 0.25 l +-0.05 0.26 l +-0.05 0.26 l +-0.06 0.26 l +-0.05 0.26 l +-0.06 0.26 l +-0.06 0.25 l +-0.05 0.26 l +-0.06 0.26 l +-0.05 0.26 l +-0.05 0.26 l +-0.05 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +320.51 382.28 lineto +0.01 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.04 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.02 0.26 l +0.02 0.25 l +0.02 0.26 l +0.02 0.26 l +0.01 0.26 l +0.01 0.26 l +0.01 0.25 l +0 0.26 l +0 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.03 0.25 l +-0.03 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.05 0.26 l +-0.06 0.25 l +-0.07 0.26 l +-0.08 0.26 l +-0.08 0.26 l +-0.10 0.26 l +-0.10 0.25 l +-0.11 0.26 l +-0.12 0.26 l +-0.13 0.26 l +-0.13 0.26 l +-0.14 0.25 l +-0.14 0.26 l +-0.15 0.26 l +-0.16 0.26 l +-0.15 0.26 l +-0.16 0.26 l +-0.16 0.25 l +-0.15 0.26 l +-0.16 0.26 l +-0.15 0.26 l +-0.16 0.26 l +-0.15 0.25 l +-0.15 0.26 l +-0.15 0.26 l +-0.15 0.26 l +-0.15 0.26 l +-0.14 0.25 l +-0.16 0.26 l +-0.15 0.26 l +-0.16 0.26 l +-0.16 0.26 l +-0.17 0.25 l +-0.18 0.26 l +-0.18 0.26 l +-0.20 0.26 l +-0.20 0.26 l +-0.21 0.26 l +-0.22 0.25 l +-0.23 0.26 l +-0.24 0.26 l +-0.25 0.26 l +-0.26 0.26 l +-0.26 0.25 l +-0.27 0.26 l +-0.27 0.26 l +-0.28 0.26 l +-0.28 0.26 l +-0.29 0.25 l +-0.28 0.26 l +-0.30 0.26 l +-0.29 0.26 l +-0.30 0.26 l +311.61 408.09 lineto +-0.31 0.26 l +-0.31 0.26 l +-0.31 0.26 l +-0.32 0.26 l +-0.33 0.26 l +-0.33 0.25 l +-0.33 0.26 l +-0.33 0.26 l +-0.34 0.26 l +-0.33 0.26 l +-0.33 0.25 l +-0.32 0.26 l +-0.31 0.26 l +-0.29 0.26 l +-0.27 0.26 l +-0.25 0.25 l +-0.23 0.26 l +-0.18 0.26 l +-0.15 0.26 l +-0.11 0.26 l +-0.07 0.25 l +-0.02 0.26 l +0.02 0.26 l +0.07 0.26 l +0.12 0.26 l +0.17 0.26 l +0.21 0.25 l +0.24 0.26 l +0.28 0.26 l +0.32 0.26 l +0.35 0.26 l +0.38 0.25 l +0.39 0.26 l +0.41 0.26 l +0.42 0.26 l +0.42 0.26 l +0.43 0.25 l +0.42 0.26 l +0.41 0.26 l +0.40 0.26 l +0.40 0.26 l +0.38 0.26 l +0.36 0.25 l +0.34 0.26 l +0.33 0.26 l +0.31 0.26 l +0.29 0.26 l +0.28 0.25 l +0.26 0.26 l +0.24 0.26 l +0.23 0.26 l +0.21 0.26 l +0.21 0.25 l +0.19 0.26 l +0.19 0.26 l +0.18 0.26 l +0.17 0.26 l +0.17 0.25 l +0.17 0.26 l +0.16 0.26 l +0.16 0.26 l +0.16 0.26 l +0.16 0.26 l +0.15 0.25 l +0.15 0.26 l +0.15 0.26 l +0.15 0.26 l +0.15 0.26 l +0.14 0.25 l +0.13 0.26 l +0.13 0.26 l +0.13 0.26 l +0.12 0.26 l +0.11 0.25 l +0.11 0.26 l +0.10 0.26 l +0.10 0.26 l +0.09 0.26 l +0.09 0.25 l +0.08 0.26 l +0.09 0.26 l +0.08 0.26 l +0.07 0.26 l +0.08 0.26 l +0.08 0.25 l +0.08 0.26 l +0.08 0.26 l +0.08 0.26 l +0.08 0.26 l +0.09 0.25 l +0.09 0.26 l +0.09 0.26 l +0.09 0.26 l +0.10 0.26 l +0.10 0.25 l +0.09 0.26 l +0.10 0.26 l +0.10 0.26 l +0.10 0.26 l +320.69 433.90 lineto +0.10 0.26 l +0.09 0.26 l +0.09 0.26 l +0.09 0.26 l +0.08 0.26 l +0.08 0.25 l +0.08 0.26 l +0.07 0.26 l +0.07 0.26 l +0.07 0.26 l +0.05 0.25 l +0.06 0.26 l +0.05 0.26 l +0.04 0.26 l +0.04 0.26 l +0.03 0.25 l +0.03 0.26 l +0.02 0.26 l +0.02 0.26 l +0.01 0.26 l +0 0.25 l +0 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.03 0.25 l +-0.02 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.04 0.26 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +0.01 0.25 l +0.01 0.26 l +0.02 0.26 l +0.02 0.26 l +0.02 0.26 l +0.03 0.25 l +0.03 0.26 l +0.04 0.26 l +0.04 0.26 l +0.03 0.26 l +0.04 0.25 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.25 l +0.03 0.26 l +0.04 0.26 l +0.03 0.26 l +0.02 0.26 l +0.03 0.26 l +0.02 0.25 l +0.02 0.26 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0.01 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.03 0.26 l +-0.02 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.03 0.26 l +-0.04 0.25 l +-0.04 0.26 l +-0.03 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.04 0.25 l +-0.04 0.26 l +-0.04 0.26 l +-0.04 0.26 l +-0.03 0.26 l +-0.03 0.25 l +-0.03 0.26 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.26 l +321.46 459.71 lineto +0 0.26 l +0 0.26 l +0.01 0.26 l +0.01 0.26 l +0.02 0.26 l +0.02 0.25 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.04 0.26 l +0.03 0.25 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.26 l +0.04 0.25 l +0.04 0.26 l +0.04 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.26 l +0.03 0.25 l +0.02 0.26 l +0.03 0.26 l +0.02 0.26 l +0.01 0.26 l +0.02 0.25 l +0.01 0.26 l +0.02 0.26 l +0.01 0.26 l +0 0.26 l +0.01 0.25 l +0.01 0.26 l +0 0.26 l +0.01 0.26 l +0 0.26 l +0 0.25 l +0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0.01 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +-0.01 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.25 l +0 0.26 l +0 0.26 l +0 0.26 l +-0.01 0.26 l +0 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.26 l +-0.02 0.25 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.26 l +321.99 485.52 lineto +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.26 l +-0.02 0.26 l +-0.01 0.26 l +-0.02 0.25 l +-0.01 0.26 l +-0.01 0.26 l +-0.01 0.26 l +0 0.26 l +-0.01 0.25 l +0.85 0 l +-0.01 -0.25 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.25 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.25 l +0.01 -0.26 l +0.02 -0.26 l +322.43 465.65 lineto +0.02 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.03 -0.25 l +0.04 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.03 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.04 -0.26 l +0.03 -0.26 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.04 -0.25 l +0.03 -0.26 l +0.04 -0.26 l +0.04 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.25 l +-0.02 -0.26 l +-0.01 -0.26 l +322.68 439.84 lineto +-0.01 -0.26 l +0 -0.26 l +0 -0.25 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.04 -0.26 l +0.04 -0.26 l +0.05 -0.26 l +0.06 -0.26 l +0.05 -0.25 l +0.07 -0.26 l +0.07 -0.26 l +0.07 -0.26 l +0.08 -0.26 l +0.08 -0.25 l +0.08 -0.26 l +0.09 -0.26 l +0.09 -0.26 l +0.09 -0.26 l +0.10 -0.26 l +0.09 -0.25 l +0.10 -0.26 l +0.10 -0.26 l +0.10 -0.26 l +0.09 -0.26 l +0.10 -0.25 l +0.10 -0.26 l +0.09 -0.26 l +0.09 -0.26 l +0.09 -0.26 l +0.09 -0.25 l +0.08 -0.26 l +0.08 -0.26 l +0.08 -0.26 l +0.08 -0.26 l +0.08 -0.25 l +0.08 -0.26 l +0.07 -0.26 l +0.08 -0.26 l +0.09 -0.26 l +0.08 -0.26 l +0.09 -0.25 l +0.09 -0.26 l +0.10 -0.26 l +0.10 -0.26 l +0.11 -0.26 l +0.11 -0.25 l +0.12 -0.26 l +0.13 -0.26 l +0.13 -0.26 l +0.13 -0.26 l +0.14 -0.25 l +0.15 -0.26 l +0.15 -0.26 l +0.15 -0.26 l +0.15 -0.26 l +0.15 -0.25 l +0.16 -0.26 l +0.16 -0.26 l +0.16 -0.26 l +0.16 -0.26 l +0.17 -0.26 l +0.17 -0.25 l +0.17 -0.26 l +0.18 -0.26 l +0.19 -0.26 l +0.19 -0.26 l +0.21 -0.25 l +0.22 -0.26 l +0.22 -0.26 l +0.25 -0.26 l +0.25 -0.26 l +0.28 -0.25 l +0.29 -0.26 l +0.31 -0.26 l +0.33 -0.26 l +0.34 -0.26 l +0.36 -0.25 l +0.38 -0.26 l +0.40 -0.26 l +0.40 -0.26 l +0.41 -0.26 l +0.42 -0.26 l +0.43 -0.25 l +0.42 -0.26 l +0.42 -0.26 l +0.41 -0.26 l +0.39 -0.26 l +0.38 -0.25 l +0.35 -0.26 l +0.32 -0.26 l +0.28 -0.26 l +0.25 -0.26 l +0.20 -0.25 l +0.17 -0.26 l +0.12 -0.26 l +338.67 414.03 lineto +0.02 -0.26 l +-0.02 -0.26 l +-0.07 -0.25 l +-0.11 -0.26 l +-0.15 -0.26 l +-0.18 -0.26 l +-0.23 -0.26 l +-0.25 -0.25 l +-0.27 -0.26 l +-0.29 -0.26 l +-0.31 -0.26 l +-0.32 -0.26 l +-0.33 -0.25 l +-0.33 -0.26 l +-0.34 -0.26 l +-0.33 -0.26 l +-0.33 -0.26 l +-0.33 -0.25 l +-0.33 -0.26 l +-0.32 -0.26 l +-0.31 -0.26 l +-0.31 -0.26 l +-0.31 -0.26 l +-0.30 -0.25 l +-0.30 -0.26 l +-0.29 -0.26 l +-0.30 -0.26 l +-0.28 -0.26 l +-0.29 -0.25 l +-0.28 -0.26 l +-0.28 -0.26 l +-0.27 -0.26 l +-0.27 -0.26 l +-0.26 -0.25 l +-0.26 -0.26 l +-0.25 -0.26 l +-0.24 -0.26 l +-0.23 -0.26 l +-0.22 -0.25 l +-0.21 -0.26 l +-0.20 -0.26 l +-0.20 -0.26 l +-0.18 -0.26 l +-0.18 -0.26 l +-0.17 -0.25 l +-0.16 -0.26 l +-0.16 -0.26 l +-0.15 -0.26 l +-0.16 -0.26 l +-0.14 -0.25 l +-0.15 -0.26 l +-0.15 -0.26 l +-0.15 -0.26 l +-0.15 -0.26 l +-0.15 -0.25 l +-0.16 -0.26 l +-0.15 -0.26 l +-0.16 -0.26 l +-0.15 -0.26 l +-0.16 -0.25 l +-0.16 -0.26 l +-0.15 -0.26 l +-0.16 -0.26 l +-0.15 -0.26 l +-0.14 -0.26 l +-0.14 -0.25 l +-0.13 -0.26 l +-0.13 -0.26 l +-0.12 -0.26 l +-0.11 -0.26 l +-0.10 -0.25 l +-0.09 -0.26 l +-0.09 -0.26 l +-0.08 -0.26 l +-0.07 -0.26 l +-0.06 -0.25 l +-0.05 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +323.37 388.22 lineto +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.04 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.26 l +0.03 -0.25 l +0.03 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.05 -0.26 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.06 -0.25 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.06 -0.26 l +-0.05 -0.26 l +-0.05 -0.26 l +-0.06 -0.25 l +-0.05 -0.26 l +-0.05 -0.26 l +-0.04 -0.26 l +-0.05 -0.26 l +-0.04 -0.25 l +-0.05 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.04 -0.26 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.03 -0.26 l +-0.02 -0.26 l +-0.03 -0.26 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.26 l +-0.01 -0.26 l +-0.02 -0.25 l +-0.01 -0.26 l +-0.01 -0.26 l +0 -0.26 l +-0.01 -0.26 l +-0.01 -0.25 l +0 -0.26 l +-0.01 -0.26 l +0 -0.26 l +0 -0.26 l +-0.01 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0 -0.25 l +0 -0.26 l +0 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.25 l +0 -0.26 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +0 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +322.33 362.41 lineto +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.03 -0.26 l +0.02 -0.25 l +0.02 -0.26 l +0.02 -0.26 l +0.02 -0.26 l +0.01 -0.26 l +0.02 -0.25 l +0.01 -0.26 l +0.01 -0.26 l +0.01 -0.26 l +0 -0.26 l +0.01 -0.26 l +-0.85 0 l +cp p3 +np + 373.21 367.65 m +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +-0.01 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +372.40 384.94 lineto +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.18 l +-0.01 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.03 0.17 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.03 0.17 l +-0.04 0.18 l +-0.03 0.17 l +-0.04 0.17 l +-0.05 0.17 l +-0.04 0.18 l +-0.05 0.17 l +-0.04 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.06 0.17 l +-0.05 0.17 l +-0.06 0.18 l +-0.06 0.17 l +-0.06 0.17 l +-0.06 0.18 l +-0.07 0.17 l +-0.07 0.17 l +-0.06 0.18 l +-0.07 0.17 l +-0.07 0.17 l +-0.08 0.17 l +-0.07 0.18 l +-0.08 0.17 l +-0.08 0.17 l +-0.08 0.18 l +-0.07 0.17 l +-0.09 0.17 l +-0.08 0.17 l +-0.08 0.18 l +-0.09 0.17 l +-0.08 0.17 l +-0.09 0.18 l +-0.08 0.17 l +-0.09 0.17 l +-0.09 0.17 l +-0.08 0.18 l +-0.09 0.17 l +-0.09 0.17 l +-0.09 0.18 l +-0.08 0.17 l +-0.09 0.17 l +-0.09 0.17 l +-0.09 0.18 l +-0.08 0.17 l +-0.09 0.17 l +-0.08 0.18 l +-0.08 0.17 l +-0.09 0.17 l +-0.08 0.18 l +-0.08 0.17 l +-0.07 0.17 l +-0.08 0.17 l +-0.07 0.18 l +-0.08 0.17 l +-0.07 0.17 l +-0.06 0.18 l +-0.07 0.17 l +-0.06 0.17 l +-0.06 0.17 l +-0.06 0.18 l +-0.06 0.17 l +-0.05 0.17 l +-0.05 0.18 l +-0.04 0.17 l +-0.05 0.17 l +-0.04 0.17 l +-0.04 0.18 l +-0.04 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.17 l +367.05 402.23 lineto +-0.03 0.17 l +-0.02 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.03 0.17 l +-0.04 0.17 l +-0.05 0.18 l +-0.04 0.17 l +-0.05 0.17 l +-0.06 0.18 l +-0.06 0.17 l +-0.07 0.17 l +-0.07 0.18 l +-0.08 0.17 l +-0.08 0.17 l +-0.09 0.17 l +-0.09 0.18 l +-0.10 0.17 l +-0.11 0.17 l +-0.11 0.18 l +-0.12 0.17 l +-0.13 0.17 l +-0.13 0.17 l +-0.14 0.18 l +-0.14 0.17 l +-0.15 0.17 l +-0.16 0.18 l +-0.16 0.17 l +-0.17 0.17 l +-0.17 0.17 l +-0.17 0.18 l +-0.18 0.17 l +-0.19 0.17 l +-0.19 0.18 l +-0.19 0.17 l +-0.19 0.17 l +-0.20 0.18 l +-0.20 0.17 l +-0.20 0.17 l +-0.20 0.17 l +-0.20 0.18 l +-0.20 0.17 l +-0.20 0.17 l +-0.19 0.18 l +-0.20 0.17 l +-0.19 0.17 l +-0.18 0.17 l +-0.18 0.18 l +-0.18 0.17 l +-0.17 0.17 l +-0.16 0.18 l +-0.15 0.17 l +-0.15 0.17 l +-0.14 0.17 l +-0.12 0.18 l +-0.12 0.17 l +-0.11 0.17 l +-0.09 0.18 l +-0.09 0.17 l +-0.07 0.17 l +-0.06 0.17 l +-0.04 0.18 l +-0.04 0.17 l +-0.02 0.17 l +0 0.18 l +0.01 0.17 l +0.02 0.17 l +0.04 0.18 l +0.04 0.17 l +0.07 0.17 l +0.08 0.17 l +0.09 0.18 l +0.10 0.17 l +0.12 0.17 l +0.13 0.18 l +0.14 0.17 l +0.16 0.17 l +0.17 0.17 l +0.17 0.18 l +0.19 0.17 l +0.19 0.17 l +0.21 0.18 l +0.21 0.17 l +0.22 0.17 l +0.23 0.17 l +0.24 0.18 l +0.24 0.17 l +0.25 0.17 l +0.25 0.18 l +0.25 0.17 l +0.26 0.17 l +0.26 0.18 l +0.26 0.17 l +0.27 0.17 l +0.26 0.17 l +0.26 0.18 l +0.26 0.17 l +365.04 419.52 lineto +0.26 0.18 l +0.25 0.17 l +0.26 0.17 l +0.25 0.17 l +0.25 0.18 l +0.24 0.17 l +0.24 0.17 l +0.23 0.18 l +0.23 0.17 l +0.23 0.17 l +0.21 0.17 l +0.22 0.18 l +0.20 0.17 l +0.20 0.17 l +0.20 0.18 l +0.19 0.17 l +0.18 0.17 l +0.17 0.18 l +0.16 0.17 l +0.17 0.17 l +0.15 0.17 l +0.14 0.18 l +0.14 0.17 l +0.14 0.17 l +0.12 0.18 l +0.12 0.17 l +0.11 0.17 l +0.11 0.17 l +0.09 0.18 l +0.10 0.17 l +0.08 0.17 l +0.08 0.18 l +0.08 0.17 l +0.07 0.17 l +0.06 0.17 l +0.06 0.18 l +0.06 0.17 l +0.05 0.17 l +0.04 0.18 l +0.04 0.17 l +0.04 0.17 l +0.03 0.17 l +0.03 0.18 l +0.03 0.17 l +0.03 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.01 0.18 l +0.02 0.17 l +0.01 0.17 l +0.01 0.17 l +0.02 0.18 l +0.01 0.17 l +0.01 0.17 l +0.01 0.18 l +0.01 0.17 l +0.02 0.17 l +0.01 0.17 l +0.01 0.18 l +0.02 0.17 l +0.01 0.17 l +0.02 0.18 l +0.02 0.17 l +0.01 0.17 l +0.02 0.17 l +0.02 0.18 l +0.03 0.17 l +0.02 0.17 l +0.03 0.18 l +0.02 0.17 l +0.03 0.17 l +0.03 0.18 l +0.03 0.17 l +0.03 0.17 l +0.03 0.17 l +0.03 0.18 l +0.04 0.17 l +0.03 0.17 l +0.04 0.18 l +0.04 0.17 l +0.03 0.17 l +0.04 0.17 l +0.04 0.18 l +0.03 0.17 l +0.04 0.17 l +0.04 0.18 l +0.04 0.17 l +0.04 0.17 l +0.03 0.17 l +0.04 0.18 l +0.04 0.17 l +0.03 0.17 l +0.04 0.18 l +0.04 0.17 l +0.03 0.17 l +0.04 0.18 l +0.03 0.17 l +0.03 0.17 l +372.82 436.81 lineto +0.04 0.18 l +0.03 0.17 l +0.03 0.17 l +0.03 0.18 l +0.02 0.17 l +0.03 0.17 l +0.03 0.17 l +0.03 0.18 l +0.02 0.17 l +0.03 0.17 l +0.02 0.18 l +0.03 0.17 l +0.02 0.17 l +0.02 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.02 0.17 l +0.01 0.18 l +0.02 0.17 l +0.02 0.17 l +0.01 0.18 l +0.02 0.17 l +0.01 0.17 l +0.02 0.17 l +0.01 0.18 l +0.01 0.17 l +0.02 0.17 l +0.01 0.18 l +0.01 0.17 l +0.01 0.17 l +0.02 0.17 l +0.01 0.18 l +0.01 0.17 l +0.01 0.17 l +0.01 0.18 l +0.01 0.17 l +0 0.17 l +0.01 0.17 l +0.01 0.18 l +0.01 0.17 l +0 0.17 l +0.01 0.18 l +0.01 0.17 l +0 0.17 l +0.01 0.18 l +0 0.17 l +0 0.17 l +0.01 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0.01 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +373.50 454.11 lineto +0 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0.64 0 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0.01 -0.17 l +0 -0.17 l +0 -0.18 l +0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0.01 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.01 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.01 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +374.20 440.79 lineto +0.02 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.02 -0.18 l +0.02 -0.17 l +0.03 -0.17 l +0.02 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.03 -0.17 l +0.02 -0.18 l +0.03 -0.17 l +0.02 -0.17 l +0.03 -0.18 l +0.03 -0.17 l +0.02 -0.17 l +0.03 -0.17 l +0.03 -0.18 l +0.03 -0.17 l +0.03 -0.17 l +0.03 -0.18 l +0.04 -0.17 l +0.03 -0.17 l +0.03 -0.17 l +0.04 -0.18 l +0.03 -0.17 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.17 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.17 l +0.04 -0.17 l +0.04 -0.17 l +0.04 -0.18 l +0.03 -0.17 l +0.04 -0.17 l +0.04 -0.18 l +0.04 -0.17 l +0.03 -0.17 l +0.04 -0.17 l +0.04 -0.18 l +0.03 -0.17 l +0.03 -0.17 l +0.04 -0.18 l +0.03 -0.17 l +0.03 -0.17 l +0.03 -0.17 l +0.03 -0.18 l +0.03 -0.17 l +0.02 -0.17 l +0.03 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.03 -0.18 l +0.01 -0.17 l +0.02 -0.17 l +0.02 -0.17 l +0.02 -0.18 l +0.01 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +0.01 -0.17 l +0.01 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +0.01 -0.17 l +0.01 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.01 -0.17 l +0.02 -0.17 l +0.01 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.02 -0.18 l +0.03 -0.17 l +0.02 -0.17 l +0.04 -0.18 l +0.03 -0.17 l +0.04 -0.17 l +0.04 -0.17 l +0.04 -0.18 l +0.05 -0.17 l +0.06 -0.17 l +0.06 -0.18 l +0.06 -0.17 l +0.07 -0.17 l +0.07 -0.17 l +0.08 -0.18 l +0.09 -0.17 l +0.09 -0.17 l +0.10 -0.18 l +0.11 -0.17 l +0.11 -0.17 l +0.12 -0.17 l +0.12 -0.18 l +377.77 423.50 lineto +0.14 -0.17 l +0.14 -0.18 l +0.15 -0.17 l +0.16 -0.17 l +0.17 -0.17 l +0.17 -0.18 l +0.18 -0.17 l +0.19 -0.17 l +0.20 -0.18 l +0.19 -0.17 l +0.21 -0.17 l +0.21 -0.18 l +0.22 -0.17 l +0.23 -0.17 l +0.23 -0.17 l +0.23 -0.18 l +0.24 -0.17 l +0.24 -0.17 l +0.25 -0.18 l +0.25 -0.17 l +0.26 -0.17 l +0.25 -0.17 l +0.26 -0.18 l +0.26 -0.17 l +0.27 -0.17 l +0.26 -0.18 l +0.26 -0.17 l +0.27 -0.17 l +0.26 -0.17 l +0.26 -0.18 l +0.26 -0.17 l +0.25 -0.17 l +0.25 -0.18 l +0.25 -0.17 l +0.24 -0.17 l +0.23 -0.18 l +0.23 -0.17 l +0.22 -0.17 l +0.22 -0.17 l +0.20 -0.18 l +0.20 -0.17 l +0.19 -0.17 l +0.17 -0.18 l +0.17 -0.17 l +0.16 -0.17 l +0.14 -0.17 l +0.13 -0.18 l +0.12 -0.17 l +0.10 -0.17 l +0.09 -0.18 l +0.08 -0.17 l +0.06 -0.17 l +0.05 -0.17 l +0.04 -0.18 l +0.02 -0.17 l +0.01 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.04 -0.18 l +-0.06 -0.17 l +-0.07 -0.17 l +-0.09 -0.17 l +-0.09 -0.18 l +-0.11 -0.17 l +-0.12 -0.17 l +-0.12 -0.18 l +-0.14 -0.17 l +-0.15 -0.17 l +-0.15 -0.17 l +-0.16 -0.18 l +-0.17 -0.17 l +-0.18 -0.17 l +-0.18 -0.18 l +-0.18 -0.17 l +-0.20 -0.17 l +-0.19 -0.17 l +-0.19 -0.18 l +-0.20 -0.17 l +-0.20 -0.17 l +-0.20 -0.18 l +-0.20 -0.17 l +-0.20 -0.17 l +-0.20 -0.17 l +-0.20 -0.18 l +-0.19 -0.17 l +-0.19 -0.17 l +-0.19 -0.18 l +-0.19 -0.17 l +-0.18 -0.17 l +-0.17 -0.18 l +-0.18 -0.17 l +-0.16 -0.17 l +-0.17 -0.17 l +-0.15 -0.18 l +-0.15 -0.17 l +-0.15 -0.17 l +-0.13 -0.18 l +-0.13 -0.17 l +381.95 406.21 lineto +-0.12 -0.17 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.10 -0.17 l +-0.10 -0.18 l +-0.08 -0.17 l +-0.09 -0.17 l +-0.07 -0.17 l +-0.07 -0.18 l +-0.07 -0.17 l +-0.06 -0.17 l +-0.06 -0.18 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.04 -0.18 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.02 -0.18 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.04 -0.18 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.04 -0.17 l +-0.05 -0.18 l +-0.06 -0.17 l +-0.05 -0.17 l +-0.06 -0.18 l +-0.06 -0.17 l +-0.06 -0.17 l +-0.07 -0.17 l +-0.07 -0.18 l +-0.06 -0.17 l +-0.08 -0.17 l +-0.07 -0.18 l +-0.08 -0.17 l +-0.07 -0.17 l +-0.08 -0.17 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.08 -0.17 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.08 -0.17 l +-0.09 -0.18 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.09 -0.18 l +-0.08 -0.17 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.08 -0.17 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.08 -0.17 l +-0.08 -0.17 l +-0.08 -0.18 l +-0.07 -0.17 l +-0.08 -0.17 l +-0.07 -0.18 l +-0.08 -0.17 l +-0.07 -0.17 l +-0.07 -0.17 l +-0.07 -0.18 l +-0.06 -0.17 l +-0.07 -0.17 l +-0.06 -0.18 l +-0.06 -0.17 l +-0.06 -0.17 l +-0.06 -0.18 l +-0.05 -0.17 l +-0.06 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.05 -0.17 l +375.75 388.92 lineto +-0.05 -0.18 l +-0.04 -0.17 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.18 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +374.60 371.63 lineto +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.01 -0.17 l +-1.16 0 l +cp p3 +np + 424.53 362.75 m +-0.03 0.20 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +0.01 0.21 l +0.01 0.20 l +0.02 0.21 l +0.02 0.20 l +0.02 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.21 l +0.04 0.20 l +0.03 0.21 l +0.04 0.20 l +0.04 0.21 l +0.03 0.20 l +0.04 0.20 l +0.04 0.21 l +0.04 0.20 l +0.03 0.21 l +0.04 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.20 l +0.02 0.21 l +0.02 0.20 l +0.01 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0 0.20 l +0.01 0.21 l +0 0.20 l +0 0.21 l +0.01 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.20 l +-0.01 0.20 l +0 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.03 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.02 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +0 0.21 l +0.01 0.20 l +0.02 0.21 l +0.02 0.20 l +0.02 0.21 l +0.03 0.20 l +0.03 0.20 l +0.04 0.21 l +0.03 0.20 l +0.04 0.21 l +0.03 0.20 l +0.04 0.21 l +0.03 0.20 l +424.66 383.20 lineto +0.03 0.20 l +0.02 0.20 l +0.02 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0 0.21 l +0 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.01 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.02 0.20 l +-0.04 0.20 l +-0.03 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.06 0.21 l +-0.05 0.20 l +-0.06 0.20 l +-0.05 0.21 l +-0.06 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.04 0.20 l +-0.04 0.21 l +-0.05 0.20 l +-0.05 0.21 l +-0.05 0.20 l +-0.06 0.20 l +-0.06 0.21 l +-0.06 0.20 l +-0.08 0.21 l +-0.07 0.20 l +-0.09 0.21 l +-0.09 0.20 l +-0.09 0.21 l +-0.11 0.20 l +-0.10 0.20 l +-0.11 0.21 l +-0.11 0.20 l +-0.12 0.21 l +-0.12 0.20 l +-0.11 0.21 l +-0.12 0.20 l +-0.12 0.21 l +-0.12 0.20 l +-0.12 0.21 l +-0.12 0.20 l +-0.11 0.20 l +-0.12 0.21 l +-0.11 0.20 l +-0.11 0.21 l +-0.10 0.20 l +-0.11 0.21 l +-0.10 0.20 l +-0.11 0.21 l +-0.10 0.20 l +-0.10 0.20 l +-0.10 0.21 l +-0.09 0.20 l +-0.10 0.21 l +-0.09 0.20 l +-0.09 0.21 l +-0.10 0.20 l +419.34 403.65 lineto +-0.09 0.20 l +-0.08 0.21 l +-0.09 0.20 l +-0.09 0.20 l +-0.09 0.21 l +-0.09 0.20 l +-0.09 0.21 l +-0.09 0.20 l +-0.10 0.21 l +-0.11 0.20 l +-0.10 0.21 l +-0.12 0.20 l +-0.12 0.20 l +-0.14 0.21 l +-0.15 0.20 l +-0.15 0.21 l +-0.17 0.20 l +-0.19 0.21 l +-0.20 0.20 l +-0.22 0.21 l +-0.23 0.20 l +-0.25 0.21 l +-0.27 0.20 l +-0.28 0.20 l +-0.31 0.21 l +-0.32 0.20 l +-0.34 0.21 l +-0.35 0.20 l +-0.37 0.21 l +-0.39 0.20 l +-0.40 0.21 l +-0.41 0.20 l +-0.42 0.21 l +-0.43 0.20 l +-0.44 0.20 l +-0.44 0.21 l +-0.44 0.20 l +-0.43 0.21 l +-0.43 0.20 l +-0.42 0.21 l +-0.41 0.20 l +-0.39 0.21 l +-0.37 0.20 l +-0.35 0.20 l +-0.32 0.21 l +-0.29 0.20 l +-0.26 0.21 l +-0.23 0.20 l +-0.19 0.21 l +-0.15 0.20 l +-0.11 0.21 l +-0.06 0.20 l +-0.02 0.21 l +0.02 0.20 l +0.06 0.20 l +0.12 0.21 l +0.16 0.20 l +0.21 0.21 l +0.24 0.20 l +0.29 0.21 l +0.33 0.20 l +0.36 0.21 l +0.40 0.20 l +0.44 0.20 l +0.46 0.21 l +0.49 0.20 l +0.51 0.21 l +0.53 0.20 l +0.54 0.21 l +0.55 0.20 l +0.56 0.21 l +0.56 0.20 l +0.56 0.21 l +0.55 0.20 l +0.55 0.20 l +0.53 0.21 l +0.51 0.20 l +0.50 0.21 l +0.48 0.20 l +0.45 0.21 l +0.43 0.20 l +0.41 0.21 l +0.38 0.20 l +0.35 0.20 l +0.32 0.21 l +0.30 0.20 l +0.28 0.21 l +0.24 0.20 l +0.22 0.21 l +0.19 0.20 l +0.17 0.21 l +0.15 0.20 l +0.13 0.21 l +0.11 0.20 l +0.08 0.20 l +0.08 0.21 l +0.05 0.20 l +0.05 0.21 l +0.03 0.20 l +421.29 424.10 lineto +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0 0.20 l +0 0.21 l +0 0.20 l +0.01 0.21 l +0 0.20 l +0.01 0.21 l +0.02 0.20 l +0.02 0.21 l +0.02 0.20 l +0.04 0.21 l +0.04 0.20 l +0.05 0.20 l +0.05 0.21 l +0.06 0.20 l +0.06 0.21 l +0.06 0.20 l +0.07 0.21 l +0.07 0.20 l +0.06 0.21 l +0.07 0.20 l +0.06 0.20 l +0.06 0.21 l +0.06 0.20 l +0.05 0.21 l +0.04 0.20 l +0.04 0.21 l +0.04 0.20 l +0.03 0.21 l +0.02 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.20 l +0.02 0.21 l +0.02 0.20 l +0.02 0.21 l +0.03 0.20 l +0.03 0.21 l +0.03 0.20 l +0.04 0.21 l +0.04 0.20 l +0.05 0.20 l +0.05 0.21 l +0.06 0.20 l +0.06 0.21 l +0.07 0.20 l +0.07 0.21 l +0.08 0.20 l +0.07 0.21 l +0.08 0.20 l +0.09 0.21 l +0.08 0.20 l +0.08 0.20 l +0.08 0.21 l +0.08 0.20 l +0.08 0.21 l +0.07 0.20 l +0.07 0.21 l +0.07 0.20 l +0.07 0.21 l +0.07 0.20 l +0.05 0.21 l +0.06 0.20 l +0.05 0.20 l +0.05 0.21 l +0.05 0.20 l +0.04 0.21 l +0.04 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.20 l +0.02 0.21 l +0.01 0.20 l +0 0.21 l +0.01 0.20 l +0 0.21 l +-0.01 0.20 l +0 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.20 l +-0.02 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +-0.01 0.20 l +0 0.21 l +-0.01 0.20 l +0 0.21 l +0 0.20 l +424.45 444.55 lineto +0.01 0.20 l +0.01 0.21 l +0.01 0.20 l +0.02 0.21 l +0.02 0.20 l +0.02 0.20 l +0.02 0.21 l +0.02 0.20 l +0.03 0.21 l +0.02 0.20 l +0.03 0.21 l +0.02 0.20 l +0.02 0.21 l +0.03 0.20 l +0.02 0.20 l +0.01 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0 0.21 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.02 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.21 l +-0.03 0.20 l +-0.03 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.03 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.01 0.20 l +0 0.21 l +0 0.20 l +0 0.21 l +0.01 0.20 l +0.02 0.20 l +0.01 0.21 l +0.03 0.20 l +0.02 0.21 l +0.03 0.20 l +0.03 0.21 l +0.04 0.20 l +0.03 0.21 l +0.04 0.20 l +0.04 0.20 l +0.04 0.21 l +0.05 0.20 l +0.04 0.21 l +0.04 0.20 l +0.04 0.21 l +0.03 0.20 l +0.04 0.21 l +0.04 0.20 l +0.03 0.21 l +0.03 0.20 l +0.03 0.20 l +0.02 0.21 l +0.03 0.20 l +0.02 0.21 l +0.02 0.20 l +0.01 0.21 l +0.02 0.20 l +0.01 0.21 l +0.01 0.20 l +0.01 0.21 l +0 0.20 l +0.01 0.20 l +0 0.21 l +0.01 0.20 l +0 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.20 l +-0.01 0.21 l +0 0.20 l +-0.01 0.20 l +-0.01 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.01 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.01 0.21 l +-0.03 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.03 0.20 l +-0.02 0.21 l +-0.03 0.20 l +424.98 465.00 lineto +-0.03 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.21 l +-0.02 0.20 l +-0.02 0.20 l +-0.01 0.21 l +-0.02 0.20 l +0 0.21 l +-0.01 0.20 l +0 0.21 l +1.01 0 l +0 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.20 l +0 -0.21 l +-0.01 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.02 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.01 -0.20 l +425.83 449.25 lineto +-0.01 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.02 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.01 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.01 -0.20 l +0.03 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.05 -0.21 l +0.06 -0.20 l +0.05 -0.20 l +0.06 -0.21 l +0.07 -0.20 l +0.06 -0.21 l +0.07 -0.20 l +0.08 -0.21 l +0.07 -0.20 l +0.08 -0.21 l +0.08 -0.20 l +0.08 -0.21 l +0.08 -0.20 l +0.08 -0.20 l +0.08 -0.21 l +0.08 -0.20 l +0.08 -0.21 l +0.08 -0.20 l +0.07 -0.21 l +0.06 -0.20 l +0.07 -0.21 l +0.06 -0.20 l +0.05 -0.21 l +0.05 -0.20 l +0.04 -0.20 l +0.04 -0.21 l +0.03 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.05 -0.21 l +0.06 -0.20 l +0.06 -0.21 l +428.61 428.80 lineto +0.06 -0.20 l +0.07 -0.21 l +0.07 -0.20 l +0.06 -0.21 l +0.07 -0.20 l +0.06 -0.21 l +0.06 -0.20 l +0.05 -0.21 l +0.05 -0.20 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.20 l +0 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.06 -0.20 l +0.07 -0.21 l +0.09 -0.20 l +0.11 -0.20 l +0.13 -0.21 l +0.15 -0.20 l +0.17 -0.21 l +0.19 -0.20 l +0.22 -0.21 l +0.24 -0.20 l +0.28 -0.21 l +0.30 -0.20 l +0.32 -0.21 l +0.35 -0.20 l +0.38 -0.20 l +0.40 -0.21 l +0.43 -0.20 l +0.46 -0.21 l +0.48 -0.20 l +0.49 -0.21 l +0.52 -0.20 l +0.53 -0.21 l +0.54 -0.20 l +0.56 -0.20 l +0.56 -0.21 l +0.56 -0.20 l +0.55 -0.21 l +0.56 -0.20 l +0.54 -0.21 l +0.53 -0.20 l +0.51 -0.21 l +0.49 -0.20 l +0.46 -0.21 l +0.43 -0.20 l +0.41 -0.20 l +0.36 -0.21 l +0.33 -0.20 l +0.28 -0.21 l +0.25 -0.20 l +0.21 -0.21 l +0.16 -0.20 l +0.11 -0.21 l +0.07 -0.20 l +0.02 -0.20 l +-0.02 -0.21 l +-0.07 -0.20 l +-0.10 -0.21 l +-0.15 -0.20 l +-0.19 -0.21 l +-0.23 -0.20 l +-0.26 -0.21 l +-0.29 -0.20 l +-0.32 -0.21 l +-0.35 -0.20 l +-0.37 -0.20 l +-0.40 -0.21 l +-0.40 -0.20 l +-0.42 -0.21 l +-0.43 -0.20 l +-0.44 -0.21 l +-0.44 -0.20 l +-0.43 -0.21 l +-0.44 -0.20 l +-0.43 -0.20 l +-0.42 -0.21 l +-0.41 -0.20 l +-0.40 -0.21 l +-0.39 -0.20 l +-0.37 -0.21 l +-0.35 -0.20 l +-0.34 -0.21 l +-0.33 -0.20 l +-0.30 -0.21 l +434.51 408.35 lineto +-0.26 -0.20 l +-0.25 -0.21 l +-0.24 -0.20 l +-0.21 -0.21 l +-0.21 -0.20 l +-0.18 -0.21 l +-0.17 -0.20 l +-0.16 -0.21 l +-0.14 -0.20 l +-0.14 -0.21 l +-0.12 -0.20 l +-0.12 -0.20 l +-0.11 -0.21 l +-0.10 -0.20 l +-0.10 -0.21 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.09 -0.20 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.10 -0.20 l +-0.09 -0.21 l +-0.10 -0.20 l +-0.10 -0.21 l +-0.09 -0.20 l +-0.11 -0.20 l +-0.10 -0.21 l +-0.10 -0.20 l +-0.11 -0.21 l +-0.11 -0.20 l +-0.10 -0.21 l +-0.12 -0.20 l +-0.11 -0.21 l +-0.11 -0.20 l +-0.12 -0.20 l +-0.12 -0.21 l +-0.12 -0.20 l +-0.12 -0.21 l +-0.12 -0.20 l +-0.12 -0.21 l +-0.11 -0.20 l +-0.12 -0.21 l +-0.11 -0.20 l +-0.11 -0.21 l +-0.11 -0.20 l +-0.10 -0.20 l +-0.09 -0.21 l +-0.09 -0.20 l +-0.09 -0.21 l +-0.08 -0.20 l +-0.07 -0.21 l +-0.07 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.06 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.05 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.06 -0.21 l +-0.05 -0.20 l +-0.06 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.04 -0.20 l +-0.04 -0.21 l +-0.03 -0.20 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +425.98 387.90 lineto +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.02 -0.21 l +0 -0.20 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.03 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.04 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +0.03 -0.20 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.03 -0.21 l +-0.02 -0.20 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.05 -0.20 l +-0.04 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.05 -0.20 l +-0.05 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.05 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.04 -0.20 l +-0.03 -0.21 l +-0.03 -0.20 l +-0.02 -0.21 l +-0.03 -0.20 l +-0.02 -0.20 l +-0.02 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +0 -0.20 l +-0.01 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.21 l +0 -0.20 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.21 l +0.02 -0.20 l +0.02 -0.20 l +0.03 -0.21 l +0.02 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.04 -0.21 l +425.76 367.45 lineto +0.04 -0.21 l +0.03 -0.20 l +0.04 -0.20 l +0.04 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.04 -0.20 l +0.03 -0.21 l +0.03 -0.20 l +0.02 -0.21 l +0.03 -0.20 l +0.02 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0.01 -0.21 l +0.01 -0.20 l +0 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.01 -0.20 l +-0.01 -0.21 l +-0.02 -0.20 l +-0.03 -0.20 l +-1.57 0 l +cp p3 +np + 476.21 363.11 m +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.17 l +0 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.17 l +-0.01 0.16 l +476.61 379.57 lineto +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.06 0.17 l +-0.05 0.16 l +-0.06 0.16 l +-0.05 0.17 l +-0.06 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.07 0.17 l +-0.06 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.07 0.17 l +-0.06 0.16 l +-0.06 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.06 0.17 l +-0.04 0.16 l +-0.05 0.17 l +-0.04 0.16 l +-0.04 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.01 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.03 0.16 l +0.03 0.16 l +0.03 0.17 l +0.03 0.16 l +0.03 0.17 l +0.03 0.16 l +0.03 0.17 l +0.03 0.16 l +0.03 0.17 l +0.03 0.16 l +0.03 0.17 l +0.02 0.16 l +0.03 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.07 0.17 l +-0.06 0.16 l +-0.07 0.16 l +-0.08 0.17 l +-0.08 0.16 l +-0.09 0.17 l +474.19 396.02 lineto +-0.10 0.17 l +-0.10 0.16 l +-0.10 0.17 l +-0.10 0.16 l +-0.11 0.17 l +-0.12 0.16 l +-0.11 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.13 0.17 l +-0.12 0.16 l +-0.12 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.11 0.16 l +-0.12 0.17 l +-0.11 0.16 l +-0.11 0.17 l +-0.11 0.16 l +-0.11 0.16 l +-0.10 0.17 l +-0.11 0.16 l +-0.10 0.17 l +-0.11 0.16 l +-0.10 0.17 l +-0.10 0.16 l +-0.11 0.17 l +-0.10 0.16 l +-0.10 0.17 l +-0.11 0.16 l +-0.10 0.16 l +-0.11 0.17 l +-0.11 0.16 l +-0.11 0.17 l +-0.12 0.16 l +-0.11 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.13 0.16 l +-0.12 0.17 l +-0.13 0.16 l +-0.14 0.16 l +-0.13 0.17 l +-0.14 0.16 l +-0.14 0.17 l +-0.15 0.16 l +-0.15 0.17 l +-0.15 0.16 l +-0.15 0.17 l +-0.15 0.16 l +-0.16 0.17 l +-0.15 0.16 l +-0.16 0.16 l +-0.16 0.17 l +-0.16 0.16 l +-0.16 0.17 l +-0.16 0.16 l +-0.16 0.17 l +-0.15 0.16 l +-0.16 0.17 l +-0.16 0.16 l +-0.15 0.17 l +-0.15 0.16 l +-0.16 0.16 l +-0.15 0.17 l +-0.14 0.16 l +-0.15 0.17 l +-0.14 0.16 l +-0.15 0.17 l +-0.14 0.16 l +-0.13 0.17 l +-0.14 0.16 l +-0.13 0.17 l +-0.13 0.16 l +-0.13 0.16 l +-0.13 0.17 l +-0.12 0.16 l +-0.12 0.17 l +-0.12 0.16 l +-0.11 0.17 l +-0.11 0.16 l +-0.11 0.17 l +-0.10 0.16 l +-0.10 0.17 l +-0.09 0.16 l +-0.09 0.16 l +-0.09 0.17 l +-0.07 0.16 l +-0.07 0.17 l +-0.07 0.16 l +-0.06 0.17 l +-0.04 0.16 l +462.09 412.48 lineto +-0.03 0.16 l +-0.02 0.17 l +-0.02 0.16 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0.03 0.17 l +0.04 0.16 l +0.05 0.17 l +0.05 0.16 l +0.07 0.17 l +0.09 0.16 l +0.09 0.17 l +0.10 0.16 l +0.11 0.16 l +0.13 0.17 l +0.13 0.16 l +0.14 0.17 l +0.15 0.16 l +0.16 0.17 l +0.17 0.16 l +0.17 0.17 l +0.18 0.16 l +0.19 0.17 l +0.19 0.16 l +0.19 0.16 l +0.20 0.17 l +0.21 0.16 l +0.20 0.17 l +0.21 0.16 l +0.21 0.17 l +0.21 0.16 l +0.22 0.17 l +0.21 0.16 l +0.21 0.17 l +0.21 0.16 l +0.21 0.16 l +0.21 0.17 l +0.21 0.16 l +0.20 0.17 l +0.21 0.16 l +0.20 0.17 l +0.20 0.16 l +0.19 0.17 l +0.20 0.16 l +0.19 0.17 l +0.19 0.16 l +0.18 0.16 l +0.19 0.17 l +0.18 0.16 l +0.17 0.17 l +0.18 0.16 l +0.17 0.17 l +0.17 0.16 l +0.17 0.17 l +0.17 0.16 l +0.16 0.17 l +0.16 0.16 l +0.16 0.16 l +0.15 0.17 l +0.15 0.16 l +0.15 0.17 l +0.15 0.16 l +0.14 0.17 l +0.14 0.16 l +0.14 0.17 l +0.13 0.16 l +0.13 0.17 l +0.12 0.16 l +0.12 0.16 l +0.12 0.17 l +0.11 0.16 l +0.11 0.17 l +0.10 0.16 l +0.10 0.17 l +0.09 0.16 l +0.09 0.17 l +0.09 0.16 l +0.08 0.17 l +0.07 0.16 l +0.07 0.16 l +0.06 0.17 l +0.06 0.16 l +0.05 0.17 l +0.05 0.16 l +0.05 0.17 l +0.04 0.16 l +0.03 0.17 l +0.04 0.16 l +0.03 0.16 l +0.02 0.17 l +0.03 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.02 0.16 l +0.01 0.17 l +0.02 0.16 l +0.01 0.17 l +473.98 428.93 lineto +0.01 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.03 0.16 l +0.02 0.17 l +0.03 0.16 l +0.03 0.17 l +0.03 0.16 l +0.04 0.16 l +0.04 0.17 l +0.04 0.16 l +0.04 0.17 l +0.04 0.16 l +0.05 0.17 l +0.05 0.16 l +0.05 0.17 l +0.05 0.16 l +0.05 0.17 l +0.05 0.16 l +0.06 0.16 l +0.06 0.17 l +0.05 0.16 l +0.06 0.17 l +0.06 0.16 l +0.05 0.17 l +0.06 0.16 l +0.06 0.17 l +0.06 0.16 l +0.05 0.17 l +0.06 0.16 l +0.05 0.16 l +0.05 0.17 l +0.06 0.16 l +0.05 0.17 l +0.04 0.16 l +0.05 0.17 l +0.05 0.16 l +0.04 0.17 l +0.04 0.16 l +0.04 0.17 l +0.04 0.16 l +0.03 0.16 l +0.03 0.17 l +0.04 0.16 l +0.03 0.17 l +0.02 0.16 l +0.03 0.17 l +0.02 0.16 l +0.03 0.17 l +0.02 0.16 l +0.02 0.17 l +0.02 0.16 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +476.40 445.38 lineto +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0 0.16 l +0.86 0 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.03 -0.16 l +0.02 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.04 -0.16 l +0.04 -0.16 l +0.04 -0.17 l +0.04 -0.16 l +0.04 -0.17 l +0.05 -0.16 l +0.04 -0.17 l +0.05 -0.16 l +0.05 -0.17 l +0.05 -0.16 l +0.05 -0.17 l +0.06 -0.16 l +0.05 -0.16 l +0.06 -0.17 l +0.06 -0.16 l +0.05 -0.17 l +0.06 -0.16 l +0.06 -0.17 l +0.06 -0.16 l +0.05 -0.17 l +0.06 -0.16 l +478.89 432.71 lineto +0.05 -0.16 l +0.06 -0.16 l +0.05 -0.17 l +0.05 -0.16 l +0.05 -0.17 l +0.05 -0.16 l +0.05 -0.17 l +0.04 -0.16 l +0.04 -0.17 l +0.04 -0.16 l +0.04 -0.17 l +0.03 -0.16 l +0.04 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.01 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.16 l +0.04 -0.17 l +0.04 -0.16 l +0.05 -0.17 l +0.04 -0.16 l +0.06 -0.17 l +0.06 -0.16 l +0.06 -0.17 l +0.07 -0.16 l +0.07 -0.16 l +0.08 -0.17 l +0.08 -0.16 l +0.09 -0.17 l +0.09 -0.16 l +0.10 -0.17 l +0.11 -0.16 l +0.10 -0.17 l +0.12 -0.16 l +0.11 -0.17 l +0.12 -0.16 l +0.13 -0.16 l +0.13 -0.17 l +0.13 -0.16 l +0.14 -0.17 l +0.14 -0.16 l +0.14 -0.17 l +0.14 -0.16 l +0.15 -0.17 l +0.16 -0.16 l +0.15 -0.17 l +0.16 -0.16 l +0.16 -0.16 l +0.16 -0.17 l +0.17 -0.16 l +0.16 -0.17 l +0.17 -0.16 l +0.18 -0.17 l +0.17 -0.16 l +0.18 -0.17 l +0.18 -0.16 l +0.18 -0.17 l +0.19 -0.16 l +0.19 -0.16 l +0.19 -0.17 l +0.19 -0.16 l +0.20 -0.17 l +0.20 -0.16 l +0.20 -0.17 l +0.20 -0.16 l +0.21 -0.17 l +0.21 -0.16 l +0.20 -0.17 l +0.21 -0.16 l +0.22 -0.16 l +0.21 -0.17 l +0.21 -0.16 l +0.21 -0.17 l +0.21 -0.16 l +0.21 -0.17 l +0.21 -0.16 l +0.21 -0.17 l +0.20 -0.16 l +0.20 -0.17 l +0.20 -0.16 l +0.19 -0.16 l +489.78 416.26 lineto +0.18 -0.16 l +0.17 -0.17 l +0.17 -0.16 l +0.16 -0.17 l +0.14 -0.16 l +0.15 -0.17 l +0.13 -0.16 l +0.12 -0.17 l +0.12 -0.16 l +0.10 -0.16 l +0.09 -0.17 l +0.08 -0.16 l +0.07 -0.17 l +0.06 -0.16 l +0.05 -0.17 l +0.04 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.05 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.07 -0.17 l +-0.08 -0.16 l +-0.08 -0.17 l +-0.09 -0.16 l +-0.09 -0.16 l +-0.10 -0.17 l +-0.11 -0.16 l +-0.10 -0.17 l +-0.11 -0.16 l +-0.12 -0.17 l +-0.11 -0.16 l +-0.12 -0.17 l +-0.13 -0.16 l +-0.12 -0.17 l +-0.13 -0.16 l +-0.13 -0.16 l +-0.13 -0.17 l +-0.14 -0.16 l +-0.14 -0.17 l +-0.14 -0.16 l +-0.14 -0.17 l +-0.14 -0.16 l +-0.15 -0.17 l +-0.15 -0.16 l +-0.15 -0.17 l +-0.15 -0.16 l +-0.15 -0.16 l +-0.16 -0.17 l +-0.15 -0.16 l +-0.16 -0.17 l +-0.16 -0.16 l +-0.16 -0.17 l +-0.16 -0.16 l +-0.15 -0.17 l +-0.16 -0.16 l +-0.16 -0.17 l +-0.16 -0.16 l +-0.16 -0.16 l +-0.15 -0.17 l +-0.16 -0.16 l +-0.15 -0.17 l +-0.15 -0.16 l +-0.14 -0.17 l +-0.15 -0.16 l +-0.14 -0.17 l +-0.14 -0.16 l +-0.14 -0.17 l +-0.13 -0.16 l +-0.13 -0.16 l +-0.13 -0.17 l +-0.12 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.12 -0.17 l +-0.11 -0.16 l +-0.11 -0.17 l +-0.11 -0.16 l +-0.11 -0.17 l +-0.11 -0.16 l +-0.10 -0.16 l +-0.10 -0.17 l +-0.11 -0.16 l +-0.10 -0.17 l +-0.10 -0.16 l +-0.11 -0.17 l +-0.10 -0.16 l +-0.10 -0.17 l +-0.11 -0.16 l +-0.11 -0.17 l +-0.10 -0.16 l +-0.11 -0.16 l +-0.11 -0.17 l +482.14 399.81 lineto +-0.11 -0.17 l +-0.11 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.13 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.12 -0.17 l +-0.13 -0.16 l +-0.12 -0.17 l +-0.12 -0.16 l +-0.11 -0.17 l +-0.12 -0.16 l +-0.11 -0.16 l +-0.11 -0.17 l +-0.11 -0.16 l +-0.10 -0.17 l +-0.10 -0.16 l +-0.09 -0.17 l +-0.09 -0.16 l +-0.09 -0.17 l +-0.08 -0.16 l +-0.08 -0.17 l +-0.07 -0.16 l +-0.07 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.02 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.04 -0.17 l +-0.05 -0.16 l +-0.05 -0.17 l +-0.05 -0.16 l +-0.06 -0.17 l +-0.05 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.07 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.07 -0.17 l +-0.06 -0.16 l +478.01 383.35 lineto +-0.06 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.06 -0.17 l +-0.05 -0.16 l +-0.06 -0.16 l +-0.05 -0.17 l +-0.05 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.04 -0.16 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +477.52 366.90 lineto +0 -0.17 l +0.01 -0.16 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +-0.01 -0.16 l +0 -0.17 l +-0.01 -0.16 l +0 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-1.26 0 l +cp p3 +np + 527.47 368.85 m +-0.03 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0.02 0.25 l +0.01 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0 0.25 l +0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.08 0.25 l +-0.08 0.25 l +-0.08 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.09 0.25 l +525.00 393.85 lineto +-0.09 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.12 0.25 l +-0.12 0.25 l +-0.12 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.13 0.25 l +-0.12 0.25 l +-0.12 0.25 l +-0.12 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.10 0.25 l +-0.09 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.12 0.25 l +-0.13 0.25 l +-0.14 0.25 l +-0.16 0.25 l +-0.17 0.25 l +-0.19 0.25 l +-0.21 0.25 l +-0.24 0.25 l +-0.25 0.25 l +-0.28 0.25 l +-0.29 0.25 l +-0.32 0.25 l +-0.34 0.25 l +-0.36 0.25 l +-0.38 0.25 l +-0.39 0.25 l +-0.40 0.25 l +-0.41 0.25 l +-0.42 0.25 l +-0.41 0.25 l +-0.42 0.25 l +-0.41 0.25 l +-0.40 0.25 l +-0.38 0.25 l +-0.35 0.25 l +-0.34 0.25 l +-0.31 0.25 l +-0.27 0.25 l +-0.25 0.25 l +-0.20 0.25 l +-0.15 0.25 l +-0.12 0.25 l +-0.08 0.25 l +-0.03 0.25 l +0.01 0.25 l +0.07 0.25 l +0.10 0.25 l +0.15 0.25 l +0.18 0.25 l +0.21 0.25 l +0.26 0.25 l +0.28 0.25 l +0.32 0.25 l +0.33 0.25 l +0.36 0.25 l +0.37 0.25 l +0.38 0.25 l +0.40 0.25 l +0.40 0.25 l +0.40 0.25 l +0.40 0.25 l +0.41 0.25 l +0.39 0.25 l +0.39 0.25 l +0.38 0.25 l +0.37 0.25 l +0.36 0.25 l +0.35 0.25 l +0.33 0.25 l +0.32 0.25 l +0.31 0.25 l +0.29 0.25 l +0.28 0.25 l +0.27 0.25 l +0.26 0.25 l +0.24 0.25 l +521.82 418.85 lineto +0.22 0.25 l +0.21 0.25 l +0.21 0.25 l +0.19 0.25 l +0.18 0.25 l +0.18 0.25 l +0.16 0.25 l +0.17 0.25 l +0.15 0.25 l +0.15 0.25 l +0.14 0.25 l +0.14 0.25 l +0.13 0.25 l +0.13 0.25 l +0.12 0.25 l +0.12 0.25 l +0.11 0.25 l +0.11 0.25 l +0.11 0.25 l +0.11 0.25 l +0.10 0.25 l +0.09 0.25 l +0.10 0.25 l +0.09 0.25 l +0.09 0.25 l +0.09 0.25 l +0.09 0.25 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +0.08 0.24 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +528.24 443.84 lineto +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +528.34 468.84 lineto +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +528.08 493.84 lineto +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.24 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0.80 0 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.24 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +528.69 474.59 lineto +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +528.36 449.59 lineto +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.24 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.09 -0.25 l +0.09 -0.25 l +531.58 424.60 lineto +0.09 -0.25 l +0.10 -0.25 l +0.10 -0.25 l +0.10 -0.25 l +0.11 -0.25 l +0.11 -0.25 l +0.12 -0.25 l +0.11 -0.25 l +0.13 -0.25 l +0.12 -0.25 l +0.14 -0.25 l +0.13 -0.25 l +0.15 -0.25 l +0.14 -0.25 l +0.16 -0.25 l +0.16 -0.25 l +0.17 -0.25 l +0.17 -0.25 l +0.19 -0.25 l +0.19 -0.25 l +0.20 -0.25 l +0.21 -0.25 l +0.22 -0.25 l +0.24 -0.25 l +0.24 -0.25 l +0.25 -0.25 l +0.27 -0.25 l +0.28 -0.25 l +0.30 -0.25 l +0.31 -0.25 l +0.31 -0.25 l +0.34 -0.25 l +0.35 -0.25 l +0.35 -0.25 l +0.38 -0.25 l +0.37 -0.25 l +0.39 -0.25 l +0.40 -0.25 l +0.40 -0.25 l +0.40 -0.25 l +0.41 -0.25 l +0.40 -0.25 l +0.39 -0.25 l +0.39 -0.25 l +0.37 -0.25 l +0.35 -0.25 l +0.34 -0.25 l +0.31 -0.25 l +0.29 -0.25 l +0.25 -0.25 l +0.22 -0.25 l +0.18 -0.25 l +0.14 -0.25 l +0.11 -0.25 l +0.06 -0.25 l +0.01 -0.25 l +-0.03 -0.25 l +-0.07 -0.25 l +-0.12 -0.25 l +-0.16 -0.25 l +-0.20 -0.25 l +-0.24 -0.25 l +-0.28 -0.25 l +-0.31 -0.25 l +-0.33 -0.25 l +-0.36 -0.25 l +-0.38 -0.25 l +-0.40 -0.25 l +-0.41 -0.25 l +-0.41 -0.25 l +-0.42 -0.25 l +-0.41 -0.25 l +-0.42 -0.25 l +-0.40 -0.25 l +-0.39 -0.25 l +-0.37 -0.25 l +-0.36 -0.25 l +-0.34 -0.25 l +-0.32 -0.25 l +-0.30 -0.25 l +-0.27 -0.25 l +-0.26 -0.25 l +-0.23 -0.25 l +-0.21 -0.25 l +-0.20 -0.25 l +-0.17 -0.25 l +-0.16 -0.25 l +-0.14 -0.25 l +-0.13 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.10 -0.25 l +-0.09 -0.25 l +534.43 399.60 lineto +-0.11 -0.25 l +-0.10 -0.25 l +-0.12 -0.25 l +-0.11 -0.25 l +-0.12 -0.25 l +-0.13 -0.25 l +-0.13 -0.25 l +-0.12 -0.25 l +-0.13 -0.25 l +-0.14 -0.25 l +-0.13 -0.25 l +-0.13 -0.25 l +-0.13 -0.25 l +-0.12 -0.25 l +-0.12 -0.25 l +-0.12 -0.25 l +-0.12 -0.25 l +-0.12 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +529.44 374.60 lineto +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-1.79 0 l +cp p3 +np + 578.99 328.71 m +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.23 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +0 0.23 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.22 l +-0.02 0.23 l +578.66 351.18 lineto +-0.02 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.23 l +-0.04 0.22 l +-0.03 0.23 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.05 0.22 l +-0.04 0.23 l +-0.05 0.22 l +-0.06 0.23 l +-0.05 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.08 0.23 l +-0.09 0.22 l +-0.09 0.23 l +-0.09 0.22 l +-0.09 0.23 l +-0.10 0.22 l +-0.10 0.23 l +-0.10 0.22 l +-0.10 0.22 l +-0.10 0.23 l +-0.11 0.22 l +-0.11 0.23 l +-0.11 0.22 l +-0.11 0.23 l +-0.12 0.22 l +-0.11 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.12 0.23 l +-0.12 0.22 l +-0.11 0.22 l +-0.12 0.23 l +-0.11 0.22 l +-0.11 0.23 l +-0.11 0.22 l +-0.11 0.23 l +-0.10 0.22 l +-0.10 0.23 l +-0.10 0.22 l +-0.10 0.23 l +-0.09 0.22 l +-0.09 0.23 l +-0.08 0.22 l +-0.08 0.23 l +571.98 373.66 lineto +-0.07 0.23 l +-0.07 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.06 0.23 l +-0.05 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.23 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.04 0.22 l +0.04 0.23 l +0.05 0.22 l +0.05 0.23 l +0.05 0.22 l +0.06 0.22 l +0.06 0.23 l +0.06 0.22 l +0.07 0.23 l +0.07 0.22 l +0.07 0.23 l +0.07 0.22 l +0.07 0.23 l +0.08 0.22 l +0.08 0.23 l +0.08 0.22 l +0.08 0.23 l +0.08 0.22 l +0.09 0.23 l +0.08 0.22 l +0.09 0.23 l +0.08 0.22 l +0.09 0.23 l +0.09 0.22 l +0.08 0.23 l +0.09 0.22 l +0.08 0.23 l +0.09 0.22 l +0.08 0.22 l +0.09 0.23 l +0.08 0.22 l +0.08 0.23 l +0.08 0.22 l +0.08 0.23 l +0.08 0.22 l +0.08 0.23 l +0.07 0.22 l +0.08 0.23 l +0.07 0.22 l +0.07 0.23 l +0.07 0.22 l +0.07 0.23 l +0.07 0.22 l +0.06 0.23 l +0.07 0.22 l +0.06 0.23 l +0.06 0.22 l +0.06 0.23 l +0.05 0.22 l +0.06 0.22 l +0.05 0.23 l +0.06 0.22 l +0.05 0.23 l +0.05 0.22 l +0.05 0.23 l +0.04 0.22 l +0.05 0.23 l +0.05 0.22 l +0.04 0.23 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.23 l +0.03 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.23 l +0.03 0.22 l +0.04 0.23 l +0.03 0.22 l +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +576.20 396.14 lineto +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.23 l +0.03 0.22 l +0.04 0.23 l +0.03 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.23 l +0.03 0.22 l +0.04 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +577.93 418.62 lineto +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +579.22 441.09 lineto +0 0.23 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.23 l +1.19 0 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +581.56 423.79 lineto +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.02 -0.23 l +582.82 401.31 lineto +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.23 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.22 l +0.06 -0.23 l +0.05 -0.22 l +0.05 -0.23 l +0.06 -0.22 l +0.06 -0.22 l +0.06 -0.23 l +0.06 -0.22 l +0.06 -0.23 l +0.06 -0.22 l +0.07 -0.23 l +0.06 -0.22 l +0.07 -0.23 l +0.07 -0.22 l +0.07 -0.23 l +0.08 -0.22 l +0.07 -0.23 l +0.08 -0.22 l +0.07 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.09 -0.22 l +0.08 -0.23 l +0.09 -0.22 l +0.08 -0.22 l +0.09 -0.23 l +0.08 -0.22 l +0.09 -0.23 l +0.08 -0.22 l +0.09 -0.23 l +0.09 -0.22 l +0.08 -0.23 l +0.09 -0.22 l +0.08 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.08 -0.22 l +0.08 -0.23 l +0.08 -0.22 l +0.07 -0.23 l +0.08 -0.22 l +0.07 -0.23 l +0.07 -0.22 l +0.06 -0.23 l +0.06 -0.22 l +0.07 -0.23 l +0.05 -0.22 l +0.06 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +588.28 378.83 lineto +0.03 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.04 -0.22 l +-0.05 -0.23 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.06 -0.22 l +-0.07 -0.23 l +-0.06 -0.22 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.08 -0.23 l +-0.09 -0.22 l +-0.09 -0.23 l +-0.09 -0.22 l +-0.09 -0.23 l +-0.10 -0.22 l +-0.10 -0.23 l +-0.11 -0.22 l +-0.10 -0.23 l +-0.11 -0.22 l +-0.11 -0.23 l +-0.12 -0.22 l +-0.11 -0.23 l +-0.12 -0.22 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.12 -0.22 l +-0.12 -0.23 l +-0.11 -0.22 l +-0.12 -0.23 l +-0.11 -0.22 l +-0.12 -0.23 l +-0.11 -0.22 l +-0.11 -0.23 l +-0.10 -0.22 l +-0.11 -0.23 l +-0.10 -0.22 l +-0.10 -0.22 l +-0.10 -0.23 l +-0.09 -0.22 l +-0.10 -0.23 l +-0.09 -0.22 l +-0.09 -0.23 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.06 -0.23 l +-0.07 -0.22 l +-0.06 -0.23 l +-0.06 -0.22 l +-0.06 -0.23 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.04 -0.22 l +-0.05 -0.22 l +-0.04 -0.23 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +581.63 356.35 lineto +-0.02 -0.22 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.23 l +580.90 333.88 lineto +0.01 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-1.79 0 l +cp p3 +np + 630.74 345.50 m +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +-0.01 0.17 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.17 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +0 0.17 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.03 0.18 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.18 l +-0.03 0.18 l +-0.02 0.18 l +-0.03 0.18 l +-0.02 0.18 l +-0.03 0.17 l +-0.03 0.18 l +-0.03 0.18 l +-0.03 0.18 l +-0.03 0.18 l +-0.03 0.18 l +-0.03 0.18 l +-0.04 0.17 l +-0.04 0.18 l +-0.03 0.18 l +-0.04 0.18 l +-0.04 0.18 l +-0.04 0.18 l +629.27 363.36 lineto +-0.04 0.17 l +-0.04 0.18 l +-0.05 0.18 l +-0.05 0.18 l +-0.05 0.18 l +-0.05 0.18 l +-0.05 0.18 l +-0.06 0.17 l +-0.05 0.18 l +-0.06 0.18 l +-0.06 0.18 l +-0.06 0.18 l +-0.06 0.18 l +-0.06 0.18 l +-0.07 0.17 l +-0.06 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.17 l +-0.08 0.18 l +-0.07 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.09 0.17 l +-0.08 0.18 l +-0.08 0.18 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.17 l +-0.09 0.18 l +-0.09 0.18 l +-0.10 0.18 l +-0.09 0.18 l +-0.10 0.18 l +-0.10 0.18 l +-0.09 0.17 l +-0.10 0.18 l +-0.11 0.18 l +-0.10 0.18 l +-0.10 0.18 l +-0.10 0.18 l +-0.11 0.18 l +-0.11 0.17 l +-0.10 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.17 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.12 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.12 0.17 l +-0.11 0.18 l +-0.11 0.18 l +-0.12 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.12 0.18 l +-0.11 0.17 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.12 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.11 0.17 l +-0.10 0.18 l +-0.11 0.18 l +-0.11 0.18 l +-0.10 0.18 l +-0.11 0.18 l +-0.10 0.18 l +-0.10 0.17 l +-0.11 0.18 l +-0.09 0.18 l +-0.10 0.18 l +-0.10 0.18 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.17 l +-0.09 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.07 0.18 l +-0.07 0.17 l +-0.06 0.18 l +620.31 381.21 lineto +-0.05 0.18 l +-0.06 0.18 l +-0.04 0.18 l +-0.05 0.18 l +-0.04 0.17 l +-0.03 0.18 l +-0.03 0.18 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0.01 0.18 l +0.02 0.18 l +0.03 0.18 l +0.03 0.17 l +0.04 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.06 0.18 l +0.07 0.18 l +0.07 0.17 l +0.07 0.18 l +0.08 0.18 l +0.09 0.18 l +0.09 0.18 l +0.09 0.18 l +0.10 0.18 l +0.10 0.17 l +0.10 0.18 l +0.11 0.18 l +0.11 0.18 l +0.11 0.18 l +0.12 0.18 l +0.12 0.18 l +0.12 0.17 l +0.12 0.18 l +0.12 0.18 l +0.12 0.18 l +0.13 0.18 l +0.12 0.18 l +0.13 0.18 l +0.13 0.17 l +0.12 0.18 l +0.13 0.18 l +0.12 0.18 l +0.13 0.18 l +0.12 0.18 l +0.13 0.18 l +0.12 0.17 l +0.13 0.18 l +0.12 0.18 l +0.12 0.18 l +0.12 0.18 l +0.12 0.18 l +0.11 0.18 l +0.12 0.17 l +0.11 0.18 l +0.12 0.18 l +0.11 0.18 l +0.11 0.18 l +0.11 0.18 l +0.11 0.18 l +0.10 0.17 l +0.11 0.18 l +0.10 0.18 l +0.10 0.18 l +0.11 0.18 l +0.10 0.18 l +0.09 0.18 l +0.10 0.17 l +0.10 0.18 l +0.09 0.18 l +0.10 0.18 l +0.09 0.18 l +0.09 0.18 l +0.09 0.18 l +0.09 0.17 l +0.08 0.18 l +0.09 0.18 l +0.08 0.18 l +0.09 0.18 l +0.08 0.18 l +0.08 0.17 l +0.08 0.18 l +0.07 0.18 l +0.08 0.18 l +0.08 0.18 l +0.07 0.18 l +0.07 0.18 l +0.07 0.17 l +0.07 0.18 l +0.06 0.18 l +0.07 0.18 l +0.06 0.18 l +0.06 0.18 l +627.96 399.07 lineto +0.06 0.17 l +0.05 0.18 l +0.06 0.18 l +0.05 0.18 l +0.05 0.18 l +0.05 0.18 l +0.04 0.18 l +0.05 0.17 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.03 0.18 l +0.04 0.18 l +0.03 0.17 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.02 0.18 l +0.02 0.18 l +0.03 0.17 l +0.02 0.18 l +0.02 0.18 l +0.01 0.18 l +0.02 0.18 l +0.02 0.18 l +0.01 0.18 l +0.01 0.17 l +0.02 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.17 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0.01 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0.01 0.17 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.02 0.18 l +0.01 0.17 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.03 0.18 l +0.02 0.18 l +0.03 0.17 l +0.02 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.17 l +0.04 0.18 l +0.03 0.18 l +0.04 0.18 l +0.03 0.18 l +0.04 0.18 l +0.04 0.18 l +0.03 0.17 l +0.04 0.18 l +629.83 416.92 lineto +0.04 0.18 l +0.03 0.18 l +0.04 0.18 l +0.04 0.18 l +0.03 0.17 l +0.04 0.18 l +0.04 0.18 l +0.03 0.18 l +0.04 0.18 l +0.03 0.18 l +0.03 0.18 l +0.04 0.17 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.03 0.18 l +0.02 0.18 l +0.03 0.17 l +0.02 0.18 l +0.03 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.17 l +0.01 0.18 l +0.02 0.18 l +0.01 0.18 l +0.01 0.18 l +0.02 0.18 l +0.01 0.18 l +0.01 0.17 l +0 0.18 l +0.01 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.17 l +0 0.18 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0.01 0.17 l +0 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.17 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0.01 0.17 l +0 0.18 l +0.01 0.18 l +0.01 0.18 l +0 0.18 l +630.83 434.78 lineto +0.01 0.18 l +0.01 0.17 l +0 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0 0.18 l +0.01 0.17 l +0.01 0.18 l +0.01 0.18 l +0.98 0 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.17 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.17 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.01 -0.17 l +0.02 -0.18 l +632.27 421.03 lineto +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.18 l +0.03 -0.17 l +0.03 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.17 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.02 -0.17 l +0.03 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.01 -0.17 l +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.17 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.17 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.01 -0.18 l +0.01 -0.17 l +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +633.99 403.17 lineto +0.02 -0.18 l +0.02 -0.17 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.17 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.05 -0.17 l +0.05 -0.18 l +0.04 -0.18 l +0.05 -0.18 l +0.06 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.06 -0.17 l +0.06 -0.18 l +0.06 -0.18 l +0.06 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.06 -0.18 l +0.07 -0.17 l +0.07 -0.18 l +0.08 -0.18 l +0.07 -0.18 l +0.08 -0.18 l +0.07 -0.18 l +0.08 -0.18 l +0.08 -0.17 l +0.09 -0.18 l +0.08 -0.18 l +0.08 -0.18 l +0.09 -0.18 l +0.09 -0.18 l +0.08 -0.17 l +0.09 -0.18 l +0.09 -0.18 l +0.10 -0.18 l +0.09 -0.18 l +0.10 -0.18 l +0.09 -0.18 l +0.10 -0.17 l +0.10 -0.18 l +0.10 -0.18 l +0.10 -0.18 l +0.10 -0.18 l +0.10 -0.18 l +0.11 -0.18 l +0.11 -0.17 l +0.10 -0.18 l +0.11 -0.18 l +0.11 -0.18 l +0.12 -0.18 l +0.11 -0.18 l +0.11 -0.18 l +0.12 -0.17 l +0.12 -0.18 l +0.11 -0.18 l +0.12 -0.18 l +0.13 -0.18 l +0.12 -0.18 l +0.12 -0.18 l +0.12 -0.17 l +0.13 -0.18 l +0.12 -0.18 l +0.13 -0.18 l +0.12 -0.18 l +0.13 -0.18 l +0.13 -0.18 l +0.12 -0.17 l +0.13 -0.18 l +0.12 -0.18 l +0.13 -0.18 l +0.12 -0.18 l +0.12 -0.18 l +0.13 -0.18 l +0.12 -0.17 l +0.11 -0.18 l +0.12 -0.18 l +0.11 -0.18 l +0.11 -0.18 l +0.11 -0.18 l +0.10 -0.18 l +0.10 -0.17 l +0.10 -0.18 l +0.09 -0.18 l +0.09 -0.18 l +0.09 -0.18 l +0.08 -0.18 l +0.07 -0.18 l +0.08 -0.17 l +642.52 385.32 lineto +0.06 -0.18 l +0.06 -0.18 l +0.05 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.03 -0.17 l +0.03 -0.18 l +0.02 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.18 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.04 -0.17 l +-0.04 -0.18 l +-0.05 -0.18 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.07 -0.17 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.08 -0.17 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.11 -0.17 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.10 -0.18 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.12 -0.18 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.11 -0.18 l +-0.12 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.12 -0.18 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.12 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.12 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.11 -0.18 l +-0.10 -0.18 l +-0.11 -0.18 l +-0.11 -0.17 l +-0.10 -0.18 l +-0.11 -0.18 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.10 -0.17 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.09 -0.17 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.08 -0.18 l +-0.09 -0.18 l +-0.08 -0.18 l +-0.09 -0.17 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.07 -0.18 l +634.92 367.46 lineto +-0.07 -0.18 l +-0.08 -0.17 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.06 -0.17 l +-0.07 -0.18 l +-0.06 -0.18 l +-0.06 -0.18 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.06 -0.18 l +-0.05 -0.17 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.04 -0.18 l +-0.05 -0.18 l +-0.04 -0.17 l +-0.05 -0.18 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.03 -0.18 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.03 -0.17 l +-0.04 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.18 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +632.13 349.61 lineto +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.17 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +-1.34 0 l +cp p3 +np + 682.53 334.75 m +0 0.21 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.02 0.22 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.22 l +0.01 0.21 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.22 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.22 l +681.75 355.89 lineto +0.01 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0 0.22 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.22 l +0 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.22 l +-0.02 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.22 l +-0.04 0.21 l +-0.04 0.21 l +-0.05 0.21 l +-0.04 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.22 l +-0.05 0.21 l +-0.04 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.22 l +-0.04 0.21 l +-0.05 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.03 0.22 l +-0.04 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.01 0.22 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.21 l +-0.02 0.21 l +-0.03 0.21 l +-0.02 0.22 l +-0.03 0.21 l +-0.03 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.03 0.21 l +-0.04 0.21 l +-0.04 0.21 l +-0.04 0.22 l +-0.04 0.21 l +-0.04 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.21 l +-0.05 0.22 l +-0.05 0.21 l +-0.06 0.21 l +-0.05 0.21 l +-0.06 0.21 l +-0.06 0.21 l +-0.05 0.21 l +678.87 377.03 lineto +-0.06 0.21 l +-0.06 0.21 l +-0.06 0.21 l +-0.06 0.21 l +-0.06 0.21 l +-0.06 0.21 l +-0.07 0.22 l +-0.06 0.21 l +-0.07 0.21 l +-0.07 0.21 l +-0.07 0.21 l +-0.07 0.21 l +-0.08 0.21 l +-0.09 0.22 l +-0.08 0.21 l +-0.10 0.21 l +-0.10 0.21 l +-0.11 0.21 l +-0.11 0.21 l +-0.13 0.21 l +-0.13 0.22 l +-0.14 0.21 l +-0.16 0.21 l +-0.16 0.21 l +-0.18 0.21 l +-0.19 0.21 l +-0.20 0.21 l +-0.21 0.21 l +-0.22 0.22 l +-0.24 0.21 l +-0.24 0.21 l +-0.26 0.21 l +-0.26 0.21 l +-0.28 0.21 l +-0.28 0.21 l +-0.29 0.22 l +-0.30 0.21 l +-0.30 0.21 l +-0.30 0.21 l +-0.31 0.21 l +-0.31 0.21 l +-0.30 0.21 l +-0.31 0.22 l +-0.29 0.21 l +-0.30 0.21 l +-0.28 0.21 l +-0.28 0.21 l +-0.26 0.21 l +-0.25 0.21 l +-0.24 0.22 l +-0.23 0.21 l +-0.20 0.21 l +-0.19 0.21 l +-0.18 0.21 l +-0.15 0.21 l +-0.14 0.21 l +-0.11 0.22 l +-0.10 0.21 l +-0.07 0.21 l +-0.06 0.21 l +-0.03 0.21 l +-0.01 0.21 l +0.01 0.21 l +0.03 0.21 l +0.04 0.22 l +0.07 0.21 l +0.09 0.21 l +0.10 0.21 l +0.11 0.21 l +0.14 0.21 l +0.15 0.21 l +0.16 0.22 l +0.18 0.21 l +0.18 0.21 l +0.20 0.21 l +0.21 0.21 l +0.22 0.21 l +0.23 0.21 l +0.23 0.22 l +0.24 0.21 l +0.24 0.21 l +0.25 0.21 l +0.25 0.21 l +0.25 0.21 l +0.26 0.21 l +0.26 0.22 l +0.25 0.21 l +0.26 0.21 l +0.25 0.21 l +0.26 0.21 l +0.25 0.21 l +0.25 0.21 l +0.24 0.22 l +0.25 0.21 l +0.23 0.21 l +0.24 0.21 l +0.23 0.21 l +0.22 0.21 l +0.22 0.21 l +675.82 398.17 lineto +0.21 0.21 l +0.20 0.21 l +0.20 0.21 l +0.18 0.21 l +0.19 0.21 l +0.17 0.21 l +0.17 0.21 l +0.17 0.22 l +0.15 0.21 l +0.15 0.21 l +0.14 0.21 l +0.14 0.21 l +0.13 0.21 l +0.13 0.21 l +0.12 0.22 l +0.11 0.21 l +0.11 0.21 l +0.10 0.21 l +0.10 0.21 l +0.09 0.21 l +0.10 0.21 l +0.08 0.22 l +0.09 0.21 l +0.08 0.21 l +0.08 0.21 l +0.07 0.21 l +0.08 0.21 l +0.07 0.21 l +0.08 0.22 l +0.07 0.21 l +0.07 0.21 l +0.07 0.21 l +0.07 0.21 l +0.07 0.21 l +0.08 0.21 l +0.07 0.22 l +0.07 0.21 l +0.07 0.21 l +0.08 0.21 l +0.07 0.21 l +0.07 0.21 l +0.08 0.21 l +0.07 0.21 l +0.07 0.22 l +0.07 0.21 l +0.08 0.21 l +0.06 0.21 l +0.07 0.21 l +0.07 0.21 l +0.06 0.21 l +0.06 0.22 l +0.06 0.21 l +0.05 0.21 l +0.05 0.21 l +0.05 0.21 l +0.05 0.21 l +0.04 0.21 l +0.03 0.22 l +0.04 0.21 l +0.03 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.22 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +681.51 419.30 lineto +0.02 0.22 l +0.02 0.21 l +0.03 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.03 0.21 l +0.02 0.22 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.22 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.22 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.03 0.21 l +0.02 0.21 l +0.03 0.21 l +0.02 0.22 l +0.03 0.21 l +0.02 0.21 l +0.03 0.21 l +0.03 0.21 l +0.03 0.21 l +0.02 0.21 l +0.03 0.22 l +0.03 0.21 l +0.03 0.21 l +0.02 0.21 l +0.03 0.21 l +0.02 0.21 l +0.03 0.21 l +0.02 0.22 l +0.03 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.02 0.21 l +0.01 0.22 l +0.02 0.21 l +0.01 0.21 l +0.02 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.21 l +0.01 0.22 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0.01 0.21 l +0 0.21 l +0 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.21 l +0 0.21 l +-0.01 0.21 l +-0.01 0.22 l +0 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.22 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.02 0.21 l +-0.01 0.21 l +-0.02 0.21 l +682.60 440.44 lineto +-0.01 0.22 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +-0.01 0.21 l +0 0.21 l +-0.01 0.21 l +0 0.22 l +0 0.21 l +0 0.21 l +0.81 0 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.22 l +0.02 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +683.92 424.17 lineto +0.01 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.22 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.02 -0.21 l +0.03 -0.21 l +0.04 -0.21 l +0.03 -0.22 l +0.04 -0.21 l +0.05 -0.21 l +0.05 -0.21 l +0.05 -0.21 l +0.05 -0.21 l +0.06 -0.21 l +0.06 -0.22 l +0.06 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.22 l +0.07 -0.21 l +0.08 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.08 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.22 l +0.08 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.07 -0.21 l +0.08 -0.21 l +0.07 -0.22 l +0.07 -0.21 l +0.08 -0.21 l +0.07 -0.21 l +0.08 -0.21 l +686.82 403.03 lineto +0.09 -0.21 l +0.09 -0.22 l +0.09 -0.21 l +0.09 -0.21 l +0.10 -0.21 l +0.10 -0.21 l +0.11 -0.21 l +0.12 -0.21 l +0.11 -0.22 l +0.13 -0.21 l +0.13 -0.21 l +0.14 -0.21 l +0.14 -0.21 l +0.15 -0.21 l +0.16 -0.21 l +0.16 -0.22 l +0.17 -0.21 l +0.17 -0.21 l +0.19 -0.21 l +0.18 -0.21 l +0.20 -0.21 l +0.20 -0.21 l +0.21 -0.21 l +0.21 -0.22 l +0.22 -0.21 l +0.22 -0.21 l +0.23 -0.21 l +0.24 -0.21 l +0.23 -0.21 l +0.25 -0.21 l +0.24 -0.22 l +0.25 -0.21 l +0.25 -0.21 l +0.26 -0.21 l +0.25 -0.21 l +0.26 -0.21 l +0.26 -0.21 l +0.25 -0.22 l +0.26 -0.21 l +0.25 -0.21 l +0.25 -0.21 l +0.25 -0.21 l +0.24 -0.21 l +0.24 -0.21 l +0.24 -0.22 l +0.22 -0.21 l +0.22 -0.21 l +0.21 -0.21 l +0.20 -0.21 l +0.18 -0.21 l +0.18 -0.21 l +0.16 -0.22 l +0.15 -0.21 l +0.14 -0.21 l +0.11 -0.21 l +0.11 -0.21 l +0.08 -0.21 l +0.07 -0.21 l +0.05 -0.22 l +0.02 -0.21 l +0.01 -0.21 l +-0.01 -0.21 l +-0.03 -0.21 l +-0.06 -0.21 l +-0.07 -0.21 l +-0.10 -0.21 l +-0.11 -0.22 l +-0.13 -0.21 l +-0.16 -0.21 l +-0.17 -0.21 l +-0.19 -0.21 l +-0.21 -0.21 l +-0.23 -0.21 l +-0.24 -0.22 l +-0.25 -0.21 l +-0.26 -0.21 l +-0.28 -0.21 l +-0.28 -0.21 l +-0.30 -0.21 l +-0.29 -0.21 l +-0.31 -0.22 l +-0.30 -0.21 l +-0.31 -0.21 l +-0.30 -0.21 l +-0.31 -0.21 l +-0.30 -0.21 l +-0.30 -0.21 l +-0.29 -0.22 l +-0.28 -0.21 l +-0.27 -0.21 l +-0.27 -0.21 l +-0.26 -0.21 l +-0.24 -0.21 l +-0.24 -0.21 l +-0.22 -0.22 l +-0.21 -0.21 l +-0.20 -0.21 l +-0.19 -0.21 l +-0.17 -0.21 l +689.00 381.89 lineto +-0.15 -0.21 l +-0.15 -0.21 l +-0.13 -0.22 l +-0.13 -0.21 l +-0.11 -0.21 l +-0.11 -0.21 l +-0.10 -0.21 l +-0.09 -0.21 l +-0.09 -0.21 l +-0.09 -0.22 l +-0.08 -0.21 l +-0.07 -0.21 l +-0.07 -0.21 l +-0.07 -0.21 l +-0.07 -0.21 l +-0.06 -0.21 l +-0.07 -0.22 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.05 -0.22 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.06 -0.21 l +-0.05 -0.21 l +-0.06 -0.21 l +-0.05 -0.21 l +-0.05 -0.22 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.04 -0.22 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.22 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.05 -0.22 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.05 -0.22 l +-0.05 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.05 -0.21 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.04 -0.22 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +684.23 360.75 lineto +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0.01 -0.21 l +0 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.22 l +-0.04 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.04 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.04 -0.22 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.21 l +-0.02 -0.21 l +-0.03 -0.22 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.02 -0.21 l +-0.01 -0.21 l +-0.02 -0.21 l +-0.01 -0.22 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +-0.01 -0.21 l +0 -0.21 l +-0.01 -0.22 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.22 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +683.11 339.61 lineto +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.02 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.02 -0.22 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.21 l +0.01 -0.22 l +0 -0.21 l +0.01 -0.21 l +0 -0.21 l +0 -0.21 l +0 -0.21 l +-0.81 0 l +cp p3 +np + 734.19 319.98 m +0 0.40 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +733.73 360.16 lineto +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.07 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.40 l +-0.08 0.40 l +-0.07 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.40 l +-0.09 0.40 l +-0.08 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.40 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.13 0.40 l +-0.14 0.40 l +-0.15 0.40 l +-0.16 0.40 l +-0.18 0.41 l +-0.19 0.40 l +-0.20 0.40 l +-0.21 0.40 l +-0.23 0.40 l +-0.24 0.41 l +-0.25 0.40 l +-0.27 0.40 l +-0.29 0.40 l +-0.29 0.40 l +-0.30 0.40 l +-0.32 0.41 l +-0.32 0.40 l +-0.33 0.40 l +-0.33 0.40 l +-0.34 0.40 l +-0.34 0.41 l +-0.33 0.40 l +-0.33 0.40 l +-0.32 0.40 l +-0.31 0.40 l +-0.29 0.40 l +-0.28 0.41 l +-0.26 0.40 l +-0.24 0.40 l +-0.20 0.40 l +-0.19 0.40 l +-0.15 0.41 l +-0.12 0.40 l +-0.09 0.40 l +-0.06 0.40 l +-0.01 0.40 l +0.01 0.40 l +0.06 0.41 l +0.08 0.40 l +0.12 0.40 l +0.16 0.40 l +0.19 0.40 l +0.21 0.41 l +0.25 0.40 l +0.27 0.40 l +0.28 0.40 l +0.31 0.40 l +0.33 0.40 l +0.33 0.41 l +0.35 0.40 l +0.35 0.40 l +0.35 0.40 l +0.36 0.40 l +0.35 0.41 l +0.34 0.40 l +0.33 0.40 l +0.33 0.40 l +0.31 0.40 l +0.30 0.40 l +0.28 0.41 l +0.26 0.40 l +0.25 0.40 l +729.76 400.34 lineto +0.21 0.40 l +0.19 0.41 l +0.18 0.40 l +0.15 0.40 l +0.14 0.40 l +0.12 0.40 l +0.11 0.40 l +0.09 0.41 l +0.08 0.40 l +0.06 0.40 l +0.05 0.40 l +0.04 0.40 l +0.04 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.07 0.40 l +0.08 0.40 l +0.07 0.40 l +0.09 0.40 l +0.08 0.41 l +0.09 0.40 l +0.08 0.40 l +0.09 0.40 l +0.09 0.40 l +0.09 0.41 l +0.08 0.40 l +0.09 0.40 l +0.08 0.40 l +0.08 0.40 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +733.82 440.52 lineto +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +734.42 480.71 lineto +0 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +734.08 520.89 lineto +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.64 0 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +734.46 489.95 lineto +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +734.82 449.77 lineto +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.08 -0.40 l +0.08 -0.40 l +0.09 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.08 -0.40 l +0.09 -0.40 l +0.08 -0.41 l +0.09 -0.40 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +737.65 409.58 lineto +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.11 -0.40 l +0.12 -0.40 l +0.14 -0.40 l +0.15 -0.40 l +0.18 -0.40 l +0.19 -0.41 l +0.21 -0.40 l +0.23 -0.40 l +0.25 -0.40 l +0.26 -0.40 l +0.28 -0.41 l +0.30 -0.40 l +0.31 -0.40 l +0.33 -0.40 l +0.33 -0.40 l +0.34 -0.40 l +0.35 -0.41 l +0.36 -0.40 l +0.35 -0.40 l +0.35 -0.40 l +0.34 -0.40 l +0.34 -0.41 l +0.33 -0.40 l +0.31 -0.40 l +0.28 -0.40 l +0.27 -0.40 l +0.25 -0.40 l +0.21 -0.41 l +0.19 -0.40 l +0.16 -0.40 l +0.12 -0.40 l +0.08 -0.40 l +0.06 -0.41 l +0.01 -0.40 l +-0.01 -0.40 l +-0.06 -0.40 l +-0.09 -0.40 l +-0.12 -0.40 l +-0.15 -0.41 l +-0.19 -0.40 l +-0.20 -0.40 l +-0.24 -0.40 l +-0.26 -0.40 l +-0.28 -0.41 l +-0.29 -0.40 l +-0.31 -0.40 l +-0.32 -0.40 l +-0.33 -0.40 l +-0.33 -0.40 l +-0.34 -0.41 l +-0.34 -0.40 l +-0.33 -0.40 l +-0.33 -0.40 l +-0.32 -0.40 l +-0.32 -0.41 l +-0.30 -0.40 l +-0.29 -0.40 l +-0.29 -0.40 l +-0.27 -0.40 l +-0.25 -0.40 l +-0.24 -0.41 l +-0.23 -0.40 l +-0.21 -0.40 l +-0.21 -0.40 l +-0.18 -0.40 l +-0.18 -0.41 l +-0.16 -0.40 l +-0.15 -0.40 l +-0.14 -0.40 l +-0.13 -0.40 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.10 -0.40 l +-0.09 -0.40 l +-0.10 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +736.48 369.40 lineto +-0.08 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.07 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +734.52 329.22 lineto +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +-0.54 0 l +cp p3 +np + 785.36 340.51 m +0 0.16 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.03 0.16 l +0.02 0.16 l +0.03 0.17 l +0.02 0.16 l +0.03 0.17 l +0.02 0.16 l +0.03 0.17 l +0.03 0.16 l +0.02 0.17 l +0.02 0.16 l +0.03 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.02 0.16 l +0.02 0.17 l +0.01 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.17 l +0 0.16 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +-0.01 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +0 0.16 l +-0.01 0.17 l +0 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.02 0.16 l +785.76 356.95 lineto +-0.03 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.03 0.16 l +-0.03 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.03 0.17 l +-0.04 0.16 l +-0.04 0.16 l +-0.03 0.17 l +-0.04 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.02 0.16 l +-0.02 0.17 l +-0.01 0.16 l +-0.02 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.16 l +0 0.17 l +0 0.16 l +-0.01 0.17 l +0.01 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.17 l +0 0.16 l +-0.01 0.16 l +0 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.04 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.05 0.17 l +-0.06 0.16 l +-0.07 0.17 l +-0.06 0.16 l +-0.07 0.17 l +-0.08 0.16 l +-0.08 0.16 l +-0.07 0.17 l +-0.08 0.16 l +-0.08 0.17 l +-0.08 0.16 l +-0.08 0.17 l +-0.08 0.16 l +-0.08 0.16 l +-0.07 0.17 l +-0.07 0.16 l +-0.07 0.17 l +-0.07 0.16 l +-0.06 0.17 l +-0.05 0.16 l +-0.06 0.17 l +-0.05 0.16 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.01 0.16 l +0 0.16 l +0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.02 0.16 l +0.02 0.17 l +0.03 0.16 l +0.03 0.17 l +0.04 0.16 l +0.04 0.16 l +0.04 0.17 l +0.05 0.16 l +0.05 0.17 l +0.06 0.16 l +0.05 0.17 l +783.35 373.39 lineto +0.06 0.17 l +0.05 0.16 l +0.06 0.16 l +0.06 0.17 l +0.05 0.16 l +0.05 0.17 l +0.05 0.16 l +0.05 0.17 l +0.04 0.16 l +0.03 0.17 l +0.04 0.16 l +0.02 0.16 l +0.02 0.17 l +0.01 0.16 l +0.01 0.17 l +0 0.16 l +0 0.17 l +-0.01 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.03 0.16 l +-0.02 0.17 l +-0.04 0.16 l +-0.03 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.16 l +-0.05 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.16 l +-0.03 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.05 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.07 0.17 l +-0.08 0.16 l +-0.08 0.17 l +-0.10 0.16 l +-0.10 0.17 l +-0.12 0.16 l +-0.12 0.16 l +-0.14 0.17 l +-0.15 0.16 l +-0.17 0.17 l +-0.18 0.16 l +-0.19 0.17 l +-0.20 0.16 l +-0.22 0.17 l +-0.23 0.16 l +-0.24 0.16 l +-0.25 0.17 l +-0.27 0.16 l +-0.28 0.17 l +-0.30 0.16 l +-0.30 0.17 l +-0.32 0.16 l +-0.33 0.17 l +-0.34 0.16 l +-0.35 0.16 l +-0.37 0.17 l +-0.38 0.16 l +-0.39 0.17 l +-0.41 0.16 l +-0.42 0.17 l +-0.43 0.16 l +-0.45 0.17 l +-0.46 0.16 l +-0.47 0.16 l +-0.49 0.17 l +-0.50 0.16 l +-0.51 0.17 l +-0.52 0.16 l +-0.53 0.17 l +-0.53 0.16 l +-0.54 0.16 l +-0.54 0.17 l +-0.54 0.16 l +-0.54 0.17 l +-0.53 0.16 l +-0.52 0.17 l +-0.50 0.16 l +-0.48 0.17 l +-0.45 0.16 l +-0.43 0.16 l +-0.40 0.17 l +764.94 389.83 lineto +-0.31 0.17 l +-0.28 0.16 l +-0.23 0.17 l +-0.19 0.16 l +-0.13 0.17 l +-0.07 0.16 l +-0.03 0.16 l +0.03 0.17 l +0.08 0.16 l +0.12 0.17 l +0.19 0.16 l +0.24 0.17 l +0.28 0.16 l +0.32 0.17 l +0.36 0.16 l +0.40 0.16 l +0.44 0.17 l +0.47 0.16 l +0.50 0.17 l +0.51 0.16 l +0.54 0.17 l +0.56 0.16 l +0.56 0.17 l +0.58 0.16 l +0.58 0.16 l +0.59 0.17 l +0.58 0.16 l +0.58 0.17 l +0.58 0.16 l +0.56 0.17 l +0.56 0.16 l +0.55 0.17 l +0.53 0.16 l +0.52 0.16 l +0.50 0.17 l +0.48 0.16 l +0.47 0.17 l +0.44 0.16 l +0.43 0.17 l +0.40 0.16 l +0.38 0.17 l +0.36 0.16 l +0.34 0.16 l +0.32 0.17 l +0.29 0.16 l +0.27 0.17 l +0.25 0.16 l +0.23 0.17 l +0.20 0.16 l +0.18 0.16 l +0.16 0.17 l +0.14 0.16 l +0.12 0.17 l +0.10 0.16 l +0.07 0.17 l +0.06 0.16 l +0.05 0.17 l +0.02 0.16 l +0.02 0.16 l +-0.01 0.17 l +-0.01 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.06 0.16 l +-0.07 0.17 l +-0.07 0.16 l +-0.06 0.17 l +-0.07 0.16 l +-0.06 0.17 l +-0.06 0.16 l +-0.05 0.17 l +-0.05 0.16 l +-0.04 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.01 0.17 l +0 0.16 l +0 0.17 l +0.01 0.16 l +0.01 0.16 l +0.02 0.17 l +0.03 0.16 l +0.04 0.17 l +0.04 0.16 l +0.05 0.17 l +0.05 0.16 l +0.06 0.17 l +0.07 0.16 l +0.08 0.16 l +0.08 0.17 l +0.09 0.16 l +0.10 0.17 l +0.11 0.16 l +781.72 406.28 lineto +0.11 0.16 l +0.13 0.17 l +0.12 0.16 l +0.14 0.16 l +0.14 0.17 l +0.14 0.16 l +0.14 0.17 l +0.15 0.16 l +0.15 0.17 l +0.14 0.16 l +0.15 0.16 l +0.15 0.17 l +0.14 0.16 l +0.14 0.17 l +0.14 0.16 l +0.13 0.17 l +0.13 0.16 l +0.12 0.17 l +0.11 0.16 l +0.11 0.16 l +0.10 0.17 l +0.09 0.16 l +0.08 0.17 l +0.08 0.16 l +0.06 0.17 l +0.06 0.16 l +0.05 0.17 l +0.05 0.16 l +0.03 0.16 l +0.03 0.17 l +0.02 0.16 l +0.02 0.17 l +0.01 0.16 l +0 0.17 l +0 0.16 l +0 0.17 l +-0.01 0.16 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.02 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.03 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.03 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.01 0.17 l +-0.02 0.16 l +-0.02 0.17 l +-0.02 0.16 l +-0.03 0.16 l +-0.02 0.17 l +-0.03 0.16 l +-0.03 0.17 l +-0.03 0.16 l +-0.04 0.17 l +-0.03 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.05 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.04 0.17 l +-0.05 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.04 0.17 l +-0.04 0.16 l +-0.03 0.16 l +783.36 422.72 lineto +-0.02 0.16 l +-0.02 0.17 l +0 0.16 l +-0.01 0.17 l +0.01 0.16 l +0.01 0.17 l +0.02 0.16 l +0.04 0.16 l +0.03 0.17 l +0.05 0.16 l +0.06 0.17 l +4.91 0 l +0.06 -0.17 l +0.04 -0.16 l +0.04 -0.17 l +0.03 -0.16 l +0.03 -0.16 l +0.01 -0.17 l +0 -0.16 l +0 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.05 -0.16 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.02 -0.16 l +-0.03 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.04 -0.16 l +0.06 -0.17 l +0.05 -0.16 l +0.07 -0.17 l +787.30 410.06 lineto +0.08 -0.17 l +0.09 -0.16 l +0.10 -0.17 l +0.11 -0.16 l +0.11 -0.16 l +0.12 -0.17 l +0.13 -0.16 l +0.13 -0.17 l +0.14 -0.16 l +0.14 -0.17 l +0.14 -0.16 l +0.15 -0.17 l +0.14 -0.16 l +0.15 -0.16 l +0.15 -0.17 l +0.15 -0.16 l +0.14 -0.17 l +0.14 -0.16 l +0.14 -0.17 l +0.13 -0.16 l +0.13 -0.16 l +0.12 -0.17 l +0.12 -0.16 l +0.11 -0.17 l +0.11 -0.16 l +0.09 -0.17 l +0.09 -0.16 l +0.09 -0.17 l +0.07 -0.16 l +0.07 -0.16 l +0.07 -0.17 l +0.05 -0.16 l +0.05 -0.17 l +0.04 -0.16 l +0.04 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.01 -0.16 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.05 -0.17 l +-0.06 -0.16 l +-0.06 -0.17 l +-0.07 -0.16 l +-0.06 -0.17 l +-0.07 -0.16 l +-0.07 -0.17 l +-0.06 -0.16 l +-0.06 -0.16 l +-0.06 -0.17 l +-0.05 -0.16 l +-0.05 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.02 -0.16 l +0 -0.17 l +0.01 -0.16 l +0.03 -0.16 l +0.05 -0.17 l +0.06 -0.16 l +0.07 -0.17 l +0.10 -0.16 l +0.12 -0.17 l +0.14 -0.16 l +0.16 -0.17 l +0.18 -0.16 l +0.20 -0.16 l +0.23 -0.17 l +0.25 -0.16 l +0.27 -0.17 l +0.29 -0.16 l +0.31 -0.17 l +0.34 -0.16 l +0.37 -0.16 l +0.38 -0.17 l +0.40 -0.16 l +0.43 -0.17 l +0.44 -0.16 l +0.47 -0.17 l +0.48 -0.16 l +0.50 -0.17 l +0.52 -0.16 l +0.53 -0.16 l +0.55 -0.17 l +0.56 -0.16 l +0.56 -0.17 l +0.58 -0.16 l +0.58 -0.17 l +0.58 -0.16 l +0.59 -0.17 l +0.58 -0.16 l +802.67 393.62 lineto +0.56 -0.17 l +0.56 -0.16 l +0.54 -0.17 l +0.51 -0.16 l +0.50 -0.17 l +0.47 -0.16 l +0.44 -0.17 l +0.40 -0.16 l +0.36 -0.16 l +0.32 -0.17 l +0.28 -0.16 l +0.24 -0.17 l +0.18 -0.16 l +0.13 -0.17 l +0.08 -0.16 l +0.02 -0.17 l +-0.02 -0.16 l +-0.07 -0.16 l +-0.14 -0.17 l +-0.18 -0.16 l +-0.23 -0.17 l +-0.28 -0.16 l +-0.31 -0.17 l +-0.36 -0.16 l +-0.40 -0.17 l +-0.43 -0.16 l +-0.46 -0.16 l +-0.48 -0.17 l +-0.49 -0.16 l +-0.52 -0.17 l +-0.53 -0.16 l +-0.54 -0.17 l +-0.54 -0.16 l +-0.54 -0.17 l +-0.54 -0.16 l +-0.54 -0.16 l +-0.53 -0.17 l +-0.52 -0.16 l +-0.51 -0.17 l +-0.50 -0.16 l +-0.48 -0.17 l +-0.47 -0.16 l +-0.46 -0.16 l +-0.45 -0.17 l +-0.43 -0.16 l +-0.42 -0.17 l +-0.41 -0.16 l +-0.39 -0.17 l +-0.38 -0.16 l +-0.37 -0.17 l +-0.35 -0.16 l +-0.34 -0.16 l +-0.33 -0.17 l +-0.32 -0.16 l +-0.31 -0.17 l +-0.29 -0.16 l +-0.28 -0.17 l +-0.27 -0.16 l +-0.25 -0.17 l +-0.25 -0.16 l +-0.23 -0.16 l +-0.21 -0.17 l +-0.21 -0.16 l +-0.19 -0.17 l +-0.17 -0.16 l +-0.17 -0.17 l +-0.15 -0.16 l +-0.14 -0.17 l +-0.12 -0.16 l +-0.12 -0.16 l +-0.10 -0.17 l +-0.10 -0.16 l +-0.09 -0.17 l +-0.07 -0.16 l +-0.07 -0.17 l +-0.06 -0.16 l +-0.06 -0.17 l +-0.05 -0.16 l +-0.05 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.04 -0.16 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.05 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +788.14 377.17 lineto +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.02 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +0.01 -0.16 l +0 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.03 -0.16 l +0.04 -0.17 l +0.04 -0.16 l +0.05 -0.17 l +0.04 -0.16 l +0.06 -0.17 l +0.05 -0.16 l +0.06 -0.17 l +0.05 -0.16 l +0.06 -0.16 l +0.06 -0.17 l +0.06 -0.16 l +0.05 -0.17 l +0.06 -0.16 l +0.05 -0.17 l +0.05 -0.16 l +0.04 -0.17 l +0.04 -0.16 l +0.04 -0.16 l +0.03 -0.17 l +0.03 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +-0.01 -0.16 l +0 -0.16 l +-0.01 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.06 -0.17 l +-0.05 -0.16 l +-0.07 -0.17 l +-0.06 -0.16 l +-0.07 -0.17 l +-0.07 -0.16 l +-0.07 -0.17 l +-0.08 -0.16 l +-0.08 -0.16 l +-0.08 -0.17 l +-0.08 -0.16 l +-0.08 -0.17 l +-0.08 -0.16 l +-0.08 -0.17 l +-0.07 -0.16 l +-0.08 -0.16 l +-0.07 -0.17 l +-0.07 -0.16 l +-0.06 -0.17 l +-0.06 -0.16 l +-0.05 -0.17 l +-0.05 -0.16 l +-0.05 -0.17 l +-0.04 -0.16 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +0 -0.17 l +-0.01 -0.16 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +-0.01 -0.16 l +0 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +-0.02 -0.17 l +786.96 360.73 lineto +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.03 -0.16 l +-0.04 -0.16 l +-0.04 -0.17 l +-0.03 -0.16 l +-0.04 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.04 -0.16 l +-0.03 -0.17 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.03 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.02 -0.16 l +-0.02 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.17 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.17 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +-0.01 -0.17 l +0 -0.16 l +0 -0.17 l +-0.01 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +-0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0 -0.16 l +0 -0.17 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0 -0.17 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.01 -0.16 l +0.02 -0.17 l +0.01 -0.16 l +0.02 -0.17 l +786.16 344.29 lineto +0.02 -0.17 l +0.02 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.03 -0.16 l +0.02 -0.17 l +0.03 -0.16 l +0.02 -0.17 l +0.03 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.03 -0.17 l +0.02 -0.16 l +0.03 -0.16 l +0.02 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.02 -0.16 l +0.01 -0.17 l +0.01 -0.16 l +0.01 -0.17 l +0 -0.16 l +0.01 -0.16 l +-1.25 0 l +cp p3 +np + 837.00 339.96 m +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +0 0.18 l +-0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.18 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +836.74 357.21 lineto +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.02 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.02 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.17 l +0 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.01 0.17 l +0 0.17 l +-0.01 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +0 0.18 l +-0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0.01 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0.01 0.17 l +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0.01 0.17 l +0 0.17 l +0 0.18 l +835.93 374.45 lineto +0 0.17 l +0 0.17 l +0 0.18 l +0 0.17 l +0 0.17 l +-0.01 0.17 l +0 0.18 l +0 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.01 0.17 l +-0.01 0.17 l +0 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.01 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.01 0.17 l +-0.02 0.17 l +-0.02 0.17 l +-0.01 0.18 l +-0.02 0.17 l +-0.02 0.17 l +-0.02 0.17 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.18 l +-0.02 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.02 0.17 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.02 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.03 0.17 l +-0.04 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.03 0.17 l +-0.04 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.04 0.17 l +-0.04 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.05 0.17 l +-0.04 0.17 l +-0.04 0.18 l +-0.04 0.17 l +-0.05 0.17 l +-0.04 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.05 0.17 l +-0.05 0.17 l +-0.04 0.18 l +-0.05 0.17 l +-0.06 0.17 l +-0.05 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.05 0.17 l +-0.05 0.17 l +-0.06 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.05 0.17 l +-0.05 0.17 l +-0.06 0.18 l +-0.05 0.17 l +833.09 391.69 lineto +-0.04 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.05 0.17 l +-0.04 0.17 l +-0.05 0.18 l +-0.04 0.17 l +-0.04 0.17 l +-0.04 0.17 l +-0.04 0.18 l +-0.04 0.17 l +-0.04 0.17 l +-0.03 0.17 l +-0.04 0.18 l +-0.03 0.17 l +-0.04 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.03 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.03 0.17 l +-0.03 0.17 l +-0.03 0.17 l +-0.03 0.18 l +-0.04 0.17 l +-0.03 0.17 l +-0.04 0.17 l +-0.03 0.17 l +-0.04 0.18 l +-0.04 0.17 l +-0.05 0.17 l +-0.04 0.17 l +-0.05 0.18 l +-0.05 0.17 l +-0.06 0.17 l +-0.06 0.17 l +-0.06 0.18 l +-0.07 0.17 l +-0.07 0.17 l +-0.07 0.17 l +-0.08 0.18 l +-0.09 0.17 l +-0.09 0.17 l +-0.09 0.17 l +-0.11 0.18 l +-0.10 0.17 l +-0.11 0.17 l +-0.12 0.17 l +-0.12 0.18 l +-0.13 0.17 l +-0.14 0.17 l +-0.14 0.17 l +-0.14 0.18 l +-0.15 0.17 l +-0.16 0.17 l +-0.16 0.17 l +-0.17 0.18 l +-0.17 0.17 l +-0.18 0.17 l +-0.18 0.17 l +-0.19 0.18 l +-0.19 0.17 l +-0.19 0.17 l +-0.20 0.17 l +-0.20 0.17 l +-0.20 0.18 l +-0.20 0.17 l +-0.21 0.17 l +-0.20 0.17 l +-0.21 0.18 l +-0.21 0.17 l +-0.20 0.17 l +-0.20 0.17 l +-0.21 0.18 l +-0.20 0.17 l +-0.19 0.17 l +-0.20 0.17 l +-0.18 0.18 l +-0.19 0.17 l +-0.18 0.17 l +-0.17 0.17 l +-0.16 0.18 l +-0.16 0.17 l +-0.15 0.17 l +-0.14 0.17 l +-0.14 0.18 l +-0.12 0.17 l +-0.11 0.17 l +-0.11 0.17 l +-0.09 0.18 l +-0.08 0.17 l +-0.07 0.17 l +-0.06 0.17 l +-0.05 0.18 l +-0.04 0.17 l +-0.02 0.17 l +-0.01 0.17 l +823.06 408.94 lineto +0.02 0.17 l +0.03 0.17 l +0.04 0.17 l +0.05 0.17 l +0.06 0.18 l +0.08 0.17 l +0.09 0.17 l +0.09 0.17 l +0.12 0.18 l +0.12 0.17 l +0.13 0.17 l +0.14 0.17 l +0.16 0.18 l +0.16 0.17 l +0.17 0.17 l +0.18 0.17 l +0.19 0.18 l +0.19 0.17 l +0.20 0.17 l +0.21 0.17 l +0.22 0.18 l +0.22 0.17 l +0.22 0.17 l +0.23 0.17 l +0.23 0.18 l +0.24 0.17 l +0.24 0.17 l +0.23 0.17 l +0.25 0.18 l +0.24 0.17 l +0.24 0.17 l +0.24 0.17 l +0.25 0.18 l +0.24 0.17 l +0.24 0.17 l +0.24 0.17 l +0.24 0.17 l +0.23 0.18 l +0.23 0.17 l +0.23 0.17 l +0.23 0.17 l +0.22 0.18 l +0.22 0.17 l +0.22 0.17 l +0.21 0.17 l +0.20 0.18 l +0.21 0.17 l +0.19 0.17 l +0.20 0.17 l +0.19 0.18 l +0.18 0.17 l +0.18 0.17 l +0.18 0.17 l +0.17 0.18 l +0.16 0.17 l +0.16 0.17 l +0.16 0.17 l +0.15 0.18 l +0.14 0.17 l +0.15 0.17 l +0.13 0.17 l +0.13 0.18 l +0.13 0.17 l +0.13 0.17 l +0.12 0.17 l +0.11 0.18 l +0.11 0.17 l +0.11 0.17 l +0.10 0.17 l +0.10 0.18 l +0.10 0.17 l +0.09 0.17 l +0.09 0.17 l +0.08 0.17 l +0.08 0.18 l +0.08 0.17 l +0.08 0.17 l +0.07 0.17 l +0.07 0.18 l +0.06 0.17 l +0.07 0.17 l +0.06 0.17 l +0.06 0.18 l +0.05 0.17 l +0.05 0.17 l +0.05 0.17 l +0.05 0.18 l +0.05 0.17 l +0.04 0.17 l +0.05 0.17 l +0.04 0.18 l +0.03 0.17 l +0.04 0.17 l +0.04 0.17 l +0.03 0.18 l +0.03 0.17 l +0.03 0.17 l +0.03 0.17 l +0.03 0.18 l +836.74 426.18 lineto +0.02 0.17 l +0.03 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.02 0.17 l +0.02 0.18 l +0.02 0.17 l +0.02 0.17 l +0.02 0.17 l +0.02 0.17 l +1.08 0 l +0.02 -0.17 l +0.01 -0.17 l +0.02 -0.17 l +0.02 -0.17 l +0.02 -0.18 l +0.02 -0.17 l +0.02 -0.17 l +0.03 -0.17 l +0.02 -0.18 l +0.02 -0.17 l +0.03 -0.17 l +0.03 -0.17 l +0.02 -0.18 l +0.03 -0.17 l +0.03 -0.17 l +0.04 -0.17 l +0.03 -0.18 l +0.04 -0.17 l +0.03 -0.17 l +0.04 -0.17 l +0.04 -0.18 l +0.04 -0.17 l +0.05 -0.17 l +0.04 -0.17 l +0.05 -0.18 l +0.05 -0.17 l +0.06 -0.17 l +0.05 -0.17 l +0.06 -0.18 l +0.06 -0.17 l +0.06 -0.17 l +0.07 -0.17 l +0.07 -0.18 l +0.07 -0.17 l +0.08 -0.17 l +0.07 -0.17 l +0.08 -0.18 l +0.09 -0.17 l +0.09 -0.17 l +0.09 -0.17 l +0.09 -0.17 l +0.10 -0.18 l +0.11 -0.17 l +0.10 -0.17 l +0.12 -0.17 l +0.11 -0.18 l +0.12 -0.17 l +0.12 -0.17 l +0.13 -0.17 l +0.13 -0.18 l +0.14 -0.17 l +0.14 -0.17 l +0.15 -0.17 l +0.15 -0.18 l +0.16 -0.17 l +0.16 -0.17 l +0.16 -0.17 l +0.17 -0.18 l +0.18 -0.17 l +0.18 -0.17 l +0.18 -0.17 l +0.19 -0.18 l +0.19 -0.17 l +0.20 -0.17 l +0.20 -0.17 l +0.21 -0.18 l +0.21 -0.17 l +0.22 -0.17 l +0.22 -0.17 l +0.22 -0.18 l +0.22 -0.17 l +0.23 -0.17 l +0.24 -0.17 l +0.23 -0.18 l +0.24 -0.17 l +0.24 -0.17 l +0.24 -0.17 l +0.24 -0.17 l +0.24 -0.18 l +0.25 -0.17 l +0.24 -0.17 l +0.24 -0.17 l +0.24 -0.18 l +0.24 -0.17 l +0.24 -0.17 l +0.24 -0.17 l +0.23 -0.18 l +848.87 412.90 lineto +0.22 -0.17 l +0.22 -0.17 l +0.21 -0.18 l +0.21 -0.17 l +0.21 -0.17 l +0.19 -0.17 l +0.19 -0.18 l +0.18 -0.17 l +0.17 -0.17 l +0.16 -0.17 l +0.15 -0.18 l +0.15 -0.17 l +0.13 -0.17 l +0.12 -0.17 l +0.11 -0.18 l +0.10 -0.17 l +0.09 -0.17 l +0.08 -0.17 l +0.06 -0.18 l +0.05 -0.17 l +0.04 -0.17 l +0.03 -0.17 l +0.01 -0.17 l +0 -0.18 l +0 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.05 -0.18 l +-0.06 -0.17 l +-0.07 -0.17 l +-0.08 -0.17 l +-0.09 -0.18 l +-0.11 -0.17 l +-0.11 -0.17 l +-0.13 -0.17 l +-0.13 -0.18 l +-0.14 -0.17 l +-0.15 -0.17 l +-0.16 -0.17 l +-0.17 -0.18 l +-0.17 -0.17 l +-0.18 -0.17 l +-0.18 -0.17 l +-0.19 -0.18 l +-0.19 -0.17 l +-0.20 -0.17 l +-0.20 -0.17 l +-0.20 -0.18 l +-0.20 -0.17 l +-0.21 -0.17 l +-0.20 -0.17 l +-0.21 -0.18 l +-0.21 -0.17 l +-0.20 -0.17 l +-0.20 -0.17 l +-0.21 -0.18 l +-0.20 -0.17 l +-0.19 -0.17 l +-0.19 -0.17 l +-0.20 -0.17 l +-0.18 -0.18 l +-0.18 -0.17 l +-0.18 -0.17 l +-0.17 -0.17 l +-0.17 -0.18 l +-0.16 -0.17 l +-0.16 -0.17 l +-0.15 -0.17 l +-0.15 -0.18 l +-0.14 -0.17 l +-0.13 -0.17 l +-0.13 -0.17 l +-0.12 -0.18 l +-0.12 -0.17 l +-0.11 -0.17 l +-0.11 -0.17 l +-0.10 -0.18 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.09 -0.17 l +-0.08 -0.18 l +-0.07 -0.17 l +-0.08 -0.17 l +-0.06 -0.17 l +-0.06 -0.18 l +-0.06 -0.17 l +-0.06 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.04 -0.17 l +-0.04 -0.18 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +842.81 395.66 lineto +-0.03 -0.17 l +-0.04 -0.18 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.18 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.04 -0.17 l +-0.04 -0.18 l +-0.04 -0.17 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.04 -0.18 l +-0.05 -0.17 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.06 -0.18 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.06 -0.18 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.05 -0.17 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.05 -0.18 l +-0.04 -0.17 l +-0.05 -0.17 l +-0.04 -0.17 l +-0.05 -0.18 l +-0.04 -0.17 l +-0.04 -0.17 l +-0.04 -0.17 l +-0.04 -0.18 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.18 l +-0.04 -0.17 l +-0.03 -0.17 l +-0.04 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.18 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.02 -0.18 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.03 -0.17 l +-0.02 -0.18 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.03 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.03 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +839.26 378.41 lineto +-0.01 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.18 l +838.63 361.17 lineto +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.02 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +0 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +0 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0.01 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +0 -0.17 l +0 -0.18 l +0 -0.17 l +838.17 343.93 lineto +0 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.17 l +-0.01 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +0 -0.18 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.17 l +-0.01 -0.18 l +-1.02 0 l +cp p3 +np + 888.59 356.87 m +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.02 0.18 l +-0.03 0.19 l +-0.03 0.18 l +-0.02 0.19 l +-0.03 0.18 l +-0.03 0.18 l +-0.04 0.19 l +-0.03 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.04 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.05 0.19 l +-0.05 0.18 l +-0.05 0.18 l +-0.05 0.19 l +-0.05 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.06 0.18 l +-0.06 0.19 l +886.92 375.26 lineto +-0.06 0.19 l +-0.07 0.18 l +-0.07 0.18 l +-0.06 0.19 l +-0.07 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.06 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.06 0.19 l +-0.07 0.18 l +-0.06 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.05 0.19 l +-0.06 0.18 l +-0.05 0.18 l +-0.05 0.19 l +-0.05 0.18 l +-0.04 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.03 0.18 l +-0.03 0.19 l +-0.03 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.02 0.18 l +884.19 393.66 lineto +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.03 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.03 0.19 l +-0.02 0.18 l +-0.03 0.18 l +-0.03 0.19 l +-0.03 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.04 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.05 0.19 l +-0.06 0.18 l +-0.05 0.18 l +-0.07 0.19 l +-0.06 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.08 0.18 l +-0.09 0.19 l +-0.09 0.18 l +-0.09 0.19 l +-0.10 0.18 l +-0.11 0.18 l +-0.11 0.19 l +-0.12 0.18 l +-0.12 0.18 l +-0.13 0.19 l +-0.14 0.18 l +-0.15 0.19 l +-0.15 0.18 l +-0.15 0.18 l +-0.16 0.19 l +-0.17 0.18 l +-0.18 0.19 l +-0.18 0.18 l +-0.18 0.18 l +-0.20 0.19 l +-0.19 0.18 l +-0.20 0.19 l +-0.21 0.18 l +-0.21 0.18 l +-0.21 0.19 l +-0.22 0.18 l +-0.22 0.19 l +-0.22 0.18 l +-0.22 0.18 l +-0.22 0.19 l +-0.22 0.18 l +-0.22 0.19 l +-0.22 0.18 l +-0.22 0.18 l +-0.21 0.19 l +-0.21 0.18 l +-0.21 0.19 l +-0.19 0.18 l +-0.20 0.18 l +-0.18 0.19 l +-0.18 0.18 l +-0.17 0.19 l +-0.16 0.18 l +-0.15 0.18 l +-0.13 0.19 l +-0.13 0.18 l +-0.11 0.19 l +-0.10 0.18 l +-0.09 0.18 l +-0.08 0.19 l +-0.06 0.18 l +-0.04 0.19 l +-0.03 0.18 l +-0.02 0.18 l +0 0.19 l +0.01 0.18 l +0.03 0.19 l +0.04 0.18 l +0.06 0.18 l +0.08 0.19 l +0.08 0.18 l +0.10 0.19 l +0.12 0.18 l +0.13 0.18 l +0.14 0.19 l +0.16 0.18 l +0.16 0.18 l +0.18 0.19 l +0.19 0.18 l +0.20 0.19 l +0.21 0.18 l +0.22 0.18 l +0.22 0.19 l +0.23 0.18 l +0.24 0.19 l +0.25 0.18 l +878.25 412.05 lineto +0.25 0.19 l +0.26 0.18 l +0.26 0.19 l +0.26 0.18 l +0.27 0.18 l +0.26 0.19 l +0.26 0.18 l +0.27 0.19 l +0.26 0.18 l +0.26 0.18 l +0.26 0.19 l +0.26 0.18 l +0.25 0.19 l +0.25 0.18 l +0.25 0.18 l +0.24 0.19 l +0.24 0.18 l +0.23 0.19 l +0.23 0.18 l +0.22 0.18 l +0.21 0.19 l +0.21 0.18 l +0.21 0.19 l +0.19 0.18 l +0.19 0.18 l +0.19 0.19 l +0.18 0.18 l +0.17 0.19 l +0.16 0.18 l +0.16 0.18 l +0.15 0.19 l +0.15 0.18 l +0.14 0.19 l +0.14 0.18 l +0.12 0.18 l +0.13 0.19 l +0.11 0.18 l +0.11 0.19 l +0.11 0.18 l +0.10 0.18 l +0.10 0.19 l +0.09 0.18 l +0.08 0.18 l +0.09 0.19 l +0.07 0.18 l +0.08 0.19 l +0.06 0.18 l +0.07 0.18 l +0.06 0.19 l +0.06 0.18 l +0.05 0.19 l +0.06 0.18 l +0.05 0.18 l +0.04 0.19 l +0.04 0.18 l +0.05 0.19 l +0.03 0.18 l +0.04 0.18 l +0.03 0.19 l +0.04 0.18 l +0.03 0.19 l +0.02 0.18 l +0.03 0.18 l +0.03 0.19 l +0.02 0.18 l +0.02 0.19 l +0.03 0.18 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.01 0.18 l +0.02 0.19 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.02 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0 0.19 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.19 l +888.17 430.45 lineto +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.19 l +0.02 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.02 0.19 l +0.01 0.18 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.02 0.19 l +0.01 0.18 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.01 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.01 0.18 l +0.02 0.19 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.01 0.18 l +0.02 0.19 l +0.01 0.18 l +0.02 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0.02 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0 0.18 l +0.01 0.18 l +0.01 0.19 l +0 0.18 l +0.01 0.19 l +0 0.18 l +0.01 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.02 0.18 l +888.44 448.85 lineto +-0.01 0.18 l +-0.01 0.19 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +1.30 0 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0.01 -0.18 l +0 -0.19 l +0 -0.18 l +0.01 -0.18 l +0 -0.19 l +0.01 -0.18 l +0 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +889.55 434.68 lineto +0.02 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.02 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.03 -0.18 l +0.02 -0.19 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.19 l +0.03 -0.18 l +0.04 -0.19 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.19 l +0.04 -0.18 l +0.05 -0.19 l +0.05 -0.18 l +0.05 -0.18 l +0.06 -0.19 l +0.05 -0.18 l +0.07 -0.19 l +0.06 -0.18 l +0.07 -0.18 l +0.07 -0.19 l +0.08 -0.18 l +0.08 -0.19 l +0.09 -0.18 l +0.09 -0.18 l +0.09 -0.19 l +0.11 -0.18 l +0.10 -0.18 l +0.11 -0.19 l +0.12 -0.18 l +0.12 -0.19 l +0.13 -0.18 l +0.13 -0.18 l +0.15 -0.19 l +0.14 -0.18 l +0.15 -0.19 l +0.16 -0.18 l +0.17 -0.18 l +0.17 -0.19 l +0.18 -0.18 l +0.18 -0.19 l +0.19 -0.18 l +894.15 416.29 lineto +0.20 -0.19 l +0.21 -0.18 l +0.22 -0.19 l +0.22 -0.18 l +0.23 -0.18 l +0.23 -0.19 l +0.23 -0.18 l +0.25 -0.19 l +0.24 -0.18 l +0.25 -0.18 l +0.26 -0.19 l +0.25 -0.18 l +0.26 -0.19 l +0.26 -0.18 l +0.27 -0.18 l +0.26 -0.19 l +0.27 -0.18 l +0.26 -0.19 l +0.26 -0.18 l +0.27 -0.18 l +0.26 -0.19 l +0.26 -0.18 l +0.25 -0.19 l +0.25 -0.18 l +0.24 -0.18 l +0.24 -0.19 l +0.24 -0.18 l +0.22 -0.19 l +0.22 -0.18 l +0.21 -0.18 l +0.19 -0.19 l +0.19 -0.18 l +0.18 -0.19 l +0.17 -0.18 l +0.15 -0.18 l +0.14 -0.19 l +0.14 -0.18 l +0.11 -0.18 l +0.10 -0.19 l +0.09 -0.18 l +0.08 -0.19 l +0.05 -0.18 l +0.05 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0 -0.19 l +-0.02 -0.18 l +-0.03 -0.18 l +-0.04 -0.19 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.12 -0.19 l +-0.12 -0.18 l +-0.14 -0.19 l +-0.15 -0.18 l +-0.16 -0.18 l +-0.17 -0.19 l +-0.17 -0.18 l +-0.19 -0.19 l +-0.19 -0.18 l +-0.20 -0.18 l +-0.20 -0.19 l +-0.21 -0.18 l +-0.22 -0.19 l +-0.21 -0.18 l +-0.22 -0.18 l +-0.22 -0.19 l +-0.22 -0.18 l +-0.23 -0.19 l +-0.22 -0.18 l +-0.22 -0.18 l +-0.22 -0.19 l +-0.21 -0.18 l +-0.21 -0.19 l +-0.21 -0.18 l +-0.21 -0.18 l +-0.20 -0.19 l +-0.20 -0.18 l +-0.19 -0.19 l +-0.19 -0.18 l +-0.18 -0.18 l +-0.17 -0.19 l +-0.17 -0.18 l +-0.16 -0.19 l +-0.16 -0.18 l +-0.15 -0.18 l +-0.14 -0.19 l +-0.14 -0.18 l +-0.13 -0.19 l +-0.12 -0.18 l +-0.12 -0.18 l +-0.12 -0.19 l +-0.10 -0.18 l +-0.10 -0.18 l +-0.10 -0.19 l +-0.09 -0.18 l +-0.08 -0.19 l +894.77 397.89 lineto +-0.08 -0.18 l +-0.06 -0.19 l +-0.07 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.05 -0.19 l +-0.05 -0.18 l +-0.04 -0.19 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.02 -0.19 l +-0.03 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.04 -0.19 l +-0.04 -0.18 l +-0.04 -0.19 l +-0.05 -0.18 l +-0.05 -0.18 l +892.64 379.49 lineto +-0.06 -0.18 l +-0.05 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.06 -0.18 l +-0.07 -0.19 l +-0.06 -0.18 l +-0.07 -0.19 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.06 -0.19 l +-0.07 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.06 -0.19 l +-0.05 -0.18 l +-0.06 -0.19 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.04 -0.19 l +-0.05 -0.18 l +-0.04 -0.19 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.03 -0.19 l +-0.04 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.03 -0.19 l +-0.02 -0.18 l +-0.03 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.19 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +889.61 361.10 lineto +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +0 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.88 0 l +cp p3 +np + 940.02 341.04 m +0 0.18 l +0.01 0.19 l +0.01 0.18 l +0 0.18 l +0.02 0.18 l +0.01 0.19 l +0.01 0.18 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.03 0.19 l +0.02 0.18 l +0.02 0.18 l +0.03 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.01 0.19 l +0.02 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0.01 0.18 l +0 0.18 l +0.01 0.18 l +0 0.19 l +0.01 0.18 l +0 0.18 l +0 0.19 l +0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0.01 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +940.56 359.32 lineto +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.19 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.03 0.18 l +-0.03 0.19 l +-0.03 0.18 l +-0.04 0.18 l +-0.04 0.18 l +-0.04 0.19 l +-0.05 0.18 l +-0.05 0.18 l +-0.05 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.07 0.18 l +-0.07 0.19 l +-0.08 0.18 l +-0.07 0.18 l +-0.09 0.18 l +-0.08 0.19 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.19 l +-0.10 0.18 l +-0.09 0.18 l +-0.10 0.18 l +-0.09 0.19 l +-0.10 0.18 l +-0.09 0.18 l +-0.10 0.18 l +-0.09 0.19 l +-0.08 0.18 l +-0.09 0.18 l +-0.08 0.19 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.05 0.19 l +-0.06 0.18 l +-0.04 0.18 l +-0.04 0.18 l +-0.03 0.19 l +-0.02 0.18 l +-0.02 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0.02 0.18 l +0.02 0.19 l +0.03 0.18 l +0.04 0.18 l +0.04 0.19 l +0.05 0.18 l +0.05 0.18 l +0.06 0.18 l +0.06 0.19 l +0.06 0.18 l +0.07 0.18 l +0.07 0.18 l +0.08 0.19 l +0.07 0.18 l +938.50 377.59 lineto +0.07 0.19 l +0.08 0.18 l +0.08 0.18 l +0.07 0.18 l +0.07 0.19 l +0.08 0.18 l +0.06 0.18 l +0.07 0.18 l +0.06 0.19 l +0.06 0.18 l +0.06 0.18 l +0.05 0.19 l +0.05 0.18 l +0.05 0.18 l +0.04 0.18 l +0.04 0.19 l +0.04 0.18 l +0.03 0.18 l +0.03 0.19 l +0.03 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.19 l +0.01 0.18 l +0.01 0.18 l +0.01 0.18 l +0.01 0.19 l +0 0.18 l +0 0.18 l +-0.01 0.19 l +0 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.02 0.18 l +-0.04 0.18 l +-0.03 0.19 l +-0.04 0.18 l +-0.04 0.18 l +-0.05 0.19 l +-0.05 0.18 l +-0.06 0.18 l +-0.06 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.07 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.18 l +-0.07 0.19 l +-0.06 0.18 l +-0.07 0.18 l +-0.06 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.06 0.18 l +-0.05 0.19 l +-0.06 0.18 l +-0.04 0.18 l +-0.05 0.18 l +-0.05 0.19 l +-0.04 0.18 l +-0.04 0.18 l +-0.04 0.19 l +-0.04 0.18 l +-0.05 0.18 l +-0.04 0.18 l +-0.05 0.19 l +-0.04 0.18 l +-0.05 0.18 l +-0.06 0.18 l +-0.05 0.19 l +-0.07 0.18 l +-0.06 0.18 l +-0.07 0.19 l +-0.07 0.18 l +-0.08 0.18 l +-0.08 0.18 l +-0.09 0.19 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.18 l +-0.09 0.19 l +-0.10 0.18 l +-0.09 0.18 l +-0.10 0.19 l +-0.09 0.18 l +-0.09 0.18 l +-0.08 0.18 l +-0.08 0.19 l +-0.08 0.18 l +-0.07 0.18 l +-0.06 0.19 l +-0.06 0.18 l +-0.04 0.18 l +-0.05 0.18 l +-0.03 0.19 l +935.67 395.87 lineto +-0.02 0.18 l +-0.01 0.18 l +0 0.19 l +0 0.18 l +0.01 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.01 0.18 l +0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.02 0.19 l +-0.04 0.18 l +-0.05 0.18 l +-0.06 0.18 l +-0.09 0.19 l +-0.10 0.18 l +-0.12 0.18 l +-0.15 0.19 l +-0.16 0.18 l +-0.19 0.18 l +-0.21 0.18 l +-0.24 0.19 l +-0.27 0.18 l +-0.28 0.18 l +-0.31 0.18 l +-0.34 0.19 l +-0.36 0.18 l +-0.38 0.18 l +-0.41 0.19 l +-0.42 0.18 l +-0.45 0.18 l +-0.46 0.18 l +-0.48 0.19 l +-0.50 0.18 l +-0.51 0.18 l +-0.52 0.18 l +-0.53 0.19 l +-0.53 0.18 l +-0.54 0.18 l +-0.55 0.19 l +-0.54 0.18 l +-0.54 0.18 l +-0.54 0.18 l +-0.52 0.19 l +-0.52 0.18 l +-0.50 0.18 l +-0.49 0.19 l +-0.46 0.18 l +-0.45 0.18 l +-0.42 0.18 l +-0.39 0.19 l +-0.37 0.18 l +-0.34 0.18 l +-0.30 0.18 l +-0.27 0.19 l +-0.23 0.18 l +-0.19 0.18 l +-0.16 0.19 l +-0.12 0.18 l +-0.08 0.18 l +-0.03 0.18 l +0.01 0.19 l +0.05 0.18 l +0.08 0.18 l +0.12 0.18 l +0.16 0.19 l +0.20 0.18 l +0.24 0.18 l +0.26 0.19 l +0.30 0.18 l +0.32 0.18 l +0.35 0.18 l +0.37 0.19 l +0.40 0.18 l +0.41 0.18 l +0.42 0.19 l +0.44 0.18 l +0.45 0.18 l +0.46 0.18 l +0.46 0.19 l +0.47 0.18 l +0.47 0.18 l +0.47 0.18 l +0.47 0.19 l +0.46 0.18 l +0.46 0.18 l +0.45 0.19 l +0.45 0.18 l +0.44 0.18 l +0.43 0.18 l +0.42 0.19 l +0.41 0.18 l +0.40 0.18 l +930.76 414.14 lineto +0.38 0.19 l +0.37 0.18 l +0.36 0.18 l +0.35 0.19 l +0.34 0.18 l +0.33 0.18 l +0.32 0.18 l +0.31 0.19 l +0.30 0.18 l +0.29 0.18 l +0.28 0.19 l +0.27 0.18 l +0.25 0.18 l +0.25 0.18 l +0.25 0.19 l +0.23 0.18 l +0.22 0.18 l +0.21 0.18 l +0.21 0.19 l +0.20 0.18 l +0.19 0.18 l +0.18 0.19 l +0.17 0.18 l +0.16 0.18 l +0.16 0.18 l +0.15 0.19 l +0.15 0.18 l +0.13 0.18 l +0.13 0.18 l +0.12 0.19 l +0.12 0.18 l +0.10 0.18 l +0.10 0.19 l +0.10 0.18 l +0.09 0.18 l +0.08 0.18 l +0.07 0.19 l +0.07 0.18 l +0.06 0.18 l +0.06 0.19 l +0.05 0.18 l +0.05 0.18 l +0.04 0.18 l +0.04 0.19 l +0.04 0.18 l +0.03 0.18 l +0.03 0.18 l +0.02 0.19 l +0.03 0.18 l +0.02 0.18 l +0.02 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.19 l +0.03 0.18 l +0.02 0.18 l +0.02 0.18 l +0.03 0.19 l +0.03 0.18 l +0.03 0.18 l +0.04 0.19 l +0.03 0.18 l +0.04 0.18 l +0.03 0.18 l +0.04 0.19 l +0.04 0.18 l +0.05 0.18 l +0.04 0.19 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.04 0.19 l +0.04 0.18 l +0.04 0.18 l +0.04 0.18 l +0.03 0.19 l +0.03 0.18 l +0.03 0.18 l +0.03 0.19 l +0.02 0.18 l +0.02 0.18 l +0.02 0.18 l +0.02 0.19 l +0.01 0.18 l +0.01 0.18 l +0 0.19 l +0 0.18 l +0 0.18 l +0 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +-0.01 0.18 l +-0.02 0.19 l +-0.01 0.18 l +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +940.15 432.42 lineto +-0.02 0.18 l +-0.02 0.19 l +-0.02 0.18 l +-0.01 0.18 l +-0.02 0.18 l +-0.01 0.19 l +-0.01 0.18 l +-0.01 0.18 l +0 0.19 l +-0.01 0.18 l +0 0.18 l +1.07 0 l +0 -0.18 l +0 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.03 -0.18 l +0.03 -0.18 l +0.04 -0.19 l +0.03 -0.18 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.19 l +0.04 -0.18 l +0.05 -0.18 l +0.04 -0.18 l +0.04 -0.19 l +0.04 -0.18 l +0.04 -0.18 l +0.04 -0.19 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.18 l +0.03 -0.19 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.19 l +0.03 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.19 l +0.03 -0.18 l +0.03 -0.18 l +0.03 -0.18 l +0.04 -0.19 l +0.04 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.06 -0.19 l +0.06 -0.18 l +0.07 -0.18 l +0.08 -0.19 l +0.08 -0.18 l +0.09 -0.18 l +0.09 -0.18 l +0.10 -0.19 l +0.11 -0.18 l +0.11 -0.18 l +0.13 -0.19 l +0.12 -0.18 l +0.14 -0.18 l +0.14 -0.18 l +0.15 -0.19 l +0.16 -0.18 l +944.10 418.35 lineto +0.17 -0.18 l +0.18 -0.19 l +0.19 -0.18 l +0.20 -0.18 l +0.20 -0.19 l +0.21 -0.18 l +0.23 -0.18 l +0.23 -0.18 l +0.24 -0.19 l +0.25 -0.18 l +0.26 -0.18 l +0.27 -0.18 l +0.28 -0.19 l +0.29 -0.18 l +0.30 -0.18 l +0.30 -0.19 l +0.32 -0.18 l +0.33 -0.18 l +0.34 -0.18 l +0.35 -0.19 l +0.37 -0.18 l +0.37 -0.18 l +0.38 -0.19 l +0.39 -0.18 l +0.40 -0.18 l +0.42 -0.18 l +0.42 -0.19 l +0.43 -0.18 l +0.44 -0.18 l +0.44 -0.18 l +0.46 -0.19 l +0.46 -0.18 l +0.46 -0.18 l +0.47 -0.19 l +0.46 -0.18 l +0.47 -0.18 l +0.47 -0.18 l +0.46 -0.19 l +0.46 -0.18 l +0.45 -0.18 l +0.44 -0.18 l +0.43 -0.19 l +0.41 -0.18 l +0.39 -0.18 l +0.38 -0.19 l +0.35 -0.18 l +0.32 -0.18 l +0.29 -0.18 l +0.27 -0.19 l +0.23 -0.18 l +0.20 -0.18 l +0.16 -0.19 l +0.13 -0.18 l +0.08 -0.18 l +0.05 -0.18 l +0 -0.19 l +-0.03 -0.18 l +-0.08 -0.18 l +-0.12 -0.18 l +-0.15 -0.19 l +-0.19 -0.18 l +-0.23 -0.18 l +-0.27 -0.19 l +-0.31 -0.18 l +-0.33 -0.18 l +-0.37 -0.18 l +-0.39 -0.19 l +-0.42 -0.18 l +-0.45 -0.18 l +-0.47 -0.18 l +-0.49 -0.19 l +-0.50 -0.18 l +-0.51 -0.18 l +-0.53 -0.19 l +-0.53 -0.18 l +-0.54 -0.18 l +-0.55 -0.18 l +-0.54 -0.19 l +-0.54 -0.18 l +-0.54 -0.18 l +-0.53 -0.19 l +-0.52 -0.18 l +-0.51 -0.18 l +-0.50 -0.18 l +-0.48 -0.19 l +-0.46 -0.18 l +-0.44 -0.18 l +-0.43 -0.18 l +-0.40 -0.19 l +-0.39 -0.18 l +-0.36 -0.18 l +-0.33 -0.19 l +-0.31 -0.18 l +-0.29 -0.18 l +-0.26 -0.18 l +-0.24 -0.19 l +-0.21 -0.18 l +-0.19 -0.18 l +-0.17 -0.18 l +945.81 400.07 lineto +-0.13 -0.18 l +-0.10 -0.18 l +-0.08 -0.19 l +-0.07 -0.18 l +-0.05 -0.18 l +-0.04 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.03 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.03 -0.18 l +-0.03 -0.19 l +-0.04 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.07 -0.19 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.08 -0.19 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.09 -0.19 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.19 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.09 -0.18 l +-0.08 -0.19 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.07 -0.19 l +-0.06 -0.18 l +-0.06 -0.18 l +-0.06 -0.19 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.05 -0.19 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.04 -0.18 l +-0.04 -0.19 l +-0.05 -0.18 l +-0.04 -0.18 l +-0.04 -0.19 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.06 -0.19 l +-0.05 -0.18 l +-0.06 -0.18 l +-0.06 -0.19 l +-0.07 -0.18 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.07 -0.19 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.06 -0.19 l +-0.07 -0.18 l +-0.07 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.05 -0.19 l +-0.05 -0.18 l +-0.04 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.03 -0.18 l +-0.02 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +941.44 381.80 lineto +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.04 -0.18 l +0.03 -0.18 l +0.04 -0.19 l +0.05 -0.18 l +0.04 -0.18 l +0.05 -0.18 l +0.05 -0.19 l +0.06 -0.18 l +0.06 -0.18 l +0.06 -0.19 l +0.07 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.07 -0.19 l +0.08 -0.18 l +0.07 -0.18 l +0.08 -0.18 l +0.08 -0.19 l +0.07 -0.18 l +0.08 -0.18 l +0.07 -0.19 l +0.07 -0.18 l +0.07 -0.18 l +0.07 -0.18 l +0.06 -0.19 l +0.06 -0.18 l +0.05 -0.18 l +0.05 -0.18 l +0.04 -0.19 l +0.03 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.01 -0.18 l +0 -0.18 l +-0.01 -0.19 l +-0.02 -0.18 l +-0.02 -0.18 l +-0.03 -0.19 l +-0.03 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.06 -0.19 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.08 -0.18 l +-0.08 -0.19 l +-0.08 -0.18 l +-0.09 -0.18 l +-0.09 -0.19 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.19 l +-0.09 -0.18 l +-0.10 -0.18 l +-0.09 -0.18 l +-0.10 -0.19 l +-0.09 -0.18 l +-0.08 -0.18 l +-0.09 -0.19 l +-0.08 -0.18 l +-0.08 -0.18 l +-0.07 -0.18 l +-0.08 -0.19 l +-0.06 -0.18 l +-0.07 -0.18 l +-0.05 -0.19 l +-0.06 -0.18 l +-0.05 -0.18 l +-0.05 -0.18 l +-0.04 -0.19 l +-0.04 -0.18 l +-0.03 -0.18 l +-0.04 -0.18 l +-0.03 -0.19 l +-0.02 -0.18 l +-0.03 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.02 -0.18 l +-0.01 -0.18 l +-0.02 -0.19 l +-0.01 -0.18 l +-0.01 -0.18 l +0 -0.18 l +-0.01 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.19 l +-0.01 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +940.56 363.52 lineto +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0 -0.18 l +0 -0.18 l +0.01 -0.19 l +0 -0.18 l +0 -0.18 l +0 -0.18 l +0 -0.19 l +0.01 -0.18 l +0 -0.18 l +0.01 -0.19 l +0 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0.02 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +940.70 345.24 lineto +0.02 -0.18 l +0.01 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.03 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.18 l +0.02 -0.19 l +0.02 -0.18 l +0.02 -0.18 l +0.01 -0.19 l +0.01 -0.18 l +0.01 -0.18 l +0.01 -0.18 l +0 -0.19 l +0 -0.18 l +-1.07 0 l +cp p3 +np + 991.51 363.33 m +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +991.13 378.33 lineto +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.16 l +-0.02 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.05 0.15 l +-0.04 0.15 l +-0.05 0.15 l +-0.06 0.15 l +-0.05 0.15 l +-0.05 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.05 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.06 0.15 l +987.56 393.34 lineto +-0.06 0.15 l +-0.06 0.15 l +-0.05 0.15 l +-0.05 0.15 l +-0.05 0.15 l +-0.05 0.15 l +-0.05 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.04 0.15 l +-0.05 0.15 l +-0.04 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.06 0.15 l +-0.07 0.15 l +-0.08 0.15 l +-0.08 0.15 l +-0.09 0.15 l +-0.09 0.15 l +-0.10 0.15 l +-0.11 0.15 l +-0.12 0.15 l +-0.12 0.15 l +-0.14 0.15 l +-0.14 0.15 l +-0.16 0.15 l +-0.17 0.15 l +-0.17 0.15 l +-0.19 0.15 l +-0.21 0.15 l +-0.22 0.15 l +-0.23 0.15 l +-0.25 0.15 l +-0.26 0.15 l +-0.28 0.15 l +-0.30 0.15 l +-0.30 0.15 l +-0.33 0.15 l +-0.34 0.15 l +-0.36 0.15 l +-0.37 0.15 l +-0.38 0.15 l +-0.40 0.15 l +-0.41 0.15 l +-0.42 0.15 l +-0.42 0.15 l +-0.44 0.15 l +-0.44 0.15 l +-0.45 0.15 l +-0.44 0.15 l +-0.45 0.15 l +-0.45 0.15 l +-0.44 0.15 l +-0.43 0.15 l +-0.42 0.15 l +-0.41 0.15 l +-0.40 0.15 l +-0.38 0.15 l +-0.36 0.15 l +972.91 408.34 lineto +-0.32 0.15 l +-0.28 0.15 l +-0.26 0.15 l +-0.24 0.15 l +-0.20 0.15 l +-0.18 0.15 l +-0.13 0.15 l +-0.11 0.15 l +-0.07 0.15 l +-0.04 0.15 l +0 0.15 l +0.03 0.15 l +0.06 0.15 l +0.09 0.15 l +0.13 0.15 l +0.16 0.15 l +0.19 0.15 l +0.22 0.15 l +0.24 0.15 l +0.27 0.15 l +0.29 0.15 l +0.32 0.15 l +0.33 0.15 l +0.34 0.15 l +0.37 0.15 l +0.38 0.15 l +0.39 0.15 l +0.39 0.15 l +0.41 0.15 l +0.41 0.15 l +0.42 0.15 l +0.41 0.15 l +0.42 0.15 l +0.41 0.15 l +0.42 0.15 l +0.41 0.15 l +0.40 0.15 l +0.40 0.15 l +0.38 0.15 l +0.39 0.15 l +0.37 0.15 l +0.36 0.15 l +0.35 0.15 l +0.34 0.15 l +0.33 0.15 l +0.32 0.15 l +0.31 0.15 l +0.29 0.15 l +0.28 0.15 l +0.28 0.15 l +0.26 0.15 l +0.24 0.15 l +0.24 0.15 l +0.22 0.15 l +0.22 0.15 l +0.20 0.15 l +0.19 0.15 l +0.19 0.15 l +0.17 0.15 l +0.17 0.15 l +0.16 0.15 l +0.15 0.15 l +0.14 0.15 l +0.14 0.15 l +0.14 0.15 l +0.12 0.15 l +0.12 0.15 l +0.12 0.15 l +0.12 0.15 l +0.11 0.15 l +0.11 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.10 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.11 0.15 l +0.10 0.15 l +0.10 0.15 l +0.10 0.15 l +0.09 0.15 l +0.10 0.15 l +989.91 423.34 lineto +0.09 0.15 l +0.09 0.15 l +0.08 0.15 l +0.08 0.15 l +0.08 0.15 l +0.08 0.15 l +0.07 0.15 l +0.07 0.15 l +0.07 0.15 l +0.07 0.15 l +0.06 0.15 l +0.06 0.15 l +0.05 0.15 l +0.06 0.15 l +0.05 0.15 l +0.05 0.15 l +0.05 0.15 l +0.05 0.15 l +0.04 0.15 l +0.04 0.15 l +0.04 0.15 l +0.04 0.15 l +0.04 0.15 l +0.04 0.15 l +0.03 0.15 l +0.03 0.15 l +0.04 0.15 l +0.03 0.15 l +0.03 0.15 l +0.02 0.15 l +0.03 0.15 l +0.03 0.15 l +0.02 0.15 l +0.02 0.15 l +0.03 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.02 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.03 0.16 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.04 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.03 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.02 0.15 l +-0.01 0.15 l +-0.01 0.15 l +-0.01 0.15 l +0 0.15 l +-0.01 0.15 l +0 0.15 l +0 0.15 l +0 0.15 l +0.01 0.15 l +0 0.15 l +0.01 0.15 l +0.01 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +0.02 0.15 l +0.01 0.15 l +991.06 438.35 lineto +0.02 0.15 l +0.02 0.15 l +0.02 0.15 l +0.02 0.15 l +0.02 0.15 l +0.03 0.15 l +0.02 0.15 l +0.02 0.15 l +0.03 0.15 l +0.02 0.15 l +0.03 0.15 l +1.55 0 l +0.02 -0.15 l +0.03 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.03 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.04 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.04 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.02 -0.16 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.02 -0.15 l +0.03 -0.15 l +0.02 -0.15 l +0.03 -0.15 l +0.03 -0.15 l +0.03 -0.15 l +0.03 -0.15 l +0.03 -0.15 l +0.03 -0.15 l +0.04 -0.15 l +992.84 426.79 lineto +0.04 -0.15 l +0.04 -0.15 l +0.04 -0.15 l +0.04 -0.15 l +0.05 -0.15 l +0.04 -0.15 l +0.05 -0.15 l +0.05 -0.15 l +0.05 -0.15 l +0.06 -0.15 l +0.06 -0.15 l +0.06 -0.15 l +0.06 -0.15 l +0.06 -0.15 l +0.07 -0.15 l +0.07 -0.15 l +0.07 -0.15 l +0.08 -0.15 l +0.08 -0.15 l +0.08 -0.15 l +0.09 -0.15 l +0.08 -0.15 l +0.09 -0.15 l +0.10 -0.15 l +0.09 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.11 -0.15 l +0.10 -0.15 l +0.11 -0.15 l +0.11 -0.15 l +0.12 -0.15 l +0.12 -0.15 l +0.12 -0.15 l +0.13 -0.15 l +0.13 -0.15 l +0.14 -0.15 l +0.14 -0.15 l +0.15 -0.15 l +0.16 -0.15 l +0.17 -0.15 l +0.18 -0.15 l +0.18 -0.15 l +0.19 -0.15 l +0.21 -0.15 l +0.21 -0.15 l +0.23 -0.15 l +0.23 -0.15 l +0.25 -0.15 l +0.26 -0.15 l +0.27 -0.15 l +0.28 -0.15 l +0.29 -0.15 l +0.31 -0.15 l +0.32 -0.15 l +0.33 -0.15 l +0.34 -0.15 l +0.35 -0.15 l +0.36 -0.15 l +0.38 -0.15 l +0.38 -0.15 l +0.39 -0.15 l +0.39 -0.15 l +0.41 -0.15 l +0.41 -0.15 l +0.41 -0.15 l +0.41 -0.15 l +0.42 -0.15 l +0.42 -0.15 l +0.41 -0.15 l +0.41 -0.15 l +0.41 -0.15 l +0.40 -0.15 l +0.39 -0.15 l +0.37 -0.15 l +0.37 -0.15 l +1010.76 411.79 lineto +0.33 -0.15 l +0.31 -0.15 l +0.29 -0.15 l +0.27 -0.15 l +0.24 -0.15 l +0.22 -0.15 l +0.19 -0.15 l +0.16 -0.15 l +0.13 -0.15 l +0.09 -0.15 l +0.06 -0.15 l +0.04 -0.15 l +0 -0.15 l +-0.05 -0.15 l +-0.07 -0.15 l +-0.11 -0.15 l +-0.13 -0.15 l +-0.17 -0.15 l +-0.21 -0.15 l +-0.23 -0.15 l +-0.26 -0.15 l +-0.29 -0.15 l +-0.32 -0.15 l +-0.34 -0.15 l +-0.36 -0.15 l +-0.38 -0.15 l +-0.39 -0.15 l +-0.42 -0.15 l +-0.42 -0.15 l +-0.43 -0.15 l +-0.44 -0.15 l +-0.45 -0.15 l +-0.44 -0.15 l +-0.45 -0.15 l +-0.45 -0.15 l +-0.44 -0.15 l +-0.43 -0.15 l +-0.43 -0.15 l +-0.42 -0.15 l +-0.41 -0.15 l +-0.40 -0.15 l +-0.38 -0.15 l +-0.37 -0.15 l +-0.36 -0.15 l +-0.34 -0.15 l +-0.32 -0.15 l +-0.31 -0.15 l +-0.30 -0.15 l +-0.28 -0.15 l +-0.26 -0.15 l +-0.24 -0.15 l +-0.24 -0.15 l +-0.22 -0.15 l +-0.20 -0.15 l +-0.19 -0.15 l +-0.18 -0.15 l +-0.17 -0.15 l +-0.15 -0.15 l +-0.15 -0.15 l +-0.13 -0.15 l +-0.13 -0.15 l +-0.11 -0.15 l +-0.11 -0.15 l +-0.10 -0.15 l +-0.10 -0.15 l +-0.08 -0.15 l +-0.09 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +997.34 396.79 lineto +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.05 -0.15 l +-0.04 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.06 -0.15 l +-0.05 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.07 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.06 -0.15 l +-0.05 -0.15 l +-0.06 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.05 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.04 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.16 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +993.47 381.78 lineto +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.03 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +-0.02 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.02 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0 -0.15 l +0.01 -0.15 l +0.01 -0.15 l +0 -0.15 l +0.01 -0.15 l +0 -0.15 l +0 -0.15 l +0.01 -0.15 l +0 -0.15 l +992.70 366.78 lineto +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +0 -0.15 l +-0.01 -0.15 l +0 -0.15 l +0 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +-0.01 -0.15 l +0 -0.15 l +-0.01 -0.15 l +-1.14 0 l +cp p3 +np + 1042.67 371.34 m +-0.02 0.15 l +-0.02 0.16 l +-0.02 0.16 l +-0.01 0.15 l +-0.02 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +0 0.16 l +-0.01 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0.01 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0 0.15 l +0.01 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0.01 0.16 l +-0.01 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +-0.01 0.16 l +0 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.02 0.16 l +-0.01 0.15 l +-0.02 0.16 l +-0.02 0.16 l +-0.03 0.15 l +-0.02 0.16 l +-0.03 0.16 l +-0.03 0.15 l +-0.03 0.16 l +-0.04 0.16 l +-0.04 0.16 l +-0.04 0.15 l +-0.04 0.16 l +-0.05 0.16 l +-0.05 0.15 l +-0.05 0.16 l +-0.06 0.16 l +-0.06 0.15 l +-0.06 0.16 l +-0.07 0.16 l +-0.06 0.15 l +-0.07 0.16 l +-0.08 0.16 l +-0.07 0.15 l +-0.08 0.16 l +-0.08 0.16 l +-0.09 0.15 l +-0.09 0.16 l +-0.08 0.16 l +-0.09 0.15 l +-0.10 0.16 l +-0.09 0.16 l +-0.10 0.15 l +-0.09 0.16 l +-0.10 0.16 l +-0.10 0.15 l +-0.09 0.16 l +-0.10 0.16 l +-0.10 0.15 l +1040.09 387.01 lineto +-0.09 0.16 l +-0.10 0.15 l +-0.09 0.16 l +-0.09 0.16 l +-0.09 0.15 l +-0.08 0.16 l +-0.08 0.16 l +-0.08 0.15 l +-0.08 0.16 l +-0.07 0.16 l +-0.07 0.15 l +-0.06 0.16 l +-0.06 0.16 l +-0.06 0.15 l +-0.05 0.16 l +-0.05 0.16 l +-0.04 0.15 l +-0.04 0.16 l +-0.03 0.16 l +-0.03 0.15 l +-0.03 0.16 l +-0.02 0.16 l +-0.02 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +0 0.16 l +-0.01 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0 0.16 l +0.01 0.15 l +0.01 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.02 0.15 l +-0.02 0.16 l +-0.02 0.16 l +-0.02 0.15 l +-0.02 0.16 l +-0.03 0.16 l +-0.03 0.15 l +-0.04 0.16 l +-0.03 0.16 l +-0.04 0.15 l +-0.04 0.16 l +-0.04 0.16 l +-0.04 0.15 l +-0.04 0.16 l +-0.04 0.16 l +-0.05 0.15 l +-0.04 0.16 l +-0.05 0.16 l +-0.05 0.15 l +-0.04 0.16 l +-0.05 0.16 l +-0.05 0.15 l +-0.04 0.16 l +-0.05 0.16 l +-0.05 0.15 l +-0.05 0.16 l +-0.04 0.16 l +-0.05 0.15 l +-0.05 0.16 l +-0.05 0.16 l +-0.04 0.15 l +-0.05 0.16 l +-0.05 0.16 l +-0.05 0.15 l +-0.05 0.16 l +-0.05 0.16 l +-0.06 0.15 l +-0.05 0.16 l +-0.06 0.16 l +-0.06 0.15 l +-0.07 0.16 l +-0.06 0.16 l +-0.08 0.16 l +-0.07 0.15 l +-0.08 0.16 l +-0.09 0.16 l +-0.09 0.15 l +-0.10 0.16 l +-0.10 0.16 l +-0.11 0.15 l +-0.12 0.16 l +-0.13 0.16 l +1035.71 402.68 lineto +-0.14 0.16 l +-0.16 0.16 l +-0.16 0.15 l +-0.18 0.16 l +-0.18 0.16 l +-0.20 0.15 l +-0.21 0.16 l +-0.22 0.16 l +-0.22 0.15 l +-0.24 0.16 l +-0.26 0.16 l +-0.26 0.15 l +-0.27 0.16 l +-0.28 0.16 l +-0.30 0.15 l +-0.30 0.16 l +-0.31 0.16 l +-0.32 0.15 l +-0.33 0.16 l +-0.33 0.16 l +-0.34 0.15 l +-0.34 0.16 l +-0.34 0.16 l +-0.35 0.15 l +-0.34 0.16 l +-0.35 0.16 l +-0.34 0.15 l +-0.34 0.16 l +-0.33 0.16 l +-0.33 0.15 l +-0.32 0.16 l +-0.31 0.16 l +-0.29 0.15 l +-0.28 0.16 l +-0.27 0.16 l +-0.25 0.15 l +-0.23 0.16 l +-0.22 0.16 l +-0.19 0.15 l +-0.17 0.16 l +-0.15 0.16 l +-0.12 0.15 l +-0.11 0.16 l +-0.07 0.16 l +-0.05 0.15 l +-0.02 0.16 l +0 0.16 l +0.03 0.16 l +0.07 0.15 l +0.08 0.16 l +0.11 0.16 l +0.14 0.15 l +0.17 0.16 l +0.18 0.16 l +0.21 0.15 l +0.24 0.16 l +0.26 0.16 l +0.28 0.15 l +0.30 0.16 l +0.32 0.16 l +0.34 0.15 l +0.35 0.16 l +0.37 0.16 l +0.37 0.15 l +0.39 0.16 l +0.40 0.16 l +0.41 0.15 l +0.41 0.16 l +0.42 0.16 l +0.43 0.15 l +0.42 0.16 l +0.42 0.16 l +0.43 0.15 l +0.42 0.16 l +0.41 0.16 l +0.42 0.15 l +0.40 0.16 l +0.40 0.16 l +0.39 0.15 l +0.38 0.16 l +0.37 0.16 l +0.37 0.15 l +0.35 0.16 l +0.34 0.16 l +0.32 0.15 l +0.32 0.16 l +0.30 0.16 l +0.29 0.15 l +0.28 0.16 l +0.26 0.16 l +0.25 0.15 l +0.25 0.16 l +0.22 0.16 l +0.22 0.15 l +0.20 0.16 l +0.20 0.16 l +0.18 0.15 l +0.17 0.16 l +0.16 0.16 l +1039.96 418.35 lineto +0.15 0.16 l +0.13 0.16 l +0.12 0.15 l +0.12 0.16 l +0.11 0.16 l +0.11 0.16 l +0.09 0.15 l +0.10 0.16 l +0.08 0.16 l +0.08 0.15 l +0.08 0.16 l +0.07 0.16 l +0.07 0.15 l +0.07 0.16 l +0.06 0.16 l +0.06 0.15 l +0.06 0.16 l +0.05 0.16 l +0.05 0.15 l +0.05 0.16 l +0.05 0.16 l +0.05 0.15 l +0.04 0.16 l +0.04 0.16 l +0.05 0.15 l +0.04 0.16 l +0.04 0.16 l +0.04 0.15 l +0.03 0.16 l +0.04 0.16 l +0.04 0.15 l +0.03 0.16 l +0.03 0.16 l +0.04 0.15 l +0.03 0.16 l +0.03 0.16 l +0.03 0.15 l +0.03 0.16 l +0.03 0.16 l +0.02 0.15 l +0.03 0.16 l +0.03 0.16 l +0.02 0.15 l +0.02 0.16 l +0.03 0.16 l +0.02 0.15 l +0.02 0.16 l +0.02 0.16 l +0.02 0.15 l +0.02 0.16 l +0.02 0.16 l +0.01 0.15 l +0.02 0.16 l +0.02 0.16 l +0.01 0.15 l +0.02 0.16 l +0.01 0.16 l +0.01 0.15 l +0.02 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.02 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.02 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.02 0.15 l +0.01 0.16 l +0.02 0.16 l +0.01 0.15 l +0.01 0.16 l +0.02 0.16 l +0.01 0.15 l +0.01 0.16 l +1043.23 434.03 lineto +0.01 0.15 l +0.01 0.16 l +0.02 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0.01 0.16 l +0.01 0.16 l +0.01 0.15 l +0 0.16 l +0.01 0.16 l +0.01 0.15 l +0 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +-0.01 0.15 l +0 0.16 l +-0.01 0.16 l +0 0.16 l +-0.01 0.15 l +0 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +0 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +0 0.16 l +-0.01 0.16 l +-0.01 0.15 l +0 0.16 l +-0.01 0.16 l +0 0.15 l +-0.01 0.16 l +0 0.16 l +0 0.15 l +-0.01 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0.01 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0.01 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0.01 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +-0.01 0.16 l +0 0.15 l +-0.01 0.16 l +0 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +-0.02 0.16 l +-0.01 0.15 l +-0.02 0.16 l +-0.01 0.16 l +-0.02 0.15 l +-0.02 0.16 l +-0.02 0.16 l +-0.01 0.15 l +-0.02 0.16 l +-0.02 0.16 l +-0.02 0.15 l +-0.02 0.16 l +-0.01 0.16 l +-0.02 0.15 l +-0.02 0.16 l +-0.01 0.16 l +-0.02 0.15 l +1042.81 449.70 lineto +-0.01 0.16 l +-0.01 0.15 l +-0.01 0.16 l +-0.01 0.16 l +0 0.15 l +-0.01 0.16 l +0 0.16 l +0 0.15 l +0 0.16 l +0.01 0.16 l +0 0.15 l +1.67 0 l +0.01 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +-0.01 -0.16 l +0 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.02 -0.15 l +-0.01 -0.16 l +-0.02 -0.16 l +-0.01 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.15 l +-0.02 -0.16 l +-0.01 -0.16 l +-0.02 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.01 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.02 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +0 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +0 -0.15 l +0 -0.16 l +-0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0.01 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0.01 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +-0.01 -0.15 l +0 -0.16 l +0 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +0 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +1043.85 437.63 lineto +0 -0.16 l +0 -0.15 l +-0.01 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0.01 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.02 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.02 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.02 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.02 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.02 -0.16 l +0.01 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.02 -0.16 l +0.02 -0.15 l +0.01 -0.16 l +0.02 -0.16 l +0.02 -0.15 l +0.02 -0.16 l +0.02 -0.16 l +0.03 -0.15 l +0.02 -0.16 l +0.02 -0.16 l +0.03 -0.15 l +0.02 -0.16 l +0.03 -0.16 l +0.03 -0.15 l +0.02 -0.16 l +0.03 -0.16 l +0.03 -0.15 l +0.03 -0.16 l +0.04 -0.16 l +0.03 -0.15 l +0.03 -0.16 l +0.04 -0.16 l +0.03 -0.15 l +0.04 -0.16 l +0.04 -0.16 l +0.03 -0.15 l +0.04 -0.16 l +0.05 -0.16 l +0.04 -0.15 l +1045.40 421.96 lineto +0.05 -0.16 l +0.04 -0.15 l +0.05 -0.16 l +0.05 -0.16 l +0.05 -0.15 l +0.06 -0.16 l +0.05 -0.16 l +0.06 -0.15 l +0.06 -0.16 l +0.07 -0.16 l +0.07 -0.15 l +0.07 -0.16 l +0.08 -0.16 l +0.08 -0.15 l +0.09 -0.16 l +0.09 -0.16 l +0.10 -0.15 l +0.10 -0.16 l +0.11 -0.16 l +0.12 -0.16 l +0.12 -0.15 l +0.14 -0.16 l +0.14 -0.16 l +0.15 -0.15 l +0.16 -0.16 l +0.17 -0.16 l +0.19 -0.15 l +0.19 -0.16 l +0.20 -0.16 l +0.22 -0.15 l +0.23 -0.16 l +0.24 -0.16 l +0.25 -0.15 l +0.26 -0.16 l +0.28 -0.16 l +0.29 -0.15 l +0.30 -0.16 l +0.32 -0.16 l +0.33 -0.15 l +0.34 -0.16 l +0.35 -0.16 l +0.36 -0.15 l +0.37 -0.16 l +0.38 -0.16 l +0.39 -0.15 l +0.40 -0.16 l +0.41 -0.16 l +0.41 -0.15 l +0.41 -0.16 l +0.43 -0.16 l +0.42 -0.15 l +0.42 -0.16 l +0.43 -0.16 l +0.42 -0.15 l +0.42 -0.16 l +0.41 -0.16 l +0.41 -0.15 l +0.40 -0.16 l +0.39 -0.16 l +0.38 -0.15 l +0.36 -0.16 l +0.35 -0.16 l +0.34 -0.15 l +0.32 -0.16 l +0.30 -0.16 l +0.28 -0.15 l +0.26 -0.16 l +0.24 -0.16 l +0.21 -0.15 l +0.19 -0.16 l +0.16 -0.16 l +0.14 -0.15 l +0.11 -0.16 l +0.09 -0.16 l +0.06 -0.15 l +0.03 -0.16 l +0 -0.16 l +-0.02 -0.16 l +-0.05 -0.15 l +-0.07 -0.16 l +-0.10 -0.16 l +-0.13 -0.15 l +-0.15 -0.16 l +-0.16 -0.16 l +-0.20 -0.15 l +-0.22 -0.16 l +-0.23 -0.16 l +-0.25 -0.15 l +-0.26 -0.16 l +-0.29 -0.16 l +-0.29 -0.15 l +-0.31 -0.16 l +-0.32 -0.16 l +-0.32 -0.15 l +-0.34 -0.16 l +-0.33 -0.16 l +-0.35 -0.15 l +-0.34 -0.16 l +-0.35 -0.16 l +1057.39 406.29 lineto +-0.34 -0.16 l +-0.34 -0.16 l +-0.34 -0.15 l +-0.33 -0.16 l +-0.33 -0.16 l +-0.32 -0.15 l +-0.31 -0.16 l +-0.30 -0.16 l +-0.29 -0.15 l +-0.29 -0.16 l +-0.27 -0.16 l +-0.26 -0.15 l +-0.25 -0.16 l +-0.24 -0.16 l +-0.23 -0.15 l +-0.22 -0.16 l +-0.21 -0.16 l +-0.20 -0.15 l +-0.18 -0.16 l +-0.18 -0.16 l +-0.16 -0.15 l +-0.16 -0.16 l +-0.14 -0.16 l +-0.14 -0.15 l +-0.13 -0.16 l +-0.12 -0.16 l +-0.11 -0.15 l +-0.10 -0.16 l +-0.10 -0.16 l +-0.09 -0.15 l +-0.09 -0.16 l +-0.08 -0.16 l +-0.07 -0.15 l +-0.07 -0.16 l +-0.07 -0.16 l +-0.07 -0.16 l +-0.06 -0.15 l +-0.05 -0.16 l +-0.06 -0.16 l +-0.05 -0.15 l +-0.06 -0.16 l +-0.05 -0.16 l +-0.05 -0.15 l +-0.05 -0.16 l +-0.04 -0.16 l +-0.05 -0.15 l +-0.05 -0.16 l +-0.05 -0.16 l +-0.05 -0.15 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.05 -0.15 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.05 -0.15 l +-0.05 -0.16 l +-0.04 -0.16 l +-0.05 -0.15 l +-0.05 -0.16 l +-0.04 -0.16 l +-0.05 -0.15 l +-0.04 -0.16 l +-0.04 -0.16 l +-0.04 -0.15 l +-0.04 -0.16 l +-0.04 -0.16 l +-0.04 -0.15 l +-0.03 -0.16 l +-0.03 -0.16 l +-0.03 -0.15 l +-0.03 -0.16 l +-0.03 -0.16 l +-0.02 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0.01 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +1048.53 390.61 lineto +-0.02 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.03 -0.15 l +-0.04 -0.16 l +-0.04 -0.16 l +-0.04 -0.15 l +-0.05 -0.16 l +-0.05 -0.16 l +-0.05 -0.15 l +-0.06 -0.16 l +-0.07 -0.16 l +-0.07 -0.15 l +-0.07 -0.16 l +-0.08 -0.16 l +-0.07 -0.15 l +-0.09 -0.16 l +-0.08 -0.16 l +-0.09 -0.15 l +-0.09 -0.16 l +-0.09 -0.16 l +-0.10 -0.15 l +-0.09 -0.16 l +-0.10 -0.16 l +-0.10 -0.15 l +-0.09 -0.16 l +-0.10 -0.16 l +-0.10 -0.15 l +-0.10 -0.16 l +-0.09 -0.16 l +-0.10 -0.15 l +-0.09 -0.16 l +-0.09 -0.16 l +-0.09 -0.15 l +-0.09 -0.16 l +-0.09 -0.16 l +-0.08 -0.15 l +-0.08 -0.16 l +-0.08 -0.16 l +-0.08 -0.15 l +-0.07 -0.16 l +-0.07 -0.16 l +-0.07 -0.15 l +-0.07 -0.16 l +-0.06 -0.16 l +-0.06 -0.15 l +-0.05 -0.16 l +-0.06 -0.16 l +-0.05 -0.15 l +-0.04 -0.16 l +-0.05 -0.16 l +-0.04 -0.15 l +-0.04 -0.16 l +-0.03 -0.16 l +-0.04 -0.16 l +-0.03 -0.15 l +-0.02 -0.16 l +-0.03 -0.16 l +-0.02 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.15 l +-0.02 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0 -0.16 l +0.01 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +0 -0.16 l +0.01 -0.15 l +0.01 -0.16 l +1044.68 374.94 lineto +0.01 -0.15 l +0 -0.16 l +0.01 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +0 -0.16 l +0 -0.16 l +0 -0.15 l +-0.01 -0.16 l +0 -0.16 l +-0.01 -0.16 l +-0.01 -0.15 l +0 -0.16 l +-0.02 -0.16 l +-0.01 -0.15 l +-0.01 -0.16 l +-0.02 -0.16 l +-0.01 -0.15 l +-0.02 -0.16 l +-0.02 -0.16 l +-0.02 -0.15 l +-1.87 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +66.83 386.66 0.89 c p3 +70.47 400.62 0.89 c p3 +70.77 375.38 0.89 c p3 +55.74 397.97 0.89 c p3 +72.63 399.48 0.89 c p3 +66.18 412.60 0.89 c p3 +58.57 406.06 0.89 c p3 +54.51 435.01 0.89 c p3 +66.66 399.55 0.89 c p3 +69.27 386.09 0.89 c p3 +67.98 447.65 0.89 c p3 +54.50 402.76 0.89 c p3 +56.39 388.49 0.89 c p3 +61.51 396.40 0.89 c p3 +61.12 424.96 0.89 c p3 +71.89 380.82 0.89 c p3 +67.53 398.29 0.89 c p3 +67.61 390.59 0.89 c p3 +62.83 395.66 0.89 c p3 +54.99 400.31 0.89 c p3 +67.56 402.79 0.89 c p3 +57.89 422.16 0.89 c p3 +56.54 396.55 0.89 c p3 +61.83 387.70 0.89 c p3 +65.71 409.78 0.89 c p3 +72.80 423.11 0.89 c p3 +67.23 399.91 0.89 c p3 +71.97 395.68 0.89 c p3 +73.38 378.92 0.89 c p3 +69.12 391.38 0.89 c p3 +65.93 381.76 0.89 c p3 +61.27 396.43 0.89 c p3 +59.04 363.91 0.89 c p3 +69.97 354.79 0.89 c p3 +72.44 374.43 0.89 c p3 +71.23 413.57 0.89 c p3 +60.05 409.91 0.89 c p3 +56.95 374.45 0.89 c p3 +55.26 402.90 0.89 c p3 +59.02 376.12 0.89 c p3 +66.28 389.89 0.89 c p3 +57.58 390.83 0.89 c p3 +65.47 391.70 0.89 c p3 +72.90 391.93 0.89 c p3 +71.56 390.17 0.89 c p3 +71.98 393.05 0.89 c p3 +59.92 392.21 0.89 c p3 +65.52 389.07 0.89 c p3 +72.40 390.00 0.89 c p3 +62.64 397.03 0.89 c p3 +57.09 384.24 0.89 c p3 +69.22 386.16 0.89 c p3 +62.10 394.58 0.89 c p3 +69.17 396.08 0.89 c p3 +55.65 391.79 0.89 c p3 +59.63 394.77 0.89 c p3 +54.87 390.25 0.89 c p3 +64.08 394.94 0.89 c p3 +61.92 389.42 0.89 c p3 +56.95 330.40 0.89 c p3 +73.97 392.84 0.89 c p3 +65.09 389.62 0.89 c p3 +67.19 379.18 0.89 c p3 +57.23 387.71 0.89 c p3 +60.04 389.22 0.89 c p3 +55.59 389.45 0.89 c p3 +68.23 395.56 0.89 c p3 +69.93 392.51 0.89 c p3 +68.46 392.24 0.89 c p3 +54.93 393.32 0.89 c p3 +65.15 388.33 0.89 c p3 +69.19 394.00 0.89 c p3 +54.42 383.94 0.89 c p3 +69.13 439.13 0.89 c p3 +74.07 379.57 0.89 c p3 +57.79 390.41 0.89 c p3 +64.85 397.00 0.89 c p3 +56.10 407.92 0.89 c p3 +67.50 376.24 0.89 c p3 +60.90 396.58 0.89 c p3 +70.18 395.29 0.89 c p3 +54.67 394.60 0.89 c p3 +65.19 411.30 0.89 c p3 +74.18 344.89 0.89 c p3 +61.43 402.53 0.89 c p3 +62.19 400.20 0.89 c p3 +68.62 384.98 0.89 c p3 +59.25 397.43 0.89 c p3 +56.87 395.05 0.89 c p3 +65.90 393.82 0.89 c p3 +62.88 395.62 0.89 c p3 +61.21 394.12 0.89 c p3 +57.50 392.42 0.89 c p3 +61.92 389.43 0.89 c p3 +116.81 390.04 0.89 c p3 +121.98 394.40 0.89 c p3 +107.44 361.19 0.89 c p3 +109.97 394.65 0.89 c p3 +110.56 399.55 0.89 c p3 +114.92 384.04 0.89 c p3 +114.66 368.14 0.89 c p3 +115.69 384.76 0.89 c p3 +123.12 342.24 0.89 c p3 +122.34 422.34 0.89 c p3 +114.44 383.60 0.89 c p3 +125.52 394.01 0.89 c p3 +113.54 397.73 0.89 c p3 +111.29 378.71 0.89 c p3 +119.61 392.64 0.89 c p3 +116.80 393.09 0.89 c p3 +121.20 386.15 0.89 c p3 +110.02 395.14 0.89 c p3 +119.46 397.65 0.89 c p3 +107.49 395.02 0.89 c p3 +107.64 443.19 0.89 c p3 +124.53 403.78 0.89 c p3 +106.07 418.49 0.89 c p3 +113.37 381.67 0.89 c p3 +110.91 406.17 0.89 c p3 +124.72 392.82 0.89 c p3 +107.95 392.62 0.89 c p3 +116.31 410.49 0.89 c p3 +110.39 318.73 0.89 c p3 +111.89 389.37 0.89 c p3 +111.89 365.09 0.89 c p3 +125.16 391.53 0.89 c p3 +122.79 398.83 0.89 c p3 +125.29 425.51 0.89 c p3 +120.31 400.01 0.89 c p3 +112.06 383.47 0.89 c p3 +111.75 403.32 0.89 c p3 +113.09 387.15 0.89 c p3 +124.08 382.21 0.89 c p3 +106.62 384.00 0.89 c p3 +114.87 385.13 0.89 c p3 +109.23 389.67 0.89 c p3 +114.33 384.82 0.89 c p3 +125.32 381.10 0.89 c p3 +125.88 384.42 0.89 c p3 +120.11 383.49 0.89 c p3 +114.17 384.62 0.89 c p3 +106.13 341.20 0.89 c p3 +111.15 385.34 0.89 c p3 +117.43 380.37 0.89 c p3 +125.49 376.79 0.89 c p3 +124.97 370.94 0.89 c p3 +112.58 386.62 0.89 c p3 +107.63 380.79 0.89 c p3 +110.27 377.65 0.89 c p3 +120.98 388.01 0.89 c p3 +118.25 387.74 0.89 c p3 +111.25 387.62 0.89 c p3 +118.80 384.97 0.89 c p3 +119.51 418.13 0.89 c p3 +120.62 385.71 0.89 c p3 +120.67 382.40 0.89 c p3 +122.62 385.77 0.89 c p3 +109.43 373.38 0.89 c p3 +108.02 386.81 0.89 c p3 +122.84 387.48 0.89 c p3 +123.18 386.77 0.89 c p3 +122.59 380.14 0.89 c p3 +106.53 341.67 0.89 c p3 +119.35 367.51 0.89 c p3 +117.10 424.12 0.89 c p3 +123.64 379.22 0.89 c p3 +121.62 384.15 0.89 c p3 +125.92 384.51 0.89 c p3 +113.87 389.77 0.89 c p3 +114.33 359.92 0.89 c p3 +124.15 388.93 0.89 c p3 +124.07 413.83 0.89 c p3 +117.96 389.59 0.89 c p3 +108.34 390.82 0.89 c p3 +114.22 400.21 0.89 c p3 +121.13 471.86 0.89 c p3 +119.20 415.50 0.89 c p3 +120.46 397.27 0.89 c p3 +106.56 399.48 0.89 c p3 +116.33 396.06 0.89 c p3 +115.84 391.19 0.89 c p3 +114.24 389.39 0.89 c p3 +109.67 386.93 0.89 c p3 +116.51 391.03 0.89 c p3 +118.74 388.30 0.89 c p3 +110.33 388.59 0.89 c p3 +115.73 386.67 0.89 c p3 +176.63 387.25 0.89 c p3 +161.75 393.93 0.89 c p3 +163.28 383.11 0.89 c p3 +170.40 394.25 0.89 c p3 +171.78 381.08 0.89 c p3 +175.35 400.26 0.89 c p3 +174.13 382.81 0.89 c p3 +158.08 372.13 0.89 c p3 +160.51 326.14 0.89 c p3 +167.47 405.36 0.89 c p3 +161.71 356.09 0.89 c p3 +159.91 391.57 0.89 c p3 +173.90 383.56 0.89 c p3 +159.27 394.53 0.89 c p3 +162.03 354.22 0.89 c p3 +172.39 377.17 0.89 c p3 +160.61 389.85 0.89 c p3 +165.69 407.51 0.89 c p3 +170.39 361.85 0.89 c p3 +172.25 392.97 0.89 c p3 +167.44 429.91 0.89 c p3 +172.35 368.47 0.89 c p3 +172.85 385.01 0.89 c p3 +176.01 400.35 0.89 c p3 +172.82 405.58 0.89 c p3 +161.62 394.82 0.89 c p3 +177.56 390.38 0.89 c p3 +174.90 454.31 0.89 c p3 +163.43 404.05 0.89 c p3 +169.89 393.55 0.89 c p3 +171.30 365.69 0.89 c p3 +173.89 348.95 0.89 c p3 +170.82 372.26 0.89 c p3 +162.75 450.50 0.89 c p3 +170.16 400.76 0.89 c p3 +175.17 358.55 0.89 c p3 +163.83 403.07 0.89 c p3 +174.00 389.61 0.89 c p3 +159.39 387.85 0.89 c p3 +171.97 388.98 0.89 c p3 +159.48 390.05 0.89 c p3 +171.61 388.73 0.89 c p3 +173.17 392.26 0.89 c p3 +163.44 390.76 0.89 c p3 +166.53 390.08 0.89 c p3 +171.12 389.11 0.89 c p3 +162.74 389.71 0.89 c p3 +171.34 389.47 0.89 c p3 +174.65 386.31 0.89 c p3 +175.10 383.97 0.89 c p3 +158.85 393.71 0.89 c p3 +171.35 389.62 0.89 c p3 +169.11 393.33 0.89 c p3 +175.36 391.58 0.89 c p3 +171.14 390.09 0.89 c p3 +176.90 387.88 0.89 c p3 +159.79 390.95 0.89 c p3 +160.56 393.24 0.89 c p3 +168.57 393.99 0.89 c p3 +170.61 391.55 0.89 c p3 +163.90 322.54 0.89 c p3 +160.48 393.26 0.89 c p3 +161.70 395.33 0.89 c p3 +162.11 385.17 0.89 c p3 +168.42 394.03 0.89 c p3 +163.30 391.19 0.89 c p3 +169.68 389.24 0.89 c p3 +159.60 387.67 0.89 c p3 +168.65 378.69 0.89 c p3 +172.70 377.72 0.89 c p3 +174.23 398.99 0.89 c p3 +169.73 382.58 0.89 c p3 +169.74 388.15 0.89 c p3 +164.79 379.54 0.89 c p3 +167.29 391.11 0.89 c p3 +168.46 366.63 0.89 c p3 +177.12 394.77 0.89 c p3 +170.75 391.92 0.89 c p3 +164.81 393.10 0.89 c p3 +162.52 434.40 0.89 c p3 +164.82 351.16 0.89 c p3 +171.55 381.53 0.89 c p3 +162.01 371.73 0.89 c p3 +163.26 411.68 0.89 c p3 +167.71 368.31 0.89 c p3 +176.48 403.05 0.89 c p3 +177.28 384.98 0.89 c p3 +170.26 391.09 0.89 c p3 +177.42 390.73 0.89 c p3 +163.63 389.02 0.89 c p3 +160.80 392.62 0.89 c p3 +164.85 391.36 0.89 c p3 +159.29 390.67 0.89 c p3 +160.26 392.65 0.89 c p3 +216.85 387.14 0.89 c p3 +219.33 395.57 0.89 c p3 +227.90 395.59 0.89 c p3 +220.64 411.06 0.89 c p3 +213.25 385.83 0.89 c p3 +217.56 412.62 0.89 c p3 +227.20 402.63 0.89 c p3 +222.03 436.76 0.89 c p3 +221.14 404.88 0.89 c p3 +217.26 382.62 0.89 c p3 +219.74 394.31 0.89 c p3 +218.49 451.62 0.89 c p3 +219.00 423.43 0.89 c p3 +219.84 402.34 0.89 c p3 +219.84 390.85 0.89 c p3 +216.00 397.55 0.89 c p3 +212.60 398.75 0.89 c p3 +213.92 395.29 0.89 c p3 +221.49 393.14 0.89 c p3 +225.81 437.12 0.89 c p3 +212.32 398.58 0.89 c p3 +222.80 388.66 0.89 c p3 +220.38 439.03 0.89 c p3 +227.27 406.74 0.89 c p3 +218.97 398.18 0.89 c p3 +220.58 392.81 0.89 c p3 +224.94 393.14 0.89 c p3 +213.95 395.13 0.89 c p3 +210.80 339.49 0.89 c p3 +223.27 396.03 0.89 c p3 +218.12 364.24 0.89 c p3 +220.94 368.28 0.89 c p3 +225.87 383.55 0.89 c p3 +214.13 405.66 0.89 c p3 +218.09 416.49 0.89 c p3 +212.63 394.35 0.89 c p3 +217.93 407.84 0.89 c p3 +209.90 389.66 0.89 c p3 +229.00 355.40 0.89 c p3 +219.97 390.36 0.89 c p3 +225.57 390.15 0.89 c p3 +219.70 391.24 0.89 c p3 +229.39 389.32 0.89 c p3 +218.75 391.51 0.89 c p3 +221.23 391.44 0.89 c p3 +212.58 390.92 0.89 c p3 +227.28 390.23 0.89 c p3 +220.99 390.92 0.89 c p3 +228.84 367.67 0.89 c p3 +224.40 398.56 0.89 c p3 +223.92 390.92 0.89 c p3 +226.88 392.44 0.89 c p3 +209.54 380.52 0.89 c p3 +212.87 389.01 0.89 c p3 +220.30 387.69 0.89 c p3 +228.81 387.87 0.89 c p3 +226.28 389.45 0.89 c p3 +217.96 392.28 0.89 c p3 +209.73 359.18 0.89 c p3 +223.79 391.59 0.89 c p3 +218.61 388.75 0.89 c p3 +212.40 386.38 0.89 c p3 +225.53 393.28 0.89 c p3 +209.88 386.65 0.89 c p3 +222.69 383.38 0.89 c p3 +208.98 391.36 0.89 c p3 +226.05 389.05 0.89 c p3 +210.06 390.76 0.89 c p3 +227.56 390.55 0.89 c p3 +227.45 381.44 0.89 c p3 +217.38 383.97 0.89 c p3 +219.33 455.74 0.89 c p3 +214.09 416.28 0.89 c p3 +214.88 437.17 0.89 c p3 +223.83 377.17 0.89 c p3 +215.68 392.01 0.89 c p3 +219.49 373.02 0.89 c p3 +228.34 387.59 0.89 c p3 +225.74 388.94 0.89 c p3 +213.02 370.90 0.89 c p3 +209.71 392.66 0.89 c p3 +223.82 391.70 0.89 c p3 +224.30 392.67 0.89 c p3 +210.61 433.79 0.89 c p3 +224.64 340.74 0.89 c p3 +215.30 397.78 0.89 c p3 +225.86 362.07 0.89 c p3 +210.82 401.92 0.89 c p3 +225.12 419.66 0.89 c p3 +226.57 403.77 0.89 c p3 +219.63 391.88 0.89 c p3 +229.47 390.61 0.89 c p3 +223.19 391.25 0.89 c p3 +218.45 391.73 0.89 c p3 +226.08 390.91 0.89 c p3 +218.45 389.24 0.89 c p3 +220.96 392.96 0.89 c p3 +213.03 386.42 0.89 c p3 +279.46 384.22 0.89 c p3 +268.08 395.32 0.89 c p3 +266.78 377.50 0.89 c p3 +277.53 395.87 0.89 c p3 +265.99 385.40 0.89 c p3 +272.43 397.45 0.89 c p3 +268.22 401.67 0.89 c p3 +274.27 386.16 0.89 c p3 +274.86 363.77 0.89 c p3 +273.15 372.18 0.89 c p3 +276.17 355.94 0.89 c p3 +261.84 409.97 0.89 c p3 +268.27 383.39 0.89 c p3 +276.35 395.66 0.89 c p3 +275.59 370.03 0.89 c p3 +275.19 400.63 0.89 c p3 +272.13 389.33 0.89 c p3 +273.41 389.88 0.89 c p3 +275.97 392.90 0.89 c p3 +278.75 378.46 0.89 c p3 +279.07 391.13 0.89 c p3 +270.73 435.40 0.89 c p3 +273.81 389.91 0.89 c p3 +272.71 401.43 0.89 c p3 +272.84 393.19 0.89 c p3 +264.69 410.00 0.89 c p3 +278.83 397.01 0.89 c p3 +276.19 393.73 0.89 c p3 +274.33 413.08 0.89 c p3 +276.58 338.07 0.89 c p3 +269.18 395.57 0.89 c p3 +266.06 366.74 0.89 c p3 +266.88 349.18 0.89 c p3 +274.09 388.50 0.89 c p3 +266.28 439.98 0.89 c p3 +260.71 396.79 0.89 c p3 +261.26 395.13 0.89 c p3 +261.24 397.36 0.89 c p3 +273.49 396.71 0.89 c p3 +273.38 392.89 0.89 c p3 +278.94 389.43 0.89 c p3 +280.05 392.20 0.89 c p3 +277.30 391.97 0.89 c p3 +264.52 390.74 0.89 c p3 +274.77 388.39 0.89 c p3 +271.28 391.62 0.89 c p3 +279.82 391.81 0.89 c p3 +263.69 390.58 0.89 c p3 +263.38 375.31 0.89 c p3 +266.53 377.72 0.89 c p3 +265.11 387.98 0.89 c p3 +276.32 391.84 0.89 c p3 +271.30 392.14 0.89 c p3 +270.50 389.38 0.89 c p3 +270.24 395.16 0.89 c p3 +275.05 395.42 0.89 c p3 +267.03 389.13 0.89 c p3 +267.31 394.35 0.89 c p3 +277.38 392.02 0.89 c p3 +269.94 387.02 0.89 c p3 +262.65 391.90 0.89 c p3 +273.83 395.84 0.89 c p3 +280.98 389.39 0.89 c p3 +267.39 391.03 0.89 c p3 +265.53 390.11 0.89 c p3 +261.60 392.28 0.89 c p3 +273.42 396.29 0.89 c p3 +265.57 391.82 0.89 c p3 +278.22 383.92 0.89 c p3 +272.45 372.47 0.89 c p3 +267.63 427.10 0.89 c p3 +265.13 382.34 0.89 c p3 +265.34 388.93 0.89 c p3 +277.11 381.56 0.89 c p3 +260.46 399.51 0.89 c p3 +269.87 393.55 0.89 c p3 +272.64 390.61 0.89 c p3 +269.23 393.24 0.89 c p3 +271.93 434.67 0.89 c p3 +276.71 335.81 0.89 c p3 +278.75 412.28 0.89 c p3 +263.43 398.47 0.89 c p3 +273.39 404.19 0.89 c p3 +268.27 392.96 0.89 c p3 +267.53 393.77 0.89 c p3 +267.72 393.38 0.89 c p3 +261.98 394.76 0.89 c p3 +274.90 391.62 0.89 c p3 +266.17 394.25 0.89 c p3 +268.66 394.75 0.89 c p3 +276.78 398.68 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +370.66 402.51 0.89 c p3 +369.67 398.15 0.89 c p3 +380.65 411.46 0.89 c p3 +364.97 430.78 0.89 c p3 +377.16 438.83 0.89 c p3 +367.10 413.30 0.89 c p3 +375.78 409.28 0.89 c p3 +376.38 399.43 0.89 c p3 +364.41 408.21 0.89 c p3 +371.35 395.02 0.89 c p3 +381.25 385.50 0.89 c p3 +382.94 396.89 0.89 c p3 +366.37 394.38 0.89 c p3 +371.18 413.23 0.89 c p3 +370.61 420.18 0.89 c p3 +369.32 407.52 0.89 c p3 +377.70 367.65 0.89 c p3 +379.13 423.13 0.89 c p3 +373.04 399.03 0.89 c p3 +380.48 379.78 0.89 c p3 +368.74 402.77 0.89 c p3 +375.35 413.87 0.89 c p3 +383.37 399.11 0.89 c p3 +380.06 415.61 0.89 c p3 +366.33 399.67 0.89 c p3 +383.99 391.75 0.89 c p3 +381.23 410.37 0.89 c p3 +374.06 420.06 0.89 c p3 +370.13 392.36 0.89 c p3 +368.52 397.51 0.89 c p3 +373.09 376.67 0.89 c p3 +368.51 409.74 0.89 c p3 +376.08 419.66 0.89 c p3 +364.62 403.54 0.89 c p3 +373.26 413.77 0.89 c p3 +368.05 414.92 0.89 c p3 +364.15 407.16 0.89 c p3 +369.93 401.40 0.89 c p3 +377.00 382.52 0.89 c p3 +373.56 433.81 0.89 c p3 +378.04 377.54 0.89 c p3 +383.69 410.72 0.89 c p3 +370.52 407.60 0.89 c p3 +366.71 402.72 0.89 c p3 +374.91 400.57 0.89 c p3 +383.11 416.95 0.89 c p3 +369.22 414.42 0.89 c p3 +377.71 415.14 0.89 c p3 +370.37 413.64 0.89 c p3 +373.28 412.92 0.89 c p3 +378.22 414.01 0.89 c p3 +370.01 413.38 0.89 c p3 +367.77 411.71 0.89 c p3 +381.92 413.79 0.89 c p3 +373.41 419.47 0.89 c p3 +373.39 414.30 0.89 c p3 +365.17 413.08 0.89 c p3 +382.26 414.78 0.89 c p3 +366.43 418.90 0.89 c p3 +374.98 412.24 0.89 c p3 +373.32 414.41 0.89 c p3 +373.45 414.00 0.89 c p3 +370.39 409.21 0.89 c p3 +379.62 409.61 0.89 c p3 +367.93 406.42 0.89 c p3 +383.77 413.31 0.89 c p3 +368.21 413.00 0.89 c p3 +377.66 456.01 0.89 c p3 +377.74 414.64 0.89 c p3 +374.87 410.30 0.89 c p3 +376.94 414.09 0.89 c p3 +366.97 414.12 0.89 c p3 +374.60 412.43 0.89 c p3 +368.54 418.04 0.89 c p3 +380.59 412.59 0.89 c p3 +376.82 417.51 0.89 c p3 +378.83 428.74 0.89 c p3 +369.35 405.48 0.89 c p3 +381.80 394.32 0.89 c p3 +376.05 399.26 0.89 c p3 +380.77 418.38 0.89 c p3 +380.78 416.41 0.89 c p3 +371.11 400.06 0.89 c p3 +371.08 426.03 0.89 c p3 +378.25 404.66 0.89 c p3 +367.74 430.26 0.89 c p3 +371.98 406.69 0.89 c p3 +373.79 416.89 0.89 c p3 +376.16 415.95 0.89 c p3 +364.40 391.37 0.89 c p3 +374.10 371.17 0.89 c p3 +370.63 408.11 0.89 c p3 +377.56 386.78 0.89 c p3 +378.30 395.30 0.89 c p3 +374.11 422.30 0.89 c p3 +376.05 429.47 0.89 c p3 +371.03 400.64 0.89 c p3 +368.20 400.78 0.89 c p3 +368.88 431.93 0.89 c p3 +370.97 410.79 0.89 c p3 +372.05 414.65 0.89 c p3 +377.49 415.05 0.89 c p3 +379.82 420.36 0.89 c p3 +367.71 416.28 0.89 c p3 +376.35 416.76 0.89 c p3 +363.56 417.81 0.89 c p3 +425.20 417.52 0.89 c p3 +419.96 400.76 0.89 c p3 +431.68 415.30 0.89 c p3 +432.20 432.12 0.89 c p3 +418.87 431.88 0.89 c p3 +427.84 414.79 0.89 c p3 +429.87 452.18 0.89 c p3 +433.25 401.52 0.89 c p3 +420.46 404.87 0.89 c p3 +424.16 410.77 0.89 c p3 +424.80 409.50 0.89 c p3 +428.17 427.43 0.89 c p3 +430.28 394.48 0.89 c p3 +415.81 391.76 0.89 c p3 +430.46 406.30 0.89 c p3 +425.67 423.20 0.89 c p3 +415.81 408.82 0.89 c p3 +434.88 399.11 0.89 c p3 +420.46 437.54 0.89 c p3 +429.82 403.04 0.89 c p3 +431.24 399.48 0.89 c p3 +430.17 426.75 0.89 c p3 +417.37 442.84 0.89 c p3 +421.37 425.41 0.89 c p3 +424.34 414.29 0.89 c p3 +421.96 394.20 0.89 c p3 +434.32 434.21 0.89 c p3 +432.94 403.41 0.89 c p3 +416.52 407.68 0.89 c p3 +426.88 365.41 0.89 c p3 +423.99 413.43 0.89 c p3 +426.50 408.89 0.89 c p3 +428.44 399.54 0.89 c p3 +426.73 405.22 0.89 c p3 +421.94 409.87 0.89 c p3 +424.15 420.63 0.89 c p3 +434.94 380.37 0.89 c p3 +428.69 387.05 0.89 c p3 +420.51 422.51 0.89 c p3 +435.19 404.53 0.89 c p3 +432.42 416.54 0.89 c p3 +416.91 416.55 0.89 c p3 +416.19 413.60 0.89 c p3 +435.15 421.87 0.89 c p3 +422.56 412.64 0.89 c p3 +428.59 380.14 0.89 c p3 +420.61 412.56 0.89 c p3 +432.97 411.57 0.89 c p3 +429.68 412.84 0.89 c p3 +418.23 420.28 0.89 c p3 +429.21 409.48 0.89 c p3 +423.50 415.52 0.89 c p3 +420.90 414.70 0.89 c p3 +423.36 417.00 0.89 c p3 +415.31 413.18 0.89 c p3 +422.66 413.02 0.89 c p3 +419.40 412.03 0.89 c p3 +417.29 412.31 0.89 c p3 +419.24 414.51 0.89 c p3 +419.30 425.21 0.89 c p3 +416.07 417.06 0.89 c p3 +432.93 415.61 0.89 c p3 +417.89 413.00 0.89 c p3 +425.27 417.91 0.89 c p3 +428.54 416.33 0.89 c p3 +425.78 415.11 0.89 c p3 +424.45 412.69 0.89 c p3 +423.18 405.45 0.89 c p3 +419.12 410.50 0.89 c p3 +415.38 412.00 0.89 c p3 +418.59 418.99 0.89 c p3 +427.58 416.95 0.89 c p3 +426.55 454.45 0.89 c p3 +429.23 413.33 0.89 c p3 +432.06 414.26 0.89 c p3 +433.48 417.52 0.89 c p3 +416.43 414.89 0.89 c p3 +419.14 409.45 0.89 c p3 +427.05 416.59 0.89 c p3 +431.06 409.09 0.89 c p3 +435.13 418.83 0.89 c p3 +431.88 428.56 0.89 c p3 +431.96 426.53 0.89 c p3 +433.26 445.78 0.89 c p3 +429.50 416.58 0.89 c p3 +429.34 414.98 0.89 c p3 +432.36 400.89 0.89 c p3 +429.23 408.03 0.89 c p3 +420.87 412.53 0.89 c p3 +417.46 431.29 0.89 c p3 +426.26 404.77 0.89 c p3 +433.09 416.03 0.89 c p3 +424.67 416.82 0.89 c p3 +421.84 403.19 0.89 c p3 +428.45 467.25 0.89 c p3 +432.89 362.75 0.89 c p3 +431.58 418.30 0.89 c p3 +422.49 426.67 0.89 c p3 +415.36 396.47 0.89 c p3 +420.95 406.69 0.89 c p3 +430.42 433.63 0.89 c p3 +426.57 411.71 0.89 c p3 +417.84 414.42 0.89 c p3 +417.81 413.61 0.89 c p3 +433.35 419.36 0.89 c p3 +432.40 415.69 0.89 c p3 +428.18 412.30 0.89 c p3 +432.92 416.40 0.89 c p3 +481.87 407.78 0.89 c p3 +470.07 398.23 0.89 c p3 +478.13 405.40 0.89 c p3 +470.75 428.05 0.89 c p3 +485.51 439.87 0.89 c p3 +474.71 409.65 0.89 c p3 +476.76 416.30 0.89 c p3 +475.81 400.20 0.89 c p3 +482.43 404.05 0.89 c p3 +486.69 388.62 0.89 c p3 +471.74 390.38 0.89 c p3 +485.47 415.90 0.89 c p3 +474.36 372.63 0.89 c p3 +476.10 401.38 0.89 c p3 +466.99 423.19 0.89 c p3 +483.52 408.26 0.89 c p3 +467.16 404.96 0.89 c p3 +486.24 422.43 0.89 c p3 +474.42 406.50 0.89 c p3 +474.77 407.79 0.89 c p3 +478.30 405.17 0.89 c p3 +472.08 414.17 0.89 c p3 +468.12 407.50 0.89 c p3 +475.59 400.06 0.89 c p3 +477.56 363.11 0.89 c p3 +485.32 398.42 0.89 c p3 +476.86 407.69 0.89 c p3 +466.83 401.77 0.89 c p3 +475.17 401.29 0.89 c p3 +470.22 403.06 0.89 c p3 +482.27 408.46 0.89 c p3 +474.63 417.37 0.89 c p3 +470.84 387.82 0.89 c p3 +475.35 422.58 0.89 c p3 +474.29 407.58 0.89 c p3 +473.83 413.64 0.89 c p3 +478.57 411.67 0.89 c p3 +471.31 400.52 0.89 c p3 +483.73 447.19 0.89 c p3 +478.51 420.26 0.89 c p3 +484.20 415.26 0.89 c p3 +476.12 390.99 0.89 c p3 +478.23 385.53 0.89 c p3 +481.74 407.91 0.89 c p3 +485.03 408.28 0.89 c p3 +467.61 417.87 0.89 c p3 +486.77 414.72 0.89 c p3 +468.69 415.04 0.89 c p3 +469.23 417.36 0.89 c p3 +485.22 412.47 0.89 c p3 +479.48 412.50 0.89 c p3 +485.50 411.93 0.89 c p3 +470.96 412.55 0.89 c p3 +478.02 413.26 0.89 c p3 +476.30 421.55 0.89 c p3 +478.73 419.46 0.89 c p3 +482.10 414.83 0.89 c p3 +472.59 412.69 0.89 c p3 +484.21 421.03 0.89 c p3 +480.85 414.26 0.89 c p3 +485.03 413.88 0.89 c p3 +486.35 413.06 0.89 c p3 +475.46 407.67 0.89 c p3 +479.31 406.93 0.89 c p3 +475.78 425.50 0.89 c p3 +478.97 418.02 0.89 c p3 +477.76 417.57 0.89 c p3 +467.80 430.08 0.89 c p3 +466.85 413.70 0.89 c p3 +486.76 411.86 0.89 c p3 +478.02 413.54 0.89 c p3 +484.45 411.60 0.89 c p3 +473.95 412.33 0.89 c p3 +482.46 414.72 0.89 c p3 +484.88 408.65 0.89 c p3 +477.43 415.28 0.89 c p3 +486.21 422.58 0.89 c p3 +484.61 395.18 0.89 c p3 +481.96 417.61 0.89 c p3 +478.56 420.21 0.89 c p3 +483.06 409.78 0.89 c p3 +477.35 407.49 0.89 c p3 +471.18 409.31 0.89 c p3 +483.70 429.21 0.89 c p3 +483.34 399.48 0.89 c p3 +468.70 404.31 0.89 c p3 +480.46 414.01 0.89 c p3 +467.31 417.49 0.89 c p3 +479.00 366.58 0.89 c p3 +472.90 432.23 0.89 c p3 +481.56 386.11 0.89 c p3 +479.73 386.42 0.89 c p3 +466.62 409.97 0.89 c p3 +468.18 433.95 0.89 c p3 +486.39 399.48 0.89 c p3 +481.97 429.36 0.89 c p3 +473.85 403.10 0.89 c p3 +485.21 430.58 0.89 c p3 +467.26 410.25 0.89 c p3 +474.67 413.70 0.89 c p3 +470.54 412.26 0.89 c p3 +482.60 419.30 0.89 c p3 +467.42 416.33 0.89 c p3 +486.38 415.12 0.89 c p3 +467.48 421.92 0.89 c p3 +527.86 404.91 0.89 c p3 +532.02 398.84 0.89 c p3 +528.20 401.37 0.89 c p3 +530.96 432.57 0.89 c p3 +535.03 438.77 0.89 c p3 +518.49 410.65 0.89 c p3 +534.96 399.21 0.89 c p3 +528.99 395.84 0.89 c p3 +534.45 402.09 0.89 c p3 +523.38 379.17 0.89 c p3 +538.24 379.09 0.89 c p3 +532.77 390.86 0.89 c p3 +528.14 369.87 0.89 c p3 +523.29 423.18 0.89 c p3 +531.78 419.39 0.89 c p3 +522.26 407.74 0.89 c p3 +519.99 368.85 0.89 c p3 +535.81 418.44 0.89 c p3 +533.90 389.37 0.89 c p3 +531.82 423.40 0.89 c p3 +531.49 398.70 0.89 c p3 +523.77 409.90 0.89 c p3 +520.36 392.09 0.89 c p3 +522.32 408.61 0.89 c p3 +533.63 400.55 0.89 c p3 +537.82 399.37 0.89 c p3 +530.49 425.21 0.89 c p3 +518.14 402.13 0.89 c p3 +534.99 400.13 0.89 c p3 +518.15 380.38 0.89 c p3 +519.28 410.04 0.89 c p3 +528.96 417.52 0.89 c p3 +533.39 421.16 0.89 c p3 +531.22 407.79 0.89 c p3 +529.03 408.80 0.89 c p3 +531.41 404.07 0.89 c p3 +524.92 398.27 0.89 c p3 +529.05 426.46 0.89 c p3 +535.54 419.71 0.89 c p3 +526.67 394.67 0.89 c p3 +523.80 382.49 0.89 c p3 +525.00 374.11 0.89 c p3 +523.81 406.82 0.89 c p3 +520.90 412.02 0.89 c p3 +526.28 409.98 0.89 c p3 +524.99 411.64 0.89 c p3 +533.89 410.56 0.89 c p3 +519.81 411.37 0.89 c p3 +525.81 409.21 0.89 c p3 +538.13 409.59 0.89 c p3 +528.86 410.74 0.89 c p3 +529.21 409.79 0.89 c p3 +528.18 410.99 0.89 c p3 +526.58 420.80 0.89 c p3 +536.42 412.60 0.89 c p3 +529.59 408.92 0.89 c p3 +527.23 401.68 0.89 c p3 +526.88 416.15 0.89 c p3 +528.89 410.65 0.89 c p3 +533.74 414.43 0.89 c p3 +522.51 413.60 0.89 c p3 +536.63 404.82 0.89 c p3 +525.75 409.62 0.89 c p3 +532.98 426.49 0.89 c p3 +524.14 410.91 0.89 c p3 +529.29 409.48 0.89 c p3 +534.26 476.68 0.89 c p3 +532.55 408.50 0.89 c p3 +526.15 408.34 0.89 c p3 +532.89 409.27 0.89 c p3 +530.95 404.87 0.89 c p3 +523.48 412.44 0.89 c p3 +530.85 413.02 0.89 c p3 +519.26 408.19 0.89 c p3 +534.47 415.30 0.89 c p3 +531.68 418.30 0.89 c p3 +523.34 397.23 0.89 c p3 +520.94 392.13 0.89 c p3 +521.15 413.62 0.89 c p3 +531.99 416.89 0.89 c p3 +521.12 407.72 0.89 c p3 +518.73 411.77 0.89 c p3 +521.00 404.34 0.89 c p3 +528.32 393.98 0.89 c p3 +524.53 406.09 0.89 c p3 +520.50 414.09 0.89 c p3 +526.04 412.97 0.89 c p3 +528.10 416.12 0.89 c p3 +526.70 496.58 0.89 c p3 +527.84 381.72 0.89 c p3 +524.43 415.06 0.89 c p3 +529.08 428.57 0.89 c p3 +522.43 421.01 0.89 c p3 +533.58 410.55 0.89 c p3 +536.36 400.56 0.89 c p3 +530.72 433.75 0.89 c p3 +527.89 409.33 0.89 c p3 +519.20 411.22 0.89 c p3 +519.88 411.43 0.89 c p3 +534.08 414.01 0.89 c p3 +526.02 413.54 0.89 c p3 +532.17 411.47 0.89 c p3 +523.08 416.66 0.89 c p3 +319.33 387.61 0.89 c p3 +327.25 399.87 0.89 c p3 +321.85 408.81 0.89 c p3 +331.81 430.90 0.89 c p3 +326.87 435.13 0.89 c p3 +316.32 410.49 0.89 c p3 +330.96 424.42 0.89 c p3 +332.30 401.31 0.89 c p3 +312.19 408.20 0.89 c p3 +328.02 400.05 0.89 c p3 +329.20 416.36 0.89 c p3 +318.48 425.68 0.89 c p3 +316.98 406.70 0.89 c p3 +326.54 405.53 0.89 c p3 +321.19 419.05 0.89 c p3 +318.66 407.76 0.89 c p3 +327.39 411.10 0.89 c p3 +328.21 429.60 0.89 c p3 +325.65 421.99 0.89 c p3 +313.78 406.24 0.89 c p3 +313.37 413.60 0.89 c p3 +318.04 429.99 0.89 c p3 +321.54 402.98 0.89 c p3 +318.28 415.38 0.89 c p3 +331.12 398.19 0.89 c p3 +325.74 415.24 0.89 c p3 +319.92 407.77 0.89 c p3 +327.55 416.06 0.89 c p3 +320.60 393.26 0.89 c p3 +313.13 375.72 0.89 c p3 +328.97 407.10 0.89 c p3 +331.28 418.38 0.89 c p3 +320.72 380.96 0.89 c p3 +320.65 423.57 0.89 c p3 +327.36 405.69 0.89 c p3 +316.30 419.12 0.89 c p3 +317.09 414.46 0.89 c p3 +325.06 402.66 0.89 c p3 +322.50 459.09 0.89 c p3 +330.19 410.69 0.89 c p3 +326.05 414.16 0.89 c p3 +312.23 408.92 0.89 c p3 +324.11 387.40 0.89 c p3 +314.56 424.54 0.89 c p3 +313.05 425.30 0.89 c p3 +322.73 416.08 0.89 c p3 +317.02 418.25 0.89 c p3 +317.38 414.06 0.89 c p3 +330.08 412.92 0.89 c p3 +325.13 414.85 0.89 c p3 +329.29 412.44 0.89 c p3 +325.69 412.30 0.89 c p3 +327.94 412.90 0.89 c p3 +312.42 413.80 0.89 c p3 +329.08 414.68 0.89 c p3 +328.28 422.43 0.89 c p3 +327.72 420.09 0.89 c p3 +326.60 402.74 0.89 c p3 +325.05 419.51 0.89 c p3 +328.03 421.49 0.89 c p3 +324.30 413.92 0.89 c p3 +329.01 412.82 0.89 c p3 +315.13 411.20 0.89 c p3 +324.57 405.89 0.89 c p3 +316.72 409.46 0.89 c p3 +321.63 401.10 0.89 c p3 +329.26 416.74 0.89 c p3 +315.86 415.41 0.89 c p3 +328.62 460.87 0.89 c p3 +319.15 414.13 0.89 c p3 +327.18 405.34 0.89 c p3 +327.43 415.46 0.89 c p3 +329.54 414.55 0.89 c p3 +326.99 412.83 0.89 c p3 +322.32 418.41 0.89 c p3 +326.97 408.86 0.89 c p3 +321.05 415.93 0.89 c p3 +327.86 413.99 0.89 c p3 +319.80 356.47 0.89 c p3 +313.99 420.64 0.89 c p3 +326.02 411.96 0.89 c p3 +315.24 415.73 0.89 c p3 +318.49 407.57 0.89 c p3 +322.53 427.07 0.89 c p3 +314.47 412.91 0.89 c p3 +327.67 423.49 0.89 c p3 +313.00 407.65 0.89 c p3 +312.82 409.23 0.89 c p3 +319.48 417.09 0.89 c p3 +317.44 379.84 0.89 c p3 +315.95 488.36 0.89 c p3 +315.29 382.76 0.89 c p3 +320.33 423.03 0.89 c p3 +328.23 382.29 0.89 c p3 +326.88 445.46 0.89 c p3 +329.18 429.73 0.89 c p3 +325.87 443.77 0.89 c p3 +312.65 399.30 0.89 c p3 +323.19 432.25 0.89 c p3 +331.78 409.73 0.89 c p3 +319.65 412.90 0.89 c p3 +321.08 412.58 0.89 c p3 +318.78 413.43 0.89 c p3 +313.59 414.00 0.89 c p3 +326.43 413.54 0.89 c p3 +323.27 419.42 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +570.61 441.83 0.89 c p3 +580.17 388.10 0.89 c p3 +579.80 372.76 0.89 c p3 +581.13 388.82 0.89 c p3 +574.61 425.85 0.89 c p3 +584.94 396.92 0.89 c p3 +571.10 406.96 0.89 c p3 +584.42 425.88 0.89 c p3 +583.94 415.96 0.89 c p3 +585.52 386.97 0.89 c p3 +577.19 377.55 0.89 c p3 +588.49 382.83 0.89 c p3 +571.30 419.99 0.89 c p3 +573.46 381.37 0.89 c p3 +577.34 395.86 0.89 c p3 +570.92 390.45 0.89 c p3 +577.36 382.17 0.89 c p3 +582.66 435.49 0.89 c p3 +588.72 409.29 0.89 c p3 +572.92 421.02 0.89 c p3 +589.60 427.26 0.89 c p3 +583.08 389.08 0.89 c p3 +578.86 360.17 0.89 c p3 +579.04 394.01 0.89 c p3 +572.44 393.17 0.89 c p3 +578.04 332.50 0.89 c p3 +588.69 396.25 0.89 c p3 +585.55 399.48 0.89 c p3 +589.65 375.73 0.89 c p3 +584.21 414.11 0.89 c p3 +573.83 393.38 0.89 c p3 +570.47 397.52 0.89 c p3 +583.67 361.97 0.89 c p3 +584.78 374.78 0.89 c p3 +577.87 443.57 0.89 c p3 +570.46 376.17 0.89 c p3 +572.71 378.12 0.89 c p3 +579.60 380.77 0.89 c p3 +589.99 382.53 0.89 c p3 +582.03 385.89 0.89 c p3 +579.51 371.53 0.89 c p3 +586.56 381.08 0.89 c p3 +586.31 379.71 0.89 c p3 +571.24 380.32 0.89 c p3 +573.75 396.22 0.89 c p3 +575.47 381.56 0.89 c p3 +585.33 351.88 0.89 c p3 +580.11 375.37 0.89 c p3 +579.31 351.71 0.89 c p3 +577.29 328.73 0.89 c p3 +570.43 386.12 0.89 c p3 +577.23 353.93 0.89 c p3 +589.92 376.40 0.89 c p3 +585.15 378.02 0.89 c p3 +576.03 382.06 0.89 c p3 +577.89 366.35 0.89 c p3 +569.97 376.68 0.89 c p3 +585.05 382.33 0.89 c p3 +587.81 328.71 0.89 c p3 +579.79 376.13 0.89 c p3 +569.91 367.57 0.89 c p3 +574.85 336.75 0.89 c p3 +579.50 375.85 0.89 c p3 +585.90 371.82 0.89 c p3 +584.08 379.45 0.89 c p3 +574.75 419.39 0.89 c p3 +570.33 336.51 0.89 c p3 +584.39 407.85 0.89 c p3 +577.44 402.92 0.89 c p3 +577.83 406.61 0.89 c p3 +581.52 374.30 0.89 c p3 +578.42 416.83 0.89 c p3 +584.55 377.14 0.89 c p3 +587.16 355.97 0.89 c p3 +588.89 372.92 0.89 c p3 +571.18 377.57 0.89 c p3 +588.69 372.95 0.89 c p3 +583.61 396.81 0.89 c p3 +570.46 358.58 0.89 c p3 +570.65 370.87 0.89 c p3 +575.70 406.68 0.89 c p3 +572.78 382.38 0.89 c p3 +580.34 372.55 0.89 c p3 +581.25 374.30 0.89 c p3 +577.06 371.20 0.89 c p3 +578.91 371.70 0.89 c p3 +571.29 372.91 0.89 c p3 +572.54 371.68 0.89 c p3 +580.54 368.15 0.89 c p3 +641.09 430.42 0.89 c p3 +630.73 368.44 0.89 c p3 +638.31 366.25 0.89 c p3 +627.34 392.52 0.89 c p3 +631.33 408.51 0.89 c p3 +634.94 405.68 0.89 c p3 +632.51 402.93 0.89 c p3 +623.31 414.48 0.89 c p3 +627.84 396.85 0.89 c p3 +627.12 370.58 0.89 c p3 +632.01 381.00 0.89 c p3 +635.24 393.91 0.89 c p3 +625.35 366.98 0.89 c p3 +637.21 426.31 0.89 c p3 +623.85 388.00 0.89 c p3 +630.82 383.26 0.89 c p3 +639.48 393.40 0.89 c p3 +624.72 404.90 0.89 c p3 +639.63 386.66 0.89 c p3 +632.66 396.84 0.89 c p3 +636.39 364.94 0.89 c p3 +637.65 357.34 0.89 c p3 +626.76 394.75 0.89 c p3 +626.13 402.62 0.89 c p3 +622.91 375.30 0.89 c p3 +633.10 411.94 0.89 c p3 +628.42 412.64 0.89 c p3 +623.64 384.70 0.89 c p3 +624.84 411.50 0.89 c p3 +631.13 436.74 0.89 c p3 +637.47 357.17 0.89 c p3 +633.09 389.92 0.89 c p3 +621.32 418.15 0.89 c p3 +625.51 376.78 0.89 c p3 +641.21 375.31 0.89 c p3 +635.34 383.75 0.89 c p3 +631.75 382.70 0.89 c p3 +632.85 382.78 0.89 c p3 +624.79 389.99 0.89 c p3 +634.24 383.66 0.89 c p3 +626.48 385.16 0.89 c p3 +629.62 383.86 0.89 c p3 +630.53 383.84 0.89 c p3 +641.69 382.60 0.89 c p3 +624.19 390.43 0.89 c p3 +622.98 359.72 0.89 c p3 +624.94 385.56 0.89 c p3 +623.91 391.48 0.89 c p3 +634.14 393.41 0.89 c p3 +625.54 381.72 0.89 c p3 +640.53 379.20 0.89 c p3 +625.58 382.89 0.89 c p3 +625.67 389.17 0.89 c p3 +636.85 383.74 0.89 c p3 +628.63 347.35 0.89 c p3 +622.43 382.77 0.89 c p3 +634.15 383.91 0.89 c p3 +621.29 386.96 0.89 c p3 +633.40 387.62 0.89 c p3 +625.37 384.91 0.89 c p3 +637.62 395.11 0.89 c p3 +624.98 383.43 0.89 c p3 +639.84 377.19 0.89 c p3 +629.71 383.29 0.89 c p3 +635.01 371.92 0.89 c p3 +637.42 368.01 0.89 c p3 +636.67 375.76 0.89 c p3 +638.31 385.65 0.89 c p3 +641.65 395.88 0.89 c p3 +631.71 387.57 0.89 c p3 +627.25 385.71 0.89 c p3 +628.62 376.27 0.89 c p3 +632.91 377.53 0.89 c p3 +628.65 376.54 0.89 c p3 +623.33 388.68 0.89 c p3 +638.86 413.64 0.89 c p3 +622.00 374.39 0.89 c p3 +622.26 345.50 0.89 c p3 +639.79 371.77 0.89 c p3 +637.06 400.23 0.89 c p3 +629.36 376.28 0.89 c p3 +633.23 380.15 0.89 c p3 +641.11 378.94 0.89 c p3 +630.08 379.02 0.89 c p3 +621.88 371.98 0.89 c p3 +639.92 378.36 0.89 c p3 +638.11 377.16 0.89 c p3 +636.19 373.07 0.89 c p3 +690.98 426.22 0.89 c p3 +687.41 367.43 0.89 c p3 +686.03 378.91 0.89 c p3 +679.58 388.83 0.89 c p3 +675.42 404.72 0.89 c p3 +673.60 401.10 0.89 c p3 +675.14 374.83 0.89 c p3 +691.13 394.76 0.89 c p3 +675.53 405.68 0.89 c p3 +685.12 370.33 0.89 c p3 +679.34 378.72 0.89 c p3 +677.16 389.15 0.89 c p3 +681.65 416.29 0.89 c p3 +674.43 365.07 0.89 c p3 +676.10 368.91 0.89 c p3 +685.78 391.21 0.89 c p3 +690.05 390.24 0.89 c p3 +689.09 393.69 0.89 c p3 +685.82 403.23 0.89 c p3 +674.65 394.53 0.89 c p3 +681.90 397.52 0.89 c p3 +691.17 366.42 0.89 c p3 +677.87 371.89 0.89 c p3 +674.47 417.76 0.89 c p3 +678.77 400.59 0.89 c p3 +685.89 389.63 0.89 c p3 +675.43 393.58 0.89 c p3 +679.65 390.70 0.89 c p3 +677.14 405.49 0.89 c p3 +689.91 404.91 0.89 c p3 +690.45 364.31 0.89 c p3 +674.29 377.69 0.89 c p3 +677.36 423.67 0.89 c p3 +675.87 396.73 0.89 c p3 +685.46 391.52 0.89 c p3 +677.16 388.36 0.89 c p3 +687.31 388.92 0.89 c p3 +679.82 393.63 0.89 c p3 +677.98 392.53 0.89 c p3 +678.50 391.28 0.89 c p3 +677.20 389.16 0.89 c p3 +680.57 389.88 0.89 c p3 +680.87 388.85 0.89 c p3 +673.95 381.62 0.89 c p3 +689.53 387.91 0.89 c p3 +684.06 388.51 0.89 c p3 +677.56 396.84 0.89 c p3 +679.56 393.58 0.89 c p3 +678.74 388.90 0.89 c p3 +690.25 397.56 0.89 c p3 +676.72 390.77 0.89 c p3 +677.48 397.78 0.89 c p3 +681.46 389.46 0.89 c p3 +672.80 413.41 0.89 c p3 +681.38 391.36 0.89 c p3 +675.94 385.83 0.89 c p3 +686.57 351.02 0.89 c p3 +686.44 392.69 0.89 c p3 +691.03 393.96 0.89 c p3 +679.43 391.45 0.89 c p3 +685.96 398.42 0.89 c p3 +684.03 391.94 0.89 c p3 +679.87 387.26 0.89 c p3 +685.10 388.08 0.89 c p3 +685.00 382.79 0.89 c p3 +675.98 442.77 0.89 c p3 +678.82 373.51 0.89 c p3 +689.02 380.02 0.89 c p3 +682.99 378.88 0.89 c p3 +688.71 393.87 0.89 c p3 +687.98 380.46 0.89 c p3 +692.53 354.98 0.89 c p3 +683.21 393.63 0.89 c p3 +685.12 385.32 0.89 c p3 +673.00 387.55 0.89 c p3 +674.68 353.86 0.89 c p3 +675.84 359.95 0.89 c p3 +686.75 408.58 0.89 c p3 +674.42 334.75 0.89 c p3 +691.62 417.97 0.89 c p3 +683.95 373.75 0.89 c p3 +676.34 396.26 0.89 c p3 +685.65 378.43 0.89 c p3 +673.16 386.37 0.89 c p3 +683.50 386.24 0.89 c p3 +687.91 385.58 0.89 c p3 +685.83 386.10 0.89 c p3 +681.89 386.51 0.89 c p3 +677.20 388.52 0.89 c p3 +672.94 386.61 0.89 c p3 +679.40 399.48 0.89 c p3 +734.12 428.23 0.89 c p3 +724.57 370.67 0.89 c p3 +727.56 354.09 0.89 c p3 +729.77 391.62 0.89 c p3 +741.08 412.66 0.89 c p3 +736.76 431.36 0.89 c p3 +725.46 512.23 0.89 c p3 +740.37 435.94 0.89 c p3 +735.03 514.37 0.89 c p3 +738.50 377.22 0.89 c p3 +736.45 396.29 0.89 c p3 +738.88 393.58 0.89 c p3 +741.17 417.48 0.89 c p3 +725.73 410.83 0.89 c p3 +726.23 385.26 0.89 c p3 +737.42 398.28 0.89 c p3 +733.23 417.64 0.89 c p3 +743.70 389.62 0.89 c p3 +724.52 387.37 0.89 c p3 +725.94 409.51 0.89 c p3 +741.21 384.08 0.89 c p3 +740.51 393.00 0.89 c p3 +736.58 375.36 0.89 c p3 +736.18 525.31 0.89 c p3 +728.55 414.34 0.89 c p3 +730.47 396.69 0.89 c p3 +742.47 384.55 0.89 c p3 +738.96 411.33 0.89 c p3 +737.22 390.58 0.89 c p3 +741.70 412.42 0.89 c p3 +737.33 470.68 0.89 c p3 +743.89 373.64 0.89 c p3 +738.69 382.29 0.89 c p3 +727.94 359.41 0.89 c p3 +742.05 421.89 0.89 c p3 +726.01 404.72 0.89 c p3 +729.90 403.48 0.89 c p3 +739.73 443.56 0.89 c p3 +729.78 387.41 0.89 c p3 +729.24 390.30 0.89 c p3 +725.27 388.89 0.89 c p3 +726.65 385.73 0.89 c p3 +735.22 391.20 0.89 c p3 +726.29 393.99 0.89 c p3 +737.64 390.24 0.89 c p3 +735.80 389.42 0.89 c p3 +739.98 390.48 0.89 c p3 +734.24 399.97 0.89 c p3 +738.74 393.93 0.89 c p3 +727.44 388.80 0.89 c p3 +741.58 382.67 0.89 c p3 +744.46 393.65 0.89 c p3 +738.36 390.23 0.89 c p3 +743.75 387.38 0.89 c p3 +731.09 389.15 0.89 c p3 +728.13 389.13 0.89 c p3 +727.56 394.74 0.89 c p3 +736.57 368.15 0.89 c p3 +741.34 390.79 0.89 c p3 +744.65 384.15 0.89 c p3 +728.76 319.98 0.89 c p3 +741.85 390.41 0.89 c p3 +744.29 389.34 0.89 c p3 +736.75 391.86 0.89 c p3 +744.45 398.03 0.89 c p3 +727.34 391.00 0.89 c p3 +742.41 383.13 0.89 c p3 +737.00 391.53 0.89 c p3 +734.74 392.72 0.89 c p3 +725.02 368.70 0.89 c p3 +740.10 396.33 0.89 c p3 +737.25 382.30 0.89 c p3 +744.50 392.92 0.89 c p3 +732.53 378.50 0.89 c p3 +741.45 367.41 0.89 c p3 +733.19 387.45 0.89 c p3 +734.60 375.12 0.89 c p3 +730.26 391.91 0.89 c p3 +743.94 390.78 0.89 c p3 +742.64 383.94 0.89 c p3 +725.83 406.76 0.89 c p3 +742.73 446.12 0.89 c p3 +732.30 416.54 0.89 c p3 +741.77 408.20 0.89 c p3 +724.72 400.17 0.89 c p3 +734.26 411.69 0.89 c p3 +740.53 404.44 0.89 c p3 +744.74 374.87 0.89 c p3 +732.25 389.12 0.89 c p3 +743.48 386.76 0.89 c p3 +736.61 387.24 0.89 c p3 +725.22 384.34 0.89 c p3 +732.17 384.32 0.89 c p3 +738.65 385.13 0.89 c p3 +727.79 379.81 0.89 c p3 +790.09 423.83 0.89 c p3 +777.87 373.67 0.89 c p3 +791.82 390.88 0.89 c p3 +781.71 395.47 0.89 c p3 +785.94 406.19 0.89 c p3 +790.14 394.77 0.89 c p3 +783.95 391.17 0.89 c p3 +778.76 420.39 0.89 c p3 +779.12 386.66 0.89 c p3 +779.91 372.30 0.89 c p3 +786.86 385.77 0.89 c p3 +780.12 393.59 0.89 c p3 +789.08 376.87 0.89 c p3 +781.55 405.80 0.89 c p3 +787.76 392.00 0.89 c p3 +780.26 390.39 0.89 c p3 +787.08 391.02 0.89 c p3 +793.85 398.32 0.89 c p3 +776.19 402.80 0.89 c p3 +794.40 405.73 0.89 c p3 +786.64 392.68 0.89 c p3 +796.01 371.39 0.89 c p3 +789.11 368.30 0.89 c p3 +781.67 422.76 0.89 c p3 +781.32 402.80 0.89 c p3 +778.03 389.69 0.89 c p3 +790.06 424.37 0.89 c p3 +793.58 404.69 0.89 c p3 +786.25 393.71 0.89 c p3 +784.27 416.52 0.89 c p3 +794.35 424.53 0.89 c p3 +777.88 368.59 0.89 c p3 +777.51 394.01 0.89 c p3 +782.03 413.39 0.89 c p3 +783.70 385.09 0.89 c p3 +790.90 390.98 0.89 c p3 +785.49 391.26 0.89 c p3 +790.21 390.15 0.89 c p3 +781.01 389.24 0.89 c p3 +785.58 390.73 0.89 c p3 +779.80 391.46 0.89 c p3 +788.60 392.83 0.89 c p3 +777.75 390.37 0.89 c p3 +790.73 390.71 0.89 c p3 +788.50 390.64 0.89 c p3 +793.23 386.62 0.89 c p3 +790.62 391.65 0.89 c p3 +795.53 394.95 0.89 c p3 +782.56 394.08 0.89 c p3 +778.30 391.12 0.89 c p3 +778.34 389.51 0.89 c p3 +776.19 390.83 0.89 c p3 +779.41 393.95 0.89 c p3 +778.73 397.54 0.89 c p3 +784.19 391.03 0.89 c p3 +776.00 401.14 0.89 c p3 +794.52 387.37 0.89 c p3 +775.69 396.84 0.89 c p3 +779.52 368.62 0.89 c p3 +781.73 387.28 0.89 c p3 +781.46 390.20 0.89 c p3 +788.59 391.57 0.89 c p3 +778.16 402.28 0.89 c p3 +785.85 391.72 0.89 c p3 +795.36 387.73 0.89 c p3 +780.14 393.49 0.89 c p3 +785.50 389.17 0.89 c p3 +785.66 360.43 0.89 c p3 +793.58 418.09 0.89 c p3 +795.31 385.36 0.89 c p3 +778.59 392.45 0.89 c p3 +787.43 378.72 0.89 c p3 +788.39 380.61 0.89 c p3 +785.56 382.01 0.89 c p3 +779.55 363.29 0.89 c p3 +786.51 394.91 0.89 c p3 +779.17 392.53 0.89 c p3 +776.45 385.71 0.89 c p3 +791.68 379.62 0.89 c p3 +782.04 402.01 0.89 c p3 +777.02 406.26 0.89 c p3 +784.46 340.51 0.89 c p3 +784.55 401.44 0.89 c p3 +776.21 407.99 0.89 c p3 +790.90 371.97 0.89 c p3 +786.73 390.15 0.89 c p3 +778.73 389.69 0.89 c p3 +778.80 390.12 0.89 c p3 +789.85 383.95 0.89 c p3 +794.49 389.04 0.89 c p3 +787.51 389.22 0.89 c p3 +795.45 386.34 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +836.16 386.26 0.89 c p3 +846.80 356.02 0.89 c p3 +846.14 381.95 0.89 c p3 +834.19 394.52 0.89 c p3 +836.68 344.93 0.89 c p3 +832.64 397.90 0.89 c p3 +831.30 385.70 0.89 c p3 +831.33 377.32 0.89 c p3 +833.14 363.24 0.89 c p3 +845.11 398.12 0.89 c p3 +836.55 389.15 0.89 c p3 +836.05 401.41 0.89 c p3 +836.29 414.09 0.89 c p3 +830.91 399.44 0.89 c p3 +847.25 380.61 0.89 c p3 +835.01 396.85 0.89 c p3 +846.61 397.30 0.89 c p3 +844.94 407.41 0.89 c p3 +829.25 396.25 0.89 c p3 +841.35 370.95 0.89 c p3 +831.91 363.93 0.89 c p3 +836.08 401.38 0.89 c p3 +834.33 410.51 0.89 c p3 +836.52 391.87 0.89 c p3 +842.56 362.54 0.89 c p3 +844.95 404.35 0.89 c p3 +842.31 381.76 0.89 c p3 +832.74 407.68 0.89 c p3 +842.76 406.12 0.89 c p3 +842.64 339.96 0.89 c p3 +845.28 393.15 0.89 c p3 +846.77 369.57 0.89 c p3 +834.48 428.07 0.89 c p3 +838.87 371.74 0.89 c p3 +840.38 415.68 0.89 c p3 +830.45 406.70 0.89 c p3 +837.52 402.56 0.89 c p3 +847.32 393.75 0.89 c p3 +844.66 410.57 0.89 c p3 +845.69 408.13 0.89 c p3 +837.32 405.73 0.89 c p3 +847.32 408.89 0.89 c p3 +836.24 407.36 0.89 c p3 +836.70 407.42 0.89 c p3 +845.49 409.01 0.89 c p3 +828.58 405.79 0.89 c p3 +828.34 408.21 0.89 c p3 +832.53 419.92 0.89 c p3 +841.40 409.77 0.89 c p3 +832.00 408.15 0.89 c p3 +836.56 412.24 0.89 c p3 +847.42 408.68 0.89 c p3 +833.53 406.88 0.89 c p3 +832.36 411.62 0.89 c p3 +836.04 409.34 0.89 c p3 +840.31 410.68 0.89 c p3 +843.84 411.10 0.89 c p3 +833.09 415.74 0.89 c p3 +834.04 403.42 0.89 c p3 +844.98 407.96 0.89 c p3 +844.60 407.42 0.89 c p3 +837.20 405.65 0.89 c p3 +838.50 407.97 0.89 c p3 +833.39 412.21 0.89 c p3 +836.64 409.34 0.89 c p3 +835.14 409.29 0.89 c p3 +829.59 409.60 0.89 c p3 +842.73 411.96 0.89 c p3 +846.20 411.28 0.89 c p3 +831.23 421.38 0.89 c p3 +829.54 415.97 0.89 c p3 +840.57 387.85 0.89 c p3 +834.74 372.59 0.89 c p3 +827.53 418.32 0.89 c p3 +830.51 409.08 0.89 c p3 +834.51 409.46 0.89 c p3 +847.10 405.24 0.89 c p3 +836.99 402.28 0.89 c p3 +828.62 414.81 0.89 c p3 +829.22 409.19 0.89 c p3 +840.60 415.65 0.89 c p3 +847.61 407.00 0.89 c p3 +847.02 403.36 0.89 c p3 +838.47 392.68 0.89 c p3 +844.78 392.27 0.89 c p3 +834.16 394.20 0.89 c p3 +828.57 384.16 0.89 c p3 +840.98 393.13 0.89 c p3 +832.27 349.55 0.89 c p3 +829.76 394.32 0.89 c p3 +828.17 412.24 0.89 c p3 +830.39 410.05 0.89 c p3 +841.38 412.58 0.89 c p3 +837.01 406.89 0.89 c p3 +844.28 409.32 0.89 c p3 +827.79 410.80 0.89 c p3 +833.81 411.07 0.89 c p3 +885.05 389.77 0.89 c p3 +879.22 356.87 0.89 c p3 +897.48 390.79 0.89 c p3 +891.16 393.31 0.89 c p3 +882.47 396.74 0.89 c p3 +889.60 394.31 0.89 c p3 +893.00 363.26 0.89 c p3 +882.31 382.70 0.89 c p3 +882.29 385.61 0.89 c p3 +891.04 379.20 0.89 c p3 +894.50 411.33 0.89 c p3 +895.34 379.88 0.89 c p3 +889.16 414.55 0.89 c p3 +890.64 409.14 0.89 c p3 +887.37 399.02 0.89 c p3 +879.17 398.91 0.89 c p3 +883.09 384.18 0.89 c p3 +888.26 398.74 0.89 c p3 +896.99 376.99 0.89 c p3 +895.75 407.17 0.89 c p3 +897.93 393.19 0.89 c p3 +884.68 369.30 0.89 c p3 +897.76 393.25 0.89 c p3 +879.27 425.41 0.89 c p3 +879.37 387.76 0.89 c p3 +888.12 379.25 0.89 c p3 +879.77 408.04 0.89 c p3 +886.00 401.46 0.89 c p3 +894.43 406.93 0.89 c p3 +883.02 408.05 0.89 c p3 +885.74 380.18 0.89 c p3 +892.34 392.52 0.89 c p3 +879.13 370.49 0.89 c p3 +898.57 430.15 0.89 c p3 +890.80 399.15 0.89 c p3 +886.05 398.23 0.89 c p3 +894.71 382.38 0.89 c p3 +896.42 390.48 0.89 c p3 +888.44 413.64 0.89 c p3 +897.18 404.31 0.89 c p3 +887.54 407.73 0.89 c p3 +880.98 405.80 0.89 c p3 +884.33 409.09 0.89 c p3 +891.97 406.96 0.89 c p3 +896.43 407.55 0.89 c p3 +886.54 406.77 0.89 c p3 +879.03 406.23 0.89 c p3 +885.12 407.72 0.89 c p3 +891.74 419.37 0.89 c p3 +882.30 412.20 0.89 c p3 +879.63 407.36 0.89 c p3 +892.62 412.15 0.89 c p3 +891.03 414.47 0.89 c p3 +884.32 406.02 0.89 c p3 +883.79 409.05 0.89 c p3 +883.46 411.64 0.89 c p3 +882.28 413.82 0.89 c p3 +893.67 408.58 0.89 c p3 +886.56 450.63 0.89 c p3 +884.14 404.14 0.89 c p3 +883.90 402.96 0.89 c p3 +892.71 422.86 0.89 c p3 +882.47 406.21 0.89 c p3 +879.53 404.69 0.89 c p3 +897.46 408.69 0.89 c p3 +886.42 408.21 0.89 c p3 +886.03 407.82 0.89 c p3 +896.85 406.34 0.89 c p3 +898.00 410.00 0.89 c p3 +886.55 403.91 0.89 c p3 +896.67 413.87 0.89 c p3 +879.84 395.06 0.89 c p3 +895.32 378.50 0.89 c p3 +881.42 410.82 0.89 c p3 +886.03 408.13 0.89 c p3 +890.90 389.60 0.89 c p3 +882.30 412.47 0.89 c p3 +887.60 401.92 0.89 c p3 +894.64 432.66 0.89 c p3 +895.89 407.76 0.89 c p3 +888.33 409.03 0.89 c p3 +897.91 406.60 0.89 c p3 +879.44 381.99 0.89 c p3 +890.45 450.87 0.89 c p3 +893.62 385.74 0.89 c p3 +887.50 418.55 0.89 c p3 +882.69 388.87 0.89 c p3 +883.39 381.12 0.89 c p3 +879.29 399.16 0.89 c p3 +885.51 410.24 0.89 c p3 +893.24 407.94 0.89 c p3 +882.08 410.25 0.89 c p3 +879.22 410.12 0.89 c p3 +879.33 407.22 0.89 c p3 +880.70 407.73 0.89 c p3 +898.23 406.25 0.89 c p3 +931.10 394.44 0.89 c p3 +940.06 395.56 0.89 c p3 +938.74 391.00 0.89 c p3 +941.22 398.18 0.89 c p3 +934.17 423.69 0.89 c p3 +941.52 400.94 0.89 c p3 +932.91 388.14 0.89 c p3 +948.51 402.74 0.89 c p3 +944.08 408.23 0.89 c p3 +941.59 393.69 0.89 c p3 +934.41 425.50 0.89 c p3 +945.69 395.23 0.89 c p3 +941.33 408.39 0.89 c p3 +946.45 406.93 0.89 c p3 +950.33 416.13 0.89 c p3 +944.33 374.02 0.89 c p3 +936.75 404.86 0.89 c p3 +946.69 407.93 0.89 c p3 +939.29 382.25 0.89 c p3 +933.26 395.86 0.89 c p3 +934.14 408.69 0.89 c p3 +944.43 404.69 0.89 c p3 +940.77 388.03 0.89 c p3 +931.59 403.85 0.89 c p3 +934.48 392.16 0.89 c p3 +938.05 388.40 0.89 c p3 +949.22 405.36 0.89 c p3 +943.53 414.06 0.89 c p3 +943.81 434.43 0.89 c p3 +933.68 407.54 0.89 c p3 +934.04 407.22 0.89 c p3 +934.80 397.78 0.89 c p3 +938.15 397.13 0.89 c p3 +931.46 377.77 0.89 c p3 +932.85 416.31 0.89 c p3 +940.15 401.46 0.89 c p3 +946.52 413.60 0.89 c p3 +932.16 376.88 0.89 c p3 +931.61 403.72 0.89 c p3 +937.42 413.74 0.89 c p3 +930.60 408.36 0.89 c p3 +940.07 407.17 0.89 c p3 +944.80 405.75 0.89 c p3 +934.38 404.62 0.89 c p3 +938.83 407.53 0.89 c p3 +945.43 406.09 0.89 c p3 +947.51 408.02 0.89 c p3 +942.06 406.87 0.89 c p3 +949.87 407.39 0.89 c p3 +938.04 414.05 0.89 c p3 +940.25 414.11 0.89 c p3 +946.84 412.64 0.89 c p3 +949.80 410.70 0.89 c p3 +933.88 411.98 0.89 c p3 +948.25 405.92 0.89 c p3 +948.03 413.26 0.89 c p3 +946.36 409.02 0.89 c p3 +943.78 409.65 0.89 c p3 +940.69 409.23 0.89 c p3 +949.86 418.45 0.89 c p3 +950.49 404.64 0.89 c p3 +934.45 409.19 0.89 c p3 +935.76 408.86 0.89 c p3 +938.33 405.87 0.89 c p3 +944.84 405.94 0.89 c p3 +940.27 410.20 0.89 c p3 +940.50 410.59 0.89 c p3 +933.18 408.61 0.89 c p3 +942.86 411.83 0.89 c p3 +935.36 410.34 0.89 c p3 +949.88 405.95 0.89 c p3 +941.21 420.18 0.89 c p3 +932.84 341.04 0.89 c p3 +947.02 372.73 0.89 c p3 +939.89 415.64 0.89 c p3 +935.56 403.77 0.89 c p3 +931.79 395.86 0.89 c p3 +935.55 417.72 0.89 c p3 +940.55 403.50 0.89 c p3 +935.79 406.47 0.89 c p3 +937.85 408.52 0.89 c p3 +943.60 409.14 0.89 c p3 +945.97 407.62 0.89 c p3 +944.65 374.94 0.89 c p3 +947.35 371.39 0.89 c p3 +947.95 412.94 0.89 c p3 +940.13 408.04 0.89 c p3 +945.81 409.45 0.89 c p3 +948.28 374.55 0.89 c p3 +946.16 404.30 0.89 c p3 +948.78 399.28 0.89 c p3 +933.70 410.86 0.89 c p3 +944.96 410.14 0.89 c p3 +937.04 410.98 0.89 c p3 +932.89 407.73 0.89 c p3 +945.99 410.83 0.89 c p3 +946.89 411.09 0.89 c p3 +942.86 411.20 0.89 c p3 +985.08 395.57 0.89 c p3 +1001.13 402.65 0.89 c p3 +990.95 393.23 0.89 c p3 +998.45 402.80 0.89 c p3 +984.45 440.00 0.89 c p3 +1000.61 404.08 0.89 c p3 +995.16 368.43 0.89 c p3 +1000.22 389.39 0.89 c p3 +982.46 407.81 0.89 c p3 +994.09 410.84 0.89 c p3 +982.24 426.14 0.89 c p3 +984.24 413.68 0.89 c p3 +992.46 410.10 0.89 c p3 +987.16 404.38 0.89 c p3 +982.35 410.03 0.89 c p3 +996.05 391.67 0.89 c p3 +999.90 396.01 0.89 c p3 +997.26 406.58 0.89 c p3 +999.59 402.68 0.89 c p3 +991.67 377.89 0.89 c p3 +989.65 409.15 0.89 c p3 +991.27 420.83 0.89 c p3 +985.62 400.67 0.89 c p3 +998.18 411.92 0.89 c p3 +990.81 394.28 0.89 c p3 +999.20 389.47 0.89 c p3 +1000.35 363.33 0.89 c p3 +990.51 415.26 0.89 c p3 +1001.66 417.68 0.89 c p3 +991.38 394.29 0.89 c p3 +989.86 380.35 0.89 c p3 +989.84 412.27 0.89 c p3 +984.20 417.39 0.89 c p3 +986.01 435.48 0.89 c p3 +998.99 409.09 0.89 c p3 +981.90 418.60 0.89 c p3 +988.52 409.42 0.89 c p3 +989.04 395.85 0.89 c p3 +992.14 401.75 0.89 c p3 +985.92 420.22 0.89 c p3 +984.72 399.91 0.89 c p3 +1000.67 390.38 0.89 c p3 +988.23 412.37 0.89 c p3 +985.15 397.52 0.89 c p3 +997.74 414.76 0.89 c p3 +999.36 405.32 0.89 c p3 +993.93 409.68 0.89 c p3 +984.38 408.60 0.89 c p3 +992.55 409.46 0.89 c p3 +1001.53 410.46 0.89 c p3 +983.06 409.64 0.89 c p3 +1000.70 410.66 0.89 c p3 +993.24 408.60 0.89 c p3 +989.08 409.90 0.89 c p3 +985.73 422.57 0.89 c p3 +984.62 417.99 0.89 c p3 +990.65 410.69 0.89 c p3 +987.08 414.09 0.89 c p3 +987.69 412.23 0.89 c p3 +1001.59 407.60 0.89 c p3 +991.61 413.84 0.89 c p3 +989.07 411.20 0.89 c p3 +997.67 410.60 0.89 c p3 +986.62 409.99 0.89 c p3 +989.40 436.07 0.89 c p3 +996.72 407.15 0.89 c p3 +999.32 409.47 0.89 c p3 +985.69 396.12 0.89 c p3 +993.38 408.50 0.89 c p3 +982.01 409.64 0.89 c p3 +994.17 412.75 0.89 c p3 +985.96 413.99 0.89 c p3 +988.27 409.48 0.89 c p3 +995.66 409.18 0.89 c p3 +988.33 412.27 0.89 c p3 +1000.81 408.27 0.89 c p3 +996.25 416.58 0.89 c p3 +991.46 402.47 0.89 c p3 +986.48 393.07 0.89 c p3 +999.58 410.19 0.89 c p3 +986.99 408.40 0.89 c p3 +981.87 398.68 0.89 c p3 +990.09 407.92 0.89 c p3 +992.75 405.72 0.89 c p3 +983.80 420.01 0.89 c p3 +988.83 412.21 0.89 c p3 +1000.77 385.13 0.89 c p3 +995.43 413.73 0.89 c p3 +999.07 405.46 0.89 c p3 +996.49 383.66 0.89 c p3 +989.30 420.85 0.89 c p3 +987.78 399.59 0.89 c p3 +987.29 415.42 0.89 c p3 +982.32 385.75 0.89 c p3 +994.77 412.36 0.89 c p3 +982.17 398.46 0.89 c p3 +983.61 409.94 0.89 c p3 +994.28 409.65 0.89 c p3 +999.11 411.53 0.89 c p3 +987.99 408.32 0.89 c p3 +988.72 407.97 0.89 c p3 +987.26 409.49 0.89 c p3 +999.29 408.82 0.89 c p3 +1034.34 408.44 0.89 c p3 +1047.99 396.86 0.89 c p3 +1037.59 395.52 0.89 c p3 +1041.82 398.28 0.89 c p3 +1034.88 431.66 0.89 c p3 +1045.66 402.52 0.89 c p3 +1040.26 372.91 0.89 c p3 +1034.52 387.92 0.89 c p3 +1033.51 398.10 0.89 c p3 +1051.32 397.07 0.89 c p3 +1038.79 394.81 0.89 c p3 +1047.64 384.74 0.89 c p3 +1039.75 400.24 0.89 c p3 +1048.18 409.83 0.89 c p3 +1042.40 407.65 0.89 c p3 +1036.39 406.19 0.89 c p3 +1041.50 386.19 0.89 c p3 +1036.14 389.16 0.89 c p3 +1045.47 410.20 0.89 c p3 +1040.62 409.18 0.89 c p3 +1046.21 389.52 0.89 c p3 +1033.34 388.67 0.89 c p3 +1044.11 403.44 0.89 c p3 +1033.81 390.30 0.89 c p3 +1034.99 414.10 0.89 c p3 +1037.84 404.68 0.89 c p3 +1052.51 391.40 0.89 c p3 +1047.60 406.42 0.89 c p3 +1038.02 415.38 0.89 c p3 +1047.54 426.89 0.89 c p3 +1048.39 412.67 0.89 c p3 +1043.85 390.92 0.89 c p3 +1036.49 413.56 0.89 c p3 +1037.58 399.73 0.89 c p3 +1048.35 389.97 0.89 c p3 +1047.08 419.01 0.89 c p3 +1050.36 394.53 0.89 c p3 +1044.90 409.49 0.89 c p3 +1050.12 380.12 0.89 c p3 +1051.01 396.42 0.89 c p3 +1035.35 412.68 0.89 c p3 +1044.26 410.66 0.89 c p3 +1036.38 409.15 0.89 c p3 +1038.68 409.37 0.89 c p3 +1037.10 400.13 0.89 c p3 +1052.97 407.69 0.89 c p3 +1044.03 409.81 0.89 c p3 +1036.19 411.01 0.89 c p3 +1050.79 408.21 0.89 c p3 +1044.70 409.26 0.89 c p3 +1042.76 423.10 0.89 c p3 +1034.83 411.34 0.89 c p3 +1049.28 408.94 0.89 c p3 +1053.42 412.67 0.89 c p3 +1052.17 417.03 0.89 c p3 +1035.06 409.24 0.89 c p3 +1046.06 412.34 0.89 c p3 +1039.06 409.46 0.89 c p3 +1038.53 410.82 0.89 c p3 +1049.28 408.84 0.89 c p3 +1036.62 419.06 0.89 c p3 +1042.91 405.30 0.89 c p3 +1042.76 412.68 0.89 c p3 +1043.64 410.35 0.89 c p3 +1051.82 409.86 0.89 c p3 +1050.69 407.71 0.89 c p3 +1035.58 413.77 0.89 c p3 +1045.40 412.46 0.89 c p3 +1041.91 409.21 0.89 c p3 +1033.33 408.79 0.89 c p3 +1052.08 411.73 0.89 c p3 +1049.43 408.89 0.89 c p3 +1038.14 408.08 0.89 c p3 +1046.83 450.57 0.89 c p3 +1033.62 376.23 0.89 c p3 +1035.86 411.59 0.89 c p3 +1039.91 404.04 0.89 c p3 +1049.20 404.15 0.89 c p3 +1033.59 421.16 0.89 c p3 +1048.48 400.92 0.89 c p3 +1044.83 441.94 0.89 c p3 +1040.09 412.68 0.89 c p3 +1042.72 411.88 0.89 c p3 +1053.79 410.60 0.89 c p3 +1039.65 406.64 0.89 c p3 +1048.64 390.55 0.89 c p3 +1040.77 399.48 0.89 c p3 +1046.85 451.42 0.89 c p3 +1045.58 401.73 0.89 c p3 +1033.70 371.34 0.89 c p3 +1039.41 392.17 0.89 c p3 +1049.25 405.60 0.89 c p3 +1053.83 401.50 0.89 c p3 +1047.30 412.13 0.89 c p3 +1034.30 409.25 0.89 c p3 +1046.23 409.96 0.89 c p3 +1036.43 410.25 0.89 c p3 +1042.65 410.06 0.89 c p3 +1035.58 410.26 0.89 c p3 +1051.60 412.27 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +64.64 398.21 m +0 13.09 l +o +np +64.64 388.63 m +0 -14.20 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 62.07 398.21 m +0 -9.58 l +5.15 0 l +0 9.58 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +62.07 393.19 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +116.17 395.02 m +0 15.47 l +o +np +116.17 383.49 m +0 -15.98 l +o +1 setlinecap +np + 113.59 395.02 m +0 -11.53 l +5.15 0 l +0 11.53 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +113.59 387.62 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +167.69 393.67 m +0 13.84 l +o +np +167.69 383.23 m +0 -14.92 l +o +1 setlinecap +np + 165.12 393.67 m +0 -10.44 l +5.15 0 l +0 10.44 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +165.12 390.08 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +219.22 398.08 m +0 14.54 l +o +np +219.22 388.07 m +0 -10.90 l +o +1 setlinecap +np + 216.64 398.08 m +0 -10.01 l +5.15 0 l +0 10.01 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +216.64 391.48 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +270.74 395.75 m +0 8.44 l +o +np +270.74 388.45 m +0 -10.95 l +o +1 setlinecap +np + 268.16 395.75 m +0 -7.30 l +5.16 0 l +0 7.30 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +268.16 392.02 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +322.27 419.11 m +0 16.02 l +o +np +322.27 407.67 m +0 -14.41 l +o +1 setlinecap +np + 319.69 419.11 m +0 -11.44 l +5.15 0 l +0 11.44 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +319.69 413.70 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +373.79 415.86 m +0 17.95 l +o +np +373.79 400.94 m +0 -21.16 l +o +1 setlinecap +np + 371.21 415.86 m +0 -14.92 l +5.16 0 l +0 14.92 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +371.21 412.51 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +425.31 418.01 m +0 13.87 l +o +np +425.31 408.62 m +0 -12.15 l +o +1 setlinecap +np + 422.74 418.01 m +0 -9.39 l +5.15 0 l +0 9.39 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +422.74 413.94 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +476.84 417.37 m +0 16.58 l +o +np +476.84 405.17 m +0 -17.35 l +o +1 setlinecap +np + 474.26 417.37 m +0 -12.20 l +5.15 0 l +0 12.20 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +474.26 412.33 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +528.36 414.26 m +0 18.31 l +o +np +528.36 401.89 m +0 -12.52 l +o +1 setlinecap +np + 525.79 414.26 m +0 -12.37 l +5.15 0 l +0 12.37 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +525.79 409.90 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +579.89 396.25 m +0 31.01 l +o +np +579.89 372.76 m +0 -21.05 l +o +1 setlinecap +np + 577.31 396.25 m +0 -23.49 l +5.15 0 l +0 23.49 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +577.31 380.77 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +631.41 393.40 m +0 24.75 l +o +np +631.41 376.72 m +0 -19.55 l +o +1 setlinecap +np + 628.83 393.40 m +0 -16.68 l +5.16 0 l +0 16.68 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +628.83 383.79 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +682.94 395.51 m +0 17.90 l +o +np +682.94 382.20 m +0 -17.89 l +o +1 setlinecap +np + 680.36 395.51 m +0 -13.31 l +5.15 0 l +0 13.31 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +680.36 389.46 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +734.46 403.96 m +0 27.40 l +o +np +734.46 384.84 m +0 -25.43 l +o +1 setlinecap +np + 731.88 403.96 m +0 -19.12 l +5.16 0 l +0 19.12 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +731.88 390.78 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +785.98 395.81 m +0 12.18 l +o +np +785.98 387.13 m +0 -10.26 l +o +1 setlinecap +np + 783.41 395.81 m +0 -8.68 l +5.15 0 l +0 8.68 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +783.41 391.02 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +837.51 409.77 m +0 18.30 l +o +np +837.51 393.15 m +0 -23.58 l +o +1 setlinecap +np + 834.93 409.77 m +0 -16.62 l +5.15 0 l +0 16.62 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +834.93 406.88 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +889.03 409.10 m +0 23.56 l +o +np +889.03 393.02 m +0 -23.72 l +o +1 setlinecap +np + 886.46 409.10 m +0 -16.08 l +5.15 0 l +0 16.08 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +886.46 406.29 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +940.56 410.68 m +0 13.01 l +o +np +940.56 401.07 m +0 -13.04 l +o +1 setlinecap +np + 937.98 410.68 m +0 -9.61 l +5.15 0 l +0 9.61 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +937.98 407.46 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +992.08 412.27 m +0 13.87 l +o +np +992.08 402.11 m +0 -12.72 l +o +1 setlinecap +np + 989.51 412.27 m +0 -10.16 l +5.15 0 l +0 10.16 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +989.51 409.42 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1043.61 411.62 m +0 15.27 l +o +np +1043.61 399.67 m +0 -14.93 l +o +1 setlinecap +np + 1041.03 411.62 m +0 -11.95 l +5.15 0 l +0 11.95 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.03 408.91 m +5.15 0 l +o +0.00 0.00 1440.00 576.00 cl +33.73 535.64 1074.52 552.85 cl +33.73 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.73 535.64 1040.79 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +554.12 541.01 (Batch1) .5 0 t +33.73 535.64 1074.52 552.85 cl +33.73 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +64.64 305.66 m +0 2.74 l +o +np +116.17 305.66 m +0 2.74 l +o +np +167.69 305.66 m +0 2.74 l +o +np +219.22 305.66 m +0 2.74 l +o +np +270.74 305.66 m +0 2.74 l +o +np +322.27 305.66 m +0 2.74 l +o +np +373.79 305.66 m +0 2.74 l +o +np +425.31 305.66 m +0 2.74 l +o +np +476.84 305.66 m +0 2.74 l +o +np +528.36 305.66 m +0 2.74 l +o +np +579.89 305.66 m +0 2.74 l +o +np +631.41 305.66 m +0 2.74 l +o +np +682.94 305.66 m +0 2.74 l +o +np +734.46 305.66 m +0 2.74 l +o +np +785.98 305.66 m +0 2.74 l +o +np +837.51 305.66 m +0 2.74 l +o +np +889.03 305.66 m +0 2.74 l +o +np +940.56 305.66 m +0 2.74 l +o +np +992.08 305.66 m +0 2.74 l +o +np +1043.61 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +71.11 303.47 (Batch1_A_1) 1 90 t +122.63 303.47 (Batch1_A_2) 1 90 t +174.15 303.47 (Batch1_A_3) 1 90 t +225.68 303.47 (Batch1_A_4) 1 90 t +277.20 303.47 (Batch1_A_5) 1 90 t +328.73 303.47 (Batch1_B_10) 1 90 t +380.25 303.47 (Batch1_B_6) 1 90 t +431.78 303.47 (Batch1_B_7) 1 90 t +483.30 303.47 (Batch1_B_8) 1 90 t +534.82 303.47 (Batch1_B_9) 1 90 t +586.35 303.47 (Batch1_C_11) 1 90 t +637.87 303.47 (Batch1_C_12) 1 90 t +689.40 303.47 (Batch1_C_13) 1 90 t +740.92 303.47 (Batch1_C_14) 1 90 t +792.45 303.47 (Batch1_C_15) 1 90 t +843.97 303.47 (Batch1_D_16) 1 90 t +895.49 303.47 (Batch1_D_17) 1 90 t +947.02 303.47 (Batch1_D_18) 1 90 t +998.54 303.47 (Batch1_D_19) 1 90 t +1050.07 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.80 346.17 (-2) 1 0 t +28.80 396.25 (0) 1 0 t +28.80 446.33 (2) 1 0 t +28.80 496.42 (4) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.99 349.40 m +2.74 0 l +o +np +30.99 399.48 m +2.74 0 l +o +np +30.99 449.56 m +2.74 0 l +o +np +30.99 499.65 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +554.12 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.73 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of Log2 of RLE Siz) tb +-0.195 (e Ratios) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +33.73 33.73 80.56 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.73 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.73 62.24 m +46.83 0 l +o +np +33.73 106.61 m +46.83 0 l +o +np +33.73 150.98 m +46.83 0 l +o +np +37.11 33.73 m +0 139.10 l +o +np +46.92 33.73 m +0 139.10 l +o +np +56.73 33.73 m +0 139.10 l +o +np +66.53 33.73 m +0 139.10 l +o +np +76.34 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +33.73 40.05 m +46.83 0 l +o +np +33.73 84.42 m +46.83 0 l +o +np +33.73 128.79 m +46.83 0 l +o +np +42.02 33.73 m +0 139.10 l +o +np +51.82 33.73 m +0 139.10 l +o +np +61.63 33.73 m +0 139.10 l +o +np +71.44 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +35.86 40.05 2.13 0.00 r p3 +37.99 40.05 2.13 2.22 r p3 +40.12 40.05 2.13 2.22 r p3 +42.24 40.05 2.13 2.22 r p3 +44.37 40.05 2.13 2.22 r p3 +46.50 40.05 2.13 22.19 r p3 +48.63 40.05 2.13 79.87 r p3 +50.76 40.05 2.13 68.77 r p3 +52.89 40.05 2.13 15.53 r p3 +55.02 40.05 2.13 6.66 r p3 +57.15 40.05 2.13 2.22 r p3 +59.27 40.05 2.13 4.44 r p3 +61.40 40.05 2.13 0.00 r p3 +63.53 40.05 2.13 0.00 r p3 +65.66 40.05 2.13 0.00 r p3 +67.79 40.05 2.13 0.00 r p3 +69.92 40.05 2.13 0.00 r p3 +72.05 40.05 2.13 0.00 r p3 +74.18 40.05 2.13 0.00 r p3 +76.31 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +86.04 33.73 132.88 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +86.04 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +86.04 62.24 m +46.84 0 l +o +np +86.04 106.61 m +46.84 0 l +o +np +86.04 150.98 m +46.84 0 l +o +np +89.43 33.73 m +0 139.10 l +o +np +99.23 33.73 m +0 139.10 l +o +np +109.04 33.73 m +0 139.10 l +o +np +118.85 33.73 m +0 139.10 l +o +np +128.65 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +86.04 40.05 m +46.84 0 l +o +np +86.04 84.42 m +46.84 0 l +o +np +86.04 128.79 m +46.84 0 l +o +np +94.33 33.73 m +0 139.10 l +o +np +104.14 33.73 m +0 139.10 l +o +np +113.94 33.73 m +0 139.10 l +o +np +123.75 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +88.17 40.05 2.13 2.22 r p3 +90.30 40.05 2.13 0.00 r p3 +92.43 40.05 2.13 6.66 r p3 +94.56 40.05 2.13 4.44 r p3 +96.69 40.05 2.13 8.87 r p3 +98.82 40.05 2.13 26.62 r p3 +100.94 40.05 2.13 99.83 r p3 +103.07 40.05 2.13 33.28 r p3 +105.20 40.05 2.13 8.87 r p3 +107.33 40.05 2.13 11.09 r p3 +109.46 40.05 2.13 0.00 r p3 +111.59 40.05 2.13 2.22 r p3 +113.72 40.05 2.13 0.00 r p3 +115.85 40.05 2.13 0.00 r p3 +117.97 40.05 2.13 2.22 r p3 +120.10 40.05 2.13 0.00 r p3 +122.23 40.05 2.13 0.00 r p3 +124.36 40.05 2.13 0.00 r p3 +126.49 40.05 2.13 0.00 r p3 +128.62 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +138.36 33.73 185.19 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +138.36 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +138.36 62.24 m +46.83 0 l +o +np +138.36 106.61 m +46.83 0 l +o +np +138.36 150.98 m +46.83 0 l +o +np +141.74 33.73 m +0 139.10 l +o +np +151.55 33.73 m +0 139.10 l +o +np +161.35 33.73 m +0 139.10 l +o +np +171.16 33.73 m +0 139.10 l +o +np +180.97 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +138.36 40.05 m +46.83 0 l +o +np +138.36 84.42 m +46.83 0 l +o +np +138.36 128.79 m +46.83 0 l +o +np +146.64 33.73 m +0 139.10 l +o +np +156.45 33.73 m +0 139.10 l +o +np +166.26 33.73 m +0 139.10 l +o +np +176.06 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +140.48 40.05 2.13 4.44 r p3 +142.61 40.05 2.13 0.00 r p3 +144.74 40.05 2.13 2.22 r p3 +146.87 40.05 2.13 8.87 r p3 +149.00 40.05 2.13 17.75 r p3 +151.13 40.05 2.13 19.97 r p3 +153.26 40.05 2.13 110.93 r p3 +155.39 40.05 2.13 26.62 r p3 +157.52 40.05 2.13 8.87 r p3 +159.64 40.05 2.13 0.00 r p3 +161.77 40.05 2.13 4.44 r p3 +163.90 40.05 2.13 0.00 r p3 +166.03 40.05 2.13 4.44 r p3 +168.16 40.05 2.13 0.00 r p3 +170.29 40.05 2.13 0.00 r p3 +172.42 40.05 2.13 0.00 r p3 +174.55 40.05 2.13 0.00 r p3 +176.67 40.05 2.13 0.00 r p3 +178.80 40.05 2.13 0.00 r p3 +180.93 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +190.67 33.73 237.50 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +190.67 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +190.67 62.24 m +46.83 0 l +o +np +190.67 106.61 m +46.83 0 l +o +np +190.67 150.98 m +46.83 0 l +o +np +194.06 33.73 m +0 139.10 l +o +np +203.86 33.73 m +0 139.10 l +o +np +213.67 33.73 m +0 139.10 l +o +np +223.47 33.73 m +0 139.10 l +o +np +233.28 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +190.67 40.05 m +46.83 0 l +o +np +190.67 84.42 m +46.83 0 l +o +np +190.67 128.79 m +46.83 0 l +o +np +198.96 33.73 m +0 139.10 l +o +np +208.76 33.73 m +0 139.10 l +o +np +218.57 33.73 m +0 139.10 l +o +np +228.38 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +192.80 40.05 2.13 0.00 r p3 +194.93 40.05 2.13 2.22 r p3 +197.06 40.05 2.13 2.22 r p3 +199.18 40.05 2.13 4.44 r p3 +201.31 40.05 2.13 11.09 r p3 +203.44 40.05 2.13 11.09 r p3 +205.57 40.05 2.13 110.93 r p3 +207.70 40.05 2.13 39.93 r p3 +209.83 40.05 2.13 11.09 r p3 +211.96 40.05 2.13 8.87 r p3 +214.09 40.05 2.13 8.87 r p3 +216.22 40.05 2.13 2.22 r p3 +218.34 40.05 2.13 4.44 r p3 +220.47 40.05 2.13 0.00 r p3 +222.60 40.05 2.13 0.00 r p3 +224.73 40.05 2.13 0.00 r p3 +226.86 40.05 2.13 0.00 r p3 +228.99 40.05 2.13 0.00 r p3 +231.12 40.05 2.13 0.00 r p3 +233.25 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +242.98 33.73 289.82 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +242.98 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +242.98 62.24 m +46.84 0 l +o +np +242.98 106.61 m +46.84 0 l +o +np +242.98 150.98 m +46.84 0 l +o +np +246.37 33.73 m +0 139.10 l +o +np +256.18 33.73 m +0 139.10 l +o +np +265.98 33.73 m +0 139.10 l +o +np +275.79 33.73 m +0 139.10 l +o +np +285.59 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +242.98 40.05 m +46.84 0 l +o +np +242.98 84.42 m +46.84 0 l +o +np +242.98 128.79 m +46.84 0 l +o +np +251.27 33.73 m +0 139.10 l +o +np +261.08 33.73 m +0 139.10 l +o +np +270.88 33.73 m +0 139.10 l +o +np +280.69 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +245.11 40.05 2.13 0.00 r p3 +247.24 40.05 2.13 4.44 r p3 +249.37 40.05 2.13 2.22 r p3 +251.50 40.05 2.13 2.22 r p3 +253.63 40.05 2.13 8.87 r p3 +255.76 40.05 2.13 15.53 r p3 +257.88 40.05 2.13 95.40 r p3 +260.01 40.05 2.13 55.46 r p3 +262.14 40.05 2.13 8.87 r p3 +264.27 40.05 2.13 0.00 r p3 +266.40 40.05 2.13 6.66 r p3 +268.53 40.05 2.13 2.22 r p3 +270.66 40.05 2.13 0.00 r p3 +272.79 40.05 2.13 0.00 r p3 +274.92 40.05 2.13 0.00 r p3 +277.04 40.05 2.13 0.00 r p3 +279.17 40.05 2.13 0.00 r p3 +281.30 40.05 2.13 0.00 r p3 +283.43 40.05 2.13 0.00 r p3 +285.56 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +295.30 33.73 342.13 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +295.30 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +295.30 62.24 m +46.83 0 l +o +np +295.30 106.61 m +46.83 0 l +o +np +295.30 150.98 m +46.83 0 l +o +np +298.68 33.73 m +0 139.10 l +o +np +308.49 33.73 m +0 139.10 l +o +np +318.29 33.73 m +0 139.10 l +o +np +328.10 33.73 m +0 139.10 l +o +np +337.91 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +295.30 40.05 m +46.83 0 l +o +np +295.30 84.42 m +46.83 0 l +o +np +295.30 128.79 m +46.83 0 l +o +np +303.59 33.73 m +0 139.10 l +o +np +313.39 33.73 m +0 139.10 l +o +np +323.20 33.73 m +0 139.10 l +o +np +333.00 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +297.43 40.05 2.13 0.00 r p3 +299.55 40.05 2.13 0.00 r p3 +301.68 40.05 2.13 0.00 r p3 +303.81 40.05 2.13 2.22 r p3 +305.94 40.05 2.13 0.00 r p3 +308.07 40.05 2.13 11.09 r p3 +310.20 40.05 2.13 6.66 r p3 +312.33 40.05 2.13 19.97 r p3 +314.46 40.05 2.13 113.14 r p3 +316.58 40.05 2.13 55.46 r p3 +318.71 40.05 2.13 15.53 r p3 +320.84 40.05 2.13 4.44 r p3 +322.97 40.05 2.13 2.22 r p3 +325.10 40.05 2.13 2.22 r p3 +327.23 40.05 2.13 0.00 r p3 +329.36 40.05 2.13 2.22 r p3 +331.49 40.05 2.13 0.00 r p3 +333.62 40.05 2.13 0.00 r p3 +335.74 40.05 2.13 0.00 r p3 +337.87 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +347.61 33.73 394.44 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +347.61 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +347.61 62.24 m +46.83 0 l +o +np +347.61 106.61 m +46.83 0 l +o +np +347.61 150.98 m +46.83 0 l +o +np +351.00 33.73 m +0 139.10 l +o +np +360.80 33.73 m +0 139.10 l +o +np +370.61 33.73 m +0 139.10 l +o +np +380.41 33.73 m +0 139.10 l +o +np +390.22 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +347.61 40.05 m +46.83 0 l +o +np +347.61 84.42 m +46.83 0 l +o +np +347.61 128.79 m +46.83 0 l +o +np +355.90 33.73 m +0 139.10 l +o +np +365.71 33.73 m +0 139.10 l +o +np +375.51 33.73 m +0 139.10 l +o +np +385.32 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +349.74 40.05 2.13 0.00 r p3 +351.87 40.05 2.13 0.00 r p3 +354.00 40.05 2.13 0.00 r p3 +356.13 40.05 2.13 0.00 r p3 +358.25 40.05 2.13 4.44 r p3 +360.38 40.05 2.13 8.87 r p3 +362.51 40.05 2.13 11.09 r p3 +364.64 40.05 2.13 48.81 r p3 +366.77 40.05 2.13 102.05 r p3 +368.90 40.05 2.13 42.15 r p3 +371.03 40.05 2.13 13.31 r p3 +373.16 40.05 2.13 2.22 r p3 +375.28 40.05 2.13 2.22 r p3 +377.41 40.05 2.13 0.00 r p3 +379.54 40.05 2.13 0.00 r p3 +381.67 40.05 2.13 0.00 r p3 +383.80 40.05 2.13 0.00 r p3 +385.93 40.05 2.13 0.00 r p3 +388.06 40.05 2.13 0.00 r p3 +390.19 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +399.92 33.73 446.76 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +399.92 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +399.92 62.24 m +46.84 0 l +o +np +399.92 106.61 m +46.84 0 l +o +np +399.92 150.98 m +46.84 0 l +o +np +403.31 33.73 m +0 139.10 l +o +np +413.12 33.73 m +0 139.10 l +o +np +422.92 33.73 m +0 139.10 l +o +np +432.73 33.73 m +0 139.10 l +o +np +442.53 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +399.92 40.05 m +46.84 0 l +o +np +399.92 84.42 m +46.84 0 l +o +np +399.92 128.79 m +46.84 0 l +o +np +408.21 33.73 m +0 139.10 l +o +np +418.02 33.73 m +0 139.10 l +o +np +427.82 33.73 m +0 139.10 l +o +np +437.63 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +402.05 40.05 2.13 0.00 r p3 +404.18 40.05 2.13 0.00 r p3 +406.31 40.05 2.13 0.00 r p3 +408.44 40.05 2.13 0.00 r p3 +410.57 40.05 2.13 4.44 r p3 +412.70 40.05 2.13 4.44 r p3 +414.83 40.05 2.13 4.44 r p3 +416.95 40.05 2.13 33.28 r p3 +419.08 40.05 2.13 102.05 r p3 +421.21 40.05 2.13 57.68 r p3 +423.34 40.05 2.13 19.97 r p3 +425.47 40.05 2.13 6.66 r p3 +427.60 40.05 2.13 4.44 r p3 +429.73 40.05 2.13 2.22 r p3 +431.86 40.05 2.13 0.00 r p3 +433.98 40.05 2.13 0.00 r p3 +436.11 40.05 2.13 0.00 r p3 +438.24 40.05 2.13 0.00 r p3 +440.37 40.05 2.13 0.00 r p3 +442.50 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +452.24 33.73 499.07 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +452.24 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +452.24 62.24 m +46.83 0 l +o +np +452.24 106.61 m +46.83 0 l +o +np +452.24 150.98 m +46.83 0 l +o +np +455.62 33.73 m +0 139.10 l +o +np +465.43 33.73 m +0 139.10 l +o +np +475.24 33.73 m +0 139.10 l +o +np +485.04 33.73 m +0 139.10 l +o +np +494.85 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +452.24 40.05 m +46.83 0 l +o +np +452.24 84.42 m +46.83 0 l +o +np +452.24 128.79 m +46.83 0 l +o +np +460.53 33.73 m +0 139.10 l +o +np +470.33 33.73 m +0 139.10 l +o +np +480.14 33.73 m +0 139.10 l +o +np +489.94 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +454.37 40.05 2.13 0.00 r p3 +456.49 40.05 2.13 0.00 r p3 +458.62 40.05 2.13 0.00 r p3 +460.75 40.05 2.13 0.00 r p3 +462.88 40.05 2.13 4.44 r p3 +465.01 40.05 2.13 2.22 r p3 +467.14 40.05 2.13 15.53 r p3 +469.27 40.05 2.13 33.28 r p3 +471.40 40.05 2.13 108.71 r p3 +473.53 40.05 2.13 48.81 r p3 +475.65 40.05 2.13 15.53 r p3 +477.78 40.05 2.13 4.44 r p3 +479.91 40.05 2.13 0.00 r p3 +482.04 40.05 2.13 0.00 r p3 +484.17 40.05 2.13 0.00 r p3 +486.30 40.05 2.13 0.00 r p3 +488.43 40.05 2.13 0.00 r p3 +490.56 40.05 2.13 0.00 r p3 +492.68 40.05 2.13 0.00 r p3 +494.81 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +504.55 33.73 551.38 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +504.55 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +504.55 62.24 m +46.83 0 l +o +np +504.55 106.61 m +46.83 0 l +o +np +504.55 150.98 m +46.83 0 l +o +np +507.94 33.73 m +0 139.10 l +o +np +517.74 33.73 m +0 139.10 l +o +np +527.55 33.73 m +0 139.10 l +o +np +537.35 33.73 m +0 139.10 l +o +np +547.16 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +504.55 40.05 m +46.83 0 l +o +np +504.55 84.42 m +46.83 0 l +o +np +504.55 128.79 m +46.83 0 l +o +np +512.84 33.73 m +0 139.10 l +o +np +522.65 33.73 m +0 139.10 l +o +np +532.45 33.73 m +0 139.10 l +o +np +542.26 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +506.68 40.05 2.13 0.00 r p3 +508.81 40.05 2.13 0.00 r p3 +510.94 40.05 2.13 0.00 r p3 +513.07 40.05 2.13 0.00 r p3 +515.19 40.05 2.13 4.44 r p3 +517.32 40.05 2.13 13.31 r p3 +519.45 40.05 2.13 11.09 r p3 +521.58 40.05 2.13 44.37 r p3 +523.71 40.05 2.13 104.27 r p3 +525.84 40.05 2.13 37.71 r p3 +527.97 40.05 2.13 6.66 r p3 +530.10 40.05 2.13 2.22 r p3 +532.23 40.05 2.13 0.00 r p3 +534.35 40.05 2.13 0.00 r p3 +536.48 40.05 2.13 2.22 r p3 +538.61 40.05 2.13 0.00 r p3 +540.74 40.05 2.13 2.22 r p3 +542.87 40.05 2.13 0.00 r p3 +545.00 40.05 2.13 0.00 r p3 +547.13 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +556.86 33.73 603.70 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +556.86 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +556.86 62.24 m +46.84 0 l +o +np +556.86 106.61 m +46.84 0 l +o +np +556.86 150.98 m +46.84 0 l +o +np +560.25 33.73 m +0 139.10 l +o +np +570.06 33.73 m +0 139.10 l +o +np +579.86 33.73 m +0 139.10 l +o +np +589.67 33.73 m +0 139.10 l +o +np +599.47 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +556.86 40.05 m +46.84 0 l +o +np +556.86 84.42 m +46.84 0 l +o +np +556.86 128.79 m +46.84 0 l +o +np +565.15 33.73 m +0 139.10 l +o +np +574.96 33.73 m +0 139.10 l +o +np +584.77 33.73 m +0 139.10 l +o +np +594.57 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +558.99 40.05 2.13 4.44 r p3 +561.12 40.05 2.13 6.66 r p3 +563.25 40.05 2.13 0.00 r p3 +565.38 40.05 2.13 13.31 r p3 +567.51 40.05 2.13 22.19 r p3 +569.64 40.05 2.13 73.21 r p3 +571.77 40.05 2.13 22.19 r p3 +573.89 40.05 2.13 17.75 r p3 +576.02 40.05 2.13 13.31 r p3 +578.15 40.05 2.13 15.53 r p3 +580.28 40.05 2.13 4.44 r p3 +582.41 40.05 2.13 4.44 r p3 +584.54 40.05 2.13 0.00 r p3 +586.67 40.05 2.13 0.00 r p3 +588.80 40.05 2.13 0.00 r p3 +590.93 40.05 2.13 0.00 r p3 +593.05 40.05 2.13 0.00 r p3 +595.18 40.05 2.13 0.00 r p3 +597.31 40.05 2.13 0.00 r p3 +599.44 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +609.18 33.73 656.01 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +609.18 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +609.18 62.24 m +46.83 0 l +o +np +609.18 106.61 m +46.83 0 l +o +np +609.18 150.98 m +46.83 0 l +o +np +612.56 33.73 m +0 139.10 l +o +np +622.37 33.73 m +0 139.10 l +o +np +632.18 33.73 m +0 139.10 l +o +np +641.98 33.73 m +0 139.10 l +o +np +651.79 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +609.18 40.05 m +46.83 0 l +o +np +609.18 84.42 m +46.83 0 l +o +np +609.18 128.79 m +46.83 0 l +o +np +617.47 33.73 m +0 139.10 l +o +np +627.27 33.73 m +0 139.10 l +o +np +637.08 33.73 m +0 139.10 l +o +np +646.88 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +611.31 40.05 2.13 0.00 r p3 +613.44 40.05 2.13 0.00 r p3 +615.56 40.05 2.13 4.44 r p3 +617.69 40.05 2.13 6.66 r p3 +619.82 40.05 2.13 19.97 r p3 +621.95 40.05 2.13 53.24 r p3 +624.08 40.05 2.13 66.56 r p3 +626.21 40.05 2.13 19.97 r p3 +628.34 40.05 2.13 15.53 r p3 +630.47 40.05 2.13 4.44 r p3 +632.59 40.05 2.13 4.44 r p3 +634.72 40.05 2.13 0.00 r p3 +636.85 40.05 2.13 0.00 r p3 +638.98 40.05 2.13 0.00 r p3 +641.11 40.05 2.13 0.00 r p3 +643.24 40.05 2.13 0.00 r p3 +645.37 40.05 2.13 0.00 r p3 +647.50 40.05 2.13 0.00 r p3 +649.63 40.05 2.13 0.00 r p3 +651.75 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +661.49 33.73 708.33 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +661.49 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +661.49 62.24 m +46.84 0 l +o +np +661.49 106.61 m +46.84 0 l +o +np +661.49 150.98 m +46.84 0 l +o +np +664.88 33.73 m +0 139.10 l +o +np +674.68 33.73 m +0 139.10 l +o +np +684.49 33.73 m +0 139.10 l +o +np +694.30 33.73 m +0 139.10 l +o +np +704.10 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +661.49 40.05 m +46.84 0 l +o +np +661.49 84.42 m +46.84 0 l +o +np +661.49 128.79 m +46.84 0 l +o +np +669.78 33.73 m +0 139.10 l +o +np +679.59 33.73 m +0 139.10 l +o +np +689.39 33.73 m +0 139.10 l +o +np +699.20 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +663.62 40.05 2.13 0.00 r p3 +665.75 40.05 2.13 2.22 r p3 +667.88 40.05 2.13 0.00 r p3 +670.01 40.05 2.13 8.87 r p3 +672.14 40.05 2.13 15.53 r p3 +674.26 40.05 2.13 26.62 r p3 +676.39 40.05 2.13 93.18 r p3 +678.52 40.05 2.13 33.28 r p3 +680.65 40.05 2.13 8.87 r p3 +682.78 40.05 2.13 11.09 r p3 +684.91 40.05 2.13 0.00 r p3 +687.04 40.05 2.13 2.22 r p3 +689.17 40.05 2.13 0.00 r p3 +691.30 40.05 2.13 0.00 r p3 +693.42 40.05 2.13 0.00 r p3 +695.55 40.05 2.13 0.00 r p3 +697.68 40.05 2.13 0.00 r p3 +699.81 40.05 2.13 0.00 r p3 +701.94 40.05 2.13 0.00 r p3 +704.07 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +713.81 33.73 760.64 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +713.81 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +713.81 62.24 m +46.83 0 l +o +np +713.81 106.61 m +46.83 0 l +o +np +713.81 150.98 m +46.83 0 l +o +np +717.19 33.73 m +0 139.10 l +o +np +727.00 33.73 m +0 139.10 l +o +np +736.80 33.73 m +0 139.10 l +o +np +746.61 33.73 m +0 139.10 l +o +np +756.41 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +713.81 40.05 m +46.83 0 l +o +np +713.81 84.42 m +46.83 0 l +o +np +713.81 128.79 m +46.83 0 l +o +np +722.09 33.73 m +0 139.10 l +o +np +731.90 33.73 m +0 139.10 l +o +np +741.71 33.73 m +0 139.10 l +o +np +751.51 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +715.93 40.05 2.13 2.22 r p3 +718.06 40.05 2.13 0.00 r p3 +720.19 40.05 2.13 0.00 r p3 +722.32 40.05 2.13 4.44 r p3 +724.45 40.05 2.13 8.87 r p3 +726.58 40.05 2.13 24.40 r p3 +728.71 40.05 2.13 97.61 r p3 +730.84 40.05 2.13 24.40 r p3 +732.96 40.05 2.13 19.97 r p3 +735.09 40.05 2.13 8.87 r p3 +737.22 40.05 2.13 6.66 r p3 +739.35 40.05 2.13 4.44 r p3 +741.48 40.05 2.13 0.00 r p3 +743.61 40.05 2.13 0.00 r p3 +745.74 40.05 2.13 2.22 r p3 +747.87 40.05 2.13 0.00 r p3 +750.00 40.05 2.13 0.00 r p3 +752.12 40.05 2.13 2.22 r p3 +754.25 40.05 2.13 2.22 r p3 +756.38 40.05 2.13 2.22 r p3 +0.00 0.00 1440.00 576.00 cl +766.12 33.73 812.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +766.12 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +766.12 62.24 m +46.83 0 l +o +np +766.12 106.61 m +46.83 0 l +o +np +766.12 150.98 m +46.83 0 l +o +np +769.50 33.73 m +0 139.10 l +o +np +779.31 33.73 m +0 139.10 l +o +np +789.12 33.73 m +0 139.10 l +o +np +798.92 33.73 m +0 139.10 l +o +np +808.73 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +766.12 40.05 m +46.83 0 l +o +np +766.12 84.42 m +46.83 0 l +o +np +766.12 128.79 m +46.83 0 l +o +np +774.41 33.73 m +0 139.10 l +o +np +784.21 33.73 m +0 139.10 l +o +np +794.02 33.73 m +0 139.10 l +o +np +803.83 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +768.25 40.05 2.13 0.00 r p3 +770.38 40.05 2.13 0.00 r p3 +772.51 40.05 2.13 2.22 r p3 +774.63 40.05 2.13 2.22 r p3 +776.76 40.05 2.13 15.53 r p3 +778.89 40.05 2.13 13.31 r p3 +781.02 40.05 2.13 108.71 r p3 +783.15 40.05 2.13 33.28 r p3 +785.28 40.05 2.13 13.31 r p3 +787.41 40.05 2.13 15.53 r p3 +789.54 40.05 2.13 0.00 r p3 +791.66 40.05 2.13 0.00 r p3 +793.79 40.05 2.13 0.00 r p3 +795.92 40.05 2.13 0.00 r p3 +798.05 40.05 2.13 0.00 r p3 +800.18 40.05 2.13 0.00 r p3 +802.31 40.05 2.13 0.00 r p3 +804.44 40.05 2.13 0.00 r p3 +806.57 40.05 2.13 0.00 r p3 +808.70 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +818.43 33.73 865.27 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +818.43 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +818.43 62.24 m +46.84 0 l +o +np +818.43 106.61 m +46.84 0 l +o +np +818.43 150.98 m +46.84 0 l +o +np +821.82 33.73 m +0 139.10 l +o +np +831.62 33.73 m +0 139.10 l +o +np +841.43 33.73 m +0 139.10 l +o +np +851.24 33.73 m +0 139.10 l +o +np +861.04 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +818.43 40.05 m +46.84 0 l +o +np +818.43 84.42 m +46.84 0 l +o +np +818.43 128.79 m +46.84 0 l +o +np +826.72 33.73 m +0 139.10 l +o +np +836.53 33.73 m +0 139.10 l +o +np +846.33 33.73 m +0 139.10 l +o +np +856.14 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +820.56 40.05 2.13 0.00 r p3 +822.69 40.05 2.13 0.00 r p3 +824.82 40.05 2.13 6.66 r p3 +826.95 40.05 2.13 2.22 r p3 +829.08 40.05 2.13 13.31 r p3 +831.21 40.05 2.13 11.09 r p3 +833.33 40.05 2.13 24.40 r p3 +835.46 40.05 2.13 35.50 r p3 +837.59 40.05 2.13 110.93 r p3 +839.72 40.05 2.13 8.87 r p3 +841.85 40.05 2.13 2.22 r p3 +843.98 40.05 2.13 0.00 r p3 +846.11 40.05 2.13 0.00 r p3 +848.24 40.05 2.13 0.00 r p3 +850.36 40.05 2.13 0.00 r p3 +852.49 40.05 2.13 0.00 r p3 +854.62 40.05 2.13 0.00 r p3 +856.75 40.05 2.13 0.00 r p3 +858.88 40.05 2.13 0.00 r p3 +861.01 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +870.75 33.73 917.58 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +870.75 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +870.75 62.24 m +46.83 0 l +o +np +870.75 106.61 m +46.83 0 l +o +np +870.75 150.98 m +46.83 0 l +o +np +874.13 33.73 m +0 139.10 l +o +np +883.94 33.73 m +0 139.10 l +o +np +893.74 33.73 m +0 139.10 l +o +np +903.55 33.73 m +0 139.10 l +o +np +913.36 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +870.75 40.05 m +46.83 0 l +o +np +870.75 84.42 m +46.83 0 l +o +np +870.75 128.79 m +46.83 0 l +o +np +879.03 33.73 m +0 139.10 l +o +np +888.84 33.73 m +0 139.10 l +o +np +898.65 33.73 m +0 139.10 l +o +np +908.45 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +872.87 40.05 2.13 0.00 r p3 +875.00 40.05 2.13 0.00 r p3 +877.13 40.05 2.13 0.00 r p3 +879.26 40.05 2.13 2.22 r p3 +881.39 40.05 2.13 6.66 r p3 +883.52 40.05 2.13 22.19 r p3 +885.65 40.05 2.13 28.84 r p3 +887.78 40.05 2.13 35.50 r p3 +889.91 40.05 2.13 99.83 r p3 +892.03 40.05 2.13 8.87 r p3 +894.16 40.05 2.13 4.44 r p3 +896.29 40.05 2.13 0.00 r p3 +898.42 40.05 2.13 4.44 r p3 +900.55 40.05 2.13 0.00 r p3 +902.68 40.05 2.13 0.00 r p3 +904.81 40.05 2.13 0.00 r p3 +906.94 40.05 2.13 0.00 r p3 +909.06 40.05 2.13 0.00 r p3 +911.19 40.05 2.13 0.00 r p3 +913.32 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +923.06 33.73 969.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +923.06 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +923.06 62.24 m +46.83 0 l +o +np +923.06 106.61 m +46.83 0 l +o +np +923.06 150.98 m +46.83 0 l +o +np +926.45 33.73 m +0 139.10 l +o +np +936.25 33.73 m +0 139.10 l +o +np +946.06 33.73 m +0 139.10 l +o +np +955.86 33.73 m +0 139.10 l +o +np +965.67 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +923.06 40.05 m +46.83 0 l +o +np +923.06 84.42 m +46.83 0 l +o +np +923.06 128.79 m +46.83 0 l +o +np +931.35 33.73 m +0 139.10 l +o +np +941.15 33.73 m +0 139.10 l +o +np +950.96 33.73 m +0 139.10 l +o +np +960.77 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +925.19 40.05 2.13 0.00 r p3 +927.32 40.05 2.13 0.00 r p3 +929.45 40.05 2.13 2.22 r p3 +931.57 40.05 2.13 0.00 r p3 +933.70 40.05 2.13 2.22 r p3 +935.83 40.05 2.13 15.53 r p3 +937.96 40.05 2.13 13.31 r p3 +940.09 40.05 2.13 46.59 r p3 +942.22 40.05 2.13 119.80 r p3 +944.35 40.05 2.13 15.53 r p3 +946.48 40.05 2.13 2.22 r p3 +948.61 40.05 2.13 0.00 r p3 +950.73 40.05 2.13 0.00 r p3 +952.86 40.05 2.13 0.00 r p3 +954.99 40.05 2.13 0.00 r p3 +957.12 40.05 2.13 0.00 r p3 +959.25 40.05 2.13 0.00 r p3 +961.38 40.05 2.13 0.00 r p3 +963.51 40.05 2.13 0.00 r p3 +965.64 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +975.37 33.73 1022.21 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +975.37 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +975.37 62.24 m +46.84 0 l +o +np +975.37 106.61 m +46.84 0 l +o +np +975.37 150.98 m +46.84 0 l +o +np +978.76 33.73 m +0 139.10 l +o +np +988.56 33.73 m +0 139.10 l +o +np +998.37 33.73 m +0 139.10 l +o +np +1008.18 33.73 m +0 139.10 l +o +np +1017.98 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +975.37 40.05 m +46.84 0 l +o +np +975.37 84.42 m +46.84 0 l +o +np +975.37 128.79 m +46.84 0 l +o +np +983.66 33.73 m +0 139.10 l +o +np +993.47 33.73 m +0 139.10 l +o +np +1003.27 33.73 m +0 139.10 l +o +np +1013.08 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +977.50 40.05 2.13 0.00 r p3 +979.63 40.05 2.13 0.00 r p3 +981.76 40.05 2.13 0.00 r p3 +983.89 40.05 2.13 0.00 r p3 +986.02 40.05 2.13 4.44 r p3 +988.15 40.05 2.13 4.44 r p3 +990.27 40.05 2.13 19.97 r p3 +992.40 40.05 2.13 42.15 r p3 +994.53 40.05 2.13 126.45 r p3 +996.66 40.05 2.13 24.40 r p3 +998.79 40.05 2.13 4.44 r p3 +1000.92 40.05 2.13 2.22 r p3 +1003.05 40.05 2.13 0.00 r p3 +1005.18 40.05 2.13 0.00 r p3 +1007.31 40.05 2.13 0.00 r p3 +1009.43 40.05 2.13 0.00 r p3 +1011.56 40.05 2.13 0.00 r p3 +1013.69 40.05 2.13 0.00 r p3 +1015.82 40.05 2.13 0.00 r p3 +1017.95 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1027.69 33.73 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1027.69 33.73 46.83 139.10 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1027.69 62.24 m +46.83 0 l +o +np +1027.69 106.61 m +46.83 0 l +o +np +1027.69 150.98 m +46.83 0 l +o +np +1031.07 33.73 m +0 139.10 l +o +np +1040.88 33.73 m +0 139.10 l +o +np +1050.68 33.73 m +0 139.10 l +o +np +1060.49 33.73 m +0 139.10 l +o +np +1070.30 33.73 m +0 139.10 l +o +1.07 setlinewidth +[] 0 setdash +np +1027.69 40.05 m +46.83 0 l +o +np +1027.69 84.42 m +46.83 0 l +o +np +1027.69 128.79 m +46.83 0 l +o +np +1035.98 33.73 m +0 139.10 l +o +np +1045.78 33.73 m +0 139.10 l +o +np +1055.59 33.73 m +0 139.10 l +o +np +1065.39 33.73 m +0 139.10 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1029.82 40.05 2.13 0.00 r p3 +1031.94 40.05 2.13 0.00 r p3 +1034.07 40.05 2.13 0.00 r p3 +1036.20 40.05 2.13 0.00 r p3 +1038.33 40.05 2.13 2.22 r p3 +1040.46 40.05 2.13 6.66 r p3 +1042.59 40.05 2.13 26.62 r p3 +1044.72 40.05 2.13 44.37 r p3 +1046.85 40.05 2.13 119.80 r p3 +1048.97 40.05 2.13 11.09 r p3 +1051.10 40.05 2.13 4.44 r p3 +1053.23 40.05 2.13 2.22 r p3 +1055.36 40.05 2.13 4.44 r p3 +1057.49 40.05 2.13 0.00 r p3 +1059.62 40.05 2.13 0.00 r p3 +1061.75 40.05 2.13 0.00 r p3 +1063.88 40.05 2.13 0.00 r p3 +1066.01 40.05 2.13 0.00 r p3 +1068.13 40.05 2.13 0.00 r p3 +1070.26 40.05 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +33.73 172.83 80.56 207.25 cl +33.73 190.04 80.56 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.73 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +57.15 195.41 (Batch1) .5 0 t +33.73 190.04 80.56 207.25 cl +33.73 172.83 80.56 207.25 cl +33.73 172.83 80.56 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.73 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +57.15 178.20 (Batch1_A_1) .5 0 t +33.73 172.83 80.56 190.04 cl +33.73 172.83 80.56 207.25 cl +0.00 0.00 1440.00 576.00 cl +86.04 172.83 132.88 207.25 cl +86.04 190.04 132.88 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +86.04 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.46 195.41 (Batch1) .5 0 t +86.04 190.04 132.88 207.25 cl +86.04 172.83 132.88 207.25 cl +86.04 172.83 132.88 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +86.04 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.46 178.20 (Batch1_A_2) .5 0 t +86.04 172.83 132.88 190.04 cl +86.04 172.83 132.88 207.25 cl +0.00 0.00 1440.00 576.00 cl +138.36 172.83 185.19 207.25 cl +138.36 190.04 185.19 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.36 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.77 195.41 (Batch1) .5 0 t +138.36 190.04 185.19 207.25 cl +138.36 172.83 185.19 207.25 cl +138.36 172.83 185.19 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.36 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.77 178.20 (Batch1_A_3) .5 0 t +138.36 172.83 185.19 190.04 cl +138.36 172.83 185.19 207.25 cl +0.00 0.00 1440.00 576.00 cl +190.67 172.83 237.50 207.25 cl +190.67 190.04 237.50 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.67 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +214.09 195.41 (Batch1) .5 0 t +190.67 190.04 237.50 207.25 cl +190.67 172.83 237.50 207.25 cl +190.67 172.83 237.50 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.67 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +214.09 178.20 (Batch1_A_4) .5 0 t +190.67 172.83 237.50 190.04 cl +190.67 172.83 237.50 207.25 cl +0.00 0.00 1440.00 576.00 cl +242.98 172.83 289.82 207.25 cl +242.98 190.04 289.82 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.98 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.40 195.41 (Batch1) .5 0 t +242.98 190.04 289.82 207.25 cl +242.98 172.83 289.82 207.25 cl +242.98 172.83 289.82 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.98 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.40 178.20 (Batch1_A_5) .5 0 t +242.98 172.83 289.82 190.04 cl +242.98 172.83 289.82 207.25 cl +0.00 0.00 1440.00 576.00 cl +295.30 172.83 342.13 207.25 cl +295.30 190.04 342.13 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.30 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.71 195.41 (Batch1) .5 0 t +295.30 190.04 342.13 207.25 cl +295.30 172.83 342.13 207.25 cl +295.30 172.83 342.13 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.30 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.71 178.20 (Batch1_B_10) .5 0 t +295.30 172.83 342.13 190.04 cl +295.30 172.83 342.13 207.25 cl +0.00 0.00 1440.00 576.00 cl +347.61 172.83 394.44 207.25 cl +347.61 190.04 394.44 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.61 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +371.03 195.41 (Batch1) .5 0 t +347.61 190.04 394.44 207.25 cl +347.61 172.83 394.44 207.25 cl +347.61 172.83 394.44 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.61 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +371.03 178.20 (Batch1_B_6) .5 0 t +347.61 172.83 394.44 190.04 cl +347.61 172.83 394.44 207.25 cl +0.00 0.00 1440.00 576.00 cl +399.92 172.83 446.76 207.25 cl +399.92 190.04 446.76 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.92 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.34 195.41 (Batch1) .5 0 t +399.92 190.04 446.76 207.25 cl +399.92 172.83 446.76 207.25 cl +399.92 172.83 446.76 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.92 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.34 178.20 (Batch1_B_7) .5 0 t +399.92 172.83 446.76 190.04 cl +399.92 172.83 446.76 207.25 cl +0.00 0.00 1440.00 576.00 cl +452.24 172.83 499.07 207.25 cl +452.24 190.04 499.07 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.24 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.65 195.41 (Batch1) .5 0 t +452.24 190.04 499.07 207.25 cl +452.24 172.83 499.07 207.25 cl +452.24 172.83 499.07 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.24 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.65 178.20 (Batch1_B_8) .5 0 t +452.24 172.83 499.07 190.04 cl +452.24 172.83 499.07 207.25 cl +0.00 0.00 1440.00 576.00 cl +504.55 172.83 551.38 207.25 cl +504.55 190.04 551.38 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.55 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.97 195.41 (Batch1) .5 0 t +504.55 190.04 551.38 207.25 cl +504.55 172.83 551.38 207.25 cl +504.55 172.83 551.38 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.55 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.97 178.20 (Batch1_B_9) .5 0 t +504.55 172.83 551.38 190.04 cl +504.55 172.83 551.38 207.25 cl +0.00 0.00 1440.00 576.00 cl +556.86 172.83 603.70 207.25 cl +556.86 190.04 603.70 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.86 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.28 195.41 (Batch1) .5 0 t +556.86 190.04 603.70 207.25 cl +556.86 172.83 603.70 207.25 cl +556.86 172.83 603.70 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.86 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.28 178.20 (Batch1_C_11) .5 0 t +556.86 172.83 603.70 190.04 cl +556.86 172.83 603.70 207.25 cl +0.00 0.00 1440.00 576.00 cl +609.18 172.83 656.01 207.25 cl +609.18 190.04 656.01 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.18 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.59 195.41 (Batch1) .5 0 t +609.18 190.04 656.01 207.25 cl +609.18 172.83 656.01 207.25 cl +609.18 172.83 656.01 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.18 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.59 178.20 (Batch1_C_12) .5 0 t +609.18 172.83 656.01 190.04 cl +609.18 172.83 656.01 207.25 cl +0.00 0.00 1440.00 576.00 cl +661.49 172.83 708.33 207.25 cl +661.49 190.04 708.33 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.49 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.91 195.41 (Batch1) .5 0 t +661.49 190.04 708.33 207.25 cl +661.49 172.83 708.33 207.25 cl +661.49 172.83 708.33 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.49 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.91 178.20 (Batch1_C_13) .5 0 t +661.49 172.83 708.33 190.04 cl +661.49 172.83 708.33 207.25 cl +0.00 0.00 1440.00 576.00 cl +713.81 172.83 760.64 207.25 cl +713.81 190.04 760.64 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.81 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.22 195.41 (Batch1) .5 0 t +713.81 190.04 760.64 207.25 cl +713.81 172.83 760.64 207.25 cl +713.81 172.83 760.64 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.81 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.22 178.20 (Batch1_C_14) .5 0 t +713.81 172.83 760.64 190.04 cl +713.81 172.83 760.64 207.25 cl +0.00 0.00 1440.00 576.00 cl +766.12 172.83 812.95 207.25 cl +766.12 190.04 812.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.12 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.54 195.41 (Batch1) .5 0 t +766.12 190.04 812.95 207.25 cl +766.12 172.83 812.95 207.25 cl +766.12 172.83 812.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.12 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.54 178.20 (Batch1_C_15) .5 0 t +766.12 172.83 812.95 190.04 cl +766.12 172.83 812.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +818.43 172.83 865.27 207.25 cl +818.43 190.04 865.27 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.43 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.85 195.41 (Batch1) .5 0 t +818.43 190.04 865.27 207.25 cl +818.43 172.83 865.27 207.25 cl +818.43 172.83 865.27 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.43 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.85 178.20 (Batch1_D_16) .5 0 t +818.43 172.83 865.27 190.04 cl +818.43 172.83 865.27 207.25 cl +0.00 0.00 1440.00 576.00 cl +870.75 172.83 917.58 207.25 cl +870.75 190.04 917.58 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.75 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.16 195.41 (Batch1) .5 0 t +870.75 190.04 917.58 207.25 cl +870.75 172.83 917.58 207.25 cl +870.75 172.83 917.58 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.75 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.16 178.20 (Batch1_D_17) .5 0 t +870.75 172.83 917.58 190.04 cl +870.75 172.83 917.58 207.25 cl +0.00 0.00 1440.00 576.00 cl +923.06 172.83 969.89 207.25 cl +923.06 190.04 969.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.06 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.48 195.41 (Batch1) .5 0 t +923.06 190.04 969.89 207.25 cl +923.06 172.83 969.89 207.25 cl +923.06 172.83 969.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.06 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.48 178.20 (Batch1_D_18) .5 0 t +923.06 172.83 969.89 190.04 cl +923.06 172.83 969.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +975.37 172.83 1022.21 207.25 cl +975.37 190.04 1022.21 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.37 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.79 195.41 (Batch1) .5 0 t +975.37 190.04 1022.21 207.25 cl +975.37 172.83 1022.21 207.25 cl +975.37 172.83 1022.21 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.37 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.79 178.20 (Batch1_D_19) .5 0 t +975.37 172.83 1022.21 190.04 cl +975.37 172.83 1022.21 207.25 cl +0.00 0.00 1440.00 576.00 cl +1027.69 172.83 1074.52 207.25 cl +1027.69 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.69 190.04 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 195.41 (Batch1) .5 0 t +1027.69 190.04 1074.52 207.25 cl +1027.69 172.83 1074.52 207.25 cl +1027.69 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.69 172.83 46.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 178.20 (Batch1_D_20) .5 0 t +1027.69 172.83 1074.52 190.04 cl +1027.69 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +42.02 30.99 m +0 2.74 l +o +np +51.82 30.99 m +0 2.74 l +o +np +61.63 30.99 m +0 2.74 l +o +np +71.44 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +48.48 28.80 (-2) 1 90 t +58.29 28.80 (0) 1 90 t +68.09 28.80 (2) 1 90 t +77.90 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +94.33 30.99 m +0 2.74 l +o +np +104.14 30.99 m +0 2.74 l +o +np +113.94 30.99 m +0 2.74 l +o +np +123.75 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +100.79 28.80 (-2) 1 90 t +110.60 28.80 (0) 1 90 t +120.41 28.80 (2) 1 90 t +130.21 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +146.64 30.99 m +0 2.74 l +o +np +156.45 30.99 m +0 2.74 l +o +np +166.26 30.99 m +0 2.74 l +o +np +176.06 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +153.11 28.80 (-2) 1 90 t +162.91 28.80 (0) 1 90 t +172.72 28.80 (2) 1 90 t +182.52 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +198.96 30.99 m +0 2.74 l +o +np +208.76 30.99 m +0 2.74 l +o +np +218.57 30.99 m +0 2.74 l +o +np +228.38 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +205.42 28.80 (-2) 1 90 t +215.23 28.80 (0) 1 90 t +225.03 28.80 (2) 1 90 t +234.84 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +251.27 30.99 m +0 2.74 l +o +np +261.08 30.99 m +0 2.74 l +o +np +270.88 30.99 m +0 2.74 l +o +np +280.69 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +257.73 28.80 (-2) 1 90 t +267.54 28.80 (0) 1 90 t +277.35 28.80 (2) 1 90 t +287.15 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +303.59 30.99 m +0 2.74 l +o +np +313.39 30.99 m +0 2.74 l +o +np +323.20 30.99 m +0 2.74 l +o +np +333.00 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +310.05 28.80 (-2) 1 90 t +319.85 28.80 (0) 1 90 t +329.66 28.80 (2) 1 90 t +339.47 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +355.90 30.99 m +0 2.74 l +o +np +365.71 30.99 m +0 2.74 l +o +np +375.51 30.99 m +0 2.74 l +o +np +385.32 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +362.36 28.80 (-2) 1 90 t +372.17 28.80 (0) 1 90 t +381.97 28.80 (2) 1 90 t +391.78 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +408.21 30.99 m +0 2.74 l +o +np +418.02 30.99 m +0 2.74 l +o +np +427.82 30.99 m +0 2.74 l +o +np +437.63 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +414.67 28.80 (-2) 1 90 t +424.48 28.80 (0) 1 90 t +434.29 28.80 (2) 1 90 t +444.09 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +460.53 30.99 m +0 2.74 l +o +np +470.33 30.99 m +0 2.74 l +o +np +480.14 30.99 m +0 2.74 l +o +np +489.94 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +466.99 28.80 (-2) 1 90 t +476.79 28.80 (0) 1 90 t +486.60 28.80 (2) 1 90 t +496.41 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +512.84 30.99 m +0 2.74 l +o +np +522.65 30.99 m +0 2.74 l +o +np +532.45 30.99 m +0 2.74 l +o +np +542.26 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +519.30 28.80 (-2) 1 90 t +529.11 28.80 (0) 1 90 t +538.91 28.80 (2) 1 90 t +548.72 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +565.15 30.99 m +0 2.74 l +o +np +574.96 30.99 m +0 2.74 l +o +np +584.77 30.99 m +0 2.74 l +o +np +594.57 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +571.62 28.80 (-2) 1 90 t +581.42 28.80 (0) 1 90 t +591.23 28.80 (2) 1 90 t +601.03 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +617.47 30.99 m +0 2.74 l +o +np +627.27 30.99 m +0 2.74 l +o +np +637.08 30.99 m +0 2.74 l +o +np +646.88 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +623.93 28.80 (-2) 1 90 t +633.73 28.80 (0) 1 90 t +643.54 28.80 (2) 1 90 t +653.35 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +669.78 30.99 m +0 2.74 l +o +np +679.59 30.99 m +0 2.74 l +o +np +689.39 30.99 m +0 2.74 l +o +np +699.20 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +676.24 28.80 (-2) 1 90 t +686.05 28.80 (0) 1 90 t +695.85 28.80 (2) 1 90 t +705.66 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +722.09 30.99 m +0 2.74 l +o +np +731.90 30.99 m +0 2.74 l +o +np +741.71 30.99 m +0 2.74 l +o +np +751.51 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +728.56 28.80 (-2) 1 90 t +738.36 28.80 (0) 1 90 t +748.17 28.80 (2) 1 90 t +757.97 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +774.41 30.99 m +0 2.74 l +o +np +784.21 30.99 m +0 2.74 l +o +np +794.02 30.99 m +0 2.74 l +o +np +803.83 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +780.87 28.80 (-2) 1 90 t +790.68 28.80 (0) 1 90 t +800.48 28.80 (2) 1 90 t +810.29 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +826.72 30.99 m +0 2.74 l +o +np +836.53 30.99 m +0 2.74 l +o +np +846.33 30.99 m +0 2.74 l +o +np +856.14 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +833.18 28.80 (-2) 1 90 t +842.99 28.80 (0) 1 90 t +852.80 28.80 (2) 1 90 t +862.60 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +879.03 30.99 m +0 2.74 l +o +np +888.84 30.99 m +0 2.74 l +o +np +898.65 30.99 m +0 2.74 l +o +np +908.45 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +885.50 28.80 (-2) 1 90 t +895.30 28.80 (0) 1 90 t +905.11 28.80 (2) 1 90 t +914.91 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +931.35 30.99 m +0 2.74 l +o +np +941.15 30.99 m +0 2.74 l +o +np +950.96 30.99 m +0 2.74 l +o +np +960.77 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +937.81 28.80 (-2) 1 90 t +947.62 28.80 (0) 1 90 t +957.42 28.80 (2) 1 90 t +967.23 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +983.66 30.99 m +0 2.74 l +o +np +993.47 30.99 m +0 2.74 l +o +np +1003.27 30.99 m +0 2.74 l +o +np +1013.08 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +990.12 28.80 (-2) 1 90 t +999.93 28.80 (0) 1 90 t +1009.74 28.80 (2) 1 90 t +1019.54 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1035.98 30.99 m +0 2.74 l +o +np +1045.78 30.99 m +0 2.74 l +o +np +1055.59 30.99 m +0 2.74 l +o +np +1065.39 30.99 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1042.44 28.80 (-2) 1 90 t +1052.24 28.80 (0) 1 90 t +1062.05 28.80 (2) 1 90 t +1071.86 28.80 (4) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.80 36.82 (0) 1 0 t +28.80 81.19 (20) 1 0 t +28.80 125.56 (40) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.99 40.05 m +2.74 0 l +o +np +30.99 84.42 m +2.74 0 l +o +np +30.99 128.79 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +540.06 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.63 103.28 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.73 215.59 (Histogr) 0 ta +-0.130 (am of Log2 of RLE Siz) tb +-0.195 (e Ratios) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1121.23 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1121.23 309.56 296.08 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1121.23 342.69 m +296.08 0 l +o +np +1121.23 404.76 m +296.08 0 l +o +np +1121.23 466.83 m +296.08 0 l +o +np +1121.23 528.90 m +296.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1121.23 311.65 m +296.08 0 l +o +np +1121.23 373.72 m +296.08 0 l +o +np +1121.23 435.80 m +296.08 0 l +o +np +1121.23 497.87 m +296.08 0 l +o +np +1130.03 309.56 m +0 226.08 l +o +np +1144.69 309.56 m +0 226.08 l +o +np +1159.34 309.56 m +0 226.08 l +o +np +1174.00 309.56 m +0 226.08 l +o +np +1188.66 309.56 m +0 226.08 l +o +np +1203.32 309.56 m +0 226.08 l +o +np +1217.97 309.56 m +0 226.08 l +o +np +1232.63 309.56 m +0 226.08 l +o +np +1247.29 309.56 m +0 226.08 l +o +np +1261.94 309.56 m +0 226.08 l +o +np +1276.60 309.56 m +0 226.08 l +o +np +1291.26 309.56 m +0 226.08 l +o +np +1305.92 309.56 m +0 226.08 l +o +np +1320.57 309.56 m +0 226.08 l +o +np +1335.23 309.56 m +0 226.08 l +o +np +1349.89 309.56 m +0 226.08 l +o +np +1364.55 309.56 m +0 226.08 l +o +np +1379.20 309.56 m +0 226.08 l +o +np +1393.86 309.56 m +0 226.08 l +o +np +1408.52 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1123.43 396.79 13.19 39.01 r p3 +1138.09 362.29 13.19 73.51 r p3 +1152.75 377.56 13.19 58.24 r p3 +1167.41 386.18 13.19 49.61 r p3 +1182.06 389.56 13.19 46.23 r p3 +0.4863 0.6824 0 srgb +1196.72 435.80 13.19 88.11 r p3 +1211.38 435.80 13.19 80.73 r p3 +1226.03 435.80 13.19 89.57 r p3 +1240.69 435.80 13.19 79.59 r p3 +1255.35 435.80 13.19 64.56 r p3 +0 0.7490 0.7686 srgb +1270.01 319.83 13.19 115.96 r p3 +1284.66 338.57 13.19 97.23 r p3 +1299.32 373.70 13.19 62.09 r p3 +1313.98 381.85 13.19 53.95 r p3 +1328.63 383.38 13.19 52.42 r p3 +0.7804 0.4863 1 srgb +1343.29 435.80 13.19 45.83 r p3 +1357.95 435.80 13.19 42.19 r p3 +1372.61 435.80 13.19 49.41 r p3 +1387.26 435.80 13.19 61.59 r p3 +1401.92 435.80 13.19 58.45 r p3 +0.00 0.00 1440.00 576.00 cl +1121.23 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1121.23 78.00 296.08 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1121.23 105.79 m +296.08 0 l +o +np +1121.23 158.53 m +296.08 0 l +o +np +1121.23 211.27 m +296.08 0 l +o +np +1121.23 264.01 m +296.08 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1121.23 79.42 m +296.08 0 l +o +np +1121.23 132.16 m +296.08 0 l +o +np +1121.23 184.90 m +296.08 0 l +o +np +1121.23 237.64 m +296.08 0 l +o +np +1121.23 290.38 m +296.08 0 l +o +np +1130.03 78.00 m +0 226.08 l +o +np +1144.69 78.00 m +0 226.08 l +o +np +1159.34 78.00 m +0 226.08 l +o +np +1174.00 78.00 m +0 226.08 l +o +np +1188.66 78.00 m +0 226.08 l +o +np +1203.32 78.00 m +0 226.08 l +o +np +1217.97 78.00 m +0 226.08 l +o +np +1232.63 78.00 m +0 226.08 l +o +np +1247.29 78.00 m +0 226.08 l +o +np +1261.94 78.00 m +0 226.08 l +o +np +1276.60 78.00 m +0 226.08 l +o +np +1291.26 78.00 m +0 226.08 l +o +np +1305.92 78.00 m +0 226.08 l +o +np +1320.57 78.00 m +0 226.08 l +o +np +1335.23 78.00 m +0 226.08 l +o +np +1349.89 78.00 m +0 226.08 l +o +np +1364.55 78.00 m +0 226.08 l +o +np +1379.20 78.00 m +0 226.08 l +o +np +1393.86 78.00 m +0 226.08 l +o +np +1408.52 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1123.43 145.95 13.19 38.95 r p3 +1138.09 116.52 13.19 68.38 r p3 +1152.75 109.78 13.19 75.12 r p3 +1167.41 146.46 13.19 38.44 r p3 +1182.06 131.56 13.19 53.34 r p3 +0.4863 0.6824 0 srgb +1196.72 184.90 13.19 104.57 r p3 +1211.38 184.90 13.19 72.70 r p3 +1226.03 184.90 13.19 108.90 r p3 +1240.69 184.90 13.19 80.90 r p3 +1255.35 184.90 13.19 70.15 r p3 +0 0.7490 0.7686 srgb +1270.01 88.28 13.19 96.62 r p3 +1284.66 101.46 13.19 83.44 r p3 +1299.32 118.00 13.19 66.91 r p3 +1313.98 172.26 13.19 12.64 r p3 +1328.63 135.56 13.19 49.34 r p3 +0.7804 0.4863 1 srgb +1343.29 184.74 13.19 0.16 r p3 +1357.95 184.90 13.19 16.69 r p3 +1372.61 184.90 13.19 30.19 r p3 +1387.26 184.90 13.19 52.43 r p3 +1401.92 184.90 13.19 46.79 r p3 +0.00 0.00 1440.00 576.00 cl +1121.23 535.64 1417.31 552.85 cl +1121.23 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1121.23 535.64 296.08 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1269.27 541.01 (Batch1) .5 0 t +1121.23 535.64 1417.31 552.85 cl +1121.23 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1130.03 75.26 m +0 2.74 l +o +np +1144.69 75.26 m +0 2.74 l +o +np +1159.34 75.26 m +0 2.74 l +o +np +1174.00 75.26 m +0 2.74 l +o +np +1188.66 75.26 m +0 2.74 l +o +np +1203.32 75.26 m +0 2.74 l +o +np +1217.97 75.26 m +0 2.74 l +o +np +1232.63 75.26 m +0 2.74 l +o +np +1247.29 75.26 m +0 2.74 l +o +np +1261.94 75.26 m +0 2.74 l +o +np +1276.60 75.26 m +0 2.74 l +o +np +1291.26 75.26 m +0 2.74 l +o +np +1305.92 75.26 m +0 2.74 l +o +np +1320.57 75.26 m +0 2.74 l +o +np +1335.23 75.26 m +0 2.74 l +o +np +1349.89 75.26 m +0 2.74 l +o +np +1364.55 75.26 m +0 2.74 l +o +np +1379.20 75.26 m +0 2.74 l +o +np +1393.86 75.26 m +0 2.74 l +o +np +1408.52 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1136.49 73.07 (Batch1_A_1) 1 90 t +1151.15 73.07 (Batch1_A_2) 1 90 t +1165.81 73.07 (Batch1_A_3) 1 90 t +1180.46 73.07 (Batch1_A_4) 1 90 t +1195.12 73.07 (Batch1_A_5) 1 90 t +1209.78 73.07 (Batch1_B_10) 1 90 t +1224.43 73.07 (Batch1_B_6) 1 90 t +1239.09 73.07 (Batch1_B_7) 1 90 t +1253.75 73.07 (Batch1_B_8) 1 90 t +1268.41 73.07 (Batch1_B_9) 1 90 t +1283.06 73.07 (Batch1_C_11) 1 90 t +1297.72 73.07 (Batch1_C_12) 1 90 t +1312.38 73.07 (Batch1_C_13) 1 90 t +1327.04 73.07 (Batch1_C_14) 1 90 t +1341.69 73.07 (Batch1_C_15) 1 90 t +1356.35 73.07 (Batch1_D_16) 1 90 t +1371.01 73.07 (Batch1_D_17) 1 90 t +1385.66 73.07 (Batch1_D_18) 1 90 t +1400.32 73.07 (Batch1_D_19) 1 90 t +1414.98 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1116.30 308.42 (-0.8) 1 0 t +1116.30 370.49 (-0.4) 1 0 t +1116.30 432.56 (0.0) 1 0 t +1116.30 494.64 (0.4) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.49 311.65 m +2.74 0 l +o +np +1118.49 373.72 m +2.74 0 l +o +np +1118.49 435.80 m +2.74 0 l +o +np +1118.49 497.87 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1116.30 76.19 (-60) 1 0 t +1116.30 128.93 (-30) 1 0 t +1116.30 181.67 (0) 1 0 t +1116.30 234.41 (30) 1 0 t +1116.30 287.15 (60) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.49 79.42 m +2.74 0 l +o +np +1118.49 132.16 m +2.74 0 l +o +np +1118.49 184.90 m +2.74 0 l +o +np +1118.49 237.64 m +2.74 0 l +o +np +1118.49 290.38 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1269.27 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1121.23 561.19 (Statistics of Log2 of RLE Siz) 0 ta +-0.195 (e Ratios) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..e93f4dfb5fe87e7e697ab337b7185a0c1cb5c5d4 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..9a657f4386923b444f302f04f2df4ef5061c8004 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_heatmap.ps @@ -0,0 +1,5550 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +418.65 552.67 (Heatmap of Log2 of RLE Siz) 0 ta +0.260 (e Ratios) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1280.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +546.94 493.00 m +0 12.43 l +63.75 0 l +0 -12.43 l +o +np +291.91 493.00 m +0 14.13 l +63.76 0 l +0 -14.13 l +o +np +100.64 493.00 m +0 16.21 l +63.75 0 l +0 -16.21 l +o +np +483.18 493.00 m +0 16.57 l +95.64 0 l +0 -4.14 l +o +np +1057.00 493.00 m +0 17.90 l +63.75 0 l +0 -17.90 l +o +np +228.15 493.00 m +0 19.49 l +95.64 0 l +0 -5.36 l +o +np +419.42 493.00 m +0 19.62 l +111.58 0 l +0 -3.05 l +o +np +865.72 493.00 m +0 21.01 l +63.76 0 l +0 -21.01 l +o +np +993.24 493.00 m +0 23.12 l +95.63 0 l +0 -5.22 l +o +np +801.97 493.00 m +0 23.35 l +95.63 0 l +0 -2.34 l +o +np +275.97 512.49 m +0 5.34 l +199.24 0 l +0 -5.21 l +o +np +1184.51 493.00 m +0 25.41 l +63.76 0 l +0 -25.41 l +o +np +738.21 493.00 m +0 25.99 l +111.57 0 l +0 -2.64 l +o +np +1041.06 516.12 m +0 3.25 l +175.33 0 l +0 -0.96 l +o +np +132.51 509.21 m +0 11.61 l +243.08 0 l +0 -2.99 l +o +np +794.00 518.99 m +0 4.91 l +334.72 0 l +0 -4.53 l +o +np +36.88 493.00 m +0 32.28 l +217.17 0 l +0 -4.46 l +o +np +674.45 493.00 m +0 39.03 l +286.91 0 l +0 -8.13 l +o +np +145.47 525.28 m +0 20.10 l +672.44 0 l +0 -13.35 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.8471 0.8471 srgb } def +5.00 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 441.82 63.76 2.59 r p2 +5.00 439.23 63.76 2.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +5.00 436.64 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +5.00 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +5.00 431.47 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +5.00 428.88 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +5.00 426.29 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 423.70 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +5.00 421.11 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +5.00 418.52 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 415.93 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 413.35 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 410.76 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 408.17 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 400.40 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 397.81 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 395.22 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 392.64 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 390.05 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 387.46 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 384.87 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 382.28 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +5.00 379.69 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 377.10 63.76 2.59 r p2 +5.00 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 371.93 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +5.00 369.34 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +5.00 366.75 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 364.16 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +5.00 361.57 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 358.98 63.76 2.59 r p2 +5.00 356.39 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 353.81 63.76 2.59 r p2 +5.00 351.22 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 346.04 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +5.00 343.45 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +5.00 340.86 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +5.00 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 335.69 63.76 2.59 r p2 +5.00 333.10 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 330.51 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +5.00 327.92 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 325.33 63.76 2.59 r p2 +5.00 322.74 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 320.15 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 317.56 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 314.98 63.76 2.59 r p2 +5.00 312.39 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +5.00 309.80 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 307.21 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 304.62 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 302.03 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +5.00 299.44 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 296.86 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +5.00 294.27 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 291.68 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 289.09 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +5.00 286.50 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 283.91 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 281.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +5.00 278.73 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +5.00 276.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 273.56 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 270.97 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +5.00 268.38 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +5.00 265.79 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 263.20 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +5.00 260.61 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 258.02 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 255.44 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +5.00 252.85 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +5.00 250.26 63.76 2.59 r p2 +5.00 247.67 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 245.08 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 242.49 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 239.90 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 237.32 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 234.73 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +5.00 232.14 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +5.00 229.55 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 226.96 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 224.37 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 221.78 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 219.19 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +5.00 216.61 63.76 2.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +5.00 214.02 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +5.00 211.43 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +5.00 208.84 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +5.00 206.25 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +5.00 203.66 63.76 2.59 r p2 +5.00 201.07 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +5.00 198.49 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 195.90 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +5.00 193.31 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +5.00 190.72 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +5.00 188.13 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +5.00 185.54 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +5.00 182.95 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +5.00 180.36 63.76 2.59 r p2 +5.00 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 175.19 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 172.60 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +5.00 170.01 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +5.00 167.42 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +5.00 164.83 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +5.00 162.24 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +5.00 159.66 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +5.00 157.07 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +5.00 154.48 63.76 2.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +5.00 151.89 63.76 2.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +5.00 149.30 63.76 2.59 r p2 +/bg { 0 0 1 srgb } def +5.00 146.71 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 144.12 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 141.53 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +5.00 138.95 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +5.00 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +5.00 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +5.00 131.18 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +68.76 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 441.82 63.76 2.59 r p2 +68.76 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +68.76 436.64 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +68.76 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +68.76 431.47 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +68.76 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +68.76 426.29 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 423.70 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 421.11 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +68.76 418.52 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +68.76 415.93 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 413.35 63.76 2.59 r p2 +68.76 410.76 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +68.76 408.17 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +68.76 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 400.40 63.76 2.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +68.76 397.81 63.76 2.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +68.76 395.22 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +68.76 392.64 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +68.76 390.05 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 387.46 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +68.76 384.87 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 382.28 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 379.69 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +68.76 377.10 63.76 2.59 r p2 +68.76 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +68.76 369.34 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +68.76 366.75 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +68.76 364.16 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +68.76 361.57 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +68.76 358.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +68.76 356.39 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 353.81 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +68.76 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +68.76 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 346.04 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 343.45 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +68.76 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 335.69 63.76 2.59 r p2 +68.76 333.10 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 330.51 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 327.92 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 325.33 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 322.74 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 320.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 317.56 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +68.76 314.98 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +68.76 312.39 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 309.80 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 307.21 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +68.76 304.62 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +68.76 302.03 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +68.76 299.44 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 296.86 63.76 2.59 r p2 +68.76 294.27 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 291.68 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 289.09 63.76 2.59 r p2 +68.76 286.50 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +68.76 283.91 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 281.32 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 278.73 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +68.76 276.15 63.76 2.59 r p2 +68.76 273.56 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 270.97 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 268.38 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 265.79 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 263.20 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 260.61 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 258.02 63.76 2.59 r p2 +68.76 255.44 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 252.85 63.76 2.59 r p2 +68.76 250.26 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +68.76 247.67 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +68.76 245.08 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 242.49 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +68.76 239.90 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +68.76 237.32 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 234.73 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 232.14 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 229.55 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 226.96 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +68.76 224.37 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +68.76 221.78 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 219.19 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +68.76 216.61 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +68.76 214.02 63.76 2.59 r p2 +68.76 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 208.84 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 206.25 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +68.76 203.66 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 201.07 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 198.49 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +68.76 195.90 63.76 2.59 r p2 +68.76 193.31 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 190.72 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +68.76 188.13 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 185.54 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +68.76 182.95 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +68.76 180.36 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +68.76 177.78 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +68.76 175.19 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +68.76 172.60 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +68.76 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +68.76 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +68.76 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 157.07 63.76 2.59 r p2 +68.76 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 151.89 63.76 2.59 r p2 +68.76 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 146.71 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +68.76 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +68.76 141.53 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 138.95 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +68.76 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 133.77 63.76 2.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +68.76 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 441.82 63.76 2.59 r p2 +132.51 439.23 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 436.64 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +132.51 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +132.51 431.47 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +132.51 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +132.51 426.29 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 423.70 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 421.11 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 418.52 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 415.93 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +132.51 413.35 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 410.76 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +132.51 408.17 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 400.40 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +132.51 397.81 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +132.51 395.22 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +132.51 392.64 63.76 2.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +132.51 390.05 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 387.46 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +132.51 384.87 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +132.51 382.28 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +132.51 379.69 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +132.51 377.10 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +132.51 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +132.51 369.34 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +132.51 366.75 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +132.51 364.16 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 361.57 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 358.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 356.39 63.76 2.59 r p2 +132.51 353.81 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 351.22 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 346.04 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +132.51 343.45 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +132.51 340.86 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +132.51 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +132.51 335.69 63.76 2.59 r p2 +132.51 333.10 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 330.51 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 327.92 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 325.33 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 322.74 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 320.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 317.56 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +132.51 314.98 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 312.39 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +132.51 309.80 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 307.21 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 304.62 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 302.03 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 299.44 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 296.86 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 294.27 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 291.68 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 289.09 63.76 2.59 r p2 +132.51 286.50 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 283.91 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 281.32 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 278.73 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 276.15 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 273.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 270.97 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 268.38 63.76 2.59 r p2 +132.51 265.79 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 263.20 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 260.61 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 258.02 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 255.44 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 252.85 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 250.26 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 247.67 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 245.08 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 242.49 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 239.90 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 237.32 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 234.73 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 232.14 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 229.55 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 226.96 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +132.51 224.37 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 221.78 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +132.51 219.19 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 216.61 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +132.51 214.02 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +132.51 211.43 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 208.84 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 206.25 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 203.66 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 201.07 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 198.49 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 195.90 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +132.51 193.31 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 190.72 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 188.13 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 185.54 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +132.51 182.95 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +132.51 180.36 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 177.78 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 175.19 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 172.60 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +132.51 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +132.51 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +132.51 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 157.07 63.76 2.59 r p2 +132.51 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +132.51 151.89 63.76 2.59 r p2 +132.51 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +132.51 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +132.51 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +132.51 141.53 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 138.95 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +132.51 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +132.51 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 441.82 63.76 2.59 r p2 +196.27 439.23 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +196.27 436.64 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +196.27 434.05 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 431.47 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 426.29 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 423.70 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +196.27 421.11 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +196.27 418.52 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +196.27 415.93 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 413.35 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +196.27 410.76 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +196.27 408.17 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +196.27 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 400.40 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +196.27 397.81 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 395.22 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 392.64 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +196.27 390.05 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +196.27 387.46 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 384.87 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 382.28 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 379.69 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +196.27 377.10 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +196.27 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 369.34 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +196.27 366.75 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 364.16 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +196.27 361.57 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +196.27 358.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 356.39 63.76 2.59 r p2 +196.27 353.81 63.76 2.59 r p2 +196.27 351.22 63.76 2.59 r p2 +196.27 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 346.04 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 343.45 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +196.27 340.86 63.76 2.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +196.27 338.27 63.76 2.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +196.27 335.69 63.76 2.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +196.27 333.10 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 330.51 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 327.92 63.76 2.59 r p2 +196.27 325.33 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 322.74 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 320.15 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +196.27 317.56 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 314.98 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +196.27 312.39 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +196.27 309.80 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 307.21 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +196.27 304.62 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 302.03 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +196.27 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 296.86 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 294.27 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +196.27 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 289.09 63.76 2.59 r p2 +196.27 286.50 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 283.91 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 281.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 278.73 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +196.27 276.15 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 273.56 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 270.97 63.76 2.59 r p2 +196.27 268.38 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 265.79 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 263.20 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 260.61 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 258.02 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 255.44 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 252.85 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 250.26 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 247.67 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 245.08 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +196.27 242.49 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 239.90 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 237.32 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +196.27 234.73 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 232.14 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 229.55 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +196.27 226.96 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 224.37 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 221.78 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +196.27 219.19 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 216.61 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +196.27 214.02 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 211.43 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 208.84 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +196.27 206.25 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 203.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 201.07 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 198.49 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +196.27 195.90 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 193.31 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 190.72 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +196.27 188.13 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 185.54 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +196.27 182.95 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 180.36 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +196.27 177.78 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +196.27 175.19 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +196.27 172.60 63.76 2.59 r p2 +196.27 170.01 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 164.83 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +196.27 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 157.07 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +196.27 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 151.89 63.76 2.59 r p2 +196.27 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 146.71 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +196.27 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +196.27 141.53 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +196.27 138.95 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +196.27 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +260.03 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 441.82 63.76 2.59 r p2 +260.03 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 436.64 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +260.03 434.05 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 431.47 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +260.03 426.29 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 423.70 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 421.11 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +260.03 418.52 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 415.93 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +260.03 413.35 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 410.76 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 408.17 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 400.40 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 397.81 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 395.22 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +260.03 392.64 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 390.05 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 387.46 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +260.03 384.87 63.76 2.59 r p2 +260.03 382.28 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +260.03 379.69 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +260.03 377.10 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +260.03 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +260.03 369.34 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 366.75 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +260.03 364.16 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 361.57 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +260.03 358.98 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +260.03 356.39 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +260.03 353.81 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +260.03 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +260.03 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 346.04 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 343.45 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 338.27 63.76 2.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +260.03 335.69 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 333.10 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 330.51 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 327.92 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 325.33 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 322.74 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 320.15 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 317.56 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 314.98 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 312.39 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 309.80 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 307.21 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 304.62 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 302.03 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 299.44 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 294.27 63.76 2.59 r p2 +260.03 291.68 63.76 2.59 r p2 +260.03 289.09 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 286.50 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +260.03 283.91 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 281.32 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +260.03 278.73 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 276.15 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 273.56 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +260.03 270.97 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 268.38 63.76 2.59 r p2 +260.03 265.79 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 263.20 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 260.61 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 258.02 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 255.44 63.76 2.59 r p2 +260.03 252.85 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 250.26 63.76 2.59 r p2 +260.03 247.67 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 245.08 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +260.03 242.49 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 239.90 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 237.32 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 234.73 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 232.14 63.76 2.59 r p2 +260.03 229.55 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 226.96 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 224.37 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 221.78 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 219.19 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 216.61 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 214.02 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +260.03 211.43 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +260.03 208.84 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +260.03 206.25 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 203.66 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 201.07 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 198.49 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +260.03 195.90 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 193.31 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +260.03 190.72 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +260.03 188.13 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 185.54 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +260.03 182.95 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 180.36 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +260.03 177.78 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +260.03 175.19 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +260.03 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 170.01 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +260.03 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 157.07 63.76 2.59 r p2 +260.03 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 151.89 63.76 2.59 r p2 +260.03 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +260.03 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +260.03 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +260.03 141.53 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +260.03 138.95 63.76 2.59 r p2 +260.03 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 441.82 63.76 2.59 r p2 +323.79 439.23 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 436.64 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 434.05 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +323.79 431.47 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 426.29 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 423.70 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +323.79 421.11 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +323.79 418.52 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 415.93 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +323.79 413.35 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 410.76 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +323.79 408.17 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +323.79 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +323.79 400.40 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 397.81 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +323.79 395.22 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 392.64 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 390.05 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 387.46 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 384.87 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 382.28 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +323.79 379.69 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 377.10 63.76 2.59 r p2 +323.79 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 371.93 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +323.79 369.34 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +323.79 366.75 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +323.79 364.16 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 361.57 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +323.79 358.98 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 356.39 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +323.79 353.81 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +323.79 351.22 63.76 2.59 r p2 +323.79 348.63 63.76 2.59 r p2 +/bg { 0 0 1 srgb } def +323.79 346.04 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 343.45 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 335.69 63.76 2.59 r p2 +323.79 333.10 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 330.51 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 327.92 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 325.33 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 322.74 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 320.15 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 317.56 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 314.98 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +323.79 312.39 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 309.80 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +323.79 307.21 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 304.62 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 302.03 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +323.79 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 294.27 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 291.68 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 289.09 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 286.50 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 283.91 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 281.32 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 278.73 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 276.15 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 273.56 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +323.79 270.97 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 268.38 63.76 2.59 r p2 +323.79 265.79 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 263.20 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 260.61 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 258.02 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 255.44 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 252.85 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 250.26 63.76 2.59 r p2 +323.79 247.67 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 245.08 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +323.79 242.49 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +323.79 239.90 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 237.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 234.73 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 232.14 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 229.55 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +323.79 226.96 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 224.37 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 221.78 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 219.19 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 216.61 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +323.79 214.02 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +323.79 211.43 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 208.84 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 206.25 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 203.66 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +323.79 201.07 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +323.79 198.49 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 195.90 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 193.31 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 190.72 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +323.79 188.13 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +323.79 185.54 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 182.95 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 180.36 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 177.78 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +323.79 175.19 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 172.60 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 170.01 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +323.79 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +323.79 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 157.07 63.76 2.59 r p2 +323.79 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 151.89 63.76 2.59 r p2 +323.79 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +323.79 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +323.79 141.53 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +323.79 138.95 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +323.79 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +323.79 131.18 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +387.54 444.41 63.76 2.59 r p2 +/bg { 0 0 1 srgb } def +387.54 441.82 63.76 2.59 r p2 +387.54 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 436.64 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 434.05 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 431.47 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 428.88 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +387.54 426.29 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +387.54 423.70 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +387.54 421.11 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 418.52 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 415.93 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +387.54 413.35 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 410.76 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +387.54 408.17 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +387.54 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 400.40 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +387.54 397.81 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +387.54 395.22 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +387.54 392.64 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +387.54 390.05 63.76 2.59 r p2 +387.54 387.46 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +387.54 384.87 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 382.28 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +387.54 379.69 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +387.54 377.10 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +387.54 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 371.93 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 369.34 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +387.54 366.75 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +387.54 364.16 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +387.54 361.57 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 358.98 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 356.39 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 353.81 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +387.54 351.22 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +387.54 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 346.04 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 343.45 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +387.54 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 335.69 63.76 2.59 r p2 +387.54 333.10 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 330.51 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +387.54 327.92 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +387.54 325.33 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 322.74 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 320.15 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 317.56 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 314.98 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 312.39 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +387.54 309.80 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 307.21 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +387.54 304.62 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +387.54 302.03 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 299.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 296.86 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 294.27 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 291.68 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +387.54 289.09 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 286.50 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 283.91 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 281.32 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 278.73 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +387.54 276.15 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 273.56 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +387.54 270.97 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 268.38 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 265.79 63.76 2.59 r p2 +387.54 263.20 63.76 2.59 r p2 +387.54 260.61 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 258.02 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 255.44 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 252.85 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 250.26 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 247.67 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 245.08 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 242.49 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 239.90 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 237.32 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +387.54 234.73 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +387.54 232.14 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +387.54 229.55 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 226.96 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 224.37 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +387.54 221.78 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 219.19 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +387.54 216.61 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +387.54 214.02 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 211.43 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +387.54 208.84 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 206.25 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 203.66 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 201.07 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 198.49 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 195.90 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 193.31 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 190.72 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 188.13 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 185.54 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +387.54 182.95 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +387.54 180.36 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +387.54 177.78 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 175.19 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 172.60 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +387.54 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 164.83 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +387.54 162.24 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +387.54 159.66 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +387.54 157.07 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 151.89 63.76 2.59 r p2 +387.54 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 146.71 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +387.54 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +387.54 141.53 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +387.54 138.95 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 131.18 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +451.30 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 441.82 63.76 2.59 r p2 +451.30 439.23 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +451.30 436.64 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 434.05 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 431.47 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +451.30 428.88 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +451.30 426.29 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 423.70 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +451.30 421.11 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 418.52 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +451.30 415.93 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 413.35 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 410.76 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +451.30 408.17 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +451.30 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +451.30 400.40 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 397.81 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +451.30 395.22 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 392.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 390.05 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 387.46 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +451.30 384.87 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 382.28 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +451.30 379.69 63.76 2.59 r p2 +451.30 377.10 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +451.30 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 371.93 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +451.30 369.34 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 366.75 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 364.16 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +451.30 361.57 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +451.30 358.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +451.30 356.39 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 353.81 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +451.30 351.22 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 346.04 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +451.30 343.45 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +451.30 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 335.69 63.76 2.59 r p2 +451.30 333.10 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 330.51 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 327.92 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 325.33 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 322.74 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 320.15 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 317.56 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 314.98 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +451.30 312.39 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 309.80 63.76 2.59 r p2 +451.30 307.21 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +451.30 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +451.30 302.03 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 299.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 296.86 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 294.27 63.76 2.59 r p2 +451.30 291.68 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 289.09 63.76 2.59 r p2 +451.30 286.50 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 283.91 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 281.32 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 278.73 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 276.15 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +451.30 273.56 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 270.97 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 268.38 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 265.79 63.76 2.59 r p2 +451.30 263.20 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +451.30 260.61 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 258.02 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +451.30 255.44 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 252.85 63.76 2.59 r p2 +451.30 250.26 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +451.30 247.67 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 245.08 63.76 2.59 r p2 +451.30 242.49 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 239.90 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +451.30 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +451.30 234.73 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 232.14 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +451.30 229.55 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 226.96 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +451.30 224.37 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +451.30 221.78 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +451.30 219.19 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +451.30 216.61 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +451.30 214.02 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 211.43 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +451.30 208.84 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +451.30 206.25 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 203.66 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 201.07 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 198.49 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +451.30 195.90 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 193.31 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 190.72 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +451.30 188.13 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 185.54 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 182.95 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 180.36 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 177.78 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +451.30 175.19 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 172.60 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +451.30 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 164.83 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +451.30 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 159.66 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +451.30 157.07 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +451.30 154.48 63.76 2.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +451.30 151.89 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 146.71 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 144.12 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 141.53 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +451.30 138.95 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +451.30 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +451.30 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +451.30 131.18 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +515.06 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 441.82 63.76 2.59 r p2 +515.06 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 436.64 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +515.06 434.05 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.06 431.47 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +515.06 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 426.29 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 423.70 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 421.11 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 418.52 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 415.93 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 413.35 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +515.06 410.76 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 408.17 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +515.06 400.40 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 397.81 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 395.22 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +515.06 392.64 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +515.06 390.05 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 387.46 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.06 384.87 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +515.06 382.28 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +515.06 379.69 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 377.10 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +515.06 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 371.93 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +515.06 369.34 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +515.06 366.75 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 364.16 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 361.57 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 358.98 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.06 356.39 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +515.06 353.81 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +515.06 351.22 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 346.04 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +515.06 343.45 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.06 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 335.69 63.76 2.59 r p2 +515.06 333.10 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 330.51 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 327.92 63.76 2.59 r p2 +515.06 325.33 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 322.74 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 320.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +515.06 317.56 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 314.98 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +515.06 312.39 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 309.80 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 307.21 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 302.03 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 299.44 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 296.86 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 294.27 63.76 2.59 r p2 +515.06 291.68 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 289.09 63.76 2.59 r p2 +515.06 286.50 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 283.91 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 281.32 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 278.73 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 276.15 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 273.56 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 270.97 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +515.06 268.38 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 265.79 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 263.20 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +515.06 260.61 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 258.02 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +515.06 255.44 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 252.85 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 250.26 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 247.67 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 245.08 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 242.49 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 239.90 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 237.32 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +515.06 234.73 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 232.14 63.76 2.59 r p2 +515.06 229.55 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +515.06 226.96 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 224.37 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 221.78 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 219.19 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 216.61 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 214.02 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +515.06 211.43 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +515.06 208.84 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +515.06 206.25 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.06 203.66 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 201.07 63.76 2.59 r p2 +515.06 198.49 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 195.90 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 193.31 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 190.72 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 188.13 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 185.54 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +515.06 182.95 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 180.36 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +515.06 177.78 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 175.19 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 172.60 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +515.06 170.01 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.06 164.83 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +515.06 162.24 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +515.06 159.66 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +515.06 157.07 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +515.06 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 151.89 63.76 2.59 r p2 +515.06 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +515.06 144.12 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 141.53 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +515.06 138.95 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +515.06 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 133.77 63.76 2.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +515.06 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 441.82 63.76 2.59 r p2 +578.82 439.23 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +578.82 436.64 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +578.82 434.05 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +578.82 431.47 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 426.29 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +578.82 423.70 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +578.82 421.11 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 418.52 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 415.93 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +578.82 413.35 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 410.76 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 408.17 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +578.82 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +578.82 400.40 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 397.81 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +578.82 395.22 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 392.64 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +578.82 390.05 63.76 2.59 r p2 +578.82 387.46 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 384.87 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 382.28 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +578.82 379.69 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +578.82 377.10 63.76 2.59 r p2 +578.82 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +578.82 369.34 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 366.75 63.76 2.59 r p2 +578.82 364.16 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 361.57 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +578.82 358.98 63.76 2.59 r p2 +578.82 356.39 63.76 2.59 r p2 +578.82 353.81 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +578.82 351.22 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 346.04 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 343.45 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 335.69 63.76 2.59 r p2 +578.82 333.10 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 330.51 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 327.92 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 325.33 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 322.74 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 320.15 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 317.56 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +578.82 314.98 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 312.39 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 309.80 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 307.21 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 304.62 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 302.03 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 299.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 296.86 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 294.27 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 291.68 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 289.09 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 286.50 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 283.91 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +578.82 281.32 63.76 2.59 r p2 +578.82 278.73 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +578.82 276.15 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 273.56 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 270.97 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 268.38 63.76 2.59 r p2 +578.82 265.79 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 263.20 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 260.61 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 258.02 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 255.44 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 252.85 63.76 2.59 r p2 +578.82 250.26 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 247.67 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 245.08 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 242.49 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 239.90 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +578.82 237.32 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 234.73 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 232.14 63.76 2.59 r p2 +578.82 229.55 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 226.96 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +578.82 224.37 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +578.82 221.78 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +578.82 219.19 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 216.61 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +578.82 214.02 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +578.82 211.43 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +578.82 208.84 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +578.82 206.25 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 203.66 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 201.07 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 198.49 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 195.90 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 193.31 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +578.82 190.72 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 188.13 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +578.82 185.54 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 182.95 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +578.82 180.36 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 177.78 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +578.82 175.19 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 172.60 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 170.01 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +578.82 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 164.83 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +578.82 162.24 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +578.82 159.66 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +578.82 157.07 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +578.82 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 151.89 63.76 2.59 r p2 +578.82 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +578.82 144.12 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 141.53 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +578.82 138.95 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +578.82 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +578.82 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 441.82 63.76 2.59 r p2 +642.57 439.23 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 436.64 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 434.05 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +642.57 431.47 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +642.57 428.88 63.76 2.59 r p2 +642.57 426.29 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 423.70 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 421.11 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +642.57 418.52 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +642.57 415.93 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +642.57 413.35 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +642.57 410.76 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +642.57 408.17 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 397.81 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 395.22 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +642.57 392.64 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +642.57 390.05 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +642.57 387.46 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +642.57 384.87 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 382.28 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +642.57 379.69 63.76 2.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +642.57 377.10 63.76 2.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +642.57 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +642.57 369.34 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +642.57 366.75 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +642.57 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +642.57 358.98 63.76 2.59 r p2 +642.57 356.39 63.76 2.59 r p2 +642.57 353.81 63.76 2.59 r p2 +642.57 351.22 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +642.57 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 346.04 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 343.45 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +642.57 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 335.69 63.76 2.59 r p2 +642.57 333.10 63.76 2.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +642.57 330.51 63.76 2.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +642.57 327.92 63.76 2.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +642.57 325.33 63.76 2.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +642.57 322.74 63.76 2.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +642.57 320.15 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +642.57 317.56 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +642.57 314.98 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +642.57 312.39 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +642.57 309.80 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +642.57 307.21 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +642.57 304.62 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +642.57 302.03 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +642.57 299.44 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +642.57 296.86 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +642.57 294.27 63.76 2.59 r p2 +642.57 291.68 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +642.57 289.09 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +642.57 286.50 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +642.57 283.91 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +642.57 281.32 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +642.57 278.73 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +642.57 276.15 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +642.57 273.56 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +642.57 270.97 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +642.57 268.38 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +642.57 265.79 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +642.57 263.20 63.76 2.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +642.57 260.61 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +642.57 258.02 63.76 2.59 r p2 +642.57 255.44 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +642.57 252.85 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +642.57 250.26 63.76 2.59 r p2 +642.57 247.67 63.76 2.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +642.57 245.08 63.76 2.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +642.57 242.49 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +642.57 239.90 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +642.57 237.32 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +642.57 234.73 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +642.57 232.14 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +642.57 229.55 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +642.57 226.96 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 224.37 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +642.57 221.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 219.19 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 216.61 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +642.57 214.02 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +642.57 211.43 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 208.84 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +642.57 206.25 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +642.57 203.66 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +642.57 201.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 198.49 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 195.90 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 193.31 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 190.72 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +642.57 188.13 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +642.57 185.54 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 182.95 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 180.36 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +642.57 177.78 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +642.57 175.19 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +642.57 172.60 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +642.57 170.01 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 164.83 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +642.57 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 157.07 63.76 2.59 r p2 +642.57 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 151.89 63.76 2.59 r p2 +642.57 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 146.71 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +642.57 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +642.57 141.53 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 138.95 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 131.18 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +706.33 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 441.82 63.76 2.59 r p2 +706.33 439.23 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 436.64 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +706.33 431.47 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +706.33 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +706.33 426.29 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 421.11 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +706.33 418.52 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +706.33 415.93 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +706.33 413.35 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 410.76 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +706.33 408.17 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 400.40 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 397.81 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +706.33 395.22 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +706.33 392.64 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +706.33 390.05 63.76 2.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +706.33 387.46 63.76 2.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +706.33 384.87 63.76 2.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +706.33 382.28 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 379.69 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 377.10 63.76 2.59 r p2 +706.33 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +706.33 369.34 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +706.33 366.75 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +706.33 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +706.33 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +706.33 358.98 63.76 2.59 r p2 +706.33 356.39 63.76 2.59 r p2 +706.33 353.81 63.76 2.59 r p2 +706.33 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +706.33 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 346.04 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 343.45 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 340.86 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +706.33 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 335.69 63.76 2.59 r p2 +706.33 333.10 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +706.33 330.51 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 327.92 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +706.33 325.33 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +706.33 322.74 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +706.33 320.15 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 317.56 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +706.33 314.98 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 312.39 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 309.80 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 307.21 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +706.33 304.62 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 302.03 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 299.44 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 296.86 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 291.68 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 286.50 63.76 2.59 r p2 +706.33 283.91 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 281.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +706.33 278.73 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 276.15 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 273.56 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +706.33 270.97 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +706.33 268.38 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +706.33 265.79 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +706.33 263.20 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +706.33 260.61 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +706.33 258.02 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +706.33 255.44 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +706.33 252.85 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +706.33 250.26 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 247.67 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 245.08 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +706.33 242.49 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +706.33 239.90 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +706.33 237.32 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 234.73 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 232.14 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +706.33 229.55 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 226.96 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +706.33 224.37 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +706.33 221.78 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +706.33 219.19 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 216.61 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +706.33 214.02 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 211.43 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +706.33 208.84 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +706.33 206.25 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +706.33 203.66 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 201.07 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +706.33 198.49 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 195.90 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +706.33 193.31 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +706.33 190.72 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 188.13 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 185.54 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +706.33 182.95 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 180.36 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +706.33 177.78 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 175.19 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 172.60 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +706.33 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +706.33 164.83 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +706.33 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 157.07 63.76 2.59 r p2 +706.33 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 151.89 63.76 2.59 r p2 +706.33 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 146.71 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +706.33 144.12 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +706.33 141.53 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 138.95 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 136.36 63.76 2.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +706.33 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 441.82 63.76 2.59 r p2 +770.09 439.23 63.76 2.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +770.09 436.64 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 431.47 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +770.09 426.29 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +770.09 423.70 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 421.11 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 418.52 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 415.93 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 413.35 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +770.09 410.76 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +770.09 408.17 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +770.09 400.40 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +770.09 397.81 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 395.22 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +770.09 392.64 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 390.05 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 387.46 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +770.09 384.87 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 382.28 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +770.09 379.69 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 377.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 374.52 63.76 2.59 r p2 +/bg { 0 0 1 srgb } def +770.09 371.93 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 369.34 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 366.75 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +770.09 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +770.09 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +770.09 358.98 63.76 2.59 r p2 +770.09 356.39 63.76 2.59 r p2 +770.09 353.81 63.76 2.59 r p2 +770.09 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +770.09 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 346.04 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 343.45 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 335.69 63.76 2.59 r p2 +770.09 333.10 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 330.51 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 327.92 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 325.33 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 322.74 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 320.15 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +770.09 317.56 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 314.98 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 312.39 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 309.80 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 307.21 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 304.62 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 302.03 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 299.44 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +770.09 296.86 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 294.27 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 291.68 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 289.09 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 286.50 63.76 2.59 r p2 +770.09 283.91 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 281.32 63.76 2.59 r p2 +770.09 278.73 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 276.15 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +770.09 273.56 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +770.09 270.97 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 268.38 63.76 2.59 r p2 +770.09 265.79 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 263.20 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 260.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 258.02 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 255.44 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 250.26 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 247.67 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 245.08 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 242.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +770.09 239.90 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 237.32 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +770.09 234.73 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +770.09 232.14 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 229.55 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +770.09 226.96 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +770.09 224.37 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +770.09 221.78 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +770.09 219.19 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 216.61 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 214.02 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +770.09 211.43 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +770.09 208.84 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 206.25 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +770.09 203.66 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +770.09 201.07 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 198.49 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +770.09 195.90 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +770.09 193.31 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +770.09 190.72 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +770.09 188.13 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +770.09 185.54 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 182.95 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 180.36 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 177.78 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 175.19 63.76 2.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +770.09 172.60 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +770.09 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +770.09 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 164.83 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +770.09 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 157.07 63.76 2.59 r p2 +770.09 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 151.89 63.76 2.59 r p2 +770.09 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +770.09 146.71 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +770.09 144.12 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +770.09 141.53 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 138.95 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +770.09 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 441.82 63.76 2.59 r p2 +833.84 439.23 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 436.64 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 434.05 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 431.47 63.76 2.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +833.84 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +833.84 426.29 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +833.84 423.70 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 421.11 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 418.52 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +833.84 415.93 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +833.84 413.35 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +833.84 410.76 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +833.84 408.17 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +833.84 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 402.99 63.76 2.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +833.84 400.40 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +833.84 397.81 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +833.84 395.22 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +833.84 392.64 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +833.84 390.05 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +833.84 387.46 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 384.87 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +833.84 382.28 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +833.84 379.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 377.10 63.76 2.59 r p2 +833.84 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +833.84 369.34 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +833.84 366.75 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +833.84 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +833.84 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +833.84 358.98 63.76 2.59 r p2 +833.84 356.39 63.76 2.59 r p2 +833.84 353.81 63.76 2.59 r p2 +833.84 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +833.84 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 346.04 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +833.84 343.45 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +833.84 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 335.69 63.76 2.59 r p2 +833.84 333.10 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +833.84 330.51 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +833.84 327.92 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 325.33 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 322.74 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +833.84 320.15 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +833.84 317.56 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +833.84 314.98 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +833.84 312.39 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +833.84 309.80 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +833.84 307.21 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +833.84 304.62 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +833.84 302.03 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +833.84 299.44 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +833.84 296.86 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +833.84 294.27 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +833.84 291.68 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +833.84 289.09 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +833.84 286.50 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +833.84 283.91 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +833.84 281.32 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +833.84 278.73 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +833.84 276.15 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +833.84 273.56 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +833.84 270.97 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +833.84 268.38 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +833.84 265.79 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +833.84 263.20 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +833.84 260.61 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +833.84 258.02 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +833.84 255.44 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +833.84 252.85 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +833.84 250.26 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +833.84 247.67 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +833.84 245.08 63.76 2.59 r p2 +833.84 242.49 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +833.84 239.90 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +833.84 237.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +833.84 234.73 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 232.14 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +833.84 229.55 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +833.84 226.96 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 224.37 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +833.84 221.78 63.76 2.59 r p2 +833.84 219.19 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +833.84 216.61 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +833.84 214.02 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 211.43 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +833.84 208.84 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +833.84 206.25 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +833.84 203.66 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +833.84 201.07 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +833.84 198.49 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +833.84 195.90 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +833.84 193.31 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 190.72 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +833.84 188.13 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +833.84 185.54 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +833.84 182.95 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 180.36 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 177.78 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 175.19 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 172.60 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +833.84 170.01 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +833.84 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +833.84 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +833.84 157.07 63.76 2.59 r p2 +833.84 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 151.89 63.76 2.59 r p2 +833.84 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 146.71 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +833.84 144.12 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +833.84 141.53 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +833.84 138.95 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 441.82 63.76 2.59 r p2 +897.60 439.23 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 436.64 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +897.60 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +897.60 431.47 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 428.88 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +897.60 426.29 63.76 2.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +897.60 423.70 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +897.60 421.11 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 418.52 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 415.93 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +897.60 413.35 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 410.76 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +897.60 408.17 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +897.60 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 400.40 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +897.60 397.81 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 395.22 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +897.60 392.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +897.60 390.05 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +897.60 387.46 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 384.87 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +897.60 382.28 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 379.69 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 377.10 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +897.60 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 369.34 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +897.60 366.75 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +897.60 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +897.60 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 358.98 63.76 2.59 r p2 +897.60 356.39 63.76 2.59 r p2 +897.60 353.81 63.76 2.59 r p2 +897.60 351.22 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 346.04 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +897.60 343.45 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 335.69 63.76 2.59 r p2 +897.60 333.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +897.60 330.51 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 327.92 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 325.33 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 322.74 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +897.60 320.15 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 317.56 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +897.60 314.98 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 312.39 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 309.80 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +897.60 307.21 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 302.03 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 299.44 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 296.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 291.68 63.76 2.59 r p2 +897.60 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 283.91 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 281.32 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +897.60 278.73 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 276.15 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +897.60 273.56 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 270.97 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +897.60 268.38 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +897.60 265.79 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +897.60 263.20 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +897.60 260.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 258.02 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 255.44 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 252.85 63.76 2.59 r p2 +897.60 250.26 63.76 2.59 r p2 +897.60 247.67 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 245.08 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 242.49 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 239.90 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +897.60 237.32 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 234.73 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +897.60 232.14 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +897.60 229.55 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 226.96 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 224.37 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +897.60 221.78 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +897.60 219.19 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 216.61 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 214.02 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +897.60 211.43 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +897.60 208.84 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +897.60 206.25 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +897.60 203.66 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +897.60 201.07 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 198.49 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 195.90 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +897.60 193.31 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +897.60 190.72 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 188.13 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +897.60 185.54 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 182.95 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 180.36 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +897.60 177.78 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 175.19 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 172.60 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 170.01 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 167.42 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +897.60 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 157.07 63.76 2.59 r p2 +897.60 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 151.89 63.76 2.59 r p2 +897.60 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 146.71 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 144.12 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +897.60 141.53 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +897.60 138.95 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 441.82 63.76 2.59 r p2 +961.36 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 436.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 434.05 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +961.36 431.47 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 428.88 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +961.36 426.29 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +961.36 423.70 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +961.36 421.11 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +961.36 418.52 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 415.93 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 413.35 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +961.36 410.76 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +961.36 408.17 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +961.36 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +961.36 400.40 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +961.36 397.81 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 395.22 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 392.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 390.05 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 387.46 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +961.36 384.87 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +961.36 382.28 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 379.69 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 377.10 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 369.34 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +961.36 366.75 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +961.36 364.16 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +961.36 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 358.98 63.76 2.59 r p2 +961.36 356.39 63.76 2.59 r p2 +961.36 353.81 63.76 2.59 r p2 +961.36 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +961.36 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 346.04 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +961.36 343.45 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +961.36 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 335.69 63.76 2.59 r p2 +961.36 333.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 330.51 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 327.92 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 325.33 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +961.36 322.74 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +961.36 320.15 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +961.36 317.56 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 314.98 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 312.39 63.76 2.59 r p2 +961.36 309.80 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +961.36 307.21 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +961.36 304.62 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 302.03 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 299.44 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +961.36 296.86 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 294.27 63.76 2.59 r p2 +961.36 291.68 63.76 2.59 r p2 +961.36 289.09 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 283.91 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +961.36 281.32 63.76 2.59 r p2 +961.36 278.73 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +961.36 276.15 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 273.56 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +961.36 270.97 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 268.38 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +961.36 265.79 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 263.20 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 260.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 258.02 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +961.36 255.44 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 252.85 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 250.26 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 247.67 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 245.08 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 242.49 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 239.90 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 237.32 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 234.73 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 232.14 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 229.55 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 226.96 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +961.36 224.37 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 221.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 219.19 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +961.36 216.61 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 214.02 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 211.43 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +961.36 208.84 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 206.25 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +961.36 203.66 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +961.36 201.07 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +961.36 198.49 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +961.36 195.90 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 193.31 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 190.72 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +961.36 188.13 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +961.36 185.54 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 182.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +961.36 180.36 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +961.36 177.78 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 175.19 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +961.36 172.60 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 170.01 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +961.36 167.42 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +961.36 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +961.36 157.07 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +961.36 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 151.89 63.76 2.59 r p2 +961.36 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 146.71 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 144.12 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 141.53 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 138.95 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 136.36 63.76 2.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +961.36 133.77 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +961.36 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1025.12 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 441.82 63.76 2.59 r p2 +1025.12 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1025.12 436.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1025.12 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1025.12 431.47 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1025.12 428.88 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 426.29 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 423.70 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1025.12 421.11 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1025.12 418.52 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1025.12 415.93 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 413.35 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1025.12 410.76 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 408.17 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 400.40 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1025.12 397.81 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1025.12 395.22 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1025.12 392.64 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 390.05 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 387.46 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 384.87 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 382.28 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 379.69 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 377.10 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1025.12 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 369.34 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 366.75 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1025.12 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 358.98 63.76 2.59 r p2 +1025.12 356.39 63.76 2.59 r p2 +1025.12 353.81 63.76 2.59 r p2 +1025.12 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 346.04 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 343.45 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1025.12 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 335.69 63.76 2.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1025.12 333.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 330.51 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.12 327.92 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1025.12 325.33 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1025.12 322.74 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1025.12 320.15 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1025.12 317.56 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 314.98 63.76 2.59 r p2 +1025.12 312.39 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 309.80 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 307.21 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 304.62 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 302.03 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 299.44 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1025.12 296.86 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1025.12 294.27 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1025.12 291.68 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 289.09 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1025.12 286.50 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 283.91 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1025.12 281.32 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.12 278.73 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 276.15 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1025.12 273.56 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 270.97 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1025.12 268.38 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 265.79 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1025.12 263.20 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 260.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 258.02 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 255.44 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 252.85 63.76 2.59 r p2 +1025.12 250.26 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 247.67 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1025.12 245.08 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 242.49 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1025.12 239.90 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 237.32 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1025.12 234.73 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1025.12 232.14 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 229.55 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1025.12 226.96 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1025.12 224.37 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1025.12 221.78 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 219.19 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 216.61 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 214.02 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1025.12 211.43 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 208.84 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1025.12 206.25 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 203.66 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 201.07 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1025.12 198.49 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 195.90 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1025.12 193.31 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1025.12 190.72 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 188.13 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1025.12 185.54 63.76 2.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1025.12 182.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1025.12 180.36 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1025.12 177.78 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1025.12 175.19 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 172.60 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 170.01 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1025.12 164.83 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1025.12 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1025.12 157.07 63.76 2.59 r p2 +1025.12 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 151.89 63.76 2.59 r p2 +1025.12 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 146.71 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 144.12 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1025.12 141.53 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.12 138.95 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1088.87 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 441.82 63.76 2.59 r p2 +1088.87 439.23 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1088.87 436.64 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1088.87 428.88 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 426.29 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 423.70 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1088.87 421.11 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1088.87 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1088.87 415.93 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 413.35 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1088.87 410.76 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1088.87 408.17 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1088.87 400.40 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 397.81 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1088.87 395.22 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1088.87 392.64 63.76 2.59 r p2 +1088.87 390.05 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 387.46 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 384.87 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1088.87 382.28 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1088.87 379.69 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 377.10 63.76 2.59 r p2 +1088.87 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1088.87 369.34 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1088.87 366.75 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1088.87 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1088.87 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1088.87 358.98 63.76 2.59 r p2 +1088.87 356.39 63.76 2.59 r p2 +1088.87 353.81 63.76 2.59 r p2 +1088.87 351.22 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 346.04 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 343.45 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1088.87 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1088.87 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 335.69 63.76 2.59 r p2 +1088.87 333.10 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1088.87 330.51 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 327.92 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 325.33 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 322.74 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1088.87 320.15 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 317.56 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 314.98 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 312.39 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 309.80 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1088.87 307.21 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1088.87 304.62 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 302.03 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 299.44 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 296.86 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 294.27 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 291.68 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1088.87 289.09 63.76 2.59 r p2 +1088.87 286.50 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1088.87 283.91 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 281.32 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 278.73 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 276.15 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1088.87 273.56 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 270.97 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 268.38 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 265.79 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 263.20 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1088.87 260.61 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1088.87 258.02 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 255.44 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1088.87 252.85 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 250.26 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 247.67 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 245.08 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 242.49 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 239.90 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1088.87 237.32 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 234.73 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1088.87 232.14 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 229.55 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 226.96 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1088.87 224.37 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1088.87 221.78 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1088.87 219.19 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1088.87 216.61 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 214.02 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 211.43 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 208.84 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 206.25 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1088.87 203.66 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1088.87 201.07 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1088.87 198.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 195.90 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 193.31 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1088.87 190.72 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 188.13 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1088.87 185.54 63.76 2.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1088.87 182.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1088.87 180.36 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1088.87 177.78 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1088.87 175.19 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 172.60 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 170.01 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1088.87 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1088.87 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1088.87 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1088.87 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 157.07 63.76 2.59 r p2 +1088.87 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 151.89 63.76 2.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1088.87 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 146.71 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 144.12 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1088.87 141.53 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 138.95 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1088.87 131.18 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1152.63 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 441.82 63.76 2.59 r p2 +1152.63 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 436.64 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1152.63 434.05 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1152.63 431.47 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1152.63 428.88 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1152.63 426.29 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 423.70 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 421.11 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 418.52 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 415.93 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1152.63 413.35 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1152.63 410.76 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1152.63 408.17 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 405.58 63.76 2.59 r p2 +/bg { 0 0 1 srgb } def +1152.63 402.99 63.76 2.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1152.63 400.40 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 397.81 63.76 2.59 r p2 +1152.63 395.22 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 392.64 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1152.63 390.05 63.76 2.59 r p2 +1152.63 387.46 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1152.63 384.87 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1152.63 382.28 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 379.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 377.10 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 371.93 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 369.34 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 366.75 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1152.63 364.16 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1152.63 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 358.98 63.76 2.59 r p2 +1152.63 356.39 63.76 2.59 r p2 +1152.63 353.81 63.76 2.59 r p2 +1152.63 351.22 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 346.04 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 343.45 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1152.63 335.69 63.76 2.59 r p2 +1152.63 333.10 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1152.63 330.51 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 327.92 63.76 2.59 r p2 +1152.63 325.33 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 322.74 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 320.15 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1152.63 317.56 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 314.98 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 312.39 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1152.63 309.80 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1152.63 307.21 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 304.62 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 302.03 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1152.63 299.44 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 296.86 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1152.63 294.27 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 291.68 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 289.09 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 286.50 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1152.63 283.91 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1152.63 281.32 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 278.73 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1152.63 276.15 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 273.56 63.76 2.59 r p2 +1152.63 270.97 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 268.38 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1152.63 265.79 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1152.63 263.20 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 260.61 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 258.02 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 255.44 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1152.63 252.85 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1152.63 250.26 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 247.67 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 245.08 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 242.49 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 239.90 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 237.32 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 234.73 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 232.14 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 229.55 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1152.63 226.96 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 224.37 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 221.78 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 219.19 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1152.63 216.61 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1152.63 214.02 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1152.63 211.43 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 206.25 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1152.63 203.66 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 201.07 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 198.49 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1152.63 195.90 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1152.63 193.31 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 190.72 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1152.63 188.13 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1152.63 185.54 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1152.63 182.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1152.63 180.36 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1152.63 177.78 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1152.63 175.19 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 172.60 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1152.63 170.01 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 167.42 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1152.63 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1152.63 157.07 63.76 2.59 r p2 +1152.63 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1152.63 151.89 63.76 2.59 r p2 +1152.63 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 146.71 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 144.12 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 141.53 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1152.63 138.95 63.76 2.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1152.63 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1152.63 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1152.63 131.18 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1216.39 444.41 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1216.39 441.82 63.76 2.59 r p2 +1216.39 439.23 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 436.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1216.39 434.05 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1216.39 431.47 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1216.39 428.88 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 426.29 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 423.70 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1216.39 421.11 63.76 2.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1216.39 418.52 63.76 2.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1216.39 415.93 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1216.39 413.35 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1216.39 410.76 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1216.39 408.17 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 405.58 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1216.39 402.99 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1216.39 400.40 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 397.81 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1216.39 395.22 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 392.64 63.76 2.59 r p2 +1216.39 390.05 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1216.39 387.46 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1216.39 384.87 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 382.28 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 379.69 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 377.10 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1216.39 371.93 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 369.34 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 366.75 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1216.39 364.16 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1216.39 361.57 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 358.98 63.76 2.59 r p2 +1216.39 356.39 63.76 2.59 r p2 +1216.39 353.81 63.76 2.59 r p2 +1216.39 351.22 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 348.63 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1216.39 346.04 63.76 2.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1216.39 343.45 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1216.39 340.86 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1216.39 338.27 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1216.39 335.69 63.76 2.59 r p2 +1216.39 333.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 330.51 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 327.92 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1216.39 325.33 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 322.74 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 320.15 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 317.56 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1216.39 314.98 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 312.39 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 309.80 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 307.21 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1216.39 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 302.03 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 299.44 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 296.86 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 294.27 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 291.68 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 289.09 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1216.39 286.50 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 283.91 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 281.32 63.76 2.59 r p2 +1216.39 278.73 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 276.15 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 273.56 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 270.97 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1216.39 268.38 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 265.79 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 263.20 63.76 2.59 r p2 +1216.39 260.61 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 258.02 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 255.44 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 252.85 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 250.26 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 247.67 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 245.08 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 242.49 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 239.90 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 237.32 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 234.73 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1216.39 232.14 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 229.55 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 226.96 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 224.37 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 221.78 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 219.19 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1216.39 216.61 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1216.39 214.02 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 211.43 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 208.84 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1216.39 206.25 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 203.66 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1216.39 201.07 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 198.49 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 195.90 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1216.39 193.31 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 190.72 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1216.39 188.13 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1216.39 185.54 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 182.95 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1216.39 180.36 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1216.39 177.78 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1216.39 175.19 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 172.60 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 170.01 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1216.39 167.42 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1216.39 164.83 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 162.24 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1216.39 159.66 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1216.39 157.07 63.76 2.59 r p2 +1216.39 154.48 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1216.39 151.89 63.76 2.59 r p2 +1216.39 149.30 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1216.39 146.71 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 144.12 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1216.39 141.53 63.76 2.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1216.39 138.95 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 136.36 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1216.39 133.77 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1216.39 131.18 63.76 2.59 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +29.70 128.18 (Batch1_B_7) 0 270.00 t +93.46 128.18 (Batch1_D_16) 0 270.00 t +157.21 128.18 (Batch1_D_17) 0 270.00 t +220.97 128.18 (Batch1_D_19) 0 270.00 t +284.73 128.18 (Batch1_D_18) 0 270.00 t +348.49 128.18 (Batch1_D_20) 0 270.00 t +412.24 128.18 (Batch1_B_8) 0 270.00 t +476.00 128.18 (Batch1_B_10) 0 270.00 t +539.76 128.18 (Batch1_B_6) 0 270.00 t +603.51 128.18 (Batch1_B_9) 0 270.00 t +667.27 128.18 (Batch1_C_11) 0 270.00 t +731.03 128.18 (Batch1_C_14) 0 270.00 t +794.79 128.18 (Batch1_C_13) 0 270.00 t +858.54 128.18 (Batch1_C_12) 0 270.00 t +922.30 128.18 (Batch1_C_15) 0 270.00 t +986.06 128.18 (Batch1_A_4) 0 270.00 t +1049.82 128.18 (Batch1_A_2) 0 270.00 t +1113.57 128.18 (Batch1_A_5) 0 270.00 t +1177.33 128.18 (Batch1_A_1) 0 270.00 t +1241.09 128.18 (Batch1_A_3) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 63.76 20.00 r p2 +68.76 450.00 63.76 20.00 r p2 +132.51 450.00 63.76 20.00 r p2 +196.27 450.00 63.76 20.00 r p2 +260.03 450.00 63.76 20.00 r p2 +323.79 450.00 63.76 20.00 r p2 +387.54 450.00 63.76 20.00 r p2 +451.30 450.00 63.76 20.00 r p2 +515.06 450.00 63.76 20.00 r p2 +578.82 450.00 63.76 20.00 r p2 +642.57 450.00 63.76 20.00 r p2 +706.33 450.00 63.76 20.00 r p2 +770.09 450.00 63.76 20.00 r p2 +833.84 450.00 63.76 20.00 r p2 +897.60 450.00 63.76 20.00 r p2 +961.36 450.00 63.76 20.00 r p2 +1025.12 450.00 63.76 20.00 r p2 +1088.87 450.00 63.76 20.00 r p2 +1152.63 450.00 63.76 20.00 r p2 +1216.39 450.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +5.00 472.00 63.76 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +68.76 472.00 63.76 20.00 r p2 +132.51 472.00 63.76 20.00 r p2 +196.27 472.00 63.76 20.00 r p2 +260.03 472.00 63.76 20.00 r p2 +323.79 472.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +387.54 472.00 63.76 20.00 r p2 +451.30 472.00 63.76 20.00 r p2 +515.06 472.00 63.76 20.00 r p2 +578.82 472.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +642.57 472.00 63.76 20.00 r p2 +706.33 472.00 63.76 20.00 r p2 +770.09 472.00 63.76 20.00 r p2 +833.84 472.00 63.76 20.00 r p2 +897.60 472.00 63.76 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +961.36 472.00 63.76 20.00 r p2 +1025.12 472.00 63.76 20.00 r p2 +1088.87 472.00 63.76 20.00 r p2 +1152.63 472.00 63.76 20.00 r p2 +1216.39 472.00 63.76 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1283.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1283.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 396.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 368.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 339.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 310.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 403.92 (A) 0 0 t +1377.10 375.20 (B) 0 0 t +1377.10 346.48 (C) 0 0 t +1377.10 317.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 274.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 238.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 245.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 294.21 (-4) 0 0 t +1299.15 329.51 (-2) 0 0 t +1299.15 364.82 (0) 0 0 t +1299.15 400.12 (2) 0 0 t +1299.15 435.43 (4) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..0b8a741d925b02bbb3e86c5619695f666543c1bf Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..b23049267f031c3619c3b3090dbe5e99ef6ebd90 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/sizes_pca_cor.ps @@ -0,0 +1,1963 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +38.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +38.73 31.91 843.09 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 88.49 m +843.10 0 l +o +np +38.73 179.78 m +843.10 0 l +o +np +38.73 271.07 m +843.10 0 l +o +np +38.73 362.37 m +843.10 0 l +o +np +38.73 453.66 m +843.10 0 l +o +np +38.73 544.95 m +843.10 0 l +o +np +161.00 31.91 m +0 520.94 l +o +np +421.67 31.91 m +0 520.94 l +o +np +682.34 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +38.73 42.84 m +843.10 0 l +o +np +38.73 134.13 m +843.10 0 l +o +np +38.73 225.43 m +843.10 0 l +o +np +38.73 316.72 m +843.10 0 l +o +np +38.73 408.01 m +843.10 0 l +o +np +38.73 499.30 m +843.10 0 l +o +np +291.34 31.91 m +0 520.94 l +o +np +552.01 31.91 m +0 520.94 l +o +np +812.68 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +431.82 387.85 1.95 c p2 +368.36 376.93 1.95 c p2 +393.07 447.62 1.95 c p2 +416.87 348.13 1.95 c p2 +420.88 402.51 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +774.28 276.49 1.95 c p2 +780.89 299.19 1.95 c p2 +796.27 258.27 1.95 c p2 +776.59 313.74 1.95 c p2 +745.43 314.17 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +241.04 163.88 1.95 c p2 +282.81 276.23 1.95 c p2 +375.61 282.44 1.95 c p2 +390.18 252.20 1.95 c p2 +391.34 299.01 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +685.67 345.40 1.95 c p2 +684.45 348.57 1.95 c p2 +678.57 322.97 1.95 c p2 +704.77 281.69 1.95 c p2 +701.25 337.11 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +501.03 371.39 m +-0.72 16.74 l +-2.15 16.80 l +-3.54 16.62 l +-4.88 16.18 l +-6.14 15.50 l +-7.32 14.58 l +-8.38 13.44 l +-9.32 12.09 l +-10.11 10.57 l +-10.76 8.88 l +-11.23 7.06 l +-11.53 5.13 l +-11.67 3.12 l +-11.63 1.07 l +-11.40 -1.00 l +-11.02 -3.06 l +-10.45 -5.06 l +-9.73 -7.00 l +-8.87 -8.82 l +-7.86 -10.52 l +-6.75 -12.04 l +-5.52 -13.40 l +-4.22 -14.55 l +-2.85 -15.47 l +-1.43 -16.16 l +0 -16.61 l +1.43 -16.80 l +2.85 -16.75 l +4.22 -16.43 l +5.52 -15.87 l +6.75 -15.06 l +7.86 -14.04 l +8.87 -12.79 l +9.73 -11.35 l +10.45 -9.74 l +11.02 -7.99 l +11.40 -6.10 l +11.63 -4.14 l +11.67 -2.10 l +11.53 -0.03 l +11.23 2.03 l +10.76 4.07 l +10.11 6.04 l +9.32 7.93 l +8.38 9.68 l +7.32 11.31 l +6.14 12.74 l +4.88 14.00 l +3.54 15.04 l +2.15 15.84 l +0.72 16.42 l +o +0.4863 0.6824 0 srgb +np +843.50 227.58 m +-0.52 8.37 l +-1.55 9.22 l +-2.57 9.95 l +-3.54 10.50 l +-4.46 10.91 l +-5.32 11.16 l +-6.08 11.22 l +-6.76 11.12 l +-7.34 10.86 l +-7.80 10.43 l +-8.15 9.83 l +-8.37 9.09 l +-8.47 8.22 l +-8.43 7.22 l +-8.28 6.10 l +-7.99 4.90 l +-7.59 3.62 l +-7.06 2.29 l +-6.43 0.93 l +-5.71 -0.46 l +-4.89 -1.84 l +-4.01 -3.18 l +-3.06 -4.48 l +-2.07 -5.71 l +-1.04 -6.86 l +0 -7.89 l +1.04 -8.82 l +2.07 -9.60 l +3.06 -10.24 l +4.01 -10.73 l +4.89 -11.06 l +5.71 -11.21 l +6.43 -11.19 l +7.06 -11.01 l +7.59 -10.66 l +7.99 -10.15 l +8.28 -9.48 l +8.43 -8.68 l +8.47 -7.73 l +8.37 -6.67 l +8.15 -5.51 l +7.80 -4.27 l +7.34 -2.96 l +6.76 -1.61 l +6.08 -0.23 l +5.32 1.15 l +4.46 2.51 l +3.54 3.84 l +2.57 5.10 l +1.55 6.30 l +0.52 7.39 l +o +0 0.7490 0.7686 srgb +np +595.83 400.45 m +-1.97 15.62 l +-5.87 13.18 l +-9.69 10.54 l +-13.36 7.73 l +-16.83 4.80 l +-20.04 1.82 l +-22.95 -1.21 l +-25.51 -4.22 l +-27.69 -7.15 l +-29.43 -9.99 l +-30.75 -12.67 l +-31.59 -15.15 l +-31.95 -17.41 l +-31.83 -19.41 l +-31.23 -21.11 l +-30.15 -22.49 l +-28.61 -23.53 l +-26.65 -24.21 l +-24.27 -24.53 l +-21.54 -24.47 l +-18.47 -24.05 l +-15.12 -23.25 l +-11.55 -22.11 l +-7.80 -20.63 l +-3.92 -18.84 l +0 -16.76 l +3.92 -14.43 l +7.80 -11.88 l +11.55 -9.15 l +15.12 -6.28 l +18.47 -3.32 l +21.54 -0.30 l +24.27 2.72 l +26.65 5.69 l +28.61 8.59 l +30.15 11.35 l +31.23 13.93 l +31.83 16.32 l +31.95 18.45 l +31.59 20.29 l +30.75 21.84 l +29.43 23.06 l +27.69 23.91 l +25.51 24.42 l +22.95 24.55 l +20.04 24.30 l +16.83 23.70 l +13.36 22.72 l +9.69 21.41 l +5.87 19.77 l +1.97 17.84 l +o +0.7804 0.4863 1 srgb +np +733.45 269.21 m +-0.32 10.70 l +-0.96 11.42 l +-1.59 11.96 l +-2.19 12.32 l +-2.75 12.50 l +-3.28 12.48 l +-3.76 12.28 l +-4.18 11.88 l +-4.53 11.32 l +-4.82 10.58 l +-5.03 9.67 l +-5.17 8.63 l +-5.24 7.45 l +-5.21 6.15 l +-5.11 4.77 l +-4.94 3.31 l +-4.68 1.80 l +-4.37 0.27 l +-3.97 -1.27 l +-3.53 -2.80 l +-3.02 -4.27 l +-2.48 -5.68 l +-1.89 -7.01 l +-1.27 -8.23 l +-0.65 -9.33 l +0 -10.28 l +0.65 -11.08 l +1.27 -11.71 l +1.89 -12.16 l +2.48 -12.43 l +3.02 -12.52 l +3.53 -12.40 l +3.97 -12.11 l +4.37 -11.62 l +4.68 -10.97 l +4.94 -10.14 l +5.11 -9.17 l +5.21 -8.05 l +5.24 -6.82 l +5.17 -5.47 l +5.03 -4.04 l +4.82 -2.57 l +4.53 -1.03 l +4.18 0.50 l +3.76 2.04 l +3.28 3.53 l +2.75 4.99 l +2.19 6.36 l +1.59 7.63 l +0.96 8.80 l +0.32 9.82 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +38.73 31.91 843.09 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 39.61 (-15) 1 0 t +33.80 130.90 (-10) 1 0 t +33.80 222.20 (-5) 1 0 t +33.80 313.49 (0) 1 0 t +33.80 404.78 (5) 1 0 t +33.80 496.07 (10) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 42.84 m +2.74 0 l +o +np +35.99 134.13 m +2.74 0 l +o +np +35.99 225.43 m +2.74 0 l +o +np +35.99 316.72 m +2.74 0 l +o +np +35.99 408.01 m +2.74 0 l +o +np +35.99 499.30 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +291.34 29.17 m +0 2.74 l +o +np +552.01 29.17 m +0 2.74 l +o +np +812.68 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +291.34 20.52 (-10) .5 0 t +552.01 20.52 (0) .5 0 t +812.68 20.52 (10) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +460.28 7.90 (PC1 \(44.92%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(9.54%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (PCA of Log2 of RLE Siz) 0 ta +-0.195 (e Ratios) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.4863 0.3569 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.3765 0.2471 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.3765 0.2471 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 1 0.8353 0.7765 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.7137 0.6196 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +2118.91 239.57 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 1 0.8510 0.7961 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +1975.43 263.49 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2095.00 287.40 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.6275 0.5176 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.7098 0.5529 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.6196 0.4471 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.6353 0.4667 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.6275 0.5176 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.6863 0.5294 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1927.60 430.89 23.91 23.91 r p3 +1951.51 430.89 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.7451 0.6588 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.6784 0.5176 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2023.25 502.63 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2071.08 502.63 23.91 23.91 r p3 +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_B_10) 1 0 t +1681.13 103.74 (Batch1_B_7) 1 0 t +1681.13 127.65 (Batch1_B_8) 1 0 t +1681.13 151.57 (Batch1_B_6) 1 0 t +1681.13 175.48 (Batch1_B_9) 1 0 t +1681.13 199.39 (Batch1_D_16) 1 0 t +1681.13 223.31 (Batch1_D_17) 1 0 t +1681.13 247.22 (Batch1_D_19) 1 0 t +1681.13 271.14 (Batch1_D_18) 1 0 t +1681.13 295.05 (Batch1_D_20) 1 0 t +1681.13 318.96 (Batch1_C_11) 1 0 t +1681.13 342.88 (Batch1_C_14) 1 0 t +1681.13 366.79 (Batch1_C_13) 1 0 t +1681.13 390.71 (Batch1_C_12) 1 0 t +1681.13 414.62 (Batch1_C_15) 1 0 t +1681.13 438.53 (Batch1_A_1) 1 0 t +1681.13 462.45 (Batch1_A_3) 1 0 t +1681.13 486.36 (Batch1_A_4) 1 0 t +1681.13 510.28 (Batch1_A_2) 1 0 t +1681.13 534.19 (Batch1_A_5) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_B_10) 1 45.00 t +1730.42 58.76 (Batch1_B_7) 1 45.00 t +1754.33 58.76 (Batch1_B_8) 1 45.00 t +1778.25 58.76 (Batch1_B_6) 1 45.00 t +1802.16 58.76 (Batch1_B_9) 1 45.00 t +1826.08 58.76 (Batch1_D_16) 1 45.00 t +1849.99 58.76 (Batch1_D_17) 1 45.00 t +1873.91 58.76 (Batch1_D_19) 1 45.00 t +1897.82 58.76 (Batch1_D_18) 1 45.00 t +1921.73 58.76 (Batch1_D_20) 1 45.00 t +1945.65 58.76 (Batch1_C_11) 1 45.00 t +1969.56 58.76 (Batch1_C_14) 1 45.00 t +1993.48 58.76 (Batch1_C_13) 1 45.00 t +2017.39 58.76 (Batch1_C_12) 1 45.00 t +2041.30 58.76 (Batch1_C_15) 1 45.00 t +2065.22 58.76 (Batch1_A_1) 1 45.00 t +2089.13 58.76 (Batch1_A_3) 1 45.00 t +2113.05 58.76 (Batch1_A_4) 1 45.00 t +2136.96 58.76 (Batch1_A_2) 1 45.00 t +2160.87 58.76 (Batch1_A_5) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of Log2 of RLE Siz) tb +-0.195 (e Ratios) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.png new file mode 100644 index 0000000000000000000000000000000000000000..59681ac3551bdd126710523290e1677fc8fd7197 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.ps new file mode 100644 index 0000000000000000000000000000000000000000..7b74271c846b788662979e3d0695293a1fd34c95 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed.ps @@ -0,0 +1,28236 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 308.40 1041.04 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 327.59 m +1041.04 0 l +o +np +33.48 378.42 m +1041.04 0 l +o +np +33.48 429.24 m +1041.04 0 l +o +np +33.48 480.07 m +1041.04 0 l +o +np +33.48 530.90 m +1041.04 0 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 353.00 m +1041.04 0 l +o +np +33.48 403.83 m +1041.04 0 l +o +np +33.48 454.66 m +1041.04 0 l +o +np +33.48 505.49 m +1041.04 0 l +o +np +64.40 308.40 m +0 227.24 l +o +np +115.94 308.40 m +0 227.24 l +o +np +167.47 308.40 m +0 227.24 l +o +np +219.01 308.40 m +0 227.24 l +o +np +270.55 308.40 m +0 227.24 l +o +np +322.08 308.40 m +0 227.24 l +o +np +373.62 308.40 m +0 227.24 l +o +np +425.16 308.40 m +0 227.24 l +o +np +476.69 308.40 m +0 227.24 l +o +np +528.23 308.40 m +0 227.24 l +o +np +579.77 308.40 m +0 227.24 l +o +np +631.30 308.40 m +0 227.24 l +o +np +682.84 308.40 m +0 227.24 l +o +np +734.38 308.40 m +0 227.24 l +o +np +785.91 308.40 m +0 227.24 l +o +np +837.45 308.40 m +0 227.24 l +o +np +888.99 308.40 m +0 227.24 l +o +np +940.52 308.40 m +0 227.24 l +o +np +992.06 308.40 m +0 227.24 l +o +np +1043.60 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 48.33 318.73 m +-0.10 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +53.00 357.16 lineto +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.13 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.14 0.38 l +50.12 395.59 lineto +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.14 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.38 l +-0.16 0.39 l +-0.15 0.38 l +-0.16 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.16 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.38 l +-0.15 0.39 l +-0.15 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.15 0.39 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.38 l +-0.13 0.38 l +-0.11 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.38 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +42.68 434.02 lineto +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.13 0.38 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.14 0.38 l +0.14 0.38 l +0.13 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.38 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.15 0.38 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.14 0.38 l +0.13 0.38 l +0.14 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.38 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.12 0.38 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +55.08 472.44 lineto +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +62.51 510.87 lineto +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +3.00 0 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +71.55 481.28 lineto +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.15 -0.38 l +83.18 442.85 lineto +0.14 -0.38 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.39 l +0.14 -0.38 l +0.14 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.13 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.16 -0.38 l +82.12 404.42 lineto +-0.15 -0.38 l +-0.16 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.16 -0.38 l +-0.15 -0.39 l +-0.15 -0.38 l +-0.16 -0.39 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.15 -0.38 l +-0.15 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.15 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +74.69 366.00 lineto +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +81.63 327.57 lineto +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-32.13 0 l +cp p3 +np + 100.37 318.73 m +-0.09 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.08 0.40 l +0.07 0.41 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.41 l +0.06 0.40 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.05 0.41 l +0.06 0.40 l +0.06 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.41 l +0.06 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +103.73 359.16 lineto +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.41 l +0 0.40 l +0.01 0.41 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.05 0.41 l +-0.04 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.41 l +-0.06 0.40 l +-0.05 0.41 l +-0.06 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.10 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.11 0.41 l +100.64 399.58 lineto +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.12 0.41 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.40 l +-0.12 0.41 l +-0.12 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.11 0.40 l +-0.11 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.11 0.40 l +-0.10 0.41 l +-0.10 0.40 l +-0.09 0.40 l +-0.10 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.09 0.40 l +-0.09 0.41 l +-0.08 0.40 l +-0.08 0.40 l +-0.08 0.41 l +-0.07 0.40 l +-0.07 0.41 l +-0.07 0.40 l +-0.06 0.41 l +-0.07 0.40 l +-0.06 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.41 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.09 0.40 l +0.09 0.41 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.40 l +96.80 440.01 lineto +0.11 0.40 l +0.12 0.41 l +0.11 0.40 l +0.12 0.41 l +0.12 0.40 l +0.12 0.40 l +0.13 0.41 l +0.12 0.40 l +0.13 0.41 l +0.12 0.40 l +0.13 0.41 l +0.13 0.40 l +0.13 0.40 l +0.13 0.41 l +0.13 0.40 l +0.14 0.41 l +0.13 0.40 l +0.13 0.41 l +0.14 0.40 l +0.13 0.40 l +0.14 0.41 l +0.13 0.40 l +0.14 0.41 l +0.13 0.40 l +0.14 0.41 l +0.13 0.40 l +0.14 0.40 l +0.13 0.41 l +0.14 0.40 l +0.13 0.41 l +0.13 0.40 l +0.13 0.41 l +0.14 0.40 l +0.13 0.40 l +0.13 0.41 l +0.13 0.40 l +0.13 0.41 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.13 0.40 l +0.12 0.41 l +0.13 0.40 l +0.12 0.41 l +0.12 0.40 l +0.13 0.40 l +0.12 0.41 l +0.12 0.40 l +0.11 0.41 l +0.12 0.40 l +0.12 0.41 l +0.11 0.40 l +0.12 0.40 l +0.11 0.41 l +0.12 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.41 l +0.11 0.40 l +0.11 0.40 l +0.11 0.41 l +0.10 0.40 l +0.11 0.41 l +0.11 0.40 l +0.10 0.41 l +0.11 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.11 0.41 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.10 0.40 l +0.10 0.40 l +0.09 0.41 l +0.10 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.10 0.40 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.10 0.40 l +0.09 0.41 l +0.10 0.40 l +0.09 0.41 l +0.10 0.40 l +108.27 480.44 lineto +0.09 0.40 l +0.10 0.40 l +0.09 0.41 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.10 0.41 l +0.09 0.40 l +0.09 0.40 l +0.09 0.41 l +0.10 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.40 l +0.09 0.41 l +0.09 0.40 l +0.09 0.41 l +0.08 0.40 l +0.09 0.41 l +0.08 0.40 l +0.09 0.40 l +0.08 0.41 l +0.09 0.40 l +0.08 0.41 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.08 0.40 l +0.08 0.41 l +0.08 0.40 l +0.07 0.41 l +0.08 0.40 l +0.08 0.41 l +0.07 0.40 l +0.07 0.40 l +0.08 0.41 l +0.07 0.40 l +0.07 0.41 l +0.07 0.40 l +0.07 0.41 l +0.06 0.40 l +0.07 0.40 l +0.07 0.41 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.05 0.41 l +0.05 0.40 l +0.06 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.05 0.41 l +0.05 0.40 l +0.04 0.40 l +0.05 0.41 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.04 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.41 l +0.02 0.40 l +0.03 0.41 l +114.56 520.86 lineto +0.03 0.41 l +0.02 0.40 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +2.25 0 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.04 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.40 l +0.08 -0.41 l +0.08 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.08 -0.41 l +0.08 -0.40 l +0.08 -0.40 l +0.08 -0.41 l +0.08 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.08 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +121.49 489.73 lineto +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.10 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.09 -0.40 l +0.10 -0.41 l +0.09 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.10 -0.40 l +0.11 -0.41 l +0.10 -0.40 l +0.10 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.10 -0.41 l +0.11 -0.40 l +0.11 -0.41 l +0.10 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.11 -0.41 l +0.12 -0.40 l +0.11 -0.41 l +0.12 -0.40 l +0.11 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.14 -0.40 l +0.13 -0.40 l +0.14 -0.41 l +132.14 449.31 lineto +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.14 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.14 -0.41 l +0.13 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.13 -0.40 l +0.13 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.13 -0.40 l +0.12 -0.41 l +0.12 -0.40 l +0.12 -0.40 l +0.12 -0.41 l +0.11 -0.40 l +0.12 -0.41 l +0.11 -0.40 l +0.11 -0.41 l +0.11 -0.40 l +0.10 -0.40 l +0.11 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.10 -0.40 l +0.09 -0.41 l +0.09 -0.40 l +0.08 -0.40 l +0.09 -0.41 l +0.08 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.10 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.11 -0.41 l +133.89 408.88 lineto +-0.12 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.12 -0.41 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.12 -0.40 l +-0.12 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.12 -0.41 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.11 -0.40 l +-0.11 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.11 -0.41 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.10 -0.40 l +-0.10 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.10 -0.41 l +-0.09 -0.40 l +-0.09 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.09 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.08 -0.40 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.07 -0.41 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.06 -0.40 l +-0.07 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.41 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +127.88 368.45 lineto +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.02 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.02 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.04 -0.41 l +0.03 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.06 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.08 -0.40 l +0.07 -0.41 l +0.08 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.08 -0.41 l +0.07 -0.40 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.41 l +0.07 -0.40 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.03 -0.40 l +0.02 -0.41 l +132.25 328.03 lineto +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.06 -0.40 l +-0.07 -0.40 l +-0.07 -0.41 l +-0.08 -0.40 l +-0.08 -0.41 l +-0.09 -0.40 l +-31.13 0 l +cp p3 +np + 151.52 318.73 m +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.04 0.38 l +0.03 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +155.39 356.52 lineto +0.08 0.37 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.38 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0 0.37 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.37 l +-0.04 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.11 0.38 l +-0.11 0.37 l +153.81 394.30 lineto +-0.11 0.38 l +-0.12 0.38 l +-0.11 0.38 l +-0.12 0.37 l +-0.12 0.38 l +-0.11 0.38 l +-0.13 0.38 l +-0.12 0.38 l +-0.12 0.37 l +-0.12 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.12 0.37 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.13 0.37 l +-0.13 0.38 l +-0.14 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.13 0.37 l +-0.14 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.37 l +-0.14 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.14 0.37 l +-0.14 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.14 0.38 l +-0.13 0.37 l +-0.14 0.38 l +-0.13 0.38 l +-0.14 0.38 l +-0.13 0.38 l +-0.13 0.37 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.38 l +-0.13 0.37 l +-0.13 0.38 l +-0.12 0.38 l +-0.12 0.38 l +-0.13 0.38 l +-0.12 0.37 l +-0.11 0.38 l +-0.12 0.38 l +-0.11 0.38 l +-0.11 0.38 l +-0.11 0.37 l +-0.11 0.38 l +-0.11 0.38 l +-0.10 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.37 l +-0.09 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +145.11 432.09 lineto +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.11 0.38 l +0.10 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.13 0.38 l +0.12 0.37 l +0.13 0.38 l +0.13 0.38 l +0.12 0.38 l +0.14 0.38 l +0.13 0.37 l +0.13 0.38 l +0.13 0.38 l +0.14 0.38 l +0.14 0.37 l +0.13 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.37 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.37 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.14 0.37 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.13 0.38 l +0.14 0.37 l +0.14 0.38 l +0.14 0.38 l +0.14 0.38 l +0.13 0.38 l +0.14 0.37 l +0.13 0.38 l +0.14 0.38 l +0.13 0.38 l +0.14 0.37 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.37 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.38 l +0.13 0.37 l +0.12 0.38 l +0.13 0.38 l +0.12 0.38 l +0.13 0.38 l +0.12 0.37 l +0.12 0.38 l +0.13 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +157.13 469.88 lineto +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.37 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.10 0.37 l +0.11 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.37 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.03 0.38 l +165.79 507.66 lineto +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.38 l +2.63 0 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +175.19 478.57 lineto +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.37 l +0.13 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.38 l +0.13 -0.37 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.37 l +0.14 -0.38 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.14 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.14 -0.38 l +0.14 -0.37 l +0.13 -0.38 l +0.13 -0.38 l +0.14 -0.38 l +0.13 -0.37 l +0.13 -0.38 l +0.13 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +187.78 440.78 lineto +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.11 -0.38 l +-0.11 -0.37 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.12 -0.37 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.13 -0.37 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.37 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.14 -0.37 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.13 -0.37 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.14 -0.38 l +-0.13 -0.37 l +-0.14 -0.38 l +-0.14 -0.38 l +184.03 402.99 lineto +-0.14 -0.37 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.13 -0.38 l +-0.14 -0.38 l +-0.13 -0.37 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.13 -0.38 l +-0.13 -0.37 l +-0.13 -0.38 l +-0.12 -0.38 l +-0.13 -0.38 l +-0.12 -0.37 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.12 -0.38 l +-0.11 -0.37 l +-0.12 -0.38 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.12 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.11 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +178.27 365.21 lineto +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.37 l +0 -0.38 l +184.69 327.42 lineto +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-31.90 0 l +cp p3 +np + 203.64 318.73 m +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.02 0.39 l +0.02 0.38 l +208.16 357.46 lineto +0.02 0.39 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0.01 0.39 l +0 0.38 l +0 0.39 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +203.42 396.20 lineto +-0.13 0.38 l +-0.13 0.39 l +-0.12 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.39 l +-0.14 0.38 l +-0.13 0.39 l +-0.14 0.39 l +-0.14 0.39 l +-0.13 0.38 l +-0.14 0.39 l +-0.13 0.39 l +-0.13 0.38 l +-0.13 0.39 l +-0.13 0.39 l +-0.12 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.09 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +0 0.39 l +0.02 0.38 l +0.01 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +197.38 434.93 lineto +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.39 l +0.13 0.39 l +0.12 0.38 l +0.13 0.39 l +0.13 0.39 l +0.14 0.38 l +0.13 0.39 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.39 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.15 0.39 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.16 0.39 l +0.15 0.38 l +0.15 0.39 l +0.16 0.39 l +0.15 0.39 l +0.16 0.38 l +0.15 0.39 l +0.16 0.39 l +0.15 0.39 l +0.16 0.38 l +0.15 0.39 l +0.15 0.39 l +0.15 0.39 l +0.16 0.38 l +0.15 0.39 l +0.15 0.39 l +0.15 0.38 l +0.15 0.39 l +0.14 0.39 l +0.15 0.39 l +0.14 0.38 l +0.15 0.39 l +0.14 0.39 l +0.14 0.39 l +0.14 0.38 l +0.14 0.39 l +0.14 0.39 l +0.14 0.39 l +0.13 0.38 l +0.14 0.39 l +0.13 0.39 l +0.13 0.38 l +0.13 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.38 l +209.92 473.66 lineto +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.39 l +0.05 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +217.20 512.40 lineto +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +0.03 0.39 l +2.88 0 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +225.99 482.57 lineto +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.13 -0.38 l +0.13 -0.39 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.16 -0.39 l +0.15 -0.39 l +0.15 -0.39 l +0.16 -0.38 l +0.15 -0.39 l +0.16 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.16 -0.39 l +0.15 -0.39 l +0.16 -0.39 l +237.47 443.84 lineto +0.16 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.15 -0.39 l +0.15 -0.39 l +0.15 -0.38 l +0.15 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.15 -0.38 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.13 -0.38 l +0.14 -0.39 l +0.13 -0.39 l +0.12 -0.38 l +0.13 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +237.72 405.10 lineto +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.38 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +229.76 366.37 lineto +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.38 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.39 l +0 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.02 -0.39 l +0.01 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +234.86 327.64 lineto +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-30.73 0 l +cp p3 +np + 254.62 318.73 m +-0.11 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.07 0.40 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.01 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0.01 0.39 l +0.02 0.39 l +0.01 0.40 l +0.02 0.39 l +0.02 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.04 0.39 l +0.04 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.40 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.40 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.40 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.40 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.06 0.39 l +258.17 357.82 lineto +0.06 0.39 l +0.06 0.40 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.04 0.40 l +0.05 0.39 l +0.04 0.39 l +0.04 0.39 l +0.05 0.39 l +0.03 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.03 0.40 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.01 0.40 l +0.02 0.39 l +0.01 0.39 l +0.01 0.39 l +0.01 0.39 l +0.01 0.39 l +0 0.39 l +0 0.39 l +0.01 0.39 l +0 0.39 l +-0.01 0.40 l +0 0.39 l +-0.01 0.39 l +0 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.04 0.40 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.40 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.40 l +-0.09 0.39 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.40 l +-0.11 0.39 l +-0.11 0.39 l +256.22 396.92 lineto +-0.12 0.39 l +-0.11 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.40 l +-0.12 0.39 l +-0.13 0.39 l +-0.12 0.39 l +-0.13 0.39 l +-0.12 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.40 l +-0.13 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.14 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.40 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.12 0.39 l +-0.13 0.39 l +-0.13 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.40 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.11 0.39 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.40 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.09 0.39 l +-0.08 0.39 l +-0.08 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.40 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.40 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.01 0.39 l +0 0.39 l +0 0.39 l +0 0.39 l +0.01 0.39 l +0.01 0.39 l +0.02 0.40 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.07 0.40 l +0.06 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.09 0.39 l +249.81 436.01 lineto +0.09 0.39 l +0.09 0.40 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.40 l +0.12 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.14 0.39 l +0.13 0.40 l +0.14 0.39 l +0.14 0.39 l +0.13 0.39 l +0.14 0.39 l +0.14 0.39 l +0.14 0.39 l +0.14 0.39 l +0.13 0.39 l +0.14 0.39 l +0.14 0.39 l +0.14 0.40 l +0.14 0.39 l +0.13 0.39 l +0.14 0.39 l +0.14 0.39 l +0.13 0.39 l +0.14 0.39 l +0.13 0.39 l +0.14 0.39 l +0.13 0.39 l +0.13 0.39 l +0.14 0.40 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.39 l +0.13 0.39 l +0.12 0.39 l +0.13 0.39 l +0.12 0.40 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.40 l +0.11 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.10 0.40 l +0.11 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.40 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.40 l +0.10 0.39 l +0.11 0.39 l +261.68 475.11 lineto +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.40 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.40 l +0.11 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.40 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.40 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.40 l +0.08 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.40 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.05 0.40 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.04 0.39 l +0.05 0.39 l +0.04 0.40 l +0.05 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.04 0.39 l +0.04 0.39 l +0.03 0.40 l +0.03 0.39 l +0.04 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +0.03 0.39 l +269.11 514.20 lineto +0.03 0.39 l +0.03 0.39 l +0.03 0.40 l +0.02 0.39 l +0.03 0.39 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +0.03 0.39 l +0.02 0.39 l +2.29 0 l +0.03 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.40 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.40 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.40 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.40 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.40 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.40 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +277.05 484.10 lineto +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.40 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.40 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.40 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.40 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.40 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.40 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.40 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.13 -0.40 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.40 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +288.57 445.01 lineto +0.13 -0.40 l +0.14 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.14 -0.39 l +0.13 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.13 -0.40 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.40 l +0.10 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.40 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.40 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.40 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.40 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.40 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.40 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.39 l +287.76 405.91 lineto +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.14 -0.39 l +-0.13 -0.39 l +-0.13 -0.40 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.12 -0.40 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.40 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.40 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.06 -0.40 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.04 -0.40 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +0 -0.39 l +0 -0.40 l +0 -0.39 l +0 -0.39 l +0 -0.39 l +0.01 -0.39 l +0 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.02 -0.39 l +0.01 -0.40 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.39 l +281.85 366.82 lineto +0.03 -0.40 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.05 -0.39 l +0.04 -0.40 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.40 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.06 -0.40 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.40 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.40 l +0.08 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.40 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.40 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.40 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.39 l +287.68 327.72 lineto +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.02 -0.40 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.40 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.39 l +-31.86 0 l +cp p3 +np + 307.69 318.73 m +-0.06 0.37 l +-0.07 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.37 l +0.02 0.37 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.03 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.03 0.37 l +0.04 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.02 0.37 l +0.03 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.01 0.37 l +310.63 355.75 lineto +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +305.76 392.77 lineto +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +301.30 429.79 lineto +0.02 0.37 l +0.02 0.37 l +0.03 0.37 l +0.02 0.37 l +0.03 0.37 l +0.04 0.37 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.38 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +310.74 466.81 lineto +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +318.91 503.83 lineto +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +5.07 0 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +331.35 475.32 lineto +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +341.75 438.30 lineto +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +339.61 401.28 lineto +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +334.11 364.26 lineto +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +336.89 327.24 lineto +0.02 -0.37 l +0.03 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-28.79 0 l +cp p3 +np + 358.68 318.73 m +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0.01 0.37 l +0.01 0.38 l +0.02 0.38 l +0.01 0.38 l +0.03 0.37 l +0.02 0.38 l +0.03 0.38 l +0.04 0.37 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.03 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.01 0.38 l +362.33 356.45 lineto +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.37 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.37 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +357.17 394.18 lineto +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.37 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.37 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.38 l +0 0.38 l +0 0.37 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +353.02 431.91 lineto +0.03 0.37 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.13 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.38 l +0.11 0.38 l +363.04 469.63 lineto +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.37 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +371.33 507.36 lineto +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.37 l +0.05 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +3.60 0 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +381.92 478.31 lineto +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +392.84 440.58 lineto +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +391.18 402.86 lineto +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +385.34 365.13 lineto +-0.05 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.02 -0.38 l +389.20 327.41 lineto +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-29.88 0 l +cp p3 +np + 410.52 318.73 m +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.37 l +0.02 0.37 l +0.04 0.38 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.01 0.37 l +0.01 0.37 l +414.20 355.79 lineto +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0 0.37 l +-0.01 0.37 l +0 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +408.82 392.85 lineto +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +0 0.37 l +-0.01 0.37 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.37 l +0.02 0.37 l +0.02 0.37 l +404.22 429.91 lineto +0.02 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.13 0.38 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.13 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.13 0.38 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.11 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +414.09 466.98 lineto +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.38 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +421.80 504.04 lineto +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +5.45 0 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +434.24 475.50 lineto +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.38 l +0.12 -0.37 l +0.13 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +444.83 438.44 lineto +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.37 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +442.84 401.38 lineto +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +436.51 364.31 lineto +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.02 -0.37 l +440.47 327.25 lineto +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-29.28 0 l +cp p3 +np + 461.85 318.73 m +-0.08 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.36 l +0.04 0.37 l +0.03 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.36 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.37 l +0.03 0.37 l +0.03 0.37 l +0.02 0.36 l +0.03 0.37 l +0.02 0.37 l +0.02 0.37 l +0.02 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +465.17 355.53 lineto +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.37 l +-0.01 0.36 l +0 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +460.78 392.33 lineto +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.37 l +-0.01 0.37 l +0 0.37 l +456.27 429.13 lineto +0 0.36 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0.01 0.36 l +0.02 0.37 l +0.01 0.37 l +0.02 0.37 l +0.02 0.37 l +0.03 0.36 l +0.02 0.37 l +0.03 0.37 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.04 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.36 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.08 0.36 l +0.07 0.37 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +464.52 465.93 lineto +0.11 0.36 l +0.10 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.10 0.36 l +0.11 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.11 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.11 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.11 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.36 l +0.10 0.37 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.10 0.36 l +0.11 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.11 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.36 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.36 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.06 0.37 l +0.07 0.37 l +473.75 502.73 lineto +0.06 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.05 0.36 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.05 0.37 l +0.06 0.36 l +0.05 0.37 l +4.65 0 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +486.42 474.39 lineto +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.05 -0.37 l +496.51 437.59 lineto +0.05 -0.37 l +0.06 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.36 l +0.03 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +493.64 400.79 lineto +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +488.53 363.99 lineto +-0.04 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.36 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.37 l +0.02 -0.37 l +492.21 327.19 lineto +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-29.69 0 l +cp p3 +np + 513.22 318.73 m +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.06 0.39 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.39 l +516.92 357.45 lineto +0 0.39 l +0 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.39 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +512.19 396.18 lineto +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.39 l +-0.02 0.39 l +0 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0.02 0.39 l +0.02 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.39 l +0.05 0.38 l +508.03 434.90 lineto +0.05 0.39 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.13 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.13 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.13 0.39 l +0.12 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.12 0.38 l +0.12 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +518.56 473.62 lineto +0.10 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +0.05 0.39 l +0.04 0.38 l +0.04 0.39 l +526.31 512.35 lineto +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.03 0.39 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +0.03 0.39 l +3.04 0 l +0.03 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +535.65 482.53 lineto +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.13 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.39 l +0.13 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.12 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.39 l +546.59 443.81 lineto +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +545.62 405.08 lineto +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +540.03 366.36 lineto +-0.04 -0.39 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.39 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.06 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +543.96 327.64 lineto +0.02 -0.39 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-30.02 0 l +cp p3 +np + 564.70 318.73 m +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.38 l +0.03 0.39 l +0.02 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +566.38 356.89 lineto +-0.01 0.38 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.38 l +0 0.39 l +0 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.39 l +0 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +565.03 395.05 lineto +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.39 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.38 l +0.01 0.39 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.04 0.38 l +0.04 0.38 l +561.26 433.21 lineto +0.04 0.39 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +569.61 471.38 lineto +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.39 l +0.08 0.38 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.39 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.06 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.39 l +576.87 509.54 lineto +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +4.81 0 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +587.82 480.15 lineto +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +596.93 441.99 lineto +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.38 l +596.14 403.83 lineto +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +593.28 365.67 lineto +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +-0.01 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +595.55 327.51 lineto +0.01 -0.39 l +0.01 -0.38 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-30.14 0 l +cp p3 +np + 615.56 318.73 m +-0.09 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +0 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.04 0.38 l +0.03 0.37 l +0.04 0.37 l +0.04 0.38 l +0.05 0.37 l +0.04 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.04 0.37 l +0.05 0.38 l +0.04 0.37 l +0.04 0.38 l +0.05 0.37 l +0.04 0.38 l +0.04 0.37 l +618.30 356.18 lineto +0.04 0.37 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.03 0.38 l +0.04 0.37 l +0.03 0.37 l +0.04 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.37 l +0.04 0.38 l +0.03 0.37 l +0.03 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.03 0.37 l +0.02 0.38 l +0.03 0.37 l +0.02 0.37 l +0.03 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.01 0.37 l +0.02 0.38 l +0.01 0.37 l +0.02 0.38 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.38 l +0.01 0.37 l +0.01 0.37 l +0 0.38 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.38 l +0 0.37 l +-0.01 0.38 l +-0.01 0.37 l +0 0.38 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.38 l +617.49 393.62 lineto +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.11 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.38 l +0 0.37 l +-0.01 0.37 l +0 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.37 l +0.02 0.37 l +0.03 0.38 l +0.02 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.04 0.37 l +0.04 0.38 l +611.44 431.07 lineto +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.06 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +620.33 468.52 lineto +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.07 0.37 l +0.05 0.38 l +0.06 0.37 l +628.47 505.96 lineto +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +4.49 0 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +640.32 477.13 lineto +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +649.64 439.68 lineto +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +647.41 402.24 lineto +-0.10 -0.38 l +-0.11 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.11 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +0 -0.38 l +-0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +643.49 364.79 lineto +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.03 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +647.99 327.34 lineto +0.01 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.09 -0.37 l +-31.49 0 l +cp p3 +np + 667.27 318.73 m +-0.09 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.37 l +0.02 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.06 0.36 l +0.05 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.06 0.37 l +0.06 0.36 l +0.06 0.36 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.06 0.37 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.37 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.04 0.37 l +0.05 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.37 l +0.04 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.03 0.37 l +669.66 354.88 lineto +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.37 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.37 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.37 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.37 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.37 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.37 l +669.50 391.03 lineto +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.07 0.36 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.09 0.36 l +-0.08 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.09 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.37 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.10 0.36 l +-0.09 0.36 l +-0.09 0.37 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.09 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.36 l +-0.08 0.36 l +-0.07 0.36 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.36 l +-0.06 0.36 l +-0.07 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.37 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +662.09 427.18 lineto +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.37 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.04 0.37 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.06 0.36 l +0.05 0.37 l +0.06 0.36 l +0.06 0.36 l +0.07 0.36 l +0.06 0.36 l +0.07 0.36 l +0.08 0.36 l +0.07 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.37 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.10 0.37 l +0.10 0.36 l +0.10 0.36 l +0.11 0.36 l +0.10 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.37 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.37 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.12 0.37 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +0.11 0.37 l +0.12 0.36 l +0.11 0.36 l +0.12 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.37 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.11 0.36 l +0.10 0.36 l +0.11 0.37 l +0.11 0.36 l +0.10 0.36 l +0.10 0.36 l +0.11 0.36 l +0.10 0.36 l +0.10 0.36 l +0.10 0.37 l +0.10 0.36 l +0.10 0.36 l +0.10 0.36 l +0.09 0.36 l +0.10 0.36 l +0.10 0.37 l +0.09 0.36 l +0.09 0.36 l +0.10 0.36 l +0.09 0.36 l +0.09 0.36 l +670.71 463.32 lineto +0.09 0.37 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.37 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.09 0.37 l +0.08 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.09 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.37 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.36 l +0.08 0.36 l +0.08 0.36 l +0.09 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.37 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.08 0.36 l +0.07 0.36 l +0.08 0.37 l +0.07 0.36 l +0.08 0.36 l +0.07 0.36 l +0.08 0.36 l +679.06 499.47 lineto +0.07 0.36 l +0.07 0.37 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.36 l +0.07 0.37 l +0.06 0.36 l +0.07 0.36 l +0.06 0.36 l +6.06 0 l +0.06 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.36 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +0.08 -0.36 l +0.07 -0.36 l +0.08 -0.36 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +693.01 471.64 lineto +0.08 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.11 -0.36 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.36 l +0.12 -0.36 l +0.11 -0.36 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.36 l +0.10 -0.36 l +0.11 -0.36 l +0.10 -0.36 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.36 l +0.09 -0.36 l +0.09 -0.36 l +0.10 -0.36 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.36 l +0.08 -0.36 l +0.09 -0.36 l +0.07 -0.36 l +0.08 -0.36 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.36 l +702.83 435.49 lineto +0.07 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.10 -0.37 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.10 -0.36 l +-0.09 -0.36 l +-0.09 -0.37 l +-0.09 -0.36 l +697.90 399.34 lineto +-0.09 -0.36 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.09 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.08 -0.36 l +-0.07 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +695.47 363.19 lineto +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.37 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.36 l +0.06 -0.37 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.37 l +699.42 327.04 lineto +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.08 -0.36 l +-0.09 -0.36 l +-31.14 0 l +cp p3 +np + 718.96 318.73 m +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +0 0.39 l +0 0.39 l +0.01 0.38 l +0 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.39 l +0.02 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.39 l +0.06 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.38 l +0.05 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.03 0.38 l +0.04 0.39 l +723.39 357.33 lineto +0.03 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.02 0.39 l +0.03 0.39 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.02 0.39 l +0.01 0.38 l +0.02 0.39 l +0.01 0.38 l +0.01 0.39 l +0.01 0.39 l +0.01 0.38 l +0.01 0.39 l +0 0.38 l +0.01 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0 0.39 l +-0.01 0.39 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +-0.01 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.02 0.38 l +-0.03 0.39 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.07 0.39 l +-0.06 0.38 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.08 0.39 l +-0.07 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.09 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.10 0.38 l +-0.11 0.39 l +-0.11 0.39 l +719.98 395.92 lineto +-0.11 0.39 l +-0.11 0.38 l +-0.12 0.39 l +-0.11 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.13 0.38 l +-0.12 0.39 l +-0.13 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.39 l +-0.12 0.38 l +-0.12 0.39 l +-0.12 0.38 l +-0.11 0.39 l +-0.12 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.11 0.38 l +-0.11 0.39 l +-0.10 0.39 l +-0.11 0.38 l +-0.10 0.39 l +-0.10 0.38 l +-0.10 0.39 l +-0.10 0.39 l +-0.09 0.38 l +-0.10 0.39 l +-0.08 0.38 l +-0.09 0.39 l +-0.09 0.39 l +-0.08 0.38 l +-0.08 0.39 l +-0.08 0.38 l +-0.07 0.39 l +-0.07 0.39 l +-0.07 0.38 l +-0.07 0.39 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.39 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.39 l +-0.01 0.38 l +-0.01 0.39 l +0 0.39 l +0 0.38 l +0 0.39 l +0 0.38 l +0.01 0.39 l +0.01 0.39 l +0.02 0.38 l +0.02 0.39 l +0.02 0.38 l +0.02 0.39 l +0.03 0.39 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.39 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.06 0.38 l +713.95 434.52 lineto +0.07 0.39 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.09 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.39 l +0.10 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +723.38 473.12 lineto +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.39 l +0.11 0.38 l +0.11 0.39 l +0.12 0.38 l +0.11 0.39 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.38 l +0.11 0.39 l +0.11 0.39 l +0.10 0.38 l +0.11 0.39 l +0.11 0.38 l +0.10 0.39 l +0.11 0.39 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.39 l +0.10 0.39 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.39 l +0.10 0.39 l +0.09 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.39 l +0.08 0.39 l +0.09 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.39 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.39 l +0.07 0.39 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.39 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.39 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.06 0.38 l +0.06 0.39 l +0.05 0.39 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.39 l +0.05 0.39 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.05 0.39 l +0.04 0.39 l +0.05 0.38 l +0.04 0.39 l +732.42 511.71 lineto +0.04 0.39 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.39 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.04 0.39 l +3.08 0 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.10 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +742.78 481.99 lineto +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.12 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.39 l +752.95 443.40 lineto +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.39 l +0 -0.38 l +-0.01 -0.39 l +0 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.39 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.39 l +-0.07 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.10 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.10 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +751.56 404.80 lineto +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.13 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.13 -0.39 l +-0.12 -0.39 l +-0.11 -0.38 l +-0.12 -0.39 l +-0.12 -0.38 l +-0.12 -0.39 l +-0.11 -0.39 l +-0.12 -0.38 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.11 -0.39 l +-0.11 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.10 -0.39 l +-0.11 -0.38 l +-0.09 -0.39 l +-0.10 -0.39 l +-0.10 -0.38 l +-0.10 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.09 -0.39 l +-0.09 -0.38 l +-0.09 -0.39 l +-0.08 -0.38 l +-0.08 -0.39 l +-0.09 -0.39 l +-0.07 -0.38 l +-0.08 -0.39 l +-0.08 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.39 l +-0.01 -0.39 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +0 -0.39 l +-0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0 -0.39 l +744.90 366.20 lineto +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0.02 -0.38 l +0.01 -0.39 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.39 l +0.03 -0.39 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.39 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.39 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.39 l +0.06 -0.39 l +0.06 -0.38 l +0.07 -0.39 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.39 l +0.03 -0.39 l +0.03 -0.38 l +0.03 -0.39 l +750.42 327.61 lineto +0.02 -0.39 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.39 l +0 -0.39 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.39 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.05 -0.39 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.07 -0.39 l +-0.08 -0.38 l +-30.83 0 l +cp p3 +np + 770.34 318.73 m +-0.09 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.38 l +0 0.37 l +0 0.37 l +0.01 0.38 l +0 0.37 l +0.01 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.37 l +0.02 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.37 l +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.07 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.04 0.37 l +0.05 0.38 l +0.04 0.37 l +0.04 0.37 l +0.04 0.38 l +773.61 356.07 lineto +0.04 0.37 l +0.03 0.38 l +0.04 0.37 l +0.04 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.02 0.38 l +0.03 0.37 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.01 0.37 l +0.02 0.38 l +0.02 0.37 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0 0.37 l +0 0.37 l +0.01 0.38 l +0 0.37 l +0 0.37 l +0 0.38 l +0 0.37 l +0 0.37 l +-0.01 0.38 l +0 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.38 l +-0.07 0.37 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.38 l +-0.09 0.37 l +771.53 393.41 lineto +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.11 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.11 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.11 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.37 l +-0.10 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.37 l +-0.08 0.37 l +-0.09 0.38 l +-0.08 0.37 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.37 l +-0.04 0.38 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +0 0.37 l +0 0.38 l +0.01 0.37 l +0 0.37 l +0.01 0.38 l +0.01 0.37 l +0.02 0.38 l +0.02 0.37 l +0.02 0.37 l +0.02 0.38 l +0.03 0.37 l +0.02 0.37 l +0.04 0.38 l +0.03 0.37 l +0.04 0.37 l +765.33 430.76 lineto +0.04 0.37 l +0.04 0.37 l +0.05 0.38 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.37 l +0.07 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.37 l +0.11 0.38 l +0.10 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.11 0.37 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.37 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.11 0.37 l +0.10 0.38 l +0.11 0.37 l +0.10 0.37 l +0.11 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +774.81 468.10 lineto +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.08 0.38 l +0.07 0.37 l +0.07 0.37 l +0.08 0.38 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.05 0.37 l +0.06 0.37 l +0.06 0.38 l +783.26 505.44 lineto +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.06 0.38 l +0.05 0.37 l +0.05 0.37 l +0.04 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +4.19 0 l +0.05 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +794.86 476.69 lineto +0.10 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +804.93 439.34 lineto +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0 -0.37 l +0.01 -0.37 l +0 -0.38 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +802.56 402.00 lineto +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.11 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +0 -0.37 l +-0.01 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.38 l +0.02 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +797.61 364.66 lineto +0.02 -0.37 l +0.01 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +802.44 327.32 lineto +0.01 -0.38 l +0 -0.37 l +-0.01 -0.37 l +0 -0.38 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.09 -0.37 l +-31.15 0 l +cp p3 +np + 821.26 318.73 m +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0.01 0.37 l +0.01 0.37 l +0.02 0.37 l +0.02 0.38 l +0.02 0.37 l +0.03 0.37 l +0.03 0.37 l +0.04 0.37 l +0.03 0.38 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.08 0.38 l +0.07 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.09 0.38 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.04 0.38 l +0.04 0.37 l +0.05 0.37 l +0.03 0.37 l +0.04 0.37 l +0.04 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.02 0.37 l +0.02 0.37 l +825.20 355.96 lineto +0.02 0.38 l +0.02 0.37 l +0.01 0.37 l +0.02 0.37 l +0.01 0.38 l +0.01 0.37 l +0 0.37 l +0.01 0.37 l +0 0.37 l +0.01 0.38 l +0 0.37 l +0 0.37 l +-0.01 0.37 l +0 0.38 l +-0.01 0.37 l +0 0.37 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.37 l +-0.02 0.37 l +-0.01 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.37 l +-0.03 0.37 l +-0.02 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.38 l +822.41 393.20 lineto +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.37 l +-0.06 0.37 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.04 0.38 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.38 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.38 l +0 0.37 l +0 0.37 l +0 0.37 l +0 0.38 l +0.01 0.37 l +0.01 0.37 l +0.01 0.37 l +0.01 0.38 l +0.01 0.37 l +0.02 0.37 l +817.93 430.43 lineto +0.02 0.37 l +0.03 0.38 l +0.03 0.37 l +0.03 0.37 l +0.03 0.37 l +0.03 0.38 l +0.04 0.37 l +0.04 0.37 l +0.04 0.37 l +0.04 0.38 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.05 0.38 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.38 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +826.29 467.67 lineto +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.38 l +0.09 0.37 l +0.10 0.37 l +0.10 0.37 l +0.09 0.38 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.38 l +0.09 0.37 l +0.09 0.37 l +0.10 0.37 l +0.09 0.38 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.38 l +0.08 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.38 l +0.09 0.37 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.08 0.37 l +0.08 0.38 l +0.08 0.37 l +0.08 0.37 l +0.07 0.37 l +0.08 0.38 l +0.07 0.37 l +0.08 0.37 l +0.07 0.37 l +0.07 0.38 l +0.08 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.07 0.38 l +0.06 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.38 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.38 l +0.06 0.37 l +0.06 0.37 l +0.05 0.37 l +0.06 0.37 l +0.05 0.38 l +0.06 0.37 l +834.82 504.90 lineto +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.05 0.37 l +0.05 0.38 l +0.05 0.37 l +0.05 0.37 l +0.04 0.37 l +0.05 0.38 l +0.04 0.37 l +4.20 0 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +846.31 476.23 lineto +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.37 l +855.90 439.00 lineto +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.02 -0.37 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.37 l +0 -0.37 l +0.01 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.38 l +853.69 401.76 lineto +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +849.71 364.53 lineto +-0.02 -0.38 l +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.38 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.38 l +0 -0.37 l +-0.01 -0.37 l +0.01 -0.37 l +0 -0.38 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.37 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.37 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.37 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.37 l +0.04 -0.38 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +0.03 -0.37 l +854.44 327.29 lineto +0.01 -0.37 l +0.01 -0.37 l +0.01 -0.37 l +0 -0.38 l +0 -0.37 l +0 -0.37 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.37 l +-32.39 0 l +cp p3 +np + 872.92 318.73 m +-0.08 0.38 l +-0.08 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.38 l +0 0.39 l +-0.01 0.38 l +0.01 0.38 l +0 0.39 l +0.01 0.38 l +0.02 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.08 0.39 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.06 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.03 0.38 l +0.02 0.38 l +0.02 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.01 0.38 l +877.69 357.05 lineto +0 0.39 l +0 0.38 l +0 0.38 l +-0.01 0.39 l +-0.01 0.38 l +0 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +873.03 395.38 lineto +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.39 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.39 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.39 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.39 l +-0.04 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.39 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.39 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.39 l +-0.01 0.38 l +-0.01 0.38 l +0 0.39 l +-0.01 0.38 l +0 0.38 l +0 0.39 l +0.01 0.38 l +0 0.38 l +0.01 0.39 l +0.01 0.38 l +0.02 0.38 l +0.01 0.39 l +0.02 0.38 l +0.03 0.38 l +0.02 0.39 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.05 0.38 l +869.53 433.70 lineto +0.05 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.39 l +0.06 0.38 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.08 0.39 l +0.08 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.38 l +0.10 0.39 l +0.09 0.38 l +0.09 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +879.11 472.03 lineto +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.11 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.39 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.10 0.39 l +0.11 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.10 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.10 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.10 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.10 0.38 l +0.09 0.39 l +0.08 0.38 l +0.09 0.38 l +0.09 0.39 l +0.09 0.38 l +0.08 0.38 l +0.09 0.39 l +0.08 0.38 l +0.08 0.38 l +0.08 0.39 l +0.09 0.38 l +0.08 0.38 l +0.07 0.39 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.39 l +0.07 0.38 l +0.08 0.38 l +0.07 0.39 l +0.07 0.38 l +0.07 0.38 l +0.07 0.39 l +0.06 0.38 l +0.07 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.07 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.38 l +0.06 0.39 l +0.05 0.38 l +0.06 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.06 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.05 0.38 l +0.05 0.38 l +0.04 0.39 l +0.05 0.38 l +0.04 0.38 l +0.05 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.39 l +0.04 0.38 l +886.92 510.35 lineto +0.03 0.39 l +0.04 0.38 l +0.04 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +0.03 0.38 l +0.03 0.39 l +0.04 0.38 l +3.38 0 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +896.47 480.84 lineto +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.39 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +906.81 442.52 lineto +0.09 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.39 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.39 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.39 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.07 -0.38 l +-0.06 -0.38 l +906.20 404.19 lineto +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.39 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.39 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.05 -0.39 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.39 l +900.81 365.87 lineto +-0.04 -0.38 l +-0.05 -0.39 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.39 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.04 -0.39 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.39 l +0 -0.38 l +0 -0.38 l +0 -0.39 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.02 -0.38 l +0.03 -0.39 l +0.03 -0.38 l +0.04 -0.38 l +0.04 -0.39 l +0.03 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.39 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.39 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.39 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.39 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.39 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.39 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.39 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.39 l +0.07 -0.38 l +0.08 -0.38 l +0.06 -0.39 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.39 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.39 l +0.04 -0.38 l +0.04 -0.38 l +905.62 327.54 lineto +0.03 -0.38 l +0.02 -0.38 l +0.02 -0.39 l +0.02 -0.38 l +0.01 -0.38 l +0.01 -0.39 l +0 -0.38 l +0 -0.38 l +-0.01 -0.39 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.03 -0.39 l +-0.02 -0.38 l +-0.04 -0.38 l +-0.04 -0.39 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.39 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.39 l +-0.08 -0.38 l +-32.14 0 l +cp p3 +np + 924.54 318.73 m +-0.08 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.01 0.37 l +0 0.37 l +0 0.36 l +0 0.37 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.03 0.37 l +0.02 0.37 l +0.03 0.36 l +0.04 0.37 l +0.04 0.37 l +0.04 0.36 l +0.05 0.37 l +0.05 0.37 l +0.05 0.36 l +0.06 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.36 l +0.06 0.37 l +0.07 0.37 l +0.08 0.36 l +0.08 0.37 l +0.07 0.37 l +0.09 0.36 l +0.08 0.37 l +0.08 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.07 0.37 l +0.08 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.06 0.37 l +0.07 0.36 l +0.06 0.37 l +0.05 0.37 l +0.06 0.36 l +0.06 0.37 l +0.05 0.37 l +0.05 0.36 l +0.05 0.37 l +0.04 0.37 l +0.05 0.37 l +0.04 0.36 l +0.04 0.37 l +929.68 355.43 lineto +0.04 0.36 l +0.03 0.37 l +0.03 0.37 l +0.02 0.36 l +0.03 0.37 l +0.02 0.37 l +0.02 0.37 l +0.02 0.36 l +0.01 0.37 l +0.02 0.37 l +0.01 0.36 l +0.01 0.37 l +0 0.37 l +0.01 0.36 l +0 0.37 l +0 0.37 l +0 0.36 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.04 0.37 l +-0.03 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.08 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.09 0.37 l +-0.08 0.36 l +-0.09 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.08 0.37 l +924.83 392.12 lineto +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.09 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.37 l +-0.08 0.37 l +-0.07 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.08 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.08 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.07 0.37 l +-0.07 0.37 l +-0.07 0.36 l +-0.06 0.37 l +-0.07 0.37 l +-0.07 0.37 l +-0.06 0.36 l +-0.07 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.36 l +-0.06 0.37 l +-0.06 0.37 l +-0.06 0.37 l +-0.05 0.36 l +-0.06 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.37 l +-0.05 0.36 l +-0.04 0.37 l +-0.05 0.37 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.37 l +-0.04 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.03 0.37 l +-0.03 0.37 l +-0.03 0.36 l +-0.02 0.37 l +-0.02 0.37 l +-0.02 0.37 l +-0.01 0.36 l +-0.02 0.37 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.37 l +0 0.37 l +-0.01 0.36 l +0 0.37 l +0 0.37 l +0.01 0.37 l +0 0.36 l +0.01 0.37 l +0.01 0.37 l +0.02 0.36 l +0.02 0.37 l +0.01 0.37 l +0.03 0.36 l +919.62 428.82 lineto +0.03 0.37 l +0.02 0.37 l +0.04 0.36 l +0.03 0.37 l +0.04 0.37 l +0.03 0.36 l +0.05 0.37 l +0.04 0.37 l +0.05 0.36 l +0.04 0.37 l +0.06 0.37 l +0.05 0.36 l +0.05 0.37 l +0.06 0.37 l +0.06 0.37 l +0.07 0.36 l +0.06 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.08 0.36 l +0.07 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.12 0.37 l +0.11 0.37 l +0.11 0.36 l +0.12 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.12 0.37 l +0.11 0.37 l +0.12 0.36 l +0.11 0.37 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.12 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.12 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.11 0.37 l +0.11 0.37 l +0.10 0.36 l +0.11 0.37 l +0.11 0.37 l +0.11 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.37 l +0.11 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.10 0.37 l +0.11 0.37 l +0.10 0.36 l +0.10 0.37 l +929.00 465.52 lineto +0.11 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.10 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.10 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.10 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.09 0.36 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.10 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.09 0.37 l +0.10 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.10 0.37 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.36 l +0.09 0.37 l +0.09 0.37 l +0.09 0.37 l +0.08 0.36 l +0.09 0.37 l +0.09 0.37 l +0.08 0.36 l +0.09 0.37 l +0.08 0.37 l +0.09 0.36 l +0.08 0.37 l +0.09 0.37 l +0.08 0.37 l +0.08 0.36 l +0.09 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.08 0.37 l +0.08 0.36 l +0.08 0.37 l +0.07 0.37 l +0.08 0.36 l +0.08 0.37 l +0.07 0.37 l +0.08 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.08 0.37 l +0.07 0.37 l +0.07 0.36 l +0.07 0.37 l +0.07 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.07 0.37 l +0.06 0.36 l +0.07 0.37 l +0.06 0.37 l +0.06 0.36 l +0.07 0.37 l +0.06 0.37 l +0.06 0.37 l +0.06 0.36 l +0.06 0.37 l +937.57 502.22 lineto +0.06 0.36 l +0.06 0.37 l +0.05 0.37 l +0.06 0.36 l +0.05 0.37 l +0.06 0.37 l +0.05 0.36 l +0.05 0.37 l +0.06 0.37 l +0.05 0.37 l +0.05 0.36 l +4.71 0 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.06 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +949.77 473.96 lineto +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.10 -0.37 l +0.11 -0.37 l +0.10 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.12 -0.36 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.12 -0.37 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.12 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.36 l +0.11 -0.37 l +0.11 -0.37 l +0.11 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.11 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +960.21 437.26 lineto +0.08 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.37 l +0.03 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0 -0.37 l +-0.01 -0.36 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.06 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.07 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +958.08 400.56 lineto +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.09 -0.37 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.09 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.09 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.07 -0.37 l +-0.08 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.07 -0.37 l +-0.07 -0.37 l +-0.07 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.03 -0.37 l +-0.02 -0.36 l +-0.03 -0.37 l +-0.01 -0.37 l +951.17 363.87 lineto +-0.02 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.37 l +-0.01 -0.37 l +0 -0.36 l +0 -0.37 l +0 -0.37 l +0.01 -0.36 l +0 -0.37 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.37 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.37 l +0.03 -0.37 l +0.02 -0.36 l +0.03 -0.37 l +0.03 -0.37 l +0.04 -0.36 l +0.03 -0.37 l +0.04 -0.37 l +0.04 -0.36 l +0.05 -0.37 l +0.04 -0.37 l +0.05 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.07 -0.37 l +0.07 -0.37 l +0.07 -0.36 l +0.07 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.07 -0.37 l +0.09 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.09 -0.37 l +0.08 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.10 -0.37 l +0.09 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.10 -0.37 l +0.10 -0.36 l +0.09 -0.37 l +0.10 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.09 -0.37 l +0.09 -0.36 l +0.09 -0.37 l +0.08 -0.37 l +0.08 -0.37 l +0.08 -0.36 l +0.08 -0.37 l +0.08 -0.37 l +0.07 -0.36 l +0.08 -0.37 l +0.06 -0.37 l +0.07 -0.36 l +0.06 -0.37 l +0.06 -0.37 l +0.06 -0.37 l +0.05 -0.36 l +0.05 -0.37 l +0.05 -0.37 l +0.04 -0.36 l +0.04 -0.37 l +0.04 -0.37 l +0.03 -0.36 l +957.15 327.17 lineto +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.37 l +0.01 -0.37 l +0 -0.37 l +0 -0.36 l +0 -0.37 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.02 -0.37 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.37 l +-0.04 -0.37 l +-0.04 -0.37 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.37 l +-0.06 -0.36 l +-0.06 -0.37 l +-0.07 -0.37 l +-0.08 -0.36 l +-0.08 -0.37 l +-31.97 0 l +cp p3 +np + 976.79 318.73 m +-0.08 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.37 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0.01 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.07 0.38 l +0.06 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.06 0.38 l +0.07 0.38 l +0.07 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.37 l +0.04 0.38 l +0.05 0.38 l +0.05 0.37 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.04 0.37 l +0.03 0.38 l +0.03 0.38 l +0.04 0.37 l +0.02 0.38 l +0.03 0.38 l +0.02 0.38 l +0.02 0.37 l +980.96 356.45 lineto +0.02 0.38 l +0.01 0.38 l +0.01 0.37 l +0.02 0.38 l +0 0.38 l +0.01 0.37 l +0.01 0.38 l +0 0.38 l +0 0.38 l +0 0.37 l +-0.01 0.38 l +0 0.38 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.37 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.37 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.37 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +975.78 394.17 lineto +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.07 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.38 l +-0.01 0.37 l +0 0.38 l +0 0.38 l +0 0.37 l +0.01 0.38 l +0 0.38 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.02 0.38 l +0.02 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.37 l +0.04 0.38 l +0.04 0.38 l +971.32 431.90 lineto +0.04 0.37 l +0.05 0.38 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.07 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.13 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.13 0.38 l +0.12 0.38 l +0.12 0.37 l +0.13 0.38 l +0.12 0.38 l +0.12 0.37 l +0.13 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.13 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.13 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.11 0.37 l +0.10 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +981.78 469.62 lineto +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.08 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.07 0.38 l +0.08 0.38 l +0.07 0.38 l +0.07 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.06 0.38 l +0.07 0.37 l +0.07 0.38 l +0.06 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.38 l +0.06 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.04 0.37 l +989.58 507.34 lineto +0.04 0.38 l +0.04 0.38 l +0.05 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +4.06 0 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +1000.11 478.29 lineto +0.09 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.13 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.13 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +1011.10 440.57 lineto +0.10 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +0 -0.38 l +-0.01 -0.37 l +0 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +1009.98 402.85 lineto +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.03 -0.37 l +-0.04 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +1003.29 365.13 lineto +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.01 -0.38 l +-0.02 -0.38 l +0 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0 -0.37 l +0 -0.38 l +0 -0.38 l +0 -0.38 l +0.01 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.38 l +0.03 -0.38 l +0.03 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.03 -0.38 l +1007.93 327.40 lineto +0.02 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.38 l +-0.01 -0.38 l +0 -0.37 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-30.54 0 l +cp p3 +np + 1027.88 318.73 m +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.38 l +-0.02 0.37 l +0 0.38 l +-0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.38 l +0.01 0.38 l +0.02 0.37 l +0.03 0.38 l +0.02 0.38 l +0.04 0.38 l +0.03 0.37 l +0.04 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.07 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.08 0.38 l +0.09 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.07 0.38 l +0.07 0.38 l +0.07 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.03 0.38 l +0.03 0.37 l +1033.14 356.47 lineto +0.03 0.38 l +0.02 0.37 l +0.02 0.38 l +0.02 0.38 l +0.01 0.38 l +0.02 0.37 l +0.01 0.38 l +0.01 0.38 l +0 0.38 l +0 0.37 l +0 0.38 l +0 0.38 l +0 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.38 l +-0.03 0.38 l +-0.03 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.37 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.09 0.37 l +-0.08 0.38 l +-0.09 0.38 l +-0.08 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.37 l +-0.10 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.10 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.10 0.38 l +-0.09 0.38 l +-0.09 0.37 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.09 0.37 l +-0.08 0.38 l +-0.09 0.38 l +-0.09 0.38 l +-0.08 0.37 l +1026.73 394.21 lineto +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.38 l +-0.08 0.37 l +-0.08 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.08 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.08 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.07 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.38 l +-0.07 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.07 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.06 0.38 l +-0.06 0.38 l +-0.06 0.37 l +-0.05 0.38 l +-0.06 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.06 0.38 l +-0.05 0.38 l +-0.06 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.38 l +-0.05 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.05 0.38 l +-0.04 0.37 l +-0.05 0.38 l +-0.04 0.38 l +-0.04 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.04 0.38 l +-0.03 0.38 l +-0.04 0.37 l +-0.03 0.38 l +-0.03 0.38 l +-0.03 0.38 l +-0.02 0.37 l +-0.03 0.38 l +-0.02 0.38 l +-0.02 0.37 l +-0.02 0.38 l +-0.02 0.38 l +-0.01 0.38 l +-0.01 0.37 l +-0.01 0.38 l +-0.01 0.38 l +0 0.38 l +-0.01 0.37 l +0 0.38 l +0 0.38 l +0.01 0.38 l +0 0.37 l +0.01 0.38 l +0.01 0.38 l +0.02 0.38 l +0.02 0.37 l +0.01 0.38 l +0.03 0.38 l +0.02 0.38 l +0.03 0.37 l +0.03 0.38 l +0.03 0.38 l +0.03 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.05 0.37 l +1022.94 431.95 lineto +0.05 0.38 l +0.05 0.38 l +0.06 0.37 l +0.06 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.09 0.37 l +0.10 0.38 l +0.09 0.38 l +0.10 0.38 l +0.10 0.37 l +0.09 0.38 l +0.11 0.38 l +0.10 0.37 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.11 0.37 l +0.12 0.38 l +0.11 0.38 l +0.12 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.12 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.12 0.38 l +0.11 0.37 l +0.12 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.12 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.12 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.11 0.38 l +0.11 0.37 l +0.11 0.38 l +0.11 0.38 l +0.10 0.38 l +0.11 0.37 l +0.11 0.38 l +0.10 0.38 l +0.11 0.38 l +0.11 0.37 l +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +1033.35 469.69 lineto +0.10 0.38 l +0.11 0.38 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.38 l +0.10 0.38 l +0.11 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.11 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.10 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.10 0.38 l +0.09 0.37 l +0.10 0.38 l +0.10 0.38 l +0.09 0.38 l +0.10 0.37 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.10 0.38 l +0.09 0.37 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.09 0.38 l +0.09 0.38 l +0.08 0.37 l +0.09 0.38 l +0.08 0.38 l +0.09 0.38 l +0.08 0.37 l +0.08 0.38 l +0.09 0.38 l +0.08 0.38 l +0.08 0.37 l +0.08 0.38 l +0.08 0.38 l +0.08 0.38 l +0.07 0.37 l +0.08 0.38 l +0.08 0.38 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.08 0.37 l +0.07 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.07 0.38 l +0.07 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.07 0.38 l +0.06 0.38 l +0.06 0.38 l +0.06 0.37 l +0.05 0.38 l +0.06 0.38 l +0.06 0.38 l +0.05 0.37 l +0.06 0.38 l +0.05 0.38 l +0.06 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.05 0.38 l +0.05 0.37 l +0.05 0.38 l +0.04 0.38 l +0.05 0.38 l +1041.34 507.43 lineto +0.04 0.38 l +0.04 0.38 l +0.05 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +0.04 0.37 l +0.04 0.38 l +0.04 0.38 l +0.04 0.38 l +3.61 0 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.04 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.38 l +0.06 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +1051.51 478.37 lineto +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.10 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.12 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.38 l +0.12 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.12 -0.38 l +0.11 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +1062.51 440.63 lineto +0.10 -0.37 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.05 -0.38 l +0.04 -0.37 l +0.04 -0.38 l +0.05 -0.38 l +0.03 -0.37 l +0.04 -0.38 l +0.03 -0.38 l +0.03 -0.38 l +0.03 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.38 l +-0.01 -0.38 l +0 -0.37 l +0 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.03 -0.37 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.03 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.05 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +1062.19 402.89 lineto +-0.07 -0.38 l +-0.06 -0.37 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.37 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.37 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.10 -0.37 l +-0.09 -0.38 l +-0.10 -0.38 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.09 -0.38 l +-0.09 -0.37 l +-0.09 -0.38 l +-0.08 -0.38 l +-0.09 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.38 l +-0.08 -0.37 l +-0.07 -0.38 l +-0.08 -0.38 l +-0.07 -0.38 l +-0.07 -0.37 l +-0.07 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.05 -0.37 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.05 -0.38 l +-0.04 -0.37 l +-0.05 -0.38 l +-0.04 -0.38 l +-0.04 -0.37 l +-0.03 -0.38 l +1054.12 365.15 lineto +-0.03 -0.38 l +-0.03 -0.37 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.02 -0.38 l +-0.02 -0.37 l +-0.02 -0.38 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +0 -0.38 l +-0.01 -0.38 l +0 -0.38 l +0.01 -0.37 l +0 -0.38 l +0.01 -0.38 l +0.01 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.38 l +0.02 -0.37 l +0.03 -0.38 l +0.02 -0.38 l +0.04 -0.37 l +0.03 -0.38 l +0.04 -0.38 l +0.03 -0.38 l +0.05 -0.37 l +0.04 -0.38 l +0.04 -0.38 l +0.05 -0.38 l +0.05 -0.37 l +0.06 -0.38 l +0.05 -0.38 l +0.06 -0.38 l +0.06 -0.37 l +0.06 -0.38 l +0.07 -0.38 l +0.07 -0.38 l +0.07 -0.37 l +0.07 -0.38 l +0.07 -0.38 l +0.08 -0.38 l +0.07 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.09 -0.38 l +0.08 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.10 -0.37 l +0.09 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.11 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.37 l +0.10 -0.38 l +0.10 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.09 -0.38 l +0.09 -0.38 l +0.09 -0.37 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.38 l +0.08 -0.37 l +0.07 -0.38 l +0.08 -0.38 l +0.06 -0.38 l +0.07 -0.37 l +0.06 -0.38 l +0.06 -0.38 l +0.06 -0.38 l +0.05 -0.37 l +0.05 -0.38 l +0.04 -0.38 l +0.04 -0.38 l +0.04 -0.37 l +1059.88 327.41 lineto +0.03 -0.38 l +0.03 -0.38 l +0.01 -0.37 l +0.02 -0.38 l +0.01 -0.38 l +0 -0.38 l +0.01 -0.37 l +-0.01 -0.38 l +-0.01 -0.38 l +-0.01 -0.37 l +-0.02 -0.38 l +-0.03 -0.38 l +-0.02 -0.38 l +-0.04 -0.37 l +-0.04 -0.38 l +-0.04 -0.38 l +-0.05 -0.38 l +-0.06 -0.37 l +-0.06 -0.38 l +-0.06 -0.38 l +-0.07 -0.38 l +-0.08 -0.37 l +-0.08 -0.38 l +-31.43 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +63.22 318.73 0.89 c p3 +67.46 469.09 0.89 c p3 +72.24 397.11 0.89 c p3 +71.67 376.18 0.89 c p3 +59.06 432.48 0.89 c p3 +57.05 318.73 0.89 c p3 +56.40 363.97 0.89 c p3 +71.31 474.94 0.89 c p3 +74.02 324.96 0.89 c p3 +70.37 321.25 0.89 c p3 +71.05 343.83 0.89 c p3 +56.68 412.65 0.89 c p3 +73.91 318.73 0.89 c p3 +57.83 397.38 0.89 c p3 +63.07 417.89 0.89 c p3 +60.42 500.21 0.89 c p3 +56.01 335.83 0.89 c p3 +65.55 417.16 0.89 c p3 +68.22 515.10 0.89 c p3 +57.59 442.58 0.89 c p3 +57.55 470.95 0.89 c p3 +66.83 318.73 0.89 c p3 +63.91 318.73 0.89 c p3 +63.32 318.73 0.89 c p3 +72.99 318.73 0.89 c p3 +64.73 325.77 0.89 c p3 +57.59 383.12 0.89 c p3 +69.22 334.36 0.89 c p3 +59.91 410.80 0.89 c p3 +72.57 362.07 0.89 c p3 +65.20 469.38 0.89 c p3 +55.55 376.58 0.89 c p3 +63.47 475.73 0.89 c p3 +71.84 418.67 0.89 c p3 +71.66 482.14 0.89 c p3 +70.71 438.26 0.89 c p3 +63.84 320.46 0.89 c p3 +59.43 342.10 0.89 c p3 +61.02 318.73 0.89 c p3 +60.45 318.73 0.89 c p3 +55.35 418.70 0.89 c p3 +61.08 477.38 0.89 c p3 +54.96 498.51 0.89 c p3 +63.53 416.61 0.89 c p3 +72.94 350.56 0.89 c p3 +61.63 413.39 0.89 c p3 +72.92 318.73 0.89 c p3 +66.34 408.76 0.89 c p3 +66.94 394.22 0.89 c p3 +60.85 365.63 0.89 c p3 +64.20 339.47 0.89 c p3 +71.05 336.94 0.89 c p3 +66.85 318.73 0.89 c p3 +71.89 342.83 0.89 c p3 +56.51 431.23 0.89 c p3 +62.27 318.73 0.89 c p3 +60.86 426.33 0.89 c p3 +61.59 318.73 0.89 c p3 +59.25 318.73 0.89 c p3 +63.70 349.41 0.89 c p3 +62.23 318.73 0.89 c p3 +65.31 404.58 0.89 c p3 +58.71 414.70 0.89 c p3 +58.41 432.58 0.89 c p3 +68.42 415.66 0.89 c p3 +63.26 399.51 0.89 c p3 +55.79 385.69 0.89 c p3 +62.00 459.43 0.89 c p3 +70.26 318.73 0.89 c p3 +60.96 318.73 0.89 c p3 +68.18 411.76 0.89 c p3 +57.66 416.43 0.89 c p3 +71.73 363.25 0.89 c p3 +73.31 318.73 0.89 c p3 +73.23 420.70 0.89 c p3 +61.01 478.53 0.89 c p3 +58.00 457.82 0.89 c p3 +58.35 432.57 0.89 c p3 +59.45 464.00 0.89 c p3 +67.33 446.59 0.89 c p3 +70.68 465.72 0.89 c p3 +67.11 455.63 0.89 c p3 +56.26 472.83 0.89 c p3 +67.24 411.89 0.89 c p3 +64.16 413.87 0.89 c p3 +60.06 427.09 0.89 c p3 +65.40 421.90 0.89 c p3 +58.10 427.21 0.89 c p3 +63.77 318.73 0.89 c p3 +61.35 443.41 0.89 c p3 +63.49 419.49 0.89 c p3 +65.72 425.71 0.89 c p3 +65.96 430.18 0.89 c p3 +73.76 442.11 0.89 c p3 +65.91 369.73 0.89 c p3 +70.90 453.34 0.89 c p3 +68.44 428.07 0.89 c p3 +68.81 388.96 0.89 c p3 +57.04 435.49 0.89 c p3 +57.97 434.50 0.89 c p3 +64.81 428.81 0.89 c p3 +55.68 421.23 0.89 c p3 +72.05 457.41 0.89 c p3 +57.41 418.16 0.89 c p3 +57.00 480.82 0.89 c p3 +73.59 432.82 0.89 c p3 +72.94 396.45 0.89 c p3 +66.29 376.15 0.89 c p3 +64.04 341.91 0.89 c p3 +59.81 455.90 0.89 c p3 +60.24 396.42 0.89 c p3 +66.35 433.72 0.89 c p3 +69.15 386.44 0.89 c p3 +70.65 355.08 0.89 c p3 +71.33 414.41 0.89 c p3 +63.11 371.98 0.89 c p3 +55.23 353.21 0.89 c p3 +63.58 436.32 0.89 c p3 +59.70 342.75 0.89 c p3 +63.71 415.59 0.89 c p3 +71.83 431.77 0.89 c p3 +72.22 397.06 0.89 c p3 +63.94 435.90 0.89 c p3 +55.14 360.01 0.89 c p3 +62.17 339.67 0.89 c p3 +64.03 318.73 0.89 c p3 +55.77 332.67 0.89 c p3 +57.25 318.73 0.89 c p3 +63.00 429.73 0.89 c p3 +56.05 341.16 0.89 c p3 +71.73 327.51 0.89 c p3 +57.84 318.73 0.89 c p3 +59.74 425.95 0.89 c p3 +55.49 327.72 0.89 c p3 +70.65 392.46 0.89 c p3 +74.49 426.43 0.89 c p3 +71.58 318.73 0.89 c p3 +63.23 449.72 0.89 c p3 +70.83 458.26 0.89 c p3 +64.09 442.47 0.89 c p3 +74.06 422.83 0.89 c p3 +65.41 440.11 0.89 c p3 +59.71 433.71 0.89 c p3 +62.13 418.84 0.89 c p3 +67.62 354.86 0.89 c p3 +118.96 318.73 0.89 c p3 +114.50 469.09 0.89 c p3 +116.94 400.74 0.89 c p3 +108.89 376.18 0.89 c p3 +115.51 432.22 0.89 c p3 +122.52 318.73 0.89 c p3 +122.03 360.47 0.89 c p3 +117.62 475.86 0.89 c p3 +111.03 324.96 0.89 c p3 +107.78 321.25 0.89 c p3 +105.83 333.67 0.89 c p3 +115.54 409.61 0.89 c p3 +123.54 318.73 0.89 c p3 +108.34 390.70 0.89 c p3 +126.19 393.01 0.89 c p3 +110.31 496.46 0.89 c p3 +112.25 318.73 0.89 c p3 +114.03 376.63 0.89 c p3 +111.35 525.31 0.89 c p3 +106.92 442.86 0.89 c p3 +120.79 472.24 0.89 c p3 +124.09 318.73 0.89 c p3 +123.55 318.73 0.89 c p3 +109.96 318.73 0.89 c p3 +117.80 318.73 0.89 c p3 +111.23 358.25 0.89 c p3 +109.21 366.60 0.89 c p3 +114.41 334.36 0.89 c p3 +107.28 410.80 0.89 c p3 +124.94 369.13 0.89 c p3 +122.22 469.52 0.89 c p3 +110.36 376.58 0.89 c p3 +112.87 476.19 0.89 c p3 +119.61 420.72 0.89 c p3 +111.28 483.32 0.89 c p3 +120.95 437.36 0.89 c p3 +108.28 320.46 0.89 c p3 +120.08 342.10 0.89 c p3 +115.60 318.73 0.89 c p3 +118.49 318.73 0.89 c p3 +121.65 429.49 0.89 c p3 +116.29 482.57 0.89 c p3 +122.77 513.27 0.89 c p3 +117.06 407.45 0.89 c p3 +114.25 350.56 0.89 c p3 +108.98 408.77 0.89 c p3 +121.20 318.73 0.89 c p3 +118.36 408.14 0.89 c p3 +119.35 395.24 0.89 c p3 +122.38 380.70 0.89 c p3 +125.38 319.13 0.89 c p3 +105.79 347.11 0.89 c p3 +123.08 318.73 0.89 c p3 +106.10 332.66 0.89 c p3 +112.33 430.63 0.89 c p3 +116.29 318.73 0.89 c p3 +110.96 429.07 0.89 c p3 +116.86 318.73 0.89 c p3 +107.49 318.73 0.89 c p3 +118.38 349.41 0.89 c p3 +107.19 318.73 0.89 c p3 +114.15 404.58 0.89 c p3 +116.93 431.87 0.89 c p3 +123.57 444.75 0.89 c p3 +110.49 422.76 0.89 c p3 +124.19 397.75 0.89 c p3 +113.87 385.69 0.89 c p3 +116.79 465.36 0.89 c p3 +120.09 318.73 0.89 c p3 +123.22 318.73 0.89 c p3 +119.82 414.19 0.89 c p3 +105.97 423.17 0.89 c p3 +119.42 363.25 0.89 c p3 +110.35 318.73 0.89 c p3 +109.80 419.84 0.89 c p3 +125.85 478.01 0.89 c p3 +112.92 457.41 0.89 c p3 +117.68 433.91 0.89 c p3 +119.71 464.09 0.89 c p3 +119.09 444.00 0.89 c p3 +111.47 464.82 0.89 c p3 +116.27 455.63 0.89 c p3 +117.18 472.91 0.89 c p3 +109.65 391.49 0.89 c p3 +119.29 416.57 0.89 c p3 +110.38 427.00 0.89 c p3 +116.80 416.94 0.89 c p3 +123.79 419.26 0.89 c p3 +110.92 318.73 0.89 c p3 +125.73 443.57 0.89 c p3 +111.42 416.08 0.89 c p3 +113.39 422.85 0.89 c p3 +109.12 429.62 0.89 c p3 +106.28 443.69 0.89 c p3 +115.84 359.57 0.89 c p3 +113.70 453.48 0.89 c p3 +107.96 428.44 0.89 c p3 +118.78 407.03 0.89 c p3 +116.20 436.93 0.89 c p3 +112.22 434.00 0.89 c p3 +111.71 429.58 0.89 c p3 +116.11 414.49 0.89 c p3 +125.03 457.36 0.89 c p3 +121.45 418.48 0.89 c p3 +118.96 480.41 0.89 c p3 +124.71 431.75 0.89 c p3 +113.35 377.46 0.89 c p3 +113.94 371.74 0.89 c p3 +114.13 341.91 0.89 c p3 +105.96 452.07 0.89 c p3 +120.99 398.54 0.89 c p3 +107.61 433.44 0.89 c p3 +118.16 367.24 0.89 c p3 +111.88 373.46 0.89 c p3 +119.71 409.30 0.89 c p3 +108.26 367.61 0.89 c p3 +107.85 353.21 0.89 c p3 +112.22 435.48 0.89 c p3 +124.90 373.41 0.89 c p3 +126.11 415.53 0.89 c p3 +109.26 432.49 0.89 c p3 +113.25 394.82 0.89 c p3 +122.88 489.70 0.89 c p3 +123.97 360.01 0.89 c p3 +118.89 339.67 0.89 c p3 +109.54 318.73 0.89 c p3 +118.10 332.67 0.89 c p3 +106.85 318.73 0.89 c p3 +119.02 429.73 0.89 c p3 +111.64 341.16 0.89 c p3 +106.43 327.51 0.89 c p3 +119.25 318.73 0.89 c p3 +125.39 433.48 0.89 c p3 +116.89 350.64 0.89 c p3 +107.14 394.43 0.89 c p3 +114.40 433.19 0.89 c p3 +106.36 318.73 0.89 c p3 +109.52 449.45 0.89 c p3 +124.05 458.22 0.89 c p3 +107.07 441.93 0.89 c p3 +111.33 423.22 0.89 c p3 +112.51 440.01 0.89 c p3 +114.74 434.41 0.89 c p3 +112.02 419.97 0.89 c p3 +120.02 354.86 0.89 c p3 +159.60 318.73 0.89 c p3 +162.04 469.09 0.89 c p3 +175.92 398.61 0.89 c p3 +174.75 376.18 0.89 c p3 +160.06 431.03 0.89 c p3 +173.65 318.73 0.89 c p3 +170.23 368.37 0.89 c p3 +175.74 474.69 0.89 c p3 +165.24 348.94 0.89 c p3 +169.79 321.25 0.89 c p3 +158.68 333.67 0.89 c p3 +165.50 408.90 0.89 c p3 +168.79 318.73 0.89 c p3 +175.18 389.20 0.89 c p3 +175.22 393.63 0.89 c p3 +173.62 471.67 0.89 c p3 +170.02 344.91 0.89 c p3 +162.21 381.25 0.89 c p3 +172.93 511.82 0.89 c p3 +160.89 441.84 0.89 c p3 +169.56 471.45 0.89 c p3 +161.21 318.73 0.89 c p3 +157.25 318.73 0.89 c p3 +163.76 318.73 0.89 c p3 +168.44 318.73 0.89 c p3 +157.48 325.77 0.89 c p3 +170.21 355.66 0.89 c p3 +167.07 334.36 0.89 c p3 +167.50 410.80 0.89 c p3 +177.06 343.35 0.89 c p3 +171.85 462.06 0.89 c p3 +169.12 376.58 0.89 c p3 +177.48 476.69 0.89 c p3 +175.01 424.74 0.89 c p3 +164.51 467.79 0.89 c p3 +158.10 435.53 0.89 c p3 +157.88 320.46 0.89 c p3 +176.66 342.10 0.89 c p3 +158.28 318.73 0.89 c p3 +173.50 318.73 0.89 c p3 +166.00 423.10 0.89 c p3 +171.73 467.24 0.89 c p3 +164.19 498.68 0.89 c p3 +176.11 414.04 0.89 c p3 +157.84 350.56 0.89 c p3 +157.37 407.53 0.89 c p3 +172.72 318.73 0.89 c p3 +175.56 407.95 0.89 c p3 +161.94 393.33 0.89 c p3 +160.67 397.50 0.89 c p3 +173.80 319.13 0.89 c p3 +166.24 336.94 0.89 c p3 +170.75 318.73 0.89 c p3 +175.86 353.14 0.89 c p3 +171.95 431.33 0.89 c p3 +177.12 318.73 0.89 c p3 +158.40 428.31 0.89 c p3 +174.07 318.73 0.89 c p3 +160.70 318.73 0.89 c p3 +157.73 349.41 0.89 c p3 +162.70 318.73 0.89 c p3 +172.66 404.58 0.89 c p3 +164.01 413.59 0.89 c p3 +167.18 432.96 0.89 c p3 +170.87 431.91 0.89 c p3 +165.74 397.06 0.89 c p3 +176.95 385.69 0.89 c p3 +176.45 454.24 0.89 c p3 +176.39 318.73 0.89 c p3 +177.73 318.73 0.89 c p3 +168.73 413.09 0.89 c p3 +164.83 423.17 0.89 c p3 +166.80 363.25 0.89 c p3 +158.31 318.73 0.89 c p3 +168.06 421.13 0.89 c p3 +159.89 479.04 0.89 c p3 +165.92 458.40 0.89 c p3 +170.23 432.53 0.89 c p3 +159.28 466.11 0.89 c p3 +166.02 446.91 0.89 c p3 +163.75 466.12 0.89 c p3 +169.34 456.91 0.89 c p3 +174.76 473.97 0.89 c p3 +157.92 410.08 0.89 c p3 +159.51 415.97 0.89 c p3 +175.44 427.46 0.89 c p3 +163.04 422.80 0.89 c p3 +159.42 425.84 0.89 c p3 +164.00 318.73 0.89 c p3 +174.47 445.30 0.89 c p3 +172.75 419.46 0.89 c p3 +175.31 426.90 0.89 c p3 +173.11 428.57 0.89 c p3 +160.45 443.99 0.89 c p3 +162.79 396.51 0.89 c p3 +165.16 455.06 0.89 c p3 +176.44 430.11 0.89 c p3 +160.94 367.22 0.89 c p3 +172.49 439.00 0.89 c p3 +164.73 438.25 0.89 c p3 +158.57 428.33 0.89 c p3 +172.34 421.87 0.89 c p3 +169.39 458.14 0.89 c p3 +177.20 418.20 0.89 c p3 +176.02 479.78 0.89 c p3 +168.66 430.16 0.89 c p3 +174.94 391.10 0.89 c p3 +170.89 342.77 0.89 c p3 +162.21 341.91 0.89 c p3 +174.46 440.87 0.89 c p3 +177.59 398.91 0.89 c p3 +174.89 434.06 0.89 c p3 +174.68 367.24 0.89 c p3 +173.54 370.44 0.89 c p3 +165.67 408.84 0.89 c p3 +174.56 369.34 0.89 c p3 +165.72 353.21 0.89 c p3 +174.39 436.85 0.89 c p3 +177.78 342.75 0.89 c p3 +169.95 415.48 0.89 c p3 +172.20 432.42 0.89 c p3 +177.74 407.70 0.89 c p3 +164.54 439.71 0.89 c p3 +162.16 379.27 0.89 c p3 +166.98 339.67 0.89 c p3 +160.10 318.73 0.89 c p3 +168.40 346.83 0.89 c p3 +174.21 318.73 0.89 c p3 +171.06 429.73 0.89 c p3 +175.34 341.16 0.89 c p3 +160.95 327.51 0.89 c p3 +177.55 318.73 0.89 c p3 +177.37 430.93 0.89 c p3 +170.92 337.89 0.89 c p3 +166.70 394.88 0.89 c p3 +167.38 427.69 0.89 c p3 +176.21 318.73 0.89 c p3 +157.41 448.41 0.89 c p3 +177.59 457.76 0.89 c p3 +170.07 441.78 0.89 c p3 +168.85 422.87 0.89 c p3 +168.63 440.25 0.89 c p3 +158.59 434.26 0.89 c p3 +177.75 421.40 0.89 c p3 +172.21 354.86 0.89 c p3 +222.35 318.73 0.89 c p3 +218.56 469.09 0.89 c p3 +218.69 397.99 0.89 c p3 +216.48 376.18 0.89 c p3 +226.52 431.13 0.89 c p3 +210.98 318.73 0.89 c p3 +223.41 335.88 0.89 c p3 +216.76 474.67 0.89 c p3 +216.46 324.96 0.89 c p3 +218.30 321.25 0.89 c p3 +226.14 333.67 0.89 c p3 +219.95 412.72 0.89 c p3 +215.81 318.73 0.89 c p3 +216.34 389.86 0.89 c p3 +228.30 409.50 0.89 c p3 +212.10 502.16 0.89 c p3 +217.04 318.73 0.89 c p3 +212.23 413.44 0.89 c p3 +227.10 516.66 0.89 c p3 +222.12 440.90 0.89 c p3 +220.60 470.80 0.89 c p3 +212.81 318.73 0.89 c p3 +211.78 318.73 0.89 c p3 +221.61 318.73 0.89 c p3 +211.91 318.73 0.89 c p3 +214.09 325.77 0.89 c p3 +222.37 394.63 0.89 c p3 +227.40 334.36 0.89 c p3 +223.18 410.80 0.89 c p3 +218.94 380.07 0.89 c p3 +223.46 471.72 0.89 c p3 +217.07 376.58 0.89 c p3 +223.20 476.53 0.89 c p3 +228.66 420.14 0.89 c p3 +223.31 482.21 0.89 c p3 +218.72 435.91 0.89 c p3 +223.21 320.46 0.89 c p3 +227.10 361.37 0.89 c p3 +222.34 318.73 0.89 c p3 +223.34 318.73 0.89 c p3 +215.04 425.47 0.89 c p3 +223.55 478.90 0.89 c p3 +210.98 499.60 0.89 c p3 +228.78 429.17 0.89 c p3 +215.04 350.56 0.89 c p3 +213.50 407.44 0.89 c p3 +217.60 318.73 0.89 c p3 +215.71 408.75 0.89 c p3 +211.62 393.75 0.89 c p3 +213.97 372.10 0.89 c p3 +212.92 341.69 0.89 c p3 +227.89 353.97 0.89 c p3 +222.13 318.73 0.89 c p3 +217.30 332.66 0.89 c p3 +211.22 431.76 0.89 c p3 +222.49 318.73 0.89 c p3 +211.60 427.16 0.89 c p3 +225.33 318.73 0.89 c p3 +226.59 318.73 0.89 c p3 +214.47 349.41 0.89 c p3 +223.67 318.73 0.89 c p3 +228.61 404.58 0.89 c p3 +219.66 420.87 0.89 c p3 +210.72 436.98 0.89 c p3 +225.08 413.14 0.89 c p3 +210.47 402.88 0.89 c p3 +215.00 385.69 0.89 c p3 +229.10 468.21 0.89 c p3 +226.29 318.73 0.89 c p3 +209.81 318.73 0.89 c p3 +228.25 414.46 0.89 c p3 +212.53 422.62 0.89 c p3 +228.65 373.42 0.89 c p3 +209.73 318.73 0.89 c p3 +209.84 421.59 0.89 c p3 +223.14 478.95 0.89 c p3 +209.22 458.33 0.89 c p3 +228.87 432.21 0.89 c p3 +220.97 465.24 0.89 c p3 +225.92 446.63 0.89 c p3 +225.94 465.90 0.89 c p3 +212.64 456.80 0.89 c p3 +218.13 473.90 0.89 c p3 +228.36 400.66 0.89 c p3 +223.80 420.37 0.89 c p3 +229.09 429.72 0.89 c p3 +222.78 421.72 0.89 c p3 +222.15 421.58 0.89 c p3 +224.12 318.73 0.89 c p3 +223.70 442.98 0.89 c p3 +224.19 417.32 0.89 c p3 +216.62 425.44 0.89 c p3 +222.83 428.64 0.89 c p3 +212.22 443.96 0.89 c p3 +218.33 382.11 0.89 c p3 +215.77 453.52 0.89 c p3 +216.32 428.41 0.89 c p3 +219.99 392.57 0.89 c p3 +218.11 438.44 0.89 c p3 +229.13 434.16 0.89 c p3 +227.04 427.04 0.89 c p3 +217.06 420.22 0.89 c p3 +215.67 456.70 0.89 c p3 +218.98 418.25 0.89 c p3 +219.51 480.38 0.89 c p3 +214.72 430.71 0.89 c p3 +218.49 393.07 0.89 c p3 +208.78 405.99 0.89 c p3 +228.25 369.87 0.89 c p3 +215.91 455.80 0.89 c p3 +222.72 396.14 0.89 c p3 +226.29 435.06 0.89 c p3 +224.26 377.40 0.89 c p3 +222.74 373.15 0.89 c p3 +213.36 407.40 0.89 c p3 +219.44 370.51 0.89 c p3 +227.14 353.21 0.89 c p3 +212.72 435.43 0.89 c p3 +209.76 342.75 0.89 c p3 +217.42 414.83 0.89 c p3 +210.73 431.68 0.89 c p3 +209.86 406.89 0.89 c p3 +215.63 434.91 0.89 c p3 +211.07 360.01 0.89 c p3 +224.75 339.67 0.89 c p3 +226.72 318.73 0.89 c p3 +223.70 356.84 0.89 c p3 +215.29 318.73 0.89 c p3 +214.21 429.73 0.89 c p3 +213.54 361.60 0.89 c p3 +218.67 327.51 0.89 c p3 +222.21 318.73 0.89 c p3 +216.27 426.40 0.89 c p3 +215.28 358.17 0.89 c p3 +210.27 394.61 0.89 c p3 +223.69 429.93 0.89 c p3 +226.18 318.73 0.89 c p3 +214.10 447.65 0.89 c p3 +216.65 457.41 0.89 c p3 +208.77 442.31 0.89 c p3 +213.17 421.61 0.89 c p3 +212.07 438.83 0.89 c p3 +228.25 434.62 0.89 c p3 +211.82 418.31 0.89 c p3 +221.38 354.86 0.89 c p3 +269.97 318.73 0.89 c p3 +277.62 469.09 0.89 c p3 +269.41 396.59 0.89 c p3 +278.80 376.18 0.89 c p3 +274.88 430.80 0.89 c p3 +274.34 318.73 0.89 c p3 +269.33 365.31 0.89 c p3 +280.37 474.57 0.89 c p3 +263.83 349.91 0.89 c p3 +275.98 338.66 0.89 c p3 +279.20 333.67 0.89 c p3 +267.88 408.68 0.89 c p3 +265.18 318.73 0.89 c p3 +272.69 389.77 0.89 c p3 +267.83 389.45 0.89 c p3 +274.32 489.57 0.89 c p3 +263.94 318.73 0.89 c p3 +267.75 380.41 0.89 c p3 +263.44 518.50 0.89 c p3 +266.14 440.99 0.89 c p3 +271.26 471.13 0.89 c p3 +261.70 318.73 0.89 c p3 +278.02 318.73 0.89 c p3 +280.10 318.73 0.89 c p3 +269.91 318.73 0.89 c p3 +265.29 325.77 0.89 c p3 +276.62 361.29 0.89 c p3 +275.63 334.36 0.89 c p3 +279.03 410.80 0.89 c p3 +269.84 370.59 0.89 c p3 +273.53 466.21 0.89 c p3 +264.45 376.58 0.89 c p3 +265.32 475.92 0.89 c p3 +272.44 418.03 0.89 c p3 +260.68 473.75 0.89 c p3 +263.93 434.00 0.89 c p3 +273.19 320.46 0.89 c p3 +274.88 342.10 0.89 c p3 +270.93 318.73 0.89 c p3 +268.83 318.73 0.89 c p3 +277.58 424.54 0.89 c p3 +275.20 475.15 0.89 c p3 +268.29 504.56 0.89 c p3 +266.25 410.35 0.89 c p3 +274.57 350.56 0.89 c p3 +270.85 408.54 0.89 c p3 +261.46 318.73 0.89 c p3 +261.22 408.05 0.89 c p3 +276.80 393.91 0.89 c p3 +265.78 379.97 0.89 c p3 +277.53 319.13 0.89 c p3 +269.72 353.17 0.89 c p3 +269.49 318.73 0.89 c p3 +264.85 332.66 0.89 c p3 +276.37 431.36 0.89 c p3 +263.09 318.73 0.89 c p3 +265.24 427.95 0.89 c p3 +272.44 318.73 0.89 c p3 +271.47 318.73 0.89 c p3 +269.97 349.41 0.89 c p3 +261.40 318.73 0.89 c p3 +275.64 404.58 0.89 c p3 +278.91 412.90 0.89 c p3 +272.99 438.77 0.89 c p3 +276.72 426.85 0.89 c p3 +280.17 394.66 0.89 c p3 +264.41 385.69 0.89 c p3 +261.53 468.31 0.89 c p3 +270.61 318.73 0.89 c p3 +269.35 318.73 0.89 c p3 +276.84 409.98 0.89 c p3 +277.59 425.26 0.89 c p3 +279.52 363.25 0.89 c p3 +279.90 318.73 0.89 c p3 +270.93 422.39 0.89 c p3 +268.21 478.43 0.89 c p3 +277.28 458.49 0.89 c p3 +279.79 433.06 0.89 c p3 +268.04 464.70 0.89 c p3 +271.80 445.17 0.89 c p3 +261.17 465.96 0.89 c p3 +279.00 457.22 0.89 c p3 +274.13 473.54 0.89 c p3 +268.40 403.54 0.89 c p3 +278.07 411.69 0.89 c p3 +272.35 428.30 0.89 c p3 +274.82 421.26 0.89 c p3 +268.63 426.08 0.89 c p3 +270.77 318.73 0.89 c p3 +270.19 442.90 0.89 c p3 +274.12 420.13 0.89 c p3 +279.32 428.28 0.89 c p3 +272.29 428.29 0.89 c p3 +276.50 444.58 0.89 c p3 +277.38 359.57 0.89 c p3 +273.85 453.48 0.89 c p3 +272.14 427.49 0.89 c p3 +278.49 394.59 0.89 c p3 +263.22 439.26 0.89 c p3 +261.00 435.05 0.89 c p3 +262.21 429.92 0.89 c p3 +263.83 419.50 0.89 c p3 +277.21 457.79 0.89 c p3 +275.30 420.27 0.89 c p3 +268.72 480.68 0.89 c p3 +278.95 431.50 0.89 c p3 +278.46 388.18 0.89 c p3 +274.02 342.77 0.89 c p3 +268.64 341.91 0.89 c p3 +265.57 451.49 0.89 c p3 +273.65 398.02 0.89 c p3 +266.25 433.59 0.89 c p3 +273.06 367.24 0.89 c p3 +276.59 370.48 0.89 c p3 +276.86 411.47 0.89 c p3 +271.77 354.69 0.89 c p3 +267.88 353.21 0.89 c p3 +269.50 435.57 0.89 c p3 +279.77 342.75 0.89 c p3 +276.08 414.16 0.89 c p3 +260.32 431.69 0.89 c p3 +264.19 407.02 0.89 c p3 +278.63 432.69 0.89 c p3 +273.22 360.01 0.89 c p3 +275.91 339.67 0.89 c p3 +275.79 318.73 0.89 c p3 +268.22 332.67 0.89 c p3 +266.99 318.73 0.89 c p3 +271.70 429.73 0.89 c p3 +278.64 341.16 0.89 c p3 +280.22 327.51 0.89 c p3 +278.29 318.73 0.89 c p3 +262.99 430.38 0.89 c p3 +279.88 349.34 0.89 c p3 +260.27 394.56 0.89 c p3 +275.54 430.14 0.89 c p3 +262.09 318.73 0.89 c p3 +260.83 448.71 0.89 c p3 +263.14 458.05 0.89 c p3 +267.84 443.32 0.89 c p3 +265.39 421.68 0.89 c p3 +278.57 440.64 0.89 c p3 +279.91 435.12 0.89 c p3 +279.64 423.07 0.89 c p3 +263.60 354.86 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +364.34 318.73 0.89 c p3 +366.98 485.79 0.89 c p3 +377.51 393.93 0.89 c p3 +365.77 396.04 0.89 c p3 +375.98 436.88 0.89 c p3 +372.92 318.73 0.89 c p3 +375.29 381.88 0.89 c p3 +377.93 473.32 0.89 c p3 +373.31 351.29 0.89 c p3 +372.56 321.25 0.89 c p3 +383.37 333.67 0.89 c p3 +366.89 399.46 0.89 c p3 +373.93 318.73 0.89 c p3 +367.49 390.41 0.89 c p3 +374.39 393.82 0.89 c p3 +368.35 486.66 0.89 c p3 +380.15 332.37 0.89 c p3 +366.26 387.70 0.89 c p3 +377.11 511.51 0.89 c p3 +370.32 447.61 0.89 c p3 +371.55 467.62 0.89 c p3 +368.00 318.73 0.89 c p3 +374.71 318.73 0.89 c p3 +365.96 318.73 0.89 c p3 +376.63 318.73 0.89 c p3 +368.31 335.94 0.89 c p3 +379.28 374.53 0.89 c p3 +363.55 347.39 0.89 c p3 +379.27 410.80 0.89 c p3 +376.79 353.81 0.89 c p3 +367.88 463.35 0.89 c p3 +376.80 376.58 0.89 c p3 +382.41 477.34 0.89 c p3 +377.80 412.23 0.89 c p3 +380.47 480.51 0.89 c p3 +363.34 429.15 0.89 c p3 +369.59 320.46 0.89 c p3 +376.57 352.27 0.89 c p3 +367.79 318.73 0.89 c p3 +367.98 318.73 0.89 c p3 +370.05 376.79 0.89 c p3 +363.98 475.14 0.89 c p3 +367.44 503.81 0.89 c p3 +379.42 401.69 0.89 c p3 +366.65 362.94 0.89 c p3 +364.75 386.70 0.89 c p3 +383.65 318.73 0.89 c p3 +374.16 404.91 0.89 c p3 +379.88 396.11 0.89 c p3 +382.05 347.63 0.89 c p3 +368.53 319.13 0.89 c p3 +371.11 371.44 0.89 c p3 +370.78 318.73 0.89 c p3 +367.00 332.66 0.89 c p3 +381.70 430.43 0.89 c p3 +376.63 318.73 0.89 c p3 +373.95 439.19 0.89 c p3 +383.89 318.73 0.89 c p3 +372.29 318.73 0.89 c p3 +364.58 384.57 0.89 c p3 +383.21 318.73 0.89 c p3 +383.33 415.83 0.89 c p3 +372.71 418.11 0.89 c p3 +383.90 448.84 0.89 c p3 +381.75 393.19 0.89 c p3 +375.03 392.00 0.89 c p3 +364.26 385.69 0.89 c p3 +377.23 465.05 0.89 c p3 +382.75 318.73 0.89 c p3 +368.64 318.73 0.89 c p3 +376.12 403.84 0.89 c p3 +377.67 418.51 0.89 c p3 +364.89 363.25 0.89 c p3 +379.76 318.73 0.89 c p3 +375.43 423.84 0.89 c p3 +383.33 480.26 0.89 c p3 +372.29 459.49 0.89 c p3 +375.75 433.54 0.89 c p3 +382.14 465.39 0.89 c p3 +366.64 447.25 0.89 c p3 +370.99 466.48 0.89 c p3 +365.66 456.98 0.89 c p3 +382.36 474.64 0.89 c p3 +365.39 413.15 0.89 c p3 +367.77 418.22 0.89 c p3 +369.21 430.18 0.89 c p3 +363.65 422.25 0.89 c p3 +379.16 428.63 0.89 c p3 +377.82 318.73 0.89 c p3 +375.55 443.87 0.89 c p3 +376.33 419.62 0.89 c p3 +375.28 427.50 0.89 c p3 +378.58 428.13 0.89 c p3 +383.38 442.46 0.89 c p3 +363.62 392.75 0.89 c p3 +381.84 453.80 0.89 c p3 +369.41 429.72 0.89 c p3 +381.43 412.30 0.89 c p3 +365.40 438.57 0.89 c p3 +368.57 435.22 0.89 c p3 +383.69 430.97 0.89 c p3 +381.81 420.92 0.89 c p3 +372.67 457.66 0.89 c p3 +369.62 420.78 0.89 c p3 +383.82 480.79 0.89 c p3 +363.75 436.82 0.89 c p3 +369.85 402.71 0.89 c p3 +374.46 377.05 0.89 c p3 +382.67 352.42 0.89 c p3 +365.46 431.87 0.89 c p3 +367.99 404.34 0.89 c p3 +364.60 436.43 0.89 c p3 +372.41 379.84 0.89 c p3 +374.45 380.22 0.89 c p3 +381.23 405.24 0.89 c p3 +368.83 386.07 0.89 c p3 +381.67 353.21 0.89 c p3 +382.32 432.58 0.89 c p3 +377.49 342.75 0.89 c p3 +374.47 416.51 0.89 c p3 +375.05 432.59 0.89 c p3 +376.89 381.13 0.89 c p3 +378.06 438.73 0.89 c p3 +380.24 380.95 0.89 c p3 +368.26 339.67 0.89 c p3 +377.97 318.73 0.89 c p3 +383.33 343.83 0.89 c p3 +370.87 318.73 0.89 c p3 +373.78 453.69 0.89 c p3 +380.56 377.51 0.89 c p3 +363.65 327.51 0.89 c p3 +366.21 318.73 0.89 c p3 +371.41 429.05 0.89 c p3 +381.04 341.91 0.89 c p3 +380.98 384.85 0.89 c p3 +371.83 437.65 0.89 c p3 +378.61 318.73 0.89 c p3 +378.10 447.30 0.89 c p3 +371.22 458.37 0.89 c p3 +370.93 443.24 0.89 c p3 +382.07 425.03 0.89 c p3 +373.24 441.27 0.89 c p3 +382.10 435.75 0.89 c p3 +369.88 422.51 0.89 c p3 +374.19 354.86 0.89 c p3 +434.31 318.73 0.89 c p3 +415.42 491.30 0.89 c p3 +431.10 394.40 0.89 c p3 +430.06 397.02 0.89 c p3 +435.36 436.85 0.89 c p3 +432.82 318.73 0.89 c p3 +428.58 378.48 0.89 c p3 +434.20 473.35 0.89 c p3 +431.14 368.12 0.89 c p3 +431.18 331.41 0.89 c p3 +429.90 333.67 0.89 c p3 +423.73 401.09 0.89 c p3 +428.87 318.73 0.89 c p3 +430.86 390.86 0.89 c p3 +420.47 399.12 0.89 c p3 +422.52 503.11 0.89 c p3 +431.07 330.81 0.89 c p3 +423.54 386.05 0.89 c p3 +424.53 508.12 0.89 c p3 +416.71 448.25 0.89 c p3 +422.22 467.57 0.89 c p3 +428.46 318.73 0.89 c p3 +426.01 318.73 0.89 c p3 +431.43 318.73 0.89 c p3 +426.24 318.73 0.89 c p3 +434.17 348.13 0.89 c p3 +424.30 379.80 0.89 c p3 +427.68 348.43 0.89 c p3 +423.03 420.96 0.89 c p3 +419.48 372.29 0.89 c p3 +430.46 479.04 0.89 c p3 +425.54 404.20 0.89 c p3 +421.63 476.93 0.89 c p3 +435.38 409.66 0.89 c p3 +419.17 487.48 0.89 c p3 +427.06 430.09 0.89 c p3 +418.66 320.46 0.89 c p3 +417.46 358.16 0.89 c p3 +417.32 318.73 0.89 c p3 +418.87 318.73 0.89 c p3 +419.09 387.24 0.89 c p3 +416.55 475.81 0.89 c p3 +431.30 498.69 0.89 c p3 +421.15 404.03 0.89 c p3 +426.13 365.49 0.89 c p3 +430.04 375.66 0.89 c p3 +430.79 318.73 0.89 c p3 +432.41 404.38 0.89 c p3 +417.55 395.93 0.89 c p3 +419.36 357.79 0.89 c p3 +421.82 329.29 0.89 c p3 +426.61 378.55 0.89 c p3 +429.35 318.73 0.89 c p3 +430.20 332.66 0.89 c p3 +423.20 426.10 0.89 c p3 +425.92 318.73 0.89 c p3 +424.15 439.27 0.89 c p3 +423.71 318.73 0.89 c p3 +432.95 318.73 0.89 c p3 +431.51 387.80 0.89 c p3 +415.68 318.73 0.89 c p3 +418.17 420.20 0.89 c p3 +416.87 433.51 0.89 c p3 +431.41 439.67 0.89 c p3 +423.54 393.66 0.89 c p3 +428.10 392.16 0.89 c p3 +432.24 405.57 0.89 c p3 +432.75 466.60 0.89 c p3 +417.82 318.73 0.89 c p3 +420.56 318.73 0.89 c p3 +424.40 391.23 0.89 c p3 +426.96 425.93 0.89 c p3 +434.54 363.25 0.89 c p3 +420.72 318.73 0.89 c p3 +422.62 420.23 0.89 c p3 +429.53 480.13 0.89 c p3 +427.39 458.73 0.89 c p3 +422.09 434.33 0.89 c p3 +428.43 464.92 0.89 c p3 +421.18 446.27 0.89 c p3 +417.08 465.35 0.89 c p3 +424.99 456.64 0.89 c p3 +423.06 474.36 0.89 c p3 +421.72 414.90 0.89 c p3 +416.39 418.77 0.89 c p3 +433.72 430.62 0.89 c p3 +431.42 420.95 0.89 c p3 +420.82 427.65 0.89 c p3 +422.26 318.73 0.89 c p3 +426.92 444.95 0.89 c p3 +427.74 419.33 0.89 c p3 +430.28 426.40 0.89 c p3 +417.90 426.02 0.89 c p3 +432.55 442.24 0.89 c p3 +416.85 394.44 0.89 c p3 +435.10 455.53 0.89 c p3 +425.65 430.74 0.89 c p3 +434.68 411.09 0.89 c p3 +417.64 437.46 0.89 c p3 +415.42 436.25 0.89 c p3 +432.47 431.78 0.89 c p3 +416.79 420.66 0.89 c p3 +419.85 455.87 0.89 c p3 +416.71 419.62 0.89 c p3 +435.08 478.79 0.89 c p3 +428.32 436.77 0.89 c p3 +429.31 402.05 0.89 c p3 +433.08 385.01 0.89 c p3 +422.68 341.91 0.89 c p3 +426.39 450.18 0.89 c p3 +431.57 403.03 0.89 c p3 +427.86 435.27 0.89 c p3 +420.39 379.60 0.89 c p3 +422.27 372.33 0.89 c p3 +419.70 407.86 0.89 c p3 +434.12 385.90 0.89 c p3 +423.32 353.21 0.89 c p3 +424.39 431.23 0.89 c p3 +431.35 342.75 0.89 c p3 +432.41 415.58 0.89 c p3 +429.54 432.36 0.89 c p3 +424.33 385.35 0.89 c p3 +415.74 477.15 0.89 c p3 +431.26 360.01 0.89 c p3 +418.12 339.67 0.89 c p3 +435.11 318.73 0.89 c p3 +428.18 332.67 0.89 c p3 +421.95 318.73 0.89 c p3 +416.23 439.90 0.89 c p3 +430.56 375.31 0.89 c p3 +432.28 327.51 0.89 c p3 +425.71 318.73 0.89 c p3 +423.44 427.33 0.89 c p3 +421.42 339.64 0.89 c p3 +431.22 386.67 0.89 c p3 +431.37 437.76 0.89 c p3 +432.15 318.73 0.89 c p3 +431.68 447.10 0.89 c p3 +415.16 457.70 0.89 c p3 +427.62 442.07 0.89 c p3 +417.47 424.04 0.89 c p3 +415.98 440.44 0.89 c p3 +426.93 433.35 0.89 c p3 +424.63 421.36 0.89 c p3 +429.23 354.86 0.89 c p3 +481.14 318.73 0.89 c p3 +470.20 488.00 0.89 c p3 +486.82 394.03 0.89 c p3 +478.37 393.66 0.89 c p3 +475.09 435.85 0.89 c p3 +484.26 318.73 0.89 c p3 +483.10 382.38 0.89 c p3 +468.96 471.92 0.89 c p3 +471.49 354.21 0.89 c p3 +475.76 321.25 0.89 c p3 +483.28 333.67 0.89 c p3 +471.56 399.84 0.89 c p3 +483.48 318.73 0.89 c p3 +483.21 388.79 0.89 c p3 +479.52 391.29 0.89 c p3 +474.66 488.72 0.89 c p3 +479.77 340.16 0.89 c p3 +481.49 378.94 0.89 c p3 +481.69 506.77 0.89 c p3 +472.65 448.90 0.89 c p3 +466.88 468.00 0.89 c p3 +476.81 318.73 0.89 c p3 +481.92 318.73 0.89 c p3 +476.38 318.73 0.89 c p3 +478.39 318.73 0.89 c p3 +473.31 351.16 0.89 c p3 +477.85 374.32 0.89 c p3 +483.61 350.49 0.89 c p3 +472.38 410.80 0.89 c p3 +474.77 365.25 0.89 c p3 +467.66 464.40 0.89 c p3 +472.48 376.58 0.89 c p3 +471.84 477.53 0.89 c p3 +470.97 397.27 0.89 c p3 +483.25 477.29 0.89 c p3 +476.23 429.38 0.89 c p3 +471.34 320.46 0.89 c p3 +467.74 342.10 0.89 c p3 +476.86 318.73 0.89 c p3 +486.03 318.73 0.89 c p3 +477.20 386.96 0.89 c p3 +467.44 470.37 0.89 c p3 +466.68 498.86 0.89 c p3 +482.53 405.58 0.89 c p3 +476.54 364.55 0.89 c p3 +481.89 397.48 0.89 c p3 +486.70 318.73 0.89 c p3 +484.61 404.46 0.89 c p3 +475.64 395.26 0.89 c p3 +485.59 361.47 0.89 c p3 +477.76 319.13 0.89 c p3 +466.67 379.24 0.89 c p3 +484.90 318.73 0.89 c p3 +480.30 332.66 0.89 c p3 +472.42 427.99 0.89 c p3 +469.94 318.73 0.89 c p3 +481.26 438.75 0.89 c p3 +474.25 318.73 0.89 c p3 +485.12 318.73 0.89 c p3 +480.36 386.47 0.89 c p3 +467.89 318.73 0.89 c p3 +486.15 415.55 0.89 c p3 +484.02 444.44 0.89 c p3 +466.92 443.42 0.89 c p3 +477.56 408.58 0.89 c p3 +467.03 384.06 0.89 c p3 +479.73 385.69 0.89 c p3 +472.11 456.17 0.89 c p3 +471.53 318.73 0.89 c p3 +484.52 318.73 0.89 c p3 +485.47 406.02 0.89 c p3 +477.60 421.72 0.89 c p3 +470.75 363.25 0.89 c p3 +482.43 318.73 0.89 c p3 +483.07 424.29 0.89 c p3 +484.62 480.46 0.89 c p3 +469.57 459.52 0.89 c p3 +475.41 435.13 0.89 c p3 +484.14 465.28 0.89 c p3 +477.03 446.71 0.89 c p3 +466.88 465.96 0.89 c p3 +482.49 457.40 0.89 c p3 +475.47 474.50 0.89 c p3 +481.31 414.07 0.89 c p3 +476.57 420.40 0.89 c p3 +484.24 430.96 0.89 c p3 +467.25 421.48 0.89 c p3 +472.01 429.57 0.89 c p3 +472.58 318.73 0.89 c p3 +486.09 444.76 0.89 c p3 +486.37 419.48 0.89 c p3 +469.95 427.20 0.89 c p3 +484.11 427.58 0.89 c p3 +481.20 441.45 0.89 c p3 +477.85 400.57 0.89 c p3 +475.82 455.79 0.89 c p3 +476.02 431.65 0.89 c p3 +477.51 401.85 0.89 c p3 +478.06 438.27 0.89 c p3 +483.45 435.93 0.89 c p3 +470.60 430.82 0.89 c p3 +469.42 419.98 0.89 c p3 +472.96 457.69 0.89 c p3 +472.09 419.51 0.89 c p3 +486.85 479.27 0.89 c p3 +468.40 435.99 0.89 c p3 +471.11 400.28 0.89 c p3 +477.42 342.77 0.89 c p3 +486.26 341.91 0.89 c p3 +477.45 430.29 0.89 c p3 +476.57 404.10 0.89 c p3 +471.99 438.05 0.89 c p3 +481.23 383.86 0.89 c p3 +471.46 372.76 0.89 c p3 +482.11 407.20 0.89 c p3 +483.90 385.71 0.89 c p3 +467.95 363.38 0.89 c p3 +481.21 431.69 0.89 c p3 +467.11 342.75 0.89 c p3 +479.59 415.42 0.89 c p3 +471.01 433.29 0.89 c p3 +472.23 371.14 0.89 c p3 +478.20 463.59 0.89 c p3 +475.96 372.09 0.89 c p3 +474.78 339.67 0.89 c p3 +475.73 318.73 0.89 c p3 +468.10 343.76 0.89 c p3 +484.68 318.73 0.89 c p3 +477.30 459.72 0.89 c p3 +485.70 382.32 0.89 c p3 +472.62 337.68 0.89 c p3 +479.98 318.73 0.89 c p3 +485.88 429.08 0.89 c p3 +480.79 327.72 0.89 c p3 +470.43 385.87 0.89 c p3 +468.41 437.18 0.89 c p3 +471.88 318.73 0.89 c p3 +482.73 447.16 0.89 c p3 +475.85 458.06 0.89 c p3 +482.20 442.18 0.89 c p3 +484.41 424.67 0.89 c p3 +468.90 441.36 0.89 c p3 +483.06 435.15 0.89 c p3 +476.22 424.26 0.89 c p3 +485.01 354.86 0.89 c p3 +518.80 318.73 0.89 c p3 +527.41 487.82 0.89 c p3 +525.98 395.26 0.89 c p3 +521.25 393.01 0.89 c p3 +528.85 438.67 0.89 c p3 +538.12 318.73 0.89 c p3 +518.98 382.92 0.89 c p3 +530.73 473.31 0.89 c p3 +534.50 348.26 0.89 c p3 +524.15 321.25 0.89 c p3 +528.37 333.67 0.89 c p3 +532.61 399.06 0.89 c p3 +530.59 318.73 0.89 c p3 +522.04 388.98 0.89 c p3 +522.51 388.44 0.89 c p3 +523.17 485.12 0.89 c p3 +536.30 330.98 0.89 c p3 +538.10 378.81 0.89 c p3 +521.04 516.61 0.89 c p3 +519.80 448.35 0.89 c p3 +527.51 468.77 0.89 c p3 +518.31 318.73 0.89 c p3 +532.92 318.73 0.89 c p3 +536.91 318.73 0.89 c p3 +523.74 318.73 0.89 c p3 +526.08 337.48 0.89 c p3 +534.70 373.68 0.89 c p3 +518.95 344.52 0.89 c p3 +535.99 410.80 0.89 c p3 +521.73 372.57 0.89 c p3 +519.58 462.76 0.89 c p3 +537.47 376.58 0.89 c p3 +518.28 476.78 0.89 c p3 +537.33 410.44 0.89 c p3 +527.79 478.73 0.89 c p3 +525.40 430.56 0.89 c p3 +536.88 320.46 0.89 c p3 +521.17 342.10 0.89 c p3 +532.24 318.73 0.89 c p3 +529.93 318.73 0.89 c p3 +524.13 376.79 0.89 c p3 +523.13 471.74 0.89 c p3 +526.73 506.96 0.89 c p3 +529.94 406.72 0.89 c p3 +527.28 365.06 0.89 c p3 +531.25 389.26 0.89 c p3 +522.84 318.73 0.89 c p3 +528.46 406.09 0.89 c p3 +520.04 396.31 0.89 c p3 +526.85 347.63 0.89 c p3 +519.27 319.13 0.89 c p3 +535.13 379.65 0.89 c p3 +527.01 318.73 0.89 c p3 +538.45 332.66 0.89 c p3 +533.84 429.06 0.89 c p3 +519.32 318.73 0.89 c p3 +519.06 437.77 0.89 c p3 +524.32 318.73 0.89 c p3 +518.01 318.73 0.89 c p3 +535.16 384.37 0.89 c p3 +536.85 318.73 0.89 c p3 +536.58 415.61 0.89 c p3 +518.58 437.01 0.89 c p3 +537.68 444.18 0.89 c p3 +522.57 401.20 0.89 c p3 +519.19 381.60 0.89 c p3 +536.04 385.69 0.89 c p3 +521.50 452.51 0.89 c p3 +524.72 318.73 0.89 c p3 +531.95 318.73 0.89 c p3 +533.42 406.56 0.89 c p3 +517.96 424.22 0.89 c p3 +532.62 363.25 0.89 c p3 +522.71 318.73 0.89 c p3 +520.71 422.07 0.89 c p3 +534.91 480.19 0.89 c p3 +526.18 458.69 0.89 c p3 +533.67 433.68 0.89 c p3 +537.88 464.94 0.89 c p3 +528.04 446.51 0.89 c p3 +522.45 466.46 0.89 c p3 +526.48 457.26 0.89 c p3 +525.68 474.57 0.89 c p3 +523.76 414.76 0.89 c p3 +520.26 418.60 0.89 c p3 +531.73 429.55 0.89 c p3 +522.88 417.99 0.89 c p3 +534.81 428.57 0.89 c p3 +527.84 318.73 0.89 c p3 +525.80 444.28 0.89 c p3 +530.66 420.69 0.89 c p3 +518.93 428.40 0.89 c p3 +535.58 427.40 0.89 c p3 +528.98 443.52 0.89 c p3 +531.77 401.96 0.89 c p3 +518.96 453.88 0.89 c p3 +527.99 429.35 0.89 c p3 +528.24 421.75 0.89 c p3 +518.39 437.14 0.89 c p3 +517.97 435.48 0.89 c p3 +535.62 430.07 0.89 c p3 +536.88 418.23 0.89 c p3 +522.76 458.72 0.89 c p3 +519.83 419.80 0.89 c p3 +536.97 480.07 0.89 c p3 +518.00 436.98 0.89 c p3 +523.19 399.53 0.89 c p3 +530.42 374.76 0.89 c p3 +525.18 341.91 0.89 c p3 +532.45 430.04 0.89 c p3 +536.09 403.46 0.89 c p3 +524.50 437.68 0.89 c p3 +522.27 384.01 0.89 c p3 +522.48 375.49 0.89 c p3 +526.10 406.17 0.89 c p3 +531.87 372.39 0.89 c p3 +526.43 353.21 0.89 c p3 +528.13 433.40 0.89 c p3 +533.08 342.75 0.89 c p3 +523.46 416.44 0.89 c p3 +526.04 432.44 0.89 c p3 +535.44 392.24 0.89 c p3 +519.72 490.70 0.89 c p3 +520.33 360.01 0.89 c p3 +536.41 339.67 0.89 c p3 +528.37 318.73 0.89 c p3 +525.90 342.84 0.89 c p3 +537.70 318.73 0.89 c p3 +532.60 462.78 0.89 c p3 +537.42 381.12 0.89 c p3 +522.90 327.51 0.89 c p3 +524.10 318.73 0.89 c p3 +528.29 426.67 0.89 c p3 +521.48 346.99 0.89 c p3 +529.67 385.83 0.89 c p3 +519.22 439.45 0.89 c p3 +523.02 318.73 0.89 c p3 +523.39 447.77 0.89 c p3 +535.57 458.04 0.89 c p3 +537.42 442.83 0.89 c p3 +529.07 423.51 0.89 c p3 +535.59 441.21 0.89 c p3 +519.59 434.65 0.89 c p3 +538.36 423.11 0.89 c p3 +528.16 354.86 0.89 c p3 +321.96 318.73 0.89 c p3 +320.48 479.25 0.89 c p3 +315.36 394.14 0.89 c p3 +328.88 394.49 0.89 c p3 +312.52 436.45 0.89 c p3 +325.59 318.73 0.89 c p3 +320.76 379.90 0.89 c p3 +311.80 471.70 0.89 c p3 +318.21 356.95 0.89 c p3 +331.49 321.25 0.89 c p3 +313.04 333.67 0.89 c p3 +325.10 399.74 0.89 c p3 +325.83 318.73 0.89 c p3 +323.60 389.92 0.89 c p3 +319.07 395.38 0.89 c p3 +311.82 498.71 0.89 c p3 +325.98 343.57 0.89 c p3 +322.35 392.21 0.89 c p3 +325.83 507.90 0.89 c p3 +315.19 446.66 0.89 c p3 +316.43 467.24 0.89 c p3 +315.11 318.73 0.89 c p3 +322.52 318.73 0.89 c p3 +312.71 318.73 0.89 c p3 +313.31 318.73 0.89 c p3 +324.37 353.09 0.89 c p3 +312.58 376.67 0.89 c p3 +320.59 334.36 0.89 c p3 +327.39 410.80 0.89 c p3 +317.00 370.46 0.89 c p3 +327.22 464.28 0.89 c p3 +324.33 376.58 0.89 c p3 +330.37 476.74 0.89 c p3 +315.67 397.27 0.89 c p3 +318.31 485.87 0.89 c p3 +320.02 430.01 0.89 c p3 +319.03 320.46 0.89 c p3 +324.94 361.38 0.89 c p3 +320.39 318.73 0.89 c p3 +315.19 318.73 0.89 c p3 +320.34 400.64 0.89 c p3 +315.52 476.64 0.89 c p3 +323.19 498.33 0.89 c p3 +321.83 410.83 0.89 c p3 +325.83 360.73 0.89 c p3 +327.02 385.82 0.89 c p3 +318.98 318.73 0.89 c p3 +327.96 403.35 0.89 c p3 +313.70 395.11 0.89 c p3 +328.12 358.13 0.89 c p3 +323.74 319.13 0.89 c p3 +315.41 379.08 0.89 c p3 +325.81 318.73 0.89 c p3 +317.50 332.66 0.89 c p3 +323.87 426.67 0.89 c p3 +327.30 318.73 0.89 c p3 +316.48 440.41 0.89 c p3 +323.94 318.73 0.89 c p3 +317.92 318.73 0.89 c p3 +328.65 387.05 0.89 c p3 +320.55 318.73 0.89 c p3 +321.74 415.86 0.89 c p3 +320.63 448.71 0.89 c p3 +322.06 438.97 0.89 c p3 +312.16 407.57 0.89 c p3 +313.44 390.78 0.89 c p3 +327.26 395.85 0.89 c p3 +327.96 471.44 0.89 c p3 +321.59 318.73 0.89 c p3 +316.58 318.73 0.89 c p3 +330.32 412.52 0.89 c p3 +321.12 424.33 0.89 c p3 +321.79 363.25 0.89 c p3 +316.12 318.73 0.89 c p3 +330.04 423.88 0.89 c p3 +316.54 479.63 0.89 c p3 +321.79 458.10 0.89 c p3 +326.43 433.55 0.89 c p3 +317.85 464.71 0.89 c p3 +331.84 446.07 0.89 c p3 +324.68 465.80 0.89 c p3 +314.10 457.35 0.89 c p3 +324.97 474.52 0.89 c p3 +329.99 413.87 0.89 c p3 +332.09 420.09 0.89 c p3 +327.41 425.50 0.89 c p3 +324.99 423.69 0.89 c p3 +328.47 429.19 0.89 c p3 +323.45 318.73 0.89 c p3 +319.43 444.07 0.89 c p3 +314.23 418.49 0.89 c p3 +329.32 425.88 0.89 c p3 +318.37 426.29 0.89 c p3 +320.08 441.91 0.89 c p3 +325.29 390.11 0.89 c p3 +319.08 454.71 0.89 c p3 +324.22 430.21 0.89 c p3 +316.15 413.79 0.89 c p3 +328.13 437.88 0.89 c p3 +327.31 432.72 0.89 c p3 +322.98 431.04 0.89 c p3 +331.08 420.62 0.89 c p3 +313.50 457.33 0.89 c p3 +318.47 420.45 0.89 c p3 +314.25 478.79 0.89 c p3 +319.82 435.69 0.89 c p3 +318.63 396.23 0.89 c p3 +329.99 356.67 0.89 c p3 +318.17 341.91 0.89 c p3 +326.53 440.07 0.89 c p3 +324.92 401.24 0.89 c p3 +313.41 435.67 0.89 c p3 +328.84 382.41 0.89 c p3 +312.06 380.15 0.89 c p3 +325.39 408.11 0.89 c p3 +313.65 382.83 0.89 c p3 +319.77 353.21 0.89 c p3 +312.24 432.49 0.89 c p3 +331.17 342.75 0.89 c p3 +324.70 412.92 0.89 c p3 +320.55 432.57 0.89 c p3 +318.45 375.96 0.89 c p3 +312.99 485.82 0.89 c p3 +322.71 370.18 0.89 c p3 +314.62 339.67 0.89 c p3 +325.16 318.73 0.89 c p3 +312.41 358.06 0.89 c p3 +321.53 318.73 0.89 c p3 +317.41 447.93 0.89 c p3 +322.46 386.43 0.89 c p3 +319.06 327.51 0.89 c p3 +325.49 318.73 0.89 c p3 +325.01 428.67 0.89 c p3 +313.59 358.93 0.89 c p3 +321.13 383.77 0.89 c p3 +328.39 437.30 0.89 c p3 +325.78 318.73 0.89 c p3 +329.74 446.39 0.89 c p3 +325.05 457.18 0.89 c p3 +324.35 441.75 0.89 c p3 +321.86 421.73 0.89 c p3 +327.49 439.86 0.89 c p3 +321.92 433.95 0.89 c p3 +314.01 422.68 0.89 c p3 +312.59 354.86 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +587.28 318.73 0.89 c p3 +586.80 469.09 0.89 c p3 +587.54 424.54 0.89 c p3 +579.39 376.18 0.89 c p3 +588.19 432.44 0.89 c p3 +580.85 318.73 0.89 c p3 +581.31 367.95 0.89 c p3 +581.13 476.27 0.89 c p3 +581.44 370.90 0.89 c p3 +570.24 321.25 0.89 c p3 +578.51 333.67 0.89 c p3 +583.12 411.32 0.89 c p3 +575.78 318.73 0.89 c p3 +576.67 402.78 0.89 c p3 +585.34 419.23 0.89 c p3 +571.70 511.91 0.89 c p3 +571.95 318.73 0.89 c p3 +574.89 366.47 0.89 c p3 +572.56 513.73 0.89 c p3 +583.79 443.19 0.89 c p3 +581.14 470.48 0.89 c p3 +574.84 318.73 0.89 c p3 +570.22 318.73 0.89 c p3 +588.19 318.73 0.89 c p3 +586.84 318.73 0.89 c p3 +581.04 370.07 0.89 c p3 +575.94 370.46 0.89 c p3 +573.88 334.36 0.89 c p3 +586.50 410.80 0.89 c p3 +575.65 373.22 0.89 c p3 +586.34 471.23 0.89 c p3 +571.39 376.58 0.89 c p3 +573.66 477.35 0.89 c p3 +589.49 439.88 0.89 c p3 +588.18 490.83 0.89 c p3 +580.54 450.70 0.89 c p3 +577.14 320.46 0.89 c p3 +572.95 342.10 0.89 c p3 +575.15 318.73 0.89 c p3 +582.62 318.73 0.89 c p3 +579.42 376.79 0.89 c p3 +584.08 494.89 0.89 c p3 +586.14 504.12 0.89 c p3 +588.85 401.51 0.89 c p3 +582.27 350.56 0.89 c p3 +589.25 406.62 0.89 c p3 +586.08 318.73 0.89 c p3 +572.31 411.07 0.89 c p3 +581.59 373.62 0.89 c p3 +587.71 377.71 0.89 c p3 +589.36 319.13 0.89 c p3 +569.96 382.67 0.89 c p3 +573.32 318.73 0.89 c p3 +584.41 332.66 0.89 c p3 +584.63 427.87 0.89 c p3 +581.87 318.73 0.89 c p3 +586.22 451.75 0.89 c p3 +579.72 318.73 0.89 c p3 +572.38 318.73 0.89 c p3 +577.27 349.41 0.89 c p3 +586.89 318.73 0.89 c p3 +585.51 404.58 0.89 c p3 +574.50 435.41 0.89 c p3 +578.37 447.00 0.89 c p3 +585.26 399.75 0.89 c p3 +569.56 390.29 0.89 c p3 +580.46 385.69 0.89 c p3 +589.42 492.54 0.89 c p3 +586.30 318.73 0.89 c p3 +576.35 318.73 0.89 c p3 +573.10 405.95 0.89 c p3 +589.01 422.28 0.89 c p3 +575.25 363.25 0.89 c p3 +587.21 318.73 0.89 c p3 +572.63 422.04 0.89 c p3 +574.96 480.20 0.89 c p3 +574.78 460.50 0.89 c p3 +578.97 429.33 0.89 c p3 +583.91 465.35 0.89 c p3 +580.95 446.21 0.89 c p3 +575.79 465.94 0.89 c p3 +588.20 463.58 0.89 c p3 +586.66 474.45 0.89 c p3 +572.83 398.60 0.89 c p3 +586.70 415.30 0.89 c p3 +575.89 415.33 0.89 c p3 +575.27 409.53 0.89 c p3 +577.20 404.90 0.89 c p3 +588.99 318.73 0.89 c p3 +575.27 446.15 0.89 c p3 +572.61 407.95 0.89 c p3 +587.37 425.13 0.89 c p3 +570.23 428.35 0.89 c p3 +570.73 444.16 0.89 c p3 +572.69 389.37 0.89 c p3 +586.08 451.82 0.89 c p3 +578.25 430.15 0.89 c p3 +586.69 373.51 0.89 c p3 +582.36 435.82 0.89 c p3 +573.68 422.56 0.89 c p3 +584.22 424.97 0.89 c p3 +581.81 402.40 0.89 c p3 +579.64 455.69 0.89 c p3 +582.46 414.90 0.89 c p3 +581.61 480.23 0.89 c p3 +585.30 450.47 0.89 c p3 +587.22 367.30 0.89 c p3 +576.49 361.93 0.89 c p3 +571.52 341.91 0.89 c p3 +586.22 448.24 0.89 c p3 +588.32 410.94 0.89 c p3 +581.47 445.34 0.89 c p3 +576.69 367.24 0.89 c p3 +573.42 372.10 0.89 c p3 +589.80 423.06 0.89 c p3 +588.74 354.69 0.89 c p3 +583.37 353.21 0.89 c p3 +583.23 433.47 0.89 c p3 +587.41 342.75 0.89 c p3 +587.82 404.67 0.89 c p3 +578.56 428.01 0.89 c p3 +569.53 360.98 0.89 c p3 +571.04 454.21 0.89 c p3 +575.75 360.01 0.89 c p3 +588.94 339.67 0.89 c p3 +572.71 318.73 0.89 c p3 +579.38 351.10 0.89 c p3 +588.09 318.73 0.89 c p3 +570.31 467.19 0.89 c p3 +570.41 364.53 0.89 c p3 +586.10 327.51 0.89 c p3 +571.10 318.73 0.89 c p3 +581.66 418.14 0.89 c p3 +579.65 327.72 0.89 c p3 +576.88 400.13 0.89 c p3 +574.93 430.42 0.89 c p3 +572.73 318.73 0.89 c p3 +580.56 444.66 0.89 c p3 +579.92 454.87 0.89 c p3 +586.66 438.32 0.89 c p3 +570.15 418.16 0.89 c p3 +571.00 436.54 0.89 c p3 +587.62 430.33 0.89 c p3 +587.39 415.24 0.89 c p3 +571.51 354.86 0.89 c p3 +637.16 318.73 0.89 c p3 +638.12 469.09 0.89 c p3 +626.87 418.68 0.89 c p3 +621.00 376.18 0.89 c p3 +634.51 423.23 0.89 c p3 +634.47 318.73 0.89 c p3 +622.28 364.08 0.89 c p3 +637.46 476.55 0.89 c p3 +623.84 324.96 0.89 c p3 +638.22 321.25 0.89 c p3 +626.70 333.67 0.89 c p3 +641.51 414.80 0.89 c p3 +641.34 318.73 0.89 c p3 +635.43 401.04 0.89 c p3 +641.36 408.68 0.89 c p3 +630.80 510.08 0.89 c p3 +635.81 318.73 0.89 c p3 +632.55 400.36 0.89 c p3 +623.90 505.85 0.89 c p3 +626.68 443.36 0.89 c p3 +627.58 473.75 0.89 c p3 +640.52 318.73 0.89 c p3 +624.11 318.73 0.89 c p3 +636.76 318.73 0.89 c p3 +629.53 318.73 0.89 c p3 +626.51 325.77 0.89 c p3 +640.79 363.39 0.89 c p3 +622.04 334.36 0.89 c p3 +637.30 410.80 0.89 c p3 +630.95 384.35 0.89 c p3 +631.34 469.01 0.89 c p3 +626.90 376.58 0.89 c p3 +625.04 476.57 0.89 c p3 +639.06 397.27 0.89 c p3 +634.47 483.15 0.89 c p3 +627.05 442.93 0.89 c p3 +628.53 320.46 0.89 c p3 +622.40 342.10 0.89 c p3 +624.45 318.73 0.89 c p3 +630.42 318.73 0.89 c p3 +623.72 408.10 0.89 c p3 +633.64 481.31 0.89 c p3 +633.09 493.09 0.89 c p3 +626.79 399.13 0.89 c p3 +640.54 350.56 0.89 c p3 +638.82 405.69 0.89 c p3 +631.62 318.73 0.89 c p3 +624.99 413.67 0.89 c p3 +635.30 389.76 0.89 c p3 +629.52 347.63 0.89 c p3 +629.50 319.13 0.89 c p3 +635.45 386.50 0.89 c p3 +640.83 318.73 0.89 c p3 +641.18 359.18 0.89 c p3 +629.86 430.29 0.89 c p3 +632.75 318.73 0.89 c p3 +631.21 449.46 0.89 c p3 +640.74 318.73 0.89 c p3 +628.05 318.73 0.89 c p3 +628.52 349.41 0.89 c p3 +640.59 318.73 0.89 c p3 +635.70 404.58 0.89 c p3 +628.59 451.78 0.89 c p3 +624.19 429.39 0.89 c p3 +624.16 409.87 0.89 c p3 +632.22 369.82 0.89 c p3 +635.73 385.69 0.89 c p3 +631.57 480.99 0.89 c p3 +624.94 318.73 0.89 c p3 +630.05 318.73 0.89 c p3 +640.95 404.97 0.89 c p3 +627.72 419.92 0.89 c p3 +639.39 363.25 0.89 c p3 +631.38 318.73 0.89 c p3 +625.89 422.02 0.89 c p3 +626.70 479.04 0.89 c p3 +626.43 458.01 0.89 c p3 +635.62 435.60 0.89 c p3 +637.30 465.17 0.89 c p3 +634.29 447.20 0.89 c p3 +641.45 466.15 0.89 c p3 +623.40 457.32 0.89 c p3 +629.44 473.64 0.89 c p3 +636.43 413.02 0.89 c p3 +635.22 407.73 0.89 c p3 +631.18 430.66 0.89 c p3 +621.13 424.45 0.89 c p3 +636.56 429.93 0.89 c p3 +622.59 318.73 0.89 c p3 +621.16 443.14 0.89 c p3 +641.25 416.99 0.89 c p3 +630.95 426.53 0.89 c p3 +638.42 431.65 0.89 c p3 +633.69 443.62 0.89 c p3 +641.52 380.43 0.89 c p3 +624.66 453.06 0.89 c p3 +637.10 429.57 0.89 c p3 +626.52 355.73 0.89 c p3 +627.66 439.00 0.89 c p3 +631.62 437.67 0.89 c p3 +635.66 430.78 0.89 c p3 +633.93 424.87 0.89 c p3 +625.74 457.54 0.89 c p3 +636.82 415.86 0.89 c p3 +638.62 480.56 0.89 c p3 +622.72 429.96 0.89 c p3 +626.96 367.30 0.89 c p3 +623.28 342.77 0.89 c p3 +635.44 341.91 0.89 c p3 +638.24 430.84 0.89 c p3 +641.53 398.69 0.89 c p3 +629.88 435.60 0.89 c p3 +626.86 367.24 0.89 c p3 +638.08 379.63 0.89 c p3 +632.08 409.96 0.89 c p3 +640.81 354.69 0.89 c p3 +625.07 353.21 0.89 c p3 +636.83 435.72 0.89 c p3 +627.28 342.75 0.89 c p3 +638.66 411.68 0.89 c p3 +623.88 428.65 0.89 c p3 +631.13 360.98 0.89 c p3 +630.94 452.56 0.89 c p3 +639.19 360.01 0.89 c p3 +628.14 339.67 0.89 c p3 +639.47 318.73 0.89 c p3 +631.57 356.26 0.89 c p3 +628.54 318.73 0.89 c p3 +630.30 472.80 0.89 c p3 +621.82 369.72 0.89 c p3 +626.80 327.51 0.89 c p3 +641.18 318.73 0.89 c p3 +625.78 406.61 0.89 c p3 +632.02 341.84 0.89 c p3 +635.11 396.29 0.89 c p3 +622.74 426.72 0.89 c p3 +638.13 318.73 0.89 c p3 +638.84 446.52 0.89 c p3 +635.95 455.53 0.89 c p3 +637.11 440.27 0.89 c p3 +624.26 417.05 0.89 c p3 +638.59 437.53 0.89 c p3 +629.32 431.32 0.89 c p3 +625.46 416.01 0.89 c p3 +637.82 354.86 0.89 c p3 +687.89 318.73 0.89 c p3 +690.61 469.09 0.89 c p3 +674.70 414.68 0.89 c p3 +685.14 376.18 0.89 c p3 +673.80 420.52 0.89 c p3 +692.36 318.73 0.89 c p3 +688.88 366.91 0.89 c p3 +682.10 472.75 0.89 c p3 +687.69 324.96 0.89 c p3 +679.18 321.25 0.89 c p3 +682.45 333.67 0.89 c p3 +677.16 410.96 0.89 c p3 +678.23 318.73 0.89 c p3 +682.87 396.87 0.89 c p3 +690.29 394.98 0.89 c p3 +684.59 499.78 0.89 c p3 +678.79 345.29 0.89 c p3 +673.08 366.47 0.89 c p3 +673.07 503.45 0.89 c p3 +683.27 440.13 0.89 c p3 +681.00 469.52 0.89 c p3 +681.89 318.73 0.89 c p3 +692.02 318.73 0.89 c p3 +680.68 318.73 0.89 c p3 +682.85 318.73 0.89 c p3 +679.93 365.04 0.89 c p3 +673.73 360.31 0.89 c p3 +683.85 334.36 0.89 c p3 +674.78 410.80 0.89 c p3 +690.94 358.75 0.89 c p3 +683.45 468.02 0.89 c p3 +684.87 376.58 0.89 c p3 +685.13 477.10 0.89 c p3 +686.55 397.27 0.89 c p3 +688.51 480.97 0.89 c p3 +682.33 439.95 0.89 c p3 +681.93 320.46 0.89 c p3 +690.38 342.10 0.89 c p3 +678.06 318.73 0.89 c p3 +691.42 318.73 0.89 c p3 +689.68 408.99 0.89 c p3 +682.98 479.28 0.89 c p3 +684.30 491.39 0.89 c p3 +684.13 402.74 0.89 c p3 +692.47 350.56 0.89 c p3 +689.57 412.73 0.89 c p3 +673.42 318.73 0.89 c p3 +692.60 410.55 0.89 c p3 +677.13 393.28 0.89 c p3 +681.76 347.63 0.89 c p3 +688.41 319.13 0.89 c p3 +674.58 376.75 0.89 c p3 +680.89 318.73 0.89 c p3 +688.48 332.66 0.89 c p3 +687.36 430.42 0.89 c p3 +678.29 318.73 0.89 c p3 +675.51 444.72 0.89 c p3 +678.71 318.73 0.89 c p3 +674.01 318.73 0.89 c p3 +687.03 349.41 0.89 c p3 +672.90 318.73 0.89 c p3 +686.65 404.58 0.89 c p3 +683.70 436.56 0.89 c p3 +674.16 429.98 0.89 c p3 +685.43 402.61 0.89 c p3 +690.01 369.82 0.89 c p3 +674.65 385.69 0.89 c p3 +686.03 480.93 0.89 c p3 +677.40 318.73 0.89 c p3 +684.68 318.73 0.89 c p3 +690.80 391.23 0.89 c p3 +680.41 426.31 0.89 c p3 +677.25 363.25 0.89 c p3 +681.06 318.73 0.89 c p3 +688.35 422.87 0.89 c p3 +672.97 479.04 0.89 c p3 +681.92 458.20 0.89 c p3 +686.00 434.77 0.89 c p3 +681.08 466.47 0.89 c p3 +691.29 447.38 0.89 c p3 +691.87 466.00 0.89 c p3 +682.64 457.48 0.89 c p3 +676.58 473.87 0.89 c p3 +674.31 407.14 0.89 c p3 +689.06 416.87 0.89 c p3 +685.63 429.56 0.89 c p3 +673.61 424.33 0.89 c p3 +673.76 427.70 0.89 c p3 +677.47 318.73 0.89 c p3 +681.11 443.75 0.89 c p3 +689.73 422.14 0.89 c p3 +685.70 427.43 0.89 c p3 +687.35 432.84 0.89 c p3 +677.76 443.64 0.89 c p3 +691.53 404.95 0.89 c p3 +683.15 454.25 0.89 c p3 +688.59 428.04 0.89 c p3 +673.92 379.03 0.89 c p3 +687.10 439.02 0.89 c p3 +674.22 437.94 0.89 c p3 +687.32 431.13 0.89 c p3 +672.95 423.91 0.89 c p3 +673.59 458.69 0.89 c p3 +679.43 417.65 0.89 c p3 +674.19 480.20 0.89 c p3 +675.83 432.08 0.89 c p3 +676.50 367.30 0.89 c p3 +674.90 401.54 0.89 c p3 +688.30 341.91 0.89 c p3 +681.74 430.77 0.89 c p3 +683.81 398.12 0.89 c p3 +691.85 430.55 0.89 c p3 +675.73 367.24 0.89 c p3 +675.60 376.52 0.89 c p3 +684.44 404.77 0.89 c p3 +683.93 364.86 0.89 c p3 +674.33 353.21 0.89 c p3 +678.96 436.64 0.89 c p3 +682.61 342.75 0.89 c p3 +673.49 413.05 0.89 c p3 +674.96 430.42 0.89 c p3 +688.63 375.26 0.89 c p3 +692.62 443.52 0.89 c p3 +691.17 360.01 0.89 c p3 +674.41 339.67 0.89 c p3 +673.71 318.73 0.89 c p3 +691.81 332.67 0.89 c p3 +674.90 318.73 0.89 c p3 +682.64 468.44 0.89 c p3 +674.48 351.33 0.89 c p3 +692.14 327.51 0.89 c p3 +676.64 318.73 0.89 c p3 +675.81 433.73 0.89 c p3 +690.24 340.35 0.89 c p3 +685.85 392.38 0.89 c p3 +690.38 425.29 0.89 c p3 +691.50 318.73 0.89 c p3 +679.24 446.74 0.89 c p3 +673.68 456.19 0.89 c p3 +672.86 440.63 0.89 c p3 +687.03 420.48 0.89 c p3 +683.21 438.53 0.89 c p3 +680.48 433.63 0.89 c p3 +682.52 419.20 0.89 c p3 +681.26 365.03 0.89 c p3 +735.45 318.73 0.89 c p3 +729.75 469.09 0.89 c p3 +729.58 414.96 0.89 c p3 +735.35 376.18 0.89 c p3 +740.07 421.30 0.89 c p3 +726.18 318.73 0.89 c p3 +729.55 356.31 0.89 c p3 +742.77 473.34 0.89 c p3 +741.65 324.96 0.89 c p3 +726.91 321.25 0.89 c p3 +742.11 333.67 0.89 c p3 +732.66 413.65 0.89 c p3 +731.85 318.73 0.89 c p3 +740.47 408.62 0.89 c p3 +744.66 450.22 0.89 c p3 +724.96 515.96 0.89 c p3 +733.87 318.73 0.89 c p3 +737.59 445.23 0.89 c p3 +743.75 505.71 0.89 c p3 +727.96 446.73 0.89 c p3 +739.69 470.79 0.89 c p3 +731.48 318.73 0.89 c p3 +736.60 318.73 0.89 c p3 +744.21 318.73 0.89 c p3 +724.89 318.73 0.89 c p3 +735.24 364.99 0.89 c p3 +734.94 378.36 0.89 c p3 +738.37 334.36 0.89 c p3 +740.59 410.80 0.89 c p3 +725.61 364.85 0.89 c p3 +741.76 470.35 0.89 c p3 +734.49 410.45 0.89 c p3 +731.42 476.31 0.89 c p3 +727.78 397.27 0.89 c p3 +730.51 477.87 0.89 c p3 +730.06 441.96 0.89 c p3 +733.38 320.46 0.89 c p3 +739.39 342.10 0.89 c p3 +739.10 318.73 0.89 c p3 +727.45 318.73 0.89 c p3 +737.78 404.22 0.89 c p3 +739.98 476.91 0.89 c p3 +731.98 494.48 0.89 c p3 +738.37 464.49 0.89 c p3 +728.56 350.56 0.89 c p3 +734.81 410.81 0.89 c p3 +731.10 318.73 0.89 c p3 +738.15 408.43 0.89 c p3 +741.43 390.68 0.89 c p3 +727.39 347.63 0.89 c p3 +737.04 319.13 0.89 c p3 +738.35 383.42 0.89 c p3 +724.79 318.73 0.89 c p3 +736.74 332.66 0.89 c p3 +732.20 429.84 0.89 c p3 +737.95 318.73 0.89 c p3 +744.26 447.00 0.89 c p3 +726.52 318.73 0.89 c p3 +725.14 318.73 0.89 c p3 +739.70 349.41 0.89 c p3 +739.85 318.73 0.89 c p3 +731.45 404.58 0.89 c p3 +728.72 462.72 0.89 c p3 +733.11 433.24 0.89 c p3 +728.84 403.94 0.89 c p3 +731.65 379.99 0.89 c p3 +742.66 385.69 0.89 c p3 +728.35 479.67 0.89 c p3 +737.92 318.73 0.89 c p3 +732.26 318.73 0.89 c p3 +731.32 413.47 0.89 c p3 +735.15 428.52 0.89 c p3 +728.57 409.49 0.89 c p3 +741.56 318.73 0.89 c p3 +725.66 420.67 0.89 c p3 +730.20 479.29 0.89 c p3 +724.22 457.65 0.89 c p3 +742.02 431.03 0.89 c p3 +734.08 465.40 0.89 c p3 +742.63 447.94 0.89 c p3 +737.41 465.91 0.89 c p3 +735.40 456.76 0.89 c p3 +733.01 474.00 0.89 c p3 +737.60 414.06 0.89 c p3 +732.12 418.78 0.89 c p3 +738.33 429.14 0.89 c p3 +727.58 418.04 0.89 c p3 +729.49 427.20 0.89 c p3 +731.95 318.73 0.89 c p3 +735.08 443.75 0.89 c p3 +735.56 417.47 0.89 c p3 +743.36 426.24 0.89 c p3 +740.44 428.80 0.89 c p3 +731.02 445.24 0.89 c p3 +737.99 386.04 0.89 c p3 +734.41 453.48 0.89 c p3 +730.38 426.83 0.89 c p3 +724.19 365.90 0.89 c p3 +731.50 437.56 0.89 c p3 +740.87 435.53 0.89 c p3 +725.20 430.77 0.89 c p3 +730.85 423.21 0.89 c p3 +742.82 457.78 0.89 c p3 +730.26 415.44 0.89 c p3 +737.97 481.07 0.89 c p3 +733.01 435.57 0.89 c p3 +735.64 387.15 0.89 c p3 +733.63 382.16 0.89 c p3 +726.13 341.91 0.89 c p3 +736.93 433.81 0.89 c p3 +741.30 402.82 0.89 c p3 +735.71 429.86 0.89 c p3 +725.30 367.24 0.89 c p3 +725.93 365.24 0.89 c p3 +730.71 407.08 0.89 c p3 +731.32 372.50 0.89 c p3 +738.25 353.21 0.89 c p3 +735.69 435.40 0.89 c p3 +724.44 342.75 0.89 c p3 +736.07 414.74 0.89 c p3 +726.93 428.42 0.89 c p3 +737.32 360.98 0.89 c p3 +728.19 461.99 0.89 c p3 +736.43 405.20 0.89 c p3 +733.75 339.67 0.89 c p3 +729.89 318.73 0.89 c p3 +726.98 332.67 0.89 c p3 +732.35 318.73 0.89 c p3 +737.53 471.14 0.89 c p3 +733.72 380.61 0.89 c p3 +738.51 327.51 0.89 c p3 +733.76 318.73 0.89 c p3 +724.62 425.97 0.89 c p3 +737.70 355.21 0.89 c p3 +738.23 395.16 0.89 c p3 +738.32 423.31 0.89 c p3 +730.81 318.73 0.89 c p3 +730.14 447.33 0.89 c p3 +741.31 455.87 0.89 c p3 +727.67 440.77 0.89 c p3 +743.92 419.23 0.89 c p3 +724.19 437.11 0.89 c p3 +733.64 431.72 0.89 c p3 +733.82 415.91 0.89 c p3 +727.82 354.86 0.89 c p3 +787.38 318.73 0.89 c p3 +789.09 469.09 0.89 c p3 +786.46 413.07 0.89 c p3 +775.62 376.18 0.89 c p3 +782.50 422.42 0.89 c p3 +784.23 318.73 0.89 c p3 +788.04 335.88 0.89 c p3 +795.14 472.94 0.89 c p3 +779.55 354.40 0.89 c p3 +786.13 321.25 0.89 c p3 +787.38 333.67 0.89 c p3 +783.65 410.92 0.89 c p3 +782.74 318.73 0.89 c p3 +780.27 393.67 0.89 c p3 +791.21 400.98 0.89 c p3 +790.23 509.55 0.89 c p3 +779.40 318.73 0.89 c p3 +794.60 393.28 0.89 c p3 +789.17 503.61 0.89 c p3 +794.80 442.36 0.89 c p3 +782.19 470.69 0.89 c p3 +784.64 318.73 0.89 c p3 +778.11 318.73 0.89 c p3 +778.48 318.73 0.89 c p3 +790.36 318.73 0.89 c p3 +775.88 325.77 0.89 c p3 +795.26 364.47 0.89 c p3 +780.26 334.36 0.89 c p3 +775.89 410.80 0.89 c p3 +796.11 373.09 0.89 c p3 +784.92 467.70 0.89 c p3 +792.30 376.58 0.89 c p3 +776.91 476.53 0.89 c p3 +794.10 417.67 0.89 c p3 +782.31 482.22 0.89 c p3 +784.43 439.14 0.89 c p3 +783.98 320.46 0.89 c p3 +786.39 342.10 0.89 c p3 +785.93 318.73 0.89 c p3 +789.90 318.73 0.89 c p3 +788.72 412.91 0.89 c p3 +788.01 476.68 0.89 c p3 +792.16 492.77 0.89 c p3 +775.87 400.64 0.89 c p3 +777.93 350.56 0.89 c p3 +794.26 414.13 0.89 c p3 +794.23 318.73 0.89 c p3 +783.07 410.81 0.89 c p3 +780.69 392.67 0.89 c p3 +775.68 347.63 0.89 c p3 +792.32 353.75 0.89 c p3 +782.01 380.62 0.89 c p3 +795.05 318.73 0.89 c p3 +781.82 332.66 0.89 c p3 +791.37 431.01 0.89 c p3 +789.54 318.73 0.89 c p3 +788.63 448.56 0.89 c p3 +777.74 318.73 0.89 c p3 +785.79 318.73 0.89 c p3 +779.71 349.41 0.89 c p3 +795.57 318.73 0.89 c p3 +778.32 404.58 0.89 c p3 +778.36 443.89 0.89 c p3 +795.85 431.09 0.89 c p3 +775.85 408.59 0.89 c p3 +784.18 369.82 0.89 c p3 +787.84 385.69 0.89 c p3 +792.40 476.12 0.89 c p3 +790.60 318.73 0.89 c p3 +792.75 318.73 0.89 c p3 +785.08 405.40 0.89 c p3 +777.04 423.34 0.89 c p3 +783.31 363.25 0.89 c p3 +782.08 318.73 0.89 c p3 +795.98 422.14 0.89 c p3 +784.68 479.13 0.89 c p3 +793.75 457.69 0.89 c p3 +795.00 432.96 0.89 c p3 +785.69 465.40 0.89 c p3 +789.26 447.37 0.89 c p3 +778.14 465.86 0.89 c p3 +792.47 457.18 0.89 c p3 +792.59 473.97 0.89 c p3 +787.36 408.54 0.89 c p3 +784.81 417.75 0.89 c p3 +780.58 431.54 0.89 c p3 +776.98 422.57 0.89 c p3 +782.80 426.07 0.89 c p3 +778.82 318.73 0.89 c p3 +788.32 443.36 0.89 c p3 +784.84 418.77 0.89 c p3 +781.85 428.09 0.89 c p3 +779.83 432.11 0.89 c p3 +784.49 443.64 0.89 c p3 +781.03 399.33 0.89 c p3 +781.95 451.99 0.89 c p3 +782.66 431.88 0.89 c p3 +784.66 385.54 0.89 c p3 +782.58 436.19 0.89 c p3 +792.92 435.78 0.89 c p3 +782.51 430.55 0.89 c p3 +790.34 424.84 0.89 c p3 +790.60 457.97 0.89 c p3 +782.23 417.20 0.89 c p3 +791.51 481.76 0.89 c p3 +791.35 434.04 0.89 c p3 +780.85 383.70 0.89 c p3 +778.80 390.89 0.89 c p3 +785.97 341.91 0.89 c p3 +779.85 434.95 0.89 c p3 +784.57 402.53 0.89 c p3 +790.85 429.85 0.89 c p3 +786.52 367.24 0.89 c p3 +781.17 370.50 0.89 c p3 +794.04 404.77 0.89 c p3 +785.09 367.60 0.89 c p3 +778.29 353.21 0.89 c p3 +776.33 436.52 0.89 c p3 +780.99 342.75 0.89 c p3 +793.49 415.34 0.89 c p3 +785.11 429.04 0.89 c p3 +790.22 360.98 0.89 c p3 +781.24 450.88 0.89 c p3 +792.67 360.01 0.89 c p3 +784.97 339.67 0.89 c p3 +775.70 318.73 0.89 c p3 +788.54 332.67 0.89 c p3 +779.11 318.73 0.89 c p3 +795.07 465.14 0.89 c p3 +778.42 379.73 0.89 c p3 +783.66 327.51 0.89 c p3 +782.00 318.73 0.89 c p3 +794.90 401.65 0.89 c p3 +777.11 350.95 0.89 c p3 +789.67 396.50 0.89 c p3 +792.57 422.03 0.89 c p3 +790.15 318.73 0.89 c p3 +778.19 447.65 0.89 c p3 +787.18 456.96 0.89 c p3 +785.69 441.84 0.89 c p3 +778.86 418.97 0.89 c p3 +792.47 438.93 0.89 c p3 +781.44 433.28 0.89 c p3 +777.10 418.46 0.89 c p3 +794.32 354.86 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +845.81 318.73 0.89 c p3 +836.35 481.47 0.89 c p3 +841.24 379.11 0.89 c p3 +829.89 386.35 0.89 c p3 +828.64 424.45 0.89 c p3 +840.80 318.73 0.89 c p3 +840.97 346.05 0.89 c p3 +838.33 469.36 0.89 c p3 +843.49 324.96 0.89 c p3 +829.62 321.25 0.89 c p3 +844.06 333.67 0.89 c p3 +836.86 396.17 0.89 c p3 +836.69 318.73 0.89 c p3 +846.94 380.15 0.89 c p3 +836.62 383.20 0.89 c p3 +840.57 494.07 0.89 c p3 +829.88 331.51 0.89 c p3 +845.83 366.47 0.89 c p3 +835.49 509.00 0.89 c p3 +840.98 447.42 0.89 c p3 +835.38 466.63 0.89 c p3 +830.65 318.73 0.89 c p3 +830.46 318.73 0.89 c p3 +847.25 318.73 0.89 c p3 +840.32 318.73 0.89 c p3 +844.88 325.77 0.89 c p3 +846.92 359.55 0.89 c p3 +828.67 334.36 0.89 c p3 +847.41 410.80 0.89 c p3 +842.55 363.02 0.89 c p3 +844.17 463.42 0.89 c p3 +841.03 376.58 0.89 c p3 +830.04 477.00 0.89 c p3 +832.96 397.27 0.89 c p3 +834.60 474.94 0.89 c p3 +834.06 419.77 0.89 c p3 +836.24 320.46 0.89 c p3 +846.98 342.10 0.89 c p3 +847.48 318.73 0.89 c p3 +831.22 318.73 0.89 c p3 +842.29 389.50 0.89 c p3 +838.35 473.78 0.89 c p3 +832.44 502.21 0.89 c p3 +839.67 403.78 0.89 c p3 +847.51 350.56 0.89 c p3 +830.84 375.66 0.89 c p3 +846.50 318.73 0.89 c p3 +841.58 388.03 0.89 c p3 +837.24 392.19 0.89 c p3 +845.65 347.63 0.89 c p3 +834.24 319.13 0.89 c p3 +827.25 364.88 0.89 c p3 +830.40 318.73 0.89 c p3 +829.89 332.66 0.89 c p3 +835.03 430.24 0.89 c p3 +846.73 318.73 0.89 c p3 +847.63 437.90 0.89 c p3 +834.91 318.73 0.89 c p3 +841.04 318.73 0.89 c p3 +829.01 359.57 0.89 c p3 +844.67 318.73 0.89 c p3 +835.09 414.77 0.89 c p3 +829.37 415.14 0.89 c p3 +832.56 448.80 0.89 c p3 +838.20 393.12 0.89 c p3 +829.75 396.30 0.89 c p3 +839.03 385.69 0.89 c p3 +841.76 466.97 0.89 c p3 +835.29 318.73 0.89 c p3 +839.80 318.73 0.89 c p3 +842.03 406.06 0.89 c p3 +831.64 418.03 0.89 c p3 +829.35 363.25 0.89 c p3 +837.33 318.73 0.89 c p3 +837.40 423.54 0.89 c p3 +835.30 479.99 0.89 c p3 +830.65 457.95 0.89 c p3 +827.71 433.90 0.89 c p3 +831.32 465.42 0.89 c p3 +839.57 446.86 0.89 c p3 +845.10 466.99 0.89 c p3 +843.74 456.87 0.89 c p3 +828.61 474.67 0.89 c p3 +841.02 415.62 0.89 c p3 +846.94 418.67 0.89 c p3 +846.06 430.46 0.89 c p3 +833.65 423.51 0.89 c p3 +827.81 426.76 0.89 c p3 +839.00 318.73 0.89 c p3 +842.00 443.98 0.89 c p3 +845.72 420.78 0.89 c p3 +843.05 427.90 0.89 c p3 +830.53 431.01 0.89 c p3 +841.69 445.35 0.89 c p3 +829.48 398.82 0.89 c p3 +833.51 452.07 0.89 c p3 +844.49 429.96 0.89 c p3 +847.59 394.86 0.89 c p3 +837.44 437.21 0.89 c p3 +828.65 436.56 0.89 c p3 +840.20 432.49 0.89 c p3 +841.27 421.27 0.89 c p3 +840.46 458.67 0.89 c p3 +840.18 419.64 0.89 c p3 +846.78 482.82 0.89 c p3 +843.23 436.57 0.89 c p3 +833.74 402.00 0.89 c p3 +837.28 383.59 0.89 c p3 +834.96 352.08 0.89 c p3 +829.89 423.33 0.89 c p3 +846.81 406.60 0.89 c p3 +828.19 435.74 0.89 c p3 +840.26 385.95 0.89 c p3 +841.86 374.06 0.89 c p3 +842.59 406.56 0.89 c p3 +828.42 382.08 0.89 c p3 +839.77 353.21 0.89 c p3 +837.11 435.88 0.89 c p3 +835.01 342.75 0.89 c p3 +831.76 418.30 0.89 c p3 +846.39 431.24 0.89 c p3 +837.66 388.28 0.89 c p3 +847.13 449.74 0.89 c p3 +832.48 376.81 0.89 c p3 +828.81 339.67 0.89 c p3 +830.12 318.73 0.89 c p3 +846.08 332.67 0.89 c p3 +847.36 318.73 0.89 c p3 +831.14 455.53 0.89 c p3 +830.36 364.32 0.89 c p3 +831.99 327.51 0.89 c p3 +837.73 318.73 0.89 c p3 +844.33 416.58 0.89 c p3 +842.59 327.72 0.89 c p3 +846.28 366.34 0.89 c p3 +840.00 424.67 0.89 c p3 +834.43 318.73 0.89 c p3 +838.43 450.18 0.89 c p3 +845.96 458.79 0.89 c p3 +836.35 444.52 0.89 c p3 +845.36 421.84 0.89 c p3 +831.85 440.73 0.89 c p3 +835.56 435.61 0.89 c p3 +844.37 422.06 0.89 c p3 +844.86 354.86 0.89 c p3 +899.17 318.73 0.89 c p3 +898.21 483.14 0.89 c p3 +879.06 379.69 0.89 c p3 +891.60 390.18 0.89 c p3 +884.40 424.20 0.89 c p3 +881.28 318.73 0.89 c p3 +880.97 367.32 0.89 c p3 +897.96 468.14 0.89 c p3 +892.32 335.13 0.89 c p3 +893.83 321.25 0.89 c p3 +895.29 333.67 0.89 c p3 +888.77 395.19 0.89 c p3 +881.24 318.73 0.89 c p3 +880.14 383.76 0.89 c p3 +884.11 389.92 0.89 c p3 +882.47 499.67 0.89 c p3 +883.16 318.73 0.89 c p3 +884.61 384.34 0.89 c p3 +884.91 514.57 0.89 c p3 +882.57 445.65 0.89 c p3 +892.54 466.70 0.89 c p3 +880.58 318.73 0.89 c p3 +886.23 318.73 0.89 c p3 +890.08 318.73 0.89 c p3 +886.56 318.73 0.89 c p3 +889.33 325.77 0.89 c p3 +882.79 367.22 0.89 c p3 +891.13 334.36 0.89 c p3 +889.83 410.80 0.89 c p3 +893.45 358.12 0.89 c p3 +883.25 464.24 0.89 c p3 +896.74 387.65 0.89 c p3 +899.30 477.14 0.89 c p3 +893.60 397.27 0.89 c p3 +888.44 473.93 0.89 c p3 +887.03 419.34 0.89 c p3 +889.99 320.46 0.89 c p3 +882.13 342.10 0.89 c p3 +898.03 318.73 0.89 c p3 +885.51 318.73 0.89 c p3 +885.10 376.79 0.89 c p3 +890.48 470.72 0.89 c p3 +882.79 508.50 0.89 c p3 +889.29 402.35 0.89 c p3 +891.71 350.56 0.89 c p3 +887.78 375.66 0.89 c p3 +884.72 318.73 0.89 c p3 +888.09 395.05 0.89 c p3 +890.81 393.92 0.89 c p3 +891.75 347.63 0.89 c p3 +899.25 319.13 0.89 c p3 +897.96 373.12 0.89 c p3 +888.74 318.73 0.89 c p3 +880.51 332.66 0.89 c p3 +880.90 430.17 0.89 c p3 +891.52 318.73 0.89 c p3 +891.72 438.93 0.89 c p3 +879.08 318.73 0.89 c p3 +885.14 318.73 0.89 c p3 +890.47 376.14 0.89 c p3 +883.38 318.73 0.89 c p3 +882.05 414.74 0.89 c p3 +894.79 415.75 0.89 c p3 +886.77 449.88 0.89 c p3 +893.95 404.48 0.89 c p3 +885.37 389.45 0.89 c p3 +894.25 385.69 0.89 c p3 +890.53 457.34 0.89 c p3 +890.84 318.73 0.89 c p3 +884.22 318.73 0.89 c p3 +879.43 401.40 0.89 c p3 +883.19 426.35 0.89 c p3 +897.85 363.25 0.89 c p3 +881.56 318.73 0.89 c p3 +898.69 421.24 0.89 c p3 +890.02 480.07 0.89 c p3 +890.81 458.22 0.89 c p3 +899.18 434.22 0.89 c p3 +892.29 465.49 0.89 c p3 +895.51 447.15 0.89 c p3 +883.55 466.32 0.89 c p3 +888.99 457.28 0.89 c p3 +895.39 474.70 0.89 c p3 +895.85 415.64 0.89 c p3 +889.94 419.90 0.89 c p3 +887.22 430.38 0.89 c p3 +887.02 423.71 0.89 c p3 +882.22 429.35 0.89 c p3 +885.25 318.73 0.89 c p3 +898.89 443.87 0.89 c p3 +895.35 419.97 0.89 c p3 +895.24 429.07 0.89 c p3 +890.24 432.52 0.89 c p3 +888.03 444.57 0.89 c p3 +894.23 413.22 0.89 c p3 +898.76 452.60 0.89 c p3 +887.93 428.17 0.89 c p3 +896.24 401.37 0.89 c p3 +895.71 437.68 0.89 c p3 +896.40 435.47 0.89 c p3 +891.92 431.30 0.89 c p3 +887.02 421.05 0.89 c p3 +880.47 458.31 0.89 c p3 +883.65 418.56 0.89 c p3 +889.54 482.26 0.89 c p3 +884.84 433.82 0.89 c p3 +892.52 399.20 0.89 c p3 +896.43 375.34 0.89 c p3 +879.02 341.91 0.89 c p3 +896.61 425.97 0.89 c p3 +898.43 403.79 0.89 c p3 +895.56 435.59 0.89 c p3 +888.96 378.12 0.89 c p3 +899.01 377.24 0.89 c p3 +883.59 406.65 0.89 c p3 +882.70 389.57 0.89 c p3 +887.55 353.21 0.89 c p3 +892.92 435.54 0.89 c p3 +890.09 342.75 0.89 c p3 +898.79 415.85 0.89 c p3 +896.72 431.32 0.89 c p3 +880.52 379.84 0.89 c p3 +881.79 473.60 0.89 c p3 +891.81 360.01 0.89 c p3 +891.73 339.67 0.89 c p3 +894.59 318.73 0.89 c p3 +885.50 332.67 0.89 c p3 +888.81 318.73 0.89 c p3 +898.88 452.34 0.89 c p3 +894.46 378.52 0.89 c p3 +897.18 327.51 0.89 c p3 +899.03 318.73 0.89 c p3 +889.78 415.09 0.89 c p3 +895.54 327.72 0.89 c p3 +885.27 379.40 0.89 c p3 +885.31 426.87 0.89 c p3 +887.10 318.73 0.89 c p3 +880.70 449.60 0.89 c p3 +888.06 458.17 0.89 c p3 +888.11 443.82 0.89 c p3 +879.22 423.39 0.89 c p3 +892.25 440.11 0.89 c p3 +887.45 434.60 0.89 c p3 +888.38 420.34 0.89 c p3 +893.57 354.86 0.89 c p3 +935.59 318.73 0.89 c p3 +935.34 484.56 0.89 c p3 +931.73 394.93 0.89 c p3 +939.19 389.79 0.89 c p3 +947.11 425.70 0.89 c p3 +948.64 318.73 0.89 c p3 +936.17 377.79 0.89 c p3 +950.76 470.36 0.89 c p3 +944.77 324.96 0.89 c p3 +935.45 321.25 0.89 c p3 +943.49 333.67 0.89 c p3 +943.27 396.93 0.89 c p3 +948.43 318.73 0.89 c p3 +943.21 390.24 0.89 c p3 +948.17 401.23 0.89 c p3 +946.79 492.04 0.89 c p3 +935.54 318.73 0.89 c p3 +938.90 402.38 0.89 c p3 +933.88 506.25 0.89 c p3 +949.91 444.87 0.89 c p3 +934.45 469.43 0.89 c p3 +937.49 318.73 0.89 c p3 +946.43 318.73 0.89 c p3 +937.10 318.73 0.89 c p3 +942.14 318.73 0.89 c p3 +949.76 325.77 0.89 c p3 +932.60 373.74 0.89 c p3 +939.78 334.36 0.89 c p3 +943.02 410.80 0.89 c p3 +937.01 353.52 0.89 c p3 +941.76 466.25 0.89 c p3 +942.35 376.58 0.89 c p3 +946.54 476.97 0.89 c p3 +943.39 407.44 0.89 c p3 +950.42 474.55 0.89 c p3 +949.44 434.86 0.89 c p3 +945.59 335.65 0.89 c p3 +944.06 342.10 0.89 c p3 +939.17 318.73 0.89 c p3 +934.82 318.73 0.89 c p3 +944.08 376.79 0.89 c p3 +948.61 468.13 0.89 c p3 +934.15 499.28 0.89 c p3 +933.14 403.66 0.89 c p3 +945.92 350.56 0.89 c p3 +944.02 393.51 0.89 c p3 +930.91 318.73 0.89 c p3 +946.37 405.18 0.89 c p3 +936.06 395.90 0.89 c p3 +932.95 347.63 0.89 c p3 +945.08 319.13 0.89 c p3 +930.71 386.03 0.89 c p3 +950.42 318.73 0.89 c p3 +945.90 332.66 0.89 c p3 +939.81 429.95 0.89 c p3 +939.55 318.73 0.89 c p3 +950.42 438.12 0.89 c p3 +931.41 318.73 0.89 c p3 +939.95 318.73 0.89 c p3 +933.19 382.81 0.89 c p3 +944.72 318.73 0.89 c p3 +949.25 416.14 0.89 c p3 +937.56 418.24 0.89 c p3 +930.39 443.79 0.89 c p3 +938.62 404.95 0.89 c p3 +941.45 395.22 0.89 c p3 +950.39 385.69 0.89 c p3 +934.63 454.63 0.89 c p3 +935.21 318.73 0.89 c p3 +932.12 318.73 0.89 c p3 +949.66 406.30 0.89 c p3 +934.12 425.91 0.89 c p3 +944.21 363.25 0.89 c p3 +937.23 318.73 0.89 c p3 +933.73 422.41 0.89 c p3 +935.33 479.37 0.89 c p3 +943.03 457.72 0.89 c p3 +932.69 431.93 0.89 c p3 +944.87 465.25 0.89 c p3 +948.44 446.09 0.89 c p3 +939.00 466.35 0.89 c p3 +950.37 457.07 0.89 c p3 +939.73 474.10 0.89 c p3 +941.11 413.00 0.89 c p3 +942.92 420.20 0.89 c p3 +938.03 432.05 0.89 c p3 +942.61 422.65 0.89 c p3 +942.65 427.87 0.89 c p3 +942.15 318.73 0.89 c p3 +944.87 443.36 0.89 c p3 +930.33 421.21 0.89 c p3 +949.89 427.53 0.89 c p3 +931.41 430.35 0.89 c p3 +950.83 444.36 0.89 c p3 +950.46 399.69 0.89 c p3 +942.54 452.33 0.89 c p3 +938.19 430.22 0.89 c p3 +931.58 395.21 0.89 c p3 +943.78 437.06 0.89 c p3 +937.60 435.50 0.89 c p3 +935.38 431.44 0.89 c p3 +943.01 421.54 0.89 c p3 +936.60 458.16 0.89 c p3 +939.22 420.32 0.89 c p3 +935.98 481.93 0.89 c p3 +935.05 434.17 0.89 c p3 +944.54 401.29 0.89 c p3 +945.84 352.94 0.89 c p3 +930.93 341.91 0.89 c p3 +950.13 423.15 0.89 c p3 +940.73 405.27 0.89 c p3 +939.56 433.35 0.89 c p3 +944.99 380.19 0.89 c p3 +936.88 378.89 0.89 c p3 +938.51 406.82 0.89 c p3 +944.80 378.46 0.89 c p3 +948.99 353.21 0.89 c p3 +942.66 435.38 0.89 c p3 +933.07 342.75 0.89 c p3 +934.49 415.42 0.89 c p3 +943.02 431.26 0.89 c p3 +938.25 376.51 0.89 c p3 +939.69 440.86 0.89 c p3 +938.72 360.01 0.89 c p3 +934.55 339.67 0.89 c p3 +941.17 318.73 0.89 c p3 +948.85 356.50 0.89 c p3 +946.93 318.73 0.89 c p3 +932.96 460.92 0.89 c p3 +949.95 374.35 0.89 c p3 +950.38 327.51 0.89 c p3 +946.58 318.73 0.89 c p3 +943.87 408.80 0.89 c p3 +939.04 327.72 0.89 c p3 +943.96 388.33 0.89 c p3 +931.28 426.44 0.89 c p3 +945.07 318.73 0.89 c p3 +945.74 449.38 0.89 c p3 +949.00 458.59 0.89 c p3 +940.63 443.64 0.89 c p3 +939.47 421.95 0.89 c p3 +946.75 441.10 0.89 c p3 +931.34 435.49 0.89 c p3 +945.90 421.88 0.89 c p3 +946.70 354.86 0.89 c p3 +990.16 318.73 0.89 c p3 +988.15 484.22 0.89 c p3 +990.29 397.00 0.89 c p3 +1000.09 389.90 0.89 c p3 +986.63 426.78 0.89 c p3 +1001.90 318.73 0.89 c p3 +992.27 383.61 0.89 c p3 +985.50 470.83 0.89 c p3 +982.34 335.96 0.89 c p3 +998.64 321.25 0.89 c p3 +997.42 333.67 0.89 c p3 +998.52 396.64 0.89 c p3 +990.83 318.73 0.89 c p3 +993.65 391.50 0.89 c p3 +992.77 401.49 0.89 c p3 +997.41 504.41 0.89 c p3 +999.65 318.73 0.89 c p3 +984.65 396.79 0.89 c p3 +997.60 511.49 0.89 c p3 +995.36 442.45 0.89 c p3 +985.87 469.90 0.89 c p3 +995.08 318.73 0.89 c p3 +994.16 318.73 0.89 c p3 +998.77 318.73 0.89 c p3 +1000.51 318.73 0.89 c p3 +992.32 346.94 0.89 c p3 +987.93 364.77 0.89 c p3 +1000.85 334.36 0.89 c p3 +984.29 410.80 0.89 c p3 +981.89 365.94 0.89 c p3 +1001.80 464.57 0.89 c p3 +996.98 386.74 0.89 c p3 +987.95 476.67 0.89 c p3 +983.99 422.30 0.89 c p3 +988.02 475.70 0.89 c p3 +984.12 435.37 0.89 c p3 +992.24 330.63 0.89 c p3 +997.18 352.60 0.89 c p3 +985.34 318.73 0.89 c p3 +997.35 318.73 0.89 c p3 +999.47 388.22 0.89 c p3 +989.15 478.38 0.89 c p3 +991.10 504.10 0.89 c p3 +990.87 403.73 0.89 c p3 +985.58 350.56 0.89 c p3 +984.99 389.44 0.89 c p3 +998.23 318.73 0.89 c p3 +987.05 407.19 0.89 c p3 +1002.02 396.45 0.89 c p3 +983.78 347.63 0.89 c p3 +986.02 319.13 0.89 c p3 +986.08 385.66 0.89 c p3 +991.33 318.73 0.89 c p3 +1000.66 332.66 0.89 c p3 +984.36 429.78 0.89 c p3 +982.41 318.73 0.89 c p3 +982.96 441.94 0.89 c p3 +997.07 318.73 0.89 c p3 +986.61 318.73 0.89 c p3 +986.40 386.74 0.89 c p3 +988.79 318.73 0.89 c p3 +983.82 414.83 0.89 c p3 +1001.24 427.17 0.89 c p3 +982.04 444.58 0.89 c p3 +993.49 403.52 0.89 c p3 +989.54 384.99 0.89 c p3 +990.24 385.69 0.89 c p3 +991.60 468.24 0.89 c p3 +986.22 318.73 0.89 c p3 +985.79 318.73 0.89 c p3 +991.12 402.98 0.89 c p3 +988.00 425.53 0.89 c p3 +1000.89 363.25 0.89 c p3 +990.46 318.73 0.89 c p3 +994.02 420.38 0.89 c p3 +999.89 479.59 0.89 c p3 +1001.01 458.09 0.89 c p3 +987.23 433.10 0.89 c p3 +1001.79 465.64 0.89 c p3 +987.04 446.73 0.89 c p3 +987.57 466.63 0.89 c p3 +997.44 456.97 0.89 c p3 +996.82 474.32 0.89 c p3 +984.30 415.67 0.89 c p3 +983.40 420.98 0.89 c p3 +987.62 430.46 0.89 c p3 +997.38 423.23 0.89 c p3 +983.18 427.17 0.89 c p3 +992.42 318.73 0.89 c p3 +985.84 443.24 0.89 c p3 +1000.24 420.64 0.89 c p3 +990.81 427.62 0.89 c p3 +989.37 429.94 0.89 c p3 +990.85 443.87 0.89 c p3 +991.04 406.04 0.89 c p3 +988.21 452.56 0.89 c p3 +995.51 429.54 0.89 c p3 +982.52 389.24 0.89 c p3 +989.98 437.33 0.89 c p3 +993.89 436.20 0.89 c p3 +999.22 431.68 0.89 c p3 +997.25 422.13 0.89 c p3 +995.49 457.71 0.89 c p3 +989.82 418.44 0.89 c p3 +993.63 481.92 0.89 c p3 +999.19 434.32 0.89 c p3 +993.32 399.02 0.89 c p3 +994.76 377.08 0.89 c p3 +992.08 341.91 0.89 c p3 +990.78 430.61 0.89 c p3 +998.53 402.26 0.89 c p3 +989.38 434.43 0.89 c p3 +995.53 380.53 0.89 c p3 +984.92 374.12 0.89 c p3 +983.78 406.93 0.89 c p3 +982.20 383.16 0.89 c p3 +996.93 353.21 0.89 c p3 +984.38 436.08 0.89 c p3 +995.00 352.91 0.89 c p3 +999.12 416.48 0.89 c p3 +983.90 429.58 0.89 c p3 +982.51 360.98 0.89 c p3 +983.21 445.05 0.89 c p3 +987.21 360.01 0.89 c p3 +994.12 339.67 0.89 c p3 +990.00 318.73 0.89 c p3 +1001.11 358.91 0.89 c p3 +996.22 318.73 0.89 c p3 +991.23 456.69 0.89 c p3 +983.01 375.98 0.89 c p3 +989.77 327.51 0.89 c p3 +994.09 318.73 0.89 c p3 +996.62 412.55 0.89 c p3 +1000.06 327.72 0.89 c p3 +988.15 390.81 0.89 c p3 +990.65 425.32 0.89 c p3 +986.08 318.73 0.89 c p3 +992.88 448.21 0.89 c p3 +983.98 457.59 0.89 c p3 +990.49 443.06 0.89 c p3 +991.29 421.39 0.89 c p3 +990.44 439.15 0.89 c p3 +995.28 434.05 0.89 c p3 +988.24 420.12 0.89 c p3 +1000.80 354.86 0.89 c p3 +1039.76 318.73 0.89 c p3 +1033.88 489.65 0.89 c p3 +1045.12 394.86 0.89 c p3 +1034.08 391.03 0.89 c p3 +1052.24 425.15 0.89 c p3 +1040.29 318.73 0.89 c p3 +1033.41 380.43 0.89 c p3 +1051.69 470.41 0.89 c p3 +1034.96 337.98 0.89 c p3 +1046.12 321.25 0.89 c p3 +1046.87 333.67 0.89 c p3 +1033.89 396.24 0.89 c p3 +1038.05 318.73 0.89 c p3 +1051.04 387.76 0.89 c p3 +1045.88 396.11 0.89 c p3 +1052.77 491.90 0.89 c p3 +1052.70 328.89 0.89 c p3 +1051.89 391.54 0.89 c p3 +1047.82 511.59 0.89 c p3 +1043.41 443.98 0.89 c p3 +1048.66 468.54 0.89 c p3 +1049.32 318.73 0.89 c p3 +1051.41 318.73 0.89 c p3 +1035.51 318.73 0.89 c p3 +1049.42 318.73 0.89 c p3 +1052.71 325.77 0.89 c p3 +1042.75 360.99 0.89 c p3 +1041.86 334.36 0.89 c p3 +1037.06 410.80 0.89 c p3 +1035.29 359.07 0.89 c p3 +1039.98 467.83 0.89 c p3 +1039.25 376.58 0.89 c p3 +1039.26 476.89 0.89 c p3 +1039.12 409.80 0.89 c p3 +1052.07 471.04 0.89 c p3 +1053.06 432.14 0.89 c p3 +1047.12 320.46 0.89 c p3 +1052.54 342.10 0.89 c p3 +1043.22 318.73 0.89 c p3 +1039.04 318.73 0.89 c p3 +1040.17 376.79 0.89 c p3 +1037.73 468.46 0.89 c p3 +1048.29 502.85 0.89 c p3 +1035.38 408.15 0.89 c p3 +1033.83 350.56 0.89 c p3 +1052.30 394.13 0.89 c p3 +1034.08 318.73 0.89 c p3 +1053.76 405.02 0.89 c p3 +1037.87 395.84 0.89 c p3 +1052.40 347.63 0.89 c p3 +1051.52 319.13 0.89 c p3 +1050.99 382.37 0.89 c p3 +1040.58 318.73 0.89 c p3 +1038.67 332.66 0.89 c p3 +1042.89 431.44 0.89 c p3 +1052.90 318.73 0.89 c p3 +1048.60 430.91 0.89 c p3 +1048.07 318.73 0.89 c p3 +1053.17 318.73 0.89 c p3 +1042.71 388.63 0.89 c p3 +1038.35 318.73 0.89 c p3 +1043.89 416.61 0.89 c p3 +1039.69 422.60 0.89 c p3 +1051.97 444.29 0.89 c p3 +1041.59 401.55 0.89 c p3 +1042.93 392.96 0.89 c p3 +1046.71 385.69 0.89 c p3 +1041.35 455.35 0.89 c p3 +1036.56 318.73 0.89 c p3 +1044.10 318.73 0.89 c p3 +1052.77 402.74 0.89 c p3 +1044.87 424.89 0.89 c p3 +1050.32 363.25 0.89 c p3 +1036.09 318.73 0.89 c p3 +1034.96 422.75 0.89 c p3 +1053.90 479.58 0.89 c p3 +1043.03 458.60 0.89 c p3 +1040.73 429.51 0.89 c p3 +1036.34 464.72 0.89 c p3 +1047.96 447.00 0.89 c p3 +1044.12 466.97 0.89 c p3 +1036.84 457.02 0.89 c p3 +1049.39 474.27 0.89 c p3 +1052.43 416.09 0.89 c p3 +1048.00 418.48 0.89 c p3 +1048.99 429.96 0.89 c p3 +1042.48 422.86 0.89 c p3 +1034.30 429.33 0.89 c p3 +1050.41 318.73 0.89 c p3 +1053.35 444.11 0.89 c p3 +1042.21 420.24 0.89 c p3 +1043.34 427.12 0.89 c p3 +1043.78 430.24 0.89 c p3 +1044.78 443.61 0.89 c p3 +1052.10 399.34 0.89 c p3 +1043.92 452.01 0.89 c p3 +1045.94 431.05 0.89 c p3 +1046.98 395.22 0.89 c p3 +1050.80 438.09 0.89 c p3 +1052.03 435.63 0.89 c p3 +1047.25 432.30 0.89 c p3 +1040.33 421.71 0.89 c p3 +1051.75 457.81 0.89 c p3 +1046.93 418.49 0.89 c p3 +1042.11 481.90 0.89 c p3 +1033.37 434.78 0.89 c p3 +1034.98 395.78 0.89 c p3 +1036.76 396.81 0.89 c p3 +1047.60 341.91 0.89 c p3 +1042.35 423.98 0.89 c p3 +1047.98 403.04 0.89 c p3 +1042.00 432.87 0.89 c p3 +1047.41 382.96 0.89 c p3 +1048.91 379.70 0.89 c p3 +1047.46 405.18 0.89 c p3 +1049.00 392.27 0.89 c p3 +1043.31 353.21 0.89 c p3 +1047.26 436.47 0.89 c p3 +1051.97 342.75 0.89 c p3 +1034.30 415.94 0.89 c p3 +1053.06 431.88 0.89 c p3 +1043.96 388.79 0.89 c p3 +1038.68 448.05 0.89 c p3 +1041.47 360.01 0.89 c p3 +1038.91 349.83 0.89 c p3 +1042.05 318.73 0.89 c p3 +1052.72 371.53 0.89 c p3 +1045.23 318.73 0.89 c p3 +1045.82 457.76 0.89 c p3 +1044.94 358.28 0.89 c p3 +1046.02 327.51 0.89 c p3 +1051.17 318.73 0.89 c p3 +1042.99 415.36 0.89 c p3 +1046.14 327.72 0.89 c p3 +1050.17 388.27 0.89 c p3 +1047.02 426.76 0.89 c p3 +1051.43 318.73 0.89 c p3 +1051.59 449.31 0.89 c p3 +1037.67 457.64 0.89 c p3 +1041.66 442.63 0.89 c p3 +1050.19 422.38 0.89 c p3 +1050.25 440.20 0.89 c p3 +1035.37 434.56 0.89 c p3 +1034.92 421.72 0.89 c p3 +1050.46 354.86 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +64.40 432.82 m +0 82.28 l +o +np +64.40 341.91 m +0 -23.18 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 61.82 432.82 m +0 -90.91 l +5.16 0 l +0 90.91 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +61.82 411.89 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +115.94 433.91 m +0 91.40 l +o +np +115.94 342.10 m +0 -23.37 l +o +1 setlinecap +np + 113.36 433.91 m +0 -91.81 l +5.15 0 l +0 91.81 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +113.36 407.45 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +167.47 432.96 m +0 78.86 l +o +np +167.47 342.75 m +0 -24.02 l +o +1 setlinecap +np + 164.90 432.96 m +0 -90.21 l +5.15 0 l +0 90.21 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +164.90 407.95 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +219.01 434.16 m +0 82.50 l +o +np +219.01 349.41 m +0 -30.68 l +o +1 setlinecap +np + 216.43 434.16 m +0 -84.75 l +5.16 0 l +0 84.75 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +216.43 408.75 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +270.55 433.06 m +0 85.44 l +o +np +270.55 342.10 m +0 -23.37 l +o +1 setlinecap +np + 267.97 433.06 m +0 -90.96 l +5.15 0 l +0 90.96 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +267.97 408.05 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +322.08 436.45 m +0 71.45 l +o +np +322.08 354.86 m +0 -36.13 l +o +1 setlinecap +np + 319.51 436.45 m +0 -81.59 l +5.15 0 l +0 81.59 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +319.51 401.24 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +373.62 436.43 m +0 75.08 l +o +np +373.62 347.63 m +0 -28.90 l +o +1 setlinecap +np + 371.04 436.43 m +0 -88.80 l +5.16 0 l +0 88.80 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +371.04 402.71 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +425.16 436.77 m +0 71.35 l +o +np +425.16 348.43 m +0 -29.70 l +o +1 setlinecap +np + 422.58 436.77 m +0 -88.34 l +5.15 0 l +0 88.34 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +422.58 404.03 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +476.69 435.99 m +0 70.78 l +o +np +476.69 343.76 m +0 -25.03 l +o +1 setlinecap +np + 474.12 435.99 m +0 -92.23 l +5.15 0 l +0 92.23 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +474.12 401.85 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +528.23 437.01 m +0 79.60 l +o +np +528.23 344.52 m +0 -25.79 l +o +1 setlinecap +np + 525.65 437.01 m +0 -92.49 l +5.16 0 l +0 92.49 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +525.65 403.46 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +579.77 436.54 m +0 77.19 l +o +np +579.77 349.41 m +0 -30.68 l +o +1 setlinecap +np + 577.19 436.54 m +0 -87.13 l +5.15 0 l +0 87.13 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +577.19 404.58 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +631.30 435.60 m +0 74.48 l +o +np +631.30 342.75 m +0 -24.02 l +o +1 setlinecap +np + 628.73 435.60 m +0 -92.85 l +5.15 0 l +0 92.85 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +628.73 405.69 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +682.84 434.77 m +0 68.68 l +o +np +682.84 342.75 m +0 -24.02 l +o +1 setlinecap +np + 680.26 434.77 m +0 -92.02 l +5.16 0 l +0 92.02 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +680.26 404.58 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +734.38 437.11 m +0 78.85 l +o +np +734.38 342.75 m +0 -24.02 l +o +1 setlinecap +np + 731.80 437.11 m +0 -94.36 l +5.15 0 l +0 94.36 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +731.80 410.45 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +785.91 434.95 m +0 74.60 l +o +np +785.91 342.75 m +0 -24.02 l +o +1 setlinecap +np + 783.34 434.95 m +0 -92.20 l +5.15 0 l +0 92.20 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +783.34 404.77 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +837.45 435.74 m +0 73.26 l +o +np +837.45 342.10 m +0 -23.37 l +o +1 setlinecap +np + 834.87 435.74 m +0 -93.64 l +5.16 0 l +0 93.64 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +834.87 397.27 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +888.99 434.60 m +0 79.97 l +o +np +888.99 341.91 m +0 -23.18 l +o +1 setlinecap +np + 886.41 434.60 m +0 -92.69 l +5.15 0 l +0 92.69 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +886.41 401.37 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +940.52 434.86 m +0 71.39 l +o +np +940.52 342.10 m +0 -23.37 l +o +1 setlinecap +np + 937.95 434.86 m +0 -92.76 l +5.15 0 l +0 92.76 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +937.95 403.66 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +992.06 434.43 m +0 77.06 l +o +np +992.06 347.63 m +0 -28.90 l +o +1 setlinecap +np + 989.48 434.43 m +0 -86.80 l +5.16 0 l +0 86.80 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +989.48 402.98 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1043.60 432.87 m +0 78.72 l +o +np +1043.60 342.75 m +0 -24.02 l +o +1 setlinecap +np + 1041.02 432.87 m +0 -90.12 l +5.16 0 l +0 90.12 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.02 401.55 m +5.16 0 l +o +0.00 0.00 1440.00 576.00 cl +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 535.64 1041.04 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +554.00 541.01 (Batch1) .5 0 t +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +64.40 305.66 m +0 2.74 l +o +np +115.94 305.66 m +0 2.74 l +o +np +167.47 305.66 m +0 2.74 l +o +np +219.01 305.66 m +0 2.74 l +o +np +270.55 305.66 m +0 2.74 l +o +np +322.08 305.66 m +0 2.74 l +o +np +373.62 305.66 m +0 2.74 l +o +np +425.16 305.66 m +0 2.74 l +o +np +476.69 305.66 m +0 2.74 l +o +np +528.23 305.66 m +0 2.74 l +o +np +579.77 305.66 m +0 2.74 l +o +np +631.30 305.66 m +0 2.74 l +o +np +682.84 305.66 m +0 2.74 l +o +np +734.38 305.66 m +0 2.74 l +o +np +785.91 305.66 m +0 2.74 l +o +np +837.45 305.66 m +0 2.74 l +o +np +888.99 305.66 m +0 2.74 l +o +np +940.52 305.66 m +0 2.74 l +o +np +992.06 305.66 m +0 2.74 l +o +np +1043.60 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +70.86 303.47 (Batch1_A_1) 1 90 t +122.40 303.47 (Batch1_A_2) 1 90 t +173.93 303.47 (Batch1_A_3) 1 90 t +225.47 303.47 (Batch1_A_4) 1 90 t +277.01 303.47 (Batch1_A_5) 1 90 t +328.54 303.47 (Batch1_B_10) 1 90 t +380.08 303.47 (Batch1_B_6) 1 90 t +431.62 303.47 (Batch1_B_7) 1 90 t +483.16 303.47 (Batch1_B_8) 1 90 t +534.69 303.47 (Batch1_B_9) 1 90 t +586.23 303.47 (Batch1_C_11) 1 90 t +637.77 303.47 (Batch1_C_12) 1 90 t +689.30 303.47 (Batch1_C_13) 1 90 t +740.84 303.47 (Batch1_C_14) 1 90 t +792.38 303.47 (Batch1_C_15) 1 90 t +843.91 303.47 (Batch1_D_16) 1 90 t +895.45 303.47 (Batch1_D_17) 1 90 t +946.99 303.47 (Batch1_D_18) 1 90 t +998.52 303.47 (Batch1_D_19) 1 90 t +1050.06 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 349.77 (15) 1 0 t +28.55 400.60 (20) 1 0 t +28.55 451.43 (25) 1 0 t +28.55 502.26 (30) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 353.00 m +2.74 0 l +o +np +30.74 403.83 m +2.74 0 l +o +np +30.74 454.66 m +2.74 0 l +o +np +30.74 505.49 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +554.00 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 33.48 80.32 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 62.43 m +46.84 0 l +o +np +33.48 107.68 m +46.84 0 l +o +np +33.48 152.92 m +46.84 0 l +o +np +38.13 33.48 m +0 139.35 l +o +np +48.09 33.48 m +0 139.35 l +o +np +58.04 33.48 m +0 139.35 l +o +np +68.00 33.48 m +0 139.35 l +o +np +77.95 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 39.81 m +46.84 0 l +o +np +33.48 85.06 m +46.84 0 l +o +np +33.48 130.30 m +46.84 0 l +o +np +43.11 33.48 m +0 139.35 l +o +np +53.07 33.48 m +0 139.35 l +o +np +63.02 33.48 m +0 139.35 l +o +np +72.98 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +35.61 39.81 2.13 117.63 r p3 +37.74 39.81 2.13 27.15 r p3 +39.86 39.81 2.13 40.72 r p3 +41.99 39.81 2.13 22.62 r p3 +44.12 39.81 2.13 22.62 r p3 +46.25 39.81 2.13 22.62 r p3 +48.38 39.81 2.13 18.10 r p3 +50.51 39.81 2.13 36.20 r p3 +52.64 39.81 2.13 22.62 r p3 +54.77 39.81 2.13 90.49 r p3 +56.90 39.81 2.13 81.44 r p3 +59.03 39.81 2.13 45.24 r p3 +61.16 39.81 2.13 22.62 r p3 +63.29 39.81 2.13 27.15 r p3 +65.42 39.81 2.13 31.67 r p3 +67.55 39.81 2.13 13.57 r p3 +69.68 39.81 2.13 4.52 r p3 +71.81 39.81 2.13 4.52 r p3 +73.94 39.81 2.13 4.52 r p3 +76.06 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +85.80 33.48 132.65 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +85.80 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +85.80 62.43 m +46.85 0 l +o +np +85.80 107.68 m +46.85 0 l +o +np +85.80 152.92 m +46.85 0 l +o +np +90.46 33.48 m +0 139.35 l +o +np +100.42 33.48 m +0 139.35 l +o +np +110.37 33.48 m +0 139.35 l +o +np +120.32 33.48 m +0 139.35 l +o +np +130.28 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +85.80 39.81 m +46.85 0 l +o +np +85.80 85.06 m +46.85 0 l +o +np +85.80 130.30 m +46.85 0 l +o +np +95.44 33.48 m +0 139.35 l +o +np +105.39 33.48 m +0 139.35 l +o +np +115.35 33.48 m +0 139.35 l +o +np +125.30 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +87.93 39.81 2.13 126.68 r p3 +90.06 39.81 2.13 22.62 r p3 +92.19 39.81 2.13 22.62 r p3 +94.32 39.81 2.13 22.62 r p3 +96.45 39.81 2.13 36.20 r p3 +98.58 39.81 2.13 36.20 r p3 +100.71 39.81 2.13 13.57 r p3 +102.84 39.81 2.13 36.20 r p3 +104.97 39.81 2.13 36.20 r p3 +107.10 39.81 2.13 67.87 r p3 +109.23 39.81 2.13 76.92 r p3 +111.36 39.81 2.13 49.77 r p3 +113.48 39.81 2.13 18.10 r p3 +115.61 39.81 2.13 27.15 r p3 +117.74 39.81 2.13 27.15 r p3 +119.87 39.81 2.13 18.10 r p3 +122.00 39.81 2.13 9.05 r p3 +124.13 39.81 2.13 0.00 r p3 +126.26 39.81 2.13 4.52 r p3 +128.39 39.81 2.13 4.52 r p3 +0.00 0.00 1440.00 576.00 cl +138.13 33.48 184.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +138.13 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +138.13 62.43 m +46.85 0 l +o +np +138.13 107.68 m +46.85 0 l +o +np +138.13 152.92 m +46.85 0 l +o +np +142.79 33.48 m +0 139.35 l +o +np +152.74 33.48 m +0 139.35 l +o +np +162.70 33.48 m +0 139.35 l +o +np +172.65 33.48 m +0 139.35 l +o +np +182.61 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +138.13 39.81 m +46.85 0 l +o +np +138.13 85.06 m +46.85 0 l +o +np +138.13 130.30 m +46.85 0 l +o +np +147.76 33.48 m +0 139.35 l +o +np +157.72 33.48 m +0 139.35 l +o +np +167.67 33.48 m +0 139.35 l +o +np +177.63 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +140.26 39.81 2.13 117.63 r p3 +142.39 39.81 2.13 18.10 r p3 +144.52 39.81 2.13 49.77 r p3 +146.65 39.81 2.13 31.67 r p3 +148.78 39.81 2.13 18.10 r p3 +150.91 39.81 2.13 22.62 r p3 +153.03 39.81 2.13 13.57 r p3 +155.16 39.81 2.13 40.72 r p3 +157.29 39.81 2.13 36.20 r p3 +159.42 39.81 2.13 63.34 r p3 +161.55 39.81 2.13 90.49 r p3 +163.68 39.81 2.13 45.24 r p3 +165.81 39.81 2.13 22.62 r p3 +167.94 39.81 2.13 31.67 r p3 +170.07 39.81 2.13 36.20 r p3 +172.20 39.81 2.13 9.05 r p3 +174.33 39.81 2.13 4.52 r p3 +176.46 39.81 2.13 0.00 r p3 +178.59 39.81 2.13 4.52 r p3 +180.72 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +190.46 33.48 237.30 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +190.46 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +190.46 62.43 m +46.84 0 l +o +np +190.46 107.68 m +46.84 0 l +o +np +190.46 152.92 m +46.84 0 l +o +np +195.11 33.48 m +0 139.35 l +o +np +205.07 33.48 m +0 139.35 l +o +np +215.02 33.48 m +0 139.35 l +o +np +224.98 33.48 m +0 139.35 l +o +np +234.93 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +190.46 39.81 m +46.84 0 l +o +np +190.46 85.06 m +46.84 0 l +o +np +190.46 130.30 m +46.84 0 l +o +np +200.09 33.48 m +0 139.35 l +o +np +210.04 33.48 m +0 139.35 l +o +np +220.00 33.48 m +0 139.35 l +o +np +229.95 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +192.58 39.81 2.13 122.16 r p3 +194.71 39.81 2.13 27.15 r p3 +196.84 39.81 2.13 13.57 r p3 +198.97 39.81 2.13 31.67 r p3 +201.10 39.81 2.13 13.57 r p3 +203.23 39.81 2.13 36.20 r p3 +205.36 39.81 2.13 18.10 r p3 +207.49 39.81 2.13 36.20 r p3 +209.62 39.81 2.13 40.72 r p3 +211.75 39.81 2.13 76.92 r p3 +213.88 39.81 2.13 76.92 r p3 +216.01 39.81 2.13 54.29 r p3 +218.14 39.81 2.13 18.10 r p3 +220.27 39.81 2.13 27.15 r p3 +222.40 39.81 2.13 31.67 r p3 +224.53 39.81 2.13 18.10 r p3 +226.65 39.81 2.13 0.00 r p3 +228.78 39.81 2.13 9.05 r p3 +230.91 39.81 2.13 4.52 r p3 +233.04 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +242.78 33.48 289.63 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +242.78 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +242.78 62.43 m +46.85 0 l +o +np +242.78 107.68 m +46.85 0 l +o +np +242.78 152.92 m +46.85 0 l +o +np +247.44 33.48 m +0 139.35 l +o +np +257.39 33.48 m +0 139.35 l +o +np +267.35 33.48 m +0 139.35 l +o +np +277.30 33.48 m +0 139.35 l +o +np +287.26 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +242.78 39.81 m +46.85 0 l +o +np +242.78 85.06 m +46.85 0 l +o +np +242.78 130.30 m +46.85 0 l +o +np +252.42 33.48 m +0 139.35 l +o +np +262.37 33.48 m +0 139.35 l +o +np +272.33 33.48 m +0 139.35 l +o +np +282.28 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +244.91 39.81 2.13 117.63 r p3 +247.04 39.81 2.13 27.15 r p3 +249.17 39.81 2.13 31.67 r p3 +251.30 39.81 2.13 36.20 r p3 +253.43 39.81 2.13 27.15 r p3 +255.56 39.81 2.13 18.10 r p3 +257.69 39.81 2.13 27.15 r p3 +259.82 39.81 2.13 27.15 r p3 +261.95 39.81 2.13 49.77 r p3 +264.08 39.81 2.13 45.24 r p3 +266.20 39.81 2.13 95.01 r p3 +268.33 39.81 2.13 45.24 r p3 +270.46 39.81 2.13 18.10 r p3 +272.59 39.81 2.13 31.67 r p3 +274.72 39.81 2.13 36.20 r p3 +276.85 39.81 2.13 9.05 r p3 +278.98 39.81 2.13 4.52 r p3 +281.11 39.81 2.13 4.52 r p3 +283.24 39.81 2.13 4.52 r p3 +285.37 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +295.11 33.48 341.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +295.11 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +295.11 62.43 m +46.84 0 l +o +np +295.11 107.68 m +46.84 0 l +o +np +295.11 152.92 m +46.84 0 l +o +np +299.77 33.48 m +0 139.35 l +o +np +309.72 33.48 m +0 139.35 l +o +np +319.67 33.48 m +0 139.35 l +o +np +329.63 33.48 m +0 139.35 l +o +np +339.58 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +295.11 39.81 m +46.84 0 l +o +np +295.11 85.06 m +46.84 0 l +o +np +295.11 130.30 m +46.84 0 l +o +np +304.74 33.48 m +0 139.35 l +o +np +314.70 33.48 m +0 139.35 l +o +np +324.65 33.48 m +0 139.35 l +o +np +334.61 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +297.24 39.81 2.13 117.63 r p3 +299.37 39.81 2.13 18.10 r p3 +301.50 39.81 2.13 18.10 r p3 +303.63 39.81 2.13 31.67 r p3 +305.75 39.81 2.13 18.10 r p3 +307.88 39.81 2.13 31.67 r p3 +310.01 39.81 2.13 45.24 r p3 +312.14 39.81 2.13 49.77 r p3 +314.27 39.81 2.13 27.15 r p3 +316.40 39.81 2.13 45.24 r p3 +318.53 39.81 2.13 76.92 r p3 +320.66 39.81 2.13 54.29 r p3 +322.79 39.81 2.13 27.15 r p3 +324.92 39.81 2.13 31.67 r p3 +327.05 39.81 2.13 27.15 r p3 +329.18 39.81 2.13 22.62 r p3 +331.31 39.81 2.13 9.05 r p3 +333.44 39.81 2.13 4.52 r p3 +335.57 39.81 2.13 0.00 r p3 +337.70 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +347.43 33.48 394.28 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +347.43 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +347.43 62.43 m +46.85 0 l +o +np +347.43 107.68 m +46.85 0 l +o +np +347.43 152.92 m +46.85 0 l +o +np +352.09 33.48 m +0 139.35 l +o +np +362.05 33.48 m +0 139.35 l +o +np +372.00 33.48 m +0 139.35 l +o +np +381.96 33.48 m +0 139.35 l +o +np +391.91 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +347.43 39.81 m +46.85 0 l +o +np +347.43 85.06 m +46.85 0 l +o +np +347.43 130.30 m +46.85 0 l +o +np +357.07 33.48 m +0 139.35 l +o +np +367.02 33.48 m +0 139.35 l +o +np +376.98 33.48 m +0 139.35 l +o +np +386.93 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +349.56 39.81 2.13 117.63 r p3 +351.69 39.81 2.13 22.62 r p3 +353.82 39.81 2.13 18.10 r p3 +355.95 39.81 2.13 36.20 r p3 +358.08 39.81 2.13 9.05 r p3 +360.21 39.81 2.13 31.67 r p3 +362.34 39.81 2.13 49.77 r p3 +364.47 39.81 2.13 36.20 r p3 +366.60 39.81 2.13 40.72 r p3 +368.73 39.81 2.13 49.77 r p3 +370.86 39.81 2.13 67.87 r p3 +372.99 39.81 2.13 58.82 r p3 +375.12 39.81 2.13 27.15 r p3 +377.25 39.81 2.13 36.20 r p3 +379.37 39.81 2.13 22.62 r p3 +381.50 39.81 2.13 22.62 r p3 +383.63 39.81 2.13 0.00 r p3 +385.76 39.81 2.13 4.52 r p3 +387.89 39.81 2.13 4.52 r p3 +390.02 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +399.76 33.48 446.61 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +399.76 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +399.76 62.43 m +46.85 0 l +o +np +399.76 107.68 m +46.85 0 l +o +np +399.76 152.92 m +46.85 0 l +o +np +404.42 33.48 m +0 139.35 l +o +np +414.37 33.48 m +0 139.35 l +o +np +424.33 33.48 m +0 139.35 l +o +np +434.28 33.48 m +0 139.35 l +o +np +444.24 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +399.76 39.81 m +46.85 0 l +o +np +399.76 85.06 m +46.85 0 l +o +np +399.76 130.30 m +46.85 0 l +o +np +409.39 33.48 m +0 139.35 l +o +np +419.35 33.48 m +0 139.35 l +o +np +429.30 33.48 m +0 139.35 l +o +np +439.26 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +401.89 39.81 2.13 108.59 r p3 +404.02 39.81 2.13 31.67 r p3 +406.15 39.81 2.13 18.10 r p3 +408.28 39.81 2.13 27.15 r p3 +410.41 39.81 2.13 18.10 r p3 +412.54 39.81 2.13 36.20 r p3 +414.67 39.81 2.13 31.67 r p3 +416.80 39.81 2.13 45.24 r p3 +418.92 39.81 2.13 40.72 r p3 +421.05 39.81 2.13 49.77 r p3 +423.18 39.81 2.13 67.87 r p3 +425.31 39.81 2.13 63.34 r p3 +427.44 39.81 2.13 27.15 r p3 +429.57 39.81 2.13 27.15 r p3 +431.70 39.81 2.13 27.15 r p3 +433.83 39.81 2.13 18.10 r p3 +435.96 39.81 2.13 9.05 r p3 +438.09 39.81 2.13 9.05 r p3 +440.22 39.81 2.13 0.00 r p3 +442.35 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +452.09 33.48 498.93 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +452.09 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +452.09 62.43 m +46.84 0 l +o +np +452.09 107.68 m +46.84 0 l +o +np +452.09 152.92 m +46.84 0 l +o +np +456.74 33.48 m +0 139.35 l +o +np +466.70 33.48 m +0 139.35 l +o +np +476.65 33.48 m +0 139.35 l +o +np +486.61 33.48 m +0 139.35 l +o +np +496.56 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +452.09 39.81 m +46.84 0 l +o +np +452.09 85.06 m +46.84 0 l +o +np +452.09 130.30 m +46.84 0 l +o +np +461.72 33.48 m +0 139.35 l +o +np +471.68 33.48 m +0 139.35 l +o +np +481.63 33.48 m +0 139.35 l +o +np +491.59 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +454.22 39.81 2.13 117.63 r p3 +456.34 39.81 2.13 13.57 r p3 +458.47 39.81 2.13 36.20 r p3 +460.60 39.81 2.13 18.10 r p3 +462.73 39.81 2.13 22.62 r p3 +464.86 39.81 2.13 31.67 r p3 +466.99 39.81 2.13 45.24 r p3 +469.12 39.81 2.13 40.72 r p3 +471.25 39.81 2.13 36.20 r p3 +473.38 39.81 2.13 40.72 r p3 +475.51 39.81 2.13 67.87 r p3 +477.64 39.81 2.13 67.87 r p3 +479.77 39.81 2.13 18.10 r p3 +481.90 39.81 2.13 45.24 r p3 +484.03 39.81 2.13 27.15 r p3 +486.16 39.81 2.13 13.57 r p3 +488.29 39.81 2.13 9.05 r p3 +490.42 39.81 2.13 4.52 r p3 +492.54 39.81 2.13 0.00 r p3 +494.67 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +504.41 33.48 551.26 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +504.41 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +504.41 62.43 m +46.85 0 l +o +np +504.41 107.68 m +46.85 0 l +o +np +504.41 152.92 m +46.85 0 l +o +np +509.07 33.48 m +0 139.35 l +o +np +519.02 33.48 m +0 139.35 l +o +np +528.98 33.48 m +0 139.35 l +o +np +538.93 33.48 m +0 139.35 l +o +np +548.89 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +504.41 39.81 m +46.85 0 l +o +np +504.41 85.06 m +46.85 0 l +o +np +504.41 130.30 m +46.85 0 l +o +np +514.05 33.48 m +0 139.35 l +o +np +524.00 33.48 m +0 139.35 l +o +np +533.96 33.48 m +0 139.35 l +o +np +543.91 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +506.54 39.81 2.13 117.63 r p3 +508.67 39.81 2.13 18.10 r p3 +510.80 39.81 2.13 36.20 r p3 +512.93 39.81 2.13 18.10 r p3 +515.06 39.81 2.13 13.57 r p3 +517.19 39.81 2.13 40.72 r p3 +519.32 39.81 2.13 45.24 r p3 +521.45 39.81 2.13 31.67 r p3 +523.58 39.81 2.13 36.20 r p3 +525.71 39.81 2.13 49.77 r p3 +527.84 39.81 2.13 67.87 r p3 +529.96 39.81 2.13 63.34 r p3 +532.09 39.81 2.13 22.62 r p3 +534.22 39.81 2.13 36.20 r p3 +536.35 39.81 2.13 22.62 r p3 +538.48 39.81 2.13 22.62 r p3 +540.61 39.81 2.13 4.52 r p3 +542.74 39.81 2.13 4.52 r p3 +544.87 39.81 2.13 4.52 r p3 +547.00 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +556.74 33.48 603.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +556.74 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +556.74 62.43 m +46.85 0 l +o +np +556.74 107.68 m +46.85 0 l +o +np +556.74 152.92 m +46.85 0 l +o +np +561.40 33.48 m +0 139.35 l +o +np +571.35 33.48 m +0 139.35 l +o +np +581.31 33.48 m +0 139.35 l +o +np +591.26 33.48 m +0 139.35 l +o +np +601.22 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +556.74 39.81 m +46.85 0 l +o +np +556.74 85.06 m +46.85 0 l +o +np +556.74 130.30 m +46.85 0 l +o +np +566.37 33.48 m +0 139.35 l +o +np +576.33 33.48 m +0 139.35 l +o +np +586.28 33.48 m +0 139.35 l +o +np +596.24 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +558.87 39.81 2.13 122.16 r p3 +561.00 39.81 2.13 22.62 r p3 +563.13 39.81 2.13 18.10 r p3 +565.26 39.81 2.13 27.15 r p3 +567.39 39.81 2.13 40.72 r p3 +569.51 39.81 2.13 49.77 r p3 +571.64 39.81 2.13 18.10 r p3 +573.77 39.81 2.13 18.10 r p3 +575.90 39.81 2.13 58.82 r p3 +578.03 39.81 2.13 49.77 r p3 +580.16 39.81 2.13 54.29 r p3 +582.29 39.81 2.13 36.20 r p3 +584.42 39.81 2.13 54.29 r p3 +586.55 39.81 2.13 18.10 r p3 +588.68 39.81 2.13 31.67 r p3 +590.81 39.81 2.13 9.05 r p3 +592.94 39.81 2.13 13.57 r p3 +595.07 39.81 2.13 4.52 r p3 +597.20 39.81 2.13 9.05 r p3 +599.33 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +609.06 33.48 655.91 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +609.06 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +609.06 62.43 m +46.85 0 l +o +np +609.06 107.68 m +46.85 0 l +o +np +609.06 152.92 m +46.85 0 l +o +np +613.72 33.48 m +0 139.35 l +o +np +623.68 33.48 m +0 139.35 l +o +np +633.63 33.48 m +0 139.35 l +o +np +643.59 33.48 m +0 139.35 l +o +np +653.54 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +609.06 39.81 m +46.85 0 l +o +np +609.06 85.06 m +46.85 0 l +o +np +609.06 130.30 m +46.85 0 l +o +np +618.70 33.48 m +0 139.35 l +o +np +628.65 33.48 m +0 139.35 l +o +np +638.61 33.48 m +0 139.35 l +o +np +648.56 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +611.19 39.81 2.13 126.68 r p3 +613.32 39.81 2.13 18.10 r p3 +615.45 39.81 2.13 27.15 r p3 +617.58 39.81 2.13 36.20 r p3 +619.71 39.81 2.13 36.20 r p3 +621.84 39.81 2.13 22.62 r p3 +623.97 39.81 2.13 22.62 r p3 +626.10 39.81 2.13 27.15 r p3 +628.23 39.81 2.13 49.77 r p3 +630.36 39.81 2.13 49.77 r p3 +632.49 39.81 2.13 67.87 r p3 +634.62 39.81 2.13 49.77 r p3 +636.75 39.81 2.13 31.67 r p3 +638.88 39.81 2.13 22.62 r p3 +641.01 39.81 2.13 31.67 r p3 +643.13 39.81 2.13 22.62 r p3 +645.26 39.81 2.13 4.52 r p3 +647.39 39.81 2.13 9.05 r p3 +649.52 39.81 2.13 0.00 r p3 +651.65 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +661.39 33.48 708.24 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +661.39 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +661.39 62.43 m +46.85 0 l +o +np +661.39 107.68 m +46.85 0 l +o +np +661.39 152.92 m +46.85 0 l +o +np +666.05 33.48 m +0 139.35 l +o +np +676.00 33.48 m +0 139.35 l +o +np +685.96 33.48 m +0 139.35 l +o +np +695.91 33.48 m +0 139.35 l +o +np +705.87 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +661.39 39.81 m +46.85 0 l +o +np +661.39 85.06 m +46.85 0 l +o +np +661.39 130.30 m +46.85 0 l +o +np +671.03 33.48 m +0 139.35 l +o +np +680.98 33.48 m +0 139.35 l +o +np +690.94 33.48 m +0 139.35 l +o +np +700.89 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +663.52 39.81 2.13 122.16 r p3 +665.65 39.81 2.13 22.62 r p3 +667.78 39.81 2.13 27.15 r p3 +669.91 39.81 2.13 22.62 r p3 +672.04 39.81 2.13 49.77 r p3 +674.17 39.81 2.13 31.67 r p3 +676.30 39.81 2.13 4.52 r p3 +678.43 39.81 2.13 36.20 r p3 +680.56 39.81 2.13 45.24 r p3 +682.68 39.81 2.13 45.24 r p3 +684.81 39.81 2.13 81.44 r p3 +686.94 39.81 2.13 58.82 r p3 +689.07 39.81 2.13 13.57 r p3 +691.20 39.81 2.13 27.15 r p3 +693.33 39.81 2.13 31.67 r p3 +695.46 39.81 2.13 22.62 r p3 +697.59 39.81 2.13 4.52 r p3 +699.72 39.81 2.13 9.05 r p3 +701.85 39.81 2.13 0.00 r p3 +703.98 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +713.72 33.48 760.56 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +713.72 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +713.72 62.43 m +46.84 0 l +o +np +713.72 107.68 m +46.84 0 l +o +np +713.72 152.92 m +46.84 0 l +o +np +718.37 33.48 m +0 139.35 l +o +np +728.33 33.48 m +0 139.35 l +o +np +738.28 33.48 m +0 139.35 l +o +np +748.24 33.48 m +0 139.35 l +o +np +758.19 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +713.72 39.81 m +46.84 0 l +o +np +713.72 85.06 m +46.84 0 l +o +np +713.72 130.30 m +46.84 0 l +o +np +723.35 33.48 m +0 139.35 l +o +np +733.31 33.48 m +0 139.35 l +o +np +743.26 33.48 m +0 139.35 l +o +np +753.22 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +715.85 39.81 2.13 126.68 r p3 +717.98 39.81 2.13 22.62 r p3 +720.11 39.81 2.13 18.10 r p3 +722.23 39.81 2.13 31.67 r p3 +724.36 39.81 2.13 27.15 r p3 +726.49 39.81 2.13 13.57 r p3 +728.62 39.81 2.13 36.20 r p3 +730.75 39.81 2.13 9.05 r p3 +732.88 39.81 2.13 54.29 r p3 +735.01 39.81 2.13 67.87 r p3 +737.14 39.81 2.13 67.87 r p3 +739.27 39.81 2.13 36.20 r p3 +741.40 39.81 2.13 40.72 r p3 +743.53 39.81 2.13 36.20 r p3 +745.66 39.81 2.13 36.20 r p3 +747.79 39.81 2.13 18.10 r p3 +749.92 39.81 2.13 4.52 r p3 +752.05 39.81 2.13 4.52 r p3 +754.18 39.81 2.13 4.52 r p3 +756.30 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +766.04 33.48 812.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +766.04 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +766.04 62.43 m +46.85 0 l +o +np +766.04 107.68 m +46.85 0 l +o +np +766.04 152.92 m +46.85 0 l +o +np +770.70 33.48 m +0 139.35 l +o +np +780.66 33.48 m +0 139.35 l +o +np +790.61 33.48 m +0 139.35 l +o +np +800.56 33.48 m +0 139.35 l +o +np +810.52 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +766.04 39.81 m +46.85 0 l +o +np +766.04 85.06 m +46.85 0 l +o +np +766.04 130.30 m +46.85 0 l +o +np +775.68 33.48 m +0 139.35 l +o +np +785.63 33.48 m +0 139.35 l +o +np +795.59 33.48 m +0 139.35 l +o +np +805.54 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +768.17 39.81 2.13 117.63 r p3 +770.30 39.81 2.13 31.67 r p3 +772.43 39.81 2.13 18.10 r p3 +774.56 39.81 2.13 36.20 r p3 +776.69 39.81 2.13 27.15 r p3 +778.82 39.81 2.13 27.15 r p3 +780.95 39.81 2.13 18.10 r p3 +783.08 39.81 2.13 40.72 r p3 +785.21 39.81 2.13 40.72 r p3 +787.34 39.81 2.13 67.87 r p3 +789.47 39.81 2.13 63.34 r p3 +791.60 39.81 2.13 49.77 r p3 +793.73 39.81 2.13 22.62 r p3 +795.85 39.81 2.13 31.67 r p3 +797.98 39.81 2.13 36.20 r p3 +800.11 39.81 2.13 13.57 r p3 +802.24 39.81 2.13 4.52 r p3 +804.37 39.81 2.13 9.05 r p3 +806.50 39.81 2.13 0.00 r p3 +808.63 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +818.37 33.48 865.22 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +818.37 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +818.37 62.43 m +46.85 0 l +o +np +818.37 107.68 m +46.85 0 l +o +np +818.37 152.92 m +46.85 0 l +o +np +823.03 33.48 m +0 139.35 l +o +np +832.98 33.48 m +0 139.35 l +o +np +842.94 33.48 m +0 139.35 l +o +np +852.89 33.48 m +0 139.35 l +o +np +862.85 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +818.37 39.81 m +46.85 0 l +o +np +818.37 85.06 m +46.85 0 l +o +np +818.37 130.30 m +46.85 0 l +o +np +828.00 33.48 m +0 139.35 l +o +np +837.96 33.48 m +0 139.35 l +o +np +847.91 33.48 m +0 139.35 l +o +np +857.87 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +820.50 39.81 2.13 122.16 r p3 +822.63 39.81 2.13 36.20 r p3 +824.76 39.81 2.13 18.10 r p3 +826.89 39.81 2.13 22.62 r p3 +829.02 39.81 2.13 36.20 r p3 +831.15 39.81 2.13 22.62 r p3 +833.27 39.81 2.13 45.24 r p3 +835.40 39.81 2.13 31.67 r p3 +837.53 39.81 2.13 27.15 r p3 +839.66 39.81 2.13 63.34 r p3 +841.79 39.81 2.13 58.82 r p3 +843.92 39.81 2.13 45.24 r p3 +846.05 39.81 2.13 36.20 r p3 +848.18 39.81 2.13 31.67 r p3 +850.31 39.81 2.13 31.67 r p3 +852.44 39.81 2.13 13.57 r p3 +854.57 39.81 2.13 4.52 r p3 +856.70 39.81 2.13 9.05 r p3 +858.83 39.81 2.13 0.00 r p3 +860.96 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +870.70 33.48 917.54 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +870.70 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +870.70 62.43 m +46.84 0 l +o +np +870.70 107.68 m +46.84 0 l +o +np +870.70 152.92 m +46.84 0 l +o +np +875.35 33.48 m +0 139.35 l +o +np +885.31 33.48 m +0 139.35 l +o +np +895.26 33.48 m +0 139.35 l +o +np +905.22 33.48 m +0 139.35 l +o +np +915.17 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +870.70 39.81 m +46.84 0 l +o +np +870.70 85.06 m +46.84 0 l +o +np +870.70 130.30 m +46.84 0 l +o +np +880.33 33.48 m +0 139.35 l +o +np +890.29 33.48 m +0 139.35 l +o +np +900.24 33.48 m +0 139.35 l +o +np +910.19 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +872.82 39.81 2.13 122.16 r p3 +874.95 39.81 2.13 36.20 r p3 +877.08 39.81 2.13 18.10 r p3 +879.21 39.81 2.13 22.62 r p3 +881.34 39.81 2.13 18.10 r p3 +883.47 39.81 2.13 49.77 r p3 +885.60 39.81 2.13 36.20 r p3 +887.73 39.81 2.13 31.67 r p3 +889.86 39.81 2.13 22.62 r p3 +891.99 39.81 2.13 63.34 r p3 +894.12 39.81 2.13 67.87 r p3 +896.25 39.81 2.13 45.24 r p3 +898.38 39.81 2.13 27.15 r p3 +900.51 39.81 2.13 40.72 r p3 +902.64 39.81 2.13 27.15 r p3 +904.77 39.81 2.13 13.57 r p3 +906.90 39.81 2.13 0.00 r p3 +909.02 39.81 2.13 9.05 r p3 +911.15 39.81 2.13 4.52 r p3 +913.28 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +923.02 33.48 969.87 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +923.02 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +923.02 62.43 m +46.85 0 l +o +np +923.02 107.68 m +46.85 0 l +o +np +923.02 152.92 m +46.85 0 l +o +np +927.68 33.48 m +0 139.35 l +o +np +937.63 33.48 m +0 139.35 l +o +np +947.59 33.48 m +0 139.35 l +o +np +957.54 33.48 m +0 139.35 l +o +np +967.50 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +923.02 39.81 m +46.85 0 l +o +np +923.02 85.06 m +46.85 0 l +o +np +923.02 130.30 m +46.85 0 l +o +np +932.66 33.48 m +0 139.35 l +o +np +942.61 33.48 m +0 139.35 l +o +np +952.57 33.48 m +0 139.35 l +o +np +962.52 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +925.15 39.81 2.13 122.16 r p3 +927.28 39.81 2.13 31.67 r p3 +929.41 39.81 2.13 18.10 r p3 +931.54 39.81 2.13 31.67 r p3 +933.67 39.81 2.13 9.05 r p3 +935.80 39.81 2.13 36.20 r p3 +937.93 39.81 2.13 31.67 r p3 +940.06 39.81 2.13 40.72 r p3 +942.19 39.81 2.13 45.24 r p3 +944.32 39.81 2.13 58.82 r p3 +946.44 39.81 2.13 63.34 r p3 +948.57 39.81 2.13 58.82 r p3 +950.70 39.81 2.13 18.10 r p3 +952.83 39.81 2.13 36.20 r p3 +954.96 39.81 2.13 27.15 r p3 +957.09 39.81 2.13 13.57 r p3 +959.22 39.81 2.13 9.05 r p3 +961.35 39.81 2.13 4.52 r p3 +963.48 39.81 2.13 0.00 r p3 +965.61 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +975.35 33.48 1022.19 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +975.35 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +975.35 62.43 m +46.84 0 l +o +np +975.35 107.68 m +46.84 0 l +o +np +975.35 152.92 m +46.84 0 l +o +np +980.01 33.48 m +0 139.35 l +o +np +989.96 33.48 m +0 139.35 l +o +np +999.91 33.48 m +0 139.35 l +o +np +1009.87 33.48 m +0 139.35 l +o +np +1019.82 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +975.35 39.81 m +46.84 0 l +o +np +975.35 85.06 m +46.84 0 l +o +np +975.35 130.30 m +46.84 0 l +o +np +984.98 33.48 m +0 139.35 l +o +np +994.94 33.48 m +0 139.35 l +o +np +1004.89 33.48 m +0 139.35 l +o +np +1014.85 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +977.48 39.81 2.13 117.63 r p3 +979.61 39.81 2.13 31.67 r p3 +981.74 39.81 2.13 13.57 r p3 +983.87 39.81 2.13 27.15 r p3 +985.99 39.81 2.13 27.15 r p3 +988.12 39.81 2.13 13.57 r p3 +990.25 39.81 2.13 54.29 r p3 +992.38 39.81 2.13 36.20 r p3 +994.51 39.81 2.13 36.20 r p3 +996.64 39.81 2.13 58.82 r p3 +998.77 39.81 2.13 67.87 r p3 +1000.90 39.81 2.13 63.34 r p3 +1003.03 39.81 2.13 13.57 r p3 +1005.16 39.81 2.13 36.20 r p3 +1007.29 39.81 2.13 27.15 r p3 +1009.42 39.81 2.13 18.10 r p3 +1011.55 39.81 2.13 0.00 r p3 +1013.68 39.81 2.13 9.05 r p3 +1015.81 39.81 2.13 4.52 r p3 +1017.94 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1027.67 33.48 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1027.67 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1027.67 62.43 m +46.85 0 l +o +np +1027.67 107.68 m +46.85 0 l +o +np +1027.67 152.92 m +46.85 0 l +o +np +1032.33 33.48 m +0 139.35 l +o +np +1042.29 33.48 m +0 139.35 l +o +np +1052.24 33.48 m +0 139.35 l +o +np +1062.20 33.48 m +0 139.35 l +o +np +1072.15 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +1027.67 39.81 m +46.85 0 l +o +np +1027.67 85.06 m +46.85 0 l +o +np +1027.67 130.30 m +46.85 0 l +o +np +1037.31 33.48 m +0 139.35 l +o +np +1047.26 33.48 m +0 139.35 l +o +np +1057.22 33.48 m +0 139.35 l +o +np +1067.17 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1029.80 39.81 2.13 117.63 r p3 +1031.93 39.81 2.13 31.67 r p3 +1034.06 39.81 2.13 18.10 r p3 +1036.19 39.81 2.13 22.62 r p3 +1038.32 39.81 2.13 22.62 r p3 +1040.45 39.81 2.13 18.10 r p3 +1042.58 39.81 2.13 36.20 r p3 +1044.71 39.81 2.13 63.34 r p3 +1046.84 39.81 2.13 31.67 r p3 +1048.97 39.81 2.13 58.82 r p3 +1051.10 39.81 2.13 72.39 r p3 +1053.23 39.81 2.13 49.77 r p3 +1055.36 39.81 2.13 22.62 r p3 +1057.49 39.81 2.13 27.15 r p3 +1059.61 39.81 2.13 36.20 r p3 +1061.74 39.81 2.13 9.05 r p3 +1063.87 39.81 2.13 9.05 r p3 +1066.00 39.81 2.13 4.52 r p3 +1068.13 39.81 2.13 4.52 r p3 +1070.26 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 172.83 80.32 207.25 cl +33.48 190.04 80.32 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 195.41 (Batch1) .5 0 t +33.48 190.04 80.32 207.25 cl +33.48 172.83 80.32 207.25 cl +33.48 172.83 80.32 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 178.20 (Batch1_A_1) .5 0 t +33.48 172.83 80.32 190.04 cl +33.48 172.83 80.32 207.25 cl +0.00 0.00 1440.00 576.00 cl +85.80 172.83 132.65 207.25 cl +85.80 190.04 132.65 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 195.41 (Batch1) .5 0 t +85.80 190.04 132.65 207.25 cl +85.80 172.83 132.65 207.25 cl +85.80 172.83 132.65 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 178.20 (Batch1_A_2) .5 0 t +85.80 172.83 132.65 190.04 cl +85.80 172.83 132.65 207.25 cl +0.00 0.00 1440.00 576.00 cl +138.13 172.83 184.98 207.25 cl +138.13 190.04 184.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 195.41 (Batch1) .5 0 t +138.13 190.04 184.98 207.25 cl +138.13 172.83 184.98 207.25 cl +138.13 172.83 184.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 178.20 (Batch1_A_3) .5 0 t +138.13 172.83 184.98 190.04 cl +138.13 172.83 184.98 207.25 cl +0.00 0.00 1440.00 576.00 cl +190.46 172.83 237.30 207.25 cl +190.46 190.04 237.30 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 195.41 (Batch1) .5 0 t +190.46 190.04 237.30 207.25 cl +190.46 172.83 237.30 207.25 cl +190.46 172.83 237.30 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 178.20 (Batch1_A_4) .5 0 t +190.46 172.83 237.30 190.04 cl +190.46 172.83 237.30 207.25 cl +0.00 0.00 1440.00 576.00 cl +242.78 172.83 289.63 207.25 cl +242.78 190.04 289.63 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 195.41 (Batch1) .5 0 t +242.78 190.04 289.63 207.25 cl +242.78 172.83 289.63 207.25 cl +242.78 172.83 289.63 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 178.20 (Batch1_A_5) .5 0 t +242.78 172.83 289.63 190.04 cl +242.78 172.83 289.63 207.25 cl +0.00 0.00 1440.00 576.00 cl +295.11 172.83 341.95 207.25 cl +295.11 190.04 341.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 195.41 (Batch1) .5 0 t +295.11 190.04 341.95 207.25 cl +295.11 172.83 341.95 207.25 cl +295.11 172.83 341.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 178.20 (Batch1_B_10) .5 0 t +295.11 172.83 341.95 190.04 cl +295.11 172.83 341.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +347.43 172.83 394.28 207.25 cl +347.43 190.04 394.28 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 195.41 (Batch1) .5 0 t +347.43 190.04 394.28 207.25 cl +347.43 172.83 394.28 207.25 cl +347.43 172.83 394.28 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 178.20 (Batch1_B_6) .5 0 t +347.43 172.83 394.28 190.04 cl +347.43 172.83 394.28 207.25 cl +0.00 0.00 1440.00 576.00 cl +399.76 172.83 446.61 207.25 cl +399.76 190.04 446.61 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 195.41 (Batch1) .5 0 t +399.76 190.04 446.61 207.25 cl +399.76 172.83 446.61 207.25 cl +399.76 172.83 446.61 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 178.20 (Batch1_B_7) .5 0 t +399.76 172.83 446.61 190.04 cl +399.76 172.83 446.61 207.25 cl +0.00 0.00 1440.00 576.00 cl +452.09 172.83 498.93 207.25 cl +452.09 190.04 498.93 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 195.41 (Batch1) .5 0 t +452.09 190.04 498.93 207.25 cl +452.09 172.83 498.93 207.25 cl +452.09 172.83 498.93 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 178.20 (Batch1_B_8) .5 0 t +452.09 172.83 498.93 190.04 cl +452.09 172.83 498.93 207.25 cl +0.00 0.00 1440.00 576.00 cl +504.41 172.83 551.26 207.25 cl +504.41 190.04 551.26 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 195.41 (Batch1) .5 0 t +504.41 190.04 551.26 207.25 cl +504.41 172.83 551.26 207.25 cl +504.41 172.83 551.26 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 178.20 (Batch1_B_9) .5 0 t +504.41 172.83 551.26 190.04 cl +504.41 172.83 551.26 207.25 cl +0.00 0.00 1440.00 576.00 cl +556.74 172.83 603.59 207.25 cl +556.74 190.04 603.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 195.41 (Batch1) .5 0 t +556.74 190.04 603.59 207.25 cl +556.74 172.83 603.59 207.25 cl +556.74 172.83 603.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 178.20 (Batch1_C_11) .5 0 t +556.74 172.83 603.59 190.04 cl +556.74 172.83 603.59 207.25 cl +0.00 0.00 1440.00 576.00 cl +609.06 172.83 655.91 207.25 cl +609.06 190.04 655.91 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 195.41 (Batch1) .5 0 t +609.06 190.04 655.91 207.25 cl +609.06 172.83 655.91 207.25 cl +609.06 172.83 655.91 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 178.20 (Batch1_C_12) .5 0 t +609.06 172.83 655.91 190.04 cl +609.06 172.83 655.91 207.25 cl +0.00 0.00 1440.00 576.00 cl +661.39 172.83 708.24 207.25 cl +661.39 190.04 708.24 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 195.41 (Batch1) .5 0 t +661.39 190.04 708.24 207.25 cl +661.39 172.83 708.24 207.25 cl +661.39 172.83 708.24 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 178.20 (Batch1_C_13) .5 0 t +661.39 172.83 708.24 190.04 cl +661.39 172.83 708.24 207.25 cl +0.00 0.00 1440.00 576.00 cl +713.72 172.83 760.56 207.25 cl +713.72 190.04 760.56 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 195.41 (Batch1) .5 0 t +713.72 190.04 760.56 207.25 cl +713.72 172.83 760.56 207.25 cl +713.72 172.83 760.56 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 178.20 (Batch1_C_14) .5 0 t +713.72 172.83 760.56 190.04 cl +713.72 172.83 760.56 207.25 cl +0.00 0.00 1440.00 576.00 cl +766.04 172.83 812.89 207.25 cl +766.04 190.04 812.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 195.41 (Batch1) .5 0 t +766.04 190.04 812.89 207.25 cl +766.04 172.83 812.89 207.25 cl +766.04 172.83 812.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 178.20 (Batch1_C_15) .5 0 t +766.04 172.83 812.89 190.04 cl +766.04 172.83 812.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +818.37 172.83 865.22 207.25 cl +818.37 190.04 865.22 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 195.41 (Batch1) .5 0 t +818.37 190.04 865.22 207.25 cl +818.37 172.83 865.22 207.25 cl +818.37 172.83 865.22 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 178.20 (Batch1_D_16) .5 0 t +818.37 172.83 865.22 190.04 cl +818.37 172.83 865.22 207.25 cl +0.00 0.00 1440.00 576.00 cl +870.70 172.83 917.54 207.25 cl +870.70 190.04 917.54 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 195.41 (Batch1) .5 0 t +870.70 190.04 917.54 207.25 cl +870.70 172.83 917.54 207.25 cl +870.70 172.83 917.54 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 178.20 (Batch1_D_17) .5 0 t +870.70 172.83 917.54 190.04 cl +870.70 172.83 917.54 207.25 cl +0.00 0.00 1440.00 576.00 cl +923.02 172.83 969.87 207.25 cl +923.02 190.04 969.87 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 195.41 (Batch1) .5 0 t +923.02 190.04 969.87 207.25 cl +923.02 172.83 969.87 207.25 cl +923.02 172.83 969.87 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 178.20 (Batch1_D_18) .5 0 t +923.02 172.83 969.87 190.04 cl +923.02 172.83 969.87 207.25 cl +0.00 0.00 1440.00 576.00 cl +975.35 172.83 1022.19 207.25 cl +975.35 190.04 1022.19 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 195.41 (Batch1) .5 0 t +975.35 190.04 1022.19 207.25 cl +975.35 172.83 1022.19 207.25 cl +975.35 172.83 1022.19 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 178.20 (Batch1_D_19) .5 0 t +975.35 172.83 1022.19 190.04 cl +975.35 172.83 1022.19 207.25 cl +0.00 0.00 1440.00 576.00 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 195.41 (Batch1) .5 0 t +1027.67 190.04 1074.52 207.25 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 178.20 (Batch1_D_20) .5 0 t +1027.67 172.83 1074.52 190.04 cl +1027.67 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +43.11 30.74 m +0 2.74 l +o +np +53.07 30.74 m +0 2.74 l +o +np +63.02 30.74 m +0 2.74 l +o +np +72.98 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +49.57 28.55 (15) 1 90 t +59.53 28.55 (20) 1 90 t +69.48 28.55 (25) 1 90 t +79.44 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +95.44 30.74 m +0 2.74 l +o +np +105.39 30.74 m +0 2.74 l +o +np +115.35 30.74 m +0 2.74 l +o +np +125.30 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +101.90 28.55 (15) 1 90 t +111.85 28.55 (20) 1 90 t +121.81 28.55 (25) 1 90 t +131.76 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +147.76 30.74 m +0 2.74 l +o +np +157.72 30.74 m +0 2.74 l +o +np +167.67 30.74 m +0 2.74 l +o +np +177.63 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +154.23 28.55 (15) 1 90 t +164.18 28.55 (20) 1 90 t +174.14 28.55 (25) 1 90 t +184.09 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +200.09 30.74 m +0 2.74 l +o +np +210.04 30.74 m +0 2.74 l +o +np +220.00 30.74 m +0 2.74 l +o +np +229.95 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +206.55 28.55 (15) 1 90 t +216.51 28.55 (20) 1 90 t +226.46 28.55 (25) 1 90 t +236.42 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +252.42 30.74 m +0 2.74 l +o +np +262.37 30.74 m +0 2.74 l +o +np +272.33 30.74 m +0 2.74 l +o +np +282.28 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +258.88 28.55 (15) 1 90 t +268.83 28.55 (20) 1 90 t +278.79 28.55 (25) 1 90 t +288.74 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +304.74 30.74 m +0 2.74 l +o +np +314.70 30.74 m +0 2.74 l +o +np +324.65 30.74 m +0 2.74 l +o +np +334.61 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +311.20 28.55 (15) 1 90 t +321.16 28.55 (20) 1 90 t +331.11 28.55 (25) 1 90 t +341.07 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +357.07 30.74 m +0 2.74 l +o +np +367.02 30.74 m +0 2.74 l +o +np +376.98 30.74 m +0 2.74 l +o +np +386.93 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +363.53 28.55 (15) 1 90 t +373.49 28.55 (20) 1 90 t +383.44 28.55 (25) 1 90 t +393.40 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +409.39 30.74 m +0 2.74 l +o +np +419.35 30.74 m +0 2.74 l +o +np +429.30 30.74 m +0 2.74 l +o +np +439.26 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +415.86 28.55 (15) 1 90 t +425.81 28.55 (20) 1 90 t +435.77 28.55 (25) 1 90 t +445.72 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +461.72 30.74 m +0 2.74 l +o +np +471.68 30.74 m +0 2.74 l +o +np +481.63 30.74 m +0 2.74 l +o +np +491.59 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +468.18 28.55 (15) 1 90 t +478.14 28.55 (20) 1 90 t +488.09 28.55 (25) 1 90 t +498.05 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +514.05 30.74 m +0 2.74 l +o +np +524.00 30.74 m +0 2.74 l +o +np +533.96 30.74 m +0 2.74 l +o +np +543.91 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +520.51 28.55 (15) 1 90 t +530.46 28.55 (20) 1 90 t +540.42 28.55 (25) 1 90 t +550.37 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +566.37 30.74 m +0 2.74 l +o +np +576.33 30.74 m +0 2.74 l +o +np +586.28 30.74 m +0 2.74 l +o +np +596.24 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +572.84 28.55 (15) 1 90 t +582.79 28.55 (20) 1 90 t +592.74 28.55 (25) 1 90 t +602.70 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +618.70 30.74 m +0 2.74 l +o +np +628.65 30.74 m +0 2.74 l +o +np +638.61 30.74 m +0 2.74 l +o +np +648.56 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +625.16 28.55 (15) 1 90 t +635.12 28.55 (20) 1 90 t +645.07 28.55 (25) 1 90 t +655.03 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +671.03 30.74 m +0 2.74 l +o +np +680.98 30.74 m +0 2.74 l +o +np +690.94 30.74 m +0 2.74 l +o +np +700.89 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +677.49 28.55 (15) 1 90 t +687.44 28.55 (20) 1 90 t +697.40 28.55 (25) 1 90 t +707.35 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +723.35 30.74 m +0 2.74 l +o +np +733.31 30.74 m +0 2.74 l +o +np +743.26 30.74 m +0 2.74 l +o +np +753.22 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +729.81 28.55 (15) 1 90 t +739.77 28.55 (20) 1 90 t +749.72 28.55 (25) 1 90 t +759.68 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +775.68 30.74 m +0 2.74 l +o +np +785.63 30.74 m +0 2.74 l +o +np +795.59 30.74 m +0 2.74 l +o +np +805.54 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +782.14 28.55 (15) 1 90 t +792.09 28.55 (20) 1 90 t +802.05 28.55 (25) 1 90 t +812.00 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +828.00 30.74 m +0 2.74 l +o +np +837.96 30.74 m +0 2.74 l +o +np +847.91 30.74 m +0 2.74 l +o +np +857.87 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +834.47 28.55 (15) 1 90 t +844.42 28.55 (20) 1 90 t +854.38 28.55 (25) 1 90 t +864.33 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +880.33 30.74 m +0 2.74 l +o +np +890.29 30.74 m +0 2.74 l +o +np +900.24 30.74 m +0 2.74 l +o +np +910.19 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +886.79 28.55 (15) 1 90 t +896.75 28.55 (20) 1 90 t +906.70 28.55 (25) 1 90 t +916.66 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +932.66 30.74 m +0 2.74 l +o +np +942.61 30.74 m +0 2.74 l +o +np +952.57 30.74 m +0 2.74 l +o +np +962.52 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +939.12 28.55 (15) 1 90 t +949.07 28.55 (20) 1 90 t +959.03 28.55 (25) 1 90 t +968.98 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +984.98 30.74 m +0 2.74 l +o +np +994.94 30.74 m +0 2.74 l +o +np +1004.89 30.74 m +0 2.74 l +o +np +1014.85 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +991.44 28.55 (15) 1 90 t +1001.40 28.55 (20) 1 90 t +1011.35 28.55 (25) 1 90 t +1021.31 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1037.31 30.74 m +0 2.74 l +o +np +1047.26 30.74 m +0 2.74 l +o +np +1057.22 30.74 m +0 2.74 l +o +np +1067.17 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1043.77 28.55 (15) 1 90 t +1053.73 28.55 (20) 1 90 t +1063.68 28.55 (25) 1 90 t +1073.64 28.55 (30) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 36.58 (0) 1 0 t +28.55 81.82 (10) 1 0 t +28.55 127.07 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 39.81 m +2.74 0 l +o +np +30.74 85.06 m +2.74 0 l +o +np +30.74 130.30 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +539.94 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 103.15 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 215.59 (Histogr) 0 ta +-0.130 (am of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1123.48 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1123.48 309.56 293.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1123.48 344.55 m +293.83 0 l +o +np +1123.48 393.97 m +293.83 0 l +o +np +1123.48 443.39 m +293.83 0 l +o +np +1123.48 492.82 m +293.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1123.48 319.83 m +293.83 0 l +o +np +1123.48 369.26 m +293.83 0 l +o +np +1123.48 418.68 m +293.83 0 l +o +np +1123.48 468.10 m +293.83 0 l +o +np +1123.48 517.53 m +293.83 0 l +o +np +1132.21 309.56 m +0 226.08 l +o +np +1146.76 309.56 m +0 226.08 l +o +np +1161.30 309.56 m +0 226.08 l +o +np +1175.85 309.56 m +0 226.08 l +o +np +1190.40 309.56 m +0 226.08 l +o +np +1204.94 309.56 m +0 226.08 l +o +np +1219.49 309.56 m +0 226.08 l +o +np +1234.03 309.56 m +0 226.08 l +o +np +1248.58 309.56 m +0 226.08 l +o +np +1263.13 309.56 m +0 226.08 l +o +np +1277.67 309.56 m +0 226.08 l +o +np +1292.22 309.56 m +0 226.08 l +o +np +1306.76 309.56 m +0 226.08 l +o +np +1321.31 309.56 m +0 226.08 l +o +np +1335.85 309.56 m +0 226.08 l +o +np +1350.40 309.56 m +0 226.08 l +o +np +1364.95 309.56 m +0 226.08 l +o +np +1379.49 309.56 m +0 226.08 l +o +np +1394.04 309.56 m +0 226.08 l +o +np +1408.58 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1125.67 319.83 13.09 205.53 r p3 +1140.21 319.83 13.09 201.22 r p3 +1154.76 319.83 13.09 201.70 r p3 +1169.30 319.83 13.09 202.48 r p3 +1183.85 319.83 13.09 201.80 r p3 +0.4863 0.6824 0 srgb +1198.40 319.83 13.09 195.18 r p3 +1212.94 319.83 13.09 196.60 r p3 +1227.49 319.83 13.09 197.88 r p3 +1242.03 319.83 13.09 195.77 r p3 +1256.58 319.83 13.09 197.33 r p3 +0 0.7490 0.7686 srgb +1271.13 319.83 13.09 198.42 r p3 +1285.67 319.83 13.09 199.50 r p3 +1300.22 319.83 13.09 198.42 r p3 +1314.76 319.83 13.09 204.13 r p3 +1329.31 319.83 13.09 198.60 r p3 +0.7804 0.4863 1 srgb +1343.85 319.83 13.09 191.31 r p3 +1358.40 319.83 13.09 195.30 r p3 +1372.95 319.83 13.09 197.53 r p3 +1387.49 319.83 13.09 196.87 r p3 +1402.04 319.83 13.09 195.47 r p3 +0.00 0.00 1440.00 576.00 cl +1123.48 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1123.48 78.00 293.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1123.48 124.81 m +293.83 0 l +o +np +1123.48 197.89 m +293.83 0 l +o +np +1123.48 270.96 m +293.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1123.48 88.28 m +293.83 0 l +o +np +1123.48 161.35 m +293.83 0 l +o +np +1123.48 234.43 m +293.83 0 l +o +np +1132.21 78.00 m +0 226.08 l +o +np +1146.76 78.00 m +0 226.08 l +o +np +1161.30 78.00 m +0 226.08 l +o +np +1175.85 78.00 m +0 226.08 l +o +np +1190.40 78.00 m +0 226.08 l +o +np +1204.94 78.00 m +0 226.08 l +o +np +1219.49 78.00 m +0 226.08 l +o +np +1234.03 78.00 m +0 226.08 l +o +np +1248.58 78.00 m +0 226.08 l +o +np +1263.13 78.00 m +0 226.08 l +o +np +1277.67 78.00 m +0 226.08 l +o +np +1292.22 78.00 m +0 226.08 l +o +np +1306.76 78.00 m +0 226.08 l +o +np +1321.31 78.00 m +0 226.08 l +o +np +1335.85 78.00 m +0 226.08 l +o +np +1350.40 78.00 m +0 226.08 l +o +np +1364.95 78.00 m +0 226.08 l +o +np +1379.49 78.00 m +0 226.08 l +o +np +1394.04 78.00 m +0 226.08 l +o +np +1408.58 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1125.67 88.28 13.09 203.10 r p3 +1140.21 88.28 13.09 203.43 r p3 +1154.76 88.28 13.09 202.47 r p3 +1169.30 88.28 13.09 204.51 r p3 +1183.85 88.28 13.09 202.34 r p3 +0.4863 0.6824 0 srgb +1198.40 88.28 13.09 205.30 r p3 +1212.94 88.28 13.09 204.22 r p3 +1227.49 88.28 13.09 205.53 r p3 +1242.03 88.28 13.09 204.45 r p3 +1256.58 88.28 13.09 204.59 r p3 +0 0.7490 0.7686 srgb +1271.13 88.28 13.09 203.47 r p3 +1285.67 88.28 13.09 202.62 r p3 +1300.22 88.28 13.09 202.68 r p3 +1314.76 88.28 13.09 205.49 r p3 +1329.31 88.28 13.09 203.19 r p3 +0.7804 0.4863 1 srgb +1343.85 88.28 13.09 201.71 r p3 +1358.40 88.28 13.09 202.52 r p3 +1372.95 88.28 13.09 202.94 r p3 +1387.49 88.28 13.09 204.02 r p3 +1402.04 88.28 13.09 203.49 r p3 +0.00 0.00 1440.00 576.00 cl +1123.48 535.64 1417.31 552.85 cl +1123.48 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1123.48 535.64 293.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1270.40 541.01 (Batch1) .5 0 t +1123.48 535.64 1417.31 552.85 cl +1123.48 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1132.21 75.26 m +0 2.74 l +o +np +1146.76 75.26 m +0 2.74 l +o +np +1161.30 75.26 m +0 2.74 l +o +np +1175.85 75.26 m +0 2.74 l +o +np +1190.40 75.26 m +0 2.74 l +o +np +1204.94 75.26 m +0 2.74 l +o +np +1219.49 75.26 m +0 2.74 l +o +np +1234.03 75.26 m +0 2.74 l +o +np +1248.58 75.26 m +0 2.74 l +o +np +1263.13 75.26 m +0 2.74 l +o +np +1277.67 75.26 m +0 2.74 l +o +np +1292.22 75.26 m +0 2.74 l +o +np +1306.76 75.26 m +0 2.74 l +o +np +1321.31 75.26 m +0 2.74 l +o +np +1335.85 75.26 m +0 2.74 l +o +np +1350.40 75.26 m +0 2.74 l +o +np +1364.95 75.26 m +0 2.74 l +o +np +1379.49 75.26 m +0 2.74 l +o +np +1394.04 75.26 m +0 2.74 l +o +np +1408.58 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1138.67 73.07 (Batch1_A_1) 1 90 t +1153.22 73.07 (Batch1_A_2) 1 90 t +1167.77 73.07 (Batch1_A_3) 1 90 t +1182.31 73.07 (Batch1_A_4) 1 90 t +1196.86 73.07 (Batch1_A_5) 1 90 t +1211.40 73.07 (Batch1_B_10) 1 90 t +1225.95 73.07 (Batch1_B_6) 1 90 t +1240.50 73.07 (Batch1_B_7) 1 90 t +1255.04 73.07 (Batch1_B_8) 1 90 t +1269.59 73.07 (Batch1_B_9) 1 90 t +1284.13 73.07 (Batch1_C_11) 1 90 t +1298.68 73.07 (Batch1_C_12) 1 90 t +1313.22 73.07 (Batch1_C_13) 1 90 t +1327.77 73.07 (Batch1_C_14) 1 90 t +1342.32 73.07 (Batch1_C_15) 1 90 t +1356.86 73.07 (Batch1_D_16) 1 90 t +1371.41 73.07 (Batch1_D_17) 1 90 t +1385.95 73.07 (Batch1_D_18) 1 90 t +1400.50 73.07 (Batch1_D_19) 1 90 t +1415.05 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1118.55 316.60 (0) 1 0 t +1118.55 366.03 (5) 1 0 t +1118.55 415.45 (10) 1 0 t +1118.55 464.87 (15) 1 0 t +1118.55 514.30 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1120.74 319.83 m +2.74 0 l +o +np +1120.74 369.26 m +2.74 0 l +o +np +1120.74 418.68 m +2.74 0 l +o +np +1120.74 468.10 m +2.74 0 l +o +np +1120.74 517.53 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1118.55 85.05 (0) 1 0 t +1118.55 158.12 (1000) 1 0 t +1118.55 231.19 (2000) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1120.74 88.28 m +2.74 0 l +o +np +1120.74 161.35 m +2.74 0 l +o +np +1120.74 234.43 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1270.40 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1123.48 561.19 (Statistics of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.png new file mode 100644 index 0000000000000000000000000000000000000000..2a7267509f61fb6074dd4aded30e4d314bf42dc8 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.ps new file mode 100644 index 0000000000000000000000000000000000000000..dc182dad9811fb4a6576aadae6f446e7420152a9 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features.ps @@ -0,0 +1,25373 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 230.40 1080.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 230.40 1080.00 345.60 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 308.40 1074.52 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 308.40 1041.04 227.24 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 322.00 m +1041.04 0 l +o +np +33.48 385.36 m +1041.04 0 l +o +np +33.48 448.71 m +1041.04 0 l +o +np +33.48 512.07 m +1041.04 0 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 353.68 m +1041.04 0 l +o +np +33.48 417.04 m +1041.04 0 l +o +np +33.48 480.39 m +1041.04 0 l +o +np +64.40 308.40 m +0 227.24 l +o +np +115.94 308.40 m +0 227.24 l +o +np +167.47 308.40 m +0 227.24 l +o +np +219.01 308.40 m +0 227.24 l +o +np +270.55 308.40 m +0 227.24 l +o +np +322.08 308.40 m +0 227.24 l +o +np +373.62 308.40 m +0 227.24 l +o +np +425.16 308.40 m +0 227.24 l +o +np +476.69 308.40 m +0 227.24 l +o +np +528.23 308.40 m +0 227.24 l +o +np +579.77 308.40 m +0 227.24 l +o +np +631.30 308.40 m +0 227.24 l +o +np +682.84 308.40 m +0 227.24 l +o +np +734.38 308.40 m +0 227.24 l +o +np +785.91 308.40 m +0 227.24 l +o +np +837.45 308.40 m +0 227.24 l +o +np +888.99 308.40 m +0 227.24 l +o +np +940.52 308.40 m +0 227.24 l +o +np +992.06 308.40 m +0 227.24 l +o +np +1043.60 308.40 m +0 227.24 l +o +/bg { 1 1 1 srgb } def +0 0 0 srgb +1 setlinecap +np + 52.68 318.73 m +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.28 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.28 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.03 0.28 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.28 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +51.09 345.79 lineto +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.28 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +53.86 372.85 lineto +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.28 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.03 0.28 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.28 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.05 0.28 l +-0.04 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +52.04 399.91 lineto +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.28 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.28 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.28 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.28 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.28 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.28 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.05 0.27 l +46.26 426.97 lineto +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.28 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.28 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.28 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.28 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.04 0.27 l +0.03 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.04 0.27 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.06 0.27 l +0.05 0.27 l +0.06 0.27 l +0.05 0.27 l +0.06 0.27 l +0.06 0.27 l +47.10 454.03 lineto +0.06 0.27 l +0.06 0.27 l +0.07 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.28 l +0.07 0.27 l +0.06 0.27 l +0.07 0.27 l +0.07 0.27 l +0.06 0.27 l +33.19 0 l +0.07 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.28 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.04 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.28 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +83.24 433.20 lineto +-0.02 -0.28 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.28 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.28 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.28 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.28 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.28 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +78.08 406.14 lineto +-0.06 -0.28 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.28 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.28 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.28 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.28 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +74.70 379.07 lineto +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.28 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +77.16 352.01 lineto +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.28 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.28 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.03 -0.28 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.28 l +77.11 324.95 lineto +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.28 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-23.44 0 l +cp p3 +np + 106.01 318.73 m +-0.06 0.40 l +-0.05 0.40 l +-0.06 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.06 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.05 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.05 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.05 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +104.14 358.91 lineto +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.40 l +0.01 0.41 l +0.02 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0 0.41 l +-0.01 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.41 l +0 0.40 l +-0.01 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.41 l +104.74 399.10 lineto +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.04 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.03 0.41 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.03 0.40 l +-0.02 0.41 l +-0.03 0.40 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.03 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.02 0.41 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.02 0.40 l +-0.01 0.40 l +-0.01 0.40 l +-0.02 0.40 l +-0.01 0.41 l +-0.01 0.40 l +-0.01 0.40 l +-0.01 0.40 l +102.11 439.28 lineto +0 0.40 l +-0.01 0.41 l +-0.01 0.40 l +0 0.40 l +-0.01 0.40 l +0 0.40 l +0 0.41 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.40 l +0 0.41 l +0.01 0.40 l +0 0.40 l +0.01 0.40 l +0 0.40 l +0.01 0.41 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.40 l +0.01 0.41 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.01 0.40 l +0.02 0.40 l +0.02 0.41 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.40 l +0.02 0.41 l +0.03 0.40 l +0.02 0.40 l +0.03 0.40 l +0.02 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.40 l +0.03 0.41 l +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +0.04 0.40 l +0.04 0.40 l +0.03 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.06 0.40 l +0.05 0.40 l +0.05 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +105.48 479.47 lineto +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.41 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.07 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.07 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.40 l +0.06 0.41 l +0.05 0.40 l +0.06 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.41 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.05 0.40 l +0.06 0.40 l +0.05 0.41 l +0.06 0.40 l +0.05 0.40 l +0.05 0.40 l +0.06 0.40 l +0.05 0.41 l +0.05 0.40 l +0.06 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.05 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.05 0.40 l +0.05 0.41 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.41 l +0.05 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.05 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.05 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.04 0.40 l +110.88 519.65 lineto +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.04 0.40 l +0.03 0.40 l +0.04 0.40 l +0.04 0.40 l +0.04 0.41 l +0.03 0.40 l +0.04 0.40 l +0.03 0.40 l +9.29 0 l +0.03 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +124.95 488.71 lineto +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.07 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.06 -0.40 l +0.06 -0.41 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.06 -0.41 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.06 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.41 l +0.05 -0.40 l +0.05 -0.40 l +0.05 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.05 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.05 -0.40 l +0.04 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.41 l +0.04 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.03 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.04 -0.40 l +0.02 -0.40 l +0.03 -0.41 l +0.03 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.03 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.03 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +129.71 448.53 lineto +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +127.69 408.34 lineto +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +127.35 368.16 lineto +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.41 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.02 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.02 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0.01 -0.40 l +0.01 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0.01 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0.01 -0.40 l +0 -0.41 l +0 -0.40 l +0.01 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.41 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.41 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.40 l +0 -0.40 l +-0.01 -0.41 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.01 -0.41 l +-0.02 -0.40 l +-0.01 -0.40 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.01 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.40 l +-0.02 -0.41 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.02 -0.41 l +-0.03 -0.40 l +-0.02 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.03 -0.41 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.03 -0.40 l +-0.04 -0.41 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.03 -0.40 l +-0.04 -0.40 l +-0.04 -0.41 l +126.97 327.97 lineto +-0.04 -0.40 l +-0.04 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.04 -0.41 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.04 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.05 -0.41 l +-0.05 -0.40 l +-0.06 -0.40 l +-0.05 -0.40 l +-0.05 -0.40 l +-0.06 -0.41 l +-0.05 -0.40 l +-0.06 -0.40 l +-19.85 0 l +cp p3 +np + 153.63 333.66 m +-0.04 0.26 l +-0.03 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.26 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.26 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.26 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.26 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.26 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +154.05 358.73 lineto +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.26 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.26 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.26 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.26 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.26 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.26 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.26 l +0 0.25 l +0.01 0.25 l +157.35 383.80 lineto +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.26 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.26 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.26 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.04 0.26 l +-0.04 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.06 0.26 l +-0.05 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.26 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +153.87 408.86 lineto +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.26 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.26 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.26 l +-0.07 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.26 l +-0.07 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.26 l +-0.07 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.05 0.26 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.26 l +-0.04 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.04 0.25 l +147.66 433.93 lineto +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.26 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.26 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.26 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.26 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.26 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.06 0.26 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +149.78 459.00 lineto +0.07 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +33.74 0 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.26 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.26 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.26 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.26 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +187.76 439.69 lineto +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.26 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.26 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.26 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.26 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +182.72 414.63 lineto +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.26 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.26 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.26 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.26 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.26 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.26 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.26 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +177.65 389.56 lineto +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.26 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.26 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.26 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.26 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +179.96 364.50 lineto +0.04 -0.25 l +0.05 -0.26 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.26 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.26 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.26 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.26 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.26 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.26 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +181.94 339.43 lineto +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.26 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.03 -0.26 l +-27.69 0 l +cp p3 +np + 210.28 318.73 m +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.26 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.26 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.26 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.26 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.26 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.26 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.26 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.26 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +205.95 345.55 lineto +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.27 l +206.88 372.37 lineto +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.26 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0 0.26 l +0.01 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.26 l +-0.03 0.27 l +-0.04 0.27 l +-0.04 0.27 l +206.89 399.19 lineto +-0.04 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.26 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.26 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.26 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.07 0.26 l +-0.06 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.26 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.26 l +-0.07 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.08 0.26 l +-0.07 0.27 l +-0.07 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.26 l +-0.07 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.07 0.26 l +-0.08 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.08 0.27 l +-0.07 0.26 l +-0.07 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.07 0.27 l +199.98 426.01 lineto +-0.07 0.26 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.06 0.26 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.26 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.26 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.27 l +-0.05 0.26 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.05 0.27 l +-0.03 0.27 l +-0.04 0.26 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.27 l +0.04 0.26 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.26 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.06 0.27 l +0.05 0.27 l +198.72 452.82 lineto +0.05 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.27 l +0.07 0.26 l +0.06 0.27 l +0.06 0.27 l +0.07 0.27 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +39.18 0 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.07 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.05 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.26 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.04 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.26 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +239.43 432.17 lineto +-0.05 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.26 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.07 -0.26 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.26 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.26 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.07 -0.26 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.26 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.26 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.07 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.27 l +232.30 405.35 lineto +-0.06 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.26 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.26 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +230.61 378.54 lineto +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.26 l +232.33 351.72 lineto +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.26 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.04 -0.26 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.04 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.05 -0.27 l +229.03 324.90 lineto +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.26 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-17.46 0 l +cp p3 +np + 255.68 338.92 m +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.03 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.04 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.03 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +0 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0.02 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.03 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.04 0.22 l +0.03 0.23 l +0.03 0.22 l +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.22 l +0.04 0.22 l +255.72 361.25 lineto +0.03 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.22 l +0.05 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.04 0.22 l +0.05 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.05 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.03 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.22 l +0.03 0.22 l +0.04 0.23 l +0.03 0.22 l +0.03 0.22 l +0.03 0.23 l +0.04 0.22 l +0.03 0.22 l +0.03 0.23 l +0.02 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.02 0.22 l +0.03 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +259.62 383.57 lineto +0.02 0.23 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.22 l +0.01 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.01 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.03 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.03 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.04 0.22 l +-0.03 0.22 l +-0.04 0.23 l +-0.03 0.22 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.05 0.23 l +-0.04 0.22 l +-0.05 0.22 l +-0.04 0.23 l +-0.05 0.22 l +-0.04 0.22 l +-0.05 0.23 l +-0.05 0.22 l +-0.05 0.22 l +-0.05 0.23 l +-0.05 0.22 l +-0.05 0.22 l +-0.06 0.23 l +-0.05 0.22 l +-0.05 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.05 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.05 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.06 0.22 l +-0.06 0.22 l +-0.07 0.23 l +-0.06 0.22 l +-0.06 0.22 l +257.27 405.90 lineto +-0.07 0.22 l +-0.06 0.22 l +-0.07 0.23 l +-0.06 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.06 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.07 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.08 0.22 l +-0.08 0.23 l +-0.07 0.22 l +-0.08 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.08 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.08 0.23 l +-0.07 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.08 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.07 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.06 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.06 0.22 l +-0.07 0.23 l +-0.07 0.22 l +-0.06 0.22 l +-0.06 0.23 l +-0.07 0.22 l +-0.06 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.06 0.22 l +-0.06 0.23 l +-0.06 0.22 l +-0.06 0.22 l +-0.06 0.23 l +-0.06 0.22 l +250.13 428.22 lineto +-0.06 0.23 l +-0.05 0.22 l +-0.06 0.22 l +-0.05 0.23 l +-0.05 0.22 l +-0.05 0.22 l +-0.05 0.23 l +-0.05 0.22 l +-0.05 0.22 l +-0.05 0.22 l +-0.05 0.23 l +-0.04 0.22 l +-0.05 0.22 l +-0.04 0.23 l +-0.05 0.22 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.04 0.23 l +-0.04 0.22 l +-0.04 0.22 l +-0.03 0.23 l +-0.04 0.22 l +-0.03 0.22 l +-0.04 0.23 l +-0.03 0.22 l +-0.03 0.22 l +-0.03 0.23 l +-0.03 0.22 l +-0.03 0.22 l +-0.02 0.23 l +-0.03 0.22 l +-0.02 0.22 l +-0.03 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.02 0.22 l +-0.02 0.22 l +-0.02 0.23 l +-0.01 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.22 l +-0.02 0.22 l +-0.01 0.23 l +-0.01 0.22 l +0 0.22 l +-0.01 0.22 l +-0.01 0.23 l +0 0.22 l +-0.01 0.22 l +0 0.23 l +0 0.22 l +0 0.22 l +0 0.23 l +0 0.22 l +0.01 0.22 l +0 0.23 l +0.01 0.22 l +0 0.22 l +0.01 0.23 l +0.01 0.22 l +0.01 0.22 l +0.01 0.23 l +0.02 0.22 l +0.01 0.22 l +0.02 0.23 l +0.01 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.02 0.22 l +0.02 0.23 l +0.02 0.22 l +0.03 0.22 l +0.02 0.23 l +0.03 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.03 0.22 l +0.03 0.23 l +0.03 0.22 l +0.04 0.22 l +0.03 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.04 0.22 l +0.04 0.22 l +0.04 0.23 l +0.05 0.22 l +0.04 0.22 l +0.05 0.23 l +0.05 0.22 l +0.05 0.22 l +249.60 450.55 lineto +0.06 0.22 l +0.05 0.22 l +0.05 0.23 l +0.05 0.22 l +0.06 0.22 l +0.05 0.23 l +0.06 0.22 l +0.06 0.22 l +0.06 0.23 l +0.06 0.22 l +0.06 0.22 l +40.65 0 l +0.07 -0.22 l +0.06 -0.22 l +0.05 -0.23 l +0.06 -0.22 l +0.06 -0.22 l +0.05 -0.23 l +0.06 -0.22 l +0.05 -0.22 l +0.05 -0.23 l +0.06 -0.22 l +0.05 -0.22 l +0.05 -0.23 l +0.05 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.05 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.03 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.03 -0.22 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.04 -0.22 l +292.03 433.36 lineto +-0.04 -0.23 l +-0.04 -0.22 l +-0.03 -0.22 l +-0.04 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +-0.05 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +-0.05 -0.23 l +-0.04 -0.22 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.04 -0.22 l +-0.05 -0.22 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.06 -0.23 l +-0.05 -0.22 l +-0.06 -0.22 l +-0.06 -0.23 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.06 -0.23 l +-0.07 -0.22 l +-0.06 -0.22 l +-0.06 -0.23 l +-0.06 -0.22 l +-0.06 -0.22 l +-0.07 -0.23 l +-0.06 -0.22 l +-0.07 -0.22 l +-0.06 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.06 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.08 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.07 -0.22 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.08 -0.22 l +-0.08 -0.23 l +-0.08 -0.22 l +-0.07 -0.22 l +-0.08 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.08 -0.22 l +-0.07 -0.22 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.08 -0.22 l +-0.07 -0.22 l +285.42 411.03 lineto +-0.07 -0.22 l +-0.08 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.08 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.07 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.06 -0.22 l +-0.07 -0.23 l +-0.07 -0.22 l +-0.06 -0.22 l +-0.07 -0.23 l +-0.06 -0.22 l +-0.06 -0.22 l +-0.07 -0.23 l +-0.06 -0.22 l +-0.06 -0.22 l +-0.06 -0.23 l +-0.07 -0.22 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.06 -0.23 l +-0.06 -0.22 l +-0.06 -0.22 l +-0.06 -0.23 l +-0.05 -0.22 l +-0.06 -0.22 l +-0.05 -0.23 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.06 -0.22 l +-0.05 -0.22 l +-0.05 -0.23 l +-0.05 -0.22 l +-0.05 -0.22 l +-0.04 -0.23 l +-0.05 -0.22 l +-0.05 -0.22 l +-0.04 -0.23 l +-0.05 -0.22 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.05 -0.22 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.04 -0.22 l +-0.03 -0.22 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.02 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +-0.01 -0.22 l +-0.02 -0.23 l +-0.01 -0.22 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +0 -0.22 l +0 -0.23 l +0 -0.22 l +281.24 388.71 lineto +0 -0.23 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.04 -0.22 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.04 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.22 l +0.04 -0.22 l +0.05 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.22 l +0.05 -0.22 l +0.04 -0.23 l +0.05 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.05 -0.22 l +284.42 366.38 lineto +0.05 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.05 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.04 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.03 -0.22 l +0.04 -0.23 l +0.04 -0.22 l +0.03 -0.22 l +0.04 -0.22 l +0.03 -0.23 l +0.04 -0.22 l +0.03 -0.22 l +0.04 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.03 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.03 -0.23 l +0.02 -0.22 l +0.03 -0.22 l +0.02 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.03 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.02 -0.22 l +0.02 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0.01 -0.23 l +0.02 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.02 -0.22 l +0 -0.22 l +0.01 -0.23 l +0.01 -0.22 l +0.01 -0.22 l +0.01 -0.23 l +0 -0.22 l +0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +0 -0.22 l +0 -0.22 l +-0.01 -0.23 l +0 -0.22 l +-0.01 -0.22 l +0 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.01 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.01 -0.22 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.01 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.02 -0.23 l +-0.02 -0.22 l +286.15 344.06 lineto +-0.03 -0.23 l +-0.02 -0.22 l +-0.02 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.02 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.03 -0.23 l +-0.03 -0.22 l +-0.03 -0.22 l +-0.04 -0.23 l +-0.03 -0.22 l +-0.04 -0.22 l +-0.03 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +-0.04 -0.23 l +-0.04 -0.22 l +-0.04 -0.22 l +-0.04 -0.23 l +-29.73 0 l +cp p3 +np + 307.48 358.60 m +-0.08 0.31 l +-0.09 0.32 l +-0.08 0.31 l +-0.07 0.32 l +-0.08 0.31 l +-0.08 0.31 l +-0.08 0.32 l +-0.08 0.31 l +-0.07 0.32 l +-0.08 0.31 l +-0.07 0.32 l +-0.08 0.31 l +-0.07 0.31 l +-0.07 0.32 l +-0.07 0.31 l +-0.07 0.32 l +-0.07 0.31 l +-0.07 0.32 l +-0.07 0.31 l +-0.07 0.31 l +-0.06 0.32 l +-0.07 0.31 l +-0.06 0.32 l +-0.07 0.31 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.31 l +-0.05 0.32 l +-0.06 0.31 l +-0.05 0.32 l +-0.05 0.31 l +-0.06 0.31 l +-0.05 0.32 l +-0.05 0.31 l +-0.05 0.32 l +-0.05 0.31 l +-0.04 0.32 l +-0.05 0.31 l +-0.04 0.31 l +-0.05 0.32 l +-0.04 0.31 l +-0.04 0.32 l +-0.04 0.31 l +-0.04 0.32 l +-0.04 0.31 l +-0.04 0.31 l +-0.03 0.32 l +-0.04 0.31 l +-0.03 0.32 l +-0.03 0.31 l +-0.04 0.32 l +-0.03 0.31 l +-0.03 0.32 l +-0.02 0.31 l +-0.03 0.31 l +-0.03 0.32 l +-0.02 0.31 l +-0.03 0.32 l +-0.02 0.31 l +-0.02 0.32 l +-0.02 0.31 l +-0.02 0.31 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.32 l +-0.02 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0.01 0.31 l +0.02 0.32 l +0.01 0.31 l +0.01 0.31 l +0.02 0.32 l +0.01 0.31 l +0.02 0.32 l +303.98 390.03 lineto +0.02 0.32 l +0.02 0.31 l +0.01 0.31 l +0.03 0.32 l +0.02 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.32 l +0.04 0.31 l +0.03 0.31 l +0.03 0.32 l +0.04 0.31 l +0.04 0.32 l +0.03 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.32 l +0.04 0.31 l +0.05 0.31 l +0.05 0.32 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.06 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.32 l +0.04 0.31 l +308.24 421.47 lineto +0.04 0.31 l +0.05 0.31 l +0.04 0.32 l +0.04 0.31 l +0.03 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.03 0.31 l +0.04 0.31 l +0.03 0.32 l +0.04 0.31 l +0.03 0.32 l +0.04 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.03 0.32 l +0.02 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.31 l +0.02 0.32 l +0.02 0.31 l +0.03 0.32 l +0.02 0.31 l +0.02 0.32 l +0.01 0.31 l +0.02 0.32 l +0.02 0.31 l +0.02 0.31 l +0.01 0.32 l +0.02 0.31 l +0.02 0.32 l +0.01 0.31 l +0.01 0.32 l +0.02 0.31 l +0.01 0.31 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.02 0.31 l +0 0.32 l +0.01 0.31 l +0.01 0.31 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.31 l +0 0.32 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +309.60 452.90 lineto +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +-0.01 0.31 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +-0.01 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +0 0.31 l +-0.01 0.31 l +0 0.32 l +0 0.31 l +-0.01 0.32 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +-0.01 0.32 l +0.01 0.31 l +0 0.32 l +0 0.31 l +0 0.31 l +0 0.32 l +0 0.31 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0 0.31 l +0.01 0.32 l +0 0.31 l +0.01 0.31 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.31 l +0 0.31 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.02 0.31 l +0.01 0.31 l +0.01 0.32 l +0.01 0.31 l +0.02 0.32 l +0.01 0.31 l +0.01 0.32 l +0.02 0.31 l +0.01 0.32 l +0.02 0.31 l +0.02 0.31 l +0.01 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.31 l +0.02 0.31 l +0.02 0.32 l +0.02 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.02 0.31 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.03 0.31 l +0.03 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.31 l +0.03 0.32 l +0.04 0.31 l +0.03 0.32 l +0.03 0.31 l +310.49 484.33 lineto +0.03 0.32 l +0.04 0.31 l +0.03 0.32 l +0.03 0.31 l +0.04 0.32 l +0.03 0.31 l +0.04 0.31 l +0.03 0.32 l +0.04 0.31 l +0.04 0.32 l +0.03 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.31 l +0.03 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.04 0.31 l +0.05 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.31 l +0.05 0.32 l +0.04 0.31 l +0.04 0.31 l +0.05 0.32 l +0.04 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +315.02 515.77 lineto +0.05 0.31 l +0.04 0.32 l +0.05 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.31 l +0.05 0.32 l +0.04 0.31 l +0.05 0.32 l +0.05 0.31 l +0.05 0.32 l +13.07 0 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.04 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +332.82 491.56 lineto +0.04 -0.31 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.31 l +0.03 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.31 l +0.03 -0.32 l +0.04 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.03 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.01 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.02 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0.01 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +-0.01 -0.32 l +334.68 460.13 lineto +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +-0.01 -0.31 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +0.01 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.31 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.01 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +335.11 428.70 lineto +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.04 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.06 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.06 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.05 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.31 l +0.04 -0.31 l +0.04 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.31 l +339.54 397.26 lineto +0.04 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.31 l +0.01 -0.32 l +0.02 -0.31 l +0.01 -0.32 l +0.02 -0.31 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.31 l +0 -0.31 l +-0.01 -0.32 l +0 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.02 -0.31 l +-0.01 -0.32 l +-0.02 -0.31 l +-0.02 -0.31 l +-0.03 -0.32 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.03 -0.31 l +-0.02 -0.32 l +-0.03 -0.31 l +-0.03 -0.31 l +-0.03 -0.32 l +-0.03 -0.31 l +-0.03 -0.32 l +-0.03 -0.31 l +-0.04 -0.32 l +-0.03 -0.31 l +-0.04 -0.32 l +-0.04 -0.31 l +-0.03 -0.31 l +-0.04 -0.32 l +-0.04 -0.31 l +-0.04 -0.32 l +-0.05 -0.31 l +-0.04 -0.32 l +-0.05 -0.31 l +-0.04 -0.31 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.05 -0.31 l +-0.06 -0.32 l +-0.05 -0.31 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.05 -0.32 l +-0.06 -0.31 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.07 -0.31 l +-0.06 -0.32 l +338.38 365.83 lineto +-0.07 -0.32 l +-0.06 -0.31 l +-0.07 -0.32 l +-0.06 -0.31 l +-0.07 -0.31 l +-0.07 -0.32 l +-0.07 -0.31 l +-0.07 -0.32 l +-0.07 -0.31 l +-0.08 -0.32 l +-0.07 -0.31 l +-0.07 -0.31 l +-0.08 -0.32 l +-0.07 -0.31 l +-0.08 -0.32 l +-0.08 -0.31 l +-0.07 -0.32 l +-0.08 -0.31 l +-0.08 -0.31 l +-0.08 -0.32 l +-0.08 -0.31 l +-0.08 -0.32 l +-0.08 -0.31 l +-29.21 0 l +cp p3 +np + 357.60 351.54 m +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.12 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.11 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.10 0.25 l +-0.09 0.25 l +-0.10 0.25 l +-0.09 0.25 l +-0.10 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.09 0.25 l +-0.08 0.25 l +-0.08 0.25 l +-0.08 0.24 l +-0.08 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.08 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.07 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.06 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.05 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.04 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.24 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +350.45 376.52 lineto +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.24 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.24 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +355.56 401.50 lineto +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.09 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.08 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.07 0.25 l +0.08 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.24 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.05 0.25 l +0.06 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.24 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +360.79 426.48 lineto +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.24 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.24 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.03 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +359.20 451.46 lineto +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.02 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +-0.01 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.25 l +0 0.24 l +0 0.25 l +0 0.25 l +0 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.01 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.02 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.02 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.03 0.25 l +0.03 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.25 l +0.03 0.25 l +0.04 0.25 l +0.04 0.24 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.04 0.25 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.04 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +0.05 0.25 l +0.05 0.25 l +0.06 0.25 l +0.05 0.25 l +361.11 476.44 lineto +0.05 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.05 0.25 l +0.06 0.25 l +0.06 0.25 l +0.06 0.25 l +0.07 0.25 l +0.06 0.25 l +23.72 0 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.24 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.24 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +388.25 457.21 lineto +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.24 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.24 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +386.48 432.23 lineto +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.24 l +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.24 l +0.06 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +389.84 407.25 lineto +0.08 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.24 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.09 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.08 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.07 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.06 -0.25 l +0.06 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.24 l +0.05 -0.25 l +0.05 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.05 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.04 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +0.03 -0.25 l +396.59 382.27 lineto +0.02 -0.25 l +0.02 -0.25 l +0.03 -0.25 l +0.02 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.02 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0.01 -0.25 l +0 -0.25 l +0.01 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +0 -0.25 l +-0.01 -0.25 l +0 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.01 -0.25 l +-0.02 -0.25 l +-0.01 -0.25 l +-0.02 -0.24 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.02 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.02 -0.25 l +-0.04 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.03 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.04 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.05 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.06 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.07 -0.25 l +-0.08 -0.25 l +-0.08 -0.25 l +-0.08 -0.24 l +-0.08 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.08 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.09 -0.25 l +-0.10 -0.25 l +-0.09 -0.25 l +-0.10 -0.25 l +-0.09 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +-0.10 -0.25 l +392.12 357.29 lineto +-0.10 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.10 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.12 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-0.11 -0.25 l +-32.04 0 l +cp p3 +np + 404.99 369.25 m +-0.09 0.27 l +-0.09 0.27 l +-0.08 0.27 l +-0.09 0.28 l +-0.08 0.27 l +-0.09 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.28 l +-0.07 0.27 l +-0.08 0.27 l +-0.07 0.27 l +-0.08 0.28 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.27 l +-0.06 0.28 l +-0.07 0.27 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.28 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.28 l +-0.05 0.27 l +-0.05 0.27 l +-0.05 0.27 l +-0.04 0.28 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.27 l +-0.04 0.28 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.04 0.28 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.28 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.28 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.28 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.02 0.28 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.28 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.28 l +0.04 0.27 l +0.03 0.27 l +0.04 0.27 l +0.04 0.28 l +0.04 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.05 0.28 l +0.06 0.27 l +0.05 0.27 l +0.05 0.27 l +0.06 0.28 l +0.05 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.28 l +0.06 0.27 l +403.88 396.48 lineto +0.06 0.27 l +0.06 0.28 l +0.07 0.27 l +0.07 0.27 l +0.07 0.27 l +0.06 0.28 l +0.07 0.27 l +0.07 0.27 l +0.08 0.27 l +0.07 0.28 l +0.07 0.27 l +0.07 0.27 l +0.08 0.27 l +0.07 0.27 l +0.08 0.28 l +0.08 0.27 l +0.07 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.08 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.08 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.08 0.27 l +0.09 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.09 0.27 l +0.08 0.27 l +0.08 0.28 l +0.09 0.27 l +0.08 0.27 l +0.08 0.27 l +0.09 0.28 l +0.08 0.27 l +0.08 0.27 l +0.09 0.27 l +0.08 0.28 l +0.08 0.27 l +0.08 0.27 l +0.09 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.09 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.08 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.07 0.27 l +0.08 0.27 l +0.08 0.28 l +0.08 0.27 l +0.07 0.27 l +0.08 0.27 l +0.07 0.27 l +0.08 0.28 l +0.07 0.27 l +0.07 0.27 l +0.08 0.27 l +0.07 0.28 l +0.07 0.27 l +0.07 0.27 l +0.07 0.27 l +0.07 0.28 l +0.07 0.27 l +0.06 0.27 l +0.07 0.27 l +0.07 0.28 l +0.06 0.27 l +0.06 0.27 l +0.07 0.27 l +0.06 0.28 l +0.06 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.27 l +0.06 0.28 l +0.05 0.27 l +0.06 0.27 l +0.06 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.06 0.27 l +0.05 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.05 0.28 l +411.09 423.72 lineto +0.05 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.28 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.28 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.03 0.28 l +0.04 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.28 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.28 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.01 0.28 l +0.02 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.28 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.28 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.28 l +0.01 0.27 l +0 0.27 l +0.01 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.28 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.28 l +0 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.28 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +411.74 450.95 lineto +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.27 l +0 0.27 l +-0.01 0.28 l +-0.01 0.27 l +0 0.27 l +-0.01 0.27 l +-0.01 0.27 l +0 0.28 l +-0.01 0.27 l +0 0.27 l +0 0.27 l +-0.01 0.28 l +0 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.28 l +0 0.27 l +0 0.27 l +0 0.27 l +0.01 0.27 l +0 0.28 l +0 0.27 l +0.01 0.27 l +0 0.27 l +0.01 0.28 l +0 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.28 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.01 0.28 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0.02 0.27 l +0.01 0.28 l +0.01 0.27 l +0.02 0.27 l +0.01 0.27 l +0.02 0.28 l +0.01 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.28 l +0.02 0.27 l +0.01 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.03 0.27 l +0.02 0.27 l +0.03 0.28 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.28 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.04 0.28 l +0.03 0.27 l +0.03 0.27 l +0.04 0.27 l +0.03 0.27 l +0.04 0.28 l +0.03 0.27 l +0.04 0.27 l +0.04 0.27 l +0.03 0.28 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.28 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.28 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.04 0.27 l +0.05 0.28 l +413.45 478.19 lineto +0.04 0.27 l +0.05 0.27 l +0.04 0.28 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.05 0.27 l +0.04 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.04 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.04 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.04 0.28 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.28 l +0.05 0.27 l +0.04 0.27 l +0.05 0.27 l +418.21 505.43 lineto +0.05 0.27 l +0.04 0.27 l +0.04 0.27 l +0.05 0.27 l +0.04 0.28 l +0.04 0.27 l +0.05 0.27 l +0.04 0.27 l +0.05 0.28 l +0.04 0.27 l +0.04 0.27 l +12.93 0 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +435.80 484.45 lineto +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.28 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.28 l +0.03 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.28 l +0.03 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.28 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.28 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.28 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.28 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.28 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.01 -0.28 l +0.02 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.02 -0.28 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.28 l +0.01 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.28 l +0 -0.27 l +0 -0.27 l +438.67 457.22 lineto +0 -0.27 l +0 -0.28 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.28 l +0 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.28 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +0 -0.28 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.28 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.28 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.27 l +0 -0.28 l +-0.01 -0.27 l +0 -0.27 l +0 -0.27 l +-0.01 -0.28 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.28 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0.01 -0.28 l +0 -0.27 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.28 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.28 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.28 l +438.46 429.98 lineto +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.28 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.28 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.28 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.06 -0.28 l +0.05 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.06 -0.28 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.07 -0.28 l +0.06 -0.27 l +0.06 -0.27 l +0.07 -0.27 l +0.06 -0.28 l +0.07 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.28 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.27 l +0.08 -0.28 l +0.07 -0.27 l +0.07 -0.27 l +0.08 -0.27 l +0.07 -0.28 l +0.08 -0.27 l +0.07 -0.27 l +0.08 -0.27 l +0.07 -0.27 l +0.08 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.28 l +0.09 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.09 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.09 -0.27 l +0.08 -0.28 l +0.08 -0.27 l +0.09 -0.27 l +0.08 -0.27 l +0.08 -0.28 l +0.09 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.09 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.08 -0.27 l +0.09 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +444.76 402.75 lineto +0.08 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.07 -0.27 l +0.08 -0.28 l +0.08 -0.27 l +0.08 -0.27 l +0.07 -0.27 l +0.08 -0.28 l +0.07 -0.27 l +0.08 -0.27 l +0.07 -0.27 l +0.08 -0.27 l +0.07 -0.28 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.28 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.27 l +0.06 -0.28 l +0.07 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.28 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.05 -0.28 l +0.05 -0.27 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.28 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.28 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.02 -0.28 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.28 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.28 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.28 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.28 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.28 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.28 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.28 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.28 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.28 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.04 -0.27 l +-0.05 -0.28 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.06 -0.27 l +-0.05 -0.28 l +-0.05 -0.27 l +447.02 375.51 lineto +-0.05 -0.27 l +-0.06 -0.27 l +-0.06 -0.28 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.07 -0.28 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.28 l +-0.08 -0.27 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.28 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.09 -0.27 l +-0.08 -0.28 l +-0.09 -0.27 l +-0.09 -0.27 l +-0.09 -0.27 l +-40.33 0 l +cp p3 +np + 461.30 355.19 m +-0.09 0.26 l +-0.09 0.27 l +-0.08 0.27 l +-0.09 0.26 l +-0.09 0.27 l +-0.08 0.27 l +-0.09 0.26 l +-0.08 0.27 l +-0.09 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.09 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.26 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.27 l +-0.08 0.26 l +-0.07 0.27 l +-0.08 0.27 l +-0.07 0.26 l +-0.08 0.27 l +-0.07 0.27 l +-0.07 0.26 l +-0.08 0.27 l +-0.07 0.27 l +-0.07 0.26 l +-0.07 0.27 l +-0.07 0.27 l +-0.07 0.26 l +-0.06 0.27 l +-0.07 0.27 l +-0.06 0.26 l +-0.07 0.27 l +-0.06 0.27 l +-0.07 0.26 l +-0.06 0.27 l +-0.06 0.27 l +-0.06 0.26 l +-0.06 0.27 l +-0.06 0.27 l +-0.05 0.27 l +-0.06 0.26 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.06 0.27 l +-0.05 0.26 l +-0.04 0.27 l +-0.05 0.27 l +-0.05 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.26 l +-0.05 0.27 l +-0.04 0.27 l +-0.04 0.26 l +-0.04 0.27 l +-0.04 0.27 l +-0.03 0.26 l +-0.04 0.27 l +-0.03 0.27 l +-0.04 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +-0.01 0.27 l +0 0.26 l +0.01 0.27 l +0 0.27 l +0 0.26 l +0.01 0.27 l +456.58 381.87 lineto +0 0.26 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.02 0.27 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.02 0.27 l +0.02 0.26 l +0.01 0.27 l +0.03 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.03 0.26 l +0.02 0.27 l +0.03 0.27 l +0.03 0.27 l +0.03 0.26 l +0.03 0.27 l +0.03 0.27 l +0.03 0.26 l +0.04 0.27 l +0.03 0.27 l +0.04 0.26 l +0.03 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +0.05 0.26 l +0.04 0.27 l +0.05 0.27 l +0.04 0.26 l +0.05 0.27 l +0.05 0.27 l +0.05 0.26 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.26 l +0.06 0.27 l +0.05 0.27 l +0.06 0.26 l +0.05 0.27 l +0.06 0.27 l +0.05 0.26 l +0.06 0.27 l +0.06 0.27 l +0.06 0.26 l +0.06 0.27 l +0.06 0.27 l +0.06 0.26 l +0.06 0.27 l +0.06 0.27 l +0.07 0.26 l +0.06 0.27 l +0.06 0.27 l +0.07 0.26 l +0.06 0.27 l +0.07 0.27 l +0.06 0.26 l +0.07 0.27 l +0.06 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.06 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.08 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.08 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +461.64 408.55 lineto +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.07 0.27 l +0.07 0.27 l +0.06 0.26 l +0.07 0.27 l +0.07 0.27 l +0.07 0.26 l +0.06 0.27 l +0.07 0.27 l +0.07 0.26 l +0.06 0.27 l +0.07 0.27 l +0.06 0.27 l +0.07 0.26 l +0.06 0.27 l +0.06 0.27 l +0.06 0.26 l +0.07 0.27 l +0.06 0.27 l +0.06 0.26 l +0.06 0.27 l +0.06 0.27 l +0.06 0.26 l +0.06 0.27 l +0.06 0.27 l +0.05 0.26 l +0.06 0.27 l +0.06 0.27 l +0.05 0.26 l +0.06 0.27 l +0.05 0.27 l +0.05 0.26 l +0.06 0.27 l +0.05 0.27 l +0.05 0.26 l +0.05 0.27 l +0.05 0.27 l +0.05 0.27 l +0.05 0.26 l +0.05 0.27 l +0.04 0.27 l +0.05 0.26 l +0.05 0.27 l +0.04 0.27 l +0.04 0.26 l +0.05 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.03 0.27 l +0.04 0.26 l +0.03 0.27 l +0.04 0.27 l +0.03 0.26 l +0.04 0.27 l +0.03 0.27 l +0.03 0.26 l +0.03 0.27 l +0.03 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.27 l +0.02 0.26 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.27 l +0.02 0.26 l +0.01 0.27 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0.01 0.27 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +465.97 435.23 lineto +0 0.26 l +0 0.27 l +0.01 0.27 l +0 0.26 l +0 0.27 l +-0.01 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.27 l +-0.01 0.26 l +0 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.04 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.04 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.27 l +-0.03 0.26 l +-0.02 0.27 l +463.73 461.91 lineto +-0.03 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.03 0.27 l +-0.02 0.26 l +-0.03 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.03 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.02 0.27 l +-0.01 0.27 l +-0.02 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.02 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +-0.01 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +-0.01 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +0 0.26 l +-0.01 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0 0.27 l +0 0.27 l +0 0.26 l +0 0.27 l +0.01 0.27 l +0 0.26 l +0.01 0.27 l +0 0.27 l +0.01 0.26 l +0 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.01 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.27 l +0.01 0.26 l +0.01 0.27 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.27 l +0.01 0.26 l +0.02 0.27 l +0.02 0.27 l +0.02 0.27 l +0.02 0.26 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.02 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.27 l +0.02 0.26 l +0.03 0.27 l +0.03 0.27 l +0.03 0.26 l +0.03 0.27 l +0.03 0.27 l +0.03 0.26 l +0.04 0.27 l +0.03 0.27 l +0.03 0.26 l +0.04 0.27 l +0.03 0.27 l +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +464.00 488.59 lineto +0.04 0.26 l +0.04 0.27 l +0.04 0.27 l +0.04 0.26 l +0.05 0.27 l +0.04 0.27 l +0.04 0.26 l +0.04 0.27 l +0.05 0.27 l +0.04 0.26 l +0.05 0.27 l +24.45 0 l +0.04 -0.27 l +0.05 -0.26 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.27 l +0.03 -0.26 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.26 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.04 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0 -0.26 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.01 -0.27 l +-0.02 -0.27 l +-0.01 -0.26 l +-0.02 -0.27 l +490.18 468.04 lineto +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +487.55 441.36 lineto +-0.01 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +0 -0.26 l +-0.01 -0.27 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.02 -0.27 l +0.01 -0.26 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.03 -0.27 l +0.04 -0.26 l +0.03 -0.27 l +0.04 -0.27 l +0.03 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.05 -0.26 l +0.04 -0.27 l +0.05 -0.27 l +0.04 -0.26 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.26 l +0.04 -0.27 l +0.06 -0.27 l +0.05 -0.27 l +0.05 -0.26 l +0.05 -0.27 l +0.05 -0.27 l +0.06 -0.26 l +0.05 -0.27 l +0.05 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.05 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.07 -0.27 l +490.18 414.68 lineto +0.07 -0.26 l +0.06 -0.27 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.26 l +0.06 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.06 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.08 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.27 l +0.08 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.08 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.06 -0.27 l +0.07 -0.26 l +0.07 -0.27 l +0.07 -0.27 l +0.07 -0.26 l +0.06 -0.27 l +0.07 -0.27 l +0.07 -0.27 l +0.06 -0.26 l +0.07 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.07 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.07 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.05 -0.27 l +0.06 -0.27 l +0.06 -0.26 l +0.06 -0.27 l +0.05 -0.27 l +0.06 -0.26 l +0.05 -0.27 l +0.05 -0.27 l +0.06 -0.26 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.27 l +0.05 -0.26 l +0.05 -0.27 l +0.04 -0.27 l +0.05 -0.26 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.05 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.04 -0.27 l +0.04 -0.26 l +0.04 -0.27 l +0.03 -0.27 l +0.04 -0.26 l +0.03 -0.27 l +496.34 388.00 lineto +0.04 -0.26 l +0.03 -0.27 l +0.03 -0.27 l +0.03 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.03 -0.27 l +0.02 -0.26 l +0.03 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.02 -0.27 l +0.02 -0.26 l +0.02 -0.27 l +0.01 -0.27 l +0.02 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0.01 -0.27 l +0.01 -0.26 l +0.01 -0.27 l +0 -0.27 l +0.01 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.26 l +0 -0.27 l +0 -0.27 l +0 -0.27 l +-0.01 -0.26 l +0 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.01 -0.26 l +-0.01 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.01 -0.27 l +-0.02 -0.26 l +-0.02 -0.27 l +-0.02 -0.27 l +-0.02 -0.26 l +-0.03 -0.27 l +-0.02 -0.27 l +-0.03 -0.26 l +-0.02 -0.27 l +-0.03 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.03 -0.26 l +-0.03 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.04 -0.27 l +-0.03 -0.27 l +-0.04 -0.26 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.04 -0.26 l +-0.05 -0.27 l +-0.04 -0.27 l +-0.05 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.26 l +-0.05 -0.27 l +-0.05 -0.27 l +-0.05 -0.26 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.26 l +-0.06 -0.27 l +-0.06 -0.27 l +-0.05 -0.27 l +-0.06 -0.26 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.06 -0.26 l +-0.06 -0.27 l +-0.07 -0.27 l +-0.06 -0.26 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.26 l +-0.07 -0.27 l +-0.06 -0.27 l +-0.08 -0.26 l +-0.07 -0.27 l +-0.07 -0.27 l +-0.07 -0.26 l +-0.08 -0.27 l +493.98 361.32 lineto +-0.08 -0.26 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.07 -0.27 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.08 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.09 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.09 -0.26 l +-0.08 -0.27 l +-0.08 -0.27 l +-0.09 -0.26 l +-0.09 -0.27 l +-0.08 -0.27 l +-0.09 -0.26 l +-0.09 -0.27 l +-0.09 -0.27 l +-0.08 -0.26 l +-30.79 0 l +cp p3 +np + 516.17 347.77 m +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.10 0.35 l +-0.09 0.35 l +-0.10 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.35 l +-0.09 0.34 l +-0.09 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.09 0.34 l +-0.08 0.35 l +-0.09 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.08 0.35 l +-0.07 0.35 l +-0.08 0.35 l +-0.08 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.34 l +-0.07 0.35 l +-0.07 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.07 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.34 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.06 0.35 l +-0.04 0.35 l +-0.05 0.34 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.34 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.34 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.34 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.03 0.34 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.34 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.34 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +509.61 382.51 lineto +-0.01 0.35 l +0 0.35 l +-0.01 0.34 l +0 0.35 l +0 0.35 l +0 0.34 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.34 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.34 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.34 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.34 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.34 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.34 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +514.03 417.25 lineto +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.34 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.34 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.34 l +0.06 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.34 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.34 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.34 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.34 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.01 0.35 l +0.02 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.34 l +0 0.35 l +517.14 452.00 lineto +0 0.35 l +0.01 0.34 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.34 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.34 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.34 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.34 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.34 l +0.01 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.34 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.34 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.34 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +518.22 486.74 lineto +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.34 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.34 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +521.63 521.49 lineto +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.34 l +0.04 0.35 l +0.04 0.35 l +12.32 0 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.04 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +537.61 494.73 lineto +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.34 l +539.23 459.99 lineto +0.01 -0.35 l +0 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.34 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.34 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.34 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.34 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.34 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.34 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +541.15 425.25 lineto +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.34 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.34 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.34 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +546.62 390.50 lineto +0.02 -0.35 l +0.03 -0.34 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.34 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.34 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.34 l +0 -0.35 l +0 -0.35 l +-0.01 -0.34 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.34 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.34 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.34 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.34 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.34 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.34 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.34 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.34 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.07 -0.35 l +-0.08 -0.34 l +-0.07 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.35 l +-0.08 -0.34 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.08 -0.35 l +-0.09 -0.34 l +-0.08 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.34 l +-0.09 -0.35 l +-0.09 -0.35 l +-0.09 -0.35 l +542.55 355.76 lineto +-0.09 -0.35 l +-0.10 -0.35 l +-0.09 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.09 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.35 l +-0.10 -0.34 l +-24.12 0 l +cp p3 +np + 564.00 350.64 m +-0.08 0.29 l +-0.08 0.28 l +-0.08 0.28 l +-0.08 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.08 0.28 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.28 l +-0.07 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.28 l +-0.06 0.29 l +-0.07 0.28 l +-0.06 0.29 l +-0.05 0.28 l +-0.06 0.29 l +-0.06 0.28 l +-0.06 0.29 l +-0.05 0.28 l +-0.06 0.28 l +-0.05 0.29 l +-0.05 0.28 l +-0.05 0.29 l +-0.05 0.28 l +-0.05 0.29 l +-0.05 0.28 l +-0.05 0.29 l +-0.04 0.28 l +-0.05 0.29 l +-0.04 0.28 l +-0.05 0.28 l +-0.04 0.29 l +-0.04 0.28 l +-0.04 0.29 l +-0.04 0.28 l +-0.03 0.29 l +-0.04 0.28 l +-0.04 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +0 0.28 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.28 l +0 0.29 l +0.01 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +560.78 379.09 lineto +0.02 0.28 l +0.03 0.29 l +0.03 0.28 l +0.02 0.29 l +0.03 0.28 l +0.03 0.29 l +0.04 0.28 l +0.03 0.29 l +0.03 0.28 l +0.04 0.28 l +0.03 0.29 l +0.04 0.28 l +0.04 0.29 l +0.03 0.28 l +0.04 0.29 l +0.04 0.28 l +0.05 0.29 l +0.04 0.28 l +0.04 0.28 l +0.05 0.29 l +0.04 0.28 l +0.05 0.29 l +0.04 0.28 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.28 l +0.06 0.28 l +0.05 0.29 l +0.05 0.28 l +0.06 0.29 l +0.05 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.29 l +0.05 0.28 l +0.06 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.29 l +0.07 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.29 l +0.07 0.28 l +0.06 0.28 l +0.07 0.29 l +0.06 0.28 l +0.07 0.29 l +0.06 0.28 l +0.07 0.29 l +0.07 0.28 l +0.06 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.28 l +0.06 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.08 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.08 0.29 l +0.07 0.28 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.08 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.08 0.29 l +0.07 0.28 l +0.06 0.29 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +0.07 0.28 l +0.07 0.29 l +0.07 0.28 l +566.66 407.54 lineto +0.06 0.28 l +0.07 0.29 l +0.07 0.28 l +0.06 0.29 l +0.07 0.28 l +0.06 0.28 l +0.07 0.29 l +0.06 0.28 l +0.07 0.29 l +0.06 0.28 l +0.06 0.29 l +0.07 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.28 l +0.06 0.29 l +0.06 0.28 l +0.06 0.29 l +0.05 0.28 l +0.06 0.29 l +0.06 0.28 l +0.05 0.29 l +0.06 0.28 l +0.05 0.28 l +0.05 0.29 l +0.06 0.28 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.28 l +0.05 0.29 l +0.05 0.28 l +0.05 0.28 l +0.04 0.29 l +0.05 0.28 l +0.04 0.29 l +0.05 0.28 l +0.04 0.29 l +0.05 0.28 l +0.04 0.29 l +0.04 0.28 l +0.04 0.29 l +0.04 0.28 l +0.04 0.28 l +0.04 0.29 l +0.04 0.28 l +0.03 0.29 l +0.04 0.28 l +0.03 0.29 l +0.04 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.03 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.03 0.28 l +0.01 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.01 0.29 l +0.02 0.28 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +570.03 435.99 lineto +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +0 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.04 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.04 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.04 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.04 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.29 l +-0.03 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +567.50 464.43 lineto +-0.02 0.29 l +-0.02 0.28 l +-0.03 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.29 l +-0.01 0.28 l +-0.02 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.29 l +-0.02 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.29 l +-0.01 0.28 l +-0.01 0.28 l +0 0.29 l +-0.01 0.28 l +-0.01 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.29 l +0 0.28 l +-0.01 0.29 l +0 0.28 l +0 0.28 l +0 0.29 l +0 0.28 l +0 0.29 l +0.01 0.28 l +0 0.29 l +0 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.28 l +0.01 0.29 l +0 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.28 l +0.01 0.29 l +0.01 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.29 l +0.01 0.28 l +0.02 0.29 l +0.02 0.28 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.02 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.03 0.29 l +0.02 0.28 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.03 0.29 l +0.03 0.28 l +0.04 0.28 l +0.03 0.29 l +0.03 0.28 l +0.04 0.29 l +0.04 0.28 l +0.03 0.29 l +0.04 0.28 l +0.04 0.29 l +0.04 0.28 l +0.03 0.29 l +0.04 0.28 l +0.04 0.28 l +0.04 0.29 l +568.28 492.88 lineto +0.04 0.29 l +0.04 0.28 l +0.04 0.29 l +0.05 0.28 l +0.04 0.29 l +0.05 0.28 l +0.04 0.28 l +0.05 0.29 l +0.04 0.28 l +0.05 0.29 l +0.05 0.28 l +22.00 0 l +0.04 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.28 l +0.05 -0.29 l +0.04 -0.28 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +592.44 470.98 lineto +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.04 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.04 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.04 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +589.83 442.53 lineto +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.03 -0.29 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.05 -0.29 l +0.04 -0.28 l +0.05 -0.29 l +0.04 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.04 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.06 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.06 -0.28 l +0.05 -0.28 l +591.45 414.08 lineto +0.05 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.05 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.28 l +0.07 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.28 l +0.07 -0.29 l +0.06 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.06 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.08 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.08 -0.29 l +0.07 -0.28 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.08 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.07 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.28 l +0.06 -0.29 l +0.07 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.06 -0.28 l +0.06 -0.29 l +0.05 -0.28 l +0.06 -0.29 l +0.06 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.06 -0.29 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +0.05 -0.29 l +0.05 -0.28 l +597.92 385.63 lineto +0.05 -0.28 l +0.04 -0.29 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.05 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.04 -0.29 l +0.04 -0.28 l +0.03 -0.29 l +0.04 -0.28 l +0.04 -0.29 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.03 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.29 l +0.03 -0.28 l +0.02 -0.29 l +0.02 -0.28 l +0.01 -0.29 l +0.02 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.02 -0.29 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.29 l +0.01 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0.01 -0.29 l +0 -0.28 l +0 -0.28 l +0 -0.29 l +0 -0.28 l +-0.01 -0.29 l +0 -0.28 l +0 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.01 -0.28 l +-0.01 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.01 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.02 -0.29 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.02 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.03 -0.28 l +-0.03 -0.29 l +-0.04 -0.28 l +-0.03 -0.28 l +-0.04 -0.29 l +-0.03 -0.28 l +-0.04 -0.29 l +-0.04 -0.28 l +-0.04 -0.29 l +-0.04 -0.28 l +-0.04 -0.29 l +-0.04 -0.28 l +-0.05 -0.28 l +-0.04 -0.29 l +-0.05 -0.28 l +-0.04 -0.29 l +-0.05 -0.28 l +-0.05 -0.29 l +-0.05 -0.28 l +-0.05 -0.29 l +-0.06 -0.28 l +-0.05 -0.29 l +-0.05 -0.28 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.05 -0.28 l +-0.06 -0.29 l +-0.06 -0.28 l +-0.06 -0.29 l +-0.06 -0.28 l +597.20 357.18 lineto +-0.07 -0.28 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.06 -0.28 l +-0.07 -0.29 l +-0.08 -0.28 l +-0.07 -0.28 l +-0.07 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.07 -0.28 l +-0.08 -0.29 l +-0.08 -0.28 l +-0.08 -0.29 l +-0.07 -0.28 l +-0.08 -0.28 l +-0.08 -0.29 l +-31.54 0 l +cp p3 +np + 623.48 318.73 m +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.06 0.36 l +-0.05 0.37 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.37 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.37 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.37 l +-0.03 0.36 l +-0.03 0.36 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +618.69 354.79 lineto +-0.02 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.37 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.37 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.37 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.37 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.37 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +618.51 390.85 lineto +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.37 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0 0.37 l +0.01 0.36 l +0.01 0.36 l +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0 0.36 l +620.10 426.91 lineto +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.37 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.36 l +618.73 462.97 lineto +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.37 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +-0.01 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.37 l +0 0.36 l +0 0.36 l +-0.01 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0 0.36 l +0.01 0.36 l +0 0.36 l +0.01 0.36 l +0.01 0.36 l +0 0.37 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.01 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.37 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.02 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.03 0.36 l +0.02 0.36 l +0.03 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.37 l +0.03 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.04 0.36 l +0.03 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.04 0.36 l +0.05 0.37 l +0.04 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.04 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +620.46 499.03 lineto +0.05 0.36 l +0.05 0.36 l +0.05 0.36 l +0.06 0.37 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.05 0.36 l +0.06 0.36 l +0.06 0.36 l +20.49 0 l +0.06 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.37 l +0.06 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.36 l +0.04 -0.36 l +0.05 -0.37 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.36 l +0.03 -0.37 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +644.07 471.27 lineto +0 -0.36 l +0 -0.36 l +-0.01 -0.37 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.37 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +642.61 435.21 lineto +-0.01 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.37 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +643.62 399.15 lineto +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.37 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.37 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.36 l +0.01 -0.37 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.37 l +0 -0.36 l +0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +0 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.37 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +644.42 363.08 lineto +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.37 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.04 -0.37 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.37 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.37 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.37 l +640.45 327.02 lineto +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.37 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.06 -0.36 l +-15.65 0 l +cp p3 +np + 674.33 318.73 m +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.07 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.06 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.05 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.04 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.03 0.35 l +669.58 353.73 lineto +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.03 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +669.77 388.73 lineto +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.34 l +670.61 423.72 lineto +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.02 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +-0.01 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +-0.01 0.35 l +0 0.35 l +0 0.35 l +669.28 458.72 lineto +0 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.01 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.01 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.02 0.35 l +0.02 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.02 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.03 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.04 0.35 l +0.04 0.35 l +0.05 0.35 l +0.05 0.35 l +0.04 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.05 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.05 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +672.62 493.72 lineto +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.07 0.35 l +0.06 0.35 l +0.06 0.35 l +0.07 0.35 l +19.04 0 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.07 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.06 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.05 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.04 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.03 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +696.23 466.77 lineto +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +695.37 431.77 lineto +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.34 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +695.49 396.78 lineto +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.02 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0.01 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +0 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +696.50 361.78 lineto +-0.01 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.01 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.02 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.03 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.04 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +692.74 326.78 lineto +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.05 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-0.07 -0.35 l +-0.06 -0.35 l +-0.06 -0.35 l +-17.02 0 l +cp p3 +np + 726.88 318.73 m +-0.05 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.06 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.06 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.35 l +-0.05 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.36 l +-0.05 0.35 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.35 l +-0.05 0.36 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.05 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.03 0.36 l +-0.04 0.35 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.04 0.36 l +-0.03 0.35 l +-0.04 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.04 0.36 l +722.21 354.39 lineto +-0.04 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.03 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.36 l +-0.03 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.03 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +0 0.36 l +-0.01 0.36 l +-0.01 0.35 l +0 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.02 0.35 l +0.01 0.36 l +0.01 0.36 l +721.28 390.04 lineto +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.03 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.35 l +0.01 0.36 l +723.43 425.70 lineto +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +-0.01 0.36 l +0 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +722.87 461.35 lineto +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.02 0.36 l +-0.01 0.35 l +-0.02 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.02 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.02 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +-0.01 0.36 l +-0.01 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +-0.01 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +0 0.36 l +-0.01 0.35 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0 0.36 l +0 0.35 l +0 0.36 l +0.01 0.36 l +0 0.35 l +0.01 0.36 l +0 0.36 l +0.01 0.35 l +0 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.01 0.36 l +0.01 0.35 l +0.01 0.36 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.01 0.36 l +0.02 0.35 l +0.02 0.36 l +0.01 0.35 l +0.02 0.36 l +0.02 0.36 l +0.02 0.35 l +0.02 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.02 0.36 l +0.03 0.35 l +0.02 0.36 l +0.03 0.36 l +0.02 0.35 l +0.03 0.36 l +0.03 0.36 l +0.03 0.35 l +0.03 0.36 l +0.03 0.36 l +0.03 0.35 l +722.93 497.01 lineto +0.03 0.36 l +0.04 0.35 l +0.03 0.36 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +0.03 0.36 l +0.04 0.35 l +0.04 0.36 l +0.04 0.36 l +0.03 0.35 l +22.11 0 l +0.04 -0.35 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.35 l +0.04 -0.36 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.04 -0.36 l +0.03 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.03 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +746.28 469.55 lineto +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0 -0.36 l +0.01 -0.35 l +745.10 433.90 lineto +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.03 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.03 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +747.05 398.24 lineto +0.02 -0.35 l +0.03 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.01 -0.36 l +0.02 -0.35 l +0.02 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.02 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0.01 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0.01 -0.35 l +0 -0.36 l +0.01 -0.36 l +0 -0.35 l +0.01 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0.01 -0.35 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +0 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +0 -0.36 l +0 -0.35 l +-0.01 -0.36 l +0 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +0 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +0 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.01 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.01 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.01 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.02 -0.36 l +-0.02 -0.36 l +747.20 362.59 lineto +-0.03 -0.36 l +-0.02 -0.36 l +-0.02 -0.35 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.02 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.03 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.03 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.03 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.04 -0.36 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.04 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.04 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.04 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +743.09 326.93 lineto +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.06 -0.36 l +-0.05 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.06 -0.36 l +-0.05 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-0.05 -0.36 l +-0.06 -0.35 l +-0.05 -0.36 l +-14.99 0 l +cp p3 +np + 772.06 350.64 m +-0.06 0.28 l +-0.06 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.06 0.28 l +-0.05 0.28 l +-0.06 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.05 0.27 l +-0.05 0.28 l +-0.04 0.28 l +-0.05 0.28 l +-0.05 0.28 l +-0.04 0.28 l +-0.05 0.28 l +-0.04 0.28 l +-0.05 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.04 0.28 l +-0.03 0.28 l +-0.04 0.27 l +-0.04 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.04 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.27 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.27 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.27 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +769.90 378.59 lineto +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.27 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.27 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.27 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.27 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.27 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.03 0.28 l +772.93 406.54 lineto +0.03 0.28 l +0.03 0.28 l +0.03 0.27 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.27 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.27 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0 0.27 l +0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.27 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.27 l +773.80 434.48 lineto +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.27 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.27 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.27 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.03 0.28 l +-0.02 0.27 l +-0.03 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.03 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.27 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.02 0.28 l +-0.01 0.28 l +771.38 462.43 lineto +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.02 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.28 l +-0.01 0.27 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +-0.01 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +-0.01 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0 0.28 l +0.01 0.28 l +0 0.27 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.01 0.28 l +0 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.01 0.28 l +0.01 0.28 l +0.02 0.28 l +0.02 0.28 l +0.01 0.28 l +0.02 0.27 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.02 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.28 l +0.03 0.27 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.04 0.28 l +0.04 0.28 l +0.03 0.28 l +0.04 0.28 l +0.04 0.28 l +0.05 0.28 l +0.04 0.28 l +0.04 0.28 l +0.04 0.28 l +0.05 0.28 l +0.04 0.28 l +0.04 0.28 l +0.05 0.27 l +0.05 0.28 l +0.04 0.28 l +0.05 0.28 l +0.05 0.28 l +0.05 0.28 l +0.05 0.28 l +0.05 0.28 l +0.05 0.28 l +0.05 0.28 l +773.12 490.38 lineto +0.05 0.28 l +0.05 0.28 l +0.06 0.28 l +0.05 0.28 l +0.06 0.28 l +0.05 0.28 l +0.06 0.28 l +0.05 0.28 l +0.06 0.27 l +0.06 0.28 l +0.05 0.28 l +24.39 0 l +0.05 -0.28 l +0.06 -0.28 l +0.06 -0.27 l +0.05 -0.28 l +0.06 -0.28 l +0.05 -0.28 l +0.06 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.06 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.05 -0.28 l +0.04 -0.28 l +0.05 -0.28 l +0.04 -0.27 l +0.05 -0.28 l +0.04 -0.28 l +0.05 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.27 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.27 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +800.66 468.86 lineto +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +-0.01 -0.27 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.27 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.27 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.27 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.27 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +798.50 440.91 lineto +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.27 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.01 -0.27 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.27 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.27 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.27 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +798.27 412.96 lineto +0.03 -0.28 l +0.02 -0.27 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.27 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.27 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.27 l +0.04 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.27 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.04 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.28 l +0.03 -0.27 l +0.02 -0.28 l +0.03 -0.28 l +801.46 385.02 lineto +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.03 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.27 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.02 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.27 l +0.01 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0.01 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.28 l +-0.01 -0.28 l +0 -0.27 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.01 -0.28 l +-0.03 -0.28 l +-0.02 -0.27 l +-0.02 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.02 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.04 -0.28 l +-0.03 -0.28 l +-0.03 -0.28 l +-0.04 -0.28 l +-0.03 -0.28 l +-0.04 -0.27 l +-0.03 -0.28 l +-0.04 -0.28 l +-0.04 -0.28 l +-0.04 -0.28 l +-0.04 -0.28 l +-0.04 -0.28 l +-0.04 -0.28 l +800.91 357.07 lineto +-0.04 -0.28 l +-0.04 -0.28 l +-0.05 -0.28 l +-0.04 -0.28 l +-0.05 -0.28 l +-0.04 -0.28 l +-0.05 -0.28 l +-0.05 -0.28 l +-0.04 -0.28 l +-0.05 -0.28 l +-0.05 -0.27 l +-0.05 -0.28 l +-0.05 -0.28 l +-0.05 -0.28 l +-0.05 -0.28 l +-0.06 -0.28 l +-0.05 -0.28 l +-0.05 -0.28 l +-0.06 -0.28 l +-0.05 -0.28 l +-0.06 -0.28 l +-0.05 -0.28 l +-0.06 -0.28 l +-27.71 0 l +cp p3 +np + 829.52 318.73 m +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.07 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.06 0.31 l +-0.06 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.06 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.06 0.31 l +-0.05 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.06 0.31 l +-0.05 0.32 l +-0.06 0.32 l +-0.05 0.32 l +-0.05 0.32 l +-0.05 0.32 l +-0.06 0.32 l +-0.05 0.31 l +-0.05 0.32 l +-0.05 0.32 l +823.49 350.58 lineto +-0.05 0.32 l +-0.05 0.32 l +-0.05 0.31 l +-0.05 0.32 l +-0.05 0.32 l +-0.04 0.32 l +-0.05 0.32 l +-0.05 0.32 l +-0.05 0.32 l +-0.04 0.31 l +-0.05 0.32 l +-0.04 0.32 l +-0.05 0.32 l +-0.04 0.32 l +-0.05 0.32 l +-0.04 0.32 l +-0.04 0.31 l +-0.05 0.32 l +-0.04 0.32 l +-0.04 0.32 l +-0.04 0.32 l +-0.04 0.32 l +-0.04 0.31 l +-0.04 0.32 l +-0.04 0.32 l +-0.04 0.32 l +-0.04 0.32 l +-0.03 0.32 l +-0.04 0.32 l +-0.04 0.31 l +-0.03 0.32 l +-0.04 0.32 l +-0.03 0.32 l +-0.04 0.32 l +-0.03 0.32 l +-0.03 0.31 l +-0.04 0.32 l +-0.03 0.32 l +-0.03 0.32 l +-0.03 0.32 l +-0.03 0.32 l +-0.03 0.32 l +-0.03 0.31 l +-0.03 0.32 l +-0.03 0.32 l +-0.02 0.32 l +-0.03 0.32 l +-0.03 0.32 l +-0.02 0.32 l +-0.03 0.31 l +-0.02 0.32 l +-0.02 0.32 l +-0.03 0.32 l +-0.02 0.32 l +-0.02 0.32 l +-0.02 0.31 l +-0.02 0.32 l +-0.02 0.32 l +-0.02 0.32 l +-0.02 0.32 l +-0.02 0.32 l +-0.02 0.32 l +-0.01 0.31 l +-0.02 0.32 l +-0.02 0.32 l +-0.01 0.32 l +-0.02 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.02 0.31 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.32 l +-0.01 0.31 l +-0.01 0.32 l +-0.01 0.32 l +0 0.32 l +-0.01 0.32 l +-0.01 0.32 l +0 0.32 l +-0.01 0.31 l +0 0.32 l +0 0.32 l +-0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0.01 0.32 l +0 0.32 l +0 0.32 l +821.10 382.43 lineto +0 0.32 l +0.01 0.32 l +0.01 0.31 l +0 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.02 0.31 l +0.01 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.31 l +0.01 0.32 l +0.02 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.31 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.31 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.31 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.31 l +0.03 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.02 0.32 l +823.19 414.28 lineto +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.01 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.31 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.31 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +824.32 446.13 lineto +0 0.31 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.31 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.32 l +0 0.32 l +0.01 0.31 l +0 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0 0.31 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0 0.31 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.31 l +0.01 0.32 l +0.01 0.32 l +0.02 0.32 l +0.01 0.32 l +0.01 0.32 l +0.01 0.32 l +0.02 0.31 l +0.01 0.32 l +0.01 0.32 l +0.02 0.32 l +0.02 0.32 l +0.01 0.32 l +0.02 0.31 l +0.01 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.31 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.02 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.02 0.32 l +0.03 0.32 l +0.03 0.31 l +0.02 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.32 l +0.03 0.31 l +0.04 0.32 l +0.03 0.32 l +0.03 0.32 l +0.04 0.32 l +0.03 0.32 l +0.04 0.31 l +0.03 0.32 l +0.04 0.32 l +0.04 0.32 l +0.03 0.32 l +0.04 0.32 l +0.04 0.32 l +0.04 0.31 l +0.04 0.32 l +0.04 0.32 l +0.04 0.32 l +0.04 0.32 l +0.04 0.32 l +826.07 477.98 lineto +0.04 0.31 l +0.05 0.32 l +0.04 0.32 l +0.05 0.32 l +0.04 0.32 l +0.05 0.32 l +0.04 0.31 l +0.05 0.32 l +0.05 0.32 l +0.05 0.32 l +0.05 0.32 l +21.75 0 l +0.04 -0.32 l +0.05 -0.32 l +0.05 -0.32 l +0.05 -0.32 l +0.05 -0.31 l +0.04 -0.32 l +0.05 -0.32 l +0.04 -0.32 l +0.05 -0.32 l +0.04 -0.32 l +0.04 -0.31 l +0.05 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.04 -0.31 l +0.04 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.03 -0.32 l +0.04 -0.32 l +0.04 -0.32 l +0.03 -0.31 l +0.04 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.04 -0.32 l +0.03 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +850.51 453.45 lineto +0 -0.32 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.31 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.31 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +851.22 421.60 lineto +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.31 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.03 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.31 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.03 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.02 -0.32 l +0.02 -0.31 l +0.02 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +853.55 389.75 lineto +0.02 -0.31 l +0.02 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.31 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.02 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.31 l +0 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0.01 -0.32 l +0 -0.31 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.31 l +0 -0.32 l +0 -0.32 l +0.01 -0.32 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +0 -0.32 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.31 l +0 -0.32 l +-0.01 -0.32 l +0 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.32 l +-0.01 -0.31 l +-0.02 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.01 -0.32 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.02 -0.32 l +-0.02 -0.32 l +-0.01 -0.32 l +-0.02 -0.32 l +-0.03 -0.32 l +-0.02 -0.31 l +-0.02 -0.32 l +-0.02 -0.32 l +-0.02 -0.32 l +-0.03 -0.32 l +-0.02 -0.32 l +-0.03 -0.31 l +-0.02 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.02 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.03 -0.31 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.03 -0.32 l +-0.04 -0.31 l +-0.03 -0.32 l +-0.04 -0.32 l +-0.03 -0.32 l +-0.04 -0.32 l +-0.03 -0.32 l +-0.04 -0.31 l +-0.03 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +852.45 357.90 lineto +-0.04 -0.31 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.05 -0.31 l +-0.04 -0.32 l +-0.05 -0.32 l +-0.04 -0.32 l +-0.04 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.04 -0.31 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.04 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.05 -0.32 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.05 -0.32 l +-0.05 -0.31 l +-0.06 -0.32 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.05 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.05 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +846.82 326.06 lineto +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.07 -0.32 l +-0.06 -0.32 l +-0.06 -0.31 l +-0.06 -0.32 l +-0.06 -0.32 l +-0.06 -0.32 l +-15.87 0 l +cp p3 +np + 879.00 331.40 m +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.09 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.09 0.34 l +-0.08 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.33 l +-0.08 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.33 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.33 l +-0.07 0.34 l +-0.08 0.34 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.34 l +-0.06 0.34 l +-0.07 0.34 l +-0.07 0.33 l +-0.06 0.34 l +-0.07 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.07 0.33 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.33 l +-0.06 0.34 l +-0.06 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.06 0.33 l +-0.05 0.34 l +-0.06 0.34 l +-0.05 0.34 l +-0.05 0.33 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.34 l +-0.05 0.33 l +-0.05 0.34 l +871.65 365.18 lineto +-0.05 0.34 l +-0.04 0.33 l +-0.05 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.34 l +-0.04 0.33 l +-0.04 0.34 l +-0.03 0.34 l +-0.04 0.34 l +-0.04 0.33 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.33 l +-0.03 0.34 l +-0.03 0.34 l +-0.03 0.34 l +-0.02 0.33 l +-0.03 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.34 l +-0.02 0.33 l +-0.02 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.02 0.33 l +-0.01 0.34 l +-0.02 0.34 l +-0.01 0.34 l +-0.01 0.34 l +-0.01 0.33 l +-0.01 0.34 l +0 0.34 l +-0.01 0.34 l +0 0.33 l +-0.01 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0 0.33 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.33 l +0 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.02 0.34 l +0.01 0.34 l +0.01 0.34 l +0.02 0.33 l +0.02 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.03 0.33 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.33 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.33 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.03 0.33 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.33 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.33 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.33 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +872.41 398.96 lineto +0.06 0.33 l +0.05 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.33 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.06 0.33 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.33 l +0.05 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.33 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.34 l +0.06 0.33 l +0.05 0.34 l +0.06 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.33 l +0.06 0.34 l +0.05 0.34 l +0.05 0.34 l +0.06 0.34 l +0.05 0.33 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.33 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.04 0.33 l +0.05 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.33 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.33 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.03 0.33 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.33 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.34 l +0.03 0.33 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.33 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +877.30 432.73 lineto +0.02 0.34 l +0.03 0.34 l +0.02 0.34 l +0.02 0.33 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.33 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.33 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.02 0.34 l +0.01 0.33 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.33 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0.01 0.33 l +0 0.34 l +0.01 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.33 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.33 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0 0.33 l +0.01 0.34 l +0 0.34 l +0 0.34 l +0.01 0.33 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0 0.33 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0 0.33 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0 0.33 l +0 0.34 l +0.01 0.34 l +0 0.34 l +0 0.33 l +0.01 0.34 l +0 0.34 l +0 0.34 l +0 0.34 l +0.01 0.33 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.33 l +0.01 0.34 l +0 0.34 l +0 0.34 l +0.01 0.34 l +0 0.33 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0 0.33 l +0.01 0.34 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0.01 0.33 l +878.13 466.51 lineto +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.01 0.34 l +0 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.02 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.34 l +0.01 0.33 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.33 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.01 0.34 l +0.02 0.33 l +0.02 0.34 l +0.01 0.34 l +0.02 0.34 l +0.02 0.33 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.33 l +0.02 0.34 l +0.02 0.34 l +0.02 0.34 l +0.02 0.33 l +0.03 0.34 l +0.02 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.33 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.02 0.33 l +0.03 0.34 l +0.03 0.34 l +0.02 0.34 l +0.03 0.34 l +0.03 0.33 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.03 0.33 l +0.03 0.34 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.33 l +0.03 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.33 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.03 0.33 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.03 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.33 l +0.04 0.34 l +0.04 0.34 l +0.04 0.34 l +0.05 0.33 l +0.04 0.34 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.33 l +0.04 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.33 l +0.04 0.34 l +0.05 0.34 l +880.86 500.29 lineto +0.04 0.34 l +0.05 0.33 l +0.05 0.34 l +0.04 0.34 l +0.05 0.34 l +0.05 0.33 l +0.05 0.34 l +0.05 0.34 l +0.05 0.34 l +0.04 0.34 l +0.05 0.33 l +15.21 0 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.33 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.34 l +899.59 474.28 lineto +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.33 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.33 l +0 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.33 l +0 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0 -0.33 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.34 l +900.24 440.50 lineto +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.34 l +0.01 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.33 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.05 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.05 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.06 -0.33 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.33 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.33 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +904.26 406.72 lineto +0.06 -0.33 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.33 l +0.06 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.06 -0.33 l +0.05 -0.34 l +0.06 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.06 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.05 -0.33 l +0.04 -0.34 l +0.05 -0.34 l +0.05 -0.34 l +0.04 -0.34 l +0.05 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.05 -0.34 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.34 l +0.04 -0.34 l +0.03 -0.34 l +0.04 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.34 l +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.34 l +0 -0.34 l +0 -0.34 l +0.01 -0.33 l +0 -0.34 l +-0.01 -0.34 l +0 -0.34 l +0 -0.34 l +-0.01 -0.33 l +0 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.01 -0.33 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.01 -0.33 l +-0.02 -0.34 l +-0.01 -0.34 l +-0.02 -0.34 l +-0.02 -0.33 l +907.11 372.95 lineto +-0.02 -0.34 l +-0.03 -0.34 l +-0.02 -0.34 l +-0.03 -0.33 l +-0.02 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.33 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.03 -0.34 l +-0.04 -0.34 l +-0.03 -0.33 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.03 -0.33 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.04 -0.34 l +-0.05 -0.33 l +-0.04 -0.34 l +-0.05 -0.34 l +-0.04 -0.34 l +-0.05 -0.33 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.34 l +-0.05 -0.33 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.05 -0.33 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.05 -0.34 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.06 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.06 -0.34 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.33 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.33 l +-0.07 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.07 -0.33 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.33 l +-0.08 -0.34 l +-0.07 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.33 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.33 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.33 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.08 -0.33 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.33 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.33 l +-0.09 -0.34 l +900.90 339.17 lineto +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.33 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.33 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.33 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.33 l +-0.09 -0.34 l +-0.08 -0.34 l +-0.08 -0.34 l +-0.09 -0.34 l +-0.08 -0.33 l +-0.08 -0.34 l +-0.09 -0.34 l +-19.97 0 l +cp p3 +np + 933.39 318.73 m +-0.05 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.05 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.05 0.33 l +-0.06 0.34 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.05 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.07 0.34 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.07 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.34 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.34 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.08 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +926.86 351.89 lineto +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.34 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.34 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.07 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.07 0.33 l +-0.06 0.34 l +-0.06 0.33 l +-0.06 0.33 l +-0.06 0.33 l +-0.05 0.33 l +-0.06 0.33 l +-0.06 0.34 l +-0.06 0.33 l +-0.05 0.33 l +-0.06 0.33 l +-0.05 0.33 l +-0.06 0.33 l +-0.05 0.34 l +-0.06 0.33 l +-0.05 0.33 l +-0.05 0.33 l +-0.05 0.33 l +-0.05 0.33 l +-0.05 0.33 l +-0.05 0.34 l +-0.05 0.33 l +-0.04 0.33 l +-0.05 0.33 l +-0.05 0.33 l +-0.04 0.33 l +-0.05 0.34 l +-0.04 0.33 l +-0.04 0.33 l +-0.04 0.33 l +-0.04 0.33 l +-0.04 0.33 l +-0.04 0.34 l +-0.04 0.33 l +-0.04 0.33 l +-0.03 0.33 l +-0.04 0.33 l +-0.03 0.33 l +-0.04 0.34 l +-0.03 0.33 l +-0.03 0.33 l +-0.03 0.33 l +-0.03 0.33 l +-0.03 0.33 l +-0.03 0.34 l +-0.03 0.33 l +-0.02 0.33 l +-0.03 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.03 0.34 l +-0.02 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.33 l +-0.02 0.33 l +-0.02 0.33 l +-0.01 0.34 l +-0.01 0.33 l +-0.02 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.33 l +-0.01 0.34 l +0 0.33 l +-0.01 0.33 l +-0.01 0.33 l +0 0.33 l +0 0.33 l +-0.01 0.34 l +0 0.33 l +0 0.33 l +0 0.33 l +0 0.33 l +0.01 0.33 l +922.83 385.06 lineto +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.34 l +0.02 0.33 l +0.02 0.33 l +0.03 0.33 l +0.02 0.33 l +0.03 0.33 l +0.02 0.33 l +0.03 0.34 l +0.02 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.34 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.04 0.33 l +0.03 0.34 l +0.03 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.04 0.33 l +0.03 0.34 l +0.04 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.05 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.05 0.33 l +0.04 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.05 0.33 l +0.04 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.05 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.04 0.34 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.34 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.03 0.34 l +0.04 0.33 l +926.05 418.22 lineto +0.04 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.34 l +0.03 0.33 l +0.04 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.02 0.33 l +0.03 0.34 l +0.03 0.33 l +0.03 0.33 l +0.02 0.33 l +0.03 0.33 l +0.03 0.33 l +0.02 0.34 l +0.03 0.33 l +0.02 0.33 l +0.03 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.34 l +0.02 0.33 l +0.03 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.01 0.34 l +0.02 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.34 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.34 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.34 l +0 0.33 l +0.01 0.33 l +927.33 451.38 lineto +0.01 0.33 l +0 0.33 l +0.01 0.34 l +0.01 0.33 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.34 l +0.01 0.33 l +0 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.34 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.01 0.33 l +0.02 0.33 l +0.01 0.34 l +0.01 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.34 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.01 0.33 l +0.02 0.33 l +0.02 0.34 l +0.03 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.02 0.33 l +0.03 0.33 l +0.02 0.34 l +0.03 0.33 l +0.02 0.33 l +0.03 0.33 l +0.03 0.33 l +0.02 0.33 l +0.03 0.34 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.33 l +0.03 0.34 l +0.03 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.34 l +0.03 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.03 0.33 l +0.04 0.34 l +0.04 0.33 l +0.05 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.33 l +0.04 0.34 l +0.05 0.33 l +0.04 0.33 l +0.05 0.33 l +0.04 0.33 l +0.05 0.33 l +0.05 0.34 l +0.04 0.33 l +0.05 0.33 l +0.05 0.33 l +0.05 0.33 l +0.05 0.33 l +0.05 0.33 l +0.05 0.34 l +0.05 0.33 l +0.06 0.33 l +0.05 0.33 l +0.05 0.33 l +0.05 0.33 l +0.06 0.34 l +0.05 0.33 l +0.06 0.33 l +0.05 0.33 l +0.06 0.33 l +0.06 0.33 l +0.05 0.34 l +0.06 0.33 l +0.06 0.33 l +0.06 0.33 l +0.06 0.33 l +930.47 484.54 lineto +0.06 0.34 l +0.06 0.33 l +0.06 0.33 l +0.06 0.33 l +0.07 0.33 l +0.06 0.33 l +0.06 0.34 l +0.06 0.33 l +0.06 0.33 l +0.07 0.33 l +0.06 0.33 l +18.75 0 l +0.06 -0.33 l +0.07 -0.33 l +0.06 -0.33 l +0.06 -0.33 l +0.06 -0.34 l +0.06 -0.33 l +0.06 -0.33 l +0.07 -0.33 l +0.06 -0.33 l +0.06 -0.33 l +0.05 -0.34 l +0.06 -0.33 l +0.06 -0.33 l +0.06 -0.33 l +0.06 -0.33 l +0.06 -0.33 l +0.05 -0.34 l +0.06 -0.33 l +0.06 -0.33 l +0.05 -0.33 l +0.06 -0.33 l +0.05 -0.33 l +0.05 -0.34 l +0.06 -0.33 l +0.05 -0.33 l +0.05 -0.33 l +0.06 -0.33 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.33 l +0.05 -0.33 l +0.05 -0.33 l +0.05 -0.33 l +0.04 -0.33 l +0.05 -0.33 l +0.05 -0.34 l +0.05 -0.33 l +0.04 -0.33 l +0.05 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.05 -0.34 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.05 -0.33 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.34 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.02 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +953.49 459.01 lineto +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0 -0.34 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.34 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +0.01 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +954.36 425.85 lineto +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.02 -0.34 l +0.03 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.02 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.34 l +0.03 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.03 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.03 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.05 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.33 l +0.05 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.33 l +0.05 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.05 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.34 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.04 -0.33 l +0.03 -0.34 l +0.04 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.04 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.04 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.34 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.03 -0.33 l +0.02 -0.33 l +0.03 -0.34 l +957.87 392.68 lineto +0.03 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.03 -0.33 l +0.02 -0.33 l +0.02 -0.34 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.33 l +0.02 -0.33 l +0.02 -0.33 l +0.01 -0.34 l +0.02 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.34 l +0.01 -0.33 l +0.01 -0.33 l +0.01 -0.33 l +0 -0.33 l +0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0.01 -0.33 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +0 -0.34 l +0 -0.33 l +0 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +0 -0.33 l +-0.01 -0.34 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.01 -0.34 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.01 -0.33 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.03 -0.34 l +-0.02 -0.33 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.02 -0.33 l +-0.03 -0.33 l +-0.03 -0.34 l +-0.03 -0.33 l +-0.03 -0.33 l +-0.03 -0.33 l +-0.03 -0.33 l +-0.03 -0.33 l +-0.04 -0.34 l +-0.03 -0.33 l +-0.04 -0.33 l +-0.03 -0.33 l +-0.04 -0.33 l +-0.04 -0.33 l +-0.04 -0.34 l +-0.04 -0.33 l +-0.04 -0.33 l +-0.04 -0.33 l +-0.04 -0.33 l +-0.04 -0.33 l +-0.05 -0.34 l +-0.04 -0.33 l +-0.05 -0.33 l +-0.05 -0.33 l +-0.04 -0.33 l +-0.05 -0.33 l +-0.05 -0.34 l +-0.05 -0.33 l +-0.05 -0.33 l +-0.05 -0.33 l +-0.05 -0.33 l +-0.06 -0.33 l +-0.05 -0.33 l +-0.05 -0.34 l +-0.06 -0.33 l +-0.05 -0.33 l +-0.06 -0.33 l +-0.05 -0.33 l +-0.06 -0.33 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.05 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.34 l +-0.07 -0.33 l +955.71 359.52 lineto +-0.06 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.08 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.34 l +-0.07 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.07 -0.34 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +949.01 326.36 lineto +-0.06 -0.33 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.07 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.05 -0.34 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.34 l +-0.05 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.06 -0.33 l +-0.05 -0.33 l +-0.06 -0.34 l +-0.06 -0.33 l +-0.05 -0.33 l +-14.27 0 l +cp p3 +np + 981.49 332.44 m +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.30 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.05 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.05 0.30 l +-0.06 0.29 l +-0.06 0.30 l +-0.05 0.29 l +-0.06 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.06 0.29 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.06 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.29 l +-0.04 0.30 l +-0.05 0.29 l +-0.05 0.30 l +-0.04 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.30 l +-0.04 0.29 l +-0.03 0.30 l +-0.04 0.29 l +-0.04 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.04 0.29 l +975.93 361.89 lineto +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.03 0.30 l +-0.03 0.29 l +-0.02 0.30 l +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +0 0.29 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.03 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +975.91 391.33 lineto +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.02 0.30 l +978.93 420.78 lineto +0.02 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0 0.30 l +0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.30 l +0 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.30 l +978.29 450.23 lineto +-0.01 0.30 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.29 l +-0.01 0.30 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.30 l +0 0.29 l +0.01 0.29 l +0 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.30 l +0.04 0.29 l +0.03 0.29 l +0.03 0.30 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.30 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.30 l +0.05 0.29 l +0.04 0.30 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.30 l +979.71 479.68 lineto +0.05 0.30 l +0.06 0.29 l +0.05 0.30 l +0.05 0.29 l +0.05 0.29 l +0.06 0.30 l +0.05 0.29 l +0.05 0.30 l +0.06 0.29 l +0.06 0.30 l +0.05 0.29 l +23.52 0 l +0.06 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.05 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +0 -0.29 l +-0.01 -0.30 l +1006.07 457.01 lineto +-0.01 -0.30 l +-0.01 -0.29 l +0 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.30 l +1004.98 427.56 lineto +0 -0.30 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.30 l +1007.49 398.11 lineto +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0 -0.30 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.30 l +1008.76 368.66 lineto +-0.02 -0.30 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.03 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.03 -0.29 l +-0.02 -0.30 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.02 -0.29 l +-0.04 -0.30 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.03 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.04 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +1004.21 339.21 lineto +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.06 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.29 l +-21.14 0 l +cp p3 +np + 1032.05 334.96 m +-0.08 0.29 l +-0.07 0.29 l +-0.08 0.30 l +-0.07 0.29 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.08 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.07 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.07 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.29 l +-0.06 0.30 l +-0.06 0.29 l +-0.06 0.29 l +-0.05 0.29 l +-0.06 0.29 l +-0.06 0.30 l +-0.05 0.29 l +-0.06 0.29 l +-0.05 0.29 l +-0.06 0.30 l +-0.05 0.29 l +-0.05 0.29 l +-0.06 0.29 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.29 l +-0.05 0.29 l +-0.05 0.30 l +-0.05 0.29 l +-0.05 0.29 l +-0.04 0.29 l +-0.05 0.29 l +-0.05 0.30 l +-0.04 0.29 l +-0.05 0.29 l +-0.04 0.29 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.05 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.29 l +-0.04 0.30 l +-0.04 0.29 l +-0.04 0.29 l +-0.03 0.29 l +-0.04 0.30 l +-0.03 0.29 l +-0.04 0.29 l +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.30 l +-0.04 0.29 l +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.03 0.29 l +-0.03 0.29 l +1026.65 364.18 lineto +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.29 l +-0.02 0.29 l +-0.03 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.30 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.02 0.29 l +-0.01 0.30 l +-0.02 0.29 l +-0.01 0.29 l +-0.02 0.29 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.01 0.29 l +-0.01 0.29 l +-0.02 0.30 l +-0.01 0.29 l +-0.01 0.29 l +0 0.29 l +-0.01 0.29 l +-0.01 0.30 l +-0.01 0.29 l +0 0.29 l +-0.01 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0 0.30 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +1027.12 393.39 lineto +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.04 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.04 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.30 l +0.03 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.01 0.30 l +0.01 0.29 l +1029.85 422.61 lineto +0.01 0.29 l +0.02 0.29 l +0.01 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0 0.30 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0.01 0.30 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0 0.29 l +0 0.30 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.29 l +0 0.30 l +-0.01 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +-0.01 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +1029.99 451.83 lineto +0.01 0.29 l +0 0.29 l +0 0.29 l +0 0.30 l +0.01 0.29 l +0 0.29 l +0 0.29 l +0.01 0.29 l +0 0.30 l +0.01 0.29 l +0 0.29 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.01 0.29 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.29 l +0.01 0.29 l +0.02 0.29 l +0.01 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.01 0.29 l +0.02 0.29 l +0.02 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.30 l +0.02 0.29 l +0.02 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.30 l +0.02 0.29 l +0.03 0.29 l +0.03 0.29 l +0.02 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.30 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.03 0.29 l +0.04 0.30 l +0.03 0.29 l +0.03 0.29 l +0.04 0.29 l +0.03 0.30 l +0.04 0.29 l +0.04 0.29 l +0.03 0.29 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.29 l +0.04 0.29 l +0.04 0.29 l +0.04 0.30 l +0.04 0.29 l +0.04 0.29 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.04 0.29 l +0.05 0.29 l +0.04 0.29 l +0.05 0.30 l +0.04 0.29 l +0.05 0.29 l +0.05 0.29 l +0.04 0.30 l +0.05 0.29 l +0.05 0.29 l +0.05 0.29 l +0.05 0.29 l +0.05 0.30 l +0.05 0.29 l +0.05 0.29 l +0.05 0.29 l +1032.57 481.04 lineto +0.05 0.30 l +0.06 0.29 l +0.05 0.29 l +0.05 0.29 l +0.06 0.30 l +0.05 0.29 l +0.06 0.29 l +0.05 0.29 l +0.06 0.29 l +0.05 0.30 l +0.06 0.29 l +20.86 0 l +0.06 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.29 l +0.06 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.06 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.05 -0.29 l +0.05 -0.30 l +0.05 -0.29 l +0.04 -0.29 l +0.05 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.29 l +0.05 -0.29 l +0.04 -0.29 l +0.04 -0.30 l +0.05 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.04 -0.30 l +0.04 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.04 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +1057.06 458.55 lineto +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.30 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.30 l +0 -0.29 l +1057.14 429.33 lineto +0 -0.29 l +0.01 -0.29 l +0 -0.30 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +1059.36 400.11 lineto +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.04 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.03 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.03 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.03 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.02 -0.29 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.02 -0.29 l +0.01 -0.29 l +0.02 -0.29 l +0.01 -0.30 l +0.02 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.02 -0.30 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0.01 -0.30 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0.01 -0.29 l +0 -0.30 l +0 -0.29 l +0.01 -0.29 l +0 -0.29 l +0 -0.30 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.29 l +0 -0.30 l +-0.01 -0.29 l +0 -0.29 l +0 -0.29 l +-0.01 -0.29 l +0 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +0 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.01 -0.29 l +1060.97 370.90 lineto +-0.01 -0.30 l +-0.01 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.30 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.01 -0.29 l +-0.02 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.02 -0.30 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.02 -0.29 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.29 l +-0.03 -0.30 l +-0.03 -0.29 l +-0.04 -0.29 l +-0.03 -0.29 l +-0.04 -0.29 l +-0.03 -0.30 l +-0.04 -0.29 l +-0.03 -0.29 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.30 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.05 -0.30 l +-0.04 -0.29 l +-0.04 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.04 -0.30 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.04 -0.29 l +-0.05 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.06 -0.30 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.05 -0.29 l +-0.06 -0.29 l +-0.05 -0.30 l +-0.05 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.05 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.05 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.06 -0.30 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.06 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +1056.79 341.68 lineto +-0.07 -0.29 l +-0.06 -0.30 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.29 l +-0.07 -0.29 l +-0.08 -0.29 l +-0.07 -0.30 l +-0.08 -0.29 l +-0.07 -0.29 l +-23.10 0 l +cp p3 +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +68.35 318.73 0.89 c p3 +65.89 435.56 0.89 c p3 +70.65 350.64 0.89 c p3 +71.41 333.67 0.89 c p3 +60.88 445.08 0.89 c p3 +74.69 430.58 0.89 c p3 +54.26 408.60 0.89 c p3 +69.50 457.01 0.89 c p3 +55.71 449.32 0.89 c p3 +71.56 338.92 0.89 c p3 +122.98 318.73 0.89 c p3 +123.50 449.02 0.89 c p3 +124.81 350.64 0.89 c p3 +110.79 346.34 0.89 c p3 +115.49 448.49 0.89 c p3 +119.31 451.99 0.89 c p3 +111.19 405.81 0.89 c p3 +113.63 524.07 0.89 c p3 +112.27 449.32 0.89 c p3 +111.33 338.92 0.89 c p3 +164.03 348.63 0.89 c p3 +169.44 441.06 0.89 c p3 +162.26 350.65 0.89 c p3 +161.42 333.67 0.89 c p3 +176.26 447.55 0.89 c p3 +164.06 429.20 0.89 c p3 +169.68 421.86 0.89 c p3 +164.22 461.75 0.89 c p3 +162.51 449.32 0.89 c p3 +174.25 338.92 0.89 c p3 +210.06 318.73 0.89 c p3 +226.69 444.00 0.89 c p3 +219.86 350.65 0.89 c p3 +212.53 354.89 0.89 c p3 +212.52 446.11 0.89 c p3 +215.07 438.28 0.89 c p3 +217.73 420.85 0.89 c p3 +213.88 455.78 0.89 c p3 +210.77 449.32 0.89 c p3 +211.02 364.39 0.89 c p3 +267.92 349.83 0.89 c p3 +272.36 442.86 0.89 c p3 +271.46 350.64 0.89 c p3 +273.31 353.89 0.89 c p3 +274.17 447.09 0.89 c p3 +265.48 428.33 0.89 c p3 +264.34 421.01 0.89 c p3 +277.69 453.00 0.89 c p3 +262.30 449.32 0.89 c p3 +266.10 338.93 0.89 c p3 +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +367.44 351.55 0.89 c p3 +383.36 383.34 0.89 c p3 +375.95 366.07 0.89 c p3 +380.77 376.65 0.89 c p3 +379.70 461.11 0.89 c p3 +378.10 434.84 0.89 c p3 +375.78 388.73 0.89 c p3 +376.41 460.53 0.89 c p3 +372.14 479.19 0.89 c p3 +379.71 384.23 0.89 c p3 +427.85 372.53 0.89 c p3 +425.93 396.35 0.89 c p3 +423.74 369.25 0.89 c p3 +418.84 385.53 0.89 c p3 +417.24 461.21 0.89 c p3 +424.55 454.03 0.89 c p3 +420.57 394.00 0.89 c p3 +424.88 508.42 0.89 c p3 +429.62 461.99 0.89 c p3 +424.88 381.49 0.89 c p3 +473.41 355.18 0.89 c p3 +477.52 396.01 0.89 c p3 +484.65 368.07 0.89 c p3 +468.07 386.38 0.89 c p3 +476.39 460.56 0.89 c p3 +472.24 467.66 0.89 c p3 +469.88 376.29 0.89 c p3 +471.19 491.52 0.89 c p3 +478.84 486.70 0.89 c p3 +471.98 390.22 0.89 c p3 +534.42 347.76 0.89 c p3 +519.44 383.33 0.89 c p3 +529.19 368.71 0.89 c p3 +523.96 386.89 0.89 c p3 +523.42 459.34 0.89 c p3 +525.50 458.39 0.89 c p3 +530.72 402.58 0.89 c p3 +538.50 525.31 0.89 c p3 +530.03 490.51 0.89 c p3 +528.37 388.73 0.89 c p3 +323.42 358.60 0.89 c p3 +324.65 413.06 0.89 c p3 +326.05 363.31 0.89 c p3 +318.92 386.19 0.89 c p3 +324.67 462.64 0.89 c p3 +317.68 472.98 0.89 c p3 +319.88 382.30 0.89 c p3 +314.14 519.23 0.89 c p3 +331.58 472.00 0.89 c p3 +324.95 395.35 0.89 c p3 +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +579.59 375.99 0.89 c p3 +573.15 383.34 0.89 c p3 +584.25 350.64 0.89 c p3 +575.73 390.66 0.89 c p3 +583.85 476.76 0.89 c p3 +576.83 456.39 0.89 c p3 +574.46 363.62 0.89 c p3 +572.45 479.83 0.89 c p3 +570.13 496.01 0.89 c p3 +569.49 368.05 0.89 c p3 +627.18 318.73 0.89 c p3 +635.57 422.35 0.89 c p3 +639.30 350.64 0.89 c p3 +628.32 395.44 0.89 c p3 +631.80 473.91 0.89 c p3 +623.55 476.81 0.89 c p3 +640.09 363.62 0.89 c p3 +621.08 477.77 0.89 c p3 +635.77 503.00 0.89 c p3 +635.26 374.52 0.89 c p3 +683.06 318.73 0.89 c p3 +677.42 423.47 0.89 c p3 +680.07 350.64 0.89 c p3 +681.24 383.28 0.89 c p3 +678.21 468.00 0.89 c p3 +677.46 457.83 0.89 c p3 +680.73 381.42 0.89 c p3 +689.67 466.51 0.89 c p3 +683.78 497.57 0.89 c p3 +682.51 351.59 0.89 c p3 +744.29 318.73 0.89 c p3 +731.57 417.52 0.89 c p3 +740.59 350.64 0.89 c p3 +729.83 391.60 0.89 c p3 +731.23 470.84 0.89 c p3 +734.19 490.45 0.89 c p3 +743.49 363.62 0.89 c p3 +737.27 489.54 0.89 c p3 +726.08 500.93 0.89 c p3 +731.80 388.09 0.89 c p3 +784.92 355.42 0.89 c p3 +779.45 428.35 0.89 c p3 +786.09 350.64 0.89 c p3 +790.43 388.11 0.89 c p3 +787.22 472.79 0.89 c p3 +779.60 466.97 0.89 c p3 +789.46 363.62 0.89 c p3 +781.39 475.68 0.89 c p3 +785.32 493.46 0.89 c p3 +787.86 386.99 0.89 c p3 +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +839.16 318.73 0.89 c p3 +841.48 399.17 0.89 c p3 +834.72 350.64 0.89 c p3 +832.98 368.49 0.89 c p3 +827.43 459.51 0.89 c p3 +843.31 431.13 0.89 c p3 +837.32 397.65 0.89 c p3 +846.56 474.26 0.89 c p3 +832.40 481.48 0.89 c p3 +845.91 367.78 0.89 c p3 +885.66 331.40 0.89 c p3 +896.83 383.33 0.89 c p3 +891.85 350.64 0.89 c p3 +886.59 378.75 0.89 c p3 +882.78 460.78 0.89 c p3 +890.88 431.90 0.89 c p3 +889.69 387.14 0.89 c p3 +888.02 504.01 0.89 c p3 +879.09 477.50 0.89 c p3 +889.54 385.48 0.89 c p3 +939.82 318.73 0.89 c p3 +940.62 383.33 0.89 c p3 +933.30 350.65 0.89 c p3 +939.43 394.84 0.89 c p3 +943.71 459.78 0.89 c p3 +933.37 434.99 0.89 c p3 +936.52 382.98 0.89 c p3 +948.49 463.20 0.89 c p3 +935.65 488.19 0.89 c p3 +936.99 380.29 0.89 c p3 +992.77 332.43 0.89 c p3 +985.24 397.58 0.89 c p3 +1001.46 350.64 0.89 c p3 +995.85 394.38 0.89 c p3 +995.45 464.54 0.89 c p3 +998.99 446.12 0.89 c p3 +995.21 363.62 0.89 c p3 +983.52 468.41 0.89 c p3 +996.25 482.92 0.89 c p3 +987.59 382.32 0.89 c p3 +1047.01 334.96 0.89 c p3 +1046.16 383.34 0.89 c p3 +1044.91 350.64 0.89 c p3 +1036.35 390.29 0.89 c p3 +1040.49 450.79 0.89 c p3 +1047.07 440.43 0.89 c p3 +1037.67 398.29 0.89 c p3 +1035.77 472.15 0.89 c p3 +1045.96 484.26 0.89 c p3 +1050.12 360.26 0.89 c p3 +0 0 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +np +64.40 442.70 m +0 14.31 l +o +np +64.40 341.85 m +0 -23.12 l +o +/bg { 1 1 1 srgb } def +1 setlinecap +np + 61.82 442.70 m +0 -100.85 l +5.16 0 l +0 100.85 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +61.82 419.59 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +115.94 449.25 m +0 74.82 l +o +np +115.94 347.41 m +0 -28.68 l +o +1 setlinecap +np + 113.36 449.25 m +0 -101.84 l +5.15 0 l +0 101.84 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +113.36 427.15 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +167.47 445.93 m +0 15.82 l +o +np +167.47 349.13 m +0 -15.47 l +o +1 setlinecap +np + 164.90 445.93 m +0 -96.80 l +5.15 0 l +0 96.80 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +164.90 425.53 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +219.01 445.58 m +0 10.19 l +o +np +219.01 357.27 m +0 -38.54 l +o +1 setlinecap +np + 216.43 445.58 m +0 -88.31 l +5.16 0 l +0 88.31 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +216.43 429.56 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +270.55 446.04 m +0 6.96 l +o +np +270.55 351.45 m +0 -12.53 l +o +1 setlinecap +np + 267.97 446.04 m +0 -94.59 l +5.15 0 l +0 94.59 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +267.97 424.67 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +322.08 469.66 m +0 49.57 l +o +np +322.08 383.27 m +0 -24.67 l +o +1 setlinecap +np + 319.51 469.66 m +0 -86.39 l +5.15 0 l +0 86.39 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +319.51 404.20 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +373.62 454.11 m +0 25.08 l +o +np +373.62 378.33 m +0 -26.79 l +o +1 setlinecap +np + 371.04 454.11 m +0 -75.78 l +5.16 0 l +0 75.78 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +371.04 386.49 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +425.16 459.41 m +0 49.01 l +o +np +425.16 382.50 m +0 -13.25 l +o +1 setlinecap +np + 422.58 459.41 m +0 -76.91 l +5.15 0 l +0 76.91 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +422.58 395.18 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +476.69 465.88 m +0 25.64 l +o +np +476.69 378.81 m +0 -23.62 l +o +1 setlinecap +np + 474.12 465.88 m +0 -87.07 l +5.15 0 l +0 87.07 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +474.12 393.11 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +528.23 459.10 m +0 66.21 l +o +np +528.23 384.22 m +0 -36.45 l +o +1 setlinecap +np + 525.65 459.10 m +0 -74.88 l +5.16 0 l +0 74.88 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +525.65 395.66 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +579.77 471.67 m +0 24.34 l +o +np +579.77 370.03 m +0 -19.39 l +o +1 setlinecap +np + 577.19 471.67 m +0 -101.64 l +5.15 0 l +0 101.64 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +577.19 387.00 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +631.30 476.08 m +0 26.92 l +o +np +631.30 366.35 m +0 -47.62 l +o +1 setlinecap +np + 628.73 476.08 m +0 -109.73 l +5.15 0 l +0 109.73 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +628.73 408.89 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +682.84 464.34 m +0 33.23 l +o +np +682.84 359.05 m +0 -40.32 l +o +1 setlinecap +np + 680.26 464.34 m +0 -105.29 l +5.16 0 l +0 105.29 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +680.26 403.37 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +734.38 484.86 m +0 16.07 l +o +np +734.38 369.74 m +0 -51.01 l +o +1 setlinecap +np + 731.80 484.86 m +0 -115.12 l +5.15 0 l +0 115.12 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +731.80 404.56 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +785.91 471.33 m +0 22.12 l +o +np +785.91 369.46 m +0 -18.82 l +o +1 setlinecap +np + 783.34 471.33 m +0 -101.87 l +5.15 0 l +0 101.87 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +783.34 408.23 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +837.45 452.41 m +0 29.07 l +o +np +837.45 367.96 m +0 -49.23 l +o +1 setlinecap +np + 834.87 452.41 m +0 -84.45 l +5.16 0 l +0 84.45 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +834.87 398.41 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +888.99 453.56 m +0 50.44 l +o +np +888.99 379.90 m +0 -48.50 l +o +1 setlinecap +np + 886.41 453.56 m +0 -73.66 l +5.15 0 l +0 73.66 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +886.41 386.31 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +940.52 453.58 m +0 34.61 l +o +np +940.52 380.96 m +0 -62.23 l +o +1 setlinecap +np + 937.95 453.58 m +0 -72.62 l +5.15 0 l +0 72.62 l +-5.15 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +937.95 389.09 m +5.15 0 l +o +1.07 setlinewidth +[] 0 setdash +np +992.06 459.93 m +0 22.99 l +o +np +992.06 368.29 m +0 -35.85 l +o +1 setlinecap +np + 989.48 459.93 m +0 -91.64 l +5.16 0 l +0 91.64 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +989.48 395.98 m +5.16 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1043.60 448.20 m +0 36.06 l +o +np +1043.60 366.03 m +0 -31.07 l +o +1 setlinecap +np + 1041.02 448.20 m +0 -82.17 l +5.16 0 l +0 82.17 l +-5.16 0 l +cp p3 +2.13 setlinewidth +[] 0 setdash +0 setlinecap +np +1041.02 394.29 m +5.16 0 l +o +0.00 0.00 1440.00 576.00 cl +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 535.64 1041.04 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +554.00 541.01 (Batch1) .5 0 t +33.48 535.64 1074.52 552.85 cl +33.48 535.64 1074.52 552.85 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +64.40 305.66 m +0 2.74 l +o +np +115.94 305.66 m +0 2.74 l +o +np +167.47 305.66 m +0 2.74 l +o +np +219.01 305.66 m +0 2.74 l +o +np +270.55 305.66 m +0 2.74 l +o +np +322.08 305.66 m +0 2.74 l +o +np +373.62 305.66 m +0 2.74 l +o +np +425.16 305.66 m +0 2.74 l +o +np +476.69 305.66 m +0 2.74 l +o +np +528.23 305.66 m +0 2.74 l +o +np +579.77 305.66 m +0 2.74 l +o +np +631.30 305.66 m +0 2.74 l +o +np +682.84 305.66 m +0 2.74 l +o +np +734.38 305.66 m +0 2.74 l +o +np +785.91 305.66 m +0 2.74 l +o +np +837.45 305.66 m +0 2.74 l +o +np +888.99 305.66 m +0 2.74 l +o +np +940.52 305.66 m +0 2.74 l +o +np +992.06 305.66 m +0 2.74 l +o +np +1043.60 305.66 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +70.86 303.47 (Batch1_A_1) 1 90 t +122.40 303.47 (Batch1_A_2) 1 90 t +173.93 303.47 (Batch1_A_3) 1 90 t +225.47 303.47 (Batch1_A_4) 1 90 t +277.01 303.47 (Batch1_A_5) 1 90 t +328.54 303.47 (Batch1_B_10) 1 90 t +380.08 303.47 (Batch1_B_6) 1 90 t +431.62 303.47 (Batch1_B_7) 1 90 t +483.16 303.47 (Batch1_B_8) 1 90 t +534.69 303.47 (Batch1_B_9) 1 90 t +586.23 303.47 (Batch1_C_11) 1 90 t +637.77 303.47 (Batch1_C_12) 1 90 t +689.30 303.47 (Batch1_C_13) 1 90 t +740.84 303.47 (Batch1_C_14) 1 90 t +792.38 303.47 (Batch1_C_15) 1 90 t +843.91 303.47 (Batch1_D_16) 1 90 t +895.45 303.47 (Batch1_D_17) 1 90 t +946.99 303.47 (Batch1_D_18) 1 90 t +998.52 303.47 (Batch1_D_19) 1 90 t +1050.06 303.47 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 350.45 (15) 1 0 t +28.55 413.80 (20) 1 0 t +28.55 477.16 (25) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 353.68 m +2.74 0 l +o +np +30.74 417.04 m +2.74 0 l +o +np +30.74 480.39 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +554.00 238.30 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 407.96 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 561.19 (Violin-Bo) 0 ta +-0.390 (xplot of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1080.00 230.40 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +-0.00 0.00 1080.00 230.40 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 33.48 80.32 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +33.48 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +33.48 60.92 m +46.84 0 l +o +np +33.48 103.15 m +46.84 0 l +o +np +33.48 145.38 m +46.84 0 l +o +np +37.88 33.48 m +0 139.35 l +o +np +50.29 33.48 m +0 139.35 l +o +np +62.69 33.48 m +0 139.35 l +o +np +75.10 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +33.48 39.81 m +46.84 0 l +o +np +33.48 82.04 m +46.84 0 l +o +np +33.48 124.27 m +46.84 0 l +o +np +33.48 166.49 m +46.84 0 l +o +np +44.08 33.48 m +0 139.35 l +o +np +56.49 33.48 m +0 139.35 l +o +np +68.90 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +35.61 39.81 2.13 42.23 r p3 +37.74 39.81 2.13 0.00 r p3 +39.86 39.81 2.13 84.46 r p3 +41.99 39.81 2.13 42.23 r p3 +44.12 39.81 2.13 0.00 r p3 +46.25 39.81 2.13 0.00 r p3 +48.38 39.81 2.13 0.00 r p3 +50.51 39.81 2.13 0.00 r p3 +52.64 39.81 2.13 0.00 r p3 +54.77 39.81 2.13 42.23 r p3 +56.90 39.81 2.13 0.00 r p3 +59.03 39.81 2.13 84.46 r p3 +61.16 39.81 2.13 84.46 r p3 +63.29 39.81 2.13 42.23 r p3 +65.42 39.81 2.13 0.00 r p3 +67.55 39.81 2.13 0.00 r p3 +69.68 39.81 2.13 0.00 r p3 +71.81 39.81 2.13 0.00 r p3 +73.94 39.81 2.13 0.00 r p3 +76.06 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +85.80 33.48 132.65 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +85.80 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +85.80 60.92 m +46.85 0 l +o +np +85.80 103.15 m +46.85 0 l +o +np +85.80 145.38 m +46.85 0 l +o +np +90.21 33.48 m +0 139.35 l +o +np +102.61 33.48 m +0 139.35 l +o +np +115.02 33.48 m +0 139.35 l +o +np +127.43 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +85.80 39.81 m +46.85 0 l +o +np +85.80 82.04 m +46.85 0 l +o +np +85.80 124.27 m +46.85 0 l +o +np +85.80 166.49 m +46.85 0 l +o +np +96.41 33.48 m +0 139.35 l +o +np +108.82 33.48 m +0 139.35 l +o +np +121.23 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +87.93 39.81 2.13 42.23 r p3 +90.06 39.81 2.13 0.00 r p3 +92.19 39.81 2.13 42.23 r p3 +94.32 39.81 2.13 84.46 r p3 +96.45 39.81 2.13 0.00 r p3 +98.58 39.81 2.13 0.00 r p3 +100.71 39.81 2.13 0.00 r p3 +102.84 39.81 2.13 0.00 r p3 +104.97 39.81 2.13 42.23 r p3 +107.10 39.81 2.13 0.00 r p3 +109.23 39.81 2.13 0.00 r p3 +111.36 39.81 2.13 0.00 r p3 +113.48 39.81 2.13 126.68 r p3 +115.61 39.81 2.13 42.23 r p3 +117.74 39.81 2.13 0.00 r p3 +119.87 39.81 2.13 0.00 r p3 +122.00 39.81 2.13 0.00 r p3 +124.13 39.81 2.13 0.00 r p3 +126.26 39.81 2.13 0.00 r p3 +128.39 39.81 2.13 42.23 r p3 +0.00 0.00 1440.00 576.00 cl +138.13 33.48 184.98 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +138.13 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +138.13 60.92 m +46.85 0 l +o +np +138.13 103.15 m +46.85 0 l +o +np +138.13 145.38 m +46.85 0 l +o +np +142.53 33.48 m +0 139.35 l +o +np +154.94 33.48 m +0 139.35 l +o +np +167.35 33.48 m +0 139.35 l +o +np +179.76 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +138.13 39.81 m +46.85 0 l +o +np +138.13 82.04 m +46.85 0 l +o +np +138.13 124.27 m +46.85 0 l +o +np +138.13 166.49 m +46.85 0 l +o +np +148.74 33.48 m +0 139.35 l +o +np +161.14 33.48 m +0 139.35 l +o +np +173.55 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +140.26 39.81 2.13 0.00 r p3 +142.39 39.81 2.13 0.00 r p3 +144.52 39.81 2.13 84.46 r p3 +146.65 39.81 2.13 84.46 r p3 +148.78 39.81 2.13 0.00 r p3 +150.91 39.81 2.13 0.00 r p3 +153.03 39.81 2.13 0.00 r p3 +155.16 39.81 2.13 0.00 r p3 +157.29 39.81 2.13 0.00 r p3 +159.42 39.81 2.13 0.00 r p3 +161.55 39.81 2.13 84.46 r p3 +163.68 39.81 2.13 0.00 r p3 +165.81 39.81 2.13 126.68 r p3 +167.94 39.81 2.13 42.23 r p3 +170.07 39.81 2.13 0.00 r p3 +172.20 39.81 2.13 0.00 r p3 +174.33 39.81 2.13 0.00 r p3 +176.46 39.81 2.13 0.00 r p3 +178.59 39.81 2.13 0.00 r p3 +180.72 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +190.46 33.48 237.30 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +190.46 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +190.46 60.92 m +46.84 0 l +o +np +190.46 103.15 m +46.84 0 l +o +np +190.46 145.38 m +46.84 0 l +o +np +194.86 33.48 m +0 139.35 l +o +np +207.27 33.48 m +0 139.35 l +o +np +219.67 33.48 m +0 139.35 l +o +np +232.08 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +190.46 39.81 m +46.84 0 l +o +np +190.46 82.04 m +46.84 0 l +o +np +190.46 124.27 m +46.84 0 l +o +np +190.46 166.49 m +46.84 0 l +o +np +201.06 33.48 m +0 139.35 l +o +np +213.47 33.48 m +0 139.35 l +o +np +225.88 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +192.58 39.81 2.13 42.23 r p3 +194.71 39.81 2.13 0.00 r p3 +196.84 39.81 2.13 0.00 r p3 +198.97 39.81 2.13 42.23 r p3 +201.10 39.81 2.13 84.46 r p3 +203.23 39.81 2.13 0.00 r p3 +205.36 39.81 2.13 0.00 r p3 +207.49 39.81 2.13 0.00 r p3 +209.62 39.81 2.13 0.00 r p3 +211.75 39.81 2.13 0.00 r p3 +213.88 39.81 2.13 42.23 r p3 +216.01 39.81 2.13 42.23 r p3 +218.14 39.81 2.13 126.68 r p3 +220.27 39.81 2.13 42.23 r p3 +222.40 39.81 2.13 0.00 r p3 +224.53 39.81 2.13 0.00 r p3 +226.65 39.81 2.13 0.00 r p3 +228.78 39.81 2.13 0.00 r p3 +230.91 39.81 2.13 0.00 r p3 +233.04 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +242.78 33.48 289.63 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +242.78 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +242.78 60.92 m +46.85 0 l +o +np +242.78 103.15 m +46.85 0 l +o +np +242.78 145.38 m +46.85 0 l +o +np +247.18 33.48 m +0 139.35 l +o +np +259.59 33.48 m +0 139.35 l +o +np +272.00 33.48 m +0 139.35 l +o +np +284.41 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +242.78 39.81 m +46.85 0 l +o +np +242.78 82.04 m +46.85 0 l +o +np +242.78 124.27 m +46.85 0 l +o +np +242.78 166.49 m +46.85 0 l +o +np +253.39 33.48 m +0 139.35 l +o +np +265.80 33.48 m +0 139.35 l +o +np +278.20 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +244.91 39.81 2.13 0.00 r p3 +247.04 39.81 2.13 0.00 r p3 +249.17 39.81 2.13 42.23 r p3 +251.30 39.81 2.13 84.46 r p3 +253.43 39.81 2.13 42.23 r p3 +255.56 39.81 2.13 0.00 r p3 +257.69 39.81 2.13 0.00 r p3 +259.82 39.81 2.13 0.00 r p3 +261.95 39.81 2.13 0.00 r p3 +264.08 39.81 2.13 0.00 r p3 +266.20 39.81 2.13 84.46 r p3 +268.33 39.81 2.13 0.00 r p3 +270.46 39.81 2.13 126.68 r p3 +272.59 39.81 2.13 42.23 r p3 +274.72 39.81 2.13 0.00 r p3 +276.85 39.81 2.13 0.00 r p3 +278.98 39.81 2.13 0.00 r p3 +281.11 39.81 2.13 0.00 r p3 +283.24 39.81 2.13 0.00 r p3 +285.37 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +295.11 33.48 341.95 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +295.11 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +295.11 60.92 m +46.84 0 l +o +np +295.11 103.15 m +46.84 0 l +o +np +295.11 145.38 m +46.84 0 l +o +np +299.51 33.48 m +0 139.35 l +o +np +311.92 33.48 m +0 139.35 l +o +np +324.33 33.48 m +0 139.35 l +o +np +336.73 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +295.11 39.81 m +46.84 0 l +o +np +295.11 82.04 m +46.84 0 l +o +np +295.11 124.27 m +46.84 0 l +o +np +295.11 166.49 m +46.84 0 l +o +np +305.71 33.48 m +0 139.35 l +o +np +318.12 33.48 m +0 139.35 l +o +np +330.53 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +297.24 39.81 2.13 0.00 r p3 +299.37 39.81 2.13 0.00 r p3 +301.50 39.81 2.13 0.00 r p3 +303.63 39.81 2.13 0.00 r p3 +305.75 39.81 2.13 84.46 r p3 +307.88 39.81 2.13 0.00 r p3 +310.01 39.81 2.13 84.46 r p3 +312.14 39.81 2.13 42.23 r p3 +314.27 39.81 2.13 0.00 r p3 +316.40 39.81 2.13 42.23 r p3 +318.53 39.81 2.13 0.00 r p3 +320.66 39.81 2.13 0.00 r p3 +322.79 39.81 2.13 0.00 r p3 +324.92 39.81 2.13 0.00 r p3 +327.05 39.81 2.13 126.68 r p3 +329.18 39.81 2.13 0.00 r p3 +331.31 39.81 2.13 0.00 r p3 +333.44 39.81 2.13 0.00 r p3 +335.57 39.81 2.13 0.00 r p3 +337.70 39.81 2.13 42.23 r p3 +0.00 0.00 1440.00 576.00 cl +347.43 33.48 394.28 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +347.43 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +347.43 60.92 m +46.85 0 l +o +np +347.43 103.15 m +46.85 0 l +o +np +347.43 145.38 m +46.85 0 l +o +np +351.84 33.48 m +0 139.35 l +o +np +364.24 33.48 m +0 139.35 l +o +np +376.65 33.48 m +0 139.35 l +o +np +389.06 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +347.43 39.81 m +46.85 0 l +o +np +347.43 82.04 m +46.85 0 l +o +np +347.43 124.27 m +46.85 0 l +o +np +347.43 166.49 m +46.85 0 l +o +np +358.04 33.48 m +0 139.35 l +o +np +370.45 33.48 m +0 139.35 l +o +np +382.86 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +349.56 39.81 2.13 0.00 r p3 +351.69 39.81 2.13 0.00 r p3 +353.82 39.81 2.13 0.00 r p3 +355.95 39.81 2.13 42.23 r p3 +358.08 39.81 2.13 0.00 r p3 +360.21 39.81 2.13 42.23 r p3 +362.34 39.81 2.13 126.68 r p3 +364.47 39.81 2.13 42.23 r p3 +366.60 39.81 2.13 0.00 r p3 +368.73 39.81 2.13 0.00 r p3 +370.86 39.81 2.13 0.00 r p3 +372.99 39.81 2.13 42.23 r p3 +375.12 39.81 2.13 0.00 r p3 +377.25 39.81 2.13 84.46 r p3 +379.37 39.81 2.13 0.00 r p3 +381.50 39.81 2.13 42.23 r p3 +383.63 39.81 2.13 0.00 r p3 +385.76 39.81 2.13 0.00 r p3 +387.89 39.81 2.13 0.00 r p3 +390.02 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +399.76 33.48 446.61 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +399.76 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +399.76 60.92 m +46.85 0 l +o +np +399.76 103.15 m +46.85 0 l +o +np +399.76 145.38 m +46.85 0 l +o +np +404.16 33.48 m +0 139.35 l +o +np +416.57 33.48 m +0 139.35 l +o +np +428.98 33.48 m +0 139.35 l +o +np +441.39 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +399.76 39.81 m +46.85 0 l +o +np +399.76 82.04 m +46.85 0 l +o +np +399.76 124.27 m +46.85 0 l +o +np +399.76 166.49 m +46.85 0 l +o +np +410.37 33.48 m +0 139.35 l +o +np +422.77 33.48 m +0 139.35 l +o +np +435.18 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +401.89 39.81 2.13 0.00 r p3 +404.02 39.81 2.13 0.00 r p3 +406.15 39.81 2.13 0.00 r p3 +408.28 39.81 2.13 0.00 r p3 +410.41 39.81 2.13 0.00 r p3 +412.54 39.81 2.13 84.46 r p3 +414.67 39.81 2.13 84.46 r p3 +416.80 39.81 2.13 84.46 r p3 +418.92 39.81 2.13 0.00 r p3 +421.05 39.81 2.13 0.00 r p3 +423.18 39.81 2.13 0.00 r p3 +425.31 39.81 2.13 0.00 r p3 +427.44 39.81 2.13 0.00 r p3 +429.57 39.81 2.13 126.68 r p3 +431.70 39.81 2.13 0.00 r p3 +433.83 39.81 2.13 0.00 r p3 +435.96 39.81 2.13 0.00 r p3 +438.09 39.81 2.13 0.00 r p3 +440.22 39.81 2.13 42.23 r p3 +442.35 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +452.09 33.48 498.93 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +452.09 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +452.09 60.92 m +46.84 0 l +o +np +452.09 103.15 m +46.84 0 l +o +np +452.09 145.38 m +46.84 0 l +o +np +456.49 33.48 m +0 139.35 l +o +np +468.90 33.48 m +0 139.35 l +o +np +481.30 33.48 m +0 139.35 l +o +np +493.71 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +452.09 39.81 m +46.84 0 l +o +np +452.09 82.04 m +46.84 0 l +o +np +452.09 124.27 m +46.84 0 l +o +np +452.09 166.49 m +46.84 0 l +o +np +462.69 33.48 m +0 139.35 l +o +np +475.10 33.48 m +0 139.35 l +o +np +487.51 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +454.22 39.81 2.13 0.00 r p3 +456.34 39.81 2.13 0.00 r p3 +458.47 39.81 2.13 0.00 r p3 +460.60 39.81 2.13 0.00 r p3 +462.73 39.81 2.13 42.23 r p3 +464.86 39.81 2.13 42.23 r p3 +466.99 39.81 2.13 84.46 r p3 +469.12 39.81 2.13 84.46 r p3 +471.25 39.81 2.13 0.00 r p3 +473.38 39.81 2.13 0.00 r p3 +475.51 39.81 2.13 0.00 r p3 +477.64 39.81 2.13 0.00 r p3 +479.77 39.81 2.13 0.00 r p3 +481.90 39.81 2.13 42.23 r p3 +484.03 39.81 2.13 42.23 r p3 +486.16 39.81 2.13 0.00 r p3 +488.29 39.81 2.13 84.46 r p3 +490.42 39.81 2.13 0.00 r p3 +492.54 39.81 2.13 0.00 r p3 +494.67 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +504.41 33.48 551.26 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +504.41 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +504.41 60.92 m +46.85 0 l +o +np +504.41 103.15 m +46.85 0 l +o +np +504.41 145.38 m +46.85 0 l +o +np +508.81 33.48 m +0 139.35 l +o +np +521.22 33.48 m +0 139.35 l +o +np +533.63 33.48 m +0 139.35 l +o +np +546.04 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +504.41 39.81 m +46.85 0 l +o +np +504.41 82.04 m +46.85 0 l +o +np +504.41 124.27 m +46.85 0 l +o +np +504.41 166.49 m +46.85 0 l +o +np +515.02 33.48 m +0 139.35 l +o +np +527.43 33.48 m +0 139.35 l +o +np +539.83 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.4863 0.6824 0 srgb +2 setlinecap +0 setlinejoin +506.54 39.81 2.13 0.00 r p3 +508.67 39.81 2.13 0.00 r p3 +510.80 39.81 2.13 0.00 r p3 +512.93 39.81 2.13 42.23 r p3 +515.06 39.81 2.13 0.00 r p3 +517.19 39.81 2.13 42.23 r p3 +519.32 39.81 2.13 42.23 r p3 +521.45 39.81 2.13 84.46 r p3 +523.58 39.81 2.13 42.23 r p3 +525.71 39.81 2.13 0.00 r p3 +527.84 39.81 2.13 0.00 r p3 +529.96 39.81 2.13 0.00 r p3 +532.09 39.81 2.13 0.00 r p3 +534.22 39.81 2.13 84.46 r p3 +536.35 39.81 2.13 0.00 r p3 +538.48 39.81 2.13 0.00 r p3 +540.61 39.81 2.13 42.23 r p3 +542.74 39.81 2.13 0.00 r p3 +544.87 39.81 2.13 0.00 r p3 +547.00 39.81 2.13 42.23 r p3 +0.00 0.00 1440.00 576.00 cl +556.74 33.48 603.59 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +556.74 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +556.74 60.92 m +46.85 0 l +o +np +556.74 103.15 m +46.85 0 l +o +np +556.74 145.38 m +46.85 0 l +o +np +561.14 33.48 m +0 139.35 l +o +np +573.55 33.48 m +0 139.35 l +o +np +585.96 33.48 m +0 139.35 l +o +np +598.36 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +556.74 39.81 m +46.85 0 l +o +np +556.74 82.04 m +46.85 0 l +o +np +556.74 124.27 m +46.85 0 l +o +np +556.74 166.49 m +46.85 0 l +o +np +567.34 33.48 m +0 139.35 l +o +np +579.75 33.48 m +0 139.35 l +o +np +592.16 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +558.87 39.81 2.13 0.00 r p3 +561.00 39.81 2.13 0.00 r p3 +563.13 39.81 2.13 0.00 r p3 +565.26 39.81 2.13 42.23 r p3 +567.39 39.81 2.13 42.23 r p3 +569.51 39.81 2.13 42.23 r p3 +571.64 39.81 2.13 84.46 r p3 +573.77 39.81 2.13 42.23 r p3 +575.90 39.81 2.13 0.00 r p3 +578.03 39.81 2.13 0.00 r p3 +580.16 39.81 2.13 0.00 r p3 +582.29 39.81 2.13 0.00 r p3 +584.42 39.81 2.13 0.00 r p3 +586.55 39.81 2.13 42.23 r p3 +588.68 39.81 2.13 0.00 r p3 +590.81 39.81 2.13 84.46 r p3 +592.94 39.81 2.13 0.00 r p3 +595.07 39.81 2.13 42.23 r p3 +597.20 39.81 2.13 0.00 r p3 +599.33 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +609.06 33.48 655.91 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +609.06 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +609.06 60.92 m +46.85 0 l +o +np +609.06 103.15 m +46.85 0 l +o +np +609.06 145.38 m +46.85 0 l +o +np +613.47 33.48 m +0 139.35 l +o +np +625.87 33.48 m +0 139.35 l +o +np +638.28 33.48 m +0 139.35 l +o +np +650.69 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +609.06 39.81 m +46.85 0 l +o +np +609.06 82.04 m +46.85 0 l +o +np +609.06 124.27 m +46.85 0 l +o +np +609.06 166.49 m +46.85 0 l +o +np +619.67 33.48 m +0 139.35 l +o +np +632.08 33.48 m +0 139.35 l +o +np +644.49 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +611.19 39.81 2.13 42.23 r p3 +613.32 39.81 2.13 0.00 r p3 +615.45 39.81 2.13 0.00 r p3 +617.58 39.81 2.13 42.23 r p3 +619.71 39.81 2.13 42.23 r p3 +621.84 39.81 2.13 42.23 r p3 +623.97 39.81 2.13 0.00 r p3 +626.10 39.81 2.13 42.23 r p3 +628.23 39.81 2.13 0.00 r p3 +630.36 39.81 2.13 0.00 r p3 +632.49 39.81 2.13 42.23 r p3 +634.62 39.81 2.13 0.00 r p3 +636.75 39.81 2.13 0.00 r p3 +638.88 39.81 2.13 0.00 r p3 +641.01 39.81 2.13 0.00 r p3 +643.13 39.81 2.13 126.68 r p3 +645.26 39.81 2.13 0.00 r p3 +647.39 39.81 2.13 42.23 r p3 +649.52 39.81 2.13 0.00 r p3 +651.65 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +661.39 33.48 708.24 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +661.39 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +661.39 60.92 m +46.85 0 l +o +np +661.39 103.15 m +46.85 0 l +o +np +661.39 145.38 m +46.85 0 l +o +np +665.79 33.48 m +0 139.35 l +o +np +678.20 33.48 m +0 139.35 l +o +np +690.61 33.48 m +0 139.35 l +o +np +703.02 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +661.39 39.81 m +46.85 0 l +o +np +661.39 82.04 m +46.85 0 l +o +np +661.39 124.27 m +46.85 0 l +o +np +661.39 166.49 m +46.85 0 l +o +np +672.00 33.48 m +0 139.35 l +o +np +684.40 33.48 m +0 139.35 l +o +np +696.81 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +663.52 39.81 2.13 42.23 r p3 +665.65 39.81 2.13 0.00 r p3 +667.78 39.81 2.13 0.00 r p3 +669.91 39.81 2.13 84.46 r p3 +672.04 39.81 2.13 0.00 r p3 +674.17 39.81 2.13 0.00 r p3 +676.30 39.81 2.13 84.46 r p3 +678.43 39.81 2.13 0.00 r p3 +680.56 39.81 2.13 0.00 r p3 +682.68 39.81 2.13 0.00 r p3 +684.81 39.81 2.13 42.23 r p3 +686.94 39.81 2.13 0.00 r p3 +689.07 39.81 2.13 0.00 r p3 +691.20 39.81 2.13 42.23 r p3 +693.33 39.81 2.13 84.46 r p3 +695.46 39.81 2.13 0.00 r p3 +697.59 39.81 2.13 0.00 r p3 +699.72 39.81 2.13 42.23 r p3 +701.85 39.81 2.13 0.00 r p3 +703.98 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +713.72 33.48 760.56 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +713.72 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +713.72 60.92 m +46.84 0 l +o +np +713.72 103.15 m +46.84 0 l +o +np +713.72 145.38 m +46.84 0 l +o +np +718.12 33.48 m +0 139.35 l +o +np +730.53 33.48 m +0 139.35 l +o +np +742.94 33.48 m +0 139.35 l +o +np +755.34 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +713.72 39.81 m +46.84 0 l +o +np +713.72 82.04 m +46.84 0 l +o +np +713.72 124.27 m +46.84 0 l +o +np +713.72 166.49 m +46.84 0 l +o +np +724.32 33.48 m +0 139.35 l +o +np +736.73 33.48 m +0 139.35 l +o +np +749.14 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +715.85 39.81 2.13 42.23 r p3 +717.98 39.81 2.13 0.00 r p3 +720.11 39.81 2.13 0.00 r p3 +722.23 39.81 2.13 42.23 r p3 +724.36 39.81 2.13 42.23 r p3 +726.49 39.81 2.13 0.00 r p3 +728.62 39.81 2.13 0.00 r p3 +730.75 39.81 2.13 84.46 r p3 +732.88 39.81 2.13 0.00 r p3 +735.01 39.81 2.13 42.23 r p3 +737.14 39.81 2.13 0.00 r p3 +739.27 39.81 2.13 0.00 r p3 +741.40 39.81 2.13 0.00 r p3 +743.53 39.81 2.13 0.00 r p3 +745.66 39.81 2.13 42.23 r p3 +747.79 39.81 2.13 0.00 r p3 +749.92 39.81 2.13 84.46 r p3 +752.05 39.81 2.13 42.23 r p3 +754.18 39.81 2.13 0.00 r p3 +756.30 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +766.04 33.48 812.89 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +766.04 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +766.04 60.92 m +46.85 0 l +o +np +766.04 103.15 m +46.85 0 l +o +np +766.04 145.38 m +46.85 0 l +o +np +770.45 33.48 m +0 139.35 l +o +np +782.85 33.48 m +0 139.35 l +o +np +795.26 33.48 m +0 139.35 l +o +np +807.67 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +766.04 39.81 m +46.85 0 l +o +np +766.04 82.04 m +46.85 0 l +o +np +766.04 124.27 m +46.85 0 l +o +np +766.04 166.49 m +46.85 0 l +o +np +776.65 33.48 m +0 139.35 l +o +np +789.06 33.48 m +0 139.35 l +o +np +801.47 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0 0.7490 0.7686 srgb +2 setlinecap +0 setlinejoin +768.17 39.81 2.13 0.00 r p3 +770.30 39.81 2.13 0.00 r p3 +772.43 39.81 2.13 0.00 r p3 +774.56 39.81 2.13 42.23 r p3 +776.69 39.81 2.13 84.46 r p3 +778.82 39.81 2.13 0.00 r p3 +780.95 39.81 2.13 0.00 r p3 +783.08 39.81 2.13 84.46 r p3 +785.21 39.81 2.13 0.00 r p3 +787.34 39.81 2.13 0.00 r p3 +789.47 39.81 2.13 42.23 r p3 +791.60 39.81 2.13 0.00 r p3 +793.73 39.81 2.13 0.00 r p3 +795.85 39.81 2.13 0.00 r p3 +797.98 39.81 2.13 84.46 r p3 +800.11 39.81 2.13 42.23 r p3 +802.24 39.81 2.13 42.23 r p3 +804.37 39.81 2.13 0.00 r p3 +806.50 39.81 2.13 0.00 r p3 +808.63 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +818.37 33.48 865.22 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +818.37 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +818.37 60.92 m +46.85 0 l +o +np +818.37 103.15 m +46.85 0 l +o +np +818.37 145.38 m +46.85 0 l +o +np +822.77 33.48 m +0 139.35 l +o +np +835.18 33.48 m +0 139.35 l +o +np +847.59 33.48 m +0 139.35 l +o +np +860.00 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +818.37 39.81 m +46.85 0 l +o +np +818.37 82.04 m +46.85 0 l +o +np +818.37 124.27 m +46.85 0 l +o +np +818.37 166.49 m +46.85 0 l +o +np +828.98 33.48 m +0 139.35 l +o +np +841.38 33.48 m +0 139.35 l +o +np +853.79 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +820.50 39.81 2.13 42.23 r p3 +822.63 39.81 2.13 0.00 r p3 +824.76 39.81 2.13 0.00 r p3 +826.89 39.81 2.13 42.23 r p3 +829.02 39.81 2.13 0.00 r p3 +831.15 39.81 2.13 84.46 r p3 +833.27 39.81 2.13 0.00 r p3 +835.40 39.81 2.13 0.00 r p3 +837.53 39.81 2.13 84.46 r p3 +839.66 39.81 2.13 0.00 r p3 +841.79 39.81 2.13 0.00 r p3 +843.92 39.81 2.13 42.23 r p3 +846.05 39.81 2.13 0.00 r p3 +848.18 39.81 2.13 42.23 r p3 +850.31 39.81 2.13 0.00 r p3 +852.44 39.81 2.13 84.46 r p3 +854.57 39.81 2.13 0.00 r p3 +856.70 39.81 2.13 0.00 r p3 +858.83 39.81 2.13 0.00 r p3 +860.96 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +870.70 33.48 917.54 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +870.70 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +870.70 60.92 m +46.84 0 l +o +np +870.70 103.15 m +46.84 0 l +o +np +870.70 145.38 m +46.84 0 l +o +np +875.10 33.48 m +0 139.35 l +o +np +887.51 33.48 m +0 139.35 l +o +np +899.91 33.48 m +0 139.35 l +o +np +912.32 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +870.70 39.81 m +46.84 0 l +o +np +870.70 82.04 m +46.84 0 l +o +np +870.70 124.27 m +46.84 0 l +o +np +870.70 166.49 m +46.84 0 l +o +np +881.30 33.48 m +0 139.35 l +o +np +893.71 33.48 m +0 139.35 l +o +np +906.12 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +872.82 39.81 2.13 0.00 r p3 +874.95 39.81 2.13 42.23 r p3 +877.08 39.81 2.13 0.00 r p3 +879.21 39.81 2.13 42.23 r p3 +881.34 39.81 2.13 0.00 r p3 +883.47 39.81 2.13 0.00 r p3 +885.60 39.81 2.13 126.68 r p3 +887.73 39.81 2.13 42.23 r p3 +889.86 39.81 2.13 0.00 r p3 +891.99 39.81 2.13 0.00 r p3 +894.12 39.81 2.13 0.00 r p3 +896.25 39.81 2.13 42.23 r p3 +898.38 39.81 2.13 0.00 r p3 +900.51 39.81 2.13 42.23 r p3 +902.64 39.81 2.13 0.00 r p3 +904.77 39.81 2.13 42.23 r p3 +906.90 39.81 2.13 0.00 r p3 +909.02 39.81 2.13 42.23 r p3 +911.15 39.81 2.13 0.00 r p3 +913.28 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +923.02 33.48 969.87 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +923.02 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +923.02 60.92 m +46.85 0 l +o +np +923.02 103.15 m +46.85 0 l +o +np +923.02 145.38 m +46.85 0 l +o +np +927.42 33.48 m +0 139.35 l +o +np +939.83 33.48 m +0 139.35 l +o +np +952.24 33.48 m +0 139.35 l +o +np +964.65 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +923.02 39.81 m +46.85 0 l +o +np +923.02 82.04 m +46.85 0 l +o +np +923.02 124.27 m +46.85 0 l +o +np +923.02 166.49 m +46.85 0 l +o +np +933.63 33.48 m +0 139.35 l +o +np +946.04 33.48 m +0 139.35 l +o +np +958.44 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +925.15 39.81 2.13 42.23 r p3 +927.28 39.81 2.13 0.00 r p3 +929.41 39.81 2.13 0.00 r p3 +931.54 39.81 2.13 42.23 r p3 +933.67 39.81 2.13 0.00 r p3 +935.80 39.81 2.13 0.00 r p3 +937.93 39.81 2.13 126.68 r p3 +940.06 39.81 2.13 42.23 r p3 +942.19 39.81 2.13 0.00 r p3 +944.32 39.81 2.13 0.00 r p3 +946.44 39.81 2.13 0.00 r p3 +948.57 39.81 2.13 42.23 r p3 +950.70 39.81 2.13 0.00 r p3 +952.83 39.81 2.13 42.23 r p3 +954.96 39.81 2.13 42.23 r p3 +957.09 39.81 2.13 0.00 r p3 +959.22 39.81 2.13 42.23 r p3 +961.35 39.81 2.13 0.00 r p3 +963.48 39.81 2.13 0.00 r p3 +965.61 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +975.35 33.48 1022.19 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +975.35 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +975.35 60.92 m +46.84 0 l +o +np +975.35 103.15 m +46.84 0 l +o +np +975.35 145.38 m +46.84 0 l +o +np +979.75 33.48 m +0 139.35 l +o +np +992.16 33.48 m +0 139.35 l +o +np +1004.57 33.48 m +0 139.35 l +o +np +1016.97 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +975.35 39.81 m +46.84 0 l +o +np +975.35 82.04 m +46.84 0 l +o +np +975.35 124.27 m +46.84 0 l +o +np +975.35 166.49 m +46.84 0 l +o +np +985.95 33.48 m +0 139.35 l +o +np +998.36 33.48 m +0 139.35 l +o +np +1010.77 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +977.48 39.81 2.13 0.00 r p3 +979.61 39.81 2.13 0.00 r p3 +981.74 39.81 2.13 42.23 r p3 +983.87 39.81 2.13 42.23 r p3 +985.99 39.81 2.13 42.23 r p3 +988.12 39.81 2.13 0.00 r p3 +990.25 39.81 2.13 42.23 r p3 +992.38 39.81 2.13 42.23 r p3 +994.51 39.81 2.13 42.23 r p3 +996.64 39.81 2.13 0.00 r p3 +998.77 39.81 2.13 0.00 r p3 +1000.90 39.81 2.13 0.00 r p3 +1003.03 39.81 2.13 42.23 r p3 +1005.16 39.81 2.13 0.00 r p3 +1007.29 39.81 2.13 84.46 r p3 +1009.42 39.81 2.13 42.23 r p3 +1011.55 39.81 2.13 0.00 r p3 +1013.68 39.81 2.13 0.00 r p3 +1015.81 39.81 2.13 0.00 r p3 +1017.94 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +1027.67 33.48 1074.52 172.83 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1027.67 33.48 46.85 139.35 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1027.67 60.92 m +46.85 0 l +o +np +1027.67 103.15 m +46.85 0 l +o +np +1027.67 145.38 m +46.85 0 l +o +np +1032.08 33.48 m +0 139.35 l +o +np +1044.48 33.48 m +0 139.35 l +o +np +1056.89 33.48 m +0 139.35 l +o +np +1069.30 33.48 m +0 139.35 l +o +1.07 setlinewidth +[] 0 setdash +np +1027.67 39.81 m +46.85 0 l +o +np +1027.67 82.04 m +46.85 0 l +o +np +1027.67 124.27 m +46.85 0 l +o +np +1027.67 166.49 m +46.85 0 l +o +np +1038.28 33.48 m +0 139.35 l +o +np +1050.69 33.48 m +0 139.35 l +o +np +1063.10 33.48 m +0 139.35 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.7804 0.4863 1 srgb +2 setlinecap +0 setlinejoin +1029.80 39.81 2.13 0.00 r p3 +1031.93 39.81 2.13 0.00 r p3 +1034.06 39.81 2.13 42.23 r p3 +1036.19 39.81 2.13 42.23 r p3 +1038.32 39.81 2.13 42.23 r p3 +1040.45 39.81 2.13 0.00 r p3 +1042.58 39.81 2.13 42.23 r p3 +1044.71 39.81 2.13 42.23 r p3 +1046.84 39.81 2.13 42.23 r p3 +1048.97 39.81 2.13 0.00 r p3 +1051.10 39.81 2.13 0.00 r p3 +1053.23 39.81 2.13 42.23 r p3 +1055.36 39.81 2.13 42.23 r p3 +1057.49 39.81 2.13 0.00 r p3 +1059.61 39.81 2.13 42.23 r p3 +1061.74 39.81 2.13 42.23 r p3 +1063.87 39.81 2.13 0.00 r p3 +1066.00 39.81 2.13 0.00 r p3 +1068.13 39.81 2.13 0.00 r p3 +1070.26 39.81 2.13 0.00 r p3 +0.00 0.00 1440.00 576.00 cl +33.48 172.83 80.32 207.25 cl +33.48 190.04 80.32 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 195.41 (Batch1) .5 0 t +33.48 190.04 80.32 207.25 cl +33.48 172.83 80.32 207.25 cl +33.48 172.83 80.32 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +33.48 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +56.90 178.20 (Batch1_A_1) .5 0 t +33.48 172.83 80.32 190.04 cl +33.48 172.83 80.32 207.25 cl +0.00 0.00 1440.00 576.00 cl +85.80 172.83 132.65 207.25 cl +85.80 190.04 132.65 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 195.41 (Batch1) .5 0 t +85.80 190.04 132.65 207.25 cl +85.80 172.83 132.65 207.25 cl +85.80 172.83 132.65 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +85.80 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +109.23 178.20 (Batch1_A_2) .5 0 t +85.80 172.83 132.65 190.04 cl +85.80 172.83 132.65 207.25 cl +0.00 0.00 1440.00 576.00 cl +138.13 172.83 184.98 207.25 cl +138.13 190.04 184.98 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 195.41 (Batch1) .5 0 t +138.13 190.04 184.98 207.25 cl +138.13 172.83 184.98 207.25 cl +138.13 172.83 184.98 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +138.13 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +161.55 178.20 (Batch1_A_3) .5 0 t +138.13 172.83 184.98 190.04 cl +138.13 172.83 184.98 207.25 cl +0.00 0.00 1440.00 576.00 cl +190.46 172.83 237.30 207.25 cl +190.46 190.04 237.30 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 195.41 (Batch1) .5 0 t +190.46 190.04 237.30 207.25 cl +190.46 172.83 237.30 207.25 cl +190.46 172.83 237.30 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +190.46 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +213.88 178.20 (Batch1_A_4) .5 0 t +190.46 172.83 237.30 190.04 cl +190.46 172.83 237.30 207.25 cl +0.00 0.00 1440.00 576.00 cl +242.78 172.83 289.63 207.25 cl +242.78 190.04 289.63 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 195.41 (Batch1) .5 0 t +242.78 190.04 289.63 207.25 cl +242.78 172.83 289.63 207.25 cl +242.78 172.83 289.63 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +242.78 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +266.20 178.20 (Batch1_A_5) .5 0 t +242.78 172.83 289.63 190.04 cl +242.78 172.83 289.63 207.25 cl +0.00 0.00 1440.00 576.00 cl +295.11 172.83 341.95 207.25 cl +295.11 190.04 341.95 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 195.41 (Batch1) .5 0 t +295.11 190.04 341.95 207.25 cl +295.11 172.83 341.95 207.25 cl +295.11 172.83 341.95 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +295.11 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +318.53 178.20 (Batch1_B_10) .5 0 t +295.11 172.83 341.95 190.04 cl +295.11 172.83 341.95 207.25 cl +0.00 0.00 1440.00 576.00 cl +347.43 172.83 394.28 207.25 cl +347.43 190.04 394.28 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 195.41 (Batch1) .5 0 t +347.43 190.04 394.28 207.25 cl +347.43 172.83 394.28 207.25 cl +347.43 172.83 394.28 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +347.43 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +370.86 178.20 (Batch1_B_6) .5 0 t +347.43 172.83 394.28 190.04 cl +347.43 172.83 394.28 207.25 cl +0.00 0.00 1440.00 576.00 cl +399.76 172.83 446.61 207.25 cl +399.76 190.04 446.61 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 195.41 (Batch1) .5 0 t +399.76 190.04 446.61 207.25 cl +399.76 172.83 446.61 207.25 cl +399.76 172.83 446.61 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +399.76 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +423.18 178.20 (Batch1_B_7) .5 0 t +399.76 172.83 446.61 190.04 cl +399.76 172.83 446.61 207.25 cl +0.00 0.00 1440.00 576.00 cl +452.09 172.83 498.93 207.25 cl +452.09 190.04 498.93 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 195.41 (Batch1) .5 0 t +452.09 190.04 498.93 207.25 cl +452.09 172.83 498.93 207.25 cl +452.09 172.83 498.93 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +452.09 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +475.51 178.20 (Batch1_B_8) .5 0 t +452.09 172.83 498.93 190.04 cl +452.09 172.83 498.93 207.25 cl +0.00 0.00 1440.00 576.00 cl +504.41 172.83 551.26 207.25 cl +504.41 190.04 551.26 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 195.41 (Batch1) .5 0 t +504.41 190.04 551.26 207.25 cl +504.41 172.83 551.26 207.25 cl +504.41 172.83 551.26 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +504.41 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +527.84 178.20 (Batch1_B_9) .5 0 t +504.41 172.83 551.26 190.04 cl +504.41 172.83 551.26 207.25 cl +0.00 0.00 1440.00 576.00 cl +556.74 172.83 603.59 207.25 cl +556.74 190.04 603.59 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 195.41 (Batch1) .5 0 t +556.74 190.04 603.59 207.25 cl +556.74 172.83 603.59 207.25 cl +556.74 172.83 603.59 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +556.74 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +580.16 178.20 (Batch1_C_11) .5 0 t +556.74 172.83 603.59 190.04 cl +556.74 172.83 603.59 207.25 cl +0.00 0.00 1440.00 576.00 cl +609.06 172.83 655.91 207.25 cl +609.06 190.04 655.91 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 195.41 (Batch1) .5 0 t +609.06 190.04 655.91 207.25 cl +609.06 172.83 655.91 207.25 cl +609.06 172.83 655.91 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +609.06 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +632.49 178.20 (Batch1_C_12) .5 0 t +609.06 172.83 655.91 190.04 cl +609.06 172.83 655.91 207.25 cl +0.00 0.00 1440.00 576.00 cl +661.39 172.83 708.24 207.25 cl +661.39 190.04 708.24 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 195.41 (Batch1) .5 0 t +661.39 190.04 708.24 207.25 cl +661.39 172.83 708.24 207.25 cl +661.39 172.83 708.24 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +661.39 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +684.81 178.20 (Batch1_C_13) .5 0 t +661.39 172.83 708.24 190.04 cl +661.39 172.83 708.24 207.25 cl +0.00 0.00 1440.00 576.00 cl +713.72 172.83 760.56 207.25 cl +713.72 190.04 760.56 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 195.41 (Batch1) .5 0 t +713.72 190.04 760.56 207.25 cl +713.72 172.83 760.56 207.25 cl +713.72 172.83 760.56 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +713.72 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +737.14 178.20 (Batch1_C_14) .5 0 t +713.72 172.83 760.56 190.04 cl +713.72 172.83 760.56 207.25 cl +0.00 0.00 1440.00 576.00 cl +766.04 172.83 812.89 207.25 cl +766.04 190.04 812.89 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 195.41 (Batch1) .5 0 t +766.04 190.04 812.89 207.25 cl +766.04 172.83 812.89 207.25 cl +766.04 172.83 812.89 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +766.04 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +789.47 178.20 (Batch1_C_15) .5 0 t +766.04 172.83 812.89 190.04 cl +766.04 172.83 812.89 207.25 cl +0.00 0.00 1440.00 576.00 cl +818.37 172.83 865.22 207.25 cl +818.37 190.04 865.22 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 195.41 (Batch1) .5 0 t +818.37 190.04 865.22 207.25 cl +818.37 172.83 865.22 207.25 cl +818.37 172.83 865.22 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +818.37 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +841.79 178.20 (Batch1_D_16) .5 0 t +818.37 172.83 865.22 190.04 cl +818.37 172.83 865.22 207.25 cl +0.00 0.00 1440.00 576.00 cl +870.70 172.83 917.54 207.25 cl +870.70 190.04 917.54 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 195.41 (Batch1) .5 0 t +870.70 190.04 917.54 207.25 cl +870.70 172.83 917.54 207.25 cl +870.70 172.83 917.54 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +870.70 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +894.12 178.20 (Batch1_D_17) .5 0 t +870.70 172.83 917.54 190.04 cl +870.70 172.83 917.54 207.25 cl +0.00 0.00 1440.00 576.00 cl +923.02 172.83 969.87 207.25 cl +923.02 190.04 969.87 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 195.41 (Batch1) .5 0 t +923.02 190.04 969.87 207.25 cl +923.02 172.83 969.87 207.25 cl +923.02 172.83 969.87 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +923.02 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +946.44 178.20 (Batch1_D_18) .5 0 t +923.02 172.83 969.87 190.04 cl +923.02 172.83 969.87 207.25 cl +0.00 0.00 1440.00 576.00 cl +975.35 172.83 1022.19 207.25 cl +975.35 190.04 1022.19 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 195.41 (Batch1) .5 0 t +975.35 190.04 1022.19 207.25 cl +975.35 172.83 1022.19 207.25 cl +975.35 172.83 1022.19 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +975.35 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +998.77 178.20 (Batch1_D_19) .5 0 t +975.35 172.83 1022.19 190.04 cl +975.35 172.83 1022.19 207.25 cl +0.00 0.00 1440.00 576.00 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 190.04 1074.52 207.25 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 190.04 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 195.41 (Batch1) .5 0 t +1027.67 190.04 1074.52 207.25 cl +1027.67 172.83 1074.52 207.25 cl +1027.67 172.83 1074.52 190.04 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1027.67 172.83 46.85 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1051.10 178.20 (Batch1_D_20) .5 0 t +1027.67 172.83 1074.52 190.04 cl +1027.67 172.83 1074.52 207.25 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +44.08 30.74 m +0 2.74 l +o +np +56.49 30.74 m +0 2.74 l +o +np +68.90 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +50.55 28.55 (15) 1 90 t +62.95 28.55 (20) 1 90 t +75.36 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +96.41 30.74 m +0 2.74 l +o +np +108.82 30.74 m +0 2.74 l +o +np +121.23 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +102.87 28.55 (15) 1 90 t +115.28 28.55 (20) 1 90 t +127.69 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +148.74 30.74 m +0 2.74 l +o +np +161.14 30.74 m +0 2.74 l +o +np +173.55 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +155.20 28.55 (15) 1 90 t +167.61 28.55 (20) 1 90 t +180.01 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +201.06 30.74 m +0 2.74 l +o +np +213.47 30.74 m +0 2.74 l +o +np +225.88 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +207.52 28.55 (15) 1 90 t +219.93 28.55 (20) 1 90 t +232.34 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +253.39 30.74 m +0 2.74 l +o +np +265.80 30.74 m +0 2.74 l +o +np +278.20 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +259.85 28.55 (15) 1 90 t +272.26 28.55 (20) 1 90 t +284.67 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +305.71 30.74 m +0 2.74 l +o +np +318.12 30.74 m +0 2.74 l +o +np +330.53 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +312.18 28.55 (15) 1 90 t +324.58 28.55 (20) 1 90 t +336.99 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +358.04 30.74 m +0 2.74 l +o +np +370.45 30.74 m +0 2.74 l +o +np +382.86 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +364.50 28.55 (15) 1 90 t +376.91 28.55 (20) 1 90 t +389.32 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +410.37 30.74 m +0 2.74 l +o +np +422.77 30.74 m +0 2.74 l +o +np +435.18 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +416.83 28.55 (15) 1 90 t +429.24 28.55 (20) 1 90 t +441.64 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +462.69 30.74 m +0 2.74 l +o +np +475.10 30.74 m +0 2.74 l +o +np +487.51 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +469.15 28.55 (15) 1 90 t +481.56 28.55 (20) 1 90 t +493.97 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +515.02 30.74 m +0 2.74 l +o +np +527.43 30.74 m +0 2.74 l +o +np +539.83 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +521.48 28.55 (15) 1 90 t +533.89 28.55 (20) 1 90 t +546.30 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +567.34 30.74 m +0 2.74 l +o +np +579.75 30.74 m +0 2.74 l +o +np +592.16 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +573.81 28.55 (15) 1 90 t +586.21 28.55 (20) 1 90 t +598.62 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +619.67 30.74 m +0 2.74 l +o +np +632.08 30.74 m +0 2.74 l +o +np +644.49 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +626.13 28.55 (15) 1 90 t +638.54 28.55 (20) 1 90 t +650.95 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +672.00 30.74 m +0 2.74 l +o +np +684.40 30.74 m +0 2.74 l +o +np +696.81 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +678.46 28.55 (15) 1 90 t +690.87 28.55 (20) 1 90 t +703.27 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +724.32 30.74 m +0 2.74 l +o +np +736.73 30.74 m +0 2.74 l +o +np +749.14 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +730.79 28.55 (15) 1 90 t +743.19 28.55 (20) 1 90 t +755.60 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +776.65 30.74 m +0 2.74 l +o +np +789.06 30.74 m +0 2.74 l +o +np +801.47 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +783.11 28.55 (15) 1 90 t +795.52 28.55 (20) 1 90 t +807.93 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +828.98 30.74 m +0 2.74 l +o +np +841.38 30.74 m +0 2.74 l +o +np +853.79 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +835.44 28.55 (15) 1 90 t +847.85 28.55 (20) 1 90 t +860.25 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +881.30 30.74 m +0 2.74 l +o +np +893.71 30.74 m +0 2.74 l +o +np +906.12 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +887.76 28.55 (15) 1 90 t +900.17 28.55 (20) 1 90 t +912.58 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +933.63 30.74 m +0 2.74 l +o +np +946.04 30.74 m +0 2.74 l +o +np +958.44 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +940.09 28.55 (15) 1 90 t +952.50 28.55 (20) 1 90 t +964.91 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +985.95 30.74 m +0 2.74 l +o +np +998.36 30.74 m +0 2.74 l +o +np +1010.77 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +992.42 28.55 (15) 1 90 t +1004.82 28.55 (20) 1 90 t +1017.23 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1038.28 30.74 m +0 2.74 l +o +np +1050.69 30.74 m +0 2.74 l +o +np +1063.10 30.74 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1044.74 28.55 (15) 1 90 t +1057.15 28.55 (20) 1 90 t +1069.56 28.55 (25) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +28.55 36.58 (0) 1 0 t +28.55 78.81 (1) 1 0 t +28.55 121.04 (2) 1 0 t +28.55 163.26 (3) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +30.74 39.81 m +2.74 0 l +o +np +30.74 82.04 m +2.74 0 l +o +np +30.74 124.27 m +2.74 0 l +o +np +30.74 166.49 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +539.94 7.90 (V) 0 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +18.38 103.15 (count) .5 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +33.48 215.59 (Histogr) 0 ta +-0.130 (am of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +1080.00 0.00 1440.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +1080.00 0.00 360.00 576.00 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 309.56 1417.31 535.64 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1118.48 309.56 298.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.48 344.32 m +298.83 0 l +o +np +1118.48 393.28 m +298.83 0 l +o +np +1118.48 442.24 m +298.83 0 l +o +np +1118.48 491.20 m +298.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1118.48 319.83 m +298.83 0 l +o +np +1118.48 368.80 m +298.83 0 l +o +np +1118.48 417.76 m +298.83 0 l +o +np +1118.48 466.72 m +298.83 0 l +o +np +1118.48 515.68 m +298.83 0 l +o +np +1127.36 309.56 m +0 226.08 l +o +np +1142.15 309.56 m +0 226.08 l +o +np +1156.94 309.56 m +0 226.08 l +o +np +1171.74 309.56 m +0 226.08 l +o +np +1186.53 309.56 m +0 226.08 l +o +np +1201.32 309.56 m +0 226.08 l +o +np +1216.12 309.56 m +0 226.08 l +o +np +1230.91 309.56 m +0 226.08 l +o +np +1245.71 309.56 m +0 226.08 l +o +np +1260.50 309.56 m +0 226.08 l +o +np +1275.29 309.56 m +0 226.08 l +o +np +1290.09 309.56 m +0 226.08 l +o +np +1304.88 309.56 m +0 226.08 l +o +np +1319.67 309.56 m +0 226.08 l +o +np +1334.47 309.56 m +0 226.08 l +o +np +1349.26 309.56 m +0 226.08 l +o +np +1364.05 309.56 m +0 226.08 l +o +np +1378.85 309.56 m +0 226.08 l +o +np +1393.64 309.56 m +0 226.08 l +o +np +1408.44 309.56 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1120.70 319.83 13.31 197.82 r p3 +1135.49 319.83 13.31 203.66 r p3 +1150.29 319.83 13.31 202.41 r p3 +1165.08 319.83 13.31 205.53 r p3 +1179.87 319.83 13.31 201.75 r p3 +0.4863 0.6824 0 srgb +1194.67 319.83 13.31 185.93 r p3 +1209.46 319.83 13.31 172.24 r p3 +1224.25 319.83 13.31 178.95 r p3 +1239.05 319.83 13.31 177.36 r p3 +1253.84 319.83 13.31 179.32 r p3 +0 0.7490 0.7686 srgb +1268.64 319.83 13.31 172.63 r p3 +1283.43 319.83 13.31 189.56 r p3 +1298.22 319.83 13.31 185.29 r p3 +1313.02 319.83 13.31 186.20 r p3 +1327.81 319.83 13.31 189.04 r p3 +0.7804 0.4863 1 srgb +1342.60 319.83 13.31 181.46 r p3 +1357.40 319.83 13.31 172.10 r p3 +1372.19 319.83 13.31 174.25 r p3 +1386.98 319.83 13.31 179.58 r p3 +1401.78 319.83 13.31 178.27 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 78.00 1417.31 304.08 cl +/bg { 0.9216 0.9216 0.9216 srgb } def +1118.48 78.00 298.83 226.08 r p2 +1 1 1 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1118.48 113.42 m +298.83 0 l +o +np +1118.48 163.70 m +298.83 0 l +o +np +1118.48 213.99 m +298.83 0 l +o +np +1118.48 264.27 m +298.83 0 l +o +1.07 setlinewidth +[] 0 setdash +np +1118.48 88.28 m +298.83 0 l +o +np +1118.48 138.56 m +298.83 0 l +o +np +1118.48 188.84 m +298.83 0 l +o +np +1118.48 239.13 m +298.83 0 l +o +np +1118.48 289.41 m +298.83 0 l +o +np +1127.36 78.00 m +0 226.08 l +o +np +1142.15 78.00 m +0 226.08 l +o +np +1156.94 78.00 m +0 226.08 l +o +np +1171.74 78.00 m +0 226.08 l +o +np +1186.53 78.00 m +0 226.08 l +o +np +1201.32 78.00 m +0 226.08 l +o +np +1216.12 78.00 m +0 226.08 l +o +np +1230.91 78.00 m +0 226.08 l +o +np +1245.71 78.00 m +0 226.08 l +o +np +1260.50 78.00 m +0 226.08 l +o +np +1275.29 78.00 m +0 226.08 l +o +np +1290.09 78.00 m +0 226.08 l +o +np +1304.88 78.00 m +0 226.08 l +o +np +1319.67 78.00 m +0 226.08 l +o +np +1334.47 78.00 m +0 226.08 l +o +np +1349.26 78.00 m +0 226.08 l +o +np +1364.05 78.00 m +0 226.08 l +o +np +1378.85 78.00 m +0 226.08 l +o +np +1393.64 78.00 m +0 226.08 l +o +np +1408.44 78.00 m +0 226.08 l +o +/bg { 0.3490 0.3490 0.3490 srgb } def +0.9725 0.4627 0.4275 srgb +2 setlinecap +0 setlinejoin +1120.70 88.28 13.31 185.09 r p3 +1135.49 88.28 13.31 194.23 r p3 +1150.29 88.28 13.31 189.41 r p3 +1165.08 88.28 13.31 191.03 r p3 +1179.87 88.28 13.31 190.39 r p3 +0.4863 0.6824 0 srgb +1194.67 88.28 13.31 205.53 r p3 +1209.46 88.28 13.31 194.46 r p3 +1224.25 88.28 13.31 202.28 r p3 +1239.05 88.28 13.31 201.79 r p3 +1253.84 88.28 13.31 204.41 r p3 +0 0.7490 0.7686 srgb +1268.64 88.28 13.31 198.83 r p3 +1283.43 88.28 13.31 200.06 r p3 +1298.22 88.28 13.31 195.48 r p3 +1313.02 88.28 13.31 202.06 r p3 +1327.81 88.28 13.31 202.06 r p3 +0.7804 0.4863 1 srgb +1342.60 88.28 13.31 191.49 r p3 +1357.40 88.28 13.31 194.83 r p3 +1372.19 88.28 13.31 192.14 r p3 +1386.98 88.28 13.31 194.20 r p3 +1401.78 88.28 13.31 192.81 r p3 +0.00 0.00 1440.00 576.00 cl +1118.48 535.64 1417.31 552.85 cl +1118.48 535.64 1417.31 552.85 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1118.48 535.64 298.83 17.21 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1267.90 541.01 (Batch1) .5 0 t +1118.48 535.64 1417.31 552.85 cl +1118.48 535.64 1417.31 552.85 cl +0.00 0.00 1440.00 576.00 cl +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 309.56 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 450.11 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Median) tb gr +1417.31 309.56 1434.52 535.64 cl +1417.31 309.56 1434.52 535.64 cl +0.00 0.00 1440.00 576.00 cl +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +/bg { 0.8510 0.8510 0.8510 srgb } def +1417.31 78.00 17.21 226.08 r p2 +/Font1 findfont 9 s +0.1020 0.1020 0.1020 srgb +1422.68 213.05 (V) -90.00 ta +-0.630 (alue) tb +-0.135 (.Sum) tb gr +1417.31 78.00 1434.52 304.08 cl +1417.31 78.00 1434.52 304.08 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1127.36 75.26 m +0 2.74 l +o +np +1142.15 75.26 m +0 2.74 l +o +np +1156.94 75.26 m +0 2.74 l +o +np +1171.74 75.26 m +0 2.74 l +o +np +1186.53 75.26 m +0 2.74 l +o +np +1201.32 75.26 m +0 2.74 l +o +np +1216.12 75.26 m +0 2.74 l +o +np +1230.91 75.26 m +0 2.74 l +o +np +1245.71 75.26 m +0 2.74 l +o +np +1260.50 75.26 m +0 2.74 l +o +np +1275.29 75.26 m +0 2.74 l +o +np +1290.09 75.26 m +0 2.74 l +o +np +1304.88 75.26 m +0 2.74 l +o +np +1319.67 75.26 m +0 2.74 l +o +np +1334.47 75.26 m +0 2.74 l +o +np +1349.26 75.26 m +0 2.74 l +o +np +1364.05 75.26 m +0 2.74 l +o +np +1378.85 75.26 m +0 2.74 l +o +np +1393.64 75.26 m +0 2.74 l +o +np +1408.44 75.26 m +0 2.74 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1133.82 73.07 (Batch1_A_1) 1 90 t +1148.61 73.07 (Batch1_A_2) 1 90 t +1163.41 73.07 (Batch1_A_3) 1 90 t +1178.20 73.07 (Batch1_A_4) 1 90 t +1192.99 73.07 (Batch1_A_5) 1 90 t +1207.79 73.07 (Batch1_B_10) 1 90 t +1222.58 73.07 (Batch1_B_6) 1 90 t +1237.37 73.07 (Batch1_B_7) 1 90 t +1252.17 73.07 (Batch1_B_8) 1 90 t +1266.96 73.07 (Batch1_B_9) 1 90 t +1281.75 73.07 (Batch1_C_11) 1 90 t +1296.55 73.07 (Batch1_C_12) 1 90 t +1311.34 73.07 (Batch1_C_13) 1 90 t +1326.14 73.07 (Batch1_C_14) 1 90 t +1340.93 73.07 (Batch1_C_15) 1 90 t +1355.72 73.07 (Batch1_D_16) 1 90 t +1370.52 73.07 (Batch1_D_17) 1 90 t +1385.31 73.07 (Batch1_D_18) 1 90 t +1400.10 73.07 (Batch1_D_19) 1 90 t +1414.90 73.07 (Batch1_D_20) 1 90 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1113.55 316.60 (0) 1 0 t +1113.55 365.57 (5) 1 0 t +1113.55 414.53 (10) 1 0 t +1113.55 463.49 (15) 1 0 t +1113.55 512.45 (20) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1115.74 319.83 m +2.74 0 l +o +np +1115.74 368.80 m +2.74 0 l +o +np +1115.74 417.76 m +2.74 0 l +o +np +1115.74 466.72 m +2.74 0 l +o +np +1115.74 515.68 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +1113.55 85.05 (0) 1 0 t +1113.55 135.33 (50) 1 0 t +1113.55 185.61 (100) 1 0 t +1113.55 235.90 (150) 1 0 t +1113.55 286.18 (200) 1 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.2000 0.2000 0.2000 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1115.74 88.28 m +2.74 0 l +o +np +1115.74 138.56 m +2.74 0 l +o +np +1115.74 188.84 m +2.74 0 l +o +np +1115.74 239.13 m +2.74 0 l +o +np +1115.74 289.41 m +2.74 0 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1267.90 7.90 (Sample) .5 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +1093.38 292.76 (V) 90 ta +-0.770 (alue) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1118.48 561.19 (Statistics of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..f2a1e75dd112858f03b923fe5e8f7c74084bd050 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..40fad7309c4af1df1040ee90c88a42a3c9f3e897 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_heatmap.ps @@ -0,0 +1,1276 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +230.02 552.67 (Heatmap of T) 0 ta +-2.080 (ransf) tb +-0.520 (ormed Data \(Selected Features Onl) tb +-0.390 (y\)) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1138.43 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +90.01 493.00 m +0 7.79 l +56.67 0 l +0 -7.79 l +o +np +486.71 493.00 m +0 8.85 l +56.67 0 l +0 -8.85 l +o +np +1053.42 493.00 m +0 11.53 l +56.67 0 l +0 -11.53 l +o +np +713.39 493.00 m +0 13.08 l +56.67 0 l +0 -13.08 l +o +np +203.35 493.00 m +0 13.58 l +56.67 0 l +0 -13.58 l +o +np +883.41 493.00 m +0 13.63 l +56.67 0 l +0 -13.63 l +o +np +656.72 493.00 m +0 15.52 l +85.01 0 l +0 -2.44 l +o +np +600.05 493.00 m +0 16.67 l +99.17 0 l +0 -1.15 l +o +np +996.75 493.00 m +0 17.04 l +85.00 0 l +0 -5.51 l +o +np +118.34 500.79 m +0 9.26 l +113.35 0 l +0 -3.47 l +o +np +430.03 493.00 m +0 17.75 l +85.01 0 l +0 -8.90 l +o +np +911.74 506.63 m +0 5.29 l +127.51 0 l +0 -1.88 l +o +np +373.36 493.00 m +0 21.56 l +99.18 0 l +0 -3.81 l +o +np +826.73 493.00 m +0 21.94 l +148.77 0 l +0 -3.02 l +o +np +33.34 493.00 m +0 27.45 l +141.67 0 l +0 -10.40 l +o +np +316.69 493.00 m +0 28.85 l +106.26 0 l +0 -7.29 l +o +np +649.64 509.67 m +0 17.02 l +251.47 0 l +0 -11.75 l +o +np +369.82 521.85 m +0 9.16 l +405.56 0 l +0 -4.32 l +o +np +104.17 520.45 m +0 24.93 l +468.43 0 l +0 -14.37 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.2706 0.2706 srgb } def +5.00 415.42 56.67 31.58 r p2 +/bg { 1 0.6275 0.6275 srgb } def +5.00 383.83 56.67 31.58 r p2 +/bg { 1 0.9490 0.9490 srgb } def +5.00 352.25 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +5.00 320.67 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +5.00 289.09 56.67 31.58 r p2 +/bg { 0.4706 0.4706 1 srgb } def +5.00 257.51 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +5.00 225.93 56.67 31.58 r p2 +/bg { 1 0.1725 0.1725 srgb } def +5.00 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +5.00 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 131.18 56.67 31.58 r p2 +/bg { 1 0.4235 0.4235 srgb } def +61.67 415.42 56.67 31.58 r p2 +/bg { 1 0.2627 0.2627 srgb } def +61.67 383.83 56.67 31.58 r p2 +/bg { 0.4863 0.4863 1 srgb } def +61.67 352.25 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +61.67 320.67 56.67 31.58 r p2 +/bg { 0.0549 0.0549 1 srgb } def +61.67 289.09 56.67 31.58 r p2 +/bg { 0.4314 0.4314 1 srgb } def +61.67 257.51 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +61.67 225.93 56.67 31.58 r p2 +/bg { 0.6196 0.6196 1 srgb } def +61.67 194.34 56.67 31.58 r p2 +/bg { 1 0.7608 0.7608 srgb } def +61.67 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +61.67 131.18 56.67 31.58 r p2 +/bg { 1 0.3882 0.3882 srgb } def +118.34 415.42 56.67 31.58 r p2 +/bg { 1 0.2902 0.2902 srgb } def +118.34 383.83 56.67 31.58 r p2 +/bg { 0.4627 0.4627 1 srgb } def +118.34 352.25 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +118.34 320.67 56.67 31.58 r p2 +/bg { 0.5098 0.5098 1 srgb } def +118.34 289.09 56.67 31.58 r p2 +/bg { 0.4078 0.4078 1 srgb } def +118.34 257.51 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +118.34 225.93 56.67 31.58 r p2 +/bg { 0.4431 0.4431 1 srgb } def +118.34 194.34 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +118.34 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +118.34 131.18 56.67 31.58 r p2 +/bg { 1 0.5216 0.5216 srgb } def +175.01 415.42 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +175.01 383.83 56.67 31.58 r p2 +/bg { 0.5137 0.5137 1 srgb } def +175.01 352.25 56.67 31.58 r p2 +/bg { 0.2745 0.2745 1 srgb } def +175.01 320.67 56.67 31.58 r p2 +/bg { 0.0549 0.0549 1 srgb } def +175.01 289.09 56.67 31.58 r p2 +/bg { 0.3137 0.3137 1 srgb } def +175.01 257.51 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +175.01 225.93 56.67 31.58 r p2 +/bg { 0.5255 0.5255 1 srgb } def +175.01 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +175.01 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +175.01 131.18 56.67 31.58 r p2 +/bg { 1 0.3686 0.3686 srgb } def +231.69 415.42 56.67 31.58 r p2 +/bg { 1 0.2902 0.2902 srgb } def +231.69 383.83 56.67 31.58 r p2 +/bg { 0.7137 0.7137 1 srgb } def +231.69 352.25 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +231.69 320.67 56.67 31.58 r p2 +/bg { 0.5255 0.5255 1 srgb } def +231.69 289.09 56.67 31.58 r p2 +/bg { 0.3608 0.3608 1 srgb } def +231.69 257.51 56.67 31.58 r p2 +/bg { 0.3373 0.3373 1 srgb } def +231.69 225.93 56.67 31.58 r p2 +/bg { 0.5020 0.5020 1 srgb } def +231.69 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +231.69 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +231.69 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +288.36 415.42 56.67 31.58 r p2 +/bg { 0.4118 0.4118 1 srgb } def +288.36 383.83 56.67 31.58 r p2 +/bg { 1 0.8392 0.8392 srgb } def +288.36 352.25 56.67 31.58 r p2 +/bg { 0.9490 0.9490 1 srgb } def +288.36 320.67 56.67 31.58 r p2 +/bg { 1 0.6745 0.6745 srgb } def +288.36 289.09 56.67 31.58 r p2 +/bg { 1 0.2118 0.2118 srgb } def +288.36 257.51 56.67 31.58 r p2 +/bg { 1 0.5490 0.5490 srgb } def +288.36 225.93 56.67 31.58 r p2 +/bg { 0.9725 0.9725 1 srgb } def +288.36 194.34 56.67 31.58 r p2 +/bg { 1 0.1255 0.1255 srgb } def +288.36 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +288.36 131.18 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +345.03 415.42 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +345.03 383.83 56.67 31.58 r p2 +/bg { 1 0.8078 0.8078 srgb } def +345.03 352.25 56.67 31.58 r p2 +/bg { 0.5647 0.5647 1 srgb } def +345.03 320.67 56.67 31.58 r p2 +/bg { 1 0.8392 0.8392 srgb } def +345.03 289.09 56.67 31.58 r p2 +/bg { 1 0.6196 0.6196 srgb } def +345.03 257.51 56.67 31.58 r p2 +/bg { 1 0.5137 0.5137 srgb } def +345.03 225.93 56.67 31.58 r p2 +/bg { 0.7137 0.7137 1 srgb } def +345.03 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +345.03 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +345.03 131.18 56.67 31.58 r p2 +/bg { 1 0.6588 0.6588 srgb } def +401.70 415.42 56.67 31.58 r p2 +/bg { 0.4118 0.4118 1 srgb } def +401.70 383.83 56.67 31.58 r p2 +/bg { 1 0.5765 0.5765 srgb } def +401.70 352.25 56.67 31.58 r p2 +/bg { 1 0.6118 0.6118 srgb } def +401.70 320.67 56.67 31.58 r p2 +/bg { 1 0.7294 0.7294 srgb } def +401.70 289.09 56.67 31.58 r p2 +/bg { 1 0.3961 0.3961 srgb } def +401.70 257.51 56.67 31.58 r p2 +/bg { 1 0.6118 0.6118 srgb } def +401.70 225.93 56.67 31.58 r p2 +/bg { 0.8863 0.8863 1 srgb } def +401.70 194.34 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +401.70 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +401.70 131.18 56.67 31.58 r p2 +/bg { 1 0.7725 0.7725 srgb } def +458.37 415.42 56.67 31.58 r p2 +/bg { 0.4118 0.4118 1 srgb } def +458.37 383.83 56.67 31.58 r p2 +/bg { 1 0.3373 0.3373 srgb } def +458.37 352.25 56.67 31.58 r p2 +/bg { 1 0.8980 0.8980 srgb } def +458.37 320.67 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +458.37 289.09 56.67 31.58 r p2 +/bg { 1 0.3451 0.3451 srgb } def +458.37 257.51 56.67 31.58 r p2 +/bg { 1 0.3804 0.3804 srgb } def +458.37 225.93 56.67 31.58 r p2 +/bg { 0.9333 0.9333 1 srgb } def +458.37 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +458.37 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +458.37 131.18 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +515.04 415.42 56.67 31.58 r p2 +/bg { 0.4118 0.4118 1 srgb } def +515.04 383.83 56.67 31.58 r p2 +/bg { 1 0 0 srgb } def +515.04 352.25 56.67 31.58 r p2 +/bg { 1 0.5882 0.5882 srgb } def +515.04 320.67 56.67 31.58 r p2 +/bg { 1 0.6471 0.6471 srgb } def +515.04 289.09 56.67 31.58 r p2 +/bg { 1 0.4863 0.4863 srgb } def +515.04 257.51 56.67 31.58 r p2 +/bg { 1 0.4314 0.4314 srgb } def +515.04 225.93 56.67 31.58 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.04 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +515.04 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +515.04 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +571.71 415.42 56.67 31.58 r p2 +/bg { 1 0.7020 0.7020 srgb } def +571.71 383.83 56.67 31.58 r p2 +/bg { 1 0.7922 0.7922 srgb } def +571.71 352.25 56.67 31.58 r p2 +/bg { 1 0.5725 0.5725 srgb } def +571.71 320.67 56.67 31.58 r p2 +/bg { 1 0.7529 0.7529 srgb } def +571.71 289.09 56.67 31.58 r p2 +/bg { 0.9725 0.9725 1 srgb } def +571.71 257.51 56.67 31.58 r p2 +/bg { 1 0.6824 0.6824 srgb } def +571.71 225.93 56.67 31.58 r p2 +/bg { 1 0.1451 0.1451 srgb } def +571.71 194.34 56.67 31.58 r p2 +/bg { 1 0.7725 0.7725 srgb } def +571.71 162.76 56.67 31.58 r p2 +/bg { 1 0.1373 0.1373 srgb } def +571.71 131.18 56.67 31.58 r p2 +/bg { 0.7373 0.7373 1 srgb } def +628.38 415.42 56.67 31.58 r p2 +/bg { 1 0.8902 0.8902 srgb } def +628.38 383.83 56.67 31.58 r p2 +/bg { 1 0.8980 0.8980 srgb } def +628.38 352.25 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +628.38 320.67 56.67 31.58 r p2 +/bg { 1 0.7843 0.7843 srgb } def +628.38 289.09 56.67 31.58 r p2 +/bg { 1 0.9333 0.9333 srgb } def +628.38 257.51 56.67 31.58 r p2 +/bg { 0.6392 0.6392 1 srgb } def +628.38 225.93 56.67 31.58 r p2 +/bg { 1 0.4784 0.4784 srgb } def +628.38 194.34 56.67 31.58 r p2 +/bg { 1 0.2000 0.2000 srgb } def +628.38 162.76 56.67 31.58 r p2 +/bg { 1 0.1098 0.1098 srgb } def +628.38 131.18 56.67 31.58 r p2 +/bg { 1 0.9490 0.9490 srgb } def +685.06 415.42 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +685.06 383.83 56.67 31.58 r p2 +/bg { 1 0.4314 0.4314 srgb } def +685.06 352.25 56.67 31.58 r p2 +/bg { 1 0.4157 0.4157 srgb } def +685.06 320.67 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +685.06 289.09 56.67 31.58 r p2 +/bg { 1 0.8706 0.8706 srgb } def +685.06 257.51 56.67 31.58 r p2 +/bg { 0.8784 0.8784 1 srgb } def +685.06 225.93 56.67 31.58 r p2 +/bg { 1 0.2627 0.2627 srgb } def +685.06 194.34 56.67 31.58 r p2 +/bg { 1 0.5216 0.5216 srgb } def +685.06 162.76 56.67 31.58 r p2 +/bg { 1 0.4784 0.4784 srgb } def +685.06 131.18 56.67 31.58 r p2 +/bg { 0.7294 0.7294 1 srgb } def +741.73 415.42 56.67 31.58 r p2 +/bg { 0.7020 0.7020 1 srgb } def +741.73 383.83 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +741.73 352.25 56.67 31.58 r p2 +/bg { 1 0.5333 0.5333 srgb } def +741.73 320.67 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +741.73 289.09 56.67 31.58 r p2 +/bg { 1 0.9647 0.9647 srgb } def +741.73 257.51 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +741.73 225.93 56.67 31.58 r p2 +/bg { 1 0.8000 0.8000 srgb } def +741.73 194.34 56.67 31.58 r p2 +/bg { 1 0.6039 0.6039 srgb } def +741.73 162.76 56.67 31.58 r p2 +/bg { 1 0.1804 0.1804 srgb } def +741.73 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +798.40 415.42 56.67 31.58 r p2 +/bg { 0.9882 0.9882 1 srgb } def +798.40 383.83 56.67 31.58 r p2 +/bg { 0.6275 0.6275 1 srgb } def +798.40 352.25 56.67 31.58 r p2 +/bg { 1 0.6745 0.6745 srgb } def +798.40 320.67 56.67 31.58 r p2 +/bg { 1 0.9882 0.9882 srgb } def +798.40 289.09 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +798.40 257.51 56.67 31.58 r p2 +/bg { 1 0.9490 0.9490 srgb } def +798.40 225.93 56.67 31.58 r p2 +/bg { 0.5961 0.5961 1 srgb } def +798.40 194.34 56.67 31.58 r p2 +/bg { 1 0.6902 0.6902 srgb } def +798.40 162.76 56.67 31.58 r p2 +/bg { 1 0.3059 0.3059 srgb } def +798.40 131.18 56.67 31.58 r p2 +/bg { 0.7922 0.7922 1 srgb } def +855.07 415.42 56.67 31.58 r p2 +/bg { 1 0.8157 0.8157 srgb } def +855.07 383.83 56.67 31.58 r p2 +/bg { 0.5333 0.5333 1 srgb } def +855.07 352.25 56.67 31.58 r p2 +/bg { 0.9412 0.9412 1 srgb } def +855.07 320.67 56.67 31.58 r p2 +/bg { 0.8275 0.8275 1 srgb } def +855.07 289.09 56.67 31.58 r p2 +/bg { 0.9804 0.9804 1 srgb } def +855.07 257.51 56.67 31.58 r p2 +/bg { 1 0.8902 0.8902 srgb } def +855.07 225.93 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +855.07 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +855.07 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +855.07 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +911.74 415.42 56.67 31.58 r p2 +/bg { 1 0.8000 0.8000 srgb } def +911.74 383.83 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +911.74 352.25 56.67 31.58 r p2 +/bg { 0.7647 0.7647 1 srgb } def +911.74 320.67 56.67 31.58 r p2 +/bg { 1 0.6824 0.6824 srgb } def +911.74 289.09 56.67 31.58 r p2 +/bg { 0.5765 0.5765 1 srgb } def +911.74 257.51 56.67 31.58 r p2 +/bg { 1 0.8275 0.8275 srgb } def +911.74 225.93 56.67 31.58 r p2 +/bg { 0.8235 0.8235 1 srgb } def +911.74 194.34 56.67 31.58 r p2 +/bg { 0.9255 0.9255 1 srgb } def +911.74 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +911.74 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +968.41 415.42 56.67 31.58 r p2 +/bg { 0.9490 0.9490 1 srgb } def +968.41 383.83 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +968.41 352.25 56.67 31.58 r p2 +/bg { 1 0.6392 0.6392 srgb } def +968.41 320.67 56.67 31.58 r p2 +/bg { 1 0.9412 0.9412 srgb } def +968.41 289.09 56.67 31.58 r p2 +/bg { 1 0.9529 0.9529 srgb } def +968.41 257.51 56.67 31.58 r p2 +/bg { 1 0.9882 0.9882 srgb } def +968.41 225.93 56.67 31.58 r p2 +/bg { 1 0.5647 0.5647 srgb } def +968.41 194.34 56.67 31.58 r p2 +/bg { 0.8392 0.8392 1 srgb } def +968.41 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +968.41 131.18 56.67 31.58 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1025.08 415.42 56.67 31.58 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1025.08 383.83 56.67 31.58 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1025.08 352.25 56.67 31.58 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.08 320.67 56.67 31.58 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1025.08 289.09 56.67 31.58 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1025.08 257.51 56.67 31.58 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1025.08 225.93 56.67 31.58 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1025.08 194.34 56.67 31.58 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1025.08 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1025.08 131.18 56.67 31.58 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1081.75 415.42 56.67 31.58 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1081.75 383.83 56.67 31.58 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1081.75 352.25 56.67 31.58 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1081.75 320.67 56.67 31.58 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1081.75 289.09 56.67 31.58 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1081.75 257.51 56.67 31.58 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1081.75 225.93 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1081.75 194.34 56.67 31.58 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1081.75 162.76 56.67 31.58 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1081.75 131.18 56.67 31.58 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +26.16 128.18 (Batch1_A_2) 0 270.00 t +82.83 128.18 (Batch1_A_3) 0 270.00 t +139.50 128.18 (Batch1_A_5) 0 270.00 t +196.17 128.18 (Batch1_A_1) 0 270.00 t +252.84 128.18 (Batch1_A_4) 0 270.00 t +309.51 128.18 (Batch1_C_11) 0 270.00 t +366.18 128.18 (Batch1_C_13) 0 270.00 t +422.85 128.18 (Batch1_C_15) 0 270.00 t +479.53 128.18 (Batch1_C_12) 0 270.00 t +536.20 128.18 (Batch1_C_14) 0 270.00 t +592.87 128.18 (Batch1_B_9) 0 270.00 t +649.54 128.18 (Batch1_B_7) 0 270.00 t +706.21 128.18 (Batch1_B_10) 0 270.00 t +762.88 128.18 (Batch1_B_8) 0 270.00 t +819.55 128.18 (Batch1_B_6) 0 270.00 t +876.23 128.18 (Batch1_D_16) 0 270.00 t +932.90 128.18 (Batch1_D_20) 0 270.00 t +989.57 128.18 (Batch1_D_17) 0 270.00 t +1046.24 128.18 (Batch1_D_18) 0 270.00 t +1102.91 128.18 (Batch1_D_19) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +1141.43 424.03 (HMDB0000791) 0 0 t +1141.43 392.45 (HMDB0013207) 0 0 t +1141.43 360.86 (HMDB0002117) 0 0 t +1141.43 329.28 (HMDB0028942) 0 0 t +1141.43 297.70 (HMDB0001185) 0 0 t +1141.43 266.12 (HMDB0001406) 0 0 t +1141.43 234.54 (HMDB0028933) 0 0 t +1141.43 202.95 (HMDB0013286) 0 0 t +1141.43 171.37 (HMDB0000126) 0 0 t +1141.43 139.79 (HMDB0000855) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 56.67 20.00 r p2 +61.67 450.00 56.67 20.00 r p2 +118.34 450.00 56.67 20.00 r p2 +175.01 450.00 56.67 20.00 r p2 +231.69 450.00 56.67 20.00 r p2 +288.36 450.00 56.67 20.00 r p2 +345.03 450.00 56.67 20.00 r p2 +401.70 450.00 56.67 20.00 r p2 +458.37 450.00 56.67 20.00 r p2 +515.04 450.00 56.67 20.00 r p2 +571.71 450.00 56.67 20.00 r p2 +628.38 450.00 56.67 20.00 r p2 +685.06 450.00 56.67 20.00 r p2 +741.73 450.00 56.67 20.00 r p2 +798.40 450.00 56.67 20.00 r p2 +855.07 450.00 56.67 20.00 r p2 +911.74 450.00 56.67 20.00 r p2 +968.41 450.00 56.67 20.00 r p2 +1025.08 450.00 56.67 20.00 r p2 +1081.75 450.00 56.67 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +5.00 472.00 56.67 20.00 r p2 +61.67 472.00 56.67 20.00 r p2 +118.34 472.00 56.67 20.00 r p2 +175.01 472.00 56.67 20.00 r p2 +231.69 472.00 56.67 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +288.36 472.00 56.67 20.00 r p2 +345.03 472.00 56.67 20.00 r p2 +401.70 472.00 56.67 20.00 r p2 +458.37 472.00 56.67 20.00 r p2 +515.04 472.00 56.67 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +571.71 472.00 56.67 20.00 r p2 +628.38 472.00 56.67 20.00 r p2 +685.06 472.00 56.67 20.00 r p2 +741.73 472.00 56.67 20.00 r p2 +798.40 472.00 56.67 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +855.07 472.00 56.67 20.00 r p2 +911.74 472.00 56.67 20.00 r p2 +968.41 472.00 56.67 20.00 r p2 +1025.08 472.00 56.67 20.00 r p2 +1081.75 472.00 56.67 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1141.43 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1141.43 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 478.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 442.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 414.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 385.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 356.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 449.92 (A) 0 0 t +1377.10 421.20 (B) 0 0 t +1377.10 392.48 (C) 0 0 t +1377.10 363.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 320.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 284.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 291.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 343.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 343.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 344.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 344.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 345.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 345.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 346.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 347.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 347.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 348.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 348.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 349.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 350.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 350.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 351.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 351.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 352.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 352.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 353.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 354.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 354.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 355.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 355.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 356.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 357.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 357.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 358.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 358.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 359.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 359.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 360.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 361.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 361.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 362.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 362.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 363.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 364.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 364.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 365.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 365.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 366.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 367.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 367.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 368.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 368.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 369.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 369.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 370.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 371.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 371.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 372.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 372.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 373.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 374.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 374.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 375.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 375.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 376.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 376.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 377.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 378.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 378.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 379.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 379.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 380.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 381.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 381.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 382.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 382.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 383.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 384.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 384.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 385.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 385.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 386.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 386.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 387.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 388.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 388.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 389.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 389.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 390.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 391.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 391.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 392.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 392.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 393.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 393.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 394.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 395.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 395.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 396.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 396.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 397.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 398.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 398.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 399.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 399.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 400.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 401.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 401.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 402.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 402.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 403.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 403.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 404.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 405.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 405.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 406.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 406.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 407.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 408.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 408.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 409.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 409.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 410.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 410.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 411.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 412.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 412.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 413.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 413.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 414.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 415.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 415.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 416.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 416.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 417.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 418.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 418.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 419.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 419.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 420.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 420.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 421.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 422.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 422.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 423.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 423.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 424.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 425.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 425.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 426.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 426.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 427.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 427.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 428.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 429.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 429.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 430.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 430.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 431.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 432.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 432.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 433.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 433.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 434.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 434.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 435.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 436.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 436.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 437.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 437.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 438.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 439.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 439.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 440.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 440.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 441.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 442.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 442.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 443.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 443.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 444.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 444.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 445.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 446.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 446.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 447.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 447.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 448.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 449.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 449.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 450.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 450.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 451.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 451.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 452.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 453.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 453.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 454.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 454.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 455.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 456.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 456.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 457.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 457.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 458.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 459.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 459.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 460.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 460.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 461.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 461.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 462.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 463.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 463.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 464.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 464.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 465.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 466.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 466.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 467.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 467.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 468.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 468.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 469.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 470.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 470.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 471.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 471.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 472.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 473.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 473.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 474.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 474.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 475.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 476.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 476.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 477.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 477.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 478.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 478.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 479.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 480.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 480.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 481.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 481.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 482.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 483.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 483.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 484.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 484.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 485.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 485.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 486.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 487.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 487.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 488.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 488.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 489.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 490.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 490.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 491.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 491.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 492.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 343.14 (-2) 0 0 t +1299.15 376.98 (-1) 0 0 t +1299.15 410.82 (0) 0 0 t +1299.15 444.65 (1) 0 0 t +1299.15 478.49 (2) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..371ed5da02de98e7b758dc405ebf3a90b5739b0b Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..f7336da01e82eac973a51804b93b7c8e21317c62 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_features_pca_cor.ps @@ -0,0 +1,1941 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +41.23 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +41.23 31.91 840.59 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +41.23 81.91 m +840.60 0 l +o +np +41.23 218.90 m +840.60 0 l +o +np +41.23 355.89 m +840.60 0 l +o +np +41.23 492.88 m +840.60 0 l +o +np +145.72 31.91 m +0 520.94 l +o +np +362.61 31.91 m +0 520.94 l +o +np +579.50 31.91 m +0 520.94 l +o +np +796.38 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +41.23 150.40 m +840.60 0 l +o +np +41.23 287.40 m +840.60 0 l +o +np +41.23 424.39 m +840.60 0 l +o +np +254.16 31.91 m +0 520.94 l +o +np +471.05 31.91 m +0 520.94 l +o +np +687.94 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +182.04 263.10 1.95 c p2 +265.59 304.12 1.95 c p2 +182.37 311.64 1.95 c p2 +235.94 271.62 1.95 c p2 +204.87 300.54 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +601.65 385.44 1.95 c p2 +516.61 354.43 1.95 c p2 +548.36 443.94 1.95 c p2 +616.98 369.81 1.95 c p2 +596.44 417.32 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +643.33 269.48 1.95 c p2 +622.76 170.59 1.95 c p2 +493.56 180.57 1.95 c p2 +651.50 192.48 1.95 c p2 +612.83 233.28 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +416.55 249.02 1.95 c p2 +505.48 299.05 1.95 c p2 +514.98 228.85 1.95 c p2 +561.31 228.68 1.95 c p2 +447.87 273.94 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +349.14 300.59 m +-1.03 9.66 l +-3.05 9.36 l +-5.04 8.91 l +-6.94 8.33 l +-8.75 7.62 l +-10.42 6.80 l +-11.93 5.88 l +-13.26 4.86 l +-14.39 3.77 l +-15.31 2.62 l +-15.98 1.44 l +-16.42 0.23 l +-16.61 -0.97 l +-16.55 -2.18 l +-16.24 -3.34 l +-15.67 -4.44 l +-14.87 -5.50 l +-13.86 -6.46 l +-12.62 -7.32 l +-11.19 -8.07 l +-9.61 -8.70 l +-7.86 -9.20 l +-6.00 -9.56 l +-4.05 -9.78 l +-2.05 -9.84 l +0 -9.76 l +2.05 -9.52 l +4.05 -9.15 l +6.00 -8.64 l +7.86 -7.99 l +9.61 -7.23 l +11.19 -6.35 l +12.62 -5.37 l +13.86 -4.33 l +14.87 -3.20 l +15.67 -2.04 l +16.24 -0.83 l +16.55 0.37 l +16.61 1.58 l +16.42 2.76 l +15.98 3.90 l +15.31 4.98 l +14.39 5.99 l +13.26 6.90 l +11.93 7.71 l +10.42 8.40 l +8.75 8.97 l +6.94 9.40 l +5.04 9.69 l +3.05 9.83 l +1.03 9.81 l +o +0.4863 0.6824 0 srgb +np +732.42 399.41 m +-1.19 16.56 l +-3.54 16.23 l +-5.83 15.65 l +-8.05 14.84 l +-10.14 13.81 l +-12.07 12.55 l +-13.83 11.11 l +-15.37 9.51 l +-16.67 7.76 l +-17.74 5.89 l +-18.52 3.93 l +-19.03 1.92 l +-19.25 -0.13 l +-19.17 -2.18 l +-18.81 -4.18 l +-18.17 -6.14 l +-17.23 -7.99 l +-16.06 -9.72 l +-14.62 -11.31 l +-12.98 -12.72 l +-11.12 -13.95 l +-9.11 -14.95 l +-6.96 -15.74 l +-4.70 -16.29 l +-2.36 -16.58 l +0 -16.63 l +2.36 -16.43 l +4.70 -15.97 l +6.96 -15.28 l +9.11 -14.34 l +11.12 -13.21 l +12.98 -11.85 l +14.62 -10.34 l +16.06 -8.65 l +17.23 -6.83 l +18.17 -4.92 l +18.81 -2.93 l +19.17 -0.90 l +19.25 1.16 l +19.03 3.19 l +18.52 5.17 l +17.74 7.07 l +16.67 8.87 l +15.37 10.54 l +13.83 12.04 l +12.07 13.36 l +10.14 14.48 l +8.05 15.37 l +5.83 16.05 l +3.54 16.46 l +1.19 16.64 l +o +0 0.7490 0.7686 srgb +np +843.62 270.73 m +-1.81 16.85 l +-5.41 15.66 l +-8.91 14.23 l +-12.29 12.60 l +-15.48 10.76 l +-18.43 8.78 l +-21.11 6.64 l +-23.47 4.42 l +-25.46 2.12 l +-27.08 -0.21 l +-28.28 -2.53 l +-29.06 -4.81 l +-29.39 -7.03 l +-29.28 -9.14 l +-28.72 -11.10 l +-27.73 -12.90 l +-26.32 -14.50 l +-24.52 -15.89 l +-22.33 -17.03 l +-19.81 -17.92 l +-16.98 -18.52 l +-13.92 -18.87 l +-10.62 -18.90 l +-7.17 -18.67 l +-3.61 -18.14 l +0 -17.35 l +3.61 -16.29 l +7.17 -14.97 l +10.62 -13.44 l +13.92 -11.71 l +16.98 -9.78 l +19.81 -7.73 l +22.33 -5.54 l +24.52 -3.27 l +26.32 -0.96 l +27.73 1.37 l +28.72 3.68 l +29.28 5.93 l +29.39 8.10 l +29.06 10.13 l +28.28 12.03 l +27.08 13.73 l +25.46 15.22 l +23.47 16.49 l +21.11 17.51 l +18.43 18.26 l +15.48 18.73 l +12.29 18.92 l +8.91 18.82 l +5.41 18.44 l +1.81 17.78 l +o +0.7804 0.4863 1 srgb +np +702.64 220.06 m +-1.62 13.50 l +-4.83 13.83 l +-7.96 13.97 l +-10.98 13.89 l +-13.83 13.59 l +-16.48 13.09 l +-18.86 12.39 l +-20.97 11.51 l +-22.75 10.45 l +-24.20 9.23 l +-25.27 7.88 l +-25.96 6.39 l +-26.26 4.82 l +-26.17 3.17 l +-25.66 1.48 l +-24.78 -0.24 l +-23.52 -1.96 l +-21.91 -3.64 l +-19.95 -5.27 l +-17.70 -6.82 l +-15.18 -8.26 l +-12.43 -9.59 l +-9.49 -10.76 l +-6.41 -11.78 l +-3.23 -12.61 l +0 -13.25 l +3.23 -13.70 l +6.41 -13.93 l +9.49 -13.95 l +12.43 -13.76 l +15.18 -13.37 l +17.70 -12.77 l +19.95 -11.97 l +21.91 -11.00 l +23.52 -9.86 l +24.78 -8.57 l +25.66 -7.15 l +26.17 -5.61 l +26.26 -4.01 l +25.96 -2.33 l +25.27 -0.62 l +24.20 1.10 l +22.75 2.81 l +20.97 4.46 l +18.86 6.06 l +16.48 7.56 l +13.83 8.94 l +10.98 10.19 l +7.96 11.29 l +4.83 12.22 l +1.62 12.96 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +41.23 31.91 840.59 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +36.30 147.17 (-2.5) 1 0 t +36.30 284.16 (0.0) 1 0 t +36.30 421.16 (2.5) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.49 150.40 m +2.74 0 l +o +np +38.49 287.40 m +2.74 0 l +o +np +38.49 424.39 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +254.16 29.17 m +0 2.74 l +o +np +471.05 29.17 m +0 2.74 l +o +np +687.94 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +254.16 20.52 (-3) .5 0 t +471.05 20.52 (0) .5 0 t +687.94 20.52 (3) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +461.53 7.90 (PC1 \(52.16%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(19.31%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +41.23 561.19 (PCA of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1879.77 72.17 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.4863 0.3098 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.1412 0.0627 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.3686 0.2392 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.5765 0.4039 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.3961 0.2314 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.1412 0.0627 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.2667 0.1529 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.2667 0.1529 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.2431 0.1333 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.3961 0.2314 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.3686 0.2392 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.2431 0.1333 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.4196 0.2510 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.5059 0.3765 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 0.6510 0.4824 1 srgb } def +1736.29 215.66 23.91 23.91 r p3 +1760.20 215.66 23.91 23.91 r p3 +/bg { 0.6431 0.4745 1 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.5059 0.3765 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.5059 0.3765 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1975.43 215.66 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1999.34 215.66 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2023.25 215.66 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.5804 0.4588 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1999.34 239.57 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +2023.25 239.57 23.91 23.91 r p3 +2047.17 239.57 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 0.5843 0.4118 1 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.4941 0.3686 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.5059 0.3765 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.4627 0.3294 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.4549 0.2824 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1975.43 263.49 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 0.5686 0.3922 1 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.6510 0.5451 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.5137 0.3843 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2095.00 287.40 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.4196 0.2510 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.6275 0.4549 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +/bg { 0.4549 0.2824 1 srgb } def +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.7569 0.6157 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.8588 0.8078 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.5765 0.4039 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 0.7961 0.6706 1 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.3451 0.2196 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.5373 0.4118 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.1961 0.0980 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.4784 0.3490 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.6706 0.5098 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.6941 0.5373 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1855.86 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1879.77 406.97 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.6745 0.5725 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.4353 0.3020 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.4784 0.3490 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.4863 0.3098 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.3961 0.2314 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.5255 0.3490 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.3961 0.2314 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.6039 0.4275 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 1 0.9412 0.9176 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1903.68 430.89 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 1 0.4706 0.3412 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 1 0.5216 0.3961 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.5333 0.3569 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 0.5608 0.3843 1 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 0.6667 0.5020 1 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.6118 0.4392 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 1 0.9098 0.8784 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.8667 0.8157 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.4157 0.2863 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.5647 0.4431 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 1 0.8941 0.8588 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.5843 0.4118 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.7137 0.5647 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1999.34 502.63 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2023.25 502.63 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.7373 0.5922 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.7020 0.5451 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 1 0.5882 0.4706 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 1 0.8118 0.7490 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 1 0.8863 0.8471 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 1 0.8784 0.8392 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 1 1 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.6118 0.4980 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.7882 0.7176 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_A_2) 1 0 t +1681.13 103.74 (Batch1_A_3) 1 0 t +1681.13 127.65 (Batch1_A_5) 1 0 t +1681.13 151.57 (Batch1_A_1) 1 0 t +1681.13 175.48 (Batch1_A_4) 1 0 t +1681.13 199.39 (Batch1_B_9) 1 0 t +1681.13 223.31 (Batch1_B_8) 1 0 t +1681.13 247.22 (Batch1_B_10) 1 0 t +1681.13 271.14 (Batch1_B_7) 1 0 t +1681.13 295.05 (Batch1_B_6) 1 0 t +1681.13 318.96 (Batch1_C_11) 1 0 t +1681.13 342.88 (Batch1_C_13) 1 0 t +1681.13 366.79 (Batch1_C_12) 1 0 t +1681.13 390.71 (Batch1_C_14) 1 0 t +1681.13 414.62 (Batch1_C_15) 1 0 t +1681.13 438.53 (Batch1_D_19) 1 0 t +1681.13 462.45 (Batch1_D_18) 1 0 t +1681.13 486.36 (Batch1_D_20) 1 0 t +1681.13 510.28 (Batch1_D_16) 1 0 t +1681.13 534.19 (Batch1_D_17) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_A_2) 1 45.00 t +1730.42 58.76 (Batch1_A_3) 1 45.00 t +1754.33 58.76 (Batch1_A_5) 1 45.00 t +1778.25 58.76 (Batch1_A_1) 1 45.00 t +1802.16 58.76 (Batch1_A_4) 1 45.00 t +1826.08 58.76 (Batch1_B_9) 1 45.00 t +1849.99 58.76 (Batch1_B_8) 1 45.00 t +1873.91 58.76 (Batch1_B_10) 1 45.00 t +1897.82 58.76 (Batch1_B_7) 1 45.00 t +1921.73 58.76 (Batch1_B_6) 1 45.00 t +1945.65 58.76 (Batch1_C_11) 1 45.00 t +1969.56 58.76 (Batch1_C_13) 1 45.00 t +1993.48 58.76 (Batch1_C_12) 1 45.00 t +2017.39 58.76 (Batch1_C_14) 1 45.00 t +2041.30 58.76 (Batch1_C_15) 1 45.00 t +2065.22 58.76 (Batch1_D_19) 1 45.00 t +2089.13 58.76 (Batch1_D_18) 1 45.00 t +2113.05 58.76 (Batch1_D_20) 1 45.00 t +2136.96 58.76 (Batch1_D_16) 1 45.00 t +2160.87 58.76 (Batch1_D_17) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data \(Selected F) tb +-0.390 (eatures Only\)) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.png new file mode 100644 index 0000000000000000000000000000000000000000..0d43e9a0f9027b9a8fad8bf46e7d13619c1cdd49 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.ps new file mode 100644 index 0000000000000000000000000000000000000000..55d127fd999b5e424dc691bb927c3e8c8bee11fe --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_heatmap.ps @@ -0,0 +1,5666 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 1440 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 26 s +0 0 0 srgb +456.93 552.67 (Heatmap of T) 0 ta +-2.080 (ransf) tb +-0.520 (ormed Data) tb gr +0.00 0.00 1440.00 576.00 cl +5.00 493.00 1280.15 548.00 cl +0 0 0 srgb +0.75 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +291.91 493.00 m +0 14.07 l +63.76 0 l +0 -14.07 l +o +np +610.69 493.00 m +0 15.34 l +63.76 0 l +0 -15.34 l +o +np +100.64 493.00 m +0 15.43 l +63.75 0 l +0 -15.43 l +o +np +228.15 493.00 m +0 18.82 l +95.64 0 l +0 -4.75 l +o +np +546.94 493.00 m +0 20.42 l +95.63 0 l +0 -5.08 l +o +np +738.21 493.00 m +0 22.37 l +63.76 0 l +0 -22.37 l +o +np +1184.51 493.00 m +0 22.67 l +63.76 0 l +0 -22.67 l +o +np +483.18 493.00 m +0 22.80 l +111.58 0 l +0 -2.38 l +o +np +132.51 508.43 m +0 8.26 l +143.46 0 l +0 -4.87 l +o +np +929.48 493.00 m +0 25.03 l +63.76 0 l +0 -25.03 l +o +np +1120.75 493.00 m +0 25.72 l +95.64 0 l +0 -3.05 l +o +np +865.72 493.00 m +0 27.30 l +95.64 0 l +0 -2.27 l +o +np +419.42 493.00 m +0 28.32 l +119.55 0 l +0 -5.52 l +o +np +770.09 515.37 m +0 7.88 l +143.45 0 l +0 -2.95 l +o +np +1057.00 493.00 m +0 31.46 l +111.57 0 l +0 -5.74 l +o +np +204.24 516.69 m +0 12.30 l +274.95 0 l +0 -7.67 l +o +np +841.81 523.25 m +0 8.72 l +270.97 0 l +0 -7.51 l +o +np +341.72 528.99 m +0 5.84 l +635.58 0 l +0 -2.86 l +o +np +36.88 493.00 m +0 52.38 l +622.63 0 l +0 -10.55 l +o +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0.9882 0.9882 1 srgb } def +5.00 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +5.00 441.82 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +5.00 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 436.64 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +5.00 434.05 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 428.88 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +5.00 426.29 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +5.00 423.70 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +5.00 421.11 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 418.52 63.76 2.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +5.00 415.93 63.76 2.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +5.00 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +5.00 410.76 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +5.00 408.17 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +5.00 405.58 63.76 2.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +5.00 402.99 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +5.00 400.40 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +5.00 397.81 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +5.00 395.22 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +5.00 392.64 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +5.00 390.05 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +5.00 387.46 63.76 2.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +5.00 384.87 63.76 2.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +5.00 382.28 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +5.00 379.69 63.76 2.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +5.00 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 374.52 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +5.00 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +5.00 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +5.00 366.75 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 358.98 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +5.00 348.63 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +5.00 346.04 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +5.00 343.45 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +5.00 340.86 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +5.00 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +5.00 333.10 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 330.51 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +5.00 327.92 63.76 2.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +5.00 325.33 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +5.00 322.74 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +5.00 320.15 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +5.00 317.56 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +5.00 314.98 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 312.39 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 309.80 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +5.00 307.21 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +5.00 304.62 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +5.00 302.03 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 296.86 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +5.00 294.27 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +5.00 291.68 63.76 2.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +5.00 289.09 63.76 2.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +5.00 286.50 63.76 2.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 283.91 63.76 2.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +5.00 281.32 63.76 2.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +5.00 278.73 63.76 2.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +5.00 276.15 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +5.00 273.56 63.76 2.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +5.00 270.97 63.76 2.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +5.00 268.38 63.76 2.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +5.00 265.79 63.76 2.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +5.00 263.20 63.76 2.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +5.00 260.61 63.76 2.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +5.00 258.02 63.76 2.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +5.00 255.44 63.76 2.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +5.00 252.85 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +5.00 250.26 63.76 2.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +5.00 247.67 63.76 2.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +5.00 245.08 63.76 2.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +5.00 242.49 63.76 2.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +5.00 239.90 63.76 2.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +5.00 237.32 63.76 2.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +5.00 234.73 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +5.00 232.14 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +5.00 229.55 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +5.00 226.96 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +5.00 224.37 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +5.00 221.78 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +5.00 219.19 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +5.00 216.61 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +5.00 214.02 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +5.00 211.43 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +5.00 208.84 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +5.00 206.25 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +5.00 203.66 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +5.00 201.07 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +5.00 198.49 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +5.00 195.90 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +5.00 193.31 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +5.00 190.72 63.76 2.59 r p2 +5.00 188.13 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +5.00 185.54 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +5.00 182.95 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +5.00 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +5.00 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +5.00 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 172.60 63.76 2.59 r p2 +5.00 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +5.00 167.42 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +5.00 164.83 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +5.00 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +5.00 159.66 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +5.00 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +5.00 154.48 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +5.00 151.89 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +5.00 149.30 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +5.00 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +5.00 144.12 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +5.00 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +5.00 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +5.00 136.36 63.76 2.59 r p2 +5.00 133.77 63.76 2.59 r p2 +5.00 131.18 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 444.41 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +68.76 441.82 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +68.76 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 436.64 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 434.05 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +68.76 428.88 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 426.29 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +68.76 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +68.76 421.11 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +68.76 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +68.76 415.93 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +68.76 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 410.76 63.76 2.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +68.76 408.17 63.76 2.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +68.76 405.58 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +68.76 402.99 63.76 2.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +68.76 400.40 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +68.76 397.81 63.76 2.59 r p2 +68.76 395.22 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +68.76 392.64 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +68.76 390.05 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +68.76 387.46 63.76 2.59 r p2 +68.76 384.87 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +68.76 382.28 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +68.76 379.69 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +68.76 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +68.76 374.52 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +68.76 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +68.76 369.34 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +68.76 366.75 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +68.76 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 358.98 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +68.76 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 351.22 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +68.76 348.63 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +68.76 346.04 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +68.76 343.45 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +68.76 340.86 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +68.76 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 333.10 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +68.76 330.51 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 325.33 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +68.76 322.74 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +68.76 320.15 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 317.56 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 314.98 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 312.39 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +68.76 309.80 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +68.76 307.21 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 304.62 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 302.03 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +68.76 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 296.86 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 294.27 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +68.76 291.68 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +68.76 289.09 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +68.76 286.50 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +68.76 283.91 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +68.76 281.32 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 278.73 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +68.76 276.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +68.76 273.56 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +68.76 270.97 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +68.76 268.38 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 265.79 63.76 2.59 r p2 +68.76 263.20 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 260.61 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 258.02 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +68.76 255.44 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +68.76 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +68.76 250.26 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +68.76 247.67 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +68.76 245.08 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +68.76 242.49 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +68.76 239.90 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +68.76 237.32 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +68.76 234.73 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +68.76 232.14 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +68.76 229.55 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +68.76 226.96 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +68.76 224.37 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +68.76 221.78 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +68.76 219.19 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +68.76 216.61 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +68.76 214.02 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +68.76 211.43 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +68.76 208.84 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +68.76 206.25 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +68.76 203.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +68.76 201.07 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +68.76 198.49 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 195.90 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 193.31 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 190.72 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +68.76 188.13 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +68.76 185.54 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +68.76 182.95 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +68.76 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +68.76 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +68.76 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 172.60 63.76 2.59 r p2 +68.76 170.01 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +68.76 167.42 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +68.76 164.83 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +68.76 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +68.76 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +68.76 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +68.76 154.48 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +68.76 151.89 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +68.76 149.30 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +68.76 146.71 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +68.76 144.12 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +68.76 141.53 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +68.76 138.95 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +68.76 136.36 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +68.76 133.77 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +68.76 131.18 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 441.82 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 436.64 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +132.51 434.05 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +132.51 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 428.88 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 426.29 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +132.51 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 421.11 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +132.51 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +132.51 415.93 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +132.51 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +132.51 410.76 63.76 2.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +132.51 408.17 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +132.51 405.58 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +132.51 402.99 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +132.51 400.40 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +132.51 397.81 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +132.51 395.22 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +132.51 392.64 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +132.51 390.05 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 387.46 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 384.87 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +132.51 382.28 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +132.51 379.69 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +132.51 374.52 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +132.51 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +132.51 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 366.75 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 358.98 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +132.51 348.63 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +132.51 346.04 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 343.45 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 340.86 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +132.51 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +132.51 335.69 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 333.10 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +132.51 330.51 63.76 2.59 r p2 +132.51 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +132.51 325.33 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +132.51 322.74 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 320.15 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 317.56 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +132.51 314.98 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +132.51 312.39 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +132.51 309.80 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +132.51 307.21 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +132.51 304.62 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 302.03 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 296.86 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 294.27 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +132.51 291.68 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +132.51 289.09 63.76 2.59 r p2 +132.51 286.50 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 283.91 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +132.51 281.32 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +132.51 278.73 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 276.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 273.56 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +132.51 270.97 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +132.51 268.38 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +132.51 265.79 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +132.51 263.20 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +132.51 260.61 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 258.02 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 255.44 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +132.51 252.85 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +132.51 250.26 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +132.51 247.67 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 245.08 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 242.49 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +132.51 239.90 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 237.32 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +132.51 234.73 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +132.51 232.14 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +132.51 229.55 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +132.51 226.96 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +132.51 224.37 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +132.51 221.78 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +132.51 219.19 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +132.51 216.61 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +132.51 214.02 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +132.51 211.43 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +132.51 208.84 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +132.51 206.25 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 203.66 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +132.51 201.07 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +132.51 198.49 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +132.51 195.90 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 193.31 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +132.51 190.72 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +132.51 188.13 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 185.54 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +132.51 182.95 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +132.51 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +132.51 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +132.51 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 172.60 63.76 2.59 r p2 +132.51 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +132.51 167.42 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +132.51 164.83 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +132.51 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +132.51 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +132.51 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +132.51 154.48 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +132.51 151.89 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 149.30 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +132.51 146.71 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +132.51 144.12 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +132.51 141.53 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +132.51 138.95 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +132.51 136.36 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +132.51 133.77 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +132.51 131.18 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 441.82 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 436.64 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 434.05 63.76 2.59 r p2 +196.27 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 428.88 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +196.27 426.29 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 421.11 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +196.27 418.52 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +196.27 415.93 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +196.27 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +196.27 410.76 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +196.27 408.17 63.76 2.59 r p2 +196.27 405.58 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 402.99 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 400.40 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +196.27 397.81 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 395.22 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +196.27 392.64 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 390.05 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 387.46 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +196.27 384.87 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +196.27 382.28 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +196.27 379.69 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +196.27 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +196.27 374.52 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +196.27 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +196.27 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +196.27 366.75 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +196.27 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 358.98 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 348.63 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +196.27 346.04 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 343.45 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +196.27 340.86 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +196.27 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +196.27 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +196.27 333.10 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +196.27 330.51 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +196.27 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +196.27 325.33 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 322.74 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +196.27 320.15 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 317.56 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 314.98 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 312.39 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 309.80 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +196.27 307.21 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +196.27 304.62 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +196.27 302.03 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 296.86 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +196.27 294.27 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 291.68 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +196.27 289.09 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 286.50 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 283.91 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 281.32 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 278.73 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 276.15 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +196.27 273.56 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +196.27 270.97 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +196.27 268.38 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 265.79 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +196.27 263.20 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 260.61 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 258.02 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 255.44 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +196.27 252.85 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +196.27 250.26 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +196.27 247.67 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +196.27 245.08 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 242.49 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +196.27 239.90 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 237.32 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +196.27 234.73 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +196.27 232.14 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +196.27 229.55 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +196.27 226.96 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +196.27 224.37 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +196.27 221.78 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 219.19 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +196.27 216.61 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 214.02 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 211.43 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +196.27 208.84 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 206.25 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +196.27 203.66 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 201.07 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +196.27 198.49 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +196.27 195.90 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +196.27 193.31 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +196.27 190.72 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +196.27 188.13 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +196.27 185.54 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +196.27 182.95 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +196.27 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +196.27 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +196.27 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +196.27 172.60 63.76 2.59 r p2 +196.27 170.01 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +196.27 167.42 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +196.27 164.83 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +196.27 162.24 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +196.27 159.66 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +196.27 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +196.27 154.48 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +196.27 151.89 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +196.27 149.30 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +196.27 146.71 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +196.27 144.12 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +196.27 141.53 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +196.27 138.95 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +196.27 136.36 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +196.27 133.77 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +196.27 131.18 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +260.03 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +260.03 441.82 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 439.23 63.76 2.59 r p2 +260.03 436.64 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +260.03 434.05 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 428.88 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 426.29 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +260.03 421.11 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +260.03 418.52 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 415.93 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +260.03 413.35 63.76 2.59 r p2 +260.03 410.76 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +260.03 408.17 63.76 2.59 r p2 +260.03 405.58 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 402.99 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +260.03 400.40 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +260.03 397.81 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +260.03 395.22 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +260.03 392.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +260.03 390.05 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +260.03 387.46 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +260.03 384.87 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +260.03 382.28 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +260.03 379.69 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +260.03 374.52 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +260.03 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +260.03 366.75 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 358.98 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +260.03 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +260.03 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +260.03 348.63 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 346.04 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +260.03 343.45 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +260.03 340.86 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +260.03 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +260.03 333.10 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 330.51 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +260.03 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +260.03 325.33 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +260.03 322.74 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 320.15 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +260.03 317.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +260.03 314.98 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 312.39 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +260.03 309.80 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 307.21 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 304.62 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +260.03 302.03 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 296.86 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +260.03 294.27 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +260.03 291.68 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 289.09 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +260.03 286.50 63.76 2.59 r p2 +260.03 283.91 63.76 2.59 r p2 +260.03 281.32 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 278.73 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +260.03 276.15 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +260.03 273.56 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 270.97 63.76 2.59 r p2 +260.03 268.38 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 265.79 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +260.03 263.20 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +260.03 260.61 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +260.03 258.02 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 255.44 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +260.03 250.26 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +260.03 247.67 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +260.03 245.08 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 242.49 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +260.03 239.90 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 237.32 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +260.03 234.73 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +260.03 232.14 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 229.55 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +260.03 226.96 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 224.37 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +260.03 221.78 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +260.03 219.19 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 216.61 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +260.03 214.02 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +260.03 211.43 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +260.03 208.84 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +260.03 206.25 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +260.03 203.66 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +260.03 201.07 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +260.03 198.49 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +260.03 195.90 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 193.31 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +260.03 190.72 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +260.03 188.13 63.76 2.59 r p2 +260.03 185.54 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +260.03 182.95 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +260.03 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +260.03 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +260.03 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 172.60 63.76 2.59 r p2 +260.03 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +260.03 167.42 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +260.03 164.83 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +260.03 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +260.03 159.66 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +260.03 157.07 63.76 2.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +260.03 154.48 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 151.89 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +260.03 149.30 63.76 2.59 r p2 +260.03 146.71 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +260.03 144.12 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +260.03 141.53 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +260.03 138.95 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +260.03 136.36 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +260.03 133.77 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +260.03 131.18 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 444.41 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +323.79 441.82 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 436.64 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 434.05 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +323.79 431.47 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +323.79 428.88 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 426.29 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 421.11 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +323.79 418.52 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 415.93 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 410.76 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 408.17 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 405.58 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 402.99 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 400.40 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +323.79 397.81 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 395.22 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +323.79 392.64 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +323.79 390.05 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 387.46 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +323.79 384.87 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +323.79 382.28 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +323.79 379.69 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +323.79 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +323.79 374.52 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +323.79 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +323.79 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +323.79 366.75 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +323.79 364.16 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +323.79 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 358.98 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +323.79 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +323.79 348.63 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 346.04 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 343.45 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +323.79 340.86 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +323.79 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +323.79 335.69 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 333.10 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +323.79 330.51 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 327.92 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 325.33 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 322.74 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +323.79 320.15 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 317.56 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +323.79 314.98 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +323.79 312.39 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 309.80 63.76 2.59 r p2 +323.79 307.21 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 304.62 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 302.03 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +323.79 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 296.86 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +323.79 294.27 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +323.79 291.68 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +323.79 289.09 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 286.50 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +323.79 283.91 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 281.32 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 278.73 63.76 2.59 r p2 +323.79 276.15 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 273.56 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 270.97 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 268.38 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +323.79 265.79 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +323.79 263.20 63.76 2.59 r p2 +323.79 260.61 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +323.79 258.02 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 255.44 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 252.85 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +323.79 250.26 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +323.79 247.67 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 245.08 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 242.49 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 239.90 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 237.32 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +323.79 234.73 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 232.14 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +323.79 229.55 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +323.79 226.96 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +323.79 224.37 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +323.79 221.78 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +323.79 219.19 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +323.79 216.61 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +323.79 214.02 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +323.79 211.43 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +323.79 208.84 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +323.79 206.25 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +323.79 203.66 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +323.79 201.07 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 198.49 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +323.79 195.90 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +323.79 193.31 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +323.79 190.72 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +323.79 188.13 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +323.79 185.54 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +323.79 182.95 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +323.79 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +323.79 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +323.79 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 172.60 63.76 2.59 r p2 +323.79 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +323.79 167.42 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +323.79 164.83 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +323.79 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +323.79 159.66 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +323.79 157.07 63.76 2.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +323.79 154.48 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +323.79 151.89 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +323.79 149.30 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +323.79 146.71 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +323.79 144.12 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 141.53 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +323.79 138.95 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +323.79 136.36 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +323.79 133.77 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +323.79 131.18 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +387.54 444.41 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 441.82 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +387.54 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 436.64 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +387.54 434.05 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +387.54 428.88 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +387.54 426.29 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +387.54 423.70 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +387.54 421.11 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 418.52 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 415.93 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +387.54 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 410.76 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +387.54 408.17 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 405.58 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +387.54 402.99 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +387.54 400.40 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +387.54 397.81 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +387.54 395.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +387.54 392.64 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +387.54 390.05 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +387.54 387.46 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +387.54 384.87 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +387.54 382.28 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 379.69 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +387.54 377.10 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +387.54 374.52 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +387.54 371.93 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +387.54 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +387.54 366.75 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +387.54 364.16 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +387.54 361.57 63.76 2.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +387.54 358.98 63.76 2.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +387.54 356.39 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +387.54 353.81 63.76 2.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +387.54 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +387.54 348.63 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 346.04 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +387.54 343.45 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 340.86 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +387.54 335.69 63.76 2.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +387.54 333.10 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +387.54 330.51 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +387.54 327.92 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 325.33 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 322.74 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +387.54 320.15 63.76 2.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +387.54 317.56 63.76 2.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +387.54 314.98 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +387.54 312.39 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +387.54 309.80 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +387.54 307.21 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 304.62 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +387.54 302.03 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 296.86 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +387.54 294.27 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +387.54 291.68 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +387.54 289.09 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 286.50 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 283.91 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +387.54 281.32 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 278.73 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 276.15 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 273.56 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +387.54 270.97 63.76 2.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +387.54 268.38 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +387.54 265.79 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +387.54 263.20 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +387.54 260.61 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 258.02 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +387.54 255.44 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +387.54 252.85 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +387.54 250.26 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 247.67 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 245.08 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 242.49 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +387.54 239.90 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 237.32 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +387.54 234.73 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +387.54 232.14 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 229.55 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +387.54 226.96 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +387.54 224.37 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +387.54 221.78 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 219.19 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 216.61 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +387.54 214.02 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +387.54 211.43 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +387.54 208.84 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +387.54 206.25 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +387.54 203.66 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +387.54 201.07 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +387.54 198.49 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +387.54 195.90 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 193.31 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +387.54 190.72 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +387.54 188.13 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +387.54 185.54 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +387.54 182.95 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +387.54 180.36 63.76 2.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +387.54 177.78 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +387.54 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 172.60 63.76 2.59 r p2 +387.54 170.01 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +387.54 167.42 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +387.54 164.83 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +387.54 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +387.54 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +387.54 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +387.54 154.48 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +387.54 151.89 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +387.54 149.30 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +387.54 146.71 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +387.54 144.12 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +387.54 141.53 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +387.54 138.95 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +387.54 136.36 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +387.54 133.77 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +387.54 131.18 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +451.30 444.41 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 441.82 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +451.30 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 436.64 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 434.05 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 428.88 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +451.30 426.29 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +451.30 423.70 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +451.30 421.11 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +451.30 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +451.30 415.93 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +451.30 410.76 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 408.17 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +451.30 405.58 63.76 2.59 r p2 +451.30 402.99 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 400.40 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 397.81 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +451.30 395.22 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +451.30 392.64 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +451.30 390.05 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +451.30 387.46 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +451.30 384.87 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +451.30 382.28 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +451.30 379.69 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +451.30 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +451.30 374.52 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +451.30 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +451.30 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +451.30 366.75 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +451.30 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 358.98 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +451.30 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 351.22 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +451.30 348.63 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +451.30 346.04 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +451.30 343.45 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 340.86 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +451.30 338.27 63.76 2.59 r p2 +451.30 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +451.30 333.10 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +451.30 330.51 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +451.30 327.92 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +451.30 325.33 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 322.74 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +451.30 320.15 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +451.30 317.56 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +451.30 314.98 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +451.30 312.39 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +451.30 309.80 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +451.30 307.21 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +451.30 304.62 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +451.30 302.03 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +451.30 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 296.86 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 294.27 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 291.68 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +451.30 289.09 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +451.30 286.50 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 283.91 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +451.30 281.32 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +451.30 278.73 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +451.30 276.15 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 273.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 270.97 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +451.30 268.38 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 265.79 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 263.20 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +451.30 260.61 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +451.30 258.02 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 255.44 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +451.30 252.85 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 250.26 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 247.67 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +451.30 245.08 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +451.30 242.49 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +451.30 239.90 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +451.30 237.32 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 234.73 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 232.14 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +451.30 229.55 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +451.30 226.96 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +451.30 224.37 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +451.30 221.78 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +451.30 219.19 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +451.30 216.61 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +451.30 214.02 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +451.30 211.43 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +451.30 208.84 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +451.30 206.25 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 203.66 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +451.30 201.07 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +451.30 198.49 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +451.30 195.90 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +451.30 193.31 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +451.30 190.72 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +451.30 188.13 63.76 2.59 r p2 +451.30 185.54 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +451.30 182.95 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +451.30 180.36 63.76 2.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +451.30 177.78 63.76 2.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +451.30 175.19 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +451.30 172.60 63.76 2.59 r p2 +451.30 170.01 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +451.30 167.42 63.76 2.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +451.30 164.83 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +451.30 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +451.30 159.66 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +451.30 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +451.30 154.48 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +451.30 151.89 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 149.30 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +451.30 146.71 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +451.30 144.12 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +451.30 141.53 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +451.30 138.95 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +451.30 136.36 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +451.30 133.77 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +451.30 131.18 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 444.41 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 441.82 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +515.06 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 436.64 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 434.05 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +515.06 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 428.88 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 426.29 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 423.70 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +515.06 421.11 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +515.06 415.93 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +515.06 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +515.06 410.76 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +515.06 408.17 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 405.58 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 402.99 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 400.40 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +515.06 397.81 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +515.06 395.22 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 392.64 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 390.05 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 387.46 63.76 2.59 r p2 +515.06 384.87 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +515.06 382.28 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +515.06 379.69 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +515.06 374.52 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +515.06 371.93 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +515.06 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +515.06 366.75 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.06 364.16 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +515.06 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 358.98 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +515.06 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 353.81 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +515.06 351.22 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +515.06 348.63 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +515.06 346.04 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +515.06 343.45 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 340.86 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +515.06 333.10 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 330.51 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +515.06 327.92 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 325.33 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 322.74 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +515.06 320.15 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +515.06 317.56 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +515.06 314.98 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +515.06 312.39 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +515.06 309.80 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +515.06 307.21 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +515.06 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +515.06 302.03 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +515.06 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 296.86 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +515.06 294.27 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +515.06 291.68 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +515.06 289.09 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 286.50 63.76 2.59 r p2 +515.06 283.91 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 281.32 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +515.06 278.73 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +515.06 276.15 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +515.06 273.56 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +515.06 270.97 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +515.06 268.38 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +515.06 265.79 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +515.06 263.20 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +515.06 260.61 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.06 258.02 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +515.06 255.44 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +515.06 252.85 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +515.06 250.26 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +515.06 247.67 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 245.08 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +515.06 242.49 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +515.06 239.90 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +515.06 237.32 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +515.06 234.73 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +515.06 232.14 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +515.06 229.55 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.06 226.96 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +515.06 224.37 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +515.06 221.78 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +515.06 219.19 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +515.06 216.61 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +515.06 214.02 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 211.43 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +515.06 208.84 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 206.25 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 203.66 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +515.06 201.07 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +515.06 198.49 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 195.90 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +515.06 193.31 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +515.06 190.72 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +515.06 188.13 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +515.06 185.54 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 182.95 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +515.06 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +515.06 177.78 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 172.60 63.76 2.59 r p2 +515.06 170.01 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +515.06 167.42 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +515.06 164.83 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +515.06 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +515.06 159.66 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +515.06 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +515.06 154.48 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +515.06 151.89 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +515.06 149.30 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +515.06 146.71 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +515.06 144.12 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +515.06 141.53 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +515.06 138.95 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +515.06 136.36 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +515.06 133.77 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +515.06 131.18 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +578.82 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +578.82 441.82 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +578.82 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 436.64 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +578.82 434.05 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 428.88 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +578.82 426.29 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +578.82 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 421.11 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 418.52 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +578.82 415.93 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +578.82 410.76 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +578.82 408.17 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +578.82 405.58 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 402.99 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +578.82 400.40 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 397.81 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +578.82 395.22 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +578.82 392.64 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +578.82 390.05 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +578.82 387.46 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +578.82 384.87 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +578.82 382.28 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +578.82 379.69 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +578.82 374.52 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +578.82 371.93 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +578.82 369.34 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +578.82 366.75 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 364.16 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 358.98 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +578.82 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 351.22 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +578.82 348.63 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +578.82 346.04 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 343.45 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +578.82 340.86 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +578.82 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +578.82 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +578.82 333.10 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +578.82 330.51 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +578.82 327.92 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 325.33 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +578.82 322.74 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +578.82 320.15 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +578.82 317.56 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +578.82 314.98 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +578.82 312.39 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +578.82 309.80 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +578.82 307.21 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +578.82 304.62 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +578.82 302.03 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 296.86 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 294.27 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 291.68 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +578.82 289.09 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +578.82 286.50 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 283.91 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +578.82 281.32 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +578.82 278.73 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 276.15 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +578.82 273.56 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +578.82 270.97 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +578.82 268.38 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +578.82 265.79 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +578.82 263.20 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +578.82 260.61 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 258.02 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 255.44 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +578.82 252.85 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +578.82 250.26 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +578.82 247.67 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 245.08 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +578.82 242.49 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +578.82 239.90 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +578.82 237.32 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 234.73 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +578.82 232.14 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +578.82 229.55 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +578.82 226.96 63.76 2.59 r p2 +578.82 224.37 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +578.82 221.78 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +578.82 219.19 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +578.82 216.61 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +578.82 214.02 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +578.82 211.43 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +578.82 208.84 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 206.25 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +578.82 203.66 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +578.82 201.07 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +578.82 198.49 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +578.82 195.90 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +578.82 193.31 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +578.82 190.72 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 188.13 63.76 2.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +578.82 185.54 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 182.95 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +578.82 180.36 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +578.82 177.78 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +578.82 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 172.60 63.76 2.59 r p2 +578.82 170.01 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +578.82 167.42 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +578.82 164.83 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +578.82 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +578.82 159.66 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +578.82 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +578.82 154.48 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +578.82 151.89 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +578.82 149.30 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +578.82 146.71 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +578.82 144.12 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +578.82 141.53 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +578.82 138.95 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +578.82 136.36 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +578.82 133.77 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +578.82 131.18 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +642.57 444.41 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +642.57 441.82 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 436.64 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +642.57 434.05 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 428.88 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +642.57 426.29 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +642.57 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +642.57 421.11 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 418.52 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +642.57 415.93 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +642.57 410.76 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +642.57 408.17 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 405.58 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +642.57 402.99 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 400.40 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +642.57 397.81 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 395.22 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +642.57 392.64 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +642.57 390.05 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +642.57 387.46 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +642.57 384.87 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +642.57 382.28 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +642.57 379.69 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +642.57 374.52 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +642.57 371.93 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +642.57 366.75 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +642.57 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +642.57 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 358.98 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +642.57 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 348.63 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 346.04 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +642.57 343.45 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +642.57 340.86 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +642.57 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 333.10 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +642.57 330.51 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +642.57 327.92 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +642.57 325.33 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +642.57 322.74 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 320.15 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +642.57 317.56 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +642.57 314.98 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +642.57 312.39 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +642.57 309.80 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +642.57 307.21 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +642.57 304.62 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 302.03 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +642.57 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 296.86 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +642.57 294.27 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +642.57 291.68 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +642.57 289.09 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 286.50 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 283.91 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 281.32 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 278.73 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +642.57 276.15 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 273.56 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +642.57 270.97 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +642.57 268.38 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +642.57 265.79 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +642.57 263.20 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +642.57 260.61 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +642.57 258.02 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +642.57 255.44 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +642.57 252.85 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 250.26 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 247.67 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +642.57 245.08 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 242.49 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +642.57 239.90 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +642.57 237.32 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +642.57 234.73 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +642.57 232.14 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +642.57 229.55 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +642.57 226.96 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +642.57 224.37 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +642.57 221.78 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +642.57 219.19 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 216.61 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +642.57 214.02 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +642.57 211.43 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +642.57 208.84 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +642.57 206.25 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +642.57 203.66 63.76 2.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +642.57 201.07 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +642.57 198.49 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +642.57 195.90 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +642.57 193.31 63.76 2.59 r p2 +642.57 190.72 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +642.57 188.13 63.76 2.59 r p2 +642.57 185.54 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +642.57 182.95 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +642.57 180.36 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +642.57 177.78 63.76 2.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +642.57 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 172.60 63.76 2.59 r p2 +642.57 170.01 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +642.57 167.42 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +642.57 164.83 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +642.57 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +642.57 159.66 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +642.57 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +642.57 154.48 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +642.57 151.89 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +642.57 149.30 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +642.57 146.71 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +642.57 144.12 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +642.57 141.53 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +642.57 138.95 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +642.57 136.36 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +642.57 133.77 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +642.57 131.18 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +706.33 444.41 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +706.33 441.82 63.76 2.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +706.33 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 436.64 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +706.33 434.05 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +706.33 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 428.88 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +706.33 426.29 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 423.70 63.76 2.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +706.33 421.11 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 418.52 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +706.33 415.93 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +706.33 413.35 63.76 2.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +706.33 410.76 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 408.17 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +706.33 405.58 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +706.33 402.99 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +706.33 400.40 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +706.33 397.81 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +706.33 395.22 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +706.33 392.64 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +706.33 390.05 63.76 2.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +706.33 387.46 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +706.33 384.87 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +706.33 382.28 63.76 2.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +706.33 379.69 63.76 2.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +706.33 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 374.52 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +706.33 371.93 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +706.33 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +706.33 366.75 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +706.33 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 358.98 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +706.33 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 351.22 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +706.33 348.63 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 346.04 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 343.45 63.76 2.59 r p2 +706.33 340.86 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 333.10 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +706.33 330.51 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 327.92 63.76 2.59 r p2 +706.33 325.33 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +706.33 322.74 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 320.15 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +706.33 317.56 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +706.33 314.98 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 312.39 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +706.33 309.80 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +706.33 307.21 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 304.62 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +706.33 302.03 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 296.86 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 294.27 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +706.33 291.68 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +706.33 289.09 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +706.33 286.50 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 283.91 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +706.33 281.32 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 278.73 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 276.15 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +706.33 273.56 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 270.97 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +706.33 268.38 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 265.79 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +706.33 263.20 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 260.61 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 258.02 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +706.33 255.44 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 252.85 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +706.33 250.26 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +706.33 247.67 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +706.33 245.08 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +706.33 242.49 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 239.90 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 237.32 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 234.73 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +706.33 232.14 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +706.33 229.55 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +706.33 226.96 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +706.33 224.37 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +706.33 221.78 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +706.33 219.19 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +706.33 216.61 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +706.33 214.02 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +706.33 211.43 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +706.33 208.84 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 206.25 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +706.33 203.66 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +706.33 201.07 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +706.33 198.49 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +706.33 195.90 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +706.33 193.31 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +706.33 190.72 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +706.33 188.13 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +706.33 185.54 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +706.33 182.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +706.33 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +706.33 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 172.60 63.76 2.59 r p2 +706.33 170.01 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +706.33 167.42 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +706.33 164.83 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +706.33 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +706.33 159.66 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +706.33 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +706.33 154.48 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +706.33 151.89 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +706.33 149.30 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +706.33 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +706.33 144.12 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +706.33 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +706.33 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +706.33 136.36 63.76 2.59 r p2 +706.33 133.77 63.76 2.59 r p2 +706.33 131.18 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +770.09 444.41 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +770.09 441.82 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +770.09 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 436.64 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +770.09 434.05 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +770.09 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +770.09 428.88 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +770.09 426.29 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 423.70 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +770.09 421.11 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +770.09 418.52 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +770.09 415.93 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +770.09 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +770.09 410.76 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +770.09 408.17 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +770.09 405.58 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 402.99 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 400.40 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 397.81 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +770.09 395.22 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 392.64 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +770.09 390.05 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 387.46 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +770.09 384.87 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +770.09 382.28 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +770.09 379.69 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +770.09 374.52 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +770.09 371.93 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +770.09 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 366.75 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 361.57 63.76 2.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +770.09 358.98 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 348.63 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 346.04 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 343.45 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 340.86 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +770.09 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +770.09 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +770.09 333.10 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +770.09 330.51 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +770.09 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +770.09 325.33 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +770.09 322.74 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +770.09 320.15 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +770.09 317.56 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +770.09 314.98 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +770.09 312.39 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 309.80 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +770.09 307.21 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +770.09 304.62 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +770.09 302.03 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +770.09 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 296.86 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +770.09 294.27 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +770.09 291.68 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 289.09 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +770.09 286.50 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +770.09 283.91 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +770.09 281.32 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +770.09 278.73 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +770.09 276.15 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 273.56 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 270.97 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +770.09 268.38 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 265.79 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +770.09 263.20 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 260.61 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +770.09 258.02 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +770.09 255.44 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +770.09 252.85 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +770.09 250.26 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 247.67 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +770.09 245.08 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +770.09 242.49 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +770.09 239.90 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +770.09 237.32 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +770.09 234.73 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +770.09 232.14 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +770.09 229.55 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +770.09 226.96 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +770.09 224.37 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +770.09 221.78 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +770.09 219.19 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +770.09 216.61 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +770.09 214.02 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +770.09 211.43 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +770.09 208.84 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +770.09 206.25 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +770.09 203.66 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +770.09 201.07 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +770.09 198.49 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 195.90 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +770.09 193.31 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +770.09 190.72 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +770.09 188.13 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +770.09 185.54 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +770.09 182.95 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +770.09 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +770.09 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +770.09 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 172.60 63.76 2.59 r p2 +770.09 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +770.09 167.42 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +770.09 164.83 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +770.09 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +770.09 154.48 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 151.89 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +770.09 149.30 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +770.09 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +770.09 144.12 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +770.09 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +770.09 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +770.09 136.36 63.76 2.59 r p2 +770.09 133.77 63.76 2.59 r p2 +770.09 131.18 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +833.84 444.41 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +833.84 441.82 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +833.84 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 436.64 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +833.84 434.05 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 431.47 63.76 2.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +833.84 428.88 63.76 2.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +833.84 426.29 63.76 2.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +833.84 423.70 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +833.84 421.11 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +833.84 418.52 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 415.93 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 410.76 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +833.84 408.17 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 405.58 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 402.99 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 400.40 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +833.84 397.81 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +833.84 395.22 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 392.64 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +833.84 390.05 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +833.84 387.46 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +833.84 384.87 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +833.84 382.28 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +833.84 379.69 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +833.84 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 374.52 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 371.93 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +833.84 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +833.84 366.75 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 358.98 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +833.84 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 348.63 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 346.04 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 343.45 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +833.84 340.86 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +833.84 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 333.10 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +833.84 330.51 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +833.84 327.92 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +833.84 325.33 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +833.84 322.74 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 320.15 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 317.56 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 314.98 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +833.84 312.39 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 309.80 63.76 2.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +833.84 307.21 63.76 2.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +833.84 304.62 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +833.84 302.03 63.76 2.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +833.84 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 296.86 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +833.84 294.27 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 291.68 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +833.84 289.09 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +833.84 286.50 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +833.84 283.91 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 281.32 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +833.84 278.73 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +833.84 276.15 63.76 2.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +833.84 273.56 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +833.84 270.97 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +833.84 268.38 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +833.84 265.79 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 263.20 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +833.84 260.61 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +833.84 258.02 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +833.84 255.44 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +833.84 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +833.84 250.26 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 247.67 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +833.84 245.08 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +833.84 242.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +833.84 239.90 63.76 2.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +833.84 237.32 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +833.84 234.73 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +833.84 232.14 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +833.84 229.55 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +833.84 226.96 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +833.84 224.37 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +833.84 221.78 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 219.19 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +833.84 216.61 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +833.84 214.02 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +833.84 211.43 63.76 2.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +833.84 208.84 63.76 2.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +833.84 206.25 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +833.84 203.66 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +833.84 201.07 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +833.84 198.49 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +833.84 195.90 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +833.84 193.31 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +833.84 190.72 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +833.84 188.13 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 185.54 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +833.84 182.95 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +833.84 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +833.84 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 172.60 63.76 2.59 r p2 +833.84 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +833.84 167.42 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +833.84 164.83 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +833.84 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +833.84 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +833.84 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +833.84 154.48 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +833.84 151.89 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +833.84 149.30 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +833.84 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +833.84 144.12 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +833.84 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +833.84 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +833.84 136.36 63.76 2.59 r p2 +833.84 133.77 63.76 2.59 r p2 +833.84 131.18 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 444.41 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +897.60 441.82 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +897.60 439.23 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +897.60 436.64 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +897.60 434.05 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +897.60 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 428.88 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +897.60 426.29 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 423.70 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 421.11 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +897.60 418.52 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +897.60 415.93 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +897.60 413.35 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +897.60 410.76 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 408.17 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +897.60 405.58 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 402.99 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +897.60 400.40 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 397.81 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +897.60 395.22 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +897.60 392.64 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +897.60 390.05 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +897.60 387.46 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 384.87 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +897.60 382.28 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +897.60 379.69 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 377.10 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +897.60 374.52 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 371.93 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +897.60 366.75 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +897.60 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 358.98 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +897.60 348.63 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 346.04 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +897.60 343.45 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +897.60 340.86 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +897.60 333.10 63.76 2.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +897.60 330.51 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +897.60 325.33 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 322.74 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +897.60 320.15 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +897.60 317.56 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 314.98 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +897.60 312.39 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +897.60 309.80 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +897.60 307.21 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 304.62 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +897.60 302.03 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +897.60 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 296.86 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 294.27 63.76 2.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +897.60 291.68 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +897.60 289.09 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 286.50 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +897.60 283.91 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +897.60 281.32 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 278.73 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +897.60 276.15 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +897.60 273.56 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +897.60 270.97 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +897.60 268.38 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 265.79 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +897.60 263.20 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 260.61 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +897.60 258.02 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +897.60 255.44 63.76 2.59 r p2 +897.60 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +897.60 250.26 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +897.60 247.67 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +897.60 245.08 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +897.60 242.49 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 239.90 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +897.60 237.32 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 234.73 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +897.60 232.14 63.76 2.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +897.60 229.55 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +897.60 226.96 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +897.60 224.37 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +897.60 221.78 63.76 2.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +897.60 219.19 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +897.60 216.61 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +897.60 214.02 63.76 2.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +897.60 211.43 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +897.60 208.84 63.76 2.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +897.60 206.25 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +897.60 203.66 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +897.60 201.07 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +897.60 198.49 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 195.90 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +897.60 193.31 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +897.60 190.72 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +897.60 188.13 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +897.60 185.54 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 182.95 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +897.60 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +897.60 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +897.60 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 172.60 63.76 2.59 r p2 +897.60 170.01 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +897.60 167.42 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +897.60 164.83 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +897.60 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +897.60 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +897.60 154.48 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +897.60 151.89 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +897.60 149.30 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +897.60 146.71 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +897.60 144.12 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +897.60 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +897.60 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +897.60 136.36 63.76 2.59 r p2 +897.60 133.77 63.76 2.59 r p2 +897.60 131.18 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +961.36 444.41 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +961.36 441.82 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +961.36 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 436.64 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +961.36 434.05 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +961.36 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +961.36 428.88 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +961.36 426.29 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 423.70 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +961.36 421.11 63.76 2.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +961.36 418.52 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +961.36 415.93 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +961.36 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 410.76 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 408.17 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +961.36 405.58 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +961.36 402.99 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +961.36 400.40 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +961.36 397.81 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +961.36 395.22 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 392.64 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +961.36 390.05 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +961.36 387.46 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +961.36 384.87 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 382.28 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +961.36 379.69 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +961.36 377.10 63.76 2.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +961.36 374.52 63.76 2.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +961.36 371.93 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +961.36 369.34 63.76 2.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +961.36 366.75 63.76 2.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +961.36 364.16 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +961.36 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 358.98 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +961.36 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 348.63 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 346.04 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +961.36 343.45 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +961.36 340.86 63.76 2.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +961.36 338.27 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +961.36 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 333.10 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 330.51 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +961.36 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +961.36 325.33 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +961.36 322.74 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +961.36 320.15 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +961.36 317.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +961.36 314.98 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +961.36 312.39 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 309.80 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +961.36 307.21 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +961.36 304.62 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +961.36 302.03 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 296.86 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 294.27 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +961.36 291.68 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 289.09 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 286.50 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +961.36 283.91 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +961.36 281.32 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 278.73 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +961.36 276.15 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +961.36 273.56 63.76 2.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +961.36 270.97 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +961.36 268.38 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +961.36 265.79 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +961.36 263.20 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +961.36 260.61 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +961.36 258.02 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 255.44 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +961.36 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +961.36 250.26 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +961.36 247.67 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +961.36 245.08 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +961.36 242.49 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +961.36 239.90 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +961.36 237.32 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +961.36 234.73 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 232.14 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +961.36 229.55 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +961.36 226.96 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +961.36 224.37 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 221.78 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +961.36 219.19 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 216.61 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 214.02 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 211.43 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +961.36 208.84 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +961.36 206.25 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +961.36 203.66 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +961.36 201.07 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +961.36 198.49 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +961.36 195.90 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +961.36 193.31 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +961.36 190.72 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +961.36 188.13 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +961.36 185.54 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +961.36 182.95 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +961.36 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +961.36 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 172.60 63.76 2.59 r p2 +961.36 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +961.36 167.42 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +961.36 164.83 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +961.36 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +961.36 159.66 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +961.36 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 154.48 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +961.36 151.89 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +961.36 149.30 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +961.36 146.71 63.76 2.59 r p2 +961.36 144.12 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +961.36 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +961.36 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +961.36 136.36 63.76 2.59 r p2 +961.36 133.77 63.76 2.59 r p2 +961.36 131.18 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1025.12 444.41 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 441.82 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 436.64 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1025.12 434.05 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1025.12 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1025.12 428.88 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 426.29 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 421.11 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1025.12 415.93 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1025.12 410.76 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 408.17 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1025.12 405.58 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1025.12 402.99 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1025.12 400.40 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 397.81 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1025.12 395.22 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1025.12 392.64 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1025.12 390.05 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1025.12 387.46 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 384.87 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1025.12 382.28 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1025.12 379.69 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1025.12 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 374.52 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1025.12 371.93 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1025.12 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1025.12 366.75 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1025.12 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 358.98 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1025.12 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 351.22 63.76 2.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1025.12 348.63 63.76 2.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1025.12 346.04 63.76 2.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1025.12 343.45 63.76 2.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1025.12 340.86 63.76 2.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1025.12 338.27 63.76 2.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1025.12 335.69 63.76 2.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1025.12 333.10 63.76 2.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1025.12 330.51 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1025.12 327.92 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1025.12 325.33 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1025.12 322.74 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1025.12 320.15 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1025.12 317.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1025.12 314.98 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 312.39 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1025.12 309.80 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1025.12 307.21 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 304.62 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1025.12 302.03 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1025.12 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 296.86 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 294.27 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1025.12 291.68 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 289.09 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 286.50 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1025.12 283.91 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1025.12 281.32 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1025.12 278.73 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1025.12 276.15 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1025.12 273.56 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1025.12 270.97 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 268.38 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1025.12 265.79 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1025.12 263.20 63.76 2.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1025.12 260.61 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 258.02 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1025.12 255.44 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1025.12 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 250.26 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 247.67 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1025.12 245.08 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1025.12 242.49 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 239.90 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1025.12 237.32 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1025.12 234.73 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1025.12 232.14 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1025.12 229.55 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1025.12 226.96 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1025.12 224.37 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 221.78 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1025.12 219.19 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1025.12 216.61 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1025.12 214.02 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 211.43 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 208.84 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1025.12 206.25 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1025.12 203.66 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1025.12 201.07 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1025.12 198.49 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1025.12 195.90 63.76 2.59 r p2 +1025.12 193.31 63.76 2.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1025.12 190.72 63.76 2.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1025.12 188.13 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1025.12 185.54 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1025.12 182.95 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1025.12 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1025.12 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1025.12 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 172.60 63.76 2.59 r p2 +1025.12 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1025.12 167.42 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1025.12 164.83 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1025.12 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 154.48 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1025.12 151.89 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1025.12 149.30 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1025.12 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1025.12 144.12 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1025.12 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1025.12 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1025.12 136.36 63.76 2.59 r p2 +1025.12 133.77 63.76 2.59 r p2 +1025.12 131.18 63.76 2.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1088.87 444.41 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 441.82 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 436.64 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1088.87 434.05 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1088.87 428.88 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1088.87 426.29 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1088.87 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1088.87 421.11 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1088.87 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1088.87 415.93 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 410.76 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1088.87 408.17 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1088.87 405.58 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 402.99 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1088.87 400.40 63.76 2.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1088.87 397.81 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1088.87 395.22 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1088.87 392.64 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 390.05 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 387.46 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1088.87 384.87 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 382.28 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1088.87 379.69 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 374.52 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1088.87 371.93 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1088.87 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1088.87 366.75 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 358.98 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1088.87 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1088.87 348.63 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1088.87 346.04 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 343.45 63.76 2.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1088.87 340.86 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1088.87 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1088.87 333.10 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1088.87 330.51 63.76 2.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1088.87 327.92 63.76 2.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1088.87 325.33 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1088.87 322.74 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1088.87 320.15 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1088.87 317.56 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1088.87 314.98 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1088.87 312.39 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 309.80 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 307.21 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1088.87 304.62 63.76 2.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1088.87 302.03 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1088.87 299.44 63.76 2.59 r p2 +/bg { 1 0 0 srgb } def +1088.87 296.86 63.76 2.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1088.87 294.27 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1088.87 291.68 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1088.87 289.09 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1088.87 286.50 63.76 2.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1088.87 283.91 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 281.32 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1088.87 278.73 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1088.87 276.15 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 273.56 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1088.87 270.97 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1088.87 268.38 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1088.87 265.79 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1088.87 263.20 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1088.87 260.61 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1088.87 258.02 63.76 2.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1088.87 255.44 63.76 2.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1088.87 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 250.26 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 247.67 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 245.08 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1088.87 242.49 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1088.87 239.90 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1088.87 237.32 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1088.87 234.73 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 232.14 63.76 2.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1088.87 229.55 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1088.87 226.96 63.76 2.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1088.87 224.37 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1088.87 221.78 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1088.87 219.19 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1088.87 216.61 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1088.87 214.02 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1088.87 211.43 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 208.84 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1088.87 206.25 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1088.87 203.66 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1088.87 201.07 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1088.87 198.49 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1088.87 195.90 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1088.87 193.31 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1088.87 190.72 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 188.13 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1088.87 185.54 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1088.87 182.95 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1088.87 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1088.87 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1088.87 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 172.60 63.76 2.59 r p2 +1088.87 170.01 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1088.87 167.42 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1088.87 164.83 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1088.87 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1088.87 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1088.87 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1088.87 154.48 63.76 2.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1088.87 151.89 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1088.87 149.30 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1088.87 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1088.87 144.12 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1088.87 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1088.87 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1088.87 136.36 63.76 2.59 r p2 +1088.87 133.77 63.76 2.59 r p2 +1088.87 131.18 63.76 2.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1152.63 444.41 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1152.63 441.82 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1152.63 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 436.64 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1152.63 434.05 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1152.63 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 428.88 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 426.29 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1152.63 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 421.11 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 418.52 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1152.63 415.93 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1152.63 413.35 63.76 2.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1152.63 410.76 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1152.63 408.17 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1152.63 405.58 63.76 2.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1152.63 402.99 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 400.40 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1152.63 397.81 63.76 2.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1152.63 395.22 63.76 2.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1152.63 392.64 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1152.63 390.05 63.76 2.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1152.63 387.46 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1152.63 384.87 63.76 2.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1152.63 382.28 63.76 2.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1152.63 379.69 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1152.63 377.10 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1152.63 374.52 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1152.63 371.93 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1152.63 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1152.63 366.75 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1152.63 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 358.98 63.76 2.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1152.63 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1152.63 348.63 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1152.63 346.04 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1152.63 343.45 63.76 2.59 r p2 +1152.63 340.86 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1152.63 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1152.63 333.10 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 330.51 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1152.63 325.33 63.76 2.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1152.63 322.74 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 320.15 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1152.63 317.56 63.76 2.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1152.63 314.98 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1152.63 312.39 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 309.80 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1152.63 307.21 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1152.63 304.62 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1152.63 302.03 63.76 2.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1152.63 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 296.86 63.76 2.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1152.63 294.27 63.76 2.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1152.63 291.68 63.76 2.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1152.63 289.09 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1152.63 286.50 63.76 2.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1152.63 283.91 63.76 2.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1152.63 281.32 63.76 2.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1152.63 278.73 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 276.15 63.76 2.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1152.63 273.56 63.76 2.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1152.63 270.97 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1152.63 268.38 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1152.63 265.79 63.76 2.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1152.63 263.20 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1152.63 260.61 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1152.63 258.02 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1152.63 255.44 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1152.63 252.85 63.76 2.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1152.63 250.26 63.76 2.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1152.63 247.67 63.76 2.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1152.63 245.08 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1152.63 242.49 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 239.90 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1152.63 237.32 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1152.63 234.73 63.76 2.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1152.63 232.14 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1152.63 229.55 63.76 2.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1152.63 226.96 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1152.63 224.37 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1152.63 221.78 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 219.19 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1152.63 216.61 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1152.63 214.02 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 211.43 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1152.63 208.84 63.76 2.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1152.63 206.25 63.76 2.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1152.63 203.66 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 201.07 63.76 2.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1152.63 198.49 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1152.63 195.90 63.76 2.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1152.63 193.31 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1152.63 190.72 63.76 2.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1152.63 188.13 63.76 2.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1152.63 185.54 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 182.95 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1152.63 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1152.63 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1152.63 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 172.60 63.76 2.59 r p2 +1152.63 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1152.63 167.42 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 164.83 63.76 2.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1152.63 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1152.63 159.66 63.76 2.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1152.63 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1152.63 154.48 63.76 2.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1152.63 151.89 63.76 2.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1152.63 149.30 63.76 2.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1152.63 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1152.63 144.12 63.76 2.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1152.63 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1152.63 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1152.63 136.36 63.76 2.59 r p2 +1152.63 133.77 63.76 2.59 r p2 +1152.63 131.18 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1216.39 444.41 63.76 2.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1216.39 441.82 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1216.39 439.23 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 436.64 63.76 2.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1216.39 434.05 63.76 2.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1216.39 431.47 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 428.88 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1216.39 426.29 63.76 2.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1216.39 423.70 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 421.11 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 418.52 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1216.39 415.93 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1216.39 413.35 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 410.76 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 408.17 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 405.58 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1216.39 402.99 63.76 2.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1216.39 400.40 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1216.39 397.81 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1216.39 395.22 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 392.64 63.76 2.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1216.39 390.05 63.76 2.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1216.39 387.46 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1216.39 384.87 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 382.28 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1216.39 379.69 63.76 2.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1216.39 377.10 63.76 2.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1216.39 374.52 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 371.93 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 369.34 63.76 2.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1216.39 366.75 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 364.16 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 361.57 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 358.98 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1216.39 356.39 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 353.81 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 351.22 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 348.63 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1216.39 346.04 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1216.39 343.45 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1216.39 340.86 63.76 2.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1216.39 338.27 63.76 2.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1216.39 335.69 63.76 2.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1216.39 333.10 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1216.39 330.51 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 327.92 63.76 2.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1216.39 325.33 63.76 2.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1216.39 322.74 63.76 2.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1216.39 320.15 63.76 2.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1216.39 317.56 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 314.98 63.76 2.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1216.39 312.39 63.76 2.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1216.39 309.80 63.76 2.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1216.39 307.21 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 304.62 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1216.39 302.03 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 299.44 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 296.86 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1216.39 294.27 63.76 2.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1216.39 291.68 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 289.09 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 286.50 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 283.91 63.76 2.59 r p2 +1216.39 281.32 63.76 2.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1216.39 278.73 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1216.39 276.15 63.76 2.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1216.39 273.56 63.76 2.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1216.39 270.97 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1216.39 268.38 63.76 2.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1216.39 265.79 63.76 2.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1216.39 263.20 63.76 2.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1216.39 260.61 63.76 2.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1216.39 258.02 63.76 2.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1216.39 255.44 63.76 2.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1216.39 252.85 63.76 2.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1216.39 250.26 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 247.67 63.76 2.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1216.39 245.08 63.76 2.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1216.39 242.49 63.76 2.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1216.39 239.90 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 237.32 63.76 2.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1216.39 234.73 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 232.14 63.76 2.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1216.39 229.55 63.76 2.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1216.39 226.96 63.76 2.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1216.39 224.37 63.76 2.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1216.39 221.78 63.76 2.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1216.39 219.19 63.76 2.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1216.39 216.61 63.76 2.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1216.39 214.02 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 211.43 63.76 2.59 r p2 +1216.39 208.84 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 206.25 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1216.39 203.66 63.76 2.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1216.39 201.07 63.76 2.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1216.39 198.49 63.76 2.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1216.39 195.90 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 193.31 63.76 2.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1216.39 190.72 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1216.39 188.13 63.76 2.59 r p2 +1216.39 185.54 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1216.39 182.95 63.76 2.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1216.39 180.36 63.76 2.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1216.39 177.78 63.76 2.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1216.39 175.19 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 172.60 63.76 2.59 r p2 +1216.39 170.01 63.76 2.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1216.39 167.42 63.76 2.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1216.39 164.83 63.76 2.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1216.39 162.24 63.76 2.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1216.39 159.66 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 157.07 63.76 2.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1216.39 154.48 63.76 2.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1216.39 151.89 63.76 2.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1216.39 149.30 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 146.71 63.76 2.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1216.39 144.12 63.76 2.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1216.39 141.53 63.76 2.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1216.39 138.95 63.76 2.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1216.39 136.36 63.76 2.59 r p2 +1216.39 133.77 63.76 2.59 r p2 +1216.39 131.18 63.76 2.59 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font1 findfont 20 s +0 0 0 srgb +29.70 128.18 (Batch1_C_11) 0 270.00 t +93.46 128.18 (Batch1_D_16) 0 270.00 t +157.21 128.18 (Batch1_D_17) 0 270.00 t +220.97 128.18 (Batch1_D_20) 0 270.00 t +284.73 128.18 (Batch1_D_18) 0 270.00 t +348.49 128.18 (Batch1_D_19) 0 270.00 t +412.24 128.18 (Batch1_B_7) 0 270.00 t +476.00 128.18 (Batch1_B_8) 0 270.00 t +539.76 128.18 (Batch1_B_10) 0 270.00 t +603.51 128.18 (Batch1_B_6) 0 270.00 t +667.27 128.18 (Batch1_B_9) 0 270.00 t +731.03 128.18 (Batch1_A_3) 0 270.00 t +794.79 128.18 (Batch1_A_5) 0 270.00 t +858.54 128.18 (Batch1_A_2) 0 270.00 t +922.30 128.18 (Batch1_A_1) 0 270.00 t +986.06 128.18 (Batch1_A_4) 0 270.00 t +1049.82 128.18 (Batch1_C_14) 0 270.00 t +1113.57 128.18 (Batch1_C_13) 0 270.00 t +1177.33 128.18 (Batch1_C_12) 0 270.00 t +1241.09 128.18 (Batch1_C_15) 0 270.00 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 1 0.5725 0.5373 srgb } def +5.00 450.00 63.76 20.00 r p2 +68.76 450.00 63.76 20.00 r p2 +132.51 450.00 63.76 20.00 r p2 +196.27 450.00 63.76 20.00 r p2 +260.03 450.00 63.76 20.00 r p2 +323.79 450.00 63.76 20.00 r p2 +387.54 450.00 63.76 20.00 r p2 +451.30 450.00 63.76 20.00 r p2 +515.06 450.00 63.76 20.00 r p2 +578.82 450.00 63.76 20.00 r p2 +642.57 450.00 63.76 20.00 r p2 +706.33 450.00 63.76 20.00 r p2 +770.09 450.00 63.76 20.00 r p2 +833.84 450.00 63.76 20.00 r p2 +897.60 450.00 63.76 20.00 r p2 +961.36 450.00 63.76 20.00 r p2 +1025.12 450.00 63.76 20.00 r p2 +1088.87 450.00 63.76 20.00 r p2 +1152.63 450.00 63.76 20.00 r p2 +1216.39 450.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +5.00 472.00 63.76 20.00 r p2 +/bg { 0 0.8588 0.5961 srgb } def +68.76 472.00 63.76 20.00 r p2 +132.51 472.00 63.76 20.00 r p2 +196.27 472.00 63.76 20.00 r p2 +260.03 472.00 63.76 20.00 r p2 +323.79 472.00 63.76 20.00 r p2 +/bg { 0 0.7961 1 srgb } def +387.54 472.00 63.76 20.00 r p2 +451.30 472.00 63.76 20.00 r p2 +515.06 472.00 63.76 20.00 r p2 +578.82 472.00 63.76 20.00 r p2 +642.57 472.00 63.76 20.00 r p2 +/bg { 0.7451 0.7569 0 srgb } def +706.33 472.00 63.76 20.00 r p2 +770.09 472.00 63.76 20.00 r p2 +833.84 472.00 63.76 20.00 r p2 +897.60 472.00 63.76 20.00 r p2 +961.36 472.00 63.76 20.00 r p2 +/bg { 1 0.5412 1 srgb } def +1025.12 472.00 63.76 20.00 r p2 +1088.87 472.00 63.76 20.00 r p2 +1152.63 472.00 63.76 20.00 r p2 +1216.39 472.00 63.76 20.00 r p2 +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1283.15 452.82 (Batc) 0 ta +-0.200 (hID) tb gr +1283.15 474.82 (Gr) 0 ta +-0.400 (oupID) tb gr +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/Font2 findfont 20 s +0 0 0 srgb +1342.63 432.64 (Gr) 0 ta +-0.400 (oupID) tb gr +/bg { 0.7451 0.7569 0 srgb } def +1342.63 396.74 28.72 28.72 r p2 +/bg { 0 0.7961 1 srgb } def +1342.63 368.02 28.72 28.72 r p2 +/bg { 1 0.5412 1 srgb } def +1342.63 339.30 28.72 28.72 r p2 +/bg { 0 0.8588 0.5961 srgb } def +1342.63 310.58 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 403.92 (A) 0 0 t +1377.10 375.20 (B) 0 0 t +1377.10 346.48 (C) 0 0 t +1377.10 317.76 (D) 0 0 t +/Font2 findfont 20 s +1342.63 274.68 (Batc) 0 ta +-0.200 (hID) tb gr +/bg { 1 0.5725 0.5373 srgb } def +1342.63 238.78 28.72 28.72 r p2 +/Font1 findfont 20 s +1377.10 245.96 (Batch1) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +/bg { 0 0 1 srgb } def +1285.15 297.00 10.00 0.59 r p2 +/bg { 0.0078 0.0078 1 srgb } def +1285.15 297.58 10.00 0.59 r p2 +/bg { 0.0157 0.0157 1 srgb } def +1285.15 298.17 10.00 0.59 r p2 +/bg { 0.0235 0.0235 1 srgb } def +1285.15 298.76 10.00 0.59 r p2 +/bg { 0.0314 0.0314 1 srgb } def +1285.15 299.34 10.00 0.59 r p2 +/bg { 0.0392 0.0392 1 srgb } def +1285.15 299.93 10.00 0.59 r p2 +/bg { 0.0471 0.0471 1 srgb } def +1285.15 300.51 10.00 0.59 r p2 +/bg { 0.0549 0.0549 1 srgb } def +1285.15 301.10 10.00 0.59 r p2 +/bg { 0.0627 0.0627 1 srgb } def +1285.15 301.69 10.00 0.59 r p2 +/bg { 0.0706 0.0706 1 srgb } def +1285.15 302.27 10.00 0.59 r p2 +/bg { 0.0784 0.0784 1 srgb } def +1285.15 302.86 10.00 0.59 r p2 +/bg { 0.0863 0.0863 1 srgb } def +1285.15 303.44 10.00 0.59 r p2 +/bg { 0.0941 0.0941 1 srgb } def +1285.15 304.03 10.00 0.59 r p2 +/bg { 0.1020 0.1020 1 srgb } def +1285.15 304.62 10.00 0.59 r p2 +/bg { 0.1098 0.1098 1 srgb } def +1285.15 305.20 10.00 0.59 r p2 +/bg { 0.1176 0.1176 1 srgb } def +1285.15 305.79 10.00 0.59 r p2 +/bg { 0.1255 0.1255 1 srgb } def +1285.15 306.37 10.00 0.59 r p2 +/bg { 0.1333 0.1333 1 srgb } def +1285.15 306.96 10.00 0.59 r p2 +/bg { 0.1412 0.1412 1 srgb } def +1285.15 307.54 10.00 0.59 r p2 +/bg { 0.1490 0.1490 1 srgb } def +1285.15 308.13 10.00 0.59 r p2 +/bg { 0.1569 0.1569 1 srgb } def +1285.15 308.72 10.00 0.59 r p2 +/bg { 0.1647 0.1647 1 srgb } def +1285.15 309.30 10.00 0.59 r p2 +/bg { 0.1725 0.1725 1 srgb } def +1285.15 309.89 10.00 0.59 r p2 +/bg { 0.1804 0.1804 1 srgb } def +1285.15 310.47 10.00 0.59 r p2 +/bg { 0.1882 0.1882 1 srgb } def +1285.15 311.06 10.00 0.59 r p2 +/bg { 0.1961 0.1961 1 srgb } def +1285.15 311.65 10.00 0.59 r p2 +/bg { 0.2039 0.2039 1 srgb } def +1285.15 312.23 10.00 0.59 r p2 +/bg { 0.2118 0.2118 1 srgb } def +1285.15 312.82 10.00 0.59 r p2 +/bg { 0.2196 0.2196 1 srgb } def +1285.15 313.40 10.00 0.59 r p2 +/bg { 0.2275 0.2275 1 srgb } def +1285.15 313.99 10.00 0.59 r p2 +/bg { 0.2353 0.2353 1 srgb } def +1285.15 314.58 10.00 0.59 r p2 +/bg { 0.2431 0.2431 1 srgb } def +1285.15 315.16 10.00 0.59 r p2 +/bg { 0.2510 0.2510 1 srgb } def +1285.15 315.75 10.00 0.59 r p2 +/bg { 0.2549 0.2549 1 srgb } def +1285.15 316.33 10.00 0.59 r p2 +/bg { 0.2667 0.2667 1 srgb } def +1285.15 316.92 10.00 0.59 r p2 +/bg { 0.2745 0.2745 1 srgb } def +1285.15 317.51 10.00 0.59 r p2 +/bg { 0.2824 0.2824 1 srgb } def +1285.15 318.09 10.00 0.59 r p2 +/bg { 0.2863 0.2863 1 srgb } def +1285.15 318.68 10.00 0.59 r p2 +/bg { 0.2980 0.2980 1 srgb } def +1285.15 319.26 10.00 0.59 r p2 +/bg { 0.3059 0.3059 1 srgb } def +1285.15 319.85 10.00 0.59 r p2 +/bg { 0.3137 0.3137 1 srgb } def +1285.15 320.44 10.00 0.59 r p2 +/bg { 0.3176 0.3176 1 srgb } def +1285.15 321.02 10.00 0.59 r p2 +/bg { 0.3294 0.3294 1 srgb } def +1285.15 321.61 10.00 0.59 r p2 +/bg { 0.3373 0.3373 1 srgb } def +1285.15 322.19 10.00 0.59 r p2 +/bg { 0.3451 0.3451 1 srgb } def +1285.15 322.78 10.00 0.59 r p2 +/bg { 0.3490 0.3490 1 srgb } def +1285.15 323.37 10.00 0.59 r p2 +/bg { 0.3608 0.3608 1 srgb } def +1285.15 323.95 10.00 0.59 r p2 +/bg { 0.3686 0.3686 1 srgb } def +1285.15 324.54 10.00 0.59 r p2 +/bg { 0.3765 0.3765 1 srgb } def +1285.15 325.12 10.00 0.59 r p2 +/bg { 0.3804 0.3804 1 srgb } def +1285.15 325.71 10.00 0.59 r p2 +/bg { 0.3922 0.3922 1 srgb } def +1285.15 326.29 10.00 0.59 r p2 +/bg { 0.4000 0.4000 1 srgb } def +1285.15 326.88 10.00 0.59 r p2 +/bg { 0.4078 0.4078 1 srgb } def +1285.15 327.47 10.00 0.59 r p2 +/bg { 0.4118 0.4118 1 srgb } def +1285.15 328.05 10.00 0.59 r p2 +/bg { 0.4235 0.4235 1 srgb } def +1285.15 328.64 10.00 0.59 r p2 +/bg { 0.4314 0.4314 1 srgb } def +1285.15 329.22 10.00 0.59 r p2 +/bg { 0.4392 0.4392 1 srgb } def +1285.15 329.81 10.00 0.59 r p2 +/bg { 0.4431 0.4431 1 srgb } def +1285.15 330.40 10.00 0.59 r p2 +/bg { 0.4549 0.4549 1 srgb } def +1285.15 330.98 10.00 0.59 r p2 +/bg { 0.4627 0.4627 1 srgb } def +1285.15 331.57 10.00 0.59 r p2 +/bg { 0.4706 0.4706 1 srgb } def +1285.15 332.15 10.00 0.59 r p2 +/bg { 0.4745 0.4745 1 srgb } def +1285.15 332.74 10.00 0.59 r p2 +/bg { 0.4863 0.4863 1 srgb } def +1285.15 333.33 10.00 0.59 r p2 +/bg { 0.4941 0.4941 1 srgb } def +1285.15 333.91 10.00 0.59 r p2 +/bg { 0.5020 0.5020 1 srgb } def +1285.15 334.50 10.00 0.59 r p2 +/bg { 0.5098 0.5098 1 srgb } def +1285.15 335.08 10.00 0.59 r p2 +/bg { 0.5137 0.5137 1 srgb } def +1285.15 335.67 10.00 0.59 r p2 +/bg { 0.5255 0.5255 1 srgb } def +1285.15 336.26 10.00 0.59 r p2 +/bg { 0.5333 0.5333 1 srgb } def +1285.15 336.84 10.00 0.59 r p2 +/bg { 0.5412 0.5412 1 srgb } def +1285.15 337.43 10.00 0.59 r p2 +/bg { 0.5490 0.5490 1 srgb } def +1285.15 338.01 10.00 0.59 r p2 +/bg { 0.5569 0.5569 1 srgb } def +1285.15 338.60 10.00 0.59 r p2 +/bg { 0.5647 0.5647 1 srgb } def +1285.15 339.19 10.00 0.59 r p2 +/bg { 0.5725 0.5725 1 srgb } def +1285.15 339.77 10.00 0.59 r p2 +/bg { 0.5765 0.5765 1 srgb } def +1285.15 340.36 10.00 0.59 r p2 +/bg { 0.5882 0.5882 1 srgb } def +1285.15 340.94 10.00 0.59 r p2 +/bg { 0.5961 0.5961 1 srgb } def +1285.15 341.53 10.00 0.59 r p2 +/bg { 0.6039 0.6039 1 srgb } def +1285.15 342.12 10.00 0.59 r p2 +/bg { 0.6118 0.6118 1 srgb } def +1285.15 342.70 10.00 0.59 r p2 +/bg { 0.6196 0.6196 1 srgb } def +1285.15 343.29 10.00 0.59 r p2 +/bg { 0.6275 0.6275 1 srgb } def +1285.15 343.87 10.00 0.59 r p2 +/bg { 0.6353 0.6353 1 srgb } def +1285.15 344.46 10.00 0.59 r p2 +/bg { 0.6392 0.6392 1 srgb } def +1285.15 345.04 10.00 0.59 r p2 +/bg { 0.6510 0.6510 1 srgb } def +1285.15 345.63 10.00 0.59 r p2 +/bg { 0.6588 0.6588 1 srgb } def +1285.15 346.22 10.00 0.59 r p2 +/bg { 0.6667 0.6667 1 srgb } def +1285.15 346.80 10.00 0.59 r p2 +/bg { 0.6745 0.6745 1 srgb } def +1285.15 347.39 10.00 0.59 r p2 +/bg { 0.6824 0.6824 1 srgb } def +1285.15 347.97 10.00 0.59 r p2 +/bg { 0.6902 0.6902 1 srgb } def +1285.15 348.56 10.00 0.59 r p2 +/bg { 0.6980 0.6980 1 srgb } def +1285.15 349.15 10.00 0.59 r p2 +/bg { 0.7020 0.7020 1 srgb } def +1285.15 349.73 10.00 0.59 r p2 +/bg { 0.7137 0.7137 1 srgb } def +1285.15 350.32 10.00 0.59 r p2 +/bg { 0.7216 0.7216 1 srgb } def +1285.15 350.90 10.00 0.59 r p2 +/bg { 0.7294 0.7294 1 srgb } def +1285.15 351.49 10.00 0.59 r p2 +/bg { 0.7373 0.7373 1 srgb } def +1285.15 352.08 10.00 0.59 r p2 +/bg { 0.7451 0.7451 1 srgb } def +1285.15 352.66 10.00 0.59 r p2 +/bg { 0.7529 0.7529 1 srgb } def +1285.15 353.25 10.00 0.59 r p2 +/bg { 0.7608 0.7608 1 srgb } def +1285.15 353.83 10.00 0.59 r p2 +/bg { 0.7647 0.7647 1 srgb } def +1285.15 354.42 10.00 0.59 r p2 +/bg { 0.7765 0.7765 1 srgb } def +1285.15 355.01 10.00 0.59 r p2 +/bg { 0.7843 0.7843 1 srgb } def +1285.15 355.59 10.00 0.59 r p2 +/bg { 0.7922 0.7922 1 srgb } def +1285.15 356.18 10.00 0.59 r p2 +/bg { 0.8000 0.8000 1 srgb } def +1285.15 356.76 10.00 0.59 r p2 +/bg { 0.8078 0.8078 1 srgb } def +1285.15 357.35 10.00 0.59 r p2 +/bg { 0.8157 0.8157 1 srgb } def +1285.15 357.94 10.00 0.59 r p2 +/bg { 0.8235 0.8235 1 srgb } def +1285.15 358.52 10.00 0.59 r p2 +/bg { 0.8275 0.8275 1 srgb } def +1285.15 359.11 10.00 0.59 r p2 +/bg { 0.8392 0.8392 1 srgb } def +1285.15 359.69 10.00 0.59 r p2 +/bg { 0.8471 0.8471 1 srgb } def +1285.15 360.28 10.00 0.59 r p2 +/bg { 0.8549 0.8549 1 srgb } def +1285.15 360.87 10.00 0.59 r p2 +/bg { 0.8627 0.8627 1 srgb } def +1285.15 361.45 10.00 0.59 r p2 +/bg { 0.8706 0.8706 1 srgb } def +1285.15 362.04 10.00 0.59 r p2 +/bg { 0.8784 0.8784 1 srgb } def +1285.15 362.62 10.00 0.59 r p2 +/bg { 0.8863 0.8863 1 srgb } def +1285.15 363.21 10.00 0.59 r p2 +/bg { 0.8902 0.8902 1 srgb } def +1285.15 363.79 10.00 0.59 r p2 +/bg { 0.9020 0.9020 1 srgb } def +1285.15 364.38 10.00 0.59 r p2 +/bg { 0.9098 0.9098 1 srgb } def +1285.15 364.97 10.00 0.59 r p2 +/bg { 0.9176 0.9176 1 srgb } def +1285.15 365.55 10.00 0.59 r p2 +/bg { 0.9255 0.9255 1 srgb } def +1285.15 366.14 10.00 0.59 r p2 +/bg { 0.9333 0.9333 1 srgb } def +1285.15 366.72 10.00 0.59 r p2 +/bg { 0.9412 0.9412 1 srgb } def +1285.15 367.31 10.00 0.59 r p2 +/bg { 0.9490 0.9490 1 srgb } def +1285.15 367.90 10.00 0.59 r p2 +/bg { 0.9529 0.9529 1 srgb } def +1285.15 368.48 10.00 0.59 r p2 +/bg { 0.9647 0.9647 1 srgb } def +1285.15 369.07 10.00 0.59 r p2 +/bg { 0.9725 0.9725 1 srgb } def +1285.15 369.65 10.00 0.59 r p2 +/bg { 0.9804 0.9804 1 srgb } def +1285.15 370.24 10.00 0.59 r p2 +/bg { 0.9882 0.9882 1 srgb } def +1285.15 370.83 10.00 0.59 r p2 +/bg { 0.9961 0.9961 1 srgb } def +1285.15 371.41 10.00 0.59 r p2 +/bg { 1 0.9961 0.9961 srgb } def +1285.15 372.00 10.00 0.59 r p2 +/bg { 1 0.9882 0.9882 srgb } def +1285.15 372.58 10.00 0.59 r p2 +/bg { 1 0.9804 0.9804 srgb } def +1285.15 373.17 10.00 0.59 r p2 +/bg { 1 0.9725 0.9725 srgb } def +1285.15 373.76 10.00 0.59 r p2 +/bg { 1 0.9647 0.9647 srgb } def +1285.15 374.34 10.00 0.59 r p2 +/bg { 1 0.9529 0.9529 srgb } def +1285.15 374.93 10.00 0.59 r p2 +/bg { 1 0.9490 0.9490 srgb } def +1285.15 375.51 10.00 0.59 r p2 +/bg { 1 0.9412 0.9412 srgb } def +1285.15 376.10 10.00 0.59 r p2 +/bg { 1 0.9333 0.9333 srgb } def +1285.15 376.69 10.00 0.59 r p2 +/bg { 1 0.9255 0.9255 srgb } def +1285.15 377.27 10.00 0.59 r p2 +/bg { 1 0.9176 0.9176 srgb } def +1285.15 377.86 10.00 0.59 r p2 +/bg { 1 0.9098 0.9098 srgb } def +1285.15 378.44 10.00 0.59 r p2 +/bg { 1 0.8980 0.8980 srgb } def +1285.15 379.03 10.00 0.59 r p2 +/bg { 1 0.8902 0.8902 srgb } def +1285.15 379.62 10.00 0.59 r p2 +/bg { 1 0.8863 0.8863 srgb } def +1285.15 380.20 10.00 0.59 r p2 +/bg { 1 0.8784 0.8784 srgb } def +1285.15 380.79 10.00 0.59 r p2 +/bg { 1 0.8706 0.8706 srgb } def +1285.15 381.37 10.00 0.59 r p2 +/bg { 1 0.8627 0.8627 srgb } def +1285.15 381.96 10.00 0.59 r p2 +/bg { 1 0.8549 0.8549 srgb } def +1285.15 382.54 10.00 0.59 r p2 +/bg { 1 0.8471 0.8471 srgb } def +1285.15 383.13 10.00 0.59 r p2 +/bg { 1 0.8392 0.8392 srgb } def +1285.15 383.72 10.00 0.59 r p2 +/bg { 1 0.8275 0.8275 srgb } def +1285.15 384.30 10.00 0.59 r p2 +/bg { 1 0.8235 0.8235 srgb } def +1285.15 384.89 10.00 0.59 r p2 +/bg { 1 0.8157 0.8157 srgb } def +1285.15 385.47 10.00 0.59 r p2 +/bg { 1 0.8078 0.8078 srgb } def +1285.15 386.06 10.00 0.59 r p2 +/bg { 1 0.8000 0.8000 srgb } def +1285.15 386.65 10.00 0.59 r p2 +/bg { 1 0.7922 0.7922 srgb } def +1285.15 387.23 10.00 0.59 r p2 +/bg { 1 0.7843 0.7843 srgb } def +1285.15 387.82 10.00 0.59 r p2 +/bg { 1 0.7725 0.7725 srgb } def +1285.15 388.40 10.00 0.59 r p2 +/bg { 1 0.7647 0.7647 srgb } def +1285.15 388.99 10.00 0.59 r p2 +/bg { 1 0.7608 0.7608 srgb } def +1285.15 389.58 10.00 0.59 r p2 +/bg { 1 0.7529 0.7529 srgb } def +1285.15 390.16 10.00 0.59 r p2 +/bg { 1 0.7451 0.7451 srgb } def +1285.15 390.75 10.00 0.59 r p2 +/bg { 1 0.7373 0.7373 srgb } def +1285.15 391.33 10.00 0.59 r p2 +/bg { 1 0.7294 0.7294 srgb } def +1285.15 391.92 10.00 0.59 r p2 +/bg { 1 0.7216 0.7216 srgb } def +1285.15 392.51 10.00 0.59 r p2 +/bg { 1 0.7137 0.7137 srgb } def +1285.15 393.09 10.00 0.59 r p2 +/bg { 1 0.7020 0.7020 srgb } def +1285.15 393.68 10.00 0.59 r p2 +/bg { 1 0.6980 0.6980 srgb } def +1285.15 394.26 10.00 0.59 r p2 +/bg { 1 0.6902 0.6902 srgb } def +1285.15 394.85 10.00 0.59 r p2 +/bg { 1 0.6824 0.6824 srgb } def +1285.15 395.44 10.00 0.59 r p2 +/bg { 1 0.6745 0.6745 srgb } def +1285.15 396.02 10.00 0.59 r p2 +/bg { 1 0.6667 0.6667 srgb } def +1285.15 396.61 10.00 0.59 r p2 +/bg { 1 0.6588 0.6588 srgb } def +1285.15 397.19 10.00 0.59 r p2 +/bg { 1 0.6471 0.6471 srgb } def +1285.15 397.78 10.00 0.59 r p2 +/bg { 1 0.6392 0.6392 srgb } def +1285.15 398.37 10.00 0.59 r p2 +/bg { 1 0.6353 0.6353 srgb } def +1285.15 398.95 10.00 0.59 r p2 +/bg { 1 0.6275 0.6275 srgb } def +1285.15 399.54 10.00 0.59 r p2 +/bg { 1 0.6196 0.6196 srgb } def +1285.15 400.12 10.00 0.59 r p2 +/bg { 1 0.6118 0.6118 srgb } def +1285.15 400.71 10.00 0.59 r p2 +/bg { 1 0.6039 0.6039 srgb } def +1285.15 401.29 10.00 0.59 r p2 +/bg { 1 0.5961 0.5961 srgb } def +1285.15 401.88 10.00 0.59 r p2 +/bg { 1 0.5882 0.5882 srgb } def +1285.15 402.47 10.00 0.59 r p2 +/bg { 1 0.5765 0.5765 srgb } def +1285.15 403.05 10.00 0.59 r p2 +/bg { 1 0.5725 0.5725 srgb } def +1285.15 403.64 10.00 0.59 r p2 +/bg { 1 0.5647 0.5647 srgb } def +1285.15 404.22 10.00 0.59 r p2 +/bg { 1 0.5569 0.5569 srgb } def +1285.15 404.81 10.00 0.59 r p2 +/bg { 1 0.5490 0.5490 srgb } def +1285.15 405.40 10.00 0.59 r p2 +/bg { 1 0.5412 0.5412 srgb } def +1285.15 405.98 10.00 0.59 r p2 +/bg { 1 0.5333 0.5333 srgb } def +1285.15 406.57 10.00 0.59 r p2 +/bg { 1 0.5216 0.5216 srgb } def +1285.15 407.15 10.00 0.59 r p2 +/bg { 1 0.5137 0.5137 srgb } def +1285.15 407.74 10.00 0.59 r p2 +/bg { 1 0.5098 0.5098 srgb } def +1285.15 408.33 10.00 0.59 r p2 +/bg { 1 0.5020 0.5020 srgb } def +1285.15 408.91 10.00 0.59 r p2 +/bg { 1 0.4941 0.4941 srgb } def +1285.15 409.50 10.00 0.59 r p2 +/bg { 1 0.4863 0.4863 srgb } def +1285.15 410.08 10.00 0.59 r p2 +/bg { 1 0.4784 0.4784 srgb } def +1285.15 410.67 10.00 0.59 r p2 +/bg { 1 0.4706 0.4706 srgb } def +1285.15 411.26 10.00 0.59 r p2 +/bg { 1 0.4627 0.4627 srgb } def +1285.15 411.84 10.00 0.59 r p2 +/bg { 1 0.4510 0.4510 srgb } def +1285.15 412.43 10.00 0.59 r p2 +/bg { 1 0.4431 0.4431 srgb } def +1285.15 413.01 10.00 0.59 r p2 +/bg { 1 0.4392 0.4392 srgb } def +1285.15 413.60 10.00 0.59 r p2 +/bg { 1 0.4314 0.4314 srgb } def +1285.15 414.19 10.00 0.59 r p2 +/bg { 1 0.4235 0.4235 srgb } def +1285.15 414.77 10.00 0.59 r p2 +/bg { 1 0.4157 0.4157 srgb } def +1285.15 415.36 10.00 0.59 r p2 +/bg { 1 0.4078 0.4078 srgb } def +1285.15 415.94 10.00 0.59 r p2 +/bg { 1 0.3961 0.3961 srgb } def +1285.15 416.53 10.00 0.59 r p2 +/bg { 1 0.3882 0.3882 srgb } def +1285.15 417.12 10.00 0.59 r p2 +/bg { 1 0.3804 0.3804 srgb } def +1285.15 417.70 10.00 0.59 r p2 +/bg { 1 0.3765 0.3765 srgb } def +1285.15 418.29 10.00 0.59 r p2 +/bg { 1 0.3686 0.3686 srgb } def +1285.15 418.87 10.00 0.59 r p2 +/bg { 1 0.3608 0.3608 srgb } def +1285.15 419.46 10.00 0.59 r p2 +/bg { 1 0.3529 0.3529 srgb } def +1285.15 420.04 10.00 0.59 r p2 +/bg { 1 0.3451 0.3451 srgb } def +1285.15 420.63 10.00 0.59 r p2 +/bg { 1 0.3373 0.3373 srgb } def +1285.15 421.22 10.00 0.59 r p2 +/bg { 1 0.3255 0.3255 srgb } def +1285.15 421.80 10.00 0.59 r p2 +/bg { 1 0.3176 0.3176 srgb } def +1285.15 422.39 10.00 0.59 r p2 +/bg { 1 0.3137 0.3137 srgb } def +1285.15 422.97 10.00 0.59 r p2 +/bg { 1 0.3059 0.3059 srgb } def +1285.15 423.56 10.00 0.59 r p2 +/bg { 1 0.2980 0.2980 srgb } def +1285.15 424.15 10.00 0.59 r p2 +/bg { 1 0.2902 0.2902 srgb } def +1285.15 424.73 10.00 0.59 r p2 +/bg { 1 0.2824 0.2824 srgb } def +1285.15 425.32 10.00 0.59 r p2 +/bg { 1 0.2706 0.2706 srgb } def +1285.15 425.90 10.00 0.59 r p2 +/bg { 1 0.2627 0.2627 srgb } def +1285.15 426.49 10.00 0.59 r p2 +/bg { 1 0.2549 0.2549 srgb } def +1285.15 427.08 10.00 0.59 r p2 +/bg { 1 0.2510 0.2510 srgb } def +1285.15 427.66 10.00 0.59 r p2 +/bg { 1 0.2431 0.2431 srgb } def +1285.15 428.25 10.00 0.59 r p2 +/bg { 1 0.2353 0.2353 srgb } def +1285.15 428.83 10.00 0.59 r p2 +/bg { 1 0.2275 0.2275 srgb } def +1285.15 429.42 10.00 0.59 r p2 +/bg { 1 0.2196 0.2196 srgb } def +1285.15 430.01 10.00 0.59 r p2 +/bg { 1 0.2118 0.2118 srgb } def +1285.15 430.59 10.00 0.59 r p2 +/bg { 1 0.2000 0.2000 srgb } def +1285.15 431.18 10.00 0.59 r p2 +/bg { 1 0.1922 0.1922 srgb } def +1285.15 431.76 10.00 0.59 r p2 +/bg { 1 0.1882 0.1882 srgb } def +1285.15 432.35 10.00 0.59 r p2 +/bg { 1 0.1804 0.1804 srgb } def +1285.15 432.94 10.00 0.59 r p2 +/bg { 1 0.1725 0.1725 srgb } def +1285.15 433.52 10.00 0.59 r p2 +/bg { 1 0.1647 0.1647 srgb } def +1285.15 434.11 10.00 0.59 r p2 +/bg { 1 0.1569 0.1569 srgb } def +1285.15 434.69 10.00 0.59 r p2 +/bg { 1 0.1451 0.1451 srgb } def +1285.15 435.28 10.00 0.59 r p2 +/bg { 1 0.1373 0.1373 srgb } def +1285.15 435.87 10.00 0.59 r p2 +/bg { 1 0.1294 0.1294 srgb } def +1285.15 436.45 10.00 0.59 r p2 +/bg { 1 0.1255 0.1255 srgb } def +1285.15 437.04 10.00 0.59 r p2 +/bg { 1 0.1176 0.1176 srgb } def +1285.15 437.62 10.00 0.59 r p2 +/bg { 1 0.1098 0.1098 srgb } def +1285.15 438.21 10.00 0.59 r p2 +/bg { 1 0.1020 0.1020 srgb } def +1285.15 438.79 10.00 0.59 r p2 +/bg { 1 0.0941 0.0941 srgb } def +1285.15 439.38 10.00 0.59 r p2 +/bg { 1 0.0863 0.0863 srgb } def +1285.15 439.97 10.00 0.59 r p2 +/bg { 1 0.0745 0.0745 srgb } def +1285.15 440.55 10.00 0.59 r p2 +/bg { 1 0.0667 0.0667 srgb } def +1285.15 441.14 10.00 0.59 r p2 +/bg { 1 0.0627 0.0627 srgb } def +1285.15 441.72 10.00 0.59 r p2 +/bg { 1 0.0549 0.0549 srgb } def +1285.15 442.31 10.00 0.59 r p2 +/bg { 1 0.0471 0.0471 srgb } def +1285.15 442.90 10.00 0.59 r p2 +/bg { 1 0.0392 0.0392 srgb } def +1285.15 443.48 10.00 0.59 r p2 +/bg { 1 0.0314 0.0314 srgb } def +1285.15 444.07 10.00 0.59 r p2 +/bg { 1 0.0196 0.0196 srgb } def +1285.15 444.65 10.00 0.59 r p2 +/bg { 1 0.0118 0.0118 srgb } def +1285.15 445.24 10.00 0.59 r p2 +/bg { 1 0.0039 0.0039 srgb } def +1285.15 445.83 10.00 0.59 r p2 +/bg { 1 0 0 srgb } def +1285.15 446.41 10.00 0.59 r p2 +/Font1 findfont 20 s +0 0 0 srgb +1299.15 294.21 (-4) 0 0 t +1299.15 329.51 (-2) 0 0 t +1299.15 364.82 (0) 0 0 t +1299.15 400.12 (2) 0 0 t +1299.15 435.43 (4) 0 0 t +0.00 0.00 1440.00 576.00 cl +0.00 0.00 1440.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.png new file mode 100644 index 0000000000000000000000000000000000000000..32da519e38db5852fb509d8b4c60be1c6a7cee77 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.ps b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.ps new file mode 100644 index 0000000000000000000000000000000000000000..8b7bb5daeff2919f5c0fb600ccb216c86f80e7f5 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_Figures/transformed_pca_cor.ps @@ -0,0 +1,1963 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%DocumentNeededResources: font Helvetica +%%+ font Helvetica-Bold +%%+ font Helvetica-Oblique +%%+ font Helvetica-BoldOblique +%%+ font Symbol +%%Title: R Graphics Output +%%Creator: R Software +%%Pages: (atend) +%%BoundingBox: 0 0 2880 576 +%%EndComments +%%BeginProlog +/bp { gs sRGB gs } def +% begin .ps.prolog +/gs { gsave } bind def +/gr { grestore } bind def +/ep { showpage gr gr } bind def +/m { moveto } bind def +/l { rlineto } bind def +/np { newpath } bind def +/cp { closepath } bind def +/f { fill } bind def +/o { stroke } bind def +/c { newpath 0 360 arc } bind def +/r { 4 2 roll moveto 1 copy 3 -1 roll exch 0 exch rlineto 0 rlineto -1 mul 0 exch rlineto closepath } bind def +/p1 { stroke } bind def +/p2 { gsave bg fill grestore newpath } bind def +/p3 { gsave bg fill grestore stroke } bind def +/p6 { gsave bg eofill grestore newpath } bind def +/p7 { gsave bg eofill grestore stroke } bind def +/t { 5 -2 roll moveto gsave rotate + 1 index stringwidth pop + mul neg 0 rmoveto show grestore } bind def +/ta { 4 -2 roll moveto gsave rotate show } bind def +/tb { 2 -1 roll 0 rmoveto show } bind def +/cl { grestore gsave newpath 3 index 3 index moveto 1 index + 4 -1 roll lineto exch 1 index lineto lineto + closepath clip newpath } bind def +/rgb { setrgbcolor } bind def +/s { scalefont setfont } bind def +% end .ps.prolog +/sRGB { [ /CIEBasedABC + << /DecodeLMN + [ { dup 0.03928 le + {12.92321 div} + {0.055 add 1.055 div 2.4 exp } + ifelse + } bind dup dup + ] + /MatrixLMN [0.412457 0.212673 0.019334 + 0.357576 0.715152 0.119192 + 0.180437 0.072175 0.950301] + /WhitePoint [0.9505 1.0 1.0890] + >> + ] setcolorspace } bind def +/srgb { setcolor } bind def +%%IncludeResource: font Helvetica +/Helvetica findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font1 exch definefont pop +%%IncludeResource: font Helvetica-Bold +/Helvetica-Bold findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font2 exch definefont pop +%%IncludeResource: font Helvetica-Oblique +/Helvetica-Oblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font3 exch definefont pop +%%IncludeResource: font Helvetica-BoldOblique +/Helvetica-BoldOblique findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + /Encoding ISOLatin1Encoding def + currentdict + end +/Font4 exch definefont pop +%%IncludeResource: font Symbol +/Symbol findfont +dup length dict begin + {1 index /FID ne {def} {pop pop} ifelse} forall + currentdict + end +/Font5 exch definefont pop +%%EndProlog +%%Page: 1 1 +bp +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 960.00 576.00 cl +/bg { 1 1 1 srgb } def +1 1 1 srgb +1.07 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +0.00 0.00 960.00 576.00 r p3 +0.00 0.00 2880.00 576.00 cl +38.73 31.91 881.83 552.85 cl +/bg { 1 1 1 srgb } def +38.73 31.91 843.09 520.94 r p2 +0.8706 0.8706 0.8706 srgb +0.27 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +38.73 44.50 m +843.10 0 l +o +np +38.73 152.70 m +843.10 0 l +o +np +38.73 260.89 m +843.10 0 l +o +np +38.73 369.09 m +843.10 0 l +o +np +38.73 477.28 m +843.10 0 l +o +np +190.26 31.91 m +0 520.94 l +o +np +440.64 31.91 m +0 520.94 l +o +np +691.01 31.91 m +0 520.94 l +o +0.53 setlinewidth +[] 0 setdash +np +38.73 98.60 m +843.10 0 l +o +np +38.73 206.79 m +843.10 0 l +o +np +38.73 314.99 m +843.10 0 l +o +np +38.73 423.19 m +843.10 0 l +o +np +38.73 531.38 m +843.10 0 l +o +np +65.08 31.91 m +0 520.94 l +o +np +315.45 31.91 m +0 520.94 l +o +np +565.82 31.91 m +0 520.94 l +o +np +816.20 31.91 m +0 520.94 l +o +/bg { 0.9725 0.4627 0.4275 srgb } def +470.36 379.63 1.95 c p2 +448.81 360.90 1.95 c p2 +536.06 369.67 1.95 c p2 +468.19 354.72 1.95 c p2 +507.26 375.34 1.95 c p2 +/bg { 0.4863 0.6824 0 srgb } def +647.17 273.18 1.95 c p2 +721.63 289.98 1.95 c p2 +672.09 255.11 1.95 c p2 +729.60 267.15 1.95 c p2 +699.32 288.91 1.95 c p2 +/bg { 0 0.7490 0.7686 srgb } def +265.15 179.62 1.95 c p2 +386.53 317.18 1.95 c p2 +486.88 328.21 1.95 c p2 +398.64 309.11 1.95 c p2 +466.04 328.01 1.95 c p2 +/bg { 0.7804 0.4863 1 srgb } def +729.30 333.59 1.95 c p2 +713.79 321.82 1.95 c p2 +672.56 328.92 1.95 c p2 +617.82 313.69 1.95 c p2 +679.24 325.07 1.95 c p2 +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +np +616.60 382.92 m +-0.99 4.20 l +-2.95 3.91 l +-4.87 3.57 l +-6.71 3.16 l +-8.46 2.71 l +-10.07 2.22 l +-11.53 1.70 l +-12.82 1.15 l +-13.91 0.57 l +-14.79 0 l +-15.45 -0.57 l +-15.87 -1.15 l +-16.06 -1.70 l +-16.00 -2.22 l +-15.69 -2.71 l +-15.15 -3.16 l +-14.38 -3.57 l +-13.39 -3.91 l +-12.19 -4.20 l +-10.83 -4.43 l +-9.28 -4.59 l +-7.60 -4.67 l +-5.80 -4.70 l +-3.92 -4.64 l +-1.97 -4.51 l +0 -4.33 l +1.97 -4.06 l +3.92 -3.75 l +5.80 -3.37 l +7.60 -2.94 l +9.28 -2.47 l +10.83 -1.97 l +12.19 -1.42 l +13.39 -0.86 l +14.38 -0.29 l +15.15 0.29 l +15.69 0.86 l +16.00 1.42 l +16.06 1.97 l +15.87 2.47 l +15.45 2.94 l +14.79 3.37 l +13.91 3.75 l +12.82 4.06 l +11.53 4.33 l +10.07 4.51 l +8.46 4.64 l +6.71 4.70 l +4.87 4.67 l +2.95 4.59 l +0.99 4.43 l +o +0.4863 0.6824 0 srgb +np +822.13 294.62 m +-0.97 6.19 l +-2.90 5.79 l +-4.78 5.31 l +-6.60 4.76 l +-8.31 4.11 l +-9.89 3.43 l +-11.33 2.67 l +-12.59 1.88 l +-13.67 1.07 l +-14.53 0.24 l +-15.18 -0.60 l +-15.59 -1.43 l +-15.77 -2.24 l +-15.72 -3.01 l +-15.41 -3.73 l +-14.89 -4.41 l +-14.12 -5.00 l +-13.16 -5.54 l +-11.98 -5.98 l +-10.63 -6.33 l +-9.12 -6.58 l +-7.46 -6.75 l +-5.70 -6.80 l +-3.85 -6.75 l +-1.94 -6.60 l +0 -6.35 l +1.94 -6.00 l +3.85 -5.56 l +5.70 -5.05 l +7.46 -4.44 l +9.12 -3.78 l +10.63 -3.05 l +11.98 -2.28 l +13.16 -1.48 l +14.12 -0.66 l +14.89 0.19 l +15.41 1.01 l +15.72 1.84 l +15.77 2.63 l +15.59 3.37 l +15.18 4.08 l +14.53 4.72 l +13.67 5.28 l +12.59 5.77 l +11.33 6.16 l +9.89 6.47 l +8.31 6.68 l +6.60 6.79 l +4.78 6.78 l +2.90 6.69 l +0.97 6.49 l +o +0 0.7490 0.7686 srgb +np +724.86 509.99 m +-2.46 9.87 l +-7.33 6.43 l +-12.10 2.88 l +-16.69 -0.71 l +-21.01 -4.29 l +-25.03 -7.79 l +-28.65 -11.20 l +-31.86 -14.42 l +-34.57 -17.42 l +-36.76 -20.17 l +-38.39 -22.61 l +-39.45 -24.69 l +-39.89 -26.42 l +-39.75 -27.74 l +-38.99 -28.64 l +-37.65 -29.10 l +-35.74 -29.12 l +-33.27 -28.71 l +-30.31 -27.85 l +-26.90 -26.58 l +-23.06 -24.90 l +-18.88 -22.84 l +-14.42 -20.44 l +-9.74 -17.73 l +-4.90 -14.75 l +0 -11.54 l +4.90 -8.17 l +9.74 -4.66 l +14.42 -1.09 l +18.88 2.50 l +23.06 6.06 l +26.90 9.51 l +30.31 12.83 l +33.27 15.95 l +35.74 18.84 l +37.65 21.42 l +38.99 23.70 l +39.75 25.61 l +39.89 27.13 l +39.45 28.24 l +38.39 28.92 l +36.76 29.17 l +34.57 28.97 l +31.86 28.33 l +28.65 27.27 l +25.03 25.78 l +21.01 23.92 l +16.69 21.68 l +12.10 19.13 l +7.33 16.27 l +2.46 13.17 l +o +0.7804 0.4863 1 srgb +np +843.50 346.07 m +-1.22 2.06 l +-3.64 1.69 l +-6.01 1.32 l +-8.28 0.91 l +-10.43 0.50 l +-12.43 0.08 l +-14.22 -0.35 l +-15.82 -0.77 l +-17.16 -1.18 l +-18.25 -1.57 l +-19.06 -1.93 l +-19.59 -2.27 l +-19.81 -2.57 l +-19.73 -2.84 l +-19.36 -3.05 l +-18.69 -3.23 l +-17.74 -3.36 l +-16.52 -3.43 l +-15.05 -3.45 l +-13.35 -3.42 l +-11.45 -3.34 l +-9.38 -3.20 l +-7.16 -3.03 l +-4.83 -2.80 l +-2.44 -2.53 l +0 -2.22 l +2.44 -1.88 l +4.83 -1.51 l +7.16 -1.11 l +9.38 -0.71 l +11.45 -0.29 l +13.35 0.14 l +15.05 0.56 l +16.52 0.98 l +17.74 1.37 l +18.69 1.75 l +19.36 2.11 l +19.73 2.42 l +19.81 2.71 l +19.59 2.95 l +19.06 3.15 l +18.25 3.30 l +17.16 3.40 l +15.82 3.45 l +14.22 3.44 l +12.43 3.39 l +10.43 3.27 l +8.28 3.13 l +6.01 2.91 l +3.64 2.67 l +1.22 2.38 l +o +0.7020 0.7020 0.7020 srgb +1 setlinecap +38.73 31.91 843.09 520.94 r p1 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +33.80 95.37 (-20) 1 0 t +33.80 203.56 (-10) 1 0 t +33.80 311.76 (0) 1 0 t +33.80 419.95 (10) 1 0 t +33.80 528.15 (20) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +35.99 98.60 m +2.74 0 l +o +np +35.99 206.79 m +2.74 0 l +o +np +35.99 314.99 m +2.74 0 l +o +np +35.99 423.19 m +2.74 0 l +o +np +35.99 531.38 m +2.74 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7020 0.7020 0.7020 srgb +0.53 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +65.08 29.17 m +0 2.74 l +o +np +315.45 29.17 m +0 2.74 l +o +np +565.82 29.17 m +0 2.74 l +o +np +816.20 29.17 m +0 2.74 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0.3020 0.3020 0.3020 srgb +65.08 20.52 (-20) .5 0 t +315.45 20.52 (-10) .5 0 t +565.82 20.52 (0) .5 0 t +816.20 20.52 (10) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +460.28 7.90 (PC1 \(25.17%\)) .5 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +13.38 292.38 (PC2 \(15.78%\)) .5 90 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 323.78 61.74 44.04 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 353.23 (BatchID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 329.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0 0 srgb } def +906.90 337.90 1.95 c p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 334.67 (Batch1) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +892.79 216.94 52.53 95.88 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +898.26 298.23 (GroupID) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 274.26 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.9725 0.4627 0.4275 srgb } def +0.9725 0.4627 0.4275 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 282.90 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.9725 0.4627 0.4275 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 282.90 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 256.98 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.4863 0.6824 0 srgb } def +0.4863 0.6824 0 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 265.62 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.4863 0.6824 0 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 265.62 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 239.70 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0 0.7490 0.7686 srgb } def +0 0.7490 0.7686 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 248.34 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0 0.7490 0.7686 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 248.34 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 1 1 1 srgb } def +898.26 222.42 17.28 17.28 r p2 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/bg { 0.7804 0.4863 1 srgb } def +0.7804 0.4863 1 srgb +0.71 setlinewidth +[] 0 setdash +1 setlinecap +1 setlinejoin +10.00 setmiterlimit +906.90 231.06 1.95 c p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.7804 0.4863 1 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +899.99 231.06 m +13.83 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 279.67 (A) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 262.39 (B) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 245.11 (C) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +921.02 227.83 (D) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +38.73 561.19 (PCA of T) 0 ta +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1602.95 0.00 2237.05 576.00 cl +0.00 0.00 2880.00 576.00 cl +1686.07 69.78 2169.13 552.85 cl +0.9216 0.9216 0.9216 srgb +1.07 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +1686.07 84.13 m +483.06 0 l +o +np +1686.07 108.05 m +483.06 0 l +o +np +1686.07 131.96 m +483.06 0 l +o +np +1686.07 155.87 m +483.06 0 l +o +np +1686.07 179.79 m +483.06 0 l +o +np +1686.07 203.70 m +483.06 0 l +o +np +1686.07 227.62 m +483.06 0 l +o +np +1686.07 251.53 m +483.06 0 l +o +np +1686.07 275.44 m +483.06 0 l +o +np +1686.07 299.36 m +483.06 0 l +o +np +1686.07 323.27 m +483.06 0 l +o +np +1686.07 347.19 m +483.06 0 l +o +np +1686.07 371.10 m +483.06 0 l +o +np +1686.07 395.01 m +483.06 0 l +o +np +1686.07 418.93 m +483.06 0 l +o +np +1686.07 442.84 m +483.06 0 l +o +np +1686.07 466.76 m +483.06 0 l +o +np +1686.07 490.67 m +483.06 0 l +o +np +1686.07 514.58 m +483.06 0 l +o +np +1686.07 538.50 m +483.06 0 l +o +np +1700.41 69.78 m +0 483.07 l +o +np +1724.33 69.78 m +0 483.07 l +o +np +1748.24 69.78 m +0 483.07 l +o +np +1772.16 69.78 m +0 483.07 l +o +np +1796.07 69.78 m +0 483.07 l +o +np +1819.98 69.78 m +0 483.07 l +o +np +1843.90 69.78 m +0 483.07 l +o +np +1867.81 69.78 m +0 483.07 l +o +np +1891.73 69.78 m +0 483.07 l +o +np +1915.64 69.78 m +0 483.07 l +o +np +1939.56 69.78 m +0 483.07 l +o +np +1963.47 69.78 m +0 483.07 l +o +np +1987.38 69.78 m +0 483.07 l +o +np +2011.30 69.78 m +0 483.07 l +o +np +2035.21 69.78 m +0 483.07 l +o +np +2059.13 69.78 m +0 483.07 l +o +np +2083.04 69.78 m +0 483.07 l +o +np +2106.95 69.78 m +0 483.07 l +o +np +2130.87 69.78 m +0 483.07 l +o +np +2154.78 69.78 m +0 483.07 l +o +/bg { 1 0 0 srgb } def +1 1 1 srgb +0.21 setlinewidth +[] 0 setdash +2 setlinecap +0 setlinejoin +1688.46 72.17 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1712.37 72.17 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1736.29 72.17 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1760.20 72.17 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1784.11 72.17 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1808.03 72.17 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1831.94 72.17 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1855.86 72.17 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1879.77 72.17 23.91 23.91 r p3 +1903.68 72.17 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1927.60 72.17 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1951.51 72.17 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1975.43 72.17 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1999.34 72.17 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +2023.25 72.17 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2047.17 72.17 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2071.08 72.17 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2095.00 72.17 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +2118.91 72.17 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +2142.82 72.17 23.91 23.91 r p3 +/bg { 1 0.5961 0.4784 srgb } def +1688.46 96.09 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1712.37 96.09 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1736.29 96.09 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +1760.20 96.09 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1784.11 96.09 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1808.03 96.09 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1831.94 96.09 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1855.86 96.09 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1879.77 96.09 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1903.68 96.09 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1927.60 96.09 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1951.51 96.09 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1975.43 96.09 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1999.34 96.09 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2023.25 96.09 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +2047.17 96.09 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2071.08 96.09 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2095.00 96.09 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +2118.91 96.09 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +2142.82 96.09 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1688.46 120.00 23.91 23.91 r p3 +/bg { 1 0.5451 0.4235 srgb } def +1712.37 120.00 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1736.29 120.00 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +1760.20 120.00 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1784.11 120.00 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1808.03 120.00 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1831.94 120.00 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1855.86 120.00 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1879.77 120.00 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1903.68 120.00 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1927.60 120.00 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1951.51 120.00 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1975.43 120.00 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1999.34 120.00 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2023.25 120.00 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2047.17 120.00 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2071.08 120.00 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +2095.00 120.00 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +2118.91 120.00 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2142.82 120.00 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1688.46 143.92 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +1712.37 143.92 23.91 23.91 r p3 +/bg { 1 0.6902 0.5922 srgb } def +1736.29 143.92 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1760.20 143.92 23.91 23.91 r p3 +/bg { 1 0.6353 0.5255 srgb } def +1784.11 143.92 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1808.03 143.92 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1831.94 143.92 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1855.86 143.92 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1879.77 143.92 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1903.68 143.92 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1927.60 143.92 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1951.51 143.92 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1975.43 143.92 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1999.34 143.92 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2023.25 143.92 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2047.17 143.92 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +2071.08 143.92 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2095.00 143.92 23.91 23.91 r p3 +2118.91 143.92 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +2142.82 143.92 23.91 23.91 r p3 +/bg { 1 0.7686 0.6902 srgb } def +1688.46 167.83 23.91 23.91 r p3 +/bg { 1 0.7961 0.7294 srgb } def +1712.37 167.83 23.91 23.91 r p3 +/bg { 1 0.7804 0.7098 srgb } def +1736.29 167.83 23.91 23.91 r p3 +/bg { 1 0.6353 0.5255 srgb } def +1760.20 167.83 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1784.11 167.83 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1808.03 167.83 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1831.94 167.83 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1855.86 167.83 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1879.77 167.83 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1903.68 167.83 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1927.60 167.83 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +1951.51 167.83 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1975.43 167.83 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1999.34 167.83 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2023.25 167.83 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2047.17 167.83 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2071.08 167.83 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +2095.00 167.83 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +2118.91 167.83 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +2142.82 167.83 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1688.46 191.74 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +1712.37 191.74 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1736.29 191.74 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1760.20 191.74 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1784.11 191.74 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1808.03 191.74 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1831.94 191.74 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1855.86 191.74 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1879.77 191.74 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1903.68 191.74 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1927.60 191.74 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1951.51 191.74 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1975.43 191.74 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1999.34 191.74 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2023.25 191.74 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +2047.17 191.74 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +2071.08 191.74 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2095.00 191.74 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2118.91 191.74 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +2142.82 191.74 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1688.46 215.66 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1712.37 215.66 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1736.29 215.66 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1760.20 215.66 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1784.11 215.66 23.91 23.91 r p3 +/bg { 1 0.5294 0.4039 srgb } def +1808.03 215.66 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1831.94 215.66 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1855.86 215.66 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1879.77 215.66 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1903.68 215.66 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1927.60 215.66 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1951.51 215.66 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1975.43 215.66 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1999.34 215.66 23.91 23.91 r p3 +2023.25 215.66 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2047.17 215.66 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +2071.08 215.66 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2095.00 215.66 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +2118.91 215.66 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +2142.82 215.66 23.91 23.91 r p3 +/bg { 1 0.9686 0.9608 srgb } def +1688.46 239.57 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1712.37 239.57 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1736.29 239.57 23.91 23.91 r p3 +/bg { 0.9529 0.9176 1 srgb } def +1760.20 239.57 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1784.11 239.57 23.91 23.91 r p3 +/bg { 1 0.6039 0.4863 srgb } def +1808.03 239.57 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1831.94 239.57 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1855.86 239.57 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1879.77 239.57 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1903.68 239.57 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1927.60 239.57 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1951.51 239.57 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1975.43 239.57 23.91 23.91 r p3 +1999.34 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2023.25 239.57 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2047.17 239.57 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2071.08 239.57 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2095.00 239.57 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +2118.91 239.57 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +2142.82 239.57 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1688.46 263.49 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1712.37 263.49 23.91 23.91 r p3 +/bg { 1 0.8196 0.7569 srgb } def +1736.29 263.49 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1760.20 263.49 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1784.11 263.49 23.91 23.91 r p3 +/bg { 1 0.6824 0.5843 srgb } def +1808.03 263.49 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +1831.94 263.49 23.91 23.91 r p3 +/bg { 1 0.7059 0.6118 srgb } def +1855.86 263.49 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1879.77 263.49 23.91 23.91 r p3 +/bg { 1 0.4235 0.2941 srgb } def +1903.68 263.49 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1927.60 263.49 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1951.51 263.49 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1975.43 263.49 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1999.34 263.49 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +2023.25 263.49 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2047.17 263.49 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +2071.08 263.49 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2095.00 263.49 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +2118.91 263.49 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2142.82 263.49 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1688.46 287.40 23.91 23.91 r p3 +/bg { 1 0.7608 0.6784 srgb } def +1712.37 287.40 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1736.29 287.40 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1760.20 287.40 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +1784.11 287.40 23.91 23.91 r p3 +/bg { 1 0.6196 0.5059 srgb } def +1808.03 287.40 23.91 23.91 r p3 +/bg { 1 0.6588 0.5529 srgb } def +1831.94 287.40 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1855.86 287.40 23.91 23.91 r p3 +/bg { 1 0.4235 0.2941 srgb } def +1879.77 287.40 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1903.68 287.40 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1927.60 287.40 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1951.51 287.40 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1975.43 287.40 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1999.34 287.40 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +2023.25 287.40 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2047.17 287.40 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +2071.08 287.40 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2095.00 287.40 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +2118.91 287.40 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2142.82 287.40 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1688.46 311.31 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1712.37 311.31 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1736.29 311.31 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1760.20 311.31 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1784.11 311.31 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1808.03 311.31 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1831.94 311.31 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1855.86 311.31 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1879.77 311.31 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1903.68 311.31 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1927.60 311.31 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1951.51 311.31 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1975.43 311.31 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1999.34 311.31 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +2023.25 311.31 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +2047.17 311.31 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2071.08 311.31 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2095.00 311.31 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2118.91 311.31 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +2142.82 311.31 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1688.46 335.23 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1712.37 335.23 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1736.29 335.23 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1760.20 335.23 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +1784.11 335.23 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1808.03 335.23 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1831.94 335.23 23.91 23.91 r p3 +/bg { 0.8196 0.7059 1 srgb } def +1855.86 335.23 23.91 23.91 r p3 +1879.77 335.23 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1903.68 335.23 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +1927.60 335.23 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1951.51 335.23 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1975.43 335.23 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1999.34 335.23 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +2023.25 335.23 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +2047.17 335.23 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +2071.08 335.23 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2095.00 335.23 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +2118.91 335.23 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2142.82 335.23 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1688.46 359.14 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1712.37 359.14 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1736.29 359.14 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1760.20 359.14 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1784.11 359.14 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1808.03 359.14 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1831.94 359.14 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1855.86 359.14 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1879.77 359.14 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1903.68 359.14 23.91 23.91 r p3 +/bg { 1 0.6667 0.5647 srgb } def +1927.60 359.14 23.91 23.91 r p3 +/bg { 1 0.6431 0.5333 srgb } def +1951.51 359.14 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1975.43 359.14 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1999.34 359.14 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +2023.25 359.14 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +2047.17 359.14 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +2071.08 359.14 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +2095.00 359.14 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +2118.91 359.14 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +2142.82 359.14 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1688.46 383.06 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1712.37 383.06 23.91 23.91 r p3 +/bg { 0.8275 0.7176 1 srgb } def +1736.29 383.06 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1760.20 383.06 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1784.11 383.06 23.91 23.91 r p3 +/bg { 0.8902 0.8157 1 srgb } def +1808.03 383.06 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1831.94 383.06 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1855.86 383.06 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1879.77 383.06 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1903.68 383.06 23.91 23.91 r p3 +/bg { 1 0.8039 0.7373 srgb } def +1927.60 383.06 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +1951.51 383.06 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +1975.43 383.06 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +1999.34 383.06 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2023.25 383.06 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +2047.17 383.06 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2071.08 383.06 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +2095.00 383.06 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2118.91 383.06 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +2142.82 383.06 23.91 23.91 r p3 +/bg { 0.7647 0.6275 1 srgb } def +1688.46 406.97 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1712.37 406.97 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1736.29 406.97 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1760.20 406.97 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1784.11 406.97 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1808.03 406.97 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1831.94 406.97 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 406.97 23.91 23.91 r p3 +1879.77 406.97 23.91 23.91 r p3 +/bg { 0.7882 0.6627 1 srgb } def +1903.68 406.97 23.91 23.91 r p3 +/bg { 1 0.9020 0.8667 srgb } def +1927.60 406.97 23.91 23.91 r p3 +/bg { 1 0.7373 0.6510 srgb } def +1951.51 406.97 23.91 23.91 r p3 +/bg { 1 0.7765 0.6980 srgb } def +1975.43 406.97 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +1999.34 406.97 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2023.25 406.97 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2047.17 406.97 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2071.08 406.97 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +2095.00 406.97 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +2118.91 406.97 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2142.82 406.97 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1688.46 430.89 23.91 23.91 r p3 +/bg { 0.8745 0.7882 1 srgb } def +1712.37 430.89 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1736.29 430.89 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1760.20 430.89 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1784.11 430.89 23.91 23.91 r p3 +/bg { 0.7765 0.6431 1 srgb } def +1808.03 430.89 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1831.94 430.89 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1855.86 430.89 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1879.77 430.89 23.91 23.91 r p3 +1903.68 430.89 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1927.60 430.89 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1951.51 430.89 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1975.43 430.89 23.91 23.91 r p3 +/bg { 0.9412 0.8980 1 srgb } def +1999.34 430.89 23.91 23.91 r p3 +/bg { 1 0.9843 0.9804 srgb } def +2023.25 430.89 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2047.17 430.89 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2071.08 430.89 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2095.00 430.89 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2118.91 430.89 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2142.82 430.89 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1688.46 454.80 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1712.37 454.80 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1736.29 454.80 23.91 23.91 r p3 +/bg { 0.8980 0.8235 1 srgb } def +1760.20 454.80 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1784.11 454.80 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1808.03 454.80 23.91 23.91 r p3 +/bg { 0.9961 0.9922 1 srgb } def +1831.94 454.80 23.91 23.91 r p3 +/bg { 0.8627 0.7686 1 srgb } def +1855.86 454.80 23.91 23.91 r p3 +/bg { 0.8314 0.7255 1 srgb } def +1879.77 454.80 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1903.68 454.80 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1927.60 454.80 23.91 23.91 r p3 +/bg { 0.9647 0.9333 1 srgb } def +1951.51 454.80 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1975.43 454.80 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1999.34 454.80 23.91 23.91 r p3 +/bg { 1 0.9176 0.8863 srgb } def +2023.25 454.80 23.91 23.91 r p3 +/bg { 1 0.8745 0.8275 srgb } def +2047.17 454.80 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2071.08 454.80 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2095.00 454.80 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2118.91 454.80 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2142.82 454.80 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1688.46 478.71 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1712.37 478.71 23.91 23.91 r p3 +/bg { 0.8157 0.6980 1 srgb } def +1736.29 478.71 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1760.20 478.71 23.91 23.91 r p3 +/bg { 0.8784 0.7961 1 srgb } def +1784.11 478.71 23.91 23.91 r p3 +/bg { 0.9020 0.8353 1 srgb } def +1808.03 478.71 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +1831.94 478.71 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1855.86 478.71 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1879.77 478.71 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1903.68 478.71 23.91 23.91 r p3 +/bg { 1 0.9490 0.9294 srgb } def +1927.60 478.71 23.91 23.91 r p3 +/bg { 0.9255 0.8706 1 srgb } def +1951.51 478.71 23.91 23.91 r p3 +/bg { 0.9686 0.9451 1 srgb } def +1975.43 478.71 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1999.34 478.71 23.91 23.91 r p3 +/bg { 0.9490 0.9059 1 srgb } def +2023.25 478.71 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +2047.17 478.71 23.91 23.91 r p3 +/bg { 1 0.8275 0.7686 srgb } def +2071.08 478.71 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2095.00 478.71 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2118.91 478.71 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2142.82 478.71 23.91 23.91 r p3 +/bg { 0.8392 0.7333 1 srgb } def +1688.46 502.63 23.91 23.91 r p3 +/bg { 0.7216 0.5725 1 srgb } def +1712.37 502.63 23.91 23.91 r p3 +/bg { 0.7412 0.6000 1 srgb } def +1736.29 502.63 23.91 23.91 r p3 +/bg { 0.8863 0.8078 1 srgb } def +1760.20 502.63 23.91 23.91 r p3 +/bg { 0.8431 0.7451 1 srgb } def +1784.11 502.63 23.91 23.91 r p3 +/bg { 0.8667 0.7804 1 srgb } def +1808.03 502.63 23.91 23.91 r p3 +/bg { 0.9804 0.9647 1 srgb } def +1831.94 502.63 23.91 23.91 r p3 +/bg { 0.8549 0.7608 1 srgb } def +1855.86 502.63 23.91 23.91 r p3 +/bg { 0.7843 0.6549 1 srgb } def +1879.77 502.63 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1903.68 502.63 23.91 23.91 r p3 +/bg { 0.9843 0.9725 1 srgb } def +1927.60 502.63 23.91 23.91 r p3 +/bg { 0.9569 0.9255 1 srgb } def +1951.51 502.63 23.91 23.91 r p3 +/bg { 0.9882 0.9804 1 srgb } def +1975.43 502.63 23.91 23.91 r p3 +/bg { 1 0.9922 0.9882 srgb } def +1999.34 502.63 23.91 23.91 r p3 +2023.25 502.63 23.91 23.91 r p3 +/bg { 1 0.8431 0.7882 srgb } def +2047.17 502.63 23.91 23.91 r p3 +/bg { 1 0.7216 0.6314 srgb } def +2071.08 502.63 23.91 23.91 r p3 +/bg { 1 0.6980 0.6000 srgb } def +2095.00 502.63 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2118.91 502.63 23.91 23.91 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2142.82 502.63 23.91 23.91 r p3 +/bg { 0.8000 0.6784 1 srgb } def +1688.46 526.54 23.91 23.91 r p3 +/bg { 0.7294 0.5804 1 srgb } def +1712.37 526.54 23.91 23.91 r p3 +/bg { 0.7686 0.6353 1 srgb } def +1736.29 526.54 23.91 23.91 r p3 +/bg { 0.8078 0.6902 1 srgb } def +1760.20 526.54 23.91 23.91 r p3 +/bg { 0.8510 0.7529 1 srgb } def +1784.11 526.54 23.91 23.91 r p3 +/bg { 0.9725 0.9529 1 srgb } def +1808.03 526.54 23.91 23.91 r p3 +/bg { 1 0.9255 0.8980 srgb } def +1831.94 526.54 23.91 23.91 r p3 +/bg { 0.9373 0.8902 1 srgb } def +1855.86 526.54 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1879.77 526.54 23.91 23.91 r p3 +/bg { 0.9098 0.8431 1 srgb } def +1903.68 526.54 23.91 23.91 r p3 +/bg { 0.9137 0.8510 1 srgb } def +1927.60 526.54 23.91 23.91 r p3 +/bg { 0.9216 0.8627 1 srgb } def +1951.51 526.54 23.91 23.91 r p3 +/bg { 0.9294 0.8784 1 srgb } def +1975.43 526.54 23.91 23.91 r p3 +/bg { 1 0.9765 0.9686 srgb } def +1999.34 526.54 23.91 23.91 r p3 +/bg { 1 0.9333 0.9098 srgb } def +2023.25 526.54 23.91 23.91 r p3 +/bg { 1 0.9569 0.9373 srgb } def +2047.17 526.54 23.91 23.91 r p3 +/bg { 1 0.7529 0.6706 srgb } def +2071.08 526.54 23.91 23.91 r p3 +/bg { 1 0.7294 0.6392 srgb } def +2095.00 526.54 23.91 23.91 r p3 +/bg { 1 0.6275 0.5176 srgb } def +2118.91 526.54 23.91 23.91 r p3 +/bg { 1 0 0 srgb } def +2142.82 526.54 23.91 23.91 r p3 +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1681.13 79.82 (Batch1_B_8) 1 0 t +1681.13 103.74 (Batch1_B_6) 1 0 t +1681.13 127.65 (Batch1_B_9) 1 0 t +1681.13 151.57 (Batch1_B_10) 1 0 t +1681.13 175.48 (Batch1_B_7) 1 0 t +1681.13 199.39 (Batch1_D_18) 1 0 t +1681.13 223.31 (Batch1_D_19) 1 0 t +1681.13 247.22 (Batch1_D_20) 1 0 t +1681.13 271.14 (Batch1_D_16) 1 0 t +1681.13 295.05 (Batch1_D_17) 1 0 t +1681.13 318.96 (Batch1_A_3) 1 0 t +1681.13 342.88 (Batch1_A_2) 1 0 t +1681.13 366.79 (Batch1_A_5) 1 0 t +1681.13 390.71 (Batch1_A_1) 1 0 t +1681.13 414.62 (Batch1_A_4) 1 0 t +1681.13 438.53 (Batch1_C_11) 1 0 t +1681.13 462.45 (Batch1_C_14) 1 0 t +1681.13 486.36 (Batch1_C_13) 1 0 t +1681.13 510.28 (Batch1_C_12) 1 0 t +1681.13 534.19 (Batch1_C_15) 1 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 12 s +0.3020 0.3020 0.3020 srgb +1706.51 58.76 (Batch1_B_8) 1 45.00 t +1730.42 58.76 (Batch1_B_6) 1 45.00 t +1754.33 58.76 (Batch1_B_9) 1 45.00 t +1778.25 58.76 (Batch1_B_10) 1 45.00 t +1802.16 58.76 (Batch1_B_7) 1 45.00 t +1826.08 58.76 (Batch1_D_18) 1 45.00 t +1849.99 58.76 (Batch1_D_19) 1 45.00 t +1873.91 58.76 (Batch1_D_20) 1 45.00 t +1897.82 58.76 (Batch1_D_16) 1 45.00 t +1921.73 58.76 (Batch1_D_17) 1 45.00 t +1945.65 58.76 (Batch1_A_3) 1 45.00 t +1969.56 58.76 (Batch1_A_2) 1 45.00 t +1993.48 58.76 (Batch1_A_5) 1 45.00 t +2017.39 58.76 (Batch1_A_1) 1 45.00 t +2041.30 58.76 (Batch1_A_4) 1 45.00 t +2065.22 58.76 (Batch1_C_11) 1 45.00 t +2089.13 58.76 (Batch1_C_14) 1 45.00 t +2113.05 58.76 (Batch1_C_13) 1 45.00 t +2136.96 58.76 (Batch1_C_12) 1 45.00 t +2160.87 58.76 (Batch1_C_15) 1 45.00 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +gsave +2185.57 260.22 translate +17.28 86.40 scale +8 dict dup begin + /ImageType 1 def + /Width 17 def + /Height 86 def + /BitsPerComponent 8 def + /Decode [0 1 0 1 0 1] def + /DataSource currentfile /ASCIIHexDecode filter def + /ImageMatrix [17 0 0 -86 0 86] def +end +image +ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff0000ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff1708ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff2611ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3118ff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff3a1fff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4225ff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff4a2bff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5031ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5736ff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff5d3cff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6341ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6947ff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff6e4cff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7452ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7957ff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff7e5dff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8362ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8868ff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff8d6dff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9273ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9679ff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7eff9c7effa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa083ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa589ffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffa98fffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffae94ffb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb29affb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffb7a0ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffbca5ffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc0abffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffc5b1ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcab7ffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffcebdffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd3c3ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffd7c9ffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffdccfffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe0d5ffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe5dbffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffe9e1ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7ffeee7fff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff2edfff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fff6f3fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffbf9fffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffffefffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fffcf9fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff9f4fff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff6eefff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9fff3e9ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffefe3ffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffecdeffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe9d8ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe6d3ffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffe2ceffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdfc8ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffdbc3ffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd8beffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd4b8ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffd0b3ffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffccadffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc9a8ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc5a3ffc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effc19effbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffbd98ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb993ffb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb58effb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffb189ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffac83ffa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa87effa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ffa378ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9f73ff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9a6eff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9568ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff9063ff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8a5eff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff8558ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff7f53ff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff794dff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff7347ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff6c41ff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff653bff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff5d35ff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff552fff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4c28ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff4121ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff3418ff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff210dff> +grestore +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 9 s +0 0 0 srgb +2208.33 257.13 (-1.0) 0 0 t +2208.33 278.66 (-0.5) 0 0 t +2208.33 300.19 (0.0) 0 0 t +2208.33 321.71 (0.5) 0 0 t +2208.33 343.24 (1.0) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 11 s +0 0 0 srgb +2185.57 353.31 (Corr) 0 0 t +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +1 1 1 srgb +0.38 setlinewidth +[] 0 setdash +0 setlinecap +1 setlinejoin +10.00 setmiterlimit +np +2185.57 260.36 m +3.45 0 l +o +np +2185.57 281.89 m +3.45 0 l +o +np +2185.57 303.42 m +3.45 0 l +o +np +2185.57 324.94 m +3.45 0 l +o +np +2185.57 346.47 m +3.45 0 l +o +np +2199.39 260.36 m +3.46 0 l +o +np +2199.39 281.89 m +3.46 0 l +o +np +2199.39 303.42 m +3.46 0 l +o +np +2199.39 324.94 m +3.46 0 l +o +np +2199.39 346.47 m +3.46 0 l +o +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +/Font1 findfont 13 s +0 0 0 srgb +1686.07 561.19 (P) 0 ta +-0.650 (earson Correlation of T) tb +-1.560 (r) tb +-0.130 (ansf) tb +-0.390 (or) tb +0.325 (med Data) tb gr +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +0.00 0.00 2880.00 576.00 cl +ep +%%Trailer +%%Pages: 1 +%%EOF diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..c0ba93fd37971694c4408e1104bf76617b48e842 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..23e913a42463790528f58e30fd326f4fbbe29cf2 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_barplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..c5afed1ae9c7233475d0e19d7493c60b4af514ee Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ad0de3417efe7f067d446e6221065cc4ec739c6c Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/ORA_dotplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/msea_ora_result.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/msea_ora_result.csv new file mode 100644 index 0000000000000000000000000000000000000000..207334a914e805f1af9a091d4ba1069cc202759a --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/msea_ora_result.csv @@ -0,0 +1,6 @@ +"","total","expected","hits","Raw p","Holm p","FDR" +"Nicotinate and nicotinamide metabolism",15,0.0993,2,0.00396,0.312,0.312 +"Glycerolipid metabolism",16,0.106,1,0.101,1,1 +"Cysteine and methionine metabolism",33,0.218,1,0.199,1,1 +"Glycerophospholipid metabolism",36,0.238,1,0.215,1,1 +"Arginine and proline metabolism",38,0.251,1,0.225,1,1 diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/name_map.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/name_map.csv new file mode 100644 index 0000000000000000000000000000000000000000..4baa866af8ab6b4c0f4c3e9200fee961e3d1ed3b --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_ORA/name_map.csv @@ -0,0 +1,11 @@ +"Query","Match","PubChem","KEGG","SMILES","Comment" +"HMDB0000126","Glycerol 3-phosphate","439162","C00093","C([C@H](COP(=O)(O)O)O)O","1" +"HMDB0000791","L-Octanoylcarnitine","11953814","C02838","CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000855","Nicotinamide riboside","439924","C03150","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O)C(=O)N","1" +"HMDB0001185","S-Adenosylmethionine","16757548","C00019","C[S+](CC[C@H](C(=O)O)N)C[C@@H]1[C@H]([C@H]([C@@H](O1)N2C=NC3=C2N=CN=C3N)O)O","1" +"HMDB0001406","Niacinamide","936","C00153","C1=CC(=CN=C1)C(=O)N","1" +"HMDB0002117","Oleamide","5283387","C19670","CCCCCCCC/C=C\CCCCCCCC(=O)N","1" +"HMDB0013207","9-Hexadecenoylcarnitine","53481653",NA,"CCCCCC/C=C\CCCCCCCC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C","1" +"HMDB0013286","N-Undecanoylglycine","454092",NA,"CCCCCCCCCCC(=O)NCC(=O)O","1" +"HMDB0028933","Leucyl-Leucine","76807","C11332","CC(C)CC(N)C(=O)NC(CC(C)C)C(O)=O","1" +"HMDB0028942","Leucyl-Valine","6993116",NA,"CC(C)CC(N)C(=O)NC(C(C)C)C(O)=O","1" diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..1ee8e55c14f955b4bf61f81658dad9aafd481ea8 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..2612351d4968d992fd39a76c4bd47682ee33395b Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_barplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..08d64b163bc8281c0fb8a725822b24af16acb5cb Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d3f0cb321ae7791fff2db2a3ff12429c4b99cb21 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/QEA_dotplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/msea_qea_result.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/msea_qea_result.csv new file mode 100644 index 0000000000000000000000000000000000000000..3dc3d1f87f3b8a4d36dbf7740ed98e048cfd12ba --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/msea_qea_result.csv @@ -0,0 +1,30 @@ +"","Total Cmpd","Hits","Statistic Q","Expected Q","Raw p","Holm p","FDR" +"Nicotinate and nicotinamide metabolism",15,3,96.592,11.111,1.0121e-09,2.9352e-08,2.9352e-08 +"Taurine and hypotaurine metabolism",8,2,86.284,11.111,5.1704e-07,1.4477e-05,7.4971e-06 +"Glycerophospholipid metabolism",36,3,82.259,11.111,6.2103e-06,0.00016768,6.0033e-05 +"Primary bile acid biosynthesis",46,1,91.808,11.111,1.2743e-05,0.00033132,7.9202e-05 +"Purine metabolism",65,11,38.868,11.111,1.3656e-05,0.00034139,7.9202e-05 +"D-Glutamine and D-glutamate metabolism",6,2,89.212,11.111,3.8745e-05,0.00092988,0.00016051 +"Nitrogen metabolism",6,1,89.212,11.111,3.8745e-05,0.00092988,0.00016051 +"Cysteine and methionine metabolism",33,3,62.948,11.111,0.00012324,0.0027114,0.00044676 +"Arginine and proline metabolism",38,3,58.215,11.111,0.00028817,0.0060517,0.00092856 +"Glycine, serine and threonine metabolism",33,4,55.725,11.111,0.00044821,0.0089641,0.0012998 +"Alanine, aspartate and glutamate metabolism",28,2,63.66,11.111,0.00062398,0.011856,0.001645 +"Pyrimidine metabolism",39,5,50.041,11.111,0.0018241,0.032834,0.0044082 +"Pentose phosphate pathway",22,3,55.024,11.111,0.0035553,0.060439,0.0070791 +"Fructose and mannose metabolism",20,1,67.265,11.111,0.0036616,0.060439,0.0070791 +"Inositol phosphate metabolism",30,1,67.265,11.111,0.0036616,0.060439,0.0070791 +"Fatty acid degradation",39,2,56.998,11.111,0.0046295,0.064814,0.008391 +"Glycolysis / Gluconeogenesis",26,2,48.664,11.111,0.0070477,0.09162,0.012023 +"Glycerolipid metabolism",16,1,53.712,11.111,0.015897,0.19077,0.025613 +"Fatty acid elongation",39,1,44.666,11.111,0.034646,0.38111,0.052881 +"Biosynthesis of unsaturated fatty acids",36,3,29.121,11.111,0.056963,0.56963,0.082597 +"Fatty acid biosynthesis",47,3,24.255,11.111,0.094875,0.85388,0.13102 +"Glyoxylate and dicarboxylate metabolism",32,2,24.851,11.111,0.1302,1,0.17163 +"Aminoacyl-tRNA biosynthesis",48,4,18.271,11.111,0.19339,1,0.24384 +"Sphingolipid metabolism",21,2,18.038,11.111,0.21642,1,0.26151 +"Arginine biosynthesis",14,2,15.167,11.111,0.26254,1,0.30455 +"beta-Alanine metabolism",21,1,11.111,11.111,0.34659,1,0.3681 +"Pantothenate and CoA biosynthesis",19,1,11.111,11.111,0.34659,1,0.3681 +"Glutathione metabolism",28,1,10.734,11.111,0.3554,1,0.3681 +"Pyruvate metabolism",22,1,0.058249,11.111,0.94724,1,0.94724 diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/name_map.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/name_map.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a3f78bbe25d1f921159f8d61d788e74ec2a8998 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_B/name_map.csv @@ -0,0 +1,146 @@ +"Query","Match","PubChem","KEGG","SMILES","Comment" +"C01152","NA","NA","NA","NA","0" +"HMDB0000043","Betaine","247","C00719","C[N+](C)(C)CC(=O)[O-]","1" +"HMDB0000045","Adenosine monophosphate","6083","C00020","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)COP(=O)(O)O)O)O","1" +"HMDB0000050","Adenosine","60961","C00212","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000064","Creatine","586","C00300","CN(CC(=O)O)C(=N)N","1" +"HMDB0000089","Cytidine","6253","C00475","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000095","Cytidine monophosphate","8117","C00055","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000097","Choline","305","C00114","C[N+](C)(C)CCO","1" +"HMDB0000126","Glycerol 3-phosphate","439162","C00093","C([C@H](COP(=O)(O)O)O)O","1" +"HMDB0000132","Guanine","764","C00242","C1=NC2=C(N1)C(=O)N=C(N2)N","1" +"HMDB0000133","Guanosine","6802","C00387","C1=NC2=C(N1[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O)NC(=NC2=O)N","1" +"HMDB0000157","Hypoxanthine","790","C00262","C1=NC2=C(N1)C(=O)N=CN2","1" +"HMDB0000161","L-Alanine","5950","C00041","C[C@@H](C(=O)O)N","1" +"HMDB0000168","L-Asparagine","6267","C00152","C([C@@H](C(=O)O)N)C(=O)N","1" +"HMDB0000187","L-Serine","5951","C00065","C([C@@H](C(=O)O)N)O","1" +"HMDB0000190","L-Lactic acid","61503","C00186","C[C@@H](C(=O)O)O","1" +"HMDB0000195","Inosine","6021","C00294","C1=NC(=O)C2=C(N1)N(C=N2)[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000214","Ornithine","6262","C00077","C(C[C@@H](C(=O)O)N)CN","1" +"HMDB0000220","Palmitic acid","985","C00249","CCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000222","L-Palmitoylcarnitine","11953816","C02990","CCCCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000251","Taurine","1123","C00245","C(CS(=O)(=O)O)N","1" +"HMDB0000262","Thymine","1135","C00178","CC1=CNC(=O)NC1=O","1" +"HMDB0000269","Sphinganine","91486","C00836","CCCCCCCCCCCCCCC[C@H]([C@H](CO)N)O","1" +"HMDB0000273","Thymidine","5789","C00214","CC1=CN(C(=O)NC1=O)[C@H]2C[C@@H]([C@H](O2)CO)O","1" +"HMDB0000283","D-Ribose","5779","C00121","C([C@@H]1[C@H]([C@H](C(O1)O)O)O)O","1" +"HMDB0000288","Uridine 5'-monophosphate","6030","C00105","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000292","Xanthine","1188","C00385","C1=NC2=C(N1)C(=O)NC(=O)N2","1" +"HMDB0000296","Uridine","6029","C00299","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000300","Uracil","1174","C00106","C1=CNC(=O)NC1=O","1" +"HMDB0000462","Allantoin","204","C01551","C1(C(=O)NC(=O)N1)NC(=O)N","1" +"HMDB0000482","Caprylic acid","379","C06423","CCCCCCCC(=O)O","1" +"HMDB0000562","Creatinine","588","C00791","CN1CC(=O)N=C1N","1" +"HMDB0000564","PC(16:0/16:0)","452110","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0000606","D-2-Hydroxyglutaric acid","439391","C01087","C(CC(=O)O)[C@H](C(=O)O)O","1" +"HMDB0000638","Dodecanoic acid","3893","C02679","CCCCCCCCCCCC(=O)O","1" +"HMDB0000641","L-Glutamine","5961","C00064","C(CC(=O)N)[C@@H](C(=O)O)N","1" +"HMDB0000670","Homo-L-arginine","9085","C01924","C(CCN=C(N)N)C[C@@H](C(=O)O)N","1" +"HMDB0000696","L-Methionine","6137","C00073","CSCC[C@@H](C(=O)O)N","1" +"HMDB0000705","Hexanoylcarnitine","6426853",NA,"CCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000759","Glycylleucine","92843","C02155","CC(C)C[C@@H](C(=O)O)NC(=O)CN","1" +"HMDB0000791","L-Octanoylcarnitine","11953814","C02838","CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000806","Myristic acid","11005","C06424","CCCCCCCCCCCCCC(=O)O","1" +"HMDB0000827","Stearic acid","5281","C01530","CCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000848","Stearoylcarnitine","52922056",NA,"CCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000855","Nicotinamide riboside","439924","C03150","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O)C(=O)N","1" +"HMDB0000875","Trigonelline","5570","C01004","C[N+]1=CC=CC(=C1)C(=O)[O-]","1" +"HMDB0000897","7-Methylguanine","11361","C02242","CN1C=NC2=C1C(=O)N=C(N2)N","1" +"HMDB0000902","NAD","5893","C00003","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OC[C@@H]3[C@H]([C@H]([C@@H](O3)N4C=NC5=C4N=CN=C5N)O)O)O)O)C(=O)N","1" +"HMDB0000965","Hypotaurine","107812","C00519","C(CS(=O)O)N","1" +"HMDB0001112","D-Glyceraldehyde 3-phosphate","729","C00118","C(C(C=O)O)OP(=O)(O)O","1" +"HMDB0001178","Adenosine diphosphate ribose","33576","C00301","C1=NC2=C(C(=N1)N)N=CN2C3C(C(C(O3)COP(=O)(O)OP(=O)(O)OCC4C(C(C(O4)O)O)O)O)O","1" +"HMDB0001185","S-Adenosylmethionine","16757548","C00019","C[S+](CC[C@H](C(=O)O)N)C[C@@H]1[C@H]([C@H]([C@@H](O1)N2C=NC3=C2N=CN=C3N)O)O","1" +"HMDB0001265","Fucose 1-phosphate","439871","C02985","C[C@H]1[C@H]([C@H]([C@@H](C(O1)OP(=O)(O)O)O)O)O","1" +"HMDB0001316","6-Phosphogluconic acid","91493","C00345","C([C@H]([C@H]([C@@H]([C@H](C(=O)O)O)O)O)O)OP(=O)(O)O","1" +"HMDB0001348","SM(d18:1/18:0)","5283588","C00550","CCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0001352","Hydroxypyruvic acid","964","C00168","C(C(=O)C(=O)O)O","1" +"HMDB0001406","Niacinamide","936","C00153","C1=CC(=CN=C1)C(=O)N","1" +"HMDB0001458","Biotin amide","439597","C01893","C1[C@@H]2[C@H]([C@H](S1)CCCCC(=O)N)NC(=O)N2","1" +"HMDB0001473","Dihydroxyacetone phosphate","668","C00111","C(C(=O)COP(=O)(O)O)O","1" +"HMDB0001564","CDP-Ethanolamine","123727","C00570","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OCCN)O)O","1" +"HMDB0001991","7-Methylxanthine","68374","C16353","CN1C=NC2=C1C(=O)NC(=O)N2","1" +"HMDB0002013","Butyrylcarnitine","439829","C02862","CCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002117","Oleamide","5283387","C19670","CCCCCCCC/C=C\CCCCCCCC(=O)N","1" +"HMDB0002212","Arachidic acid","10467","C06425","CCCCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0002250","Dodecanoylcarnitine","168381",NA,"CCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002815","LysoPC(18:1(9Z))","16081932","C04230","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0003224","Deoxyribose","22833604","C01801","C1[C@H]([C@@H](O[C@@H]1O)CO)O","1" +"HMDB0003229","Palmitoleic acid","5312427","C08362","CCCCCC/C=C\CCCCCCCC(=O)O","1" +"HMDB0003357","N-Acetylornithine","439232","C00437","CC(=O)N[C@@H](CCCN)C(=O)O","1" +"HMDB0004825","p-Octopamine","440266","C04227","C1=CC(=CC=C1[C@H](CN)O)O","1" +"HMDB0005065","Oleoylcarnitine","46907933",NA,"CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0005066","Tetradecanoylcarnitine","53477791",NA,"CCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006210","Heptadecanoyl carnitine","53477803",NA,"CCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006460","Arachidyl carnitine","53477833",NA,"CCCCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0007906","PC(14:1(9Z)/18:1(9Z))","52922262","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0007971","PC(16:0/18:1(11Z))","24778688","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008001","PC(16:1(9Z)/16:0)","52922440","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008016","PC(16:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478681","C00157","CCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008049","PC(18:0/20:4(8Z,11Z,14Z,17Z))","53478701","C00157","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008069","PC(18:1(11Z)/18:0)","24778894","C00157","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008103","PC(18:1(9Z)/18:1(11Z))","53478765","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008115","PC(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478767","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008133","PC(18:2(9Z,12Z)/16:0)","24778972","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008252","PC(18:4(6Z,9Z,12Z,15Z)/22:4(7Z,10Z,13Z,16Z))","52922937","C00157","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008280","PC(20:0/20:4(8Z,11Z,14Z,17Z))","53478881","C00157","CCCCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008376","PC(20:3(5Z,8Z,11Z)/20:3(5Z,8Z,11Z))","53478973","C00157","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCC/C=C\C/C=C\C/C=C\CCCCCCCC","1" +"HMDB0008462","PC(20:4(8Z,11Z,14Z,17Z)/16:0)","53479063","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008599","PC(22:2(13Z,16Z)/18:3(6Z,9Z,12Z))","52923575","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCC/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0008616","PC(22:2(13Z,16Z)/22:6(4Z,7Z,10Z,13Z,16Z,19Z))","52923607","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CC/C=C\C/C=C\C/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008923","PE(16:0/16:0)","445468","C00350","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0008960","PE(16:1(9Z)/18:1(9Z))","52924918","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)(O)OCCN","1" +"HMDB0008990","PE(18:0/16:1(9Z))","52924905","C00350","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCC/C=C\CCCCCC","1" +"HMDB0009057","PE(18:1(9Z)/18:0)","9546755","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009058","PE(18:1(9Z)/18:1(11Z))","53479650","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0009064","PE(18:1(9Z)/20:0)","9546843","C00350","CCCCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009070","PE(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53479651","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009092","PE(18:2(9Z,12Z)/18:1(9Z))","52924364","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009098","PE(18:2(9Z,12Z)/20:1(11Z))","52924371","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009103","PE(18:2(9Z,12Z)/20:4(8Z,11Z,14Z,17Z))","53479663","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009192","PE(18:4(6Z,9Z,12Z,15Z)/18:2(9Z,12Z))","52924452","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009268","PE(20:1(11Z)/20:4(8Z,11Z,14Z,17Z))","53479720","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009333","PE(20:3(5Z,8Z,11Z)/20:4(5Z,8Z,11Z,14Z))","53479759","C00350","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCC/C=C\C/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0009420","PE(20:4(8Z,11Z,14Z,17Z)/18:0)","53479804","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009778","PI(16:0/16:0)","24779556","C00626","[H][C@@](COC(=O)CCCCCCCCCCCCCCC)(COP(O)(=O)O[C@H]1C(O)C(O)C(O)[C@@H](O)C1O)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0010169","SM(d18:1/16:0)","5283590","C00550","CCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0010382","LysoPC(16:0)","460602","C04230","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010384","LysoPC(18:0)","497299","C04230","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010386","LysoPC(18:2(9Z,12Z))","11005824","C04230","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010401","LysoPC(22:4(7Z,10Z,13Z,16Z))","52924039","C04230","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010717","3-Oxohexanoic acid","439658","C02122","CCCC(=O)CC(=O)O","1" +"HMDB0011130","LysoPE(18:0/0:0)","9547068","C21484","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011148","PC(18:1(9Z)e/2:0)","16759362","C04598","CCCCCCCC/C=C\CCCCCCCCOC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)C","1" +"HMDB0011503","LysoPE(16:0/0:0)","9547069",NA,"CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011505","LysoPE(18:1(11Z)/0:0)","53480949",NA,"CCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011518","LysoPE(20:4(8Z,11Z,14Z,17Z)/0:0)","53480952",NA,"CC/C=C\C/C=C\C/C=C\C/C=C\CCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0012097","SM(d18:1/14:0)","11433862",NA,"CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCCCCCCCC)O","1" +"HMDB0012101","SM(d18:1/18:1(9Z))","6443882","C00550","CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCC/C=C\CCCCCCCC)O","1" +"HMDB0012103","SM(d18:1/22:0)","44260125","C00550","CCCCCCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)([O-])OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0012108","LysoPC(17:0)","24779463","C04230","CCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0012398","PS(18:2(9Z,12Z)/16:0)","52925986",NA,"CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OC[C@@H](C(=O)O)N","1" +"HMDB0012402","PS(18:2(9Z,12Z)/18:2(9Z,12Z))","9547086",NA,"CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OC[C@@H](C(=O)O)N)OC(=O)CCCCCCC/C=C\C/C=C\CCCCC","1" +"HMDB0013207","9-Hexadecenoylcarnitine","53481653",NA,"CCCCCC/C=C\CCCCCCCC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C","1" +"HMDB0013286","N-Undecanoylglycine","454092",NA,"CCCCCCCCCCC(=O)NCC(=O)O","1" +"HMDB0013340","3-Hydroxy-9Z-octadecenoylcarnitine","53481699",NA,"CCCCCCCC/C=C\CCCCCC(CC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C)O","1" +"HMDB0028691","Alanyl-Leucine","96801",NA,"CC(C)CC(NC(=O)C(C)N)C(O)=O","1" +"HMDB0028699","Alanyl-Tyrosine","92946",NA,"CC(N)C(=O)NC(CC1=CC=C(O)C=C1)C(O)=O","1" +"HMDB0028702","Arginyl-Alanine","7020333",NA,"CC(NC(=O)C(N)CCCNC(N)=N)C(O)=O","1" +"HMDB0028815","Glutamylaspartic acid","99716",NA,"C(CC(=O)O)[C@@H](C(=O)N[C@@H](CC(=O)O)C(=O)O)N","1" +"HMDB0028933","Leucyl-Leucine","76807","C11332","CC(C)CC(N)C(=O)NC(CC(C)C)C(O)=O","1" +"HMDB0028942","Leucyl-Valine","6993116",NA,"CC(C)CC(N)C(=O)NC(C(C)C)C(O)=O","1" +"HMDB0029033","Serylarginine","9856515",NA,"NC(CO)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029055","Threoninyl-Arginine","9900215",NA,"CC(O)C(N)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029134","Valyl-Phenylalanine","6993120",NA,"CC(C)C(N)C(=O)NC(CC1=CC=CC=C1)C(O)=O","1" +"HMDB0060067","CMPciliatine","440754","C05673","NCCP(O)(=O)OP(O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O)N1C=CC(=N)N=C1O","1" +"HMDB0060244","Phosphodimethylethanolamine","151438","C13482","CN(C)CCOP(O)(O)=O","1" +"HMDB0060461","cis-Acetylacrylate","5281015","C07091","[H]\C(=C(/[H])C(O)=O)C(C)=O","1" +"HMDB0062164","NA","NA","NA","NA","0" +"HMDB0112289","NA","NA","NA","NA","0" +"HMDB0112415","NA","NA","NA","NA","0" +"HMDB0112430","NA","NA","NA","NA","0" +"HMDB0112433","NA","NA","NA","NA","0" +"HMDB0112608","NA","NA","NA","NA","0" +"HMDB0112770","NA","NA","NA","NA","0" +"HMDB0112797","NA","NA","NA","NA","0" +"HMDB0240602","NA","NA","NA","NA","0" diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..c22598c9f88b07119ca4018ab60ba11368859735 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..639296e2634d12ab799ecacef3efb96cb6d86702 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_barplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4edc2cddac146d6353537614e989df01cde0a6 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..34fe7065412629286a80c65c6dd11dbbfc7c3fa6 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/QEA_dotplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/msea_qea_result.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/msea_qea_result.csv new file mode 100644 index 0000000000000000000000000000000000000000..b682629d920abba1f0ad212817df1058672fa67f --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/msea_qea_result.csv @@ -0,0 +1,28 @@ +"","Total Cmpd","Hits","Statistic Q","Expected Q","Raw p","Holm p","FDR" +"Nicotinate and nicotinamide metabolism",15,2,95.808,11.111,2.4051e-07,6.4938e-06,6.4938e-06 +"Cysteine and methionine metabolism",33,3,55.076,11.111,0.00042439,0.011034,0.0057293 +"Fatty acid degradation",39,2,60.857,11.111,0.0052649,0.13162,0.03464 +"Fatty acid elongation",39,1,63.809,11.111,0.0055788,0.13389,0.03464 +"Alanine, aspartate and glutamate metabolism",28,2,54.393,11.111,0.0083989,0.19318,0.03464 +"Glycolysis / Gluconeogenesis",26,2,53.859,11.111,0.0087622,0.19318,0.03464 +"Fructose and mannose metabolism",20,1,55.712,11.111,0.013148,0.27611,0.03464 +"Inositol phosphate metabolism",30,1,55.712,11.111,0.013148,0.27611,0.03464 +"D-Glutamine and D-glutamate metabolism",6,2,54.2,11.111,0.015188,0.28857,0.03464 +"Nitrogen metabolism",6,1,54.2,11.111,0.015188,0.28857,0.03464 +"Pentose phosphate pathway",22,2,42.663,11.111,0.016176,0.28857,0.03464 +"Arginine and proline metabolism",38,3,35.852,11.111,0.016266,0.28857,0.03464 +"Fatty acid biosynthesis",47,3,35.617,11.111,0.016679,0.28857,0.03464 +"Pyruvate metabolism",22,1,50.274,11.111,0.021679,0.3035,0.041809 +"Biosynthesis of unsaturated fatty acids",36,3,38.889,11.111,0.042726,0.55544,0.076907 +"Purine metabolism",65,9,18.128,11.111,0.1291,1,0.21785 +"Taurine and hypotaurine metabolism",8,2,24.874,11.111,0.1378,1,0.21886 +"Aminoacyl-tRNA biosynthesis",48,4,21.881,11.111,0.1514,1,0.2271 +"Glycine, serine and threonine metabolism",33,3,19.703,11.111,0.18962,1,0.26392 +"Glyoxylate and dicarboxylate metabolism",32,2,19.044,11.111,0.20173,1,0.26392 +"Pyrimidine metabolism",39,3,17.563,11.111,0.20527,1,0.26392 +"Sphingolipid metabolism",21,2,16.698,11.111,0.24072,1,0.29543 +"Glycerolipid metabolism",16,1,2.6604,11.111,0.65255,1,0.73711 +"Glycerophospholipid metabolism",36,2,2.6756,11.111,0.65521,1,0.73711 +"Primary bile acid biosynthesis",46,1,1.5329,11.111,0.73328,1,0.76806 +"Arginine biosynthesis",14,2,1.9129,11.111,0.73962,1,0.76806 +"Glutathione metabolism",28,1,0.014701,11.111,0.97348,1,0.97348 diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/name_map.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/name_map.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a3f78bbe25d1f921159f8d61d788e74ec2a8998 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_C/name_map.csv @@ -0,0 +1,146 @@ +"Query","Match","PubChem","KEGG","SMILES","Comment" +"C01152","NA","NA","NA","NA","0" +"HMDB0000043","Betaine","247","C00719","C[N+](C)(C)CC(=O)[O-]","1" +"HMDB0000045","Adenosine monophosphate","6083","C00020","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)COP(=O)(O)O)O)O","1" +"HMDB0000050","Adenosine","60961","C00212","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000064","Creatine","586","C00300","CN(CC(=O)O)C(=N)N","1" +"HMDB0000089","Cytidine","6253","C00475","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000095","Cytidine monophosphate","8117","C00055","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000097","Choline","305","C00114","C[N+](C)(C)CCO","1" +"HMDB0000126","Glycerol 3-phosphate","439162","C00093","C([C@H](COP(=O)(O)O)O)O","1" +"HMDB0000132","Guanine","764","C00242","C1=NC2=C(N1)C(=O)N=C(N2)N","1" +"HMDB0000133","Guanosine","6802","C00387","C1=NC2=C(N1[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O)NC(=NC2=O)N","1" +"HMDB0000157","Hypoxanthine","790","C00262","C1=NC2=C(N1)C(=O)N=CN2","1" +"HMDB0000161","L-Alanine","5950","C00041","C[C@@H](C(=O)O)N","1" +"HMDB0000168","L-Asparagine","6267","C00152","C([C@@H](C(=O)O)N)C(=O)N","1" +"HMDB0000187","L-Serine","5951","C00065","C([C@@H](C(=O)O)N)O","1" +"HMDB0000190","L-Lactic acid","61503","C00186","C[C@@H](C(=O)O)O","1" +"HMDB0000195","Inosine","6021","C00294","C1=NC(=O)C2=C(N1)N(C=N2)[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000214","Ornithine","6262","C00077","C(C[C@@H](C(=O)O)N)CN","1" +"HMDB0000220","Palmitic acid","985","C00249","CCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000222","L-Palmitoylcarnitine","11953816","C02990","CCCCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000251","Taurine","1123","C00245","C(CS(=O)(=O)O)N","1" +"HMDB0000262","Thymine","1135","C00178","CC1=CNC(=O)NC1=O","1" +"HMDB0000269","Sphinganine","91486","C00836","CCCCCCCCCCCCCCC[C@H]([C@H](CO)N)O","1" +"HMDB0000273","Thymidine","5789","C00214","CC1=CN(C(=O)NC1=O)[C@H]2C[C@@H]([C@H](O2)CO)O","1" +"HMDB0000283","D-Ribose","5779","C00121","C([C@@H]1[C@H]([C@H](C(O1)O)O)O)O","1" +"HMDB0000288","Uridine 5'-monophosphate","6030","C00105","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000292","Xanthine","1188","C00385","C1=NC2=C(N1)C(=O)NC(=O)N2","1" +"HMDB0000296","Uridine","6029","C00299","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000300","Uracil","1174","C00106","C1=CNC(=O)NC1=O","1" +"HMDB0000462","Allantoin","204","C01551","C1(C(=O)NC(=O)N1)NC(=O)N","1" +"HMDB0000482","Caprylic acid","379","C06423","CCCCCCCC(=O)O","1" +"HMDB0000562","Creatinine","588","C00791","CN1CC(=O)N=C1N","1" +"HMDB0000564","PC(16:0/16:0)","452110","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0000606","D-2-Hydroxyglutaric acid","439391","C01087","C(CC(=O)O)[C@H](C(=O)O)O","1" +"HMDB0000638","Dodecanoic acid","3893","C02679","CCCCCCCCCCCC(=O)O","1" +"HMDB0000641","L-Glutamine","5961","C00064","C(CC(=O)N)[C@@H](C(=O)O)N","1" +"HMDB0000670","Homo-L-arginine","9085","C01924","C(CCN=C(N)N)C[C@@H](C(=O)O)N","1" +"HMDB0000696","L-Methionine","6137","C00073","CSCC[C@@H](C(=O)O)N","1" +"HMDB0000705","Hexanoylcarnitine","6426853",NA,"CCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000759","Glycylleucine","92843","C02155","CC(C)C[C@@H](C(=O)O)NC(=O)CN","1" +"HMDB0000791","L-Octanoylcarnitine","11953814","C02838","CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000806","Myristic acid","11005","C06424","CCCCCCCCCCCCCC(=O)O","1" +"HMDB0000827","Stearic acid","5281","C01530","CCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000848","Stearoylcarnitine","52922056",NA,"CCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000855","Nicotinamide riboside","439924","C03150","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O)C(=O)N","1" +"HMDB0000875","Trigonelline","5570","C01004","C[N+]1=CC=CC(=C1)C(=O)[O-]","1" +"HMDB0000897","7-Methylguanine","11361","C02242","CN1C=NC2=C1C(=O)N=C(N2)N","1" +"HMDB0000902","NAD","5893","C00003","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OC[C@@H]3[C@H]([C@H]([C@@H](O3)N4C=NC5=C4N=CN=C5N)O)O)O)O)C(=O)N","1" +"HMDB0000965","Hypotaurine","107812","C00519","C(CS(=O)O)N","1" +"HMDB0001112","D-Glyceraldehyde 3-phosphate","729","C00118","C(C(C=O)O)OP(=O)(O)O","1" +"HMDB0001178","Adenosine diphosphate ribose","33576","C00301","C1=NC2=C(C(=N1)N)N=CN2C3C(C(C(O3)COP(=O)(O)OP(=O)(O)OCC4C(C(C(O4)O)O)O)O)O","1" +"HMDB0001185","S-Adenosylmethionine","16757548","C00019","C[S+](CC[C@H](C(=O)O)N)C[C@@H]1[C@H]([C@H]([C@@H](O1)N2C=NC3=C2N=CN=C3N)O)O","1" +"HMDB0001265","Fucose 1-phosphate","439871","C02985","C[C@H]1[C@H]([C@H]([C@@H](C(O1)OP(=O)(O)O)O)O)O","1" +"HMDB0001316","6-Phosphogluconic acid","91493","C00345","C([C@H]([C@H]([C@@H]([C@H](C(=O)O)O)O)O)O)OP(=O)(O)O","1" +"HMDB0001348","SM(d18:1/18:0)","5283588","C00550","CCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0001352","Hydroxypyruvic acid","964","C00168","C(C(=O)C(=O)O)O","1" +"HMDB0001406","Niacinamide","936","C00153","C1=CC(=CN=C1)C(=O)N","1" +"HMDB0001458","Biotin amide","439597","C01893","C1[C@@H]2[C@H]([C@H](S1)CCCCC(=O)N)NC(=O)N2","1" +"HMDB0001473","Dihydroxyacetone phosphate","668","C00111","C(C(=O)COP(=O)(O)O)O","1" +"HMDB0001564","CDP-Ethanolamine","123727","C00570","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OCCN)O)O","1" +"HMDB0001991","7-Methylxanthine","68374","C16353","CN1C=NC2=C1C(=O)NC(=O)N2","1" +"HMDB0002013","Butyrylcarnitine","439829","C02862","CCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002117","Oleamide","5283387","C19670","CCCCCCCC/C=C\CCCCCCCC(=O)N","1" +"HMDB0002212","Arachidic acid","10467","C06425","CCCCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0002250","Dodecanoylcarnitine","168381",NA,"CCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002815","LysoPC(18:1(9Z))","16081932","C04230","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0003224","Deoxyribose","22833604","C01801","C1[C@H]([C@@H](O[C@@H]1O)CO)O","1" +"HMDB0003229","Palmitoleic acid","5312427","C08362","CCCCCC/C=C\CCCCCCCC(=O)O","1" +"HMDB0003357","N-Acetylornithine","439232","C00437","CC(=O)N[C@@H](CCCN)C(=O)O","1" +"HMDB0004825","p-Octopamine","440266","C04227","C1=CC(=CC=C1[C@H](CN)O)O","1" +"HMDB0005065","Oleoylcarnitine","46907933",NA,"CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0005066","Tetradecanoylcarnitine","53477791",NA,"CCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006210","Heptadecanoyl carnitine","53477803",NA,"CCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006460","Arachidyl carnitine","53477833",NA,"CCCCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0007906","PC(14:1(9Z)/18:1(9Z))","52922262","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0007971","PC(16:0/18:1(11Z))","24778688","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008001","PC(16:1(9Z)/16:0)","52922440","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008016","PC(16:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478681","C00157","CCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008049","PC(18:0/20:4(8Z,11Z,14Z,17Z))","53478701","C00157","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008069","PC(18:1(11Z)/18:0)","24778894","C00157","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008103","PC(18:1(9Z)/18:1(11Z))","53478765","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008115","PC(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478767","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008133","PC(18:2(9Z,12Z)/16:0)","24778972","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008252","PC(18:4(6Z,9Z,12Z,15Z)/22:4(7Z,10Z,13Z,16Z))","52922937","C00157","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008280","PC(20:0/20:4(8Z,11Z,14Z,17Z))","53478881","C00157","CCCCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008376","PC(20:3(5Z,8Z,11Z)/20:3(5Z,8Z,11Z))","53478973","C00157","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCC/C=C\C/C=C\C/C=C\CCCCCCCC","1" +"HMDB0008462","PC(20:4(8Z,11Z,14Z,17Z)/16:0)","53479063","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008599","PC(22:2(13Z,16Z)/18:3(6Z,9Z,12Z))","52923575","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCC/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0008616","PC(22:2(13Z,16Z)/22:6(4Z,7Z,10Z,13Z,16Z,19Z))","52923607","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CC/C=C\C/C=C\C/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008923","PE(16:0/16:0)","445468","C00350","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0008960","PE(16:1(9Z)/18:1(9Z))","52924918","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)(O)OCCN","1" +"HMDB0008990","PE(18:0/16:1(9Z))","52924905","C00350","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCC/C=C\CCCCCC","1" +"HMDB0009057","PE(18:1(9Z)/18:0)","9546755","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009058","PE(18:1(9Z)/18:1(11Z))","53479650","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0009064","PE(18:1(9Z)/20:0)","9546843","C00350","CCCCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009070","PE(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53479651","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009092","PE(18:2(9Z,12Z)/18:1(9Z))","52924364","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009098","PE(18:2(9Z,12Z)/20:1(11Z))","52924371","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009103","PE(18:2(9Z,12Z)/20:4(8Z,11Z,14Z,17Z))","53479663","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009192","PE(18:4(6Z,9Z,12Z,15Z)/18:2(9Z,12Z))","52924452","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009268","PE(20:1(11Z)/20:4(8Z,11Z,14Z,17Z))","53479720","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009333","PE(20:3(5Z,8Z,11Z)/20:4(5Z,8Z,11Z,14Z))","53479759","C00350","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCC/C=C\C/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0009420","PE(20:4(8Z,11Z,14Z,17Z)/18:0)","53479804","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009778","PI(16:0/16:0)","24779556","C00626","[H][C@@](COC(=O)CCCCCCCCCCCCCCC)(COP(O)(=O)O[C@H]1C(O)C(O)C(O)[C@@H](O)C1O)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0010169","SM(d18:1/16:0)","5283590","C00550","CCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0010382","LysoPC(16:0)","460602","C04230","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010384","LysoPC(18:0)","497299","C04230","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010386","LysoPC(18:2(9Z,12Z))","11005824","C04230","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010401","LysoPC(22:4(7Z,10Z,13Z,16Z))","52924039","C04230","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010717","3-Oxohexanoic acid","439658","C02122","CCCC(=O)CC(=O)O","1" +"HMDB0011130","LysoPE(18:0/0:0)","9547068","C21484","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011148","PC(18:1(9Z)e/2:0)","16759362","C04598","CCCCCCCC/C=C\CCCCCCCCOC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)C","1" +"HMDB0011503","LysoPE(16:0/0:0)","9547069",NA,"CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011505","LysoPE(18:1(11Z)/0:0)","53480949",NA,"CCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011518","LysoPE(20:4(8Z,11Z,14Z,17Z)/0:0)","53480952",NA,"CC/C=C\C/C=C\C/C=C\C/C=C\CCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0012097","SM(d18:1/14:0)","11433862",NA,"CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCCCCCCCC)O","1" +"HMDB0012101","SM(d18:1/18:1(9Z))","6443882","C00550","CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCC/C=C\CCCCCCCC)O","1" +"HMDB0012103","SM(d18:1/22:0)","44260125","C00550","CCCCCCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)([O-])OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0012108","LysoPC(17:0)","24779463","C04230","CCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0012398","PS(18:2(9Z,12Z)/16:0)","52925986",NA,"CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OC[C@@H](C(=O)O)N","1" +"HMDB0012402","PS(18:2(9Z,12Z)/18:2(9Z,12Z))","9547086",NA,"CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OC[C@@H](C(=O)O)N)OC(=O)CCCCCCC/C=C\C/C=C\CCCCC","1" +"HMDB0013207","9-Hexadecenoylcarnitine","53481653",NA,"CCCCCC/C=C\CCCCCCCC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C","1" +"HMDB0013286","N-Undecanoylglycine","454092",NA,"CCCCCCCCCCC(=O)NCC(=O)O","1" +"HMDB0013340","3-Hydroxy-9Z-octadecenoylcarnitine","53481699",NA,"CCCCCCCC/C=C\CCCCCC(CC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C)O","1" +"HMDB0028691","Alanyl-Leucine","96801",NA,"CC(C)CC(NC(=O)C(C)N)C(O)=O","1" +"HMDB0028699","Alanyl-Tyrosine","92946",NA,"CC(N)C(=O)NC(CC1=CC=C(O)C=C1)C(O)=O","1" +"HMDB0028702","Arginyl-Alanine","7020333",NA,"CC(NC(=O)C(N)CCCNC(N)=N)C(O)=O","1" +"HMDB0028815","Glutamylaspartic acid","99716",NA,"C(CC(=O)O)[C@@H](C(=O)N[C@@H](CC(=O)O)C(=O)O)N","1" +"HMDB0028933","Leucyl-Leucine","76807","C11332","CC(C)CC(N)C(=O)NC(CC(C)C)C(O)=O","1" +"HMDB0028942","Leucyl-Valine","6993116",NA,"CC(C)CC(N)C(=O)NC(C(C)C)C(O)=O","1" +"HMDB0029033","Serylarginine","9856515",NA,"NC(CO)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029055","Threoninyl-Arginine","9900215",NA,"CC(O)C(N)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029134","Valyl-Phenylalanine","6993120",NA,"CC(C)C(N)C(=O)NC(CC1=CC=CC=C1)C(O)=O","1" +"HMDB0060067","CMPciliatine","440754","C05673","NCCP(O)(=O)OP(O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O)N1C=CC(=N)N=C1O","1" +"HMDB0060244","Phosphodimethylethanolamine","151438","C13482","CN(C)CCOP(O)(O)=O","1" +"HMDB0060461","cis-Acetylacrylate","5281015","C07091","[H]\C(=C(/[H])C(O)=O)C(C)=O","1" +"HMDB0062164","NA","NA","NA","NA","0" +"HMDB0112289","NA","NA","NA","NA","0" +"HMDB0112415","NA","NA","NA","NA","0" +"HMDB0112430","NA","NA","NA","NA","0" +"HMDB0112433","NA","NA","NA","NA","0" +"HMDB0112608","NA","NA","NA","NA","0" +"HMDB0112770","NA","NA","NA","NA","0" +"HMDB0112797","NA","NA","NA","NA","0" +"HMDB0240602","NA","NA","NA","NA","0" diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..2243c7cfb6173aa6ba6eaccf9418a99101f787b1 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..11d1054961ab3dbb7d3a1e11c81f381f150e464f Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_barplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..a4735de21bc9096605737ff49aa54ef764dae6dd Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..318b6133f08fb40b7c9b5e85fb0ac1a26b9703fb Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/QEA_dotplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/msea_qea_result.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/msea_qea_result.csv new file mode 100644 index 0000000000000000000000000000000000000000..ef3b751cd06121a6aea249659464fb9244f7e7be --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/msea_qea_result.csv @@ -0,0 +1,28 @@ +"","Total Cmpd","Hits","Statistic Q","Expected Q","Raw p","Holm p","FDR" +"Cysteine and methionine metabolism",33,3,60.079,11.111,0.00028677,0.0077428,0.0023237 +"Arginine and proline metabolism",38,3,49.148,11.111,0.00031376,0.0081576,0.0023237 +"Fructose and mannose metabolism",20,1,81.306,11.111,0.00036225,0.0090563,0.0023237 +"Inositol phosphate metabolism",30,1,81.306,11.111,0.00036225,0.0090563,0.0023237 +"Glycerophospholipid metabolism",36,3,60.961,11.111,0.00043031,0.0098971,0.0023237 +"Pentose phosphate pathway",22,2,74.007,11.111,0.00054147,0.011912,0.0024366 +"Glycolysis / Gluconeogenesis",26,2,66.094,11.111,0.0012396,0.026031,0.0047811 +"Glycine, serine and threonine metabolism",33,4,48.915,11.111,0.0016088,0.032176,0.0054297 +"Primary bile acid biosynthesis",46,1,69.138,11.111,0.0028628,0.054394,0.0083797 +"Taurine and hypotaurine metabolism",8,2,49.912,11.111,0.0031036,0.055865,0.0083797 +"Nicotinate and nicotinamide metabolism",15,2,54.485,11.111,0.0036898,0.062727,0.0088088 +"Purine metabolism",65,11,33.887,11.111,0.003915,0.062727,0.0088088 +"Biosynthesis of unsaturated fatty acids",36,3,40.641,11.111,0.0045366,0.068049,0.0094222 +"Fatty acid degradation",39,2,47.545,11.111,0.018624,0.26073,0.035917 +"Fatty acid elongation",39,1,45.988,11.111,0.031136,0.40477,0.056045 +"D-Glutamine and D-glutamate metabolism",6,2,36.558,11.111,0.064067,0.76881,0.10175 +"Nitrogen metabolism",6,1,36.558,11.111,0.064067,0.76881,0.10175 +"Alanine, aspartate and glutamate metabolism",28,2,34.283,11.111,0.068843,0.76881,0.10326 +"Fatty acid biosynthesis",47,3,27.23,11.111,0.092027,0.82824,0.13078 +"Glyoxylate and dicarboxylate metabolism",32,2,18.519,11.111,0.19829,1,0.26769 +"Aminoacyl-tRNA biosynthesis",48,4,16.233,11.111,0.22236,1,0.28589 +"Pyrimidine metabolism",39,3,14.958,11.111,0.26819,1,0.32914 +"Sphingolipid metabolism",21,2,10.599,11.111,0.35871,1,0.4211 +"Arginine biosynthesis",14,2,8.1584,11.111,0.44087,1,0.49598 +"Pyruvate metabolism",22,1,6.2378,11.111,0.48648,1,0.5254 +"Glutathione metabolism",28,1,3.1124,11.111,0.62587,1,0.64994 +"Glycerolipid metabolism",16,1,2.4156,11.111,0.66811,1,0.66811 diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/name_map.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/name_map.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a3f78bbe25d1f921159f8d61d788e74ec2a8998 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/A_vs_D/name_map.csv @@ -0,0 +1,146 @@ +"Query","Match","PubChem","KEGG","SMILES","Comment" +"C01152","NA","NA","NA","NA","0" +"HMDB0000043","Betaine","247","C00719","C[N+](C)(C)CC(=O)[O-]","1" +"HMDB0000045","Adenosine monophosphate","6083","C00020","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)COP(=O)(O)O)O)O","1" +"HMDB0000050","Adenosine","60961","C00212","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000064","Creatine","586","C00300","CN(CC(=O)O)C(=N)N","1" +"HMDB0000089","Cytidine","6253","C00475","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000095","Cytidine monophosphate","8117","C00055","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000097","Choline","305","C00114","C[N+](C)(C)CCO","1" +"HMDB0000126","Glycerol 3-phosphate","439162","C00093","C([C@H](COP(=O)(O)O)O)O","1" +"HMDB0000132","Guanine","764","C00242","C1=NC2=C(N1)C(=O)N=C(N2)N","1" +"HMDB0000133","Guanosine","6802","C00387","C1=NC2=C(N1[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O)NC(=NC2=O)N","1" +"HMDB0000157","Hypoxanthine","790","C00262","C1=NC2=C(N1)C(=O)N=CN2","1" +"HMDB0000161","L-Alanine","5950","C00041","C[C@@H](C(=O)O)N","1" +"HMDB0000168","L-Asparagine","6267","C00152","C([C@@H](C(=O)O)N)C(=O)N","1" +"HMDB0000187","L-Serine","5951","C00065","C([C@@H](C(=O)O)N)O","1" +"HMDB0000190","L-Lactic acid","61503","C00186","C[C@@H](C(=O)O)O","1" +"HMDB0000195","Inosine","6021","C00294","C1=NC(=O)C2=C(N1)N(C=N2)[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000214","Ornithine","6262","C00077","C(C[C@@H](C(=O)O)N)CN","1" +"HMDB0000220","Palmitic acid","985","C00249","CCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000222","L-Palmitoylcarnitine","11953816","C02990","CCCCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000251","Taurine","1123","C00245","C(CS(=O)(=O)O)N","1" +"HMDB0000262","Thymine","1135","C00178","CC1=CNC(=O)NC1=O","1" +"HMDB0000269","Sphinganine","91486","C00836","CCCCCCCCCCCCCCC[C@H]([C@H](CO)N)O","1" +"HMDB0000273","Thymidine","5789","C00214","CC1=CN(C(=O)NC1=O)[C@H]2C[C@@H]([C@H](O2)CO)O","1" +"HMDB0000283","D-Ribose","5779","C00121","C([C@@H]1[C@H]([C@H](C(O1)O)O)O)O","1" +"HMDB0000288","Uridine 5'-monophosphate","6030","C00105","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000292","Xanthine","1188","C00385","C1=NC2=C(N1)C(=O)NC(=O)N2","1" +"HMDB0000296","Uridine","6029","C00299","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000300","Uracil","1174","C00106","C1=CNC(=O)NC1=O","1" +"HMDB0000462","Allantoin","204","C01551","C1(C(=O)NC(=O)N1)NC(=O)N","1" +"HMDB0000482","Caprylic acid","379","C06423","CCCCCCCC(=O)O","1" +"HMDB0000562","Creatinine","588","C00791","CN1CC(=O)N=C1N","1" +"HMDB0000564","PC(16:0/16:0)","452110","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0000606","D-2-Hydroxyglutaric acid","439391","C01087","C(CC(=O)O)[C@H](C(=O)O)O","1" +"HMDB0000638","Dodecanoic acid","3893","C02679","CCCCCCCCCCCC(=O)O","1" +"HMDB0000641","L-Glutamine","5961","C00064","C(CC(=O)N)[C@@H](C(=O)O)N","1" +"HMDB0000670","Homo-L-arginine","9085","C01924","C(CCN=C(N)N)C[C@@H](C(=O)O)N","1" +"HMDB0000696","L-Methionine","6137","C00073","CSCC[C@@H](C(=O)O)N","1" +"HMDB0000705","Hexanoylcarnitine","6426853",NA,"CCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000759","Glycylleucine","92843","C02155","CC(C)C[C@@H](C(=O)O)NC(=O)CN","1" +"HMDB0000791","L-Octanoylcarnitine","11953814","C02838","CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000806","Myristic acid","11005","C06424","CCCCCCCCCCCCCC(=O)O","1" +"HMDB0000827","Stearic acid","5281","C01530","CCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000848","Stearoylcarnitine","52922056",NA,"CCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000855","Nicotinamide riboside","439924","C03150","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O)C(=O)N","1" +"HMDB0000875","Trigonelline","5570","C01004","C[N+]1=CC=CC(=C1)C(=O)[O-]","1" +"HMDB0000897","7-Methylguanine","11361","C02242","CN1C=NC2=C1C(=O)N=C(N2)N","1" +"HMDB0000902","NAD","5893","C00003","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OC[C@@H]3[C@H]([C@H]([C@@H](O3)N4C=NC5=C4N=CN=C5N)O)O)O)O)C(=O)N","1" +"HMDB0000965","Hypotaurine","107812","C00519","C(CS(=O)O)N","1" +"HMDB0001112","D-Glyceraldehyde 3-phosphate","729","C00118","C(C(C=O)O)OP(=O)(O)O","1" +"HMDB0001178","Adenosine diphosphate ribose","33576","C00301","C1=NC2=C(C(=N1)N)N=CN2C3C(C(C(O3)COP(=O)(O)OP(=O)(O)OCC4C(C(C(O4)O)O)O)O)O","1" +"HMDB0001185","S-Adenosylmethionine","16757548","C00019","C[S+](CC[C@H](C(=O)O)N)C[C@@H]1[C@H]([C@H]([C@@H](O1)N2C=NC3=C2N=CN=C3N)O)O","1" +"HMDB0001265","Fucose 1-phosphate","439871","C02985","C[C@H]1[C@H]([C@H]([C@@H](C(O1)OP(=O)(O)O)O)O)O","1" +"HMDB0001316","6-Phosphogluconic acid","91493","C00345","C([C@H]([C@H]([C@@H]([C@H](C(=O)O)O)O)O)O)OP(=O)(O)O","1" +"HMDB0001348","SM(d18:1/18:0)","5283588","C00550","CCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0001352","Hydroxypyruvic acid","964","C00168","C(C(=O)C(=O)O)O","1" +"HMDB0001406","Niacinamide","936","C00153","C1=CC(=CN=C1)C(=O)N","1" +"HMDB0001458","Biotin amide","439597","C01893","C1[C@@H]2[C@H]([C@H](S1)CCCCC(=O)N)NC(=O)N2","1" +"HMDB0001473","Dihydroxyacetone phosphate","668","C00111","C(C(=O)COP(=O)(O)O)O","1" +"HMDB0001564","CDP-Ethanolamine","123727","C00570","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OCCN)O)O","1" +"HMDB0001991","7-Methylxanthine","68374","C16353","CN1C=NC2=C1C(=O)NC(=O)N2","1" +"HMDB0002013","Butyrylcarnitine","439829","C02862","CCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002117","Oleamide","5283387","C19670","CCCCCCCC/C=C\CCCCCCCC(=O)N","1" +"HMDB0002212","Arachidic acid","10467","C06425","CCCCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0002250","Dodecanoylcarnitine","168381",NA,"CCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002815","LysoPC(18:1(9Z))","16081932","C04230","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0003224","Deoxyribose","22833604","C01801","C1[C@H]([C@@H](O[C@@H]1O)CO)O","1" +"HMDB0003229","Palmitoleic acid","5312427","C08362","CCCCCC/C=C\CCCCCCCC(=O)O","1" +"HMDB0003357","N-Acetylornithine","439232","C00437","CC(=O)N[C@@H](CCCN)C(=O)O","1" +"HMDB0004825","p-Octopamine","440266","C04227","C1=CC(=CC=C1[C@H](CN)O)O","1" +"HMDB0005065","Oleoylcarnitine","46907933",NA,"CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0005066","Tetradecanoylcarnitine","53477791",NA,"CCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006210","Heptadecanoyl carnitine","53477803",NA,"CCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006460","Arachidyl carnitine","53477833",NA,"CCCCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0007906","PC(14:1(9Z)/18:1(9Z))","52922262","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0007971","PC(16:0/18:1(11Z))","24778688","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008001","PC(16:1(9Z)/16:0)","52922440","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008016","PC(16:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478681","C00157","CCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008049","PC(18:0/20:4(8Z,11Z,14Z,17Z))","53478701","C00157","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008069","PC(18:1(11Z)/18:0)","24778894","C00157","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008103","PC(18:1(9Z)/18:1(11Z))","53478765","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008115","PC(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478767","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008133","PC(18:2(9Z,12Z)/16:0)","24778972","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008252","PC(18:4(6Z,9Z,12Z,15Z)/22:4(7Z,10Z,13Z,16Z))","52922937","C00157","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008280","PC(20:0/20:4(8Z,11Z,14Z,17Z))","53478881","C00157","CCCCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008376","PC(20:3(5Z,8Z,11Z)/20:3(5Z,8Z,11Z))","53478973","C00157","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCC/C=C\C/C=C\C/C=C\CCCCCCCC","1" +"HMDB0008462","PC(20:4(8Z,11Z,14Z,17Z)/16:0)","53479063","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008599","PC(22:2(13Z,16Z)/18:3(6Z,9Z,12Z))","52923575","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCC/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0008616","PC(22:2(13Z,16Z)/22:6(4Z,7Z,10Z,13Z,16Z,19Z))","52923607","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CC/C=C\C/C=C\C/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008923","PE(16:0/16:0)","445468","C00350","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0008960","PE(16:1(9Z)/18:1(9Z))","52924918","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)(O)OCCN","1" +"HMDB0008990","PE(18:0/16:1(9Z))","52924905","C00350","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCC/C=C\CCCCCC","1" +"HMDB0009057","PE(18:1(9Z)/18:0)","9546755","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009058","PE(18:1(9Z)/18:1(11Z))","53479650","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0009064","PE(18:1(9Z)/20:0)","9546843","C00350","CCCCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009070","PE(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53479651","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009092","PE(18:2(9Z,12Z)/18:1(9Z))","52924364","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009098","PE(18:2(9Z,12Z)/20:1(11Z))","52924371","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009103","PE(18:2(9Z,12Z)/20:4(8Z,11Z,14Z,17Z))","53479663","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009192","PE(18:4(6Z,9Z,12Z,15Z)/18:2(9Z,12Z))","52924452","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009268","PE(20:1(11Z)/20:4(8Z,11Z,14Z,17Z))","53479720","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009333","PE(20:3(5Z,8Z,11Z)/20:4(5Z,8Z,11Z,14Z))","53479759","C00350","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCC/C=C\C/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0009420","PE(20:4(8Z,11Z,14Z,17Z)/18:0)","53479804","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009778","PI(16:0/16:0)","24779556","C00626","[H][C@@](COC(=O)CCCCCCCCCCCCCCC)(COP(O)(=O)O[C@H]1C(O)C(O)C(O)[C@@H](O)C1O)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0010169","SM(d18:1/16:0)","5283590","C00550","CCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0010382","LysoPC(16:0)","460602","C04230","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010384","LysoPC(18:0)","497299","C04230","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010386","LysoPC(18:2(9Z,12Z))","11005824","C04230","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010401","LysoPC(22:4(7Z,10Z,13Z,16Z))","52924039","C04230","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010717","3-Oxohexanoic acid","439658","C02122","CCCC(=O)CC(=O)O","1" +"HMDB0011130","LysoPE(18:0/0:0)","9547068","C21484","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011148","PC(18:1(9Z)e/2:0)","16759362","C04598","CCCCCCCC/C=C\CCCCCCCCOC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)C","1" +"HMDB0011503","LysoPE(16:0/0:0)","9547069",NA,"CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011505","LysoPE(18:1(11Z)/0:0)","53480949",NA,"CCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011518","LysoPE(20:4(8Z,11Z,14Z,17Z)/0:0)","53480952",NA,"CC/C=C\C/C=C\C/C=C\C/C=C\CCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0012097","SM(d18:1/14:0)","11433862",NA,"CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCCCCCCCC)O","1" +"HMDB0012101","SM(d18:1/18:1(9Z))","6443882","C00550","CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCC/C=C\CCCCCCCC)O","1" +"HMDB0012103","SM(d18:1/22:0)","44260125","C00550","CCCCCCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)([O-])OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0012108","LysoPC(17:0)","24779463","C04230","CCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0012398","PS(18:2(9Z,12Z)/16:0)","52925986",NA,"CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OC[C@@H](C(=O)O)N","1" +"HMDB0012402","PS(18:2(9Z,12Z)/18:2(9Z,12Z))","9547086",NA,"CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OC[C@@H](C(=O)O)N)OC(=O)CCCCCCC/C=C\C/C=C\CCCCC","1" +"HMDB0013207","9-Hexadecenoylcarnitine","53481653",NA,"CCCCCC/C=C\CCCCCCCC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C","1" +"HMDB0013286","N-Undecanoylglycine","454092",NA,"CCCCCCCCCCC(=O)NCC(=O)O","1" +"HMDB0013340","3-Hydroxy-9Z-octadecenoylcarnitine","53481699",NA,"CCCCCCCC/C=C\CCCCCC(CC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C)O","1" +"HMDB0028691","Alanyl-Leucine","96801",NA,"CC(C)CC(NC(=O)C(C)N)C(O)=O","1" +"HMDB0028699","Alanyl-Tyrosine","92946",NA,"CC(N)C(=O)NC(CC1=CC=C(O)C=C1)C(O)=O","1" +"HMDB0028702","Arginyl-Alanine","7020333",NA,"CC(NC(=O)C(N)CCCNC(N)=N)C(O)=O","1" +"HMDB0028815","Glutamylaspartic acid","99716",NA,"C(CC(=O)O)[C@@H](C(=O)N[C@@H](CC(=O)O)C(=O)O)N","1" +"HMDB0028933","Leucyl-Leucine","76807","C11332","CC(C)CC(N)C(=O)NC(CC(C)C)C(O)=O","1" +"HMDB0028942","Leucyl-Valine","6993116",NA,"CC(C)CC(N)C(=O)NC(C(C)C)C(O)=O","1" +"HMDB0029033","Serylarginine","9856515",NA,"NC(CO)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029055","Threoninyl-Arginine","9900215",NA,"CC(O)C(N)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029134","Valyl-Phenylalanine","6993120",NA,"CC(C)C(N)C(=O)NC(CC1=CC=CC=C1)C(O)=O","1" +"HMDB0060067","CMPciliatine","440754","C05673","NCCP(O)(=O)OP(O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O)N1C=CC(=N)N=C1O","1" +"HMDB0060244","Phosphodimethylethanolamine","151438","C13482","CN(C)CCOP(O)(O)=O","1" +"HMDB0060461","cis-Acetylacrylate","5281015","C07091","[H]\C(=C(/[H])C(O)=O)C(C)=O","1" +"HMDB0062164","NA","NA","NA","NA","0" +"HMDB0112289","NA","NA","NA","NA","0" +"HMDB0112415","NA","NA","NA","NA","0" +"HMDB0112430","NA","NA","NA","NA","0" +"HMDB0112433","NA","NA","NA","NA","0" +"HMDB0112608","NA","NA","NA","NA","0" +"HMDB0112770","NA","NA","NA","NA","0" +"HMDB0112797","NA","NA","NA","NA","0" +"HMDB0240602","NA","NA","NA","NA","0" diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..870c47feefdadf4600139933a9d5fc8d5ddfaa15 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9b7055becfa089c1925aac6f62ed7cb546281126 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_barplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi300.png b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi300.png new file mode 100644 index 0000000000000000000000000000000000000000..6c445a6d689ec4d9d6ef55be7bf7919116947423 Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi300.png differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi72.pdf b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi72.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ceb6ecfe095a4967a0254696e5c5067ce566676b Binary files /dev/null and b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/QEA_dotplot_dpi72.pdf differ diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/msea_qea_result.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/msea_qea_result.csv new file mode 100644 index 0000000000000000000000000000000000000000..334c9f446047af42bd57b3f464ea64aa1ebf2362 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/msea_qea_result.csv @@ -0,0 +1,28 @@ +"","Total Cmpd","Hits","Statistic Q","Expected Q","Raw p","Holm p","FDR" +"Purine metabolism",65,9,57.719,11.111,2.95e-05,0.00079651,0.00079651 +"Glycerophospholipid metabolism",36,3,48.041,11.111,0.00084324,0.021924,0.011384 +"Nicotinate and nicotinamide metabolism",15,2,60.51,11.111,0.0016011,0.040027,0.01441 +"Alanine, aspartate and glutamate metabolism",28,2,64.363,11.111,0.0033826,0.081182,0.022832 +"Pyruvate metabolism",22,1,61.852,11.111,0.006967,0.16024,0.030134 +"D-Glutamine and D-glutamate metabolism",6,2,60.805,11.111,0.0078126,0.17188,0.030134 +"Nitrogen metabolism",6,1,60.805,11.111,0.0078126,0.17188,0.030134 +"Fatty acid biosynthesis",47,3,48.686,11.111,0.010423,0.20847,0.035179 +"Biosynthesis of unsaturated fatty acids",36,3,53.269,11.111,0.013617,0.25873,0.040852 +"Primary bile acid biosynthesis",46,1,50.384,11.111,0.021472,0.38649,0.057974 +"Glycine, serine and threonine metabolism",33,4,42.566,11.111,0.024887,0.42308,0.060042 +"Aminoacyl-tRNA biosynthesis",48,4,42.606,11.111,0.026685,0.42697,0.060042 +"Glycolysis / Gluconeogenesis",26,2,34.331,11.111,0.031218,0.46826,0.063502 +"Pyrimidine metabolism",39,3,31.177,11.111,0.032927,0.46826,0.063502 +"Glyoxylate and dicarboxylate metabolism",32,2,38.837,11.111,0.040627,0.52815,0.073129 +"Taurine and hypotaurine metabolism",8,2,31.453,11.111,0.079741,0.95689,0.13324 +"Sphingolipid metabolism",21,2,32.692,11.111,0.083894,0.95689,0.13324 +"Cysteine and methionine metabolism",33,3,29.317,11.111,0.090068,0.95689,0.1351 +"Fatty acid degradation",39,2,25.298,11.111,0.10801,0.97205,0.15348 +"Fatty acid elongation",39,1,27.714,11.111,0.118,0.97205,0.1593 +"Fructose and mannose metabolism",20,1,11.111,11.111,0.34659,1,0.42536 +"Inositol phosphate metabolism",30,1,11.111,11.111,0.34659,1,0.42536 +"Arginine biosynthesis",14,2,10.588,11.111,0.3704,1,0.43482 +"Pentose phosphate pathway",22,2,11.111,11.111,0.41122,1,0.46263 +"Glycerolipid metabolism",16,1,7.8196,11.111,0.43393,1,0.46864 +"Glutathione metabolism",28,1,1.8195,11.111,0.71024,1,0.73756 +"Arginine and proline metabolism",38,3,2.2968,11.111,0.74433,1,0.74433 diff --git a/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/name_map.csv b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/name_map.csv new file mode 100644 index 0000000000000000000000000000000000000000..8a3f78bbe25d1f921159f8d61d788e74ec2a8998 --- /dev/null +++ b/V1.7.4/Examples/9_MSEA_Analysis/Result_MSEA/kegg_pathway_QEA/C_vs_D/name_map.csv @@ -0,0 +1,146 @@ +"Query","Match","PubChem","KEGG","SMILES","Comment" +"C01152","NA","NA","NA","NA","0" +"HMDB0000043","Betaine","247","C00719","C[N+](C)(C)CC(=O)[O-]","1" +"HMDB0000045","Adenosine monophosphate","6083","C00020","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)COP(=O)(O)O)O)O","1" +"HMDB0000050","Adenosine","60961","C00212","C1=NC2=C(C(=N1)N)N=CN2[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000064","Creatine","586","C00300","CN(CC(=O)O)C(=N)N","1" +"HMDB0000089","Cytidine","6253","C00475","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000095","Cytidine monophosphate","8117","C00055","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000097","Choline","305","C00114","C[N+](C)(C)CCO","1" +"HMDB0000126","Glycerol 3-phosphate","439162","C00093","C([C@H](COP(=O)(O)O)O)O","1" +"HMDB0000132","Guanine","764","C00242","C1=NC2=C(N1)C(=O)N=C(N2)N","1" +"HMDB0000133","Guanosine","6802","C00387","C1=NC2=C(N1[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O)NC(=NC2=O)N","1" +"HMDB0000157","Hypoxanthine","790","C00262","C1=NC2=C(N1)C(=O)N=CN2","1" +"HMDB0000161","L-Alanine","5950","C00041","C[C@@H](C(=O)O)N","1" +"HMDB0000168","L-Asparagine","6267","C00152","C([C@@H](C(=O)O)N)C(=O)N","1" +"HMDB0000187","L-Serine","5951","C00065","C([C@@H](C(=O)O)N)O","1" +"HMDB0000190","L-Lactic acid","61503","C00186","C[C@@H](C(=O)O)O","1" +"HMDB0000195","Inosine","6021","C00294","C1=NC(=O)C2=C(N1)N(C=N2)[C@H]3[C@@H]([C@@H]([C@H](O3)CO)O)O","1" +"HMDB0000214","Ornithine","6262","C00077","C(C[C@@H](C(=O)O)N)CN","1" +"HMDB0000220","Palmitic acid","985","C00249","CCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000222","L-Palmitoylcarnitine","11953816","C02990","CCCCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000251","Taurine","1123","C00245","C(CS(=O)(=O)O)N","1" +"HMDB0000262","Thymine","1135","C00178","CC1=CNC(=O)NC1=O","1" +"HMDB0000269","Sphinganine","91486","C00836","CCCCCCCCCCCCCCC[C@H]([C@H](CO)N)O","1" +"HMDB0000273","Thymidine","5789","C00214","CC1=CN(C(=O)NC1=O)[C@H]2C[C@@H]([C@H](O2)CO)O","1" +"HMDB0000283","D-Ribose","5779","C00121","C([C@@H]1[C@H]([C@H](C(O1)O)O)O)O","1" +"HMDB0000288","Uridine 5'-monophosphate","6030","C00105","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)O)O)O","1" +"HMDB0000292","Xanthine","1188","C00385","C1=NC2=C(N1)C(=O)NC(=O)N2","1" +"HMDB0000296","Uridine","6029","C00299","C1=CN(C(=O)NC1=O)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O","1" +"HMDB0000300","Uracil","1174","C00106","C1=CNC(=O)NC1=O","1" +"HMDB0000462","Allantoin","204","C01551","C1(C(=O)NC(=O)N1)NC(=O)N","1" +"HMDB0000482","Caprylic acid","379","C06423","CCCCCCCC(=O)O","1" +"HMDB0000562","Creatinine","588","C00791","CN1CC(=O)N=C1N","1" +"HMDB0000564","PC(16:0/16:0)","452110","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0000606","D-2-Hydroxyglutaric acid","439391","C01087","C(CC(=O)O)[C@H](C(=O)O)O","1" +"HMDB0000638","Dodecanoic acid","3893","C02679","CCCCCCCCCCCC(=O)O","1" +"HMDB0000641","L-Glutamine","5961","C00064","C(CC(=O)N)[C@@H](C(=O)O)N","1" +"HMDB0000670","Homo-L-arginine","9085","C01924","C(CCN=C(N)N)C[C@@H](C(=O)O)N","1" +"HMDB0000696","L-Methionine","6137","C00073","CSCC[C@@H](C(=O)O)N","1" +"HMDB0000705","Hexanoylcarnitine","6426853",NA,"CCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000759","Glycylleucine","92843","C02155","CC(C)C[C@@H](C(=O)O)NC(=O)CN","1" +"HMDB0000791","L-Octanoylcarnitine","11953814","C02838","CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000806","Myristic acid","11005","C06424","CCCCCCCCCCCCCC(=O)O","1" +"HMDB0000827","Stearic acid","5281","C01530","CCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0000848","Stearoylcarnitine","52922056",NA,"CCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0000855","Nicotinamide riboside","439924","C03150","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)CO)O)O)C(=O)N","1" +"HMDB0000875","Trigonelline","5570","C01004","C[N+]1=CC=CC(=C1)C(=O)[O-]","1" +"HMDB0000897","7-Methylguanine","11361","C02242","CN1C=NC2=C1C(=O)N=C(N2)N","1" +"HMDB0000902","NAD","5893","C00003","C1=CC(=C[N+](=C1)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OC[C@@H]3[C@H]([C@H]([C@@H](O3)N4C=NC5=C4N=CN=C5N)O)O)O)O)C(=O)N","1" +"HMDB0000965","Hypotaurine","107812","C00519","C(CS(=O)O)N","1" +"HMDB0001112","D-Glyceraldehyde 3-phosphate","729","C00118","C(C(C=O)O)OP(=O)(O)O","1" +"HMDB0001178","Adenosine diphosphate ribose","33576","C00301","C1=NC2=C(C(=N1)N)N=CN2C3C(C(C(O3)COP(=O)(O)OP(=O)(O)OCC4C(C(C(O4)O)O)O)O)O","1" +"HMDB0001185","S-Adenosylmethionine","16757548","C00019","C[S+](CC[C@H](C(=O)O)N)C[C@@H]1[C@H]([C@H]([C@@H](O1)N2C=NC3=C2N=CN=C3N)O)O","1" +"HMDB0001265","Fucose 1-phosphate","439871","C02985","C[C@H]1[C@H]([C@H]([C@@H](C(O1)OP(=O)(O)O)O)O)O","1" +"HMDB0001316","6-Phosphogluconic acid","91493","C00345","C([C@H]([C@H]([C@@H]([C@H](C(=O)O)O)O)O)O)OP(=O)(O)O","1" +"HMDB0001348","SM(d18:1/18:0)","5283588","C00550","CCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0001352","Hydroxypyruvic acid","964","C00168","C(C(=O)C(=O)O)O","1" +"HMDB0001406","Niacinamide","936","C00153","C1=CC(=CN=C1)C(=O)N","1" +"HMDB0001458","Biotin amide","439597","C01893","C1[C@@H]2[C@H]([C@H](S1)CCCCC(=O)N)NC(=O)N2","1" +"HMDB0001473","Dihydroxyacetone phosphate","668","C00111","C(C(=O)COP(=O)(O)O)O","1" +"HMDB0001564","CDP-Ethanolamine","123727","C00570","C1=CN(C(=O)N=C1N)[C@H]2[C@@H]([C@@H]([C@H](O2)COP(=O)(O)OP(=O)(O)OCCN)O)O","1" +"HMDB0001991","7-Methylxanthine","68374","C16353","CN1C=NC2=C1C(=O)NC(=O)N2","1" +"HMDB0002013","Butyrylcarnitine","439829","C02862","CCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002117","Oleamide","5283387","C19670","CCCCCCCC/C=C\CCCCCCCC(=O)N","1" +"HMDB0002212","Arachidic acid","10467","C06425","CCCCCCCCCCCCCCCCCCCC(=O)O","1" +"HMDB0002250","Dodecanoylcarnitine","168381",NA,"CCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0002815","LysoPC(18:1(9Z))","16081932","C04230","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0003224","Deoxyribose","22833604","C01801","C1[C@H]([C@@H](O[C@@H]1O)CO)O","1" +"HMDB0003229","Palmitoleic acid","5312427","C08362","CCCCCC/C=C\CCCCCCCC(=O)O","1" +"HMDB0003357","N-Acetylornithine","439232","C00437","CC(=O)N[C@@H](CCCN)C(=O)O","1" +"HMDB0004825","p-Octopamine","440266","C04227","C1=CC(=CC=C1[C@H](CN)O)O","1" +"HMDB0005065","Oleoylcarnitine","46907933",NA,"CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0005066","Tetradecanoylcarnitine","53477791",NA,"CCCCCCCCCCCCCC(=O)O[C@H](CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006210","Heptadecanoyl carnitine","53477803",NA,"CCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0006460","Arachidyl carnitine","53477833",NA,"CCCCCCCCCCCCCCCCCCCC(=O)OC(CC(=O)[O-])C[N+](C)(C)C","1" +"HMDB0007906","PC(14:1(9Z)/18:1(9Z))","52922262","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0007971","PC(16:0/18:1(11Z))","24778688","C00157","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008001","PC(16:1(9Z)/16:0)","52922440","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008016","PC(16:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478681","C00157","CCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008049","PC(18:0/20:4(8Z,11Z,14Z,17Z))","53478701","C00157","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008069","PC(18:1(11Z)/18:0)","24778894","C00157","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCCCC/C=C\CCCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008103","PC(18:1(9Z)/18:1(11Z))","53478765","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0008115","PC(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53478767","C00157","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008133","PC(18:2(9Z,12Z)/16:0)","24778972","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008252","PC(18:4(6Z,9Z,12Z,15Z)/22:4(7Z,10Z,13Z,16Z))","52922937","C00157","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008280","PC(20:0/20:4(8Z,11Z,14Z,17Z))","53478881","C00157","CCCCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008376","PC(20:3(5Z,8Z,11Z)/20:3(5Z,8Z,11Z))","53478973","C00157","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCC/C=C\C/C=C\C/C=C\CCCCCCCC","1" +"HMDB0008462","PC(20:4(8Z,11Z,14Z,17Z)/16:0)","53479063","C00157","CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)([O-])OCC[N+](C)(C)C","1" +"HMDB0008599","PC(22:2(13Z,16Z)/18:3(6Z,9Z,12Z))","52923575","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CCCC/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0008616","PC(22:2(13Z,16Z)/22:6(4Z,7Z,10Z,13Z,16Z,19Z))","52923607","C00157","CCCCC/C=C\C/C=C\CCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)CC/C=C\C/C=C\C/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0008923","PE(16:0/16:0)","445468","C00350","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0008960","PE(16:1(9Z)/18:1(9Z))","52924918","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCC)COP(=O)(O)OCCN","1" +"HMDB0008990","PE(18:0/16:1(9Z))","52924905","C00350","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCC/C=C\CCCCCC","1" +"HMDB0009057","PE(18:1(9Z)/18:0)","9546755","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009058","PE(18:1(9Z)/18:1(11Z))","53479650","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCCCCC/C=C\CCCCCC","1" +"HMDB0009064","PE(18:1(9Z)/20:0)","9546843","C00350","CCCCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\CCCCCCCC)COP(=O)(O)OCCN","1" +"HMDB0009070","PE(18:1(9Z)/20:4(8Z,11Z,14Z,17Z))","53479651","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009092","PE(18:2(9Z,12Z)/18:1(9Z))","52924364","C00350","CCCCCCCC/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009098","PE(18:2(9Z,12Z)/20:1(11Z))","52924371","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OCCN","1" +"HMDB0009103","PE(18:2(9Z,12Z)/20:4(8Z,11Z,14Z,17Z))","53479663","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009192","PE(18:4(6Z,9Z,12Z,15Z)/18:2(9Z,12Z))","52924452","C00350","CCCCC/C=C\C/C=C\CCCCCCCC(=O)O[C@H](COC(=O)CCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009268","PE(20:1(11Z)/20:4(8Z,11Z,14Z,17Z))","53479720","C00350","CCCCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC","1" +"HMDB0009333","PE(20:3(5Z,8Z,11Z)/20:4(5Z,8Z,11Z,14Z))","53479759","C00350","CCCCCCCC/C=C\C/C=C\C/C=C\CCCC(=O)OC[C@H](COP(=O)(O)OCCN)OC(=O)CCC/C=C\C/C=C\C/C=C\C/C=C\CCCCC","1" +"HMDB0009420","PE(20:4(8Z,11Z,14Z,17Z)/18:0)","53479804","C00350","CCCCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCC/C=C\C/C=C\C/C=C\C/C=C\CC)COP(=O)(O)OCCN","1" +"HMDB0009778","PI(16:0/16:0)","24779556","C00626","[H][C@@](COC(=O)CCCCCCCCCCCCCCC)(COP(O)(=O)O[C@H]1C(O)C(O)C(O)[C@@H](O)C1O)OC(=O)CCCCCCCCCCCCCCC","1" +"HMDB0010169","SM(d18:1/16:0)","5283590","C00550","CCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)(O)OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0010382","LysoPC(16:0)","460602","C04230","CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010384","LysoPC(18:0)","497299","C04230","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010386","LysoPC(18:2(9Z,12Z))","11005824","C04230","CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010401","LysoPC(22:4(7Z,10Z,13Z,16Z))","52924039","C04230","CCCCC/C=C\C/C=C\C/C=C\C/C=C\CCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0010717","3-Oxohexanoic acid","439658","C02122","CCCC(=O)CC(=O)O","1" +"HMDB0011130","LysoPE(18:0/0:0)","9547068","C21484","CCCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011148","PC(18:1(9Z)e/2:0)","16759362","C04598","CCCCCCCC/C=C\CCCCCCCCOC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)OC(=O)C","1" +"HMDB0011503","LysoPE(16:0/0:0)","9547069",NA,"CCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011505","LysoPE(18:1(11Z)/0:0)","53480949",NA,"CCCCCC/C=C\CCCCCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0011518","LysoPE(20:4(8Z,11Z,14Z,17Z)/0:0)","53480952",NA,"CC/C=C\C/C=C\C/C=C\C/C=C\CCCCCCC(=O)OC[C@H](COP(=O)(O)OCCN)O","1" +"HMDB0012097","SM(d18:1/14:0)","11433862",NA,"CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCCCCCCCC)O","1" +"HMDB0012101","SM(d18:1/18:1(9Z))","6443882","C00550","CCCCCCCCCCCCC/C=C/[C@H]([C@H](COP(=O)([O-])OCC[N+](C)(C)C)NC(=O)CCCCCCC/C=C\CCCCCCCC)O","1" +"HMDB0012103","SM(d18:1/22:0)","44260125","C00550","CCCCCCCCCCCCCCCCCCCCCC(=O)N[C@@H](COP(=O)([O-])OCC[N+](C)(C)C)[C@@H](/C=C/CCCCCCCCCCCCC)O","1" +"HMDB0012108","LysoPC(17:0)","24779463","C04230","CCCCCCCCCCCCCCCCC(=O)OC[C@H](COP(=O)([O-])OCC[N+](C)(C)C)O","1" +"HMDB0012398","PS(18:2(9Z,12Z)/16:0)","52925986",NA,"CCCCCCCCCCCCCCCC(=O)O[C@H](COC(=O)CCCCCCC/C=C\C/C=C\CCCCC)COP(=O)(O)OC[C@@H](C(=O)O)N","1" +"HMDB0012402","PS(18:2(9Z,12Z)/18:2(9Z,12Z))","9547086",NA,"CCCCC/C=C\C/C=C\CCCCCCCC(=O)OC[C@H](COP(=O)(O)OC[C@@H](C(=O)O)N)OC(=O)CCCCCCC/C=C\C/C=C\CCCCC","1" +"HMDB0013207","9-Hexadecenoylcarnitine","53481653",NA,"CCCCCC/C=C\CCCCCCCC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C","1" +"HMDB0013286","N-Undecanoylglycine","454092",NA,"CCCCCCCCCCC(=O)NCC(=O)O","1" +"HMDB0013340","3-Hydroxy-9Z-octadecenoylcarnitine","53481699",NA,"CCCCCCCC/C=C\CCCCCC(CC(=O)O[C@@H](CCC(=O)[O-])[N+](C)(C)C)O","1" +"HMDB0028691","Alanyl-Leucine","96801",NA,"CC(C)CC(NC(=O)C(C)N)C(O)=O","1" +"HMDB0028699","Alanyl-Tyrosine","92946",NA,"CC(N)C(=O)NC(CC1=CC=C(O)C=C1)C(O)=O","1" +"HMDB0028702","Arginyl-Alanine","7020333",NA,"CC(NC(=O)C(N)CCCNC(N)=N)C(O)=O","1" +"HMDB0028815","Glutamylaspartic acid","99716",NA,"C(CC(=O)O)[C@@H](C(=O)N[C@@H](CC(=O)O)C(=O)O)N","1" +"HMDB0028933","Leucyl-Leucine","76807","C11332","CC(C)CC(N)C(=O)NC(CC(C)C)C(O)=O","1" +"HMDB0028942","Leucyl-Valine","6993116",NA,"CC(C)CC(N)C(=O)NC(C(C)C)C(O)=O","1" +"HMDB0029033","Serylarginine","9856515",NA,"NC(CO)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029055","Threoninyl-Arginine","9900215",NA,"CC(O)C(N)C(=O)NC(CCCNC(N)=N)C(O)=O","1" +"HMDB0029134","Valyl-Phenylalanine","6993120",NA,"CC(C)C(N)C(=O)NC(CC1=CC=CC=C1)C(O)=O","1" +"HMDB0060067","CMPciliatine","440754","C05673","NCCP(O)(=O)OP(O)(=O)OC[C@H]1O[C@H]([C@H](O)[C@@H]1O)N1C=CC(=N)N=C1O","1" +"HMDB0060244","Phosphodimethylethanolamine","151438","C13482","CN(C)CCOP(O)(O)=O","1" +"HMDB0060461","cis-Acetylacrylate","5281015","C07091","[H]\C(=C(/[H])C(O)=O)C(C)=O","1" +"HMDB0062164","NA","NA","NA","NA","0" +"HMDB0112289","NA","NA","NA","NA","0" +"HMDB0112415","NA","NA","NA","NA","0" +"HMDB0112430","NA","NA","NA","NA","0" +"HMDB0112433","NA","NA","NA","NA","0" +"HMDB0112608","NA","NA","NA","NA","0" +"HMDB0112770","NA","NA","NA","NA","0" +"HMDB0112797","NA","NA","NA","NA","0" +"HMDB0240602","NA","NA","NA","NA","0" diff --git a/V1.7.4/MetaboAnalyst.R b/V1.7.4/MetaboAnalyst.R new file mode 100755 index 0000000000000000000000000000000000000000..f6e496891283c557b875303e26f14170db099c22 --- /dev/null +++ b/V1.7.4/MetaboAnalyst.R @@ -0,0 +1,78 @@ +#Requires: qs, RcppParallel. +myLibPath='~/R/4.0.2-gccmkl' #Changed this to your own library path if necessary. +dir.create(myLibPath,recursive=T,showWarnings=F) +.libPaths(c(myLibPath,.libPaths())) + +initial.options=commandArgs(trailingOnly=F) +sourcePath=file.path(dirname(sub("--file=","",initial.options[grep("--file=",initial.options)])),'MetaboAnalyst_3.0.3') +source(file.path(sourcePath,'general_data_utils.R')) +source(file.path(sourcePath,'general_lib_utils.R')) +source(file.path(sourcePath,'general_misc_utils.R')) +source(file.path(sourcePath,'general_proc_utils.R')) +source(file.path(sourcePath,'general_norm_utils.R')) +source(file.path(sourcePath,'enrich_name_match.R')) +source(file.path(sourcePath,'enrich_mset.R')) +source(file.path(sourcePath,'enrich_stats.R')) +source(file.path(sourcePath,'enrich_graphics.R')) + +MetaboAnalyst_ORA=function(filePrefix,ids,idType='hmdb',dbType='kegg_pathway',minSetSize=5,lipid=F,fileFormat='both') { +#idType: hmdb|kegg|hmdb_kegg|name +#dbType: smpdb_pathway|kegg_pathway|drug|blood|urine|csf|fecal|super_class|main_class|sub_class|snp|predicted|location for metabolites and super_class|main_class|sub_class|snp for lipids. + mSet=InitDataObjects1("conc", "msetora", FALSE) + cmpd.vec=ids + mSet=Setup.MapData1(mSet, cmpd.vec); + mSet=CrossReferencing1(mSet, idType, lipid); + mSet=CreateMappingResultTable1(mSet) + mSet=SetMetabolomeFilter1(mSet, F); + mSet=SetCurrentMsetLib1(mSet, dbType, minSetSize); + mSet=CalculateHyperScore1(mSet) +options(warn=-1) #Otherwise when srunning this code on a BioHPC node too many X11 font warnings will stop the program. + mSet=PlotORA1(mSet, paste0(filePrefix,'_barplot_'), "net", "png", 300, width=NA) + mSet=PlotORA1(mSet, paste0(filePrefix,'_barplot_'), "net", "pdf", width=NA) + mSet=PlotEnrichDotPlot1(mSet, "ora", paste0(filePrefix,'_dotplot_'), "png", 300, width=NA) + mSet=PlotEnrichDotPlot1(mSet, "ora", paste0(filePrefix,'_dotplot_'), "pdf", width=NA) + if (dbType %in% c('super_class','main_class','sub_class')) { + mSet=PlotEnrichPieChart1(mSet, "ora", paste0(filePrefix,'_piechart_'), "png", 300) + mSet=PlotEnrichPieChart1(mSet, "ora", paste0(filePrefix,'_piechart_'), "pdf") + } +options(warn=0) + file.rename('name_map.csv',file.path(dirname(filePrefix),'name_map.csv')) + file.rename('msea_ora_result.csv',file.path(dirname(filePrefix),'msea_ora_result.csv')) + if (file.exists('msea_pie_data.csv')) + file.rename('msea_pie_data.csv',file.path(dirname(filePrefix),'msea_pie_data.csv')) + unlink('*.qs') +} + +MetaboAnalyst_QEA=function(filePrefix,dataFile,idType='hmdb',dbType='kegg_pathway',minSetSize=5,lipid=F,fileFormat='both') { +#idType: hmdb|kegg|hmdb_kegg|name +#dbType: smpdb_pathway|kegg_pathway|drug|blood|urine|csf|fecal|super_class|main_class|sub_class|snp|predicted|location for metabolites and super_class|main_class|sub_class|snp for lipids. + mSet=InitDataObjects1("conc", "msetqea", FALSE) + mSet=Read.TextData1(mSet, dataFile, "colu", "disc"); + mSet=SanityCheckData1(mSet) + mSet=ContainMissing1(mSet) + mSet=ReplaceMin1(mSet); + mSet=CrossReferencing1(mSet, idType, lipid); + mSet=CreateMappingResultTable1(mSet) + mSet=PreparePrenormData1(mSet) + mSet=Normalization1(mSet, "NULL", "NULL", "NULL", ratio=FALSE, ratioNum=20) + #mSet=PlotNormSummary(mSet, "norm_0_", "png", 72, width=NA) + #mSet=PlotSampleNormSummary(mSet, "snorm_0_", "png", 72, width=NA) + mSet=SetMetabolomeFilter1(mSet, F); + mSet=SetCurrentMsetLib1(mSet, dbType, minSetSize); + mSet=CalculateGlobalTestScore1(mSet) +options(warn=-1) #Otherwise when srunning this code on a BioHPC node too many X11 font warnings will stop the program. + mSet=PlotQEA.Overview1(mSet, paste0(filePrefix,'_barplot_'), "net", "png", 300, width=NA) + mSet=PlotQEA.Overview1(mSet, paste0(filePrefix,'_barplot_'), "net", "pdf", width=NA) + mSet=PlotEnrichDotPlot1(mSet, "qea", paste0(filePrefix,'_dotplot_'), "png", 300, width=12) + mSet=PlotEnrichDotPlot1(mSet, "qea", paste0(filePrefix,'_dotplot_'), "pdf", width=NA) + if (dbType %in% c('super_class','main_class','sub_class')) { + mSet=PlotEnrichPieChart1(mSet, "qea", paste0(filePrefix,'_piechart_'), "png", 300) + mSet=PlotEnrichPieChart1(mSet, "qea", paste0(filePrefix,'_piechart_'), "pdf") + } +options(warn=0) + file.rename('name_map.csv',file.path(dirname(filePrefix),'name_map.csv')) + file.rename('msea_qea_result.csv',file.path(dirname(filePrefix),'msea_qea_result.csv')) + if (file.exists('msea_pie_data.csv')) + file.rename('msea_pie_data.csv',file.path(dirname(filePrefix),'msea_pie_data.csv')) + unlink('*.qs') +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/All_generic_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/All_generic_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..e9ca2a4f5385a84b5e71620234ca89370d9943b7 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/All_generic_utils.R @@ -0,0 +1,112 @@ +# .onAttatch +# +.onAttach <- function (libname, pkgname){ + k1 <- paste("MetaboAnalystR",utils::packageVersion( "MetaboAnalystR"),"initialized Successfully !") + k0 <- "\n" + k2 <- paste("https://github.com/xia-lab/MetaboAnalystR") + + packageStartupMessage(c(k1,k0,k2)) + +} + + + +### Generic DataClass Defination---------- +# 1. This xcmsSet is defined as refereced to XCMS for CAMERA annotation but not completely same +##' @references Smith, C.A., Want, E.J., O'Maille, G., Abagyan,R., Siuzdak, G. (2006). +##' "XCMS: Processing mass spectrometry data for metabolite profiling using nonlinear peak alignment, +##' matching and identification." Analytical Chemistry, 78, 779-787. +setClass("xcmsSet", + representation = representation(peaks = "matrix", + groups = "matrix", + groupidx = "list", + filled="numeric", + phenoData = "data.frame", + rt = "list", + filepaths = "character", + profinfo = "list", + dataCorrection="numeric", + polarity = "character", + progressInfo = "list", + progressCallback="function", + mslevel = "numeric", + scanrange = "numeric"), + prototype = prototype(peaks = matrix(nrow = 0, ncol = 0), + groups = matrix(nrow = 0, ncol = 0), + groupidx = list(), + filled = integer(0), + phenoData = data.frame(), + rt = list(), + filepaths = character(0), + profinfo = vector("list"), + dataCorrection=integer(0), + polarity = character(0), + progressInfo = list(), + mslevel = numeric(0), + scanrange= numeric(0), + progressCallback = function(progress) NULL), + validity = function(object) { + msg <- character() + ## Check if all slots are present. + slNames <- slotNames(object) + missingSlots <- character() + for (i in 1:length(slNames)) { + if (!.hasSlot(object, slNames[i])) + missingSlots <- c(missingSlots, slNames[i]) + } + if (length(missingSlots) > 0) + msg <- c(msg, paste0("This xcmsSet lacks slot(s): ", + paste(missingSlots, collapse = ","), + ". Please update the object using", + " the 'updateObject' method.")) + ## Check the .processHistory slot. + + if (length(msg)) + return(msg) + return(TRUE) + }) + +# 2. ruleSet were set for CAMERA processing. +##' @references Kuhl C, Tautenhahn R, Boettcher C, Larson TR, Neumann S (2012). +##' "CAMERA: an integrated strategy for compound spectra extraction and annotation of +##' liquid chromatography/mass spectrometry data sets." Analytical Chemistry, 84, 283-289. +##' http://pubs.acs.org/doi/abs/10.1021/ac202450g. + +setClass("ruleSet", + representation(ionlistfile="character", + ionlist="data.frame", + neutrallossfile="character", + neutralloss="data.frame", + neutraladditionfile="character", + neutraladdition="data.frame", + maxcharge="numeric", + mol="numeric", + nion="numeric", + nnloss="numeric", + nnadd="numeric", + nh="numeric", + polarity="character", + rules="data.frame", + lib.loc="character"), + contains=c("Versioned"), + prototype=prototype( + ionlistfile="", + ionlist=data.frame(), + neutrallossfile="", + neutralloss=data.frame(), + neutraladditionfile="", + neutraladdition=data.frame(), + maxcharge=numeric(), + mol=numeric(), + nion=numeric(), + nnloss=numeric(), + nnadd=numeric(), + nh=numeric(), + polarity=NULL, + rules=data.frame(), + lib.loc=NULL, + new("Versioned", versions=c(ruleSet="0.1.1"))), + validity=function(object) { + TRUE + }) + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/batch_effect_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/batch_effect_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..d273cf24b30352ac205ca0cb46250fa71d70d7ba --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/batch_effect_utils.R @@ -0,0 +1,4772 @@ +#'Data I/O for batch effect checking +#'@description Read multiple user uploaded CSV data one by one +#'format: row, col +#'@param mSetObj Input name of the created mSet Object +#'@param filePath Input the path to the batch files +#'@param format Input the format of the batch files +#'@param label Input the label-type of the files +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Read.BatchDataBC<-function(mSetObj=NA, filePath, format, label){ + + err.vec <<- ""; + + dat <- .readDataTable(filePath); + + mSetObj <- .get.mSet(mSetObj); + + if (any(class(mSetObj[["dataSet"]][["batch.cls"]]) == "factor")){ + + mSetObj[["dataSet"]][["table"]] <- + mSetObj[["dataSet"]][["class.cls"]] <- + mSetObj[["dataSet"]][["batch.cls"]] <- + mSetObj[["dataSet"]][["order.cls"]] <- + mSetObj[["dataSet"]][["batch"]] <- NULL; + + if (any(grepl("_edata",names(mSetObj[["dataSet"]])))){ + mSetObj[["dataSet"]][which(grepl("_edata",names(mSetObj[["dataSet"]])))]<-NULL; + } + } + + if(class(dat) == "try-error") { + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Please check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose"); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique;"); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(ncol(dat) == 1){ + AddErrMsg("Error: Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(format=="row"){ # sample in row + smpl.nms <-dat[,1]; + cls.nms <- factor(dat[,2]); + conc <- dat[,-c(1,2)]; + var.nms <- colnames(conc); + }else{ # sample in col + var.nms <- as.character(dat[-1,1]); + cls.nms <- factor(as.character(dat[1,-1])); + dat <- dat[-1,-1]; + smpl.nms <- colnames(dat); + conc<-t(dat); + } + + #checking and make sure QC labels are unique + qc.inx <- toupper(substr(smpl.nms, 0, 2)) == "QC"; + + qc.nms <- smpl.nms[qc.inx]; + qc.len <- sum(qc.inx); + if(length(unique(qc.nms))!=length(qc.nms)){ + smpl.nms[qc.inx] <- paste("QC", length(mSetObj$dataSet$batch) + 1, 1:qc.len, sep=""); + } + + # check the class labels + if(!is.null(mSetObj$dataSet$batch.cls)){ + if(!setequal(levels(cls.nms), levels(mSetObj$dataSet$batch.cls[[1]])) & !setequal(levels(cls.nms), levels(mSet[["dataSet"]][["class.cls"]]))){ + AddErrMsg("The class labels in current data is different from the previous!"); + return("F"); + } + } + + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + AddErrMsg("Duplicate sample names (except QC) are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.nm <- paste(var.nms[duplicated(var.nms)], collapse=" "); + AddErrMsg("Duplicate feature names are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in sample names!"); + return("F"); + } + + if(sum(is.na(iconv(var.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in feature names!"); + return("F"); + } + + # now assgin the dimension names + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + label <- gsub("[/-]", "_", label); + + if(nchar(label) > 10){ + label <- toupper(paste(substr(label, 0, 5), substr(label, nchar(label)-5, nchar(label)), sep="")); + } + + # store the data into list of list with the name order index + # first clean the label to get rid of unusually chars + if(label %in% names(mSetObj$dataSet$batch) || label=="F"){ + label <- paste("Dataset", length(mSetObj$dataSet$batch) + 1, sep=""); + } + + # check numerical matrix + int.mat <- conc; + rowNms <- rownames(int.mat); + colNms <- colnames(int.mat); + naNms <- sum(is.na(int.mat)); + num.mat<-apply(int.mat, 2, as.numeric) + + msg<-NULL; + if(sum(is.na(num.mat)) > naNms){ + # try to remove "," in thousand seperator if it is the cause + num.mat <- apply(int.mat,2,function(x) as.numeric(gsub(",", "", x))); + if(sum(is.na(num.mat)) > naNms){ + msg<-c(msg,"<font color=\"red\">Non-numeric values were found and replaced by NA.</font>"); + }else{ + msg<-c(msg,"All data values are numeric."); + } + }else{ + msg<-c(msg,"All data values are numeric."); + } + + int.mat <- num.mat; + + rownames(int.mat)<-rowNms; + colnames(int.mat)<-colNms; + + # replace NA by LoD + int.mat <- ReplaceMissingByLoD(int.mat); + + mSetObj$dataSet$batch[[label]] <- int.mat; + mSetObj$dataSet$batch.cls[[label]] <- cls.nms; + + # free memory + gc(); + if(.on.public.web){ + .set.mSet(mSetObj); + return(label); + }else{ + print(label); + return(.set.mSet(mSetObj)); + } +} + +#'Data I/O for batch effect checking +#' +#'@description Read peak data tale. +#'format: row, col +#'@param mSetObj Input name of the created mSet Object +#'@param filePath Input the path to the batch files +#'@param format Input the format of the batch files +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Read.BatchDataTB<-function(mSetObj=NA, filePath, format){ + + err.vec <<- ""; + + dat <- .readDataTable(filePath); + + mSetObj <- .get.mSet(mSetObj); + + mSetObj[["dataSet"]][["table"]]<- + mSetObj[["dataSet"]][["class.cls"]]<- + mSetObj[["dataSet"]][["batch.cls"]]<- + mSetObj[["dataSet"]][["order.cls"]] <- NULL; + + if (any(grepl("_edata",names(mSetObj[["dataSet"]])))){ + + mSetObj[["dataSet"]][which(grepl("_edata",names(mSetObj[["dataSet"]])))]<-NULL; + + } + + + if(class(dat) == "try-error") { + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Please check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose"); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique;"); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(ncol(dat) == 1){ + AddErrMsg("Error: Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(format=="row"){ # sample in row + smpl.nms <-dat[,1]; + cls.nms <- factor(dat[,2]); + order.nms <- factor(dat[,4]); + batch.nms <- factor(dat[,3]); + conc <- dat[,-c(1:4)]; + var.nms <- colnames(conc); + }else{ # sample in col + smpl.nms <-colnames(dat[1,])[-1]; + cls.nms <- factor(dat[1,][-1]); + order.nms <- factor(unname(dat[3,])[-1]); + batch.nms <- factor(unname(dat[2,])[-1]); + conc <- t(dat[-c(1:3),]); + var.nms <- unname(conc[1,]); + conc <- conc[-1,] + } + + #checking and make sure QC labels are unique + # qc.inx <- toupper(substr(smpl.nms, 0, 2)) == "QC"; # Old code, delete ! + qc.inx <- grepl("QC",smpl.nms) + + qc.nms <- smpl.nms[qc.inx]; + qc.len <- sum(qc.inx); + if(length(unique(qc.nms))!=length(qc.nms)){ + smpl.nms[qc.inx] <- paste(qc.nms,as.character(batch.nms),as.character(order.nms),sep = "_"); + } + + # check the class labels + + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + AddErrMsg("Duplicate sample names (except QC) are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.nm <- paste(var.nms[duplicated(var.nms)], collapse=" "); + AddErrMsg("Duplicate feature names are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in sample names!"); + return("F"); + } + + if(sum(is.na(iconv(var.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in feature names!"); + return("F"); + } + + # now assgin the dimension names + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + #label <- gsub("[/-]", "_", label); + + #if(nchar(label) > 10){ + # label <- toupper(paste(substr(label, 0, 5), substr(label, nchar(label)-5, nchar(label)), sep="")); + #} + + # store the data into list of list with the name order index + # first clean the label to get rid of unusually chars + + #if(label %in% names(mSetObj$dataSet$batch) || label=="F"){ + # label <- paste("Dataset", length(mSetObj$dataSet$batch) + 1, sep=""); + #} + + # check numerical matrix + int.mat <- conc; + rowNms <- rownames(int.mat); + colNms <- colnames(int.mat); + naNms <- sum(is.na(int.mat)); + num.mat<-apply(int.mat, 2, as.numeric) + + msg<-NULL; + if(sum(is.na(num.mat)) > naNms){ + # try to remove "," in thousand seperator if it is the cause + num.mat <- apply(int.mat,2,function(x) as.numeric(gsub(",", "", x))); + if(sum(is.na(num.mat)) > naNms){ + msg<-c(msg,"<font color=\"red\">Non-numeric values were found and replaced by NA.</font>"); + }else{ + msg<-c(msg,"All data values are numeric."); + } + }else{ + msg<-c(msg,"All data values are numeric."); + } + + int.mat <- num.mat; + + rownames(int.mat)<-rowNms; + colnames(int.mat)<-colNms; + + # replace NA + int.mat <- ReplaceMissingByLoD(int.mat); + + mSetObj$dataSet$table <- int.mat; + mSetObj$dataSet$class.cls <- cls.nms; + mSetObj$dataSet$batch.cls <- batch.nms; + mSetObj$dataSet$order.cls <- order.nms; + + # free memory + gc(); + if(.on.public.web){ + .set.mSet(mSetObj); + # return(label); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Data I/O for signal drift checking +#' +#'@description Read peak data tale. +#'format: row, col +#'@param mSetObj Input name of the created mSet Object +#'@param filePath Input the path to the batch files +#'@param format Input the format of the batch files +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Read.SignalDriftData<-function(mSetObj=NA, filePath, format){ + + #dat <- .readDataTable(filePath); + dat <- .readDataTable2(filePath); + + mSetObj <- .get.mSet(mSetObj); + + if(class(dat) == "try-error") { + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Please check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose"); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique;"); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(ncol(dat) == 1){ + AddErrMsg("Error: Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + return("F"); + } + + if(format=="row"){ # sample in row + smpl.nms <-dat[,1]; + cls.nms <- factor(dat[,2]); + order.nms <- factor(dat[,4]); + batch.nms <- factor(dat[,3]); + conc <- dat[,-c(1:4)]; + var.nms <- colnames(conc); + }else{ # sample in col + smpl.nms <-dat[1,]; + cls.nms <- factor(dat[2,]); + order.nms <- factor(dat[4,]); + batch.nms <- factor(dat[3,]); + conc <- t(dat[-c(1:4),]); + var.nms <- colnames(conc); + } + + #checking and make sure QC labels are unique + # qc.inx <- toupper(substr(smpl.nms, 0, 2)) == "QC"; # Old code, delete ! + qc.inx <- grepl("QC",smpl.nms) + + qc.nms <- smpl.nms[qc.inx]; + qc.len <- sum(qc.inx); + if(length(unique(qc.nms))!=length(qc.nms)){ + smpl.nms[qc.inx] <- paste(qc.nms,as.character(batch.nms),as.character(order.nms),sep = "_"); + } + + # check the class labels + if(!is.null(mSetObj$dataSet$batch.cls)){ + if(!setequal(levels(cls.nms), levels(mSetObj$dataSet$batch.cls[[1]]))){ + AddErrMsg("The class labels in current data is different from the previous!"); + return("F"); + } + } + + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + AddErrMsg("Duplicate sample names (except QC) are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.nm <- paste(var.nms[duplicated(var.nms)], collapse=" "); + AddErrMsg("Duplicate feature names are not allowed!"); + AddErrMsg(dup.nm); + return("F"); + } + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in sample names!"); + return("F"); + } + + if(sum(is.na(iconv(var.nms)))>0){ + AddErrMsg("No special letters (i.e. Latin, Greek) are allowed in feature names!"); + return("F"); + } + + # now assgin the dimension names + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + #label <- gsub("[/-]", "_", label); + + #if(nchar(label) > 10){ + # label <- toupper(paste(substr(label, 0, 5), substr(label, nchar(label)-5, nchar(label)), sep="")); + #} + + # store the data into list of list with the name order index + # first clean the label to get rid of unusually chars + + #if(label %in% names(mSetObj$dataSet$batch) || label=="F"){ + # label <- paste("Dataset", length(mSetObj$dataSet$batch) + 1, sep=""); + #} + + # check numerical matrix + int.mat <- conc; + rowNms <- rownames(int.mat); + colNms <- colnames(int.mat); + naNms <- sum(is.na(int.mat)); + num.mat<-apply(int.mat, 2, as.numeric) + + msg<-NULL; + if(sum(is.na(num.mat)) > naNms){ + # try to remove "," in thousand seperator if it is the cause + num.mat <- apply(int.mat,2,function(x) as.numeric(gsub(",", "", x))); + if(sum(is.na(num.mat)) > naNms){ + msg<-c(msg,"<font color=\"red\">Non-numeric values were found and replaced by NA.</font>"); + }else{ + msg<-c(msg,"All data values are numeric."); + } + }else{ + msg<-c(msg,"All data values are numeric."); + } + + int.mat <- num.mat; + + rownames(int.mat)<-rowNms; + colnames(int.mat)<-colNms; + + # replace NA + minConc<-min(int.mat[int.mat>0], na.rm=T)/5; + int.mat[is.na(int.mat)] <- minConc; + + mSetObj$dataSet$table <- int.mat; + mSetObj$dataSet$class.cls <- cls.nms; + mSetObj$dataSet$batch.cls <- batch.nms; + mSetObj$dataSet$order.cls <- order.nms; + + # free memory + gc(); + if(.on.public.web){ + .set.mSet(mSetObj); + # return(label); + }else{ + # print(label); + return(.set.mSet(mSetObj)); + } +} + +#'Batch Effect Correction +#'@description This function is designed to perform the batch effect correction +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input the name of the plot to create +#'@param Method Batch effect correction method, default is "auto". Specific method, including "Combat", +#'"WaveICA","EigenMS","QC_RLSC","ANCOVA","RUV_random","RUV_2","RUV_s","RUV_r","RUV_g","NOMIS" and "CCMN". +#'@param center The center point of the batch effect correction, based on "QC" or "", which means correct +#'to minimize the distance between batches. +#'@import data.table +#'@importFrom plyr join ddply . summarise id +#'@importFrom dplyr rename mutate select enquo tbl_vars group_vars grouped_df group_vars groups +#'@import edgeR +#'@importFrom pcaMethods pca +#'@importFrom crmn standardsFit +#'@import impute +#'@import BiocParallel +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PerformBatchCorrection <- function(mSetObj=NA, imgName=NULL, Method=NULL, center=NULL){ + + mSetObj <- .get.mSet(mSetObj); + + start.time <- Sys.time() + + if(class(mSetObj[["dataSet"]][["batch.cls"]])=="list"){ + + nms <- names(mSetObj$dataSet$batch); + nm.list <- vector(length=length(mSetObj$dataSet$batch), mode="list"); + cls.lbls <- batch.lbls <- NULL; # record all batch labels + + for (i in 1:length(mSetObj$dataSet$batch)){ + batch <- mSetObj$dataSet$batch[[i]]; + cls <- as.character(mSetObj$dataSet$batch.cls[[i]]); + nm.list[[i]] <- colnames(batch); + cls.lbls <- c(cls.lbls,cls); + batch.lbls <- c(batch.lbls, rep(nms[i], length=nrow(batch))); + } + + cm.nms <- Reduce(intersect, nm.list); # get common names + + # now align all the batches + mSetObj$dataSet$batch <- lapply(mSetObj$dataSet$batch, function(x){x[,cm.nms]}); + mSetObj[["dataSet"]][["table"]] <- commonMat2 <- do.call(rbind, mSetObj$dataSet$batch); + mSetObj[["dataSet"]][["batch.cls"]] <- batch.lbl2 <- factor(batch.lbls,levels=names(mSetObj$dataSet$batch), ordered=T); + mSetObj[["dataSet"]][["class.cls"]] <- class.lbl2 <- factor(cls.lbls); + + working_mode <- "file"; + + } else if (class(mSetObj[["dataSet"]][["batch.cls"]])=="factor") { + + commonMat2 <- mSetObj[["dataSet"]][["table"]]; + batch.lbl2 <- mSetObj[["dataSet"]][["batch.cls"]]; + class.lbl2 <- mSetObj[["dataSet"]][["class.cls"]]; + order.lbl2 <- mSetObj[["dataSet"]][["order.cls"]]; + + working_mode <- "table"; + + } else { + AddErrMsg("There is something wrong with your data !") + AddErrMsg("Most possible cause: absence of batch infromation !") + return(F) + } + + + if (is.null(Method)){ + Method<-"auto" + } + + if (is.null(center)){ + center<-"" + } + + if (is.null(imgName)){ + imgName<-"image_BC" + } + + ## Extract the information from the mSetObj Object + + #order.lbl2 <- mSetObj[["dataSet"]][["order.cls"]]; + QCs<-grep("QC",as.character(class.lbl2)); + + pheno2 <- data.frame(cbind(class.lbl2, batch.lbl2)); + print(paste("Correcting using the", Method, "method !")) + modcombat2 <- model.matrix(~1, data=pheno2); + + if (all(is.na(commonMat2)) | all(is.null(commonMat2))){ + AddErrMsg(paste0("Your data seems like empty !")) + return(F) + } + + + try( + if (Method=="auto"){ + #### QCs Independent------------ + # Correction Method 1 - Combat + + if (all(!is.na(as.character(unique(batch.lbl2)))) & !is.null(batch.lbl2)){ + print("Correcting with Combat..."); + Combat_edata<-combat(commonMat2,batch.lbl2,modcombat2); + mSetObj$dataSet$Combat_edata<-Combat_edata; + } + + # Correction Method 2 - WaveICA + if(!.on.public.web){ + if (all(!is.na(as.character(unique(batch.lbl2)))) & !is.null(batch.lbl2) & + all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with WaveICA...");#require(WaveICA) + WaveICA_edata<-WaveICA(commonMat2,batch.lbl2,class.lbl2); + mSetObj$dataSet$WaveICA_edata<-WaveICA_edata; + } + } + # Correction Method 3 - Eigens MS + if (all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with EigenMS..."); + + EigenMS_edata<-suppressWarnings(suppressMessages(EigenMS(commonMat2,class.lbl2))); + mSetObj$dataSet$EigenMS_edata<-EigenMS_edata; + if (all(is.na(as.character(unique(batch.lbl2)))) | is.null(batch.lbl2)){ + mSetObj$dataSet$batch.cls <- factor(rep(1,length(mSetObj$dataSet$batch.cls))); + } + } + #### QCs (Quality Control Sample) Dependent--------- + ## Run QCs dependent methods + if (!identical(QCs,integer(0))){ + #Correction Method 1 - QC-RLSC # Ref:doi: 10.1093/bioinformatics/btp426 + + if (working_mode == "table" & (.on.public.web == F | as.numeric(object.size(mSetObj[["dataSet"]][["table"]])/1024/1024) < 0.82)){ + + if (all(!is.na(as.character(unique(batch.lbl2)))) & !is.null(batch.lbl2) & + all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2) & + !(is.null(order.lbl2) | all(is.na(as.character(unique(order.lbl2)))) | any(is.na(order.lbl2)))){ + print("Correcting with QC-RLSC..."); + + QC_RLSC_edata<-QC_RLSC(commonMat2,batch.lbl2,class.lbl2,order.lbl2,QCs); + + mSetObj$dataSet$QC_RLSC_edata <- QC_RLSC_edata; + } + } + # Correction Method 2 - QC-SVRC or QC-RFSC # Ref:https://doi.org/10.1016/j.aca.2018.08.002 + # Future Options to make this script more powerful + + # Correction Method 4 - ANCOVA # Ref:doi: 10.1007/s11306-016-1015-8 + if (all(!is.na(as.character(unique(batch.lbl2)))) & !is.null(batch.lbl2)){ + print("Correcting with ANCOVA..."); + ANCOVA_edata<-ANCOVA(commonMat2,batch.lbl2,QCs); + mSetObj$dataSet$ANCOVA_edata <- ANCOVA_edata; + } + } + + #### QCm (Quality Control Metabolites) Dependent--------- + QCms<-grep("IS",colnames(commonMat2)); + if (!identical(QCms,integer(0))){ + # Correction Method 1 - RUV_random # Ref:doi/10.1021/ac502439y + print("Correcting with RUV-random..."); + RUV_random_edata<-RUV_random(commonMat2); + mSetObj$dataSet$RUV_random_edata <- RUV_random_edata; + + # Correction Method 2 - RUV2 # Ref:De Livera, A. M.; Bowne, J. Package metabolomics for R, 2012. + if (all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with RUV-2..."); + RUV_2_edata<-RUV_2(commonMat2,class.lbl2); + mSetObj$dataSet$RUV_2_edata <- RUV_2_edata; + } + # Correction Method 3.1 - RUV_sample # Ref:https://www.nature.com/articles/nbt.2931 + if (all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with RUVs..."); + RUV_s_edata<-RUVs_cor(commonMat2,class.lbl2); + mSetObj$dataSet$RUV_s_edata <- RUV_s_edata; + } + # Correction Method 3.2 - RUVSeq_residual # Ref:https://www.nature.com/articles/nbt.2931 + if (all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with RUVr...");require(edgeR) + RUV_r_edata<-suppressPackageStartupMessages(RUVr_cor(commonMat2,class.lbl2)); + mSetObj$dataSet$RUV_r_edata <- RUV_r_edata; + } + # Correction Method 3.3 - RUV_g # Ref:https://www.nature.com/articles/nbt.2931 + print("Correcting with RUVg..."); + RUV_g_edata<-RUVg_cor(commonMat2); + mSetObj$dataSet$RUV_g_edata <- RUV_g_edata; + } + + #### Internal standards based dependent methods-------- + ISs <- grep("IS",colnames(commonMat2)); + if (!identical(ISs,integer(0))){ + + # Correction Method 1 - NOMIS + print("Correcting with NOMIS...") + NOMIS_edata <- NOMIS(commonMat2) + mSetObj$dataSet$NOMIS_edata <- NOMIS_edata; + + # Correction Method 2 - CCMN + if (all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2)){ + print("Correcting with CCMN...") + CCMN_edata <- CCMN2(commonMat2,class.lbl2) + mSetObj$dataSet$CCMN_edata <- CCMN_edata; + } + } + + ################### + + nms<-names(mSetObj$dataSet) + nms<-nms[grepl("*edata",nms)] + nms<- c("table",nms) + + interbatch_dis<-sapply(nms,FUN=.evaluate.dis,mSetObj=mSetObj,center=center) + mSetObj$dataSet$interbatch_dis <- interbatch_dis + + best.choice<-names(which(min(interbatch_dis)==interbatch_dis)) + + best.table <- mSetObj$dataSet[[best.choice]]; + mSetObj$dataSet$adjusted.mat <- best.table; + + Method <- sub(pattern = "_edata",x = best.choice, replacement = "") + + print(paste("Best results generated by ", Method, " !")) + #=======================================================================/ + } else if (Method=="Combat"){ + + if(any(is.na(batch.lbl2)) | is.null(batch.lbl2)){ + AddErrMsg(paste0("batch inforamtion is required for ",Method," !")) + return(F) + } + + Combat_edata<-combat(commonMat2,batch.lbl2,modcombat2); + mSetObj$dataSet$adjusted.mat<-mSetObj$dataSet$Combat_edata <- Combat_edata; + + } else if (Method=="WaveICA"){ + + if(any(is.na(batch.lbl2)) | is.null(batch.lbl2)){ + AddErrMsg(paste0("batch inforamtion is required for ",Method," !")) + return(F) + } + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + WaveICA_edata<-WaveICA(commonMat2,batch.lbl2,class.lbl2); + mSetObj$dataSet$adjusted.mat<-mSetObj$dataSet$WaveICA_edata <- WaveICA_edata; + + } else if (Method=="EigenMS"){ + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + EigenMS_edata<-EigenMS(commonMat2,class.lbl2); + mSetObj$dataSet$adjusted.mat<-mSetObj$dataSet$EigenMS_edata <- EigenMS_edata; + + } else if (Method=="QC_RLSC"){ + + if(any(is.na(batch.lbl2)) | is.null(batch.lbl2)){ + AddErrMsg(paste0("batch inforamtion is required for ",Method," !")) + return(F) + } + + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + + if(any(is.na(order.lbl2)) | is.null(order.lbl2)){ + AddErrMsg(paste0("order inforamtion is required for ",Method," !")) + return(F) + } + + if(any(is.na(QCs)) | is.null(QCs) | identical(QCs, integer(0))){ + AddErrMsg(paste0("QC inforamtion is required for ",Method," !")) + + return(F) + } + + QC_RLSC_edata<-suppressWarnings(suppressMessages(QC_RLSC(commonMat2,batch.lbl2,class.lbl2,order.lbl2,QCs))); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$QC_RLSC_edata <- QC_RLSC_edata; + + } else if (Method=="ANCOVA"){ + + if(any(is.na(batch.lbl2)) | is.null(batch.lbl2)){ + AddErrMsg(paste0("batch inforamtion is required for ",Method," !")) + return(F) + } + + if(any(is.na(QCs)) | is.null(QCs) | identical(QCs, integer(0))){ + AddErrMsg(paste0("QC inforamtion is required for ",Method," !")) + return(F) + } + + ANCOVA_edata<-ANCOVA(commonMat2,batch.lbl2,QCs); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$ANCOVA_edata <- ANCOVA_edata; + + } else if (Method=="RUV_random"){ + + QCms<-grep("IS",colnames(commonMat2)); + + if(any(is.na(QCms)) | is.null(QCms) | identical(QCms, integer(0))){ + AddErrMsg(paste0("Quality Control Metabolites inforamtion is required for ",Method," !")) + return(F) + } + + + RUV_random_edata<-RUV_random(commonMat2); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$RUV_random_edata <- RUV_random_edata; + + } else if (Method=="RUV_2"){ + + QCms<-grep("IS",colnames(commonMat2)); + + if(any(is.na(QCms)) | is.null(QCms) | identical(QCms, integer(0))){ + AddErrMsg(paste0("Quality Control Metabolites inforamtion is required for ",Method," !")) + return(F) + } + + + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + + RUV_2_edata<-RUV_2(commonMat2,class.lbl2); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$RUV_2_edata <- RUV_2_edata; + + } else if (Method=="RUV_s"){ + + QCms<-grep("IS",colnames(commonMat2)); + + if(any(is.na(QCms)) | is.null(QCms) | identical(QCms, integer(0))){ + AddErrMsg(paste0("Quality Control Metabolites inforamtion is required for ",Method," !")) + return(F) + } + + + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + + RUV_s_edata<-RUVs_cor(commonMat2,class.lbl2); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$RUV_s_edata <- RUV_s_edata; + + } else if (Method=="RUV_r"){ + + QCms<-grep("IS",colnames(commonMat2)); + + if(any(is.na(QCms)) | is.null(QCms) | identical(QCms, integer(0))){ + AddErrMsg(paste0("Quality Control Metabolites inforamtion is required for ",Method," !")) + return(F) + } + + + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + + RUV_r_edata<-suppressPackageStartupMessages(RUVr_cor(commonMat2,class.lbl2)); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$RUV_r_edata <- RUV_r_edata; + + } else if (Method=="RUV_g"){ + + QCms<-grep("IS",colnames(commonMat2)); + + if(any(is.na(QCms)) | is.null(QCms) | identical(QCms, integer(0))){ + AddErrMsg(paste0("Quality Control Metabolites inforamtion is required for ",Method," !")) + return(F) + } + + + RUV_g_edata<-RUVg_cor(commonMat2); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$RUV_g_edata <- RUV_g_edata; + + } else if (Method=="NOMIS"){ + + ISs <- grep("IS",colnames(commonMat2)); + + if(any(is.na(ISs)) | is.null(ISs) | identical(ISs, integer(0))){ + AddErrMsg(paste0("Internal Standards inforamtion is required for ",Method," !")) + return(F) + } + + + NOMIS_edata <- NOMIS(commonMat2) + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$NOMIS_edata <- NOMIS_edata; + + } else if (Method=="CCMN"){ + + if(any(is.na(class.lbl2)) | is.null(class.lbl2)){ + AddErrMsg(paste0("class inforamtion is required for ",Method," !")) + return(F) + } + + ISs <- grep("IS",colnames(commonMat2)); + + if(any(is.na(ISs)) | is.null(ISs) | identical(ISs, integer(0))){ + AddErrMsg(paste0("Internal Standards inforamtion is required for ",Method," !")) + return(F) + } + + CCMN_edata <- CCMN2(commonMat2,class.lbl2) + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$CCMN_edata <- CCMN_edata; + + } + + ,silent=F) + + if (is.null(mSetObj$dataSet$adjusted.mat) | all(is.na(mSetObj$dataSet$adjusted.mat))){ + AddErrMsg(paste0("Your data or format is not valid! Please double check!")); + return(F); + } + + if (Method != "auto"){ + + nms<-names(mSetObj$dataSet) + nms<-nms[grepl("*edata",nms)] + nms<- c("table",nms) + + interbatch_dis<-sapply(nms,FUN=.evaluate.dis,mSetObj=mSetObj,center=center) + mSetObj$dataSet$interbatch_dis <- interbatch_dis + + } + + mSetObj <- PlotPCA.overview(mSetObj, imgName, method=Method); + Plot.sampletrend(mSetObj,paste(imgName,"Trend"),method=Method); + plot.dist(mSetObj,paste(imgName,"dist")) + + best.table <- mSetObj$dataSet$adjusted.mat + + # save the meta-dataset + res <- data.frame(colnames(t(best.table)), class.lbl2, batch.lbl2, best.table); + colnames(res) <- c('NAME', 'CLASS', 'Dataset', colnames(best.table)); + write.table(res, sep=",", file="MetaboAnalyst_batch_data.csv", row.names=F, quote=FALSE); + + if(.on.public.web){ + .set.mSet(mSetObj) + return("T"); + } + + end.time <- Sys.time() + return(.set.mSet(mSetObj)); +} + +#'Signal Drift Correction +#'@description This function is designed to perform the signal drift correction. +#'Batch effect and signal drift correction will be performed with QC-RLSC method in this function. +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input the name of the plot to create +#'@import data.table +#'@importFrom plyr join ddply . summarise id +#'@importFrom dplyr rename mutate select enquo tbl_vars group_vars grouped_df group_vars groups +#'@import edgeR +#'@importFrom pcaMethods pca +#'@importFrom crmn standardsFit +#'@import impute +#'@import BiocParallel +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PerformSignalDriftCorrection <- function(mSetObj=NA, imgName=NULL){ + + if (is.null(imgName)){ + imgName<-"image_sg" + } + + ## Extract the information from the mSetObj Object + commonMat2 <- mSetObj[["dataSet"]][["table"]]; + batch.lbl2 <- mSetObj[["dataSet"]][["batch.cls"]]; + class.lbl2 <- mSetObj[["dataSet"]][["class.cls"]]; + order.lbl2 <- mSetObj[["dataSet"]][["order.cls"]]; + QCs<-grep("QC",as.character(class.lbl2)); + + if (identical(QCs,integer(0))){ + stop("QC samples are required for signal driift correction. Please double check your data !") + } + + if (all(!is.na(as.character(unique(batch.lbl2)))) & !is.null(batch.lbl2) & + all(!is.na(as.character(unique(class.lbl2)))) & !is.null(class.lbl2) & + all(!is.na(as.character(unique(order.lbl2)))) & !is.null(order.lbl2)){ + print("Correcting with QC-RLSC..."); + QC_RLSC_edata<-suppressWarnings(suppressMessages(QC_RLSC(commonMat2,batch.lbl2,class.lbl2,order.lbl2,QCs))); + mSetObj$dataSet$adjusted.mat <- mSetObj$dataSet$QC_RLSC_edata <- QC_RLSC_edata; + } else { + stop("Please double check the batch, class and order information is not missing ") + } + + Plot.sampletrend(mSetObj,paste(imgName,"Trend"),method="QC_RLSC"); + + best.table <- mSetObj$dataSet$adjusted.mat + + # save the meta-dataset + res <- data.frame(colnames(t(best.table)), class.lbl2, batch.lbl2, best.table); + colnames(res) <- c('NAME', 'CLASS', 'Dataset', colnames(best.table)); + write.table(res, sep=",", file="MetaboAnalyst_signal_drift.csv", row.names=F, quote=FALSE); + +} + +#'Scatter plot colored by different batches +#'@description Scatter plot colored by different batches +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 600. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPCA.overview <- function(mSetObj, imgName, format="png", dpi=72, width=NA,method){ + + #mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 11; + }else{ + w <- width; + } + h <- 6; + + mSetObj$imgSet$pca.batch.overview <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mfrow=c(1,2)); + + nlbls <- mSetObj$dataSet$batch.cls; + pca <- prcomp(mSetObj$dataSet$table, center=T, scale=T); + sum.pca<-summary(pca); + var.pca<-sum.pca$importance[2,]; # variance explained by each PC + + ## plot score plot + pc1 = pca$x[, 1]; + pc2 = pca$x[, 2]; + + xlabel = paste("PC1", "(", round(100*var.pca[1],1), "%)"); + ylabel = paste("PC2", "(", round(100*var.pca[2],1), "%)"); + + semi.cols <- CreateSemiTransColors(mSetObj$dataSet$batch.cls); + if (all(semi.cols == "")){ + semi.cols <- "#FF000080" + }; + + plot(pc1, pc2, xlab=xlabel, ylab=ylabel, pch=21, bg=semi.cols, col="gray", cex=1.6, main="Before Adjustment"); + legend("topright", legend=unique(nlbls), pch=15, col=unique(semi.cols)); + + qcInx <- substr(names(pc1), 0, 2) == "QC"; + if(sum(qcInx) > 0){ + points(pc1[qcInx], pc2[qcInx], pch=3, cex=2, lwd=2); + } + + df_tmp<-apply(mSetObj$dataSet$adjusted.mat,2,FUN = function(x){ + if(length(which(x==0))==length(x)){ + x[1]<-0.000001; + return(x) + } else {x} + }) + + #a1<-mSetObj$dataSet$adjusted.mat + mSetObj$dataSet$adjusted.mat <- df_tmp + pca <- prcomp(mSetObj$dataSet$adjusted.mat, center=T, scale=T); + sum.pca<-summary(pca); + var.pca<-sum.pca$importance[2,]; # variance explained by each PC + + ## plot score plot + pc1 = pca$x[, 1]; + pc2 = pca$x[, 2]; + + xlabel = paste("PC1", "(", round(100*var.pca[1],1), "%)"); + ylabel = paste("PC2", "(", round(100*var.pca[2],1), "%)"); + + main_name<-paste0("After Adjustment_",method) + + semi.cols <- CreateSemiTransColors(mSetObj$dataSet$batch.cls); + if (all(semi.cols == "")){ + semi.cols <- "#FF000080" + }; + + plot(pc1, pc2, xlab=xlabel, ylab=ylabel, pch=21, bg=semi.cols, col="gray", cex=1.6, main=main_name); + legend("topright", legend=unique(nlbls), pch=15, col=unique(semi.cols)); + + qcInx <- substr(names(pc1), 0, 2) == "QC"; + if(sum(qcInx) > 0){ + points(pc1[qcInx], pc2[qcInx], pch=3, cex=2, lwd=2); + } + + dev.off(); + return(mSetObj); + #return(.set.mSet(mSetObj)); + +} + +#'Sample Trend Scatter +#'@description Scatter sample trend comparison between all sample of different batches +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 600. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Plot.sampletrend <- function(mSetObj, imgName, format="png", dpi=72, width=NA,method){ + + #mSetObj <- .get.mSet(mSetObj) + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 11; + }else{ + w <- width; + } + h <- 6; + + mSetObj$imgSet$trend.batch.overview <- imgName; + + # centerin the adjusted data + adjusted.data<-t(mSetObj$dataSet$adjusted.mat) + original.data<-t(mSetObj$dataSet$table) + + complete_all_center = t(scale(t(original.data), center = TRUE, scale = FALSE)) + toplot1 = svd(complete_all_center) + + complete_all_center = t(scale(t(adjusted.data), center = TRUE, scale = FALSE)) + toplot3 = svd(complete_all_center) + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + # Define the image + + par(mfcol=c(3,2)) + par(mar = c(2,2,2,2)) + + plot.eigentrends(toplot1, "Raw Data") + plot.eigentrends(toplot3, paste("Normalized Data",method)) + + dev.off() +} + +#'Batch Distance Plotting +#'@description Scatter sample trend comparison between all sample of different batches +plot.dist <- function(mSetObj=NA, imgName="dist",format="png", width=NA, dpi=72){ + library(ggplot2) + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- length(mSetObj[["dataSet"]])*0.4+1.6; + }else{ + w <- width; + } + h <- w*6/11; + + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + Methods<-gsub("_edata",names(mSetObj[["dataSet"]][["interbatch_dis"]]),replacement = "") + Methods[1] <- "Original_Table" + Distance<-unname(mSetObj[["dataSet"]][["interbatch_dis"]]) + dist.sort <- order(Distance) + + data<-data.frame(Methods,Distance,dist.sort) + + p<-ggplot2::ggplot(data,aes(fill=factor(Distance),y=Distance,x=Methods)) + + geom_bar(position="dodge", stat="identity",width = 0.7) + + scale_fill_grey(start = 0.1,end = 0.85) + + theme_bw() + + theme(legend.position = "none", + axis.text.x = element_text( angle=45, hjust = 1), + axis.text.y = element_text( angle=-30)) + + scale_x_discrete(limits=Methods[dist.sort])+ + geom_text(x=1, y=min(data$Distance)*1.05, label="*",size=10, color="black") + print(p) + dev.off(); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetAllBatchNames <- function(mSetObj=NA){ + + #mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$dataSet$batch)){ + return(0); + } + names(mSetObj$dataSet$batch); +} + +ResetBatchData <- function(mSetObj=NA){ + #mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$batch <- mSetObj$dataSet$batch.cls <- NULL; + return(.set.mSet(mSetObj)); +} + +#'Create semitransparant colors +#'@description Create semitransparant colors for a given class label +#'@param cls Input class labels +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +CreateSemiTransColors <- function(cls){ + + # note, the first color (red) is for QC + col.nms <- rainbow(length(levels(cls))); + + # convert to semi-transparent + semi.nms <- ToSemiTransParent(col.nms); + + # now expand to the one-to-one match to cls element + col.vec <- vector(mode="character", length=length(cls)); + for (i in 1:length(levels(cls))){ + lv <- levels(cls)[i]; + col.vec[cls==lv] <- semi.nms[i]; + } + return(col.vec); +} + +# convert rgb color i.e. "#00FF00FF" to semi transparent +ToSemiTransParent <- function (col.nms, alpha=0.5){ + rgb.mat <- t(col2rgb(col.nms)); + rgb(rgb.mat/255, alpha=alpha); +} + +################################################# +##### Functions for Batch Effect Correction ##### + +# 1. WaveICA Function +WaveICA<-function(data,batch,group){ + ### Wavelet Decomposition + if(.on.public.web){ + dyn.load(.getDynLoadPath()); + } + + batch<-as.character(batch) + group<-as.character(group) + wf="haar"; + K=20;t=0.05;t2=0.05;alpha=0; + #library(waveslim) + level<-floor(log10(nrow(data),2)) + if (is.null(colnames(data))){ + stop("data must have colnames") + }; + coef<-list(); + for (k in 1:(level+1)){ + coef[[k]] <-matrix(NA,nrow(data),ncol(data)) + } + for (j in 1:ncol(data)){ + #cat(paste("######Decomposition",j,"########\n")) + data_temp<-data[,j] + x_modwt<-modwt(data_temp,wf=wf,n.levels =level) + for (k in 1:(level+1)){ + coef[[k]][,j]<-x_modwt[[k]] + } + } + ##### ICA + index<-level+1 + data_wave_ICA<-list() + for (i in (1:index)){ + #cat(paste("######### ICA",i,"#############\n")) + data_coef<-coef[[i]] + data_coef_ICA<-normFact(fact="stICA",X=t(data_coef),ref=batch,refType ="categorical",k=K,t=t,ref2=group,refType2="categorical",t2=t2,alpha) + data_wave_ICA[[i]]<-t(data_coef_ICA$Xn) + } + ### Wavelet Reconstruction + index<-ncol(data) + index1<-length(data_wave_ICA) + data_coef<-matrix(NA,nrow(data_wave_ICA[[1]]),index1) + data_wave<-matrix(NA,nrow(data_wave_ICA[[1]]),ncol(data_wave_ICA[[1]])) + for (i in 1:index){ + #cat(paste("######Reconstruction",i,"########\n")) + for (j in 1:index1){ + data_coef[,j]<-data_wave_ICA[[j]][,i] + } + data_temp<-data[,i] + data_coef<-as.data.frame(data_coef) + colnames(data_coef)<-c(paste("d",1:(index1-1),sep=""),paste("s",(index1-1),sep="")) + y<-as.list(data_coef) + attributes(y)$class<-"modwt" + attributes(y)$wavelet<-wf + attributes(y)$boundary<-"periodic" + data_wave[,i]<-imodwt(y)+mean(data_temp) + } + rownames(data_wave)<-rownames(data) + colnames(data_wave)<-colnames(data) + return(data_wave) +} + +# 2. Combat Function +combat<-function(data,batch,mod){ + # note, transpose to fit the gene expression format + correc_edata <- suppressMessages(sva::ComBat(dat=t(data), batch=batch, mod=mod, par.prior=TRUE, prior.plots=FALSE)) + return(t(correc_edata)) +} + +# 3. RUVSeq_sample Function +RUVs_cor<-function(data,class){ + + data<-t(data) + + QCm<-grep('IS',rownames(data)) + if (identical(QCm, integer(0))){ + AddErrMsg("QCm is required to be defined in data matrix colnames !") + } + class.list<-list() + for (i in levels(class)){ + class.list[[i]]<-grep(i,class) + } + idx<-unlist(lapply(class.list,length)) + max.idx<-max(idx) + + differences<-matrix(nrow = length(idx),ncol = max.idx) + for (i in seq(length(idx))){ + differences[i,]<-c(which(class==levels(class)[i]),rep(-1,(max.idx-idx[i]))) + } + + data[data<=0]<-0.0001 + data.log<-log10(data) + + data.cor<-RUVs(log10(data), + cIdx = QCm, + k = 1, + scIdx = differences, + isLog = T)[["normalizedCounts"]] + + data.corrected<-exp(data.cor) + + return(t(data.corrected)) + +} + +# 4. RUVSeq_residual Function +RUVr_cor<-function(data,class){ + + data<-t(data); + + QCm<-grep('IS',rownames(data)) + if (identical(QCm, integer(0))){ + AddErrMsg("QCm is required to be defined in data matrix colnames !") + } + + if (length(colnames(data))!=length(unique(colnames(data)))){ + colnames(data)[(duplicated(colnames(data)))]<-paste0(colnames(data)[duplicated(colnames(data))],"_2") + } + + design <- model.matrix(~class) + + data[data<=0]<-0.0001 + + y <- DGEList(counts=data, group=class) + y <- calcNormFactors(y, method="upperquartile") + y <- estimateGLMCommonDisp(y, design) + y <- estimateGLMTagwiseDisp(y, design) + + fit <- glmFit(y, design) + res <- residuals(fit, type="deviance") + #res <- fit[["deviance"]] + data.log<-log10(data) + + seqRUVr <- RUVr(data.log, + QCm, + k=1, + res, + isLog = T)[["normalizedCounts"]] + + data.corrected<-exp(seqRUVr) + + return(t(data.corrected)) + +} + +# 5. RUVSeq_g Function +RUVg_cor<-function(data){ + + data<-t(data); + + QCm<-grep('IS',rownames(data)) + if (identical(QCm, integer(0))){ + AddErrMsg("QCm is required to be defined in data matrix colnames !") + } + + seqRUVg <- RUVg(data, + QCm, + k=1, + isLog = T)[["normalizedCounts"]] + + return(t(seqRUVg)) + +} + +# 6. RUV-random Function +RUV_random<-function(data){ + Y <- log10(data) + if (any(grepl("IS",colnames(Y)))){ + IS<-Y[,grepl("IS",colnames(Y))] + } + + if (is.null(IS)){ + AddErrMsg("QCm is required to be defined in data matrix colnames !") + } + + r<-numeric(dim(Y)[2]) + for(j in 1:length(r)){ + r[j]<-mean(cor(IS,Y[,j])) + } + ctl<-logical(length(r)) + ctl[which(r>round(quantile(r,0.7),2))]<-TRUE + + ruv<-NormalizeRUVRand(Y=Y,ctl=ctl,k=1) + + return(exp(ruv$newY)) +} + +# 7. RUV-2 Function (caution: nu.coeff) +RUV_2<-function(data,class){ + return(naiveRandRUV(data, class, nu.coeff=2, k=1)) +} + +# 8. ANCOVA Function +ANCOVA<-function(data,batch,QCs){ + #require("BatchCorrMetabolomics") + batch<-as.factor(as.character(batch)); + minBatchOccurrence.Ave <- 2 + minBatchOccurrence.Line <- 3 + conditions <- "" #creating a vector to represent the different methods of dealing with non-detects + experiments <- "Q" #creating a vector representing the correction strategies (QCs or samples) + methods <- rep("lm", length(experiments)) + imputeValues <- rep(NA, length(experiments)) #create a vector the same length as experiments with repeating NAs + #PosFF.Refs <- list("Q" = which(PosMeta$SCode == "ref")) + strategies <- rep("Q", each = length(conditions)) #make a repeating vector of Qs and Ss + + + PosFF.Final <- lapply(seq(along = experiments), function(x) + apply(data, 2, ANCOVA_doBC, + ref.idx = QCs, + batch.idx = batch, + minBsamp = minBatchOccurrence.Line, + seq.idx = NULL, + method = methods[x], + imputeVal = imputeValues[x])) + + names(PosFF.Final) <- experiments + + corrected <- do.call(rbind.data.frame, PosFF.Final) + # remove Q from row names + for (i in 1:nrow(corrected)){ + rownames(corrected)[i] <- gsub("^[^.]*\\.","", rownames(corrected)[i]) + } + + return(as.matrix(corrected)) +} + +# 9. QC-RLSC Function +QC_RLSC<-function(data,batch,class,order,QCs){ + + # format the data table + ID=colnames(data) + sample=rownames(data) + + if (length(sample)!=length(unique(sample))){ + asample<-paste0(sample,"_",as.character(batch)) # to make the sample name unique. + } else { + asample<-sample + } + + sample_split<-as.character(sapply(asample,FUN=function(x){rep(x,length(ID))})) + values<-as.numeric(sapply(c(1:nrow(data)), FUN = function(x){data[x,]})) + batch2<-as.character(sapply(batch,FUN=function(x){rep(x,length(ID))})) + + class[QCs]<-NA + class<-as.character(sapply(class,FUN=function(x){rep(x,length(ID))})) + order<-as.numeric(sapply(order,FUN=function(x){rep(x,length(ID))})) + + peaksData<-data.frame(ID=rep(ID,length(sample)),sample=sample_split,value=values, + batch=batch2,class=class,order=order) + + ## Start the process + + qcData <- peaksData[is.na(peaksData$class),] + samList<-data.frame(sample=rownames(data),batch=batch, + class=class,order=unique(order)) + + maxOrder<-max(samList$order); loessDegree <- 2; loessSpan <- 0.5 + qcData$ID_batch <- paste(qcData$ID,qcData$batch,sep="_") + + if(loessSpan==0){ + + intPredict <- lapply(unique(qcData$ID_batch),.runFit1, + qcData=qcData,maxOrder=maxOrder) + + intPredict <- rbindlist(intPredict) + intPredict <- as.data.frame(intPredict) + + }else{ + #suppressMessages(require(BiocParallel)) + intPredict <- BiocParallel::bplapply(unique(qcData$ID_batch), + .runFit2, + qcData=qcData, + maxOrder=maxOrder, + loessSpan =loessSpan, + BPPARAM = BiocParallel::bpparam()) + + #intPredict <- lapply(unique(qcData$ID_batch),.runFit2, + # qcData=qcData,maxOrder=maxOrder) + + intPredict <- data.table::rbindlist(intPredict) + intPredict <- as.data.frame(intPredict) + + } + + newOrder <- 1:maxOrder + + intPredict <- dplyr::rename(intPredict,order=newOrder) + ## head: sample ID value batch class order valuePredict + + peaksData$valuePredict <- NULL + peaksData$valueNorm <- NULL + peaksData <- plyr::join(peaksData,intPredict, + by=intersect(names(peaksData),names(intPredict))) + #require(plyr) + mpa <- plyr::ddply(peaksData,plyr::.(ID),plyr::summarise,mpa=median(value,na.rm = TRUE)) + peaksData <- plyr::join(peaksData,mpa, + by=intersect(names(peaksData),names(mpa))) + peaksData <- dplyr::mutate(peaksData,valuePredict=valuePredict/mpa) + peaksData$mpa <- NULL + + peaksData$value[peaksData$value<=0] <- NA + peaksData$valueNorm <- peaksData$value/peaksData$valuePredict + peaksData$valuePredict[peaksData$valuePredict<=0] <- NA + + ## calculate CV using this value + peaksData$valueNorm[peaksData$valueNorm<=0] <- NA + + ## Value imputation + peaksData<-suppressMessages(.imputation(peaksData)) + ## For each batch + ## CV plot + cvStat <- plyr::ddply(peaksData[is.na(peaksData$class),],plyr::.(ID,batch), + plyr::summarise, + rawCV=sd(value,na.rm = TRUE)/mean(value,na.rm = TRUE), + normCV=sd(valueNorm,na.rm = TRUE)/mean(valueNorm,na.rm = TRUE)) + + + cvStatForEachBatch <- reshape2::melt(cvStat,id.vars = c("ID","batch"), + variable.name = "CV") + cvStatForEachBatch$batch <- as.factor(cvStatForEachBatch$batch) + + #message("Summary information of the CV for QC samples:") + cvTable <- plyr::ddply(cvStatForEachBatch,plyr::.(batch,CV),plyr::summarise, + lessThan30=sum(value<=0.3,na.rm = TRUE), + total=length(value),ratio=lessThan30/total) + + cvStat <- plyr::ddply(peaksData[is.na(peaksData$class),],plyr::.(ID), + plyr::summarise, + rawCV=sd(value,na.rm = TRUE)/mean(value,na.rm = TRUE), + normCV=sd(valueNorm,na.rm = TRUE)/mean(valueNorm,na.rm = TRUE)) + + + cvStatForAll <- reshape2::melt(cvStat,id.vars = c("ID"), + variable.name = "CV") + ## output information + #message("Summary information of the CV for QC samples:") + cvTable <- plyr::ddply(cvStatForAll,plyr::.(CV),plyr::summarise, + lessThan30=sum(value<=0.3,na.rm = TRUE), + total=length(value),ratio=lessThan30/total) + #print(cvTable) + + + + ######################################################## + #message("Peaks with CV > ",0.3,"!") + #message(sum(cvStat$normCV > 0.3,na.rm = TRUE)) + tmpPeaksData <- merge(peaksData,cvStat,by="ID") + + if(nrow(tmpPeaksData)!=nrow(peaksData)){ + #error_file <- paste(para@outdir,"/",para@prefix,"-doQCRLSC-error.rda", + # sep="") + #message("Please see the file: ",error_file," for detail!") + #save(peaksData,cvStat,file=error_file) + stop("Please see detailed data in ",error_file) + } + peaksData <- tmpPeaksData + peaksData <- dplyr::rename(peaksData,cv=normCV) + + ### Format the final table + #x <- peaksData %>% dplyr::select(ID,sample,!!"value") %>% + # spread(sample,!!"value") + valueID="value" + x_tmp<-dplyr::select(peaksData,ID,sample,!!valueID) + x<-spread(x_tmp,sample,!!valueID) + #x<-dcast(peaksData,ID~sample,value.var = valueID) + row.names(x) <- x$ID + x$ID <- NULL + x[x<=0] <- NA + corrected.data<-x + + #order.list <- match(as.character(peaksData$sample),asample) + #peaksData3<-cbind(peaksData,order.list) + #peaksData2<-peaksData3[order(order.list),]; + #cnames<-unique(peaksData2$sample) + #a1<-lapply(1:length(sample),FUN=function(x){peaksData2[c((length(ID)*(x-1)+1):(length(ID)*x)),c(1,8)]}) + #a1<-.cbindlist(a1);rnames<-a1$ID + #corrected.data<-a1[,colnames(a1)!="ID"][,-1] + #rownames(corrected.data)<-rnames; + #colnames(corrected.data)<-cnames + + #return(t(corrected.data)) + + return(t(corrected.data)) + +} + +# 10. EigenMS Function +EigenMS<-function(data,class){ + ## Format the data + a1<-as.character(class) + a1[is.na(a1)]<-"Q" + class<-as.factor(a1) + m_logInts<-t(data) + + # Running the normalization/correction + m_prot.info<-data.frame(peak=rownames(m_logInts),ID=seq(nrow(m_logInts))) + m_ints_eig1 = eig_norm1(m=m_logInts,treatment=class,prot.info=m_prot.info) + m_ints_norm1 = eig_norm2(rv=m_ints_eig1) + + data.table<-m_ints_norm1[["normalized"]] + + rownames(data.table)<-data.table[,1] + data.table<-data.table[,-c(1:2)] + data.table<-t(data.table) + data.table[data.table<0]<-0 + + return(data.table) +} + +# 11. NOMIS Function +NOMIS<-function(data){ + + object<-t(data) + + standards<-grepl("IS",rownames(object)) + + ana <- lana <-t(object[!standards,]) + sta <- lsta <-t(object[standards,]) + + if((any(!is.finite(lsta)) | any(!is.finite(lsta)) | + any(!is.finite(lana)) | any(!is.finite(lana))) & ncol(lsta) > 1) { + lana[!is.finite(lana)] <- NA + lsta[!is.finite(lsta)] <- NA + lana <- completeObs(pca(lana, method="ppca")) + if(all(dim(lsta)) > 1) + lsta <- completeObs(pca(lsta, method="ppca")) + } + + means <- colMeans(lana) + sds <- apply(lana, 2, sd, na.rm=TRUE) + + model <- list(fit=lm(I(lana)~I(lsta)), means=means) + lnormedData <- lana - predict(model[["fit"]], data.frame(I(lsta))) + lnormedData <- sweep(lnormedData, 2, model[["means"]], "+") + + return(lnormedData) + +} + +# 12. CCMN Function +CCMN2<-function(data,class){ + + object<-t(data); + factors<-class; + lg<-F + standards<-grepl("IS",rownames(object)) + factors=model.matrix(~-1+. , data=data.frame(factors)) + ncomp=2 + + ana <- lana <-t(object[!standards,]) + sta <- lsta <-t(object[standards,]) + + + if((any(!is.finite(lsta)) | any(!is.finite(lsta)) | + any(!is.finite(lana)) | any(!is.finite(lana))) & ncol(lsta) > 1) { + lana[!is.finite(lana)] <- NA + lsta[!is.finite(lsta)] <- NA + lana <- completeObs(pca(lana, method="ppca")) + if(all(dim(lsta)) > 1) + lsta <- completeObs(pca(lsta, method="ppca")) + } + + means <- colMeans(lana) + sds <- apply(lana, 2, sd, na.rm=TRUE) + + sfit <- standardsFit(object, factors, lg=lg, ncomp=ncomp,standards=standards) + tz <- standardsPred(sfit, object, factors, lg=lg, standards=standards) + sclana <- scale(lana);fitfunc=lm + pfit <- fitfunc(sclana~-1+I(tz)) + model <- list(fit=pfit,sds=sds, means=means) + + if(lg){ + lana <- log10(ana) + } else{ + lana <- ana + } + + ## center/scale + lana <- scale(lana, center=model[["means"]], scale=model[["sds"]]) + ## correct + lnormedData <- lana - predict(model[["fit"]], data.frame(I(tz))) + ## recenter/rescale + lnormedData <- sweep(lnormedData, 2, model[["sds"]], "*") + lnormedData <- sweep(lnormedData, 2, model[["means"]], "+") + + if(lg){ + return(exp(lnormedData)) + } else{ + return(lnormedData) + } + +} + +# 2. Evalute Correction Model +# 2.0 Model Selection +.model.evaluation<-function(mSetObj,data.type){ + #require(vegan); + edata.dca <- try(decorana(mSetObj[["dataSet"]][[data.type]]),silent = T); + + # to decide CA or PCA suitable to use (Gradient Length, first axis) + # if greater than 3, CCA will be used, otherwise PCA instead. + # Ref: Lepš, J. & Šmilauer, P. 2003. Multivariate Analysis of Ecological Data using CANOCO. Cambridge Press. + if (class(edata.dca)=="try-error"){ + return ("PCA") + } else { + gradient.length<-max(edata.dca[["rproj"]][,1]); + if (gradient.length > 3){ + return("CCA") + } else { + return("PCA") + }; + } +} + +# 2.3 Distance Calculation +.evaluate.dis<-function(mSetObj,data.type,center){ + + table <- mSetObj$dataSet[[data.type]]; + + df_tmp<-apply(table,2,FUN = function(x){ + if(length(which(x==0))==length(x)){ + x[1]<-0.000001; + return(x) + } else {x} + }) + + table<-df_tmp + + model <- .model.evaluation(mSetObj,data.type); + + if (center=="QC"){ + QC_methods<-c("Combat_edata","WaveICA_edata","EigenMS_edata","QC_RLSC_edata","ANCOVA_edata"); + } else { + QC_methods<-c(""); + } + + if (data.type %in% QC_methods){ + + #### Dustances between QCS + if (model=="PCA"){ + pc.original<-prcomp(table,scale.=T); + nnms<-rownames(pc.original$x); + pc.original_select<-pc.original$x[grepl("QC",nnms),1:3]; + + } else { + pc.original<-cca(table,scale.=T); + nnms<-rownames(pc.original$x); + pc.original_select<-pc.original[["CA"]][["Xbar"]][grepl("QC",nnms),1:3]; + + } + + dist.original <- dist(pc.original_select,method ="euclidean") + dist.original <- as.matrix(dist.original) + + ns<-dim(pc.original_select)[1] + interbatch.dis <- sum(dist.original)/(ns*ns-ns) + + } else{ + + ##### Distances between subject samples + if (model=="PCA"){ + + pc.original<-prcomp(table,scale.=T); + #nnms<-rownames(pc.original$x); + pc.original_select<-pc.original$x[,1:3]; + + } else { + + pc.original<-cca(table,scale.=T); + #nnms<-rownames(pc.original$x); + pc.original_select<-pc.original[["CA"]][["Xbar"]][,1:3]; + + } + + dist.original<-dist(pc.original_select,method ="euclidean"); + dist.original<-as.matrix(dist.original); + + ns<-dim(pc.original_select)[1]; + interbatch.dis <- sum(dist.original)/(ns*ns-ns); + } + return(interbatch.dis); +} + + +#### Internal Functions- WaveICA and wavelism +normFact <- function(fact,X,ref,refType,k=20,t=0.5,ref2=NULL,refType2=NULL,t2=0.5,alpha,...) { + if (fact=='stICA'){ + obj = unbiased_stICA(X,k,alpha=alpha) + B=obj$B + A=obj$A + } else if (fact == 'SVD'){ + obj = svd(X,nu=k,nv=k) + A = obj$u%*%diag(obj$d[1:k],k) + B = obj$v + } else { + stop("Factorization method should be SVD or stICA") + } + + factR2 = R2(ref,B,refType,pval=T) + + idx = which(factR2$allpv<t) + + if (t <0 | t>1){stop("t not in [0 1]")} + + if (!is.null(ref2)){ + if (sum(t2 <0 | t2>1)){stop("t2 not in [0 1]")} + factR2_2 = R2(ref2,B,refType2,pval=T) + idx_2 = c() + if (length(t2)!=length(refType2)){ + if(length(t2)==1){ + t2=rep(t2,length(refType2)) + } + else { + stop("length(t2) sould be equal to 1 or length(refType2)") + } + } + for (i in 1:length(refType2)){ + + idx_2 = c(idx_2,which(factR2_2$allpv[,i]<t2[i])) + } + + idx2keep =intersect(idx,idx_2) + #print(paste("Keeping",length(idx2keep), "cmpts with P value less than t2")) + idx = setdiff(idx, idx2keep) + } + + bestcmptA = A[,idx] + bestcmptB = B[,idx] + + #print(paste("Removing",length(idx),"components with P value less than",t)) + + Xn = X - bestcmptA%*% t(bestcmptB) + + R2=factR2$allR2 + if (!is.null(ref2)){ + R2 = cbind(R2,factR2_2$allR2) + } + + return(list(Xn=Xn,R2=R2,bestSV =bestcmptB,A=A,B=B)) +} + +unbiased_stICA <- function(X,k=10,alpha) { + + #library(JADE) + #library(corpcor) + + jadeCummulantMatrices <- function(X) { + + n <- nrow(X) + t <- ncol(X) + + M <- array(0,c(n,n,n*(n+1)/2)) + scale <- matrix(1,n,1)/t # for convenience + + R <- cov(t(X)) # covariance + + k <- 1 + for (p in 1:n){ + #case q=p + C <- ((scale %*% (X[p,]*X[p,]))*X) %*% t(X) + E <- matrix(0,n,n) + E[p,p] <- 1 + M[,,k] <- C - R %*% E %*% R - sum(diag(E %*% R)) * R - R %*% t(E) %*% R + k <- k+1 + #case q<p + if (p > 1) { + for (q in 1:(p-1)){ + C <- ((scale %*% (X[p,]*X[q,]))*X) %*% t(X) * sqrt(2) + E <- matrix(0,n,n) + E[p,q] <- 1/sqrt(2) + E[q,p] <- E[p,q] + M[,,k] <- C - R %*% E %*% R - sum(diag(E %*% R)) * R - R %*% t(E) %*% R + k <- k+1 + } + } + } + return(M) + } + + p <- nrow(X) + n <- ncol(X) + + dimmin <- min(n,p) + + if (dimmin < k) { + k <- dimmin + } + if (alpha <0 | alpha >1){ + stop("alpha not in [0 1]") + } + + # Remove the spatiotemporal mean + + Xc <- X - matrix(rep(colMeans(X,dims=1),p),nrow = p,byrow=T); + Xc <- Xc - matrix(rep(rowMeans(Xc,dims=1),n),nrow = p); + + # SVD of Xc and dimension reduction: keeping only the k first + # components + udv <- svd(Xc,k,k) + D <- diag(udv$d[1:k]); if (k==1) {D <- udv$d[1]} + U <- udv$u; + V <- udv$v; + + # Estimation of the cumulant matrices + nummat <- k*(k+1)/2; + M <- array(0,c(k,k,2*nummat)); + Bt <- D^(1-alpha) %*% t(V) + if (alpha == 1) { Bt <- t(V)} + At <- D^(alpha) %*% t(U) + if (alpha == 0) { At <- t(U)} + M[,,1:nummat] <- jadeCummulantMatrices(Bt); + M[,,(nummat+1):(2*nummat)] <- jadeCummulantMatrices(At) + + # normalization within the groups in order to allow for comparisons using + # alpha + M[,,1:nummat] <- alpha*M[,,1:nummat]/mean(sqrt(apply(M[,,1:nummat]*M[,,1:nummat],3,sum))); + M[,,(nummat+1):(2*nummat)] <- (1-alpha)*M[,,(nummat+1):(2*nummat)]/mean(sqrt(apply(M[,,(nummat+1):(2*nummat)]*M[,,(nummat+1):(2*nummat)],3,sum))); + + # Joint diagonalization + Worth <- rjd(M,eps = 1e-06, maxiter = 1000); + Wo <-t (Worth$V); + # Computation of A and B + + A0 <- U %*% D^(alpha) %*% solve(Wo); + B0 <- V%*% D^(1-alpha) %*% t(Wo); + if (alpha == 1) { B0 <- V %*% t(Wo)} + if (alpha == 0) { A0 <- U %*% solve(Wo)} + + # Add transformed means + meanCol <- matrix(colMeans(X,dims=1),ncol =1); # spatial means + meanRows <- matrix(rowMeans(X,dims=1),ncol = 1); # temporal means + + meanB <- pseudoinverse(A0) %*% (meanRows); + meanA <- pseudoinverse(B0) %*% (meanCol); + + Bfin <- B0 + matrix(rep(meanB,n),nrow = n,byrow=T) + Afin <- A0 + matrix(rep(meanA,p),nrow = p,byrow=T) + return(list(A=Afin,B=Bfin,W=Wo)) +} + +modwt<-function (x, wf = "la8", n.levels = 4, boundary = "periodic") { + switch(boundary, reflection = x <- c(x, rev(x)), periodic = invisible(), + stop("Invalid boundary rule in modwt")) + N <- length(x) + storage.mode(N) <- "integer" + J <- n.levels + if (2^J > N) + stop("wavelet transform exceeds sample size in modwt") + dict <- wave.filter(wf) + L <- dict$length + storage.mode(L) <- "integer" + ht <- dict$hpf/sqrt(2) + storage.mode(ht) <- "double" + gt <- dict$lpf/sqrt(2) + storage.mode(gt) <- "double" + y <- vector("list", J + 1) + names(y) <- c(paste("d", 1:J, sep = ""), paste("s", J, sep = "")) + W <- V <- numeric(N) + storage.mode(W) <- "double" + storage.mode(V) <- "double" + for (j in 1:J) { + out <- C_modwt_r(as.double(x), N, as.integer(j), L, + ht, gt, W = W, V = V) + y[[j]] <- out$W + x <- out$V + } + y[[J + 1]] <- x + class(y) <- "modwt" + attr(y, "wavelet") <- wf + attr(y, "boundary") <- boundary + return(y) +} + +R2 <- function(poi,V,poiType,pval = T) { + # + # R2(poi,V,poiType) + # + # Args: + # - V is a p*k matrix, where the rows corresponds to the samples + # - poi is a matrix p*l, representing the phenotypes of interest + # - poiType (1*l) is the types of poi: 'continuous' (then a linear + # regression is used) or 'categorical' (then the mean by class is used) + # + # Outputs: + # - R2(l), higher R^2 value between a column of V and poi(l) + # - idxCorr(l), index of the column of V giving the higher R^2 value (if many, + # takes the first one) + # - allR2(k,l), R2 value for column k of V with poi l + # + # IF pval =TRUE, return also: # + # - pv(l) smaller p-value association between a column of V and poi(l) + # - idxcorr2(l) index of the column of V giving the smaller p-value (if many, + # # takes the first one) + # - allpv(k,l), p-value for column k of V with poi l + # + # if missing information in poi, remove the corresponding samples in the R2 computation + + + if (is.vector(V) ){ V = matrix(V,ncol=1)} + if (is.vector(poi)){poi = matrix(poi,nrow =length(poi))} + + p = nrow(V) # number of samples + k = ncol(V) # number of components + l = length(poiType) # number of cf/poi to test + if (is.null(l)){stop("POI type(s) neeeded")} + p2 = nrow(poi) + l2 = ncol(poi) + + if( l2 != l){ # checking poi and poiType dimensions compatiblity + if (p2 == l){ # if poi is transposed (l*p) + poi = t(poi) + warning("Transposing poi to match poiType dimension") + p2 = nrow(poi) + } else { + #print(poi) + #print(poiType) + stop("poi dimensions doesn't match poiType dimension") + } + } + + if (p != p2){ # checking poi and V dimensions compatiblity + if (p2 == k){ + warnings("Transposing V to match poi dimension") + V =t(V) + k = p + p = p2 + } else { + stop("poi and V dimensions incompatible") + } + } + + R2 = rep(-1,l) + names(R2) = colnames(poi) + idxcorr = R2 + R2_tmp <- matrix(rep(-1,k*l),k,l,dimnames=list(colnames(V),colnames(poi))) # r2_tmp(k,l) hold the R2 value for column k of V with poi l + + if (pval){ + pv = R2 + idxcorr2 = R2 + pv_tmp <- R2_tmp # r2_tmp(k,l) hold the R2 value for column k of V with poi l + } + + for (cmpt in 1:k){ # for each column of V + cmpt2an <- V[,cmpt] + for (ipoi in 1:l){ + idx_finite = is.finite(as.factor(poi[,ipoi])) + poi2an = poi[idx_finite,ipoi] + cmpt2an_finite=cmpt2an[idx_finite] + if (poiType[ipoi] == "continuous") { # estimation by linear regression + coefs <- coef(lm(cmpt2an_finite~as.numeric(poi2an))) + cmpt2an_est <- coefs[2]*as.numeric(poi2an)+coefs[1] + nc <- 2; + } else if (poiType[ipoi]=="categorical"){ # estimation by classe mean + classes <- unique(poi2an) + nc <- length(classes) + cmpt2an_est <- rep(NA,length(cmpt2an_finite)) + for (icl in 1:length(classes) ){ + idxClasse <- which(poi2an==classes[icl]) + cmpt2an_est[idxClasse] <- mean(cmpt2an_finite[idxClasse]) + } + } else { + stop("Incorrect poiType. Select 'continuous' or 'categorical'. ") + } + sse <- sum((cmpt2an_finite-cmpt2an_est)^2) + sst <- sum((cmpt2an_finite-mean(cmpt2an_finite))^2) + R2_tmp[cmpt,ipoi] <- 1 - sse/sst + if (pval){ + F <- ((sst-sse)/(nc-1))/(sse/(p-nc)) + pv_tmp[cmpt,ipoi] = 1-pf(F,nc-1,p-nc); + if (!is.finite(pv_tmp[cmpt,ipoi])) { + warning(paste("Non finite p-value for component ",cmpt," (pv=",pv_tmp[cmpt,ipoi],", F=",F,"), assigning NA", sep="")) + pv_tmp[cmpt,ipoi] <- NA + } + } + } + } + + for (ipoi in 1:l){ + if (pval){ + pv[ipoi] <- min(pv_tmp[,ipoi]) + idxcorr2[ipoi] <- which(pv_tmp[,ipoi] == pv[ipoi])[1] # if more than one component gives the best R2, takes the first one + } + R2[ipoi] <- max(R2_tmp[,ipoi]) + idxcorr[ipoi] <- which(R2_tmp[,ipoi] == R2[ipoi])[1] # if more than one component gives the best R2, takes the first one + } + + if (pval){ + return(list(R2=R2,idxcorr=idxcorr,allR2 = R2_tmp, pv=pv,idxcorr2=idxcorr2,allpv = pv_tmp)) + } else { + return(list(R2=R2,idxcorr=idxcorr,allR2 = R2_tmp)) + } +} + +wave.filter <- function(name){ + select.haar <- function() { + L <- 2 + g <- c(0.7071067811865475, 0.7071067811865475) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.d4 <- function() { + L <- 4 + g <- c(0.4829629131445341, 0.8365163037378077, 0.2241438680420134, + -0.1294095225512603) + h <- qmf(g) + + return(list(length = L, hpf = h, lpf = g)) + } + select.mb4 <- function() { + L <- 4 + g <- c(4.801755e-01, 8.372545e-01, 2.269312e-01, -1.301477e-01) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.bs3.1 <- function() { + L <- 4 + g <- c(0.1767767, 0.5303301, 0.5303301, 0.1767767) + h <- qmf(g) + gd <- c(0.3535534, 1.06066, -1.06066, -0.3535534) + hd <- qmf(g) + return(list(length = L, hpf = h, lpf = g, dhpf = hd, dlpf = gd)) + } + select.w4 <- function() { + L <- 4 + g <- c(-1, 3, 3, -1) / 8 + h <- c(-1, 3, -3, 1) / 8 + return(list(length = L, hpf = h, lpf = g)) + } + select.fk4 <- function() { + L <- 4 + g <- c(.6539275555697651, .7532724928394872, .5317922877905981e-1, + -.4616571481521770e-1) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.d6 <- function() { + L <- 6 + g <- c(0.3326705529500827, 0.8068915093110928, 0.4598775021184915, + -0.1350110200102546, -0.0854412738820267, 0.0352262918857096) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.fk6 <- function() { + L <- 6 + g <- c(.4279150324223103, .8129196431369074, .3563695110701871, + -.1464386812725773, -.7717775740697006e-1, .4062581442323794e-1) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.d8 <- function() { + L <- 8 + g <- c(0.2303778133074431, 0.7148465705484058, 0.6308807679358788, + -0.0279837694166834, -0.1870348117179132, 0.0308413818353661, + 0.0328830116666778, -0.0105974017850021) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.fk8 <- function() { + L <- 8 + g <- c(.3492381118637999, .7826836203840648, .4752651350794712, + -.9968332845057319e-1, -.1599780974340301, .4310666810651625e-1, + .4258163167758178e-1, -.1900017885373592e-1) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.la8 <- function() { + L <- 8 + g <- c(-0.07576571478935668, -0.02963552764596039, 0.49761866763256290, + 0.80373875180538600, 0.29785779560560505, -0.09921954357695636, + -0.01260396726226383, 0.03222310060407815) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.mb8 <- function() { + L <- 8 + g <- rev(c(-1.673619e-01, 1.847751e-02, 5.725771e-01, 7.351331e-01, + 2.947855e-01, -1.108673e-01, 7.106015e-03, 6.436345e-02)) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.bl14 <- function() { + L <- 14 + g <- c( 0.0120154192834842, 0.0172133762994439, -0.0649080035533744, + -0.0641312898189170, 0.3602184608985549, 0.7819215932965554, + 0.4836109156937821, -0.0568044768822707, -0.1010109208664125, + 0.0447423494687405, 0.0204642075778225, -0.0181266051311065, + -0.0032832978473081, 0.0022918339541009) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.fk14 <- function() { + L <- 14 + g <- c(.2603717692913964, .6868914772395985, .6115546539595115, + .5142165414211914e-1, -.2456139281621916, -.4857533908585527e-1, + .1242825609215128, .2222673962246313e-1, -.6399737303914167e-1, + -.5074372549972850e-2, .2977971159037902e-1, -.3297479152708717e-2, + -.9270613374448239e-2, .3514100970435962e-2) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.d16 <- function() { + L <- 16 + g <- c(0.0544158422431049, 0.3128715909143031, 0.6756307362972904, + 0.5853546836541907, -0.0158291052563816, -0.2840155429615702, + 0.0004724845739124, 0.1287474266204837, -0.0173693010018083, + -0.0440882539307952, 0.0139810279173995, 0.0087460940474061, + -0.0048703529934518, -0.0003917403733770, 0.0006754494064506, + -0.0001174767841248) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.la16 <- function() { + L <- 16 + g <- c(-0.0033824159513594, -0.0005421323316355, 0.0316950878103452, + 0.0076074873252848, -0.1432942383510542, -0.0612733590679088, + 0.4813596512592012, 0.7771857516997478, 0.3644418948359564, + -0.0519458381078751, -0.0272190299168137, 0.0491371796734768, + 0.0038087520140601, -0.0149522583367926, -0.0003029205145516, + 0.0018899503329007) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.mb16 <- function() { + L <- 16 + g <- rev(c(-1.302770e-02, 2.173677e-02, 1.136116e-01, -5.776570e-02, + -2.278359e-01, 1.188725e-01, 6.349228e-01, 6.701646e-01, + 2.345342e-01, -5.656657e-02, -1.987986e-02, 5.474628e-02, + -2.483876e-02, -4.984698e-02, 9.620427e-03, 5.765899e-03)) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.la20 <- function() { + L <- 20 + g <- c(0.0007701598091030, 0.0000956326707837, -0.0086412992759401, + -0.0014653825833465, 0.0459272392237649, 0.0116098939129724, + -0.1594942788575307, -0.0708805358108615, 0.4716906668426588, + 0.7695100370143388, 0.3838267612253823, -0.0355367403054689, + -0.0319900568281631, 0.0499949720791560, 0.0057649120455518, + -0.0203549398039460, -0.0008043589345370, 0.0045931735836703, + 0.0000570360843390, -0.0004593294205481) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.bl20 <- function() { + L <- 20 + g <- c(0.0008625782242896, 0.0007154205305517, -0.0070567640909701, + 0.0005956827305406, 0.0496861265075979, 0.0262403647054251, + -0.1215521061578162, -0.0150192395413644, 0.5137098728334054, + 0.7669548365010849, 0.3402160135110789, -0.0878787107378667, + -0.0670899071680668, 0.0338423550064691, -0.0008687519578684, + -0.0230054612862905, -0.0011404297773324, 0.0050716491945793, + 0.0003401492622332, -0.0004101159165852) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.fk22 <- function() { + L <- 22 + g <- c(.1938961077599566, .5894521909294277, .6700849629420265, + .2156298491347700, -.2280288557715772, -.1644657152688429, + .1115491437220700, .1101552649340661, -.6608451679377920e-1, + -.7184168192312605e-1, .4354236762555708e-1, .4477521218440976e-1, + -.2974288074927414e-1, -.2597087308902119e-1, .2028448606667798e-1, + .1296424941108978e-1, -.1288599056244363e-1, -.4838432636440189e-2, + .7173803165271690e-2, .3612855622194901e-3, -.2676991638581043e-2, + .8805773686384639e-3) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + select.mb24 <- function() { + L <- 24 + g <- rev(c(-2.132706e-05, 4.745736e-04, 7.456041e-04, -4.879053e-03, + -1.482995e-03, 4.199576e-02, -2.658282e-03, -6.559513e-03, + 1.019512e-01, 1.689456e-01, 1.243531e-01, 1.949147e-01, + 4.581101e-01, 6.176385e-01, 2.556731e-01, -3.091111e-01, + -3.622424e-01, -4.575448e-03, 1.479342e-01, 1.027154e-02, + -1.644859e-02, -2.062335e-03, 1.193006e-03, 5.361301e-05)) + h <- qmf(g) + return(list(length = L, hpf = h, lpf = g)) + } + + switch(name, + "haar" = select.haar(), + "d4" = select.d4(), + "mb4" = select.mb4(), + "w4" = select.w4(), + "bs3.1" = select.bs3.1(), + "fk4" = select.fk4(), + "d6" = select.d6(), + "fk6" = select.fk6(), + "d8" = select.d8(), + "fk8" = select.fk8(), + "la8" = select.la8(), + "mb8" = select.mb8(), + "bl14" = select.bl14(), + "fk14" = select.fk14(), + "d16" = select.d16(), + "la16" = select.la16(), + "mb16" = select.mb16(), + "la20" = select.la20(), + "bl20" = select.bl20(), + "fk22" = select.fk22(), + "mb24" = select.mb24(), + stop("Invalid selection for wave.filter")) +} + +qmf <- function(g, low2high = TRUE) { + L <- length(g) + if(low2high) + h <- (-1)^(0:(L - 1)) * rev(g) + else + h <- (-1)^(1:L) * rev(g) + return(h) +} + +imodwt <- function(y){ + ctmp <- class(y) + if(is.null(ctmp) || all(ctmp != "modwt")) + stop("argument `y' is not of class \"modwt\"") + + J <- length(y) - 1 + + dict <- wave.filter(attributes(y)$wavelet) + L <- dict$length + storage.mode(L) <- "integer" + ht <- dict$hpf / sqrt(2) + storage.mode(ht) <- "double" + gt <- dict$lpf / sqrt(2) + storage.mode(gt) <- "double" + + jj <- paste("s", J, sep="") + X <- y[[jj]] + N <- length(X) + storage.mode(N) <- "integer" + XX <- numeric(N) + storage.mode(XX) <- "double" + for(j in J:1) { + jj <- paste("d", j, sep="") + X <- C_imodwt_r(as.double(y[[jj]]), as.double(X), N, as.integer(j), + L, ht, gt, XX) + } + if(attr(y, "boundary") == "reflection") return(X[1:(N/2)]) + else return(X) +} + +### Internal Functions - JADE +rjd <-function(X, eps = 1e-06, maxiter = 100, na.action = na.fail){ + X <- na.action(X) + dim.X <- dim(X) + + if (length(dim.X)==2) type <- "Matrix" + if (length(dim.X)==3) type <- "Array" + if ((length(dim.X) %in% c(2,3))==FALSE) stop("'X' must have two or three dimensions") + + if (type == "Array") + { + if (dim.X[1] != dim.X[2]) stop("'X' must be an array with dim of the form c(p,p,k)") + p <- dim.X[1] + Xt <- aperm(X, c(1,3,2)) + X <- matrix(Xt, ncol=p) + } + + if (!all(sapply(X, is.numeric))) stop("'X' must be numeric") + X <- as.matrix(X) + X.data <- X + + p <- dim(X)[2] + if (p==1) stop("'X' must be at least bivariate") + kp <- dim(X)[1] + + + k <- kp/p + if (floor(k) != ceiling(k)) stop("'X' must me a matrix of k stacked pxp matrices") + + V <- diag(p) + encore <- TRUE + iter <- 0 + while (encore==TRUE) + { + iter <- iter +1 + encore <- FALSE + for (i in 1:(p-1)) + { + for (j in (i+1):(p)) + { + Ii <- seq(i,kp,p) + Ij <- seq(j,kp,p) + + g1 <- X[Ii,i]-X[Ij,j] + g2 <- X[Ij,i]+X[Ii,j] + + g <- cbind(g1,g2) + + gg <- crossprod(g) + ton <- gg[1,1]-gg[2,2] + toff <- gg[1,2]+gg[2,1] + theta <- 0.5*atan2(toff, ton+sqrt(ton*ton+toff*toff)) + + cos.theta <- cos(theta) + sin.theta <- sin(theta) + + if (abs(sin.theta)>eps) + { + encore <- TRUE + + Mi <- X[Ii,] + Mj <- X[Ij,] + + X[Ii,] <- cos.theta * Mi + sin.theta * Mj + X[Ij,] <- cos.theta * Mj - sin.theta * Mi + + col.i <- X[,i] + col.j <- X[,j] + + X[,i] <- cos.theta * col.i + sin.theta * col.j + X[,j] <- cos.theta * col.j - sin.theta * col.i + + temp <- V[i,] + V[i,] <- cos.theta * V[i,] + sin.theta * V[j,] + V[j,] <- cos.theta * V[j,] - sin.theta * temp + } + } + + } + if (iter >= maxiter) stop("maxiter reached without convergence") + } + + recomp <- function(X,V) + {as.data.frame(V %*% tcrossprod(as.matrix(X), V))} + Z <- split(as.data.frame(X.data), rep(1:k, each=p)) + Z2 <- sapply(Z, recomp, V=as.matrix(V), simplify=FALSE) + Z3 <- matrix(unlist(lapply(Z2, t)), ncol=p, byrow=TRUE) + if (type == "Array") + { + D <- aperm(array(t(Z3), dim = c(p,p,k)), c(2,1,3), resize = FALSE) + } + else + { + D <- Z3 + } + return(list(V=t(V),D=D)) +} + +### Internal Functions - corpcor +pseudoinverse = function (m, tol) { + msvd = fast.svd(m, tol) + + if (length(msvd$d) == 0) + { + return( + array(0, dim(m)[2:1]) + ) + } + else + { + return( + msvd$v %*% (1/msvd$d * t(msvd$u)) + ) + } +} + +fast.svd = function(m, tol) { + n = dim(m)[1] + p = dim(m)[2] + + EDGE.RATIO = 2 # use standard SVD if matrix almost square + if (n > EDGE.RATIO*p) + { + return(psmall.svd(m,tol)) + } + else if (EDGE.RATIO*n < p) + { + return(nsmall.svd(m,tol)) + } + else # if p and n are approximately the same + { + return(positive.svd(m, tol)) + } +} + +psmall.svd = function(m, tol) { + B = crossprod(m) # pxp matrix + s = svd(B,nu=0) # of which svd is easy.. + + # determine rank of B (= rank of m) + if( missing(tol) ) + tol = dim(B)[1]*max(s$d)*.Machine$double.eps + Positive = s$d > tol + + # positive singular values of m + d = sqrt(s$d[Positive]) + + # corresponding orthogonal basis vectors + v = s$v[, Positive, drop=FALSE] + u = m %*% v %*% diag(1/d, nrow=length(d)) + + return(list(d=d,u=u,v=v)) +} + +nsmall.svd = function(m, tol) { + B = m %*% t(m) # nxn matrix + s = svd(B,nv=0) # of which svd is easy.. + + # determine rank of B (= rank of m) + if( missing(tol) ) + tol = dim(B)[1]*max(s$d)*.Machine$double.eps + Positive = s$d > tol + + # positive singular values of m + d = sqrt(s$d[Positive]) + + # corresponding orthogonal basis vectors + u = s$u[, Positive, drop=FALSE] + v = crossprod(m, u) %*% diag(1/d, nrow=length(d)) + + return(list(d=d,u=u,v=v)) +} + +positive.svd = function(m, tol) +{ + s = svd(m) + + if( missing(tol) ) + tol = max(dim(m))*max(s$d)*.Machine$double.eps + Positive = s$d > tol + + return(list( + d=s$d[Positive], + u=s$u[, Positive, drop=FALSE], + v=s$v[, Positive, drop=FALSE] + )) +} + + +##### Internal Functions for ANCOVA +ANCOVA_doBC <- function(Xvec, ref.idx, batch.idx, seq.idx, + result = c("correctedX", "corrections"), + method = c("lm", "rlm", "tobit"), + correctionFormula = formula("X ~ S * B"), + minBsamp = ifelse(is.null(seq.idx), 2, 4), + imputeVal = NULL, ...) { + + result <- match.arg(result) + method <- match.arg(method) + + if (is.null(imputeVal) & method == "tobit") + stop("Tobit regression requires a value for 'imputeVal'") + + ## next line commented out to get rid of unused levels... + ## if (!is.factor(batch.idx)) + batch.idx <- factor(batch.idx) + nbatches <- nlevels(batch.idx) + if (is.factor(seq.idx)) seq.idx <- as.numeric(levels(seq.idx))[seq.idx] + + if (is.null(seq.idx) & method != "lm") { + warning("Using method = 'lm' since seq.idx equals NULL") + } + + ## convert TRUE/FALSE vector to vector of numerical indices + if (is.logical(ref.idx)) ref.idx <- which(ref.idx) + Xref <- Xvec[ref.idx] + Bref <- batch.idx[ref.idx] + Sref <- seq.idx[ref.idx] + + glMean <- mean(Xref, na.rm = TRUE) + + ## check that at least minBsamp samples per batch are present + ## if less than minBsamp samples present, remove batch for correction by + ## setting values to NA. + nNonNA <- tapply(Xref, Bref, function(x) sum(!is.na(x))) + tooFew <- names(nNonNA)[nNonNA < minBsamp] + ## no batch found with enough samples... + if (length(tooFew) > length(levels(Bref))-2) + return(rep(NA, length(Xvec))) + + if (is.null(seq.idx)) { + if (!is.null(imputeVal)) + Xref[is.na(Xref)] <- imputeVal + + Bmod <- lm(Xref ~ Bref - 1) + Bcorrections <- (glMean - coef(Bmod))[ batch.idx ] + + switch(result, + correctedX = Xvec + Bcorrections, + Bcorrections) + } else { + ## finally plug in imputeVal for non-detects + if (!is.null(imputeVal)) + Xref[is.na(Xref)] <- imputeVal + fitdf <- data.frame(S = Sref, B = Bref, X = Xref) + ## subset argument for rlm does not work correctly: the number of + ## levels is not diminished and as a result we get a singular + ## matrix... the only solution is to take out the unused levels + ## from the fitdf object. + if (length(tooFew) > 0) { + fitdf <- fitdf[!(fitdf$B %in% tooFew),] + fitdf$B <- factor(fitdf$B) + } + + Bmods2 <- switch(method, + lm = lm(correctionFormula, data = fitdf), + rlm = MASS::rlm(correctionFormula, data = fitdf, + maxit = 50), + ### tobit = AER:::tobit(correctionFormula, data = fitdf, + ### left = imputeVal), + tobit = .crch(correctionFormula, data = fitdf, + left = imputeVal)) + + ## Now make predictions for each sample, not just the ref samples + ## The actual correction is the following: + ## ycorr = y - pred + gm + predictdf <- data.frame(S = seq.idx, B = batch.idx) + predictdf$B[predictdf$B %in% tooFew] <- NA + predictions <- rep(NA, length(Xvec)) + predictions[!(predictdf$B %in% tooFew)] <- + predict(Bmods2, newdata = predictdf) + + switch(result, + correctedX = Xvec + glMean - predictions, + glMean - predictions) + } +} + +ANCOVA_evaluatePCA <- function(data, batch, noref.idx, + npc = 2, plot = FALSE, + batch.colors, scaleX = TRUE, + legend.loc = "topright", + legend.col = 2, ..., perBatch = TRUE) { + nbatches <- nlevels(batch) + + noref.idx <- noref.idx + Xsample <- X[noref.idx,] + #YSample <- Y[noref.idx,] + + Xsample <- Xsample[, apply(Xsample, 2, function(x) !all(is.na(x)))] + + ## replace NA values with column means + for (i in 1:ncol(Xsample)) + Xsample[is.na(Xsample[,i]),i] <- mean(Xsample[,i], na.rm = TRUE) + + Xsample <- Xsample[, apply(Xsample, 2, sd, na.rm = TRUE) > 0] + + X.PCA <- PCA(scale(Xsample)) + + + Xscores <- scores.PCA(X.PCA)[, 1:npc, drop = FALSE] + ## a double loop is necessary to compare all batches... we + ## only do the top triangle. + batch.means <- + lapply(levels(YSample$Batch), + function(btch) + colMeans(Xscores[which(YSample$Batch == btch),,drop=FALSE])) + batch.covs <- + lapply(levels(YSample$Batch), + function(btch) + cov(Xscores[which(YSample$Batch == btch),,drop=FALSE])) + noCov.idx <- which(sapply(batch.covs, function(x) all(x < 1e-8))) + if ((nnoCov <- length(noCov.idx)) > 0) { + warning(paste("Too little information for batch correction in the following batches:\n", + levels(YSample$Batch)[noCov.idx], + "- ignoring these batches in the PCA criterion")) + nbatches <- nbatches - nnoCov + batch.covs <- batch.covs[-noCov.idx] + batch.means <- batch.means[-noCov.idx] + } + + batch.dist <- matrix(0, nbatches, nbatches) + for (i in 2:nbatches) + for (j in 1:(i-1)) + batch.dist[j, i] <- bhattacharyya.dist(batch.means[[j]], + batch.means[[i]], + batch.covs[[j]], + batch.covs[[i]]) + + if (perBatch) { + batch.dist + t(batch.dist) + } else { + ## Here we take the mean and not the median since one deviating + ## batch is already a problem. + mean(batch.dist[col(batch.dist) > row(batch.dist)]) + } +} + +### Internal Functions - MetNorm Package + +NormalizeRUVRand <- function(Y, ctl, k=NULL,lambda=NULL,plotk=TRUE){ + output<-RUVRand(Y=Y, ctl=ctl,lambda=lambda, k=k) + return(structure(output, class="normdata")) +} + +RUVRand <- function(Y, ctl,lambda=NULL, k=NULL,...){ + + Yc<-Y[, ctl] + svdYc <- svd(Yc) + fullW <- svdYc$u %*% diag(svdYc$d) + if(is.null(k)) + stop('k must be entered') + if (!is.null(k) & is.null(lambda)){ + optklambda<-opt(ktry=k, W=fullW,Yc=Yc) + lambda<-optklambda$optmat[,3] + } else optklambda<-NULL + + W<-fullW[,1:k,drop=FALSE] + alpha<-solve(t(W)%*%W + lambda*diag(k), t(W) %*% Y) + uvcomp<-W %*% alpha + newY <- Y - uvcomp + return(list(unadjY=Y,newY=newY,UVcomp=uvcomp,W=W,alpha= alpha,opt=optklambda, + k=k,lambda=lambda,ctl=ctl)) +} + +loglik<- function (par, Y,W){ + m <- ncol(Y) + n<-nrow(Y) + if (!is.null(W)){ + sigma2.a<-par[1] + sigma2.e<-par[2] + if ((sigma2.a<0)|(sigma2.e<0)) + return(1e6) + Sigma<-sigma2.a*(W%*%t(W))+sigma2.e*diag(m) + } else{ + Sigma <- diag(m) + Sigma[upper.tri(Sigma, diag=TRUE)] <- par + Sigma <- Sigma + t(Sigma) - diag(diag(Sigma)) + } + ed = eigen(Sigma, symmetric = TRUE) + ev = ed$values + if (!all(ev >= -1e-06 * abs(ev[1]))) + return(1e6) + mu<-rep(0,m) + centeredx<-sweep(Y,2,mu,"-") + ssnew<- t(centeredx)%*%(centeredx) + if (is.null(tryCatch(solve(Sigma), error=function(e) NULL))) + return(1e6) + else + inv.Sigma<-solve(Sigma) + Sigmainvss<-inv.Sigma%*%ssnew + return(n*determinant(Sigma,logarithm=T)$mod+sum(diag(Sigmainvss))) +} + +opt<-function(ktry,W,Yc){ + opt<-list() + optmat<-matrix(NA,nrow=1,ncol=8) + colnames(optmat)<-c("sigma2.a","sigma2.e","nu", + "lower_sigma2.a","upper_sigma2.a", + "lower_sigma2.e","upper_sigma2.e", + "convergence") + + opt<-optim(c(0.1,0.1), + loglik, + Y=t(Yc), + W=W[,1:ktry,drop=FALSE], + hessian=T) + fisher_info<-solve(opt$hessian/2) + se<-sqrt(diag(fisher_info)) + upper_par1<-opt$par[1]+1.96*se[1] + lower_par1<-opt$par[1]-1.96*se[1] + upper_par2<-opt$par[2]+1.96*se[2] + lower_par2<-opt$par[2]-1.96*se[2] + + optmat[1,]<-c(opt$par[1], + opt$par[2], + opt$par[2]/opt$par[1], + lower_par1, upper_par1, + lower_par2, upper_par2, + opt$convergence) + + rownames(optmat)<-ktry + return(list(optmat=optmat, opt=opt)) +} + +RuvRandIter <- function(RUVRand,maxIter,wUpdate=maxIter+1, lambdaUpdate=TRUE,p=p,...){ + Y<-RUVRand$unadjY + ctl<-RUVRand$ctl + ndim<-RUVRand$ndim + m <- nrow(Y) + n <- ncol(Y) + + converged <- 0 + iter <- 0 + currObj <- Inf + cEps<-1e-6 + + + W <- RUVRand$W + a <- RUVRand$alpha + lambda<-RUVRand$lambda + k<-RUVRand$k + Wa <- W %*% a + + X <- matrix(0,m,p) + b <- matrix(0,p,n) + Xb <- X %*% b + + while(!converged){ + iter <- iter + 1 + + #print('Estimating the factor of interest') + XbOld <- Xb + + kmres <- kmeans((Y[, -ctl] - Wa[, -ctl]),centers=p,nstart=20,...) + idx <- kmres$cluster + for(kk in 1:p){ + X[, kk] <- cbind(as.numeric(idx==kk)) + } + b[, -ctl] <- kmres$centers + Xb <- X %*% b + + WaOld <- Wa + WOld <- W + + if(iter / wUpdate == iter %/% wUpdate){ + + #print('Re-estimating W') + + svdYmXb <- svd((Y - Xb)) + fullW <- svdYmXb$u %*% diag(svdYmXb$d) + if (lambdaUpdate){ + #print('Re-estimating k and lambda') + barplot(prcomp((Y - Xb),scale. =T)$sdev^2/ + sum(prcomp((Y - Xb),scale. =T)$sdev^2), + xlim=c(0,min(dim(Y))+1), + names.arg =c(1:min(dim(Y))), + ylim=c(0,1), + xlab="k", + ylab="proportion of the variance", + cex.lab=1.2,cex.axis=1.2) + + k<-readk() + W <- fullW[,c(1:k)] + optklambda<-opt(ktry=k, + W=W, + Yc=(Y - Xb)) + lambda<-optklambda$optmat[,3] + #print(paste("lambda =" ,lambda)) + } + } + + #print('Estimating the unwanted variation component') + + + + a <- solve(t(W)%*%W + lambda*diag(ncol(W)), t(W) %*% (Y - Xb)) + Wa <- W %*% a + + #print('Update done') + + + l2Err <- (norm((Y - Xb - Wa), 'F')^2)/(m*n) + oldObj <- currObj + currObj <- norm((Y - Xb - Wa), 'F')^2 +lambda*norm(a,'F')^2 + + dXb <- norm(Xb-XbOld,'F')/norm(Xb,'F') + dWa <- norm(Wa-WaOld,'F')/norm(Wa,'F') + if(ncol(W) != ncol(WOld)){ + dW <- Inf} + else{ + dW <- norm(W-WOld,'F')/norm(W,'F') + } + dObj <- (oldObj-currObj)/oldObj + + if(iter >= maxIter || (!is.nan(max(dXb,dWa)) && max(dXb,dWa) < cEps)){ + converged = 1 + } + } + + cY <- Y - Wa + + return(list(unadjY=RUVRand$unadjY, newY=cY, UVcomp=Wa, + W=W,alpha=a,X=X,b=b,k=k,lambda=lambda,opt=RUVRand$opt, + ctl=RUVRand$ctl)) +} + +### Internal Functions - metaX package + +plotNorValue<-function(){ + + fig_cv<- "cv.pdf" + pdf(fig_cv,width = 6,height = 6) + + p<-ggplot(data=cvStatForEachBatch,aes(x=value,fill=CV,colour=CV))+ + facet_grid(batch~.)+ + geom_density(alpha = 0.5)+ + xlab(label = "CV") + #print(p) + + p<-ggplot(data=cvStatForEachBatch,aes(x=value,fill=CV,colour=CV))+ + facet_grid(batch~.)+ + geom_density(alpha = 0.5)+ + xlim(0,2)+ + xlab(label = "CV") + #print(p) + + dev.off() +} + +myLoessFit = function(x,y,newX,span.vals=seq(0.1,1,by=0.05),log=TRUE,a=1){ + if(log==TRUE){ + y <- .glogfit(y,a=a) + } + #sp.obj <- smooth.spline(x,y,spar = tuneSpline(x,y,span.vals = span.vals)) + sp.obj <- smooth.spline(x,y,cv = TRUE) + + valuePredict=predict(sp.obj,newX) + if(log==TRUE){ + valuePredict$y <- .glogfit(valuePredict$y,a = a,inverse = TRUE) + } + return(valuePredict$y) +} + +tuneSpline = function(x,y,span.vals=seq(0.1,1,by=0.05)){ + mae <- numeric(length(span.vals)) + + crossEva <- function(span,x,y) { + + fun.fit <- function(x,y,span) {smooth.spline(x = x,y =y ,spar = span)} + fun.predict <- function(fit,x0) {predict(fit,x0)$y} + y.cv <- .crossval(x,y,fun.fit,fun.predict,span=span, + ngroup = length(x))$cv.fit + fltr <- !is.na(y.cv) + return(mean(abs(y[fltr]-y.cv[fltr]))) + } + mae <- sapply(span.vals,crossEva,x=x,y=y) + span <- span.vals[which.min(mae)] + return(span) +} + +.runFit1=function(id,qcData,maxOrder){ + out <- tryCatch({ + + dat <- data.frame(newOrder=1:maxOrder) + + piece <- qcData[qcData$ID_batch==id,] + + dat$valuePredict=myLoessFit(piece$order,piece$value,dat$newOrder) + + dat$ID <- piece$ID[1] + dat$batch <- piece$batch[1] + dat + + }, + error=function(e){ + #message("Please see the file: runFit_error.rda for related data!") + #save(e,id,qcData,maxOrder,file="runFit_error.rda") + #stop("error in runFit!") + return(NULL) + }, + warning=function(cond){ + #message("Please see the file: runFit_warning.rda for related data!") + #save(cond,id,qcData,maxOrder,file="runFit_warning.rda") + return(NULL) + }) + return(out) +} + +.runFit2=function(id,qcData,maxOrder,loessSpan){ + #out <- tryCatch({ + dat <- data.frame(newOrder=1:maxOrder) + + piece <- qcData[ qcData$ID_batch==id,] + dat$valuePredict=predict(smooth.spline(piece$order, + piece$value, + spar = loessSpan), + dat$newOrder)$y + dat$ID <- piece$ID[1] + dat$batch <- piece$batch[1] + dat + # }, + #error=function(e){ + #message("Please see the file: runFit_error.rda for related data!") + #save(e,id,qcData,maxOrder,file="runFit_error.rda") + # stop("error in runFit!") + # return(NULL) + #}, + # warning=function(cond){ + #message("Please see the file: runFit_warning.rda for related data!") + #save(cond,id,qcData,maxOrder,file="runFit_warning.rda") + # return(NULL) + #}) + # return(out) +} + +.glogfit=function (x, a = 1, inverse = FALSE) { + if (inverse) { + out <- 0.25 * exp(-x) * (4 * exp(2 * x) - (a * a)) + }else{ + out <- log10((x + sqrt(x^2 + a^2))/2) + } + return(out) +} + +.imputation<-function(peaksData){ + #require(tidyverse); + valueID="value" + #x <- peaksData %>% dplyr::select(ID,sample,!!valueID) %>% + # spread(sample,!!valueID) + + x_tmp<-dplyr::select(peaksData,ID,sample,!!valueID) + x<-spread(x_tmp,sample,!!valueID) + + #x<-dcast(peaksData,ID~sample,value.var = valueID) + row.names(x) <- x$ID + x$ID <- NULL + x[x<=0] <- NA + + #message("Missing value in total: ",sum(is.na(x))) + if(any(is.na(peaksData$class))){ + qcValue <- peaksData[,valueID][is.na(peaksData$class)] + #message("Missing value in QC sample: ", + # sum(qcValue<=0 | is.na(qcValue))) + sValue <- peaksData[,valueID][!is.na(peaksData$class)] + #message("Missing value in non-QC sample: ", + # sum(sValue<=0 | is.na(sValue))) + } + x <- .imputation_internal(x,method="knn",cpu=1) + #message("Missing value in total after missing value inputation: ", + # sum(is.na(x))) + + ## maybe x has value which <=0 + #message("<=0 value in total after missing value inputation: ", + # sum(x<=0)) + x$ID <- row.names(x) + y <- reshape2::melt(x,id.vars = "ID",variable.name = "sample",value.name = "newValue") + m <- plyr::join(peaksData,y,by=c("ID","sample")) + m[,valueID] <- m$newValue + m$newValue <- NULL + #para@peaksData <- m + return(m) +} + +.imputation_internal<-function(x,method="knn",negValue = TRUE,cpu=1){ + if(cpu==0){ + cpu <- detectCores() + } + + inputedData <- NULL + colName <- names(x) + rowName <- row.names(x) + x <- as.matrix(t(x)) + ## An expression matrix with samples in the rows, features in the columns + #save(x,file="x.rda") + #message(date(),"\tThe ratio of missing value: ", + # sprintf("%.4f%%",100*sum(is.na(x))/length(x))) + if(method == "bpca"){ + ## Numerical matrix with (or an object coercible to such) with samples + ## in rows and variables as columns. Also takes ExpressionSet in which + ## case the transposed expression matrix is used. Can also be a data + ## frame in which case all numberic variables are used to fit the PCA. + ## Please note that this method is very time-consuming. + mvd <- pca(x, nPcs = 3, method = "bpca") + inputedData <- completeObs(mvd) + }else if(method == "svdImpute"){ + ## This method is very fast. + mvd <- pca(x, nPcs = 3, method = "svdImpute") + inputedData <- completeObs(mvd) + }else if(method == "knn"){ + ## An expression matrix with genes in the rows, samples in the columns + ## This method is very fast. + #require(impute) + mvd <- impute::impute.knn(t(x)) + inputedData <- t(mvd$data) + }else if(method == "softImpute"){ + # https://cran.r-project.org/web/packages/softImpute/vignettes/softImpute.html + # An m by n matrix with NAs. + # TODO: tune the parameters, rank.max and lambda + softfit <- softImpute(t(x)) + x_new <- complete(x,softfit) + inputedData <- x_new + + }else if(method == "rf"){ + ## A data matrix with missing values. + ## The columns correspond to the variables and the rows to the + ## observations. + ## Please note that this method is very time-consuming. + + if(cpu>1){ + cat("do missForest cpu=(",cpu,") ...\n") + cl <- makeCluster(cpu) + registerDoParallel(cl) + # xmis: a data matrix with missing values. + # The columns correspond to the variables and the rows + # to the observations. + mvd <- missForest(xmis = x,parallelize = "variables") + #print(mvd$OOBerror) + inputedData <- mvd$ximp + stopCluster(cl) + + }else{ + cat("do missForest ...\n") + mvd <- missForest(xmis = x) + #print(mvd$OOBerror) + inputedData <- mvd$ximp + } + + }else if(method == "min"){ + ## min value / 2 + inputedData <- apply(x,1,function(y){ + y[is.na(y) | y<=0] <- min(y[y>0],na.rm = TRUE)/2.0 + y}) + inputedData <- t(inputedData) + }else if(method == "none"){ + cat("No missing value imputation!\n") + inputedData <- x + }else{ + stop("Please provide valid method for missing value inputation!") + } + + if(method != "none"){ + + if(negValue & method != "min"){ + #message("<=0: ",sum(inputedData<=0)) + x <- inputedData + inputedData <- apply(x,1,function(y){ + y[is.na(y) | y<=0] <- min(y[y>0],na.rm = TRUE) + y}) + inputedData <- t(inputedData) + + } + } + + inputedData <- as.data.frame(t(inputedData)) + row.names(inputedData) <- rowName + names(inputedData) <- colName + return(inputedData) +} + +.cbindlist <- function(list) { + n <- length(list) + res <- matrix() + for (i in seq(n)) { + res <- cbind(res, list[[i]]) + } + return(res) +} + +.crossval<- function(x,y,theta.fit,theta.predict,...,ngroup=n){ + call <- match.call() + x <- as.matrix(x) + n <- length(y) + ngroup <- trunc(ngroup) + if( ngroup < 2){ + stop ("ngroup should be greater than or equal to 2") + } + if(ngroup > n){ + stop ("ngroup should be less than or equal to the number of observations") + } + + if(ngroup==n) {groups <- 1:n; leave.out <- 1} + if(ngroup<n){ + leave.out <- trunc(n/ngroup); + o <- sample(1:n) + groups <- vector("list",ngroup) + for(j in 1:(ngroup-1)){ + jj <- (1+(j-1)*leave.out) + groups[[j]] <- (o[jj:(jj+leave.out-1)]) + } + groups[[ngroup]] <- o[(1+(ngroup-1)*leave.out):n] + } + u <- vector("list",ngroup) + cv.fit <- rep(NA,n) + for(j in 1:ngroup){ + u <- theta.fit(x[-groups[[j]], ],y[-groups[[j]]],...) + cv.fit[groups[[j]]] <- theta.predict(u,x[groups[[j]],]) + + } + + if(leave.out==1) groups <- NULL + return(list(cv.fit=cv.fit, + ngroup=ngroup, + leave.out=leave.out, + groups=groups, + call=call)) +} + +# Define Internal Functions - EigenMS +makeLMFormula = function(eff, var_name='') { + # eff - effects used in contrasts + # var_name - for singe factor use var-name that is passed in as variable names, otherwise it has no colnmae + # only used for a single factor + if(is.factor(eff)) + { + ndims = 1 + cols1 = var_name # ftemp in EigenMS + } + else + { + ndims = dim(eff)[2] + cols1 = colnames(eff) + } + lhs = cols1[1] + lm.fm = NULL + # check if can have a list if only have 1 factor... + + params = paste('contrasts=list(', cols1[1], '=contr.sum', sep=) + + if (ndims > 1) { # removed ndims[2] here, now ndims holds only 1 dimention... + for (ii in 2:length(cols1)) + { + lhs = paste(lhs, "+", cols1[ii]) # bl="contr.sum", + params = paste(params, ',', cols1[ii], '=contr.sum', sep='') + } + } + params = paste(params,")") + lm.formula = as.formula(paste('~', lhs)) + lm.fm$lm.formula = lm.formula + lm.fm$lm.params = params + return(lm.fm) +} + +eig_norm1 = function(m, treatment, prot.info, write_to_file=''){ + # Identify significant eigentrends, allow the user to adjust the number (with causion! if desired) + # before normalizing with eig_norm2 + # + # Input: + # m: An m x n (peptides x samples) matrix of expression data, log-transformed! + # peptide and protein identifiers come from the get.ProtInfo() + # treatment: either a single factor indicating the treatment group of each sample i.e. [1 1 1 1 2 2 2 2...] + # or a frame of factors: treatment= data.frame(cbind(data.frame(Group), data.frame(Time)) + # prot.info: 2+ colum data frame, pepID, prID columns IN THAT ORDER. + # IMPORTANT: pepIDs must be unique identifiers and will be used as Row Names + # If normalizing non-proteomics data, create a column such as: paste('ID_',seq(1:num_rows), sep='') + # Same can be dome for ProtIDs, these are not used for normalization but are kept for future analyses + # write_to_file='' - if a string is passed in, 'complete' peptides (peptides with NO missing observations) + # will be written to that file name + # + # Output: list of: + # m, treatment, prot.info, grp - initial parameters returned for futre reference + # my.svd - matrices produced by SVD + # pres - matrix of peptides that can be normalized, i.e. have enough observations for ANOVA, + # n.treatment - number of factors passed in + # n.u.treatment - number of unique treatment facotr combinations, eg: + # Factor A: a a a a c c c c + # Factor B: 1 1 2 2 1 1 2 2 + # then: n.treatment = 2; n.u.treatment = 4 + # h.c - bias trends + # present - names/IDs of peptides on pres + # complete - complete peptides, no missing values, these were used to compute SVD + # toplot1 - trends automatically produced, if one wanted to plot at later time. + # Tk - scores for each bias trend + # ncompl - number of complete peptides with no missing observations + #print("Data dimentions: ") + #print(dim(m)) + # check if treatment is a 'factor' vs data.frame', i.e. single vs multiple factors + if(class(treatment) == "factor") { # TRUE if one factor + n.treatment = 1 # length(treatment) + n.u.treatment = length(unique(treatment))[1] + } else { # data.frame + n.treatment = dim(treatment)[2] + n.u.treatment = dim(unique(treatment))[1] # all possible tretment combinations + } + # convert m to a matrix from data.frame + m = as.matrix(m) # no loss of information + + # filter out min.missing, here just counting missing values + # if 1+ treatment completely missing, cannot do ANOVA, thus cannot preserve grp diff. + # IMPORTANT: we create a composite grp = number of unique combinations of all groups, only for + # 'nested' groups for single layer group is left as it is + grpFactors = treatment # temporary var, leftover from old times... + + nGrpFactors = n.treatment # length(colnames(treatment)) # not good: dim(grpFactors) + if(nGrpFactors > 1) { # got nested factors + ugrps = unique(grpFactors) + udims = dim(ugrps) + grp = NULL + for(ii in 1:udims[1]) { + pos = grpFactors[,1] == ugrps[ii,1] # set to initial value + for(jj in 2:udims[2]) { + pos = pos & grpFactors[,jj] == ugrps[ii,jj] + } + grp[pos] = rep(ii, sum(pos)) + } + grp = as.factor(grp) + } else { + grp = treatment + } + nobs = array(NA, c(nrow(m), length(unique(grp)))) # noobs = number of observations + + #print('Treatmenet groups:') + #print(grp) + + for(ii in 1:nrow(m)) { + #print(ii) + for(jj in 1:length(unique(grp))) { + #print(jj) + nobs[ii,jj] = sum(!is.na(m[ii, grp==unique(grp)[jj]])) # total number of groups num(g1) * num(g2) * ... + } + } + # now 'remove' peptides with missing groups + present.min = apply(nobs, 1, min) # number present in each group + ii = present.min == 0 # 1+ obs present in ALL of the groups + nmiss = sum(present.min == 0) # not used, one value of how many peptides have 1+ grp missing completely + pmiss = rbind(m[ii,]) # these have 1+ grp missing !!!! + # rownames must be UNIQUE, if have possible duplicates: use 'ii' ? + rownames(pmiss) = prot.info[ii,1] # set rownames, + + # create matrix for peptides with enough observations for ANOVA + # 'present' are names of the peptides (pepID) and 'pres' are abundances + # NOTE: ! negates the proteins, so we get ones that have 1+ obs in each group + present = prot.info[which(!prot.info[,1] %in% rownames(pmiss)), ] # rownames OK + # pres = m[which(!rownames(m) %in% rownames(pmiss)), ] + pres = m[which(!prot.info[,1] %in% rownames(pmiss)), ] # is this OK? + rownames(pres) = prot.info[which(!prot.info[,1] %in% rownames(pmiss)),1] + + #print('Selecting complete peptides') + # Should issue an error message if we have NO complete peptides. + # select only 'complete' peptides, no missing values + nobs = array(NA, nrow(pres)) # reassign noobs to dims of 'present' + numiter = nrow(pres) + for (ii in 1:numiter) { + # if(ii %% 100 == 0) { print(ii) } + nobs[ii] = sum(!is.na(pres[ii,])) + } + + iii = nobs == ncol(pres) + complete = rbind(pres[iii,]) + + # write out a file of complete peptides if file name is passed in + #if(write_to_file != '') { + # write.table(complete, file = write_to_file, append = FALSE, + # quote = FALSE, sep = "\t", + # eol = "\n", na = "NaN", dec = ".", row.names = TRUE, + # col.names = TRUE, qmethod = c("escape", "double")) + #} + + # compute bias with 'complete' matrix and residuals from 'present' + # calculate eigenpeptides for 'complete' data only + # if have only 1 group, we do not need to preserve group differernces, everything is the same group, ex: QC samples + # contrasts will fail if have only 1 group, thus have else + if(n.u.treatment > 1) { + #print('Got 2+ treatment grps') + # check to see if we have multiple factors + grpdim = dim(treatment) + + lm.fm = makeLMFormula(treatment, 'TREAT') # using general function that can accomodate for 1+ number of factors + TREAT = treatment + TREAT = data.frame(treatment) # temp var to work if we got only 1 treatment vector. + if(class(treatment) == "factor") { + colnames(TREAT) = "TREAT" + } else { + colnames(TREAT) = colnames(treatment) + } + attach(TREAT) + + mod.c = model.matrix(lm.fm$lm.formula, data=TREAT, eval(parse(text=lm.fm$lm.params))) + Y.c = as.matrix(complete) + options(warn = -1) + + # use lm() to get residuals + formula1 = paste('t(Y.c)~', as.character(lm.fm$lm.formula)[2], sep = '') + TREAT = treatment + fit_lmAll = lm(eval(parse(text=formula1))) + R.c = residuals(fit_lmAll) # Oct 2 messing with residuals... + } else { # 1 group only, set residuals to original matrix + #print('Got 1 treatment grp') + mod.c = as.numeric(t(treatment)) + R.c = t(as.matrix(complete)) # needs to be transposed to match the matrix returned from lm + TREAT = treatment + } + + #print('Computing SVD, estimating Eigentrends...') # let user know what is going on + # residuals are centered around 0, here center samples not peptides/metabolites + # centering is basic normalization + + R.c_center = scale(R.c, center = TRUE, scale = FALSE) # t(scale(t(R.c), center = TRUE, scale = FALSE)) + my.svd = svd(R.c_center) # can use wrapper below to chek if SVD has a problem... + temp = my.svd$u + my.svd$u = my.svd$v + my.svd$v = temp + + #identify number of eigenvalues that account for a significant amount of residual variation + numcompletepep = dim(complete)[1] # save to return to the user as part of the return list + # this is important info for publications + # tell users how many peptides/metabolites the trends are based on + # can also be determined by doing dim(return_value_fromEIg_norm1$pres) + + #print(paste('Number of treatments: ', n.u.treatment)) + h.c = sva.id(complete, treatment, n.u.treatment, lm.fm=lm.fm,seed=1234)$n.sv + #print(paste("Number of significant eigenpeptides/trends", h.c) ) + + # show RAW trends + # center each peptide around zero (subtract its mean across samples) + complete_center = scale(t(complete), center = TRUE, scale = FALSE) + #print('Preparing to plot...') + + n.u.treatment + toplot1 = svd(complete_center) # scales above + temp = toplot1$u + toplot1$u = toplot1$v + toplot1$v = temp + + #par(mfcol=c(3,2)) + #par(mar = c(2,2,2,2)) + + #plot.eigentrends(toplot1, "Raw Data") + #plot.eigentrends(my.svd, "Residual Data") + + d = my.svd$d; ss = d^2; + Tk = signif(ss/sum(ss)* 100, 2) + + retval = list(m=m, treatment=treatment, my.svd=my.svd, + pres=pres, n.treatment=n.treatment, n.u.treatment=n.u.treatment, + h.c=h.c, present=present, prot.info=prot.info, + complete=complete, toplot1=toplot1, Tk=Tk, ncompl=numcompletepep, + grp=grp) + return(retval) +} + +eig_norm2 = function(rv) { + # UNPUT: + # rv - return value from the eig_norm1 + # if user wants to change the number of bias trends that will be eliminated h.c in rv should + # be updates to the desired number + # + # OUTPUT: + # normalized - matrix of normalized abundances with 2 columns of protein and peptdie names + # norm_m - matrix of normalized abundances, no extra columns + # eigentrends - found in raw data, bias trendsup to h.c + # rescrange - rescaling range for the addition of the while noise to avoid overfitting + # norm.svd - trends in normalized data, if one wanted to plot at later time. + # exPeps - excluded peptides - excluded due to exception in fitting a linear model + + m = rv$pres # yuliya: use pres matrix, as we cannot deal with m anyways, need to narrow it down to 'complete' peptides + treatment = rv$treatment + my.svd = rv$my.svd + pres = rv$pres + n.treatment = rv$n.treatment + n.u.treatment = rv$n.u.treatment + numFact = dim(rv$treatment)[2] + #print(paste('Unique number of treatment combinations:', n.u.treatment) ) + h.c = rv$h.c + present = rv$present + toplot1 = rv$toplot1 + # vector of indicators of peptides that threw exeptions + exPeps = vector(mode = "numeric", length = nrow(pres)) + + #print("Normalizing...") + treatment = data.frame(treatment) # does this need to be done? + if(n.u.treatment > 1) { + lm.fm = makeLMFormula(treatment, 'ftemp') + mtmp = model.matrix(lm.fm$lm.formula, data=treatment, eval(parse(text=lm.fm$lm.params))) #contrasts=list(bl="contr.sum", it="contr.sum",Pi="contr.sum", tp="contr.sum")) + } else { # have 1 treatment group + mtmp = treatment # as.numeric(t(treatment)) + } + # above needed to know how many values will get back for some matrices + # create some variables: + betahat = matrix(NA,nrow=dim(mtmp)[2],ncol=nrow(pres)) + newR = array(NA, c(nrow(pres), ncol(pres))) #, n.treatment)) + norm_m = array(NA, c(nrow(pres), ncol(pres))) # , n.treatment)) + numsamp = dim(pres)[2] + numpep = dim(pres)[1] + betahat_n = matrix(NA,nrow=dim(mtmp)[2],ncol=nrow(pres)) + rm(mtmp) + + V0 = my.svd$v[,1:h.c,drop=F] # residual eigenpeptides + + if(n.u.treatment == 1) { # got 1 treatment group + for (ii in 1:nrow(pres)) { + #if(ii%%250 == 0) { print(paste('Processing peptide ',ii)) } + pep = pres[ii, ] + pos = !is.na(pep) + peptemp = as.matrix(pep[pos]) # take only the observed values + resm = rep(NA, numsamp) + resm[pos] = as.numeric(pep[pos]) + bias = array(NA, numsamp) + bias[pos] = resm[pos] %*% V0[pos,] %*% t(V0[pos,]) + norm_m[ii, ] = as.numeric(pep - bias) + } + + } else { # got 2+ treatment groups + for (ii in 1:nrow(pres)) { + if(ii %% 100 == 0) { #print(paste('Processing peptide ',ii)) + } + pep = pres[ii, ] + pos = !is.na(pep) + peptemp = as.matrix(pep[pos]) # take only the observed values, may not be needed in R? but this works + ftemp = treatment[pos,] + ftemp = data.frame(ftemp) + #### use try, not entirely sure if need for modt, need it for solve lm?! + options(warn = -1) + lm.fm = makeLMFormula(ftemp, 'ftemp') # using general function that can accomodate for 1+ number of factors + modt = try(model.matrix(lm.fm$lm.formula, data=ftemp, eval(parse(text=lm.fm$lm.params))), silent=TRUE) + options(warn = 0) + + if(!inherits(modt, "try-error")) { # do nothing if could not make model matrix + options(warn = -1) + # if we are able to solve this, we are able to estimate bias + bhat = try(solve(t(modt) %*% modt) %*% t(modt) %*% peptemp) + options(warn = 0) + if(!inherits(bhat, "try-error")) { + betahat[,ii] = bhat + ceffects = modt %*% bhat # these are the group effects, from estimated coefficients betahat + + resm = rep(NA, numsamp) # really a vector only, not m + resm[pos] = as.numeric(pep[pos] - ceffects) + bias = array(NA, numsamp) + bias[pos] = resm[pos] %*% V0[pos,] %*% t(V0[pos,]) + norm_m[ii, ] = as.numeric(pep - bias) + + # yuliya: but newR should be computed on Normalized data + resm_n = rep(NA, numsamp) + bhat_n = solve(t(modt) %*% modt) %*% t(modt) %*% norm_m[ii, pos] + betahat_n[,ii] = bhat_n + ceffects_n = modt %*% bhat_n + resm_n[pos] = norm_m[ii,pos] - ceffects + newR[ii, ] = resm_n + } else { + #print(paste('got exception 2 at peptide:', ii, 'should not get here...')) + exPeps[ii] = 2 # should not get 2 here ever... + } + } else { + #print(paste('got exception at peptide:', ii)) + exPeps[ii] = 1 # keep track of peptides that threw exeptions, check why... + } + } + } # end else - got 2+ treatment groups + + ##################################################################################### + # rescaling has been eliminated form the code after discussion that bias + # adds variation and we remove it, so no need to rescale after as we removed what was introduced + y_rescaled = norm_m # for 1 group normalization only, we do not rescale + # add column names to y-rescaled, now X1, X2,... + colnames(y_rescaled) = colnames(pres) # these have same number of cols + rownames(y_rescaled) = rownames(pres) + y_resc = data.frame(present, y_rescaled) + rownames(y_resc) = rownames(pres) # rownames(rv$normalized) + final = y_resc # row names are assumed to be UNIQUE, peptide IDs are unique + + # rows with all observations present + complete_all = y_rescaled[rowSums(is.na(y_rescaled))==0,,drop=F] + + # x11() # make R open new figure window + #par(mfcol=c(3,2)) + #par(mar = c(2,2,2,2)) + # center each peptide around zero (subtract its mean across samples) + # note: we are not changing matrix itself, only centerig what we pass to svd + complete_all_center = t(scale(t(complete_all), center = TRUE, scale = FALSE)) + toplot3 = svd(complete_all_center) + #plot.eigentrends(toplot1, "Raw Data") + #plot.eigentrends(toplot3, "Normalized Data") + + #print("Done with normalization!!!") + colnames(V0) = paste("Trend", 1:ncol(V0), sep="_") + + maxrange = NULL # no rescaling # data.matrix(maxrange) + return(list(normalized=final, norm_m=y_rescaled, eigentrends=V0, rescrange=maxrange, + norm.svd=toplot3, exPeps=exPeps)) +} # end function eig_norm2 + +sva.id = function(dat, treatment, n.u.treatment, lm.fm, B=500, sv.sig=0.05, seed=NULL) { + # Executes Surrogate Variable Analysis + # Input: + # dat: A m peptides/genes by n samples matrix of expression data + # mod: A model matrix for the terms included in the analysis + # n.u.treatment - 0 or 1, if we are normalizing data with NO groups or some groups, QC vs samples + # B: The number of null iterations to perform + # sv.sig: The significance cutoff for the surrogate variables + # seed: A seed value for reproducible results + # Output + # n.sv: Number of significant surrogate variables. + # id: An indicator of the significant surrogate variables + # B: number of permutation to do + # sv.sig: significance level for surrogate variables + #print("Number of complete peptides (and samples) used in SVD") + # print(dim(dat)) + + + if(!is.null(seed)) { set.seed(seed) } + warn = NULL + n = ncol(dat) + m = nrow(dat) + + # ncomp = length(as.numeric(n.u.treatment)) + ncomp = n.u.treatment # JULY 2013: as.numeric(n.u.treatment) + #print(paste("Number of treatment groups (in svd.id): ", ncomp)) + # should be true for either case and can be used later + + if(ncomp > 1) { # + formula1 = paste('t(dat)~', as.character(lm.fm$lm.formula)[2], sep = '') + fit_lmAll = lm(eval(parse(text=formula1))) + res = t(residuals(fit_lmAll)) + } else { + res = dat + } + # centering was not done before... + # center each peptide around zero (subtract its mean across samples) + # note: we are not changing matrix itself, only centerig what we pass to svd + res_center = t(scale(t(res), center = TRUE, scale = FALSE)) + + uu = svd(t(res_center)) # NEED a WRAPPER for t(). the diag is min(n, m) + temp = uu$u + uu$u = uu$v + uu$v = temp + + + # yuliya: Sept 2014: can I get around without using H?? + # ndf = min(n, m) - ceiling(sum(diag(H))) + # dstat = uu$d[1:ndf]^2/sum(uu$d[1:ndf]^2) + # dstat0 = matrix(0,nrow=B,ncol=ndf) + # s0 = diag(uu$d) # no need for diag here, should investigate why this is a vector already... + s0 = uu$d + s0 = s0^2 + dstat = s0/sum(s0) # this did not have 'diag' in it in Tom's code... + ndf = length(dstat) # sticking to Tom's variable name + # print(paste('length(dstat) = ndf = ', ndf)) + dstat0 = matrix(0,nrow=B,ncol=ndf) # num samples (?) + + #print("Starting Bootstrap.....") + # this is the Bootstrap procedure that determines the number of significant eigertrends... + for(ii in 1:B){ + #if(ii %% 50 == 0) { print(paste('Iteration ', ii)) } + res0 = t(apply(res, 1, sample, replace=FALSE)) # regression + # yuliya: not sure if this is needed at all + # not needed for 1 group normalizaiton + ##### res0 = res0 - t(H %*% t(res0)) + # yuliya: Sept 3, 2014: REMOVED above line. Do not think this needs to be done.. + # center each peptide around zero (subtract its mean across samples) + # note: we are not changing matrix itself, only centerig what we pass to svd + res0_center = t(scale(t(res0), center = TRUE, scale = FALSE)) + uu0 = svd(res0_center) + temp = uu0$u # why did tom do this?? + uu0$u = uu0$v + uu0$v = temp + + ss0 = uu0$d # no need for diag.... + ss0 = ss0^2 + dstat0[ii,] = ss0 / sum(ss0) # Tk0 in Matlab + } + + # yuliya: check p-values here, Tom had mean value... + psv = rep(1,n) + for(ii in 1:ndf){ + # psv[ii] = mean(dstat0[,ii] >= dstat[ii]) + # should this be compared to a MEAN? Should this be dstat0[ii,] ? + posGreater = dstat0[,ii] > dstat[ii] + psv[ii] = sum(posGreater) / B + } + + # p-values for peptides have to be in monotonically increasing order, + # set equal to previous one if not the case + for(ii in 2:ndf){ + if(psv[(ii-1)] > psv[ii]) { + # psv[ii] = max(psv[(ii-1)],psv[ii]) + psv[ii] = psv[(ii-1)] + } + } + nsv = sum(psv <= sv.sig) + # tom - this should be at least 1 + # nsv = min(sum(psv <= sv.sig), 1, na.rm=T) + return(list(n.sv = nsv,p.sv=psv)) +} + +plot.eigentrends = function(svdr, title1){ + v = svdr$v + d = svdr$d + ss = d^2 + Tk = signif(ss/sum(ss)* 100, 2) + + titles = paste("Trend ", 1:3, " (", Tk[1:3], "%)", sep = "") + do.text = function(j) mtext(titles[j], cex=0.7, padj=-0.7, adj=1) + range.y = range(as.numeric(v[,1:3]), na.rm=T) + + toplot1_1 = as.numeric(v[,1]) + toplot1_2 = as.numeric(v[,2]) + toplot1_3 = as.numeric(v[,3]) + + plot(c(1:length(toplot1_1)), toplot1_1, type='b', ann=F, ylim=range.y) + do.text(1) + abline(h=0, lty=3) + title(title1, cex.main = 1.2, font.main= 1, col.main= "purple", ylab=NULL) + plot(c(1:length(toplot1_2)), toplot1_2, type='b', ann=F, ylim=range.y) + do.text(2) + abline(h=0, lty=3) + plot(c(1:length(toplot1_3)), toplot1_3, type='b', ann=F, ylim=range.y) + do.text(3) + abline(h=0, lty=3) + return(Tk) +} + +# Define Internal Functions - CCMN +standardsFit <- function(object, factors, ncomp=NULL, lg=TRUE, fitfunc=lm, standards) { + X <- factors + + if(lg) + lsta <- log10(t(object[standards,])) + else + lsta <- t(object[standards,]) + + clsta <- scale(lsta) + means <- attr(clsta, "scaled:center") + sds <- attr(clsta, "scaled:scale") + pfit <- fitfunc(clsta~-1+I(X)) + zbzhate <- cbind(resid(pfit)) + np <- max(1, min(nrow(zbzhate) - 1, ncol(zbzhate) - 1, ncomp)) + #hp <- library(help="pcaMethods")$info[[1]] + #ver <- gsub("Version:", "", hp[grep("Version:", hp)]) + #if(compareVersion(ver, "1.26.0") == 1) + # pc <- pca(zbzhate, nPcs=np, verbose=FALSE) + #else + withCallingHandlers(pc <- pcaMethods::pca(zbzhate, nPcs=np, method="nipals", verbose=FALSE), + warning=pcaMuffle + ) + + r2 <- NULL -> q2 + best <- min(np, ncomp) + #if(is.null(ncomp) ) { + # withCallingHandlers(q2 <- Q2(pc, zbzhate, nruncv=1), warning=pcaMuffle) + # r2 <- pc@R2 + # best <- which.max(q2) + #} + + list(fit=list(fit=pfit,pc=pc), ncomp=best, means=means, sds=sds, q2=q2, r2=r2) +} + +standardsPred <- function(model, newdata, factors, lg=TRUE, standards) { + X <- factors + object <- newdata + if(lg) { + lsta <- log10(t(object[standards,])) + } else { + lsta <- t(object[standards,]) + } + + slsta <- scale(lsta, center=model$means, scale=model$sds) + + ## correct for G + cslstaE <- slsta - predict(model$fit$fit, data.frame(I(X))) + + ## correct for E, get Tz + predict(model$fit$pc, cslstaE, pcs=model$ncomp)$scores +} + +pcaMuffle <- function(w) { + if(any(grepl("Precision for components", w), + grepl("Validation incomplete", w))) + invokeRestart( "muffleWarning" )} + +# Define Internal Functions - RUV-2 +naiveRandRUV <- function(Y, cIdx, nu.coeff=1e-3, k=min(nrow(Y), length(cIdx)), tol=1e-6){ + + ## W is the square root of the empirical covariance on the control + ## genes. + + svdYc <- svd(Y[, cIdx, drop=FALSE]) + k.max <- sum(svdYc$d^2/svdYc$d[1]^2 > tol) + if(k > k.max){ + warning(sprintf('k larger than the rank of Y[, cIdx]. Using k=%d instead', k.max)) + k <- k.max + } + W <- svdYc$u[, 1:k, drop=FALSE] %*% diag(svdYc$d[1:k], nrow=k) + + ## Regularization heuristic: nu is a fraction of the largest eigenvalue of WW' + + nu <- nu.coeff*svdYc$d[1]^2 #/ (length(cIdx)+1) + + ## Naive correction: ridge regression of Y against W + + nY <- Y - W %*% solve(t(W)%*%W + nu*diag(k), t(W) %*% Y) + + return(nY) +} + +# Define Internal Functions - 'crch' Package +crch <- function(formula, data, subset, na.action, weights, offset, + link.scale = c("log", "identity", "quadratic"), + dist = c("gaussian", "logistic", "student"), df = NULL, + left = -Inf, right = Inf, truncated = FALSE, type = c("ml", "crps"), + control = crch.control(...), model = TRUE, x = FALSE, y = FALSE, ...){ + ## call + cl <- match.call() + if(missing(data)) data <- environment(formula) + mf <- match.call(expand.dots = FALSE) + m <- match(c("formula", "data", "subset", "na.action", "weights", "offset"), names(mf), 0L) + mf <- mf[c(1L, m)] + mf$drop.unused.levels <- TRUE + + ## formula + oformula <- as.formula(formula) + formula <- as.Formula(formula) + if(length(formula)[2L] < 2L) { + formula <- as.Formula(formula(formula), ~ 1) + simple_formula <- TRUE + } else { + if(length(formula)[2L] > 2L) { + formula <- Formula(formula(formula, rhs = 1:2)) + warning("formula must not have more than two RHS parts") + } + simple_formula <- FALSE + } + mf$formula <- formula + ## evaluate model.frame + mf[[1L]] <- as.name("model.frame") + mf <- eval(mf, parent.frame()) + ## extract terms, model matrix, response + mt <- terms(formula, data = data, dot = control$dot) + mtX <- terms(formula, data = data, rhs = 1L, dot = control$dot) + mtZ <- delete.response(terms(formula, data = data, rhs = 2L, dot = control$dot)) + Y <- model.response(mf, "numeric") + X <- model.matrix(mtX, mf) + Z <- model.matrix(mtZ, mf) + + ## obtain correct subset of predvars/dataClasses to terms + .add_predvars_and_dataClasses <- function(terms, model.frame) { + ## original terms + rval <- terms + ## terms from model.frame + nval <- if(inherits(model.frame, "terms")) model.frame else terms(model.frame, dot = control$dot) + + ## associated variable labels + ovar <- sapply(as.list(attr(rval, "variables")), deparse)[-1] + nvar <- sapply(as.list(attr(nval, "variables")), deparse)[-1] + if(!all(ovar %in% nvar)) stop( + paste("The following terms variables are not part of the model.frame:", + paste(ovar[!(ovar %in% nvar)], collapse = ", "))) + ix <- match(ovar, nvar) + + ## subset predvars + if(!is.null(attr(rval, "predvars"))) + warning("terms already had 'predvars' attribute, now replaced") + attr(rval, "predvars") <- attr(nval, "predvars")[1L + c(0L, ix)] + + ## subset dataClasses + if(!is.null(attr(rval, "dataClasses"))) + warning("terms already had 'dataClasses' attribute, now replaced") + attr(rval, "dataClasses") <- attr(nval, "dataClasses")[ix] + + return(rval) + } + mt <- .add_predvars_and_dataClasses(mt, mf) + mtX <- .add_predvars_and_dataClasses(mtX, mf) + mtZ <- .add_predvars_and_dataClasses(mtZ, mf) + + ## link + if(is.character(link.scale)) link.scale <- match.arg(link.scale) + + + ## distribution + if(is.character(dist)) dist <- match.arg(dist) + + ## type + if(is.character(type)) type <- match.arg(type) + + ## sanity checks + if(length(Y) < 1) stop("empty model") + if(identical(dist, "student")) { + if(!is.null(df) && df <= 0) stop("'df' must be positive") + if(!is.null(df) && !is.finite(df)) dist <- "gaussian" + } + + ## convenience variables + n <- length(Y) + + + ## weights + weights <- model.weights(mf) + if(is.null(weights)) weights <- 1 + if(length(weights) == 1) weights <- rep.int(weights, n) + weights <- as.vector(weights) + names(weights) <- rownames(mf) + + ## offsets + expand_offset <- function(offset) { + if(is.null(offset)) offset <- 0 + if(length(offset) == 1) offset <- rep.int(offset, n) + as.vector(offset) + } + ## in location part of formula + offsetX <- expand_offset(model.offset(model.part(formula, data = mf, rhs = 1L, terms = TRUE))) + ## in scale part of formula + offsetZ <- expand_offset(model.offset(model.part(formula, data = mf, rhs = 2L, terms = TRUE))) + ## in offset argument (used for location) + if(!is.null(cl$offset)) offsetX <- offsetX + expand_offset(mf[, "(offset)"]) + ## collect + offset <- list(location = offsetX, scale = offsetZ) + + + ## call the actual workhorse: crch.fit() or crch.boost.fit() + fit <- control$fit + control$fit <- NULL + rval <- do.call(fit, list(x = X, y = Y, z = Z, left = left, right = right, + link.scale = link.scale, dist = dist, df = df, weights = weights, + offset = offset, control = control, truncated = truncated, type = type)) + + + ## further model information + rval$call <- if(length(control$call)) control$call else cl + rval$formula <- oformula + rval$terms <- list(location = mtX, scale = mtZ, full = mt) + rval$levels <- list(location = .getXlevels(mtX, mf), + scale = .getXlevels(mtZ, mf), full = .getXlevels(mt, mf)) + rval$contrasts <- list(location = attr(X, "contrasts"), scale = attr(Z, "contrasts")) + if(model) rval$model <- mf + if(y) rval$y <- Y + if(x) rval$x <- list(location = X, scale = Z) + + return(rval) +} + +crch.control <- function(method = "BFGS", maxit = NULL, + hessian = NULL, trace = FALSE, start = NULL, dot = "separate", + lower = -Inf, upper = Inf, ...){ + if(method == "boosting") { + if(is.null(maxit)) maxit <- 100 + rval <- crch.boost(dot = dot, start = start, maxit = maxit, ...) + } else { + if(is.null(maxit)) maxit <- 5000 + rval <- list(method = method, maxit = maxit, hessian = hessian, trace = trace, + start = start, dot = dot,lower=lower,upper=upper, fit = "crch.fit") + rval <- c(rval, list(...)) + if(!is.null(rval$fnscale)) warning("fnscale must not be modified") + rval$fnscale <- 1 + if(is.null(rval$reltol)) rval$reltol <- .Machine$double.eps^(1/1.2) + } + rval +} + +crch.fit <- function(x, z, y, left, right, truncated = FALSE, + dist = "gaussian", df = NULL, link.scale = "log", type = "ml", + weights = NULL, offset = NULL, control = .crch.control()) { + ## response and regressor matrix + n <- NROW(x) + k <- NCOL(x) + if(is.null(weights)) weights <- rep.int(1, n) + nobs <- sum(weights > 0) + dfest <- identical(dist, "student") & is.null(df) + if(is.null(offset)) offset <- rep.int(0, n) + if(!is.list(offset)) offset <- list(location = offset, scale = rep.int(0, n)) + if(is.null(z)) { + q <- 1L + z <- matrix(1, ncol = q, nrow = n) + colnames(z) <- "(Intercept)" + rownames(z) <- rownames(x) + } else { + q <- NCOL(z) + if(q < 1L) stop("scale regression needs to have at least one parameter") + } + + ## control parameters + ocontrol <- control + method <- control$method + hessian <- control$hessian + start <- control$start + lower <- control$lower + upper <- control$upper + control$method <- control$hessian <- control$start <- control$lower <- control$upper <- NULL + + if(is.character(dist)){ + if(type == "ml") { + ## distribution functions for maximum likelihood + if(truncated) { + ddist2 <- switch(dist, + "student" = dtt, "gaussian" = dtnorm, "logistic" = dtlogis) + sdist2 <- switch(dist, + "student" = stt, "gaussian" = stnorm, "logistic" = stlogis) + hdist2 <- switch(dist, + "student" = htt, "gaussian" = htnorm, "logistic" = htlogis) + } else { + ddist2 <- switch(dist, + "student" = dct, "gaussian" = dcnorm, "logistic" = dclogis) + sdist2 <- switch(dist, + "student" = sct, "gaussian" = scnorm, "logistic" = sclogis) + hdist2 <- switch(dist, + "student" = hct, "gaussian" = hcnorm, "logistic" = hclogis) + } + ddist <- if(dist == "student") ddist2 else function(..., df) ddist2(...) + sdist <- if(dist == "student") sdist2 else function(..., df) sdist2(...) + hdist <- if(dist == "student") hdist2 else function(..., df) hdist2(...) + } else { + stopifnot(requireNamespace("scoringRules")) + ## loss function for CRPS minimization + if(truncated) { + ddist2 <- switch(dist, + "student" = crps_tt, + "gaussian" = crps_tnorm, + "logistic" = crps_tlogis) + sdist2 <- switch(dist, + "student" = gradcrps_tt, + "gaussian" = gradcrps_tnorm, + "logistic" = gradcrps_tlogis) + hdist2 <- switch(dist, + "student" = hesscrps_tt, + "gaussian" = hesscrps_tnorm, + "logistic" = hesscrps_tlogis) + } else { + ddist2 <- switch(dist, + "student" = crps_ct, + "gaussian" = crps_cnorm, + "logistic" = crps_clogis) + sdist2 <- switch(dist, + "student" = gradcrps_ct, + "gaussian" = gradcrps_cnorm, + "logistic" = gradcrps_clogis) + hdist2 <- switch(dist, + "student" = hesscrps_ct, + "gaussian" = hesscrps_cnorm, + "logistic" = hesscrps_clogis) + } + ddist3 <- if(dist == "student") ddist2 else function(..., df) ddist2(...) + sdist3 <- if(dist == "student") sdist2 else function(..., df) sdist2(...) + hdist3 <- if(dist == "student") hdist2 else function(..., df) hdist2(...) + ddist <- function(x, location, scale, df, left = -Inf, right = Inf, log = TRUE) { + - ddist3(x, location = location, scale = scale, lower = left, + upper = right, df = df) + } + sdist <- function(x, location, scale, df, left = -Inf, right = Inf) { + rval <- - sdist3(x, df = df, location = location, scale = scale, + lower = left, upper = right) + colnames(rval) <- c("dmu", "dsigma") + rval + } + hdist <- function(x, location, scale, df, left = -Inf, right = Inf, which) { + rval <- - hdist3(x, df = df, location = location, scale = scale, + lower = left, upper = right) + colnames(rval) <- c("d2mu", "d2sigma", "dmu.dsigma", "dsigma.dmu") + rval + } + + ## density function required for log-likelihood + if(truncated) { + ddist4 <- switch(dist, + "student" = dtt, "gaussian" = dtnorm, "logistic" = dtlogis) + } else { + ddist4 <- switch(dist, + "student" = dct, "gaussian" = dcnorm, "logistic" = dclogis) + } + lldist <- if(dist == "student") ddist4 else function(..., df) ddist4(...) + } + } else { + ## for user defined distribution (requires list with ddist, sdist (optional) + ## and hdist (optional), ddist, sdist, and hdist must be functions with + ## arguments x, location, sd, df, left, right, and log) + ddist <- dist$ddist + sdist <- if(is.null(dist$sdist)) NULL else dist$sdist + if(is.null(dist$hdist)) { + if(!is.null(hessian)) + if(hessian == FALSE) warning("no analytic hessian available. Hessian is set to TRUE and numerical Hessian from optim is employed") + hessian <- TRUE + } else hdist <- dist$hdist + } + + ## analytic or numeric Hessian + if(is.null(hessian)) { + hessian <- dfest + returnvcov <- TRUE # vcov is not computed when hessian == FALSE + } else { + returnvcov <- hessian + } + + ## link + if(is.character(link.scale)) { + linkstr <- link.scale + if(linkstr != "quadratic") { + linkobj <- make.link(linkstr) + linkobj$dmu.deta <- switch(linkstr, + "identity" = function(eta) rep.int(0, length(eta)), + "log" = function(eta) pmax(exp(eta), .Machine$double.eps)) + } else { + linkobj <- structure(list( + linkfun = function(mu) mu^2, + linkinv = function(eta) sqrt(eta), + mu.eta = function(eta) 1/2/sqrt(eta), + dmu.deta = function(eta) -1/4/sqrt(eta^3), + valideta = function(eta) TRUE, + name = "quadratic" + ), class = "link-glm") + } + } else { + linkobj <- link.scale + linkstr <- link.scale$name + if(is.null(linkobj$dmu.deta) & !hessian) { + warning("link.scale needs to provide dmu.deta component for analytical Hessian. Numerical Hessian is employed.") + hessian <- TRUE + } + } + linkfun <- linkobj$linkfun + linkinv <- linkobj$linkinv + mu.eta <- linkobj$mu.eta + dmu.deta <- linkobj$dmu.deta + + + ## starting values + if(is.null(start)) { + auxreg <- lm.wfit(x, y, w = weights, offset = offset[[1L]]) + beta <- auxreg$coefficients + gamma <- c(linkfun(sqrt(sum(weights * auxreg$residuals^2)/ + auxreg$df.residual)), rep(0, ncol(z) - 1)) + start <- if(dfest) c(beta, gamma, log10(10)) else c(beta, gamma) + } + if(is.list(start)) start <- do.call("c", start) + if(length(start) > k + q + dfest) { + warning(paste("too many entries in start! only first", k + q + dfest, "entries are considered")) + start <- start[1: (k + q + dfest)] + } + ## various fitted quantities (parameters, linear predictors, etc.) + fitfun <- function(par) { + beta <- par[seq.int(length.out = k)] + gamma <- par[seq.int(length.out = q) + k] + delta <- if(dfest) tail(par, 1) else NULL + mu <- drop(x %*% beta) + offset[[1L]] + zgamma <- drop(z %*% gamma) + offset[[2L]] + sigma <- linkinv(zgamma) + df <- if(dfest) exp(delta) else df + list( + beta = beta, + gamma = gamma, + delta = delta, + mu = mu, + zgamma = zgamma, + sigma = sigma, + df = df + ) + } + ## objective function + loglikfun <- function(par) { + fit <- fitfun(par) + ll <- with(fit, + ddist(y, mu, sigma, df = df, left = left, right = right, log = TRUE)) + if(any(!is.finite(ll))) NaN else -sum(weights * ll) + } + ## functions to evaluate gradients and hessian + if(dfest | is.null(sdist)) { + gradfun <- NULL + } else { + gradfun <- function(par, type = "gradient") { + fit <- fitfun(par) + grad <- with(fit, + sdist(y, mu, sigma, df = df, left = left, right = right)) + grad <- cbind(grad[,1]*x, grad[,2] * mu.eta(fit$zgamma) * z) + return(-colSums(weights * grad)) + } + hessfun <- function(par) { + fit <- fitfun(par) + hess <- with(fit, hdist(y, mu, sigma, left = left, right = right, + df = df, which = c("mu", "sigma", "mu.sigma", "sigma.mu"))) + grad <- with(fit, sdist(y, mu, sigma, left = left, right = right, + df = df))[,"dsigma"] + hess[, "d2sigma"] <- hess[, "d2sigma"]*mu.eta(fit$zgamma)^2 + grad*dmu.deta(fit$zgamma) + hess[, "dmu.dsigma"] <- hess[, "dsigma.dmu"] <- hess[, "dmu.dsigma"]*mu.eta(fit$zgamma) + hess <- weights*hess + hessmu <- crossprod(hess[,"d2mu"]*x, x) + hessmusigma <- crossprod(hess[,"dmu.dsigma"]*x, z) + hesssigmamu <- crossprod(hess[,"dsigma.dmu"]*z, x) + hesssigma <- crossprod(hess[,"d2sigma"]*z, z) + -cbind(rbind(hessmu, hesssigmamu), rbind(hessmusigma, hesssigma)) + } + } + opt <- suppressWarnings(optim(par = start, fn = loglikfun, gr = gradfun, + method = method, hessian = hessian, control = control,lower=lower,upper=upper)) + if(opt$convergence > 0) { + converged <- FALSE + warning("optimization failed to converge") + } else { + converged <- TRUE + } + par <- opt$par + fit <- fitfun(par) + beta <- fit$beta + gamma <- fit$gamma + delta <- fit$delta + mu <- fit$mu + sigma <- fit$sigma + vcov <- if(returnvcov) { + if (hessian) solve(as.matrix(opt$hessian)) + else solve(hessfun(par)) + } else matrix(NA, k+q+dfest, n+k+dfest) + df <- if(dfest) exp(delta) else df + if(type == "crps") { + ll <- sum(lldist(y, mu, sigma, left, right, log = TRUE, df = df)) + crps <- opt$value/n + } else { + ll <- -opt$value + crps <- NULL + } + + names(beta) <- colnames(x) + names(gamma) <- colnames(z) + if (returnvcov) { + colnames(vcov) <- rownames(vcov) <- c( + colnames(x), + paste("(scale)", colnames(z), sep = "_"), + if(dfest) "(Log(df))") + } + + rval <- list( + coefficients = list(location = beta, scale = gamma, df = delta), + df = df, + residuals = y - mu, + fitted.values = list(location = mu, scale = sigma), + dist = dist, + cens = list(left = left, right = right), + optim = opt, + method = method, + type = type, + control = ocontrol, + start = start, + weights = if(identical(as.vector(weights), rep.int(1, n))) NULL else weights, + offset = list(location = if(identical(offset[[1L]], rep.int(0, n))) NULL else + offset[[1L]], + scale = if(identical(offset[[2L]], rep.int(0, n))) NULL else offset[[2L]]), + n = n, + nobs = nobs, + loglik = ll, + crps = crps, + vcov = vcov, + link = list(scale = linkobj), + truncated = truncated, + converged = converged, + iterations = as.vector(tail(na.omit(opt$counts), 1)) + ) + + class(rval) <- "crch" + return(rval) +} + +# Define Inernal Function - "spread" (tidyr package) +spread <- function(data, key, value, fill = NA, convert = FALSE, + drop = TRUE, sep = NULL) { + key_var <- tidyselect::vars_pull(names(data), !! dplyr::enquo(key)) + value_var <- tidyselect::vars_pull(names(data), !! dplyr::enquo(value)) + + col <- data[key_var] + col_id <- plyr::id(col, drop = drop) + col_labels <- split_labels(col, col_id, drop = drop) + + rows <- data[setdiff(names(data), c(key_var, value_var))] + if (ncol(rows) == 0 && nrow(rows) > 0) { + # Special case when there's only one row + row_id <- structure(1L, n = 1L) + row_labels <- as.data.frame(matrix(nrow = 1, ncol = 0)) + } else { + row_id <- plyr::id(rows, drop = drop) + row_labels <- split_labels(rows, row_id, drop = drop) + rownames(row_labels) <- NULL + } + + overall <- plyr::id(list(col_id, row_id), drop = FALSE) + n <- attr(overall, "n") + # Check that each output value occurs in unique location + if (anyDuplicated(overall)) { + groups <- split(seq_along(overall), overall) + groups <- groups[map_int(groups, length) > 1] + + shared <- sum(map_int(groups, length)) + + str <- map_chr(groups, function(x) paste0(x, collapse = ", ")) + rows <- paste0(paste0("* ", str, "\n"), collapse = "") + abort(glue( + "Each row of output must be identified by a unique combination of keys.", + "\nKeys are shared for {shared} rows:", + "\n{rows}" + )) + } + + # Add in missing values, if necessary + if (length(overall) < n) { + overall <- match(seq_len(n), overall, nomatch = NA) + } else { + overall <- order(overall) + } + + value <- data[[value_var]] + ordered <- value[overall] + if (!is.na(fill)) { + ordered[is.na(ordered)] <- fill + } + + if (convert && !is_character(ordered)) { + ordered <- as.character(ordered) + } + dim(ordered) <- c(attr(row_id, "n"), attr(col_id, "n")) + colnames(ordered) <- enc2utf8(col_names(col_labels, sep = sep)) + + ordered <- as_tibble_matrix(ordered) + + if (convert) { + ordered[] <- map(ordered, type.convert, as.is = TRUE) + } + + out <- append_df(row_labels, ordered) + reconstruct_tibble(data, out, c(key_var, value_var)) +} + +col_names <- function(x, sep = NULL) { + names <- as.character(x[[1]]) + + if (is.null(sep)) { + if (length(names) == 0) { + # ifelse will return logical() + character() + } else { + ifelse(is.na(names), "<NA>", names) # replace original are_na with is.na() + } + } else { + paste(names(x)[[1]], names, sep = sep) + } +} + +as_tibble_matrix <- function(x) { + # getS3method() only available in R >= 3.3 + get("as_tibble.matrix", asNamespace("tibble"), mode = "function")(x) +} + +split_labels <- function(df, id, drop = TRUE) { + if (length(df) == 0) { + return(df) + } + + if (drop) { + representative <- match(sort(unique(id)), id) + out <- df[representative, , drop = FALSE] + rownames(out) <- NULL + out + } else { + unique_values <- map(df, ulevels) + rev(expand.grid(rev(unique_values), stringsAsFactors = FALSE)) + } +} + +ulevels <- function(x) { + if (is.factor(x)) { + orig_levs <- levels(x) + x <- addNA(x, ifany = TRUE) + levs <- levels(x) + factor(levs, levels = orig_levs, ordered = is.ordered(x), exclude = NULL) + } else if (is.list(x)) { + unique(x) + } else { + sort(unique(x), na.last = TRUE) + } +} + +append_df <- function(x, y, after = length(x), remove = FALSE) { + if (is.character(after)) { + after <- match(after, dplyr::tbl_vars(x)) + } else if (!is.integer(after)) { + stop("`after` must be character or integer", call. = FALSE) + } + + # Replace duplicated variables + x_vars <- setdiff(names(x), names(y)) + if (remove) { + x_vars <- setdiff(x_vars, names(x)[[after]]) + after <- after - 1L + } + + y <- append(x[x_vars], y, after = after) + structure(y, class = class(x), row.names = .row_names_info(x, 0L)) +} + +reconstruct_tibble <- function(input, output, ungrouped_vars = character()) { + if (inherits(input, "grouped_df")) { + old_groups <- dplyr::group_vars(input) + new_groups <- intersect(setdiff(old_groups, ungrouped_vars), names(output)) + dplyr::grouped_df(output, new_groups) + } else if (inherits(input, "tbl_df")) { + # Assume name repair carried out elsewhere + as_tibble(output, .name_repair = "minimal") + } else { + output + } +} + +#### Internal Function - RUVSeq Package +RUVs<-function(x, cIdx, k, scIdx, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) { + + if(!isLog && !all(.isWholeNumber(x))) { + warning(paste0("The expression matrix does not contain counts.\n", + "Please, pass a matrix of counts (not logged) or set isLog to TRUE to skip the log transformation")) + } + + if(isLog) { + Y <- t(x) + } else { + Y <- t(log10(x+epsilon)) + } + + scIdx <- scIdx[rowSums(scIdx > 0) >= 2, , drop = FALSE] + Yctls <- matrix(0, prod(dim(scIdx)), ncol(Y)) + m <- nrow(Y) + n <- ncol(Y) + c <- 0 + for (ii in 1:nrow(scIdx)) { + for (jj in 1:(ncol(scIdx))) { + if (scIdx[ii, jj] == -1) + next + c <- c + 1 + Yctls[c, ] <- Y[scIdx[ii, jj], , drop = FALSE] - + colMeans(Y[scIdx[ii, (scIdx[ii, ] > 0)], , drop = FALSE]) + } + } + Yctls <- Yctls[rowSums(Yctls) != 0, ] + Y <- rbind(Y, Yctls) + sctl <- (m + 1):(m + nrow(Yctls)) + svdRes <- svd(Y[sctl, ], nu = 0, nv = k) + k <- min(k, max(which(svdRes$d > tolerance))) + a <- diag(as.vector(svdRes$d[1:k]), ncol=k, nrow=k) %*% t(as.matrix(svdRes$v[, 1:k])) + colnames(a) <- colnames(Y) + W <- Y[, cIdx] %*% t(solve(a[, cIdx, drop = FALSE] %*% t(a[, cIdx, drop = FALSE]), a[, cIdx, drop = FALSE])) + Wa <- W %*% a + correctedY <- Y[1:m, ] - W[1:m, ] %*% a + + if(!isLog && all(.isWholeNumber(x))) { + if(round) { + correctedY <- round(exp(correctedY) - epsilon) + correctedY[correctedY<0] <- 0 + } else { + correctedY <- exp(correctedY) - epsilon + } + } + + W <- as.matrix(W[1:m,]) + colnames(W) <- paste("W", seq(1, ncol(W)), sep="_") + return(list(W = W, normalizedCounts = t(correctedY))) +} + +RUVr<-function(x, cIdx, k, residuals, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) { + + Y <- t(log10(x+epsilon)) + + if(center) { + E <- apply(residuals, 1, function(x) scale(x, center=TRUE, scale=FALSE)) + } else { + E <- t(residuals) + } + m <- nrow(Y) + n <- ncol(Y) + svdWa <- svd(E[, cIdx]) + k <- min(k, max(which(svdWa$d > tolerance))) + W <- svdWa$u[, (1:k), drop = FALSE] + alpha <- solve(t(W) %*% W) %*% t(W) %*% Y + correctedY <- Y - W %*% alpha + if(!isLog && all(.isWholeNumber(x))) { + if(round) { + correctedY <- round(exp(correctedY) - epsilon) + correctedY[correctedY<0] <- 0 + } else { + correctedY <- exp(correctedY) - epsilon + } + } + colnames(W) <- paste("W", seq(1, ncol(W)), sep="_") + return(list(W = W, normalizedCounts = t(correctedY))) +} + +RUVg<-function(x, cIdx, k, drop=0, center=TRUE, round=TRUE, epsilon=1, tolerance=1e-8, isLog=FALSE) { + + if(!isLog && !all(.isWholeNumber(x))) { + warning(paste0("The expression matrix does not contain counts.\n", + "Please, pass a matrix of counts (not logged) or set isLog to TRUE to skip the log transformation")) + } + + if(isLog) { + Y <- t(x) + } else { + Y <- t(log10(x+epsilon)) + } + + if (center) { + Ycenter <- apply(Y, 2, function(x) scale(x, center = TRUE, scale=FALSE)) + } else { + Ycenter <- Y + } + if (drop >= k) { + stop("'drop' must be less than 'k'.") + } + m <- nrow(Y) + n <- ncol(Y) + svdWa <- svd(Ycenter[, cIdx]) + first <- 1 + drop + k <- min(k, max(which(svdWa$d > tolerance))) + W <- svdWa$u[, (first:k), drop = FALSE] + alpha <- solve(t(W) %*% W) %*% t(W) %*% Y + correctedY <- Y - W %*% alpha + if(!isLog && all(.isWholeNumber(x))) { + if(round) { + correctedY <- round(exp(correctedY) - epsilon) + correctedY[correctedY<0] <- 0 + } else { + correctedY <- exp(correctedY) - epsilon + } + } + colnames(W) <- paste("W", seq(1, ncol(W)), sep="_") + return(list(W = W, normalizedCounts = t(correctedY))) +} + +.isWholeNumber <- function(x, tol = .Machine$double.eps^0.5) { + !is.na(x) & abs(x - round(x)) < tol +} + +residuals.DGEGLM <- function(object, type=c("deviance", "pearson"), ...) { + y <- as.matrix(object$counts) + mu <- as.matrix(object$fitted.values) + theta <- 1/object$dispersion + if(is.null(object$weights)) { + wts <- rep(1, ncol(object$counts)) + } else { + wts <- as.matrix(object$weights) + } + type <- match.arg(type) + ymut <- cbind(y, mu, theta) + + res <- t(apply(ymut, 1, function(x) { + yy <- as.vector(x[1:ncol(y)]) + mm <- as.vector(x[(ncol(y)+1):(ncol(y)+ncol(mu))]) + t <- x[length(x)] + if(type=="deviance") { + if(t==Inf) { + d.res <- sqrt(pmax((poisson()$dev.resids)(yy, mm, wts), 0)) + } else { + d.res <- sqrt(pmax((negative.binomial(theta=t)$dev.resids)(yy, pmax(mm, 1e-8), wts), 0)) + } + return(ifelse(yy > mm, d.res, -d.res)) + } else if(type=="pearson") { + if(t==Inf) { + return((yy - mm) * sqrt(wts) / pmax(sqrt(poisson()$variance(mm)), 1)) + } else { + return((yy - mm) * sqrt(wts) / pmax(sqrt(negative.binomial(theta=t)$variance(mm)), 1)) + } + } + })) + return(res) +} + +### Internal Function - MASS package +negative.binomial <- function(theta = stop("'theta' must be specified"), link = "log") { + linktemp <- substitute(link) + if (!is.character(linktemp)) linktemp <- deparse(linktemp) + if (linktemp %in% c("log", "identity", "sqrt")) + stats <- make.link(linktemp) + else if (is.character(link)) { + stats <- make.link(link) + linktemp <- link + } else { + ## what else shall we allow? At least objects of class link-glm. + if(inherits(link, "link-glm")) { + stats <- link + if(!is.null(stats$name)) linktemp <- stats$name + } else + stop(gettextf("\"%s\" link not available for negative binomial family; available links are \"identity\", \"log\" and \"sqrt\"", linktemp)) + } + .Theta <- theta ## avoid codetools warnings + env <- new.env(parent=.GlobalEnv) + assign(".Theta", theta, envir=env) + variance <- function(mu) + mu + mu^2/.Theta + validmu <- function(mu) + all(mu > 0) + dev.resids <- function(y, mu, wt) + 2 * wt * (y * log(pmax(1, y)/mu) - (y + .Theta) * + log((y + .Theta)/ (mu + .Theta))) + aic <- function(y, n, mu, wt, dev) { + term <- (y + .Theta) * log(mu + .Theta) - y * log(mu) + + lgamma(y + 1) - .Theta * log(.Theta) + lgamma(.Theta) - lgamma(.Theta+y) + 2 * sum(term * wt) + } + initialize <- expression({ + if (any(y < 0)) + stop("negative values not allowed for the negative binomial family") + n <- rep(1, nobs) + mustart <- y + (y == 0)/6 + }) + simfun <- function(object, nsim) { + ftd <- fitted(object) + rnegbin(nsim * length(ftd), ftd, .Theta) + } + environment(variance) <- environment(validmu) <- + environment(dev.resids) <- environment(aic) <- + environment(simfun) <- env + famname <- paste("Negative Binomial(", format(round(theta, 4)), ")", + sep = "") + structure(list(family = famname, link = linktemp, linkfun = stats$linkfun, + linkinv = stats$linkinv, variance = variance, + dev.resids = dev.resids, aic = aic, mu.eta = stats$mu.eta, + initialize = initialize, validmu = validmu, + valideta = stats$valideta, simulate = simfun), + class = "family") +} + +### Internal Function - Vegan Package +decorana <- function (veg, iweigh = 0, iresc = 4, ira = 0, mk = 26, short = 0, + before = NULL, after = NULL) { + Const1 <- 1e-10 + Const2 <- 5 + Const3 <- 1e-11 + veg <- as.matrix(veg) + aidot <- rowSums(veg) + if (any(aidot <= 0)) + stop("all row sums must be >0 in the community matrix: remove empty sites") + if (any(veg < 0)) + stop("'decorana' cannot handle negative data entries") + adotj <- colSums(veg) + if (any(adotj <= 0)) + warning("some species were removed because they were missing in the data") + if (mk < 10) + mk <- 10 + if (mk > 46) + mk <- 46 + if (ira) + iresc <- 0 + if (!is.null(before)) { + if (is.unsorted(before)) + stop("'before' must be sorted") + if (length(before) != length(after)) + stop("'before' and 'after' must have same lengths") + for (i in seq_len(nrow(veg))) { + tmp <- veg[i, ] > 0 + veg[i, tmp] <- approx(before, after, veg[i, tmp], + rule = 2)$y + } + } + if (iweigh) { + veg <- downweight(veg, Const2) + aidot <- rowSums(veg) + adotj <- colSums(veg) + } + v <- attr(veg, "v") + v.fraction <- attr(veg, "fraction") + adotj[adotj < Const3] <- Const3 + CA <- .Call(C_do_decorana, veg, ira, iresc, short, mk, as.double(aidot), + as.double(adotj)) + if (ira) + dnames <- paste("RA", 1:4, sep = "") + else dnames <- paste("DCA", 1:4, sep = "") + dimnames(CA$rproj) <- list(rownames(veg), dnames) + dimnames(CA$cproj) <- list(colnames(veg), dnames) + names(CA$evals) <- dnames + origin <- apply(CA$rproj, 2, weighted.mean, aidot) + if (ira) { + evals.decorana <- NULL + } + else { + evals.decorana <- CA$evals + var.r <- diag(cov.wt(CA$rproj, aidot, method = "ML")$cov) + var.c <- diag(cov.wt(CA$cproj, adotj, method = "ML")$cov) + CA$evals <- var.r/var.c + if (any(ze <- evals.decorana <= 0)) + CA$evals[ze] <- 0 + } + additems <- list(evals.decorana = evals.decorana, origin = origin, + v = v, fraction = v.fraction, iweigh = iweigh, + before = before, after = after, + call = match.call()) + CA <- c(CA, additems) + class(CA) <- "decorana" # c() strips class + CA +} + +# New .readDataTable2 Function +.readDataTable2<-function(filePath){ + + dat <- try(data.table::fread(filePath, header=T, check.names=FALSE, blank.lines.skip=TRUE, data.table=FALSE),silent=T); + + if(class(dat) == "try-error" || any(dim(dat) == 0)){ + print("Using slower file reader ..."); + formatStr <- substr(filePath, nchar(filePath)-2, nchar(filePath)) + if(formatStr == "txt"){ + dat <- try(read.table(filePath, header=TRUE, comment.char = "", check.names=F, as.is=T),silent=T); + }else{ # note, read.csv is more than read.table with sep="," + dat <- try(read.csv(filePath, header=TRUE, comment.char = "", check.names=F, as.is=T),silent=T); + } + } + return(dat); +} + +## Tem Functions +.readDataTable <- function(fileName){ + + dat <- tryCatch( + data.table::fread(fileName, header=TRUE, check.names=FALSE, blank.lines.skip=TRUE, data.table=FALSE), + error=function(e){ + print(e); + return(.my.slowreaders(fileName)); + }, + warning=function(w){ + print(w); + return(.my.slowreaders(fileName)); + }); + + if(any(dim(dat) == 0)){ + dat <- .my.slowreaders(fileName); + } + return(dat); +} +.get.mSet <- function(mSetObj=NA){ + if(.on.public.web){ + return(mSet) + }else{ + return(mSetObj); + } +} +.set.mSet <- function(mSetObj=NA){ + if(.on.public.web){ + mSet <<- mSetObj; + return (1); + } + return(mSetObj); +} + + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetAllBatchNames <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$dataSet$batch)){ + return(0); + } + names(mSetObj$dataSet$batch); +} + +ResetBatchData <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$batch <- mSetObj$dataSet$batch.cls <- NULL; + return(.set.mSet(mSetObj)); +} + +#'Create semitransparant colors +#'@description Create semitransparant colors for a given class label +#'@param cls Input class labels +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' + +CreateSemiTransColors <- function(cls){ + + # note, the first color (red) is for QC + col.nms <- rainbow(length(levels(cls))); + + # convert to semi-transparent + semi.nms <- ToSemiTransParent(col.nms); + + # now expand to the one-to-one match to cls element + col.vec <- vector(mode="character", length=length(cls)); + for (i in 1:length(levels(cls))){ + lv <- levels(cls)[i]; + col.vec[cls==lv] <- semi.nms[i]; + } + return(col.vec); +} + +# convert rgb color i.e. "#00FF00FF" to semi transparent +ToSemiTransParent <- function (col.nms, alpha=0.5){ + rgb.mat <- t(col2rgb(col.nms)); + rgb(rgb.mat/255, alpha=alpha); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/biomarker_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/biomarker_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..b61bbdb666c156d8cee9723d6f323409702f1423 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/biomarker_utils.R @@ -0,0 +1,3092 @@ +### Miscellaneous tasks for subsetting and training +### Subset data, train, rank +### Jeff Xia \email{jeff.xia@mcgill.ca} +### McGill University, Canada +### License: GNU GPL (>= 2) + +#'Numbers for subset selection +#'@description Return a series of number for subsets selection +#'@param feat.len Input the feature length +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetFeatureNumbers <- function(feat.len){ + if(feat.len > 100){ + nFeatures <- c(5, 10, 15, 25, 50, 100); + }else if(feat.len > 50){ + nFeatures <- c(3, 5, 10, 20, round(feat.len/2), feat.len); + }else if(feat.len > 20){ + nFeatures <- c(2, 3, 5, 10, 20, feat.len); + }else if(feat.len > 10){ + nFeatures <- c(2, 3, 5, 7, 10, feat.len); + }else if(feat.len > 1){ + nFeatures <- sort(sample(2:feat.len)); + }else{ + print("Feature number is less than 2!") + return(); + } + nFeatures; +} + +#'Make random partitions +#'@description Make random partitions, returns matrices indicating +#'whether the observation is in train/test for each run +#'note: try to get a balanced sampling for each group (classification) +#'or each quantile (regression). This is very useful for unbalanced data +#'@param y Input the data +#'@param propTraining By default set to 2/3 +#'@param nRuns By default set to 30 +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetTrainTestSplitMat <- function(y, propTraining = 2/3, nRuns = 30){ + + nTotalSample <- length(y); + + smallestClass <- names(sort(table(y)))[1]; + nSmallest <- sum(y == smallestClass); + + nSmallestTrain <- round(propTraining * nSmallest); + nBiggestTrain <- nSmallestTrain; + + nSmallestTest <- nSmallest - nSmallestTrain; + nBiggestTest <- nTotalSample - (nSmallestTest + nSmallestTrain + nBiggestTrain); + + # sanity check for very large number of samples + # for each run max 600 - 400 train, 200 test + big.samples <- FALSE; + if(nSmallestTrain > 400){ + big.samples <- TRUE; + nSmallestTrain <- nBiggestTrain <- 400; + nSmallestTest <- nBiggestTest <- 200; + } + + # split up in smallest class indices and biggest class indices + smallestIndices <- which(y == smallestClass) + biggestIndices <- seq(along = y)[-smallestIndices] + + nTrainingSample <- nSmallestTrain + nBiggestTrain; + nTestSample <- nSmallestTest + nBiggestTest; + + trainingSampleAllRuns <- matrix(0, nrow = nRuns, ncol = nTrainingSample) + testSampleAllRuns <- matrix(0, nrow = nRuns, ncol = nTestSample); + + for (irun in 1:nRuns) { + sampleSmallestTrain <- sample(smallestIndices, nSmallestTrain); + sampleBiggestTrain <- sample(biggestIndices, nBiggestTrain); + trainingSampleRun <- c(sampleSmallestTrain, sampleBiggestTrain); + indicesTrainingSample <- rep(FALSE, length = nTotalSample); + indicesTrainingSample[trainingSampleRun] <- TRUE; + trainingSampleAllRuns[irun, ] <- which(indicesTrainingSample); + if(big.samples){ + testSampleAllRuns[irun, ] <- sample(which(!indicesTrainingSample), 200); + }else{ + testSampleAllRuns[irun, ] <- which(!indicesTrainingSample); + } + } + + # return the results + list( + training.mat = trainingSampleAllRuns, + testing.mat = testSampleAllRuns + ); +} + +#'To choose from two groups +#'@description Choose two groups (when more than two groups uploaded) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param grps Input the groups +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SetCurrentGroups <- function(mSetObj=NA, grps){ + + mSetObj <- .get.mSet(mSetObj); + + if(length(levels(mSetObj$dataSet$cls.all))>2){ + grp.nms <- strsplit(grps, " vs. ")[[1]]; + # now extract the data for the two groups + hit.inx <- as.character(mSetObj$dataSet$cls.all) %in% grp.nms; + mSetObj$dataSet$cls <- factor(mSetObj$dataSet$cls.all[hit.inx]); + mSetObj$dataSet$norm <- mSetObj$dataSet$norm.all[hit.inx, ]; + }else{ + mSetObj$dataSet$cls <- mSetObj$dataSet$cls.all; + mSetObj$dataSet$norm <- mSetObj$dataSet$norm.all; + } + return(.set.mSet(mSetObj)); +} + +#'Rank features based on different importance measures +#'@description Ranks features based on various importance measures, +#'return imp.vec which contains the importance measures +#'of unordered features +#'@param x.in Input the X features +#'@param y.in Input the Y features +#'@param method Input the method +#'@param lvNum Input the number of levels +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +RankFeatures <- function(x.in, y.in, method, lvNum){ + if(method == "rf"){ # use randomforest mean decrease accuracy + rf <- randomForest::randomForest(x = x.in,y = y.in,importance=TRUE, keep.forest=F); + return(randomForest::importance(rf)[ ,"MeanDecreaseAccuracy"]); + }else if (method == "pls"){ + ncls <- as.numeric(y.in)-1; + datmat <- as.matrix(x.in); + pls <- pls::plsr(ncls~datmat,method='oscorespls', ncomp=lvNum); + return(Get.VIP(pls, lvNum)); + }else if(method == "svm"){ + svmres <- e1071::svm(x.in, y.in, type = 'C', kernel="linear"); + imp.vec <- (t(svmres$coefs) %*% svmres$SV)[1,]^2; + names(imp.vec) <- colnames(x.in); + return(imp.vec); + }else if(method == "auroc"){ # univariate based ou area under ROC + imp.vec <- caTools::colAUC(x.in, y.in, plotROC=F)[1,]; + return(imp.vec); + }else if(method == "tt"){ # univariate based ou area under ROC + imp.vec <- Get.Fstat(x.in, as.factor(y.in)); # all f-stats + names(imp.vec) <- colnames(x.in); + return(imp.vec); + }else if(method == "fisher"){ # univariate based ou area under ROC + imp.vec <- Get.Fisher(x.in, as.factor(y.in)); + names(imp.vec) <- colnames(x.in); + return(imp.vec); + }else{ + print("Not supported!"); + return(NULL); + } +} + +#'Calculates feature importance +#'@description Perform calculation of feature importance (AUC, p value, fold change) +#'@usage CalculateFeatureRanking(mSetObj=NA, clust.num=5) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param clust.num Numeric, input the number of clusters for cluster-analysis +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CalculateFeatureRanking <- function(mSetObj=NA, clust.num=5){ + + mSetObj <- .get.mSet(mSetObj); + LRConverged <<- "FALSE"; + + x <- mSetObj$dataSet$norm; + y <- mSetObj$dataSet$cls; + + # auc + auc <- caTools::colAUC(x, y, plotROC=F)[1,]; + if(.on.public.web & RequireFastUnivTests(mSetObj)){ + res <- PerformFastUnivTests(x, y); + ttp <- res[,2]; + }else{ + ttp <- GetROCTtestP(x, y); + } + + # fold change + # use non-transformed data, then log2 + if(mSetObj$dataSet$use.ratio){ + data <- mSetObj$dataSet$proc.ratio; + }else{ + data <- mSetObj$dataSet$proc; + } + # update in case norm filtered? + hit.inxX <- rownames(data) %in% rownames(x); + hit.inxY <- colnames(data) %in% colnames(x); + data <- data[hit.inxX, hit.inxY, drop=FALSE]; + min.val <- min(abs(data[data!=0]))/2; + data <- log2((data + sqrt(data^2 + min.val))/2); + + m1 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]), , drop=FALSE]); + m2 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]), , drop=FALSE]); + fc <- m1-m2; + + if(mSetObj$dataSet$roc_cols > 1){ # dont need to calc kmeans if only 1 metabolite! + # now do k-means to measure their expression similarities + + kms <- ComputeKmeanClusters(t(x), clust.num); + feat.rank.mat <- data.frame(AUC=auc, Pval=ttp, FC=fc, clusters = kms); + rownames(feat.rank.mat) <- colnames(x); + + ord.inx <- order(feat.rank.mat$AUC, decreasing=T); + feat.rank.mat <- data.matrix(feat.rank.mat[ord.inx, , drop=FALSE]); + }else{ + feat.rank.mat <- data.matrix(data.frame(AUC=auc, Pval=ttp, FC=fc, clusters=1)) + } + + # how to format pretty, and still keep numeric + feat.rank.mat <<- signif(feat.rank.mat, digits = 5); + + if(mSetObj$analSet$mode == "univ"){ + fast.write.csv(feat.rank.mat, file="metaboanalyst_roc_univ.csv"); + } + return(.set.mSet(mSetObj)); +} + + +# return a vector contain the cluster index +ComputeKmeanClusters <- function(data, clust.num){ + set.seed(28051968); + # if feature number is too low, change clust.num + if(nrow(data) <= clust.num){ + clust.num <- nrow(data)-1; + } + if(clust.num < 2){ + clust.num <- 1; + } + kmeans.res <- kmeans(data, clust.num, nstart=100); + return(kmeans.res$cluster); +} + +# recomputing based on new cluster number +UpdateKmeans <- function(mSetObj=NA, clust.num=5){ + mSetObj <- .get.mSet(mSetObj); + x <- mSetObj$dataSet$norm; + clsts <- ComputeKmeanClusters(t(x), clust.num); + + # note, need to synchronize the order as feat.rank.mat is order by AUC, not the same as in the x + ord.inx <- match(rownames(feat.rank.mat), names(clsts)); + feat.rank.mat[,"clusters"] <- clsts[ord.inx]; + feat.rank.mat <<- feat.rank.mat; +} + +#'Set biomarker analysis mode +#'@description ROC utilities +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'@usage SetAnalysisMode(mSetObj, mode) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects)s +#'@param mode Input the selected mode for biomarker analysis, "univ" for univariate ROC curve analysis, +#'"explore" for multivariate ROC curve analysis, and "test" for ROC curve based model creation and evaluation. +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SetAnalysisMode <- function(mSetObj=NA, mode){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$mode <- mode; + return(.set.mSet(mSetObj)); +} + +#'Perform Monte-Carlo Cross Validation (MCCV) +#'@description Classification MCCV, aims to find the best feature +#'subsets using default model parameters +#'@usage PerformCV.explore(mSetObj, cls.method, rank.method="auroc", lvNum=2, propTraining=2/3) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param cls.method Select the classification method, "rf" for random forest classification, "pls" for PLS-DA, +#'and "svm" for support vector machine +#'@param rank.method Select the ranking method, "rf" for random forest mean decrease accuracy, +#'"fisher" for Fisher's univariate ranking based on area under the curve +#'"auroc" for univariate ranking based on area under the curve, "tt" for T-test univariate ranking based on area under the curve, +#'"pls" for partial least squares, and "svm" for support vector machine +#'@param lvNum Input the number of latent variables to include in the analyis, only for PLS-DA classification +#'@param propTraining Input the proportion of samples to use for training +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformCV.explore <- function(mSetObj=NA, cls.method, rank.method="auroc", lvNum=2, propTraining=2/3){ + mSetObj <- .get.mSet(mSetObj); + + mSetObj$analMethod <- cls.method; + data <- mSetObj$dataSet$norm; + cls <- mSetObj$dataSet$cls; + + # number of subsampling to produce smooth curve + if(nrow(data) > 500){ + nRuns <- 10; + }else if(nrow(data) > 200){ + nRuns <- 20; + }else if(nrow(data) > 100){ + nRuns <- 30; + }else{ + nRuns <- 50; + } + + nFeatures <- GetFeatureNumbers(ncol(data)); + + feat.outp <- actualCls <- vector(length = nRuns, mode = "list"); + + perf.outp <- vector(length = length(nFeatures), mode = "list"); + perf.outp <- lapply(perf.outp, function(x){x <- vector(length = nRuns, mode = "list"); return(x)}); + auc.mat <- accu.mat <- matrix(nrow=nRuns, ncol=length(nFeatures)); + + splitMat <- GetTrainTestSplitMat(cls, propTraining, nRuns); + trainRuns <- splitMat$training.mat; + testRuns <- splitMat$testing.mat; + + for (irun in 1:nRuns){ + trainingSampleRun <- trainRuns[irun, ] + testSampleRun <- testRuns[irun, ]; + x.in <- data[trainingSampleRun, ]; + y.train <- cls[trainingSampleRun]; + actualCls[[irun]] <- y.test <- cls[testSampleRun]; + + # Feature ranking using only training data, + imp.vec <- RankFeatures(x.in, y.train, rank.method, lvNum); + + feat.outp[[irun]] <- imp.vec; + ord.inx <- order(imp.vec, decreasing = TRUE); + ordData <- data[, ord.inx]; + + # buliding classifiers for each number of selected features and test on the test data + for (inum in seq(along = nFeatures)){ + x.train <- ordData[trainingSampleRun, 1:nFeatures[inum]]; + x.test <- ordData[testSampleRun, 1:nFeatures[inum]]; + prob.out <- Predict.class(x.train, y.train, x.test, cls.method, lvNum); + + # calculate AUC for each + pred <- ROCR::prediction(prob.out, y.test); + auc.mat[irun, inum] <- slot(ROCR::performance(pred, "auc"), "y.values")[[1]]; + + perf.outp[[inum]][[irun]] <- prob.out; + pred.out <- as.factor(ifelse(prob.out > 0.5, 1, 0)); + accu.mat[irun, inum] <- Get.Accuracy(table(pred.out, y.test)); + } + } + + ############################################################################# + ## prepare results for default plotting + ## 1) get best model based on AUROC for prob.view and imp.feature calculation + ## 2) calculate accuracy and roc for all models under comparison + ############################################################################# + + preds <- vector(length = length(nFeatures), mode = "list"); + act.vec <- unlist(actualCls); # same for all subsets + for(m in 1:length(nFeatures)){ + prob.vec <- unlist(perf.outp[[m]]); + pred <- ROCR::prediction(prob.vec, act.vec); + preds[[m]] <- pred; # prediction obj + #auc.vec[m] <- slot(performance(pred, "auc"), "y.values")[[1]]; + } + + # accu.mat and preds are for all models + colnames(accu.mat) <- colnames(auc.mat) <- names(preds) <- paste(nFeatures, sep = ""); + auc.vec <- colMeans(auc.mat); + + auc.cis <- GetCIs(auc.mat); + # get the best based on AUROC + best.model.inx <- which.max(auc.vec); + + mSetObj$analSet$multiROC <- list( + type = mSetObj$analSet$type, # note, do not forget to carry the type "roc" + train.mat = trainRuns, + + # record raw output + test.feats = nFeatures, + pred.cv = perf.outp, + true.cv = actualCls, + imp.cv = feat.outp, + + # record processed output + pred.list = preds, + accu.mat = accu.mat, + auc.vec = auc.vec, + auc.ci = auc.cis, + best.model.inx = best.model.inx + ) + return(.set.mSet(mSetObj)); +} + +#'Perform MCCV for manually selected features +#'@description MCCV for manually selected features (no additional feature selection) +#'@usage PerformCV.test(mSetObj, method, lvNum, propTraining=2/3, nRuns=100) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param method Select the classification method, "rf" for random forest classification, "pls" for PLS-DA, +#'and "svm" for support vector machine +#'@param lvNum Input the number of latent variables to include in the analyis, only for PLS-DA classification +#'@param propTraining Input the proportion of samples to use for training, by default it is 2/3 +#'@param nRuns Input the number of MCCV runs, by default it is 100 +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformCV.test <- function(mSetObj=NA, method, lvNum, propTraining=2/3, nRuns=100){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$analMethod <- method; + data <- mSetObj$dataSet$norm; + cls <- mSetObj$dataSet$cls; + + if(method == "lr") { + # check cls (response variable) whether it is number 0/1 or not + if( length(levels(mSetObj$dataSet$cls)) == 2 ) { + mSetObj$dataSet$cls.lbl <- levels(mSetObj$dataSet$cls); # already sorted + cls <- as.numeric(mSetObj$dataSet$cls)-1; + mSetObj$dataSet$cls.lbl.new <- sort(unique(cls)); + mSetObj$dataSet$cls01 <- cls; # integer values for response of logistic regression + } else { + AddErrMsg("level of response variable y/class has more than 2!"); + return(0); + } + } else { + if(method == "pls"){# make sure the feature # > comp # + if(lvNum > ncol(data)){ + AddErrMsg("PLS components cannot be more than total features selected!"); + return(0); + } + } + cls <- mSetObj$dataSet$cls; + } + + splitMat <- GetTrainTestSplitMat(cls, propTraining, nRuns); + trainRuns <- splitMat$training.mat; + testRuns <- splitMat$testing.mat; + + feat.outp <- actualCls <- perf.outp <- vector(length = nRuns, mode = "list"); + auc.vec <- accu.vec <- vector(mode="numeric", length=nRuns); + + for (irun in 1:nRuns){ + trainingSampleRun <- trainRuns[irun, ] + testSampleRun <- testRuns[irun, ]; + x.train <- data[trainingSampleRun, ,drop=F]; + x.test <- data[testSampleRun, ,drop=F]; + y.train <- cls[trainingSampleRun]; + actualCls[[irun]] <- y.test <- cls[testSampleRun]; + + res <- Predict.class(x.train, y.train, x.test, method, lvNum, imp.out=T); + feat.outp[[irun]] <- res$imp.vec; + prob.out <- res$prob.out; + + # calculate AUC for each + pred <- ROCR::prediction(prob.out, y.test); + auc.vec[irun] <- slot(ROCR::performance(pred, "auc"), "y.values")[[1]]; + perf.outp[[irun]] <- prob.out; + pred.out <- as.factor(ifelse(prob.out > 0.5, 1, 0)); + accu.vec[irun] <- Get.Accuracy(table(pred.out, y.test)); + } + + ############################################################################# + ## prepare results for default plotting + ## 1) get best model based on AUROC for prob.view and imp.feature calculation + ## 2) calculate accuracy and roc for all models under comparison + ############################################################################# + + prob.vec <- unlist(perf.outp); + act.vec <- unlist(actualCls); + preds <- ROCR::prediction(prob.vec, act.vec); + auc <- mean(auc.vec); + auc.ci <- GetCIs(as.matrix(auc.vec)); + + ######################################### + # if there is holdout sample, do prediction + if(!is.null(mSetObj$dataSet$test.data)){ + test.res <- Predict.class(data, cls, mSetObj$dataSet$test.data, method, lvNum); + }else{ + test.res <- NULL; + } + ####################### + ######################################### + # if there is new samples, do prediction + if(!is.null(mSetObj$dataSet$new.data)){ + new.res <<- Predict.class(data, cls, mSetObj$dataSet$new.data, method, lvNum); + }else{ + new.res <- NULL; + } + + ######################################### + # method = Logistic Regression + # generate report tables for model with 10-fold Cross-Validation + if( method == "lr") { + x.train.all <- data; + x.test.all <- data; + y.train.all <- as.character(cls); + y.test.all <- as.character(cls); + + # generate LR model and AUROC statistics. Then assign to the analSet list + # return (list(model = mdlSummary, LR.auc=LR.auc)); + + tbl.cls <- table(cls); + if( (tbl.cls[[1]] < 10) & (tbl.cls[[2]] < 10) ) { + AddErrMsg("The sample size of each group should be more than 10!"); + return (0); + } else { + genLogisticRegMdl(x.train.all, y.train.all, x.test.all, y.test.all); + } + } + ####################### + mSetObj$analSet$ROCtest <- list( + type = mSetObj$analSet$type, # note, do not forget to carry the type "roc" when overwrite analSet + train.mat = trainRuns, + pred.cv = perf.outp, + true.cv = actualCls, + imp.cv = feat.outp, + + # record processed output + pred.list = preds, + accu.mat = t(as.matrix(accu.vec)), + auc.ci = auc.ci, + auc.vec = auc, + test.res = test.res, + new.res = new.res + ); + return(.set.mSet(mSetObj)); +} + +#'Get predicted class probability +#'@description Get predicted class probability +#'@param x.train Input the x training samples +#'@param y.train Input the y training samples +#'@param x.test Input the x testing samples +#'@param clsMethod Se the classification method, default is set to pls +#'@param lvNum Input the number of levels +#'@param imp.out Logical, set to F by default +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +Predict.class <- function(x.train, y.train, x.test, clsMethod="pls", lvNum, imp.out=F){ + + # first convert class label to 0/1 so convert prob-> class will be easier + y.train <- as.factor(as.numeric(y.train)-1); + + # note, we only need prob for class 1, pred can be inferred + if (clsMethod == "rf"){ + model <- randomForest::randomForest(x.train, y.train, ntree=300, importance=T); + prob.out <- predict(model, x.test, type="prob")[,"1"]; + if(imp.out){ + imp.vec <- randomForest::importance(model)[ ,"MeanDecreaseAccuracy"]; + return(list(imp.vec = imp.vec, prob.out = prob.out)); + } + return(prob.out); + }else if(clsMethod == "pls"){ # plsda + model <- caret::plsda(x.train, y.train, method='oscorespls', ncomp=ifelse(ncol(x.train)>lvNum, lvNum, 2)); + prob.out <- predict(model, x.test, type="prob")[,"1",1]; + if(imp.out){ + imp.vec <- Get.VIP(model, lvNum); + return(list(imp.vec = imp.vec, prob.out = prob.out)); + } + return(prob.out); + }else if(clsMethod == "lr"){ # logistic regression with selected variables (only in Test) + x <- x.train; + y <- y.train; + xx.test <- x.test; + + names.x.origin <- names(x); + names(x) <- paste0("V", 1:(ncol(x))); + names(xx.test) <- names(x); + + data.xy <- data.frame(y, x); + model <- logisticReg(data.xy); + prob.out <- predict(model, xx.test, type="response"); + if(imp.out){ + imp.vec <- names(model$coefficients)[-1] + return(list(imp.vec = imp.vec, prob.out = prob.out)); + } + return(prob.out); + }else{ # svm + model <- e1071::svm(x.train, y.train, type = 'C', kernel="linear", probability=TRUE); + prob.out <- attr(predict(model, x.test, probability=TRUE), "probabilities")[,"1"]; + if(imp.out){ + imp.vec <- (t(model$coefs) %*% model$SV)[1,]^2; + names(imp.vec) <- colnames(x.train); + return(list(imp.vec = imp.vec, prob.out = prob.out)); + } + return(prob.out); + } +} + +logisticReg <- function(d.xy) { + fmla <- as.formula(paste("y ~", paste(names(d.xy)[-1], collapse="+"))); + model <- glm(fmla, data=d.xy, family=binomial(link="logit"), na.action="na.omit") + return(model); +} + +genLREquation <- function(coef.mdl){ + coef.mdl <- round(coef.mdl, 3); + + eq <- coef.mdl[[1]]; + for(i in 2:length(coef.mdl)) { + eq <- paste(eq, ifelse(sign(coef.mdl[[i]])==1,"+","-"), abs(round(coef.mdl[[i]],3)), names(coef.mdl)[i]); + } + return(eq); +} + +#'Calculate ROC performance with CV +#'@description Calculate ROC performance with CV +#'@param data.in Input matrix of data +#'@param fmla.in Input for generalized linear model +#'@param kfold Numeric +#'@param run.stepwise Logical +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +CVTest.LRmodel <- function(data.in, fmla.in, kfold=10, run.stepwise=FALSE){ + + + dw.case <- data.in[which(data.in$y == 1), ]; nrow(dw.case) + dw.ctrl <- data.in[which(data.in$y == 0), ]; nrow(dw.ctrl) + + random.seed <- 10063927; + grpIndice.case <- createCVset(nrow(dw.case), kfold, random.seed) + grpIndice.ctrl <- createCVset(nrow(dw.ctrl), kfold, random.seed) + + all.trainning.y <- NULL + all.trainning.fit <- NULL + all.validation.y <- NULL + all.validation.fit <- NULL + + for (i in 1:kfold) + { + d.train.case <- dw.case[-grpIndice.case[[i]], ]; nrow(d.train.case) + d.train.ctrl <- dw.ctrl[-grpIndice.ctrl[[i]], ]; nrow(d.train.ctrl) + d.train <- rbind(d.train.case, d.train.ctrl); names(d.train) + + d.validation.case <- dw.case[grpIndice.case[[i]], ]; nrow(d.validation.case) + d.validation.ctrl <- dw.ctrl[grpIndice.ctrl[[i]], ]; nrow(d.validation.ctrl) + d.validation <- rbind(d.validation.case, d.validation.ctrl) + + vnames <- names(d.train); + + mdl <- glm(fmla.in, data=d.train, family=binomial(link="logit")) + if(run.stepwise) { mdl <- step(mdl) } + + dval.pred <- predict(mdl, d.validation, type="response"); + + all.validation.y <- c(all.validation.y, d.validation$y) + all.validation.fit <- c(all.validation.fit, dval.pred) + all.trainning.y <- c(all.trainning.y, mdl$y) + all.trainning.fit <- c(all.trainning.fit, mdl$fitted.values) + } + + # 10-fold cross validation + cv.r <- pROC::roc(all.validation.y ~ all.validation.fit, ci=T, ci.se=T, sp=seq(0,1,0.01)) # of: se (sensitivity), sp (specificity), thresholds, auc + # cv.threshold <- coords(cv.r, "best", ret=c("threshold"), best.method="youden", best.weights=c(5, nrow(dw.case)/nrow(data.in)) ); + cv.threshold <- as.numeric(pROC::coords(cv.r, "best", ret=c("threshold"), best.method="closest.topleft", transpose=TRUE)); + cv.rstat <- multi.stat(all.validation.fit > cv.threshold, all.validation.y); + if(length(cv.rstat) == 1 && cv.rstat == 0){ + return(0); + } + cv.tbl <- table(all.validation.fit > cv.threshold, all.validation.y); + + # training performance + train.r <- pROC::roc(all.trainning.y ~ all.trainning.fit, ci=T, ci.se=T, sp=seq(0,1,0.01)) # of: se (sensitivity), sp (specificity), thresholds, auc + train.threshold <- pROC::coords(train.r, "best", ret=c("threshold"), best.method="youden", transpose=TRUE); + train.rstat <- multi.stat(all.trainning.fit > cv.threshold, all.trainning.y) + if(length(train.rstat) == 1 && train.rstat == 0){ + return(0); + } + return(list( + train.r = train.r$ci, + train.threshold = train.threshold, + train.rstat = train.rstat, + cv.robj = cv.r, + cv.r = cv.r$ci, + cv.threshold = cv.threshold, + cv.rstat = cv.rstat, + cv.tbl = cv.tbl, + cv.y = all.validation.y, + cv.pred = all.validation.fit, + cv.threshold = cv.threshold + )); +} + +#'Develop a Logistic Regression Model with all of the combined k-fold CV subsets +#'@description Develop a Logistic Regression Model with all of the combined k-fold CV subsets +#'@param x.train Input the X training set +#'@param y.train Input the Y training set +#'@param x.test Input the X test set +#'@param y.test Input the Y test set +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +genLogisticRegMdl <- function(x.train, y.train, x.test, y.test){ + + # use 10-fold CV as default; or LOOCV if sample size < 10 + x <- x.train; + y <- y.train; + x.cv.test <- x.test; + y.cv.test <- y.test; + + names.x.origin <- names(x); + names(x) <- paste0("V", 1:(ncol(x))); + names(x.cv.test) <- names(x); + + # glm can only take numeric + factor + if(class(y) == "character"){ + y <- as.factor(y) + } + + # LR Model generation + data.xy <- data.frame(y, x); + fmla <- as.formula(paste("y ~", paste(names(data.xy)[-1], collapse="+"))); + + model <- glm(fmla, data=data.xy, family=binomial(link="logit"), na.action="na.omit"); + + # if model with selected variables is failed, the use the stepwise variable selection + if((!model$converged) | (model$deviance < 1)){ + model <- step(model, trace=0); + fmla <- model$formula; + } + + mdlSummary <- summary(model)$coefficients; + dimnames(mdlSummary)[[1]][-1] <- names.x.origin; + # prob.out <- predict(model, x.cv.test, type="response"); + + Odds <- round(exp(cbind(OR=coef(model), confint(model))), 2)[,1]; + # Odds <- round(exp(OR=coef(model)), 2); + Odds[1] <- "-"; + LRmodel <- cbind(round(mdlSummary,3), Odds); + LRmodel[,4] <- ifelse(LRmodel[,4] < 0.001, "< 0.001", LRmodel[,4]); + + # LR model's summary table as html format + LRmodel.xtable <<- print(xtable::xtable(LRmodel, align="r|rrrcc"), + type = "html", print.results=F, xtable.width=600, + html.table.attributes="border=1 width=600" ); + + coefTable <- coef(model); + names(coefTable)[-1] <- names.x.origin; + if (model$converged & model$deviance > 1) { + LReq <<- genLREquation(coefTable); + LRConverged <<- "TRUE"; + } else { + # (Error: Model was not converged) + LReq <<- "(Error: Model was not converged)"; + LRConverged <<- "FALSE"; + } + + # ROC analysis with 10-fold CV test set + rStat <- CVTest.LRmodel(data.xy, fmla.in=fmla, kfold=10, run.stepwise=FALSE) + # r <- roc(y.cv.test ~ prob.out, ci=T, ci.se=T, sp=seq(0,1,0.01)) # of: se (sensitivity), sp (specificity), thresholds, auc + + # ROC plot with k-fold CV test set for ROC plot + LR.r <<- rStat$cv.robj; + LR.y.origin <<- rStat$cv.y; + LR.y.pred <<- rStat$cv.pred; + LR.threshold <<- rStat$cv.threshold; + + # training/discovery; 10-fold CV + auc <- c( sprintf("%.3f (%.3f ~ %.3f)", rStat$train.r[2], rStat$train.r[1], rStat$train.r[3]), + sprintf("%.3f (%.3f ~ %.3f)", round(rStat$cv.r[2],3), round(rStat$cv.r[1],3), round(rStat$cv.r[3],3)) ); + sens <- c( sprintf("%.3f (%.3f ~ %.3f)", rStat$train.rstat$sens, rStat$train.rstat$sensCI[1], rStat$train.rstat$sensCI[2]), + sprintf("%.3f (%.3f ~ %.3f)", rStat$cv.rstat$sens, rStat$cv.rstat[1], rStat$cv.rstat$sensCI[2]) ); + spec <- c( sprintf("%.3f (%.3f ~ %.3f)", rStat$train.rstat$spec, rStat$train.rstat$specCI[1], rStat$train.rstat$specCI[2]), + sprintf("%.3f (%.3f ~ %.3f)", rStat$cv.rstat$spec, rStat$cv.rstat$specCI[1], rStat$cv.rstat$specCI[2]) ); + + LRperf <- cbind(auc, sens, spec); + colnames(LRperf) <- c("AUC","Sensitivity","Specificity"); + rownames(LRperf) <- c("Training/Discovery","10-fold Cross-Validation"); + + LRperf.xtable <<- print(xtable::xtable(LRperf, align="r|ccc"), include.rownames=TRUE, floating=FALSE, + type = "html", print.results=F, xtable.width=600, + html.table.attributes="border=1 width=600"); +} + +#'Plot ROC for the logistic regression model +#'@description Plot ROC for the logistic regression model +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param show.conf Logical, show confidence intervals +#'@param sp.bin Numeric, default is set to 0.01. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotROC.LRmodel <- function(mSetObj=NA, imgName, format="png", dpi=72, show.conf=FALSE, sp.bin=0.01) { + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- h <- 8; + mSetObj$imgSet$roc.lr <- imgName; + + roc.object <- LR.r; + y.origin <- LR.y.origin; + y.pred <- LR.y.pred; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + op <- par(mar=c(5,4,3,3)); + + # auc.ci <- ci.auc(roc.object, method="bootstrap", boot.n=500, progress="none"); + auc.lbl <- paste("Area under the curve (AUC) = ", round(roc.object$ci[2],3), sep=""); + ci.lbl <- paste("95% CI: ", round(roc.object$ci[1],3), " - ", round(roc.object$ci[3],3),sep=""); + perform.lbl <- paste(auc.lbl,"\n", ci.lbl, sep=""); + + # plot ROC of specific model and save the table for details + if(show.conf){ + # of: se (sensitivity), sp (specificity), thresholds, auc + r.new <- roc(y.origin ~ y.pred, ci=T, of="se", sp=seq(0,1,sp.bin)); + pROC::plot.roc(r.new, add=F, ci.type="bars", ci.col="green", col="darkolivegreen", lty="dotted", legacy.axes=T, + xlab="1 - Specificity (False positive rate)", ylab="Sensitivity (True positive rate)", + cex.axis=1.0, cex.lab=1.0); + pROC::plot.roc(smooth(r.new, method="density", n=512), add=T, col="blue", lwd=1); + legend("bottomright", legend=c("Empirical","Smoothed", "95% CI"), cex=1.0, col=c(par("fg"), "blue", "green"), lwd=3, lty=c(3,1,1) ); + + text(0.7, 0.4, perform.lbl, adj=c(0,1), col="black", cex=1.0); + } else { + pROC::plot.roc(roc.object, add=F, ci.type="no", col="blue", legacy.axes=T, + xlab="1 - Specificity (False positive rate)", ylab="Sensitivity (True positive rate)", + cex.axis=1.0, cex.lab=1.0, lwd=2, lty=1 ); + text(0.7, 0.4, perform.lbl, adj=c(0,1), col="black", cex=1.0); + } + + dev.off(); + return(.set.mSet(mSetObj)); +} + + +#'Get multiple category statistics +#'@description Get multiple category statistics +#'@param pred Input predictions +#'@param resp Input responses +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +multi.stat <- function(pred, resp) { + + in.dat <- na.omit(cbind(pred,resp)); + + if(nrow(in.dat) < length(pred)/2){ # abort if over half is invalid + AddErrMsg("More than half of tests return NA! Insufficent sample size?"); + return(0); + } + + pred <- in.dat[,1]; + resp <- in.dat[,2]; + + ts <- table(pred, resp) + + TP <- ts[2,2] + FP <- ts[2,1] # identify as True/Positive but actually Negative/False (healthy) + FN <- ts[1,2] # identify as False/Negative but actually Positive/True + TN <- ts[1,1] + + sensitivity <- TP / (TP + FN) + specificity <- TN / (FP + TN) + ppv <- TP / (TP + FP) + npv <- TN / (FN + TN) + likelihood_ratio_pos <- sensitivity / (1 - specificity) # positive + likelihood_ratio_neg <- (1-sensitivity) / specificity # positive + # (TP + TN) / (TP + TN + FP + FN) + accuracy <- (TP + TN) / sum(ts) + # fdr = fp / (fp + tp) : false discovery rate + fdr <- FP / (FP + TP) + + SEsens <- sqrt(sensitivity * (1-sensitivity) / (TP + FN) ) + SEspec <- sqrt(specificity * (1-specificity) / (FP + TN) ) + + cise.u <- sensitivity + 1.96 * SEsens + cisp.u <- specificity + 1.96 * SEspec + CIsens <- c(sensitivity - 1.96 * SEsens, ifelse( cise.u > 1.0, 1.0, cise.u) ) + CIspec <- c(specificity - 1.96 * SEspec, ifelse( cisp.u > 1.0, 1.0, cisp.u) ) + + return(list(sens=sensitivity, sensCI=CIsens, spec=specificity, specCI=CIspec) ); +} + +#'Get confidence intervals +#'@description For non-parametric tests, use quantiles, +#'use normal (1.96*std.err) if parametric +#'@param data Input data matrix +#'@param param Logical, False by default +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetCIs <- function(data, param=F){ + means <- colMeans(data, na.rm=T); + if(param){ + sds <- apply(data, 2, sd, na.rm=T); + nn <- nrow(data); + std.err <- sds/sqrt(nn); + LCL <- round(means-1.96*std.err,3); + LCL[LCL<0] <- 0; + UCL <- round(means+1.96*std.err, 3); + UCL[UCL>1] <- 1; + res <- paste(LCL, "-", UCL, sep=""); + }else{ + cis <- apply(data, 2, quantile, probs=c(0.025, 0.975)); + cis <- round(cis,3); + cis[cis<0] <- 0; + cis[cis>1] <- 1; + res <- paste(cis[1,], "-", cis[2,], sep=""); + } + res; +} + +#'Perform Classical Univariate ROC +#'@description Perform Classical Univariate ROC +#'@usage Perform.UnivROC(mSetObj=NA, feat.nm, imgName, format="png", dpi=72, isAUC, isOpt, optMethod, isPartial, measure, cutoff) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param feat.nm Input the name of the feature to perform univariate ROC analysis +#'@param imgName Input a name for the plot +#'@param format Select the image format, png, of pdf. +#'@param dpi Input the dpi. If the image format is pdf, users need not define the dpi. For png images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param isAUC Logical, select T to compute the 95 percent confidence interval band and "F" to not +#'@param isOpt Logical, show the optimal cutoff, T to show it and F to not +#'@param optMethod Select the optimal cutoff by using either closest.topleft for closest to top-left corner or +#'youden for farthest to the diagonal line (Youden) +#'@param isPartial Logical, input T to calculate a partial ROC curve, and F to not +#'@param measure Select the parameter to limit the calculation of the partial ROC curve, se for the X-axis (maximum false-positive rate) +#'and sp for the Y-axis, representing the minimum true positive-rate +#'@param cutoff Input the threshold to limit the calculation of the partial ROC curve, the number must be between 0 and 1. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +Perform.UnivROC <- function(mSetObj=NA, feat.nm, version, format="png", dpi=72, isAUC, isOpt, optMethod, isPartial, measure, cutoff){ + + mSetObj <- .get.mSet(mSetObj); + + imgName <- gsub("\\/", "_", feat.nm); + imgName = paste(imgName, "_", version, "dpi", dpi, ".", format, sep=""); + + x <- mSetObj$dataSet$norm[, feat.nm]; + y <- mSetObj$dataSet$cls; + + if(isPartial){ + if(measure == "se"){ + cutoff = cutoff; + }else{ + cutoff = 1-cutoff; + } + roc.obj <- pROC::roc(y, x, partial.auc=c(1.0, cutoff), ci=TRUE, partial.auc.focus=measure, boot.n=50, percent = F, progress="none"); + }else{ + roc.obj <- pROC::roc(y, x, percent = F); + } + + w <- h <- 6; + + mSetObj$imgSet$roc.univ.plot <- imgName; + mSetObj$imgSet$roc.univ.name <- feat.nm; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(oma=c(0,0,1,0)); + par(mar=c(4,4,4,4)+.1); + + opt.thresh = NA; + + # first plot ROC curve + if(isAUC){ + pROC::plot.roc(roc.obj, print.auc=F, legacy.axes=TRUE, col="navy", grid=T, + xlab = "False positive rate", ylab="True positive rate", main=feat.nm); + ci.obj <- pROC::ci.se(roc.obj, specificities=seq(0, 1, 0.05), boot.n=200, progress="none"); + ROCR::plot(ci.obj,type="shape",col="#0000ff22"); + }else{ + pROC::plot.roc(roc.obj, print.auc=F, legacy.axes=TRUE, col="navy", grid=T, + xlab = "False positive rate", ylab="True positive rate", + auc.polygon=TRUE, auc.polygon.col="#0000ff22", main=feat.nm); + } + + auc.ci <- pROC::ci.auc(roc.obj, method="bootstrap", boot.n=500, progress="none"); + roc.obj$ci <- auc.ci; + auc.lbl <- paste("AUC: ", round(roc.obj$ci[2],3), sep=""); + ci.lbl <- paste("(", round(roc.obj$ci[1],3), "-", round(roc.obj$ci[3],3), ")", sep=""); + text(0.5, 0.5, paste(auc.lbl, "\n", ci.lbl, sep=""), adj=c(0,1), col="navy"); + + if(isOpt){ + par(xpd=T); + opt.ps <- data.frame(pROC::coords(roc.obj, "best", best.method=optMethod, transpose = TRUE)); + opt.thresh <- opt.ps["threshold",] + points(opt.ps["specificity",], opt.ps["sensitivity",], pch=19, col="red"); + lbls=paste(signif(opt.ps["threshold",],3), "(", round(opt.ps["specificity",],1), ", ", round(opt.ps["sensitivity",],1), ")", sep=""); + text(opt.ps["specificity",], opt.ps["sensitivity",], adj=c(-.05,1.25), label=lbls); + } + + dev.off(); + + mSetObj$analSet$opt.thresh <- opt.thresh + + if(.on.public.web){ + .set.mSet(mSetObj); + return(imgName); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Plot a boxplot view of a selected compound +#'@description Plots a boxplot of the selected compound's concentration +#'between the groups. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param feat.nm Input the name of the selected compound. +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PlotRocUnivBoxPlot <- function(mSetObj, feat.nm, version, format="png", dpi=72, isOpt, isQuery){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + } + + imgName <- gsub("\\/", "_", feat.nm); + imgName = paste(imgName, "_box_", version, "dpi", dpi, ".", format, sep=""); + + x <- mSetObj$dataSet$norm[, feat.nm]; + y <- mSetObj$dataSet$cls; + scale <- dpi/72; + w <- 200*scale; + h <- 400*scale; + col <- unique(GetColorSchema(y)); + + mSetObj$imgSet$roc.univ.boxplot <- imgName; + + Cairo::Cairo(file=imgName, width=w, height=h, type=format, bg="white", dpi=dpi); + + df <- data.frame(conc = x, class = y) + p <- ggplot2::ggplot(df, aes(x=class, y=conc, fill=class)) + geom_boxplot(notch=FALSE, outlier.shape = NA, outlier.colour=NA) + theme_bw() + geom_jitter(size=1) + p <- p + theme(axis.title.x = element_blank(), axis.title.y = element_blank(), legend.position = "none") + p <- p + stat_summary(fun=mean, colour="yellow", geom="point", shape=18, size=3, show.legend = FALSE) + p <- p + theme(text = element_text(size=15), plot.margin = margin(t=0.45, r=0.25, b=1.5, l=0.25, "cm"), axis.text = element_text(size=10)) + p <- p + scale_fill_manual(values=col) + + if(isOpt){ + opt.thresh <- mSetObj$analSet$opt.thresh + p <- p + geom_hline(aes(yintercept=opt.thresh), colour="red") + } + + if(isQuery){ + thresh <- as.numeric(mSetObj$analSet$roc.obj$thresh) + p <- p + geom_hline(aes(yintercept=thresh), colour="red") + } + + print(p) + dev.off() + if(.on.public.web){ + .set.mSet(mSetObj); + return(imgName); + }else{ + return(.set.mSet(mSetObj)); + } + +} + +#'Plot a summary view of the classification result +#'@description Plot of predicted class probabilities. On the x-axis is the proability, +#'and the y-axis is the index of each predicted sample based on the probility. +#'The samples are turned into separations at the x-axis. +#'This plot can be created for multivariate ROC curve analysis using SVM, PLS, and RandomForest. +#'Please note that sometimes, not all samples will be tested, instead they will be plotted +#'at the 0.5 neutral line. +#'@usage PlotProbView(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, show, showPred) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param mdl.inx Model index, 0 means to compare all models, -1 means to use the best model, input 1-6 to plot a ROC curve for one of the top six models +#'@param show 1 or 0, if 1, label samples classified to the wrong groups +#'@param showPred Show predicted samples +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotProbView <- function(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, show, showPred) { + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + smpl.nms <- rownames(mSetObj$dataSet$norm); + prob.vec <- rep(0.5, length(smpl.nms)); + names(prob.vec) <- smpl.nms; + + if(anal.mode == "explore"){ + if(mdl.inx == -1){ + mdl.inx <- mSetObj$analSet$multiROC$best.model.inx; + } + probs <- MergeDuplicates(unlist(mSetObj$analSet$multiROC$pred.cv[[mdl.inx]])); + }else{ + probs <- MergeDuplicates(unlist(mSetObj$analSet$ROCtest$pred.cv)); + } + prob.vec[names(probs)] <- probs; + + nms <- names(prob.vec); + ord.inx <- order(nms); + prob.vec <- prob.vec[ord.inx]; + cls <- mSetObj$dataSet$cls[ord.inx]; + # remember to update the nms itself! + nms <- names(prob.vec); + + # get html confusion matrix + pred.out <- as.factor(ifelse(prob.vec > 0.5, 1, 0)); + act.cls <- as.numeric(cls)-1; + + prob.res <- data.frame(Probability=prob.vec, Predicted=pred.out, Actual=act.cls); + + if(anal.mode == "explore"){ + write.table(prob.res, file="roc_pred_prob.csv", sep=",", col.names = TRUE); + }else{ + write.table(prob.res, file="roc_pred_prob1.csv", sep=",", col.names = TRUE); + } + + conf.res <- table(pred.out, act.cls); + mSetObj$analSet$conf.table <- xtable::xtable(conf.res, caption="Confusion Matrix (Cross-Validation)"); + mSetObj$analSet$conf.mat <- print(mSetObj$analSet$conf.table, type = "html", print.results=F, caption.placement="top", html.table.attributes="border=1 width=150" ) + + if(anal.mode == "test"){ + if(!is.null(mSetObj$dataSet$test.data)){ + + test.pred <- ifelse(mSetObj$analSet$ROCtest$test.res > 0.5, 1, 0); + test.cls <- as.numeric(mSetObj$dataSet$test.cls)-1; + + test.df <- data.frame(Prob_HoldOut=mSetObj$analSet$ROCtest$test.res, Predicted_HoldOut=test.pred, Actual_HoldOut=test.cls); + suppressMessages(write.table(test.df, file="roc_pred_prob1.csv", sep=",", append=TRUE, col.names = TRUE)); + + test.res <- table(test.pred, test.cls); + mSetObj$analSet$conf.mat.test <- print(xtable::xtable(test.res, + caption="Confusion Matrix (Hold-out)"), + type = "html", print.results=F, xtable.width=120, caption.placement="top", + html.table.attributes="border=1 width=150" ); + } + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 9; h <- 8; + + if(anal.mode == "explore"){ + mSetObj$imgSet$roc.prob.plot <- imgName; + mSetObj$imgSet$roc.prob.name <- mdl.inx + }else{ + mSetObj$imgSet$roc.testprob.plot <- imgName; + mSetObj$imgSet$roc.testprob.name <- mdl.inx + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + set.seed(123); + y <- rnorm(length(prob.vec)); + max.y <- max(abs(y)); + ylim <- max.y*c(-1.05, 1.05); + + xlim <- c(0, 1.0); + + op <- par(mar=c(4,4,3,6)); + pchs <- ifelse(as.numeric(cls) == 1, 1, 19); + + colors <- ifelse(show==1, "darkgrey", "black"); + ROCR::plot(prob.vec, y, pch=pchs, col=colors, xlim=xlim, ylim= ylim, xlab = "Predicted Class Probabilities", ylab="Samples"); + abline(h = 0, lty = 2, col="grey"); + abline(v = 0.5, lty = 2, col="grey"); + + par(xpd=T); + legend("right",inset=c(-0.11,0), legend = unique(as.character(cls)), pch=unique(pchs)); + + test.y <- test.x <- 0; + if(showPred){ + if(anal.mode == "explore"){ + test.y <- rnorm(length(mSetObj$analSet$multiROC$test.res)); + test.x <- mSetObj$analSet$multiROC$test.res; + }else{ + test.y <- rnorm(length(mSetObj$analSet$ROCtest$test.res)); + test.x <- mSetObj$analSet$ROCtest$test.res; + } + pchs <- ifelse(as.numeric(mSetObj$dataSet$test.cls) == 1, 1, 19); + points(test.x, test.y, pch=pchs, cex=1.5, col="red"); + } + + if(show == 1){ + + # add labels for sample classified wrong + # the idea is to add labels to the left side for those with prob < 0.5 + # and add labels to the right side of the point for those with prob > 0.5 + # leave 0.5 out + + # first wrong pred as 1 (right side) + act.ones <- as.numeric(cls)-1 == 1; + pred.vec <- ifelse(prob.vec > 0.5, 1, 0); + + wrong.inx <- (pred.vec != as.numeric(cls)-1) & pred.vec == 1; + if(sum(wrong.inx) > 0){ + text(prob.vec[wrong.inx], y[wrong.inx], nms[wrong.inx], pos=4); + } + + # first wrong pred as 0 (left side) + act.zeros <- as.numeric(cls)-1 == 0; + pred.vec <- ifelse(prob.vec < 0.5, 0, 0.5); + wrong.inx <- pred.vec != as.numeric(cls)-1 & pred.vec == 0; + if(sum(wrong.inx) > 0){ + text(prob.vec[wrong.inx], y[wrong.inx], nms[wrong.inx], pos=2); + } + + if(showPred){ + nms <- rownames(mSetObj$dataSet$test.data); + + act.ones <- as.numeric(mSetObj$dataSet$test.cls)-1 == 1; + act.zeros <- as.numeric(mSetObj$dataSet$test.cls)-1 == 0; + + # leave 0.5 there + pred.vec <- ifelse(test.x > 0.5, 1, 0.5); + wrong.inx <- (pred.vec != as.numeric(mSetObj$dataSet$test.cls)-1) & act.ones; + if(sum(wrong.inx) > 0){ + text(test.x[wrong.inx], test.y[wrong.inx], nms[wrong.inx], pos=4, cex=0.9); + } + + pred.vec <- ifelse(test.x < 0.5, 0, 0.5); + wrong.inx <- pred.vec != as.numeric(mSetObj$dataSet$test.cls)-1 & act.zeros; + if(sum(wrong.inx) > 0){ + text(test.x[wrong.inx], test.y[wrong.inx], nms[wrong.inx], pos=2, cex=0.9); + } + } + } + par(op) + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot ROC +#'@description Pred and auroc are lists containing predictions +#'and labels from different cross-validations +#'@usage PlotROC(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, avg.method, show.conf, show.holdout, focus="fpr", cutoff = 1.0) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param mdl.inx Model index, 0 means to compare all models, input 1-6 to plot a ROC curve for one of the top six models +#'@param avg.method Input the method to compute the average ROC curve, either "threshold", "vertical" or "horizontal" +#'@param show.conf Logical, if 1, show confidence interval, if 0 do not show +#'@param show.holdout Logical, if 1, show the ROC curve for hold-out validation, if 0 do not show +#'@param focus "fpr" +#'@param cutoff Input the threshold to limit the calculation of the ROC curve, the number must be between 0 and 1. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotROC <- function(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, avg.method, show.conf, show.holdout, focus="fpr", cutoff = 1.0){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 8; h <- 8; + + if(anal.mode == "test"){ + mSetObj$imgSet$roc.testcurve.plot <- imgName; + mSetObj$imgSet$roc.testcurve.name <- mdl.inx + mSetObj$imgSet$roc.testcurve.method <- avg.method + }else{ + mSetObj$imgSet$roc.multi.plot <- imgName; + mSetObj$imgSet$roc.multi.model <- mdl.inx + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + op <- par(mar=c(5,4,3,3)); + + if(anal.mode=="explore" && mdl.inx == 0){ # compare all models + preds <- mSetObj$analSet$multiROC$pred.list; + auroc <- mSetObj$analSet$multiROC$auc.vec; + perf <- ROCR::performance(preds[[1]], "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + + cols <- (1:length(preds))+1; + ROCR::plot(perf.avg@x.values[[1]], perf.avg@y.values[[1]], type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(perf.avg@x.values[[1]], perf.avg@y.values[[1]], col=cols[1]); + for(i in 2:length(preds)){ + perf <- ROCR::performance(preds[[i]], "tpr", "fpr"); + avg <- ComputeAverageCurve(perf, avg.method); + lines(avg@x.values[[1]], avg@y.values[[1]], col=cols[i]); + } + + best.inx <- which.max(auroc); + + # now add and format legends to the bottom right corner + feats <- c("Var.", names(preds)); + feats <- substr(feats, 1, 8); + feats <- sprintf("%-5s", feats); + + vals <- c("AUC", round(auroc, 3)); + + vals <- sprintf("%-8s", vals); + + cis <- mSetObj$analSet$multiROC$auc.ci; + cis <- c("CI", cis); + legends <- paste(feats, vals, cis, sep=""); + + pch <- c(NA, rep(15, length(preds))); + cols <- c(NA, cols); + + legend("bottomright", legend = legends, pch=15, col=cols); + + }else if(mdl.inx > 0 && anal.mode=="explore"){ + + preds <- ROCR::prediction(mSetObj$analSet$multiROC$pred.cv[[mdl.inx]], mSetObj$analSet$multiROC$true.cv); + auroc <- round(mSetObj$analSet$multiROC$auc.vec[mdl.inx],3); + auc.ci <- mSetObj$analSet$multiROC$auc.ci[mdl.inx]; + perf <- ROCR::performance(preds, "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + y.all <- perf.avg@y.values[[1]]; + x.all <- perf.avg@x.values[[1]]; + lgd <- paste("Area under the curve (AUC) =", auroc, "\n", + "95% CI:", auc.ci); + + ROCR::plot(x.all, y.all, type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(x.all, y.all, type="l", lwd=2, col="blue"); + + if(show.conf){ + res <- ComputeHighLow(perf); + suppressWarnings(polygon(c(x.all, rev(x.all)), c(res$con.low, rev(res$con.high)), col="#0000ff22")) + } + + legend("center", legend = lgd, bty="n"); + + }else{ # plot ROC of specific model and save the table for details + + preds <- ROCR::prediction(mSetObj$analSet$ROCtest$pred.cv, mSetObj$analSet$ROCtest$true.cv); + auroc <- round(mSetObj$analSet$ROCtest$auc.vec[1],3) + auc.ci <- mSetObj$analSet$ROCtest$auc.ci; + + perf <- ROCR::performance(preds, "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + y.all <- perf.avg@y.values[[1]]; + x.all <- perf.avg@x.values[[1]]; + # to draw a roc curve line from (0,0) + y.all <- c(0.0, y.all); + x.all <- c(0.0, x.all); + + lgd <- paste("Area under the curve (AUC) =", auroc, "\n", + "95% CI:", auc.ci); + + ROCR::plot(x.all, y.all, type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(x.all, y.all, type="l", lwd=2, col="blue"); + + if(show.conf){ + res <- ComputeHighLow(perf); + # to draw a roc curve line from (0,0) + # suppressWarnings(polygon(c(x.all, rev(x.all)), c(res$con.low, rev(res$con.high)), col="#0000ff22")) + suppressWarnings(polygon(c(x.all, rev(x.all)), c(c(0,res$con.low), c(rev(res$con.high),0)), col="#0000ff22")) + } + if(show.holdout){ + + roc.obj <- pROC::roc(mSetObj$dataSet$test.cls, mSetObj$analSet$ROCtest$test.res, percent = F); + test.x <- 1-roc.obj$spec; + test.y <- roc.obj$sens; + + lbls <- c("Type", "CV","Holdout"); + lbls <- sprintf("%-10s",lbls); + + test.auc <- round(roc.obj$auc[[1]],3); + aucs <- c("AUC", auroc, test.auc); + + lgd <- paste(lbls, aucs, sep=""); + lines(test.x, test.y, type="l", lwd=2, col="magenta"); + legend("bottomright", legend = lgd, pch=c(NA, 15, 15), col=c(NA, "blue", "magenta")); + }else{ + legend("center", legend = lgd, bty="n"); + } + } + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot ROC for the ROC Curve Based Model Creation and Evaluation module +#'@description Plot the ROC curve of the biomarker model created using a user-selected subset of features. +#'Pred and auroc are lists containing predictions and labels from different cross-validations. +#'@usage PlotROCTest(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, avg.method, show.conf, show.holdout, focus="fpr", cutoff = 1.0) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param mdl.inx Model index, 0 means to compare all models, input 1-6 to plot a ROC curve for one of the top six models +#'@param avg.method Input the method to compute the average ROC curve, either "threshold", "vertical" or "horizontal" +#'@param show.conf Logical, if 1, show confidence interval, if 0 do not show +#'@param show.holdout Logical, if 1, show the ROC curve for hold-out validation, if 0 do not show +#'@param focus "fpr" +#'@param cutoff Input the threshold to limit the calculation of the ROC curve, the number must be between 0 and 1. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotROCTest<-function(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, avg.method, show.conf, show.holdout, focus="fpr", cutoff = 1.0){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 8; h <- 8; + mSetObj$imgSet$roc.testcurve.plot <- imgName; + mSetObj$imgSet$roc.testcurve.name <- mdl.inx + mSetObj$imgSet$roc.testcurve.method <- avg.method + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + op <- par(mar=c(5,4,3,3)); + + if(anal.mode=="explore" && mdl.inx == 0){ # compare all models + preds <- mSetObj$analSet$ROCtest$pred.list; + auroc <- mSetObj$analSet$ROCtest$auc.vec; + perf <- ROCR::performance(preds[[1]], "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + + cols <- (1:length(preds))+1; + ROCR::plot(perf.avg@x.values[[1]], perf.avg@y.values[[1]], type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(perf.avg@x.values[[1]], perf.avg@y.values[[1]], col=cols[1]); + for(i in 2:length(preds)){ + perf <- ROCR::performance(preds[[i]], "tpr", "fpr"); + avg <- ComputeAverageCurve(perf, avg.method); + lines(avg@x.values[[1]], avg@y.values[[1]], col=cols[i]); + } + + best.inx <- which.max(auroc); + + # now add and format legends to the bottom right corner + feats <- c("Var.", names(preds)); + feats <- substr(feats, 1, 8); + feats <- sprintf("%-5s", feats); + + vals <- c("AUC", round(auroc, 3)); + + vals <- sprintf("%-8s", vals); + + cis <- mSetObj$analSet$multiROC$auc.ci; + cis <- c("CI", cis); + legends <- paste(feats, vals, cis, sep=""); + + pch <- c(NA, rep(15, length(preds))); + cols <- c(NA, cols); + + legend("bottomright", legend = legends, pch=15, col=cols); + + }else if(mdl.inx > 0 && anal.mode=="explore"){ + + preds <- ROCR::prediction(mSetObj$analSet$ROCtest$pred.cv[[mdl.inx]], mSetObj$analSet$ROCtest$true.cv); + auroc <- round(mSetObj$analSet$ROCtest$auc.vec[mdl.inx],3); + auc.ci <- mSetObj$analSet$ROCtest$auc.ci[mdl.inx]; + perf <- ROCR::performance(preds, "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + y.all <- perf.avg@y.values[[1]]; + x.all <- perf.avg@x.values[[1]]; + lgd <- paste("Area under the curve (AUC) =", auroc, "\n", + "95% CI:", auc.ci); + + ROCR::plot(x.all, y.all, type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(x.all, y.all, type="l", lwd=2, col="blue"); + + if(show.conf){ + res <- ComputeHighLow(perf); + suppressWarnings(polygon(c(x.all, rev(x.all)), c(res$con.low, rev(res$con.high)), col="#0000ff22")) + } + + legend("center", legend = lgd, bty="n"); + + }else{ # plot ROC of specific model and save the table for details + + preds <- ROCR::prediction(mSetObj$analSet$ROCtest$pred.cv, mSetObj$analSet$ROCtest$true.cv); + auroc <- round(mSetObj$analSet$ROCtest$auc.vec[1],3) + auc.ci <- mSetObj$analSet$ROCtest$auc.ci; + + perf <- ROCR::performance(preds, "tpr", "fpr"); + perf.avg <- ComputeAverageCurve(perf, avg.method); + y.all <- perf.avg@y.values[[1]]; + x.all <- perf.avg@x.values[[1]]; + # to draw a roc curve line from (0,0) + y.all <- c(0.0, y.all); + x.all <- c(0.0, x.all); + + lgd <- paste("Area under the curve (AUC) =", auroc, "\n", + "95% CI:", auc.ci); + + ROCR::plot(x.all, y.all, type="n", axes=F, + xlim=c(0,1), ylim=c(0,1), + xlab="1-Specificity (False positive rate)", + ylab="Sensitivity (True positive rate)" + ); + + box() + axis(side=2) + lab.at <- seq(0, 1, 0.2); + grid.at <- seq(0, 1, 0.1); + lab.labels <- lab.at + axis(side=1, at=lab.at, labels=as.graphicsAnnot(sprintf( "%.1f", lab.labels))); + abline(v=grid.at, lty=3, col="lightgrey"); + abline(h=grid.at, lty=3, col="lightgrey"); + lines(x.all, y.all, type="l", lwd=2, col="blue"); + + if(show.conf){ + res <- ComputeHighLow(perf); + # to draw a roc curve line from (0,0) + # suppressWarnings(polygon(c(x.all, rev(x.all)), c(res$con.low, rev(res$con.high)), col="#0000ff22")) + suppressWarnings(polygon(c(x.all, rev(x.all)), c(c(0,res$con.low), c(rev(res$con.high),0)), col="#0000ff22")) + } + if(show.holdout){ + + roc.obj <- pROC::roc(mSetObj$dataSet$test.cls, mSetObj$analSet$ROCtest$test.res, percent = F); + test.x <- 1-roc.obj$spec; + test.y <- roc.obj$sens; + + lbls <- c("Type", "CV","Holdout"); + lbls <- sprintf("%-10s",lbls); + + test.auc <- round(roc.obj$auc[[1]],3); + aucs <- c("AUC", auroc, test.auc); + + lgd <- paste(lbls, aucs, sep=""); + lines(test.x, test.y, type="l", lwd=2, col="magenta"); + legend("bottomright", legend = lgd, pch=c(NA, 15, 15), col=c(NA, "blue", "magenta")); + }else{ + legend("center", legend = lgd, bty="n"); + } + } + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot classification performance using different features for Multi-Biomarker +#'@description Plot of the accuracy of classification with an increasing number of features. +#'@usage PlotAccuracy(mSetObj=NA, imgName, format="png", dpi=72) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotAccuracy<-function(mSetObj=NA, imgName, format="png", dpi=72){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 9; h <- 7; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + if(is.null(mSetObj$analSet$multiROC$accu.mat)){ + accu.mat <- mSet$analSet$ROCtest$accu.mat; + }else{ + accu.mat <- mSetObj$analSet$multiROC$accu.mat; + } + + mn.accu <- apply(accu.mat, 2, mean); + ylabl <- 'Predictive Accuracy'; + ylim <- c(0,1); + title <- 'Predictive accuracies with different features'; + txt.lbls <- paste(100*round(mn.accu,3),'%'); + + matplot(t(accu.mat),type='l', lty=2, col="grey", xlab='Number of features',ylab=ylabl, ylim=ylim, + axes=F,main=title); + + lines(1:ncol(accu.mat), mn.accu, lwd=2); + points(mn.accu, pch=19, col=ifelse(1:length(mn.accu)==which.max(mn.accu),"red","blue")); + text(mn.accu,labels=txt.lbls, adj=c(-0.3, -0.5), srt=45, xpd=T) + axis(2); + + lbls <- colnames(accu.mat); + axis(1, 1:length(mn.accu), labels=lbls); + + mSetObj$imgSet$roc.pred <- imgName; + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot classification performance using different features for Biomarker Tester +#'@description Plot of the accuracy of classification with an increasing number of features. +#'@usage PlotTestAccuracy(mSetObj=NA, imgName, format="png", dpi=72) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotTestAccuracy<-function(mSetObj=NA, imgName, format="png", dpi=72){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 9; h <- 7; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + y.vec <- mSetObj$analSet$ROCtest$accu.mat[1,]; + ylim.ext <- GetExtendRange (y.vec, 12); # first increase ylim by 1/12 + boxplot(y.vec, col="#0000ff22", ylim=ylim.ext, outline=FALSE, boxwex=c(0.5, 0.5), ylab="Predictive Accuracy"); + stripchart(t(mSetObj$analSet$ROCtest$accu.mat), method = "jitter", vertical=T, add = T, pch=19); + + accu.info <- paste ("The average accuracy based on 100 cross validations is", round(mean(y.vec), 3)); + + mSetObj$imgSet$roc.testpred <- imgName; + + if(!is.null(mSetObj$dataSet$test.cls)){ + test.pred <- ifelse(mSetObj$analSet$ROCtest$test.res > 0.5, 1, 0); + test.cls <- as.numeric(mSetObj$dataSet$test.cls)-1; + + hit <- sum(test.pred == test.cls); + percent <- round(hit/length(test.cls), 3); + accu.info <- paste(accu.info, ". The accuracy for hold out data prediction is ", percent, + "(", hit, "/", length(test.cls), ").", sep=""); + } + + mSetObj$analSet$ROCtest$accu.info <- accu.info; + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot selected compounds by their percentage frequency +#'@description Plot the important variables of single biomarker model ranked by order of importance +#'@usage PlotImpVars(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, measure = "freq", feat.num = 15) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format elect the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param mdl.inx Model index, -1 selects the model with the best AUC, input 1-6 to view the important features of one of the top six models +#'@param measure Choose to rank features by the frequency of being selected "freq", or the +#'mean importance measure "mean" +#'@param feat.num Input the number of features to include in the plot, by default it is 15. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotImpVars <- function(mSetObj=NA, imgName, format="png", dpi=72, mdl.inx, measure = "freq", feat.num = 15){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 8; h <- 8; + mSetObj$imgSet$roc.imp.plot <- imgName; + mSetObj$imgSet$roc.imp.name <- mdl.inx + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + data <- mSetObj$dataSet$norm; + cls <- mSetObj$dataSet$cls; + op <- par(mar=c(6,10,3,7)); + + if(anal.mode == "explore"){ + if(mdl.inx == -1){ + mdl.inx <- mSetObj$analSet$multiROC$best.model.inx; + } + imp.mat <- GetImpFeatureMat(mSetObj, mSetObj$analSet$multiROC$imp.cv, mSetObj$analSet$multiROC$test.feats[mdl.inx]); + }else{ + imp.mat <- GetImpFeatureMat(mSetObj, mSetObj$analSet$multiROC$imp.cv, null); + } + + if(measure=="freq"){ + imp.vec <- imp.mat[,1]; + xlbl <- "Selected Frequency (%)"; + }else{ # default sort by freq, need to reorder + imp.vec <- sort(imp.mat[,2], decreasing=T); + xlbl <- "Average Importance"; + } + hit.nms <- rev(names(imp.vec)[names(imp.vec) %in% colnames(data)]); + data <- data[, hit.nms]; + + # note, tapply can only be applied to a vector, we need + # to combine with apply in order to used on a data frame + mds <- apply(data, 2, + function(x){ + tapply(x, cls, median); + }); + + lowhigh <- apply(mds, 2, + function(x){ + ifelse(rank(x)==1, "Low", "High") + }); + lowhigh <- t(lowhigh); + rownames(lowhigh) <- names(imp.vec); + colnames(lowhigh) <- levels(cls); + mSetObj$analSet$multiROC$lowhigh <- lowhigh; + + temp.dat <- data.frame(imp.mat, lowhigh); + colnames(temp.dat) <- c(colnames(imp.mat), levels(cls)); + fast.write.csv(temp.dat, file="imp_features_cv.csv"); + temp.dat <- NULL; + + # record the imp.mat for table show + mSetObj$analSet$multiROC$imp.mat <- imp.mat; + + var.len <- length(imp.vec); + + if(feat.num <= 0){ + feat.num = 15; + } + + if(feat.num > var.len){ + feat.num <- var.len; + } + + imp.vec<-rev(imp.vec[1:feat.num]); + + nms.orig <- names(imp.vec); + vip.nms <-substr(nms.orig, 1, 20); + names(imp.vec) <- NULL; + + xlim.ext <- GetExtendRange(imp.vec, 12); + dotchart(imp.vec, bg="blue", xlab= xlbl, xlim=xlim.ext); + + mtext(side=2, at=1:feat.num, vip.nms, las=2, line=1) + names(imp.vec) <- nms.orig; + + axis.lims <- par("usr"); # x1, x2, y1 ,y2 + + # get character width + shift <- 2*par("cxy")[1]; + lgd.x <- axis.lims[2] + shift; + + x <- rep(lgd.x, feat.num); + y <- 1:feat.num; + + par(xpd=T); + + # now synchronize lowhigh with imp.vec + lowhigh <- mSetObj$analSet$multiROC$lowhigh[feat.num:1,]; + + nc <- ncol(lowhigh); + col <- colorRampPalette(RColorBrewer::brewer.pal(10, "RdYlBu"))(nc); + + # calculate background + bg <- matrix("", nrow(lowhigh), nc); + for (m in 1:nrow(lowhigh)){ + bg[m,] <- ifelse(lowhigh[m,]=="High", col[1], col[2]); + } + + cls.lbl <- levels(cls); + + for (n in 1:ncol(lowhigh)){ + points(x,y, bty="n", pch=22, bg=bg[,n], cex=3); + # now add label + text(x[1], axis.lims[4], cls.lbl[n], srt=45, adj=c(0.2,0.5)); + # shift x, note, this is good for current size + x <- x + shift/1.25; + } + + # now add color key, padding with more intermediate colors for contiuous band + col <- colorRampPalette(RColorBrewer::brewer.pal(10, "RdYlBu"))(20) + nc <- length(col); + x <- rep(x[1] + shift, nc); + + shifty <- (axis.lims[4]-axis.lims[3])/3; + starty <- axis.lims[3] + shifty; + endy <- axis.lims[3] + 2*shifty; + y <- seq(from = starty, to = endy, length = nc); + + points(x,y, bty="n", pch=15, col=rev(col), cex=2); + + text(x[1], endy+shifty/8, "High"); + text(x[1], starty-shifty/8, "Low"); + par(op); + dev.off(); + + return(.set.mSet(mSetObj)); + +} + +#'Perform permutation tests only for ROC Tester +#'@description Perform permutation tests for the ROC Curve Based Model Creation and Evaluation module +#'@usage Perform.Permut(mSetObj=NA, perf.measure, perm.num, propTraining = 2/3) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param perf.measure Input the performance measure to rate the performance of the model, either the area +#'under the ROC curve ("auroc") or the predictive accuracy ("accu") +#'@param perm.num Input the number of permutations to perform +#'@param propTraining Numeric, input the fraction of samples to set aside for training. Default is set to 2/3. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Perform.Permut<-function(mSetObj=NA, perf.measure, perm.num, propTraining = 2/3){ + + mSetObj <- .get.mSet(mSetObj); + + cvRuns = perm.num; + propTraining = propTraining + + cls <- mSetObj$dataSet$cls; + datmat <- mSetObj$dataSet$norm; + clsMethod <- mSetObj$analMethod; + + splitMat <- GetTrainTestSplitMat(cls, propTraining, cvRuns); + trainInx <- splitMat$training.mat; + testInx <- splitMat$testing.mat; + + # now, do the permutation + perf.outp <- actualCls <- vector(length = cvRuns, mode = "list"); + # for (irun in 1:cvRuns){ + irun <- 1; + while(irun < cvRuns){ + cls <- cls[order(runif(length(cls)))]; + trainingSampleRun <- trainInx[irun, ] + testSampleRun <- testInx[irun, ]; + y.in <- cls[trainingSampleRun]; + # make sure the y.in contain only one group + if(length(unique(as.numeric(y.in))) > 1){ + y.out <- cls[testSampleRun]; + actualCls[[irun]] <- as.numeric(y.out); + perf.outp[[irun]] <- Get.pred(datmat[trainingSampleRun,], y.in, + datmat[testSampleRun, ], y.out, clsMethod); + irun <- irun + 1; + }else{ + print("redo...."); + } + } + + # get the AUROC for permuted data + pred <- ROCR::prediction(perf.outp, actualCls); + perf.obj <- ROCR::performance(pred, "tpr", "fpr"); + aucs <- unlist(slot(ROCR::performance(pred, "auc"), "y.values")); + accs <- unlist(slot(ROCR::performance(pred, "acc"), "y.values")); + + # now, insert the average value of the original performance + accs <- c(mean(mSetObj$analSet$ROCtest$accu.mat[1,]), accs); + aucs <- c(mean(mSetObj$analSet$ROCtest$auc.vec), aucs); + mSetObj$analSet$ROCtest$perm.res <- list(perf.measure=perf.measure, perf.obj=perf.obj, auc.vec=aucs, acc.vec=accs); + return(.set.mSet(mSetObj)); +} + +#'Get predicted class probability +#'@description Get predicted class probability, used in higher function +#'@param x.train Training X +#'@param y.train Training Y +#'@param x.test Test X +#'@param y.test Test Y +#'@param clsMethod Method to predict class, by default it is PLS +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.pred <- function(x.train, y.train, x.test, y.test, clsMethod="pls"){ + + # first convert class label to 0/1 so convert prob-> class will be easier + y.train <- as.factor(as.numeric(y.train)-1); + y.test <- as.factor(as.numeric(y.test)-1); + + # note, we only need prob for class 1, pred can be inferred + if (clsMethod == "rf"){ + model <- randomForest::randomForest(x.train, y.train, ntree=100, importance=F); + prob.out <- predict(model, x.test, type="prob")[,"1"]; + return(prob.out); + }else if(clsMethod == "pls"){ # plsda + model <- caret::plsda(x.train, y.train, method='oscorespls'); + prob.out <- predict(model, x.test, type="prob")[,"1",1]; + return(prob.out); + }else{ # svm + model <- e1071::svm(x.train, y.train, type = 'C', kernel="linear", probability=TRUE); + prob.out <- attr(predict(model, x.test, probability=TRUE), "probabilities")[,"1"]; + return(prob.out); + } +} + +#'Prepare report for permutation tests +#'@description Function to prepare a report for permutation tests, used in higher functions +#'@param perm.vec Input permutation vector +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PreparePermResult<-function(perm.vec){ + + # check for infinite since with group variance could be zero for perfect classification + inf.found = TRUE; + if(sum(is.finite(perm.vec))==length(perm.vec)){ + inf.found = FALSE; + }else { + if(sum(is.finite(perm.vec))==0){ # all are infinite, give a random number 10 + perm.vec<-rep(10, length(perm.vec)); + }else{ # if not all inf, replace with the 10 fold of non-inf values + perm.vec[!is.finite(perm.vec)]<-10*max(perm.vec[is.finite(perm.vec)]); + } + } + + better.hits <- sum(perm.vec[-1]>=perm.vec[1]); + num <- length(perm.vec); + if(better.hits == 0) { + p <- paste("p <", 1/num); + }else{ + p <- better.hits/num; + p <- paste("p =", signif(p, digits=5)); + } + + list(permut.p = p, + permut.inf = F, + permut = perm.vec); +} + +#'Plot results of permutation tests +#'@description Plot results of permutation tests +#'@usage Plot.Permutation(mSetObj=NA, imgName, format="png", dpi=72) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format elect the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Plot.Permutation<-function(mSetObj=NA, imgName, format="png", dpi=72){ + + mSetObj <- .get.mSet(mSetObj); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + w <- 8; h <- 8; + mSetObj$imgSet$roc.perm.plot <- imgName; + + if(mSetObj$analSet$ROCtest$perm.res$perf.measure == "auroc"){ + mSetObj$imgSet$roc.perm.method <- "auroc" + }else{ + mSetObj$imgSet$roc.perm.method <- "predictive accuracy" + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + if(mSetObj$analSet$ROCtest$perm.res$perf.measure == "auroc"){ + ROCR::plot(mSetObj$analSet$ROCtest$perm.res$perf.obj, col="grey", lwd=1, lty=2, + xlab="1-Specificity (False Positive rate)", + ylab="Sensitivity (True Positive rate)"); + + # now add the original ROC + + preds <- ROCR::prediction(mSetObj$analSet$ROCtest$pred.cv, mSetObj$analSet$ROCtest$true.cv); + auroc <- round(mSetObj$analSet$ROCtest$auc.vec[1],3) + perf <- ROCR::performance(preds, "tpr", "fpr"); + # need to replace Inf with 1 + alpha.vals <- perf@alpha.values; + perf@alpha.values <- lapply(alpha.vals, function(x){ + x[x==Inf] <- 1; + x[x==-Inf] <- 0; + x + }); + + + ROCR::plot(perf,lwd=2,avg="threshold", col="blue", add=T); + + # calculate p value + perm.vec <- mSetObj$analSet$ROCtest$perm.res$auc.vec; + better.hits <- sum(perm.vec[-1]>=perm.vec[1]); + num <- length(perm.vec); + if(better.hits == 0) { + p <- paste("p <", 1/num); + }else{ + p <- better.hits/num; + p <- paste("p =", signif(p, digits=5)); + } + legend("center", legend = paste('Empirical p-value: ', p), bty="n", cex=1.5); + }else{ # accuracies + perms <- PreparePermResult(mSetObj$analSet$ROCtest$perm.res$acc.vec); + perm.vec <- perms$permut; + perm.p <- perms$permut.p; + + op<-par(mar=c(5,5,2,4)); + + xlim.ext <- GetExtendRange (perm.vec, 10); + hst <- hist(perm.vec[-1], breaks = "FD", freq=T, ylab="Frequency", xlim=xlim.ext, xaxt="n", xlab= 'Permutation test statistics', col="lightblue", main=""); + axis(1); + + # add the indicator using original label + h <- max(hst$counts) + arrows(perm.vec[1], h/5, perm.vec[1], 0, col="red", lwd=2); + text(perm.vec[1], h/3.5, paste('Observed \n statistic \n', perm.p), xpd=T); + par(op); + } + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Calculate partial area under ROC curve +#'@description Calculate partial area under ROC curve +#'@param x Input X +#'@param y Input Y +#'@param focus Method +#'@param cutoff Numeric +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.pAUC <- function(x, y, focus, cutoff) { + + finite.bool <- is.finite(x) & is.finite(y); + if(focus == "fpr"){ + x <- x[finite.bool]; + y <- y[finite.bool]; + }else{ + x <- rev(1-y[finite.bool]); + y <- rev(1-x[finite.bool]); + cutoff <- 1-cutoff; + } + if (length(x) < 2) { + return (NA); + } + + if (cutoff < 1) { + ind <- max(which(x <= cutoff)); + stop <- try(approxfun(x[ind:(ind+1)], y[ind:(ind+1)])(cutoff)); + if(class(stop) == "try-error"){ + return(NA); + }else{ + x <- c(x[1:ind], cutoff); + y <- c(y[1:ind], stop); + } + } + + auc <- 0 + for (i in 2:length(x)) { + auc <- auc + 0.5 * (x[i] - x[i-1]) * (y[i] + y[i-1]) + } + return(round(auc,3)); +} + +#'Compute average ROC curve +#'@description Compute the average ROC curve +#'@param perf Input the average +#'@param avg.method Input the name of the method to compute the average curve +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ComputeAverageCurve<-function(perf, avg.method){ + # now get the average curve + perf.avg = perf; + if(avg.method == "vertical"){ + x.values <- seq(min(unlist(perf@x.values)), max(unlist(perf@x.values)), + length=max( sapply(perf@x.values, length))) + for (i in 1:length(perf@y.values)) { + perf.avg@y.values[[i]] <- + approxfun(perf@x.values[[i]], perf@y.values[[i]], + ties=mean, rule=2)(x.values) + } + perf.avg@y.values <- list(rowMeans(data.frame(perf.avg@y.values ))) + perf.avg@x.values <- list(x.values) + }else if(avg.method == "horizontal"){ + y.values <- seq(min(unlist(perf@y.values)), max(unlist(perf@y.values)), + length=max(sapply(perf@y.values, length))) + for (i in 1:length(perf@x.values)) { + perf.avg@x.values[[i]] <- approxfun(perf@y.values[[i]], + perf@x.values[[i]], + ties=mean, rule=2)(y.values) + } + perf.avg@x.values <- list(rowMeans( data.frame( perf.avg@x.values ))); + perf.avg@y.values <- list(y.values); + }else{ # threshold + all.alphas <- unlist(perf@alpha.values); + min.alpha <- min(all.alphas); + if(min.alpha == -Inf){ + min.alpha <- 0; + } + max.alpha <- max(all.alphas); + if(max.alpha == Inf){ + max.alpha <- 1.0; + } + + alpha.values <- rev(seq(min.alpha, max.alpha,length=max(sapply(perf@alpha.values, length)))); + perf.sampled <- perf; + for (i in 1:length(perf.sampled@y.values)) { + perf.sampled@x.values[[i]] <- + approxfun(perf@alpha.values[[i]],perf@x.values[[i]], + rule=2, ties=mean)(alpha.values) + perf.sampled@y.values[[i]] <- + approxfun(perf@alpha.values[[i]], perf@y.values[[i]], + rule=2, ties=mean)(alpha.values) + } + ## compute average curve + perf.avg <- perf.sampled + perf.avg@x.values <- list(rowMeans(data.frame(perf.avg@x.values))) + perf.avg@y.values <- list(rowMeans(data.frame(perf.avg@y.values))) + } + return(perf.avg); +} + +#'Compute the 95 percent interval for threshold ROC +#'@description Computes the 95 percent interval only for the y-axis. +#'Utility function, called upon by higher functions +#'@param perf Input the performance +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ComputeHighLow <- function(perf){ + all.alphas <- unlist(perf@alpha.values); + min.alpha <- min(all.alphas); + if(min.alpha == -Inf){ + min.alpha <- 0; + } + max.alpha <- max(all.alphas); + if(max.alpha == Inf){ + max.alpha <- 1.0; + } + + alpha.values <- rev(seq(min.alpha, max.alpha,length=max(sapply(perf@alpha.values, length)))); + perf.sampled <- perf; + for (i in 1:length(perf.sampled@y.values)) { + perf.sampled@x.values[[i]] <- + approxfun(perf@alpha.values[[i]],perf@x.values[[i]], + rule=2, ties=mean)(alpha.values) + perf.sampled@y.values[[i]] <- + approxfun(perf@alpha.values[[i]], perf@y.values[[i]], + rule=2, ties=mean)(alpha.values) + } + ## compute average curve + y.data <- data.frame(perf.sampled@y.values) + con.low <- apply(y.data, 1, quantile, 0.05); + con.high <- apply(y.data, 1, quantile, 0.95); + res <- list( + con.low = con.low, + con.high = con.high + ); + return (res); +} + +#'Prepare data for ROC analysis +#'@description Prepare data for ROC analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PrepareROCData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$dataSet$norm.all)){ + mSetObj$dataSet$norm.all <- mSetObj$dataSet$norm; + mSetObj$dataSet$cls.all<- mSetObj$dataSet$cls; + } + + new.inx <- is.na(mSetObj$dataSet$cls.all) | mSetObj$dataSet$cls.all == ""; + if(sum(new.inx) > 0){ + mSetObj$dataSet$new.samples <- TRUE; + mSetObj$dataSet$new.data <- mSetObj$dataSet$norm.all[new.inx, ,drop=F]; + mSetObj$dataSet$norm <- mSetObj$dataSet$norm.all[!new.inx, ,drop=F]; + mSetObj$dataSet$cls <- factor(mSetObj$dataSet$cls.all[!new.inx]) + }else{ + mSetObj$dataSet$new.samples <- FALSE; + mSetObj$dataSet$new.data <- NULL; + mSetObj$dataSet$norm <- mSetObj$dataSet$norm.all; + mSetObj$dataSet$cls <- mSetObj$dataSet$cls.all; + } + return(.set.mSet(mSetObj)); +} + +#'Set custom data +#'@description The "selected.cmpds" should be for extraction +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param selected.cmpds Input the vector containing the compounds +#'@param selected.smpls Input the vector containing the samples +#'@export +#' +SetCustomData <- function(mSetObj=NA, selected.cmpds, selected.smpls){ + + mSetObj <- .get.mSet(mSetObj); + + data.norm.orig <- mSetObj$dataSet$norm; + cls <- mSetObj$dataSet$cls; + + if(length(selected.cmpds) > 0){ + data.norm <- data.norm.orig[, selected.cmpds, drop=F]; + if(!is.null(mSetObj$dataSet$new.data)){ + mSetObj$dataSet$new.data <- mSetObj$dataSet$new.data[, selected.cmpds, drop=F]; + } + } + + if(length(selected.smpls) > 0){ + hit.inx <- rownames(data.norm) %in% selected.smpls; + mSetObj$dataSet$test.data <- data.norm[hit.inx, ,drop=F]; + mSetObj$dataSet$test.cls <- cls[hit.inx]; + data.norm <- data.norm[!hit.inx, ,drop=F]; + cls <- cls[!hit.inx]; + }else{ + mSetObj$dataSet$test.data <- NULL; + mSetObj$dataSet$test.cls <- NULL; + } + + mSetObj$dataSet$norm.orig <- data.norm.orig; + mSetObj$dataSet$norm <- data.norm; + mSetObj$dataSet$cls <- cls; + return(.set.mSet(mSetObj)); +} + +#'ROC with CI for AUC +#'@description ROC with CI for AUC +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param feat.nm Input the feature name +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PrepareROCDetails <- function(mSetObj=NA, feat.nm){ + + mSetObj <- .get.mSet(mSetObj); + + x <- mSetObj$dataSet$norm[, feat.nm]; + y <- mSetObj$dataSet$cls; + + roc.res <- pROC::roc(y, x, ci = T, of = "auc"); + + roc.mat <- as.matrix(data.frame( + "Cut.Offs" = roc.res$thresholds, + "Sensitivity" = roc.res$sensitivities, + "Specificity" = roc.res$specificities, + "Sens.Spec." = roc.res$sensitivities + roc.res$specificities, + "LRP" = roc.res$sensitivities/(1-roc.res$specificities), + "LRN" = (1-roc.res$sensitivities)/roc.res$specificities + )); + + filename <- paste(gsub("\\/", "_", feat.nm), "_roc.csv", sep=""); + fast.write.csv(signif(roc.mat,4), file=filename, row.names=F); + # need to clean NA/Inf/-Inf + #analSet$roc.mat <- ClearNumerics(roc.mat); + mSetObj$analSet$roc.mat <- signif(roc.mat, 6); + mSetObj$analSet$roc.obj <- roc.res; + + current.feat.nm <<- feat.nm; + + return(.set.mSet(mSetObj)); + + #PNG.PlotUnivROC.CI(imgName); +} + +#'Plot detailed ROC +#'@description Plot detailed ROC +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param thresh Input the threshold +#'@param sp Specificity +#'@param se Sensitivity +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param format Select the image format, "png", or "pdf". +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotDetailROC <- function(mSetObj=NA, imgName, thresh, sp, se, dpi=72, format="png"){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "_dpi", dpi, ".", format, sep=""); + + roc.obj <- mSetObj$analSet$roc.obj; + + w <- h <- 6; + mSetObj$imgSet$roc.univ <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(oma = c(0,0,1,0)); + par(mar=c(4,4,4,4) + .1); + + pROC::plot.roc(roc.obj, print.auc=F, legacy.axes=TRUE, col="navy", grid=T, + xlab = "False positive rate", ylab="True positive rate", + auc.polygon=TRUE, auc.polygon.col="#0000ff22", main=current.feat.nm); + + points(sp, se, cex=1.8, col="red"); + + dev.off(); + return(.set.mSet(mSetObj)); + +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## +#'Export biomarker accuracy information +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetAccuracyInfo<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ROCtest$accu.info); +} + +#'Get the text description of a recursive partitioning (rpart) result +#'@description x must be an rpart object +#'@param x An Rpart object +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.rpart.summary <- function(x) { + frame <- x$frame + ylevel <- attr(x, "ylevels") + node <- as.numeric(row.names(frame)) + + depth <- floor(log(node, base = 2) + 1e-7) + depth <- depth - min(depth) # doesn't seem to need as.vector. + + indent <- paste(rep(" ", 5 * 32L), collapse = "") + + if(length(node) > 1L) { + indent <- substring(indent, 1L, 5 * seq(depth)) + indent <- paste(c("", indent[depth]), format(node), ")", sep = "") + } else { + indent <- paste(format(node), ")", sep = "") + } + tfun <- (x$functions)$print + if (!is.null(tfun)) { + if (is.null(frame$yval2)){ + yval <- tfun(frame$yval, ylevel, 4) + }else{ + yval <- tfun(frame$yval2, ylevel, 4) + } + }else{ + yval <- format(signif(frame$yval, digits = 4)) + } + term <- rep(" ", length(depth)) + term[frame$var == "<leaf>"] <- "*" + z <- labels(x, digits=4, minlength=0) + n <- frame$n + z <- paste(indent, z, n, format(signif(frame$dev, digits = 4)), + yval, term); + + msg <- NULL; + if (x$method=="class"){ + msg <- "node), split, n, loss, yval, (yprob)"; + }else { + msg <- "node), split, n, deviance, yval"; + } + msg <- c(msg, " * denotes terminal node\n"); + msg <- paste(c(msg, z), collapse="\n"); + return(msg) +} + +#'Compute data points on the ROC curve +#'@description perf is the performance object from ROCR +#'@param perf Performance object from ROCR +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetMeanROC<-function(perf){ + perf@alpha.values <- lapply(perf@alpha.values, + function(x) { isfin <- is.finite(x); + x[is.infinite(x)] <- + (max(x[isfin]) + + mean(abs(x[isfin][-1] - + x[isfin][-length(x[isfin])]))); + x } ); + ## remove samples with x or y not finite + for (i in 1:length(perf@x.values)) { + ind.bool <- (is.finite(perf@x.values[[i]]) & is.finite(perf@y.values[[i]])) + + if (length(perf@alpha.values)>0){ + perf@alpha.values[[i]] <- perf@alpha.values[[i]][ind.bool] + } + perf@x.values[[i]] <- perf@x.values[[i]][ind.bool] + perf@y.values[[i]] <- perf@y.values[[i]][ind.bool] + } + + + perf.sampled <- perf; + alpha.values <- rev(seq(min(unlist(perf@alpha.values)), + max(unlist(perf@alpha.values)), + length=max( sapply(perf@alpha.values, length)))) + for (i in 1:length(perf.sampled@y.values)) { + perf.sampled@x.values[[i]] <- approxfun(perf@alpha.values[[i]],perf@x.values[[i]], rule=2, ties=mean)(alpha.values) + perf.sampled@y.values[[i]] <- approxfun(perf@alpha.values[[i]], perf@y.values[[i]],rule=2, ties=mean)(alpha.values) + } + + ## return the average value + return (cbind(alpha.values, rowMeans(data.frame(perf.sampled@x.values)), rowMeans(data.frame(perf.sampled@y.values)))); +} + +ContainNewSamples <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + ifelse(mSetObj$dataSet$new.samples, 1, 0); +} + +#'Obtain sample names and their class labels +#'@description Obtain sample names and their class labels +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetNewSampleNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(!is.null(mSetObj$dataSet$new.data)){ + smplInfo <- paste(rownames(mSetObj$dataSet$new.data), collapse="\n"); + }else{ + smplInfo <- "No new samples found"; + } + return(smplInfo); +} + +GetNewSampleNameVec <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$dataSet$new.data); +} + +GetNewSampleProbs <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + new.res <- mSetObj$analSet$ROCtest$new.res; + # new res is the prob for class in level 1, + # need to adjust it + lvls <- levels(mSetObj$dataSet$cls); + grps <- ifelse(mSetObj$analSet$ROCtest$new.res >= 0.5, lvls[2], lvls[1]); + new.res <- ifelse(new.res >= 0.5, new.res, 1-new.res); + return(round(new.res, 5)); +} + +GetNewSampleGrps <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + # need to figure out which is 1 or 0 + lvls <- levels(mSetObj$dataSet$cls); + grps <- ifelse(mSetObj$analSet$ROCtest$new.res >= 0.5, lvls[2], lvls[1]); + return(grps); +} + +Get.Fisher <- function(x, fac, var.equal=TRUE) { + inx1 <- which(y==levels(y)[1]); + inx2 <- which(y==levels(y)[2]); + p.value <- apply(as.matrix(x), 2, + function(x) { + tmp <- try(fisher.test(x[inx1], x[inx2])); + if(class(tmp) == "try-error") { + return(NA); + }else{ + return(tmp$p.value); + } + }); + -log10(p.value); +} + +Get.Fstat <- function(x, fac, var.equal=TRUE) { + + x = t(x); + sqr = function(x) x*x; + stopifnot(length(fac)==ncol(x), is.factor(fac), is.matrix(x)) + x <- x[,!is.na(fac), drop=FALSE] + fac <- fac[!is.na(fac)] + + ## Number of levels (groups) + k <- nlevels(fac) + + ## xm: a nrow(x) x nlevels(fac) matrix with the means of each factor level + xm <- matrix( + sapply(levels(fac), function(fl) rowMeans(x[,which(fac==fl), drop=FALSE])), + nrow = nrow(x), + ncol = nlevels(fac)) + + ## x1: a matrix of group means, with as many rows as x, columns correspond to groups + x1 <- xm[,fac, drop=FALSE] + + ## degree of freedom 1 + dff <- k - 1 + + ## x0: a matrix of same size as x with overall means + x0 <- matrix(rowMeans(x), ncol=ncol(x), nrow=nrow(x)) + + ## degree of freedom 2 + dfr <- ncol(x) - dff - 1 + + ## mean sum of squares + mssf <- rowSums(sqr(x1 - x0)) / dff + mssr <- rowSums(sqr( x - x1)) / dfr + + ## F statistic + fstat <- mssf/mssr + return(fstat) +} + +#'Return ROC corodinates with confidence intervals +#'@description Return ROC corodinates with confidence intervals +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param fld.nm The kind of input coordinate +#'@param val The coordinates to look for +#'@param plot Logical, by default set to TRUE +#'@param imgNm Input the image name +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetROC.coords <- function(mSetObj=NA, fld.nm, val, plot=TRUE, imgNm){ + + mSetObj <- .get.mSet(mSetObj); + res <- pROC::coords(mSetObj$analSet$roc.obj, val, input=fld.nm, transpose=TRUE); + + sp <- res[2]; + se <- res[3]; + res <- round(res, 3); + + mSetObj$analSet$thresh.obj <- NULL; + if(fld.nm == "threshold"){ + ci.s <- pROC::ci.thresholds(mSetObj$analSet$roc.obj, boot.n=100, thresholds=val, progress="none"); + specs <- round(ci.s$specificity,3); + sens <- round(ci.s$sensitivity, 3); + res[2] <- paste(res[2], "(", specs[1], "-", specs[3], ")", sep=""); + res[3] <- paste(res[3], "(", sens[1], "-", sens[3], ")", sep=""); + + mSetObj$analSet$thresh.obj <- ci.s; + + # update pos with the thresh obj coords + sp <- ci.s$specificity[2]; + se <- ci.s$sensitivity[2]; + } + + mythresh <- res[1]; + if(is.na(res[1])){ + if(fld.nm == "sensitivity"){ + fld.vals <- mSetObj$analSet$roc.obj$sensitivities; + }else{ + fld.vals <- mSetObj$analSet$roc.obj$specificities; + } + + inx1 <- which.min(abs(fld.vals-val)); + + if(inx1 == 1){ + inxb1 <- inx1; + }else{ + inxb1 <- inx1 - 1; + } + + if(inx1 == length(fld.vals)){ + inxb2 <- inx1; + }else{ + inxb2 <- inx1 + 1; + } + + if(fld.vals[inx1] > val){ + inx2 <-ifelse(fld.vals[inxb1] > val, inxb2, inxb1); + }else{ + inx2 <-ifelse(fld.vals[inxb1] > val, inxb1, inxb2); + } + + threshs <- mSetObj$analSet$roc.obj$thresholds; + + if(inx1 == inx2){ # out of the threshod range + if(threshs[inx1] > threshs[2]){ #max + res[1] <- paste(">",threshs[inx1], sep=""); + }else{ + res[1] <- paste("<",threshs[inx1], sep=""); + } + }else{ + inx.thresh <- c(inx1, inx2) + ord.inx <- order(threshs[inx.thresh]); + inx.thresh <- inx.thresh[ord.inx]; + res[1] <- paste(threshs[inx.thresh], collapse="-") + } + } + if(plot){ + PlotDetailROC(mSetObj, imgNm, mythresh, sp, se); + mSetObj$analSet$roc.obj$thresh <- mythresh; + } + if(.on.public.web){ + .set.mSet(mSetObj) + return(res); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Compute lasso frequency +#'@description Not part of default, need to perform function +#'to compute lasso frequency +#'msg: There are more than 500 variables and n<m +#'You may wish to restart and set use.Gram=FALSE +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetLassoFreqs <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + if(ncol(mSetObj$dataSet$norm) < 500){ + lassoFreq <- try(GetROCLassoFreq(mSetObj$dataSet$norm, mSetObj$dataSet$cls)); + if(class(lassoFreq) == "try-error"){ + err.msg <<- "Unknown errors occured during computing lasso!"; + lassoFreq <- rep(0, ncol(mSetObj$dataSet$norm)); + } + }else{ + err.msg <<- "Too many variables (>500) with small sample size, computing aborted!"; + lassoFreq <- rep(0, ncol(mSetObj$dataSet$norm)); + } + names(lassoFreq) <- colnames(mSetObj$dataSet$norm); + lassoFreq <- sort(lassoFreq, decreasing =TRUE); + lassoFreq <<- lassoFreq; + return(lassoFreq); +} + +#'Get p-values for ROC +#'@description ROC p-vaues, used in higher function +#'@param data Input data +#'@param cls Input class labels +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetROCTtestP <- function(data, cls){ + if(ncol(data) < 1000){ + inx1 <- which(cls==levels(cls)[1]); + inx2 <- which(cls==levels(cls)[2]); + p.value <- apply(as.matrix(data), 2, function(x) { + tmp <- try(t.test(x[inx1], x[inx2], paired = F, var.equal = T)); + if(class(tmp) == "try-error") { + return(NA); + }else{ + return(tmp$p.value); + } + }) + }else{ # use fast version + p.value <- try(genefilter::rowttests(t(as.matrix(data)), cls)$p.value); + if(class(p.value) == "try-error") { + p.value <- NA; + } + } + return(p.value); +} + +#'Separate data set using k-fold cross validation (CV) +#'@description Separate data set with k-fold CV, used in higher function +#'@param groupN Input the size of the group +#'@param kfold Input the number of cross-validations +#'@param rseed Input the random seed +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +createCVset <- function(groupN, kfold, rseed) +{ + set.seed(rseed) + idxlist <- sample(1:groupN, size=groupN, replace=FALSE) + CVsize <- floor(groupN / kfold) + CV.groupIndexes <- vector(mode="list", length=kfold) + for (i in 1:kfold) { + CV.groupIndexes[i] <- list(idxlist[(1+CVsize*(i-1)):(CVsize*i)]) + } + + if((groupN %% kfold) > 0) { + i<-1 + while( i <= (groupN %% kfold) ) { + CV.groupIndexes[[i]] <- c(CV.groupIndexes[[i]], idxlist[CVsize*kfold + i]) + i <- i+1 + } + } + + return (CV.groupIndexes) +} + +#'Get p-values from lasso +#'@description Get p-values from lasso +#'@param data Input data +#'@param cls Input class labels +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +GetROCLassoFreq <- function(data, cls){ + + data <- cbind(cls, data); + d.headers <- names(data); + names(data) <- c("cls", paste0("V", 1:(ncol(data)-1))); + + inx1 <- which(cls==levels(cls)[1]); + inx2 <- which(cls==levels(cls)[2]); + data1 <- data[inx1, ]; + data2 <- data[inx2, ]; + + min.n <- ifelse(length(inx1) <= length(inx2), length(inx1), length(inx2)); + kfold.origin <- ifelse(min.n >= 10, 10, ifelse(min.n >= 5, 5, 0)); + + if(kfold.origin > 0) { + random.seed <- 10063927; + kfold <- kfold.origin; + CV.inx1 <- createCVset(length(inx1), kfold, random.seed); + CV.inx2 <- createCVset(length(inx2), kfold, random.seed); + } else { + kfold <- 10; + } + + varlist <- NULL; + for (i in 1:kfold) { + # i<-1 + if (kfold.origin > 0) { + dw1 <- data1[-CV.inx1[[i]], ]; + dw2 <- data2[-CV.inx2[[i]], ]; + } else { + # resampling if sample size is less than 5 + CV.inx1 <- sample(inx1, size=length(inx1), replace=TRUE); + CV.inx2 <- sample(inx2, size=length(inx2), replace=TRUE); + dw1 <- data1[as.character(CV.inx1), ]; + dw2 <- data2[as.character(CV.inx2), ]; + } + + dw.all <- rbind(dw1, dw2); + #rownames(dw.all) <- c(1:nrow(dw.all)) + + # To create a formula for model with large number of independent vars + xnam <- names(dw.all)[-1]; + (fmla <- as.formula(paste("cls ~ ", paste(xnam, collapse= "+")))); + + if (is.numeric(dw.all$cls)) { + dw.all$cls <- as.numeric(as.character(dw.all$cls)); + } else { + # label/cls should be integer as 0 and 1 + dw.all$cls <- as.numeric(dw.all$cls)-1; + } + + x <- model.matrix(as.formula(fmla), dw.all)[, -1]; + o <- lars::lars(x, dw.all$cls, type="lasso", trace=FALSE, intercept=TRUE, normalize=FALSE, use.Gram=FALSE); + + cvfit <- NULL; + m <- NULL; + tryCatch({ + cvfit <- lars::cv.lars(x, dw.all$cls, type="lasso", mode="fraction", plot.it=FALSE); ## Cross-Validation + m <- ( o$beta[which.min(cvfit$cv),] != 0 ); + varlist10 <- names(m[m==TRUE]); + }, error = function(e) { + ## print(e); + tryCatch ( { + cvfit <- lars::cv.lars(x, dw.all$cls, type="lar", mode="step", plot.it=FALSE); + m <- ( o$beta[which.min(cvfit$cv),] != 0 ); + }, error=function(e) { + ## print(e); + }, finally = { + if(is.null(cvfit)) { + m <- ( o$beta[5,] != 0 ); + } + }) + }, finally = { + # cat("\n Finished CV Lasso\n"); + }) + + varlist <- c(varlist, names(m[m==TRUE])); + } + var.lasso.10CV <- unique(varlist); + dt <- table(varlist); + + compnames <- names(dw.all)[-1]; + selfreq <- 0.0; + compselfreq <- cbind(compnames, selfreq); + for (i in 1:length(dt)) { + compselfreq[which(compnames == names(dt[i])), "selfreq"] <- dt[i]/kfold * 100.0; + } + + return(as.numeric(compselfreq[,"selfreq"])); +} + +#'Get important feature matrix +#'@description feat.outp is a list that contains the ranked features in each +#'cross validation (CV) and returns a two column matrix, col 1 = median ranking +#'and col 2 = mean importance measure +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param feat.outp Input the list that contains the ranked features in each +#'cross validation (CV) and returns a two column matrix, col 1 = median ranking +#'and col 2 = mean importance measure +#'@param bestFeatNum Numeric +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetImpFeatureMat <- function(mSetObj=NA, feat.outp, bestFeatNum){ + + mSetObj <- .get.mSet(mSetObj); + anal.mode <- mSetObj$analSet$mode; + + # first order each run by cmpd names so that can be combined to a data frame + feat.outp <- lapply(feat.outp, function(x) x[order(names(x))]); + + #################################################################### + # First rank by frequencies of being selected in the given model ### + #################################################################### + # obtain their ranks + freqRank <- lapply(feat.outp, function(x) rank(-x)); + runRanksMat <- do.call("cbind", freqRank); + + # order by their median rank across runs + ordRunRanksMat <- as.data.frame(runRanksMat[order(apply(runRanksMat, 1, median)),]); + + # Then rank by mean importance measures + impsMat <- as.data.frame(do.call("cbind", feat.outp)); + impsVec <- apply(impsMat, 1, mean); + + if(anal.mode == "explore"){ + # now count the number being selected in the bestFeatNum + selectedMat <- apply(ordRunRanksMat, 2, function(x) x <= bestFeatNum); + }else{ + selectedMat <- ordRunRanksMat; + } + + # calculate percentage of being selected in the best subsets + percentVec <- apply(selectedMat, 1, sum)/ncol(ordRunRanksMat); + + # remove ones never being selected + percentVec <- percentVec[percentVec > 0]; + + # reorder the imps to percentVec + impsVec <- impsVec[names(percentVec)]; + + ################################### + # combine and return the result + #################################### + imp.mat <- cbind(percentVec, impsVec); + ord.inx <- order(imp.mat[,1], imp.mat[,2], decreasing=T); + imp.mat <- imp.mat[ord.inx,]; + colnames(imp.mat) <- c("Rank Freq.", "Importance"); + + return(imp.mat); +} + +#'Calculate variable importance of projection (VIP) score for PLS object +#'@description Users give a pls object ('oscorespls'=T), function calculates VIP score +#'usually one VIP for each component, return is the average of all VIP +#'@param pls.obj Input the PLS object +#'@param comp Numeric, input the number of components, by default it is 2 +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.VIP <- function(pls.obj, comp=2){ + # only use the top two comps + b <- c(pls.obj$Yloadings)[1:comp]; + T <- pls.obj$scores[,1:comp, drop = FALSE] + SS <- b^2 * colSums(T^2) + W <- pls.obj$loading.weights[,1:comp, drop = FALSE] + Wnorm2 <- colSums(W^2); + SSW <- sweep(W^2, 2, SS / Wnorm2, "*") + vips <- sqrt(nrow(SSW) * apply(SSW, 1, cumsum) / cumsum(SS)); + if(is.null(dim(vips))){ + vip.mns<-vips; + }else{ + vip.mns<-apply(vips, 2, mean); + } + vip.mns; +} + +GetLR_clsLbl <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(paste(mSetObj$dataSet$cls.lbl, collapse="/")); +} + +GetLR_clsLblNew <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(paste(mSetObj$dataSet$cls.lbl.new, collapse="/")); +} + +GetLassoFreqNames <- function(){ + return(names(lassoFreq)); +} + + +GetLRConvergence <- function(){ + return(LRConverged); +} + +GetLREquation <- function(){ + return(LReq); +} + +GetLRmodelTable <- function(){ + return(LRmodel.xtable); +} + +GetLRperformTable <- function() { + return(LRperf.xtable); +} + +GetLRthreshold <- function() { + return(round(LR.threshold,2)); +} + +GetCurrentConfMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$conf.mat); +} +GetCurrentConfMatTest <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$conf.mat.test); +} + +GetImpValues <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(mSetObj$analSet$imp.mat); +} + +GetImpHighLow <- function(mSetObj=NA, inx){ + mSetObj <- .get.mSet(mSetObj); + analSet$lowhigh[,levels(mSetObj$dataSet$cls)[inx]]; +} + +GetImpRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$imp.mat); +} + +GetImpColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$imp.mat); +} + +GetModelNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + test.nums <- mSetObj$analSet$multiROC$test.feats; + paste("Model", 1:length(test.nums), "(", test.nums, "features)"); +} + +GetBestModelIndex <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$multiROC$best.model.inx; +} + +GetUnivRankedFeatureNames <- function(){ + rownames(feat.rank.mat); +} + +# do the ordering before return +GetFeatureRankingMat <- function(){ + feat.rank.mat; +} + +Get.Accuracy <- function(cm) { + sum(diag(cm)) / sum(cm); +} + +#'Merge duplicated columns or rows by their mean +#'@description dim 1 => row, dim 2 => column +#'@param data Input the data +#'@param dim Numeric, input the dimensions, default is set to 2 +#'@export +#' +MergeDuplicates <- function(data, dim=2){ + + if(is.null(dim(data))){ # a vector + if(is.null(names(data))){ + print("Cannot detect duplicate data without names!!!"); + return(); + } + nm.cls <- as.factor(names(data)); + uniq.len <- length(levels(nm.cls)); + if(uniq.len == length(data)){ + return(data); + } + new.data <- vector (mode="numeric",length=uniq.len); + for(i in 1:uniq.len){ + dup.inx <- nm.cls == levels(nm.cls)[i]; + new.data[i] <- mean(data[dup.inx]); + } + names(new.data) <- levels(nm.cls); + rem.len <- length(data) - length(new.data); + }else{ + if(dim == 1){ + data <- t(data); + } + if(is.null(colnames(data))){ + print("Cannot detect duplicate data without var names!!!"); + return(); + } + + nm.cls <- as.factor(colnames(data)); + uniq.len <- length(levels(nm.cls)); + + if(uniq.len == ncol(data)){ + if(dim == 1){ + data <- t(data); + } + return(data); + } + + new.data <- matrix (nrow=nrow(data), ncol=uniq.len); + for(i in 1:uniq.len){ + dup.inx <- which(nm.cls == levels(nm.cls)[i]); + new.data[,i] <- apply(data[,dup.inx, drop=F], 1, mean); + } + rownames(new.data) <- rownames(data); + colnames(new.data) <- levels(nm.cls); + + rem.len <- ncol(data) - ncol(new.data); + if(dim == 1){ + new.data <- t(new.data); + } + } + print(paste(rem.len, "duplicates are merged to their average")); + new.data; +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/blood.qs b/V1.7.4/MetaboAnalyst_3.0.3/blood.qs new file mode 100644 index 0000000000000000000000000000000000000000..734c21fea88aef9913072bc48e8b559cd1f861da Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/blood.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/compound_db.qs b/V1.7.4/MetaboAnalyst_3.0.3/compound_db.qs new file mode 100644 index 0000000000000000000000000000000000000000..7009557fe5a6a90aecf34268cf169702bd4e2743 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/compound_db.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/csf.qs b/V1.7.4/MetaboAnalyst_3.0.3/csf.qs new file mode 100644 index 0000000000000000000000000000000000000000..bc7f4aed11f9b317d8347fb5ade75878ec898321 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/csf.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/data_trimming.R b/V1.7.4/MetaboAnalyst_3.0.3/data_trimming.R new file mode 100755 index 0000000000000000000000000000000000000000..24cd2d00dc1ad294913faca64f15a6666475c86f --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/data_trimming.R @@ -0,0 +1,807 @@ +#' Data inspectation +#' @description This functions provide a path for users to visually inspect their raw data before the data +#' trimming so as to remove the dirty or significantly uneluted peaks. +#' @param datapath Character, the path of the raw MS data files (.mzXML, .CDF and .mzML) +#' for the visual and intuitive data inspectation or the file folder (if only a folder path provided, the first file will +#' be inspected). +#' @param rt.range Numerics, a congregation of two values to define the lower and upper RT range (seconds) for +#' users to inspect. This is an optional parameter, if absent, will display the MS of the whole RT range. +#' @param mz.range Numerics, a congregation of two values to define the lower and upper mz range for +#' users to inspect. This is an optional parameter, if absent, will display the MS of the whole mz range. +#' @param dimension Character, the dimension for sample to display, including '2D' or '3D'. The default is '3D'. +#' @param res Numeric, the resolution for data inspectation. The larger the value, the higher the resolution. +#' The default value is 100. This value is usually clearly enough and also give consideration to the speed. +#' @export +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +PerformDataInspect<-function(datapath, rt.range, mz.range, dimension="3D", res=100){ + + suppressMessages(require("MSnbase")) + + if (!grepl(pattern = c("*.mzXML"),basename(datapath)) & + !grepl(pattern = c("*.mzML"),basename(datapath)) & + !grepl(pattern = c("*.CDF"),basename(datapath))){ + + print(paste("First file in ", datapath, " will be inspected !")) + + mzf<-list.files(datapath,recursive = F,full.names = T)[1] + + } else { + mzf <- datapath + } + + cat(basename(mzf),"\n") + ms <- openMSfile(mzf) + hd <- header(ms) + + ms1 <- which(hd$msLevel == 1) + + if (missing(rt.range)){ + + rtsel <- hd$retentionTime[ms1] > min(hd$retentionTime) & hd$retentionTime[ms1] < max(hd$retentionTime); + rt.extension <- F + print(paste("RT range is:",min(hd$retentionTime), "and",max(hd$retentionTime),"seconds !")) + + + } else{ + + if (rt.range[2]<rt.range[1]){ + a1<-rt.range[1]; + rt.range[1]<-rt.range[2]; + rt.range[2]<-a1; + } + print(paste("RT range is:",rt.range[1], "and",rt.range[2],"seconds !")) + + rtsel <- hd$retentionTime[ms1] > rt.range[1] & hd$retentionTime[ms1] < rt.range[2] + + rt.min <- min(hd$retentionTime[ms1]); + rt.max <- max(hd$retentionTime[ms1]); + + if (rt.range[1] < rt.min | rt.range[2] > rt.max){ + rt.extension <- T + } else { + rt.extension <- F + } + + } + + if (missing(mz.range)){ + + min.mz<-min(hd$lowMZ); + max.mz<-max(hd$highMZ); + + if (min.mz==0 & max.mz==0 | min.mz==max.mz){ + print("mz.range information is missing in your data file. mz between 100 and 1200 will be shown here !") + min.mz <- 100; + max.mz <- 1200; + } + + print(paste("MZ range is:",min.mz, "and",max.mz,"Thomson !")) + + res.mz<-(max.mz-min.mz)/res + M <- MSmap(ms, + ms1[rtsel], + min.mz, + max.mz, + res.mz, + hd, + zeroIsNA = TRUE) + + } else{ + + if (mz.range[2]<mz.range[1]){ + a1<-mz.range[1]; + mz.range[1]<-mz.range[2]; + mz.range[2]<-a1; + } + + print(paste("MZ range is:",mz.range[1], "and",mz.range[2],"Thomson !")) + + res.mz<-(mz.range[2]-mz.range[1])/res + M <- MSmap(ms, + ms1[rtsel], + mz.range[1], + mz.range[2], + res.mz, + hd, + zeroIsNA = TRUE) + } + + + if (rt.extension){ + + if (min(M@rt) > rt.range[1]){ + M@rt <- c(rt.range[1],M@rt); + M@map <- rbind(rep(NA,dim(M@map)[2]),M@map); + M@ms <- c(M@ms,1) + } + + if (max(M@rt) < rt.range[2]){ + M@rt <- c(M@rt,rt.range[2]); + M@map <- rbind(M@map,rep(NA,dim(M@map)[2])); + M@ms <- c(M@ms,1) + } + } + + if (missing(dimension) | dimension=="3D"){ + plot.MS_3D(M) + } else { + plot(M, aspect = 1, allTicks = FALSE) + } +} + +#' Perform raw MS data trimming +#' @description This function performs the raw data trimming. This function will output +#' an trimmed MSnExp file to memory or hardisk according to the choice of users must +#' provide the data path for 'datapath', and optionally provide other corresponding parameters. +#' @param datapath Character, the path of the raw MS data files' folder/path (.mzXML, .CDF and .mzML) +#' for parameters training. +#' @param mode Character, mode for data trimming to select the chraracteristic peaks. +#' Default is 'ssm'. Users could select random trimed according to mz value (mz_random) or +#' RT value (rt_random). Besides, specific peaks at certain mz (mz_specific) or +#' RT (rt_specific) could also be extracted. 'none' will not trim the data. +#' @param mz Numeric, mz value(s) for specific selection. Positive values means including (the values +#' indicted) and negative value means excluding/removing. +#' @param mzdiff Numeric, the deviation (ppm) of mz value(s). +#' @param rt Numeric, rt value for specific selection. Positive values means including +#' and negative value means excluding. +#' @param rtdiff Numeric, the deviation (seconds) of rt value(s). +#' @param rt.idx Numeric, the relative rt (retention time) range, from 0 to 1. 1 means all retention time +#' will be retained, while 0 means none. Default is 1/15. If default rt.idx produce too few peaks, +#' please consider increasing this value. +#' @param write Logical, if true, will write the trimed data to the directory 'trimed' folder +#' in the datapath. The data in memory will be kept. +#' @param plot Logical, if ture, will plot the chromatogram of the trimed data. +#' @export +#' @import MSnbase +#' @import progress +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +PerformDataTrimming<-function(datapath, mode="ssm", write=F, mz, mzdiff, rt, rtdiff, + rt.idx=1/15, plot=T){ + + require(progress);require(Biobase); + + match.arg(mode,choices = c("ssm","mz_random","rt_random","mz_specific","rt_specific")) + + start.time<-Sys.time(); + + dda_file1 <- list.files(datapath, recursive = T, full.names = TRUE) + + pd <- data.frame(sample_name = sub(basename(dda_file1), pattern = ".mzXML", + replacement = "", fixed = TRUE), + stringsAsFactors = FALSE) + + message("Data Loading...") + + raw_data <- #suppressMessages(try( + read.MSdata(dda_file1, pdata = new("NAnnotatedDataFrame", pd), msLevel. = 1, mode = "inMemory")#, + # silent = T)) + + message("Data Loaded !") + + if (!mode=="none"){ + ## Data Trim + a<-suppressMessages(unlist(lapply(ls(raw_data@assayData), FUN=function(x){unlockBinding(sym = x,env = raw_data@assayData)}))) + ms_list<-sapply(ls(raw_data@assayData),FUN=function(x) raw_data@assayData[[x]]@mz) + + message("Data Trimming...") + + if (missing(rt.idx)){ + rt.idx <- 1/15 + }; + + if (mode=="ssm"){ + trimed_MSnExp<-ssm_trim(raw_data,ms_list,rt.idx=rt.idx) + } + + if (mode=="mz_random"){ + suppressWarnings(try(trimed_MSnExp<-mz.trim_random(raw_data,ms_list),silent = T)) + } + + if (mode=="rt_random"){ + suppressWarnings(try(trimed_MSnExp<-rt.trim_random(raw_data,ms_list),silent = T)) + } + + if (mode=="mz_specific"){ + trimed_MSnExp<-mz.trim_specific(raw_data,ms_list,mz,mzdiff=mzdiff) + } + + if (mode=="rt_specific"){ + trimed_MSnExp<-rt.trim_specific(raw_data,ms_list,rt,rtdiff=rtdiff) + } + + message("Data Trimmed !") + + # remove the empty scans in the ms data + + trimed_MSnExp<-.emptyscan.remove(trimed_MSnExp,ms_list) + + }else{ + # keep the data without trimming. + trimed_MSnExp<-raw_data + + } + if (write==T){ + message("Data Writing...") + + writenames<-paste0(datapath,"/trimmed/Trimmed_",pd$sample_name,".mzML",sep = "") + dir.create(paste0(datapath,"/trimmed",collapse = "")) + suppressMessages(writeMSData(trimed_MSnExp, writenames, outformat = "mzml")) + + message("Data Writing Finished !") + } + if (plot==T){ + require(RColorBrewer); + + message("Chromatogram Plotting Begin...") + + ch.xdata<-chromatogram(trimed_MSnExp) + group.col<-paste0(brewer.pal(length(trimed_MSnExp@processingData@files),"Blues")) + plot(ch.xdata,col=group.col[1:length(trimed_MSnExp@processingData@files)]) + } + + message("Data Trimming Finished !") + + end.time<-Sys.time(); + message("Time Spent In Total:",round((as.numeric(end.time) - as.numeric(start.time))/60, 1),"mins","\n"); + + return(trimed_MSnExp) +} + +#' Standards Simulation Method +#' @description Whole mass spectra will be divided as 4 bins according to the mz range. Trimming +#' the raw with slide window method in every bins and retained the windows with highest scan intensity +#' and remove other scan signal in mz dimension. Then the data will be trimed again in the RT dimension +#' with slide window method. The window with highest intensity scans will be kept. After the timming +#' alongside mz and RT dimension, the peaks not only the high intensity peaks, but also the relatively +#' low intensity peaks will also be retained as the 'simulated standards' data for parameters optimization. +#' @param raw_data MSnExp object, the raw data that has been read in memory. +#' @param ms_list List, the names list of all scans. +#' @param rt.idx Numeric, the retention time percentage, from 0 to 1. Default is 1/15. +#' @import progress +#' @import BiocParallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +ssm_trim <- function(raw_data, ms_list, rt.idx){ + + # mzdata_points<-unique(unlist(ms_list)) + + + # Slide window to choose the high abundance bins in every districts + message("MS data Parsing ...") + + #if(length(names(ms_list))>1000){ + # ms_list_s<-sort(sample(names(ms_list),1000)) + #} else { + # ms_list_s<-sort(names(ms_list)) + #} + + spectra_mz <- unlist(lapply(MSnbase::spectra(raw_data),mz)) + + highestmz<-max(spectra_mz) + lowestmz<-min(spectra_mz) + + # Split MS into 5 large districts + bins.boundary<-seq(from=lowestmz, to= highestmz,length.out = 5) + + + if (length(spectra_mz)>1000000){ + rannum<- sort(sample(length(spectra_mz),ceiling(length(spectra_mz)/50)),decreasing = F) + } else if (length(spectra_mz)>100000){ + rannum<-sort(sample(length(spectra_mz),ceiling(length(spectra_mz)/5)),decreasing = F) + } else { + rannum<-seq(length(spectra_mz)) + } + + spectra_abundance <- unlist(lapply(MSnbase::spectra(raw_data),intensity))[rannum] + spectra_mz <- spectra_mz[rannum] + + spectra_mz_set <- sapply(1:4,FUN=function(ii){ + + spectra_mz[spectra_mz > bins.boundary[ii] & spectra_mz < bins.boundary[ii+1]] + + }) + + spectra_abundance_set <- sapply(1:4,FUN=function(ii){ + + spectra_abundance[spectra_mz > bins.boundary[ii] & spectra_mz < bins.boundary[ii+1]] + + }) + + rm(spectra_abundance); rm(spectra_mz) + + good.bins.list<-bplapply(c(1:4), + FUN = function(i,spectra_abundance_set,spectra_mz_set,bins.boundary){ + + binsb.low<-bins.boundary[i]; + + binsb.high<-bins.boundary[i+1]; + + w<-1 + + bins.width<-(binsb.high-binsb.low)/5; + + wind.up<-wind.down<-0 + + inten.sum.set<-numeric() + + while (!wind.up>binsb.high) { + + wind.down<-binsb.low+(w-1); + + wind.up<-binsb.low+bins.width+(w-1); + + #inten.sum<-numeric() + + + inten.sum.set<-c(inten.sum.set, + sum (spectra_abundance_set[[i]] + [spectra_mz_set[[i]] > wind.down & spectra_mz_set[[i]] < wind.up])) + + #for (j in 1:length(ms_list_s)){ + # mz.set<-raw_data@assayData[[ms_list_s[j]]]@mz + # a1<-which(sapply(mz.set, FUN=function(x){x>wind.down && x<wind.up})) + # inten.sum<-c(inten.sum,sum(raw_data@assayData[[ms_list_s[j]]]@intensity[a1])) + #} + + #inten.sum.set<-c(inten.sum.set,sum(inten.sum)) + w<-w+1; + } + + selected.bin.down<-binsb.low+which(max(inten.sum.set)==inten.sum.set)-1; + selected.bin.up<-binsb.low+which(max(inten.sum.set)==inten.sum.set)-1+bins.width + + return(list(selected.bin.down,selected.bin.up)) + + }, + spectra_abundance_set=spectra_abundance_set, + spectra_mz_set=spectra_mz_set, + bins.boundary=bins.boundary, + BPPARAM = SnowParam(type="SOCK")) + + message("MS Data Pasing Done !") + + # Remove the peaks out of the bins + message("M/Z Data Trimming...") + pb <- progress_bar$new(format = "Data Trimming in MZ Dimension [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 80) + + for (i in 1:length(ms_list)){ + pb$tick(); + + ms.set<-raw_data@assayData[[names(ms_list)[i]]]@mz + k<-which(sapply(ms.set,FUN = function(x){(x > good.bins.list[[1]][[1]] && x < good.bins.list[[1]][[2]]) | (x > good.bins.list[[2]][[1]] && x < good.bins.list[[2]][[2]]) | (x > good.bins.list[[3]][[1]] && x < good.bins.list[[3]][[2]]) | (x > good.bins.list[[4]][[1]] && x < good.bins.list[[4]][[2]])})) + + raw_data@assayData[[names(ms_list)[i]]]@mz<-raw_data@assayData[[names(ms_list)[i]]]@mz[k]; + raw_data@assayData[[names(ms_list)[i]]]@intensity<-raw_data@assayData[[names(ms_list)[i]]]@intensity[k]; + raw_data@assayData[[names(ms_list)[i]]]@tic<-sum(raw_data@assayData[[names(ms_list)[i]]]@intensity); + raw_data@assayData[[names(ms_list)[i]]]@peaksCount<-length(raw_data@assayData[[names(ms_list)[i]]]@mz) + } + + message("M/Z Data Trimming Done !") + + ## Trimed data outside the RT bins + rt_set<-sapply(names(ms_list),FUN=function(x) raw_data@assayData[[x]]@rt) + rt.bin.width<-(max(rt_set)-min(rt_set))*rt.idx + + # Slide window to determin the location of the RT trim boundary + tic<-1;w<-0;rt.window.min<-min(rt_set);tic.sum<-numeric() + + while (!rt.window.min>max(rt_set)) { + rt.window.min<-min(rt_set)+w*0.75 + rt.window.max<-min(rt_set)+rt.bin.width+w*0.75 + rt.name.set<-names(which(sapply(rt_set,FUN = function(x){x>rt.window.min && x<rt.window.max}))) + + if(!identical(rt.name.set,character(0))){ + tic.sum<-c(tic.sum,sum(sapply(rt.name.set,FUN=function(x){raw_data@assayData[[x]]@tic}))) + } + + w<-w+1 + } + + rt.boundary.lowlimit<-min(rt_set)+which(max(tic.sum)==tic.sum)[ceiling(length(which(max(tic.sum)==tic.sum))/2)]*0.75 + rt.boundary.uplimit<-min(rt_set)+which(max(tic.sum)==tic.sum)[ceiling(length(which(max(tic.sum)==tic.sum))/2)]*0.75+rt.bin.width + + message("Trim data outside the RT bins...") + + pb <- progress_bar$new(format = "Data Trimming in RT Dimension [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 80) + ncount<-numeric(); + + for (w in 1:length(ms_list)){ + pb$tick(); + if (raw_data@assayData[[names(ms_list)[w]]]@rt>rt.boundary.lowlimit && raw_data@assayData[[names(ms_list)[w]]]@rt<rt.boundary.uplimit){ + ncount<-c(ncount,w) + } + } + + for (j in 1:length(ms_list)){ + if (!(j %in% ncount)){ + raw_data@assayData[[names(ms_list)[j]]]@mz<-raw_data@assayData[[names(ms_list)[j]]]@intensity<-as.double(); + raw_data@assayData[[names(ms_list)[j]]]@peaksCount<-as.integer(0); + raw_data@assayData[[names(ms_list)[j]]]@tic<-as.double(0); + } + } + return(raw_data) +} + +#' Data trimming Method Based on Random MS +#' @description Trim raw data scan signal randomly in the mz dimension. +#' @param raw_data MSnExp object, the raw data that has been read in memory. +#' @param ms_list List, the names list of all scans. +#' @import progress +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +mz.trim_random <- function(raw_data, ms_list){ + + mzdata_points <- unique(unlist(ms_list)) + highestmz <- max(mzdata_points) + lowestmz <- min(mzdata_points) + + # Randomly select 100 mz center points + mzdata_points <- sample(unique(mzdata_points),size = 100) + + pb <- progress_bar$new(format = "Data Trimming [:bar] :percent Time left: :eta", total = length(raw_data@assayData), clear = T, width= 60) + + for (i in 1:length(raw_data@assayData)){ + pb$tick(); + mz.data<-ms_list[[i]]; + remove.num.set<-numeric();k<-1 + + for (j in 1:length(mz.data)){ + if (!(T %in% (abs(mz.data[j]-mzdata_points)<=(highestmz-lowestmz)/10000))){ + remove.num.set[k]<-j; + k<-k+1 + } + } + raw_data@assayData[[names(ms_list[i])]]@mz<-mz.data[-remove.num.set]; + raw_data@assayData[[names(ms_list[i])]]@intensity<-raw_data@assayData[[names(ms_list[i])]]@intensity[-remove.num.set]; + raw_data@assayData[[names(ms_list[i])]]@tic<-sum(raw_data@assayData[[names(ms_list[i])]]@intensity); + raw_data@assayData[[names(ms_list[i])]]@peaksCount<-length(raw_data@assayData[[names(ms_list[i])]]@mz); + } + return(raw_data) +} + +#' Data trimming Method Based on Random RT +#' @description Trim raw data scan signal randomly in the RT dimension. +#' @param raw_data MSnExp object, the raw data that has been read in memory. +#' @param ms_list List, the names list of all scans. +#' @import progress +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +rt.trim_random <- function(raw_data, ms_list){ + + rt_set<-sapply(names(ms_list),FUN=function(x) raw_data@assayData[[x]]@rt) + rt_begin<-min(rt_set); + rt_end<-max(rt_set); + + xn2<-character();xn3<-xn<-xcount<-ncount<-rt_var_sum<-numeric(); + rt_width_aver<-(rt_end-rt_begin)/200 + xn_list<-list() + + pb <- progress_bar$new(format = "Data Trimming [:bar] :percent Time left: :eta", total = 200, clear = T, width= 60) + + for (w in 1:200){ + pb$tick(); + + rt_var<-rt_begin+rt_width_aver*(w-0.5); + rt_var_sum<-c(rt_var_sum,rt_var); + + xn_list[w][[1]]<-0 + } + + xn<-sapply(names(ms_list),FUN= function(x) which(abs(raw_data@assayData[[x]]@rt-rt_var_sum)<=(rt_width_aver/2+0.000001))) + + for (i in 1:length(xn)){xn_list[[xn[i]]]<-sum(xn_list[[xn[i]]],raw_data@assayData[[names(xn[i])]]@peaksCount)} + + rt_peakcounts<-unlist(xn_list) + #rtslots<-rt_var_sum[sapply(tail(sort(unlist(xn_list)),10),FUN = function(x){which(x==rt_peakcounts)})] + + # randomly select 10 RT slots + rtslots<-rt_var_sum[sapply(sample(unlist(xn_list),10),FUN = function(x){which(x==rt_peakcounts)})] + + for (j in 1:length(ms_list)){ + + if (T %in% (abs(raw_data@assayData[[names(ms_list)[j]]]@rt-rtslots)<=(rt_width_aver/2+0.000001))){ + xn2<-c(xn2,names(ms_list)[j]);xn3<-c(xn3,j) + } + } + + for (k in 1:length(ms_list)) { + + if (!(k %in% xn3)){ + raw_data@assayData[[names(ms_list)[k]]]@peaksCount<-as.integer(0); + raw_data@assayData[[names(ms_list)[k]]]@mz<-as.double(); + raw_data@assayData[[names(ms_list)[k]]]@intensity<-as.double(); + raw_data@assayData[[names(ms_list)[k]]]@tic<-as.double(0); + } + } + return(raw_data) +} + +#' Data trimming Method Based on Specific MS +#' @description Trim data based on specific mz values. Positive values will be specially retained, +#' while the negative values will be removed. +#' @param raw_data MSnExp object, the raw data that has been read in memory. +#' @param ms_list List, the names list of all scans. +#' @param mz Numeric, the specifric mz value that will be kept or removed. +#' @param mzdiff Numeric, the deviation (ppm) for the 'mz' values. Default is 100. +#' @import progress +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +mz.trim_specific<-function(raw_data, ms_list, mz, mzdiff=100){ + + #mz<-c(72.323,100,120,240,360,480,720,780.524,1080); + if (missing(mz)){ + stop("'mz' must be provided for mz_specific mode as a numeric vector!") + } + + if (missing(mzdiff)){ + stop("'mzdiff' must be provided for mz_specific mode as a numeric value!") + } + + if (mz[1] == 0 | mzdiff==0){ + stop("'mz' or 'mzdiff' cannot be zero!") + } + + mz.neg<-mz[which(mz<0)]; + mz.pos<-mz[which(mz>0)]; + + if (!identical(mz.pos,numeric(0))){ + pb <- progress_bar$new(format = "Data Trimming_keeping [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 60) + + for (w in 1:length(ms_list)){ + pb$tick(); + xn<-unlist(sapply(mz.pos,FUN=function(x){which((abs(x-raw_data@assayData[[names(ms_list)[w]]]@mz)/(x)*1000000)<=mzdiff)})); + + raw_data@assayData[[names(ms_list)[w]]]@mz<-raw_data@assayData[[names(ms_list)[w]]]@mz[xn]; + raw_data@assayData[[names(ms_list)[w]]]@intensity<-raw_data@assayData[[names(ms_list)[w]]]@intensity[xn]; + raw_data@assayData[[names(ms_list)[w]]]@peaksCount<-length(raw_data@assayData[[names(ms_list)[w]]]@mz); + raw_data@assayData[[names(ms_list)[w]]]@tic<-sum(raw_data@assayData[[names(ms_list)[w]]]@intensity); + } + + for (w in 1:length(ms_list)){ + if (identical(raw_data@assayData[[names(ms_list)[w]]]@mz,numeric(0))){ + raw_data@assayData[[names(ms_list)[w]]]@mz<-as.double(); + raw_data@assayData[[names(ms_list)[w]]]@intensity<-as.double(); + } + } + } + + if (!identical(mz.neg,numeric(0))){ + + pb <- progress_bar$new(format = "Data Trimming_removing [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 60) + + for (w in 1:length(ms_list)){ + pb$tick(); + xn<-unlist(sapply(abs(mz.neg),FUN=function(x){which((abs(x-raw_data@assayData[[names(ms_list)[w]]]@mz)/(x)*1000000)<=mzdiff)})); + + if (!identical(xn, numeric(0))){ + raw_data@assayData[[names(ms_list)[w]]]@mz<-raw_data@assayData[[names(ms_list)[w]]]@mz[-xn]; + raw_data@assayData[[names(ms_list)[w]]]@intensity<-raw_data@assayData[[names(ms_list)[w]]]@intensity[-xn]; + raw_data@assayData[[names(ms_list)[w]]]@peaksCount<-length(raw_data@assayData[[names(ms_list)[w]]]@mz); + raw_data@assayData[[names(ms_list)[w]]]@tic<-sum(raw_data@assayData[[names(ms_list)[w]]]@intensity); + } + } + + for (w in 1:length(ms_list)){ + + if (identical(raw_data@assayData[[names(ms_list)[w]]]@mz,numeric(0))){ + raw_data@assayData[[names(ms_list)[w]]]@mz<-as.double(); + raw_data@assayData[[names(ms_list)[w]]]@intensity<-as.double(); + } + } + } + return(raw_data) +} + +#' Data trimming Method Based on Specific RT +#' @description Trim data based on specific RT values. Positive values will be specially retained, +#' while the negative values will be removed. +#' @param raw_data MSnExp object, the raw data that has been read in memory. +#' @param ms_list List, the names list of all scans. +#' @param mz Numeric, the specifric RT value that will be kept or removed. +#' @param mzdiff Numeric, the deviation (ppm) for the 'rt' values. Default is 100. +#' @import progress +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +rt.trim_specific<-function(raw_data,ms_list,rt,rtdiff=10){ + + if (missing(rt)){ + stop("'rt' must be provided for rt_specific mode with a vector !") + } + + if (missing(rtdiff)){ + stop("'rtdiff' must be provided for rt_specific mode with a numeric !") + } + + if (rt[1] == 0 | rtdiff==0){ + stop("'rt' or 'rtdiff' can not be zero !") + } + + if (rt[1] > 0){ + pb <- progress_bar$new(format = "Data Trimming [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 60) + + ncount<-numeric(); + for (w in 1:length(ms_list)){ + pb$tick(); + if (T %in% (abs(raw_data@assayData[[names(ms_list)[w]]]@rt-rt)<=rtdiff)){ + ncount<-c(ncount,w) + } + } + + for (j in 1:length(ms_list)){ + + if (!(j %in% ncount)){ + raw_data@assayData[[names(ms_list)[j]]]@mz<-raw_data@assayData[[names(ms_list)[j]]]@intensity<-as.double(); + raw_data@assayData[[names(ms_list)[j]]]@peaksCount<-as.integer(0); + raw_data@assayData[[names(ms_list)[j]]]@tic<-as.double(0); + } + + } + } else { + + pb <- progress_bar$new(format = "Data Trimming [:bar] :percent Time left: :eta", total = length(ms_list), clear = T, width= 60) + + ncount<-numeric(); + for (w in 1:length(ms_list)){ + pb$tick(); + if (T %in% (abs(raw_data@assayData[[names(ms_list)[w]]]@rt-abs(rt))<=rtdiff)){ + ncount<-c(ncount,w) + } + + } + for (j in 1:length(ms_list)){ + + if (j %in% ncount){ + raw_data@assayData[[names(ms_list)[j]]]@mz<-raw_data@assayData[[names(ms_list)[j]]]@intensity<-as.double(); + raw_data@assayData[[names(ms_list)[j]]]@peaksCount<-as.integer(0); + raw_data@assayData[[names(ms_list)[j]]]@tic<-as.double(0); + } + } + } + return(raw_data) +} + +#' Empty scan removal +#' @description Function for 'Empty scan' removal +#' @param datapath Character, the path of the raw MS data files' folder/path (.mzXML, .mzData, .CDF and .mzML). +#' The empty scan free MS will be save as .mzXML format automaticaly. +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} +#' License: GNU GPL (>= 2) +#' @export +RemoveEmptyScan <- function(datapath){ + + dda_file1 <- list.files(datapath, recursive = T, full.names = TRUE) + format <- unique(sapply(dda_file1, FUN=function(x){tail(strsplit(basename(x), split="\\.")[[1]],1)})); + if (length(format) > 1){ + stop("Cannot Handle Multiple formats at the same time !") + } + pd <- data.frame(sample_name = sub(basename(dda_file1), pattern = paste0(".",format), + replacement = "", fixed = TRUE), + stringsAsFactors = FALSE) + + message("Data Loading...") + + raw_data <- #suppressMessages(try( + MetaboAnalystR:::read.MSdata(dda_file1, pdata = new("NAnnotatedDataFrame", pd), msLevel. = 1, mode = "inMemory")#, + # silent = T)) + + a<-suppressMessages(unlist(lapply(ls(raw_data@assayData), FUN=function(x){unlockBinding(sym = x,env = raw_data@assayData)}))); + ms_list<-sapply(ls(raw_data@assayData),FUN=function(x) raw_data@assayData[[x]]@mz); + + raw_data_to_write<-.emptyscan.remove(raw_data,ms_list); + + writenames<-paste0(datapath,"EmptyScanFree_",pd$sample_name,".mzML",sep = "") + suppressMessages(writeMSData(raw_data_to_write, writenames, outformat = "mzml")) + + message("Removed successfully !") + +} + +#' Function for 'Empty scan' removal +#' @description Function for 'Empty scan' removal (internal use only) +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} +.emptyscan.remove<-function(raw_data,ms_list){ + + name.set<-sort(names(raw_data@assayData)) + + sample.set<-unique(sapply(c(1:length(name.set)),FUN=function(x){sub(".[S][0-9]+","",name.set[x])})) + assayData<-list();assayData1<-new.env();ki<-k<-1 + + df.data0<-raw_data@featureData@data; + df.data<-data.frame(); + + nchar.num<-nchar(names(ms_list)[1])-4 + suppressWarnings(for (i in 1:length(raw_data@assayData)){ + + if (!raw_data@assayData[[name.set[i]]]@tic==0){ + + if (!k==1){ + if (!sample.set[which(sub(".[S][0-9]+","",name.set[i])==sample.set)]==sub(".[S][0-9]+","",names(assayData)[ki-1])){ + k<-1 + } + } + + name0<-paste0(sample.set[which(sub(".[S][0-9]+","",name.set[i])==sample.set)],".S",formatC(k, width=nchar.num, digits = nchar.num, flag="0")) + + assayData[name0]<-raw_data@assayData[[name.set[i]]]; + assayData[[name0]]@acquisitionNum<-as.integer(k); + assayData[[name0]]@scanIndex<-as.integer(k); + + df.data[ki,1]<-k; + row.names(df.data)[ki]<-name0; + + k<-k+1;ki<-ki+1; + } + }) + + list2env(assayData,envir = assayData1) + raw_data@assayData<-assayData1 + names(df.data)<-"spectrum" + + metaData<-raw_data@featureData@varMetadata; + featureData<-AnnotatedDataFrame(data=df.data, varMetadata=metaData); + raw_data@featureData<-featureData; + + return(raw_data) +} + +#' Function MS Generation +#' @description Output the MS data. This function will generate .mzML MS data in the working dirctory. +#' @param raw_data MS data in R environment with "MSnExp" class. +#' @import MSnbase +#' @export +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) +PerformMSDataOutput<-function(raw_data){ + message("Data Writing...") + writenames<-paste0("new_",raw_data@phenoData@data[["sample_name"]],sep = "") + #dir.create(paste0(datapath,"/trimed",collapse = "")) + suppressMessages(writeMSData(raw_data, writenames, outformat = "mzML")) + message("Output Data:","\n"); + message(writenames) + message(paste("Depositing Folder:",getwd())) + message("Data Writing Finished !") +} + +#' Function for 3D ms plotting +#' @description Function for 3D ms plotting (internal use only) +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} +plot.MS_3D<-function(object) { + + dd <- as(object, "data.frame") + + ms <- NULL ## get rid of 'no visible global function definition' note + par.set <- list(box.3d = list(lwd=.2)) + + cloud(intensity ~ mz + rt , data = dd, + type="h", + scales= list( + arrows=FALSE, + cex=.65, + draw=TRUE), + aspect=c(.8, 1), + group = ms, + zoom = 1, + par.settings = par.set, + axis.line = list(col = "transparent"), + xlab="M/Z", ylab="Retention time", zlab=NULL) + +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/dependencies_function_imported.R b/V1.7.4/MetaboAnalyst_3.0.3/dependencies_function_imported.R new file mode 100755 index 0000000000000000000000000000000000000000..0787923384f8bf24ee4e35d523c40830eab46427 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/dependencies_function_imported.R @@ -0,0 +1,682 @@ +#' I. Internal Functions from Plotly Package +#' THe functions are from Plotly Package and was called internally only +#' @references https://cran.r-project.org/package=plotly +#' @references Sievert C (2020). Interactive Web-Based Data Visualization with R, plotly, and shiny. Chapman and Hall/CRC. ISBN 9781138331457, https://plotly-r.com. +#' @import htmltools +#' @import jsonlite +#' @importFrom graphics layout +#' @importFrom tibble as_tibble +#' @importFrom purrr transpose +#' + +# (1). Add_markers & add_data +add_trace <- function(p, ...,data = NULL, inherit = TRUE) { + + # "native" plotly arguments + attrs <- list(...) + attrs$inherit <- inherit + + if (!is.null(attrs[["group"]])) { + warning("The group argument has been deprecated. Use group_by() or split instead.") + } + + p <- add_data(p, data) + + # inherit attributes from the "first layer" (except the plotly_eval class) + if (inherit) { + attrs <- modify_list(unclass(p$x$attrs[[1]]), attrs) + } + + p$x$attrs <- c( + p$x$attrs %||% list(), + setNames(list(attrs), p$x$cur_data) + ) + + p +} +add_markers <- function(p, x = NULL, y = NULL, z = NULL, ..., data = NULL, inherit = TRUE) { + if (inherit) { + x <- x %||% p$x$attrs[[1]][["x"]] + y <- y %||% p$x$attrs[[1]][["y"]] + z <- z %||% p$x$attrs[[1]][["z"]] + } + if (is.null(x) || is.null(y)) { + stop("Must supply `x` and `y` attributes", call. = FALSE) + } + type <- if (!is.null(z)) "scatter3d" else "scatter" + add_trace( + p, x = x, y = y, z = z, type = type, mode = "markers", ..., + data = data, inherit = inherit + ) +} +add_data <- function(p, data = NULL) { + if (is.null(data)) return(p) + if (!is.plotly(p)) { + stop("Don't know how to add traces to an object of class: ", + class(p), call. = FALSE) + } + id <- new_id() + p$x$visdat[[id]] <- function() data + p$x$cur_data <- id + # TODO: should this also override the data used for the most recent trace? + p +} + +# (2). layout +layout <- function(p, ..., data = NULL) { + UseMethod("layout") +} +layout.matrix <- function(p, ..., data = NULL) { + # workaround for the popular graphics::layout() function + # https://github.com/ropensci/plotly/issues/464 + graphics::layout(p, ...) +} +layout.shiny.tag.list <- function(p, ..., data = NULL) { + idx <- which(vapply(p, is.plotly, logical(1))) + for (i in idx) { + p[[i]] <- layout.plotly(p[[i]], ..., data = NULL) + } + p +} +layout.plotly <- function(p, ..., data = NULL) { + p <- add_data(p, data) + attrs <- list(...) + if (!is.null(attrs[["height"]]) || !is.null(attrs[["width"]])) { + warning("Specifying width/height in layout() is now deprecated.\n", + "Please specify in ggplotly() or plot_ly()", call. = FALSE) + } + # similar to add_trace() + p$x$layoutAttrs <- c( + p$x$layoutAttrs %||% list(), + setNames(list(attrs), p$x$cur_data) + ) + p +} + +# (3). plotly +plot_ly <- function(data = data.frame(), ..., type = NULL, name, + color, colors = NULL, alpha = NULL, + stroke, strokes = NULL, alpha_stroke = 1, + size, sizes = c(10, 100), + span, spans = c(1, 20), + symbol, symbols = NULL, + linetype, linetypes = NULL, + split, frame, + width = NULL, height = NULL, source = "A") { + + if (!is.data.frame(data) && !crosstalk::is.SharedData(data)) { + stop("First argument, `data`, must be a data frame or shared data.", call. = FALSE) + } + + # "native" plotly arguments + attrs <- list(...) + + # warn about old arguments that are no longer supported + for (i in c("filename", "fileopt", "world_readable")) { + if (is.null(attrs[[i]])) next + warning("Ignoring ", i, ". Use `plotly_POST()` if you want to post figures to plotly.") + attrs[[i]] <- NULL + } + if (!is.null(attrs[["group"]])) { + warning( + "The group argument has been deprecated. Use `group_by()` or split instead.\n", + "See `help('plotly_data')` for examples" + ) + attrs[["group"]] <- NULL + } + if (!is.null(attrs[["inherit"]])) { + warning("The inherit argument has been deprecated.") + attrs[["inherit"]] <- NULL + } + + # tack on variable mappings + attrs$name <- if (!missing(name)) name + attrs$color <- if (!missing(color)) color + attrs$stroke <- if (!missing(stroke)) stroke + attrs$size <- if (!missing(size)) size + attrs$span <- if (!missing(span)) span + attrs$symbol <- if (!missing(symbol)) symbol + attrs$linetype <- if (!missing(linetype)) linetype + attrs$split <- if (!missing(split)) split + attrs$frame <- if (!missing(frame)) frame + + # tack on scale ranges + attrs$colors <- colors + attrs$strokes <- strokes + attrs$alpha <- alpha + attrs$alpha_stroke <- alpha_stroke + attrs$sizes <- sizes + attrs$spans <- spans + attrs$symbols <- symbols + attrs$linetypes <- linetypes + + # and, of course, the trace type + attrs$type <- type + + # id for tracking attribute mappings and finding the most current data + id <- new_id() + # avoid weird naming clashes + plotlyVisDat <- data + p <- list( + visdat = setNames(list(function() plotlyVisDat), id), + cur_data = id, + attrs = setNames(list(attrs), id), + # we always deal with a _list_ of traces and _list_ of layouts + # since they can each have different data + layout = list( + width = width, + height = height, + # sane margin defaults (mainly for RStudio) + margin = list(b = 40, l = 60, t = 25, r = 10) + ), + source = source + ) + # ensure the collab button is shown (and the save/edit button is hidden) by default + config(as_widget(p)) +} + +# (4). new_id +new_id <- function() { + basename(tempfile("")) +} + +# (5). config +config <- function(p, ..., cloud = FALSE, showSendToCloud = cloud, locale = NULL, mathjax = NULL) { + + if (!is.null(locale)) { + p$x$config$locale <- locale + # Plotly.js defaults to US English (en-US) and includes + # British English (en) in the standard bundle. + if (!locale %in% c("en", "en-US")) { + p$dependencies <- c( + p$dependencies, + list(locale_dependency(locale)) + ) + } + } + + if (!is.null(mathjax)) { + mj <- switch( + match.arg(mathjax, c("cdn", "local")), + cdn = mathjax_cdn(), + local = mathjax_local() + ) + # if mathjax is already supplied overwrite it; otherwise, prepend it + depNames <- sapply(p$dependencies, "[[", "name") + if (any(idx <- depNames %in% "mathjax")) { + p$dependencies[[which(idx)]] <- mathjax + } else { + p$dependencies <- c(list(mj), p$dependencies) + } + } + + args <- list(...) + if ("collaborate" %in% names(args)) warning("The collaborate button is no longer supported") + p$x$config <- modify_list(p$x$config, args) + if (cloud) warning("The `cloud` argument is deprecated. Use `showSendToCloud` instead.") + p$x$config$showSendToCloud <- showSendToCloud + + p +} + +# (6). modify_list & modifyList (which is in R base package) +modify_list <- function(x, y, ...) { + modifyList(x %||% list(), y %||% list()) +} +"%||%" <- function(x, y) { + if (length(x) > 0 || is_blank(x)) x else y +} +is_blank <- function(x) { + inherits(x, "element_blank") && inherits(x, "element") +} + +# (7). as_widget +as_widget <- function(x, ...) { + if (inherits(x, "htmlwidget")) return(x) + # add plotly class mainly for printing method + # customize the JSON serializer (for htmlwidgets) + attr(x, 'TOJSON_FUNC') <- to_JSON + htmlwidgets::createWidget( + name = "plotly", + x = x, + width = x$layout$width, + height = x$layout$height, + sizingPolicy = htmlwidgets::sizingPolicy( + browser.fill = TRUE, + defaultWidth = '100%', + defaultHeight = 400 + ), + preRenderHook = plotly_build, + dependencies = c( + # phantomjs doesn't support Object.setPrototypeOf() and a + # plotly.js dependency (buffer) uses it to detect TypedArray support. + # Thus, we add a polyfill if this is running in shinytest, but otherwise + # we shouldn't need it because Object.setPrototypeOf() is pretty widely supported + # https://github.com/plotly/plotly.js/issues/4556#issuecomment-583061419 + # https://caniuse.com/#search=setPrototypeOf + if (isTRUE(getOption("shiny.testmode"))) { + list(setPrototypeOfPolyfill()) + }, + list(typedArrayPolyfill()), + crosstalk::crosstalkLibs(), + list(plotlyHtmlwidgetsCSS()), + list(plotlyMainBundle()) + ) + ) +} +to_JSON <- function(x, ...) { + jsonlite::toJSON(x, digits = 50, auto_unbox = TRUE, force = TRUE, + null = "null", na = "null", ...) +} +typedArrayPolyfill <- function() { + htmltools::htmlDependency( + name = "typedarray", + version = "0.1", + package = "plotly", + src = dependency_dir("typedarray"), + script = "typedarray.min.js", + all_files = FALSE + ) +} +dependency_dir <- function(...) { + file.path('htmlwidgets', 'lib', ...) +} +plotlyHtmlwidgetsCSS <- function() { + htmltools::htmlDependency( + name = "plotly-htmlwidgets-css", + version = plotlyMainBundle()$version, + package = "plotly", + src = dependency_dir("plotlyjs"), + stylesheet = "plotly-htmlwidgets.css", + all_files = FALSE + ) +} +plotlyMainBundle <- function() { + htmltools::htmlDependency( + name = "plotly-main", + version = "1.52.2", + package = "plotly", + src = dependency_dir("plotlyjs"), + script = "plotly-latest.min.js", + all_files = FALSE + ) +} + +# (8). plotly build +plotly_build <- function(p, registerFrames = TRUE) { + UseMethod("plotly_build") +} +plotly_build.NULL <- function(...) { + htmltools::browsable(htmltools::div(...)) +} +plotly_build.list <- function(p, registerFrames = TRUE) { + plotly_build(as_widget(p)) +} +plotly_build.gg <- function(p, registerFrames = TRUE) { + # note: since preRenderHook = plotly_build in as_widget(), + # plotly_build.plotly() will be called on gg objects as well + plotly_build(ggplotly(p)) +} +plotly_build.plotly <- function(p, registerFrames = TRUE) { + + # make this plot retrievable + set_last_plot(p) + + layouts <- Map(function(x, y) { + + d <- plotly_data(p, y) + x <- rapply(x, eval_attr, data = d, how = "list") + + # if an annotation attribute is an array, expand into multiple annotations + nAnnotations <- max(lengths(x$annotations) %||% 0) + if (!is.null(names(x$annotations))) { + # font is the only list object, so store it, and attach after transposing + font <- x$annotations[["font"]] + x$annotations <- purrr::transpose(lapply(x$annotations, function(x) { + as.list(rep(x, length.out = nAnnotations)) + })) + for (i in seq_len(nAnnotations)) { + x$annotations[[i]][["font"]] <- font + } + } + + x[lengths(x) > 0] + + }, p$x$layoutAttrs, names2(p$x$layoutAttrs)) + + # get rid of the data -> layout mapping + p$x$layoutAttrs <- NULL + + # accumulate, rather than override, annotations. + annotations <- Reduce(c, c( + list(p$x$layout$annotations), + setNames(compact(lapply(layouts, "[[", "annotations")), NULL) + )) + + # merge layouts into a single layout (more recent layouts will override older ones) + p$x$layout <- modify_list(p$x$layout, Reduce(modify_list, layouts)) + p$x$layout$annotations <- annotations + + # keep frame mapping for populating layout.slider.currentvalue in animations + frameMapping <- unique(unlist( + lapply(p$x$attrs, function(x) deparse2(x[["frame"]])), + use.names = FALSE + )) + if (length(frameMapping) > 1) { + warning("Only one `frame` variable is allowed", call. = FALSE) + } + + # Attributes should be NULL if none exist (rather than an empty list) + if (length(p$x$attrs) == 0) p$x$attrs <- NULL + + # If there is just one (unevaluated) trace, and the data is sf, add an sf layer + if (length(p$x$attrs) == 1 && !inherits(p$x$attrs[[1]], "plotly_eval") && is_sf(plotly_data(p))) { + p <- add_sf(p) + } + + # If type was not specified in plot_ly(), it doesn't create a trace unless + # there are no other traces + if (is.null(p$x$attrs[[1]][["type"]]) && length(p$x$attrs) > 1) { + p$x$attrs[[1]] <- NULL + } + + # have the attributes already been evaluated? + is.evaled <- function(x) inherits(x, "plotly_eval") + attrsToEval <- p$x$attrs[!vapply(p$x$attrs, is.evaled, logical(1))] + + # trace type checking and renaming for plot objects + if (is_mapbox(p) || is_geo(p)) { + p <- geo2cartesian(p) + attrsToEval <- lapply(attrsToEval, function(tr) { + if (!grepl("scatter|choropleth", tr[["type"]] %||% "scatter")) { + stop("Cant add a '", tr[["type"]], "' trace to a map object", call. = FALSE) + } + if (is_mapbox(p)) tr[["type"]] <- tr[["type"]] %||% "scattermapbox" + if (is_geo(p)) { + tr[["type"]] <- if (!is.null(tr[["z"]])) "choropleth" else "scattergeo" + } + tr + }) + } + + dats <- Map(function(x, y) { + + # grab the data for this trace + dat <- plotly_data(p, y) + + # formula/symbol/attribute evaluation + trace <- structure( + rapply(x, eval_attr, data = dat, how = "list"), + class = oldClass(x) + ) + + # determine trace type (if not specified, can depend on the # of data points) + # note that this should also determine a sensible mode, if appropriate + trace <- verify_type(trace) + # verify orientation of boxes/bars + trace <- verify_orientation(trace) + # supply sensible defaults based on trace type + trace <- coerce_attr_defaults(trace, p$x$layout) + + + + # attach crosstalk info, if necessary + if (crosstalk_key() %in% names(dat) && isTRUE(trace[["inherit"]] %||% TRUE)) { + trace[["key"]] <- trace[["key"]] %||% dat[[crosstalk_key()]] + trace[["set"]] <- trace[["set"]] %||% attr(dat, "set") + } + + # if appropriate, tack on a group index + grps <- if (has_group(trace)) tryNULL(dplyr::group_vars(dat)) + if (length(grps) && any(lengths(trace) == NROW(dat))) { + trace[[".plotlyGroupIndex"]] <- interaction(dat[, grps, drop = F]) + } + + # add sensible axis names to layout + for (i in c("x", "y", "z")) { + nm <- paste0(i, "axis") + idx <- which(names(trace) %in% i) + if (length(idx) == 1) { + title <- default(deparse2(x[[idx]])) + if (is3d(trace$type) || i == "z") { + p$x$layout$scene[[nm]]$title <<- p$x$layout$scene[[nm]]$title %||% title + } else { + p$x$layout[[nm]]$title <<- p$x$layout[[nm]]$title %||% title + } + } + } + + if (inherits(trace, c("plotly_surface", "plotly_contour"))) { + # TODO: generate matrix for users? + # (1) if z is vector, and x/y are null throw error + # (2) if x/y/z are vectors and length(x) * length(y) == length(z), convert z to matrix + if (!is.matrix(trace[["z"]]) || !is.numeric(trace[["z"]])) { + stop("`z` must be a numeric matrix", call. = FALSE) + } + } + + # collect non-positional scales, plotly.js data_arrays, and "special" + # array attributes for "data training" + Attrs <- Schema$traces[[trace[["type"]]]]$attributes + isArray <- vapply(Attrs, function(x) { + tryFALSE(identical(x[["valType"]], "data_array")) + }, logical(1)) + arrayOk <- vapply(Attrs, function(x) tryNULL(x[["arrayOk"]]) %||% FALSE, logical(1)) + # "non-tidy" traces allow x/y of different lengths, so ignore those + dataArrayAttrs <- if (is_tidy(trace)) names(Attrs)[isArray | arrayOk] + allAttrs <- c( + dataArrayAttrs, special_attrs(trace), npscales(), "frame", + # for some reason, text isn't listed as a data array in some traces + # I'm looking at you scattergeo... + ".plotlyGroupIndex", "text", "key", "fillcolor", "name", "legendgroup" + ) + tr <- trace[names(trace) %in% allAttrs] + # TODO: does it make sense to "train" matrices/2D-tables (e.g. z)? + tr <- tr[vapply(tr, function(x) is.null(dim(x)) && is.atomic(x), logical(1))] + # white-list customdata as this can be a non-atomic vector + tr$customdata <- trace$customdata + builtData <- tibble::as_tibble(tr) + # avoid clobbering I() (i.e., variables that shouldn't be scaled) + for (i in seq_along(tr)) { + if (inherits(tr[[i]], "AsIs")) builtData[[i]] <- I(builtData[[i]]) + } + + if (NROW(builtData) > 0) { + # Build the index used to split one "trace" into multiple traces + isAsIs <- vapply(builtData, function(x) inherits(x, "AsIs"), logical(1)) + isDiscrete <- vapply(builtData, is.discrete, logical(1)) + # note: can only have one linetype per trace + isSplit <- names(builtData) %in% c("split", "linetype", "frame", "fillcolor", "name") | + !isAsIs & isDiscrete & names(builtData) %in% c("symbol", "color") + if (any(isSplit)) { + paste2 <- function(x, y) if (identical(x, y)) x else paste(x, y, sep = br()) + splitVars <- builtData[isSplit] + builtData[[".plotlyTraceIndex"]] <- Reduce(paste2, splitVars) + # in registerFrames() we need to strip the frame from .plotlyTraceIndex + # so keep track of which variable it is... + trace$frameOrder <- which(names(splitVars) %in% "frame") + } + # Build the index used to determine grouping (later on, NAs are inserted + # via group2NA() to create the groups). This is done in 3 parts: + # 1. Sort data by the trace index since groups are nested within traces. + # 2. Translate missing values on positional scales to a grouping variable. + # If grouping isn't relevant for this trace, a warning is thrown since + # NAs are removed. + # 3. The grouping from (2) and any groups detected via dplyr::groups() + # are combined into a single grouping variable, .plotlyGroupIndex + builtData <- arrange_safe(builtData, ".plotlyTraceIndex") + isComplete <- complete.cases(builtData[names(builtData) %in% c("x", "y", "z")]) + # warn about missing values if groups aren't relevant for this trace type + if (any(!isComplete) && !has_group(trace)) { + warning("Ignoring ", sum(!isComplete), " observations", call. = FALSE) + } + builtData[[".plotlyMissingIndex"]] <- cumsum(!isComplete) + builtData <- builtData[isComplete, ] + if (length(grps) && has_group(trace) && isTRUE(trace[["connectgaps"]])) { + stop( + "Can't use connectgaps=TRUE when data has group(s).", call. = FALSE + ) + } + builtData[[".plotlyGroupIndex"]] <- interaction( + builtData[[".plotlyGroupIndex"]] %||% "", + builtData[[".plotlyMissingIndex"]] + ) + builtData <- arrange_safe(builtData, + c(".plotlyTraceIndex", ".plotlyGroupIndex", + if (inherits(trace, "plotly_line")) "x") + ) + builtData <- train_data(builtData, trace) + trace[[".plotlyVariableMapping"]] <- names(builtData) + # copy over to the trace data + for (i in names(builtData)) { + trace[[i]] <- builtData[[i]] + } + } + # TODO: provide a better way to clean up "high-level" attrs + trace[c("ymin", "ymax", "yend", "xend")] <- NULL + trace[lengths(trace) > 0] + + }, attrsToEval, names2(attrsToEval)) + + p$x$attrs <- lapply(p$x$attrs, function(x) structure(x, class = "plotly_eval")) + + # traceify by the interaction of discrete variables + traces <- list() + for (i in seq_along(dats)) { + d <- dats[[i]] + scaleAttrs <- names(d) %in% paste0(npscales(), "s") + traces <- c(traces, traceify(d[!scaleAttrs], d$.plotlyTraceIndex)) + if (i == 1) traces[[1]] <- c(traces[[1]], d[scaleAttrs]) + } + + # insert NAs to differentiate groups + traces <- lapply(traces, function(x) { + d <- tibble::as_tibble(x[names(x) %in% x$.plotlyVariableMapping]) + d <- group2NA( + d, if (has_group(x)) ".plotlyGroupIndex", + ordered = if (inherits(x, "plotly_line")) "x", + retrace.first = inherits(x, "plotly_polygon") + ) + for (i in x$.plotlyVariableMapping) { + # try to reduce the amount of data we have to send for non-positional scales + entry <- if (i %in% npscales()) uniq(d[[i]]) else d[[i]] + if (is.null(entry)) { + x[[i]] <- NULL + } else { + x[[i]] <- structure(entry, class = oldClass(x[[i]])) + } + } + x + }) + + # Map special plot_ly() arguments to plotly.js trace attributes. + # Note that symbol/linetype can modify the mode, so those are applied first + # TODO: use 'legends 2.0' to create legends for these discrete mappings + # https://github.com/plotly/plotly.js/issues/1668 + if (length(traces)) { + traces <- map_symbol(traces) + traces <- map_linetype(traces) + traces <- map_size(traces) + traces <- map_size(traces, stroke = TRUE) #i.e., span + colorTitle <- unlist(lapply(p$x$attrs, function(x) { deparse2(x[["color"]] %||% x[["z"]]) })) + strokeTitle <- unlist(lapply(p$x$attrs, function(x) deparse2(x[["stroke"]]))) + traces <- map_color(traces, title = paste(colorTitle, collapse = br()), colorway = colorway(p)) + traces <- map_color(traces, stroke = TRUE, title = paste(strokeTitle, collapse = br()), colorway = colorway(p)) + } + + for (i in seq_along(traces)) { + # remove special mapping attributes + mappingAttrs <- c( + "alpha", "alpha_stroke", npscales(), paste0(npscales(), "s"), + ".plotlyGroupIndex", ".plotlyMissingIndex", + ".plotlyTraceIndex", ".plotlyVariableMapping", "inherit" + ) + for (j in mappingAttrs) { + traces[[i]][[j]] <- NULL + } + } + + # .crossTalkKey -> key + traces <- lapply(traces, function(x) { + setNames(x, sub(crosstalk_key(), "key", names(x), fixed = TRUE)) + }) + + # it's possible that the plot object already has some traces + # (like figures pulled from a plotly server) + p$x$data <- setNames(c(p$x$data, traces), NULL) + + # supply linked highlighting options/features + p <- supply_highlight_attrs(p) + + # supply trace anchor and domain information + p <- supply_defaults(p) + + # attribute naming corrections for "geo-like" traces + p <- cartesian2geo(p) + + # Compute sensible bounding boxes for each mapbox/geo subplot + p <- fit_bounds(p) + + # polar charts don't like null width/height keys + if (is.null(p$x$layout[["height"]])) p$x$layout[["height"]] <- NULL + if (is.null(p$x$layout[["width"]])) p$x$layout[["width"]] <- NULL + + # ensure we get the order of categories correct + # (plotly.js uses the order in which categories appear by default) + p <- populate_categorical_axes(p) + # translate '\n' to '<br />' in text strings + p <- translate_linebreaks(p) + # if it makes sense, add markers/lines/text to mode + p <- verify_mode(p) + # annotations & shapes must be an array of objects + # TODO: should we add anything else to this? + p <- verify_arrays(p) + # set a sensible hovermode if it hasn't been specified already + p <- verify_hovermode(p) + # try to convert to webgl if toWebGl was used + p <- verify_webgl(p) + # throw warning if webgl is being used in shinytest + # currently, shinytest won't rely this warning, but it should + # https://github.com/rstudio/shinytest/issues/146 + if (isTRUE(getOption("shiny.testmode"))) { + if (is.webgl(p)) warning("shinytest can't currently render WebGL-based graphics.") + } + # crosstalk dynamically adds traces, meaning that a legend could be dynamically + # added, which is confusing. So here we populate a sensible default. + p <- verify_showlegend(p) + + # NOTE: this needs to occur *before* registering frames so simple/nested key + # flags get passed onto frame data. + p <- verify_key_type(p) + + if (registerFrames) { + p <- registerFrames(p, frameMapping = frameMapping) + } + + # set the default plotly.js events to register in shiny + p <- shiny_defaults_set(p) + + p <- verify_guides(p) + + # verify colorscale attributes are in a sensible data structure + p <- verify_colorscale(p) + + # verify plot attributes are legal according to the plotly.js spec + p <- verify_attr_names(p) + # box up 'data_array' attributes where appropriate + p <- verify_attr_spec(p) + + # make sure we're including mathjax (if TeX() is used) + p <- verify_mathjax(p) + + # if a partial bundle was specified, make sure it supports the visualization + p <- verify_partial_bundle(p) + + # scattergl currently doesn't render in RStudio on Windows + # https://github.com/ropensci/plotly/issues/1214 + p <- verify_scattergl_platform(p) + + # make sure plots don't get sent out of the network (for enterprise) + p$x$base_url <- get_domain() + p +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/drug.qs b/V1.7.4/MetaboAnalyst_3.0.3/drug.qs new file mode 100644 index 0000000000000000000000000000000000000000..4e52cc0a2a08f2d97b237ad602f2b6072ab9d509 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/drug.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_graphics.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_graphics.R new file mode 100755 index 0000000000000000000000000000000000000000..1eb89643a940f5b0c70539081e4bbe8dfcddb5ab --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_graphics.R @@ -0,0 +1,907 @@ +library(ggplot2) +#The above line was added by ZZY on 3/8/2021. + +#'View individual compounds related to a given metabolite set +#'@description View individual compounds related to a given metabolite set +#'Functions for various plots for enrichment analysis +#'@usage PlotQEA.MetSet(mSetObj=NA, setNM, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param setNM Input the name of the metabolite set +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotQEA.MetSet<-function(mSetObj=NA, setNM, format="png", dpi=72, width=NA){ +#browser() #Disabled by ZZY on 3/16/2021. + mSetObj <- .get.mSet(mSetObj); + # clean the name, some contains space and special characters, will + # cause trouble as image name + imgNM <- gsub("\\|", "_", setNM); + imgNM <- gsub("/", "_", imgNM); + imgNM <- gsub(" *", "", imgNM); + if(nchar(imgNM) > 18){ + imgNM <-substr(imgNM, 0, 18); + } + imgName <- paste(imgNM, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + + h <- w; + + mSetObj$imgSet$qea.mset<-imgName; + + # hits in the current mset + mset <- current.msetlib$member[[setNM]]; + hit.cmpds <- mSetObj$analSet$qea.hits[[setNM]]; + hit.pvals <- mSetObj$analSet$qea.pvals[hit.cmpds]; + + #reorder based on p vals + ord.inx <- order(hit.pvals); + hit.cmpds <- hit.cmpds[ord.inx]; + hit.pvals <- signif(hit.pvals[ord.inx],3); + + if(.on.public.web){ + load_lattice() + load_ggplot() + } + + # get p values + mSetObj$analSet$qea.pvals[]; + + # need to reshape data to be one vector + num <- length(hit.cmpds); + len <- length(mSetObj$dataSet$cls); + conc.vec <- lbl.vec <- cls.vec <- NULL; + + for(i in 1:num){ + cmpd <- hit.cmpds[i]; + conc.vec <- c(conc.vec, mSetObj$analSet$msea.data[,cmpd]); + cls.vec <- c(cls.vec, as.character(mSetObj$dataSet$cls)); + cmpd.p <- paste(cmpd, " (p=", hit.pvals[i], ")", sep=""); + lbl.vec <- c(lbl.vec, rep(cmpd.p, len)); + } + + cls.vec <- as.factor(cls.vec); + lbl.vec <- factor(lbl.vec, levels = unique(lbl.vec)); + + num <- length(hit.cmpds); + boxdata <- data.frame(Feature = lbl.vec, Abundance = conc.vec, Class = cls.vec) + + # calculate width based on the dataset number + if(num == 1){ + + p <- ggplot(data = boxdata, aes(x=Class, y=Abundance)) + geom_boxplot(aes(fill=Class), outlier.shape = NA, outlier.colour=NA) + p <- p + theme(plot.title = element_text(hjust = 0.5)) + guides(fill=guide_legend(title="Group")) + p <- p + xlab("") + ylab("Relative Abundance") + theme_bw() + + ggsave(p, filename = imgName, dpi=dpi, width=7, height=6, limitsize = FALSE) + + }else{ + + if(num<10){ + w = 10 + h <- 10 * num/10 + cols = 3 + }else if(num<5){ + w = 7 + h = 7 + cols = 2 + }else{ + w = 10 + h <- num * 0.55 + cols = 4 + } + + bp <- ggplot(boxdata, aes(x=Class, y=Abundance, group=Class)) + + geom_boxplot(aes(fill=Class), outlier.shape = NA, outlier.colour=NA) + theme_bw() + + bp <- bp + facet_wrap(. ~ Feature) + theme(strip.text.x = element_text(size=7), strip.background = element_rect(size=1)) + + xlab("") + ylab("Relative Abundance") + + ggsave(bp, filename = imgName, dpi=dpi, width=w, height=h, limitsize = FALSE) + } + + mSetObj$imgSet$current.img <- imgName; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(imgName); + } + return(.set.mSet(mSetObj)); +} + +#'Plot the compound concentration data compared to the reference concentration range +#'@description Plot the compound concentration data compared to the reference concentration range +#'@usage PlotConcRange(mSetObj, nm, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nm of the input compound +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotConcRange<-function(mSetObj=NA, nm, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + inx <- which(names(mSetObj$analSet$ssp.lows)==nm); + lows <- mSetObj$analSet$ssp.lows[[inx]]; + + if(length(lows)==1 && is.na(lows)){ + return(); + } + + #conc<-dataSet$norm[inx]; + means <- mSetObj$analSet$ssp.means[[inx]]; + highs <- mSetObj$analSet$ssp.highs[[inx]]; + + cmpdNm <- mSetObj$analSet$ssp.mat[inx,1]; + conc <- as.numeric(mSetObj$analSet$ssp.mat[inx,2]); + hmdbID <- mSetObj$analSet$ssp.mat[inx,3]; + imgName <<- paste(hmdbID, "dpi", dpi, ".png", sep=""); + + if(is.na(width)){ + w <- h <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- h <- width; + } + + mSetObj$imgSet$conc.range <- imgName; + mSetObj$imgSet$current.img <- imgName; + + rng <- range(lows, highs, conc); + ext <- (rng[2]-rng[1])/8; + max.rg <- rng[2]+ext; + min.rg <- ifelse(rng[1]-ext>=0, rng[1]-ext, 0); + unit <- "(umol)" + if(mSetObj$dataSet$biofluid =="urine"){ + unit <- "(umol/mmol_creatine)" + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + concplot(means, lows, highs, xlim=c(min.rg, max.rg), labels = paste("Study ", 1:length(lows)), + main=cmpdNm, xlab=paste("Concentration Range", unit), ylab="Study Reference") + abline(v=c(range(lows, highs), conc), col=c("lightgrey", "lightgrey", "orange"), lty=c(5, 5, 5), lwd=c(1,1,2)); + + # label the measured the concentration to the side + text(conc, 0, conc, pos=4, col="orange"); + # extend the left end of axis to look natural without labeling + axis(1, at=c(min.rg-ext, min.rg), label=F, lwd.tick=0); + + dev.off(); + + mSetObj$imgSet$current.img <- imgName; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(imgName); + } + + return(.set.mSet(mSetObj)); +} + +#'Plot over-representation analysis (ORA) +#'@description Plot over-representation analysis (ORA) +#'@usage PlotORA(mSetObj=NA, imgName, imgOpt, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param imgOpt "net" +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotORA1<-function(mSetObj=NA, imgName, imgOpt, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + #calculate the enrichment fold change + folds <- mSetObj$analSet$ora.mat[,3]/mSetObj$analSet$ora.mat[,2]; + names(folds) <- GetShortNames(rownames(mSetObj$analSet$ora.mat)); + pvals <- mSetObj$analSet$ora.mat[,4]; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <-width; + } + h <- w; + + #record img + mSetObj$imgSet$ora <- imgName + mSetObj$imgSet$current.img <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotMSEA.Overview(folds, pvals); + dev.off(); + + if(.on.public.web){ + mSetObj$analSet$enrich.net <- PlotEnrichNet.Overview(folds, pvals); + } + + return(.set.mSet(mSetObj)); +} + +#'Plot QEA overview +#'@description Plot QEA overview +#'@usage PlotQEA.Overview(mSetObj=NA, imgName, imgOpt, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param imgOpt "net" +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotQEA.Overview1 <-function(mSetObj=NA, imgName, imgOpt, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + #calculate the enrichment fold change + folds <- mSetObj$analSet$qea.mat[,3]/mSetObj$analSet$qea.mat[,4]; + names(folds) <- GetShortNames(rownames(mSetObj$analSet$qea.mat)); + pvals <- mSetObj$analSet$qea.mat[, "Raw p"]; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotMSEA.Overview(folds, pvals); + dev.off(); + + if(.on.public.web){ + mSetObj$analSet$enrich.net <- PlotEnrichNet.Overview(folds, pvals); + } + + mSetObj$imgSet$qea <-imgName; + mSetObj$imgSet$current.img <- imgName; + return(.set.mSet(mSetObj)); +} + +#'Plot MSEA overview +#'@description Barplot height is enrichment fold change +#'color is based on p values, used in higher functions +#'@usage PlotMSEA.Overview(folds, pvals) +#'@param folds Input the fold-change values +#'@param pvals Input the p-values +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotMSEA.Overview <- function(folds, pvals){ + + # due to space limitation, plot top 50 if more than 50 were given + title <- "Metabolite Sets Enrichment Overview"; + ht.col <- GetMyHeatCols(length(folds)); + if(length(folds) > 25){ + folds <- folds[1:25]; + pvals <- pvals[1:25]; + ht.col <- ht.col[1:25]; + title <- "Enrichment Overview (top 25)"; + } + + op <- par(mar=c(5,20,4,6), oma=c(0,0,0,4)); + + barplot(rev(folds), horiz=T, col=rev(ht.col), + xlab="Enrichment Ratio", las=1, cex.name=0.75, space=c(0.5, 0.5), + main= title); + minP <- min(pvals); + maxP <- max(pvals); + medP <- (minP+maxP)/2; + + axs.args <- list(at=c(minP, medP, maxP), labels=format(c(maxP, medP, minP), scientific=T, digit=1), tick = F); + image.plot(legend.only=TRUE, zlim=c(minP, maxP), col=rev(ht.col), + axis.args=axs.args, legend.shrink = 0.4, legend.lab="P value"); + par(op); +} + +#'Plot MSEA Dot Plot +#'@description Dot plot of enrichment analysis results. +#'@usage PlotEnrichDotPlot(mSet) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param enrichType Input whether the enrichment analysis was over-respresentation +#'analysis (ora) or quantitative enrichment analysis (qea). +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotEnrichDotPlot1 <- function(mSetObj=NA, enrichType = "ora", imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + } + + if(enrichType == "ora"){ + results <- mSetObj$analSet$ora.mat + my.cols <- GetMyHeatCols(nrow(results)); + if(nrow(results) > 25){ + results <- results[1:25,] + my.cols <- my.cols[1:25]; + } + + df <- data.frame(Name = factor(row.names(results), levels = rev(row.names(results))), + rawp = results[,4], + logp = -log10(results[,4]), + folds = results[,3]/results[,2]) + + }else if(enrichType == "qea"){ + results <- mSetObj$analSet$qea.mat + my.cols <- GetMyHeatCols(nrow(results)); + if(nrow(results) > 25){ + results <- results[1:25,] + my.cols <- my.cols[1:25]; + } + df <- data.frame(Name = factor(row.names(results), levels = rev(row.names(results))), + rawp = results[,5], + logp = -log10(results[,5]), + folds = results[,3]/results[,4] + ) + + } + + maxp <- max(df$rawp); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 12; + h <- 9; + }else if(width == 0){ + h <- w <- 7; + }else{ + h <- w <- width; + } + + p <- ggplot(df, + aes(x = logp, y = Name)) + + geom_point(aes(size = folds, color = rawp)) + scale_size_continuous(range = c(2, 8)) + + theme_bw(base_size = 14.5) + + scale_colour_gradient(limits=c(0, maxp), low=my.cols[1], high = my.cols[length(my.cols)]) + + ylab(NULL) + xlab("-log10 (p-value)") + + ggtitle("Overview of Enriched Metabolite Sets (Top 25)") + + theme(legend.text=element_text(size=14), + legend.title=element_text(size=15)) + + p$labels$colour <- "P-value" + p$labels$size <- "Enrichment Ratio" + + ggsave(p, filename = imgName, dpi=dpi, width=w, height=h) + + if(enrichType == "ora"){ + mSetObj$imgSet$ora <- imgName + }else if(enrichType == "qea"){ + mSetObj$imgSet$qea <-imgName; + } + + mSetObj$imgSet$current.img <- imgName; + return(.set.mSet(mSetObj)); +} + +# Utility function +concplot <- function(mn, lower, upper, labels=NULL, + xlab = "Odds ratio", ylab = "Study Reference", + xlim = NULL, line.col = "blue", text.col="forestgreen", + xaxt="s", ... ) { + + n <- length( mn ); + nxlim <- xlim; + nxlim[1] <- nxlim[1] - 0.25 * (nxlim[2] - nxlim[1] ); + par(xaxt = "n",yaxt = "n") + plot(nxlim,c(1,-n-2), + type = "n", bty = "n", xaxt = "n", yaxt = "n", + xlab=xlab, ylab=ylab,... ); + + text(rep(nxlim[1], n ), -( 1:n ), labels,..., col=rep(text.col,length.out=n),adj=0); + par( xaxt = "s") + ats<-pretty(xlim, 6); + axis(1, at=ats) + + for ( i in 1:n ){ + if ( is.na( lower[i]+upper[i] ) ) + next + arrows(lower[i], -i, upper[i], -i, lwd = 1, code=3, col=line.col, angle=90, length=0.04); + points(mn[i], -i, pch=15, col='magenta'); + } +} + +# Plot a strip of color key beside a figure +# Adapted from the image.plot in fields package to correct label +# so that the small p value is bigger, located on top of the color key +# Jeff Xia, jeff.xia@mcgill.ca +# McGill University, Canada +# License: GNU GPL (>= 2) + +image.plot <- function(..., add = FALSE, nlevel = 64, + horizontal = FALSE, legend.shrink = 0.9, legend.width = 1.2, + legend.mar = ifelse(horizontal, 3.1, 5.1), legend.lab = NULL, + graphics.reset = FALSE, bigplot = NULL, smallplot = NULL, + legend.only = FALSE, col = tim.colors(nlevel), lab.breaks = NULL, + axis.args = NULL, legend.args = NULL, midpoint = FALSE) { + + old.par <- par(no.readonly = TRUE) + # figure out zlim from passed arguments + info <- image.plot.info(...) + if (add) { + big.plot <- old.par$plt + } + if (legend.only) { + graphics.reset <- TRUE + } + if (is.null(legend.mar)) { + legend.mar <- ifelse(horizontal, 3.1, 5.1) + } + # + # figure out how to divide up the plotting real estate. + # + temp <- image.plot.plt(add = add, legend.shrink = legend.shrink, + legend.width = legend.width, legend.mar = legend.mar, + horizontal = horizontal, bigplot = bigplot, smallplot = smallplot) + # + # bigplot are plotting region coordinates for image + # smallplot are plotting coordinates for legend + smallplot <- temp$smallplot + bigplot <- temp$bigplot + # + # draw the image in bigplot, just call the R base function + # or poly.image for polygonal cells note logical switch + # for poly.grid parsed out of call from image.plot.info + if (!legend.only) { + if (!add) { + par(plt = bigplot) + } + if (!info$poly.grid) { + image(..., add = add, col = col) + } + else { + poly.image(..., add = add, col = col, midpoint = midpoint) + } + big.par <- par(no.readonly = TRUE) + } + ## + ## check dimensions of smallplot + if ((smallplot[2] < smallplot[1]) | (smallplot[4] < smallplot[3])) { + par(old.par) + stop("plot region too small to add legend\n") + } + # Following code draws the legend using the image function + # and a one column image. + # calculate locations for colors on legend strip + ix <- 1 + minz <- info$zlim[1] + maxz <- info$zlim[2] + binwidth <- (maxz - minz)/nlevel + midpoints <- seq(minz + binwidth/2, maxz - binwidth/2, by = binwidth) + iy <- midpoints + iz <- matrix(iy, nrow = 1, ncol = length(iy)) + # extract the breaks from the ... arguments + # note the breaks delineate intervals of common color + breaks <- list(...)$breaks + # draw either horizontal or vertical legends. + # using either suggested breaks or not -- a total of four cases. + # + # next par call sets up a new plotting region just for the legend strip + # at the smallplot coordinates + par(new = TRUE, pty = "m", plt = smallplot, err = -1) + # create the argument list to draw the axis + # this avoids 4 separate calls to axis and allows passing extra + # arguments. + # then add axis with specified lab.breaks at specified breaks + if (!is.null(breaks) & !is.null(lab.breaks)) { + # axis with labels at break points + axis.args <- c(list(side = ifelse(horizontal, 1, 4), + mgp = c(3, 1, 0), las = ifelse(horizontal, 0, 2), + at = breaks, labels = lab.breaks), axis.args) + } + else { + # If lab.breaks is not specified, with or without breaks, pretty + # tick mark locations and labels are computed internally, + # or as specified in axis.args at the function call + axis.args <- c(list(side = ifelse(horizontal, 1, 4), + mgp = c(3, 1, 0), las = ifelse(horizontal, 0, 2)), + axis.args) + } + # + # draw color scales the four cases are horizontal/vertical breaks/no breaks + # add a label if this is passed. + if (!horizontal) { + if (is.null(breaks)) { + image(ix, iy, iz, xaxt = "n", yaxt = "n", xlab = "", + ylab = "", col = col) + } + else { + image(ix, iy, iz, xaxt = "n", yaxt = "n", xlab = "", + ylab = "", col = col, breaks = breaks) + } + } + else { + if (is.null(breaks)) { + image(iy, ix, t(iz), xaxt = "n", yaxt = "n", xlab = "", + ylab = "", col = col) + } + else { + image(iy, ix, t(iz), xaxt = "n", yaxt = "n", xlab = "", + ylab = "", col = col, breaks = breaks) + } + } + + # + # now add the axis to the legend strip. + # notice how all the information is in the list axis.args + # + do.call("axis", axis.args) + + # add a box around legend strip + box() + + # + # add a label to the axis if information has been supplied + # using the mtext function. The arguments to mtext are + # passed as a list like the drill for axis (see above) + # + if (!is.null(legend.lab)) { + legend.args <- list(text = legend.lab, side = ifelse(horizontal, + 1, 3), line = 1) + } + # + # add the label using mtext function + if (!is.null(legend.args)) { + do.call(mtext, legend.args) + } + # + # + # clean up graphics device settings + # reset to larger plot region with right user coordinates. + mfg.save <- par()$mfg + if (graphics.reset | add) { + par(old.par) + par(mfg = mfg.save, new = FALSE) + invisible() + } + else { + par(big.par) + par(plt = big.par$plt, xpd = FALSE) + par(mfg = mfg.save, new = FALSE) + invisible() + } +} + + +"image.plot.info" <- function(...) { + temp <- list(...) + # + xlim <- NA + ylim <- NA + zlim <- NA + poly.grid <- FALSE + # + # go through various cases of what these can be + # + ##### x,y,z list is first argument + if (is.list(temp[[1]])) { + xlim <- range(temp[[1]]$x, na.rm = TRUE) + ylim <- range(temp[[1]]$y, na.rm = TRUE) + zlim <- range(temp[[1]]$z, na.rm = TRUE) + if (is.matrix(temp[[1]]$x) & is.matrix(temp[[1]]$y) & + is.matrix(temp[[1]]$z)) { + poly.grid <- TRUE + } + } + ##### check for polygrid first three arguments should be matrices + ##### + if (length(temp) >= 3) { + if (is.matrix(temp[[1]]) & is.matrix(temp[[2]]) & is.matrix(temp[[3]])) { + poly.grid <- TRUE + } + } + ##### z is passed without an x and y (and not a poly.grid!) + ##### + if (is.matrix(temp[[1]]) & !poly.grid) { + xlim <- c(0, 1) + ylim <- c(0, 1) + zlim <- range(temp[[1]], na.rm = TRUE) + } + ##### if x,y,z have all been passed find their ranges. + ##### holds if poly.grid or not + ##### + if (length(temp) >= 3) { + if (is.matrix(temp[[3]])) { + xlim <- range(temp[[1]], na.rm = TRUE) + ylim <- range(temp[[2]], na.rm = TRUE) + zlim <- range(temp[[3]], na.rm = TRUE) + } + } + #### parse x,y,z if they are named arguments + # determine if this is polygon grid (x and y are matrices) + if (is.matrix(temp$x) & is.matrix(temp$y) & is.matrix(temp$z)) { + poly.grid <- TRUE + } + xthere <- match("x", names(temp)) + ythere <- match("y", names(temp)) + zthere <- match("z", names(temp)) + if (!is.na(zthere)) + zlim <- range(temp$z, na.rm = TRUE) + if (!is.na(xthere)) + xlim <- range(temp$x, na.rm = TRUE) + if (!is.na(ythere)) + ylim <- range(temp$y, na.rm = TRUE) + # overwrite zlims with passed values + if (!is.null(temp$zlim)) + zlim <- temp$zlim + if (!is.null(temp$xlim)) + xlim <- temp$xlim + if (!is.null(temp$ylim)) + ylim <- temp$ylim + list(xlim = xlim, ylim = ylim, zlim = zlim, poly.grid = poly.grid) +} + +# fields, Tools for spatial data +# Copyright 2004-2007, Institute for Mathematics Applied Geosciences +# University Corporation for Atmospheric Research +# Licensed under the GPL -- www.gpl.org/licenses/gpl.html + +image.plot.plt <- function(x, add = FALSE, legend.shrink = 0.9, + legend.width = 1, horizontal = FALSE, legend.mar = NULL, + bigplot = NULL, smallplot = NULL, ...) { + old.par <- par(no.readonly = TRUE) + if (is.null(smallplot)) + stick <- TRUE + else stick <- FALSE + if (is.null(legend.mar)) { + legend.mar <- ifelse(horizontal, 3.1, 5.1) + } + # compute how big a text character is + char.size <- ifelse(horizontal, par()$cin[2]/par()$din[2], + par()$cin[1]/par()$din[1]) + # This is how much space to work with based on setting the margins in the + # high level par command to leave between strip and big plot + offset <- char.size * ifelse(horizontal, par()$mar[1], par()$mar[4]) + # this is the width of the legned strip itself. + legend.width <- char.size * legend.width + # this is room for legend axis labels + legend.mar <- legend.mar * char.size + # smallplot is the plotting region for the legend. + if (is.null(smallplot)) { + smallplot <- old.par$plt + if (horizontal) { + smallplot[3] <- legend.mar + smallplot[4] <- legend.width + smallplot[3] + pr <- (smallplot[2] - smallplot[1]) * ((1 - legend.shrink)/2) + smallplot[1] <- smallplot[1] + pr + smallplot[2] <- smallplot[2] - pr + } + else { + smallplot[2] <- 1 - legend.mar + smallplot[1] <- smallplot[2] - legend.width + pr <- (smallplot[4] - smallplot[3]) * ((1 - legend.shrink)/2) + smallplot[4] <- smallplot[4] - pr + smallplot[3] <- smallplot[3] + pr + } + } + if (is.null(bigplot)) { + bigplot <- old.par$plt + if (!horizontal) { + bigplot[2] <- min(bigplot[2], smallplot[1] - offset) + } + else { + bottom.space <- old.par$mar[1] * char.size + bigplot[3] <- smallplot[4] + offset + } + } + if (stick & (!horizontal)) { + dp <- smallplot[2] - smallplot[1] + smallplot[1] <- min(bigplot[2] + offset, smallplot[1]) + smallplot[2] <- smallplot[1] + dp + } + return(list(smallplot = smallplot, bigplot = bigplot)) +} + +#'Barplot height is enrichment fold change +#'@description Used in higher functions, the color is based on p values +#'@param folds Input fold-change for bar plot +#'@param pvals Input p-values for bar plot +#'@param layoutOpt Input the layout option, default is set to layout.fruchterman.reingold +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import igraph +#'@import reshape + +PlotEnrichNet.Overview <- function(folds, pvals, layoutOpt=layout.fruchterman.reingold){ + + # due to space limitation, plot top 50 if more than 50 were given + title <- "Enrichment Network Overview"; + if(length(folds) > 50){ + folds <- folds[1:50]; + pvals <- pvals[1:50]; + title <- "Enrichment Overview (top 50)"; + } + + if(.on.public.web){ + load_igraph() + load_reshape() + } + + pvalue <- pvals; + id <- names(pvalue); + geneSets <- current.msetlib$member; + n <- length(pvalue); + w <- matrix(NA, nrow=n, ncol=n); + colnames(w) <- rownames(w) <- id; + + for (i in 1:n) { + for (j in i:n) { + w[i,j] = overlap_ratio(geneSets[id[i]], geneSets[id[j]]) + } + } + + wd <- melt(w); + wd <- wd[wd[,1] != wd[,2],]; + wd <- wd[!is.na(wd[,3]),]; + g <- graph.data.frame(wd[,-3], directed=F); + E(g)$width <- sqrt(wd[,3]*20); + g <- delete.edges(g, E(g)[wd[,3] < 0.25]); + #idx <- unlist(sapply(V(g)$name, function(x) which(x == id))); + #cols <- color_scale("red", "#E5C494"); + #V(g)$color <- cols[sapply(pvalue, getIdx, min(pvalue), max(pvalue))]; + V(g)$color <- heat.colors(length(pvalue)); + + cnt <- folds; + names(cnt) <- id; + #cnt2 <- (cnt[V(g)$name])^2; #make sure this is positve + #V(g)$size <- cnt2/sum(cnt2) * 100 #log(cnt2, base=10) * 10; + #V(g)$size <- log(cnt2, base=10) * 10 + 1; + V(g)$size <- cnt + 3; + + pos.xy <- layout.fruchterman.reingold(g,niter=500); + + # now create the json object + nodes <- vector(mode="list"); + node.nms <- V(g)$name; + node.sizes <- V(g)$size; + node.cols <- V(g)$color; + for(i in 1:length(node.sizes)){ + nodes[[i]] <- list( + id = node.nms[i], + label=node.nms[i], + size=node.sizes[i], + color=node.cols[i], + x = pos.xy[i,1], + y = pos.xy[i,2] + ); + } + + edge.mat <- get.edgelist(g); + edge.mat <- cbind(id=1:nrow(edge.mat), source=edge.mat[,1], target=edge.mat[,2]); + # covert to json + netData <- list(nodes=nodes, edges=edge.mat); + sink("msea_network.json"); + cat(RJSONIO::toJSON(netData)); + sink(); + + return(g); +} + +PrepareSifDownloads <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + saveNetworkInSIF(mSetObj$analSet$enrich.net, "metaboanalyst_enrich"); +} + +overlap_ratio <- function(x, y) { + x <- unlist(x) + y <- unlist(y) + length(intersect(x, y))/length(unique(c(x,y))) +} + +##' @importFrom grDevices colorRampPalette +color_scale <- function(c1="grey", c2="red") { + pal <- colorRampPalette(c(c1, c2)) + colors <- pal(100) + return(colors) +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + + +GetCurrentImg<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return (mSetObj$imgSet$current.img); +} + +getIdx <- function(v, MIN, MAX) { + if ( MIN == MAX ) { + return(100) + } + intervals <- seq(MIN, MAX, length.out=100) + max(which(intervals <= v)) +} + +######### Utility Functions ############# +GetShortNames<-function(nm.vec, max.len= 45){ + new.nms <- vector(mode="character", length=length(nm.vec)); + for(i in 1:length(nm.vec)){ + nm <- nm.vec[i]; + if(nchar(nm) <= max.len){ + new.nms[i] <- nm; + }else{ + wrds <- strsplit(nm, "[[:space:]]+")[[1]]; + new.nm <- ""; + if(length(wrds)>1){ + for(m in 1:length(wrds)){ + wrd <- wrds[m]; + if(nchar(new.nm)+4+nchar(wrd) <= max.len){ + new.nm <- paste(new.nm, wrd); + }else{ + new.nms[i] <- paste (new.nm, "...", sep=""); + break; + } + } + }else{ + new.nms[i] <- paste (substr(nm, 0, 21), "...", sep=""); + } + } + } + return(new.nms); +} + +# return heat colors of given length +GetMyHeatCols <- function(len){ + if(len > 50){ + ht.col <- c(substr(heat.colors(50), 0, 7), rep("#FFFFFF", len-50)); + }else{ + # reduce to hex by remove the last character so HTML understand + ht.col <- substr(heat.colors(len), 0, 7); + } +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_integ.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_integ.R new file mode 100755 index 0000000000000000000000000000000000000000..64d478f77dd1f160ffcc088881c9842e7b580f64 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_integ.R @@ -0,0 +1,1100 @@ +#'Perform compound mapping for integrative analysis methods +#'@description Perform compound mapping +#'@param mSetObj Input name of the created mSet Object +#'@param cmpdIDs Input the list of compound IDs +#'@param org Input the organism code +#'@param idType Input the ID type +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PerformIntegCmpdMapping <- function(mSetObj=NA, cmpdIDs, org, idType){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$dataSet$cmpd.orig <- cmpdIDs; + mSetObj$dataSet$cmpd.org <- org; + if(idType == "name"){ + cmpd.mat <- getDataFromTextArea(cmpdIDs, "tab"); + }else{ # all other id should not contains space + cmpd.mat <- getDataFromTextArea(cmpdIDs, "space"); + } + mSetObj$dataSet$cmpd <- rownames(cmpd.mat); # this is for compatibility with name_match function + mSetObj$dataSet$cmpd.mat <- cmpd.mat; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(CrossReferencing(mSetObj, idType, hmdb=T, pubchem=T, chebi=F, kegg=T, metlin=F)); + } + + mSetObjCR <- CrossReferencing(mSetObj, idType, hmdb=T, pubchem=T, chebi=F, kegg=T, metlin=F) + + return(.set.mSet(mSetObjCR)); +} + +#'Perform integrated gene mapping +#'@description Used for the pathinteg module +#'@param mSetObj Input name of the created mSet Object +#'@param geneIDs Input the list of gene IDs +#'@param org Input the organism code +#'@param idType Input the ID type +#'@export +#' +PerformIntegGeneMapping <- function(mSetObj=NA, geneIDs, org, idType){ + + mSetObj <- .get.mSet(mSetObj); + gene.mat <- getDataFromTextArea(geneIDs); + gene.vec <- rownames(gene.mat); + + #record the info + mSetObj$dataSet$q.type.gene <- idType; + mSetObj$dataSet$gene.orig <- geneIDs; + mSetObj$dataSet$gene.org <- org; + mSetObj$dataSet$gene.mat <- gene.mat; + mSetObj$dataSet$gene <- gene.vec; + + enIDs <- doGeneIDMapping(gene.vec, org, idType); + + if(idType == "kos"){ + kos <- gene.vec; + mSetObj$dataSet$kos.name.map <- kos + } + + # Handle case when only KOs are mapped with no corresponding entrez id + na.inx <- is.na(enIDs); + if(sum(!na.inx) == 0 && idType == "kos"){ + na.inx <- is.na(kos); + } + + mSetObj$dataSet$gene.name.map <- list( + hit.values=enIDs, + match.state = ifelse(is.na(enIDs), 0, 1) + ); + + AddMsg(paste("A total of ", length(unique(enIDs)), "unique genes were uploaded.")); + if(sum(!na.inx) > 0){ + return(.set.mSet(mSetObj)); + }else{ + AddErrMsg("Error: no hits found!"); + if(.on.public.web){ + return(0); + } + return(.set.mSet(mSetObj)); + } +} + +#'Remove selected compounds +#'@description Remove compounds +#'@param mSetObj Input name of the created mSet Object +#'@param inx Input the index of compound to remove +#'@export +#' +RemoveCmpd <- function(mSetObj=NA, inx){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$dataSet$cmpd <- mSetObj$dataSet$cmpd[-inx]; + + mSetObj$name.map$hit.inx <- mSetObj$name.map$hit.inx[-inx]; + mSetObj$name.map$hit.values <- mSetObj$name.map$hit.values[-inx]; + mSetObj$name.map$match.state <- mSetObj$name.map$match.state[-inx]; + + if(.on.public.web){ + .set.mSet(mSetObj); + mSetObj$name.map + } + return(.set.mSet(mSetObj)); +} + +#'Remove selected genes +#'@description Remove selected genes based on an index +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param inx Input compound index +#'@export +#' +RemoveGene <- function(mSetObj=NA, inx){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$dataSet$gene <- mSetObj$dataSet$gene[-inx]; + mSetObj$dataSet$gene.mat <- mSetObj$dataSet$gene.mat[-inx, ,drop=F]; + + mSetObj$dataSet$gene.name.map$hit.inx <- mSetObj$dataSet$gene.name.map$hit.inx[-inx]; + mSetObj$dataSet$gene.name.map$hit.values <- mSetObj$dataSet$gene.name.map$hit.values[-inx]; + mSetObj$dataSet$gene.name.map$match.state <- mSetObj$dataSet$gene.name.map$match.state[-inx]; + + if(.on.public.web){ + .set.mSet(mSetObj); + mSetObj$dataSet$gene.name.map + } + return(.set.mSet(mSetObj)); +} + +#'Prepare integrated data +#'@description Used for the pathinteg module. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +#' +PrepareIntegData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + done <- 0; + # prepare gene list + if(!is.null(mSetObj$dataSet$gene.mat)){ + gene.mat <- mSetObj$dataSet$gene.mat; + enIDs <- mSetObj$dataSet$gene.name.map$hit.values; + rownames(gene.mat) <- enIDs; + + na.inx <- is.na(enIDs); + gene.mat <- gene.mat[!na.inx, ,drop=F]; + gene.mat <- RemoveDuplicates(gene.mat); + AddMsg(paste("A total of ", nrow(gene.mat), "unique genes were uploaded.")); + + if(!exists("pathinteg.imps", where = mSetObj$dataSet)){ + mSetObj$dataSet$pathinteg.imps <- list(); + } + mSetObj$dataSet$pathinteg.imps$gene.mat <- gene.mat; + done <- 1; + } + + # prepare compound list + if(!is.null(mSetObj$dataSet$cmpd.mat)){ + nm.map <- GetFinalNameMap(mSetObj); + valid.inx <- !(is.na(nm.map$kegg)| duplicated(nm.map$kegg)); + cmpd.vec <- nm.map$query[valid.inx]; + kegg.id <- nm.map$kegg[valid.inx]; + + cmpd.mat <- mSetObj$dataSet$cmpd.mat; + hit.inx <- match(cmpd.vec, rownames(cmpd.mat)); + + cmpd.mat <- cmpd.mat[hit.inx, ,drop=F]; + rownames(cmpd.mat) <- kegg.id; + cmpd.mat <- RemoveDuplicates(cmpd.mat); + AddMsg(paste("A total of ", nrow(cmpd.mat), "unique compounds were found.")); + mSetObj$dataSet$pathinteg.imps$cmpd.mat <- cmpd.mat; + done <- 1; + } + + if(.on.public.web){ + .set.mSet(mSetObj); + return(done); + } + return(.set.mSet(mSetObj)); +} + +#'Perform integrative pathway analysis +#'@description used for integrative analysis +#'as well as general pathways analysis for meta-analysis results +#'@usage PerformIntegPathwayAnalysis(mSetObj, topo="dc", enrich="hyper", libOpt="integ") +#'@param mSetObj Input name of the created mSet Object +#'@param topo Select the mode for topology analysis: Degree Centrality ("dc") measures the number of links that connect to a node +#'(representing either a gene or metabolite) within a pathway; Closeness Centrality ("cc") measures the overall distance from a given node +#'to all other nodes in a pathway; Betweenness Centrality ("bc")measures the number of shortest paths from all nodes to all the others that pass through a given node within a pathway. +#'@param enrich Method to perform over-representation analysis (ORA) based on either hypergenometrics analysis ("hyper") +#' or Fisher's exact method ("fisher"). +#'@param libOpt Select the different modes of pathways, either the gene-metabolite mode ("integ") which allows for joint-analysis +#' and visualization of both significant genes and metabolites or the gene-centric ("genetic") and metabolite-centric mode ("metab") which allows users +#' to identify enriched pathways driven by significant genes or metabolites, respectively. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PerformIntegPathwayAnalysis <- function(mSetObj=NA, topo="dc", enrich="hyper", libVersion="current", libOpt="integ", integOpt="query"){ + + mSetObj <- .get.mSet(mSetObj); + + if(libVersion == "old"){ + if(!(mSetObj$org %in% c("hsa", "mmu", "rno"))){ + AddErrMsg("Support for this organism is only available in the current version!"); + return(0); + } + if(libOpt == "all"){ + AddErrMsg("Support for all pathways is only available in the current version!"); + return(0); + } + if(integOpt == "pval"){ + AddErrMsg("Support for combining p value is only available in the current version!"); + return(0); + } + } + + # shift actual enrichment to api.metaboanalyst.ca + if(.on.public.web){ + sub.dir <- paste0("kegg/jointpa/",libOpt); + destfile <- paste0(mSetObj$org, ".qs"); + current.kegglib <<- .get.my.lib(destfile, sub.dir); + load_igraph(); + } + + mSetObj$dataSet$pathinteg.method <- libOpt; + mSetObj$dataSet$path.mat <- NULL; + + if(libOpt == "genetic" && !is.null(mSetObj$dataSet$pathinteg.imps$gene.mat)){ + + gene.mat <- mSetObj$dataSet$pathinteg.imps$gene.mat; + gene.vec <- paste(mSetObj$org, ":", rownames(gene.mat), sep=""); + rownames(gene.mat) <- gene.vec; + impMat <- gene.mat; + + # saving only + gene.sbls <- doGeneIDMapping(rownames(mSetObj$dataSet$pathinteg.imps$gene.mat), mSetObj$org, "entrez"); + gene.mat <- cbind(Name=gene.sbls, mSetObj$dataSet$pathinteg.imps$gene.mat); + fast.write.csv(gene.mat, file="MetaboAnalyst_result_genes.csv"); + + if(.on.public.web){ + uniq.count <- current.kegglib$uniq.gene.count; + uniq.len <- current.kegglib$gene.counts; + } + + }else if(libOpt == "metab" && !is.null(mSetObj$dataSet$pathinteg.imps$cmpd.mat)){ + + cmpd.mat <- mSetObj$dataSet$pathinteg.imps$cmpd.mat; + cmpd.vec <- paste("cpd:", rownames(cmpd.mat), sep=""); # no need for this as the metpa compound ID does not contain "cpd:" prefix + #cmpd.vec <- rownames(cmpd.mat); + rownames(cmpd.mat) <- cmpd.vec; + impMat <- cmpd.mat; + + # saving only + cmpd.nms <- doKEGG2NameMapping(rownames(mSetObj$dataSet$pathinteg.imps$cmpd.mat)); + cmpd.mat <- cbind(Name=cmpd.nms, mSetObj$dataSet$pathinteg.imps$cmpd.mat); + fast.write.csv(mSetObj$dataSet$pathinteg.imps$cmpd.mat, file="MetaboAnalyst_result_cmpds.csv"); + + if(.on.public.web){ + uniq.count <- current.kegglib$uniq.cmpd.count + uniq.len <- current.kegglib$cmpd.counts; + } + + }else{ # integ + + if(is.null(mSetObj$dataSet$pathinteg.imps$cmpd.mat) | is.null(mSetObj$dataSet$pathinteg.imps$gene.mat)){ + AddErrMsg("The integrative analysis require both gene and metabolite lists"); + return(0); + } + + impMat <- NULL; + uniq.count <- uniq.len <- 0; + + cmpd.mat <- mSetObj$dataSet$pathinteg.imps$cmpd.mat; + cmpd.vec <- paste("cpd:", rownames(cmpd.mat), sep=""); + rownames(cmpd.mat) <- cmpd.vec; + # saving + cmpd.nms <- doKEGG2NameMapping(rownames(mSetObj$dataSet$pathinteg.imps$cmpd.mat)); + fast.write.csv(cbind(Name=cmpd.nms, mSetObj$dataSet$pathinteg.imps$cmpd.mat), file="MetaboAnalyst_result_cmpds.csv"); + + gene.mat <- mSetObj$dataSet$pathinteg.imps$gene.mat; + gene.vec <- paste(mSetObj$org, ":", rownames(gene.mat), sep=""); + rownames(gene.mat) <- gene.vec; + # saving + gene.sbls <- doGeneIDMapping(rownames(mSetObj$dataSet$pathinteg.imps$gene.mat), mSetObj$org, "entrez"); + fast.write.csv(cbind(Name=gene.sbls, mSetObj$dataSet$pathinteg.imps$gene.mat), file="MetaboAnalyst_result_genes.csv"); + + # used by both integ + impMat <- rbind(cmpd.mat, gene.mat); + + # used by merge p values + impMatList <- list(cmpd=cmpd.mat,gene=gene.mat); + + if(.on.public.web){ + uniq.count <- current.kegglib$uniq.cmpd.count + current.kegglib$uniq.gene.count; + uniq.len <- current.kegglib$cmpd.counts + current.kegglib$gene.counts; + } + } + + ora.vec <- rownames(impMat); + impMat <- data.frame(Name=ora.vec, logFC=as.numeric(impMat[,1])); + rownames(impMat) <- ora.vec; + + if(!.on.public.web){ + + if(libOpt == "integ"){ + toSend = list(oraVec = ora.vec, libVersion = libVersion, libOpt = libOpt, integOpt = integOpt, topoMethod = topo, enrichAnal = enrich, + org = mSetObj$org, integCmpds = rownames(impMatList$cmpd), integGenes = rownames(impMatList$gene)) + }else{ + toSend = list(oraVec = ora.vec, libVersion = libVersion, libOpt = libOpt, integOpt = integOpt, topoMethod = topo, enrichAnal = enrich, + org = mSetObj$org) + } + + #json to be sent to server + #oraData <- RJSONIO::toJSON(toSend, .na='null') + #write(oraData, file="ora_test.JSON") + # code to send to server + # change path when on server, use local for now + + load_httr() + base <- api.base + endpoint <- "/jointpath" + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + + if(is.null(query_results_json$enrichRes)){ + AddErrMsg("Error! Joint Pathway Analysis via api.metaboanalyst.ca unsuccessful!") + return(0) + } + + # parse json response from server to results + qeaDataRes <- do.call(rbind.data.frame, query_results_json$enrichRes) + colnames(qeaDataRes) <- query_results_json$enrichResColNms + rownames(qeaDataRes) <- query_results_json$enrichResRowNms + fast.write.csv(qeaDataRes, file="MetaboAnalyst_result_pathway.csv", row.names=TRUE); + + rownames(qeaDataRes) <- query_results_json$enrichPathIds + + jointpa_matches <- as.matrix(query_results_json$jointPAMatches) + colnames(jointpa_matches) <- "Hits" + rownames(jointpa_matches) <- query_results_json$enrichResRowNms + + mSetObj$api$guestName <- query_results_json$guestName; + mSetObj$dataSet$path.mat <- qeaDataRes; + mSetObj$dataSet$pathinteg.impMat <- impMat; + mSetObj$analSet$jointPAMatches <- jointpa_matches; + + return(.set.mSet(mSetObj)); + } + + my.res <- .performPathEnrich(ora.vec, uniq.count, uniq.len, enrich, topo); + + # combine pvals require performing analysis on compounds and genes seperately. Note, we need to use the topo from merge queries + if(libOpt == "integ" && integOpt != "query"){ + # perform metabolite enrichment + res.cmpd <- .performPathEnrich(rownames(impMatList$cmpd), current.kegglib$uniq.cmpd.count, current.kegglib$cmpd.counts, enrich, topo); + if(is.null(res.cmpd)){ + AddErrMsg("Failed to perform integration - not hits found for compound input."); + return(0); + } + fast.write.csv(res.cmpd$res.table, file="MetaboAnalyst_result_pathway_cmpd.csv", row.names=TRUE); + + # perform gene enrichment + res.gene <- .performPathEnrich(rownames(impMatList$gene), current.kegglib$uniq.gene.count, current.kegglib$gene.counts, enrich, topo); + if(is.null(res.gene)){ + AddErrMsg("Failed to perform integration - not hits found for gene input."); + return(0); + } + fast.write.csv(res.gene$res.table, file="MetaboAnalyst_result_pathway_gene.csv", row.names=TRUE); + + # now merge p val + resI <- .performIntegPathMergeP(res.cmpd$res.table, res.gene$res.table, my.res$res.table, integOpt); + my.res$res.table <- resI; + } + + resTable <- my.res$res.table; + hits.path <- my.res$hits.path; + + # do some sorting + ord.inx<-order(resTable[,"Raw p"], resTable[,"Impact"]); + resTable <- resTable[ord.inx, , drop=FALSE]; + + # now save to csv + fast.write.csv(resTable, file="MetaboAnalyst_result_pathway.csv", row.names=TRUE); + + # for internal use, switch to pathway IDs (name containing special characters) + rownames(resTable) <- current.kegglib$path.ids[rownames(resTable)]; + + # store results from individual analysis + mSetObj$dataSet$path.mat <- resTable; + mSetObj$dataSet$path.hits <- hits.path; + mSetObj$dataSet$pathinteg.impMat <- impMat; + + return(.set.mSet(mSetObj)); +} + +# merge p values for two matrices from regular enrichment analysis +# resM, resG, and resI are results from enrichment analysis from metabolites, genes and mergeQuery +.performIntegPathMergeP <- function(resM, resG, resI, opt){ + + # get the ones with hits from both omics + hitsM <- rownames(resM) %in% rownames(resG); + inx <- which(hitsM); + + if(length(inx) > 0){ + cm.nms <- rownames(resM)[inx]; + + # for overall weight + total.count <- current.kegglib$uniq.cmpd.count + current.kegglib$uniq.gene.count; + ow.m <- current.kegglib$uniq.cmpd.count/total.count; + ow.g <- current.kegglib$uniq.gene.count/total.count; + + # for pathway weights + path.uniq.lens <- current.kegglib$cmpd.counts + current.kegglib$gene.counts; + pw.m <- current.kegglib$cmpd.counts/path.uniq.lens; + pw.g <- current.kegglib$gene.counts/path.uniq.lens; + names(pw.m) <- names(pw.g) <- names(current.kegglib$path.ids); + + for(nm in cm.nms){ + p.vec <- c(resM[nm, "Raw p"], resG[nm, "Raw p"]); + if(opt == "pvalu"){ # unweighted + w.vec <- c(0.5,0.5); + }else if(opt == "pvalo"){ # overall + w.vec <- c(ow.m,ow.g); + }else{ # pathway level + w.vec <- c(pw.m[nm],pw.g[nm]); + } + resI[nm, "Raw p"] = .performWeightedZtest(p.vec, w.vec)$p; + } + } + # now replace resI two columns ("Expected" and "Hits") to individual hits + colnames(resI)<-c("Total", "Hits.cmpd", "Hits.gene", "Raw p", "-log10(p)", "Holm adjust", "FDR", "Impact"); + resI[, "Hits.cmpd"] <- resI[,"Hits.gene"] <- rep(0, nrow(resI)); + cmpd.nms <- rownames(resM); + resI[cmpd.nms, "Hits.cmpd"] <- resM[,"Hits"]; + gene.nms <- rownames(resG); + resI[gene.nms, "Hits.gene"] <- resG[,"Hits"]; + + # update raw p for those with hits from one type + inxM.uniq <- which(!hitsM); + cm.uniq <- rownames(resM)[inxM.uniq]; + resI[cm.uniq, "Raw p"] <- resM[cm.uniq,"Raw p"]; + + hitsG <- rownames(resG) %in% rownames(resM); + inxG.uniq <- which(!hitsG); + gn.uniq <- rownames(resG)[inxG.uniq]; + resI[gn.uniq, "Raw p"] <- resG[gn.uniq,"Raw p"]; + + # now update the res.integ with merge p + resI[,5] <- -log10(resI[,"Raw p"]); + resI[,6] <- p.adjust(resI[,"Raw p"], "holm"); + resI[,7] <- p.adjust(resI[,"Raw p"], "fdr"); + resI <- signif(resI, 5); + return(resI); +} + +# internal function called by PerformIntegPathwayAnalysis +.performPathEnrich <- function(ora.vec, uniq.count, uniq.len, enrich, topo){ + + # set up the mset + ms.list <- lapply(current.kegglib$mset.list, function(x){strsplit(x, " ", fixed=TRUE)}); + current.universe <- unique(unlist(ms.list)); + set.size <- length(current.kegglib$mset.list); + + # need to cut to the universe covered by the pathways, not all genes + ora.vec <- ora.vec[ora.vec %in% current.universe] + q.size <- length(ora.vec); + + # note, we need to do twice one for nodes (for plotting) + # one for query for calculating, as one node can be associated with multiple matches + # get the matched nodes on each pathway + hits.path <- lapply(ms.list, function(x) {unlist(lapply(x, function(var){any(var%in%ora.vec);}),use.names=FALSE)}); + names(hits.path) <- current.kegglib$path.ids; + + # get the matched query for each pathway + hits.query <- lapply(ms.list, function(x) {ora.vec%in%unlist(x);}); + hit.num <- unlist(lapply(hits.query, function(x){sum(x)}), use.names=FALSE); + + if(sum(hit.num) == 0){ + AddErrMsg("No hits found for your input!"); + return(NULL); + } + + # prepare for the result table + res.mat<-matrix(0, nrow=set.size, ncol=8); + rownames(res.mat)<-names(current.kegglib$path.ids); + colnames(res.mat)<-c("Total", "Expected", "Hits", "Raw p", "-log10(p)", "Holm adjust", "FDR", "Impact"); + + set.num <- uniq.len; + res.mat[,1]<-set.num; + res.mat[,2]<-q.size*(set.num/uniq.count); + res.mat[,3]<-hit.num; + + # use lower.tail = F for P(X>x) + if(enrich=="hyper"){ + res.mat[,4] <- phyper(hit.num-1, set.num, uniq.count-set.num, q.size, lower.tail=F); + }else if(enrich == "fisher"){ + res.mat[,4] <- GetFisherPvalue(hit.num, q.size, set.num, uniq.count); + }else{ + print("Not defined enrichment method!"); + print(enrich); + } + + res.mat[,5] <- -log10(res.mat[,4]); + res.mat[,6] <- p.adjust(res.mat[,4], "holm"); + res.mat[,7] <- p.adjust(res.mat[,4], "fdr"); + + # toplogy test + if(topo == "bc"){ + imp.list <- current.kegglib$bc; + }else if(topo == "dc"){ + imp.list <- current.kegglib$dc; + }else if(topo == "cc"){ + imp.list <- current.kegglib$cc; + }else{ + print("Not a defined topological measure!"); + # print(topo); + } + qs::qsave(imp.list, file="pathinteg.impTopo.qs"); + + # now, perform topological analysis + # calculate the sum of importance + res.mat[,8] <- mapply(function(x, y){sum(x[y])}, imp.list, hits.path); + res.mat <- res.mat[hit.num>0, , drop=FALSE]; + res.mat <- res.mat[!is.na(res.mat[,8]), , drop=FALSE]; + resTable <- signif(res.mat,5); + return(list(hits.path=hits.path, res.table=resTable)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetIntegResultPathIDs<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(rownames(mSetObj$dataSet$path.mat)); +} + +GetIntegResultPathNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(names(current.kegglib$path.ids)[match(rownames(mSetObj$dataSet$path.mat),current.kegglib$path.ids)]); +} + +GetIntegResultColNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(colnames(mSetObj$dataSet$path.mat)); +} + +GetIntegResultMatrix<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(as.matrix(mSetObj$dataSet$path.mat)); +} + +GetGeneHitsRowNumber<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(length(mSetObj$dataSet$gene.name.map$match.state)); +} + +GetGeneMappingResultTable<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + qvec <- mSetObj$dataSet$gene; + enIDs <- mSetObj$dataSet$gene.name.map$hit.values; + + # style for highlighted background for unmatched names + pre.style<-NULL; + post.style<-NULL; + + # style for no matches + if(mSetObj$dataSet$q.type.gene == "name"){ + no.prestyle<-"<strong style=\"background-color:yellow; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + }else{ + no.prestyle<-"<strong style=\"background-color:red; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + } + + # contruct the result table with cells wrapped in html tags + # the unmatched will be highlighted in different background + html.res<-matrix("", nrow=length(qvec), ncol=5); + csv.res<-matrix("", nrow=length(qvec), ncol=5); + colnames(csv.res)<-c("Query", "Entrez", "Symbol", "Name", "Comment"); + + sqlite.path <- paste0(url.pre, mSetObj$org, "_genes.sqlite"); + conv.db <- .get.sqlite.con(sqlite.path); + gene.db <- dbReadTable(conv.db, "entrez") + + org <- mSetObj$org + + if(org %in% c("bta", "dre", "gga", "hsa", "mmu", "osa", "rno")){ + hit.inx <- match(enIDs, gene.db[, "gene_id"]); + }else{ + hit.inx <- match(enIDs, gene.db[, "symbol"]); + } + + hit.values<-mSetObj$dataSet$gene.name.map$hit.values; + match.state<-mSetObj$dataSet$gene.name.map$match.state; + mSetObj$dataSet$gene.name.map$hit.inx <- hit.inx; + + for (i in 1:length(qvec)){ + if(match.state[i]==1){ + pre.style<-""; + post.style=""; + }else{ # no matches + pre.style<-no.prestyle; + post.style<-no.poststyle; + } + hit <-gene.db[hit.inx[i], ,drop=F]; + + html.res[i, ]<-c(paste(pre.style, qvec[i], post.style, sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$gene_id),"-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>",hit$gene_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$symbol), "-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>", hit$symbol,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$name),"-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>",hit$name,"</a>", sep="")), sep=""), + ifelse(match.state[i]!=1,"View","")); + csv.res[i, ]<-c(qvec[i], + ifelse(match.state[i]==0, "NA", hit$gene_id), + ifelse(match.state[i]==0, "NA", hit$symbol), + ifelse(match.state[i]==0, "NA", hit$name), + match.state[i]); + } + + # store the value for report + mSetObj$dataSet$gene.map.table <- csv.res; + + fast.write.csv(csv.res, file="gene_name_map.csv", row.names=F); + + if(.on.public.web){ + .set.mSet(mSetObj) + return(as.vector(html.res)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Transform two column text to data matrix +#'@description Transform two column input text to data matrix (single column data frame) +#'@param txtInput Input text +#'@param sep.type Indicate the seperator type for input text. Default set to "space" +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +getDataFromTextArea <- function(txtInput, sep.type="space"){ + + lines <- unlist(strsplit(txtInput, "\r|\n|\r\n")[1]); + if(substring(lines[1],1,1)=="#"){ + lines <- lines[-1]; + } + + # separated by tab + if(sep.type=="tab"){ + my.lists <- strsplit(lines, "\\t"); + }else{ # from any space + my.lists <- strsplit(lines, "\\s+"); + } + my.mat <- do.call(rbind, my.lists); + + if(dim(my.mat)[2] == 1){ # add 0 + my.mat <- cbind(my.mat, rep(0, nrow(my.mat))); + }else if(dim(my.mat)[2] > 2){ + my.mat <- my.mat[,1:2]; + msg <- "More than two columns found in the list. Only first two columns will be used." + AddErrMsg(msg); + } + rownames(my.mat) <- data.matrix(my.mat[,1]); + my.mat <- my.mat[,-1, drop=F]; + return(my.mat); +} + + +#'Plot integrated methods pathway analysis +#'@description Only update the background info for matched node +#'@usage PlotInmexPath(mSetObj=NA, path.id, width, height) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param path.id Input the ID of the pathway to plot. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param height Input the height of the image to create. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import igraph +#'@import qs +PlotInmexPath <- function(mSetObj=NA, pathName, width=NA, height=NA, format="png", dpi=NULL){ + + mSetObj <- .get.mSet(mSetObj); + path.id <- current.kegglib$path.ids[pathName]; + g <- current.kegglib$graph.list[[path.id]]; + if(is_igraph(g)){ + g <- upgrade_graph(g); # to fix warning, can be removed for new version + } + phits <- mSetObj$dataSet$path.hits[[path.id]]; + pathinteg.impTopo <- qs::qread("pathinteg.impTopo.qs"); + topo <- pathinteg.impTopo[[path.id]]; + + # obtain up/down/stat information + res <- mSetObj$dataSet$pathinteg.impMat; + + bg.cols <- rep("#E3E4FA", length(V(g))); + line.cols <- rep("dimgray", length(V(g))); + + # now, do color schema - up red, down green + nd.inx <- which(phits); + + # fill with 'NA' + stats <- vector(mode='list', length=length(V(g))); + + rnms <- rownames(res); + for(inx in nd.inx){ + nm <- unlist(strsplit(V(g)$names[inx], " ", fixed=TRUE)); + #hit.inx <- which(rnms %in% nm)[1]; + hit.inx <- which(rnms %in% nm); + if(length(hit.inx) > 0){ + hit.inx <- hit.inx[1]; + # use logFCs to decide up/down regulated + if(res$logFC[hit.inx] > 0){ + bg.cols[inx]<- "#F75D59"; + line.cols[inx] <- "#C11B17"; + }else if(res$logFC[hit.inx] == 0){ + bg.cols[inx]<- "#FFFF77"; + line.cols[inx] <- "#F7E259"; + }else{ + bg.cols[inx]<- "#6AFB92"; + line.cols[inx] <- "#347235"; + } + + # 1) update the node info (tooltip/popup) + V(g)$db.lnks[inx] <- paste("<a href='http://www.genome.jp/dbget-bin/www_bget?", rownames(res)[hit.inx], + "' target='_blank'>", res$Name[hit.inx], "</a>", sep="", collapse=" "); + # 2) save the stats for each node + stats[[inx]] <- signif(res[hit.inx, "logFC", drop=F],5); + } + } + V(g)$stats <- stats; + V(g)$topo <- topo; + + if(.on.public.web){ + return(PlotInmexGraph(mSetObj, pathName, g, width, height, bg.cols, line.cols, format, dpi)); + }else{ + mSetObj <- PlotInmexGraph(mSetObj, pathName, g, width, height, bg.cols, line.cols, format, dpi); + print("pathinteg graph has been created, please find it in mSet$imgSet$pathinteg.path") + return(.set.mSet(mSetObj)); + } +} + +#'Plot an igraph object and return the node information (position and labels) +#'@description Plot an igraph object and return the node information (position and labels) +#'Used in a higher function +#'@param mSetObj Input name of the created mSet Object +#'@param path.id Input the pathway id +#'@param g Input the graph +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param height Input the height of the graph to create +#'@param bg.color Set the background color, default is set to NULL +#'@param line.color Set the line color, default is set to NULL +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotInmexGraph <- function(mSetObj, pathName, g, width=NA, height=NA, bg.color=NULL, line.color=NULL, format="png", dpi=NULL){ + + if(is.null(line.color)){ + line.color <- "dimgray"; + } + + if(!is.null(dpi)){ + pathName <- gsub("\\s","_", pathName); + pathName <- gsub(",","", pathName); + + imgName = paste(pathName, "_dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + width <- 8; + } + w <- h <- width; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mai=rep(0,4)); + plotGraph(g, vertex.label=V(g)$plot_name, vertex.color=bg.color, vertex.frame.color=line.color); + dev.off(); + return(imgName); + }else{ + imgName <- paste(pathName, ".png", sep=""); + mSetObj$imgSet$pathinteg.path <- imgName + Cairo::Cairo(file=imgName, width=width, height=height, type="png", bg="white"); + par(mai=rep(0,4)); + plotGraph(g, vertex.label=V(g)$plot_name, vertex.color=bg.color, vertex.frame.color=line.color); + nodeInfo <- GetKEGGNodeInfo(pathName, g, width, height); + dev.off(); + + mSetObj$dataSet$current.kegg <- list(graph=g, bg.color=bg.color, line.color=line.color); + + # remember the current graph + if(.on.public.web){ + .set.mSet(mSetObj); + return(nodeInfo); + }else{ + return(.set.mSet(mSetObj)); + } + } +} + +#'Retrieves KEGG node information +#'@param path.id Input the path ID +#'@param g Input data +#'@param width Input the width +#'@param height Input the height +#'@param usr Input the user +#'@export +GetKEGGNodeInfo <- function(pathName, g, width, height, usr = par("usr")){ + + x.u2p = function(x) { rx=(x-usr[1])/diff(usr[1:2]); return(rx*width) } + y.u2p = function(y) { ry=(usr[4]-y)/diff(usr[3:4]); return(ry*height) } + + wds <- V(g)$graphics_width; + #wds[wds == 'unknow']<- 46; + wds[is.na(wds)]<- 46; + hts <- V(g)$graphics_height; + hts[is.na(hts)]<- 17; + + nw <- 1/200*as.numeric(wds); + nh <- 1/200*as.numeric(hts); + nxy <- igraph::layout.norm(getLayout(g), -1, 1, -1, 1); + + # note: nxy is the center of the node, need to deal differently for cirlce or rectangle + # for circle the width/height are radius, stay the same, only adjust the rectangle + rec.inx <- V(g)$graphics_type == "rectangle"; + + nw[rec.inx] <- nw[rec.inx]/4; + nh[rec.inx] <- nh[rec.inx]/2; + + xl = floor(100*x.u2p(nxy[,1] - nw)/width); + xr = ceiling(100*x.u2p(nxy[,1] + nw)/width); + yu = floor(100*y.u2p(nxy[,2] - nh)/height); + yl = ceiling(100*y.u2p(nxy[,2] + nh)/height); + + tags <- V(g)$graphics_name; + nm.lnks <- V(g)$db.lnks; + + # create the javascript code + path.id <- current.kegglib$path.ids[pathName]; + jscode <- paste("keggPathLnk=\'<a href=\"javascript:void(0);\" onclick=\"window.open(\\'http://www.genome.jp/kegg-bin/show_pathway?", path.id, "\\',\\'KEGG\\');\">", pathName, "</a>\'", sep=""); + jscode <- paste(jscode, paste("keggPathName=\"", pathName,"\"", sep=""), sep="\n"); + + #add code for mouseover locations, basically the annotation info. In this case, the name of the node + if(is.null(V(g)$stats)){ + for(i in 1:length(tags)) { + jscode <- paste(jscode, paste("rectArray.push({x1:", xl[i], ", y1:", yl[i], ", x2:", + xr[i], ", y2:", yu[i], + ", lb: \"", tags[i], + "\", lnk: \"", nm.lnks[i], + "\"})", sep=""), sep="\n"); + } + }else{ + stats <- V(g)$stats; + topos <- signif(V(g)$topo,5); + for(i in 1:length(tags)) { + jscode <- paste(jscode, paste("rectArray.push({x1:", xl[i], ", y1:", yl[i], ", x2:", + xr[i], ", y2:", yu[i], + ", lb: \"", tags[i], + "\", lnk: \"", nm.lnks[i], + "\", topo: ", topos[i], + ifelse(is.null(stats[[i]]), "", paste(", logFC:", stats[[i]][1], sep="")), + "})", sep=""), sep="\n"); + } + } + return(jscode); +} + +# Used in higher function +plotGraph <- function(graph,margin=0,vertex.label.cex=0.6,vertex.label.font=1,vertex.size=8, + vertex.size2=6,edge.arrow.size=0.2,edge.arrow.width=3,vertex.label=V(graph)$graphics_name, + vertex.shape=V(graph)$graphics_type,layout=getLayout(graph),vertex.label.color="black", + vertex.color=V(graph)$graphics_bgcolor,vertex.frame.color="dimgray",edge.color="dimgray", + edge.label=getEdgeLabel(graph),edge.label.cex=0.6,edge.label.color="dimgray",edge.lty=getEdgeLty(graph), + axes=FALSE,xlab="",ylab="",sub=NULL,main=NULL,...){ + if(class(graph)!="igraph") stop("the graph should be a igraph graph.") + if(vcount(graph)==0){ + print("the graph is an empty graph.") + }else{ + vertex.shape <- replace(vertex.shape,which(vertex.shape %in% c("roundrectangle","line")),"crectangle") + vertex.color <- replace(vertex.color,which(vertex.color %in% c("unknow","none")),"white") + if(length(vertex.shape)==0) vertex.shape<-NULL + if(length(vertex.color)==0) vertex.color<-NULL + if(length(vertex.label)==0) vertex.label<-NULL + if(length(layout)==0 | sum(is.na(layout))>0){ + print("Layout contain NAs"); + layout<-NULL; + } + if(length(edge.label)==0) edge.label<-NULL + if((axes==FALSE)&&xlab==""&&ylab==""&&is.null(sub)&&is.null(main)){ + old.mai <- par(mai=c(0.01,0.25,0.01,0.3)) + #old.mai<-par(mai=0.01+c(0,0,0,0)) + on.exit(par(mai=old.mai), add=TRUE) + } + plot(graph,margin=margin,vertex.label.cex=vertex.label.cex,vertex.label.font=vertex.label.font, + vertex.size=vertex.size,vertex.size2=vertex.size2, + edge.arrow.size=edge.arrow.size,edge.arrow.width=edge.arrow.width,vertex.label=vertex.label, + vertex.shape=vertex.shape,layout=layout,vertex.label.color=vertex.label.color, + vertex.color=vertex.color,vertex.frame.color=vertex.frame.color,edge.color=edge.color, + edge.label=edge.label,edge.label.cex=edge.label.cex,edge.label.color=edge.label.color, + edge.lty=edge.lty,axes=axes,xlab=xlab,ylab=ylab,sub=sub,main=main,...) + } +} + +getLayout<-function(graph){ + if(length(V(graph)$graphics_x)==0||length(V(graph)$graphics_y)==0) return (NULL) + x_y<-c() + + graphics_x <- igraph::get.vertex.attribute(graph,"graphics_x") + index <- which(is.na(graphics_x)) + if(length(index)>1){ + #temp<-as.numeric(graphics_x[which(graphics_x!="unknow")]) # this is old version + temp<-as.numeric(graphics_x[which(!is.na(graphics_x))]) + if(length(temp)<2){temp<-as.numeric(c(100,600))} + replace_value<-seq(min(temp),max(temp),by = (max(temp)-min(temp))/(length(index)-1)) + graphics_x<-replace(graphics_x,which(is.na(graphics_x)),replace_value) + }else if(length(index)==1){ + temp<-as.numeric(graphics_x[which(!is.na(graphics_x))]) + graphics_x<-replace(graphics_x,which(is.na(graphics_x)),min(temp)) + } + graphics_x <- as.numeric(graphics_x); + + graphics_y <- igraph::get.vertex.attribute(graph,"graphics_y") + index <- which(is.na(graphics_y)) + if(length(index)>0){ + temp <- as.numeric(graphics_y[which(!is.na(graphics_y))]) + if(length(temp)<2){temp<-as.numeric(c(100,600))} + graphics_y <- replace(graphics_y,which(is.na(graphics_y)),max(temp)+100) + } + graphics_y <- as.numeric(graphics_y) + + x_y <- as.matrix(data.frame(graphics_x=graphics_x, graphics_y=graphics_y)) + x_y[,2] <- -x_y[,2] + dimnames(x_y) <- NULL + return(x_y) +} + +getEdgeLabel<-function(graph){ + edge.name <- igraph::E(graph)$subtype_name + edge.value <- igraph::E(graph)$subtype_value + #edge.label<-E(graph)$subtype_value + edge.label <- rep("",len=length(edge.name)) + for(i in seq(edge.name)){ + edge_i<-unlist(strsplit(edge.name[i], ";", fixed=TRUE)) + if("phosphorylation" %in% edge_i){ + edge.label[i]<-paste("+p",edge.label[i],sep=" ") + } + if("dephosphorylation" %in% edge_i){ + edge.label[i]<-paste("-p",edge.label[i],sep=" ") + } + if("glycosylation" %in% edge_i){ + edge.label[i]<-paste("+g",edge.label[i],sep=" ") + } + if("ubiquitination" %in% edge_i){ + edge.label[i]<-paste("+u",edge.label[i],sep=" ") + } + if("methylation" %in% edge_i){ + edge.label[i]<-paste("+m",edge.label[i],sep=" ") + } + if("missing interaction" %in% edge_i){ + edge.label[i]<-paste("/",edge.label[i],sep=" ") + } + if("dissociation" %in% edge_i){ + edge.label[i]<-paste("|",edge.label[i],sep=" ") + } + if("binding/association" %in% edge_i){ + edge.label[i]<-paste("---",edge.label[i],sep=" ") + } + if("repression" %in% edge_i){ + edge.label[i]<-paste("-e-|",edge.label[i],sep=" ") + } + if("expression" %in% edge_i){ + edge.label[i]<-paste("-e->",edge.label[i],sep=" ") + } + if("inhibition" %in% edge_i){ + edge.label[i]<-paste("--|",edge.label[i],sep=" ") + } + if("activation" %in% edge_i){ + edge.label[i]<-paste("-->",edge.label[i],sep=" ") + } + if("indirect effect" %in% edge_i){ + edge.label[i]<-paste("..>",edge.label[i],sep=" ") + } + if("state change" %in% edge_i){ + edge.label[i]<-paste("...",edge.label[i],sep=" ") + } + if("compound" %in% edge_i){ + compound<-V(graph)[V(graph)$id==edge.value[i]]$graphics_name + if(length(compound)==1){ + edge.label[i]<-paste(compound,edge.label[i],sep=" ") + } + } + } + return(edge.label) +} + +#04350 indirect effect,04620 +getEdgeLty<-function(graph){ + edge.name <- igraph::E(graph)$subtype_name + edge.lty=rep("solid",len=length(edge.name)) + for(i in seq(edge.name)){ + if(edge.name[i]=="indirect effect"){ + edge.lty[i]<-"longdash" + }else if(edge.name[i]=="state change"){ + edge.lty[i]<-"longdash" + } + } + #new! + if(length(edge.lty)==0){ + edge.lty="solid" + } + return(edge.lty) +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +# return gene and compounds highlighted in the pathway +GetIntegHTMLPathSet<-function(mSetObj=NA, pathName){ + + mSetObj <- .get.mSet(mSetObj); + path.id <- current.kegglib$path.ids[[pathName]]; + + phits <- mSetObj$dataSet$path.hits[[path.id]]; + nd.inx <- which(phits); + + # pathway nodes + all.ids <- current.kegglib$mset.list[[path.id]]; + g <- current.kegglib$graph.list[[path.id]]; + + if(is_igraph(g)){ + g <- upgrade_graph(g); + } + all.nms <- V(g)$graphics_name; + all.nms[nd.inx] <- paste("<font color=\"red\">", "<b>", all.nms[nd.inx], "</b>", "</font>",sep=""); + + return(cbind(pathName, paste(unique(all.nms), collapse="; "))); +} + +CreateIntegMatchingTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(!.on.public.web){ + + if(is.null(mSet$analSet$jointPAMatches)){ + AddErrMsg("Perform integrative pathway analysis first!") + return(0) + } + + res <- mSetObj$analSet$jointPAMatches + fast.write.csv(res, "jointpa_matched_features.csv", row.names = T) + return(.set.mSet(mSetObj)); + } + + results <- mSetObj$dataSet$path.mat + match_paths <- rownames(results) + + ms.list <- lapply(current.kegglib$mset.list, function(x){strsplit(x, " ", fixed=TRUE)}) + ms.list <- ms.list[match(match_paths, names(ms.list))] + ms.list.list <- lapply(ms.list, function(x) unique(unlist(x))) + + ora.vec <- rownames(mSetObj$dataSet$pathinteg.impMat) + overlap.results <- lapply(ms.list.list, function(overlap) paste0(intersect(overlap, ora.vec), collapse="; ") ) + + res <- data.frame(matrix(unlist(overlap.results), nrow=length(overlap.results), byrow=T), stringsAsFactors=FALSE) + rownames(res) <- names(current.kegglib$path.ids)[match(match_paths, current.kegglib$path.ids)] + colnames(res) <- "matched_features" + fast.write.csv(res, "jointpa_matched_features.csv", row.names = T) + + if(!.on.public.web){ + return(1) + }else{ + return(.set.mSet(mSetObj)); + } +} + +# perform p value combination, p.vec contain p values, w.vec contains weights +.performWeightedZtest <- function(p, weights=c(1,1)){ + zp <- (qnorm(p, lower.tail = FALSE) %*% weights)/sqrt(sum(weights^2)); + res <- list(z = zp, p = pnorm(zp, lower.tail = FALSE)); + res; +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_mset.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_mset.R new file mode 100755 index 0000000000000000000000000000000000000000..9324bef9fca5ad54512943e9d5dce2cae72c8799 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_mset.R @@ -0,0 +1,589 @@ +############################### +## Metabolite set library +############################### + +#'Set the cachexia set used +#'@description Set cachexia set used +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param used Set data to be used +#'@export +#' +SetCachexiaSetUsed <- function(mSetObj=NA, used){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$cachexia.set.used <- used; + return(.set.mSet(mSetObj)); +} + +#'Set current user selected metset library for search +#'@description if enrichment analysis, also prepare lib by +#'creating a list of metabolite sets +#'@usage SetCurrentMsetLib(mSetObj=NA, lib.type, excludeNum) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param lib.type Input user selected name of library, "self", "kegg_pathway", +#'"smpdb_pathway", "blood", "urine", "csf", "snp", "predicted", "location", and "drug". +#'@param excludeNum Users input the mimimum number compounds within selected metabolite sets (metabolitesets < excludeNum) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +SetCurrentMsetLib1 <- function(mSetObj=NA, libname, excludeNum=0){ + + mSetObj <- .get.mSet(mSetObj); + + if(libname=="self"){ + ms.list <- mSetObj$dataSet$user.mset; + ms.list <- lapply(ms.list, function(x) unlist(strsplit(x, "; ", fixed=TRUE))) + current.msetlib <- vector("list", 3) + names(current.msetlib) <- c("name", "member", "reference") + }else{ + + if(!.on.public.web & grepl("kegg", libname)){ # api only for KEGG msets + mSetObj$api$libname <- libname + mSetObj$api$excludeNum = excludeNum + mSetObj$analSet$msetlibname <- libname +# return(.set.mSet(mSetObj)); #Commented by ZZY on 3/12/2021. + } + +# if(!exists("current.msetlib") || mSetObj$analSet$msetlibname != libname) { +# The above line was changed to the following by zzy on 3/12/2021. + if (1) { + destfile <- paste(libname, ".qs", sep = ""); + if(.on.public.web){ + my.qs <- paste("../../libs/msets/", destfile, sep=""); + current.msetlib <- qs::qread(my.qs); + }else{ + my.qs <- paste("https://www.metaboanalyst.ca/resources/libs/msets/", destfile, sep=""); + if(!file.exists(destfile)){ + download.file(my.qs, destfile); + } + current.msetlib <- qs::qread(destfile); + } + mSetObj$analSet$msetlibname <- libname; + } + # create a named list, use the ids for list names + ms.list <- strsplit(current.msetlib[,3],"; ", fixed=TRUE); + names(ms.list) <- current.msetlib[,2]; + } + if(excludeNum > 0){ + cmpd.count <- lapply(ms.list, length); + sel.inx <- cmpd.count >= excludeNum; + ms.list <- ms.list[sel.inx]; + if(libname!="self"){ + current.msetlib <- current.msetlib[sel.inx,]; + } + } + + # total uniq cmpds in the mset lib + mSetObj$dataSet$uniq.count <- length(unique(unlist(ms.list, use.names = FALSE))); + + # update current.mset and push to global env + current.msetlib$member <- ms.list; + + if(libname=="self"){ + current.msetlib$name <- names(ms.list) + current.msetlib$reference <- rep("User-uploaded", length(ms.list)) + } + + current.msetlib <<- current.msetlib; + return(.set.mSet(mSetObj)); +} + + +#'Read user upload metabolite set library file +#'@description Return two col csv file, first name, second cmpd list +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param filePath Input the path to the user's uploaded metabolite set library +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.UserMsetLibData<-function(mSetObj=NA, filePath){ + + mSetObj <- .get.mSet(mSetObj); + + dat <- .readDataTable(filePath); + libCheck.msg <- NULL; + if(class(dat) == "try-error") { + libCheck.msg <-c(libCheck.msg, "Data format error - fail to read in the data!"); + AddErrMsg(libCheck.msg); + return(0); + } + + if(is.null(dim(dat)) || dim(dat)[2]!=2){ + libCheck.msg <-c(libCheck.msg, "Data format error - must have two columns!"); + AddErrMsg(libCheck.msg); + return(0); + } + + # create a named list, use the ids for list names + mset.list<-strsplit(dat[,2],"; ", fixed=TRUE); + mset.ids <- paste("USER", sprintf("%04d",1:nrow(dat)), sep=""); + names(mset.list)<-dat[,1]; + names(mset.ids)<-dat[,1]; + + cmpd.db <- .get.my.lib("compound_db.qs"); + + # now need to check all metabolites match HMDB names + # and get the statistics + unmatched.nms <- NULL; + unmatched.num <- 0; + hmdb.nms <- tolower(cmpd.db$name); + for(i in 1:length(mset.list)){ + mset <- mset.list[[i]]; + hit.inx <- match(tolower(mset), hmdb.nms); + unmatched.nms <- c(unmatched.nms, mset[is.na(hit.inx)]); + unmatched.num <- unmatched.num + sum(is.na(hit.inx)); + } + + # save the lib data + mSetObj$dataSet$user.mset <- mset.list; + mSetObj$dataSet$user.mset.ids <- mset.ids; + + if(unmatched.num > 0) { + mSetObj$dataSet$user.mset.info <- paste("A total of", unmatched.num, "compounds were not matched to HMDB common names.", + "They are:", paste(unmatched.nms, collapse="; "), ". Please correct these names. Otherwise,", + "they will be ignored during the enrichment analysis."); + }else{ + mSetObj$dataSet$user.mset.info <- paste("A total of", length(mset.list), "were sucessfully added to the library."); + } + + return(.set.mSet(mSetObj)); + +} + +#'Get the library check messages +#'@description Get the library check messages +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +#' +GetMsetLibCheckMsg<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return (mSetObj$dataSet$user.mset.info); +} + +#'Get the concentration reference +#'@description Get the concentration reference +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param cmpd.nm Input the compound name +#'@export +#' +Get.ConcRef<-function(mSetObj=NA, cmpd.nm){ + mSetObj <- .get.mSet(mSetObj); + + if(!exists('conc.db')){ + if(.on.public.web){ + conc.db <<- .readDataTable("../../libs/cmpd_conc.csv"); + }else{ + conc.db <<- .readDataTable("https://www.metaboanalyst.ca/resources/libs/cmpd_conc.csv"); + } + } + matches <- subset(conc.db, name == cmpd.nm & biotype==mSetObj$dataSet$biofluid, select=c(conc, pubmed, references, notes)); + if(nrow(matches)==0){ + return(NA); + } + return(list(concs = matches$conc, pmid = matches$pubmed, refs = matches$references, note = matches$notes)); +} + +#'Search metabolite set libraries +#'@description Search metabolite set libraries +#'@param mSetObj Input name of the created mSet Object +#'@param query Input the query to search +#'@param type Input the data type (name or compound) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SearchMsetLibraries<-function(mSetObj=NA, query, type){ + + mSetObj <- .get.mSet(mSetObj); + + if(!exists("lib.search", where = mSetObj$dataSet)){ + mSetObj$dataSet$lib.search <<- list(); + } + + query <- ClearStrings(query); + + if(nchar(query)==0){ + return(); + } + + if(type=="name"){ + SearchByName(query); + }else{ + SearchByCompound(query); + } +} + +#'Search for compound from all member compounds of metabolite set +#'@description Search for compound from all member compounds of metabolite set +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param query Input the query to search +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SearchByCompound <- function(mSetObj=NA, query){ + + mSetObj <- .get.mSet(mSetObj); + names.vec <- current.msetlib$member; + matched.inx <- NULL; + matched <- FALSE; + exact = FALSE; + + # matching from close match to more dist match (max.dist = 0.5) + # once a closer match found, stop trying more distant one + matched.dist <- NULL; + s <- seq(0, 0.2, .1) + for (i in s) { + matched.inx <- agrep(query,names.vec,ignore.case=T, max.distance=i); + if(length(matched.inx) > 0) { + matched.dist <- i; + matched <- TRUE; + break; + } + } + + if(matched){ + # now break down the set into each individual metabolites and find out which one gives the best hit + matched.list<- vector(mode = "list", length=length(matched.inx)); + for(i in 1:length(matched.inx)){ + matched.list[i]<-strsplit(current.msetlib[matched.inx[i], "member"],"; *"); + } + + # re-do the matching, and record the matched values & sort + matched.score <- NULL; + hit.value <- vector(mode = "character", length=length(matched.inx)); # save the exact hit + matched.value <- vector(mode = "character", length=length(matched.inx)); # save the whole metset + for (i in 1:length(matched.inx)) { + matched.nm <- matched.list[[i]]; + # test if it is exact match + if((matched.dist == 0.0) & (!is.na(hit.inx <- match(tolower(query), tolower(matched.nm))))){ + matched.score[i] <- -1.0; + exact <- TRUE; + }else{ # try approximate match, note: we only record the first match in each set + hit.inx <- agrep(query,matched.nm,ignore.case=T, max.distance=matched.dist)[1]; + # matched.dist 0.0, 0.1, 0.2, with the matches of the same distance, add fine adjustment + # based on the length b/w query and matched name + # use query length for normalization + matched.score[i] <- matched.dist + abs(nchar(matched.nm[hit.inx])-nchar(query))/(1000*nchar(query)); + } + + # wrap up hit metabolite sets in html tags + html.tag <- "<p>"; + for(m in 1:length(matched.list[[i]])){ + current.cmpd <- matched.list[[i]][m]; + if(m == hit.inx){ + current.cmpd <- paste("<font color=\"red\">", "<b>", current.cmpd, "</b>", "</font>",sep=""); + } + if(m == 1){ + html.tag <- paste(html.tag, current.cmpd, sep=""); + }else { + html.tag <- paste(html.tag, "; ", current.cmpd, sep=""); + } + } + hit.value[i] <-matched.list[[i]][hit.inx] ; + matched.value[i] <- paste(html.tag, "</p>"); + } + + matched.table <- cbind(current.msetlib$name[matched.inx], + matched.value, + current.msetlib$reference[matched.inx]); + if(exact){ + exact.inx <- matched.score == -1; + mSetObj$dataSet$lib.search$matched.table <- matched.table[exact.inx, ]; + mSetObj$dataSet$lib.search$best.hit <- "NA"; + }else{ + # rank results based on the matched scores + ord.inx <- order (matched.score, decreasing=F); + mSetObj$dataSet$lib.search$matched.table <- matched.table[ord.inx, ]; + mSetObj$dataSet$lib.search$best.hit <- hit.value[ord.inx][1]; + } + }else{ + mSetObj$dataSet$lib.search$best.hit <- "NA"; + } + if(.on.public.web){ + .set.mSet(mSetObj); + mSetObj$dataSet$lib.search + } + return(.set.mSet(mSetObj)); +} + +#'Given a metabolite set name, search its index +#'@description Given a metabolite set name, search its index +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param query Input the query to search +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SearchByName <- function(mSetObj=NA, query){ + + mSetObj <- .get.mSet(mSetObj); + + # no need for suggestions for metabolite set name search + mSetObj$dataSet$lib.search$best.hit <- "NA"; + names.vec <- current.msetlib$name; + matched <- FALSE; + + # matching from exact match (max.dist = 0) to more dist match (max.dist = 0.5) + # once a closer match found, stop trying more distant one + matched.inx <- match(tolower(query), tolower(names.vec)); + if(is.na(matched.inx)){ # try approximate match + s <- seq(0, 0.2, .1) + for (i in s) { + matched.inx <- agrep(query,names.vec,ignore.case=T, max.distance=i); + if(length(matched.inx) > 0) { + matched = TRUE; + break; + } + } + }else{ + matched = TRUE; + } + + if(matched){ + # wrap up in html tags + matched.names <- paste("<p><font color=\"red\"><b>", names.vec[matched.inx], "</b></font></p>",sep=""); + mSetObj$dataSet$lib.search$matched.table <- cbind(matched.names, current.msetlib$member[matched.inx], current.msetlib$reference[matched.inx]); + }else{ + mSetObj$dataSet$lib.search$matched.table <-"NA"; + } + if(.on.public.web){ + .set.mSet(mSetObj); + mSetObj$dataSet$lib.search$matched.table; + } + return(.set.mSet(mSetObj)); +} + +#'Set KEGG pathway library +#'@description note, this process can be long, need to return a value +#'to force Java to wait +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param kegg.rda Input the name of the KEGG library +#'@param lib.version Input the KEGG pathway version. "current" for the latest +#'KEGG pathway library or "v2018" for the KEGG pathway library version prior to November 2019. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SetKEGG.PathLib<-function(mSetObj=NA, libNm, lib.version){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$msgSet$lib.msg <- paste("Your selected pathway library code is \\textbf{", libNm, "}(KEGG organisms abbreviation)."); + + if(!.on.public.web){ + if(libNm %in% c("spym", "kva", "kpn", "cvr") & lib.version != "current"){ + AddErrMsg("Support for this organism is only available in the current version!"); + return(0); + } + mSetObj$api <- list() + mSetObj$api$libVersion <- lib.version + mSetObj$api$libNm <- libNm + }else{ + sub.dir <- "kegg/metpa"; + destfile <- paste0(libNm, ".qs"); + current.kegglib <<- .get.my.lib(destfile, sub.dir); + load_igraph(); + } + + mSetObj$pathwaylibtype <- "KEGG" + return(.set.mSet(mSetObj)); +} + +#'Set SMPDB pathway library +#'@description note, this process can be long, need to return a value +#'to force Java to wait +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param smpdb.rda Input the name of the SMPDB library (e.g. hsa or mmu) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SetSMPDB.PathLib<-function(mSetObj=NA, libNm){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$msgSet$lib.msg <- paste("Your selected pathway library code is \\textbf{", libNm, "}(KEGG organisms abbreviation)."); + + destfile <- paste0(libNm, ".qs"); + current.kegglib <<- .get.my.lib(destfile, "smpdb"); + load_igraph(); + + mSetObj$pathwaylibtype <- "SMPDB" + return(.set.mSet(mSetObj)); +} + +#'Read user uploaded metabolome as a list of KEGG pathway ids +#'@description Read user uploaded metabolome as a list of KEGG pathway ids +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param filePath Input the path to the user's list of KEGG pathway ids +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.KEGGReferenceMetabolome<-function(mSetObj=NA, filePath){ + + mSetObj <- .get.mSet(mSetObj); + + inFile <- file(filePath, "r"); + ref.vec<-try(scan(inFile, 'character', strip.white = T, sep="\n")); # must be single column + close(inFile); + libCheck.msg <- NULL; + + if(class(ref.vec) == "try-error") { + libCheck.msg <-c(libCheck.msg, "Data format error - fail to read in the data!"); + print(libCheck.msg); + AddErrMsg(libCheck.msg); + return(0); + } + + if(anal.type %in% c("msetora", "msetssp", "msetqea")){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + # now need to check all metabolites match HMDB names + # and get the statistics + hits <- tolower(ref.vec)%in%tolower(cmpd.db$kegg_id); + mSetObj$dataSet$metabo.filter.kegg <- ref.vec[hits]; + unmatched.num <- sum(!hits); + + if(unmatched.num > 0) { + unmatched.nms <- ref.vec[!hits]; + mSetObj$dataSet$metabo.ref.info <- paste("A total of", unmatched.num, "compounds were not matched to KEGG compound IDs.", + "They are:", paste(unmatched.nms, collapse="; "), ". Please correct these names. Otherwise,", + "they will be ignored during the enrichment analysis."); + }else{ + mSetObj$dataSet$metabo.ref.info <- paste("A total of", length(ref.vec), "were sucessfully added to the library."); + } + return(.set.mSet(mSetObj)); +} + +#'Read user uploaded metabolome as a list of HMDB compound names +#'@description Read user uploaded metabolome as a list of HMDB compound names +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param filePath Input the path to the user's list of HMDB compound names +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.HMDBReferenceMetabolome<-function(mSetObj=NA, filePath){ + + mSetObj <- .get.mSet(mSetObj); + + inFile <- file(filePath, "r"); + ref.vec<-try(scan(inFile, 'character', strip.white = T, sep="\n")); # must be single column + close(inFile); + libCheck.msg <- NULL; + if(class(ref.vec) == "try-error") { + libCheck.msg <-c(libCheck.msg, "Data format error - fail to read in the data!"); + AddErrMsg(libCheck.msg); + return(0); + } + + if(anal.type %in% c("msetora", "msetssp", "msetqea")){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + # now need to check all metabolites match HMDB names + # and get the statistics + hits <- tolower(ref.vec)%in%tolower(cmpd.db$name); + mSetObj$dataSet$metabo.filter.hmdb <- ref.vec[hits]; + unmatched.num <- sum(!hits); + + if(unmatched.num > 0) { + unmatched.nms <- ref.vec[!hits]; + mSetObj$dataSet$metabo.ref.info <- paste("A total of", unmatched.num, "compounds were not matched to HMDB compound names.", + "They are:", paste(unmatched.nms, collapse="; "), ". Please correct these names. Otherwise,", + "they will be ignored during the enrichment analysis."); + }else{ + mSetObj$dataSet$metabo.ref.info <- paste("A total of", length(ref.vec), "were successfully added to the library."); + } + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Return the selected metset library to java for display +#'@description Return the selected metset library to java for display +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetMsetNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(current.msetlib$name); +} + +GetMsetMembers<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(current.msetlib$member); +} + +GetMsetReferences<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(current.msetlib$reference); +} + +GetRefLibCheckMsg<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$metabo.ref.info); +} + +#'Set metabolome filter +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param TorF Input metabolome filter +#'@export +SetMetabolomeFilter1<-function(mSetObj=NA, TorF){ + + mSetObj <- .get.mSet(mSetObj); + + if(!.on.public.web){ + mSetObj$api$filter <- TorF + } + + mSetObj$dataSet$use.metabo.filter <- TorF; + return(.set.mSet(mSetObj)); +} + +getBestHit<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$lib.search$best.hit); +} + + +#'Return metset search results +#'@description since String[][] is not supported, have to return as 1D vector, +#'matrix can be directly convert to vector, note default will be column first +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetMsetLibSearchResult<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(as.vector(mSetObj$dataSet$lib.search$matched.table)); +} + +GetSMPDBimg<-function(mSetObj=NA, msetInx){ + mSetObj <- .get.mSet(mSetObj); + msetNm <- GetMetSetName(msetInx); + inx <- which(current.msetlib$name == msetNm); + return(current.msetlib$image[inx]); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_name_match.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_name_match.R new file mode 100755 index 0000000000000000000000000000000000000000..f89ad27c33419653563f58b45c2a6151c0a5a1ad --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_name_match.R @@ -0,0 +1,881 @@ +#'Various functions for mapping b/w names & database identifiers + +#'Given a list of compound names or ids, find matched name or ids from selected databases +#'@description Given a list of compound names or ids +#'find matched name or IDs from selected databases +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param q.type Input the query type, "name" for compound names, "hmdb" for HMDB IDs, "kegg" for KEGG IDs, "pubchem" +#'for PubChem CIDs, "chebi" for ChEBI IDs, "metlin" for METLIN IDs, and "hmdb_kegg" for a both KEGG and HMDB IDs. +#'@param hmdb Logical, T to cross reference to HMDB, F to not. +#'@param pubchem Logical, T to cross reference to PubChem, F to not. +#'@param chebi Logical, T to cross reference to CheBI, F to not. +#'@param kegg Logical, T to cross reference to KEGG, F to not. +#'@param metlin Logical, T to cross reference to MetLin, F to not. +#'@param lipid Logical, if features are lipids (T), a different database will be used for +#'compound matching. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CrossReferencing1 <- function(mSetObj=NA, q.type, hmdb=T, pubchem=T, + chebi=F, kegg=T, metlin=F, lipid=F){ + + mSetObj <- .get.mSet(mSetObj); + + # record the filter for 8 major databases + mSetObj$return.cols <- c(hmdb, pubchem, chebi, kegg, metlin); + mSetObj$lipid.feats <- lipid + + # record all the data + if(!exists("name.map", where = mSetObj)){ + mSetObj$name.map <- list(); + } + + # distribute job + mSetObj$dataSet$q.type <- q.type; + + if(.on.public.web){ + .set.mSet(mSetObj); + MetaboliteMappingExact(mSetObj, q.type, lipid); + mSetObj <- .get.mSet(mSetObj); + }else{ + mSetObj <- MetaboliteMappingExact(mSetObj, q.type, lipid); + } + + # do some sanity check + todo.inx <- which(is.na(mSetObj$name.map$hit.inx)); + if(length(mSetObj$name.map$hit.inx) == 0){ + mSetObj$msgSet$nmcheck.msg <- c(0, "No hits found for the given compound ID. Please make + sure that correct compound IDs or common compound names are used."); + }else if(length(todo.inx)/length(mSetObj$name.map$hit.inx) > 0.5){ + mSetObj$msgSet$nmcheck.msg <- c(0, "Over half of the compound IDs could not be matched to our database. Please make + sure that correct compound IDs or common compound names are used."); + }else if (length(todo.inx) > 15){ + mSetObj$msgSet$nmcheck.msg <- c(2, "There are >15 compounds without matches. You can either proceed or if necessary, update these compound IDs and upload again."); + }else{ + mSetObj$msgSet$nmcheck.msg <- c(1, "Name matching OK, please inspect (and manual correct) the results then proceed."); + } + + if(!.on.public.web){ + print(mSetObj$msgSet$nmcheck.msg) + + if(length(todo.inx) == length(mSetObj$name.map$hit.inx)){ + AddErrMsg("Name matching failed! Please make sure that correct standardized feature names are used!") + return(0) + } + } + + return(.set.mSet(mSetObj)); +} + +#'Mapping from different metabolite IDs +#'@description For compound names to other ids, can do exact or approximate matches +#'For other IDs, except HMDB ID, all others may return multiple/non-unique hits +#'Multiple hits or non-unique hits will allow users to manually select +#'@param mSetObj Input the name of the created mSetObj. +#'@param q.type Inpute the query-type, "name" for compound names, "hmdb" for HMDB IDs, "kegg" for KEGG IDs, "pubchem" +#'for PubChem CIDs, "chebi" for ChEBI IDs, "metlin" for METLIN IDs, and "hmdb_kegg" for a both KEGG and HMDB IDs. +#'@param lipid Boolean, if features are lipids, a different database will be used for +#'compound matching. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +MetaboliteMappingExact <- function(mSetObj=NA, q.type, lipid = F){ + + mSetObj <- .get.mSet(mSetObj); + + if(lipid & anal.type == "msetqea"){ + qvec <- unname(mSet$dataSet$orig.var.nms) + }else{ + qvec <- mSetObj$dataSet$cmpd; + } + + # variables to record results + hit.inx <- vector(mode='numeric', length=length(qvec)); # record hit index, initial 0 + names(hit.inx) <- qvec; + match.values <- vector(mode='character', length=length(qvec)); # the best matched values (hit names), initial "" + match.state <- vector(mode='numeric', length=length(qvec)); # match status - 0, no match; 1, exact match; initial 0 + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + if(q.type == "hmdb"){ + n <- 5 # Number of digits for V3 of HMDB + hmdb.digits <- as.vector(sapply(cmpd.db$hmdb, function(x) strsplit(x, "HMDB", fixed=TRUE)[[1]][2])) + hmdb.v3.ids <- paste0("HMDB", substr(hmdb.digits, nchar(hmdb.digits)-n+1, nchar(hmdb.digits))) + hit.inx.v3 <- match(tolower(qvec), tolower(hmdb.v3.ids)); + hit.inx <- match(tolower(qvec), tolower(cmpd.db$hmdb)); + hit.inx[is.na(hit.inx)] <- hit.inx.v3[is.na(hit.inx)] + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + }else if(q.type == "pubchem"){ + hit.inx <- match(tolower(qvec), tolower(cmpd.db$pubchem)); + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + }else if(q.type == "chebi"){ + hit.inx <- match(tolower(qvec), tolower(cmpd.db$chebi)); + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + }else if(q.type == "metlin"){ + hit.inx <- match(tolower(qvec), tolower(cmpd.db$metlin)); + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + }else if(q.type == "kegg"){ + hit.inx <- match(tolower(qvec), tolower(cmpd.db$kegg)); + #hit.inx2 <- match(tolower(qvec), rev(tolower(cmpd.db$kegg))); + + # unique hits + #nonuniq.hits <- hit.inx + hit.inx2 != nrow(cmpd.db) + 1; + #hit.inx[nonuniq.hits] <- NA; + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + + }else if(q.type == "name"){ + # first find exact match to the common compound names + hit.inx <- match(tolower(qvec), tolower(cmpd.db$name)); + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + + # then try to find exact match to synonyms for the remaining unmatched query names one by one + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + syn.db <- .get.my.lib("lipid_syn_nms.qs") + }else if(anal.type == "utils"){ + syn.db <- .get.my.lib("master_syn_nms.qs") + }else{ + syn.db <- .get.my.lib("syn_nms.qs") + } + + syns.list <- syn.db$syns.list; + todo.inx <- which(is.na(hit.inx)); + + if(length(todo.inx) > 0){ + for(i in 1:length(syns.list)){ + syns <- syns.list[[i]]; + hitInx <- match(tolower(qvec[todo.inx]), tolower(syns)); + + hitPos <- which(!is.na(hitInx)); + if(length(hitPos)>0){ + # record matched ones + orig.inx<-todo.inx[hitPos]; + hit.inx[orig.inx] <- i; + # match.values[orig.inx] <- syns[hitInx[hitPos]]; # show matched synnames + match.values[orig.inx] <- cmpd.db$name[i]; # show common name + match.state[orig.inx] <- 1; + + # update unmatched list + todo.inx<-todo.inx[is.na(hitInx)]; + } + if(length(todo.inx) == 0) break; + } + } + }else{ + print(paste("Unknown compound ID type:", q.type)); + # guess a mix of kegg and hmdb ids + hit.inx <- match(tolower(qvec), tolower(cmpd.db$hmdb)); + hit.inx2 <- match(tolower(qvec), tolower(cmpd.db$kegg)); + nohmdbInx <- is.na(hit.inx); + hit.inx[nohmdbInx]<-hit.inx2[nohmdbInx] + match.values <- cmpd.db$name[hit.inx]; + match.state[!is.na(hit.inx)] <- 1; + + } + # empty memory + gc(); + + mSetObj$name.map$query.vec <- qvec; + mSetObj$name.map$hit.inx <- hit.inx; + mSetObj$name.map$hit.values <- match.values; + mSetObj$name.map$match.state <- match.state; + + return(.set.mSet(mSetObj)); +} + +CleanLipidNames <- function(qvec){ + + qvec <- qvec + + # first remove A/B + qvec <- gsub("/A", "", qvec, fixed = TRUE) + qvec <- gsub("_A", "", qvec, fixed = TRUE) + qvec <- gsub("/B", "", qvec, fixed = TRUE) + qvec <- gsub("_B", "", qvec, fixed = TRUE) + + dash <- paste(c("-1", "-2", "_1", "_2", "_3", "_4", "_5"), collapse = "|") + qvec <- gsub(dash, "", qvec) + + # second remove any RT and adduct info + load_stringr() + + rt.pat <- paste0(c("@", "\\[M"), collapse = "|") + at.inx <- str_detect(qvec, rt.pat) + + if(sum(at.inx) > 0){ + qvec[at.inx] <- gsub("[;].*", "", qvec[at.inx], fixed = TRUE) + } + + # third remove everything inside + including square brackets + square.pattern <- paste0(c("\\[", "\\]"), collapse = "|") + square.inx <- str_detect(qvec, square.pattern) + + if(sum(square.inx)>0){ + qvec <- gsub("\\[.*?\\]", "", qvec, fixed = TRUE) + } + + # fix up non-standard acronyms + coq.inx <- str_detect(qvec, "Co\\(Q") + if(sum(coq.inx) > 0){ + qvec[coq.inx] <- trimws(gsub("[()]", " ", gsub("Co", "Coenzyme", qvec[coq.inx], fixed = TRUE))) + } + + acca.inx <- str_detect(qvec, "AcCa") + if(sum(acca.inx) > 0){ + qvec[acca.inx] <- trimws(gsub("[()]", " ", gsub("AcCa", "CAR", qvec[acca.inx], fixed = TRUE))) + } + + ac.inx <- str_detect(qvec, "AC\\(") + if(sum(ac.inx) > 0){ + qvec[ac.inx] <- trimws(gsub("[()]", " ", gsub("AC", "CAR", qvec[ac.inx], fixed = TRUE))) + } + + a.dash.inx <- str_detect(qvec, "\\(a-") + if(sum(a.dash.inx) > 0){ + qvec[a.dash.inx] <- trimws(gsub("[()]", " ", gsub("a-", "", qvec[a.dash.inx], fixed = TRUE))) + } + + pa.inx <- str_detect(qvec, fixed("Plasmanyl-", ignore_case=TRUE)) + if(sum(pa.inx) > 0){ + qvec[pa.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[pa.inx], fixed("Plasmanyl-", ignore_case=TRUE), ""))) + } + + pe.inx <- str_detect(qvec, fixed("Plasmenyl-", ignore_case=TRUE)) + if(sum(pe.inx) > 0){ + qvec[pe.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[pe.inx], fixed("Plasmenyl-", ignore_case=TRUE), ""))) + } + + foura.inx <- str_detect(qvec, fixed("aaaa-", ignore_case=TRUE)) + if(sum(foura.inx) > 0){ + qvec[foura.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[foura.inx], fixed("aaaa-", ignore_case=TRUE), ""))) + } + + twoa.inx <- str_detect(qvec, fixed("aaaa-", ignore_case=TRUE)) + if(sum(twoa.inx) > 0){ + qvec[twoa.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[twoa.inx], fixed("aa-", ignore_case=TRUE), ""))) + } + + phy.inx <- str_detect(qvec, fixed("Phytocer", ignore_case=TRUE)) + if(sum(phy.inx) > 0){ + qvec[phy.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[phy.inx], fixed("Phytocer", ignore_case=TRUE), "Cer"))) + } + + dec.inx <- str_detect(qvec, fixed("deoxy-Cer", ignore_case=TRUE)) + if(sum(dec.inx) > 0){ + qvec[dec.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[dec.inx], fixed("deoxy-Cer", ignore_case=TRUE), "1-DeoxyCer"))) + } + + hex.inx <- str_detect(qvec, fixed("Hex-Cer", ignore_case=TRUE)) + if(sum(hex.inx) > 0){ + qvec[hex.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[hex.inx], fixed("Hex-Cer", ignore_case=TRUE), "HexCer"))) + } + + cerp.inx <- str_detect(qvec, fixed("CerP", ignore_case=TRUE)) + if(sum(cerp.inx) > 0){ + qvec[cerp.inx] <- trimws(gsub(";O2", "", gsub("[()]", " ", str_replace(qvec[cerp.inx], " ", " d")))) + } + + lpc.inx <- str_detect(qvec, fixed("LPC", ignore_case=TRUE)) + if(sum(lpc.inx) > 0){ + qvec[lpc.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[lpc.inx], fixed("LPC", ignore_case=TRUE), "LysoPC"))) + } + + lpe.inx <- str_detect(qvec, fixed("LPE", ignore_case=TRUE)) + if(sum(lpe.inx) > 0){ + qvec[lpe.inx] <- trimws(gsub("[()]", " ", str_replace(qvec[lpe.inx], fixed("LPE", ignore_case=TRUE), "LysoPE"))) + } + + # last replace . _ ; to slash if no instances of slash in qvec + + slash.inx <- str_detect(qvec, "/") + + if(sum(slash.inx) == 0){ + + period.inx <- str_detect(qvec, "[.]") + under.inx <- str_detect(qvec, "[_]") + semi.inx <- str_detect(qvec, "[;]") + + if(sum(period.inx) > 0){ + qvec <- gsub(".", "/", qvec, fixed = TRUE) + } + + if(sum(under.inx) > 0){ + qvec <- gsub("_", "/", qvec, fixed = TRUE) + } + + if(sum(semi.inx) > 0){ + + qvec <- lapply(seq_along(qvec), function(i) { + + change <- semi.inx[i] + lipid <- qvec[i] + + if(change & nchar(lipid) > 25){ + lipid <- gsub(".*[;]", "", lipid, fixed = TRUE) + }else{ + lipid <- gsub(";", "/", lipid, fixed = TRUE) + } + lipid + } ) + + qvec <- unlist(qvec) + } + } + return(trimws(qvec)) +} + +#' Perform detailed name match +#'@description Given a query, perform compound matching. +#'@param mSetObj Input name of the created mSet Object. +#'@param q Input the query. +#'@export +#' +PerformDetailMatch <- function(mSetObj=NA, q){ + + mSetObj <- .get.mSet(mSetObj); + + lipid = mSetObj$lipid.feats + + if(mSetObj$dataSet$q.type == "name"){ + PerformApproxMatch(mSetObj, q, lipid); + }else{ + PerformMultiMatch(mSetObj, q, lipid); + } +} + +#' Perform multiple name matches +#'@description Given a query, performs compound name matching. +#'@param mSetObj Input name of the created mSet Object. +#'@param q Input the query. +#'@export +#' +PerformMultiMatch <- function(mSetObj=NA, q, lipid){ + + mSetObj <- .get.mSet(mSetObj); + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + matched.inx <- which(cmpd.db$kegg %in% q); + if(length(matched.inx) > 0) { + # record all the candidates, + candidates <- cbind(matched.inx, cmpd.db$name[matched.inx]); + mSetObj$dataSet$candidates <- candidates; + }else{ + mSetObj$dataSet$candidates <- NULL; + } + return(.set.mSet(mSetObj)); +} + +#'Perform approximate compound matches +#'@description Given a query, perform approximate compound matching +#'@param mSetObj Input the name of the created mSetObj. +#'@param q Input the q vector. +#'@export +#' +PerformApproxMatch <- function(mSetObj=NA, q, lipid){ + + mSetObj <- .get.mSet(mSetObj); + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + syn.db <- .get.my.lib("lipid_syn_nms.qs") + }else if(anal.type == "utils"){ + syn.db <- .get.my.lib("master_syn_nms.qs") + }else{ + syn.db <- .get.my.lib("syn_nms.qs") + } + + if(!lipid){ + # only for none lipids + nonLipidInx <- cmpd.db$lipid == 0; + com.nms <- cmpd.db$name[nonLipidInx]; + + syns.vec <- syn.db$syns.vec[nonLipidInx]; + syns.list <- syn.db$syns.list[nonLipidInx]; + + matched.dist <- NULL; + q.length <- nchar(q); + s <- c(0, 0.1, 0.2); + + # init withno hits, then see if any hits + mSetObj$dataSet$candidates <- NULL; + + for (j in s) { + new.q <- q; + if(q.length > 32){ # note: agrep fail for exact match when length over 32 characters + new.q<-substr(q, 1, 32); + } + matched <- FALSE; + matched.inx <- agrep(new.q, syns.vec, ignore.case=T, max.distance=j, useBytes=T); + + if(length(matched.inx) > 0) { + # record all the candidates, + # don't use cbind, since all will be converted to character mode + # for data.frame specify "stringsAsFactors" to prevent convert value col into factor + candidates <- data.frame(index=vector(mode = "numeric", length=length(matched.inx)), + value=vector(mode = "character", length=length(matched.inx)), + score=vector(mode = "numeric", length=length(matched.inx)), + stringsAsFactors = FALSE); + + for(n in 1:length(matched.inx)){ + nm.vec<-syns.list[[matched.inx[n]]]; + # try approximate match, note: in some cases, split into element will break match using whole string + hit3.inx <- agrep(q,nm.vec,ignore.case=T, max.distance=j, useBytes=T); + if(length(hit3.inx)>0){ + hit3.nm <- vector(mode = "character", length=length(hit3.inx)); + hit3.score <- vector(mode = "numeric", length=length(hit3.inx)); + for(k in 1:length(hit3.inx)){ + idx <- hit3.inx[k]; + hit3.nm[k] <- nm.vec[idx]; + hit3.score[k] <- j + abs(nchar(nm.vec[idx])-nchar(q))/(10*nchar(q)); + } + + # now get the best match, the rule is that the first two character should matches + # first check if first two character are digits or characters, otherwise will cause error + matches2 <- c(); + if(length(grep("^[1-9a-z]{2}", q, ignore.case=T))>0){ + matches2 <- grep(paste("^", substr(q, 1, 2), sep=""), hit3.nm); + }else if (length(grep("^[1-9a-z]", q, ignore.case=T))>0){ + matches2 <- grep(paste("^", substr(q, 1, 1), sep=""), hit3.nm); + } + + if(length(matches2)>0){ + hit3.score[matches2] <- hit3.score[matches2] - 0.05; + } + + best.inx<-which(hit3.score==min(hit3.score))[1]; + candidates[n,1]<-matched.inx[n]; + # candidates[n,2]<-hit3.nm[best.inx]; # show matched syn names + candidates[n,2]<-com.nms[matched.inx[n]] # show common names + candidates[n,3]<-hit3.score[best.inx]; + } + } + + rm.inx <- is.na(candidates[,2]) | candidates[,2]=="NA" | candidates[,2]==""; + mSetObj$dataSet$candidates<-candidates[!rm.inx, ]; + mSetObj$dataSet$candidates<-candidates[order(candidates[,3], decreasing=F), , drop=F]; + + if(nrow(candidates) > 10){ + mSetObj$dataSet$candidates<-candidates[1:10,]; + } + return(.set.mSet(mSetObj)); + } + } + }else{ + + mSetObj$dataSet$candidates <- NULL; + + new.q <- CleanLipidNames(q) + syns.vec <- syn.db$syns.vec; + com.nms <- cmpd.db$name + + matched.inx <- agrep(new.q, syns.vec, ignore.case=T, max.distance=0, useBytes=T); + + if(length(matched.inx) == 0){ + matched.inx <- agrep(new.q, syns.vec, ignore.case=T, max.distance=0.1, useBytes=T); + } + + if(length(matched.inx) > 0){ + + candidates <- data.frame(index=vector(mode = "numeric", length=length(matched.inx)), + value=vector(mode = "character", length=length(matched.inx)), + score=vector(mode = "numeric", length=length(matched.inx)), + stringsAsFactors = FALSE); + + for(n in seq_along(matched.inx)){ + candidates[n,1] <- matched.inx[n]; + candidates[n,2] <- com.nms[matched.inx[n]] # show common names + candidates[n,3] <- min(as.numeric(adist(new.q, unlist(strsplit(syns.vec[matched.inx[1]], "; ")) ))) + } + + + candidates <- candidates[order(candidates[,3]),] + + if(nrow(candidates) > 10){ + matched.inx <- candidates[1:10, ] + } + + mSetObj$dataSet$candidates <- candidates + } + } + return(.set.mSet(mSetObj)); +} + +#'Set matched name based on user selection from all potential hits +#'@description Note: to change object in the enclosing enviroment, use "<<-" +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param query_nm Input the query name. +#'@param can_nm Input the candidate name. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SetCandidate <- function(mSetObj=NA, query_nm, can_nm){ + + mSetObj <- .get.mSet(mSetObj); + + lipid = mSetObj$lipid.feats + + query_inx <- which(mSetObj$name.map$query.vec == query_nm); + + can_mat <- mSetObj$dataSet$candidates; + + if(!is.null(can_mat)){ + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + can_inx <- which(can_mat[,2] == can_nm); + + if(can_inx <= nrow(can_mat)){ + can_inx <- which(cmpd.db$name == can_nm); + hit <- cmpd.db[can_inx, ,drop=F]; + mSetObj$name.map$hit.inx[query_inx] <- can_inx; + mSetObj$name.map$hit.values[query_inx] <- hit[,2]; + mSetObj$name.map$match.state[query_inx] <- 1; + + # re-generate the CSV file + csv.res <- mSetObj$dataSet$map.table; + if(ncol(csv.res) > 7){ # general utilities + csv.res[query_inx, ]<-c(csv.res[query_inx, 1], + mSetObj$name.map$hit.values[query_inx], + hit$hmdb_id, + hit$pubchem_id, + hit$chebi_id, + hit$kegg_id, + hit$metlin_id, + hit$smiles, + 1); + }else{ # pathway analysis + csv.res[query_inx, ]<-c(csv.res[query_inx, 1], + mSetObj$name.map$hit.values[query_inx], + hit$hmdb_id, + hit$pubchem_id, + hit$kegg_id, + hit$smiles, + 1); + } + fast.write.csv(csv.res, file="name_map.csv", row.names=F); + mSetObj$dataSet$map.table <- csv.res; + }else{ #no match + mSetObj$name.map$hit.inx[query_inx] <- 0; + mSetObj$name.map$hit.values[query_inx] <- ""; + mSetObj$name.map$match.state[query_inx] <- 0; + print("No name matches found.") + } + } + + if(.on.public.web){ + .set.mSet(mSetObj); + return(query_inx); + }else{ + return(.set.mSet(mSetObj)); + } +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Get all candidate compound names for a given index +#'@description Returns 3 coloumns - inx, name, score +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +GetCandidateList <- function(mSetObj=NA, lipid){ + + mSetObj <- .get.mSet(mSetObj); + + lipid = mSetObj$lipid.feats + + can_hits <- mSetObj$dataSet$candidates; + + if(is.null(can_hits)){ + can.mat <- matrix("", nrow=1, ncol= 6); + }else{ + # construct the result table with cells wrapped in html tags + # the unmatched will be highlighted in different background + + can.mat <- matrix("", nrow=nrow(can_hits)+1, ncol= 6); + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + if(!lipid){ + # need to exclude lipids, to be consistent with approx matching part so that same index can be used to fetch db entries + nonLipidInx <- cmpd.db$lipid == 0; + cmpd.db <-cmpd.db[nonLipidInx,]; + } + + for (i in 1:nrow(mSetObj$dataSet$candidates)){ + hit.inx <- mSetObj$dataSet$candidates[i, 1]; + hit.name <- mSetObj$dataSet$candidates[i, 2]; + hit <- cmpd.db[hit.inx, ,drop=F]; + can.mat[i, ] <- c(hit.name, + paste(ifelse(hit$hmdb_id=="NA","", paste("<a href=http://www.hmdb.ca/metabolites/", hit$hmdb_id, " target='_blank'>",hit$hmdb_id,"</a>", sep="")), sep=""), + paste(ifelse(hit$pubchem_id=="NA", "", paste("<a href=http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=", hit$pubchem_id," target='_blank'>", hit$pubchem_id,"</a>", sep="")), sep=""), + paste(ifelse(hit$chebi_id=="NA","", paste("<a href=http://www.ebi.ac.uk/chebi/searchId.do?chebiId=", hit$chebi_id, " target='_blank'>",hit$chebi_id,"</a>", sep="")), sep=""), + paste(ifelse(hit$kegg_id=="NA","",paste("<a href=http://www.genome.jp/dbget-bin/www_bget?", hit$kegg_id, " target='_blank'>", hit$kegg_id,"</a>", sep="")), sep=""), + paste(ifelse(hit$metlin_id=="NA","",paste("<a href=http://metlin.scripps.edu/metabo_info.php?molid=", hit$metlin_id," target='_blank'>",hit$metlin_id,"</a>", sep="")), sep="")); + } + # add "none" option + can.mat[nrow(mSetObj$dataSet$candidates)+1,] <- c("None of the above", "", "", "", "", ""); + } + # add the hit columns + return.cols <- c(TRUE, mSetObj$return.cols); + + if(.on.public.web){ + return(as.vector(can.mat[,return.cols, drop=F])); + } + + mSetObj$name.map$hits.candidate.list <- can.mat[,mSetObj$return.cols, drop=F] + + return(.set.mSet(mSetObj)); +} + +GetCanListRowNumber <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(is.null(mSetObj$dataSet$candidates)){ + return(1); + }else{ + return(nrow(mSetObj$dataSet$candidates)+1); # include the "none" row + } +} + +GetQuery <- function(mSetObj=NA, inx){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$cmpd[inx]); +} + +#'Return the final (after user selection) map as dataframe +#'@description Returns three columns: original name, HMDB name and KEGG ID, +#'for enrichment and pathway analysis, respectively +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetFinalNameMap <- function(mSetObj=NA, lipid = FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + lipid = mSetObj$lipid.feats + + if (is.null(lipid)) { + lipid = FALSE + } + + hit.inx <- mSetObj$name.map$hit.inx; + hit.values <- mSetObj$name.map$hit.values; + match.state <- mSetObj$name.map$match.state; + + qvec <- mSetObj$dataSet$cmpd; + nm.mat <- matrix(nrow=length(qvec), ncol=4); + colnames(nm.mat) <- c("query", "hmdb", "kegg", "hmdbid"); + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + for (i in 1:length(qvec)){ + hit <-cmpd.db[hit.inx[i], ,drop=F]; + if(match.state[i]==0){ + hmdb.hit <- NA; + hmdb.hit.id <- NA; + kegg.hit <- NA; + }else{ + hmdb.hit <- ifelse(nchar(hit.values[i])==0, NA, hit.values[i]); + hmdb.hit.id <- ifelse(nchar(hit$hmdb_id)==0, NA, hit$hmdb_id); + kegg.hit <- ifelse(nchar(hit$kegg_id)==0, NA, hit$kegg_id); + } + nm.mat[i, ]<-c(qvec[i], hmdb.hit, kegg.hit, hmdb.hit.id); + } + return(as.data.frame(nm.mat)); +} + +#'Get mapping table +#'@description Return results from compound name mapping in a table +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export + +GetMapTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + print(xtable::xtable(mSetObj$dataSet$map.table, caption="Result from Compound Name Mapping"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); +} + +#'Creates the mapping result table +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +CreateMappingResultTable1 <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + lipid <- mSetObj$lipid.feats + + if(lipid & anal.type == "msetqea"){ + qvec <- unname(mSet$dataSet$orig.var.nms) + }else{ + qvec <- mSetObj$dataSet$cmpd; + } + + if(is.null(qvec)){ + return(); + } + # style for highlighted background for unmatched names + pre.style<-NULL; + post.style<-NULL; + + # style for no matches + if(mSetObj$dataSet$q.type == "name"){ + no.prestyle<-"<strong style=\"background-color:yellow; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + }else{ + no.prestyle<-"<strong style=\"background-color:red; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + } + + hit.inx<-mSetObj$name.map$hit.inx; + hit.values<-mSetObj$name.map$hit.values; + match.state<-mSetObj$name.map$match.state; + + # construct the result table with cells wrapped in html tags + # the unmatched will be highlighted in different background + html.res <- matrix("", nrow=length(qvec), ncol=8); + csv.res <- matrix("", nrow=length(qvec), ncol=9); + colnames(csv.res) <- c("Query", "Match", "HMDB", "PubChem", "ChEBI", "KEGG", "METLIN", "SMILES", "Comment"); + + if(anal.type %in% c("msetora", "msetssp", "msetqea") & lipid){ + cmpd.db <- .get.my.lib("lipid_compound_db.qs"); + }else if(anal.type == "utils"){ + cmpd.db <- .get.my.lib("master_compound_db.qs"); + }else{ + cmpd.db <- .get.my.lib("compound_db.qs"); + } + + for (i in 1:length(qvec)){ + if(match.state[i]==1){ + pre.style<-""; + post.style=""; + }else{ # no matches + pre.style<-no.prestyle; + post.style<-no.poststyle; + } + hit <-cmpd.db[hit.inx[i], ,drop=F]; + html.res[i, ]<-c(paste(pre.style, qvec[i], post.style, sep=""), + paste(ifelse(match.state[i]==0, "", hit.values[i]), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$hmdb_id) || hit$hmdb_id=="" || hit$hmdb_id=="NA","-", paste("<a href=http://www.hmdb.ca/metabolites/", hit$hmdb_id, " target='_blank'>",hit$hmdb_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$pubchem_id) || hit$pubchem_id=="" || hit$pubchem_id=="NA", "-", paste("<a href=http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=", hit$pubchem_id," target='_blank'>", hit$pubchem_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$chebi_id) || hit$chebi_id==""|| hit$chebi_id=="NA","-", paste("<a href=http://www.ebi.ac.uk/chebi/searchId.do?chebiId=", hit$chebi_id, " target='_blank'>",hit$chebi_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$kegg_id) || hit$kegg_id==""|| hit$kegg_id=="NA","-",paste("<a href=http://www.genome.jp/dbget-bin/www_bget?", hit$kegg_id, " target='_blank'>", hit$kegg_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$metlin_id) || hit$metlin_id==""|| hit$metlin_id=="NA","-",paste("<a href=http://metlin.scripps.edu/metabo_info.php?molid=", hit$metlin_id," target='_blank'>",hit$metlin_id,"</a>", sep="")), sep=""), + ifelse(match.state[i]!=1,"View","")); + csv.res[i, ]<-c(qvec[i], + ifelse(match.state[i]==0, "NA", hit.values[i]), + ifelse(match.state[i]==0, "NA", hit$hmdb_id), + ifelse(match.state[i]==0, "NA", hit$pubchem_id), + ifelse(match.state[i]==0, "NA", hit$chebi_id), + ifelse(match.state[i]==0, "NA", hit$kegg_id), + ifelse(match.state[i]==0, "NA", hit$metlin_id), + ifelse(match.state[i]==0, "NA", hit$smiles), + match.state[i]); + } + # return only columns user selected + + # add query and match columns at the the beginning, and 'Detail' at the end + return.cols <- c(TRUE, TRUE, mSetObj$return.cols, TRUE); + html.res <- html.res[,return.cols, drop=F]; + csv.res <- csv.res[,return.cols, drop=F]; + + # store the value for report + mSetObj$dataSet$map.table <- csv.res; + fast.write.csv(csv.res, file="name_map.csv", row.names=F); + + if(.on.public.web){ + .set.mSet(mSetObj); + return(as.vector(html.res)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +GetHitsRowNumber<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(length(mSetObj$name.map$hit.inx)); +} + +GetPathNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$path.res[,1]); +} + +GetMatchedCompounds<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$path.res[,2]); +} + +GetIsLipids <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + is.lipid <- mSetObj$lipid.feats + + if(is.lipid){ + is.lipid <- "lipid" + }else{ + is.lipid <- "met" + } + + return(is.lipid) +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_graphics.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_graphics.R new file mode 100755 index 0000000000000000000000000000000000000000..1a45b0a147408b5cbe38bd3979e09e256fd76f6b --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_graphics.R @@ -0,0 +1,570 @@ +#'Plot metabolome pathway +#'@description Plot KEGG pathway graph +#'@param mSetObj Input name of the created mSet Object +#'@param pathName Input the name of the selected pathway +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param height Input the height of the created plot. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotKEGGPath <- function(mSetObj=NA, pathName, width=NA, height=NA, format="png", dpi=NULL){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_kegggraph() + load_rgraphwiz() + + if(mSetObj$analSet$type == "pathinteg"){ + return(PlotInmexPath(mSetObj, pathName, width, height, format, dpi)); + }else{ + return(PlotMetpaPath(mSetObj, pathName, width, height, format, dpi)); + } + + # plotting via microservice + }else{ + + mSetObj$api$analType <- mSetObj$analSet$type + + if(is.null(dpi)){ + dpi <- 72 + } + + if(is.na(width)){ + width <- 8; + } + + if(is.na(height)){ + height <- 8; + } + + # first need to post to create image on server + if(mSetObj$api$analType == "pathinteg"){ + toSend <- list(guestName = mSetObj$api$guestName, analType = mSetObj$api$analType, pathName = pathName, + width = width, height = height, format = format, dpi = dpi, pathintegImpMatName = mSetObj$dataSet$pathinteg.impMat[,1], + pathintegImpMatFC = mSetObj$dataSet$pathinteg.impMat[,2]) + }else{ + toSend <- list(guestName = mSetObj$api$guestName, analType = mSetObj$api$analType, pathName = pathName, + width = width, height = height, format = format, dpi = dpi) + } + + load_httr() + base <- api.base + endpoint <- paste0("/createimage/", mSetObj$api$guestName) + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + mSetObj$api$imageName <- query_results_json$plotName + + if(is.null(mSetObj$api$imageName)){ + AddErrMsg("Error! Unable to connect to api.metaboanalyst.ca!") + return(0) + } + + # second need to get image from server + endpoint_image <- paste0("/getFile/", mSetObj$api$guestName, "/", mSetObj$api$imageName) + image_call <- paste(base, endpoint_image, sep="") + download.file(image_call, destfile = basename(mSetObj$api$imageName)) + print(paste0(mSetObj$api$imageName, " saved to current working directory!")) + + return(.set.mSet(mSetObj)); + } +} + +#'Plot KEGG pathway +#'@param mSetObj Input name of the created mSet Object +#'@param pathName Input the name of the selected KEGG pathway +#'@param format Select the image format, "png", or "pdf". +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotMetpaPath<-function(mSetObj=NA, pathName, width=NA, height=NA, format="png", dpi=NULL){ + + path.id <- current.kegglib$path.ids[pathName]; + g <- current.kegglib$graph.list[[path.id]]; + tooltip <- names(KEGGgraph::nodes(g)); + + nm.vec <- NULL; + + fillcolvec <- rep("lightblue", length(KEGGgraph::nodes(g))); + pvec <- histvec <- rep("NA", length(KEGGgraph::nodes(g))); + names(tooltip) <- names(fillcolvec) <- names(histvec) <- names(pvec) <- KEGGgraph::nodes(g); + + if(mSetObj$analSet$type == "pathora"){ + if(!is.null(mSetObj$analSet$ora.hits)){ + fillcolvec[mSetObj$analSet$ora.hits[[path.id]]] <- "red"; + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$analSet$ora.filtered.mset)){ + fillcolvec[!(names(fillcolvec) %in% mSetObj$analSet$ora.filtered.mset[[path.id]])]<- "lightgrey"; + } + } + }else{ + if(!is.null(mSetObj$analSet$qea.hits)){ + hit.cmpds <- mSetObj$analSet$qea.hits[[path.id]]; + # now plotting summary graphs for each compounds + for(i in 1:length(hit.cmpds)){ + cmpd <- hit.cmpds[i]; + histvec[cmpd] <- cmpd; + cmpd.name <- paste(cmpd, ".png", sep=""); + Cairo::Cairo(file=cmpd.name, width=180, height=180, bg = "transparent", type="png"); + # remember to change jscode for image size when the change the size above + par(mar=c(4,4,1,1)); + + y.label <- GetAbundanceLabel(mSetObj$dataSet$type); + if(is.factor(mSetObj$dataSet$cls)){ + cls.lbls <- mSetObj$dataSet$cls; + if(max(nchar(levels(mSetObj$dataSet$cls))) > 6){ + cls.lbls <- as.factor(abbreviate(as.character(cls.lbls), 6)); + } + boxplot(mSetObj$dataSet$norm.path[, cmpd]~cls.lbls, col= unique(GetColorSchema(cls.lbls)), ylab=y.label, las=2); + }else{ + Rgraphviz::plot(mSetObj$dataSet$norm.path[, cmpd], mSetObj$dataSet$cls, pch=19, col="forestgreen", xlab="Index", ylab=y.label); + abline(lm(mSetObj$dataSet$cls~mSetObj$dataSet$norm.path[, cmpd]), col="red") + } + dev.off(); + nm.vec <- c(nm.vec, cmpd.name); + } + + pvals <- mSetObj$analSet$qea.univp[hit.cmpds]; + pvec[hit.cmpds] <- pvals; + + bg.vec <- heat.colors(length(pvals)); + + # reorder the colors according to the ordered p values + ord.inx <- match(pvals, sort(pvals)); + fillcolvec[hit.cmpds] <- bg.vec[ord.inx]; + + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$analSet$qea.filtered.mset)){ + fillcolvec[!(names(fillcolvec) %in% mSetObj$analSet$qea.filtered.mset[[path.id]])]<- "lightgrey"; + } + } + } + + if(is.null(dpi)){ + if(is.null(mSetObj$analSet$node.imp) || mSetObj$analSet$node.imp == "rbc"){ + impvec <- current.kegglib$rbc[[path.id]]; + }else{ + impvec <- current.kegglib$dgr[[path.id]]; + } + + imgName <- paste(pathName, ".png", sep=""); + + ## Open plot device + Cairo::Cairo(file=imgName, width=width, height=height, type="png", bg="white"); + par(mai=rep(0,4)); + g.obj <- plot(g, nodeAttrs = setRendAttrs(g, fillcolor=fillcolvec)); + nodeInfo <- GetMetPANodeInfo(pathName, g.obj, tooltip, histvec, pvec, impvec, width, height); + dev.off(); + mSetObj$imgSet$current.metpa.graph <- g.obj; + mSetObj$analSet$nodeInfo <- nodeInfo; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(nodeInfo); + }else{ + return(.set.mSet(mSetObj)); + } + }else{ + pathName <- gsub("\\s","_", pathName); + pathName <- gsub(",","", pathName); + + imgName = paste(pathName, "_dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + width <- 8; + } + w <- h <- width; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mai=rep(0,4)); + g.obj <- plot(g, nodeAttrs = setRendAttrs(g, fillcolor=fillcolvec)); + dev.off(); + + return(imgName); + } +} + +# Used in higher function + +GetMetPANodeInfo<-function(pathName, object, tags, histvec, pvec, impvec, width, height, usr = par("usr")){ + + nn = sapply(Rgraphviz::AgNode(object), function(x) x@name); + + ## transform user to pixel coordinates + x.u2p = function(x) { rx=(x-usr[1])/diff(usr[1:2]); stopifnot(all(rx>=0&rx<=1)); return(rx*width) } + y.u2p = function(y) { ry=(usr[4]-y)/diff(usr[3:4]); stopifnot(all(ry>=0&ry<=1)); return(ry*height) } + + nxy = Rgraphviz::getNodeXY(object); + nh = Rgraphviz::getNodeHeight(object)/2; + xl = floor(x.u2p( nxy$x - Rgraphviz::getNodeLW(object) )); + xr = ceiling(x.u2p( nxy$x + Rgraphviz::getNodeRW(object))); + yu = floor(y.u2p( nxy$y - nh )); + yl = ceiling(y.u2p( nxy$y + nh )); + names(xl) = names(xr) = names(yu) = names(yl) = nn; + + # create the javascript code + jscode <- paste("keggPathLnk=\'<a href=\"javascript:void(0);\" onclick=\"window.open(\\'http://www.genome.jp/kegg-bin/show_pathway?", current.kegglib$path.ids[pathName], "\\',\\'KEGG\\');\">", pathName,"</a>\'", sep=""); + tag.ids <- names(tags); + kegg.ids <- names(tags); + hmdb.ids <- KEGGID2HMDBID(kegg.ids); + for(i in 1:length(tag.ids)) { + nd <- tag.ids[i]; + x1 <- floor(100*(xl[nd])/width); + x2 <- ceiling(100*(xr[nd])/width); + y1 <- floor(100*(yl[nd])/height); + y2 <- ceiling(100*(yu[nd])/height); + + #add code for mouseover locations, basically the annotation info + #in this case, the name of the node + jscode <- paste(jscode, paste("rectArray.push({x1:", x1, ", y1:", y1, ", x2:", x2, ", y2:", y2, + ", lb: \"", tags[i], "\", kegg: \"", kegg.ids[i], "\", hmdb: \"", hmdb.ids[i], + "\", icon: \"", histvec[i], "\", pvalue: \"", pvec[i], "\", impact: \"", impvec[i], "\"})", sep=""), sep="\n"); + } + return(jscode); +} + +# Generate suitable features for nodes and edges +# adapted from PathRender, used in higher functions. +# Jeff Xia \email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) + +setRendAttrs = function(g, AllBorder="transparent", + AllFixedsize=FALSE, AllFontsize=16, AllShape="rectangle", + fillcolor="lightgreen", ...) { + nn = KEGGgraph::nodes(g) + numn = length(nn) + color = rep(AllBorder, numn) + names(color)=nn + fixedsize = rep(AllFixedsize, numn) + names(fixedsize) = nn + if (length(fillcolor)==1) { + fillcolvec = rep(fillcolor, numn) + names(fillcolvec) = nn + } else if (!identical(names(fillcolor), as.vector(KEGGgraph::nodes(g)))){ + stop("names on vector fillcolor must match nodes(g) exactly") + } else { + fillcolvec = fillcolor + } + shape = rep(AllShape, numn) + names(shape) = nn + fontsize = rep(AllFontsize, numn) + names(fontsize) = nn; + list(color=color, fixedsize=fixedsize, fillcolor=fillcolvec, shape=shape, + fontsize=fontsize ) +} + +#'Plot a scatterplot (circle) overview of the matched pathways +#'@description x axis is the pathway impact factor +#'y axis is the p value (from ORA or globaltest) +#'return the circle information +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'@param x Input the X +#'@param y Input the Y +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPathSummary<-function(mSetObj=NA, show.grid, imgName, format="png", dpi=72, width=NA, x, y){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$analSet$type == "pathora"){ + x <- mSetObj$analSet$ora.mat[,8]; + y <- mSetObj$analSet$ora.mat[,4]; + names(x) <- names(y) <- rownames(mSetObj$analSet$ora.mat); + + if(!.on.public.web){ + path.nms <- rownames(mSetObj$analSet$ora.mat); + } + + }else if(mSetObj$analSet$type == "pathqea"){ + x <- mSetObj$analSet$qea.mat[,7]; + y <- mSetObj$analSet$qea.mat[,3]; + names(x) <- names(y) <- rownames(mSetObj$analSet$qea.mat); + + if(!.on.public.web){ + path.nms <- rownames(mSetObj$analSet$qea.mat); + } + + }else if (mSetObj$analSet$type == "pathinteg"){ # this is integrative analysis + x <- mSetObj$dataSet$path.mat[,8]; + y <- mSetObj$dataSet$path.mat[,4]; + names(x) <- names(y) <- rownames(mSetObj$dataSet$path.mat); + + if(!.on.public.web){ + path.nms <- rownames(mSetObj$analSet$jointPAMatches); + } + + }else{ + print(paste("Unknown analysis type: ", mSetObj$analSet$type)); + return(0); + } + + # first sort values based on p + y = -log10(y); + inx <- order(y, decreasing= T); + x <- x[inx]; + y <- y[inx]; + + # set circle size according to impact + # take sqrt to increase spread out + sqx <- sqrt(x); + min.x<- min(sqx, na.rm = TRUE); + max.x <- max(sqx, na.rm = TRUE); + + if(min.x == max.x){ # only 1 value + max.x = 1.5*max.x; + min.x = 0.5*min.x; + } + + maxR <- (max.x - min.x)/40; + minR <- (max.x - min.x)/160; + radi.vec <- minR+(maxR-minR)*(sqx-min.x)/(max.x-min.x); + + # set background color according to y + bg.vec <- heat.colors(length(y)); + + if(.on.public.web){ + if(mSetObj$analSet$type == "pathinteg"){ + path.nms <- names(current.kegglib$path.ids)[match(names(x),current.kegglib$path.ids)]; + }else{ + path.nms <- names(current.kegglib$path.ids)[match(names(x),current.kegglib$path.ids)]; + } + } + + ## Open plot device + # if(format == "png"){ + # bg = "transparent"; + # }else{ + bg="white"; + # } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$path.overview<-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg=bg); + op <- par(mar=c(6,5,2,3)); + plot(x, y, type="n", axes=F, xlab="Pathway Impact", ylab="-log10(p)"); + axis(1); + axis(2); + if(show.grid){ + grid(col="blue"); + } + symbols(x, y, add = TRUE, inches = F, circles = radi.vec, bg = bg.vec, xpd=T); + + # convert to pixel positions, only for web interaction dpi=72 + if(dpi == 72){ + width.px <- height.px <- w*dpi; + mSetObj$imgSet$circleInfo <- CalculateCircleInfo(x, y, radi.vec, width.px, height.px, path.nms); + } + par(op); + dev.off(); + return(.set.mSet(mSetObj)); +} + +# Used in higher function +CalculateCircleInfo <- function(x, y, r, width, height, lbls){ + jscode <- paste("leftImgWidth = ", width, "\n", "leftImgHeight = ", height, sep=""); + dot.len <- length(r); + for(i in 1:dot.len){ + xy <- cbind(c(x[i],r[i],0),c(y[i],0,0)); + xy <- usr2dev(xy,dev.cur()); + xyrc <- cbind(ceiling(xy[,1]*width),ceiling((1-xy[,2])*height)); + radius <- abs(xyrc[2,1]-xyrc[3,1]); + + #add code for mouseover locations, basically the annotation info + #in this case, the name of the node + jscode <- paste(jscode, paste("circleArray.push({xc:", xyrc[1,1], ", yc:", xyrc[1,2], + ", r:", radius, ", lb: \"", lbls[i], "\"})", sep=""), sep="\n"); + } + return(jscode); +} + +# Generate json file of selected pathway to visualize using sigma.js +# Jeff Xia \email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) + +GeneratePathwayJSON<-function(pathway.nm){ + + mSetObj <- .get.mSet(mSetObj); + + smpdb.path <- paste("../../libs/smpdb/", mSetObj$org, ".qs", sep=""); + current.kegglib <- qs::qread(smpdb.path); + + jsons.path <- paste("../../libs/smpdb/jsons/", mSetObj$org, ".qs", sep=""); + smpdb.jsons <- qs::qread(jsons.path) # no need to be global! + + if(pathway.nm == "top"){ + if(mSetObj$analSet$type == "pathora"){ + pathway.id <- rownames(mSetObj$analSet$ora.mat)[1] + } else{ + pathway.id <- rownames(mSetObj$analSet$qea.mat)[1] + } + pathway.nm <- names(current.kegglib$path.ids)[which(current.kegglib$path.ids == pathway.id)] + } else { + pathway.id <- current.kegglib$path.ids[which(names(current.kegglib$path.ids) == pathway.nm)] + } + + # Get matched metabolites + if(mSetObj$analSet$type == "pathora"){ + metab.matches <- paste(mSetObj$analSet$ora.hits[[pathway.id]], collapse=","); + } else{ + metab.matches <- paste(mSetObj$analSet$qea.hits[[pathway.id]], collapse=","); + } + + title <- paste(pathway.id, ";", pathway.nm, sep=""); + + # store json file + smpdbpw.nm <- paste("smpdb_pathway_netview", smpdbpw.count, ".json", sep=""); + smpdbpw.count <<- smpdbpw.count + 1; + sink(smpdbpw.nm); + cat(jsonlite::toJSON(smpdb.jsons[[pathway.id]], pretty = TRUE)); + sink(); + + smpdbpw.nm <- paste0(smpdbpw.nm, ";", metab.matches, ";", title) + return(smpdbpw.nm) +} + + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Redraw current graph for zooming or clipping then return a value +#'@description Redraw current graph for zooming or clipping then return a value +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input the name of the plot +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param height Input the height of the created plot. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +RerenderMetPAGraph <- function(mSetObj=NA, imgName, width, height, zoom.factor=NA){ + mSetObj <- .get.mSet(mSetObj); + Cairo::Cairo(file=imgName, width=width, height=height,type="png", bg="white"); + if(mSetObj$analSet$type == "pathinteg"){ + font.cex <- 0.7*zoom.factor/100; + if(font.cex < 0.6){ + font.cex=0.6; + } + g <- mSetObj$dataSet$current.kegg$graph; + if(is_igraph(g)){ + g <- upgrade_graph(g); + } + plotGraph(g, + vertex.color=mSetObj$dataSet$current.kegg$bg.color, + vertex.frame.color=mSetObj$dataSet$current.kegg$line.color, + vertex.label=V(mSetObj$dataSet$current.kegg$graph)$plot_name, + vertex.label.cex=font.cex + ); + + }else{ + KEGGgraph::plot(mSetObj$imgSet$current.metpa.graph); + } + dev.off(); + return(1); +} + +#' Export information about selected circle +#'@param mSetObj Input name of the created mSet Object +#'@export +GetCircleInfo<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$imgSet$circleInfo); +} + +##########Utility Functions######## + +#'Perform utilities for MetPa +#'@description Convert user coords (as used in current plot) to pixels in a png +#'adapted from the imagemap package +#'@param xy Input coordinates +#'@param im Input coordinates +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +usr2png <- function(xy, im){ + xy <- usr2dev(xy,dev.cur()) + cbind( + ceiling(xy[,1]*im$Width), + ceiling((1-xy[,2])*im$Height) + ) +} + +usr2plt <- function(xy, dev=dev.cur()){ + olddev <- dev.cur() + dev.set(dev) + usr <- par("usr") + dev.set(olddev) + xytrans(xy,usr) +} + +plt2fig <- function(xy, dev=dev.cur()){ + olddev <- dev.cur() + dev.set(dev) + plt <- par("plt") + dev.set(olddev) + xytrans2(xy,plt) +} + +fig2dev <- function(xy, dev=dev.cur()){ + olddev <- dev.cur() + dev.set(dev) + fig <- par("fig") + dev.set(olddev) + xytrans2(xy,fig) +} + +usr2dev <- function(xy, dev=dev.cur()){ + fig2dev(plt2fig(usr2plt(xy,dev),dev),dev) +} + +xytrans2 <- function(xy, par){ + cbind(par[1]+((par[2]-par[1])*xy[,1]), + par[3]+((par[4]-par[3])*xy[,2])) +} + +xytrans <- function(xy, par){ + cbind((xy[,1]-par[1])/(par[2]-par[1]), + (xy[,2]-par[3])/(par[4]-par[3])) +} + +getndp <- function(x, tol=2*.Machine$double.eps){ + ndp <- 0 + while(!isTRUE(all.equal(x, round(x, ndp), tol=tol))) ndp <- ndp+1 + if(ndp > -log10(tol)) { + warning("Tolerance reached, ndp possibly underestimated.") + } + ndp +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_stats.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_stats.R new file mode 100755 index 0000000000000000000000000000000000000000..b0d60db018a009a722e17bb476a1c9dea25e73aa --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_path_stats.R @@ -0,0 +1,787 @@ +### Over-representation analysis using hypergeometric tests +### The probability is calculated from obtaining the equal or higher number +### of hits using 1-phyper. Since phyper is a cumulative probability, +### to get P(X>=hit.num) => P(X>(hit.num-1)) + +#'Calculate ORA score +#'@description Calculate the over representation analysis score +#'@usage CalculateOraScore(mSetObj=NA, nodeImp, method) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nodeImp Indicate the pathway topology analysis, "rbc" for relative-betweeness centrality, +#'and "dgr" for out-degree centrality. +#'@param method is "fisher" or "hyperg" +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CalculateOraScore <- function(mSetObj=NA, nodeImp, method){ + + mSetObj <- .get.mSet(mSetObj); + # make a clean dataSet$cmpd data based on name mapping + # only valid kegg id will be used + + nm.map <- GetFinalNameMap(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + valid.inx <- !(is.na(nm.map$kegg)| duplicated(nm.map$kegg)); + ora.vec <- nm.map$kegg[valid.inx]; + } else if(mSetObj$pathwaylibtype == "SMPDB"){ + valid.inx <- !(is.na(nm.map$hmdbid)| duplicated(nm.map$hmdbid)); + ora.vec <- nm.map$hmdbid[valid.inx]; + } + q.size<-length(ora.vec); + + if(is.na(ora.vec) || q.size==0) { + if(mSetObj$pathwaylibtype == "KEGG"){ + AddErrMsg("No valid KEGG compounds found!"); + } else if(mSetObj$pathwaylibtype == "SMPDB"){ + AddErrMsg("No valid SMPDB compounds found!"); + } + return(0); + } + + if(!.on.public.web & mSetObj$pathwaylibtype == "KEGG"){ + mSetObj$api$nodeImp <- nodeImp; + mSetObj$api$method <- method; + mSetObj$api$oraVec <- ora.vec; + + if(mSetObj$api$filter){ + mSetObj$api$filterData <- mSetObj$dataSet$metabo.filter.kegg + + toSend <- list(mSet = mSetObj, libVersion = mSetObj$api$libVersion, libNm = mSetObj$api$libNm, filter = mSetObj$api$filter, nodeImp = mSetObj$api$nodeImp, + method = mSetObj$api$method, oraVec = mSetObj$api$oraVec, filterData = mSetObj$api$filterData) + }else{ + toSend <- list(mSet = mSetObj, libVersion = mSetObj$api$libVersion, libNm = mSetObj$api$libNm, filter = mSetObj$api$filter, nodeImp = mSetObj$api$nodeImp, + method = mSetObj$api$method, oraVec = mSetObj$api$oraVec) + } +# browser() #Disabled by ZZY on 3/16/2021. + #json to be sent to server + #oraData <- RJSONIO::toJSON(toSend, .na='null') + #write(oraData, file="ora_test.JSON") + # code to send to server + # change path when on server, use local for now + + load_httr() + base <- api.base + endpoint <- "/pathwayora" + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + + # parse json response from server to results + oraDataRes <- do.call(rbind.data.frame, query_results_json$enrichRes) + colnames(oraDataRes) <- query_results_json$enrichResColNms + rownames(oraDataRes) <- query_results_json$enrichResRowNms + + fast.write.csv(oraDataRes, file="pathway_results.csv"); + mSetObj$analSet$ora.mat <- oraDataRes + mSetObj$api$guestName <- query_results_json$guestName + return(.set.mSet(mSetObj)); + } + + current.mset <- current.kegglib$mset.list; + uniq.count <- current.kegglib$uniq.count; + + # check if need to be filtered against reference metabolome + # TODO: address the following filtering for SMPDB if needed + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$dataSet$metabo.filter.kegg)){ + current.mset <- lapply(current.mset, function(x){x[x %in% mSetObj$dataSet$metabo.filter.kegg]}); + mSetObj$analSet$ora.filtered.mset <- current.mset; + uniq.count <- length(unique(unlist(current.mset, use.names=FALSE))); + } + + hits <- lapply(current.mset, function(x){x[x %in% ora.vec]}); + hit.num <-unlist(lapply(hits, function(x){length(x)}), use.names=FALSE); + set.size <-length(current.mset); + set.num <- unlist(lapply(current.mset, length), use.names=FALSE); + + # deal with no hits + if(length(hits)==0){ + msg.vec <<- c(msg.vec, "No hits in the selected pathway library!") + return(0) + } + + # prepare for the result table + res.mat<-matrix(0, nrow=set.size, ncol=8); + rownames(res.mat)<-names(current.mset); + colnames(res.mat)<-c("Total", "Expected", "Hits", "Raw p", "-log10(p)", "Holm adjust", "FDR", "Impact"); + + if(nodeImp == "rbc"){ + imp.list <- current.kegglib$rbc; + mSetObj$msgSet$topo.msg <- "Your selected node importance measure for topological analysis is \\textbf{relative betweenness centrality}."; + }else{ + imp.list <- current.kegglib$dgr; + mSetObj$msgSet$topo.msg <- "Your selected node importance measure for topological analysis is \\textbf{out degree centrality}."; + } + + res.mat[,1]<-set.num; + res.mat[,2]<-q.size*(set.num/uniq.count); + res.mat[,3]<-hit.num; + + if(method == "fisher"){ + res.mat[,4] <- GetFisherPvalue(hit.num, q.size, set.num, uniq.count); + mSetObj$msgSet$rich.msg <- "The selected over-representation analysis method is \\textbf{Fishers' exact test}."; + }else{ + # use lower.tail = F for P(X>x) + res.mat[,4] <- phyper(hit.num-1, set.num, uniq.count-set.num, q.size, lower.tail=F); + mSetObj$msgSet$rich.msg <- "The selected over-representation analysis method is \\textbf{Hypergeometric test}."; + } + + res.mat[,5] <- -log10(res.mat[,4]); + + # adjust for multiple testing problems + res.mat[,6] <- p.adjust(res.mat[,4], "holm"); + res.mat[,7] <- p.adjust(res.mat[,4], "fdr"); + # calculate the sum of importance + res.mat[,8] <- mapply(function(x, y){sum(x[y])}, imp.list, hits); + + res.mat <- res.mat[hit.num>0, , drop=FALSE]; + res.mat <- res.mat[!is.na(res.mat[,8]), , drop=FALSE]; + + if(nrow(res.mat) > 1){ + ord.inx <- order(res.mat[,4], res.mat[,8]); + res.mat <- res.mat[ord.inx,]; + } + + mSetObj$analSet$ora.mat <- signif(res.mat,5); + mSetObj$analSet$ora.hits <- hits; + mSetObj$analSet$node.imp <- nodeImp; + + save.mat <- mSetObj$analSet$ora.mat; + hit.inx <- match(rownames(save.mat), current.kegglib$path.ids); + rownames(save.mat) <- names(current.kegglib$path.ids)[hit.inx]; + fast.write.csv(save.mat, file="pathway_results.csv"); + + return(.set.mSet(mSetObj)); +} + +#'Export pathway names from ORA analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetORA.pathNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + hit.inx <- match(rownames(mSetObj$analSet$ora.mat), current.kegglib$path.ids); + return(names(current.kegglib$path.ids)[hit.inx]); +} + +#'Calculate quantitative enrichment score +#'@description Calculate quantitative enrichment score +#'@usage CalculateQeaScore(mSetObj=NA, nodeImp, method) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nodeImp Indicate the pathway topology analysis, "rbc" for relative-betweeness centrality, +#'and "dgr" for out-degree centrality. +#'@param method Indicate the pathway enrichment analysis, global test is "gt" and global ancova is "ga". +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +# contains three inner functions to be compatible with microservice +CalculateQeaScore <- function(mSetObj=NA, nodeImp, method){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj <- .prepare.qea.score(mSetObj, nodeImp, method); # on local, everything is done + + if(.on.public.web){ + .perform.computing(); + mSetObj <- .save.qea.score(mSetObj); + } + + return(.set.mSet(mSetObj)); +} + +.prepare.qea.score <- function(mSetObj=NA, nodeImp, method){ + + mSetObj <- .get.mSet(mSetObj); + + # first, need to make a clean dataSet$norm data based on name mapping + # only contain valid kegg id will be used + nm.map <- GetFinalNameMap(mSetObj); + + if(mSetObj$pathwaylibtype == "KEGG"){ + valid.inx <- !(is.na(nm.map$kegg)| duplicated(nm.map$kegg)); + } else if(mSetObj$pathwaylibtype == "SMPDB"){ + valid.inx <- !(is.na(nm.map$hmdbid)| duplicated(nm.map$hmdbid)); + } + + nm.map <- nm.map[valid.inx,]; + orig.nms <- nm.map$query; + + kegg.inx <- match(colnames(mSetObj$dataSet$norm),orig.nms); + hit.inx <- !is.na(kegg.inx); + path.data<-mSetObj$dataSet$norm[,hit.inx]; + + if(mSetObj$pathwaylibtype == "KEGG"){ + colnames(path.data) <- nm.map$kegg[kegg.inx[hit.inx]]; + } else if(mSetObj$pathwaylibtype == "SMPDB"){ + colnames(path.data) <- nm.map$hmdbid[kegg.inx[hit.inx]]; + } + + # calculate univariate p values when click indivisual compound node + # use lm model for t-tests (with var.equal=T), one-way anova, and linear regression (continuous); + univ.p <- apply(as.matrix(path.data), 2, function(x) { + tmp <- try(lm(as.numeric(mSetObj$dataSet$cls)~x)); + if(class(tmp) == "try-error") { + return(NA); + }else{ + tmp<-anova(tmp) + return(tmp[1,5]); + } + }); + + names(univ.p) <- colnames(path.data); + + if(!.on.public.web & mSetObj$pathwaylibtype == "KEGG"){ + mSetObj$api$nodeImp <- nodeImp; + mSetObj$api$method <- method; + mSetObj$api$pathDataColNms <- colnames(path.data) + path.data <- as.matrix(path.data) + dimnames(path.data) = NULL + mSetObj$api$pathData <- path.data; + mSetObj$api$univP <- as.numeric(univ.p); + mSetObj$api$cls <- mSetObj$dataSet$cls + + if(mSetObj$api$filter){ + mSetObj$api$filterData <- mSetObj$dataSet$metabo.filter.kegg + + toSend <- list(libVersion = mSetObj$api$libVersion, libNm = mSetObj$api$libNm, filter = mSetObj$api$filter, nodeImp = mSetObj$api$nodeImp, + method = mSetObj$api$method, pathData = mSetObj$api$pathData, pathDataColNms = mSetObj$api$pathDataColNms, + filterData = mSetObj$api$filterData, univP = mSetObj$api$univP, cls = mSetObj$api$cls) + }else{ + toSend <- list(libVersion = mSetObj$api$libVersion, libNm = mSetObj$api$libNm, filter = mSetObj$api$filter, nodeImp = mSetObj$api$nodeImp, + method = mSetObj$api$method, pathData = mSetObj$api$pathData, pathDataColNms = mSetObj$api$pathDataColNms, + univP = mSetObj$api$univP, cls = mSetObj$api$cls) + } + + #json to be sent to server + #oraData <- RJSONIO::toJSON(toSend, .na='null') + #write(oraData, file="ora_test.JSON") + # code to send to server + # change path when on server, use local for now + + load_httr() + base <- api.base + endpoint <- "/pathwayqea" + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + + if(is.null(query_results_json$enrichRes)){ + AddErrMsg("Error! Pathway QEA via api.metaboanalyst.ca unsuccessful!") + return(0) + } + + # parse json response from server to results + qeaDataRes <- do.call(rbind.data.frame, query_results_json$enrichRes) + colnames(qeaDataRes) <- query_results_json$enrichResColNms + rownames(qeaDataRes) <- query_results_json$enrichResRowNms + + fast.write.csv(qeaDataRes, file="pathway_results.csv", row.names=TRUE); + mSetObj$analSet$qea.mat <- qeaDataRes + mSetObj$api$guestName <- query_results_json$guestName + print("Pathway QEA via api.metaboanalyst.ca successful!") + return(.set.mSet(mSetObj)); + } + + # now, perform topology & enrichment analysis + current.mset <- current.kegglib$mset.list; + uniq.count <- current.kegglib$uniq.count; + + # check if a reference metabolome is applied + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$dataSet[["metabo.filter.kegg"]])){ + current.mset<-lapply(current.mset, function(x) {x[x %in% mSetObj$dataSet$metabo.filter.kegg]}); + mSetObj$analSet$qea.filtered.mset <- current.mset; + uniq.count <- length(unique(unlist(current.mset), use.names=FALSE)); + } + + hits <- lapply(current.mset, function(x) {x[x %in% colnames(path.data)]}); + hit.inx <- unlist(lapply(hits, function(x) {length(x)}), use.names=FALSE) > 0; + hits <- hits[hit.inx]; # remove no hits + + # deal with no hits + if(length(hits)==0){ + msg.vec <<- c(msg.vec, "No hits in the selected pathway library!") + return(0) + } + + # calculate the impact values + if(nodeImp == "rbc"){ + imp.list <- current.kegglib$rbc[hit.inx]; + mSetObj$msgSet$topo.msg <- "Your selected node importance measure for topological analysis is \\textbf{relative betweenness centrality}."; + }else{ + imp.list <- current.kegglib$dgr[hit.inx]; + mSetObj$msgSet$topo.msg <- "Your selected node importance measure for topological analysis is \\textbf{out degree centrality}."; + } + imp.vec <- mapply(function(x, y){sum(x[y])}, imp.list, hits); + set.num<-unlist(lapply(current.mset[hit.inx], length), use.names=FALSE); + + if(method == "gt"){ + mSetObj$msgSet$rich.msg <- "The selected pathway enrichment analysis method is \\textbf{Globaltest}."; + my.fun <- function(){ + gt.obj <- globaltest::gt(dat.in$cls, dat.in$data, subsets=dat.in$subsets); + gt.res <- globaltest::result(gt.obj); + return(gt.res[,c(5,1)]); + } + }else{ + mSetObj$msgSet$rich.msg <- "The selected pathway enrichment analysis method is \\textbf{GlobalAncova}."; + my.fun <- function(){ + path.data <- dat.in$data; + ga.out <- GlobalAncova::GlobalAncova(xx=t(path.data), group=dat.in$cls, test.genes=dat.in$subsets, method="approx"); + return(ga.out[,c(1,3)]); + } + } + + dat.in <- list(cls=mSetObj$dataSet$cls, data=path.data, subsets=hits, my.fun=my.fun); + qs::qsave(dat.in, file="dat.in.qs"); + + # store data before microservice + mSetObj$analSet$qea.univp <- signif(univ.p,7); + mSetObj$analSet$node.imp <- nodeImp; + mSetObj$dataSet$norm.path <- path.data; + mSetObj$analSet$qea.hits <- hits; + mSetObj$analSet$imp.vec <- imp.vec; + mSetObj$analSet$set.num <- set.num; + + return(.set.mSet(mSetObj)); +} + +.save.qea.score <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + qea.res <- dat.in$my.res; + set.num <- mSetObj$analSet$set.num; + imp.vec <- mSetObj$analSet$imp.vec; + + match.num <- qea.res[,1]; + raw.p <- qea.res[,2]; + + log.p <- -log10(raw.p); + # add adjust p values + holm.p <- p.adjust(raw.p, "holm"); + fdr.p <- p.adjust(raw.p, "fdr"); + + res.mat <- cbind(set.num, match.num, raw.p, log.p, holm.p, fdr.p, imp.vec); + rownames(res.mat)<-rownames(qea.res); + colnames(res.mat)<-c("Total Cmpd", "Hits", "Raw p", "-log10(p)", "Holm adjust", "FDR", "Impact"); + res.mat <- res.mat[!is.na(res.mat[,7]), , drop=FALSE]; + + ord.inx<-order(res.mat[,3], -res.mat[,7]); + res.mat<-signif(res.mat[ord.inx,],5); + mSetObj$analSet$qea.mat <- res.mat; + + hit.inx <- match(rownames(res.mat), current.kegglib$path.ids); + pathNames <- names(current.kegglib$path.ids)[hit.inx]; + rownames(res.mat) <- pathNames; # change from ids to names for users + fast.write.csv(res.mat, file="pathway_results.csv"); + + mSetObj$analSet$qea.pathNames <- pathNames; + return(.set.mSet(mSetObj)); +} + +#'Export pathway names from QEA analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetQEA.pathNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$qea.pathNames); +} + +#'Only works for human (hsa.rda) data +#'@description Only works for human (hsa.rda) data +#'2018 - works for ath, eco, mmu, sce +#'@param kegg.ids Input the list of KEGG ids to add SMPDB links +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SetupSMPDBLinks <- function(kegg.ids){ + smpdb.vec <- names(current.kegglib$path.smps)[match(kegg.ids,current.kegglib$path.smps)] + lk.len <- length(smpdb.vec); + all.lks <- vector(mode="character", length=lk.len); + for(i in 1:lk.len){ + lks <- strsplit(as.character(smpdb.vec[i]), "; ", fixed=TRUE)[[1]]; + if(!is.na(lks[1])){ + all.lks[i]<-paste("<a href=http://www.smpdb.ca/view/",lks," target=_new>SMP</a>", sep="", collapse="\n"); + } + } + return(all.lks); +} + +#'Only works for human (hsa.rda) data +#'@description Only works for human (hsa.rda) data +#'2018 - works for ath, eco, mmu, sce +#'@param kegg.ids Input the list of KEGG ids to add SMPDB links +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SetupKEGGLinks <- function(smpdb.ids){ + kegg.vec <- current.kegglib$path.keggs[match(smpdb.ids,names(current.kegglib$mset.list))] + lk.len <- length(kegg.vec); + all.lks <- vector(mode="character", length=lk.len); + for(i in 1:lk.len){ + lks <- strsplit(kegg.vec[i], "; ", fixed=TRUE)[[1]]; + if(!is.na(lks[1])){ + all.lks[i] <- paste("<a href=http://www.genome.jp/kegg-bin/show_pathway?",lks," target=_new>KEGG</a>", sep=""); + # all.lks[i]<-paste("<a href=http://pathman.smpdb.ca/pathways/",lks,"/pathway target=_new>SMP</a>", sep="", collapse="\n"); + } + } + return(all.lks); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Given a metset inx, return hmtl highlighted pathway cmpds +#'@description Given a metset inx, return hmtl highlighted pathway cmpds +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param msetNm Input the name of the metabolite set +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetHTMLPathSet <- function(mSetObj=NA, msetNm){ + mSetObj <- .get.mSet(mSetObj); + pathid <- current.kegglib$path.ids[msetNm]; + mset <- current.kegglib$mset.list[[pathid]]; + + hits <- NULL; + if(mSetObj$analSet$type=="pathora"){ + hits <- mSetObj$analSet$ora.hits; + }else{ + hits <- mSetObj$analSet$qea.hits; + } + + # highlighting with different colors + red.inx <- which(mset %in% hits[[pathid]]); + + # use actual cmpd names + nms <- names(mset); + nms[red.inx] <- paste("<font color=\"red\">", "<b>", nms[red.inx], "</b>", "</font>",sep=""); + return(cbind(msetNm, paste(unique(nms), collapse="; "))); +} + +GetORA.keggIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + kegg.vec <- rownames(mSetObj$analSet$ora.mat); + kegg.vec <- paste("<a href=http://www.genome.jp/kegg-bin/show_pathway?",kegg.vec," target=_new>KEGG</a>", sep=""); + } else{ # pathwaylibtype == "HMDB" + return(SetupKEGGLinks(rownames(mSetObj$analSet$ora.mat))); + } + return(kegg.vec); +} + +#'Only for human pathways (SMPDB) +#'@description Only for human pathways + ath, eco, mmu & sce +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetORA.smpdbIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + return(SetupSMPDBLinks(rownames(mSetObj$analSet$ora.mat))); + } else{ + hmdb.vec <- rownames(mSetObj$analSet$ora.mat); + all.lks <-paste("<a href=http://www.smpdb.ca/view/",hmdb.vec," target=_new>SMP</a>", sep=""); + return(all.lks) + } +} + +#'Only for human pathways (KEGG) +#'@description Only for human pathways + ath, eco, mmu & sce +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetQEA.keggIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + kegg.vec <- rownames(mSetObj$analSet$qea.mat); + kegg.vec <- paste("<a href=http://www.genome.jp/kegg-bin/show_pathway?",kegg.vec," target=_new>KEGG</a>", sep=""); + } else{ # pathwaylibtype == "HMDB" + return(SetupKEGGLinks(rownames(mSetObj$analSet$qea.mat))); + } + return(kegg.vec); +} + +GetQEA.smpdbIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + return(SetupSMPDBLinks(rownames(mSetObj$analSet$qea.mat))); + } else{ + hmdb.vec <- rownames(mSetObj$analSet$qea.mat); + all.lks <-paste("<a href=http://www.smpdb.ca/view/",hmdb.vec," target=_new>SMP</a>", sep=""); + return(all.lks) + } +} + + +ComputePathHeatmapTable <- function(mSetObj=NA, libOpt, fileNm){ + + mSetObj <- .get.mSet(mSetObj); + dataSet <- mSetObj$dataSet; + data <- t(dataSet$norm) + sig.ids <- rownames(data); + + res <- PerformFastUnivTests(mSetObj$dataSet$norm, mSetObj$dataSet$cls); + + stat.pvals <- unname(as.vector(res[,2])); + t.stat <- unname(as.vector(res[,1])); + org <- unname(strsplit(libOpt,"_")[[1]][1]) + mSetObj$org <- org + # scale each gene + dat <- t(scale(t(data))); + + rankPval = order(as.vector(stat.pvals)) + stat.pvals = stat.pvals[rankPval] + dat = dat[rankPval,] + + t.stat = t.stat[rankPval] + + # now pearson and euclidean will be the same after scaleing + dat.dist <- dist(dat); + + orig.smpl.nms <- colnames(dat); + orig.gene.nms <- rownames(dat); + + # do clustering and save cluster info + # convert order to rank (score that can used to sort) + if(nrow(dat)> 1){ + dat.dist <- dist(dat); + gene.ward.ord <- hclust(dat.dist, "ward.D")$order; + gene.ward.rk <- match(orig.gene.nms, orig.gene.nms[gene.ward.ord]); + gene.ave.ord <- hclust(dat.dist, "ave")$order; + gene.ave.rk <- match(orig.gene.nms, orig.gene.nms[gene.ave.ord]); + gene.single.ord <- hclust(dat.dist, "single")$order; + gene.single.rk <- match(orig.gene.nms, orig.gene.nms[gene.single.ord]); + gene.complete.ord <- hclust(dat.dist, "complete")$order; + gene.complete.rk <- match(orig.gene.nms, orig.gene.nms[gene.complete.ord]); + + dat.dist <- dist(t(dat)); + smpl.ward.ord <- hclust(dat.dist, "ward.D")$order; + smpl.ward.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ward.ord]) + smpl.ave.ord <- hclust(dat.dist, "ave")$order; + smpl.ave.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ave.ord]) + smpl.single.ord <- hclust(dat.dist, "single")$order; + smpl.single.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.single.ord]) + smpl.complete.ord <- hclust(dat.dist, "complete")$order; + smpl.complete.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.complete.ord]) + }else{ + # force not to be single element vector which will be scaler + #stat.pvals <- matrix(stat.pvals); + gene.ward.rk <- gene.ave.rk <- gene.single.rk <- gene.complete.rk <- matrix(1); + smpl.ward.rk <- smpl.ave.rk <- smpl.single.rk <- smpl.complete.rk <- 1:ncol(dat); + } + + gene.cluster <- list( + ward = gene.ward.rk, + average = gene.ave.rk, + single = gene.single.rk, + complete = gene.complete.rk, + pval = stat.pvals, + stat = t.stat + ); + + sample.cluster <- list( + ward = smpl.ward.rk, + average = smpl.ave.rk, + single = smpl.single.rk, + complete = smpl.complete.rk + ); + + # prepare meta info + # 1) convert meta.data info numbers + # 2) match number to string (factor level) + meta <- data.frame(dataSet$cls); + grps <- "Condition" + nmeta <- meta.vec <- NULL; + uniq.num <- 0; + for (i in 1:ncol(meta)){ + cls <- meta[,i]; + grp.nm <- grps[i]; + meta.vec <- c(meta.vec, as.character(cls)) + # make sure each label are unqiue across multiple meta data + ncls <- paste(grp.nm, as.numeric(cls)); # note, here to retain ordered factor + nmeta <- c(nmeta, ncls); + } + + # convert back to numeric + nmeta <- as.numeric(as.factor(nmeta))+99; + unik.inx <- !duplicated(nmeta) + + # get corresponding names + meta_anot <- meta.vec[unik.inx]; + names(meta_anot) <- nmeta[unik.inx]; # name annotatation by their numbers + + nmeta <- matrix(nmeta, ncol=ncol(meta), byrow=F); + colnames(nmeta) <- grps; + + # for each gene/row, first normalize and then tranform real values to 30 breaks + res <- t(apply(dat, 1, function(x){as.numeric(cut(x, breaks=30))})); + + # note, use {} will lose order; use [[],[]] to retain the order + + gene.id = orig.gene.nms; if(length(gene.id) ==1) { gene.id <- matrix(gene.id) }; + json.res <- list( + data.type = dataSet$type, + gene.id = gene.id, + gene.entrez = gene.id, + gene.name = gene.id, + gene.cluster = gene.cluster, + sample.cluster = sample.cluster, + sample.names = orig.smpl.nms, + meta = data.frame(nmeta), + meta.anot = meta_anot, + data = res, + org = org + ); + + mSetObj$dataSet$hm_peak_names = gene.id + mSetObj$dataSet$gene.cluster = gene.cluster + + .set.mSet(mSetObj) + require(RJSONIO); + json.mat <- toJSON(json.res, .na='null'); + sink(fileNm); + cat(json.mat); + sink(); + current.msg <<- "Data is now ready for heatmap visualization!"; + return(1); +} + +ComputePathHeatmap <-function(mSetObj=NA, libOpt, fileNm, type){ + if(type == "pathqea"){ + return(ComputePathHeatmapTable(mSetObj, libOpt, fileNm)); + }else{ + return(ComputePathHeatmapList(mSetObj, libOpt, fileNm)); + } +} + +ComputePathHeatmapList <- function(mSetObj=NA, libOpt, fileNm){ + + mSetObj <- .get.mSet(mSetObj); + # make a clean dataSet$cmpd data based on name mapping + # only valid kegg id will be used + + nm.map <- GetFinalNameMap(mSetObj); + if(mSetObj$pathwaylibtype == "KEGG"){ + valid.inx <- !(is.na(nm.map$kegg)| duplicated(nm.map$kegg)); + ora.vec <- mSetObj$dataSet$cmpd[valid.inx]; + } else if(mSetObj$pathwaylibtype == "SMPDB"){ + valid.inx <- !(is.na(nm.map$hmdbid)| duplicated(nm.map$hmdbid)); + ora.vec <- mSetObj$dataSet$cmpd[valid.inx]; + } + + exp.vec <- rep(0, length(ora.vec)); + dataSet <- mSetObj$dataSet + dataSet$prot.mat <- data.frame(datalist1=exp.vec) + rownames(dataSet$prot.mat) <- ora.vec + + sig.ids <- rownames(dataSet$prot.mat); + gene.symbols=sig.ids + stat.pvals <- dataSet$prot.mat[,1] + + expval <- 0 + expval <- sum(dataSet$prot.mat) + + # scale each gene + dat <- dataSet$prot.mat + + # now pearson and euclidean will be the same after scaleing + dat.dist <- dist(dat); + + orig.smpl.nms <- colnames(dat); + orig.gene.nms <- rownames(dat); + + # prepare meta info + # 1) convert meta.data info numbers + # 2) match number to string (factor level) + + grps <- "datalist1" + cls <- "datalist1" + + # convert back to numeric + + # for each gene/row, first normalize and then tranform real values to 30 breaks + if(expval !=0){ + dat_pos <- as.matrix(dat[sign(dat[,1]) == 1,]) + dat_neg <- as.matrix(dat[sign(dat[,1]) == -1,]) + if(nrow(dat_pos) == 0){ + res <- apply(unname(dat), 2, function(x){ + y =log(abs(x)) + 0.000001 + 16-as.numeric(cut(y, breaks=15)) + }); + }else if(nrow(dat_neg) == 0){ + res <- apply(unname(dat), 2, function(x){ + y =log(x) + 0.000001 + 15+as.numeric(cut(y, breaks=15)) + }); + }else{ + res_pos <- apply(unname(dat_pos), 2, function(x){ + y =log(x) + 0.000001 + as.numeric(cut(y, breaks=15))+15 + }); + res_neg <- apply(unname(dat_neg), 2, function(x){ + y =log(abs(x)) + 0.000001 + 16 - as.numeric(cut(y, breaks=15)) + }); + res <- rbind(res_pos, res_neg); + } + }else{ + zero.inx <- dataSet$prot.mat == 0 + res <- dataSet$prot.mat; + res[zero.inx] <- 31 + } + + res_list <- list() + for(i in 1:nrow(res)){ + res_list[[i]] <- unname(list(res[i,1])) + } + + # note, use {} will lose order; use [[],[]] to retain the order + + nmeta <- list(100) + nmeta.anot <- list() + + nmeta.anot["datalist1"] <- nmeta[1] + + nmeta <- list(nmeta) + names(nmeta) <- "datalists" + + org <- unname(strsplit(libOpt,"_")[[1]][1]) + mSetObj$org <- org + json.res <- list( + data.type = "singlelist", + gene.id = gene.symbols, + gene.entrez = sig.ids, + gene.name = gene.symbols, + gene.cluster = 1, + sample.cluster = 1, + sample.names = list("datalist1"), + meta = nmeta, + meta.anot = nmeta.anot, + data = res_list, + expval = expval, + org = org + ); + + .set.mSet(mSetObj) + require(RJSONIO); + json.mat <- toJSON(json.res, .na='null'); + sink(fileNm); + cat(json.mat); + sink(); + current.msg <<- "Data is now ready for heatmap visualization!"; + return(1); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/enrich_stats.R b/V1.7.4/MetaboAnalyst_3.0.3/enrich_stats.R new file mode 100755 index 0000000000000000000000000000000000000000..0c7f6f38f5fa61793ffebb9c521db23e8c151125 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/enrich_stats.R @@ -0,0 +1,762 @@ +### Various enrichment analysis algorithms +### Jeff Xia \email{jeff.xia@mcgill.ca} +### McGill University, Canada +### License: GNU GPL (>= 2) + +#'Over-representation analysis using hypergeometric tests +#'@description Over-representation analysis using hypergeometric tests +#'The probability is calculated from obtaining equal or higher number +#'of hits using 1-phyper. Since phyper is a cumulative probability, +#'to get P(X>=hit.num) => P(X>(hit.num-1)) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CalculateHyperScore1 <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # make a clean dataSet$cmpd data based on name mapping + # only valid hmdb name will be used + nm.map <- GetFinalNameMap(mSetObj); + valid.inx <- !(is.na(nm.map$hmdb)| duplicated(nm.map$hmdb)); + ora.vec <- nm.map$hmdb[valid.inx]; + + q.size<-length(ora.vec); + + if(is.na(ora.vec) || q.size==0) { + AddErrMsg("No valid HMDB compound names found!"); + return(0); + } + + # move to api only if R package + KEGG msets +# if(!.on.public.web & grepl("kegg", mSetObj$analSet$msetlibname)){ +#The above line was changed to the following line by ZZY on 3/5/2021. + if(.on.public.web){ + + mSetObj$api$oraVec <- ora.vec; + + if(mSetObj$api$filter){ + mSetObj$api$filterData <- mSetObj$dataSet$metabo.filter.kegg + toSend <- list(libNm = mSetObj$api$libname, filter = mSetObj$api$filter, oraVec = mSetObj$api$oraVec, filterData = mSetObj$api$filterData, + excludeNum = mSetObj$api$excludeNum) + }else{ + toSend <- list(libNm = mSetObj$api$libname, filter = mSetObj$api$filter, oraVec = mSetObj$api$oraVec, excludeNum = mSetObj$api$excludeNum) + } + + #json to be sent to server + #oraData <- RJSONIO::toJSON(toSend, .na='null') + #write(oraData, file="ora_test.JSON") + # code to send to server + # change path when on server, use local for now + load_httr() + base <- api.base + endpoint <- "/enrichmentora" + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + + if(is.null(query_results_json$enrichRes)){ + AddErrMsg("Error! Enrichment ORA via api.metaboanalyst.ca unsuccessful!") + return(0) + } + # parse json response from server to results + oraDataRes <- do.call(rbind.data.frame, query_results_json$enrichRes) + colnames(oraDataRes) <- query_results_json$enrichResColNms + rownames(oraDataRes) <- query_results_json$enrichResRowNms + fast.write.csv(oraDataRes, file="msea_ora_result.csv"); + mSetObj$analSet$ora.mat <- oraDataRes + mSetObj$api$guestName <- query_results_json$guestName + return(.set.mSet(mSetObj)); + } + + current.mset <- current.msetlib$member + # make a clean metabilite set based on reference metabolome filtering + # also need to update ora.vec to the updated mset + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$dataSet$metabo.filter.hmdb)){ + current.mset <- lapply(current.mset, function(x){x[x %in% mSetObj$dataSet$metabo.filter.hmdb]}) + mSetObj$dataSet$filtered.mset <- current.mset; + ora.vec <- ora.vec[ora.vec %in% unique(unlist(current.mset, use.names = FALSE))] + q.size <- length(ora.vec); + } + + # total uniq cmpds in the current mset lib + uniq.count <- length(unique(unlist(current.mset, use.names = FALSE))); + + set.size<-length(current.mset); + + if(set.size ==1){ + AddErrMsg("Cannot perform enrichment analysis on a single metabolite set!"); + return(0); + } + + hits<-lapply(current.mset, function(x){x[x %in% ora.vec]}); + # lapply(current.mset, function(x) grepl("Ammonia", x)) + #hits<-lapply(current.mset, function(x) grepl(paste(ora.vec, collapse = "|"), x)) + + hit.num<-unlist(lapply(hits, function(x) length(x)), use.names = FALSE); + + if(sum(hit.num>0)==0){ + AddErrMsg("No match was found to the selected metabolite set library!"); + return(0); + } + + set.num<-unlist(lapply(current.mset, length), use.names = FALSE); + + # prepare for the result table + res.mat<-matrix(NA, nrow=set.size, ncol=6); + rownames(res.mat)<-names(current.mset); + colnames(res.mat)<-c("total", "expected", "hits", "Raw p", "Holm p", "FDR"); + for(i in 1:set.size){ + res.mat[i,1]<-set.num[i]; + res.mat[i,2]<-q.size*(set.num[i]/uniq.count); + res.mat[i,3]<-hit.num[i]; + + # use lower.tail = F for P(X>x) + # phyper("# of white balls drawn", "# of white balls in the urn", "# of black balls in the urn", "# of balls drawn") + res.mat[i,4]<-phyper(hit.num[i]-1, set.num[i], uniq.count-set.num[i], q.size, lower.tail=F); + } + + # adjust for multiple testing problems + res.mat[,5] <- p.adjust(res.mat[,4], "holm"); + res.mat[,6] <- p.adjust(res.mat[,4], "fdr"); + + res.mat <- res.mat[hit.num>0,]; + + ord.inx<-order(res.mat[,4]); + mSetObj$analSet$ora.mat <- signif(res.mat[ord.inx,],3); + mSetObj$analSet$ora.hits <- hits; + + fast.write.csv(mSetObj$analSet$ora.mat, file="msea_ora_result.csv"); + return(.set.mSet(mSetObj)); +} + +#'Quantitative enrichment analysis with globaltest +#'@description Various enrichment analysis algorithms +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CalculateGlobalTestScore1 <- function(mSetObj=NA){ +# browser() #Disabled by ZZY on 3/16/2021. + mSetObj <- .get.mSet(mSetObj); + if(.on.public.web){ + .prepare.globaltest.score(mSetObj); + .perform.computing(); + .save.globaltest.score(mSetObj); + return(.set.mSet(mSetObj)); + }else{ + mSetObj <- .prepare.globaltest.score(mSetObj); + .perform.computing(); + mSetObj <- .save.globaltest.score(mSetObj); + } + + return(.set.mSet(mSetObj)); +} + +.prepare.globaltest.score <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + # now, need to make a clean dataSet$norm data based on name mapping + # only contain valid hmdb hit will be used + nm.map <- GetFinalNameMap(mSetObj); + valid.inx <- !(is.na(nm.map$hmdb)| duplicated(nm.map$hmdb)); + nm.map <- nm.map[valid.inx,]; + orig.nms <- nm.map$query; + + hmdb.inx <- match(colnames(mSetObj$dataSet$norm),orig.nms); + hit.inx <- !is.na(hmdb.inx); + msea.data <- mSetObj$dataSet$norm[,hit.inx]; + colnames(msea.data) <- nm.map$hmdb[hmdb.inx[hit.inx]]; + +# if(!.on.public.web & grepl("kegg", mSetObj$analSet$msetlibname)){ +#The above line was changed to the following line by ZZY on 3/12/2021. + if(.on.public.web){ + mSetObj$api$mseaDataColNms <- colnames(msea.data) + msea.data <- as.matrix(msea.data) + dimnames(msea.data) = NULL + mSetObj$api$mseaData <- msea.data; + mSetObj$api$cls <- mSetObj$dataSet$cls + + if(mSetObj$api$filter){ + mSetObj$api$filterData <- mSetObj$dataSet$metabo.filter.hmdb + + toSend <- list(libNm = mSetObj$api$libname, filter = mSetObj$api$filter, mseaData = mSetObj$api$mseaData, mseaDataColNms = mSetObj$api$mseaDataColNms, + filterData = mSetObj$api$filterData, cls = mSetObj$api$cls, excludeNum = mSetObj$api$excludeNum) + }else{ + toSend <- list(libNm = mSetObj$api$libname, filter = mSetObj$api$filter, mseaData = mSetObj$api$mseaData, mseaDataColNms = mSetObj$api$mseaDataColNms, + cls = mSetObj$api$cls, excludeNum = mSetObj$api$excludeNum) + } + + #json to be sent to server + #oraData <- RJSONIO::toJSON(toSend, .na='null') + #write(oraData, file="ora_test.JSON") + # code to send to server + # change path when on server, use local for now + + load_httr() + base <- api.base + endpoint <- "/enrichmentqea" + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + query_results_text <- content(query_results, "text") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + + if(is.null(query_results_json$enrichRes)){ + AddErrMsg("Error! Pathway QEA via api.metaboanalyst.ca unsuccessful!") + return(0) + } + + # parse json response from server to results + qeaDataRes <- do.call(rbind.data.frame, query_results_json$enrichRes) + colnames(qeaDataRes) <- query_results_json$enrichResColNms + rownames(qeaDataRes) <- query_results_json$enrichResRowNms + + fast.write.csv(qeaDataRes, file="msea_qea_result.csv"); + mSetObj$analSet$qea.mat <- qeaDataRes + mSetObj$api$guestName <- query_results_json$guestName + print("Enrichment QEA via api.metaboanalyst.ca successful!") + return(.set.mSet(mSetObj)); + } + + # now, perform the enrichment analysis + set.size <- length(current.msetlib); + + if(set.size == 1){ + AddErrMsg("Cannot perform enrichment analysis on a single metabolite sets!"); + return(0); + } + + current.mset <- current.msetlib$member; + + # make a clean metabolite set based on reference metabolome filtering + if(mSetObj$dataSet$use.metabo.filter && !is.null('mSetObj$dataSet$metabo.filter.hmdb')){ + current.mset <- lapply(current.msetlib$member, function(x){x[x %in% mSetObj$dataSet$metabo.filter.hmdb]}) + mSetObj$dataSet$filtered.mset <- current.mset; + } + + set.num <- unlist(lapply(current.mset, length), use.names = FALSE); + + # first, get the matched entries from current.mset + hits <- lapply(current.mset, function(x){x[x %in% colnames(msea.data)]}); + phenotype <- mSetObj$dataSet$cls; + + # there are more steps, better drop a function to compute in the remote env. + my.fun <- function(){ + gt.obj <- globaltest::gt(dat.in$cls, dat.in$data, subsets=dat.in$subsets); + gt.res <- globaltest::result(gt.obj); + + match.num <- gt.res[,5]; + if(sum(match.num>0)==0){ + return(NA); + } + all.cmpds <- unlist(gt.obj@subsets, recursive = TRUE, use.names = FALSE); + all.cmpds <- unique(all.cmpds); + stat.mat <- matrix(0, length(all.cmpds), 5); + colnames(stat.mat) <- c("p", "S", "ES", "sdS", "ncov") + rownames(stat.mat) <- all.cmpds + for(i in 1:length(all.cmpds)){ + stat.mat[i,] <- gt.obj@functions$test(all.cmpds[i]); + } + return(list(gt.res=gt.res, pvals=stat.mat[,1])); + } + + dat.in <- list(cls=phenotype, data=msea.data, subsets=hits, my.fun=my.fun); + qs::qsave(dat.in, file="dat.in.qs"); + + # store necessary data + mSetObj$analSet$set.num <- set.num; + mSetObj$analSet$qea.hits <- hits; + mSetObj$analSet$msea.data <- msea.data; + return(.set.mSet(mSetObj)); +} + +.save.globaltest.score <- function(mSetObj = NA){ + + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + my.res <- dat.in$my.res; + set.num <- mSetObj$analSet$set.num; + + if(length(my.res)==1 && is.na(my.res)){ + AddErrMsg("No match was found to the selected metabolite set library!"); + return(0); + } + + mSetObj$analSet$qea.pvals <- my.res$pvals; # p value for individual cmpds + gt.res <- my.res$gt.res; + + raw.p <- gt.res[,1]; + # add adjust p values + bonf.p <- p.adjust(raw.p, "holm"); + fdr.p <- p.adjust(raw.p, "fdr"); + + res.mat <- cbind(set.num, gt.res[,5], gt.res[,2], gt.res[,3], raw.p, bonf.p, fdr.p); + rownames(res.mat) <- rownames(gt.res); + colnames(res.mat) <- c("Total Cmpd", "Hits", "Statistic Q", "Expected Q", "Raw p", "Holm p", "FDR"); + + hit.inx<-res.mat[,2]>0; + res.mat<-res.mat[hit.inx, , drop = FALSE]; + ord.inx<-order(res.mat[,5]); + res.mat<-res.mat[ord.inx, , drop = FALSE]; + mSetObj$analSet$qea.mat <- signif(res.mat,5); + fast.write.csv(mSetObj$analSet$qea.mat, file="msea_qea_result.csv"); + + return(.set.mSet(mSetObj)); +} + +#'Single sample profiling to compare with +#'@description reference concentrations stored in the library +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CalculateSSP<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # first update the compound name to hmdb valid name + nm.map <- GetFinalNameMap(mSetObj); + + valid.inx <- !(is.na(nm.map$hmdb)|duplicated(nm.map$hmdb)); + nm.map <- nm.map[valid.inx,]; + orig.nms <- nm.map$query; + + hmdb.inx <- match(mSetObj$dataSet$cmpd, orig.nms); + match.inx <- !is.na(hmdb.inx); + + # note, must use "as.character" since string column from data frame will be converted to factors + # when they used with numerics, they will be changed to numbers, not string + ssp.nm <- as.character(nm.map$hmdb[hmdb.inx[match.inx]]); + ssp.vec <- mSetObj$dataSet$norm[match.inx]; + + cmpd.db <- .get.my.lib("compound_db.qs"); + + hit.inx <- match(tolower(ssp.nm), tolower(cmpd.db$name)); + + # create the result mat + res.mat<-matrix("NA", nrow=length(ssp.nm), ncol=6); + colnames(res.mat)<-c("name","conc", "hmdb", "refs", "state", "details"); + + ssp.lows <- list(); + ssp.highs <- list(); + ssp.means <- list(); + ssp.refs <- list(); + ssp.pmids <- list(); + ssp.notes <- list(); + for(i in 1:length(ssp.nm)){ + inx <- hit.inx[i]; + if(is.na(inx)){ # no match to HMDB ID + res.mat[i, ]<-c(ssp.nm[i],ssp.vec[i], "--", "--", "--", ""); + ssp.lows[[i]]<-NA; + ssp.highs[[i]]<-NA; + ssp.means[[i]]<-NA; + ssp.refs[[i]]<-NA; + ssp.pmids[[i]]<-NA; + ssp.notes[[i]] <- NA; + }else{ + hits <- Get.ConcRef(mSetObj, ssp.nm[i]); + if(is.na(hits)){ # no conc info + res.mat[i, ]<-c(ssp.nm[i], ssp.vec[i], cmpd.db$hmdb[inx], "--", "--", ""); + ssp.lows[[i]]<-NA; + ssp.highs[[i]]<-NA; + ssp.means[[i]]<-NA; + ssp.refs[[i]]<-NA; + ssp.pmids[[i]]<-NA; + ssp.notes[[i]] <- NA; + }else{ # concentration info + concs<-as.numeric(unlist(strsplit(hits$conc, " - ", fixed=TRUE), use.names = FALSE)); + pmid <- hits$pmid; + refs <- hits$refs; + + low.inx<-seq(1,length(concs)-2, 3); + mean.inx<-seq(2,length(concs)-1, 3); + high.inx<-seq(3,length(concs), 3); + low.conc<-concs[low.inx]; + mean.conc <-concs[mean.inx]; + high.conc<-concs[high.inx]; + conc.show <- paste(mean.conc, " (", low.conc, " - ", high.conc, ")", sep="", collapse="; "); + + ssp.lows[[i]]<-low.conc; + ssp.means[[i]]<-mean.conc; + ssp.highs[[i]]<-high.conc; + ssp.refs[[i]]<-hits$refs; + ssp.pmids[[i]]<-hits$pmid; + if(is.na(hits$note)){ + ssp.notes[[i]] <- NA; + }else{ + ssp.notes[[i]] <- hits$note; + } + state <- NULL; + if(ssp.vec[i]<min(low.conc)){ + state = "L"; + }else if(ssp.vec[i]>max(high.conc)){ + state = "H"; + }else{ + state = "M"; + } + res.mat[i, ]<-c(ssp.nm[i], ssp.vec[i], cmpd.db$hmdb[inx], conc.show, state, "View"); + } + } + } + names(ssp.highs) <- names(ssp.lows) <- names(ssp.means) <- names(ssp.refs) <- names(ssp.pmids) <- names(ssp.notes)<- ssp.nm; + mSetObj$analSet$ssp.highs <- ssp.highs; + mSetObj$analSet$ssp.lows <- ssp.lows; + mSetObj$analSet$ssp.means <- ssp.means; + mSetObj$analSet$ssp.refs <- ssp.refs; + mSetObj$analSet$ssp.pmids <- ssp.pmids; + mSetObj$analSet$ssp.notes <- ssp.notes; + mSetObj$analSet$ssp.mat <- res.mat; + return(.set.mSet(mSetObj)); +} + +#'Create a pie chart for compound classes +#'@description This function creates a pie-chart for compound classes +#'in the enrichment analysis if the library is based on chemical ontologies. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Numeric, input the width, the default is 8. +#'@param maxClass Numeric, input the maximum number of lipid classes to +#'include in the pie-chart. By default this is set to 15. +#'@param colPal Character, input the preferred R Color Brewer palette to be +#'used for the pie chart. By default this is set to "Set1". +#'@import ggplot2 + +PlotEnrichPieChart1 <- function(mSetObj=NA, enrichType, imgName, format="png", dpi=72, width=8, + maxClass = 15, colPal = "Set1"){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + } + + # make a clean dataSet$cmpd data based on name mapping + # only valid hmdb name will be used + nm.map <- GetFinalNameMap(mSetObj); + valid.inx <- !(is.na(nm.map$hmdb)| duplicated(nm.map$hmdb)); + ora.vec <- nm.map$hmdb[valid.inx]; + + q.size <- length(ora.vec); + + if(is.na(ora.vec) || q.size==0) { + AddErrMsg("No valid HMDB compound names found!"); + return(0); + } + + current.mset <- current.msetlib$member + + # make a clean metabilite set based on reference metabolome filtering + # also need to update ora.vec to the updated mset + if(mSetObj$dataSet$use.metabo.filter && !is.null(mSetObj$dataSet$metabo.filter.hmdb)){ + current.mset <- lapply(current.mset, function(x){x[x %in% mSetObj$dataSet$metabo.filter.hmdb]}) + mSetObj$dataSet$filtered.mset <- current.mset; + ora.vec <- ora.vec[ora.vec %in% unique(unlist(current.mset, use.names = FALSE))] + q.size <- length(ora.vec); + } + + set.size <- length(current.mset); + + if(set.size ==1){ + AddErrMsg("Cannot create pie-chart for a single metabolite set!"); + return(0); + } + + hits <- lapply(current.mset, function(x){x[x %in% ora.vec]}); + hit.num <- unlist(lapply(hits, function(x) length(x)), use.names = FALSE); + + if(sum(hit.num>0)==0){ + AddErrMsg("No matches were found to the selected metabolite set library!"); + return(0); + } + + hit.members <- unlist(lapply(hits, function(x) paste(x, collapse = "; "))) + + pie.data <- data.frame(Group = names(hits), Hits = as.numeric(hit.num), Members = hit.members) + pie.data <- pie.data[!(pie.data[,2]==0), ] + ord.inx <- order(pie.data[,2], decreasing = T); + pie.data <- pie.data[ord.inx, , drop = FALSE]; + + if(nrow(pie.data) > maxClass){ + pie.data <- pie.data[1:maxClass,] + } + + mSetObj$analSet$enrich.pie.data <- pie.data + + if(nrow(pie.data) > 9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(8, colPal)) + group_colors <- col.fun(nrow(pie.data)) + }else{ + group_colors <- RColorBrewer::brewer.pal(8, colPal)[1:nrow(pie.data)] + } + + names(group_colors) <- pie.data[,1] + mSetObj$analSet$enrich.pie.cols <- group_colors + + # Basic piechart + p <- ggplot(pie.data, aes(x="", y=Hits, fill=Group)) + + geom_bar(stat="identity", width=1, color="white") + + coord_polar("y", start=0) + theme_void() + + scale_fill_manual(values = group_colors) + + theme(plot.margin = unit(c(5, 7.5, 2.5, 5), "pt")) + + theme(legend.text=element_text(size=12), + legend.title=element_text(size=13)) + + imgName <- paste(imgName, "dpi", dpi, ".", format, sep=""); + + long.name <- max(nchar(pie.data[,1])) + + if(long.name > 25){ + w <- 10 + h <- 7 + }else{ + h <- width - 1 + w <- width + } + + ggsave(p, filename = imgName, dpi=dpi, width=w, height=h, limitsize = FALSE) + fast.write.csv(mSetObj$analSet$enrich.pie.data, file="msea_pie_data.csv"); + return(.set.mSet(mSetObj)); +} + + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetSSP.Names<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,1]); +} + +# measured concentration +GetSSP.Concs<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,2]); +} + +GetSSP.HMDB<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,3]); +} + +GetSSP.RefConcs<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,4]); +} + +GetSSP.States<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,5]); +} + +GetSSP.Details<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.mat[,6]); +} + +GetSSP.RefConc<-function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + if(is.na(mSetObj$analSet$ssp.means[[nm]])){ + return ("NA"); + } + return(paste(mSetObj$analSet$ssp.means[[nm]], " (", mSetObj$analSet$ssp.lows[[nm]], " - ", mSetObj$analSet$ssp.highs[[nm]], ")", sep="")); +} + +GetSSP.Refs<-function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.refs[[nm]]); +} + +GetSSP.Pmids<-function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.pmids[[nm]]); +} + +GetSSP.Notes<-function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ssp.notes[[nm]]); +} + +#'Replace the last column of the ssp.mat with the final selection from users +#'@description Replace the last column of the ssp.mat with the final selection from users +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +GetSSPTable<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + ssp.res<-mSetObj$analSet$ssp.mat[,-c(1,3,6)]; + rownames(ssp.res)<-mSetObj$analSet$ssp.mat[,1] + selected.col<-rep(0, nrow(ssp.res)); + inx<-match(mSetObj$dataSet$cmpd, mSetObj$analSet$ssp.mat[,1]); + selected.col[inx]<-1; + + print(xtable::xtable(cbind(ssp.res, selected = selected.col),align="l|l|p{8cm}|c|c", caption="Comparison with Reference Concentrations"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); +} + +#'Given a metset inx, return hmtl highlighted metset cmpds and references +#'@description Given a metset inx, return hmtl highlighted metset cmpds and references +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param msetNm Input the name of the metabolite set +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetHTMLMetSet<-function(mSetObj=NA, msetNm){ + mSetObj <- .get.mSet(mSetObj); + + hits <- NULL; + + if(mSetObj$analSet$type=="msetora" || mSetObj$analSet$type=="msetssp"){ + hits <- mSetObj$analSet$ora.hits; + }else{ + hits <- mSetObj$analSet$qea.hits; + } + + # highlighting with different colors + # this is meaningless for very large (>200) metabolite sets (i.e. chemical class) + mset <- current.msetlib$member[[msetNm]]; + if(length(mset) < 200){ + red.inx <- which(mset %in% hits[[msetNm]]); + }else{ + mset <- hits[[msetNm]]; + red.inx <- 1:length(mset); + } + + mset[red.inx] <- paste("<font color=\"red\">", "<b>", mset[red.inx], "</b>", "</font>",sep=""); + if(mSetObj$dataSet$use.metabo.filter && exists('filtered.mset')){ + grey.inx <- which(!(mset %in% filtered.mset[[msetNm]])); + mset[grey.inx] <- paste("<font color=\"grey\">", "<b>", mset[grey.inx], "</b>", "</font>",sep=""); + } + # get references + matched.inx <- match(tolower(msetNm), tolower(current.msetlib$name))[1]; + return(cbind(msetNm, paste(mset, collapse="; "), current.msetlib$reference[matched.inx])); +} + +#'Given a metset inx, give its name +#'@description Given a metset inx, give its name +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param msetInx Input the index of the metabolite set +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetMetSetName<-function(mSetObj=NA, msetInx){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$analSet$type=="msetora" || mSetObj$analSet$type=="msetssp"){ + msetNm <- rownames(mSetObj$analSet$ora.mat)[msetInx]; + }else{ + msetNm <- rownames(mSetObj$analSet$qea.mat)[msetInx]; + } + return (msetNm); +} + +GetORA.colorBar<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + len <- nrow(mSetObj$analSet$ora.mat); + ht.col <- GetMyHeatCols(len); + rbg.cols <- hex2rgb(ht.col); + return (rbg.cols); +} + +GetORA.rowNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + nms <- rownames(mSetObj$analSet$ora.mat); + if(is.null(nms)){ + return("NA"); + } + return (nms); +} + +GetORA.mat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ora.mat); +} + +#'Get ORA table +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetORATable<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + res <- mSetObj$analSet$ora.mat; + if(substr(mSetObj$analSet$type, 0, 4) == 'mset'){ + print(xtable::xtable(mSetObj$analSet$ora.mat,align="p{5cm}|l|l|l|l|l|l", display=c("s","d","f","d","E","E","E"), caption="Result from Over Representation Analysis"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); + }else{ + rownames(res)<-GetORA.pathNames(mSetObj); + print(xtable::xtable(res,align="p{5cm}|l|l|l|l||ll|l|l", display=c("s","d","f","d","E","E", "E","E", "f"), + caption="Result from Pathway Analysis"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); + } +} + +GetQEA.colorBar<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + len <- nrow(mSetObj$analSet$qea.mat); + ht.col <- GetMyHeatCols(len); + return (ht.col); +} + +GetQEA.rowNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + nms <- rownames(mSetObj$analSet$qea.mat); + if(is.null(nms)){ + return("NA"); + } + return (nms); +} + +GetQEA.mat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$qea.mat); +} + +#'QEA table +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetQEATable<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + res <- mSetObj$analSet$qea.mat; + if(substr(mSetObj$analSet$type, 0, 4) == 'mset'){ + print(xtable::xtable(res,align="p{4cm}|l|l|l|l|l|l|l", display=c("s","d","d","f","f","E","E","E"), + caption="Result from Quantitative Enrichment Analysis"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); + }else{ + rownames(res)<- GetQEA.pathNames(); + print(xtable::xtable(res,align="p{5cm}|l|l|l|l|l|l|l", display=c("s","d","d","E","E", "E","E","f"), + caption="Result from Pathway Analysis"), + tabular.environment = "longtable", caption.placement="top", size="\\scriptsize"); + } +} + +GetEnrichPieNames <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$enrich.pie.data$Group) +} + +GetEnrichPieHits <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + return(as.matrix(as.numeric(mSetObj$analSet$enrich.pie.data[,2]))) +} + +GetEnrichPieColors <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$enrich.pie.cols) +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/fecal.qs b/V1.7.4/MetaboAnalyst_3.0.3/fecal.qs new file mode 100644 index 0000000000000000000000000000000000000000..b2b739f00fba42e33c594fb46525c27cb23b11f0 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/fecal.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/gene_fun_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/gene_fun_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..17a7fd310541acc928f064badcd2a01d2ed5f6ff --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/gene_fun_utils.R @@ -0,0 +1,202 @@ +################################################## +## R script for MetaboAnalyst +## Description: GO/Pathway ORA +## Author: Jeff Xia, jeff.xia@mcgill.ca +################################################### + +# note: hit.query, resTable must synchronize +PerformNetEnrichment <- function(mSetObj=NA, file.nm, fun.type, IDs){ + # prepare query + ora.vec <- unlist(strsplit(IDs, "; ", fixed=TRUE)); + names(ora.vec) <- as.character(ora.vec); + mSetObj <- .get.mSet(mSetObj); + res <- PerformEnrichAnalysis(mSetObj$org, file.nm, fun.type, ora.vec); + return(res); +} + +# note: hit.query, resTable must synchronize +# ora.vec should contains entrez ids, named by their gene symbols +PerformEnrichAnalysis <- function(org.code, file.nm, fun.type, ora.vec){ + if(fun.type %in% c("keggc", "smpdb")){ + .load.enrich.compound.lib(org.code, fun.type); + }else{ + .load.enrich.lib(org.code, fun.type); + } + + + # prepare query + ora.nms <- names(ora.vec); + ora <<- ora.vec + + # prepare for the result table + set.size<-length(current.geneset); + res.mat<-matrix(0, nrow=set.size, ncol=5); + rownames(res.mat)<-names(current.geneset); + colnames(res.mat)<-c("Total", "Expected", "Hits", "P.Value", "FDR"); + + # need to cut to the universe covered by the pathways, not all genes + hits.inx <- ora.vec %in% current.universe; + ora.vec <- ora.vec[hits.inx]; + ora.nms <- ora.nms[hits.inx]; + + q.size<-length(ora.vec); + + # get the matched query for each pathway + + if(fun.type %in% c("keggc", "smpdb")){ + + hits.query <- lapply(current.geneset, function(x){x[names(x) %in% ora.vec]}); +hits.query<- lapply(hits.query, function(x){names(x)}); +}else{ + hits.query <- lapply(current.geneset, + function(x) { + ora.nms[ora.vec%in%unlist(x)]; + } + ); +} + + names(hits.query) <- names(current.geneset); + hit.num<-unlist(lapply(hits.query, function(x){length(x)}), use.names=FALSE); + + # total unique gene number + uniq.count <- length(current.universe); + + # unique gene count in each pathway + set.size <- unlist(lapply(current.geneset, length)); + + res.mat[,1]<-set.size; + res.mat[,2]<-q.size*(set.size/uniq.count); + res.mat[,3]<-hit.num; + + # use lower.tail = F for P(X>x) + raw.pvals <- phyper(hit.num-1, set.size, uniq.count-set.size, q.size, lower.tail=F); + res.mat[,4]<- raw.pvals; + res.mat[,5] <- p.adjust(raw.pvals, "fdr"); + + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[hit.num>0,,drop = F]; + hits.query <- hits.query[hit.num>0]; + + if(nrow(res.mat)> 1){ + # order by p value + ord.inx<-order(res.mat[,4]); + res.mat <- signif(res.mat[ord.inx,],3); + hits.query <- hits.query[ord.inx]; + + imp.inx <- res.mat[,4] <= 0.05; + if(sum(imp.inx) < 10){ # too little left, give the top ones + topn <- ifelse(nrow(res.mat) > 10, 10, nrow(res.mat)); + res.mat <- res.mat[1:topn,]; + hits.query <- hits.query[1:topn]; + }else{ + res.mat <- res.mat[imp.inx,]; + hits.query <- hits.query[imp.inx]; + if(sum(imp.inx) > 120){ + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[1:120,]; + hits.query <- hits.query[1:120]; + } + } + } + + #get gene symbols + resTable <- data.frame(Pathway=rownames(res.mat), res.mat); + AddMsg("Functional enrichment analysis was completed"); + + # write json + fun.anot = hits.query; + fun.pval = resTable[,5]; if(length(fun.pval) ==1) { fun.pval <- matrix(fun.pval) }; + hit.num = resTable[,4]; if(length(hit.num) ==1) { hit.num <- matrix(hit.num) }; + if(fun.type %in% c("keggc", "smpdb")){ +fun.ids <- as.vector(current.setids[which(current.setids %in% names(fun.anot))]); +names(fun.anot) = as.vector(names(current.setids[which(current.setids %in% names(fun.anot))])); + +}else{ + fun.ids <- as.vector(current.setids[names(fun.anot)]); +} + if(length(fun.ids) ==1) { fun.ids <- matrix(fun.ids) }; + json.res <- list( + fun.link = current.setlink[1], + fun.anot = fun.anot, + fun.ids = fun.ids, + fun.pval = fun.pval, + hit.num = hit.num + ); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + json.nm <- paste(file.nm, ".json", sep=""); + + sink(json.nm) + cat(json.mat); + sink(); + + # write csv + fun.hits <<- hits.query; + fun.pval <<- resTable[,5]; + hit.num <<- resTable[,4]; + csv.nm <- paste(file.nm, ".csv", sep=""); + fast.write.csv(resTable, file=csv.nm, row.names=F); + return(1); +} + + +# these are geneset libraries +.load.enrich.lib<-function(org.code, fun.type){ + # prepare lib + is.go <- FALSE; + if(tolower(fun.type) == 'kegg'){ + nm <- "kegg"; + }else if(tolower(fun.type) == 'reactome'){ + nm <- "reactome"; + }else if(tolower(fun.type) == 'motif'){ + nm <- "motif_set"; + }else{ # GO + is.go <- TRUE; + nm <- paste0("go_", tolower(fun.type)); + } + lib.nm <- paste0(nm, ".qs"); + sub.dir <- paste0("genesets/", org.code); + my.lib <- .get.my.lib(lib.nm, sub.dir); + if(is.go){ # fix some issue in go lib + if(is.null(names(my.lib))){ + names(my.lib) <- c("link", "term", "sets"); + } + } + + current.setlink <- my.lib$link; + current.mset <- my.lib$sets; + set.ids<- names(current.mset); + names(set.ids) <- names(current.mset) <- my.lib$term; + + current.setlink <<- current.setlink; + current.setids <<- set.ids; + current.geneset <<- current.mset; + current.universe <<- unique(unlist(current.geneset)); +} + + +# these are geneset libraries +.load.enrich.compound.lib<-function(org.code, fun.type){ + # prepare lib + is.go <- FALSE; + mSetObj <- .get.mSet(); + if(tolower(fun.type) == 'smpdb'){ + nm <- mSetObj$org; + sub.dir <- paste0("smpdb"); + }else if(tolower(fun.type) == 'keggc'){ + nm <- mSetObj$org; + sub.dir <- paste0("kegg/metpa"); + } + + lib.nm <- paste0(nm, ".qs"); + + my.lib <- .get.my.lib(lib.nm, sub.dir); + + current.setlink <- my.lib$link; + current.mset <- my.lib$mset.list; + set.ids<- my.lib$path.ids; + + current.setlink <<- current.setlink; + current.setids <<- set.ids; + current.geneset <<- current.mset; + current.universe <<- unique(names(unlist(unname(current.geneset)))); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_anot_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_anot_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..2ed584a9d3a8fe502ebf9c91826d1c4d6d24420c --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_anot_utils.R @@ -0,0 +1,226 @@ + + +#'Save concentration data +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param conc Input the concentration data +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.ConcData<-function(mSetObj=NA, conc){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$norm <- conc; + return(.set.mSet(mSetObj)); +} + +#'Save biofluid type for SSP +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param type Input the biofluid type +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +Setup.BiofluidType<-function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$biofluid <- type; + return(.set.mSet(mSetObj)); +} + +#'Set organism for further analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param org Set organism ID +#'@export +SetOrganism <- function(mSetObj=NA, org){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$org <- org; + return(.set.mSet(mSetObj)) +} + +GetKEGG.PathNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(names(current.kegglib$path.ids)); +} + +#'Given a vector containing KEGGIDs, returns a vector of KEGG compound names +#'@description This function, given a vector containing KEGGIDs, returns a vector of KEGG compound names. +#'@param ids Vector of KEGG ids +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +KEGGID2Name<-function(ids){ + cmpd.db <- .get.my.lib("compound_db.qs"); + hit.inx<- match(ids, cmpd.db$kegg); + return(cmpd.db[hit.inx, 3]); +} + +#'Given a vector containing KEGG pathway IDs, return a vector containing SMPDB IDs (only for hsa) +#'@description This function, when given a vector of KEGG pathway IDs, return a vector of SMPDB IDs (only for hsa). +#'SMPDB standing for the Small Molecule Pathway Database, and hsa standing for human serum albumin. +#'@param ids Vector of KEGG pathway IDs +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +KEGGPATHID2SMPDBIDs<-function(ids){ + hit.inx<-match(ids, path.map[,1]); + return(path.map[hit.inx, 3]); +} + +#'Given a vector of HMDBIDs, return a vector of HMDB compound names +#'@description This function, when given a vector of HMDBIDs, return a vector of HMDB compound names. HMDB standing +#'for the Human Metabolome Database. +#'@param ids Input the vector of HMDB Ids +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +HMDBID2Name<-function(ids){ + cmpd.db <- .get.my.lib("compound_db.qs"); + hit.inx<- match(ids, cmpd.db$hmdb); + return(cmpd.db[hit.inx, "name"]); +} + +#'Given a vector of KEGGIDs, return a vector of HMDB ID +#'@description This functionn, when given a vector of KEGGIDs, returns a vector of HMDB IDs. HMDB standing +#'for the Human Metabolome Database. +#'@param ids Vector of KEGG ids +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +KEGGID2HMDBID<-function(ids){ + + cmpd.db <- .get.my.lib("compound_db.qs"); + + hit.inx<- match(ids, cmpd.db$kegg); + return(cmpd.db[hit.inx, "hmdb_id"]); +} + +#'Given a vector of HMDBIDs, return a vector of KEGG IDs +#'@description This function, when given a vector of HMDBIDs, returns a vector of KEGG ID. HMDB standing +#'for the Human Metabolome Database. +#'@param ids Input the vector of HMDB Ids +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +HMDBID2KEGGID<-function(ids){ + cmpd.db <- .get.my.lib("compound_db.qs"); + hit.inx<- match(ids, cmpd.db$hmdb); + return(cmpd.db[hit.inx, "kegg_id"]); +} + + +#'Convert different gene IDs into entrez IDs for downstream analysis +#'@description Gene ID mapping, gene annotation, compound +#'mapping, KEGG mapping +#'@param q.vec Input the query +#'@param org Input the organism type +#'@param type Input the type of data to annotate +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +doGeneIDMapping <- function(q.vec, org, type){ + + sqlite.path <- paste0(url.pre, org, "_genes.sqlite"); + con <- .get.sqlite.con(sqlite.path); + + if(type == "symbol"){ + db.map = dbReadTable(con, "entrez") + hit.inx <- match(q.vec, db.map[, "symbol"]); + }else if(type == "entrez"){ + db.map = dbReadTable(con, "entrez") + hit.inx <- match(q.vec, db.map[, "gene_id"]); + }else{ + if(type == "genbank"){ + db.map = dbReadTable(con, "entrez_gb"); + }else if(type == "embl"){ + db.map = dbReadTable(con, "entrez_embl_gene"); + }else if(type == "refseq"){ + db.map = dbReadTable(con, "entrez_refseq"); + q.mat <- do.call(rbind, strsplit(q.vec, "\\.")); + q.vec <- q.mat[,1]; + }else if(type == "kos"){ + db.map = dbReadTable(con, "entrez_ortholog"); + } + hit.inx <- match(q.vec, db.map[, "accession"]); + } + + if(org %in% c("bta", "dre", "gga", "hsa", "mmu", "osa", "rno")){ + entrezs=db.map[hit.inx, "gene_id"]; + }else{ + entrezs=db.map[hit.inx, "symbol"]; + } + + rm(db.map, q.vec); gc(); + dbDisconnect(con); + return(entrezs); +} + +#'Perform compound mapping +#'@param cmpd.vec Input compound vector +#'@param q.type Query type +#'@export +doCompoundMapping<-function(cmpd.vec, q.type){ + + cmpd.map <- .get.my.lib("compound_db.qs"); + + if(q.type == "name"){ + + # first find exact match to the common compound names + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$name)); + + # then try to find exact match to synanyms for the remaining unmatched query names one by one + todo.inx <-which(is.na(hit.inx)); + if(length(todo.inx) > 0){ + # then try to find exact match to synanyms for the remaining unmatched query names one by one + syn.db <- .get.my.lib("syn_nms.qs") + syns.list <- syn.db$syns.list; + for(i in 1:length(syns.list)){ + syns <- syns.list[[i]]; + hitInx <- match(tolower(cmpd.vec[todo.inx]), tolower(syns)); + hitPos <- which(!is.na(hitInx)); + if(length(hitPos)>0){ + # record matched ones + orig.inx<-todo.inx[hitPos]; + hit.inx[orig.inx] <- i; + # update unmatched list + todo.inx<-todo.inx[is.na(hitInx)]; + } + if(length(todo.inx) == 0) break; + } + } + dat <- cmpd.map[hit.inx, "kegg"]; + }else{ + if(q.type == "hmdb"){ + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$hmdb)); + }else if(q.type == "kegg"){ + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$kegg)); + }else if(q.type == "pubchem"){ + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$pubchem)); + }else if(q.type == "chebi"){ + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$chebi)); + }else if(q.type == "reactome"){ + hit.inx <- match(tolower(cmpd.vec), tolower(cmpd.map$reactome)); + }else{ + print("No support is available for this compound database"); + return(0); + } + dat <- cmpd.map[hit.inx, "kegg"]; + } + return(dat); +} + +#'Perform KEGG to compound name mapping +#'@param kegg.vec Input vector of KEGG compounds +#'@export +doKEGG2NameMapping <- function(kegg.vec){ + cmpd.map <- .get.my.lib("compound_db.qs"); + hit.inx <- match(tolower(kegg.vec), tolower(cmpd.map$kegg)); + nms <- cmpd.map[hit.inx, "name"]; + return(nms); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_data_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_data_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..4a6647a3119375daee53373f7fd108bd3dc3719b --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_data_utils.R @@ -0,0 +1,1009 @@ +# internal variables and functions not to be modified by users +# This is only for web version +.on.public.web <- FALSE; # only TRUE when on metaboanalyst web server + +# note, this is usually used at the end of a function +# for local, return itself; for web, push to global environment +.set.mSet <- function(mSetObj=NA){ + if(.on.public.web){ + mSet <<- mSetObj; + return (1); + } + return(mSetObj); +} + +.get.mSet <- function(mSetObj=NA){ + if(.on.public.web){ + return(mSet) + }else{ + return(mSetObj); + } +} + +#'Constructs a dataSet object for storing data +#'@description This functions handles the construction of a mSetObj object for storing data for further processing and analysis. +#'It is necessary to utilize this function to specify to MetaboAnalystR the type of data and the type of analysis you will perform. +#'@usage InitDataObjects(data.type, anal.type, paired=FALSE) +#'@param data.type The type of data, either list (Compound lists), conc (Compound concentration data), +#'specbin (Binned spectra data), pktable (Peak intensity table), nmrpeak (NMR peak lists), mspeak (MS peak lists), +#'or msspec (MS spectra data) +#'@param anal.type Indicate the analysis module to be performed: stat, pathora, pathqea, msetora, msetssp, msetqea, ts, +#'cmpdmap, smpmap, or pathinteg +#'@param paired Indicate if the data is paired or not. Logical, default set to FALSE +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import methods + +InitDataObjects1 <- function(data.type, anal.type, paired=FALSE){ + + if(!.on.public.web){ + if(exists("mSet")){ + mSetObj <- .get.mSet(mSet); + mSetObj$dataSet$type <- data.type; + mSetObj$dataSet$paired <- paired; + mSetObj$analSet$type <- anal.type; + return(.set.mSet(mSetObj)); + } + } + + dataSet <- list(); + dataSet$type <- data.type; + dataSet$design.type <- "regular"; # one factor to two factor + dataSet$cls.type <- "disc"; # default until specified otherwise + dataSet$format <- "rowu"; + dataSet$paired <- paired; + analSet <- list(); + analSet$type <- anal.type; + + mSetObj <- list(); + mSetObj$dataSet <- dataSet; + mSetObj$analSet <- analSet; + mSetObj$imgSet <- list(); + mSetObj$msgSet <- list(); # store various message during data processing + mSetObj$msgSet$msg.vec <- vector(mode="character"); # store error messages + mSetObj$cmdSet <- vector(mode="character"); # store R command + + .init.global.vars(anal.type); + print("MetaboAnalyst R objects initialized ..."); + return(.set.mSet(mSetObj)); +} + +# this is for switching module +UpdateDataObjects <- function(data.type, anal.type, paired=FALSE){ + + mSetObj <- .get.mSet(NA); + mSetObj$dataSet$type <- data.type; + mSetObj$analSet$type <- anal.type; + .init.global.vars(anal.type); + + # some specific setup + if(anal.type == "mummichog"){ + .init.MummiMSet(); + load("params.rda"); + mSetObj <- UpdateInstrumentParameters(mSetObj, peakParams$ppm, peakParams$polarity, "yes", 0.02); + mSetObj <- .rt.included(mSetObj, "seconds"); + mSetObj <- Read.TextData(mSetObj, "metaboanalyst_input.csv", "colu", "disc"); + mSetObj <- .get.mSet(NA); + } + return(.set.mSet(mSetObj)); +} + +.init.MummiMSet <- function(mSetObj=NA) { + SetPeakFormat("pvalue"); + TableFormatCoerce("metaboanalyst_input.csv", "OptiLCMS", "mummichog"); + anal.type <<- "mummichog"; + api.base <<- "http://api.xialab.ca"; + err.vec <<- ""; +} + +.init.global.vars <- function(anal.type){ + # other global variables + msg.vec <<- ""; + err.vec <<- ""; + + # for network analysis + module.count <<- 0; + # counter for naming different json file (pathway viewer) + smpdbpw.count <<- 0; + # for mummichog + peakFormat <<- "mpt" + + # raw data processing + rawfilenms.vec <<- vector(); + + # for meta-analysis + mdata.all <<- list(); + mdata.siggenes <<- vector("list"); + meta.selected <<- TRUE; + anal.type <<- anal.type; + + if(.on.public.web){ + # disable parallel prcessing for public server + library(BiocParallel); + register(SerialParam()); + }else{ + if("stat" %in% anal.type | "msetqea" %in% anal.type | "pathqea" %in% anal.type | "roc" %in% anal.type) + # start Rserve engine for Rpackage + load_Rserve(); + } + + # plotting required by all + Cairo::CairoFonts(regular="Arial:style=Regular",bold="Arial:style=Bold",italic="Arial:style=Italic",bolditalic = "Arial:style=Bold Italic",symbol = "Symbol") + + # sqlite db path for gene annotation + if(file.exists("/home/glassfish/sqlite/")){ #.on.public.web + url.pre <<- "/home/glassfish/sqlite/"; + }else if(file.exists("/home/jasmine/Downloads/sqlite/")){ #jasmine's local + url.pre <<- "/home/jasmine/Downloads/sqlite/"; + api.base <<- "localhost:8987" + }else if(file.exists("/Users/soufanom/Documents/Projects/gene-id-mapping/")){ # soufan laptop + url.pre <<- "/Users/soufanom/Documents/Projects/gene-id-mapping/"; + }else if(file.exists("~/Documents/Projects/gene-id-mapping/")){ + url.pre <<- "~/Documents/Projects/gene-id-mapping/" + }else if(file.exists("/Users/xia/Dropbox/sqlite/")){ # xia local + url.pre <<- "/Users/xia/Dropbox/sqlite/"; + }else if(file.exists("/media/zzggyy/disk/sqlite/")){ + url.pre <<-"/media/zzggyy/disk/sqlite/"; #zgy local) + }else if(file.exists("/home/zgy/sqlite/")){ + url.pre <<-"/home/zgy/sqlite/"; #zgy local) + } else if(file.exists("/home/le/sqlite/")){# le local + url.pre <<-"/home/le/sqlite/"; + }else{ + url.pre <<- paste0(dirname(system.file("database", "sqlite/GeneID_25Species_JE/ath_genes.sqlite", package="MetaboAnalystR")), "/") + api.base <<- "http://api.xialab.ca" + } +} +#'For two factor time series only +#'@description For two factor time series only +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param design Input the design type +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +SetDesignType <-function(mSetObj=NA, design){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$design.type <- tolower(design); + return(.set.mSet(mSetObj)); +} + +#'Record R Commands +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param cmd Commands +#'@export +RecordRCommand <- function(mSetObj=NA, cmd){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$cmdSet <- c(mSetObj$cmdSet, cmd); + return(.set.mSet(mSetObj)); +} + +SaveRCommands <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + cmds <- paste(mSetObj$cmdSet, collapse="\n"); + write(cmds, file = "Rhistory.R", append = FALSE); +} + +#'Export R Command History +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetRCommandHistory <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$cmdSet); +} + +#'Constructor to read uploaded CSV or TXT files into the dataSet object +#'@description This function handles reading in CSV or TXT files and filling in the dataSet object +#'created using "InitDataObjects". +#'@usage Read.TextData(mSetObj=NA, filePath, format, lbl.type) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param filePath Input the path name for the CSV/TXT files to read. +#'@param format Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), +#'in columns and paired (colp), or in columns and unpaired (colu). +#'@param lbl.type Specify the data label type, either discrete (disc) or continuous (cont). +#'@param nmdr Boolean. Default set to FALSE (data is uploaded by the user and not fetched +#'through an API call to the Metabolomics Workbench). +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +Read.TextData1 <- function(mSetObj=NA, filePath, format="rowu", + lbl.type="disc", nmdr = FALSE){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$cls.type <- lbl.type; + mSetObj$dataSet$format <- format; + + if(nmdr){ + dat <- qs::qread("nmdr_study.qs") + }else{ + dat <- .readDataTable(filePath); + } + + if(class(dat) == "try-error" || ncol(dat) == 1){ + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + AddErrMsg("Make sure the file delimeters are commas."); + return(0); + } + + msg <- NULL; + + if(substring(format,4,5)=="ts"){ + # two factor time series data + if(substring(format,1,3)=="row"){ # sample in row + msg<-c(msg, "Samples are in rows and features in columns"); + smpl.nms <-dat[,1]; + all.nms <- colnames(dat); + facA.lbl <- all.nms[2]; + cls.lbl <- facA <- dat[,2]; # default assign facA to cls.lbl in order for one-factor analysis + facB.lbl <- all.nms[3]; + facB <- dat[,3]; + conc <- dat[,-c(1:3)]; + var.nms <- colnames(conc); + }else{ # sample in col + msg<-c(msg, "Samples are in columns and features in rows."); + all.nms <- dat[,1]; + facA.lbl <- all.nms[1]; + cls.lbl <- facA <- dat[1,-1]; + facB.lbl <- all.nms[2]; + facB <- dat[2,-1]; + var.nms <- dat[-c(1:2),1]; + conc<-t(dat[-c(1:2),-1]); + smpl.nms <- rownames(conc); + } + + if(mSetObj$dataSet$design.type =="time" | mSetObj$dataSet$design.type =="time0"){ + # determine time factor + if(!(tolower(facA.lbl) == "time" | tolower(facB.lbl) == "time")){ + AddErrMsg("No time points found in your data"); + AddErrMsg("The time points group must be labeled as <b>Time</b>"); + return(0); + } + } + }else{ + + if(substring(format,1,3)=="row"){ # sample in row + msg <- c(msg, "Samples are in rows and features in columns"); + smpl.nms <-dat[,1]; + dat[,1] <- NULL; #remove sample names + if(lbl.type == "qc"){ + rownames(dat) <- smpl.nms; + #mSetObj$dataSet$orig <- dat; + qs::qsave(dat, file="data_orig.qs"); + mSetObj$dataSet$cmpd <- colnames(dat); + return(1); + } + cls.lbl <- dat[,1]; + conc <- dat[,-1, drop=FALSE]; + var.nms <- colnames(conc); + if(lbl.type == "no"){ #no class label + cls.lbl <- rep(1, nrow(dat)); + conc <- dat[,, drop=FALSE]; + var.nms <- colnames(conc); + } + }else{ # sample in col + msg<-c(msg, "Samples are in columns and features in rows."); + if(lbl.type == "no"){ + cls.lbl <- rep(1, ncol(dat)); + conc <- t(dat[,-1]); + var.nms <- dat[,1]; + smpl.nms <- colnames(dat[,-1]); + }else{ + var.nms <- dat[-1,1]; + dat[,1] <- NULL; + smpl.nms <- colnames(dat); + cls.lbl <- dat[1,]; + conc <- t(dat[-1,]); + } + } + } + + mSetObj$dataSet$type.cls.lbl <- class(cls.lbl); + + msg <- c(msg, "The uploaded file is in comma separated values (.csv) format."); + + # try to remove empty line if present + # identified if no sample names provided + + empty.inx <- is.na(smpl.nms) | smpl.nms == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty rows</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + } + + # try to check & remove empty lines if class label is empty + # Added by B. Han + empty.inx <- is.na(cls.lbl) | cls.lbl == "" + if(sum(empty.inx) > 0){ + if(mSetObj$analSet$type != "roc"){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty labels</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + # force all NA to empty string, otherwise NA will become "NA" class label + cls.lbl[is.na(cls.lbl)] <- ""; + msg <- c(msg, paste("<font color=\"orange\">", sum(empty.inx), "new samples</font> were detected from your data.")); + } + } + + if(anal.type == "roc"){ + if(length(unique(cls.lbl[!empty.inx])) > 2){ + AddErrMsg("ROC analysis is only defined for two-group comparisions!"); + return(0); + } + } + + # check for uniqueness of dimension name + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + AddErrMsg("Duplicate sample names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + # try to remove check & remove empty line if feature name is empty + empty.inx <- is.na(var.nms) | var.nms == ""; + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty features</font> were detected and excluded from your data.")); + var.nms <- var.nms[!empty.inx]; + conc <- conc[,!empty.inx]; + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.nm <- paste(var.nms[duplicated(var.nms)], collapse=" "); + AddErrMsg("Duplicate feature names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + if(anal.type == "mummichog"){ + if(!is.rt){ + mzs <- as.numeric(var.nms); + if(sum(is.na(mzs) > 0)){ + AddErrMsg("Make sure that feature names are numeric values (mass or m/z)!"); + return(0); + } + } + } + + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + na.inx <- is.na(iconv(smpl.nms)); + nms <- paste(smpl.nms[na.inx], collapse="; "); + AddErrMsg(paste("No special letters (i.e. Latin, Greek) are allowed in sample names!", nms, collapse=" ")); + return(0); + } + + if(sum(is.na(iconv(var.nms)))>0){ + na.inx <- is.na(iconv(var.nms)); + nms <- paste(var.nms[na.inx], collapse="; "); + AddErrMsg(paste("No special letters (i.e. Latin, Greek) are allowed in feature names!", nms, collapse=" ")); + return(0); + } + + # only keep alphabets, numbers, ",", "." "_", "-" "/" + orig.smp.nms <- smpl.nms; + smpl.nms <- CleanNames(smpl.nms, "sample_name"); + names(orig.smp.nms) <- smpl.nms; + + # keep a copy of original names for saving tables + orig.var.nms <- var.nms; + var.nms <- CleanNames(var.nms, "var_name"); # allow space, comma and period + names(orig.var.nms) <- var.nms; + + cls.lbl <- ClearStrings(as.vector(cls.lbl)); + + # now assgin the dimension names + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + # check if paired or not + if(mSetObj$dataSet$paired){ + # save as it is and process in sanity check step + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$pairs <- cls.lbl; + } else { + if(lbl.type == "disc"){ + # check for class labels at least two replicates per class + #if(min(table(cls.lbl)) < 3){ + # AddErrMsg(paste ("A total of", length(levels(as.factor(cls.lbl))), "groups found with", length(smpl.nms), "samples.")); + # AddErrMsg("At least three replicates are required in each group!"); + # AddErrMsg("Or maybe you forgot to specify the data format?"); + # return(0); + #} + + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$cls <- as.factor(as.character(cls.lbl)); + + if(substring(format,4,5)=="ts"){ + + mSetObj$dataSet$facA.type <- is.numeric(facA); + mSetObj$dataSet$orig.facA <- mSetObj$dataSet$facA <- as.factor(as.character(facA)); + mSetObj$dataSet$facA.lbl <- facA.lbl; + + mSetObj$dataSet$facB.type <- is.numeric(facB); + mSetObj$dataSet$orig.facB <- mSetObj$dataSet$facB <- as.factor(as.character(facB)); + mSetObj$dataSet$facB.lbl <- facB.lbl; + } + + }else{ # continuous + + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$cls <- tryCatch({ + as.numeric(cls.lbl); + },warning=function(na) { + print("Class labels must be numeric and continuous!"); + return(0); + }) + + if(mSetObj$dataSet$cls == 0){ + AddErrMsg("Class labels must be numeric and continuous!"); + return(0) + } + } + } + + # for the current being to support MSEA and MetPA + if(mSetObj$dataSet$type == "conc"){ + mSetObj$dataSet$cmpd <- var.nms; + } + + mSetObj$dataSet$mumType <- "table"; + mSetObj$dataSet$orig.var.nms <- orig.var.nms; + mSetObj$dataSet$orig.smp.nms <- orig.smp.nms; + #mSetObj$dataSet$orig <- conc; # copy to be processed in the downstream + qs::qsave(conc, file="data_orig.qs"); + mSetObj$msgSet$read.msg <- c(msg, paste("The uploaded data file contains ", nrow(conc), + " (samples) by ", ncol(conc), " (", tolower(GetVariableLabel(mSetObj$dataSet$type)), ") data matrix.", sep="")); + + return(.set.mSet(mSetObj)); +} + +#'Read paired peak or spectra files +#'@description This function reads paired peak lists or spectra files. The pair information +#'is stored in a file where each line is a pair and names are separated by ":". +#'@param filePath Set file path +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +ReadPairFile <- function(filePath="pairs.txt"){ + all.pairs <- scan(filePath, what='character', strip.white = T); + labels <- as.vector(rbind(1:length(all.pairs), -(1:length(all.pairs)))); + all.names <- NULL; + for(i in 1:length(all.pairs)){ + all.names=c(all.names, unlist(strsplit(all.pairs[i],":", fixed=TRUE), use.names=FALSE)); + } + names(labels) <- all.names; + return(labels); +} + +#'Save the processed data with class names +#'@description This function saves the processed data with class names as CSV files. +#'Several files may be generated, the original data, processed data, peak normalized, and/or normalized data. +#'@param mSetObj Input name of the created mSet Object +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +SaveTransformedData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + data.type <- mSetObj$dataSet$type + + # mummichog data is not processed, so just mSet$orig and mSet$proc + + if(anal.type=="mummichog"){ + fast.write.csv(mSetObj$dataSet$mummi.orig, file="data_original.csv", row.names = FALSE); + fast.write.csv(mSetObj$dataSet$mummi.proc, file="data_processed.csv", row.names = FALSE); + }else{ + if(file.exists("data_orig.qs")){ + lbls <- NULL; + tsFormat <- substring(mSetObj$dataSet$format,4,5)=="ts"; + if(tsFormat){ + lbls <- cbind(as.character(mSetObj$dataSet$orig.facA),as.character(mSetObj$dataSet$orig.facB)); + colnames(lbls) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl); + }else{ + lbls <- cbind("Label"= as.character(mSetObj$dataSet$orig.cls)); + } + + orig.var.nms <- mSetObj$dataSet$orig.var.nms; + orig.data<- qs::qread("data_orig.qs"); + + # convert back to original names + if(!data.type %in% c("nmrpeak", "mspeak", "msspec")){ + colnames(orig.data) <- orig.var.nms[colnames(orig.data)]; + } + orig.data<-cbind(lbls, orig.data); + + if(dim(orig.data)[2]>200){ + orig.data<-t(orig.data); + } + + fast.write.csv(orig.data, file="data_original.csv"); + + if(!is.null(mSetObj$dataSet[["proc"]])){ + + if(!is.null(mSetObj$dataSet[["filt"]])){ + if(tsFormat){ + lbls <- cbind(as.character(mSetObj$dataSet$filt.facA),as.character(mSetObj$dataSet$filt.facB)); + colnames(lbls) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl); + }else{ + lbls <- cbind("Label"= as.character(mSetObj$dataSet$filt.cls)); + } + proc.data<-mSetObj$dataSet$filt; + }else{ + if(tsFormat){ + lbls <- cbind(as.character(mSetObj$dataSet$proc.facA),as.character(mSetObj$dataSet$proc.facB)); + colnames(lbls) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl); + }else{ + lbls <- cbind("Label"= as.character(mSetObj$dataSet$proc.cls)); + } + proc.data<-mSetObj$dataSet$proc; + } + + # convert back to original names + if(!data.type %in% c("nmrpeak", "mspeak", "msspec")){ + colnames(proc.data) <- orig.var.nms[colnames(proc.data)]; + } + proc.data<-cbind(lbls, proc.data); + + if(dim(proc.data)[2]>200){ + proc.data<-t(proc.data); + } + fast.write.csv(proc.data, file="data_processed.csv"); + + if(!is.null(mSetObj$dataSet[["norm"]])){ + if(tsFormat){ + lbls <- cbind(as.character(mSetObj$dataSet$facA),as.character(mSetObj$dataSet$facB)); + colnames(lbls) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl); + }else{ + lbls <- cbind("Label"= as.character(mSetObj$dataSet$cls)); + } + + norm.data <- mSetObj$dataSet$norm; + + # for ms peaks with rt and ms, insert two columns, without labels + # note in memory, features in columns + if(!is.null(mSetObj$dataSet$three.col)){ + ids <- matrix(unlist(strsplit(colnames(norm.data), "/", fixed=TRUE)),ncol=2, byrow=T); + colnames(ids) <- c("mz", "rt"); + new.data <- data.frame(ids, t(norm.data)); + fast.write.csv(new.data, file="peak_normalized_rt_mz.csv"); + }else{ + # convert back to original names + if(!data.type %in% c("nmrpeak", "mspeak", "msspec")){ + colnames(norm.data) <- orig.var.nms[colnames(norm.data)]; + } + norm.data<-cbind(lbls, norm.data); + if(dim(norm.data)[2]>200){ + norm.data<-t(norm.data); + } + fast.write.csv(norm.data, file="data_normalized.csv"); + } + } + } + } + } + return(.set.mSet(mSetObj)); +} + +#' Adds an error message +#'@description The error message will be printed in all cases. +#'Used in higher functions. +#'@param msg Error message to print +#'@export +AddErrMsg <- function(msg){ + err.vec <<- c(err.vec, msg); + print(msg); +} + +# general message only print when running local +AddMsg <- function(msg){ + msg.vec <<- c(msg.vec, msg); + if(!.on.public.web){ + print(msg); + } +} + +# return the latest message +GetCurrentMsg <- function(){ + return(msg.vec[length(msg.vec)]); +} + +GetMetaCheckMsg <- function(mSetObj=NA){ + return(current.msg); +} + +#'Plot compound summary +#'change to use dataSet$proc instead of dataSet$orig in +#'case of too many NAs +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param cmpdNm Input the name of the compound to plot +#'@param format Input the format of the image to create +#'@param dpi Input the dpi of the image to create +#'@param width Input the width of the image to create +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotCmpdSummary <- function(mSetObj=NA, cmpdNm, version, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + load_grid() + } + + imgName <- gsub("\\/", "_", cmpdNm); + imgName <- paste(imgName, "_", version, "_summary_dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 7.5; + }else{ + w <- width; + } + + if(substring(mSetObj$dataSet$format,4,5)!="ts"){ + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height= w*0.65, type=format, bg="white"); + + # need to consider norm data were edited, different from proc + smpl.nms <- rownames(mSetObj$dataSet$norm); + + mns <- by(as.numeric(mSetObj$dataSet$proc[smpl.nms, cmpdNm]), mSetObj$dataSet$cls, mean, na.rm=T); + sds <- by(as.numeric(mSetObj$dataSet$proc[smpl.nms, cmpdNm]), mSetObj$dataSet$cls, sd, na.rm=T); + + ups <- mns + sds; + dns <- mns - sds; + + # all concentration need start from 0 + y <- c(0, dns, mns, ups); + + rg <- range(y) + 0.05 * diff(range(y)) * c(-1, 1) + pt <- pretty(y) + + axp=c(min(pt), max(pt[pt <= max(rg)]),length(pt[pt <= max(rg)]) - 1); + + # ggplot alternative + col <- unique(GetColorSchema(mSetObj$dataSet$cls)); + + df.orig <- data.frame(value = as.vector(mns), name = levels(mSetObj$dataSet$cls), up = as.vector(ups), down = as.vector(dns)) + p.orig <- ggplot(df.orig, aes(x = name, y = value, fill = name)) + geom_bar(stat = "identity", colour = "black") + theme_bw() + p.orig <- p.orig + scale_y_continuous(breaks=pt, limits = range(pt)) + ggtitle("Original Conc.") + p.orig <- p.orig + theme(plot.title = element_text(size = 11, hjust=0.5)) + theme(axis.text.x = element_text(angle=90, hjust=1)) + p.orig <- p.orig + theme(axis.title.x = element_blank(), axis.title.y = element_blank(), legend.position = "none") + p.orig <- p.orig + theme(panel.grid.minor = element_blank(), panel.grid.major = element_blank()) # remove gridlines + p.orig <- p.orig + geom_segment(aes(xend=name, y=up, yend=dns)) + scale_fill_manual(values=col) + p.orig <- p.orig + theme(plot.margin = margin(t=0.35, r=0.5, b=0.15, l=0.15, "cm"), axis.text = element_text(size=10)) + + df.norm <- data.frame(value=mSetObj$dataSet$norm[, cmpdNm], name = mSetObj$dataSet$cls) + p.norm <- ggplot2::ggplot(df.norm, aes(x=name, y=value, fill=name)) + geom_boxplot(notch=FALSE, outlier.shape = NA, outlier.colour=NA) + theme_bw() + geom_jitter(size=1) + p.norm <- p.norm + theme(axis.title.x = element_blank(), axis.title.y = element_blank(), legend.position = "none") + p.norm <- p.norm + stat_summary(fun.y=mean, colour="yellow", geom="point", shape=18, size=3, show.legend = FALSE) + p.norm <- p.norm + scale_fill_manual(values=col) + ggtitle(cmpdNm) + theme(axis.text.x = element_text(angle=90, hjust=1)) + p.norm <- p.norm + ggtitle("Normalized Conc.") + theme(plot.title = element_text(size = 11, hjust=0.5)) + p.norm <- p.norm + theme(panel.grid.minor = element_blank(), panel.grid.major = element_blank()) # remove gridlines + p.norm <- p.norm + theme(plot.margin = margin(t=0.35, r=0.25, b=0.15, l=0.5, "cm"), axis.text = element_text(size=10)) + + gridExtra::grid.arrange(p.orig, p.norm, ncol=2, top = grid::textGrob(paste(cmpdNm), gp=grid::gpar(fontsize=14, fontface="bold"))) + + dev.off(); + + }else if(mSetObj$dataSet$design.type =="time0"){ + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=8, height= 6, type=format, bg="white"); + plotProfile(mSetObj, cmpdNm); + dev.off(); + + }else{ + if(mSetObj$dataSet$design.type =="time"){ # time trend within phenotype + out.fac <- mSetObj$dataSet$exp.fac; + in.fac <- mSetObj$dataSet$time.fac; + xlab = "Time"; + }else{ # factor a split within factor b + out.fac <- mSetObj$dataSet$facB; + in.fac <- mSetObj$dataSet$facA; + xlab = mSetObj$dataSet$facA.lbl; + } + + # two images per row + img.num <- length(levels(out.fac)); + row.num <- ceiling(img.num/2) + + if(row.num == 1){ + h <- w*5/9; + }else{ + h <- w*0.5*row.num; + } + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + col <- unique(GetColorSchema(in.fac)); + + p_all <- list() + + for(lv in levels(out.fac)){ + inx <- out.fac == lv; + df.orig <- data.frame(facA = lv, value = mSetObj$dataSet$norm[inx, cmpdNm], name = in.fac[inx]) + p_all[[lv]] <- df.orig + } + + alldata <- do.call(rbind, p_all) + + p.time <- ggplot2::ggplot(alldata, aes(x=name, y=value, fill=name)) + geom_boxplot(outlier.shape = NA, outlier.colour=NA) + theme_bw() + geom_jitter(size=1) + p.time <- p.time + facet_wrap(~facA, nrow = row.num) + theme(axis.title.x = element_blank(), legend.position = "none") + p.time <- p.time + scale_fill_manual(values=col) + theme(axis.text.x = element_text(angle=90, hjust=1)) + p.time <- p.time + ggtitle(cmpdNm) + theme(plot.title = element_text(size = 11, hjust=0.5, face = "bold")) + ylab("Abundance") + p.time <- p.time + theme(panel.grid.minor = element_blank(), panel.grid.major = element_blank()) # remove gridlines + p.time <- p.time + theme(plot.margin = margin(t=0.15, r=0.25, b=0.15, l=0.25, "cm"), axis.text = element_text(size=10)) + + print(p.time) + dev.off() + } + + if(.on.public.web){ + return(imgName); + }else{ + return(.set.mSet(mSetObj)); + } +} + + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetErrMsg<-function(){ + return(err.vec); +} + +#'Save compound name for mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param qvec Input the vector to query +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.MapData1 <- function(mSetObj=NA, qvec){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$cmpd <- qvec; + return(.set.mSet(mSetObj)); +} + +GetMetaInfo <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$dataSet$design.type == "regular"){ + return("Group"); + }else{ + return(c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl)); + } +} + +# all groups +GetGroupNames <- function(mSetObj=NA, exp.fac=NA){ + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$dataSet$design.type == "regular"){ + cls.lbl <- mSetObj$dataSet$prenorm.cls; + if(mSetObj$analSet$type=="roc"){ + empty.inx <- is.na(cls.lbl) | cls.lbl == ""; + # make sure re-factor to drop level + my.cls <- factor(cls.lbl[!empty.inx]); + }else{ + my.cls <- cls.lbl; + } + }else{ + if(exp.fac == mSetObj$dataSet$facA.lbl){ + my.cls <- mSetObj$dataSet$facA; + }else{ + my.cls <- mSetObj$dataSet$facB; + } + my.fac <- exp.fac; + } + current.cls <<- my.cls; + return(levels(my.cls)); +} + +# groups entering analysis +GetNormGroupNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + levels(mSetObj$dataSet$cls); +} + +GetLiteralGroupNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.character(mSetObj$dataSet$prenorm.cls); +} + +GetFilesToBeSaved <-function(naviString){ + partialToBeSaved <- c("Rload.RData"); + return(unique(partialToBeSaved)); +} + +GetExampleDataPath<-function(naviString){ + return(url.pre); +} + +Read.TextDataMumMixed <- function(mSetObj=NA, filePath,filePath2, format="rowu", lbl.type="disc", order=NULL){ + + temp_mSet1 <- Read.TextData(NA, filePath, format, lbl.type) + temp_mSet1 <- .get.mSet(mSetObj); + qs::qsave(temp_mSet1, file="data_orig_temp1.qs"); + + temp_mSet1 <- qs::qread("data_orig_temp1.qs"); + orig1 <- qs::qread("data_orig.qs"); + + temp_mSet2 <- Read.TextData(NA, filePath2, format, lbl.type) + temp_mSet2 <-.get.mSet(mSetObj); + orig2 <- qs::qread("data_orig.qs"); + mSetObj <- temp_mSet1 + mSetObj$dataSet$mumType <- "table"; + mSetObj$dataSet$orig.var.nms <- c(mSetObj$dataSet$orig.var.nms, temp_mSet2$dataSet$orig.var.nms); + mSetObj$dataSet$mode <- "mixed" + orig <- cbind(orig1, orig2); + mSetObj$dataSet$pos_inx <- c(rep(TRUE, ncol(orig1)), rep(FALSE, ncol(orig2))) + qs::qsave(orig, file="data_orig.qs"); + .set.mSet(mSetObj) + + return(1); +} + + +TableFormatCoerce <- function(oriFile = NULL, oriFormat = "Unknown", targetModule = "mummichog", sampleIn = "col"){ + + df <- read.csv(oriFile); + df[is.na(df)] <- df[df == ""] <- 0; + + if (targetModule == "mummichog") { + ## This is used to convert the data format from Spectral Processing to Mummichog + if (oriFormat == "OptiLCMS") { + if (sampleIn == "col") { + newFea <- strsplit(df[, 1], "@") + + newFea <- lapply(newFea, function(x) { + return(paste0(x[1], "__", x[2])) + }) + } else { + # cannot be in row for OptiLCMS source + } + + df[, 1] <- unlist(newFea) + df[1, 1] <- "Label" + } + } + + write.csv(df, file = oriFile, quote = FALSE, row.names = FALSE) + +} + +################################################################################################ +################# First create table of all studies with named metabolites ##################### +################################################################################################ + +#'Function to retrieve all available datasets from the Metabolomics Workbench. +#'@description This function uses the httr R package to make an API +#'call to the Metabolomics Workbench to retrieve a table of +#'all compatible datasets. +#'@usage ListNMDRStudies(mSetObj=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +ListNMDRStudies <- function(mSetObj=NA){ + + # The Metabolomics Workbench API url + call <- "https://www.metabolomicsworkbench.org/rest/study/study_id/ST/named_metabolites" + + # Use httr::GET to send the request to the Metabolomics Workbench API + # The response will be saved in query_results + query_results <- httr::GET(call, encode = "json") + + # Check if response is ok + # 200 is ok! 401 means an error has occured on the user's end. + if(query_results$status_code!=200){ + AddErrMsg("REST url to Metabolomics Workbench failed!") + return(0) + } + + # Parse the response into a table + query_results_text <- content(query_results, "text", encoding = "UTF-8") + query_results_json <- RJSONIO::fromJSON(query_results_text, flatten = TRUE) + query_results_table <- t(rbind.data.frame(query_results_json)) + rownames(query_results_table) <- query_results_table[,1] + + # Keep studies with > 10 metabolites + num_metabolites <- as.numeric(query_results_table[,"num_metabolites"]) + keep.inx <- num_metabolites > 10 + query_results_table_keep <- query_results_table[keep.inx, ] + query_results_table_keep <- subset(query_results_table_keep, select = - c(analysis_id, analysis_type, + num_metabolites, + ms_type, units)) + + query_results_table_keep <- data.frame(query_results_table_keep) + + load_stringr() + query_results_table_keep$lipid <- stringr::str_detect(query_results_table_keep$study_title, fixed("lipid", ignore_case=TRUE)) + + mSetObj$dataSet$NMDR_studies <- query_results_table_keep + + if(!.on.public.web){ + fast.write.csv(query_results_table_keep, "all_metabolomics_workbench_studies.csv") + }else{ + qs::qsave(query_results_table_keep, "metabolomics_workbench_studies.qs") + } + + return(.set.mSet(mSetObj)); +} + +################################################################################################## +################# Now using the StudyID download the study dataset as matrix ##################### +################################################################################################## + +#'Function to retrieve dataset from the Metabolomics Workbench. +#'@description This function uses the httr R package to make an API +#'call to the Metabolomics Workbench to download and save a dataset +#'based on the Study ID into the current working directory. +#'@usage GetNMDRStudy(mSetObj=NA, StudyID) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param StudyID Input the StudyID of the study from the Metabolomics Workbench. +#'Use the ListNMDRStudies function to obtain a list of all available studies +#'from the Metabolomics Workbench. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +GetNMDRStudy <- function(mSetObj=NA, StudyID){ + + mSetObj <- .get.mSet(mSetObj); + + check.inx <- nchar(StudyID) == 8 & grep("ST", StudyID) + + if(!check.inx){ + AddErrMsg("Error! Invalid Study ID selected!") + return(0) + } + + mSetObj$dataSet$NMDR_id <- StudyID + + load_httr() + call <- paste0("https://www.metabolomicsworkbench.org/rest/study/study_id/", StudyID, "/metaboanalyst") + + # set timeout to 45 seconds + query_results <- httr::GET(call, encode = "json", timeout = 45) + + if(query_results$status_code!=200){ + AddErrMsg("Error! REST url to Metabolomics Workbench failed!") + return(0) + } + + # Parse the response into a table + query_results_text <- content(query_results, "text", encoding = "UTF-8") + query_study_dataset <- read.delim(text = query_results_text, header = T, check.names = F) + + if(nrow(query_study_dataset) < 3){ + AddErrMsg("Error! Selected study does not have enough samples for downstream statistical analyses!") + return(0) + } + + if(ncol(query_study_dataset) < 3){ + AddErrMsg("Error! Selected study does not have enough features for downstream statistical analyses!") + return(0) + } + + qs::qsave(query_study_dataset, "nmdr_study.qs") + + return(.set.mSet(mSetObj)); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_lib_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_lib_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..569c0b740d8b89ea4e78190922a95d0c37b4c08a --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_lib_utils.R @@ -0,0 +1,228 @@ +#library(qs,lib.loc='/home2/zzhao/R/4.0.2-gccmkl') +#library(RcppParallel,lib.loc='/home2/zzhao/R/4.0.2-gccmkl') +myLibPath='~/R/4.0.2-gccmkl' #Changed this to your own library path if necessary. +dir.create(myLibPath,recursive=T,showWarnings=F) +.libPaths(c(myLibPath,.libPaths())) +library(qs) +library(Rcpp) +library(RcppParallel) +#The above two lines were added by ZZY on 3/5/2021. + +#Read RDS files from the internet +#' @description Function downloads the required file and reads it only if not already in working directory. +#' Need to specify the file URL and the destfile. +#' @param filenm Input the name of the file to download + +# read binary qs files +# sub.dir is sub folder, leave NULL is under main lib folder +.get.my.lib <- function(filenm, sub.dir=NULL){ + + if(!is.null(sub.dir)){ + sub.dir <- paste0(sub.dir, "/"); + } + if(.on.public.web){ + lib.path <- paste0("../../libs/", sub.dir, filenm); + print(paste("loading library:", lib.path)); + return(qs::qread(lib.path)); + } + + lib.download <- FALSE; + if(!file.exists(filenm)){ + lib.download <- TRUE; + }else{ + time <- file.info(filenm) + diff_time <- difftime(Sys.time(), time[,"mtime"], unit="days") + if(diff_time>30){ + lib.download <- TRUE; + } + } + + lib.url <- paste0("https://www.metaboanalyst.ca/resources/libs/", sub.dir, filenm); + # Deal with curl issues + if(lib.download){ + tryCatch( + { + download.file(lib.url, destfile=filenm, method="curl") + }, warning = function(w){ print() }, + error = function(e) { + print("Download unsucceful. Ensure that curl is downloaded on your computer.") + print("Attempting to re-try download using libcurl...") + download.file(lib.url, destfile=filenm, method="libcurl") + } + ) + } + lib.path <- filenm; + + + # Deal w. corrupt downloaded files + tryCatch({ + my.lib <- qs::qread(lib.path); # this is a returned value, my.lib never called outside this function, should not be in global env. + print("Loaded files from MetaboAnalyst web-server.") + }, + warning = function(w) { print() }, + error = function(err) { + print("Reading data unsuccessful, attempting to re-download file...") + tryCatch({ + download.file(lib.url, destfile=filenm, method="curl") + my.lib <- qs::qread(lib.path); + print("Loaded necessary files.") + }, + warning = function(w) { print() }, + error = function(err) { + print("Loading files from server unsuccessful. Ensure curl is downloaded on your computer.") + } + ) + }) + return(my.lib); +} + +.getDynLoadPath <- function() { + if(file.exists("/home/glassfish/payara5/glassfish/domains/domain1/applications/MetaboAnalyst/resources/rscripts/metaboanalystr/src/MetaboAnalyst.so")){ + path = "/home/glassfish/payara5/glassfish/domains/domain1/applications/MetaboAnalyst/resources/rscripts/metaboanalystr/src/MetaboAnalyst.so"; + }else if(dir.exists("/media/zzggyy/disk")){ + path <- "/media/zzggyy/disk/MetaboAnalyst/target/MetaboAnalyst-5.18/resources/rscripts/metaboanalystr/src/MetaboAnalyst.so" + }else if(.on.public.web){ + path = "../../rscripts/metaboanalystr/src/MetaboAnalyst.so"; + } + return(path) +} + +# Load lattice, necessary for power analysis +load_lattice <- function(){ + suppressMessages(library(lattice)) +} + +# Load igraph, necessary for network analysis +load_igraph <- function(){ + suppressMessages(library(igraph)) +} + +# Load reshape, necessary for graphics +load_reshape <- function(){ + suppressMessages(library(reshape)) +} + +# Load gplots, necessary for heatmap +load_gplots <- function(){ + suppressMessages(library(gplots)) +} + +# Load R color brewer, necessary for heatmap +load_rcolorbrewer <- function(){ + suppressMessages(library(RColorBrewer)) +} + +# Load RSQLite, necessary for network analysis +load_rsqlite <- function(){ + suppressMessages(library(RSQLite)) +} + +# Load caret, necessary for stats module +load_caret <- function(){ + suppressMessages(library(caret)) +} + +# Load pls, necessary for stats module +load_pls <- function(){ + suppressMessages(library(pls)) +} + +# Load KEGGgraph +load_kegggraph <- function(){ + suppressMessages(library(KEGGgraph)) +} + +# Load RGraphviz +load_rgraphwiz <- function(){ + suppressMessages(library(Rgraphviz)) +} + +# Load data.table +load_data.table <- function(){ + suppressMessages(library(data.table)) +} + +# Load Biobase +load_biobase <- function(){ + suppressMessages(library(Biobase)) +} + +# Load MSnbase +load_msnbase <- function(){ + suppressMessages(library(MSnbase)) +} + +# Load progress +load_progress <- function(){ + suppressMessages(library(progress)) +} + +# Load graph +load_graph <- function(){ + suppressMessages(library(graph)) +} + +# Load RBGL +load_RBGL <- function(){ + suppressMessages(library(RBGL)) +} + +# Load ggplot2 +load_ggplot <- function(){ + suppressMessages(library(ggplot2)) +} + +# Load gridExtra +load_grid <- function(){ + suppressMessages(library(gridExtra)) + suppressMessages(library(grid)) +} + +# Load camera +load_camera <- function(){ + suppressMessages(library(CAMERA)) +} + +# Load stringr +load_stringr <- function(){ + suppressMessages(library(stringr)) +} + +# Load httr +load_httr <- function(){ + suppressMessages(library(httr)) +} + +# Load BiocParallel +load_biocparallel <- function(){ + suppressMessages(library(BiocParallel)) +} + +# Load RSclient +load_RSclient <- function(){ + installed <- c("RSclient") %in% rownames(installed.packages()) + if(installed){ + suppressMessages(library(RSclient)) + }else{ + print("Please install RSclient R package!") + } +} + +# Load Rserve - need to open only 1 instance for R package users +load_Rserve <- function(){ + + installed <- c("Rserve") %in% rownames(installed.packages()) + + if(installed){ + # first need to start up an Rserve instance + suppressMessages(library(Rserve)) + Rserve::Rserve(args = "--no-save") + }else{ + print("Please install Rserve R package!") + } +} + +# load mzR +load_mzR <- function(){ + library(mzR); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_load_libs.R b/V1.7.4/MetaboAnalyst_3.0.3/general_load_libs.R new file mode 100755 index 0000000000000000000000000000000000000000..a7d50502a869b1c5fbe42fcdb96617c12511bc7c --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_load_libs.R @@ -0,0 +1,105 @@ +# Load lattice, necessary for power analysis +load_lattice <- function(){ + suppressMessages(library(lattice)) +} + +# Load igraph, necessary for network analysis +load_igraph <- function(){ + suppressMessages(library(igraph)) +} + +# Load reshape, necessary for graphics +load_reshape <- function(){ + suppressMessages(library(reshape)) +} + +# Load gplots, necessary for heatmap +load_gplots <- function(){ + suppressMessages(library(gplots)) +} + +# Load R color brewer, necessary for heatmap +load_rcolorbrewer <- function(){ + suppressMessages(library(RColorBrewer)) +} + +# Load RSQLite, necessary for network analysis +load_rsqlite <- function(){ + suppressMessages(library(RSQLite)) +} + +# Load caret, necessary for stats module +load_caret <- function(){ + suppressMessages(library(caret)) +} + +# Load pls, necessary for stats module +load_pls <- function(){ + suppressMessages(library(pls)) +} + +# Load KEGGgraph +load_kegggraph <- function(){ + suppressMessages(library(KEGGgraph)) +} + +# Load RGraphviz +load_rgraphwiz <- function(){ + suppressMessages(library(Rgraphviz)) +} + + +# Load data.table +load_data.table <- function(){ + suppressMessages(library(data.table)) +} + +# Load ggplot2 +load_ggplot <- function(){ + suppressMessages(library(ggplot2)) +} + +# Load gridExtra +load_grid <- function(){ + suppressMessages(library(gridExtra)) + suppressMessages(library(grid)) +} + +# Load camera +load_camera <- function(){ + suppressMessages(library(CAMERA)) +} + +# Load stringr +load_stringr <- function(){ + suppressMessages(library(stringr)) +} + +# Load httr +load_httr <- function(){ + suppressMessages(library(httr)) +} + +# Load RSclient +load_RSclient <- function(){ + installed <- c("RSclient") %in% rownames(installed.packages()) + if(installed){ + suppressMessages(library(RSclient)) + }else{ + print("Please install RSclient R package!") + } +} + +# Load Rserve - need to open only 1 instance for R package users +load_Rserve <- function(){ + + installed <- c("Rserve") %in% rownames(installed.packages()) + + if(installed){ + # first need to start up an Rserve instance + suppressMessages(library(Rserve)) + Rserve::Rserve(args = "--no-save") + }else{ + print("Please install Rserve R package!") + } +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_misc_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_misc_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..4b3109e2d328621152cf38d39c4addfbe2d32b46 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_misc_utils.R @@ -0,0 +1,1086 @@ +### Perform miscellaneous tasks +### Perform misc tasks +### Jeff Xia\email{jeff.xia@mcgill.ca} +### McGill University, Canada +###License: GNU GPL (>= 2) + +# Limit of detection (1/5 of min for each var) +.replace.by.lod <- function(x){ + lod <- min(x[x>0], na.rm=T)/5; + x[x==0|is.na(x)] <- lod; + return(x); +} + +ReplaceMissingByLoD <- function(int.mat){ + int.mat <- as.matrix(int.mat); + rowNms <- rownames(int.mat); + colNms <- colnames(int.mat); + int.mat <- apply(int.mat, 2, .replace.by.lod); + rownames(int.mat) <- rowNms; + colnames(int.mat) <- colNms; + return (int.mat); +} + +#'Given a data with duplicates, remove duplicates +#'@description Dups is the one with duplicates +#'@param data Input data to remove duplicates +#'@param lvlOpt Set options, default is mean +#'@param quiet Set to quiet, logical, default is T +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +RemoveDuplicates <- function(data, lvlOpt="mean", quiet=T){ + + all.nms <- rownames(data); + colnms <- colnames(data); + dup.inx <- duplicated(all.nms); + dim.orig <- dim(data); + data <- apply(data, 2, as.numeric); # force to be all numeric + dim(data) <- dim.orig; # keep dimension (will lost when only one item) + rownames(data) <- all.nms; + colnames(data) <- colnms; + if(sum(dup.inx) > 0){ + uniq.nms <- all.nms[!dup.inx]; + uniq.data <- data[!dup.inx,,drop=F]; + + dup.nms <- all.nms[dup.inx]; + uniq.dupnms <- unique(dup.nms); + uniq.duplen <- length(uniq.dupnms); + + for(i in 1:uniq.duplen){ + nm <- uniq.dupnms[i]; + hit.inx.all <- which(all.nms == nm); + hit.inx.uniq <- which(uniq.nms == nm); + + # average the whole sub matrix + if(lvlOpt == "mean"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, mean, na.rm=T); + }else if(lvlOpt == "median"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, median, na.rm=T); + }else if(lvlOpt == "max"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, max, na.rm=T); + }else{ # sum + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, sum, na.rm=T); + } + } + AddMsg(paste("A total of ", sum(dup.inx), " of duplicates were replaced by their ", lvlOpt, ".", sep="")); + return(uniq.data); + }else{ + AddMsg("All IDs are unique."); + return(data); + } +} + +# in public web, this is done by microservice +.perform.computing <- function(){ + dat.in <- qs::qread("dat.in.qs"); + dat.in$my.res <- dat.in$my.fun(); + qs::qsave(dat.in, file="dat.in.qs"); +} + +#'Read data table +#'@description Function to read in a data table. First, it will try to use fread, however, it has issues with +#'some windows 10 files. In such case, use the slower read.table method. +#'@param fileName Input filename +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +.readDataTable <- function(fileName){ + + dat <- tryCatch( + { + data.table::fread(fileName, header=TRUE, check.names=FALSE, blank.lines.skip=TRUE, data.table=FALSE); + }, error=function(e){ + print(e); + return(.my.slowreaders(fileName)); + }, warning=function(w){ + print(w); + return(.my.slowreaders(fileName)); + }); + + if(any(dim(dat) == 0)){ + dat <- .my.slowreaders(fileName); + } + return(dat); +} + +.my.slowreaders <- function(fileName){ + print("Using slower file reader ..."); + formatStr <- substr(fileName, nchar(fileName)-2, nchar(fileName)) + if(formatStr == "txt"){ + dat <- try(read.table(fileName, header=TRUE, comment.char = "", check.names=F, as.is=T)); + }else{ # note, read.csv is more than read.table with sep="," + dat <- try(read.csv(fileName, header=TRUE, comment.char = "", check.names=F, as.is=T)); + } + return(dat); +} + +.get.sqlite.con <- function(sqlite.path){ + load_rsqlite(); + return(dbConnect(SQLite(), sqlite.path)); +} + +#'Permutation +#'@description Perform permutation, options to change number of cores used +#'@param perm.num Numeric, input the number of permutations to perform +#'@param fun Dummy function +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@usage Perform.permutation(perm.num, fun) +#'@export +#' +Perform.permutation <- function(perm.num, fun){ + + # for public server, perm.num is not always followed to make sure loop will not continue for very long time + # before the adventure, see how long it takes for 10 permutations + # if it is extremely slow (>60 sec) => max 20 (<0.05) + # if it is very slow (30-60 sec) => max 100 (<0.01) + + start.num <- 1; + perm.res <- NULL; + if(.on.public.web & perm.num > 20){ + start.time <- Sys.time(); + perm.res <- lapply(1:10, fun); + end.time <- Sys.time(); + + time.taken <- end.time - start.time; + print(paste("time taken for 10 permutations: ", time.taken)); + + if(time.taken > 60){ + perm.num <- 20; + }else if(time.taken > 30){ + perm.num <- 100; + } + start.num <- 11; + } + print(paste("performing", perm.num, "permutations ...")); + perm.res <- c(perm.res, lapply(start.num:perm.num, fun)); + return(list(perm.res=perm.res, perm.num = perm.num)); +} + +#'Unzip .zip files +#'@description Unzips uploaded .zip files, removes the uploaded file, checks for success +#'@param inPath Input the path of the zipped files +#'@param outPath Input the path to directory where the unzipped files will be deposited +#'@param rmFile Logical, input whether or not to remove files. Default set to T +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +UnzipUploadedFile<-function(inPath, outPath, rmFile=T){ + sys.cmd <- paste("unzip", "-o", inPath, "-d", outPath); + #print(sys.cmd); + sys.res <- try(system(sys.cmd)); + if(sys.res == 0){ # success code for system call + return (1); + }else{ # success code for system call + print(sys.res); + r.res <- unzip(inPath, exdir=outPath); + return(length(r.res)>0); + } +} + +#'Perform data cleaning +#'@description Cleans data and removes -Inf, Inf, NA, negative and 0s. +#'@param bdata Input data to clean +#'@param removeNA Logical, T to remove NAs, F to not. +#'@param removeNeg Logical, T to remove negative numbers, F to not. +#'@param removeConst Logical, T to remove samples/features with 0s, F to not. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' + +CleanData <-function(bdata, removeNA=T, removeNeg=T, removeConst=T){ + + if(sum(bdata==Inf, na.rm=TRUE)>0){ + inx <- bdata == Inf; + bdata[inx] <- NA; + bdata[inx] <- max(bdata, na.rm=T)*2 + } + if(sum(bdata==-Inf, na.rm=TRUE)>0){ + inx <- bdata == -Inf; + bdata[inx] <- NA; + bdata[inx] <- min(bdata, na.rm=T)/2 + } + if(removeNA){ + if(sum(is.na(bdata))>0){ + bdata[is.na(bdata)] <- min(bdata, na.rm=T)/2 + } + } + if(removeNeg){ + if(sum(as.numeric(bdata<=0)) > 0){ + inx <- bdata <= 0; + bdata[inx] <- NA; + bdata[inx] <- min(bdata, na.rm=T)/2 + } + } + if(removeConst){ + varCol <- apply(data.frame(bdata), 2, var, na.rm=T); # getting an error of dim(X) must have a positive length, fixed by data.frame + constCol <- (varCol == 0 | is.na(varCol)); + constNum <- sum(constCol, na.rm=T); + if(constNum > 0){ + bdata <- data.frame(bdata[,!constCol, drop=FALSE], check.names = F); # got an error of incorrect number of dimensions, added drop=FALSE to avoid vector conversion + } + } + bdata; +} + +#'Replace infinite numbers +#'@description Replace -Inf, Inf to 99999 and -99999 +#'@param bdata Input matrix to clean numbers +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +CleanNumber <-function(bdata){ + if(sum(bdata==Inf)>0){ + inx <- bdata == Inf; + bdata[inx] <- NA; + bdata[inx] <- 999999; + } + if(sum(bdata==-Inf)>0){ + inx <- bdata == -Inf; + bdata[inx] <- NA; + bdata[inx] <- -999999; + } + bdata; +} + +# only keep alphabets, numbers, ",", "." "_", "-" "/" +# note, this may leads to duplicate names +CleanNames <- function(query, type){ + + if(type=="sample_name"){ + query <- gsub("[^[:alnum:]./_-]", "", query); + }else{ + query <- gsub("[^[:alnum:][:space:],'./_./@-]", "", query) + } + return(make.unique(query)); +} + +#'Remove spaces +#'@description Remove from, within, leading and trailing spaces +#'@param query Input the query to clear +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ClearStrings<-function(query){ + # kill multiple white space + query <- gsub(" +"," ",query); + # remove leading and trailing space + query<- sub("^[[:space:]]*(.*?)[[:space:]]*$", "\\1", query, perl=TRUE); + return(query); +} + +# Remove HTML tag +PrepareLatex <- function(stringVec){ + stringVec <- gsub("<(.|\n)*?>","",stringVec); + stringVec <- gsub("%", "\\\\%", stringVec); + stringVec; +} + +#'Determine value label for plotting +#'@description Concentration or intensity data type +#'@param data.type Input concentration or intensity data +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetAbundanceLabel<-function(data.type){ + if(data.type=="conc"){ + return("Concentration"); + }else { + return("Intensity"); + } +} + +#'Determine variable label for plotting +#'@description Determine data type, binned spectra, nmr peak, or ms peak +#'@param data.type Input the data type +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetVariableLabel<-function(data.type){ + if(data.type=="conc"){ + return("Compounds"); + }else if(data.type=="specbin"){ + return("Spectra Bins"); + }else if(data.type=="nmrpeak"){ + return("Peaks (ppm)"); + }else if(data.type=="mspeak"){ + return("Peaks (mass)"); + }else{ + return("Peaks(mz/rt)"); + } +} + +#'Create Latex table +#'@description generate Latex table +#'@param mat Input matrix +#'@param method Input method to create table +#'@param data.type Input the data type +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +GetSigTable<-function(mat, method, data.type){ + if(!isEmptyMatrix(mat)){ # test if empty + cap<-"Important features identified by"; + if(nrow(mat)>50){ + smat<-as.matrix(mat[1:50,]); # only print top 50 if too many + colnames(smat)<-colnames(mat); # make sure column names are also copied + mat<-smat; + cap<-"Top 50 features identified by"; + } + # change the rowname to first column + col1<-rownames(mat); + cname<-colnames(mat); + cname<-c(GetVariableLabel(data.type), cname); + mat<-cbind(col1, mat); + rownames(mat)<-NULL; + colnames(mat)<-cname; + print(xtable::xtable(mat, caption=paste(cap, method)), caption.placement="top", size="\\scriptsize"); + }else{ + print(paste("No significant features were found using the given threshold for", method)); + } +} + +#'Sig table matrix is empty +#'@description Test if a sig table matrix is empty +#'@param mat Matrix to test if empty +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +isEmptyMatrix <- function(mat){ + if(is.null(mat) | length(mat)==0){ + return(TRUE); + } + if(nrow(mat)==0 | ncol(mat)==0){ + return(TRUE); + } + if(is.na(mat[1,1])){ + return(TRUE); + } + return(FALSE); +} + +# from color names or code 1, 2, 3 the rbg strings +my.col2rgb <- function(cols){ + rgbcols <- col2rgb(cols); + return(apply(rgbcols, 2, function(x){paste("rgb(", paste(x, collapse=","), ")", sep="")})); +} + +# #FFFFFF to rgb(1, 0, 0) +hex2rgba <- function(cols, alpha=0.8){ + return(apply(sapply(cols, col2rgb), 2, function(x){paste("rgba(", x[1], ",", x[2], ",", x[3], ",", alpha, ")", sep="")})); +} + +hex2rgb <- function(cols){ + return(apply(sapply(cols, col2rgb), 2, function(x){paste("rgb(", x[1], ",", x[2], ",", x[3], ")", sep="")})); +} + +# List of objects +# Improved list of objects +# Jeff Xia\email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) + +.ls.objects <- function (pos = 1, pattern, order.by, + decreasing=FALSE, head=FALSE, n=5) { + napply <- function(names, fn) sapply(names, function(x) + fn(get(x, pos = pos))) + names <- ls(pos = pos, pattern = pattern) + obj.class <- napply(names, function(x) as.character(class(x))[1]) + obj.mode <- napply(names, mode) + obj.type <- ifelse(is.na(obj.class), obj.mode, obj.class) + obj.prettysize <- napply(names, function(x) { + capture.output(format(utils::object.size(x), units = "auto")) }) + obj.size <- napply(names, object.size) + obj.dim <- t(napply(names, function(x) + as.numeric(dim(x))[1:2])) + vec <- is.na(obj.dim)[, 1] & (obj.type != "function") + obj.dim[vec, 1] <- napply(names, length)[vec] + mSetObj <- .get.mSet(mSetObj); + print(lapply(mSetObj$dataSet, object.size)); + out <- data.frame(obj.type, obj.size, obj.prettysize, obj.dim) + names(out) <- c("Type", "Size", "PrettySize", "Rows", "Columns") + if (!missing(order.by)) + out <- out[order(out[[order.by]], decreasing=decreasing), ] + if (head) + out <- head(out, n) + out +} + +#'Extend axis +#'@description Extends the axis range to both ends +#'vec is the values for that axis +#'unit is the width to extend, 10 will increase by 1/10 of the range +#'@param vec Input the vector +#'@param unit Numeric +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetExtendRange<-function(vec, unit=10){ + var.max <- max(vec, na.rm=T); + var.min <- min(vec, na.rm=T); + exts <- (var.max - var.min)/unit; + c(var.min-exts, var.max+exts); +} + +getVennCounts <- function(x, include="both") { + x <- as.matrix(x) + include <- match.arg(include,c("both","up","down")) + x <- sign(switch(include, + both = abs(x), + up = x > 0, + down = x < 0 + )) + nprobes <- nrow(x) + ncontrasts <- ncol(x) + names <- colnames(x) + if(is.null(names)) names <- paste("Group",1:ncontrasts) + noutcomes <- 2^ncontrasts + outcomes <- matrix(0,noutcomes,ncontrasts) + colnames(outcomes) <- names + for (j in 1:ncontrasts) + outcomes[,j] <- rep(0:1,times=2^(j-1),each=2^(ncontrasts-j)) + xlist <- list() + for (i in 1:ncontrasts) xlist[[i]] <- factor(x[,ncontrasts-i+1],levels=c(0,1)) + counts <- as.vector(table(xlist)) + structure(cbind(outcomes,Counts=counts),class="VennCounts") +} + +# Perform utilities for MetPa +# borrowed from Hmisc +# Jeff Xia\email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) +all.numeric <- function (x, what = c("test", "vector"), extras = c(".", "NA")){ + what <- match.arg(what) + old <- options(warn = -1) + on.exit(options(old)); + x <- sub("[[:space:]]+$", "", x); + x <- sub("^[[:space:]]+", "", x); + inx <- x %in% c("", extras); + xs <- x[!inx]; + isnum <- !any(is.na(as.numeric(xs))) + if (what == "test") + isnum + else if (isnum) + as.numeric(x) + else x +} + +ClearNumerics <-function(dat.mat){ + dat.mat[is.na(dat.mat)] <- -777; + dat.mat[dat.mat == Inf] <- -999; + dat.mat[dat.mat == -Inf] <- -111; + dat.mat; +} + +#'Calculate Pairwise Differences +#'@description Mat are log normalized, diff will be ratio. Used in higher functions. +#'@param mat Input matrix of data to calculate pair-wise differences. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +CalculatePairwiseDiff <- function(mat){ + f <- function(i, mat) { + z <- mat[, i-1] - mat[, i:ncol(mat), drop = FALSE] + colnames(z) <- paste(colnames(mat)[i-1], colnames(z), sep = "/") + z + } + res <- do.call("cbind", sapply(2:ncol(mat), f, mat)); + round(res,5); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Update graph settings +#'@description Function to update the graph settings. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +# col.vec should already been created +UpdateGraphSettings <- function(mSetObj=NA, colVec, shapeVec){ + mSetObj <- .get.mSet(mSetObj); + grpnms <- levels(current.cls); + + # default styles + grp.num <- length(grpnms); + if(grp.num <= 18){ + cols <- pal_18[1:grp.num]; + }else{ + cols <- colorRampPalette(pal_18)(grp.num); + } + + # make sure the NA + na.inx <- colVec == "#NA"; + colVec[na.inx] <- cols[na.inx]; + shapeVec[shapeVec == 0] <- 21; + + names(colVec) <- grpnms; + names(shapeVec) <- grpnms; + + colVec <<- colVec; + shapeVec <<- shapeVec; +} + +GetShapeSchema <- function(mSetObj=NA, show.name, grey.scale){ + mSetObj <- .get.mSet(mSetObj); + if(exists("shapeVec") && all(shapeVec >= 0)){ + sps <- rep(0, length=length(mSetObj$dataSet$cls)); + clsVec <- as.character(mSetObj$dataSet$cls) + grpnms <- names(shapeVec); + for(i in 1:length(grpnms)){ + sps[clsVec == grpnms[i]] <- shapeVec[i]; + } + shapes <- sps; + }else{ + if(show.name | grey.scale){ + shapes <- as.numeric(mSetObj$dataSet$cls)+1; + }else{ + shapes <- rep(21, length(mSetObj$dataSet$cls)); + } + } + return(shapes); +} + +pal_18 <- c("#e6194B", "#3cb44b", "#4363d8", "#42d4f4", "#f032e6", "#ffe119", "#911eb4", "#f58231", "#bfef45", + "#fabebe", "#469990", "#e6beff", "#9A6324", "#800000", "#aaffc3", "#808000", "#ffd8b1", "#000075"); +cb_pal_18 <- c("#E69F00", "#b12c6f", "#56B4E9", "#009E73", "#F0E442", "#004488", + "#D55E00", "#EE6677", "#CCBB44", "#A95AA1", "#DCB69F", "#661100", + "#63ACBE", "#332288", "#EE7733", "#EE3377", "#0072B2", "#999933"); + +GetColorSchema <- function(my.cls, grayscale=F){ + + lvs <- levels(my.cls); + grp.num <- length(lvs); + if(grayscale){ + dist.cols <- colorRampPalette(c("grey90", "grey30"))(grp.num); + }else if(exists("colVec") && !any(colVec =="#NA") && length(colVec) == length(levels(my.cls))){ + dist.cols <- colVec; + }else{ + if(grp.num <= 18){ # update color and respect default + dist.cols <- pal_18[1:grp.num]; + }else{ + dist.cols <- colorRampPalette(pal_18)(grp.num); + } + } + + colors <- vector(mode="character", length=length(my.cls)); + for(i in 1:length(lvs)){ + colors[my.cls == lvs[i]] <- dist.cols[i]; + } + return (colors); +} + +#'Remove folder +#'@description Remove folder +#'@param folderName Input name of folder to remove +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +RemoveFolder<-function(folderName){ + a<-system(paste("rm", "-r", folderName), intern=T); + if(!length(a)>0){ + AddErrMsg(paste("Could not remove file -", folderName)); + return (0); + } + return(1); +} + +#'Remove file +#'@description Remove file +#'@param fileName Input name of file to remove +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +RemoveFile<-function(fileName){ + if(file.exists(fileName)){ + file.remove(fileName); + } +} + +# do memory cleaning after removing many objects +cleanMem <- function(n=10) { for (i in 1:n) gc() } + +#'Retrieve last command from the Rhistory.R file +#'@description Fetches the last command from the Rhistory.R file +#'@param regexp Retrieve last command from Rhistory file +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetCMD<-function(regexp){ + # store all lines into a list object + all.lines<-readLines("Rhistory.R"); + + all.matches<-grep(regexp, all.lines, value=T); + if(length(all.matches)==0){ + return(NULL); + }else{ + # only return the last command + return(all.matches[length(all.matches)]); + } +} + +# Memory functions +ShowMemoryUse <- function(..., n=20) { + library(pryr); + sink(); # make sure print to screen + print(mem_used()); + print(sessionInfo()); + print(.ls.objects(..., order.by="Size", decreasing=TRUE, head=TRUE, n=n)); + print(warnings()); +} + +#'Perform utilities for cropping images +#'@description Obtain the full path to convert (from imagemagik) +#'for cropping images +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetConvertFullPath<-function(){ + path <- system("which convert", intern=TRUE); + if((length(path) == 0) && (typeof(path) == "character")){ + print("Could not find convert in the PATH!"); + return("NA"); + } + return(path); +} + +# need to obtain the full path to convert (from imagemagik) for cropping images +GetBashFullPath<-function(){ + path <- system("which bash", intern=TRUE); + if((length(path) == 0) && (typeof(path) == "character")){ + print("Could not find bash in the PATH!"); + return("NA"); + } + return(path); +} + +#'Converts xset object from XCMS to mSet object for MetaboAnalyst +#'@description This function converts processed raw LC/MS data from XCMS +#'to a usable data object (mSet) for MetaboAnalyst. The immediate next step following using this +#'function is to perform a SanityCheck, and then further data processing and analysis can continue. +#'@param xset The name of the xcmsSet object created. +#'@param dataType The type of data, either list (Compound lists), conc (Compound concentration data), +#'specbin (Binned spectra data), pktable (Peak intensity table), nmrpeak (NMR peak lists), mspeak (MS peak lists), +#'or msspec (MS spectra data). +#'@param analType Indicate the analysis module to be performed: stat, pathora, pathqea, msetora, msetssp, msetqea, ts, +#'cmpdmap, smpmap, or pathinteg. +#'@param paired Logical, is data paired (T) or not (F). +#'@param format Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), +#'in columns and paired (colp), or in columns and unpaired (colu). +#'@param lbl.type Specify the data label type, either discrete (disc) or continuous (cont). +#'@export + +XSet2MSet <- function(xset, dataType, analType, paired=F, format, lbl.type){ + + data <- xcms::groupval(xset, "medret", "into"); + data2 <- rbind(class= as.character(phenoData(xset)$class), data); + rownames(data2) <- c("group", paste(round(groups(xset)[,"mzmed"], 3), round(groups(xset)[,"rtmed"]/60, 1), sep="/")); + fast.write.csv(data2, file="PeakTable.csv"); + mSet <- InitDataObjects("dataType", "analType", paired) + mSet <- Read.TextData(mSet, "PeakTable.csv", "format", "lbl.type") + print("mSet successfully created...") + return(.set.mSet(mSetObj)); +} + +#'Get fisher p-values +#'@param numSigMembers Number of significant members +#'@param numSigAll Number of all significant features +#'@param numMembers Number of members +#'@param numAllMembers Number of all members +#'@export +GetFisherPvalue <- function(numSigMembers, numSigAll, numMembers, numAllMembers){ + z <- cbind(numSigMembers, numSigAll-numSigMembers, numMembers-numSigMembers, numAllMembers-numMembers-numSigAll+numSigMembers); + z <- lapply(split(z, 1:nrow(z)), matrix, ncol=2); + z <- lapply(z, fisher.test, alternative = 'greater'); + p.values <- as.numeric(unlist(lapply(z, "[[", "p.value"), use.names=FALSE)); + return(p.values); +} + +saveNetworkInSIF <- function(network, name){ + edges <- .graph.sif(network=network, file=name); + sif.nm <- paste(name, ".sif", sep=""); + if(length(list.edge.attributes(network))!=0){ + edge.nms <- .graph.eda(network=network, file=name, edgelist.names=edges); + sif.nm <- c(sif.nm, edge.nms); + } + if(length(list.vertex.attributes(network))!=0){ + node.nms <- .graph.noa(network=network, file=name); + sif.nm <- c(sif.nm, node.nms); + } + # need to save all sif and associated attribute files into a zip file for download + zip(paste(name,"_sif",".zip", sep=""), sif.nm); +} + +.graph.sif <- function(network, file){ + edgelist.names <- igraph::get.edgelist(network, names=TRUE) + edgelist.names <- cbind(edgelist.names[,1], rep("pp", length(E(network))), edgelist.names[,2]); + write.table(edgelist.names, row.names=FALSE, col.names=FALSE, file=paste(file, ".sif", sep=""), sep="\t", quote=FALSE) + return(edgelist.names) +} + +# internal method to write cytoscape node attribute files +.graph.noa <- function(network, file){ + all.nms <- c(); + attrib <- list.vertex.attributes(network) + for(i in 1:length(attrib)){ + if(is(get.vertex.attribute(network, attrib[i]))[1] == "character") + { + type <- "String" + } + if(is(get.vertex.attribute(network, attrib[i]))[1] == "integer") + { + type <- "Integer" + } + if(is(get.vertex.attribute(network, attrib[i]))[1] == "numeric") + { + type <- "Double" + } + noa <- cbind(V(network)$name, rep("=", length(V(network))), get.vertex.attribute(network, attrib[i])) + first.line <- paste(attrib[i], " (class=java.lang.", type, ")", sep="") + file.nm <- paste(file, "_", attrib[i], ".NA", sep=""); + write(first.line, file=file.nm, ncolumns = 1, append=FALSE, sep=" ") + write.table(noa, row.names = FALSE, col.names = FALSE, file=file.nm, sep=" ", append=TRUE, quote=FALSE); + all.nms <- c(all.nms, file.nm); + } + return(all.nms); +} + +# internal method to write cytoscape edge attribute files +.graph.eda <- function(network, file, edgelist.names){ + all.nms <- c(); + attrib <- list.edge.attributes(network) + for(i in 1:length(attrib)){ + if(is(get.edge.attribute(network, attrib[i]))[1] == "character") + { + type <- "String" + } + if(is(get.edge.attribute(network, attrib[i]))[1] == "integer") + { + type <- "Integer" + } + if(is(get.edge.attribute(network, attrib[i]))[1] == "numeric") + { + type <- "Double" + } + eda <- cbind(cbind(edgelist.names[,1], rep("(pp)", length(E(network))), edgelist.names[,3]), rep("=", length(E(network))), get.edge.attribute(network, attrib[i])) + first.line <- paste(attrib[i], " (class=java.lang.", type, ")", sep=""); + file.nm <- paste(file, "_", attrib[i], ".EA", sep=""); + write(first.line, file=file.nm, ncolumns=1, append=FALSE, sep =" ") + write.table(eda, row.names = FALSE, col.names = FALSE, file=file.nm, sep=" ", append=TRUE, quote=FALSE); + all.nms <- c(all.nms, file.nm); + } + return(all.nms); +} + +PlotLoadBoxplot <- function(mSetObj=NA, cmpd){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + } + + cls.lbls <- mSetObj$dataSet$cls; + y.label <- GetAbundanceLabel(mSetObj$dataSet$type); + cmpd.name = paste0("Met_", cmpd, ".png") + + Cairo::Cairo(file=cmpd.name, width=240, height=400, bg = "transparent", type="png"); + + col <- unique(GetColorSchema(cls.lbls)) + df <- data.frame(conc = mSetObj$dataSet$norm[, cmpd], class = cls.lbls) + p <- ggplot2::ggplot(df, aes(x=class, y=conc, fill=class)) + geom_boxplot(notch=FALSE, outlier.shape = NA, outlier.colour=NA) + theme_bw() + geom_jitter(size=1) + p <- p + theme(axis.title.x = element_blank(), axis.title.y = element_blank(), legend.position = "none") + p <- p + stat_summary(fun.y=mean, colour="yellow", geom="point", shape=18, size=3, show.legend = FALSE) + p <- p + theme(text = element_text(size=15), plot.margin = margin(t=0.45, r=0.25, b=1.5, l=0.25, "cm")) + p <- p + scale_fill_manual(values=col) + ggtitle(cmpd) + theme(axis.text.x = element_text(angle=90, hjust=1), axis.text = element_text(size=10)) + p <- p + theme(plot.title = element_text(size = 14, hjust=0.5, face="bold", vjust=2)) + print(p) + + dev.off() +} + +#'Compute within group and between group sum of squares +#'(BSS/WSS) for each row of a matrix which may have NA +#'@description Columns have labels, x is a numeric vector, +#'cl is consecutive integers +#'@param x Numeric vector +#'@param cl Columns +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.bwss<-function(x, cl){ + K <- max(cl) - min(cl) + 1 + tvar <- var.na(x); + tn <- sum(!is.na(x)); + wvar <- wn <- numeric(K); + + for(i in (1:K)) { + if(sum(cl == (i + min(cl) - 1)) == 1){ + wvar[i] <- 0; + wn[i] <- 1; + } + + if(sum(cl == (i + min(cl) - 1)) > 1) { + wvar[i] <- var.na(x[cl == (i + min(cl) - 1)]); + wn[i] <- sum(!is.na(x[cl == (i + min(cl) - 1)])); + } + } + + WSS <- sum.na(wvar * (wn - 1)); + TSS <- tvar * (tn - 1) + (TSS - WSS)/WSS; +} + +sum.na <- function(x,...){ + res <- NA + tmp <- !(is.na(x) | is.infinite(x)) + if(sum(tmp) > 0) + res <- sum(x[tmp]) + res +} + +var.na <- function(x){ + res <- NA + tmp <- !(is.na(x) | is.infinite(x)) + if(sum(tmp) > 1){ + res <- var(as.numeric(x[tmp])) + } + res +} + +end.with <- function(bigTxt, endTxt){ + return(substr(bigTxt, nchar(bigTxt)-nchar(endTxt)+1, nchar(bigTxt)) == endTxt); +} + +## fast T-tests/F-tests using genefilter +PerformFastUnivTests <- function(data, cls, var.equal=TRUE){ + print("Performing fast univariate tests ...."); + + # note, feature in rows for gene expression + data <- t(as.matrix(data)); + if(length(levels(cls)) > 2){ + res <- try(rowcolFt(data, cls, var.equal = var.equal)); + }else{ + res <- try(rowcoltt(data, cls, FALSE, 1L, FALSE)); + } + + if(class(res) == "try-error") { + res <- cbind(NA, NA); + }else{ + # res <- cbind(res$statistic, res$p.value); + # make sure row names are kept + res <- res[, c("statistic", "p.value")]; + } + + return(res); +} + +GetCurrentPathForScheduler <- function(){ + path <-getwd(); + path <- gsub(basename(path), "", path) + return(path) +} + +fast.write.csv <- function(dat, file, row.names=TRUE){ + tryCatch( + { + if(is.data.frame(dat)){ + # there is a rare bug in data.table (R 3.6) which kill the R process in some cases + data.table::fwrite(dat, file, row.names=row.names); + }else{ + write.csv(dat, file, row.names=row.names); + } + }, error=function(e){ + print(e); + write.csv(dat, file, row.names=row.names); + }, warning=function(w){ + print(w); + write.csv(dat, file, row.names=row.names); + }); +} + +rowcolFt = function(x, fac, var.equal, which = 1L) { + + if(!(which %in% c(1L, 2L))) + stop(sQuote("which"), " must be 1L or 2L.") + + if(which==2L) + x = t(x) + + if (typeof(x) == "integer") + x[] <- as.numeric(x) + + sqr = function(x) x*x + + stopifnot(length(fac)==ncol(x), is.factor(fac), is.matrix(x)) + x <- x[,!is.na(fac), drop=FALSE] + fac <- fac[!is.na(fac)] + + ## Number of levels (groups) + k <- nlevels(fac) + + ## xm: a nrow(x) x nlevels(fac) matrix with the means of each factor + ## level + xm <- matrix( + sapply(levels(fac), function(fl) rowMeans(x[,which(fac==fl), drop=FALSE])), + nrow = nrow(x), + ncol = nlevels(fac)) + + ## x1: a matrix of group means, with as many rows as x, columns correspond to groups + x1 <- xm[,fac, drop=FALSE] + + ## degree of freedom 1 + dff <- k - 1 + + if(var.equal){ + ## x0: a matrix of same size as x with overall means + x0 <- matrix(rowMeans(x), ncol=ncol(x), nrow=nrow(x)) + + ## degree of freedom 2 + dfr <- ncol(x) - dff - 1 + + ## mean sum of squares + mssf <- rowSums(sqr(x1 - x0)) / dff + mssr <- rowSums(sqr( x - x1)) / dfr + + ## F statistic + fstat <- mssf/mssr + + } else{ + + ## a nrow(x) x nlevels(fac) matrix with the group size of each factor + ## level + ni <- t(matrix(tapply(fac,fac,length),ncol=nrow(x),nrow=k)) + + ## wi: a nrow(x) x nlevels(fac) matrix with the variance * group size of each factor + ## level + sss <- sqr(x-x1) + x5 <- matrix( + sapply(levels(fac), function(fl) rowSums(sss[,which(fac==fl), drop=FALSE])), + nrow = nrow(sss), + ncol = nlevels(fac)) + wi <- ni*(ni-1) /x5 + + ## u : Sum of wi + u <- rowSums(wi) + + ## F statistic + MR <- rowSums(sqr((1 - wi/u)) * 1/(ni-1))*1/(sqr(k)-1) + fsno <- 1/dff * rowSums(sqr(xm - rowSums(wi*xm)/u) * wi) + fsdeno <- 1+ 2* (k-2)*MR + fstat <- fsno/fsdeno + + ## degree of freedom 2: Vector with length nrow(x) + dfr <- 1/(3 * MR) + + } + + res = data.frame(statistic = fstat, + p.value = pf(fstat, dff, dfr, lower.tail=FALSE), + row.names = rownames(x)) + + attr(res, "df") = c(dff=dff, dfr=dfr) + return(res) +} + +rowcoltt = function(x, fac, tstatOnly, which, na.rm) { + + #if(.on.public.web){ + # dyn.load(.getDynLoadPath()); + #} + + if (!missing(tstatOnly) && (!is.logical(tstatOnly) || is.na(tstatOnly))) + stop(sQuote("tstatOnly"), " must be TRUE or FALSE.") + + f = checkfac(fac) + if ((f$nrgrp > 2) || (f$nrgrp <= 0)) + stop("Number of groups is ", f$nrgrp, ", but must be >0 and <=2 for 'rowttests'.") + + if (typeof(x) == "integer") + x[] <- as.numeric(x) + + #cc = .Call("rowcolttests", x, f$fac, f$nrgrp, which-1L, na.rm) + cc = XiaLabCppLib::rowcolttestsR(x, f$fac, f$nrgrp, which-1L, na.rm) + + res = data.frame(statistic = cc$statistic, + dm = cc$dm, + row.names = dimnames(x)[[which]]) + + if (!tstatOnly) + res = cbind(res, p.value = 2*pt(abs(res$statistic), cc$df, lower.tail=FALSE)) + + attr(res, "df") = cc$df + return(res) +} + +checkfac = function(fac) { + + if(is.numeric(fac)) { + nrgrp = as.integer(max(fac, na.rm=TRUE)+1) + fac = as.integer(fac) + } + ## this must precede the factor test + if(is.character(fac)) + fac = factor(fac) + + if (is.factor(fac)) { + nrgrp = nlevels(fac) + fac = as.integer(as.integer(fac)-1) + } + if(!is.integer(fac)) + stop("'fac' must be factor, character, numeric, or integer.") + + if(any(fac<0, na.rm=TRUE)) + stop("'fac' must not be negative.") + + return(list(fac=fac, nrgrp=nrgrp)) +} + +# to convert all rds files to qs file for faster access +convert.rds2qs <- function(){ + rds.files <- list.files(".", pattern=".rds$"); + for(rds in rds.files){ + lib.rds <- readRDS(rds); + nm <- substr(rds, 1, nchar(rds)-4); + qs::qsave(lib.rds,paste0(nm, ".qs")); + } +} + +# to convert all rda files to qs file for faster access +convert.rda2qs <- function(){ + rda.files <- list.files(".", pattern=".rda$"); + for(rda in rda.files){ + nm <- substr(rda, 1, nchar(rda)-4); + lib.rda <- load(rda); + # here the name is inmexpa (jointpa) + # qs::qsave(inmexpa,paste0(nm, ".qs")); + # here the name is metpa (metpa) + qs::qsave(metpa,paste0(nm, ".qs")); + # here the name is current.msetlib (msets) + #qs::qsave(current.msetlib,paste0(nm, ".qs")); + } +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_norm_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_norm_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..202eb1a36349bb20bbc88777b99cdaf73dc79243 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_norm_utils.R @@ -0,0 +1,646 @@ +#'Clean the data matrix +#'@description Function used in higher functinos to clean data matrix +#'@param ndata Input the data to be cleaned +#'@export +#' +CleanDataMatrix <- function(ndata){ + # make sure no costant columns crop up + varCol <- apply(data.frame(ndata), 2, var, na.rm=T); # getting an error of dim(X) must have a positive length, fixed by data.frame + constCol <- (varCol == 0 | is.na(varCol)); + return(ndata[,!constCol, drop=FALSE]); # got an error of incorrect number of dimensions, added drop=FALSE to avoid vector conversion +} + +#'Normalization +#'@description This function performs row-wise normalization, transformation, and +#'scaling of your metabolomic data. +#'@usage Normalization(mSetObj, rowNorm, transNorm, scaleNorm, ref=NULL, ratio=FALSE, ratioNum=20) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param rowNorm Select the option for row-wise normalization, "QuantileNorm" for Quantile Normalization, +#'"ProbNormT" for Probabilistic Quotient Normalization without using a reference sample, +#'"ProbNormF" for Probabilistic Quotient Normalization based on a reference sample, +#'"CompNorm" for Normalization by a reference feature, +#'"SumNorm" for Normalization to constant sum, +#'"MedianNorm" for Normalization to sample median, and +#'"SpecNorm" for Normalization by a sample-specific factor. +#'@param transNorm Select option to transform the data, "LogNorm" for Log Normalization, +#'and "CrNorm" for Cubic Root Transformation. +#'@param scaleNorm Select option for scaling the data, "MeanCenter" for Mean Centering, +#'"AutoNorm" for Autoscaling, "ParetoNorm" for Pareto Scaling, amd "RangeNorm" for Range Scaling. +#'@param ref Input the name of the reference sample or the reference feature, use " " around the name. +#'@param ratio This option is only for biomarker analysis. +#'@param ratioNum Relevant only for biomarker analysis. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'@import qs +#'@export +#' +Normalization1 <- function(mSetObj=NA, rowNorm, transNorm, scaleNorm, ref=NULL, ratio=FALSE, ratioNum=20){ + + mSetObj <- .get.mSet(mSetObj); + + # PreparePrenormData() called already + data <- qs::qread("prenorm.qs"); + cls <- mSetObj$dataSet$prenorm.cls; + + # note, setup time factor + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + if(is.null(mSetObj$dataSet$prenorm.facA)){ + nfacA <- mSetObj$dataSet$facA; + nfacB <- mSetObj$dataSet$facB; + }else{ + nfacA <- mSetObj$dataSet$prenorm.facA; + nfacB <- mSetObj$dataSet$prenorm.facB; + } + + mSetObj$dataSet$facA <- nfacA; + mSetObj$dataSet$facB <- nfacB; + if(mSetObj$dataSet$design.type =="time" | mSetObj$dataSet$design.type =="time0"){ + # determine time factor and should order first by subject then by each time points + if(tolower(mSetObj$dataSet$facA.lbl) == "time"){ + time.fac <- nfacA; + exp.fac <- nfacB; + }else{ + time.fac <- nfacB; + exp.fac <- nfacA; + } + # now make sure time fac is ordered + lvls <- levels(time.fac); + time.points <- as.numeric(as.character(lvls)); + ord.lvls <- lvls[order(time.points)]; + time.fac <- ordered(time.fac, levels = ord.lvls); + mSetObj$dataSet$time.fac <- time.fac; + mSetObj$dataSet$exp.fac <- exp.fac; + } + } + + colNames <- colnames(data); + rowNames <- rownames(data); + + # row-wise normalization + if(rowNorm=="QuantileNorm"){ + data<-QuantileNormalize(data); + # this can introduce constant variables if a variable is + # at the same rank across all samples (replaced by its average across all) + + varCol <- apply(data, 2, var, na.rm=T); + constCol <- (varCol == 0 | is.na(varCol)); + constNum <- sum(constCol, na.rm=T); + if(constNum > 0){ + print(paste("After quantile normalization", constNum, "features with a constant value were found and deleted.")); + data <- data[,!constCol, drop=FALSE]; + colNames <- colnames(data); + rowNames <- rownames(data); + } + rownm<-"Quantile Normalization"; + }else if(rowNorm=="GroupPQN"){ + grp.inx <- cls == ref; + ref.smpl <- apply(data[grp.inx, , drop=FALSE], 2, mean); + data<-t(apply(data, 1, ProbNorm, ref.smpl)); + rownm<-"Probabilistic Quotient Normalization by a reference group"; + }else if(rowNorm=="SamplePQN"){ + ref.smpl <- data[ref, , drop=FALSE]; + data<-t(apply(data, 1, ProbNorm, ref.smpl)); + rownm<-"Probabilistic Quotient Normalization by a reference sample"; + }else if(rowNorm=="CompNorm"){ + data<-t(apply(data, 1, CompNorm, ref)); + rownm<-"Normalization by a reference feature"; + }else if(rowNorm=="SumNorm"){ + data<-t(apply(data, 1, SumNorm)); + rownm<-"Normalization to constant sum"; + }else if(rowNorm=="MedianNorm"){ + data<-t(apply(data, 1, MedianNorm)); + rownm<-"Normalization to sample median"; + }else if(rowNorm=="SpecNorm"){ + if(!exists("norm.vec")){ + norm.vec <- rep(1,nrow(data)); # default all same weight vec to prevent error + print("No sample specific information were given, all set to 1.0"); + } + rownm<-"Normalization by sample-specific factor"; + data<-data/norm.vec; + }else{ + # nothing to do + rownm<-"N/A"; + } + + # use apply will lose dimension info (i.e. row names and colnames) + rownames(data)<-rowNames; + colnames(data)<-colNames; + + # if the reference by feature, the feature column should be removed, since it is all 1 + if(rowNorm=="CompNorm" && !is.null(ref)){ + inx<-match(ref, colnames(data)); + data<-data[,-inx, drop=FALSE]; + colNames <- colNames[-inx]; + } + + # record row-normed data for fold change analysis (b/c not applicable for mean-centered data) + row.norm <- as.data.frame(CleanData(data, T, T)); #moved below ratio + qs::qsave(row.norm, file="row_norm.qs"); + # this is for biomarker analysis only (for compound concentration data) + if(ratio){ + min.val <- min(abs(data[data!=0]))/2; + norm.data <- log2((data + sqrt(data^2 + min.val))/2); + transnm<-"Log2 Normalization"; + ratio.mat <- CalculatePairwiseDiff(norm.data); + + fstats <- Get.Fstat(ratio.mat, cls); + hit.inx <- rank(-fstats) < ratioNum; # get top n + + ratio.mat <- ratio.mat[, hit.inx, drop=FALSE]; + + data <- cbind(norm.data, ratio.mat); + + colNames <- colnames(data); + rowNames <- rownames(data); + mSetObj$dataSet$use.ratio <- TRUE; + mSetObj$dataSet$proc.ratio <- data; + + }else{ + mSetObj$dataSet$use.ratio <- FALSE; + # transformation + if(transNorm=='LogNorm'){ + min.val <- min(abs(data[data!=0]))/10; + data<-apply(data, 2, LogNorm, min.val); + transnm<-"Log10 Normalization"; + }else if(transNorm=='CrNorm'){ + norm.data <- abs(data)^(1/3); + norm.data[data<0] <- - norm.data[data<0]; + data <- norm.data; + transnm<-"Cubic Root Transformation"; + }else{ + transnm<-"N/A"; + } + } + + # scaling + if(scaleNorm=='MeanCenter'){ + data<-apply(data, 2, MeanCenter); + scalenm<-"Mean Centering"; + }else if(scaleNorm=='AutoNorm'){ + data<-apply(data, 2, AutoNorm); + scalenm<-"Autoscaling"; + }else if(scaleNorm=='ParetoNorm'){ + data<-apply(data, 2, ParetoNorm); + scalenm<-"Pareto Scaling"; + }else if(scaleNorm=='RangeNorm'){ + data<-apply(data, 2, RangeNorm); + scalenm<-"Range Scaling"; + }else{ + scalenm<-"N/A"; + } + + # note after using "apply" function, all the attribute lost, need to add back + rownames(data)<-rowNames; + colnames(data)<-colNames; + + # need to do some sanity check, for log there may be Inf values introduced + data <- CleanData(data, T, F); + + if(ratio){ + mSetObj$dataSet$ratio <- CleanData(ratio.mat, T, F) + } + + mSetObj$dataSet$norm <- as.data.frame(data); + qs::qsave(as.data.frame(data), file="complete_norm.qs"); + mSetObj$dataSet$cls <- cls; + + mSetObj$dataSet$rownorm.method <- rownm; + mSetObj$dataSet$trans.method <- transnm; + mSetObj$dataSet$scale.method <- scalenm; + mSetObj$dataSet$combined.method <- FALSE; + mSetObj$dataSet$norm.all <- NULL; # this is only for biomarker ROC analysis + +# processedObj <- list();#for omicsanalyst +# processedObj$name <- "met_t_omicsanalyst.json" +# processedObj$type <- "met.t" +# processedObj$data.proc <- as.matrix(t(mSetObj$dataSet$norm)) +# processedObj$feature.nms <- rownames(processedObj$data.proc) +# processedObj$sample.nms <- colnames(processedObj$data.proc) +# meta = data.frame(Condition = mSetObj$dataSet$cls) +# rownames(meta) <- colnames(processedObj$data.proc) +# processedObj$meta <- meta +# library(RJSONIO) +# sink(processedObj$name); +# cat(toJSON(processedObj)); +# sink(); + return(.set.mSet(mSetObj)); +} + +#'Row-wise Normalization +#'@description Row-wise norm methods, when x is a row. +#'Normalize by a sum of each sample, assume constant sum (1000). +# Return: normalized data. +#'Options for normalize by sum median, reference sample, +#'reference reference (compound), or quantile normalization +#'@param x Input data to normalize +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'@export +#' +SumNorm<-function(x){ + 1000*x/sum(x, na.rm=T); +} + +# normalize by median +MedianNorm<-function(x){ + x/median(x, na.rm=T); +} + +# normalize by a reference sample (probability quotient normalization) +# ref should be the name of the reference sample +ProbNorm<-function(x, ref.smpl){ + x/median(as.numeric(x/ref.smpl), na.rm=T) +} + +# normalize by a reference reference (i.e. creatinine) +# ref should be the name of the cmpd +CompNorm<-function(x, ref){ + 1000*x/x[ref]; +} + +# perform quantile normalization on the raw data (can be log transformed later by user) +# https://stat.ethz.ch/pipermail/bioconductor/2005-April/008348.html +QuantileNormalize <- function(data){ + return(t(preprocessCore::normalize.quantiles(t(data), copy=FALSE))); +} + +#'Column-wise Normalization +#'@description Column-wise norm methods, when x is a column +#'Options for log, zero mean and unit variance, and +#'several zero mean and variance/SE +#'@param x Input data +#'@param min.val Input minimum value +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada + +# generalize log, tolerant to 0 and negative values +LogNorm<-function(x, min.val){ + log10((x + sqrt(x^2 + min.val^2))/2) +} + +# normalize to zero mean and unit variance +AutoNorm<-function(x){ + (x - mean(x))/sd(x, na.rm=T); +} + +# normalize to zero mean but variance/SE +ParetoNorm<-function(x){ + (x - mean(x))/sqrt(sd(x, na.rm=T)); +} + +# normalize to zero mean but variance/SE +MeanCenter<-function(x){ + x - mean(x); +} + +# normalize to zero mean but variance/SE +RangeNorm<-function(x){ + if(max(x) == min(x)){ + x; + }else{ + (x - mean(x))/(max(x)-min(x)); + } +} + +#'Two plot summary plot: Feature View of before and after normalization +#'@description For each plot, the top is a box plot, bottom is a density plot +#'@usage PlotNormSummary(mSetObj, imgName, format, dpi, width) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'@export +#' +PlotNormSummary <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 10.5; h <- 12.5; + }else if(width==0){ + w = 7.2 + h = 9.5 + }else if(width>0){ + w = width + h = width*1.25 + # w <- 7.2; h <- 9; + } + + mSetObj$imgSet$norm <- imgName + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + layout(matrix(c(1,2,2,2,3,4,4,4), 4, 2, byrow = FALSE)) + + # since there may be too many compounds, only plot a subsets (50) in box plot + # but density plot will use all the data + + pre.inx<-GetRandomSubsetIndex(ncol(mSetObj$dataSet$proc), sub.num=50); + namesVec <- colnames(mSetObj$dataSet$proc[,pre.inx, drop=FALSE]); + + # only get common ones + nm.inx <- namesVec %in% colnames(mSetObj$dataSet$norm) + namesVec <- namesVec[nm.inx]; + pre.inx <- pre.inx[nm.inx]; + + norm.inx<-match(namesVec, colnames(mSetObj$dataSet$norm)); + namesVec <- substr(namesVec, 1, 12); # use abbreviated name + + rangex.pre <- range(mSetObj$dataSet$proc[, pre.inx, drop=FALSE], na.rm=T); + rangex.norm <- range(mSetObj$dataSet$norm[, norm.inx, drop=FALSE], na.rm=T); + + x.label<-GetAbundanceLabel(mSetObj$dataSet$type); + y.label<-GetVariableLabel(mSetObj$dataSet$type); + + # fig 1 + if(anal.type == "roc" & mSetObj$dataSet$roc_cols == 1){ + op<-par(mar=c(4,7,4,0), xaxt="s"); + plot.new() + }else{ + op<-par(mar=c(4,7,4,0), xaxt="s"); + plot(density(apply(mSetObj$dataSet$proc, 2, mean, na.rm=TRUE)), col='darkblue', las =2, lwd=2, main="", xlab="", ylab=""); + mtext("Density", 2, 5); + mtext("Before Normalization",3, 1) + } + + # fig 2 + op<-par(mar=c(7,7,0,0), xaxt="s"); + boxplot(mSetObj$dataSet$proc[,pre.inx, drop=FALSE], names=namesVec, ylim=rangex.pre, las = 2, col="lightgreen", horizontal=T, show.names=T); + mtext(x.label, 1, 5); + + # fig 3 + if(anal.type == "roc" & mSetObj$dataSet$roc_cols == 1){ + op<-par(mar=c(4,7,4,2), xaxt="s"); + plot.new() + }else{ + op<-par(mar=c(4,7,4,2), xaxt="s"); + plot(density(apply(mSetObj$dataSet$norm, 2, mean, na.rm=TRUE)), col='darkblue', las=2, lwd =2, main="", xlab="", ylab=""); + mtext("After Normalization",3, 1); + } + + # fig 4 + op<-par(mar=c(7,7,0,2), xaxt="s"); + boxplot(mSetObj$dataSet$norm[,norm.inx, drop=FALSE], names=namesVec, ylim=rangex.norm, las = 2, col="lightgreen", horizontal=T, show.names=T); + mtext(paste("Normalized",x.label),1, 5); + + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Two plot summary plot: Sample View of before and after normalization +#'@description For each plot, the top is a density plot and the bottom is a box plot. +#'@usage PlotSampleNormSummary(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", of "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca}, Jasmine Chong +#'McGill University, Canada +#'@export + +PlotSampleNormSummary <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 10.5; h <- 12.5; + }else if(width == 0){ + w <- 7.2;h <- 9.5; + }else if(width>0){ + w = width + h = width*1.25 + # w <- 7.2; h <- 9; + } + + mSetObj$imgSet$summary_norm <-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + layout(matrix(c(1,1,1,2,3,3,3,4), 4, 2, byrow = FALSE)) + + # since there may be too many samples, only plot a subsets (50) in box plot + # but density plot will use all the data + + pre.inx<-GetRandomSubsetIndex(nrow(mSetObj$dataSet$proc), sub.num=50); + namesVec <- rownames(mSetObj$dataSet$proc[pre.inx, , drop=FALSE]); + + # only get common ones + nm.inx <- namesVec %in% rownames(mSetObj$dataSet$norm) + namesVec <- namesVec[nm.inx]; + pre.inx <- pre.inx[nm.inx]; + + norm.inx<-match(namesVec, rownames(mSetObj$dataSet$norm)); + namesVec <- substr(namesVec, 1, 12); # use abbreviated name + + rangex.pre <- range(mSetObj$dataSet$proc[pre.inx, , drop=FALSE], na.rm=T); + rangex.norm <- range(mSetObj$dataSet$norm[norm.inx, , drop=FALSE], na.rm=T); + + x.label<-GetAbundanceLabel(mSetObj$dataSet$type); + y.label<-"Samples"; + + # fig 1 + op<-par(mar=c(5.75,8,4,0), xaxt="s"); + boxplot(t(mSetObj$dataSet$proc[pre.inx, , drop=FALSE]), names= namesVec, ylim=rangex.pre, las = 2, col="lightgreen", horizontal=T); + mtext("Before Normalization", 3,1) + + # fig 2 + op<-par(mar=c(6.5,7,0,0), xaxt="s"); + plot(density(apply(mSetObj$dataSet$proc, 1, mean, na.rm=TRUE)), col='darkblue', las =2, lwd=2, main="", xlab="", ylab=""); + mtext(x.label, 1, 4); + mtext("Density", 2, 5); + + # fig 3 + op<-par(mar=c(5.75,8,4,2), xaxt="s"); + boxplot(t(mSetObj$dataSet$norm[norm.inx, , drop=FALSE]), names=namesVec, ylim=rangex.norm, las = 2, col="lightgreen", ylab="", horizontal=T); + mtext("After Normalization", 3, 1); + + # fig 4 + op<-par(mar=c(6.5,7,0,2), xaxt="s"); + plot(density(apply(mSetObj$dataSet$norm, 1, mean, na.rm=TRUE)), col='darkblue', las=2, lwd =2, main="", xlab="", ylab=""); + mtext(paste("Normalized",x.label),1, 4) + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Update data for filtering +#'@description Function to update the mSetObj after removing features or samples. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +# note: feature.nm.vec, smpl.nm.vec, grp.nm.vec all set up +UpdateData <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + + #Reset to default + mSetObj$dataSet$edit <- NULL; + + if(is.null(mSetObj$dataSet$filt)){ + data <- mSetObj$dataSet$proc; + cls <- mSetObj$dataSet$proc.cls; + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + facA <- mSetObj$dataSet$proc.facA; + facB <- mSetObj$dataSet$proc.facB; + } + }else{ + data <- mSetObj$dataSet$filt; + cls <- mSetObj$dataSet$filt.cls; + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + facA <- mSetObj$dataSet$filt.facA; + facB <- mSetObj$dataSet$filt.facB; + } + } + + # update feature + feat.hit.inx <- colnames(data) %in% feature.nm.vec; + data <- CleanDataMatrix(data[,!feat.hit.inx,drop=FALSE]); + #AddMsg("Successfully updated the feature items!"); + + # update samples + smpl.hit.inx <- rownames(data) %in% smpl.nm.vec; + data <- CleanDataMatrix(data[!smpl.hit.inx,,drop=FALSE]); + cls <- as.factor(as.character(cls[!smpl.hit.inx])); + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + facA <- as.factor(as.character(facA[!smpl.hit.inx])); + facB <- as.factor(as.character(facB[!smpl.hit.inx])); + } + #AddMsg("Successfully updated the sample items!"); + + # update groups + grp.hit.inx <- cls %in% grp.nm.vec; + data <- CleanDataMatrix(data[!grp.hit.inx,,drop=FALSE]); + cls <- droplevels(factor(cls[!grp.hit.inx])); + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + facA <- droplevels(factor(facA[!grp.hit.inx])); + facB <- droplevels(factor(facB[!grp.hit.inx])); + } + AddMsg("Successfully updated the data!"); + + # now set to + mSetObj$dataSet$edit <- data; + mSetObj$dataSet$edit.cls <- cls; + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + mSetObj$dataSet$edit.facA <- facA; + mSetObj$dataSet$edit.facB <- facB; + } + + if(.on.public.web){ + .set.mSet(mSetObj); + return(length(levels(mSetObj$dataSet$edit.cls))); + }else{ + return(.set.mSet(mSetObj)); + } +} + +# should always init (new or overwrite previous prenorm object) +# note in right order that dataSet$edit will always performed using dataSet$filt (if it exists) +# note dataSet$filt can be re-performed after dataSet$edit during analysis +# need to make sure prenorm created using the latest information (based on both) + +#'Prepare data for normalization +#'@description Function should always be initialized (new or overwrite previous prenorm object). +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@import qs +#'@export + +PreparePrenormData1 <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.null(mSetObj$dataSet$edit)){ + mydata <- mSetObj$dataSet$edit; + if(!is.null(mSetObj$dataSet$filt)){ + # some features could be removed + hit.inx <- colnames(mydata) %in% colnames(mSetObj$dataSet$filt); + mydata <- mydata[,hit.inx, drop=FALSE]; + } + prenorm <- mydata; + mSetObj$dataSet$prenorm.cls <- mSetObj$dataSet$edit.cls; + if(substring(mSetObj$dataSet$format,4,5) == "ts"){ + mSetObj$dataSet$prenorm.facA <- mSetObj$dataSet$edit.facA; + mSetObj$dataSet$prenorm.facB <- mSetObj$dataSet$edit.facB; + } + }else if(!is.null(mSetObj$dataSet$filt)){ + prenorm <- mSetObj$dataSet$filt; + mSetObj$dataSet$prenorm.cls <- mSetObj$dataSet$filt.cls; + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + mSetObj$dataSet$prenorm.facA <- mSetObj$dataSet$filt.facA; + mSetObj$dataSet$prenorm.facB <- mSetObj$dataSet$filt.facB; + } + }else{ + prenorm <- mSetObj$dataSet$proc; + mSetObj$dataSet$prenorm.cls <- mSetObj$dataSet$proc.cls; + if(substring(mSetObj$dataSet$format,4,5) == "ts"){ + mSetObj$dataSet$prenorm.facA <- mSetObj$dataSet$proc.facA; + mSetObj$dataSet$prenorm.facB <- mSetObj$dataSet$proc.facB; + } + } + qs::qsave(prenorm, "prenorm.qs"); + mSetObj$dataSet$prenorm.smpl.nms <- rownames(prenorm); + mSetObj$dataSet$prenorm.feat.nms <- colnames(prenorm); + .set.mSet(mSetObj) +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +# get the dropdown list for sample normalization view +GetPrenormSmplNms <-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$prenorm.smpl.nms); +} + +GetPrenormFeatureNum <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(length(mSetObj$dataSet$prenorm.feat.nms)); +} + +GetPrenormFeatureNms <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$prenorm.feat.nms); +} + +ValidateFeatureName<- function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + if(nm %in% mSetObj$dataSet$prenorm.feat.nms){ + return(1); + } + return(0); +} + +GetPrenormClsNms <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(levels(mSetObj$dataSet$prenorm.cls)); +} + +########## Utility Functions ############### +GetRandomSubsetIndex<-function(total, sub.num = 50){ + if(total < sub.num){ + 1:total; + }else{ + sample(1:total, sub.num); + } +} + +# Test if data require genefilter version +# if so, then microservice will be used +RequireFastUnivTests <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(ncol(mSetObj$dataSet$norm) < 1000){ + return(FALSE); + }else{ + return(TRUE); + } +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/general_proc_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/general_proc_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..8c12096a37d12c2cc72291adc102d29f374a4251 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/general_proc_utils.R @@ -0,0 +1,653 @@ +#'Sanity Check Data +#'@description SanityCheckData is used for data processing, and performs a basic sanity +#'check of the uploaded content, ensuring that the data is suitable for further analysis. +#'The function will return a message if the data has successfully passed the check +#'and is deemed suitable for further analysis. If it fails, the function will return a 0. +#'The function will perform the check directly onto the mSet$dataSet object, and must +#'be performed immediately after reading in data. +#'The sanity check function evaluates the accuracy of sample and class labels, data structure, +#'deals with non-numeric values, removes columns that are constant across all samples (variance = 0), +#'and by default replaces missing values with half of the original minimal positive value in your dataset. +#'@usage SanityCheckData(mSetObj=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +SanityCheckData1 <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(file.exists("peakSet.qs") & !file.exists("data_orig.qs")){ + return(.set.mSet(mSetObj)); + } + + orig.data <- qs::qread("data_orig.qs"); + msg <- NULL; + cls <- mSetObj$dataSet$orig.cls; + mSetObj$dataSet$small.smpl.size <- 0; + + # check class info + if(mSetObj$dataSet$cls.type == "disc"){ + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + if(mSetObj$dataSet$design.type =="time"){ + msg<-c(msg, "The data is time-series data."); + }else if(mSetObj$dataSet$design.type =="time0"){ + msg<-c(msg, "The data is time-series only data."); + }else{ + msg<-c(msg, "The data is not time-series data."); + } + clsA.num <- length(levels(mSetObj$dataSet$facA)); + clsB.num <- length(levels(mSetObj$dataSet$facB)); + msg<-c(msg, paste(clsA.num, "groups were detected in samples for factor", mSetObj$dataSet$facA.lbl)); + msg<-c(msg, paste(clsB.num, "groups were detected in samples for factor", mSetObj$dataSet$facB.lbl)); + }else{ + if(mSetObj$dataSet$paired){ + msg<-c(msg,"Samples are paired."); + # need to first set up pair information if not csv file + if(!(mSetObj$dataSet$type=="conc" | mSetObj$dataSet$type=="specbin" | mSetObj$dataSet$type=="pktable" )){ + pairs <- ReadPairFile(); + # check if they are of the right length + if(length(pairs)!=length(mSetObj$dataSet$orig.smp.nms)){ + AddErrMsg("Error: the total paired names are not equal to sample names."); + return(0); + }else{ + # matching the names of the files + inx<-match(mSetObj$dataSet$orig.smp.nms, names(pairs)); + #check if all matched exactly + if(sum(is.na(inx))>0){ + AddErrMsg("Error: some paired names not match the sample names."); + return(0); + }else{ + mSetObj$dataSet$pairs <- pairs[inx]; + } + } + } + + pairs <- mSetObj$dataSet$pairs; + + # check if QC samples are present + qc.hits <- tolower(as.character(cls)) %in% "qc"; + if(sum(qc.hits) > 0){ + AddErrMsg("<font color='red'>Error: QC samples not supported in paired analysis mode.</font>"); + AddErrMsg("You can perform QC filtering using regular two-group labels."); + AddErrMsg("Then re-upload your data (without QC samples) for paired analysis."); + return(0); + }else{ + pairs <- as.numeric(pairs); + } + + label <- as.numeric(pairs); + cls <- as.factor(ifelse(label>0,1,0)); + mSetObj$dataSet$pairs <- label; + + lev <- unique(pairs); + uni.cl <- length(lev); + uni.cl.abs <- uni.cl/2; + sorted.pairs <- sort(pairs,index=TRUE); + + if(!all(sorted.pairs$x==c(-uni.cl.abs:-1,1:uni.cl.abs))){ + AddErrMsg("There are some problems in paired sample labels! "); + if(uni.cl.abs != round(uni.cl.abs)){ + duplicates <- pairs[duplicated(pairs)] + dup.msg <- paste0("Duplicated labels:", duplicates) + AddErrMsg(paste("The total samples must be of even number!", dup.msg)); + }else{ + AddErrMsg(paste("And class labels between ",-uni.cl.abs, + " and 1, and between 1 and ",uni.cl.abs,".",sep="")); + } + return(0); + } else { + msg <- c(msg,"The labels of paired samples passed sanity check."); + msg <- c(msg, paste("A total of", uni.cl.abs, "pairs were detected.")); + # make sure paired samples are sorted 1:n/2 and -1:-n/2 + + x<-sorted.pairs$ix[(uni.cl.abs+1):uni.cl] + y<-sorted.pairs$ix[uni.cl.abs:1] + index<-as.vector(cbind(x,y)); + cls<-cls[index]; + pairs <- pairs[index]; + mSetObj$dataSet$pairs <- pairs; + mSetObj$dataSet$orig.cls <- cls; + orig.data<- orig.data[index,]; + qs::qsave(orig.data, file="data_orig.qs"); + } + } else { + + # check for class labels at least two replicates per class but QC and BLANK + cls.lbl <- mSetObj$dataSet$orig.cls; + qb.inx <- tolower(cls.lbl) %in% c("qc", "blank"); + if(sum(qb.inx) > 0){ + cls.Clean <- as.factor(as.character(cls.lbl[!qb.inx])); # make sure drop level + } else { + cls.Clean <- cls.lbl; + } + + # allow it pass to sanity check and correct there + if(anal.type != "network"){ # add exception for DSPC correlation network + if(min(table(cls.Clean)) < 3 | length(levels(cls.Clean)) < 2){ + AddErrMsg(paste ("A total of", length(levels(cls.Clean)), "groups found with", length(cls.Clean), "samples.")); + AddErrMsg("<font color='red'>At least <b>two</b> groups and <b>three replicates</b> per group are required for analysis</font>!"); + AddErrMsg("You can click the <b>Edit Groups</b> button below to see the group labels for each sample and make corrections."); + return(-1); + } + } + + if("NMDR_id" %in% names(mSetObj$dataSet)){ + msg <- c(msg, paste("Study", mSetObj$dataSet$NMDR_id, "was successfully downloaded from the Metabolomics Workbench!")) + } + msg <- c(msg,"Samples are not paired."); + } + + # checking if too many groups but a few samples in each group + cls.lbl <- mSetObj$dataSet$orig.cls; + # need to exclude QC or blank + qb.inx <- tolower(cls.lbl) %in% c("qc", "blank"); + if(sum(qb.inx) > 0){ + cls.lbl <- as.factor(as.character(cls.lbl[!qb.inx])); # make sure drop level + } + min.grp.size <- min(table(cls.lbl)); + cls.num <- length(levels(cls.lbl)); + if(cls.num/min.grp.size > 3){ + mSetObj$dataSet$small.smpl.size <- 1; + msg <- c(msg, "<font color='red'>Too many groups with very small number of replicates!</font>"); + msg <- c(msg, "<font color='red'>Only a subset of methods will be available for analysis!</font>"); + } + + msg <- c(msg, paste(cls.num, "groups were detected in samples.")); + + if("NMDR_id" %in% names(mSetObj$dataSet)){ + msg <- c(msg, paste("Study", mSetObj$dataSet$NMDR_id, "group labels:", paste0(unique(cls.lbl), collapse = ", "))) + } + + mSetObj$dataSet$cls.num <- cls.num; + mSetObj$dataSet$min.grp.size <- min.grp.size; + } + + #samples may not be sorted properly, need to do some sorting at the beginning + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + nfacA <- mSetObj$dataSet$facA; + nfacB <- mSetObj$dataSet$facB; + if(mSetObj$dataSet$design.type =="time" | mSetObj$dataSet$design.type =="time0"){ + # determine time factor and should order first by subject then by each time points + if(tolower(mSetObj$dataSet$facA.lbl) == "time"){ + time.fac <- nfacA; + exp.fac <- nfacB; + }else{ + time.fac <- nfacB; + exp.fac <- nfacA; + } + # update with new index + ord.inx <- order(exp.fac); + }else{ + ord.inx <- order(nfacA); + } + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$orig.cls[ord.inx]; + mSetObj$dataSet$facA <- mSetObj$dataSet$orig.facA <- mSetObj$dataSet$facA[ord.inx]; + mSetObj$dataSet$facB <- mSetObj$dataSet$orig.facB <- mSetObj$dataSet$facB[ord.inx]; + orig.data <- orig.data[ord.inx,]; + qs::qsave(orig.data, file="data_orig.qs"); + }else{ + ord.inx <- order(mSetObj$dataSet$orig.cls); + mSetObj$dataSet$orig.cls <- cls[ord.inx]; + orig.data <- orig.data[ord.inx, , drop=FALSE]; + qs::qsave(orig.data, file="data_orig.qs"); + if(mSetObj$dataSet$paired){ + mSetObj$dataSet$pairs <- mSetObj$dataSet$pairs[ord.inx]; + } + } + } + msg<-c(msg,"Only English letters, numbers, underscore, hyphen and forward slash (/) are allowed."); + msg<-c(msg,"<font color=\"orange\">Other special characters or punctuations (if any) will be stripped off.</font>"); + + int.mat <- orig.data; + + if(ncol(int.mat)==1){ + if(anal.type=="roc"){ + mSetObj$dataSet$roc_cols <- 1; + }else{ + AddErrMsg("<font color='red'>One-column data is only supported for biomarker analysis.</font>"); + return(0); + } + }else{ + mSetObj$dataSet$roc_cols <- 2; + } + + # check numerical matrix + rowNms <- rownames(int.mat); + colNms <- colnames(int.mat); + naNms <- sum(is.na(int.mat)); + + num.mat <- apply(int.mat, 2, as.numeric) + + if(sum(is.na(num.mat)) > naNms){ + # try to remove "," in thousand seperator if it is the cause + num.mat <- apply(int.mat,2,function(x) as.numeric(gsub(",", "", x))); + if(sum(is.na(num.mat)) > naNms){ + msg<-c(msg,"<font color=\"red\">Non-numeric values were found and replaced by NA.</font>"); + }else{ + msg<-c(msg,"All data values are numeric."); + } + }else{ + msg<-c(msg,"All data values are numeric."); + } + + int.mat <- num.mat; + rownames(int.mat) <- rowNms; + colnames(int.mat)<- colNms; + + # check for columns with all constant (var =0) + varCol <- apply(int.mat, 2, var, na.rm=T); + + constCol <- (varCol == 0 | is.na(varCol)); + constNum <- sum(constCol, na.rm=T); + if(constNum > 0){ + msg<-c(msg, paste("<font color=\"red\">", constNum, "features with a constant or single value across samples were found and deleted.</font>")); + int.mat <- int.mat[,!constCol, drop=FALSE]; + } + + # check zero, NA values + totalCount <- nrow(int.mat)*ncol(int.mat); + naCount <- sum(is.na(int.mat)); + naPercent <- round(100*naCount/totalCount,1) + + mSetObj$dataSet$missingCount <- naCount; + + msg<-c(msg, paste("A total of ", naCount, " (", naPercent, "%) missing values were detected.", sep="")); + msg<-c(msg, "<u>By default, missing values will be replaced by 1/5 of min positive values of their corresponding variables</u>", + "Click the <b>Skip</b> button if you accept the default practice;", + "Or click the <b>Missing value imputation</b> to use other methods."); + + qs::qsave(as.data.frame(int.mat), "preproc.qs"); + mSetObj$dataSet$proc.cls <- mSetObj$dataSet$cls <- mSetObj$dataSet$orig.cls; + + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + mSetObj$dataSet$proc.facA <- mSetObj$dataSet$orig.facA; + mSetObj$dataSet$proc.facB <- mSetObj$dataSet$orig.facB; + } + + mSetObj$msgSet$check.msg <- c(mSetObj$msgSet$read.msg, msg); + if(!.on.public.web){ + print(c("Successfully passed sanity check!", msg)) + } + return(.set.mSet(mSetObj)); +} + +#'Replace missing or zero values +#'@description This function will replace zero/missing values by half of the smallest +#'positive value in the original dataset. +#'This method will be called after all missing value imputations are conducted. +#'Also, it directly modifies the mSet$dataSet$proc if executed after normalization, +#'or the mSet$dataSet$norm if before normalization. +#'@usage ReplaceMin(mSetObj=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +ReplaceMin1 <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + #Reset to default + mSetObj$dataSet$proc <- mSetObj$dataSet$filt <- mSetObj$dataSet$edit <- NULL; + + # replace zero and missing values using Detection Limit for each variable + preproc <- qs::qread("preproc.qs"); + int.mat <- ReplaceMissingByLoD(preproc); + + # note, this is last step of processing, also save to proc + mSetObj$dataSet$proc <- as.data.frame(int.mat); + mSetObj$msgSet$replace.msg <- paste("Zero or missing values were replaced by 1/5 of the min positive value for each variable."); + invisible(gc()); # suppress gc output + + return(.set.mSet(mSetObj)); +} + +#'Data processing: remove variables with missing values +#'@description Remove variables based upon a user-defined percentage cut-off of missing values. +#'If a user specifies a threshold of 20% (0.2), it will remove variables that are missing +#'in at least 20% of all samples. +#'@usage RemoveMissingPercent(mSetObj, percent) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param percent Input the percentage cut-off you wish to use. For instance, 50 percent is represented by percent=0.5. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +RemoveMissingPercent <- function(mSetObj=NA, percent=perct){ + + mSetObj <- .get.mSet(mSetObj); + if(!.on.public.web & !is.null(mSetObj$dataSet$norm)){ + int.mat <- mSetObj$dataSet$norm; + good.inx <- apply(is.na(int.mat), 2, sum)/nrow(int.mat)<percent; + mSetObj$dataSet$norm <- as.data.frame(int.mat[,good.inx, drop=FALSE]); + }else{ + int.mat <- qs::qread("preproc.qs"); + good.inx <- apply(is.na(int.mat), 2, sum)/nrow(int.mat)<percent; + preproc <- as.data.frame(int.mat[,good.inx, drop=FALSE]); + qs::qsave(preproc, "preproc.qs"); + } + mSetObj$msgSet$replace.msg <- c(mSetObj$msgSet$replace.msg, paste(sum(!good.inx), "variables were removed for threshold", round(100*percent, 2), "percent.")); + return(.set.mSet(mSetObj)); +} + +#'Data processing: Replace missing variables +#'@description Replace missing variables by min/mean/median/KNN/BPCA/PPCA/svdImpute. +#'@usage ImputeMissingVar(mSetObj, method) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param method Select the option to replace missing variables, either +#'replacement based on the minimum ("min), the mean ("mean"), or the median ("median") value of each feature columns, +#'or several options to impute the missing values, using k-nearest neighbour ("KNN"), probabilistic PCA ("PPCA"), +#'Bayesian PCA ("BPCA") method, or Singular Value Decomposition ("svdImpute") +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +ImputeMissingVar <- function(mSetObj=NA, method="min"){ + + mSetObj <- .get.mSet(mSetObj); + + int.mat <- qs::qread("preproc.qs"); + new.mat <- NULL; + msg <- mSetObj$msgSet$replace.msg; + + if(method=="exclude"){ + good.inx<-apply(is.na(int.mat), 2, sum)==0 + new.mat<-int.mat[,good.inx, drop=FALSE]; + msg <- c(msg,"Variables with missing values were excluded."); + + }else if(method=="min"){ + new.mat<- ReplaceMissingByLoD(int.mat); + msg <- c(msg,"Missing variables were replaced by LoDs (1/5 of the min positive value for each variable)"); + }else if(method=="colmin"){ + new.mat<-apply(int.mat, 2, function(x){ + if(sum(is.na(x))>0){ + x[is.na(x)]<-min(x,na.rm=T)/2; + } + x; + }); + msg <- c(msg,"Missing variables were replaced by 1/2 of min values for each feature column."); + }else if (method=="mean"){ + new.mat<-apply(int.mat, 2, function(x){ + if(sum(is.na(x))>0){ + x[is.na(x)]<-mean(x,na.rm=T); + } + x; + }); + msg <- c(msg,"Missing variables were replaced with the mean value for each feature column."); + }else if (method == "median"){ + new.mat<-apply(int.mat, 2, function(x){ + if(sum(is.na(x))>0){ + x[is.na(x)]<-median(x,na.rm=T); + } + x; + }); + msg <- c(msg,"Missing variables were replaced with the median for each feature column."); + }else{ + if(method == "knn_var"){ + new.mat<-t(impute::impute.knn(t(int.mat))$data); + }else if(method == "knn_smp"){ + new.mat<-impute::impute.knn(data.matrix(int.mat))$data; + }else{ + if(method == "bpca"){ + new.mat<-pcaMethods::pca(int.mat, nPcs =5, method="bpca", center=T)@completeObs; + }else if(method == "ppca"){ + new.mat<-pcaMethods::pca(int.mat, nPcs =5, method="ppca", center=T)@completeObs; + }else if(method == "svdImpute"){ + new.mat<-pcaMethods::pca(int.mat, nPcs =5, method="svdImpute", center=T)@completeObs; + } + } + msg <- c(msg, paste("Missing variables were imputated using", toupper(method))); + } + + mSetObj$dataSet$proc <- as.data.frame(new.mat); + mSetObj$msgSet$replace.msg <- msg; + return(.set.mSet(mSetObj)) +} + + +#'Methods for non-specific filtering of variables +#'@description This is a function that filters the dataset, dependent on the user-specified method +#'for filtering. The function applies a filtering method, ranks the variables within the dataset, +#'and removes variables based on its rank. The final dataset should contain no more than +#'than 5000 variables for effective computing. +#'@usage FilterVariable(mSetObj=NA, filter, qcFilter, rsd) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param filter Select the filter option, "rsd" which is the relative standard deviation, "nrsd" which +#'is the non-parametric relative standard deviation, "mean" which is the mean, "sd" which is the standard +#'deviation, "mad" which is the median absolute deviation, or "iqr" which is the interquantile range. +#'@param qcFilter Filter the variables based on QC samples - True (T), or use non-QC based filtering - False (F). +#'@param rsd Define the relative standard deviation cut-off. Variables with a RSD greater than this number +#'will be removed from the dataset. It is only necessary to specify this argument if qcFilter is True (T). +#'Otherwise, it will not be used in the function. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +FilterVariable <- function(mSetObj=NA, filter, qcFilter, rsd){ + + mSetObj <- .get.mSet(mSetObj); + + #Reset to default + mSetObj$dataSet$filt <- NULL; + + int.mat <- as.matrix(mSetObj$dataSet$proc); + cls <- mSetObj$dataSet$proc.cls; + + # save a copy + mSetObj$dataSet$filt.cls <- cls; + if(substring(mSetObj$dataSet$format,4,5)=="ts"){ + mSetObj$dataSet$filt.facA <- mSetObj$dataSet$proc.facA; + mSetObj$dataSet$filt.facB <- mSetObj$dataSet$proc.facB; + } + + msg <- ""; + if(qcFilter == "T"){ + rsd <- rsd/100; + # need to check if QC exists + qc.hits <- tolower(as.character(cls)) %in% "qc"; + if(sum(qc.hits) > 2){ # require at least 3 QC for RSD + qc.mat <- int.mat[qc.hits,]; + sds <- apply(qc.mat, 2, sd, na.rm=T); + mns <- apply(qc.mat, 2, mean, na.rm=T); + rsd.vals <- abs(sds/mns); + gd.inx <- rsd.vals < rsd; + int.mat <- int.mat[,gd.inx]; + msg <- paste("Removed ", sum(!gd.inx), " features based on QC RSD values. QC samples are still kept. You can remove them later."); + }else if(sum(qc.hits) > 0){ + AddErrMsg("RSD requires at least 3 QC samples, and only non-QC based filtering can be applied."); + return(0); + }else{ + AddErrMsg("No QC Samples (with class label: QC) found. Please use non-QC based filtering."); + return(0); + } + } + + feat.num <- ncol(int.mat); + feat.nms <- colnames(int.mat); + nm <- NULL; + if(filter == "none" && feat.num < 5000){ # only allow for less than 4000 + remain <- rep(TRUE, feat.num); + msg <- paste(msg, "No non-QC based data filtering was applied"); + }else{ + if (filter == "rsd" ){ + sds <- apply(int.mat, 2, sd, na.rm=T); + mns <- apply(int.mat, 2, mean, na.rm=T); + filter.val <- abs(sds/mns); + nm <- "Relative standard deviation"; + }else if (filter == "nrsd" ){ + mads <- apply(int.mat, 2, mad, na.rm=T); + meds <- apply(int.mat, 2, median, na.rm=T); + filter.val <- abs(mads/meds); + nm <- "Non-paramatric relative standard deviation"; + }else if (filter == "mean"){ + filter.val <- apply(int.mat, 2, mean, na.rm=T); + nm <- "mean"; + }else if (filter == "sd"){ + filter.val <- apply(int.mat, 2, sd, na.rm=T); + nm <- "standard deviation"; + }else if (filter == "mad"){ + filter.val <- apply(int.mat, 2, mad, na.rm=T); + nm <- "Median absolute deviation"; + }else if (filter == "median"){ + filter.val <- apply(int.mat, 2, median, na.rm=T); + nm <- "median"; + }else{ # iqr + filter.val <- apply(int.mat, 2, IQR, na.rm=T); + nm <- "Interquantile Range"; + } + + # get the rank of the filtered variables + rk <- rank(-filter.val, ties.method='random'); + + var.num <- ncol(int.mat); + if(var.num < 250){ # reduce 5% + remain <- rk < var.num*0.95; + msg <- paste(msg, "Further feature filtering based on", nm); + }else if(ncol(int.mat) < 500){ # reduce 10% + remain <- rk < var.num*0.9; + msg <- paste(msg, "Further feature filtering based on", nm); + }else if(ncol(int.mat) < 1000){ # reduce 25% + remain <- rk < var.num*0.75; + msg <- paste(msg, "Further feature filtering based on", nm); + }else{ # reduce 40%, if still over 5000, then only use top 5000 + remain <- rk < var.num*0.6; + msg <- paste(msg, "Further feature filtering based on", nm); + + if(mSetObj$analSet$type == "mummichog"){ + max.allow <- 7500; + }else if(mSetObj$analSet$type == "power"){ + max.allow <- 5000; + }else{ + max.allow <- 2500; + } + + if(sum(remain) > max.allow){ + remain <-rk < max.allow; + msg <- paste(msg, paste("Reduced to", max.allow, "features based on", nm)); + } + } + } + + mSetObj$dataSet$filt <- int.mat[, remain]; + mSetObj$msgSet$filter.msg <- msg; + AddMsg(msg); + + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetOrigSmplNms <-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$orig.smp.nms); +} + +GetOrigGrpNms <-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$orig.cls); +} + +GetGroupNumber<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(length(levels(mSetObj$dataSet$cls))); +} + +#'Check if the sample size is small +#'@description Returns whether or not the sanity check found that there were too many +#'groups in the dataset containing too few samples. It will return a 0 if the data passes the check, +#'or will return a 1 if the data does not. +#'@usage IsSmallSmplSize(mSetObj=NA) +#'@param mSetObj Input name of the created mSet Object +#'@export +#' +IsSmallSmplSize<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + print(mSetObj$dataSet$small.smpl.size); + return(.set.mSet(mSetObj)); +} + +GetMinGroupSize<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$min.grp.size); +} + +IsDataContainsNegative<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$containsNegative); +} + +# users can manually update sample names +UpdateFeatureName<-function(mSetObj=NA, old.nm, new.nm){ + mSetObj <- .get.mSet(mSetObj); + if(!is.null(mSetObj$dataSet[["orig"]])){ + orig.data <- qs::qread("data_orig.qs"); + orig.data <- .update.feature.nm(orig.data, old.nm, new.nm); + qs::qsave(orig.data, file="data_orig.qs"); + } + + if(!is.null(mSetObj$dataSet[["proc"]])){ + mSetObj$dataSet$proc <- .update.feature.nm(mSetObj$dataSet$proc, old.nm, new.nm); + if(!is.null(mSetObj$dataSet[["filt"]])){ + mSetObj$dataSet$filt <- .update.feature.nm(mSetObj$dataSet$filt, old.nm, new.nm); + } + } + + if(!is.null(mSetObj$dataSet[["norm"]])){ + mSetObj$dataSet$norm <- .update.feature.nm(mSetObj$dataSet$norm, old.nm, new.nm); + } + return(.set.mSet(mSetObj)); +} + +.update.feature.nm<-function(dat, old.nm, new.nm){ + hit.inx <- match(old.nm, colnames(dat)); + if(!is.na(hit.inx)){ + colnames(dat)[hit.inx] <- new.nm; + } + return(dat); +} + +UpdateSampleGroups<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + cls.lbl <- ClearStrings(as.vector(grp.vec)); + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$cls <- as.factor(cls.lbl); + return(.set.mSet(mSetObj)); +} + +#'Check for missing data +#'@description ContainMissing is used to check if any missing data exists in the uploaded file. +#'@usage ContainMissing(mSetObj=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +ContainMissing1 <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(.on.public.web){ + if(mSetObj$dataSet$missingCount > 0){ + return(1); + } + return(0); + }else{ + if(mSetObj$dataSet$missingCount > 0){ + print("Contains missing data - will be dealt with in next step."); + } + print("Does not contain missing data."); + return(.set.mSet(mSetObj)); + } +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/generic_c_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/generic_c_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..d81870fcfb15372b892c1159487900f21d4daa0c --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/generic_c_utils.R @@ -0,0 +1,33 @@ +#' MetaboAnalystR: A package for computating the notorious bar statistic. +#' +#' The MetaboAnalystR package provides a pipeline for metabolomics processing. +#' +#' @section MetaboAnalystR functions: +#' The MetaboAnalystR functions ... +#' +#' @docType package +#' @name MetaboAnalystR +#' @useDynLib MetaboAnalystR, .registration=TRUE, .fixes = "C_" +NULL +#> NULL + + +######### ======= ------------- C function Bin: Batch Effect Module ----------- ======== ######### + +#' Internal C fucntion - C_imodwt_r +#' @references Percival, D. B. and A. T. Walden (2000) Wavelet Methods for Time Series Analysis, Cambridge University Press. + C_imodwt_r <- function(y,z,N,j, L, ht, gt, XX){ + if (.on.public.web){ .C("imodwt", y, z, N, j, L, ht, gt, out=XX)$out} else{ + .C(C_imodwt, y, z, N, j, L, ht, gt, out=XX, PACKAGE = "MetaboAnalystR")$out} + } + +#' Internal C fucntion - C_modwt_r +#' @references Percival, D. B. and A. T. Walden (2000) Wavelet Methods for Time Series Analysis, Cambridge University Press. + C_modwt_r <- function(X,N,j, L, ht, gt,W, V){ + if (.on.public.web){ .C("modwt", X, N, as.integer(j), L,ht, gt, W = W, V = V)[7:8]} else { + .C(C_modwt, X, N, as.integer(j), L, ht, gt, W = W, V = V, PACKAGE = "MetaboAnalystR")[7:8]} + } + +############# ============ ------------- Bin bottom ----------- ============ ########### + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/kegg_pathway.qs b/V1.7.4/MetaboAnalyst_3.0.3/kegg_pathway.qs new file mode 100644 index 0000000000000000000000000000000000000000..cb87f79d965236b344c24be5cee4d7f1494cf6aa Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/kegg_pathway.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/location.qs b/V1.7.4/MetaboAnalyst_3.0.3/location.qs new file mode 100644 index 0000000000000000000000000000000000000000..537e7158042d92071f392cab6d4af1bf253eaca7 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/location.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/main_class.qs b/V1.7.4/MetaboAnalyst_3.0.3/main_class.qs new file mode 100644 index 0000000000000000000000000000000000000000..2d7ce1d5919368087ded02dd66e68f3117ec1171 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/main_class.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/meta_data_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/meta_data_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..a0b840a7c9f3e7b9a7ca9fa09e3dd4b88f81c9d7 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/meta_data_utils.R @@ -0,0 +1,684 @@ +#'Read in individual data +#'@description This function determines reads in user's individual data for meta-analysis. +#'@param mSetObj Input name of the created mSet Object +#'@param dataName Name of inputted dataset. +#'@param format Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), +#'in columns and paired (colp), or in columns and unpaired (colu). +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +ReadIndData <- function(mSetObj=NA, dataName, format="colu"){ + + mSetObj <- .get.mSet(mSetObj); + + dat <- .readDataTable(dataName); + if(class(dat) == "try-error" || ncol(dat) == 1){ + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + return(0); + } + + #mSetObj$dataSet <- list(); + mSetObj$dataSet$data.orig <- dat; + mSetObj$dataSet$format <- format; + mSetObj$dataSet$name <- dataName; + + if(.on.public.web){ + .set.mSet(mSetObj) + return(RegisterData(mSetObj, mSetObj$dataSet)); + }else{ + RegisterData(mSetObj, mSetObj$dataSet) + return(.set.mSet(mSetObj)); + } +} + +#'Register data in R +#'@description When there are multiple datasets, record their name and save the inputted data as +#'a .qs file to save memory. Note, the memory will only contain one mSetObj$dataSet object. By default the last one +#'will be the most recent/current dataSet object. Users can switch which data to load into memory. +#'@param mSetObj Input name of the created mSet Object +#'@param dataSet Input dataset to be registered in R. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +RegisterData <- function(mSetObj=NA, dataSet){ + + mSetObj <- .get.mSet(mSetObj); + dataName <- dataSet$name; + qs::qsave(dataSet, file=dataName); + dataSet <<- dataSet; # redundant? have mSetObj$dataSet = 2 copies + mdata.all[[dataName]] <<- 1; + return(1); +} + +#'Sanity check of individual datasets for meta-analysis +#'@description Performs a sanity check on each-uploaded dataset for meta-analysis. Briefly, this function +#'will exclude empty rows, check class labels, ensure only 2 groups are being compared within the dataset, +#'ensure sample names are unique, remove low quality samples/features, and replace missing values. +#'@param mSetObj Input name of the created mSet Object +#'@param dataName Input name of the dataset to perform the sanity check. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +# +SanityCheckIndData<-function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + }else{ + dataSet <- mSetObj$dataSet + } + + dat <- dataSet$data.orig; + + msg <- NULL; + if(substring(dataSet$format,1,3)=="row"){ # sample in row + msg <- "Samples are in rows and features in columns"; + smpl.nms <-dat[,1]; + dat[,1] <- NULL; + cls.lbl <- dat[,1]; + conc <- dat[,-1]; + var.nms <- colnames(conc); + }else{ # sample in col + msg<-"Samples are in columns and features in rows."; + var.nms <- dat[-1,1]; + dat[,1] <- NULL; + smpl.nms <- colnames(dat); + cls.lbl <- dat[1,]; + conc <- t(dat[-1,]); + } + + dataSet$cls.orig <- cls.lbl; + + empty.inx <- is.na(smpl.nms) | smpl.nms == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty rows</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + msg <- c(msg, "No empty rows were found in your data."); + } + + # try to check & remove empty lines if class label is empty + # Added by B. Han + empty.inx <- is.na(cls.lbl) | cls.lbl == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty labels</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + msg <- c(msg, "No empty labels were found in your data."); + } + + if(length(unique(cls.lbl[!empty.inx])) > 2){ + msg <- c(msg, paste(c("Groups found:", unique(cls.lbl[!empty.inx])), collapse=" ")); + msg <- c(msg, "<font color=\"red\">Meta-analysis is only defined for two-group comparisions!</font>"); + current.msg <<- msg; + return(0); + }else{ + lvls <- as.character(unique(unlist(cls.lbl))) + msg <- c(msg, paste("Two groups found:", lvls[1], "and", lvls[2], collapse=" ")); + } + + # check for uniqueness of dimension name + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + msg <- c(msg, "Duplicate sample names are not allowed!"); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All sample names are unique."); + } + + # try to remove check & remove empty line if feature name is empty + empty.inx <- is.na(var.nms) | var.nms == ""; + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty features</font> were detected and excluded from your data.")); + var.nms <- var.nms[!empty.inx]; + conc <- conc[,!empty.inx]; + }else{ + msg <- c(msg, "No empty feature names found"); + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.inx <- which(duplicated(var.nms)); + msg <- c(msg, paste("Error: a total of", length(dup.inx), "duplicate feature names found!")); + if(length(dup.inx) > 9){ + dup.inx <- dup.inx[1:9]; + } + dup.nm <- paste("Duplicated names [max 9]: ", var.nms[dup.inx], collapse=" "); + AddErrMsg(dup.nm); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All feature names are unique"); + } + + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + na.inx <- is.na(iconv(smpl.nms)); + nms <- paste(smpl.nms[na.inx], collapse="; "); + msg <- c(msg, paste("No special letters (i.e. Latin, Greek) are allowed in sample names!", nms, collapse=" ")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All sample names are OK"); + } + + if(sum(is.na(iconv(var.nms)))>0){ + na.inx <- is.na(iconv(var.nms)); + nms <- paste(var.nms[na.inx], collapse="; "); + msg <- c(msg, paste("No special letters (i.e. Latin, Greek) are allowed in feature names!", nms, collapse=" ")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All feature names are OK"); + } + + # only keep alphabets, numbers, ",", "." "_", "-" "/" + smpl.nms <- gsub("[^[:alnum:]./_-]", "", smpl.nms); + var.nms <- gsub("[^[:alnum:][:space:],'./_-]", "", var.nms); # allow space, comma and period + cls.lbl <- ClearStrings(as.vector(cls.lbl)); + + # now assgin the dimension names + conc <- apply(conc, 2, as.numeric); + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + proc.cls <- as.factor(as.character(cls.lbl)); + + # now need to remove low quality samples and genes + data <- conc; + smpl.num <- nrow(data); + gene.num <- ncol(data); + + # remove smpls/exp with over half missing value + good.inx<-apply(is.na(data), 1, sum)/ncol(data)<0.6; + smpl.msg <- ""; + if(sum(!good.inx)>0){ + + msg <- c(msg, paste(sum(!good.inx), "low quality samples(>60% missing) removed.")); + + data <- data[good.inx,]; + if(nrow(data)/smpl.num < 0.5){ + msg <- c(msg, paste(msg, "Low quality data rejected!")); + current.msg <<- msg; + return(0); + } + + # update meta information + proc.cls <- proc.cls[good.inx]; + } + + if(ncol(data) < 4){ + msg <- c(msg, paste("The sample # (", nrow(data), ") is too small.")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, paste("A total of", nrow(data), "samples were found.")); + } + + # feature with 75% NA will be removed + gd.inx<-apply(is.na(data), 2, sum)/nrow(data) < 0.75; + + feat.msg <- ""; + if(sum(!gd.inx) > 0){ + data <- data[, gd.inx]; + msg <- c(msg, paste(sum(!gd.inx), "low quality features (>75% missing) removed")); + if(ncol(data)/gene.num < 0.25){ + msg <- c(msg, paste(feat.msg, "Low quality data rejected.")); + current.msg <<- msg; + return(0); + } + } + + # feature with 90% ZEROs will be removed + gd.inx<-apply(data==0, 2, function(x) {sum(x, na.rm=T)})/nrow(data) < 0.9; + + feat.msg <- ""; + if(sum(!gd.inx) > 0){ + data <- data[, gd.inx]; + msg <- c(msg, paste(sum(!gd.inx), "low quality features (>90% zeros) removed")); + if(ncol(data)/gene.num< 0.25){ + msg <- c(msg, paste(feat.msg, "Low quality data rejected.")); + current.msg <<- msg; + return(0); + } + } + + if(ncol(data) < 10){ + msg <- c(msg, "The feature# (", ncol(data), ") is too small (<10)."); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, paste("A total of", ncol(data), "features were found.", collapse=" ")); + } + + # replace missing values should use median for normalized data + min.val <- min(data[data>0], na.rm=T)/10; + data[is.na(data)] <- min.val; + data[data<=0] <- min.val; + + dataSet$check.msg <- msg; + dataSet$data.proc <- dataSet$data <- data; + dataSet$cls.proc <- dataSet$cls <- factor(proc.cls); + + mSetObj$dataSet <- dataSet + + if(.on.public.web){ + .set.mSet(mSetObj) + return(RegisterData(mSetObj, dataSet)); + }else{ + RegisterData(mSetObj, dataSet) + return(.set.mSet(mSetObj)); + } +} + +#removed setcurrentdata, never used? + +#'Remove data object, the current dataSet will be the last one by default +#'@param dataName Input name of data to remove +#'@export +RemoveData <- function(dataName){ + if(!is.null(mdata.all[[dataName]])){ + mdata.all[[dataName]] <<- NULL; + } +} + +#'Select one or more datasets for meta-analysis +#'@description This function selects one or more datasets to be used for meta-analysis. 1 is used to indicate that +#'a dataset is selected and by default, all datasets will be selected for meta-analysis. +#'@param mSetObj Input name of the created mSet Object +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SelectMultiData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(!exists('nm.vec')){ + AddErrMsg("No dataset is selected for analysis!"); + return(0); + } + + all.nms <- names(mdata.all); + for(nm in all.nms){ + if(nm %in% nm.vec){ + mdata.all[[nm]] <<- 1; + }else{ + mdata.all[[nm]] <<- 0; + } + } + + if("meta_dat" %in% nm.vec){ + meta.selected <<- TRUE; + }else{ + meta.selected <<- FALSE; + } + + rm('nm.vec', envir = .GlobalEnv); + + return(.set.mSet(mSetObj)); + +} + +#' Get all meta-analysis name data +#'@export +GetAllDataNames <- function(){ + names(mdata.all); +} + +#'Perform normalization for individually-uploaded datasets for meta-analysis +#'@description This function performs normalization of individuall-uploaded datasets prior to meta-analysis. +#'@param mSetObj Input name of the created mSet Object +#'@param dataName Input the name of the individual dataset for normalization. +#'@param norm.opt Performs log2 normalization "log", or no normalization "none". +#'@param auto.opt Performs auto-scaling of data (1), or no (0). +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +PerformIndNormalization <- function(mSetObj=NA, dataName, norm.opt, auto.opt){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + }else{ + dataSet <- mSetObj$dataSet + } + + msg <- NULL; + data <- dataSet$data.proc; + + if(norm.opt != "none"){ + data <- PerformDataNormalization(data, norm.opt); + } + + if(auto.opt==1){ + row.nms <- rownames(data); + col.nms <- colnames(data); + data <- apply(data, 2, AutoNorm); + msg <- paste(msg, "Autoscaling performed.", collapse=" "); + rownames(data) <- row.nms; + colnames(data) <- col.nms; + } + + dataSet$data <- data; + dataSet$cls <- dataSet$cls.proc; + dataSet$auto_opt <- auto.opt + + mSetObj$dataSet <- dataSet + RegisterData(mSetObj, dataSet); + AddMsg(msg); + + return(.set.mSet(mSetObj)); +} + +PerformDataNormalization <- function(data, norm.opt){ + + msg <- NULL; + row.nms <- rownames(data); + col.nms <- colnames(data); + if(norm.opt=="log"){ + data <- log10(data); + msg <- paste(msg, "Log10 transformation.", collapse=" "); + }else if(norm.opt=="vsn"){ + data <- limma::normalizeVSN(data); + msg <- paste(msg, "VSN normalization.", collapse=" "); + }else if(norm.opt=="quantile"){ + data <- preprocessCore::normalize.quantiles(data, copy=TRUE); + msg <- paste(msg, "Quantile normalization.", collapse=" "); + }else{ + msg <- paste("Unknown normalization: ", norm.opt, collapse=" "); + print(msg); + return(null); + } + norm.msg <<- msg; + rownames(data) <- row.nms; + colnames(data) <- col.nms; + return(data); +} + +#'Perform differential expression analysis using Limma for individually-uploaded data. +#'@description This function performs DE analysis of individually-uploaded data prior to meta-analysis. +#'@param mSetObj Input name of the created mSet Object +#'@param dataName Input the name of the individual dataset for normalization. +#'@param p.lvl Numeric, input the p-value (FDR) cutoff. +#'@param fc.lvl Numeric, input the fold-change (FC) cutoff. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +PerformLimmaDE<-function(mSetObj=NA, dataName, p.lvl=0.1, fc.lvl=0.0){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + }else{ + dataSet <- mSetObj$dataSet + } + + res.limma <- PerformLimma(t(dataSet$data), dataSet$cls); + res.all <- GetLimmaResTable(res.limma$fit.obj); + + hit.inx <- abs(res.all$logFC)>= fc.lvl & res.all$adj.P.Val <= p.lvl + + # note, hit.inx can contain NA, not T/F + hit.inx <- which(hit.inx); + res <- res.all[hit.inx,]; + + # rm .txt suffix for new names + shortNm <- substring(dataName, 0, nchar(dataName)-4); + fileName <- paste("SigFeatures_", shortNm, ".csv",sep="") + fast.write.csv(signif(res[,-1],5), file=fileName); + + sig.count <- nrow(res); + non.sig.count <- nrow(res.all)-sig.count; + + gc(); + + mSetObj$dataSet$deparam <- paste(c("P value cutoff:", p.lvl, "Fold-Change cutoff:", fc.lvl)) + mSetObj$dataSet$desig <- paste(c("Number of significant features:", sig.count, "Number of non-significant features:", non.sig.count)) + # record the sig gene vec + if(.on.public.web){ + .set.mSet(mSetObj) + + return(c(1, sig.count, non.sig.count)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +# perfor differential analysis for array/RNA seq data +# for two groups only (used for meta-analysis) +PerformLimma<-function(data, group){ + + data <- data; + design <- model.matrix(~-1 + group); + fit = limma::lmFit(data, design) + + grps.cmp <- paste("group", levels(group)[2], " - ", "group", levels(group)[1], sep=""); + myargs <- list(grps.cmp, levels = design); + contrast.matrix <- do.call(limma::makeContrasts, myargs); + fit <- limma::contrasts.fit(fit, contrast.matrix) + fit <- limma::eBayes(fit); + gc(); + return(list(fit.obj=fit)); +} + +#'Get result table from eBayes fit object +#'@param fit.obj eBayes fit object to parse to a table +#'@export +GetLimmaResTable<-function(fit.obj){ + + resTable <- limma::topTable(fit.obj, number=Inf, adjust.method="BH"); + if(!is.null(resTable$ID)){ # for older version + rownames(resTable) <- resTable$ID; + resTable$ID <- NULL; + } + return(resTable); +} + +# given a gene id, plot its expression profile as box plot + +#'Create a box-plot of a feature's expression pattern across the different datasets +#'@description This function plots a box-plot of the expression pattern of a user-selected feature +#'across the different datasets included in meta-analysis. +#'@param mSetObj Input name of the created mSet Object. +#'@param gene.id Input the name of the selected feature. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PlotSelectedFeature<-function(mSetObj=NA, gene.id){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$imgSet$meta.anal$feature <- symb <- gene.id; + imgName <- paste(gene.id, ".png", sep=""); + mSetObj$imgSet$meta.anal$plot <- imgName + + if(.on.public.web){ + load_lattice() + } + num <- sum(mdata.all == 1); + # calculate width based on the dataset number + if(num == 1){ + Cairo::Cairo(file = imgName, width=280, height=320, type="png", bg="white"); + myplot <- bwplot(metastat.meta$plot.data[gene.id,] ~ as.character(metastat.meta$cls.lbl), fill="#0000ff22", + xlab="Class", ylab="Expression Pattern", main=symb, scales=list(x=list(rot=30))) + }else{ + # calculate layout + if(num < 6){ + layout <- c(num, 1); + height=320; + width=160*num; + }else{ + rn <- round(num/2); + layout <- c(rn, 2); + height=500; + width=160*rn; + } + + Cairo::Cairo(file = imgName, width=width, height=height, type="png", bg="white"); + data.lbl <- as.character(metastat.meta$data.lbl); + data.lbl <- substr(data.lbl, 0, nchar(data.lbl)-4); + + # get counts in each data, same order as a levels + counts <- table(data.lbl); + # back to factor + data.lbl <- factor(data.lbl); + + # get new lbls to cut potential long names, and add sample numbers + nlbls <- data.lbl; + levels(nlbls) <- abbreviate(levels(nlbls),9); + nlbls <- paste(levels(nlbls), "( n=", as.vector(counts), ")"); + # update labels + data.lbl <- factor(data.lbl, labels=nlbls); + # some time the transformed plot.data can switch class label, use the original data, need to be similar scale + myplot <- bwplot(metastat.meta$plot.data[gene.id,] ~ as.character(metastat.meta$cls.lbl) | data.lbl, + xlab="Datasets", ylab="Expression Pattern", main=symb, scales=list(x=list(rot=30)), + fill="#0000ff22", layout=layout); + } + + print(myplot); + dev.off(); + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetMetaSanityCheckMsg <- function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + } + + return(dataSet$check.msg); +} + +GetDataDims <- function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + } + data <- dataSet$data; + dm <- dim(data); + naNum <- sum(is.na(data)); + zoNum <- sum(data == 0); + return(c(dm, naNum, zoNum)); +} + +GetMetaGroupNames <-function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + } + return(levels(dataSet$cls)); +} + +###################################### +## methods for merged expression data +####################################### + +GlobalCutOff = list( + logFC = 0, + BHth = 0.05 +) + +# function to set up results combining individual data analysis +# as well as to prepare for GO analysis +# no return, as set global + +SetupMetaStats <- function(BHth){ + + GlobalCutOff$BHth <<- BHth; + #all common genes + gene.ids <- rownames(metastat.meta$data); + # meta.sig genes + metade.genes <- rownames(meta.mat); + + # setup individual sig genes & stats + # that overlap with meta.sig + metastat.de <- list(); + + pval.mat <- fc.mat <- matrix(nrow=nrow(meta.mat), ncol=sum(mdata.all==1)); + for(i in 1:length(metastat.ind)){ + de.res <- metastat.ind[[i]]; + + hit.inx <- de.res[,2] <= BHth; + hit.inx <- which(hit.inx); # need to get around NA + metastat.de[[i]] <- rownames(de.res)[hit.inx]; + + # only choose the genes that are also meta sig genes from in + # individual analysis for display + de.res <- de.res[metade.genes,]; + + fc.mat[,i] <- de.res[,1]; + pval.mat[,i] <- de.res[,2]; + } + names(metastat.de) <- names(metastat.ind); + + # calculate gain/loss + deindst <- unique(unlist(metastat.de)); + gains=metade.genes[which(!(metade.genes %in% deindst))]; + losses=deindst[which(!(deindst %in% metade.genes))]; + all.de <- cbind(gene.ids %in% metade.genes, gene.ids %in% deindst); + colnames(all.de) <- c("Meta-DE", "Individual-DE"); + vennC <- getVennCounts(all.de); + + # significant features from individual + de.len <- sapply(metastat.de, length); + stat <- c(length(metade.genes), de.len); + names(stat) <- c("Meta", substr(names(metastat.de), 0, nchar(names(metastat.de))-4)); + meta.stat <- list( + stat = stat, + de = metade.genes, + idd = gains, + loss = losses, + venn = vennC + ); + + fc.mat <<- fc.mat; + pval.mat <<- pval.mat; + metastat.de <<- metastat.de; + meta.stat <<- meta.stat; + + # save the result + res <- cbind(ID=metade.genes, meta.mat); + + fast.write.csv(res, file=paste("meta_sig_features_", metastat.method, ".csv", sep=""), row.names=F); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/meta_methods.R b/V1.7.4/MetaboAnalyst_3.0.3/meta_methods.R new file mode 100755 index 0000000000000000000000000000000000000000..e62aed163daf5287e1afaff49cb2508994e9175c --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/meta_methods.R @@ -0,0 +1,873 @@ +#'Check if data are ready for meta-analysis +#'@description This function determines if all annotated data are ready for meta-analysis +#'@param mSetObj Input name of the created mSet Object +#'@param combat Adjust for batch effects, logical variable: TRUE = adjust for batch effects using an empirical Bayes framework (R package sva), +#'FALSE = no batch effect adjustment. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +CheckMetaDataConsistency<-function(mSetObj=NA, combat=TRUE){ + + mSetObj <- .get.mSet(mSetObj); + + if(length(mdata.all) == 0){ + AddErrMsg("Please upload your data or try our example datasets!"); + return(0); + } + + include.inx <- mdata.all==1; + if(sum(include.inx) < 2){ + AddErrMsg("At least two datasets are required for meta-analysis!"); + return(0); + } + + sel.nms <- names(mdata.all)[include.inx]; + + # first check that all class labels are consistent + dataSet <- qs::qread(sel.nms[1]); + lvls <- levels(dataSet$cls); + id.type <- dataSet$id.type; + + # note, the features are in columns!!!! + nms <- colnames(dataSet$data); + shared.nms <- nms; + for(i in 2:length(sel.nms)){ + dataSet <- qs::qread(sel.nms[i]); + # check if class label is consistent + if(!all(levels(dataSet$cls) == lvls)){ + AddErrMsg(paste(sel.nms[i], "has different group labels", paste(levels(dataSet$cls), collapse=":"), "from", sel.nms[1], paste(lvls, collapse=":"))); + return(0); + } + + # check and record if there is common genes + shared.nms <- intersect(shared.nms, colnames(dataSet$data)); + if(length(shared.nms) < ncol(dataSet$data)/4){ + AddErrMsg(paste(sel.nms[i], "has less than 25% common features from the previous data sets")); + return(0); + } + } + AddMsg("Passed experimental condition check!"); + + # now construct a common matrix to faciliate plotting across all studies + dataName <- sel.nms[1]; + dataSet <- qs::qread(dataName); + common.matrix <- dataSet$data[, shared.nms]; + data.lbl <- rep(dataName, nrow(common.matrix)); + cls.lbl <- dataSet$cls; + + for(i in 2:length(sel.nms)){ + dataName <- sel.nms[i]; + dataSet <- qs::qread(dataName); + ndat <- dataSet$data[, shared.nms]; + + # note, there could be duplicate sample names across studies + rownames(ndat) <- paste(rownames(ndat),"_",i, sep=""); + plot.ndat <- t(scale(t(ndat))); # scale sample wise (default scale column) + common.matrix <- rbind(common.matrix, ndat); + data.lbl <- c(data.lbl, rep(dataName, nrow(dataSet$data[,]))); + cls.lbl <- c(cls.lbl, dataSet$cls); + } + + cls.lbl <- factor(cls.lbl); + levels(cls.lbl) <- lvls; + colnames(common.matrix) <- shared.nms; + ord.inx <- order(data.lbl, cls.lbl); + cls.lbl <- cls.lbl[ord.inx]; + data.lbl <- data.lbl[ord.inx]; + common.matrix <- data.matrix(common.matrix[ord.inx,]); + + AddMsg("Constructed the commom matrix!"); + + if(nrow(common.matrix) > 1000){ # max sample number allow 1000 + AddErrMsg(paste("Total combined sample #:", nrow(common.matrix), "(exceed the limit: 1000!)")); + return(0); + } + + # now from here, we want to transpose the data as in gene expression data + # (i.e. samples in columns) to be easier for further analysis + common.matrix <- t(common.matrix); + + if(combat){ + pheno <- data.frame(cbind(cls.lbl, data.lbl)); + modcombat = model.matrix(~1, data=pheno) + batch <- data.lbl; + combat_edata = sva::ComBat(dat=common.matrix, batch=batch, mod=modcombat, par.prior=TRUE, prior.plots=FALSE) + common.matrix <- combat_edata; + } + + # save the meta-dataset + res <- data.frame(colnames(common.matrix), cls.lbl, data.lbl, t(common.matrix)); + colnames(res) <- c('Samples', 'Conditions', 'Datasets', rownames(common.matrix)); + write.table(t(res), file="MetaboAnalyst_merged_data.csv", col.names=F, quote=FALSE); + + # need to set up the data for plotting (boxplot, heatmap) so + # we need to scale row for each dataset in order to elimiate the maganitude difference + plot.matrix <- matrix(NA, nrow=nrow(common.matrix), ncol=ncol(common.matrix)); + rownames(plot.matrix) <- rownames(common.matrix); + colnames(plot.matrix) <- colnames(common.matrix); + for(i in 1:length(sel.nms)){ + data.inx <- data.lbl == sel.nms[i]; + plot.matrix[,data.inx] <- t(scale(t(common.matrix[,data.inx]))); + } + + # if entrez, get symbols for display + shared.nms <- rownames(common.matrix); + symbols <- shared.nms; + names(symbols) <- shared.nms; + + metastat.meta <<- list(data=common.matrix, + plot.data=plot.matrix, + gene.symbls = symbols, + cls.lbl=factor(cls.lbl), + data.lbl=data.lbl); + + PerformEachDEAnal(mSetObj); + + # setup common stats gene number, smpl number, grp info + studyinfo <- paste("Sample #:", ncol(metastat.meta$data), "Common ID #:", nrow(metastat.meta$data), "Condition:", paste(levels(metastat.meta$cls.lbl), collapse=" vs. ")); + + AddMsg(studyinfo) + mSetObj$dataSet$studyinfo <- studyinfo + + if(.on.public.web){ + if(length(sel.nms) == 1){ + .set.mSet(mSetObj) + return(2); + }else{ + .set.mSet(mSetObj) + return(1); + } + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Performs differential expression analysis on individual data +#'@description This function performs DE analysis on individual data using the common matrix, which +#'will be used/compared in later steps of the analysis (according to the p-value). The DE for each feature +#'may be adjusted using the p-value. +#'@param mSetObj Input name of the created mSet Object +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +PerformEachDEAnal <- function(mSetObj=NA){ + + metastat.ind <- list(); + sel.nms <- names(mdata.all)[mdata.all==1]; + + for(i in 1:length(sel.nms)){ + dataName <- sel.nms[i]; + sel.inx <- metastat.meta$data.lbl == dataName; + group <- factor(metastat.meta$cls.lbl[sel.inx]); # note regenerate factor to drop levels + data <- metastat.meta$data[, sel.inx]; + + dataSet <- qs::qread(dataName); + grp.lvl <- levels(dataSet$cls); + + # update data set + group <- factor(metastat.meta$cls.lbl[sel.inx], levels=grp.lvl, ordered=T); # note regenerate factor to drop levels + dataSet$cls <- group; + + res.limma <- PerformLimma(data, group); + + # save dataSet object for meta-analysis + dataSet$fit.obj <- res.limma$fit.obj; + + res.all <- GetLimmaResTable(res.limma$fit.obj); + res.mat <- cbind(logFC=res.all$logFC, Pval = res.all$adj.P.Val); + rownames(res.mat) <- rownames(res.all); + metastat.ind[[dataName]] <- res.mat; + + RegisterData(mSetObj, dataSet); + + # clean up + rm(dataSet, res.all); + gc(); + } + metastat.ind <<- metastat.ind; +} + +#'Meta-Analysis Method: Combining p-values +#'@description This function is one of three methods to perform meta-analysis. Here, p-values are combined using either +#'the Fisher's method or the Stouffer's method. +#'@param mSetObj Input name of the created mSet Object. +#'@param method Method of p-value combination. By default it is "stouffer", else it is "fisher". +#'@param BHth Numeric input to set the significance level. By default it is 0.05. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +PerformPvalCombination <- function(mSetObj=NA, method="stouffer", BHth=0.05){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$pvalmethod <- method + mSetObj$dataSet$pvalcutoff <- BHth + + metastat.method <<- "metap"; + meta.mat <<- meta.stat <<- NULL; + sel.nms <- names(mdata.all)[mdata.all==1]; + + classes <- list(); + nbstudies <- length(sel.nms); + listgd=vector("list", (nbstudies+3)); + + for (i in 1:nbstudies){ + data.nm <- sel.nms[i]; + dataSet <- qs::qread(data.nm); + classes[[i]] <- dataSet$cls; + + fit2i <- dataSet$fit.obj; + pvals <- p.adjust(fit2i$p.value, method="BH"); + listgd[[i]]=which(pvals<=BHth); + + #recalculate moderated one sided p + p1sidedLimma=pt(fit2i$t,df=(fit2i$df.prior+fit2i$df.residual)) + assign(paste("p1sidedLimma",i,sep=""), p1sidedLimma) + } + + names(classes) <- sel.nms; + tempvec=paste("p1sidedLimma",1:nbstudies,sep=""); + + lsinglep=lapply(tempvec,FUN=function(x) get(x,inherits=TRUE)); + nrep=unlist(lapply(classes,FUN=function(x)length(x))); + listgd[[(nbstudies+1)]]=unique(unlist(listgd[1:nbstudies])); + + restempdirect=combinePvals(lsinglep,nrep,BHth,method); + + listgd[[(nbstudies+2)]]=restempdirect$DEindices + listgd[[(nbstudies+3)]]=restempdirect$CombinedP + names(listgd)=c(paste("study",1:nbstudies,sep=""),"AllIndStudies","Meta","CombinedP"); + + pc.mat <- cbind(CombinedTstat=restempdirect$CombinedStat, CombinedPval=restempdirect$CombinedP); + rownames(pc.mat) <- rownames(metastat.meta$data); + + # now keep only genes with at least on sig (in one study or meta analysis) + inx <- union(listgd[[(nbstudies+1)]], listgd[[(nbstudies+2)]]); + pc.mat <- pc.mat[inx,]; + + #sort + ord.inx <- order(pc.mat[, "CombinedPval"], decreasing = F); + pc.mat<-signif(pc.mat[ord.inx,],5); + sig.inx <- which(pc.mat[, "CombinedPval"]<=BHth); + + meta.mat <<- pc.mat[sig.inx, ]; + SetupMetaStats(BHth); + + if(.on.public.web){ + .set.mSet(mSetObj) + return(length(sig.inx)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Meta-Analysis Method: Vote Counting +#'@description This function is one of three methods to perform meta-analysis. Here, significant features are selected based on a selected criteria (i.e. an adjusted p-value +#'<0.05 and the same direction of FC) for each dataset. The votes are then calculated for each feature by counting the total of number of times +#'a feature is significant across all included datasets. However, this method is statistically inefficient and should be considered the +#'last resort in situations where other methods to perform meta-analysis cannot be applied. +#'@param mSetObj Input name of the created mSet Object. +#'@param BHth Numeric input to set the significance level. By default it is 0.05. +#'@param minVote Numeric input to set the minimum vote-count. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformVoteCounting <- function(mSetObj=NA, BHth = 0.05, minVote){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$vote <- minVote + mSetObj$dataSet$pvalcutoff <- BHth + + metastat.method <<- "votecount"; + DE.vec <<- NULL; # store entrez id from meta-analysis for GO + meta.mat <<- meta.stat <<- NULL; + sel.nms <- names(mdata.all)[mdata.all==1]; + + # first create a matrix to store the result + # row for each feature and col for each dataset uploaded + vc.mat <- matrix(0, nrow=nrow(metastat.meta$data), ncol=length(sel.nms)+1); + shared.ids <- rownames(metastat.meta$data); + for(i in 1:length(metastat.ind)){ + res.mat <- metastat.ind[[i]]; + res.mat <- res.mat[shared.ids, ]; + + #note in meta-analysis should consider directions + # use logFC for this purpose + # consider upregulated + hit.up.inx <- res.mat[,1]> 0 & res.mat[,2] <= BHth; + up.vote <- as.numeric(hit.up.inx); + + # consider downregulated + hit.dn.inx <- res.mat[,1] < 0 & res.mat[,2] <= BHth; + dn.vote <- -as.numeric(hit.dn.inx); + + vc.mat[,i] <- up.vote + dn.vote; + } + + # total score (votes for each direction) + vc.mat[,length(sel.nms)+1] <- apply(vc.mat, 1, sum); + colnames(vc.mat) <- c(paste("Vote", substring(sel.nms,0, nchar(sel.nms)-4)), "VoteCounts"); + rownames(vc.mat) <- rownames(metastat.meta$data); + + # compute at least one vote (no direction) + vote.any <- apply(abs(vc.mat), 1, sum) + vote.any.inx <- vote.any > 0; + + # return results with at least one vote + vc.mat <- vc.mat[vote.any.inx, ]; + + #sort + ord.inx <- order(abs(vc.mat[, "VoteCounts"]), decreasing = T); + vc.mat <- vc.mat[ord.inx, "VoteCounts", drop=F]; + + sig.inx <- abs(vc.mat[,"VoteCounts"]) >= minVote; + meta.mat <<- vc.mat[sig.inx, ,drop=F]; + SetupMetaStats(BHth); + + if(.on.public.web){ + .set.mSet(mSetObj) + return(sum(sig.inx)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Meta-Analysis Method: Direct merging of datasets +#'@description This function is one of three methods to perform meta-analysis. Direct merging of individual data into +#'a mega-dataset results in an analysis of that mega-dataset as if the individual data were derived from the same experiment. This +#'method thereby ignores any inherent bias and heterogeneity between the different data. Because of this, there exists several confounders +#'such as different experimental protocols, technical platforms, and raw data processing procedures that can mask true underlying differences. +#'It is therefore highly suggested that this approach be used only when individual data are very similar (i.e. from the same lab, same platform, +#'without batch effects)." +#'@param mSetObj Input name of the created mSet Object. +#'@param BHth Numeric input to set the significance level. By default it is 0.05. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformMetaMerge<-function(mSetObj=NA, BHth=0.05){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$dataSet$pvalcutoff <- BHth + + metastat.method <<- "merge"; + meta.mat <<- meta.stat <<- NULL; + + # prepare for meta-stats + # calculate sig genes for individual analysis + shared.names <- rownames(metastat.meta$data); + + res.limma <- PerformLimma(metastat.meta$data, as.factor(metastat.meta$cls.lbl)); + res.all <- GetLimmaResTable(res.limma$fit.obj); + + ord.inx <- order(res.all$adj.P.Val, decreasing=F); + dm.mat <- as.matrix(res.all[ord.inx,c("logFC", "adj.P.Val")]); + colnames(dm.mat) <- c("CombinedLogFC", "Pval"); + + sig.inx <- which(dm.mat[,"Pval"] <= BHth); + + meta.mat <<- dm.mat[sig.inx,]; + SetupMetaStats(BHth); + + if(.on.public.web){ + .set.mSet(mSetObj) + return(length(sig.inx)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Meta-Analysis: Plot Venn Diagram +#'@description This function plots a venn diagram of the individual studies. +#'@param mSetObj Input name of the created mSet Object. +#'@param imgNM Input the name of the created Venn Diagram +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PlotMetaVenn<-function(mSetObj=NA, imgNM=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName <- paste(imgNM, ".png", sep=""); + mSetObj$imgSet$venn <- imgName; + + Cairo::Cairo(file = imgName, width=420, height=300, type="png", bg="transparent"); + plotVennDiagram(meta.stat$venn, circle.col=c("blue", "forestgreen"), mar=c(0,0,2,0)); + dev.off(); + + sums <- unlist(lapply(metastat.de, length)) + names <- unlist(lapply(metastat.de, paste, collapse = ", ")) + metasum <- length(meta.stat$idd) + metaname <- paste(meta.stat$idd, collapse = ", ") + allsums <- c(sums, metasum) + allnames <- c(names, metaname) + sigmat <- cbind(allsums, allnames) + colnames(sigmat) <- c("Sum of DE Features", "Names of DE Features") + rownames(sigmat) <- c(names(metastat.de), "Meta-Analysis") + mSetObj$analSet$sigfeat.matrix <- sigmat + + return(.set.mSet(mSetObj)); +} + +# Utility function: Plot Venn diagram +# Gordon Smyth, James Wettenhall. +# Capabilities for multiple counts and colors by Francois Pepin. +# 4 July 2003. Last modified 12 March 2010. +plotVennDiagram <- function(object, include="both", names, mar=rep(0,4), cex=1.2, lwd=1, + circle.col, counts.col, show.include,...){ + + nsets <- ncol(object)-1 + if(missing(names)) names <- colnames(object)[1:nsets] + counts <- object[,"Counts"] + if(length(include)==2) counts.2 <- object.2[, "Counts"] + if(missing(circle.col)) circle.col <- par('col') + if(length(circle.col)<nsets) circle.col <- rep(circle.col,length.out=nsets) + if(missing(counts.col)) counts.col <- par('col') + if(length(counts.col)<length(include)) counts.col <- rep(counts.col,length.out=length(include)) + if(missing(show.include)) show.include <- as.logical(length(include)-1) + theta <- 2*pi*(0:360)/360 + xcentres <- c(-1.2, 1.2); + ycentres <- c(0,0); + r <- 2.8; + xtext <- c(-1.5,1.5) + ytext <- c(3.5,3.5) + + par(oma=c(0,0,0,0),mar=c(0,0,0,0)); + + plot(x=0,y=0,type="n",xlim=c(-4,4),ylim=c(-4,4),xlab="",ylab="",axes=FALSE,...); + + circle.col <- col2rgb(circle.col) / 255 + circle.col <- rgb(circle.col[1,], circle.col[2,], circle.col[3,], 0.3) + for(i in 1:nsets) { + lines(xcentres[i]+r*cos(theta),ycentres[i]+r*sin(theta),lwd=lwd,col=circle.col[i]) + polygon(xcentres[i] + r*cos(theta), ycentres[i] + r*sin(theta), col = circle.col[i], border = NULL) + text(xtext[i],ytext[i],names[i],cex=cex) + } + + printing <- function(counts, cex, adj,col,leg){ + text(2.5,0.1,counts[2],cex=cex,col=col,adj=adj) + text(-2.5,0.1,counts[3],cex=cex,col=col,adj=adj) + text(0,0.1,counts[4],cex=cex,col=col,adj=adj) + } + + printing(counts,cex,c(0.5,0.5),counts.col[1],include[1]) + invisible() +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetMetaGeneIDType<-function(){ + return(metastat.meta$id.type); +} + +GetMetaResultGeneIDs<-function(){ + return(rownames(meta.mat)); +} + +# note, due to limitation of get/post +# maximum gene symb for list is top 5000 +GetMetaResultGeneSymbols<-function(){ + ids <- rownames(meta.mat); + if(length(ids) > 5000){ + ids <- ids[1:5000]; + } + return(ids); +} + +GetMetaResultGeneIDLinks <- function(){ + ids <- rownames(meta.mat); + symbs <- metastat.meta$gene.symbls[ids]; + # set up links to genbank + annots <- paste("<a href='http://www.ncbi.nlm.nih.gov/gene?term=", ids, + "' target='_blank'>", symbs, "</a>", sep=""); + return(annots); +} + +GetMetaResultColNames <- function(){ + sel.nms <- names(mdata.all)[mdata.all==1]; + c(substring(sel.nms, 0, nchar(sel.nms)-4), colnames(meta.mat)); +} + +#'Single.type return logFC or p value for individual data analysis +#'@param mSetObj Input name of the created mSet Object +#'@param single.type Default is "fc" +#'@export +GetMetaResultMatrix <- function(mSetObj = NA, single.type="fc"){ + + mSetObj <- .get.mSet(mSetObj); + + if(single.type == "fc"){ + meta.mat <- cbind(fc.mat, meta.mat); + }else{ + meta.mat <- cbind(pval.mat, meta.mat); + } + meta.mat <- signif(as.matrix(meta.mat), 5); + mSetObj$analSet$meta.mat <- meta.mat; + + if(.on.public.web == TRUE){ + .set.mSet(mSetObj) + meta.mat; + }else{ + return(.set.mSet(mSetObj)); + } +} + +GetMetaStat <- function(){ + return (meta.stat$stat); +} + +GetMetaStatNames <- function(){ + return (names(meta.stat$stat)); +} + +combinePvals <- function(pvalonesided,nrep,BHth=0.05, method) { + listres=vector("list",3); + nbstudies=length(pvalonesided); + nbreptot=sum(nrep); + if (nbreptot <2) { + stop("Error: the argument \"nrep\" must be a vector with at least two values higher than 1") + } + + weight=sqrt(nrep/nbreptot); + fstatmeta=function(g){ + vecptime=unlist(lapply(pvalonesided, FUN = function(x) x[g])); + vec = qnorm(1 - vecptime); + stattestg = sum(weight[1:length(pvalonesided)] * vec[1:length(pvalonesided)], na.rm = TRUE); + stattestg; + } + + fishersum <- function(pvec){ + return(sum(-2*log10(pvec))) + } + + if(method=="stouffer"){ + statpvalc=-unlist(lapply(rep(1:length(as.vector(pvalonesided[[1]])), 1), function(x) fstatmeta(x))); + rpvalpvalc=2*(1-pnorm(abs(statpvalc))); + }else{ # fisher + data <- data.frame(pvalonesided); + #data[data == 0] <- 1*10^-10; + + #note, p value are calculated for one side + # pt (lower.tail=T by default) which tests if group A < group B + # for one side + fsum1 <- apply(data, 1, fishersum); + rpvalpvalc1 = 1-pchisq(fsum1, df=(ncol(data)*2)); + + # for the other side + data <- 1-data; + fsum2 <- apply(data, 1, fishersum); + rpvalpvalc2 = 1-pchisq(fsum2, df=(ncol(data)*2)); + + # report the min of two direction calculation + rpvalpvalc <- pmin(rpvalpvalc1, rpvalpvalc2); + + # adding direction information + statpvalc <- pmax(fsum1, fsum2); + # if A<B sig, then it should be negative + statpvalc[statpvalc == fsum1]<- -statpvalc[statpvalc == fsum1]; + } + + rpvalpvalc <- p.adjust(rpvalpvalc,method="BH"); + res=which(rpvalpvalc<=BHth); + listres[[1]]=res + listres[[2]]=statpvalc; + listres[[3]]=rpvalpvalc + names(listres)=c("DEindices", "CombinedStat", "CombinedP") + listres +} + +PlotDataProfile<-function(dataName, boxplotName, pcaName){ + dataSet <- qs::qread(dataName); + if(.on.public.web){ + load_lattice() + } + qc.boxplot(dataSet$data, boxplotName); + qc.pcaplot(dataSet$data, pcaName); +} + +qc.boxplot <- function(dat, imgNm, format="png", dpi=72, width=NA){ + imgNm <- paste(imgNm, "dpi", dpi, ".", format, sep=""); + + subgene=10000; + if (nrow(dat)>subgene) { + set.seed(28051968); + sg = sample(nrow(dat), subgene) + Mss = dat[sg,,drop=FALSE] + } else { + Mss = dat + } + + subsmpl=100; + if (ncol(Mss)>subsmpl) { + set.seed(28051968); + ss = sample(ncol(Mss), subsmpl) + Mss = Mss[,ss,drop=FALSE] + } else { + Mss = Mss + } + + sample_id = rep(seq_len(ncol(Mss)), each = nrow(Mss)); + values = as.numeric(Mss) + formula = sample_id ~ values + + box = bwplot(formula, groups = sample_id, layout = c(1,1), as.table = TRUE, + strip = function(..., bg) strip.default(..., bg ="#cce6ff"), + horizontal = TRUE, + pch = "|", col = "black", do.out = FALSE, box.ratio = 2, + xlab = "", ylab = "Samples", + fill = "#1c61b6AA", + panel = panel.superpose, + scales = list(x=list(relation="free"), y=list(axs="i")), + ylim = c(ncol(Mss)+0.7,0.3), + prepanel = function(x, y) { + list(xlim = quantile(x, probs = c(0.01, 0.99), na.rm=TRUE)) + }, + panel.groups = function(x, y, ...) { + panel.bwplot(x, y, ...) + }) + + Cairo::Cairo(file=imgNm, width=460, height=420, type="png", bg="white"); + print(box); + dev.off(); +} + +qc.pcaplot <- function(x, imgNm, format="png", dpi=72, width=NA){ + imgNm <- paste(imgNm, "dpi", dpi, ".", format, sep=""); + pca <- prcomp(t(na.omit(x))); + names <- colnames(x); + pca.res <- as.data.frame(pca$x); + # increase xlim ylim for text label + xlim <- GetExtendRange(pca.res$PC1); + ylim <- GetExtendRange(pca.res$PC2); + pcafig = lattice::xyplot(PC2~PC1, data=pca.res, pch=19, cex=1, xlim = xlim, ylim=ylim, + panel=function(x, y, ...) { + panel.xyplot(x, y, ...); + ltext(x=x, y=y, labels=names, pos=1, offset=1, cex=0.8, col="magenta") + }) + + Cairo::Cairo(file=imgNm, width=480, height=480, type="png", bg="white"); + print(pcafig); + dev.off(); +} + +#'Prepare data for Venn diagram +#'@param mSetObj Input name of the created mSet Object +#'@export +PrepareVennData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # create a list store all possible combination (for a max of 4) + # note, the whole region is divided into small areas (16 for 4; 7 for 3, 3 for 2) + # for instance: + # a: a unique (no b, no c) + # ab: a and b, no c + + newDat <- list(); + hit.inx <- mdata.all==1; + sel.nms <- names(mdata.all)[hit.inx]; + sel.dats <- list(); + + for(nm in sel.nms){ + res.mat <- metastat.ind[[nm]]; + sig.inx <- res.mat[,2]<=GlobalCutOff$BHth; + sel.dats[[nm]] <- rownames(res.mat[sig.inx,]); + } + + if(anal.type == "metadata" & meta.selected){ + sel.dats[["meta_dat"]] <- as.character(meta.stat$de); + } + + if(length(sel.dats) == 0){ + AddErrMsg("No signficant features for any dataset!"); + return(0); + } + if(length(sel.dats) == 2){ + Prepare2Venn(sel.dats); + }else if(length(sel.dats) == 3){ + Prepare3Venn(sel.dats); + }else if(length(sel.dats) == 4){ + Prepare4Venn(sel.dats); + }else{ + AddErrMsg("Too big of a number of features for the venn diagram"); + return(0); + } + venn.list <<- sel.dats; + + save(sel.dats, file = "sel.dats.rda"); + save(mSetObj, file = "mSetObj__venn.rda"); + save.image(file = "image__venn.RData") + PlotMetaVenn(mSetObj, "venn_diagram"); + return(.set.mSet(mSetObj)); + +} + +#3 +Prepare2Venn <- function(dat){ + nms <- names(dat); + a <- nms[1]; + b <- nms[2]; + ab <- paste(a, b, sep=""); + + a.l <- dat[[a]]; + b.l <- dat[[b]]; + + vennData <- list(); + vennData[[a]] <- setdiff(a.l, b.l); + vennData[[b]] <- setdiff(b.l, a.l); + vennData[[ab]] <- intersect(b.l, a.l); + vennData <<- vennData; +} + +#7 +Prepare3Venn <- function(dat){ + nms <- names(dat); + a <- nms[1]; + b <- nms[2]; + c <- nms[3]; + ab <- paste(a, b, sep=""); + ac <- paste(a, c, sep=""); + bc <- paste(b, c, sep=""); + abc <- paste(a, b, c, sep=""); + + a.l <- dat[[a]]; + b.l <- dat[[b]]; + c.l <- dat[[c]]; + + vennData <- list(); + vennData[[a]] <- setdiff(a.l, union(b.l, c.l)); + vennData[[b]] <- setdiff(b.l, union(a.l, c.l)); + vennData[[c]] <- setdiff(c.l, union(a.l, b.l)); + vennData[[ab]] <- setdiff(intersect(a.l, b.l), c.l); + vennData[[ac]] <- setdiff(intersect(a.l, c.l), b.l); + vennData[[bc]] <- setdiff(intersect(b.l, c.l), a.l); + vennData[[abc]] <- intersect(intersect(a.l, b.l), c.l); + vennData <<- vennData; +} + +# 15 +Prepare4Venn <- function(dat){ + + nms <- names(dat); + a <- nms[1]; + b <- nms[2]; + c <- nms[3]; + d <- nms[4]; + ab <- paste(a, b, sep=""); + ac <- paste(a, c, sep=""); + ad <- paste(a, d, sep=""); + bc <- paste(b, c, sep=""); + bd <- paste(b, d, sep=""); + cd <- paste(c, d, sep=""); + abc <- paste(a, b, c, sep=""); + abd <- paste(a, b, d, sep=""); + acd <- paste(a, c, d, sep=""); + bcd <- paste(b, c, d, sep=""); + abcd <- paste(a, b, c, d, sep=""); + + a.l <- dat[[a]]; + b.l <- dat[[b]]; + c.l <- dat[[c]]; + d.l <- dat[[d]]; + + vennData <- list(); + vennData[[a]] <- setdiff(a.l, unique(c(b.l, c.l, d.l))); + vennData[[b]] <- setdiff(b.l, unique(c(a.l, c.l, d.l))); + vennData[[c]] <- setdiff(c.l, unique(c(a.l, b.l, d.l))); + vennData[[d]] <- setdiff(d.l, unique(c(a.l, b.l, c.l))); + vennData[[ab]] <- setdiff(intersect(a.l, b.l), union(c.l, d.l)); + vennData[[ac]] <- setdiff(intersect(a.l, c.l), union(b.l, d.l)); + vennData[[ad]] <- setdiff(intersect(a.l, d.l), union(b.l, c.l)); + vennData[[bc]] <- setdiff(intersect(b.l, c.l), union(a.l, d.l)); + vennData[[bd]] <- setdiff(intersect(b.l, d.l), union(a.l, c.l)); + vennData[[cd]] <- setdiff(intersect(c.l, d.l), union(a.l, b.l)); + vennData[[abc]] <- setdiff(intersect(intersect(a.l, b.l), c.l), d.l); + vennData[[abd]] <- setdiff(intersect(intersect(a.l, b.l), d.l), c.l); + vennData[[acd]] <- setdiff(intersect(intersect(a.l, c.l), d.l), b.l); + vennData[[bcd]] <- setdiff(intersect(intersect(b.l, c.l), d.l), a.l); + vennData[[abcd]] <- intersect(intersect(a.l, b.l), intersect(c.l, d.l)); + vennData <<- vennData; + +} + +#'Retrieve selected data numbers +#'@param mSetObj Input name of the created mSet Object +#'@export +GetSelectedDataNumber <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + return(length(venn.list)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Retrieve data names +#'@param mSetObj Input name of the created mSet Object +#'@export +GetSelectedDataNames <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + return(paste(names(venn.list), collapse=";")); + }else{ + return(.set.mSet(mSetObj)); + } +} + +# Areas is allname concated +#'Get Venn names +#'@param mSetObj Input name of the created mSet Object +#'@param areas Input areas to retrieve names +#'@export +GetVennGeneNames <- function(mSetObj=NA, areas){ + + mSetObj <- .get.mSet(mSetObj); + + nms <- strsplit(areas, "\\|\\|")[[1]]; + gene.vec <- NULL; + for(nm in nms){ + gene.vec <- c(gene.vec, vennData[[nm]]); + } + gene.vec <- unique(gene.vec); + names(gene.vec) <- gene.vec; + + if(.on.public.web){ + venn.genes <<- gene.vec; + return(paste(unique(gene.vec), collapse="||")); + }else{ + mSetObj$dataSet$venn_overlap <- gene.vec + return(.set.mSet(mSetObj)); + } +} + +#'Export the significant hits from meta-analysis +#'@param mSetObj Input name of the created mSet Object +#'@export +#areas is allname concated +GetMetaSigHitsTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$sigfeat.matrix); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/meta_pathway.R b/V1.7.4/MetaboAnalyst_3.0.3/meta_pathway.R new file mode 100644 index 0000000000000000000000000000000000000000..59d053b276496aedf69bfa26a8af4d89ca6d8185 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/meta_pathway.R @@ -0,0 +1,1529 @@ +#'Convert mSetObj to proper format for MS Peaks to Pathways module +#'@description Following t-test analysis or effect size calculation, +#'this functions converts the results from the mSetObj +#'to the proper format for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj. +#'@param rt Logical, whether or not to include retention time information. +#'@param rds.file Logical, if true, the "annotated_peaklist.rds" +#'must be in the current working directory to get corresponding retention time +#'information for the features. If not, the retention time information +#'will be taken from the feature names. Feature names must be formatted +#'so that the mz and retention time for a single peak is separated by two +#'underscores. For instance, m/z of 410.2148 and retention time of 42.46914 seconds +#'must be formatted as 410.2148__42.46914. +#'@param rt.type Character, input whether retention time is in seconds (default as RT using +#'MetaboAnalystR is seconds) or minutes (as from MZmine). +#'@param test Character, input what statistical values to include in the mummichog input. +#'For p-values and t-scores only from t-test, use "tt". +#'For log2FC from the fold-change analsis, use "fc". +#'For effect-sizes, use "es". +#'For, p-values, fold-changes and effect sizes, use "all". +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +Convert2MummichogMetaPath <- function(mSetObj=NA, rt=FALSE, rds.file=FALSE, rt.type="seconds", + test="tt", mode=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # JX: we will only support tt on web. It is not clear if + # other options will be really useful or simply bewildering to users + + tt.pval <- mSetObj$analSet$tt$p.value + + if(is.null(tt.pval)){ + AddErrMsg("T-test was not performed!") + return(0) + } + + fdr <- p.adjust(tt.pval, "fdr") + mz.pval <- names(tt.pval) + pvals <- cbind(mz.pval, as.numeric(fdr)) + colnames(pvals) <- c("m.z", "p.value") + + tt.tsc <- mSetObj$analSet$tt$t.score + mz.tsc <- names(tt.tsc) + tscores <- cbind(mz.tsc, as.numeric(tt.tsc)) + colnames(tscores) <- c("m.z", "t.score") + + if(rt & rds.file){ + + if(!file.exists("annotated_peaklist.rds")){ + AddErrMsg("annotated_peaklist.rds not found in current working directory!") + return(0) + } + + camera_output <- readRDS("annotated_peaklist.rds") + mz.cam <- round(camera_output$mz, 5) + rt.cam <- round(camera_output$rt, 5) + camera <- cbind(mz.cam, rt.cam) + colnames(camera) <- c("m.z", "r.t") + + mummi_new <- Reduce(function(x,y) merge(x,y,by="m.z", all = TRUE), list(pvals, tscores, camera)) + complete.inx <- complete.cases(mummi_new[,c("p.value", "t.score", "r.t")]) # filter out m/zs without pval and tscore + mummi_new <- mummi_new[complete.inx,] + + }else{ + + mummi_new <- merge(pvals, tscores) + + if(rt){ # taking retention time information from feature name itself + + feat_info <- mummi_new[,1] + feat_info_split <- matrix(unlist(strsplit(feat_info, "__", fixed=TRUE)), ncol=2, byrow=T) + colnames(feat_info_split) <- c("m.z", "r.t") + + if(rt.type == "minutes"){ + rtime <- as.numeric(feat_info_split[,2]) + rtime <- rtime * 60 + feat_info_split[,2] <- rtime + } + + mummi_new <- cbind(feat_info_split, mummi_new[,-1]) + } + } + + if(!is.na(mode)){ + if(mode=="positive"){ + mode <- rep("positive", nrow(mummi_new)) + }else{ + mode <- rep("negative", nrow(mummi_new)) + } + mummi_new <- cbind(mummi_new, mode) + } + + mummi_new[,1] <- as.numeric(make.unique(as.character(mummi_new[,1]), sep="")) + mSetObj$dataSet$mummi_new <- mummi_new; + + if(!.on.public.web){ + filename <- paste0("mummichog_input_", Sys.Date(), ".txt") + write.table(mummi_new, filename, row.names = FALSE) + } + + return(.set.mSet(mSetObj)) +} + +#'Function to save each mSetObj as a RDS file +#'to be used later in PerformMetaPSEA. +#'Should be called after SetPeakEnrichMethod/SetMummichogPval +#'@import qs +#'@export +savePeakListMetaData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + fileName <- gsub("_", "", mSetObj$dataSet$fileName) + file_name <- paste0(fileName, ".qs") + + if(exists("metaFiles")){ + metaFiles <<- c(metaFiles, file_name) + }else{ + metaFiles <<- file_name + } + + if(exists("meta.anal.type")){ + meta.anal.type <<- c(meta.anal.type, anal.type) + }else{ + meta.anal.type <<- anal.type + } + + qs::qsave(mSetObj, file_name) + + return(.set.mSet(mSetObj)); +} + +#'Function to perform peak set enrichment meta-analysis +#'at either the empirical compound, compound level +#'or pathway level. +#'@description This is the main function that performs either the mummichog +#'algorithm, GSEA, or both for peak set enrichment meta-analysis. +#'@usage performMetaPSEA(mSetObj=NA, lib, libVersion, permNum = 100) +#'@param mSetObj Input the name of the created mSetObj object. +#'@param lib Input the name of the organism library, default is hsa_mfn. +#'@param libVersion Input the version of the KEGG pathway libraries ("current" or "old"). +#'@param permNum Numeric, input the number of permutations to perform. Default is 100. +#'@param metaLevel Character, input whether the meta-analysis is at the empirical compound ("ec"), +#'compound ("cpd"), or pathway level ("pathway"). +#'@param combine.level Character, input whether to combine p-values or pool the peaks. +#'@param pval.method Character, input the method to perform p-value combination. +#'@param es.method Character, input the method to perform effect-size meta-analysis. +#'@param rank.metric Character, input how to calculate pre-ranking metric. "mean" +#'to use the average, "min" to use the lowest score, "max" to use the highest score. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +performMetaPSEA <- function(mSetObj=NA, lib, libVersion, permNum = 100, metaLevel = "pathway", + combine.level="pvalue", pval.method = "fisher", es.method = "fixed", + rank.metric="mean", mutual.feats = TRUE, pooled_cutoff = 0.05){ + + metaFiles <- unique(metaFiles); + version <- mum.version; + + if(.on.public.web){ + ## TO solve the strong interferation + if(file.exists("mum_res.qs")) file.remove("mum_res.qs") + if(file.exists("pathwaysFiltered.qs")) file.remove("pathwaysFiltered.qs") + if(file.exists("mummichog_pathway_enrichment.csv")) file.remove("mummichog_pathway_enrichment.csv") + if(file.exists("mummichog_matched_compound_all.csv")) file.remove("mummichog_matched_compound_all.csv") + if(file.exists("mummichog_integ_pathway_enrichment.csv")) file.remove("mummichog_integ_pathway_enrichment.csv") + if(file.exists("mummichog_fgsea_pathway_enrichment.csv")) file.remove("mummichog_fgsea_pathway_enrichment.csv") + if(file.exists("ms_peaks_meta_anal_path_res.json")) file.remove("ms_peaks_meta_anal_path_res.json") + if(file.exists("initial_ecs.qs")) file.remove("initial_ecs.qs") + } + + CMDSet <- mSet[["cmdSet"]]; + + if(length(unique(meta.anal.type)) > 1){ + AddErrMsg("Selected algorithms are not consistent!") + return(0) + } + + pathResults <- list(); + pathResultsWhole <- list(); + + if(metaLevel == "pathway"){ + + # now save compound matching results + # and which compounds are significant - note if GSEA it's all + cpdMatchResults <- list() + + for(i in 1:length(metaFiles)){ + mSetObj <- qs::qread(metaFiles[i]) + mSetObj <- .setup.psea.library(mSetObj, lib, libVersion) + cpdMatchResults[[metaFiles[i]]] <- qs::qread("mum_res.qs") + + # don't need to write path result CSV files for meta-analysis in indiv' runs + # need to write each individual compound matching file with their own name + if(mSetObj$dataSet$mumRT & version=="v2"){ + mSetObj <- .init.RT.Permutations(mSetObj, permNum) + }else{ + mSetObj <- .init.Permutations(mSetObj, permNum) + } + + if(anal.type == "mummichog"){ + pathResults[[metaFiles[i]]] <- mSetObj$mummi.resmat + pathResultsWhole[[metaFiles[i]]] <- read.csv("mummichog_pathway_enrichment.csv") + }else if(anal.type == "gsea_peaks"){ + pathResults[[metaFiles[i]]] <- mSetObj$mummi.gsea.resmat + }else{ # integ + pathResults[[metaFiles[i]]] <- mSetObj$integ.resmat + pathResultsWhole[[metaFiles[i]]] <- read.csv("mummichog_pathway_enrichment.csv") + } + + if(i != length(metaFiles)){ + rm(mSetObj) + } + } + + sink("ms_peaks_meta_anal_cpd_matching.json"); + cat(RJSONIO::toJSON(cpdMatchResults)); + sink(); + + } else { + + # finally for pooled + # this method will not handle RT (empirical cpd level) + metaMsetObj <- vector("list") + + for(metafile in seq_along(metaFiles)){ + mSetObj <- qs::qread(metaFiles[metafile]) + metafile <- metaFiles[metafile] + metaMsetObj[[metafile]]$dat <- mSetObj$dataSet$mummi.proc + metaMsetObj[[metafile]]$pos_inx <- mSetObj$dataSet$pos_inx + metaMsetObj[[metafile]]$ins_tol <- mSetObj$dataSet$instrument + } + + # first check that all instrument tol are equal + ins_tol <- unique(unlist(lapply(metaMsetObj, "[[", "ins_tol"))) + + # if different instrument tols + # do individual putative compound annotation + if(length(ins_tol) > 1){ + + mSetObj$mum_nm <- "mummichog_query.json" + mSetObj$mum_nm_csv <- "mummichog_pathway_enrichment.csv" + + if(version == "v2"){ + mSetObj$dataSet$mumRT <- TRUE + mSetObj <- .setup.psea.library(mSetObj, lib, libVersion, TRUE, "ec", + combine.level, pval.method, es.method, rank.metric, FALSE) + mSetObj <- .init.RT.Permutations(mSetObj, permNum) + }else{ + mSetObj <- .setup.psea.library(mSetObj, lib, libVersion, TRUE, "cpd", + combine.level, pval.method, es.method, rank.metric, FALSE) + mSetObj <- .init.Permutations(mSetObj, permNum) + } + + return(.set.mSet(mSetObj)); + } + + metadat <- lapply(metaMsetObj, "[[", "dat") + metadat <- lapply(metadat, data.frame) + metadat <- data.table::rbindlist(metadat, idcol = TRUE) + metadat$m.z <- make.unique(as.character(metadat$m.z), sep = "") + + ref_mzlist <- as.numeric(unlist(metadat[,"m.z"])) + pos_inx <- unlist(metadat[,"pos_inx"]) + pos_inx <- ifelse(pos_inx == 1, TRUE, FALSE) + expr_dic <- unlist(metadat[,"t.score"]) + + if(anal.type == "mummichog"){ + pval_cutoff <- pooled_cutoff + my.inx <- metadat[,"p.value"] < pval_cutoff; + input_mzlist <- ref_mzlist[my.inx]; + + if(length(input_mzlist) < 10){ + AddErrMsg("Not enough significant compounds for pathway analysis! Consider + changing the p-value cutoff!") + return(0) + } + mSetObj$dataSet$input_mzlist <- input_mzlist + mSetObj$dataSet$N <- length(input_mzlist) + } + + mSetObj$dataSet$mummi.proc <- metadat + mSetObj$dataSet$ref_mzlist <- ref_mzlist + mSetObj$dataSet$pos_inx <- pos_inx + mSetObj$dataSet$expr_dic <- expr_dic + names(mSetObj$dataSet$expr_dic) <- ref_mzlist + + if(version == "v2"){ + mSetObj$dataSet$mumRT <- TRUE + } + + mSetObj <- .setup.psea.library(mSetObj, lib, libVersion, FALSE, "pooled") + + if(version == "v2"){ + mSetObj <- .init.RT.Permutations(mSetObj, permNum) + }else{ + mSetObj <- .init.Permutations(mSetObj, permNum) + } + + if(class(mSetObj) != "list"){ + if(mSetObj == 0){ + AddErrMsg("MS Peaks to Paths analysis failed! Likely not enough m/z to compound hits for pathway analysis!") + return(0) + } + } + + mSetObj$metaLevel <- metaLevel + mSetObj$pooled_cutoff <- pooled_cutoff + mSetObj$cmdSet <- CMDSet; + + return(.set.mSet(mSetObj)); + } + + if(metaLevel == "pathway"){ # need to integrate pathway results + + sink("ms_peaks_meta_anal_path_res.json"); + + if(anal.type!="gsea_peaks"){ + cat(RJSONIO::toJSON(pathResultsWhole)); + sink(); + } + + mSetObj$dataSet$pathResults <- pathResults; #TODO: to replace the I/O with this option + + num_files <- length(metaFiles) + path.names.all <- lapply(pathResults, rownames) + path.intersect <- Reduce(intersect, path.names.all) + + # remove paths not found by all three - complete.cases + path.intersected <- lapply(pathResults, function(x) x[row.names(x) %in% path.intersect,]) + + #li_2 <- lapply(seq_along(path.intersected), function(i) {colnames(path.intersected[[i]]) <- paste0(colnames(path.intersected[[i]]), names(path.intersected)[[i]]) ; path.intersected[[i]] } ) + #path2 <- data.table::setDF(Reduce(merge, lapply(path.intersected, data.table::data.table, keep.rownames = TRUE, key = "rn"))) + path_full <- path2 <- data.table::setDF(do.call("cbind", lapply(path.intersected, data.table::data.table, keep.rownames = TRUE, key = "rn"))) + + # now do the integration + # extract the p-values from each option into path2 + # first if just mummichog + if(anal.type=="mummichog"){ + + if(pval.method == "fisher"){ + path2_keep <- grep("rn|FET", colnames(path2)) + }else{ + path2_keep <- grep("rn|Gamma", colnames(path2)) + } + + }else if(anal.type=="gsea_peaks"){ # second if just gsea + path2_keep <- grep("rn|P_val", colnames(path2)) + }else{ # third if both + path2_keep <- grep("rn|Combined_Pvals", colnames(path2)) + } + + # create df of just p-values for meta-analysis + path2 <- path2[,path2_keep] + path2[path2==0] <- 0.00001 # for sumlog to work + rownames(path_full) <- rownames(path2) <- path2[,1] + rm_col_inx <- grep("rn", colnames(path2)) + path2 <- path2[,-rm_col_inx] + + # rename path2 + if(.on.public.web){ + #colnames(path2) <- paste0("data", seq_along(colnames(path2))) + colnames(path2) <- tools::file_path_sans_ext(metaFiles) + }else{ + colnames(path2) <- tools::file_path_sans_ext(metaFiles) + } + + # combine p-values + if(pval.method=="fisher"){ + meta.pvals <- apply(as.matrix(path2), 1, function(x) metap::sumlog(x)) + }else if(pval.method=="edgington"){ + meta.pvals <- apply(as.matrix(path2), 1, function(x) metap::sump(x)) + }else if(pval.method=="stouffer"){ + meta.pvals <- apply(as.matrix(path2), 1, function(x) metap::sumz(x)) + }else if(pval.method=="vote"){ + meta.pvals <- apply(as.matrix(path2), 1, function(x) metap::votep(x)) + }else if(pval.method=="min"){ + Meta.P <- apply(as.matrix(path2), 1, function(x) min(x) ) + }else if(pval.method=="max") { + Meta.P <- apply(as.matrix(path2), 1, function(x) max(x) ) + }else{ + AddErrMsg("Invalid meta-analysis method!") + return(0) + } + + #extract p-values + if(exists("meta.pvals")){ + Meta.P <- unlist(lapply(meta.pvals, function(z) z["p"])) + } + Meta.P <- signif(Meta.P, 5); + path2 <- cbind(path2, Meta.P) + path2 <- path2[order(path2$Meta.P),] + + mSetObj$metaLevel <- metaLevel + mSetObj$meta_results <- path2 + mSetObj$meta.pval.method <- pval.method + + path_full <- cbind(path_full, Meta.P) + col2_rm <- grep("qs.rn", colnames(path_full)) + path_full <- path_full[,-col2_rm] + path_full <- path_full[order(path_full$Meta.P),] + fast.write.csv(path_full, "mspeaks_meta_anal_all_results.csv", row.names = TRUE) + + }else{ + AddErrMsg("Invalid meta-analysis level selected!") + return(0) + } + + mSetObj$cmdSet <- CMDSet; + + return(.set.mSet(mSetObj)); +} + +############### Function for visualization of MS Peaks to Paths Meta-Analysis ####################### + +#'Function to create summary plot of MS Peaks to Paths +#'meta-analysis at the pathway level. +#'@description This function creates a summary plot of the +#'MS Peaks to Paths meta-analysis at the pathway level. The plot +#'can either be a heatmap or a network, both of which can +#'be made interactive. +#'NETWORK: The size of the nodes in the network correspond to the number of +#'studies in which that pathway was significant. The color of the nodes correspond +#'to the meta-p-value for each pathway, with (default coloring) red being the most +#'significant and yellow the least. +#'@param mSetObj Input the name of the created mSetObj object. +#'@param plotType Use "heatmap" to create a heatmap summary, "network" to create +#'a network summary, or "bubble" to create a bubble plot summary of the meta-analysis +#'results. +#'@param heatmap_colorType Character, "brewer" for R Color Brewer scales or +#'"viridis" for viridis color scales. Used for creating the heatmap +#'color scheme. +#'@param heatmap_palette Character, input the preferred color palette according +#'to R Color Brewer or viridis (e.g. "RdBu"). +#'@param heatmap_interactive Boolean. FALSE to create a non-interactive plot +#'and TRUE for plotly generated interactive plot. +#'@param heatmap_square Boolean. TRUE for the heatmap to be squares versus +#'rectangles (FALSE). +#'@param heatmap_allPaths Boolean. TRUE to use all paths when plotting the heatmap. +#'FALSE to use a subset of paths, number defined in npaths. +#'@param heatmap_npaths Numeric. The number of pathways to subset the pathway +#'results. +#'@param heatmap_vertical Boolean. TRUE, heatmap plot will be vertical. FALSE, heatmap plot +#'will be horizontal. +#'@param heatmap_fontSize Numeric, input the preferred font size to be used in the heatmap +#'plot. +#'@param pvalCutoff The size of the nodes in the network correspond to the number of +#'studies in which that pathway was significant. This pvalCutoff (Numeric) is thus used +#'to determine whether or not a pathway was found to be significant in each +#'individual study. +#'@param overlap Numeric, this number is used to create edges between the nodes. +#'By default it is set to 0.25, meaning that if 2 pathways (nodes) share 25% of +#'the same compounds/empirical compounds, they will be connected by a node. +#'@param networkType Character, "static" to create a static image or +#'"interactive" to create an interactive network saved as an html +#'in your working directory. +#'@param layout Character, layout from ggraph. "kk" for the spring-based algorithm by Kamada and Kawai +#'as default. "drl" for force directed algorithm from the DrL toolbox. "lgl" for Large Graph Layout. "fr" for +#'force-directed of Fruchterman and Reingold. +#'@param net_palette Character, input the color code for the nodes in the network. Default is +#'"YlOrRd". Uses the hcl palettes from the grDevices. Use hcl.pals() +#'to view the name of all available palettes. +#'@param netTextSize Numeric, input the preferred font size to be used in the network +#'plot. +#'@param netPlotSize Numeric, input the preferred dimensions (in inches) of the network +#'to be saved. +#'@param bubble_colorType Character, "brewer" for R Color Brewer scales or +#'"viridis" for viridis color scales. Used for creating the bubble plot +#'color scheme. +#'@param bubble_palette Character, use two/three colors max if using R ColorBrewer palettes +#'for pleasing looking plots. +PlotPathwayMetaAnalysis <- function(mSetObj = NA, imgName, plotType = "heatmap", + heatmap_colorType = "brewer", heatmap_palette = "RdYlBu", + heatmap_interactive = FALSE, heatmap_square = TRUE, + heatmap_allPaths = TRUE, heatmap_npaths = 25, heatmap_vertical = TRUE, + heatmap_fontSize = 9, pvalCutoff = 0.05, overlap = 0.25, + networkType = "static", layout="kk", net_palette = "YlOrRd", + netTextSize = 2.5, netPlotSize = 7.5, + bubble_interactive = FALSE, bubbleMaxPaths = 15, + bubble_colorType = "brewer", bubble_palette = "RdBu", + bubbleFontSize = 9, bubblePlotSize = 7){ + + mSetObj <- .get.mSet(mSetObj); + metaLevel <- mSetObj$metaLevel; + + if(metaLevel != "pathway"){ + AddErrMsg("Function only for pathway-level meta-analysis!") + return(0) + } + + path_results <- mSetObj$meta_results + + if(plotType == "heatmap"){ + + path_results <- data.frame(apply(path_results, 2, rev), stringsAsFactors = FALSE) + path_results$pathways <- factor(rownames(path_results), as.character(unique(rownames(path_results)))) + + if(nrow(path_results) > heatmap_npaths & !heatmap_allPaths){ + path_results <- tail(path_results, heatmap_npaths) + } + + library(reshape2) + + path_results <- melt(path_results, id = "pathways") + + if(heatmap_colorType == "brewer"){ + library(RColorBrewer) + pal <- colorRampPalette(brewer.pal(n = 9, heatmap_palette)) + size = length(unique(path_results$value)) + pal.pal <- pal(size) + } + + library(ggplot2) + + if(heatmap_vertical){ + path.heatmap <- ggplot(data = path_results, mapping = aes(x = variable, y = pathways, fill = value)) + }else{ + path_results <- path_results[nrow(path_results):1,] + path.heatmap <- ggplot(data = path_results, mapping = aes(x = pathways, y = variable, fill = value)) + } + + path.heatmap <- path.heatmap + + geom_tile(color = "white") + + #remove x and y axis labels + labs(x="", y="", title="MS Peaks to Pathway Meta-Analysis") + + #remove extra space + scale_y_discrete(expand=c(0,0)) + + scale_x_discrete(expand=c(0,0)) + + #set a base size for all fonts + theme_grey(base_size=heatmap_fontSize) + + theme(axis.text.x = element_text(angle = 90, hjust = 1)) + + #theme options + theme( + #bold font for legend text + legend.text=element_text(face="bold"), + #set thickness of axis ticks + axis.ticks=element_line(size=0.4), + #remove plot background + plot.background=element_blank(), + #remove plot border + panel.border=element_blank()) + + if(heatmap_colorType == "brewer"){ + path.heatmap <- path.heatmap + + scale_fill_gradient2(low = pal.pal[1], + mid = pal.pal[size/2], + high = pal.pal[size], + midpoint = 0.5, + name = "P-Value", + na.value="transparent") + }else{ + + library(viridis) + check.palette <- heatmap_palette %in% c("viridis", "magma", "plasma", "inferno") + + if(!check.palette){ + heatmap_palette <- "viridis" + } + + path.heatmap <- path.heatmap + + scale_fill_viridis(option=heatmap_palette)+ + labs(fill="P-Value") + } + + if(heatmap_square){ + path.heatmap <- path.heatmap + coord_fixed() + } + + ggsave("mspeaks_pathway_heatmap.png") + + if(heatmap_interactive){ + library(plotly) + ax <- list( + zeroline = FALSE, + showline = FALSE, + showgrid = FALSE + ) + p <- plotly::ggplotly(path.heatmap) + p <- p %>% layout(xaxis = ax, yaxis = ax) + htmlwidgets::saveWidget(p, "mspeaks_pathway_heatmap_interactive.html") + } + + } + + if(plotType == "network"){ + + hits_sig <- rowSums(path_results[, -ncol(path_results)] < pvalCutoff) + 1 # account for 0 studies < cutoff + folds <- scales::rescale(hits_sig, to = c(1,10)) + names(folds) <- GetShortNames(rownames(path_results)); + pvals <- path_results[,ncol(path_results)]; + names(pvals) <- rownames(path_results) + title <- "MS Peaks to Pathway Network Overview"; + + if("emp_cpds" %in% names(mSet$pathways)){ + path.names <- mSetObj$pathways$name + current.mset <- mSetObj$pathways$emp_cpds; + names(current.mset) <- path.names + }else{ + path.names <- mSetObj$pathways$name + current.mset <- mSetObj$pathways$cpds; + names(current.mset) <- path.names + } + + if(length(folds) > 50){ + folds <- folds[1:50]; + pvals <- pvals[1:50]; + title <- "MS Peaks to Pathway Network Overview (Top 50)"; + } + + if(.on.public.web){ + load_igraph() + load_reshape() + } + + pvalue <- pvals; + id <- names(pvalue); + geneSets <- current.mset; + n <- length(pvalue); + w <- matrix(NA, nrow=n, ncol=n); + colnames(w) <- rownames(w) <- id; + + for (i in 1:n) { + for (j in i:n) { + w[i,j] = overlap_ratio(geneSets[id[i]], geneSets[id[j]]) + } + } + + wd <- melt(w); + wd <- wd[wd[,1] != wd[,2],]; + wd <- wd[!is.na(wd[,3]),]; + g <- graph.data.frame(wd[,-3], directed=F); + E(g)$width <- sqrt(wd[,3]*20); + g <- delete.edges(g, E(g)[wd[,3] < overlap]); # change + V(g)$color <- hcl.colors(length(pvalue), net_palette); + + cnt <- folds; + names(cnt) <- id; + + if(networkType == "static"){ + V(g)$size <- cnt + 3; + }else{ + V(g)$size <- cnt + 20; + } + + pos.xy <- layout.fruchterman.reingold(g,niter=500); + + # now create the json object + nodes <- vector(mode="list"); + node.nms <- V(g)$name; + node.sizes <- V(g)$size; + node.cols <- V(g)$color; + + if(.on.public.web){ + for(i in 1:length(node.sizes)){ + nodes[[i]] <- list( + id = node.nms[i], + label=node.nms[i], + size=node.sizes[i], + color=node.cols[i], + x = pos.xy[i,1], + y = pos.xy[i,2] + ); + } + + edge.mat <- get.edgelist(g); + edge.mat <- cbind(id=1:nrow(edge.mat), source=edge.mat[,1], target=edge.mat[,2]); + # covert to json + netData <- list(nodes=nodes, edges=edge.mat); + sink("ms_peaks_network.json"); + cat(RJSONIO::toJSON(netData)); + sink(); + return(g); + }else{ + if(networkType == "static"){ + # static plot + library(ggraph) + p <- ggraph(g, layout=layout) + theme_void() + + geom_edge_fan(color="gray20", width=0.5, alpha=0.5) + + geom_node_point(color=V(g)$color, size=V(g)$size, alpha = 0.95) + + geom_node_text(aes(label = V(g)$name), size = netTextSize, repel=TRUE, nudge_y = 0.05, nudge_x = 0.05, check_overlap = TRUE) + + # 10% space above/to the side of x + scale_y_continuous(expand = expansion(mult = c(.1, .1))) + + scale_x_continuous(expand = expansion(mult = c(.1, .1))) + + filename <- paste0(anal.type, "_network", ".png") + ggsave(p, file=filename, width = netPlotSize, height = netPlotSize) + + }else{ + # interactive plot + library(visNetwork) + data <- toVisNetworkData(g) + network <- visNetwork(nodes = data$nodes, edges = data$edges, + idToLabel = TRUE, height = "900px", width = "100%") %>% visEdges(color=list(color="grey", highlight="red")) %>% visNodes(font = list(size = 30)) + + filename <- paste0(anal.type, "_network", ".html") + visSave(network, file = filename) + } + } + } + + if(plotType == "bubble"){ + + full_results <- read.csv("mspeaks_meta_anal_all_results.csv", row.names = 1) + + if(nrow(path_results) > bubbleMaxPaths){ + path_results <- path_results[seq_len(bubbleMaxPaths),] + full_results <- full_results[seq_len(bubbleMaxPaths),] + } + + if(anal.type=="gsea_peaks"){ + + studies <- colnames(path_results)[-length(colnames(path_results))] # remove the Meta.P + studies_pathway_total <- paste0(studies, ".qs.Pathway_Total") + studies_sig_hits <- paste0(studies, ".qs.Hits") + + }else if(anal.type=="mummichog"){ + + studies <- colnames(path_results)[-length(colnames(path_results))] # remove the Meta.P + studies_pathway_total <- paste0(studies, ".qs.Pathway.total") + studies_sig_hits <- paste0(studies, ".qs.Hits.sig") + + }else{ #integ + + studies <- colnames(path_results)[-length(colnames(path_results))] # remove the Meta.P + studies_pathway_total <- paste0(studies, ".qs.Total_Size") + studies_sig_hits <- paste0(studies, ".qs.Sig_Hits") + + } + + studies_pathway_total <- full_results[,grepl(paste(studies_pathway_total, collapse="|"), colnames(full_results))] + studies_pathway_total_list <- lapply(split(t(studies_pathway_total), 1:nrow(t(studies_pathway_total))), unlist) + + studies_sig_hits <- full_results[,grepl(paste(studies_sig_hits, collapse="|"), colnames(full_results))] + studies_sig_hits_list <- lapply(split(t(studies_sig_hits), 1:nrow(t(studies_sig_hits))), unlist) + + ratio <- as.data.frame(mapply(function(X, Y) { + x = unlist(X) + y = unlist(Y) + ratio = x/y + return(ratio) + }, X = studies_sig_hits_list, Y = studies_pathway_total_list)) + + ratio_String <- as.data.frame(mapply(function(X, Y, Z) { + x = unlist(X) + y = unlist(Y) + z = unlist(Z) + #ratio_String = paste0(z, " [", x, "/", y, "]"); + ratio_String = paste0(z); + return(ratio_String) + }, + X = studies_sig_hits_list, + Y = studies_pathway_total_list, + Z = as.list(path_results[,-ncol(path_results)]))) + + ## Added row to calculate the average ratio + ratio_mean <- apply(ratio, 1, mean); + ratio <- cbind(ratio, ratio_mean); + + ratio_String <- cbind(ratio_String, format(round(ratio_mean, 4)*100, nsmall = 2)); + + colnames(ratio) <- c(studies,"Meta.P"); + #colnames(ratio_String) <- c(paste0(sub("mummichoginput", "",studies),"_Pvalue [Sig/Total]"), "Mean_Enrich(%)"); + colnames(ratio_String) <- c(paste0(sub("mummichoginput", "",studies),"_Pvalue"), "Mean_Enrich(%)"); + ratio$Pathway <- rownames(path_results); + + ratio_String <- cbind(rownames(path_results), ratio_String); + + ratio2 <- reshape2::melt(ratio, id.vars = "Pathway", variable.name = "Study", value.name = "Enrichment_Ratio") + + #path_results <- path_results[, -length(colnames(path_results))] + path_results$Pathway <- rownames(path_results) + path_results2 <- reshape2::melt(path_results, id.vars = "Pathway", variable.name = "Study", value.name = "P_Value"); + + res_table <- cbind(ratio_String, path_results$Meta.P); + colnames(res_table)[c(1, length(colnames(res_table)))] <- c("Pathways", "Meta.P") + + res_table <- res_table[order(res_table$Meta.P, -as.numeric(res_table$Mean_Enrich)),] + + mSetObj$dataSet$res_table <- res_table; + + require(ggplot2); + require(RColorBrewer); + + ## This oder matrix is used to order the metap (first by P value, second by enrichment ratio) + order_matrix0 <- merge(path_results, ratio, by = c("Pathway")); + ColNMs <- c("Pathway", paste0(sub("mummichoginput", "",studies),"P_value"),"Meta.P",paste0(sub("mummichoginput", "",studies),"Enrich"),"Average_Enrich") + + order_matrix <- cbind(order_matrix0$Pathway, order_matrix0$Meta.P.x, order_matrix0$Meta.P.y); + metap_order <- order_matrix[order(order_matrix[,2], -as.numeric(order_matrix[,3]))] + + colnames(order_matrix0) <- ColNMs; + write.csv(order_matrix0, file = "Result_summary.csv",row.names = FALSE) + + df <- merge(path_results2, ratio2, by = c("Pathway", "Study")) + df$Pathway <- factor(df$Pathway, levels = rownames(path_results)) + df$Study <- sub("mummichoginput", "", df$Study); + df$Study <- as.factor(df$Study); + + p <- ggplot(df, aes(x = Study, y = Pathway)) + + geom_point(aes(size = Enrichment_Ratio, col = P_Value)) + + theme(legend.key=element_blank(), + axis.text = element_text(size = bubbleFontSize), + axis.text.x = element_text(angle = 45, hjust = 1), + panel.background = element_blank(), + panel.border = element_rect(colour = "black", fill = NA, size = 0.5), + axis.title.x=element_blank(), + axis.title.y=element_blank()) + + scale_y_discrete(limits = rev(metap_order)) + + if(bubble_colorType == "brewer"){ + pal <- brewer.pal(n = 8, bubble_palette) + p <- p + scale_colour_gradientn(colours = pal) + }else{ + + check.palette <- bubble_palette %in% c("viridis", "magma", "plasma", "inferno") + + if(!check.palette){ + bubble_palette <- "viridis" + } + + p <- p + scale_color_viridis_c(option=bubble_palette, direction = -1) + } + + filename <- paste0(imgName, ".png") + ggsave(p, file=filename, width = bubblePlotSize, height = bubblePlotSize*0.6) + + if(bubble_interactive){ + library(plotly) + ax <- list( + zeroline = FALSE, + showline = FALSE, + showgrid = FALSE + ) + p <- plotly::ggplotly(p) + p <- p %>% layout(xaxis = ax, yaxis = ax) + htmlwidgets::saveWidget(p, "mspeaks_pathway_bubble_interactive.html") + } + + mSetObj$imgSet$mummi.meta.path.plot <- filename; + + } + return(.set.mSet(mSetObj)); +} + +######################################## +######################################## +########### Functions for Web ########## +######################################## +######################################## + +## R functions used to prepare for meta-mummichog analysis +PrepareMetaPath <- function(mSetObj = NA, mode = "negative", ppm = 30, + version = "v2", pcutoff = 0.05, rt.type = "seconds") { + + if(file.exists("mSet.qs") & .on.public.web){ + mSetObj <<- qs::qread("mSet.qs") + } else { + mSetObj <- .get.mSet(mSetObj); + qs::qsave(mSetObj, file = "mSet.qs") + } + + if(rt.type == "false"){ + rt = FALSE + }else{ + rt = TRUE + if(!(rt.type %in% c("seconds", "minutes"))){ + AddErrMsg("Invalid RT type! Should be seconds or minutes!") + return(0) + } + } + + if(!exists("rt.studies")){ + rt.studies <- vector() + } + + rt.studies <<- c(rt.studies, rt) + + CMDSet <- mSetObj$cmdSet + + if(length(mSetObj$dataSet2) == 0) { + # Here is dealing with the single ion mode data + mSetObj <- Ttests.Anal(mSetObj, F, 0.05, FALSE, TRUE); + mSetObj <- .get.mSet(mSetObj); + mSetObj <- Convert2MummichogMetaPath(mSetObj, rt, rds.file=FALSE, rt.type, "all", mode); + + mSetObj <- .get.mSet(mSetObj); + fileNM <- mSetObj$dataSet$name; + fileNM <- gsub("\\.[^.]*$", "", basename(fileNM)); + filename <- paste0(fileNM, "_mummichog_input.txt"); + + mSetObj <- .get.mSet(mSetObj); + mummi_new <- mSetObj$dataSet$mummi_new; + write.table(mummi_new, filename, row.names = FALSE) + } else { + + # Here is dealing with the mix ion modes' data + # 1st step -- handle the dataset (pos) data in mSet + file.rename("data_orig1.qs", "data_orig.qs"); + mSetObj1 <- mSetObj2 <- vector("list") + mSetObj1$dataSet <- mSetObj$dataSet + mSetObj2$dataSet <- mSetObj$dataSet2 + .set.mSet(mSetObj1) + mSetObj1 <- Ttests.Anal(mSetObj1, F, 0.05, FALSE, TRUE); + mSetObj1 <- Convert2MummichogMetaPath(mSetObj1, rt, rds.file=FALSE, rt.type, "all", "positive"); + mSetObj1 <- .get.mSet(mSetObj1); + dataset_pos <- mSetObj1$dataSet; + + file.rename("data_orig.qs", "data_orig1.qs"); + + # 2nd step -- handle the dataset (neg) data in mSet + .set.mSet(mSetObj2) + file.rename("data_orig2.qs", "data_orig.qs"); + mSetObj2 <- Ttests.Anal(mSetObj2, F, 0.05, FALSE, TRUE); + mSetObj2 <- Convert2MummichogMetaPath(mSetObj2, rt, rds.file=FALSE, rt.type, "all", "negative"); + mSetObj2 <- .get.mSet(mSetObj2); + dataset_neg <- mSetObj2$dataSet; + file.rename("data_orig.qs", "data_orig2.qs"); + fileNM <- mSetObj$dataSet$name; + fileNM <- gsub("\\.[^.]*$", "", basename(fileNM)); + filename <- paste0(fileNM, "_mixed_mummichog_input.txt"); + + # Merge and save them + mtbl_all <- rbind(dataset_pos$mummi_new, dataset_neg$mummi_new[-1,]) + write.table(mtbl_all, filename, row.names = FALSE, col.names = TRUE) + + rm(mSetObj1) + rm(mSetObj2) + } + + mSet <<- NULL; + mSetObj <- NULL; + + mSetObj<-InitDataObjects("mass_all", "mummichog", FALSE); + SetPeakFormat("mpt"); + mSetObj<-UpdateInstrumentParameters(mSetObj, ppm, mode); + mSetObj<-Read.PeakListData(mSetObj, filename, meta.anal=TRUE, method="both"); + mSetObj<-SanityCheckMummichogData(mSetObj); + + if(.on.public.web){ + res <- SetMummichogPval(mSetObj, pcutoff); + }else{ + mSetObj <- SetMummichogPval(mSetObj, pcutoff); + } + + mSetObj <- savePeakListMetaData(mSetObj) + + if(.on.public.web){ + mSetObj <- InitDataObjects("conc", "metapaths", FALSE) + mSet$cmdSet <<- CMDSet; + return(res) + }else{ + mSetObj$analSet$type <- "metapaths"; + anal.type <<- "metapaths" + return(.set.mSet(mSetObj)) + } +} + +CheckAllRT <- function(){ + + if(all(rt.studies)){ + rt = "true" + }else{ + rt = "false" + } + + return(rt) +} + +mSetQSDelete <- function(){ + if (file.exists("mSet.qs")) { + file.remove("mSet.qs") + } +} + +CacheQSClean <- function(){ + if(file.exists("complete_norm.qs")) file.remove("complete_norm.qs"); + if(file.exists("complete_norm1.qs")) file.remove("complete_norm1.qs"); + if(file.exists("complete_norm2.qs")) file.remove("complete_norm2.qs"); +} + +readMetaPathTable <- function(mSetObj = NA, dataNM, dataFormat, dataType) { + + if(.on.public.web){ + if(file.exists("data_orig.qs")) file.remove("data_orig.qs"); + if(file.exists("data_orig1.qs")) file.remove("data_orig1.qs"); + if(file.exists("data_orig2.qs")) file.remove("data_orig2.qs") + if(file.exists("mSet.qs")) file.remove("mSet.qs") + if(file.exists("prenorm.qs")) file.remove("prenorm.qs") + if(file.exists("preproc.qs")) file.remove("preproc.qs") + } + + mSetObj <- .get.mSet(mSetObj); + + if(dataType == "massPeaks"){ + # Handle mass peaks for mummichog + mSetObj <- Read.TextData(mSetObj, dataNM, dataFormat, "disc"); + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$name <- dataNM; + mSetObj$dataSet$format <- dataFormat; + } else if (dataType == "annoPeaks") { + # Handle annotated compounds for QEA pathway + # TODO: add more later + } else { + + if(.on.public.web){ + return (0); + }else{ + AddErrMsg("Could not upload data file!") + return(0) + } + } + + if(.on.public.web){ + .set.mSet(mSetObj) + return (1) + }else{ + return(.set.mSet(mSetObj)); + } +} + +readMetaPathTableMix <- function(mSetObj = NA, dataNM, dataNM2, dataFormat, dataType) { + + if(.on.public.web){ + if(file.exists("data_orig.qs")) file.remove("data_orig.qs"); + if(file.exists("data_orig1.qs")) file.remove("data_orig1.qs"); + if(file.exists("data_orig2.qs")) file.remove("data_orig2.qs") + if(file.exists("mSet.qs")) file.remove("mSet.qs") + if(file.exists("prenorm.qs")) file.remove("prenorm.qs") + if(file.exists("preproc.qs")) file.remove("preproc.qs") + } + + mSetObj <- .get.mSet(mSetObj); + + if(dataType == "massPeaks"){ + # Handle mass peaks for mummichog + mSetObj <- Read.TextData(mSetObj, dataNM, dataFormat, "disc"); + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$name <- dataNM; + mSetObj$dataSet$format <- dataFormat; + mSet0 <- mSetObj; + file.rename("data_orig.qs", "data_orig1.qs") + + mSet0$dataSet2 <- list(); + mSetObj <- Read.TextData(mSetObj, dataNM2, dataFormat, "disc"); + mSetObj <- .get.mSet(mSetObj); + mSet0$dataSet2 <- mSetObj$dataSet; + mSet0$dataSet2$name <- dataNM2; + mSet0$dataSet2$format <- dataFormat; + file.rename("data_orig.qs", "data_orig2.qs") + } else if (dataType == "annoPeaks") { + # Handle annotated compounds for QEA pathway + # TODO: add more later + } else { + return (0); + } + + if(.on.public.web){ + .set.mSet(mSet0) + return (1) + }else{ + return(.set.mSet(mSet0)); + } +} + +SanityCheckMetaPathTable<-function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + }else{ + dataSet <- mSetObj$dataSet + } + + if(length(mSetObj$dataSet2) > 0){ + data_oriNM <- c("data_orig1.qs", "data_orig2.qs"); + } else { + data_oriNM <- "data_orig.qs"; + } + + msg <- NULL; + + for(i in seq(data_oriNM)){ + + conc <- qs::qread(data_oriNM[i]); + + if(i == 2){ + dataSet <- mSetObj[[paste0("dataSet",i)]]; + } + + cls.lbl <- dataSet$cls.orig <- dataSet$orig.cls; + smpl.nms <- dataSet$orig.smp.nms; + var.nms <- dataSet$orig.var.nms; + + empty.inx <- is.na(smpl.nms) | smpl.nms == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty rows</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + msg <- c(msg, paste0("No empty rows were found in your data: ", dataName)); + } + + # try to check & remove empty lines if class label is empty + # Added by B. Han + empty.inx <- is.na(cls.lbl) | cls.lbl == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty labels</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + msg <- c(msg, paste0("No empty labels were found in your data: ", dataName)); + } + + if(length(unique(cls.lbl[!empty.inx])) > 2){ + msg <- c(msg, paste(c("Groups found:", unique(cls.lbl[!empty.inx])), collapse=" ")); + msg <- c(msg, "<font color=\"red\">Meta-analysis is only defined for two-group comparisions!</font>"); + current.msg <<- msg; + return(0); + }else{ + lvls <- as.character(unique(unlist(cls.lbl))) + msg <- c(msg, paste("Two groups found:", lvls[1], "and", lvls[2], collapse=" ")); + } + + # check for uniqueness of dimension name + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + msg <- c(msg, "Duplicate sample names are not allowed!"); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All sample names are unique."); + } + + # try to remove check & remove empty line if feature name is empty + empty.inx <- is.na(var.nms) | var.nms == ""; + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty features</font> were detected and excluded from your data.")); + var.nms <- var.nms[!empty.inx]; + conc <- conc[,!empty.inx]; + }else{ + msg <- c(msg, "No empty feature names found"); + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.inx <- which(duplicated(var.nms)); + msg <- c(msg, paste("Error: a total of", length(dup.inx), "duplicate feature names found!")); + if(length(dup.inx) > 9){ + dup.inx <- dup.inx[1:9]; + } + dup.nm <- paste("Duplicated names [max 9]: ", var.nms[dup.inx], collapse=" "); + AddErrMsg(dup.nm); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All feature names are unique"); + } + + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + na.inx <- is.na(iconv(smpl.nms)); + nms <- paste(smpl.nms[na.inx], collapse="; "); + msg <- c(msg, paste("No special letters (i.e. Latin, Greek) are allowed in sample names!", nms, collapse=" ")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All sample names are OK"); + } + + if(sum(is.na(iconv(var.nms)))>0){ + na.inx <- is.na(iconv(var.nms)); + nms <- paste(var.nms[na.inx], collapse="; "); + msg <- c(msg, paste("No special letters (i.e. Latin, Greek) are allowed in feature names!", nms, collapse=" ")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, "All feature names are OK"); + } + + # only keep alphabets, numbers, ",", "." "_", "-" "/" + smpl.nms <- gsub("[^[:alnum:]./_-]", "", smpl.nms); + var.nms <- gsub("[^[:alnum:][:space:],'./_-]", "", var.nms); # allow space, comma and period + cls.lbl <- ClearStrings(as.vector(cls.lbl)); + + # now assgin the dimension names + conc <- apply(conc, 2, as.numeric); + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + proc.cls <- as.factor(as.character(cls.lbl)); + + # now need to remove low quality samples and genes + data <- conc; + smpl.num <- nrow(data); + gene.num <- ncol(data); + + # remove smpls/exp with over half missing value + good.inx<-apply(is.na(data), 1, sum)/ncol(data)<0.6; + smpl.msg <- ""; + if(sum(!good.inx)>0){ + + msg <- c(msg, paste(sum(!good.inx), "low quality samples(>60% missing) removed.")); + + data <- data[good.inx,]; + if(nrow(data)/smpl.num < 0.5){ + msg <- c(msg, paste(msg, "Low quality data rejected!")); + current.msg <<- msg; + return(0); + } + + # update meta information + proc.cls <- proc.cls[good.inx]; + } + + if(ncol(data) < 4){ + msg <- c(msg, paste("The sample # (", nrow(data), ") is too small.")); + current.msg <<- msg; + return(0); + }else{ + msg <- c(msg, paste("A total of", nrow(data), "samples were found.")); + } + + # feature with 75% NA will be removed + gd.inx<-apply(is.na(data), 2, sum)/nrow(data) < 0.75; + + feat.msg <- ""; + if(sum(!gd.inx) > 0){ + data <- data[, gd.inx]; + msg <- c(msg, paste(sum(!gd.inx), "low quality features (>75% missing) removed")); + if(ncol(data)/gene.num < 0.25){ + msg <- c(msg, paste(feat.msg, "Low quality data rejected.")); + current.msg <<- msg; + return(0); + } + } + + # feature with 90% ZEROs will be removed + gd.inx<-apply(data==0, 2, function(x) {sum(x, na.rm=T)})/nrow(data) < 0.9; + + feat.msg <- ""; + if(sum(!gd.inx) > 0){ + data <- data[, gd.inx]; + msg <- c(msg, paste(sum(!gd.inx), "low quality features (>90% zeros) removed")); + if(ncol(data)/gene.num< 0.25){ + msg <- c(msg, paste(feat.msg, "Low quality data rejected.")); + current.msg <<- msg; + return(0); + } + } + + if(ncol(data) < 10){ + msg <- c(msg, "The feature# (", ncol(data), ") is too small (<10)."); + current.msg <<- msg; + return(0); + } else { + msg <- c(msg, paste("A total of", ncol(data), "features were found.", collapse=" ")); + } + + # replace missing values should use median for normalized data + min.val <- min(data[data>0], na.rm=T)/10; + data[is.na(data)] <- min.val; + data[data<=0] <- min.val; + + + dataSet$data.proc <- dataSet$data <- data; + dataSet$cls.proc <- dataSet$cls <- factor(proc.cls); + + ## set 1 or 2 + if(i == 1){ + mSetObj$dataSet <- dataSet + } else { + mSetObj$dataSet2 <- dataSet + } + + #RegisterData(mSetObj, dataSet) + } # end of the for loop + + # Collect all msg here + mSetObj$dataSet$check.msg <- msg; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(1); + } else { + RegisterData(mSetObj, dataSet) + return(.set.mSet(mSetObj)); + } + +} + +GetMetaPathSanityCheckMsg <- function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$check.msg); +} + +GetMetaPathDataDims <- function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + data <- mSetObj$dataSet2$data; + } else { + data <- mSetObj$dataSet$data; + } + + dm <- dim(data); + naNum <- sum(is.na(data)); + zoNum <- sum(data == 0); + return(c(dm, naNum, zoNum)); +} + +GetMetaPathGroupNames <-function(mSetObj=NA, dataName){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$name != dataName){ + dataSet <- qs::qread(dataName); + } + return(levels(mSetObj$dataSet$cls)); +} + +PlotPathDataProfile<-function(dataName, boxplotName, pcaName, dataformat){ + #dataSet <- qs::qread(dataName); + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_lattice() + } + datatable <- mSetObj$dataSet$data; + + if(is.null(datatable)){ + + if(dataformat == "colu"){ + dt <- t(read.csv(dataName)[-1,]) + colnames(dt) <- dt[1,] + } else if(dataformat == "rowu"){ + dt <- read.csv(dataName,header = FALSE); + rownames(dt) <- dt[,1] + dt <- dt[,-c(1,2)] + colnames(dt) <- dt[1,] + dt <- dt[-1,] + } + datatable <- dt; + is.na(datatable) <-0 ; + } + + qc.boxplot(datatable, boxplotName); +} + +MetaPathNormalization <- function(mSetObj = NA, sampleNor, tranform, scale){ + + mSetObj <- .get.mSet(mSetObj); + + if(length(mSetObj$dataSet2) == 0){ + mSetObj <- SanityCheckData(mSetObj); + mSetObj <- ReplaceMin(mSetObj); + mSetObj <- FilterVariable(mSetObj, "iqr", "F", 25) + mSetObj <- PreparePrenormData(mSetObj) + mSetObj <- Normalization(mSetObj, sampleNor, tranform, "NULL", ratio=FALSE, ratioNum=20) #TODO: to enable scale function later + mSetObj <- PlotNormSummary(mSetObj, "norm") + mSetObj <- .get.mSet(mSetObj); + } else { + ## This is used to deal with the mix data files + # 1st step, process dataset 1 (pos data) + file.rename("data_orig1.qs", "data_orig.qs"); + mSetObj <- SanityCheckData(mSetObj); + mSetObj <- ReplaceMin(mSetObj); + mSetObj <- FilterVariable(mSetObj, "iqr", "F", 25) + mSetObj <- PreparePrenormData(mSetObj) + mSetObj <- Normalization(mSetObj, sampleNor, tranform, "NULL", ratio=FALSE, ratioNum=20) #TODO: to enable scale function later + mSetObj <- PlotNormSummary(mSetObj, "norm_pos") + file.rename("data_orig.qs", "data_orig1.qs"); + file.rename("complete_norm.qs", "complete_norm1.qs"); + mSetObj <- .get.mSet(mSetObj); + dataset_pos <- mSetObj$dataSet; + + # 2nd step, process dataset 2 (neg data) + file.rename("data_orig2.qs", "data_orig.qs"); + mSetObj$dataSet <- mSet$dataSet2; + mSetObj <- SanityCheckData(mSetObj); + mSetObj <- ReplaceMin(mSetObj); + mSetObj <- FilterVariable(mSetObj, "iqr", "F", 25) + mSetObj <- PreparePrenormData(mSetObj) + mSetObj <- Normalization(mSetObj, sampleNor, tranform, "NULL", ratio=FALSE, ratioNum=20) #TODO: to enable scale function later + mSetObj <- PlotNormSummary(mSetObj, "norm_neg") + file.rename("data_orig.qs", "data_orig2.qs"); + file.rename("complete_norm.qs", "complete_norm2.qs"); + + mSetObj <- .get.mSet(mSetObj); + dataset_neg <- mSetObj$dataSet; + # refine the mSet + mSetObj$dataSet <- dataset_pos; + mSetObj$dataSet2 <- dataset_neg; + } + + if(.on.public.web){ + .set.mSet(mSetObj) + return(1) + }else{ + return(.set.mSet(mSetObj)); + } +} + +GetMetaPathResultColNames <- function() { + mSetObj <- .get.mSet(mSetObj); + return(colnames(mSetObj$dataSet$res_table)[-1]) +} + +GetMetaPathNMs <- function() { + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$dataSet$res_table$Pathways) +} + +GetMetaPathResultItem <- function(rowN) { + mSetObj <- .get.mSet(mSetObj); + res <- mSetObj$dataSet$res_table[,-1]; + return(as.character(unname(res[rowN,]))) +} + +PrepareCMPDList <- function() { + + MetaMummiRes <- RJSONIO::fromJSON("ms_peaks_meta_anal_cpd_matching.json"); + CMPDSet <- NULL; + CMPDSet <- unique(unlist(lapply(MetaMummiRes, function(x) return(unique(x$Matched.Compound))))) + + return(CMPDSet) +} + +Prepare4Network <- function(){ + + mSet <<- mSetObj <- NULL; + + mSetObj <- InitDataObjects("conc", "network", FALSE) + mSetObj <- SetOrganism(mSetObj, "hsa") + cmpdList <- PrepareCMPDList() + + cmpdList <- paste(cmpdList, collapse = "\n") + mSetObj <- PerformIntegCmpdMapping(mSetObj, cmpdList, "hsa", "kegg") + + mSetObj <- CreateMappingResultTable(mSetObj) + + mSetObj <- PrepareNetworkData(mSetObj) + + idtype <<- "cmpd"; + mSetObj <- PrepareQueryJson(mSetObj); + mSetObj <- PerformKOEnrichAnalysis_KO01100(mSetObj, "pathway","network_enrichment_pathway_0") + + return(1) +} + +pathsum <- function(pvalCutoff){ + + mSetObj <- .get.mSet(NA); + + pathSet <- mSetObj$dataSet$pathResults; + + if(anal.type == "mummichog"){ + pathSum <- lapply(pathSet, function(x) return(rownames(x)[as.data.frame(x)$FET < pvalCutoff])); + }else{ + pathSum <- lapply(pathSet, function(x) return(rownames(x)[as.data.frame(x)$P_val < pvalCutoff])); + } + + names(pathSum) <- gsub("mummichoginput.qs", "", names(pathSum)); + mSetObj$dataSet$pathSumData <- pathSum; + res <- .set.mSet(mSetObj); + return(pathSum) +} + +SelectMultiPathData <- function(mSetObj=NA, nmVec = NA){ + + mSetObj <- .get.mSet(mSetObj); + if(is.na(nmVec[1])){ + AddErrMsg("No dataset is selected for analysis!"); + return(0); + } + + mSetObj[["dataSet"]][["pathResults_SelectedFiles"]] <- + gsub("_","",gsub("\\.[^.]*$", "", basename(nmVec))); + + return(.set.mSet(mSetObj)); +} + +PrepareMetaPathData <- function(mSetObj = NA){ + + mSetObj <- .get.mSet(mSetObj); + + # do something here later + dat <- mSetObj[["dataSet"]][["pathSumData"]]; + datNum <- length(mSetObj[["dataSet"]][["pathResults_SelectedFiles"]]); + + dat <- dat[c(mSetObj[["dataSet"]][["pathResults_SelectedFiles"]])]; + + if(datNum == 2){ + Prepare2Venn(dat); + }else if(datNum == 3){ + Prepare3Venn(dat); + }else if(datNum == 4){ + Prepare4Venn(dat); + }else{ + AddErrMsg("Too big of a number of features for the venn diagram"); + return(0); + } + + return(.set.mSet(mSetObj)); +} + +GetVennPathsNames <- function(mSetObj=NA, areas){ + + mSetObj <- .get.mSet(mSetObj); + + res <- vennData[[areas]]; + if(length(res) ==0){ + return("NA") + } else { + return(paste(res, collapse="||")) + } +} + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/misc_effect_size_functions.R b/V1.7.4/MetaboAnalyst_3.0.3/misc_effect_size_functions.R new file mode 100644 index 0000000000000000000000000000000000000000..b2829d81a70f0730bd157f5378f08e3a307f7ce5 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/misc_effect_size_functions.R @@ -0,0 +1,709 @@ +####################### +####################### +# functions for combining effect-sizes +# adapted from the meta and metafor R packages +my_metagen <- function(TE, comb.fixed=TRUE, comb.random=FALSE, lower, upper, method.tau="DL"){ + + seTE <- rep(NA, length(TE)) + + sel.NA <- is.na(seTE) + + seTE <- my.TE.seTE.ci(lower, upper, 0.95)$seTE + + if(comb.fixed){ + ## Fixed effect estimate (Cooper & Hedges, 1994, p. 265-6) + w.fixed <- 1 / seTE^2 + w.fixed[is.na(w.fixed) | is.na(TE)] <- 0 + + TE.fixed <- weighted.mean(TE, w.fixed, na.rm = TRUE) + seTE.fixed <- sqrt(1 / sum(w.fixed, na.rm = TRUE)) + + ci.f <- my_ci(TE.fixed, seTE.fixed, 0.95, null.effect = 0) + zval.fixed <- ci.f$z + pval.fixed <- ci.f$p + lower.fixed <- ci.f$lower + upper.fixed <- ci.f$upper + + res <- list(TE.fixed = TE.fixed, seTE.fixed = seTE.fixed, + lower.fixed = lower.fixed, upper.fixed = upper.fixed, + zval.fixed = zval.fixed, pval.fixed = pval.fixed) + } + + if(comb.random){ + + meta2 <- my_rma.uni2(as.numeric(TE), sei=as.numeric(seTE), method=method.tau) + + pval <- meta2$pval + beta <- as.vector(meta2$beta) + se <- meta2$se + ci.lower <- meta2$ci.lb + ci.upper <- meta2$ci.ub + zval <- meta2$zval + + res <- list(TE.random = beta, seTE.random = se, + lower.random = ci.lower, upper.random = ci.upper, + zval.random = zval, pval.random = pval) + } + return(res) +} + +my.TE.seTE.ci <- function(lower, upper, level = 0.95, + df = rep(NA, length(lower))) { + + varTE <- ifelse(is.na(df), + ((upper - lower) / + (2 * qnorm((1 - level) / 2, lower.tail = FALSE)))^2, + ((upper - lower) / + (2 * qt((1 - level) / 2, df = df, lower.tail = FALSE)))^2) + + seTE <- sqrt(varTE) + + res <- list(TE = lower + (upper - lower) / 2, seTE = seTE, + lower = lower, upper = upper, + level = level, df = df) + + res +} + +my_ci <- function(TE, seTE, level = 0.95, null.effect = 0) { + + alpha <- 1 - level + + lower <- TE - qnorm(1 - alpha / 2) * seTE + upper <- TE + qnorm(1 - alpha / 2) * seTE + zscore <- (TE - null.effect) / seTE + pval <- 2 * pnorm(abs(zscore), lower.tail = FALSE) + df <- NA + + list(TE = TE, seTE = seTE, + lower = lower, upper = upper, + z = zscore, p = pval, level = level) +} + +my_rma.uni2 <- function(yi, vi, sei, ai, bi, ci, di, n1i, n2i, x1i, x2i, t1i, t2i, m1i, m2i, sd1i, sd2i, xi, mi, ri, ti, sdi, r2i, ni, mods, #scale, + measure="GEN", intercept=TRUE, + data, slab, subset, + add=1/2, to="only0", drop00=FALSE, vtype="LS", + method="REML", weighted=TRUE, test="z", #knha=FALSE, + level=95, digits, btt, tau2, verbose=FALSE, control, ...) { + + tau2 <- NULL + control <- list() + Z <- NULL + + digits <- c(est=4, se=4, test=4, pval=4, ci=4, var=4, sevar=4, fit=4, het=4) + mf <- match.call() + + ### for certain measures, set add=0 by default unless user explicitly sets the add argument + + addval <- mf[[match("add", names(mf))]] + + ### extract yi (either NULL if not specified, a vector, a formula, or an escalc object) + + mf.yi <- mf[[match("yi", names(mf))]] + data <- sys.frame(sys.parent()) + yi <- eval(mf.yi, data, enclos=sys.frame(sys.parent())) ### NULL if user does not specify this + data <- yi + scale <- mods <- subset <- slab <- NULL ### NULL if user does not specify this + ai <- bi <- ci <- di <- x1i <- x2i <- t1i <- t2i <- NA + + if (!is.null(yi)) { + + yi.escalc <- FALSE + + ### number of outcomes before subsetting + + k <- length(yi) + k.all <- k + attr(yi, "measure") <- measure + + ### extract ni argument + ni <- NULL ### NULL if user does not specify this + vi <- sei^2 + + ### check if user constrained vi to 0 + + if (length(vi) == 1L && vi == 0) { + vi0 <- TRUE + } else { + vi0 <- FALSE + } + + ### allow easy setting of vi to a single value + + if (length(vi) == 1L) + vi <- rep(vi, k) ### note: k is number of outcomes before subsetting + } + + model <- "rma.uni" + + ### study ids (1:k sequence before subsetting) + + ids <- seq_len(k) + + if (is.null(slab)) { + slab.null <- TRUE + slab <- ids + } + + ### add slab attribute back + + attr(yi, "slab") <- slab + + ### number of outcomes after subsetting + + k <- length(yi) + + ### check for non-positive sampling variances (and set negative values to 0) + + if (any(vi <= 0, na.rm=TRUE)) { + allvipos <- FALSE + vi.neg <- vi < 0 + } else { + allvipos <- TRUE + } + + ai.f <- ai + bi.f <- bi + ci.f <- ci + di.f <- di + x1i.f <- x1i + x2i.f <- x2i + t1i.f <- t1i + t2i.f <- t2i + yi.f <- yi + vi.f <- vi + ni.f <- ni + mods.f <- mods + Z.f <- Z + + k.f <- k ### total number of observed outcomes including all NAs + + if (k == 1) { + method <- "FE" + test <- "z" + } + + ### add vector of 1s to the X matrix for the intercept (if intercept=TRUE) + + X <- cbind(intrcpt=rep(1,k), mods) + X.f <- cbind(intrcpt=rep(1,k.f), mods.f) + + ### drop redundant predictors + ### note: need to save coef.na for functions that modify the data/model and then refit the model (regtest() and the + ### various function that leave out an observation); so we can check if there are redundant/dropped predictors then + tmp <- lm(yi ~ X - 1) + coef.na <- is.na(coef(tmp)) + if (any(coef.na)) { + X <- X[,!coef.na,drop=FALSE] + X.f <- X.f[,!coef.na,drop=FALSE] + } + + ### check whether intercept is included and if yes, move it to the first column (NAs already removed, so na.rm=TRUE for any() not necessary) + is.int <- apply(X, 2, .is.intercept) + if (any(is.int)) { + int.incl <- TRUE + int.indx <- which(is.int, arr.ind=TRUE) + X <- cbind(intrcpt=1, X[,-int.indx, drop=FALSE]) ### this removes any duplicate intercepts + X.f <- cbind(intrcpt=1, X.f[,-int.indx, drop=FALSE]) ### this removes any duplicate intercepts + intercept <- TRUE ### set intercept appropriately so that the predict() function works + } else { + int.incl <- FALSE + } + + p <- NCOL(X) ### number of columns in X (including the intercept if it is included) + + ### check whether this is an intercept-only model + + if ((p == 1L) && .is.intercept(X)) { + int.only <- TRUE + } else { + int.only <- FALSE + } + + btt <- .set.btt(btt, p, int.incl, X) + m <- length(btt) + + ######################################################################### + ### set default control parameters + + con <- list(verbose = FALSE, + tau2.init = NULL, # initial value for iterative estimators (ML, REML, EB, SJ, SJIT, DLIT) + tau2.min = 0, # lower bound for tau^2 value + tau2.max = 100, # upper bound for tau^2 value (for PM/PMM/GENQM estimators; and passed down for tau^2 CI obtained with confint()) + threshold = 10^-5, # convergence threshold (for ML, REML, EB, SJIT, DLIT) + tol = .Machine$double.eps^0.25, # convergence tolerance for uniroot() as used for PM, PMM, and GENQM (also used in 'll0 - ll > con$tol' check for ML/REML) + ll0check = TRUE, # should the 'll0 - ll > con$tol' check be conducted for ML/REML? + maxiter = 100, # maximum number of iterations (for ML, REML, EB, SJIT, DLIT) + stepadj = 1, # step size adjustment for Fisher scoring algorithm (for ML, REML, EB) + REMLf = TRUE, # should |X'X| term be included in the REML log likelihood? + evtol = 1e-07, # lower bound for eigenvalues to determine if model matrix is positive definite (also for checking if vimaxmin >= 1/con$evtol) + alpha.init = NULL, # initial values for scale parameters + optimizer = "nlminb", # optimizer to use ("optim", "nlminb", "uobyqa", "newuoa", "bobyqa", "nloptr", "nlm", "hjk", "nmk", "ucminf", "optimParallel") for location-scale model + optmethod = "BFGS", # argument 'method' for optim() ("Nelder-Mead" and "BFGS" are sensible options) + parallel = list(), # parallel argument for optimParallel() (note: 'cl' argument in parallel is not passed; this is directly specified via 'cl') + cl = NULL, # arguments for optimParallel() + ncpus = 1L, # arguments for optimParallel() + hessianCtrl=list(r=8), # arguments passed on to 'method.args' of hessian() + scaleZ = TRUE) + + ### replace defaults with any user-defined values + + con.pos <- pmatch(names(control), names(con)) + con[c(na.omit(con.pos))] <- control[!is.na(con.pos)] + + ### contrain negative tau2.min values to -min(vi) (to ensure that the marginal variance is always >= 0) + + if (con$tau2.min < 0 && (-con$tau2.min > min(vi))) { + con$tau2.min <- -min(vi) + } + + ### convergence indicator and change variable (for iterative estimators) + conv <- 1 + change <- con$threshold + 1 + + ### iterations counter for iterative estimators (i.e., DLIT, SJIT, ML, REML, EB) + ### (note: PM, PMM, and GENQM are also iterative, but uniroot() handles that) + iter <- 0 + se.tau2 <- I2 <- H2 <- QE <- QEp <- NA + s2w <- 1 + level <- ifelse(level == 0, 1, ifelse(level >= 1, (100-level)/100, ifelse(level > .5, 1-level, level))) + Y <- as.matrix(yi) + + ######################################################################### + ###### heterogeneity estimation for standard model (rma.uni) + + if (model == "rma.uni") { + + tau2.fix <- FALSE + tau2.val <- NA + + ### Hunter & Schmidt (HS) estimator + + if (method == "HS") { + + if (!allvipos) + stop("HS estimator cannot be used when there are non-positive sampling variances in the data.") + + wi <- 1/vi + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + tau2 <- ifelse(tau2.fix, tau2.val, (RSS-k)/sum(wi)) + } + + ### Hedges (HE) estimator (or initial value for ML, REML, EB) + + if (is.element(method, c("HE","ML","REML","EB"))) { + + stXX <- .invcalc(X=X, W=diag(k), k=k) + P <- diag(k) - X %*% tcrossprod(stXX,X) + RSS <- crossprod(Y,P) %*% Y + V <- diag(vi, nrow=k, ncol=k) + PV <- P %*% V ### note: this is not symmetric + trPV <- .tr(PV) ### since PV needs to be computed anyway, can use .tr() + tau2 <- ifelse(tau2.fix, tau2.val, (RSS - trPV) / (k-p)) + } + + ### DerSimonian-Laird (DL) estimator + + if (method == "DL") { + + if (!allvipos) + stop("DL estimator cannot be used when there are non-positive sampling variances in the data.") + + wi <- 1/vi + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + trP <- .tr(P) + tau2 <- ifelse(tau2.fix, tau2.val, (RSS - (k-p)) / trP) + } + + ### DerSimonian-Laird (DL) estimator with iteration + + if (method == "DLIT") { + + if (is.null(con$tau2.init)) { + tau2 <- 0 + } else { + tau2 <- con$tau2.init + } + + while (change > con$threshold) { + iter <- iter + 1 + old2 <- tau2 + wi <- 1/(vi + tau2) + if (any(tau2 + vi < 0)) + stop("Some marginal variances are negative.") + if (any(is.infinite(wi))) + stop("Division by zero when computing the inverse variance weights.") + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + trP <- .tr(P) + tau2 <- ifelse(tau2.fix, tau2.val, (RSS - (k-p)) / trP) + tau2[tau2 < con$tau2.min] <- con$tau2.min + change <- abs(old2 - tau2) + + if (iter > con$maxiter) { + conv <- 0 + break + } + } + if (conv == 0L) + stop("Algorithm did not converge.") + } + + ### Sidik-Jonkman (SJ) estimator + + if (method == "SJ") { + + if (is.null(con$tau2.init)) { + tau2.0 <- c(var(yi) * (k-1)/k) + } else { + tau2.0 <- con$tau2.init + } + + wi <- 1/(vi + tau2.0) + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + V <- diag(vi, nrow=k, ncol=k) + PV <- P %*% V ### note: this is not symmetric + tau2 <- ifelse(tau2.fix, tau2.val, tau2.0 * RSS / (k-p)) + } + + ### Sidik-Jonkman (SJ) estimator with iteration + + if (method == "SJIT") { + + if (is.null(con$tau2.init)) { + tau2 <- var(yi) * (k-1)/k + } else { + tau2 <- con$tau2.init + } + + tau2.0 <- tau2 + + while (change > con$threshold) { + + iter <- iter + 1 + old2 <- tau2 + + wi <- 1/(vi + tau2) + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + V <- diag(vi, nrow=k, ncol=k) + PV <- P %*% V ### note: this is not symmetric + tau2 <- ifelse(tau2.fix, tau2.val, tau2 * RSS / (k-p)) + change <- abs(old2 - tau2) + + if (iter > con$maxiter) { + conv <- 0 + break + } + + } + + if (conv == 0L) + stop("Algorithm did not converge.") + } + + ### Paule-Mandel (PM) estimator + + if (method == "PM") { + + if (!allvipos) + stop("PM estimator cannot be used when there are non-positive sampling variances in the data.") + + if (!tau2.fix) { + + if (.QE.func(con$tau2.min, Y=Y, vi=vi, X=X, k=k, objective=0) < k-p) { + tau2 <- con$tau2.min + } else { + if (.QE.func(con$tau2.max, Y=Y, vi=vi, X=X, k=k, objective=0) > k-p) { + stop("Value of 'tau2.max' too low. Try increasing 'tau2.max' or switch to another 'method'.") + } else { + tau2 <- try(uniroot(.QE.func, interval=c(con$tau2.min, con$tau2.max), tol=con$tol, maxiter=con$maxiter, Y=Y, vi=vi, X=X, k=k, objective=k-p, verbose=verbose, digits=digits, extendInt="no")$root, silent=TRUE) + if (inherits(tau2, "try-error")) + stop("Error in iterative search for tau2 using uniroot().") + } + } + } else { + tau2 <- tau2.val + } + wi <- 1/(vi + tau2) + } + + ### Paule-Mandel (PM) estimator (median unbiased version) + + if (method == "PMM") { + + if (!allvipos) + stop("PMM estimator cannot be used when there are non-positive sampling variances in the data.") + + if (!tau2.fix) { + if (.QE.func(con$tau2.min, Y=Y, vi=vi, X=X, k=k, objective=0) < qchisq(0.5, df=k-p)) { + tau2 <- con$tau2.min + } else { + if (.QE.func(con$tau2.max, Y=Y, vi=vi, X=X, k=k, objective=0) > qchisq(0.5, df=k-p)) { + stop("Value of 'tau2.max' too low. Try increasing 'tau2.max' or switch to another 'method'.") + } else { + tau2 <- try(uniroot(.QE.func, interval=c(con$tau2.min, con$tau2.max), tol=con$tol, maxiter=con$maxiter, Y=Y, vi=vi, X=X, k=k, objective=qchisq(0.5, df=k-p), verbose=verbose, digits=digits, extendInt="no")$root, silent=TRUE) + if (inherits(tau2, "try-error")) + stop("Error in iterative search for tau2. Try increasing 'tau2.max' or switch to another 'method'.") + } + } + } else { + tau2 <- tau2.val + } + wi <- 1/(vi + tau2) + } + + ### maximum-likelihood (ML), restricted maximum-likelihood (REML), and empirical Bayes (EB) estimators + + if (is.element(method, c("ML","REML","EB"))) { + + tau2 <- max(0, tau2, con$tau2.min) + + while (change > con$threshold) { + + iter <- iter + 1 + old2 <- tau2 + wi <- 1/(vi + tau2) + if (any(tau2 + vi < 0)) + stop("Some marginal variances are negative.") + if (any(is.infinite(wi))) + stop("Division by zero when computing the inverse variance weights.") + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + + if (method == "ML") { + PP <- P %*% P + adj <- (crossprod(Y,PP) %*% Y - sum(wi)) / sum(wi^2) + } + if (method == "REML") { + PP <- P %*% P + adj <- (crossprod(Y,PP) %*% Y - .tr(P)) / .tr(PP) + } + if (method == "EB") { + adj <- (crossprod(Y,P) %*% Y * k/(k-p) - k) / sum(wi) + } + + adj <- adj * con$stepadj ### apply (user-defined) step adjustment + + while (tau2 + adj < con$tau2.min) ### use step-halving if necessary + adj <- adj / 2 + + tau2 <- ifelse(tau2.fix, tau2.val, tau2 + adj) + change <- abs(old2 - tau2) + + if (iter > con$maxiter) { + conv <- 0 + break + } + } + + if (conv == 0L) + stop("Fisher scoring algorithm did not converge. See 'help(rma)' for possible remedies.") + + ### check if ll is larger when tau^2 = 0 (only if ll0check=TRUE and only possible/sensible if allvipos and !tau2.fix) + ### note: this doesn't catch the case where tau^2 = 0 is a local maximum + + if (is.element(method, c("ML","REML")) && con$ll0check && allvipos && !tau2.fix) { + + wi <- 1/vi + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + beta <- stXWX %*% crossprod(X,W) %*% Y + RSS <- sum(wi*(yi - X %*% beta)^2) + if (method == "ML") + ll0 <- -1/2 * (k) * log(2*base::pi) - 1/2 * sum(log(vi)) - 1/2 * RSS + if (method == "REML") + ll0 <- -1/2 * (k-p) * log(2*base::pi) - 1/2 * sum(log(vi)) - 1/2 * determinant(crossprod(X,W) %*% X, logarithm=TRUE)$modulus - 1/2 * RSS + + wi <- 1/(vi + tau2) + if (any(tau2 + vi < 0)) + stop("Some marginal variances are negative.") + if (any(is.infinite(wi))) + stop("Division by zero when computing the inverse variance weights.") + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + beta <- stXWX %*% crossprod(X,W) %*% Y + RSS <- sum(wi*(yi - X %*% beta)^2) + if (method == "ML") + ll <- -1/2 * (k) * log(2*base::pi) - 1/2 * sum(log(vi + tau2)) - 1/2 * RSS + if (method == "REML") + ll <- -1/2 * (k-p) * log(2*base::pi) - 1/2 * sum(log(vi + tau2)) - 1/2 * determinant(crossprod(X,W) %*% X, logarithm=TRUE)$modulus - 1/2 * RSS + + if (ll0 - ll > con$tol && tau2 > con$threshold) { + tau2 <- 0 + } + } + + ### need to run this so that wi and P are based on the final tau^2 value + + wi <- 1/(vi + tau2) + if (any(tau2 + vi < 0)) + stop("Some marginal variances are negative.") + if (any(is.infinite(wi))) + stop("Division by zero when computing the inverse variance weights.") + W <- diag(wi, nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + + } + + ### make sure that tau2 is >= con$tau2.min + tau2 <- max(con$tau2.min, c(tau2)) + + ### check if any marginal variances are negative (only possible if user has changed tau2.min) + + if (!is.na(tau2) && any(tau2 + vi < 0)) + stop("Some marginal variances are negative.") + + if (method == "HS") + se.tau2 <- sqrt(1/sum(wi)^2 * (2*(k-p) + 4*max(tau2,0)*.tr(P) + 2*max(tau2,0)^2*sum(P*P))) ### note: wi = 1/vi + if (method == "HE") + se.tau2 <- sqrt(1/(k-p)^2 * (2*sum(PV*t(PV)) + 4*max(tau2,0)*trPV + 2*max(tau2,0)^2*(k-p))) + if (method == "DL" || method == "DLIT") + se.tau2 <- sqrt(1/trP^2 * (2*(k-p) + 4*max(tau2,0)*trP + 2*max(tau2,0)^2*sum(P*P))) + if (method == "GENQ" || method == "GENQM") + se.tau2 <- sqrt(1/trP^2 * (2*sum(PV*t(PV)) + 4*max(tau2,0)*sum(PV*P) + 2*max(tau2,0)^2*sum(P*P))) + if (method == "SJ") + se.tau2 <- sqrt(tau2.0^2/(k-p)^2 * (2*sum(PV*t(PV)) + 4*max(tau2,0)*sum(PV*P) + 2*max(tau2,0)^2*sum(P*P))) + if (method == "ML") + se.tau2 <- sqrt(2/sum(wi^2)) ### note: wi = 1/(vi + tau2) for ML, REML, EB, PM, and SJIT + if (method == "REML") + se.tau2 <- sqrt(2/sum(P*P)) + if (method == "EB" || method == "PM" || method == "PMM" || method == "SJIT") { + se.tau2 <- sqrt(2*k^2/(k-p) / sum(wi)^2) ### these two equations are actually identical, but this one is much simpler + } + + } + + ### fixed-effects model (note: set tau2 to zero even when tau2 is specified) + + if (method == "FE") + tau2 <- 0 + + ###### model fitting, test statistics, and confidence intervals + + wi <- 1/(vi + tau2) + W <- diag(wi, nrow=k, ncol=k) + M <- diag(vi + tau2, nrow=k, ncol=k) + + stXX <- .invcalc(X=X, W=diag(k), k=k) + beta <- stXX %*% crossprod(X,Y) + vb <- tcrossprod(stXX,X) %*% M %*% X %*% stXX + RSS.f <- sum(wi*(yi - X %*% beta)^2) + + ### calculate scaling factor for Knapp & Hartung method + + if (is.element(test, c("knha","adhoc"))) { + + if (any(is.infinite(wi))) + stop("Division by zero when computing the inverse variance weights.") + + stXWX <- .invcalc(X=X, W=W, k=k) + beta.knha <- stXWX %*% crossprod(X,W) %*% Y + RSS.knha <- sum(wi*(yi - X %*% beta.knha)^2) + #P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + #RSS.knha <- c(crossprod(Y,P) %*% Y) + + if (RSS.knha <= .Machine$double.eps) { + s2w <- 0 + } else { + s2w <- RSS.knha / (k-p) + } + + } + + ### Knapp & Hartung method with ad-hoc correction so that the scale factor is always >= 1 + + if (test == "adhoc") + s2w[s2w < 1] <- 1 + + ### for Knapp & Hartung method, apply scaling to vb + + vb <- s2w * vb + + ### QM calculation + + QM <- try(as.vector(t(beta)[btt] %*% chol2inv(chol(vb[btt,btt])) %*% beta[btt]), silent=TRUE) + + if (inherits(QM, "try-error")) + QM <- NA + + se <- sqrt(diag(vb)) + names(se) <- NULL + zval <- c(beta/se) + + if (is.element(test, c("knha","adhoc","t"))) { + dfs <- k-p + QM <- QM / m + if (dfs > 0) { + QMp <- pf(QM, df1=m, df2=dfs, lower.tail=FALSE) + pval <- 2*pt(abs(zval), df=dfs, lower.tail=FALSE) + crit <- qt(level/2, df=dfs, lower.tail=FALSE) + } else { + QMp <- NaN + pval <- NaN + crit <- NaN + } + } else { + dfs <- NA + QMp <- pchisq(QM, df=m, lower.tail=FALSE) + pval <- 2*pnorm(abs(zval), lower.tail=FALSE) + crit <- qnorm(level/2, lower.tail=FALSE) + } + + ci.lb <- c(beta - crit * se) + ci.ub <- c(beta + crit * se) + + res <- list(b=beta, beta=beta, se=se, zval=zval, pval=pval, ci.lb=ci.lb, ci.ub=ci.ub) + + class(res) <- c("rma.uni", "rma") + return(res) +} + +.is.intercept <- function(x, eps=1e-08) + return(all(abs(x - 1) < eps)) + +.invcalc <- function(X, W, k) { + sWX <- sqrt(W) %*% X + res.qrs <- qr.solve(sWX, diag(k)) + return(tcrossprod(res.qrs)) +} + +.tr <- function(X) + return(sum(diag(X))) + +.QE.func <- function(tau2val, Y, vi, X, k, objective, verbose=FALSE, digits=4) { + W <- diag(1/(vi + tau2val), nrow=k, ncol=k) + stXWX <- .invcalc(X=X, W=W, k=k) + P <- W - W %*% X %*% stXWX %*% crossprod(X,W) + RSS <- crossprod(Y,P) %*% Y + return(RSS - objective) +} + +.set.btt <- function(btt, p, int.incl, X) { + if (p > 1) { ### if the model matrix has more than one column + if (int.incl) { + btt <- seq.int(from=2, to=p) ### and the model has an intercept term, test all coefficients except the intercept + } else { + btt <- seq_len(p) ### and the model does not have an intercept term, test all coefficients + } + } else { + btt <- 1 ### if the model matrix has a single column, test that single coefficient + } + return(btt) +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/networks_data.R b/V1.7.4/MetaboAnalyst_3.0.3/networks_data.R new file mode 100755 index 0000000000000000000000000000000000000000..f957f0fbbac708982f738df40cf166b310da7430 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/networks_data.R @@ -0,0 +1,994 @@ +#'Exports Gene-Mapping result into a table +#'@param mSetObj Input name of the created mSet Object +#'@export +GetNetworkGeneMappingResultTable<-function(mSetObj=NA){ + load_rsqlite() + mSetObj <- .get.mSet(mSetObj); + + qvec <- mSetObj$dataSet$gene; + enIDs <- mSetObj$dataSet$gene.name.map$hit.values; + + match.state<-mSetObj$dataSet$gene.name.map$match.state; + # Map enIDs to KEGG orthologs + # TO-DO: run function for specific species + if(length(qvec) > 0){ + if(mSetObj$dataSet$q.type.gene == "kos"){ + # Gene2KOMapping already done in PerformIntegGeneMapping in enrich_integ.R + hit.kos <- mSetObj$dataSet$kos.name.map + } else{ + hit.kos <- doGene2KONameMapping(enIDs) + } + match.state[is.na(hit.kos) & match.state!=0] <- 2 + match.state[!is.na(hit.kos) & match.state==0] <- 2 + } else{ + mSetObj$dataSet$q.type.gene = "" + hit.kos = NULL + } + + # style for highlighted background for unmatched names + pre.style<-NULL; + post.style<-NULL; + + # style for no matches + if(mSetObj$dataSet$q.type.gene == "name"){ + no.prestyle<-"<strong style=\"background-color:yellow; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + } else{ + nokos.prestyle<-"<strong style=\"background-color:lightgrey; font-size=125%; color=\"black\">"; + nokos.poststyle<-"</strong>"; + no.prestyle<-"<strong style=\"background-color:red; font-size=125%; color=\"black\">"; + no.poststyle<-"</strong>"; + } + + # contruct the result table with cells wrapped in html tags + # the unmatched will be highlighted in different background + html.res<-matrix("", nrow=length(qvec), ncol=6); + csv.res<-matrix("", nrow=length(qvec), ncol=6); + colnames(csv.res)<-c("Query", "Entrez", "Symbol", "KO", "Name", "Comment"); + + org.code <- mSetObj$org; + sqlite.path <- paste0(url.pre, org.code, "_genes.sqlite"); + con <- .get.sqlite.con(sqlite.path); ; + gene.db <- dbReadTable(con, "entrez") + + hit.inx <- match(enIDs, gene.db[, "gene_id"]); + hit.values<-mSetObj$dataSet$gene.name.map$hit.values; + mSetObj$dataSet$gene.name.map$hit.inx <- hit.inx; + mSetObj$dataSet$gene.name.map$hit.kos <- hit.kos; + hit.kos[is.na(hit.kos)] <- ""; + + if(length(qvec) > 0){ + for (i in 1:length(qvec)){ + if(match.state[i]==1){ + pre.style<-""; + post.style=""; + }else if(match.state[i]==2){ + pre.style<-nokos.prestyle; + post.style<-nokos.poststyle; + }else{ # no matches + pre.style<-no.prestyle; + post.style<-no.poststyle; + } + hit <-gene.db[hit.inx[i], ,drop=F]; + + html.res[i, ]<-c(paste(pre.style, qvec[i], post.style, sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$gene_id),"-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>",hit$gene_id,"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$symbol), "-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>", hit$symbol,"</a>", sep="")), sep=""), + paste(ifelse(is.na(hit.kos[i]), "-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>", hit.kos[i],"</a>", sep="")), sep=""), + paste(ifelse(match.state[i]==0 || is.na(hit$name),"-", paste("<a href=http://www.ncbi.nlm.nih.gov/gene/", hit$gene_id, " target='_blank'>",hit$name,"</a>", sep="")), sep=""), + ifelse(match.state[i]!=1,"View","")); + csv.res[i, ]<-c(qvec[i], + ifelse(match.state[i]==0, "NA", hit$gene_id), + ifelse(match.state[i]==0, "NA", hit$symbol), + ifelse(is.na(hit.kos[i]), "NA", hit.kos[i]), + ifelse(match.state[i]==0, "NA", hit$name), + match.state[i]); + } + } + + # store the value for report + mSetObj$dataSet$gene.map.table <- csv.res; + + fast.write.csv(csv.res, file="gene_name_map.csv", row.names=F); + dbDisconnect(con); + + if(.on.public.web){ + .set.mSet(mSetObj) + return(as.vector(html.res)); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Prepare data for network exploration +#'@description Function for the network explorer module, prepares user's data for network exploration. +#'@param mSetObj Input name of the created mSet Object +#'@export +PrepareNetworkData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # prepare gene list + if(!is.null(mSetObj$dataSet$gene.mat)){ + gene.mat <- mSetObj$dataSet$gene.mat; + enIDs <- mSetObj$dataSet$gene.name.map$hit.values; + kos <- mSetObj$dataSet$gene.name.map$hit.kos; + rownames(gene.mat) <- enIDs; + + na.inx <- is.na(kos); + gene.mat.clean <- gene.mat[!na.inx, ,drop=F]; + kos.clean <- kos[!na.inx] + + gene.names <- rownames(gene.mat.clean) + gene.mat.clean <- RemoveDuplicates(gene.mat.clean); + if(nrow(gene.mat.clean) < length(kos.clean)){ + mSetObj$dataSet$gene.name.map$hit.kos <- kos.clean[!duplicated(gene.names)] + } else{ + mSetObj$dataSet$gene.name.map$hit.kos <- kos.clean + } + AddMsg(paste("A total of ", nrow(gene.mat.clean), "unique genes were uploaded.")); + + if(!exists("pathinteg.imps", where = mSetObj$dataSet)){ + mSetObj$dataSet$pathinteg.imps <- list(); + } + mSetObj$dataSet$pathinteg.imps$gene.mat <- gene.mat.clean; + done <- 1; + } + + # prepare kos list + if(!is.null(mSetObj$dataSet$gene.mat)){ + # Handle case when upload type is KOs + if(mSetObj$dataSet$q.type.gene == "kos"){ + rownames(gene.mat) <- kos + gene.mat <- RemoveDuplicates(gene.mat); + mSetObj$dataSet$gene.name.map$hit.kos <- rownames(gene.mat) + AddMsg(paste("A total of ", nrow(gene.mat), "unique KOs were uploaded.")); + + if(!exists("pathinteg.imps", where = mSetObj$dataSet)){ + mSetObj$dataSet$pathinteg.imps <- list(); + } + mSetObj$dataSet$pathinteg.imps$kos.mat <- gene.mat; + done <- 1; + } else{ + mSetObj$dataSet$pathinteg.imps$kos.mat <- mSetObj$dataSet$pathinteg.imps$gene.mat; + } + } + + # prepare compound list + if((!is.null(mSetObj$dataSet$cmpd.mat) || (!is.null(mSetObj$dataSet$cmpd)))){ + nm.map <- GetFinalNameMap(mSetObj); + nm.map$kegg <- ifelse(is.na(nm.map$kegg), paste("unmapped", rownames(nm.map), sep = "_"), nm.map$kegg); #also accept unmapped cmpd + valid.inx <- !(is.na(nm.map$kegg)| duplicated(nm.map$kegg)); + cmpd.vec <- nm.map$query[valid.inx]; + kegg.id <- nm.map$kegg[valid.inx]; + + cmpd.mat <- mSetObj$dataSet$cmpd.mat; + if(is.null(mSetObj$dataSet$cmpd.mat)){ + cmpd <- as.matrix(mSetObj$dataSet$cmpd); # when the input is concentration table + cmpd.mat <- cbind(cmpd, rep("0", nrow(cmpd))) + } + hit.inx <- match(cmpd.vec, rownames(cmpd.mat)); + + cmpd.mat <- cmpd.mat[hit.inx, ,drop=F]; + rownames(cmpd.mat) <- kegg.id; + cmpd.mat <- RemoveDuplicates(cmpd.mat); + AddMsg(paste("A total of ", nrow(cmpd.mat), "unique compounds were found.")); + mSetObj$dataSet$pathinteg.imps$cmpd.mat <- cmpd.mat; + done <- 1; + } + + if(.on.public.web){ + .set.mSet(mSetObj); + return(done); + } + return(.set.mSet(mSetObj)); +} + +#'Prepare user's query for mapping KEGG Global Metabolic Network +#'@description This function prepares the user's data for the +#'KEGG Global Metabolic Network +#'@param mSetObj Input name of the created mSet Object +#'@author Othman Soufan, Jeff Xia \email{jeff.xia@mcgill.ca}, {othman.soufan@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PrepareQueryJson <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # Map query matched KOs with the KO database + kos <- mSetObj$dataSet$gene.name.map$hit.kos + expr.mat <- mSetObj$dataSet$pathinteg.imps$kos.mat + kos <- cbind(kos, expr.mat) + # Retreive compounds information + cmpds.expr <- mSetObj$dataSet$pathinteg.imps$cmpd.mat + cmpds <- cbind(rownames(cmpds.expr), cmpds.expr) + + enrich.type <- "hyper"; + + # Perform gene enrichment + gene.mat <- list() + if(length(kos) > 0){ + dataSet.gene <- PerformMapping(kos, "ko") + if(length(dataSet.gene)==0){ + return(0); + } + + if(enrich.type == "hyper"){ + exp.vec <- dataSet.gene$data[,1]; # drop dim for json + }else{ + # for global test, all KO measured should be highlighted + genemat <- as.data.frame(t(otu_table(dataSet.gene$norm.phyobj))); + exp.vec <- rep(2, ncol(genemat)); + names(exp.vec) <- colnames(genemat); + } + gene.mat <- MapKO2KEGGEdges(exp.vec); + } + + # Perform compound enrichment + cmpd.mat <- list() + if(length(cmpds) > 1){ + dataSet.cmpd <- PerformMapping(cmpds, "cmpd") + if(length(dataSet.cmpd)==0){ + return(0); + } + + if(enrich.type == "hyper"){ + exp.vec <- dataSet.cmpd$data[,1]; # drop dim for json + }else{ + # for global test, all KO measured should be highlighted + genemat <- as.data.frame(t(otu_table(dataSet.cmpd$norm.phyobj))); + exp.vec <- rep(2, ncol(genemat)); + names(exp.vec) <- colnames(genemat); + } + cmpd.mat <- MapCmpd2KEGGNodes(exp.vec); + } + + # TO-DO: Refactor the following part of code for better readability + if(length(cmpd.mat) != 0 && length(gene.mat) != 0){ + edge.mat <- as.data.frame(rbind(as.matrix(cmpd.mat), as.matrix(gene.mat))); + dataSet <<- MergeDatasets(dataSet.cmpd, dataSet.gene); + idtype <<- "gene&cmpd"; + } else if(length(cmpd.mat) != 0){ + edge.mat <- cmpd.mat; + dataSet <<- dataSet.cmpd; + idtype <<- "cmpd"; + } else{ + edge.mat <- gene.mat; + dataSet <<- dataSet.gene; + idtype <<- "gene"; + } + + row.names(edge.mat) <- eids <- rownames(edge.mat); + query.ko <- edge.mat[,1]; + net.orig <- edge.mat[,2]; + query.res <- edge.mat[,3];# abundance + names(query.res) <- eids; # named by edge + + json.mat <- RJSONIO::toJSON(query.res, .na='null'); + sink("network_query.json"); + cat(json.mat); + sink(); + + return(.set.mSet(mSetObj)); + +} + +PrepareQueryJsonOld <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # Map query matched KOs with the KO database + kos <- mSetObj$dataSet$gene.name.map$hit.kos + expr.mat <- mSetObj$dataSet$pathinteg.imps$kos.mat + kos <- cbind(kos, expr.mat) + # Retreive compounds information + cmpds.expr <- mSetObj$dataSet$pathinteg.imps$cmpd.mat + cmpds <- cbind(rownames(cmpds.expr), cmpds.expr) + + enrich.type <- "hyper"; + + # Perform gene enrichment + gene.mat <- list() + if(length(kos) > 0){ + dataSet.gene <- PerformMapping(kos, "ko") + if(length(dataSet.gene)==0){ + return(0); + } + + if(enrich.type == "hyper"){ + exp.vec <- dataSet.gene$data[,1]; # drop dim for json + }else{ + # for global test, all KO measured should be highlighted + genemat <- as.data.frame(t(otu_table(dataSet.gene$norm.phyobj))); + exp.vec <- rep(2, ncol(genemat)); + names(exp.vec) <- colnames(genemat); + } + gene.mat <- MapKO2KEGGEdgesOld(exp.vec); + } + + # Perform compound enrichment + cmpd.mat <- list() + if(length(cmpds) > 1){ + dataSet.cmpd <- PerformMapping(cmpds, "cmpd") + if(length(dataSet.cmpd)==0){ + return(0); + } + + if(enrich.type == "hyper"){ + exp.vec <- dataSet.cmpd$data[,1]; # drop dim for json + }else{ + # for global test, all KO measured should be highlighted + genemat <- as.data.frame(t(otu_table(dataSet.cmpd$norm.phyobj))); + exp.vec <- rep(2, ncol(genemat)); + names(exp.vec) <- colnames(genemat); + } + cmpd.mat <- MapCmpd2KEGGNodesOld(exp.vec); + } + + # TO-DO: Refactor the following part of code for better readability + if(length(cmpd.mat) != 0 && length(gene.mat) != 0){ + edge.mat <- as.data.frame(rbind(as.matrix(cmpd.mat), as.matrix(gene.mat))); + dataSet <<- MergeDatasets(dataSet.cmpd, dataSet.gene); + idtype <<- "gene&cmpd"; + } else if(length(cmpd.mat) != 0){ + edge.mat <- cmpd.mat; + dataSet <<- dataSet.cmpd; + idtype <<- "cmpd"; + } else{ + edge.mat <- gene.mat; + dataSet <<- dataSet.gene; + idtype <<- "gene"; + } + + row.names(edge.mat) <- eids <- rownames(edge.mat); + query.ko <- edge.mat[,1]; + net.orig <- edge.mat[,2]; + query.res <- edge.mat[,3];# abundance + names(query.res) <- eids; # named by edge + + json.mat <- RJSONIO::toJSON(query.res, .na='null'); + sink("network_query.json"); + cat(json.mat); + sink(); + + return(.set.mSet(mSetObj)); + +} + + +# Utility function for PrepareNetworkData +doGene2KONameMapping <- function(enIDs){ + + if(.on.public.web){ + ko.dic <- .readDataTable("../../libs/network/ko_dic_new.csv"); + }else{ + ko.dic <- .readDataTable("https://www.metaboanalyst.ca/resources/libs/network/ko_dic_new.csv"); + } + + #TO-DO: map based on specific selection of a species + ko.dic.enIDs <- as.integer(ko.dic[, "Entrez_hsa"]) + ko.dic.enIDs[is.na(ko.dic.enIDs)] <- -1 + hit.inx <- match(as.integer(enIDs), ko.dic.enIDs); + kos <- ko.dic[hit.inx, "KO"]; + + # if not gene symbol, use id by itself + na.inx <- is.na(kos); + kos[na.inx] <- NA #enIDs[na.inx]; + + return(kos); +} + +# Utility function for Save2KEGGJSON +MatchQueryOnKEGGMap <- function(query, ko.map){ + hits <- lapply(query, + function(x) { + as.character(unique(ko.map$edge[ko.map$queryid%in%unlist(x)])); + } + ); + + return(hits) +} + +# Utility function for PerformKOEnrichAnalysis_List +# for KO01100 +Save2KEGGJSON <- function(hits.query, res.mat, file.nm, hits.all){ + resTable <- data.frame(Pathway=rownames(res.mat), res.mat); + AddMsg("Functional enrichment analysis was completed"); + + if(!exists("ko.edge.map")){ + + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/ko_edge.csv", sep=""); + ko.edge.map <- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/ko_edge.csv", sep=""); + download.file(ko.edge.path, destfile = "ko_edge.csv", method="libcurl", mode = "wb") + ko.edge.map <- .readDataTable("ko_edge.csv"); + } + ko.edge.map <- ko.edge.map[ko.edge.map$net=="ko01100",]; #only one map + ko.edge.map <<- ko.edge.map; + } + + hits.edge <- list(); + hits.node <- list(); + hits.edge.all <- list(); + hits.node.all <- list(); + + if(idtype == "gene"){ + ko.map <- ko.edge.map; + colnames(ko.map) <- c("queryid", "edge", "net") + hits.edge <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.edge, length))>0; + + #find matches for all queries without applying pathway filtering + hits.edge.all <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.edge.all, length))>0; + + }else if(idtype == "cmpd"){ + ko.map <- ko.node.map.global; + colnames(ko.map) <- c("queryid", "edge", "net") + hits.node <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.node, length))>0; + + #find matches for all queries without applying pathway filtering + hits.node.all <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.node.all, length))>0; + }else{ + # gene&cmpd + ko.map1 <- ko.edge.map; + colnames(ko.map1) <- c("queryid", "edge", "net"); rownames(ko.map1)<-NULL; + hits.edge <- MatchQueryOnKEGGMap(hits.query, ko.map1) + #find matches for all queries without applying pathway filtering + hits.edge.all <- MatchQueryOnKEGGMap(hits.all, ko.map1) + + ko.map2 <- ko.node.map.global; + colnames(ko.map2) <- c("queryid", "edge", "net"); rownames(ko.map2)<-NULL; + hits.node <- MatchQueryOnKEGGMap(hits.query, ko.map2) + #find matches for all queries without applying pathway filtering + hits.node.all <- MatchQueryOnKEGGMap(hits.all, ko.map2) + + ko.map <- rbind(ko.map1, ko.map2) + # TO-DO: combine results hits.edge and hits.node without applying again lapply over hits.query + hits.both <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.both, length))>0; + + #find matches for all queries without applying pathway filtering + hits.both <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.both, length))>0; + } + + # only keep hits with edges in the map + hits.query <- hits.query[hits.inx]; hits.all <- hits.all[hits.inx.all]; + resTable <- resTable[hits.inx, ]; + + # write json + fun.pval = resTable$Pval; if(length(fun.pval) ==1) { fun.pval <- matrix(fun.pval) }; + hit.num = resTable$Hits; if(length(hit.num) ==1) { hit.num <- matrix(hit.num) }; + fun.ids <- as.vector(current.setids[names(hits.query)]); if(length(fun.ids) ==1) { fun.ids <- matrix(fun.ids) }; + + #clean non-metabolic pathways + rm.ids <- which(is.na(fun.ids)) + if(length(rm.ids) != 0){ + fun.ids <- fun.ids[-rm.ids] + fun.pval <- fun.pval[-rm.ids] + hit.num <- hit.num[-rm.ids] + hits.query <- hits.query[-rm.ids] + } + + expr = as.list(dataSet$data) + names(expr) <- rownames(dataSet$data) + json.res <- list( + expr.mat = expr, + hits.query = hits.query, + hits.edge = hits.edge, + hits.node = hits.node, + hits.all = hits.all, + hits.edge.all = hits.edge.all, + hits.node.all = hits.node.all, + path.id = fun.ids, + fun.pval = fun.pval, + hit.num = hit.num + ); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + json.nm <- paste(file.nm, ".json", sep=""); + sink(json.nm) + cat(json.mat); + sink(); + + # write csv + fun.hits <<- hits.query; + fun.pval <<- resTable[,5]; + hit.num <<- resTable[,4]; + csv.nm <- paste(file.nm, ".csv", sep=""); + fast.write.csv(resTable, file=csv.nm, row.names=F); +} + +Save2KEGGJSONOld <- function(hits.query, res.mat, file.nm, hits.all){ + resTable <- data.frame(Pathway=rownames(res.mat), res.mat); + AddMsg("Functional enrichment analysis was completed"); + + if(!exists("ko.edge.map")){ + + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/old/ko_edge.csv", sep=""); + ko.edge.map <- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/old/ko_edge.csv", sep=""); + download.file(ko.edge.path, destfile = "ko_edge.csv", method="libcurl", mode = "wb") + ko.edge.map <- .readDataTable("ko_edge.csv"); + } + ko.edge.map <- ko.edge.map[ko.edge.map$net=="ko01100",]; #only one map + ko.edge.map <<- ko.edge.map; + } + + hits.edge <- list(); + hits.node <- list(); + hits.edge.all <- list(); + hits.node.all <- list(); + + if(idtype == "gene"){ + ko.map <- ko.edge.map; + colnames(ko.map) <- c("queryid", "edge", "net") + hits.edge <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.edge, length))>0; + + #find matches for all queries without applying pathway filtering + hits.edge.all <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.edge.all, length))>0; + + }else if(idtype == "cmpd"){ + ko.map <- ko.node.map.global; + colnames(ko.map) <- c("queryid", "edge", "net") + hits.node <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.node, length))>0; + + #find matches for all queries without applying pathway filtering + hits.node.all <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.node.all, length))>0; + }else{ + # gene&cmpd + ko.map1 <- ko.edge.map; + colnames(ko.map1) <- c("queryid", "edge", "net"); rownames(ko.map1)<-NULL; + hits.edge <- MatchQueryOnKEGGMap(hits.query, ko.map1) + #find matches for all queries without applying pathway filtering + hits.edge.all <- MatchQueryOnKEGGMap(hits.all, ko.map1) + + ko.map2 <- ko.node.map.global; + colnames(ko.map2) <- c("queryid", "edge", "net"); rownames(ko.map2)<-NULL; + hits.node <- MatchQueryOnKEGGMap(hits.query, ko.map2) + #find matches for all queries without applying pathway filtering + hits.node.all <- MatchQueryOnKEGGMap(hits.all, ko.map2) + + ko.map <- rbind(ko.map1, ko.map2) + # TO-DO: combine results hits.edge and hits.node without applying again lapply over hits.query + hits.both <- MatchQueryOnKEGGMap(hits.query, ko.map) + hits.inx <- unlist(lapply(hits.both, length))>0; + + #find matches for all queries without applying pathway filtering + hits.both <- MatchQueryOnKEGGMap(hits.all, ko.map) + hits.inx.all <- unlist(lapply(hits.both, length))>0; + } + + # only keep hits with edges in the map + hits.query <- hits.query[hits.inx]; hits.all <- hits.all[hits.inx.all]; + resTable <- resTable[hits.inx, ]; + + # write json + fun.pval = resTable$Pval; if(length(fun.pval) ==1) { fun.pval <- matrix(fun.pval) }; + hit.num = resTable$Hits; if(length(hit.num) ==1) { hit.num <- matrix(hit.num) }; + fun.ids <- as.vector(current.setids[names(hits.query)]); if(length(fun.ids) ==1) { fun.ids <- matrix(fun.ids) }; + + #clean non-metabolic pathways + rm.ids <- which(is.na(fun.ids)) + if(length(rm.ids) != 0){ + fun.ids <- fun.ids[-rm.ids] + fun.pval <- fun.pval[-rm.ids] + hit.num <- hit.num[-rm.ids] + hits.query <- hits.query[-rm.ids] + } + + expr = as.list(dataSet$data) + names(expr) <- rownames(dataSet$data) + json.res <- list( + expr.mat = expr, + hits.query = hits.query, + hits.edge = hits.edge, + hits.node = hits.node, + hits.all = hits.all, + hits.edge.all = hits.edge.all, + hits.node.all = hits.node.all, + path.id = fun.ids, + fun.pval = fun.pval, + hit.num = hit.num + ); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + json.nm <- paste(file.nm, ".json", sep=""); + sink(json.nm) + cat(json.mat); + sink(); + + # write csv + fun.hits <<- hits.query; + fun.pval <<- resTable[,5]; + hit.num <<- resTable[,4]; + csv.nm <- paste(file.nm, ".csv", sep=""); + fast.write.csv(resTable, file=csv.nm, row.names=F); +} + +#'Utility function for PerformKOEnrichAnalysis_KO01100 +#'@param category Module or pathway +LoadKEGGKO_lib<-function(category){ + + if(category == "module"){ + kegg.anot <- .get.my.lib("ko_modules.qs", "network"); + current.setlink <- kegg.anot$link; + current.mset <- kegg.anot$sets$"Pathway module"; + }else{ + kegg.anot <- .get.my.lib("ko_pathways.qs", "network"); + current.setlink <- kegg.anot$link; + current.mset <- kegg.anot$sets$Metabolism; + } + # now need to update the msets to contain only those in ko01100 map + if(!exists("ko.edge.map")){ + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/ko_edge.csv", sep=""); + download.file(ko.edge.path, destfile = "ko_edge.csv", method="libcurl", mode = "wb") + ko.edge.map <<- .readDataTable("ko_edge.csv"); + } + } + + kos.01100 <- ko.edge.map$gene[ko.edge.map$net == "ko01100"]; + current.mset <- lapply(current.mset, + function(x) { + as.character(unique(x[x %in% kos.01100])); + } + ); + # remove those empty ones + mset.ln <- lapply(current.mset, length); + current.mset <- current.mset[mset.ln > 0]; + set.ids<- names(current.mset); + names(set.ids) <- names(current.mset) <- kegg.anot$term[set.ids]; + + current.setlink <<- current.setlink; + current.setids <<- set.ids; + current.geneset <<- current.mset; +} + +LoadKEGGKO_libOld<-function(category){ + + if(category == "module"){ + kegg.anot <- .get.my.lib("ko_modules.qs", "network"); + current.setlink <- kegg.anot$link; + current.mset <- kegg.anot$sets$"Pathway module"; + }else{ + kegg.anot <- .get.my.lib("ko_pathways.qs", "network"); + current.setlink <- kegg.anot$link; + current.mset <- kegg.anot$sets$Metabolism; + } + # now need to update the msets to contain only those in ko01100 map + if(!exists("ko.edge.map")){ + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/old/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/old/ko_edge.csv", sep=""); + download.file(ko.edge.path, destfile = "ko_edge.csv", method="libcurl", mode = "wb") + ko.edge.map <<- .readDataTable("ko_edge.csv"); + } + } + + kos.01100 <- ko.edge.map$gene[ko.edge.map$net == "ko01100"]; + current.mset <- lapply(current.mset, + function(x) { + as.character(unique(x[x %in% kos.01100])); + } + ); + # remove those empty ones + mset.ln <- lapply(current.mset, length); + current.mset <- current.mset[mset.ln > 0]; + set.ids<- names(current.mset); + names(set.ids) <- names(current.mset) <- kegg.anot$term[set.ids]; + + current.setlink <<- current.setlink; + current.setids <<- set.ids; + current.geneset <<- current.mset; +} + +# Utility function for SearchNetDB +.preparePhenoListSeeds <- function(mSetObj, table.nm){ + + if(.on.public.web){ + libs.path <<- "../../libs/"; + }else{ + libs.path <<- "https://www.metaboanalyst.ca/resources/libs/"; + } + + table.nm <<- table.nm; + # Preparing dataset variables + mSetObj <- .get.mSet(mSetObj); + # Retreive compounds information + cmpds <- rownames(mSetObj$dataSet$pathinteg.imps$cmpd.mat); + seed.compounds <- cmpds; + seed.expr.compounds <- as.vector(mSetObj$dataSet$pathinteg.imps$cmpd.mat[,1]); + + # Retreive genes information + genes <- rownames(mSetObj$dataSet$pathinteg.imps$gene.mat); + # Prepare gene seeds for the graph when user upload no genes + if(length(genes) == 0){ + seed.genes <- c(); + seed.expr.genes <- c(); + } else { + seed.genes <- genes; + seed.expr.genes <- as.vector(mSetObj$dataSet$pathinteg.imps$gene.mat[,1]); + } + + # Change default seeds information (i.e. genes) to chemicals if needed + if((table.nm == "metabo_phenotypes") || (table.nm == "metabo_metabolites")){ + seed.graph <<- seed.compounds; + seed.expr <<- seed.expr.compounds; + } else { + seed.graph <<- c(seed.compounds, seed.genes); + seed.expr <<- c(seed.expr.compounds, seed.expr.genes); + } + + list( + genes = genes, + cmpds = cmpds + ); +} + +#'Utility function +#'@description Returns matched KO in the same order (NA if no match) +#'@param ko.vec Input the vector containing KOs +#'@param type Input the type +doKOFiltering <- function(ko.vec, type){ + if(.on.public.web){ + ko.dic <- .readDataTable("../../libs/network/ko_dic_new.csv"); + }else{ + ko.dic <- .readDataTable("https://www.metaboanalyst.ca/resources/libs/network/ko_dic_new.csv"); + } + hit.inx <- match(ko.vec, ko.dic$KO); + return(ko.dic$KO[hit.inx]); +} + +#'Utility function for PrepareQueryJson +#'@param kos Input the KOs +#'@param net Input the name of the network +MapKO2KEGGEdges<- function(kos, net="ko01100"){ + if(!exists("ko.edge.map")){ + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + } + } + all.hits <- ko.edge.map$gene %in% names(kos) & ko.edge.map$net == net; + my.map <- ko.edge.map[all.hits, ]; + q.map <- data.frame(gene=names(kos), expr=as.numeric(kos)); + + # first merge to get ko abundance to each edge + dat <- merge(my.map, q.map, by="gene"); + + # now merge duplicated edge to sum + dup.inx <- duplicated(dat[,2]); + dat <- dat[!dup.inx,]; + rownames(dat) <- dat[,2]; + + return(dat[,-2]); +} + +MapKO2KEGGEdgesOld<- function(kos, net="ko01100"){ + if(!exists("ko.edge.map")){ + if(.on.public.web){ + ko.edge.path <- paste("../../libs/network/old/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + }else{ + ko.edge.path <- paste("https://www.metaboanalyst.ca/resources/libs/network/old/ko_edge.csv", sep=""); + ko.edge.map <<- .readDataTable(ko.edge.path); + } + } + all.hits <- ko.edge.map$gene %in% names(kos) & ko.edge.map$net == net; + my.map <- ko.edge.map[all.hits, ]; + q.map <- data.frame(gene=names(kos), expr=as.numeric(kos)); + + # first merge to get ko abundance to each edge + dat <- merge(my.map, q.map, by="gene"); + + # now merge duplicated edge to sum + dup.inx <- duplicated(dat[,2]); + dat <- dat[!dup.inx,]; + rownames(dat) <- dat[,2]; + + return(dat[,-2]); +} + +#'Utility function for PrepareQueryJson +#'@param cmpds Input the compounds +#'@param net Input the network name +MapCmpd2KEGGNodes <- function(cmpds, net="ko01100"){ + + lib <- "hsa_kegg.qs" # TO-DO: change for other species + if(!exists("ko.node.map.global")){ + # Read original library files for a list of pathways with assigned compounds to each + + if(.on.public.web){ + pathway.lib <- qs::qread(paste("../../libs/mummichog/", lib, sep="")); + }else{ + if(!file.exists(lib)){ + path.url <- paste("https://www.metaboanalyst.ca/resources/libs/mummichog/", lib, sep="") + download.file(path.url, destfile = lib, method="libcurl", mode = "wb") + pathway.lib <- qs::qread(lib); + }else{ + pathway.lib <- qs::qread(lib); + } + } + + pathways <- pathway.lib$pathways; + + # Store universe for enrichment analysis + names(pathways$cpds) <- pathways$name + current.cmpd.set <<- pathways$cpds; + + # Read pathway names and ids in the target pathway map (e.g. ko01100) + + if(.on.public.web){ + ko.pathway.names <- .readDataTable(paste("../../libs/network/ko01100_compounds_ids.csv", sep="")); + }else{ + ko.pathway.names <- .readDataTable(paste("https://www.metaboanalyst.ca/resources/libs/network/ko01100_compounds_ids.csv", sep="")); + } + + #ko.node.map <- do.call(rbind, lapply(1:length(pathways$name), function(i) cbind(unlist(pathways$cpds[i]), pathways$name[i]))); + #ko.node.matches <- ko.pathway.names[match(ko.node.map[,2], ko.pathway.names$name),2] + # Replace pathway names with ids + #ko.node.map[,2] <- ko.node.matches + # Clean missing cases + #ko.node.map <- ko.node.map[!is.na(ko.node.matches),] + #ko.node.map.global <<- data.frame(cmpd = ko.node.map[,1], edge = ko.node.map[,2], net = rep("ko01100", nrow(ko.node.map))) + ko.node.map.global <<- data.frame(cmpd = ko.pathway.names[,1], edge = ko.pathway.names[,2], net = rep("ko01100", nrow(ko.pathway.names))) + } + + all.hits <- ko.node.map.global$cmpd %in% names(cmpds) & ko.node.map.global$net == net; + my.map <- ko.node.map.global[all.hits, ]; + q.map <- data.frame(cmpd=names(cmpds), expr=as.numeric(cmpds)); + + # first merge to get cmpd abundance to each edge + dat <- merge(my.map, q.map, by="cmpd"); + + # now merge duplicated edge to sum + dup.inx <- duplicated(dat[,2]); + dat <- dat[!dup.inx,]; + rownames(dat) <- dat[,2]; + + return(dat[,-2]); +} + +MapCmpd2KEGGNodesOld <- function(cmpds, net="ko01100"){ + + lib <- "hsa_kegg.qs" # TO-DO: change for other species + if(!exists("ko.node.map.global")){ + # Read original library files for a list of pathways with assigned compounds to each + + if(.on.public.web){ + pathway.lib <- qs::qread(paste("../../libs/mummichog/", lib, sep="")); + }else{ + if(!file.exists(lib)){ + path.url <- paste("https://www.metaboanalyst.ca/resources/libs/mummichog/", lib, sep="") + download.file(path.url, destfile = lib, method="libcurl", mode = "wb") + pathway.lib <- qs::qread(lib); + }else{ + pathway.lib <- qs::qread(lib); + } + } + + pathways <- pathway.lib$pathways; + + # Store universe for enrichment analysis + names(pathways$cpds) <- pathways$name + current.cmpd.set <<- pathways$cpds; + + # Read pathway names and ids in the target pathway map (e.g. ko01100) + + if(.on.public.web){ + ko.pathway.names <- .readDataTable(paste("../../libs/network/old/ko01100_compounds_ids.csv", sep="")); + }else{ + ko.pathway.names <- .readDataTable(paste("https://www.metaboanalyst.ca/resources/libs/network/old/ko01100_compounds_ids.csv", sep="")); + } + + #ko.node.map <- do.call(rbind, lapply(1:length(pathways$name), function(i) cbind(unlist(pathways$cpds[i]), pathways$name[i]))); + #ko.node.matches <- ko.pathway.names[match(ko.node.map[,2], ko.pathway.names$name),2] + # Replace pathway names with ids + #ko.node.map[,2] <- ko.node.matches + # Clean missing cases + #ko.node.map <- ko.node.map[!is.na(ko.node.matches),] + #ko.node.map.global <<- data.frame(cmpd = ko.node.map[,1], edge = ko.node.map[,2], net = rep("ko01100", nrow(ko.node.map))) + ko.node.map.global <<- data.frame(cmpd = ko.pathway.names[,1], edge = ko.pathway.names[,2], net = rep("ko01100", nrow(ko.pathway.names))) + } + + all.hits <- ko.node.map.global$cmpd %in% names(cmpds) & ko.node.map.global$net == net; + my.map <- ko.node.map.global[all.hits, ]; + q.map <- data.frame(cmpd=names(cmpds), expr=as.numeric(cmpds)); + + # first merge to get cmpd abundance to each edge + dat <- merge(my.map, q.map, by="cmpd"); + + # now merge duplicated edge to sum + dup.inx <- duplicated(dat[,2]); + dat <- dat[!dup.inx,]; + rownames(dat) <- dat[,2]; + + return(dat[,-2]); +} + +#'Utility function for PrepareQueryJson +#'geneIDs is text one string, need to make to vector +#'@param inputIDs Input list of IDs +#'@param type Input the type of IDs +PerformMapping <- function(inputIDs, type){ + + dataSet <- list(); + dataSet$orig <- inputIDs; + + data.mat <- as.matrix(inputIDs); + + if(dim(data.mat)[2] == 1){ # add 1 + data.only <- 1; # if only a list of ids are provided with abundance or confidence scores + data.mat <- cbind(data.mat, rep(1, nrow(data.mat))); + }else { + data.only <- 0; + data.mat <- data.mat[,1:2]; + } + + # Hanlde case when only 1 id is provided + if(!is.matrix(data.mat)){ + data.mat <- as.matrix(t(data.mat)) + } + + rownames(data.mat) <- data.mat[,1]; + data.mat <- data.mat[,-1, drop=F]; + dataSet$id.orig <- data.mat; + dataSet$data.only <- data.only; + data.mat <- RemoveDuplicates(data.mat, "sum", quiet=F); + dataSet$id.uniq <- data.mat; + + # now get input that are in the lib + if(type == "ko"){ + kos <- doKOFiltering(rownames(data.mat), type); + if(sum(!is.na(kos)) < 2){ + AddErrMsg("Less than two hits found in the database. "); + dataSet <- list(); + return(dataSet); + } + rownames(data.mat) <- kos; + gd.inx <- (!is.na(kos)) & data.mat[,1] > -Inf; # TO-DO: change -Inf to specific value based on type of uploaded scores + data.mat <- data.mat[gd.inx, ,drop=F]; + + AddMsg(paste("A total of unqiue", nrow(data.mat), "KO genes were mapped to KEGG network!")); + } + # TO-DO: check if there is a need to do compound filtering here (e.g. doKeggCmpdFiltering) + + dataSet$id.mapped <- dataSet$data <- data.mat; + + return(dataSet); +} + +#'Utility function for PrepareQueryJson +#'@param dataSet1 Input the first dataset +#'@param dataSet2 Input the second dataset +MergeDatasets <- function(dataSet1, dataSet2){ + + dataSet <- list(); + dataSet$orig <- c(dataSet1$orig, dataSet2$orig); + dataSet$id.orig <- rbind(dataSet1$id.orig, dataSet2$id.orig) + dataSet$id.uniq <- rbind(dataSet1$id.uniq, dataSet2$id.uniq) + dataSet$data <- rbind(dataSet1$data, dataSet2$data) + dataSet$id.mapped <- rbind(dataSet1$id.mapped, dataSet2$id.mapped) + + return(dataSet); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/networks_enrich.R b/V1.7.4/MetaboAnalyst_3.0.3/networks_enrich.R new file mode 100755 index 0000000000000000000000000000000000000000..4779fc54a400099163cb12ad0490f7cf3f2e181d --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/networks_enrich.R @@ -0,0 +1,557 @@ + +#'Performs KO enrichment analysis based on the KO01100 map +#'@description This function performs KO enrichment analysis based on the KO01100 map +#'and saves the .JSON file +#'@param mSetObj Input name of the created mSet Object +#'@param category Input the option to perform enrichment analysis, "pathway" +#'@param file.nm Input name of file to save +#'@author Othman Soufan, Jeff Xia \email{jeff.xia@mcgill.ca}, {othman.soufan@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PerformKOEnrichAnalysis_KO01100 <- function(mSetObj=NA, category, file.nm){ + + mSetObj <- .get.mSet(mSetObj); + LoadKEGGKO_lib(category); + #if(enrich.type == "hyper"){ else PerformKOEnrichAnalysis_Table + PerformKOEnrichAnalysis_List(file.nm); + + if(.on.public.web == FALSE){ + return(.set.mSet(mSetObj)); + } +} + +#'Perform mapping of user's data to interaction network +#'@description This function performs mapping of user's data to the internal network +#' to create a network from the seed nodes +#'@param mSetObj Input name of the created mSet Object +#'@param db.type Input the database type +#'@param table.nm Input the organism code for the sqlite table (ppi). For chemical type, the +#'table.nm is drugbank of ctd +#'@param require.exp Logical, only used for the STRING database +#'@param min.score Input the minimal score, only used for the STRING database +#'@author Othman Soufan, Jeff Xia \email{jeff.xia@mcgill.ca}, {othman.soufan@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import RSQLite +SearchNetDB <- function(mSetObj=NA, db.type, table.nm, require.exp=TRUE, min.score = 900){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_rsqlite() + } + + result.list <- .preparePhenoListSeeds(mSetObj, table.nm); + genes <- result.list$genes; + protein.vec <- seed.graph; + cmpds <- result.list$cmpds; + + network.type <<- table.nm + + # now do the database search + + if(db.type == "pheno"){ + res <- QueryPhenoSQLite(table.nm, genes, cmpds, min.score); + if(nrow(res)==0){ return(c(0,0)); } + + if(table.nm == "gene_metabolites"){ + src <- "entrez"; src.nm <- "symbol"; + src.evidence <- "protein" + target <- "ctdid"; target.nm <- "name"; + target.evidence <- "stitch" + } else if(table.nm == "metabo_phenotypes"){ + src <- "ctdid"; src.nm <- "name"; + target <- "omimid"; target.nm <- "phenoname"; + evidence <- "pmid" + } else if(table.nm == "metabo_metabolites"){ + src <- "ctdid1"; src.nm <- "name1"; + src.evidence <- "stitch1" + target <- "ctdid2"; target.nm <- "name2"; + target.evidence <- "stitch2" + } else if(table.nm == "gene_phenotypes"){ + src <- "entrez"; src.nm <- "symbol"; + target <- "omimid"; target.nm <- "phenoname"; + } else if(table.nm == "global"){ + src <- "id1"; src.nm <- "name1"; + src.evidence <- "evidsrc" + target <- "id2"; target.nm <- "name2"; + target.evidence <- "evidtar" + } + + if(table.nm == "metabo_phenotypes"){ + edge.res <- data.frame(Source=res[,src],Target=res[,target], Evidence=res[,evidence]); + } else { + edge.res <- data.frame(Source=res[,src],Target=res[,target]); + } + row.names(edge.res) <- 1:nrow(res); + fast.write.csv(edge.res, file="orig_edge_list.csv",row.names=FALSE); + + node.ids <- c(res[,src], res[,target]) + node.nms <- c(res[,src.nm], res[,target.nm]); + + if(table.nm == "metabo_metabolites" || table.nm == "gene_metabolites" || table.nm == "global"){ + node.evidence <- c(res[,src.evidence], res[,target.evidence]); + } else{ + node.evidence <- "" + } + } + + # Retrieve gene full names + genes.names.idx <- match(node.ids, mSetObj$dataSet$gene.map.table[,"Entrez"]) + genes.names <- mSetObj$dataSet$gene.map.table[genes.names.idx,"Name"] + + if(node.evidence != "" && !is.null(genes.names)){ + # Evidence is related to the STITCH database accessions for chemicals/proteins + node.res <- data.frame(Id=node.ids, Label=node.nms, GeneNames=genes.names, Evidence=node.evidence); + } else if (node.evidence != "") { + node.res <- data.frame(Id=node.ids, Label=node.nms, Evidence=node.evidence); + } else if (!is.null(genes.names) ){ + node.res <- data.frame(Id=node.ids, Label=node.nms, GeneNames=genes.names); + } else { + node.res <- data.frame(Id=node.ids, Label=node.nms); + } + node.res <- node.res[!duplicated(node.res$Id),]; + nodeListu <<- node.res + fast.write.csv(node.res, file="orig_node_list.csv", row.names=FALSE); + + pheno.net <<- list( + db.type=db.type, + order=1, + seeds=protein.vec, + table.nm=table.nm, + node.data = node.res, + edge.data = edge.res, + require.exp = require.exp, + min.score = min.score + ); + + if(.on.public.web){ + return(c(nrow(node.res), nrow(res))); + }else{ + return(.set.mSet(mSetObj)); + } +} + +# Utility function for SearchNetDB +# table name is org code, id.type is column name +#'@import RSQLite +QueryPhenoSQLite <- function(table.nm, genes, cmpds, min.score){ + + if(.on.public.web){ + sqlite.path <- paste0(url.pre, "MetPriCNet.sqlite"); + pheno.db <- .get.sqlite.con(sqlite.path); + }else{ + download.file("https://www.metaboanalyst.ca/resources/libs/network/MetPriCNet.sqlite", "MetPriCNet.sqlite") + pheno.db <- dbConnect(SQLite(), "MetPriCNet.sqlite"); + } + + if(table.nm == "global"){ + # Handle gene_metabolites + table.nm <- "gene_metabolites"; + if((length(genes) > 0) && (length(cmpds) > 0)){ + genes.query <- paste(shQuote(genes),collapse=","); + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } else if(length(genes) > 0){ + genes.query <- paste(shQuote(genes),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND score >= ",min.score, sep=""); + } else{ + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } + phenotable <- dbSendQuery(pheno.db, statement); + genemetab.res <- fetch(phenotable, n=-1); # get all records + genemetab.res <- genemetab.res[,1:6] + names(genemetab.res) <- c("id1", "id2", "name1", "name2", "evidsrc", "evidtar") + + # Handle metab_phenotypes + table.nm <- "metabo_phenotypes"; + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + phenotable <- dbSendQuery(pheno.db, statement); + metabpheno.res <- fetch(phenotable, n=-1); # get all records + evidsrc <- genemetab.res[match(metabpheno.res[,1], genemetab.res[,2]), 6] + metabpheno.res <- cbind(metabpheno.res[,1:4], evidsrc, metabpheno.res[,7]) + names(metabpheno.res) <- c("id1", "id2", "name1", "name2", "evidsrc", "evidtar") + + # Handle genes_phenotypes + table.nm <- "gene_phenotypes"; + genes.query <- paste(shQuote(genes),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND score >= ",min.score, sep=""); + phenotable <- dbSendQuery(pheno.db, statement); + genespheno.res <- fetch(phenotable, n=-1); # get all records + genespheno.res <- cbind(genespheno.res[,1:4], rep(NA, nrow(genespheno.res)), rep(NA, nrow(genespheno.res))) + names(genespheno.res) <- c("id1", "id2", "name1", "name2", "evidsrc", "evidtar"); + # Combine all + pheno.dic <- rbind(genemetab.res, metabpheno.res, genespheno.res) + + } else{ + if(table.nm == "gene_metabolites"){ + if((length(genes) > 0) && (length(cmpds) > 0)){ + genes.query <- paste(shQuote(genes),collapse=","); + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } else if(length(genes) > 0){ + genes.query <- paste(shQuote(genes),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND score >= ",min.score, sep=""); + } else{ + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } + } else if(table.nm == "metabo_phenotypes"){ + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE ctdid IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } else if(table.nm == "metabo_metabolites"){ + cmpds.query <- paste(shQuote(cmpds),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE ctdid1 IN (",cmpds.query,") AND score >= ",min.score, sep=""); + } else if(table.nm == "gene_phenotypes"){ + genes.query <- paste(shQuote(genes),collapse=","); + statement <- paste("SELECT * FROM ", table.nm, " WHERE entrez IN (",genes.query,") AND score >= ",min.score, sep=""); + } + + phenotable <- dbSendQuery(pheno.db, statement); + pheno.dic <- fetch(phenotable, n=-1); # get all records + + } + dbDisconnect(pheno.db); + return(pheno.dic); +} + +# Perform DSPC network analysis +#'@import gdata +#'@import gplots +#'@import huge +#'@import ppcor +#'@import ctc +PerformDSPC <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + result.list <- .preparePhenoListSeeds(mSetObj, "metabo_metabolites"); + genes <- result.list$genes; + protein.vec <- seed.graph; + cmpds <- result.list$cmpds; + require(gdata) + require(gplots) + require(huge) + require(ppcor) + require(ctc) + dat <- mSetObj$dataSet$norm; + node.ids <- cmpds; + node.nms <- mSetObj$dataSet$orig.var.nms; + DGlasso.fit <- DGlasso(dat, alpha=.01, FDR.type='BH'); + coeff <- DGlasso.fit$coeff; + pval <- DGlasso.fit$pvalue; + qval <- DGlasso.fit$qvalue; + coeff <- signif(coeff, digits = 3); + pval <- signif(pval, digits = 3); + qval <- signif(qval, digits = 3); + res <- GetSourceTarget(node.ids); + dspc.res <- cbind(res, coeff, pval, qval); + + node.res <- data.frame(Id=node.ids, Label=node.nms); + node.res <- node.res[!duplicated(node.res$Id),]; + fast.write.csv(node.res, file="orig_node_list.csv", row.names=FALSE); + + edge.res <- data.frame(Source=dspc.res[,"source"],Target=dspc.res[,"target"],Coefficient=dspc.res[,"coeff"],Pval=dspc.res[,"pval"],Adj_Pval=dspc.res[,"qval"]); + row.names(edge.res) <- 1:nrow(res); + fast.write.csv(edge.res, file="orig_edge_list.csv",row.names=FALSE); + nodeListu <<- node.res; + + + pheno.net <<- list( + order=1, + seeds=node.ids, + table.nm="dspc", + node.data = node.res, + edge.data = edge.res, + require.exp = "TRUE", + min.score = 900 + ); + + if(.on.public.web){ + return(c(nrow(node.res), nrow(res))); + }else{ + return(.set.mSet(mSetObj)); + } + + +} + +# Utility function for PerformDSPC +#'@import glasso +DGlasso = function(X, alpha = 0.05, lambda = NULL, FDRctrl = FALSE, FDR.type='bonferroni', quiet=TRUE){ + require(glasso); + n = nrow(X) + p = ncol(X) + + if (is.null(lambda)){ + lambda = sqrt(log(p)/n) + } + + Sigma.hat_X = var(X) + + if (!quiet){print('fit glasso')} + Theta.hat_glasso = glasso(s=Sigma.hat_X, rho=lambda, penalize.diagonal=FALSE)$wi + if (!quiet){print('done')} + + if (!quiet){print('calc kronecker product')} + # T.hat = as.vector(Theta.hat_glasso)-kronecker(Theta.hat_glasso,Theta.hat_glasso,"*") %*% as.vector(Sigma.hat_X - chol2inv(chol(Theta.hat_glasso))) + # reduce memory consumption from O(n^4) to O(n^2) by avoiding kronecker calculation + temp.mat = Sigma.hat_X - chol2inv(chol(Theta.hat_glasso)) + temp.vec = as.vector(Theta.hat_glasso %*% temp.mat %*% t(Theta.hat_glasso)) + T.hat = as.vector(Theta.hat_glasso) - temp.vec + if (!quiet){print('done')} + + T.hat.vec = upperTriangle(matrix(T.hat,nrow = p),diag=FALSE) + + sigma.hat2 = array(0,c(p,p)) + for (i in 1:p){ + for (j in 1:p){ + sigma.hat2[i,j] = Theta.hat_glasso[i,j]^2+Theta.hat_glasso[i,i]*Theta.hat_glasso[j,j] + } + } + sigma.hat2.vec = upperTriangle(sigma.hat2,diag=FALSE) + + test.stat = sqrt(n)*T.hat.vec/sqrt(sigma.hat2.vec) + pvals = 2*(pnorm(abs(test.stat), lower.tail=FALSE)) + adj.p = p.adjust(pvals, FDR.type) + + return(list(coeff=-pmax(pmin(T.hat.vec, 1), -1), pvalue=pvals, qvalue=adj.p)) +} + +# Utility function for PerformDSPC +#'@param metab.list Input the metabolite list +GetSourceTarget <- function(metab.list) { + source = c() + target = c() + for (i in 2:length(metab.list)) { + for (j in 1:(i - 1)) { + source = c(source, metab.list[j]) + target = c(target, metab.list[i]) + } + } + source_target <- data.frame("source" = source, + "target" = target) + return(source_target) +} + +#'Utility function for PerformKOEnrichAnalysis_KO01100 +#'@description Please note: only return hits in map KO01100 +#'@param file.nm Input the file name +PerformKOEnrichAnalysis_List <- function(file.nm){ + if(idtype == "cmpd"){ + current.set <- current.cmpd.set; + } else if(idtype == "gene&cmpd"){ + matchidx <- match(names(current.cmpd.set), names(current.geneset)) + current.set <- list() + # TO-DO: Fix code to handle case if length(current.cmpd.set) > length(current.geneset). + # Then, start loop with current.cmpd.set + for(i in c(1:length(current.geneset))){ + if(i %in% matchidx){ + cidx <- which(matchidx==i) + mergels <- c(current.cmpd.set[cidx][[1]], current.geneset[i][[1]]) + current.set[[names(current.cmpd.set[cidx])]] <- mergels + } else{ + current.set[[names(current.geneset[i])]] <- current.geneset[i][[1]] + } + } + # Add compound sets that did not match + cidx <- which(is.na(matchidx)) + for(i in c(1:length(cidx))){ + current.set[[names(current.cmpd.set[cidx[i]])]] <- current.cmpd.set[cidx[i]][[1]] + } + } else{ + current.set <- current.geneset; + + } + current.universe <- unique(unlist(current.set)); + + # prepare for the result table + set.size<-length(current.set); + res.mat<-matrix(0, nrow=set.size, ncol=5); + rownames(res.mat)<-names(current.set); + colnames(res.mat)<-c("Total", "Expected", "Hits", "Pval", "FDR"); + + # prepare query + ora.vec <- NULL; + exp.vec <- dataSet$data[,1]; # drop dim for json + ora.vec <- names(exp.vec); + + # need to cut to the universe covered by the pathways, not all genes + hits.inx <- ora.vec %in% current.universe; + ora.vec <- ora.vec[hits.inx]; + #ora.nms <- ora.nms[hits.inx]; + + q.size<-length(ora.vec); + + # get the matched query for each pathway + hits.query <- lapply(current.set, + function(x) { + ora.vec[ora.vec%in%unlist(x)]; + } + ); + names(hits.query) <- names(current.set); + + hit.num<-unlist(lapply(hits.query, function(x){length(x)}), use.names=FALSE); + + # total unique gene number + uniq.count <- length(current.universe); + + # unique gene count in each pathway + set.size <- unlist(lapply(current.set, length)); + + res.mat[,1]<-set.size; + res.mat[,2]<-q.size*(set.size/uniq.count); + res.mat[,3]<-hit.num; + + # use lower.tail = F for P(X>x) + raw.pvals <- phyper(hit.num-1, set.size, uniq.count-set.size, q.size, lower.tail=F); + res.mat[,4]<- raw.pvals; + res.mat[,5] <- p.adjust(raw.pvals, "fdr"); + + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[hit.num>0,,drop = F]; + hits.query <- hits.query[hit.num>0]; + hits.all <- hits.query + + if(nrow(res.mat)> 1){ + # order by p value + ord.inx<-order(res.mat[,4]); + res.mat <- signif(res.mat[ord.inx,],3); + hits.query <- hits.query[ord.inx]; + + imp.inx <- res.mat[,4] <= 0.01; + if(sum(imp.inx) < 10){ # too little left, give the top ones + topn <- ifelse(nrow(res.mat) > 10, 10, nrow(res.mat)); + res.mat <- res.mat[1:topn,]; + hits.query <- hits.query[1:topn]; + }else{ + res.mat <- res.mat[imp.inx,]; + hits.query <- hits.query[imp.inx]; + if(sum(imp.inx) > 120){ + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[1:120,]; + hits.query <- hits.query[1:120]; + } + } + } + + Save2KEGGJSON(hits.query, res.mat, file.nm, hits.all); + return(1); +} + +PerformKOEnrichAnalysis_ListOld <- function(file.nm){ + if(idtype == "cmpd"){ + current.set <- current.cmpd.set; + } else if(idtype == "gene&cmpd"){ + matchidx <- match(names(current.cmpd.set), names(current.geneset)) + current.set <- list() + # TO-DO: Fix code to handle case if length(current.cmpd.set) > length(current.geneset). + # Then, start loop with current.cmpd.set + for(i in c(1:length(current.geneset))){ + if(i %in% matchidx){ + cidx <- which(matchidx==i) + mergels <- c(current.cmpd.set[cidx][[1]], current.geneset[i][[1]]) + current.set[[names(current.cmpd.set[cidx])]] <- mergels + } else{ + current.set[[names(current.geneset[i])]] <- current.geneset[i][[1]] + } + } + # Add compound sets that did not match + cidx <- which(is.na(matchidx)) + for(i in c(1:length(cidx))){ + current.set[[names(current.cmpd.set[cidx[i]])]] <- current.cmpd.set[cidx[i]][[1]] + } + } else{ + current.set <- current.geneset; + + } + current.universe <- unique(unlist(current.set)); + + # prepare for the result table + set.size<-length(current.set); + res.mat<-matrix(0, nrow=set.size, ncol=5); + rownames(res.mat)<-names(current.set); + colnames(res.mat)<-c("Total", "Expected", "Hits", "Pval", "FDR"); + + # prepare query + ora.vec <- NULL; + exp.vec <- dataSet$data[,1]; # drop dim for json + ora.vec <- names(exp.vec); + + # need to cut to the universe covered by the pathways, not all genes + hits.inx <- ora.vec %in% current.universe; + ora.vec <- ora.vec[hits.inx]; + #ora.nms <- ora.nms[hits.inx]; + + q.size<-length(ora.vec); + + # get the matched query for each pathway + hits.query <- lapply(current.set, + function(x) { + ora.vec[ora.vec%in%unlist(x)]; + } + ); + names(hits.query) <- names(current.set); + + hit.num<-unlist(lapply(hits.query, function(x){length(x)}), use.names=FALSE); + + # total unique gene number + uniq.count <- length(current.universe); + + # unique gene count in each pathway + set.size <- unlist(lapply(current.set, length)); + + res.mat[,1]<-set.size; + res.mat[,2]<-q.size*(set.size/uniq.count); + res.mat[,3]<-hit.num; + + # use lower.tail = F for P(X>x) + raw.pvals <- phyper(hit.num-1, set.size, uniq.count-set.size, q.size, lower.tail=F); + res.mat[,4]<- raw.pvals; + res.mat[,5] <- p.adjust(raw.pvals, "fdr"); + + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[hit.num>0,,drop = F]; + hits.query <- hits.query[hit.num>0]; + hits.all <- hits.query + + if(nrow(res.mat)> 1){ + # order by p value + ord.inx<-order(res.mat[,4]); + res.mat <- signif(res.mat[ord.inx,],3); + hits.query <- hits.query[ord.inx]; + + imp.inx <- res.mat[,4] <= 0.01; + if(sum(imp.inx) < 10){ # too little left, give the top ones + topn <- ifelse(nrow(res.mat) > 10, 10, nrow(res.mat)); + res.mat <- res.mat[1:topn,]; + hits.query <- hits.query[1:topn]; + }else{ + res.mat <- res.mat[imp.inx,]; + hits.query <- hits.query[imp.inx]; + if(sum(imp.inx) > 120){ + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[1:120,]; + hits.query <- hits.query[1:120]; + } + } + } + + Save2KEGGJSONOld(hits.query, res.mat, file.nm, hits.all); + return(1); +} + +PerformKOEnrichAnalysis_KO01100Old <- function(mSetObj=NA, category, file.nm){ + + mSetObj <- .get.mSet(mSetObj); + LoadKEGGKO_libOld(category); + #if(enrich.type == "hyper"){ else PerformKOEnrichAnalysis_Table + PerformKOEnrichAnalysis_ListOld(file.nm); + + if(.on.public.web == FALSE){ + return(.set.mSet(mSetObj)); + } +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/networks_view.R b/V1.7.4/MetaboAnalyst_3.0.3/networks_view.R new file mode 100755 index 0000000000000000000000000000000000000000..41e899a99c9689f244a2b1499f613cd05ab855c7 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/networks_view.R @@ -0,0 +1,1193 @@ +#'Update integrative pathway analysis for new input list +#'@description used for integrative analysis +#'as well as general pathways analysis for meta-analysis results +#'@usage UpdateIntegPathwayAnalysis(mSetObj=NA, qids, file.nm, topo="dc", enrich="hyper", libOpt="integ") +#'@param mSetObj Input name of the created mSet Object +#'@param qids Input the query IDs +#'@param file.nm Input the name of the file +#'@param topo Select the mode for topology analysis: Degree Centrality ("dc") measures the number of links that connect to a node +#'(representing either a gene or metabolite) within a pathway; Closeness Centrality ("cc") measures the overall distance from a given node +#'to all other nodes in a pathway; Betweenness Centrality ("bc")measures the number of shortest paths from all nodes to all the others that pass through a given node within a pathway. +#'@param enrich Method to perform over-representation analysis (ORA) based on either hypergenometrics analysis ("hyper") +#' or Fisher's exact method ("fisher"). +#'@param libOpt Select the different modes of pathways, either the gene-metabolite mode ("integ") which allows for joint-analysis +#' and visualization of both significant genes and metabolites or the gene-centric ("genetic") and metabolite-centric mode ("metab") which allows users +#' to identify enriched pathways driven by significant genes or metabolites, respectively. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +UpdateIntegPathwayAnalysis <- function(mSetObj=NA, qids, file.nm, topo="dc", enrich="hyper", libOpt="integ"){ + + mSetObj <- .get.mSet(mSetObj); + + sub.dir <- paste0("kegg/jointpa/",libOpt); + destfile <- paste0(mSetObj$org, ".qs"); + current.kegglib <<- .get.my.lib(destfile, sub.dir); + load_igraph(); + + qids <- do.call(rbind, strsplit(qids, "; ", fixed=TRUE)); + idtypes <- unlist(sapply(qids, function(x) substring(x, 1, 1) == "C")) + qcmpds <- qids[idtypes] + qgenes <- qids[!idtypes] + + set.size <- length(current.kegglib$mset.list); + ms.list <- lapply(current.kegglib$mset.list, function(x){strsplit(x, " ", fixed=TRUE)}); + current.universe <- unique(unlist(ms.list)); + + # prepare for the result table + res.mat<-matrix(0, nrow=set.size, ncol=7); + rownames(res.mat)<-names(current.kegglib$path.ids); + colnames(res.mat)<-c("Total", "Expected", "Hits", "P.Value", "Topology", "PVal.Z", "Topo.Z"); + + mSetObj$dataSet$pathinteg.method <- libOpt; + mSetObj$dataSet$path.mat <- NULL; + + if(libOpt == "genetic"){ + gene.vec <- paste(mSetObj$org, ":", qgenes, sep=""); + ora.vec <- gene.vec; + ora.vec.ids <- c(qgenes); + uniq.count <- current.kegglib$uniq.gene.count; + uniq.len <- current.kegglib$gene.counts; + + }else if(libOpt == "metab"){ + cmpd.vec <- paste("cpd:", qcmpds, sep=""); + ora.vec <- cmpd.vec; + ora.vec.ids <- c(qcmpds); + uniq.count <- current.kegglib$uniq.cmpd.count + uniq.len <- current.kegglib$cmpd.counts; + + }else{ # integ + + cmpd.vec <- paste("cpd:", qcmpds, sep=""); + gene.vec <- paste(mSetObj$org, ":", qgenes, sep=""); + ora.vec <- c(cmpd.vec, gene.vec); + ora.vec.ids <- c(qcmpds, qgenes); + + uniq.count <- current.kegglib$uniq.cmpd.count + uniq.len <- current.kegglib$cmpd.counts; + uniq.count <- uniq.count + current.kegglib$uniq.gene.count; + uniq.len <- uniq.len + current.kegglib$gene.counts; + + } + # need to cut to the universe covered by the pathways, not all genes + ora.vec <- ora.vec[ora.vec %in% current.universe] + q.size <- length(ora.vec); + # note, we need to do twice one for nodes (for plotting) + # one for query for calculating, as one node can be associated with multiple matches + # get the matched nodes on each pathway + hits.path <- lapply(ms.list, function(x) {unlist(lapply(x, function(var){any(var%in%ora.vec);}),use.names=FALSE)}); + names(hits.path) <- current.kegglib$path.ids; + + # get the matched query for each pathway + hits.query <- lapply(ms.list, function(x) {ora.vec%in%unlist(x);}); + + hit.num <- unlist(lapply(hits.query, function(x){sum(x)}), use.names=FALSE); + + if(sum(hit.num) == 0){ + AddErrMsg("No hits found for your input!"); + return(0); + } + + set.num <- uniq.len; + res.mat[,1] <- set.num; + res.mat[,2] <- q.size*(set.num/uniq.count); + res.mat[,3] <- hit.num; + + # use lower.tail = F for P(X>x) + if(enrich=="hyper"){ + res.mat[,4] <- phyper(hit.num-1, set.num, uniq.count-set.num, q.size, lower.tail=F); + }else if(enrich == "fisher"){ + res.mat[,4] <- GetFisherPvalue(hit.num, q.size, set.num, uniq.count); + }else{ + AddErrMsg(paste("Not defined enrichment method:", enrich)); + return(0); + } + + # toplogy test + if(topo == "bc"){ + imp.list <- current.kegglib$bc; + }else if(topo == "dc"){ + imp.list <- current.kegglib$dc; + }else if(topo == "cc"){ + imp.list <- current.kegglib$cc; + }else{ + AddErrMsg(paste("Not defined topology method:", topo)); + return(0); + } + + # now, perform topological analysis + # calculate the sum of importance + res.mat[,5] <- mapply(function(x, y){sum(x[y])}, imp.list, hits.path); + + # now add two more columns for the scaled values + res.mat[,6] <- scale(-log(res.mat[,4])); + res.mat[,7] <- scale(res.mat[,5]); + + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[hit.num>0,,drop = F]; + hits.query <- hits.query[hit.num>0]; + + if(nrow(res.mat)> 1){ + # order by p value + ord.inx <- order(res.mat[,4]); + res.mat <- signif(res.mat[ord.inx,],3); + hits.query <- hits.query[ord.inx]; + + imp.inx <- res.mat[,4] <= 0.05; + if(sum(imp.inx) < 10){ # too little left, give the top ones + topn <- ifelse(nrow(res.mat) > 10, 10, nrow(res.mat)); + res.mat <- res.mat[1:topn,]; + hits.query <- hits.query[1:topn]; + }else{ + res.mat <- res.mat[imp.inx,]; + hits.query <- hits.query[imp.inx]; + if(sum(imp.inx) > 120){ + # now, clean up result, synchronize with hit.query + res.mat <- res.mat[1:120,]; + hits.query <- hits.query[1:120]; + } + } + } + + hits.names <- lapply(hits.query, function(x) ora.vec.ids[which(x == TRUE)]); + + #get gene symbols + resTable <- data.frame(Pathway=rownames(res.mat), res.mat); + + fun.anot = hits.names; names(fun.anot) <- resTable[,1]; + fun.pval = resTable[,5]; if(length(fun.pval) ==1) { fun.pval <- matrix(fun.pval) }; + hit.num = resTable[,4]; if(length(hit.num) ==1) { hit.num <- matrix(hit.num) }; + current.setlink <- "http://www.genome.jp/kegg-bin/show_pathway?"; + + json.res <- list( + fun.link = current.setlink[1], + fun.anot = fun.anot, + #fun.ids = fun.ids, + fun.pval = fun.pval, + hit.num = hit.num + ); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + json.nm <- paste(file.nm, ".json", sep=""); + + sink(json.nm) + cat(json.mat); + sink(); + + # write csv + fun.hits <<- hits.query; + fun.pval <<- resTable[,5]; + hit.num <<- resTable[,4]; + csv.nm <- paste(file.nm, ".csv", sep=""); + fast.write.csv(resTable, file=csv.nm, row.names=F); + return(1); +} + +#'Create igraph from the edgelist saved from graph DB and decompose into subnets +#'@description Function for the network explorer module, prepares user's data for network exploration. +#'@param mSetObj Input name of the created mSet Object +#'@export +#'@import igraph +CreateGraph <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_igraph() + } + + net.type <- pheno.net$table.nm; + node.list <- pheno.net$node.data; + edge.list <- pheno.net$edge.data; + + seed.proteins <- pheno.net$seeds; + if(net.type == "dspc"){ + if(nrow(edge.list) < 1000 ){ + top.percent <- round(nrow(edge.list)*0.2); + top.edge <- sort(unique(edge.list$Pval))[1:top.percent]; #default only show top 20% significant edges when #edges<1000 + }else{ #default only show top 100 significant edges when #edges>1000 + top.edge <- sort(unique(edge.list$Pval))[1:100]; + } + top.inx <- match(edge.list$Pval, top.edge); + topedge.list <- edge.list[!is.na(top.inx), ,drop=F]; + overall.graph <-simplify(graph_from_data_frame(topedge.list, directed=FALSE, vertices=NULL), edge.attr.comb="first"); + seed.graph <<- seed.proteins; + }else{ + overall.graph <- simplify(graph.data.frame(edge.list, directed=FALSE, vertices=node.list), remove.multiple=FALSE); + # add node expression value + #newIDs <- names(seed.expr); + newIDs <- seed.graph; + match.index <- match(V(overall.graph)$name, newIDs); + expr.vals <- seed.expr[match.index]; + overall.graph <- set.vertex.attribute(overall.graph, "abundance", index = V(overall.graph), value = expr.vals); + } + + hit.inx <- seed.proteins %in% node.list[,1]; + seed.proteins <<- seed.proteins[hit.inx]; + + substats <- DecomposeGraph(overall.graph); + overall.graph <<- overall.graph; + + #tmp-test-js; mSetObj <- PlotNetwork(mSetObj, network.type); + + if(.on.public.web){ + mSetObj <- .get.mSet(mSetObj); + if(!is.null(substats)){ + return(c(length(seed.graph), length(seed.proteins), nrow(node.list), nrow(edge.list), length(pheno.comps), substats)); + }else{ + return(0); + } + }else{ + return(.set.mSet(mSetObj)); + } +} + +### +### Utility functions +### + +# Utility function to plot network for analysis report (CreateGraph) +PlotNetwork <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + img.Name = paste(imgName, "_dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 8; + + }else{ + w <- width; + } + + h <- w; + + mSetObj$imgSet$networkplot <- img.Name + + nodeColors <- rep("lightgrey", length(V(overall.graph))) + idx.cmpd <- as.vector(sapply(names(V(overall.graph)), function(x) substring(x,0,1) == "C")) + idx.genes <- names(V(overall.graph)) %in% mSetObj$dataSet$gene + nodeColors[idx.cmpd] <- "orange" + nodeColors[idx.genes] <- "#306EFF" + V(overall.graph)$color <- nodeColors + + # annotation + nms <- V(overall.graph)$name; + hit.inx <- match(nms, pheno.net$node.data[,1]); + lbls <- pheno.net$node.data[hit.inx,2]; + V(overall.graph)$name <- as.vector(lbls); + + Cairo::Cairo(file = img.Name, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(overall.graph) + text(1,1, "Entrez gene ", col="#306EFF") + text(1,0.9, "KEGG compound ", col="orange") + if(sum(nodeColors == "lightgrey") > 0){ + text(1,0.8, "OMIM disease ", col="lightgrey") + } + dev.off(); + + if(.on.public.web==FALSE){ + return(.set.mSet(mSetObj)); + }else{ + .set.mSet(mSetObj); + } +} + +PrepareNetwork <- function(net.nm, json.nm){ + convertIgraph2JSON(net.nm, json.nm); + current.net.nm <<- net.nm; + return(1); +} + +# from node ID (uniprot) return entrez IDs (one to many) +GetNodeEntrezIDs <- function(uniprotID){ + enIDs <- current.anot[uniprotID]; + enIDs <- paste(enIDs, collapse="||"); + enIDs; +} + +GetNodeEmblEntrezIDs <- function(emblprotein){ + enIDs <- current.anot[emblprotein]; + enIDs <- paste(enIDs, collapse="||"); + enIDs; +} + +GetNodeIDs <- function(){ + V(overall.graph)$name; +} + +GetNodeNames <- function(){ + V(overall.graph)$Label; +} + +GetNodeDegrees <- function(){ + degree(overall.graph); +} + +GetNodeBetweenness <- function(){ + round(betweenness(overall.graph, directed=F, normalized=F), 2); +} + +DecomposeGraph <- function(gObj, minNodeNum=3, maxNetNum=10){ + + # now decompose to individual connected subnetworks + comps <- igraph::decompose.graph(gObj, min.vertices=minNodeNum); + if(length(comps) == 0){ + current.msg <<- paste("No subnetwork was identified with at least", minNodeNum, "nodes!"); + return(NULL); + } + + # first compute subnet stats + net.stats <- ComputeSubnetStats(comps); + ord.inx <- order(net.stats[,1], decreasing=TRUE); + net.stats <- net.stats[ord.inx,]; + comps <- comps[ord.inx]; + names(comps) <- rownames(net.stats) <- paste("subnetwork", 1:length(comps), sep=""); + + # note, we report stats for all nets (at least 3 nodes); + hit.inx <- net.stats$Node >= minNodeNum; + comps <- comps[hit.inx]; + + # in case too many + if(length(comps) > maxNetNum){ + comps <- comps[1:maxNetNum]; + } + + # now record + pheno.comps <<- comps; + net.stats <<- net.stats; + sub.stats <- unlist(lapply(comps, vcount)); + return(sub.stats); +} + +PrepareSubnetDownloads <- function(nm){ + g <- pheno.comps[[nm]]; + # need to update graph so that id is compound names rather than ID + V(g)$name <- as.character(doID2LabelMapping(V(g)$name)); + saveNetworkInSIF(g, nm); +} + +ComputeSubnetStats <- function(comps){ + net.stats <- as.data.frame(matrix(0, ncol = 3, nrow = length(comps))); + colnames(net.stats) <- c("Node", "Edge", "Query"); + for(i in 1:length(comps)){ + g <- comps[[i]]; + net.stats[i,] <- c(vcount(g),ecount(g),sum(seed.proteins %in% V(g)$name)); + } + return(net.stats); +} + + UpdateSubnetStats <- function(){ + old.nms <- names(pheno.comps); + net.stats <- ComputeSubnetStats(pheno.comps); + ord.inx <- order(net.stats[,1], decreasing=TRUE); + net.stats <- net.stats[ord.inx,]; + rownames(net.stats) <- old.nms[ord.inx]; + net.stats <<- net.stats; +} + +GetNetsName <- function(){ + rownames(net.stats); +} + +GetNetsNameString <- function(){ + paste(rownames(net.stats), collapse="||"); +} + +GetNetsEdgeNum <- function(){ + as.numeric(net.stats$Edge); +} + +GetNetsNodeNum <- function(){ + as.numeric(net.stats$Node); +} + +GetNetsQueryNum <- function(){ + as.numeric(net.stats$Query); +} + +# from to should be valid nodeIDs +GetShortestPaths <- function(from, to){ + current.net <- pheno.comps[[current.net.nm]]; + paths <- igraph::get.all.shortest.paths(current.net, from, to)$res; + if(length(paths) == 0){ + return (paste("No connection between the two nodes!")); + } + + path.vec <- vector(mode="character", length=length(paths)); + for(i in 1:length(paths)){ + path.inx <- paths[[i]]; + path.ids <- V(current.net)$name[path.inx]; + path.sybls <- path.ids; + pids <- paste(path.ids, collapse="->"); + psbls <- paste(path.sybls, collapse="->"); + path.vec[i] <- paste(c(pids, psbls), collapse=";") + } + + if(length(path.vec) > 50){ + path.vec <- path.vec[1:50]; + } + + all.paths <- paste(path.vec, collapse="||"); + return(all.paths); +} + +# exclude nodes in current.net (networkview) +ExcludeNodes <- function(nodeids, filenm){ + nodes2rm <- strsplit(nodeids, ";", fixed=TRUE)[[1]]; + current.net <- pheno.comps[[current.net.nm]]; + current.net <- igraph::delete.vertices(current.net, nodes2rm); + + # need to remove all orphan nodes + bad.vs<-V(current.net)$name[degree(current.net) == 0]; + current.net <- igraph::delete.vertices(current.net, bad.vs); + + # return all those nodes that are removed + nds2rm <- paste(c(bad.vs, nodes2rm), collapse="||"); + + # update topo measures + node.btw <- as.numeric(igraph::betweenness(current.net)); + node.dgr <- as.numeric(igraph::degree(current.net)); + node.exp <- as.numeric(igraph::get.vertex.attribute(current.net, name="abundance", index = V(current.net))); + nms <- V(current.net)$name; + hit.inx <- match(nms, pheno.net$node.data[,1]); + lbls <- pheno.net$node.data[hit.inx,2]; + + nodes <- vector(mode="list"); + for(i in 1:length(nms)){ + nodes[[i]] <- list( + id=nms[i], + label=lbls[i], + degree=node.dgr[i], + between=node.btw[i], + expr = node.exp[i] + ); + } + # now only save the node pos to json + netData <- list(deletes=nds2rm, nodes=nodes); + sink(filenm); + cat(RJSONIO::toJSON(netData)); + sink(); + + pheno.comps[[current.net.nm]] <<- current.net; + UpdateSubnetStats(); + + # remember to forget the cached layout, and restart caching, as this is now different object (with the same name) + #forget(PerformLayOut_mem); + return(filenm); +} + +# support walktrap, infomap and lab propagation +FindCommunities <- function(method="walktrap", use.weight=FALSE){ + + # make sure this is the connected + current.net <- pheno.comps[[current.net.nm]]; + g <- current.net; + if(!is.connected(g)){ + g <- igraph::decompose.graph(current.net, min.vertices=2)[[1]]; + } + total.size <- length(V(g)); + + if(use.weight){ # this is only tested for walktrap, should work for other method + # now need to compute weights for edges + egs <- igraph::get.edges(g, E(g)); #node inx + nodes <- V(g)$name; + # conver to node id + negs <- cbind(nodes[egs[,1]],nodes[egs[,2]]); + + # get min FC change + base.wt <- min(abs(seed.expr))/10; + + # check if user only give a gene list without logFC or all same fake value + if(length(unique(seed.expr)) == 1){ + seed.expr <- rep(1, nrow(negs)); + base.wt <- 0.1; # weight cannot be 0 in walktrap + } + + wts <- matrix(base.wt, ncol=2, nrow = nrow(negs)); + for(i in 1:ncol(negs)){ + nd.ids <- negs[,i]; + hit.inx <- match(names(seed.expr), nd.ids); + pos.inx <- hit.inx[!is.na(hit.inx)]; + wts[pos.inx,i]<- seed.expr[!is.na(hit.inx)]+0.1; + } + nwt <- apply(abs(wts), 1, function(x){mean(x)^2}) + } + + if(method == "walktrap"){ + fc <- igraph::walktrap.community(g); + }else if(method == "infomap"){ + fc <- igraph::infomap.community(g); + }else if(method == "labelprop"){ + fc <- igraph::label.propagation.community(g); + }else{ + print(paste("Unknown method:", method)); + return ("NA||Unknown method!"); + } + + if(length(fc) == 0 || modularity(fc) == 0){ + return ("NA||No communities were detected!"); + } + + # only get communities + communities <- igraph::communities(fc); + community.vec <- vector(mode="character", length=length(communities)); + gene.community <- NULL; + qnum.vec <- NULL; + pval.vec <- NULL; + rowcount <- 0; + nms <- V(g)$name; + hit.inx <- match(nms, pheno.net$node.data[,1]); + sybls <- pheno.net$node.data[hit.inx,2]; + names(sybls) <- V(g)$name; + for(i in 1:length(communities)){ + # update for igraph 1.0.1 + path.ids <- communities[[i]]; + psize <- length(path.ids); + if(psize < 5){ + next; # ignore very small community + } + hits <- seed.proteins %in% path.ids; + qnums <- sum(hits); + if(qnums == 0){ + next; # ignor community containing no queries + } + + rowcount <- rowcount + 1; + pids <- paste(path.ids, collapse="->"); + #path.sybls <- V(g)$Label[path.inx]; + path.sybls <- sybls[path.ids]; + com.mat <- cbind(path.ids, path.sybls, rep(i, length(path.ids))); + gene.community <- rbind(gene.community, com.mat); + qnum.vec <- c(qnum.vec, qnums); + + # calculate p values (comparing in- out- degrees) + #subgraph <- induced.subgraph(g, path.inx); + subgraph <- igraph::induced.subgraph(g, path.ids); + in.degrees <- igraph::degree(subgraph); + #out.degrees <- degree(g, path.inx) - in.degrees; + out.degrees <- igraph::degree(g, path.ids) - in.degrees; + ppval <- wilcox.test(in.degrees, out.degrees)$p.value; + ppval <- signif(ppval, 3); + pval.vec <- c(pval.vec, ppval); + + # calculate community score + community.vec[rowcount] <- paste(c(psize, qnums, ppval, pids), collapse=";"); + } + + ord.inx <- order(pval.vec, decreasing=F); + community.vec <- community.vec[ord.inx]; + qnum.vec <- qnum.vec[ord.inx]; + ord.inx <- order(qnum.vec, decreasing=T); + community.vec <- community.vec[ord.inx]; + + all.communities <- paste(community.vec, collapse="||"); + colnames(gene.community) <- c("Id", "Label", "Module"); + fast.write.csv(gene.community, file="module_table.csv", row.names=F); + return(all.communities); +} + +community.significance.test <- function(graph, vs, ...) { + subgraph <- igraph::induced.subgraph(graph, vs) + in.degrees <- igraph::degree(subgraph) + out.degrees <- igraph::degree(graph, vs) - in.degrees + wilcox.test(in.degrees, out.degrees, ...) +} + +################################### +# Adapted from netweavers package +################### +#'@import RColorBrewer +convertIgraph2JSON <- function(net.nm, filenm){ + net.nm<<-net.nm; + filenm<<-filenm; + + table.nm <- pheno.net$table.nm; + g <- pheno.comps[[net.nm]]; + # annotation + nms <- V(g)$name; + hit.inx <- match(nms, pheno.net$node.data[,1]); + lbls <- pheno.net$node.data[hit.inx,2]; + gene.names <- pheno.net$node.data[hit.inx,3]; + + if("Evidence" %in% colnames(pheno.net$node.data)){ + evidence.ids <- pheno.net$node.data[hit.inx,4]; + } else { + evidence.ids <- rep("", length(gene.names)); + } + + # get edge data + edge.mat <- igraph::get.edgelist(g); + edge.evidence <- igraph::edge_attr(g, "Evidence"); + edge.coeff <- igraph::edge_attr(g, "Coefficient"); + edge.pval <- igraph::edge_attr(g, "Pval"); + edge.qval <- igraph::edge_attr(g, "Adj_Pval"); + if(table.nm=="dspc"){ + edge.sizes <- as.numeric(rescale2NewRange((-log10(edge.pval)), 0.5, 10)); + edge.sizes.qval <- as.numeric(rescale2NewRange((-log10(edge.qval)), 0.5, 10)); + edge.sizes.coeff <- as.numeric(rescale2NewRange(edge.coeff, 0.5, 10)); + } + + if(!is.null(edge.evidence)){ + edge.mat <- cbind(id=1:nrow(edge.mat), source=edge.mat[,1], target=edge.mat[,2], evidence=edge.evidence); + } else if(!is.null(edge.coeff)){ + edge.mat <- cbind(id=1:nrow(edge.mat), source=edge.mat[,1], target=edge.mat[,2], coeff=edge.coeff, pval=edge.pval, qval=edge.qval, esize_pval=edge.sizes, esize_qval=edge.sizes.qval, esize_coeff=edge.sizes.coeff); + }else{ + edge.mat <- cbind(id=1:nrow(edge.mat), source=edge.mat[,1], target=edge.mat[,2]); + } + + # now get coords + #pos.xy <- PerformLayOut_mem(net.nm, "Default"); + pos.xy <- PerformLayOut(net.nm, "Default"); + # get the note data + node.btw <- as.numeric(igraph::betweenness(g)); + node.dgr <- as.numeric(igraph::degree(g)); + node.exp <- as.numeric(igraph::get.vertex.attribute(g, name="abundance", index = V(g))); + + # node size to degree values + if(vcount(g)>500){ + min.size = 1; + }else if(vcount(g)>200){ + min.size = 2; + }else{ + min.size = 3; + } + node.sizes <- as.numeric(rescale2NewRange((log10(node.dgr))^2, min.size, 9)); + edge.sizes <- 1; + centered = T; + notcentered = F; + coeff <- 0; + + if(table.nm != "dspc"){ + # update node color based on betweenness + topo.val <- log10(node.btw+1); + topo.colsb <- ComputeColorGradient(topo.val, "black", notcentered); + topo.colsw <- ComputeColorGradient(topo.val, "white", notcentered); + + # color based on expression + bad.inx <- is.na(node.exp) | node.exp==0; + if(!all(bad.inx)){ + exp.val <- node.exp; + node.colsb.exp <- ComputeColorGradient(exp.val, "black", centered); + node.colsw.exp <- ComputeColorGradient(exp.val, "white", centered); + node.colsb.exp[bad.inx] <- "#d3d3d3"; + node.colsw.exp[bad.inx] <- "#c6c6c6"; + # node.colsw.exp[bad.inx] <- "#66CCFF"; + }else{ + node.colsb.exp <- rep("#d3d3d3",length(node.exp)); + node.colsw.exp <- rep("#c6c6c6",length(node.exp)); + } +} + + if(table.nm == "global"){ + # now update for bipartite network + # setup shape (gene circle, other squares) + # Circles for genes + shapes <- rep("circle", length(nms)); + # Squares for phenotypes + mir.inx <- nms %in% edge.mat[,"target"]; + shapes[mir.inx] <- "square"; + # Diamond for metabolites + cmpds.node <- as.vector(sapply(nms, function(x) substr(x, 1, 1) == "C")) + shapes[cmpds.node] <- "diamond" + node.sizes[mir.inx] <- node.sizes[mir.inx] + 0.5; + # update mir node color + node.colsw.exp[mir.inx] <- topo.colsw[mir.inx] <- "#306EFF"; # dark blue + node.colsb.exp[mir.inx] <- topo.colsb[mir.inx] <- "#98F5FF"; + } else if (table.nm == "dspc"){ + # Diamond for metabolites + # can distinguish known and unknown metabolites using different shapes L.C. + shapes <- rep("diamond", length(nms)); + topo.colsb <- rep("#98F5FF",length(nms)); + topo.colsw <- rep("#306EFF",length(nms)); # dark blue + node.colsb.exp <- rep("#d3d3d3",length(node.exp)); + node.colsw.exp <- rep("#c6c6c6",length(node.exp)); + } else { + # now update for bipartite network + # setup shape (gene circle, other squares) + shapes <- rep("circle", length(nms)); + if(pheno.net$db.type != 'ppi' && table.nm != "metabo_metabolites"){ # the other part miRNA or TF will be in square + mir.inx <- nms %in% edge.mat[,"target"]; + shapes[mir.inx] <- "square"; + node.sizes[mir.inx] <- node.sizes[mir.inx] + 0.5; + + # update mir node color + node.colsw.exp[mir.inx] <- topo.colsw[mir.inx] <- "#306EFF"; # dark blue + node.colsb.exp[mir.inx] <- topo.colsb[mir.inx] <- "#98F5FF"; + } + } + + # now create the json object + nodes <- vector(mode="list"); + for(i in 1:length(node.sizes)){ + # TODO: avoid which here and just attach HMDB matched IDs to the list of Compound nodes + hmdb.id <- mSet$dataSet$map.table[which(mSet$dataSet$map.table[,1] == nms[i]), 3] + + nodes[[i]] <- list( + id=nms[i], + idnb = i, + hmdb=hmdb.id, + label=lbls[i], + evidence=evidence.ids[i], + genename=gene.names[i], + x = pos.xy[i,1], + y = pos.xy[i,2], + size=node.sizes[i], + type=shapes[i], + colorb=topo.colsb[i], + colorw=topo.colsw[i], + attributes=list( + expr = node.exp[i], + expcolb=node.colsb.exp[i], + expcolw=node.colsw.exp[i], + degree=node.dgr[i], + between=node.btw[i]) + ); + } + + # save node table + nd.tbl <- data.frame(Id=nms, Label=lbls, Degree=node.dgr, Betweenness=round(node.btw,2)); + # order + ord.inx <- order(nd.tbl[,3], nd.tbl[,4], decreasing = TRUE) + nd.tbl <- nd.tbl[ord.inx, ]; + fast.write.csv(nd.tbl, file="node_table.csv", row.names=FALSE); + + # covert to json + netData <- list(nodes=nodes, edges=edge.mat); + sink(filenm); + cat(RJSONIO::toJSON(netData)); + sink(); +} + +# also save to GraphML +ExportNetwork <- function(fileName){ + current.net <- pheno.comps[[current.net.nm]]; + igraph::write.graph(current.net, file=fileName, format="graphml"); +} + +ExtractModule<- function(nodeids){ + set.seed(8574); + nodes <- strsplit(nodeids, ";", fixed=TRUE)[[1]]; + + g <- pheno.comps[[current.net.nm]]; + # try to see if the nodes themselves are already connected + hit.inx <- V(g)$name %in% nodes; + gObj <- igraph::induced.subgraph(g, V(g)$name[hit.inx]); + + # now find connected components + comps <- igraph::decompose.graph(gObj, min.vertices=1); + + if(length(comps) == 1){ # nodes are all connected + g <- comps[[1]]; + }else{ + # extract modules + paths.list <-list(); + sd.len <- length(nodes); + for(pos in 1:sd.len){ + paths.list[[pos]] <- igraph::get.shortest.paths(g, nodes[pos], nodes[-(1:pos)])$vpath; + } + nds.inxs <- unique(unlist(paths.list)); + nodes2rm <- V(g)$name[-nds.inxs]; + g <- simplify(igraph::delete.vertices(g, nodes2rm)); + } + nodeList <- igraph::get.data.frame(g, "vertices"); + if(nrow(nodeList) < 3){ + return ("NA"); + } + + module.count <- module.count + 1; + module.nm <- paste("module", module.count, sep=""); + colnames(nodeList) <- c("Id", "Label"); + ndFileNm = paste(module.nm, "_node_list.csv", sep=""); + fast.write.csv(nodeList, file=ndFileNm, row.names=F, quote=F); + + edgeList <- igraph::get.data.frame(g, "edges"); + edgeList <- cbind(rownames(edgeList), edgeList); + colnames(edgeList) <- c("Id", "Source", "Target"); + edgFileNm = paste(module.nm, "_edge_list.csv", sep=""); + fast.write.csv(edgeList, file=edgFileNm, row.names=F, quote=F); + + filenm <- paste(module.nm, ".json", sep=""); + + # record the module + pheno.comps[[module.nm]] <<- g; + UpdateSubnetStats(); + + module.count <<- module.count; + + convertIgraph2JSON(module.nm, filenm); + return (filenm); +} + +PerformLayOut <- function(net.nm, algo){ + g <- pheno.comps[[net.nm]]; + vc <- vcount(g); + if(algo == "Default"){ + if(vc > 3000) { + pos.xy <- igraph::layout.lgl(g, maxiter = 100); + }else if(vc > 2000) { + pos.xy <- igraph::layout.lgl(g, maxiter = 150); + }else if(vc > 1000) { + pos.xy <- igraph::layout.lgl(g, maxiter = 200); + }else if(vc < 150){ + pos.xy <- igraph::layout.kamada.kawai(g); + }else{ + pos.xy <- igraph::layout.fruchterman.reingold(g); + } + }else if(algo == "FrR"){ + pos.xy <- igraph::layout.fruchterman.reingold(g); + }else if(algo == "circle"){ + pos.xy <- igraph::layout.circle(g); + }else if(algo == "random"){ + pos.xy <- igraph::layout.random(g); + }else if(algo == "lgl"){ + if(vc > 3000) { + pos.xy <- igraph::layout.lgl(g, maxiter = 100); + }else if(vc > 2000) { + pos.xy <- igraph::layout.lgl(g, maxiter = 150); + }else { + pos.xy <- igraph::layout.lgl(g, maxiter = 200); + } + }else if(algo == "gopt"){ + # this is a slow one + if(vc > 3000) { + maxiter = 50; + }else if(vc > 2000) { + maxiter = 100; + }else if(vc > 1000) { + maxiter = 200; + }else{ + maxiter = 500; + } + pos.xy <- igraph::layout.graphopt(g, niter=maxiter); + } + pos.xy; +} + +UpdateNetworkLayout <- function(algo, filenm){ + current.net <- pheno.comps[[current.net.nm]]; + #pos.xy <- PerformLayOut_mem(current.net.nm, algo); + pos.xy <- PerformLayOut(current.net.nm, algo); + nms <- V(current.net)$name; + nodes <- vector(mode="list"); + for(i in 1:length(nms)){ + nodes[[i]] <- list( + id=nms[i], + x=pos.xy[i,1], + y=pos.xy[i,2] + ); + } + # now only save the node pos to json + netData <- list(nodes=nodes); + sink(filenm); + cat(RJSONIO::toJSON(netData)); + sink(); + return(filenm); +} + + +doID2LabelMapping <- function(entrez.vec){ + + hit.inx <- match(entrez.vec, nodeListu[, "Id"]); + symbols <- nodeListu[hit.inx, "Label"]; + + # if not gene symbol, use id by itself + na.inx <- is.na(symbols); + symbols[na.inx] <- entrez.vec[na.inx]; + return(symbols); +} + +# new range [a, b] +rescale2NewRange <- function(qvec, a, b){ + q.min <- min(qvec); + q.max <- max(qvec); + if(length(qvec) < 50){ + a <- a*2; + } + if(q.max == q.min){ + new.vec <- rep(8, length(qvec)); + }else{ + coef.a <- (b-a)/(q.max-q.min); + const.b <- b - coef.a*q.max; + new.vec <- coef.a*qvec + const.b; + } + return(new.vec); +} + +# re-arrange one vector elements according to another vector values +# usually src is character vector to be arranged +# target is numberic vector of same length +sync2vecs <- function(src.vec, tgt.vec){ + if(length(src.vec) != length(tgt.vec)){ + print("must be of the same length!"); + return(); + } + ord.inx <- match(rank(tgt.vec, ties.method="random"), 1:length(tgt.vec)); + src.vec[ord.inx]; +} + +# given a data with duplicates, dups is the one with duplicates +RemoveDuplicatesNetwork <- function(data, lvlOpt, quiet=T){ + + all.nms <- rownames(data); + colnms <- colnames(data); + dup.inx <- duplicated(all.nms); + dim.orig <- dim(data); + data <- apply(data, 2, as.numeric); # force to be all numeric + dim(data) <- dim.orig; # keep dimension (will lost when only one item) + rownames(data) <- all.nms; + colnames(data) <- colnms; + if(sum(dup.inx) > 0){ + uniq.nms <- all.nms[!dup.inx]; + uniq.data <- data[!dup.inx,,drop=F]; + + dup.nms <- all.nms[dup.inx]; + uniq.dupnms <- unique(dup.nms); + uniq.duplen <- length(uniq.dupnms); + + for(i in 1:uniq.duplen){ + nm <- uniq.dupnms[i]; + hit.inx.all <- which(all.nms == nm); + hit.inx.uniq <- which(uniq.nms == nm); + + # average the whole sub matrix + if(lvlOpt == "mean"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, mean, na.rm=T); + }else if(lvlOpt == "median"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, median, na.rm=T); + }else if(lvlOpt == "max"){ + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, max, na.rm=T); + }else{ # sum + uniq.data[hit.inx.uniq, ]<- apply(data[hit.inx.all,,drop=F], 2, sum, na.rm=T); + } + } + if(!quiet){ + current.msg <<- paste(current.msg, paste("A total of ", sum(dup.inx), " of duplicates were replaced by their ", lvlOpt, ".", sep=""), collapse="\n"); + } + return(uniq.data); + }else{ + if(!quiet){ + current.msg <<- paste(current.msg, "All IDs are unique.", collapse="\n"); + } + return(data); + } +} + +generate_breaks = function(x, n, center = F){ + if(center){ + m = max(abs(c(min(x, na.rm = T), max(x, na.rm = T)))) + res = seq(-m, m, length.out = n + 1) + } + else{ + res = seq(min(x, na.rm = T), max(x, na.rm = T), length.out = n + 1) + } + return(res) +} + +ComputeColorGradient <- function(nd.vec, background="black", centered){ + #if(sum(nd.vec<0, na.rm=TRUE) > 0){ + #centered <- T; + #}else{ + #centered <- F; + #} + color <- GetColorGradient(background, centered); + breaks <- generate_breaks(nd.vec, length(color), center = centered); + return(scale_vec_colours(nd.vec, col = color, breaks = breaks)); +} + +GetColorGradient <- function(background, center){ + if(background == "black"){ + if(center){ + return(c(colorRampPalette(c("#31A231", "#5BC85B", "#90EE90", "#C1FFC1"))(50), colorRampPalette(c("#FF9DA6", "#FF7783", "#E32636", "#BD0313"))(50))); + }else{ + return(colorRampPalette(rev(heat.colors(9)))(100)); + } + }else{ # white background + if(center){ + return(c(colorRampPalette(c("#137B13", "#31A231", "#5BC85B", "#90EE90"))(50), colorRampPalette(c("#FF7783", "#E32636", "#BD0313", "#96000D"))(50))); + }else{ + # return(colorRampPalette(c("grey", "orange", "red", "darkred"))(100)); + # return(colorRampPalette(c("#80d0f0", rainbow(8, start=0.8, end=1)))(100)); + return(colorRampPalette(hsv(h = seq(0.72, 1, 0.035), s = 0.72, v = 1))(100)); + } + } +} + +scale_vec_colours = function(x, col = rainbow(10), breaks = NA){ + breaks <- sort(unique(breaks)); + return(col[as.numeric(cut(x, breaks = breaks, include.lowest = T))]) +} + +# for a given graph, obtain the smallest subgraphs that contain +# all the seed nodes. This is acheived by iteratively remove +# the marginal nodes (degree = 1) that are not in the seeds +GetMinConnectedGraphs <- function(max.len = 200){ + # need to test + set.seed(8574); + # first get shortest paths for all pair-wise seeds + my.seeds <- seed.proteins; + sd.len <- length(my.seeds); + paths.list <-list(); + + # first trim overall.graph to remove no-seed nodes of degree 1 + dgrs <- degree(overall.graph); + keep.inx <- dgrs > 1 | (names(dgrs) %in% my.seeds); + nodes2rm <- V(overall.graph)$name[!keep.inx]; + overall.graph <- simplify(delete.vertices(overall.graph, nodes2rm)); + + # need to restrict the operation b/c get.shortest.paths is very time consuming + # for top max.len highest degrees + if(sd.len > max.len){ + hit.inx <- names(dgrs) %in% my.seeds; + sd.dgrs <- dgrs[hit.inx]; + sd.dgrs <- rev(sort(sd.dgrs)); + # need to synchronize all (seed.proteins) and top seeds (my.seeds) + seed.proteins <- names(sd.dgrs); + if(max.len>table(hit.inx)[["TRUE"]]){ + sd.len <- table(hit.inx)[["TRUE"]]; + }else{ + sd.len <- max.len; + } + my.seeds <- seed.proteins[1:sd.len]; + current.msg <<- paste("The minimum connected network was computed using the top", sd.len, "seed proteins in the network based on their degrees."); + }else{ + current.msg <<- paste("The minimum connected network was computed using all seed proteins in the network."); + } + # now calculate the shortest paths for + # each seed vs. all other seeds (note, to remove pairs already calculated previously) + for(pos in 1:sd.len){ + paths.list[[pos]] <- get.shortest.paths(overall.graph, my.seeds[pos], seed.proteins[-(1:pos)])$vpath; + } + nds.inxs <- unique(unlist(paths.list)); + nodes2rm <- V(overall.graph)$name[-nds.inxs]; + g <- simplify(delete.vertices(overall.graph, nodes2rm)); + + nodeList <- get.data.frame(g, "vertices"); + colnames(nodeList) <- c("Id", "Label"); + fast.write(nodeList, file="orig_node_list.csv", row.names=F); + + edgeList <- get.data.frame(g, "edges"); + edgeList <- cbind(rownames(edgeList), edgeList); + colnames(edgeList) <- c("Id", "Source", "Target"); + fast.write(edgeList, file="orig_edge_list.csv", row.names=F); + + path.list <- NULL; + substats <- DecomposeGraph(g); + net.stats<<-net.stats + if(!is.null(substats)){ + overall.graph <<- g; + return(c(length(seed.genes),length(seed.proteins), nrow(nodeList), nrow(edgeList), length(ppi.comps), substats)); + }else{ + return(0); + } +} + +FilterMirNetByList <- function(ids, id.type, remove){ + # need to fix this function + lines <- strsplit(ids, "\r|\n|\r\n")[[1]]; + lines<- sub("^[[:space:]]*(.*?)[[:space:]]*$", "\\1", lines, perl=TRUE); + nms.vec = unique(unlist(dataSet$mir.res[, c(1,2,3,4)])) + # need to first convert to correct id used in the graph + hit.inx <- nms.vec %in% lines; + nodes2rm = nms.vec[hit.inx] + + if(remove== "true"){ + nodes2rm <- nodes2rm[nodes2rm %in% V(mir.graph)$name]; # make sure they are in the igraph object + }else{ + nodes2rm <- V(mir.graph)$name[!(V(mir.graph)$name %in% nodes2rm)]; # make sure they are in the igraph object + } + mir.graph <- simplify(delete.vertices(mir.graph, nodes2rm)); + current.msg <<- paste("A total of", length(nodes2rm) , "was reduced."); + substats <- DecomposeMirGraph(mir.graph, 2); + if(!is.null(substats)){ + mir.graph <<- mir.graph; + return(c(nrow(dataSet$mir.orig), length(unique(dataSet$mir.filtered[,1])), length(unique(dataSet$mir.filtered[,3])), ecount(mir.graph), length(mir.nets), substats)); + }else{ + return(0); + } +} + +FilterNetByCor <- function(min.pval, min.qval, neg.coeff1, neg.coeff2, pos.coeff1, pos.coeff2){ + mSetObj <- .get.mSet(mSetObj); + min.pval<<-min.pval; + min.qval<<-min.qval; + neg.coeff1<<-neg.coeff1; + neg.coeff2<<-neg.coeff2; + pos.coeff1<<-pos.coeff1; + pos.coeff2<<-pos.coeff2; + edge.list <- pheno.net$edge.data; + if(min.pval > 0){ + edge.list.filter <- edge.list[which(edge.list$Pval < min.pval),]; + } + if(min.qval > 0){ + edge.list.filter <- edge.list[which(edge.list$Adj_Pval < min.qval),]; + } + if(neg.coeff1 > -1 || neg.coeff2 < 0 || pos.coeff1 > 0 || pos.coeff2 < 1){ + edge.list.filter.neg <- edge.list[which(edge.list$Coefficient > neg.coeff1 & edge.list$Coefficient < neg.coeff2),]; + edge.list.filter.pos <- edge.list[which(edge.list$Coefficient > pos.coeff1 & edge.list$Coefficient < pos.coeff2),]; + edge.list.filter <- rbind(edge.list.filter.neg, edge.list.filter.pos); + } + overall.graph <-simplify(graph_from_data_frame(edge.list.filter, directed=FALSE, vertices=NULL), edge.attr.comb="first"); + current.msg <<- paste("A total of", nrow(edge.list)-nrow(edge.list.filter) , "edges was reduced."); + substats <- DecomposeGraph(overall.graph); + if(.on.public.web){ + mSetObj <- .get.mSet(mSetObj); + if(!is.null(substats)){ + overall.graph <<- overall.graph; + return(c(length(seed.proteins),length(seed.proteins), vcount(overall.graph), ecount(overall.graph), length(pheno.comps), substats)); + }else{ + return(0); + } + }else{ + return(.set.mSet(mSetObj)); + } +} + +FilterBipartiNet <- function(mSetObj=NA, nd.type, min.dgr, min.btw){ + # need to fix + nd.type<<-nd.type; + min.dgr<<-min.dgr; + min.btw<<-min.btw; + mSetObj <- .get.mSet(mSetObj); + + all.nms <- V(overall.graph)$name; + edge.mat <- get.edgelist(overall.graph); + dgrs <- degree(overall.graph); + nodes2rm.dgr <- nodes2rm.btw <- NULL; + + if(nd.type == "gene"){ + hit.inx <- all.nms %in% edge.mat[,1]; + }else if(nd.type=="other"){ + hit.inx <- all.nms %in% edge.mat[,2]; + }else{ # all + hit.inx <- rep(TRUE, length(all.nms)); + } + + if(min.dgr > 0){ + rm.inx <- dgrs <= min.dgr & hit.inx; + nodes2rm.dgr <- V(overall.graph)$name[rm.inx]; + } + if(min.btw > 0){ + btws <- betweenness(overall.graph); + rm.inx <- btws <= min.btw & hit.inx; + nodes2rm.btw <- V(overall.graph)$name[rm.inx]; + } + + nodes2rm <- unique(c(nodes2rm.dgr, nodes2rm.btw)); + overall.graph <- simplify(delete.vertices(overall.graph, nodes2rm)); + current.msg <<- paste("A total of", length(nodes2rm) , "was reduced."); + substats <- DecomposeGraph(overall.graph); + if(.on.public.web){ + mSetObj <- .get.mSet(mSetObj); + if(!is.null(substats)){ + overall.graph <<- overall.graph; + return(c(length(seed.graph),length(seed.proteins), vcount(overall.graph), ecount(overall.graph), length(pheno.comps), substats)); + }else{ + return(0); + } + }else{ + return(.set.mSet(mSetObj)); + } +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/others_lipomics.R b/V1.7.4/MetaboAnalyst_3.0.3/others_lipomics.R new file mode 100755 index 0000000000000000000000000000000000000000..cec8d79eb111e232421c4878ad66dfb5fff396f7 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/others_lipomics.R @@ -0,0 +1,257 @@ +#'Lipid analysis pipeliner +#'@description Lipid analysis pipeliner +#'@param inFile Input the file to read in +#'@param iso Default is set to "y" +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +analyze.lipids <- function(inFile, iso='y'){ + data <- .readDataTable(inFile); + computeConc(data, iso); +} + +#'Lipid analysis +#'@description The upper limit for each combination is considered to be +#'the minimal of the fatty acid concentration (nmol fatty acid/gram of sample) +#'X is the lopomics data obtained above +#'the result is the saved as separate files for each lipid class +#'@param X Input the data +#'@param iso Default is set to "y" +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +computeConc<-function(X, iso="y"){ + + dg.inx<-X[,2]=='DG'; + pc.inx<-X[,2]=='PC'; + pe.inx<-X[,2]=='PE'; + tg.inx<-X[,2]=='TG' + + if(iso=='y'){ + if(sum(dg.inx)>0){ + calculateConcISO(X[dg.inx,-2], 'DG', 2, "DG_uplimit.csv", "DG_prob.csv"); + } + if(sum(pc.inx)>0){ + calculateConcISO(X[pc.inx,-2], 'PC', 2, "PC_uplimit.csv", "PC_prob.csv"); + } + if(sum(pe.inx)>0){ + calculateConcISO(X[pe.inx,-2], 'PE', 2, "PE_uplimit.csv", "PE_prob.csv"); + } + if(sum(tg.inx)>0){ + calculateConcISO(X[tg.inx,-2], 'TG', 3, "TG_uplimit.csv", "TG_prob.csv"); + } + }else{ + if(sum(dg.inx)>0){ + calculateConcNoISO(X[dg.inx,-2], 'DG', 2, "DG_uplimit.csv", "DG_prob.csv"); + } + if(sum(pc.inx)>0){ + calculateConcNoISO(X[pc.inx,-2], 'PC', 2, "PC_uplimit.csv", "PC_prob.csv"); + } + if(sum(pe.inx)>0){ + calculateConcNoISO(X[pe.inx,-2], 'PE', 2, "PE_uplimit.csv", "PE_prob.csv"); + } + if(sum(tg.inx)>0){ + calculateConcNoISO(X[tg.inx,-2], 'TG', 3, "TG_uplimit.csv", "TG_prob.csv"); + } + } +} + +#'Calculate Concentration ISO +#'@description Assuming independent random distribution of FA, the most probable frequency +#'will be the product of the each component. Note: the data is concentration, +#'we need to get frequncies - percentage w.r.t the total nmol. +#'the result is the saved as separate files for each lipid class +#'data for each FA class, first col is sample name +#'@param dat Input the data +#'@param cls.name Input the class names +#'@param cls.num Input the number of classes +#'@param min.file Input the min file +#'@param prob.file Input the prob file +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +calculateConcISO<-function(dat, cls.name, cls.num, min.file, prob.file){ + lip.nms<-names(dat[,-1]); + conc.mat<-data.matrix(dat[,-1]); + conc.sum<-apply(conc.mat, 1, sum); + percent.mat<-sweep(conc.mat, 1, conc.sum, FUN="/"); + len.col<-ncol(conc.mat); + if(cls.num==2){ + if(cls.name=='DG'){ + len<-len.col*(len.col+1)/2; # triangle matrix + }else{ + len<-len.col*len.col; # for PC/PE, AB/BA is not isomer + } + nm.vec<-vector(mode="character", length=len); + min.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + prob.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + + }else if(cls.num==3){ + len<-len.col*(len.col+1)*(len.col+2)/6; # triangle cube = triangle matrix*height + nm.vec<-vector(mode="character", length=len); + min.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + prob.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + }else{ + warning("not supported class number"); + return(); + } + colnames(min.mat)<-dat[,1]; + colnames(prob.mat)<-dat[,1]; + col.count <- 0; + for(i in 1:nrow(conc.mat)){ + conc<-as.numeric(conc.mat[i,]); + prct<-as.numeric(percent.mat[i,]); + col.count<-col.count+1; + row.count <- 0; + for(m in 1:length(conc)){ + for(n in m:length(conc)){ + if(cls.num==3){ + for(l in n:length(conc)){ + row.count<-row.count+1; + prob.mat[row.count,col.count]<-sum(as.numeric(conc.mat[i,]))*(prct[m]*prct[n]*prct[l]); + suffix<-NULL; + if(m==n){ + if(l==n){ # all same + minC<-conc[m]/3; + }else{ + minC<-min(conc[m]/2, conc[l]) + suffix<-"[iso3]"; + } + }else if(m==l || l==n){ + minC<-min(conc[m]/2, conc[n]) + suffix<-"[iso3]"; + }else{ + minC<-min(conc[m], conc[n], conc[l]); + suffix<-"[iso6]"; + } + min.mat[row.count,col.count]<-minC; + if(i==1){ + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], "/", lip.nms[l],")", suffix, sep=""); + } + } + }else{ + suffix<-NULL; + if(m==n){ + minC<-conc[m]/2; + }else{ + minC<-min(conc[m], conc[n]); + suffix<-"[iso2]"; + } + probC<-sum(as.numeric(conc.mat[i,]))*(prct[m]*prct[n]); + + if(cls.name=='DG'){ + row.count<-row.count+1; + min.mat[row.count,col.count]<-minC; + prob.mat[row.count,col.count]<-probC; + if(i==1){ + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], "/0:0)", suffix, sep=""); + } + }else{ # PE/PC don't have iso, need specify + row.count<-row.count+1; + min.mat[row.count,col.count]<-minC; + prob.mat[row.count,col.count]<-probC; + if(i==1){ + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], ")", sep=""); + } + if(m!=n){ # don't switch position is m and n are the same + row.count<-row.count+1; + min.mat[row.count,col.count]<-minC; + prob.mat[row.count,col.count]<-probC; + if(i==1){ + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[n],"/", lip.nms[m], ")", sep=""); + } + } + } + } + } + } + } + rownames(min.mat)<-nm.vec; + min.mat<-cbind(min.mat, "Average" = apply(min.mat, 1, mean), "SD" = apply(min.mat, 1, sd)); + rownames(prob.mat)<-nm.vec; + prob.mat<-cbind(prob.mat, "Average" = apply(prob.mat, 1, mean), "SD" = apply(prob.mat, 1, sd)); + fast.write.csv(min.mat, file=min.file); + fast.write.csv(prob.mat, file=prob.file); +} + +calculateConcNoISO<-function(dat, cls.name, cls.num, min.file, prob.file){ + lip.nms<-names(dat[,-1]); + conc.mat<-data.matrix(dat[,-1]); + conc.sum<-apply(conc.mat, 1, sum); + percent.mat<-sweep(conc.mat, 1, conc.sum, FUN="/"); + len.col<-ncol(conc.mat); + if(cls.num==2){ + len<-len.col^2; # triangle matrix + nm.vec<-vector(mode="character", length=len); + min.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + prob.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + }else if(cls.num==3){ + len<-len.col^3; # triangle cube = triangle matrix*height + nm.vec<-vector(mode="character", length=len); + min.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + prob.mat<-matrix(0, nrow=len, ncol=nrow(conc.mat)); + }else{ + warning("not supported class number"); + return(); + } + colnames(min.mat)<-dat[,1]; + colnames(prob.mat)<-dat[,1]; + col.count <- 0; + for(i in 1:nrow(conc.mat)){ + conc<-as.numeric(conc.mat[i,]); + prct<-as.numeric(percent.mat[i,]); + col.count<-col.count+1; + row.count <- 0; + for(m in 1:length(conc)){ + for(n in 1:length(conc)){ + if(cls.num==3){ + for(l in 1:length(conc)){ + row.count<-row.count+1; + prob.mat[row.count,col.count]<-sum(as.numeric(conc.mat[i,]))*(prct[m]*prct[n]*prct[l]); + suffix<-NULL; + if(m==n){ + if(l==n){ # all same + minC<-conc[m]/3; + }else{ + minC<-min(conc[m]/2, conc[l]) + } + }else if(m==l){ + minC<-min(conc[m]/2, conc[n]) + }else{ + minC<-min(conc[m], conc[n], conc[l]); + } + min.mat[row.count,col.count]<-minC; + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], "/", lip.nms[l],")", sep=""); + } + }else{ + if(m==n){ + minC<-conc[m]/2; + }else{ + minC<-min(conc[m], conc[n]); + } + + if(cls.name=='DG'){ + row.count<-row.count+1; + min.mat[row.count,col.count]<-minC; + prob.mat[row.count,col.count]<-sum(as.numeric(conc.mat[i,]))*(prct[m]*prct[n]); + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], "/0:0)", sep=""); + }else{ # PE/PC don't have iso, need specify + row.count<-row.count+1; + min.mat[row.count,col.count]<-minC; + prob.mat[row.count,col.count]<-sum(as.numeric(conc.mat[i,]))*(prct[m]*prct[n]); + nm.vec[row.count]<-paste(cls.name, "(", lip.nms[m],"/", lip.nms[n], ")", sep=""); + } + } + } + } + } + rownames(min.mat)<-nm.vec; + min.mat<-cbind(min.mat, "Average" = apply(min.mat, 1, mean), "SD" = apply(min.mat, 1, sd)); + rownames(prob.mat)<-nm.vec; + prob.mat<-cbind(prob.mat, "Average" = apply(prob.mat, 1, mean), "SD" = apply(prob.mat, 1, sd)); + fast.write.csv(min.mat, file=min.file); + fast.write.csv(prob.mat, file=prob.file); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/parameters_db.R b/V1.7.4/MetaboAnalyst_3.0.3/parameters_db.R new file mode 100755 index 0000000000000000000000000000000000000000..540fb31524039f87eff277b54a9e68978932f9b8 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/parameters_db.R @@ -0,0 +1,1824 @@ +# Parameter Function +#' Set parameters for peak profiling and parameters optimization +#' @description This function sets all the parameters used for downstream +#' pre-processing of user's raw MS data based on specific LC-MS platform or parameters optimization. +#' The database will be under an real-time update based on the progress in this field. +#' @param platform Character, specify the LC-MS platform used in pratice, including "UPLC-Q/E", +#' "UPLC-Q/TOF","UPLC-T/TOF","UPLC-Ion_Trap","UPLC-Orbitrap","UPLC-G2S","HPLC-Q/TOF","HPLC-Ion_Trap","HPLC-Orbitrap","HPLC-S/Q". +#' Default is "general", which is a more common option for all platform. If the platform is not listed above, please use this one. +#' @param Peak_method Character, specify the algorithm to perform peak detection. "centwave" +#' to use the CentWave algorithm, and "matchedFilter" to use the MatchedFilter algorithm. +#' @param RT_method Character, specify the algorithm to perform tetention time alignment, including "loess" and "obiwarp". +#' Default is "loess". +#' @param ppm Numeric, specify the mass error in ppm. +#' @param min_peakwidth Numeric, specify the minimum peak width in seconds.Only work for 'centWave'. +#' @param max_peakwidth Numeric, specify the maximum peak width in seconds.Only work for 'centWave'. +#' @param snthresh Numeric, specify the signal to noise threshold. +#' @param mzdiff Numeric, specify the minimum m/z difference for signals to be considered as +#' different features when retention times are overlapping. +#' @param bw Numeric, specify the band width (sd or half width at half maximum) of gaussian +#' smoothing kernel to be applied during peak grouping. +#' @param noise Numeric, specify the noise level for peaking picking.Only work for 'centWave'. +#' @param prefilter Numeric, specify the scan number threshold for prefilter.Only work for 'centWave'. +#' @param value_of_prefilter Numeric, specify the scan abundance threshold for prefilter. Only work for 'centWave'. +#' @param fwhm numeric specifying the full width at half maximum of matched filtration gaussian model peak. Only work for 'matchedFilter'. +#' @param steps numeric defining the number of bins to be merged before filtration. Only work for 'matchedFilter'. +#' @param sigma numeric specifying the standard deviation (width) of the matched filtration model peak. Only work for 'matchedFilter'. +#' @param profStep numeric defining the bin size (in mz dimension) to be used for the profile matrix generation. Only work for 'obiwarp'. +#' @param minFraction Numeric, specify fraction of samples in each group that contain the feature for it to be grouped. +#' @param minSamples Numeric, specify minimum number of sample(s) in each group that contain the feature for it to be included. +#' @param maxFeatures Numeric, specify the maximum number of features to be identified. +#' @param ... Other parameters, including max,extra,span,smooth,family,fitgauss, verbose.columns,mzCenterFun,integrate. Usually don't +#' need to change. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export + +SetPeakParam <- function(platform = "general",Peak_method = "centWave",RT_method = "loess", + mzdiff,snthresh,bw, + ppm,min_peakwidth,max_peakwidth,noise,prefilter,value_of_prefilter, + fwhm,steps,sigma, + profStep,minFraction,minSamples,maxFeatures, + max,extra,span,smooth,family,fitgauss, + verbose.columns,mzCenterFun,integrate, + ...){ + peakParams <- list() + if (missing(platform)){ + platform<-"general" + } else{ + match.arg(arg = platform ,choices = c("general","UPLC-Q/E","UPLC-Q/TOF","UPLC-T/TOF", + "UPLC-Ion_Trap","UPLC-Orbitrap","UPLC-G2S", + "HPLC-Q/TOF","HPLC-Ion_Trap","HPLC-Orbitrap", + "HPLC-S/Q")) + } + ### Platform Selection--UPLC---- + if (platform=="UPLC-Q/E"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 5; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 20; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 4; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 0; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="UPLC-Q/TOF"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 15; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 20; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="UPLC-T/TOF"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 15; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 20; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 0; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="UPLC-Ion_Trap"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 50; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 20; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 4; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 0; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="UPLC-Orbitrap"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 2.5; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 20; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 5000; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="UPLC-G2S"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 15; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 2; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 25; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 500; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 0.5; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + ### Platform Selection--HPLC---- + if (platform=="HPLC-Q/TOF"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 30; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 10; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 60; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 500; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="HPLC-Ion_Trap"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 50; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 10; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 60; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="HPLC-Orbitrap"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 3; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 10; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 60; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + if (platform=="HPLC-S/Q"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 30; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 10; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 60; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 6; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 30; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.4; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + ### Platform Selection--OTHERS---- + if (platform=="general"){ + if (missing(Peak_method)){ + peakParams$Peak_method <- "centWave" + } else{ + peakParams$Peak_method <- Peak_method; + }; + if (missing(RT_method)){ + peakParams$RT_method <- "peakgroup" + } else{ + peakParams$RT_method <- RT_method; + }; + ## Parameters for Peakpicking + if (Peak_method=="centWave"){ + if (missing(ppm)){ + peakParams$ppm <- 5; + } else{ + peakParams$ppm <- ppm; + }; + if (missing(min_peakwidth)){ + peakParams$min_peakwidth <- 5; + } else{ + peakParams$min_peakwidth <- min_peakwidth; + }; + if (missing(max_peakwidth)){ + peakParams$max_peakwidth <- 30; + } else{ + peakParams$max_peakwidth <- max_peakwidth; + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh; + }; + if (missing(noise)){ + peakParams$noise <- 1000; + } else{ + peakParams$noise <- noise + }; + if (missing(prefilter)){ + peakParams$prefilter <- 3; + } else{ + peakParams$prefilter <- prefilter + }; + if (missing(value_of_prefilter)){ + peakParams$value_of_prefilter <- 100; + } else{ + peakParams$value_of_prefilter <- value_of_prefilter + }; + } + if (Peak_method=="matchedFilter"){ + if (missing(fwhm)){ + peakParams$fwhm <- 30; + } else{ + peakParams$fwhm <- fwhm + }; + if (missing(sigma)){ + peakParams$sigma <- 12.74; + } else{ + peakParams$sigma <- sigma + }; + if (missing(steps)){ + peakParams$steps <- 2; + } else{ + peakParams$steps <- steps + }; + if (missing(max)){ + peakParams$max <- 10; + } else{ + peakParams$max <- max + }; + if (missing(snthresh)){ + peakParams$snthresh <- 10; + } else{ + peakParams$snthresh <- snthresh + }; + if (missing(mzdiff)){ + peakParams$mzdiff <- 0.01; + } else{ + peakParams$mzdiff <- mzdiff; + }; + }; + ## Parameters for Grouping-Density Method Only + if (missing(bw)){ + peakParams$bw <- 10; + } else{ + peakParams$bw <- bw; + }; + if (missing(minFraction)){ + peakParams$minFraction <- 0.5; + } else{ + peakParams$minFraction <- minFraction + }; + if (missing(minSamples)){ + peakParams$minSamples <- 1; + } else{ + peakParams$minSamples <- minSamples + }; + if (missing(maxFeatures)){ + peakParams$maxFeatures <- 100; + } else{ + peakParams$maxFeatures <- maxFeatures + }; + if (missing(fitgauss)){ + peakParams$fitgauss<-FALSE + } else { + peakParams$fitgauss<-fitgauss + }; + if (missing(verbose.columns)){ + peakParams$verbose.columns<-FALSE + } else { + peakParams$verbose.columns<-verbose.columns + }; + if (missing(mzCenterFun)){ + peakParams$mzCenterFun<-"wMean" + } else { + peakParams$mzCenterFun<-mzCenterFun + }; + if (missing(integrate)){ + peakParams$integrate<-1 + } else { + peakParams$integrate<-integrate + } + ## Parameters for RT correction + if (RT_method=="loess"){ + if (missing(extra)){ + peakParams$extra <- 1; + } else{ + peakParams$extra <- extra + }; + if (missing(span)){ + peakParams$span <- 0.25; + } else{ + peakParams$span <- span + }; + if (missing(smooth)){ + peakParams$smooth <- "loess"; + } else{ + peakParams$smooth <- smooth + }; + if (missing(family)){ + peakParams$family <- "gaussian"; + } else{ + peakParams$family <- family + }; + } + if (RT_method=="obiwarp"){ + if (missing(profStep)){ + peakParams$profStep <- 1; + } else{ + peakParams$profStep <- profStep + }; + # Set profStep only here, profStep equals binsize + # other parameters use default + } + } + #### Other Parameters + # None for now ! + return(peakParams) +} + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/parameters_optimization.R b/V1.7.4/MetaboAnalyst_3.0.3/parameters_optimization.R new file mode 100755 index 0000000000000000000000000000000000000000..574e1b6a5480d2e33e549f196fe3312818f019bf --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/parameters_optimization.R @@ -0,0 +1,2839 @@ +#' @title Perform Parameters Optimization +#' @description This function is used to optimize the critical parameters of peak picking and alignment for +#' the following data processing. It utilizes the trimed data and the internal instrument-specific parameters. +#' Parallel computing will be performed. The number of cores user want to use could be specified. +#' @param raw_data MSnExp object, can be the (trimmed) data in memory produced by 'PerformDataTrimming' or the +#' orignal data read by ImportRawMSData with 'inMemory" mode. +#' @param param List, Parameters defined by 'SetPeakParam' function. +#' @param method Character, method of parameters optimization, including "DoE' only. Default is "DoE". Other method +#' is under development. +#' @param ncore Numeric, CPU threads number used to perform the parallel based optimization. If thers is memory issue, +#' please reduce the 'ncore' used here. For default, 2/3 CPU threads of total will be used. +#' @export +#' @import MSnbase +#' @import progress +#' @import parallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +PerformParamsOptimization<-function(raw_data, param=p0, method="DoE", ncore=4){ + + #require(xcms);require(progress);require(parallel); + #suppressPackageStartupMessages(require(IPO)); + #suppressPackageStartupMessages(require(Autotuner)); + + start.time<-Sys.time(); + + if (missing(param)){ + stop("Please provide the param with 'SetPeakParam' function !") + } else if (missing(raw_data)){ + stop("Please provide the data of MSnExp format!" ) + } else if (missing(method)){ + method<-"DoE"; + print("DoE Optimization Starting Now!") + }; + + if (missing(ncore)){ + ncore<-detectCores(); + message("'ncore' is absent, will use 2/3 CPU threads of total!") + }; + + + # Define the global Parallel cores for Single Core function mode + if (ncore == 1){ + if (.Platform$OS.type=="unix"){ + register(bpstart(MulticoreParam(ncore))) + } else { + register(bpstart(SnowParam(ncore))) + }; + } + + ## Optimize the noise and prefilter indexes with AutoTuner + if (param[["Peak_method"]] == "centWave"){ + + print("Evaluating Noise level..."); + p2<-Noise_evaluate(raw_data); + + param[["ppm"]]<-round(p2$ppm,2) + param[["noise"]]<-round(p2$noise,2); + param[["prefilter"]]<-round(p2$prefilter,2); + param[["value_of_prefilter"]]<-round(p2$value_of_prefilter,2); + + } + + if (method=="DoE"){ + p1<-optimize.xcms.doe(raw_data,param=param,ncore=ncore) + }; + + if (method=="OVAT"){ + stop("Only DoE is supported for now. Other Optimization Model will be supported later.") + p1<-optimize.xcms.ovat(raw_data,param=param,ncore=ncore) + }; + + end.time<-Sys.time(); + message("Time Spent In Total:",round((as.numeric(end.time) - as.numeric(start.time))/60, 1),"mins","\n"); + + return(p1) +} + +#' @title Overall Funtion for DoE +#' @description This function is the overall function to handle the starting of the optimization process and +#' pre-define the parameters' range according to the input of the parameters. +#' @param raw_data MSnExp object, The trimmed or original data input for optimization. +#' @param param List, the parameters lists set by 'SetPeakParam' function. The noise, prefilter and ppm values should +#' be defined by AutoTuner in the previous steps. +#' @param ncore Numeric, core number used to perform the parallel based optimization. +#' @import MSnbase +#' @import progress +#' @import parallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +optimize.xcms.doe<-function(raw_data, param, ncore=8){ + #### Parameters Setting for optimization!------ + if (is.null(param)){ + stop("Please provide the param with 'SetPeakParam' function !") + } else {Parameters<-param}; + + + ## Define the range of the parameters for optimization + if (Parameters$Peak_method=="centWave" && Parameters$RT_method=="peakgroup"){ + ## Keep these Parameters + Parameters$value_of_prefilter <- Parameters$value_of_prefilter; + ## Parameters for peak picking + Parameters$max_peakwidth <- c(Parameters$max_peakwidth*0.5,Parameters$max_peakwidth*2) + Parameters$min_peakwidth <- c((Parameters$min_peakwidth)*0.5,(Parameters$min_peakwidth)*2) + #Parameters$ppm <- c(Parameters$ppm*0.5,Parameters$ppm*1.5) + Parameters$mzdiff <- c(-Parameters$mzdiff*1.2, Parameters$mzdiff*1.2) + Parameters$snthresh<-c(Parameters$snthresh*0.75,Parameters$snthresh*5) + ## Parameters for Alignment + Parameters$bw<-c(Parameters$bw*0.5,Parameters$bw*1.5) + } else + if (Parameters$Peak_method=="centWave" && Parameters$RT_method=="obiwarp"){ + ## Keep these Parameters + Parameters$value_of_prefilter <- Parameters$value_of_prefilter; + ## Parameters for peak picking + Parameters$max_peakwidth <- c(Parameters$min_peakwidth*2,Parameters$max_peakwidth*2) + Parameters$min_peakwidth <- c(1,(Parameters$min_peakwidth)*2) + #Parameters$ppm <- c(1,Parameters$ppm*2); + Parameters$mzdiff <- c(-Parameters$mzdiff*2, Parameters$mzdiff*2); + Parameters$snthresh<-c(1,Parameters$snthresh*10+1); + ## Parameters for Alignment + Parameters$bw<-c(Parameters$bw*0.5,Parameters$bw*1.5) + } else + if (Parameters$Peak_method=="matchedFilter" && Parameters$RT_method=="peakgroup"){ + ## Parameters for peak picking + Parameters$fwhm <- c((Parameters$fwhm)*0.8,(Parameters$fwhm)*1.2) + Parameters$sigma <- c(Parameters$sigma*0.8,Parameters$sigma*1.2) + Parameters$steps <- c(Parameters$steps-1,Parameters$steps+1) + Parameters$mzdiff <- c(-Parameters$mzdiff*2, Parameters$mzdiff*2) + Parameters$snthresh<-c(1,Parameters$snthresh*10) + ## Parameters for Alignment + Parameters$bw<-c(Parameters$bw*0.5,Parameters$bw*1.5) + } else + if (Parameters$Peak_method=="matchedFilter" && Parameters$RT_method=="obiwarp"){ + ## Parameters for peak picking + Parameters$fwhm <- c((Parameters$fwhm)*0.8,(Parameters$fwhm)*1.2) + Parameters$sigma <- c(Parameters$sigma*0.8,Parameters$sigma*1.2) + Parameters$steps <- c(Parameters$steps-1,Parameters$steps+1) + Parameters$mzdiff <- c(-Parameters$mzdiff*2, Parameters$mzdiff*2) + Parameters$snthresh<-c(1,Parameters$snthresh*10) + ## Parameters for Alignment + Parameters$bw<-c(Parameters$bw*0.5,Parameters$bw*1.5) + } else { + stop("There must be something wrong about the Peak_method value in your primary params set !") + }; + + #### Start to Optimize ! + result <- optimizxcms.doe.peakpicking(object = raw_data, params = Parameters, + BPPARAM = bpparam(), + nSlaves = ncore, subdir = NULL, plot = F); + + optimizedxcmsObject <- result$best_settings$xset; + message("Optimization Finished !"); + + ##Parameters Out-put + peakParams2<-list(); + peakParams2$best_parameters<-result[["best_settings"]][["parameters"]]; + peakParams2$data<-optimizedxcmsObject; + + message("Parameters Optimization Finished !"); + + return(peakParams2) +} + +#' @title Core Optimization Function of DoE +#' @description This function is the core for parameters optimization with Design of Experiment (DoE) +#' method. +#' @param objet MSnExp object, the trimmed or the original data. +#' @param param List, the parameters lists set by 'SetPeakParam' function. The noise, prefilter and ppm values should +#' be defined by AutoTuner in the previous steps. +#' @param nSlave Numeric, core number used to perform the parallel based optimization. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @param plot Logical, weather to plot the Contours plots of the DoE results. +#' @import MSnbase +#' @import progress +#' @import parallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +optimizxcms.doe.peakpicking <- function(object = NULL, params = params, + BPPARAM = bpparam(), nSlaves = 4, plot = F,...) { + + isotopeIdentification = c("IPO") + centWave <- is.null(params$fwhm) + history <- list() + iterator = 1 + best_range <- 0.25 + + object_mslevel<-PeakPicking_prep(object) + + while(iterator < 20) {#Forcely stop to ensure the reasonability! + print(paste0("Round:",iterator)) + message("DoE Running Begin...") + + # Parallel is unstable for matchedFilter Method, force to use only ne core + #if (params[["Peak_method"]]=="matchedFilter"){ + # nSlaves<-1; + # message("Parallel for method 'matchedFilter' is unstable, set ncore as 1 !") + #} + + mSet_OPT <- + ExperimentsCluster_doe( + object = object, + object_mslevel=object_mslevel, + params = params, + isotopeIdentification = isotopeIdentification, + BPPARAM = BPPARAM, + nSlaves = nSlaves + ) + + ### Normalize the PPS and CV in mSet_OPT + PPS.set<-as.numeric(sapply(1:nrow(mSet_OPT[["response"]]),FUN=function(x){ + mSet_OPT[["response"]][x,5] + })); + + CV.set<-as.numeric(sapply(1:nrow(mSet_OPT[["response"]]),FUN=function(x){ + mSet_OPT[["response"]][x,6] + })) + + RCS.set<-as.numeric(sapply(1:nrow(mSet_OPT[["response"]]),FUN=function(x){ + mSet_OPT[["response"]][x,7] + })) + + GS.set<-as.numeric(sapply(1:nrow(mSet_OPT[["response"]]),FUN=function(x){ + mSet_OPT[["response"]][x,8] + })) + + GaussianSI.set<-as.numeric(sapply(1:nrow(mSet_OPT[["response"]]),FUN=function(x){ + mSet_OPT[["response"]][x,9] + })) + + index.set<-list(CV=CV.set,RCS=RCS.set,GS=GS.set,GaussianSI=GaussianSI.set) + + # Normalize the index + CV.set.normalized<-(CV.set-min(CV.set))/(max(CV.set)-min(CV.set)) + RCS.set.normalized<-(RCS.set-min(RCS.set))/(max(RCS.set)-min(RCS.set)) + GS.set.normalized<-(GS.set-min(GS.set))/(max(GS.set)-min(GS.set)) + GaussianSI.set.normalized<-GaussianSI.set + + # Calculate QCoE + QCoE<-CV.set.normalized*0.2+RCS.set.normalized*0.4+ + GS.set.normalized*0.4 + # Calculate QS + QS<-PPS.set*QCoE*GaussianSI.set.normalized + + tmp_matrix<-mSet_OPT[["response"]] + tmp_matrix<-cbind(tmp_matrix,PPS.set,CV.set.normalized,RCS.set.normalized,GS.set.normalized, + GaussianSI.set.normalized,QCoE,QS) + mSet_OPT[["response"]]<-tmp_matrix + + message("Round ",iterator," Finished !") + + mSet_OPT <- + Statistic_doe( + object = object, + object_mslevel=object_mslevel, + isotopeIdentification = isotopeIdentification, + BPPARAM = BPPARAM, + subdir = NULL, + plot = F, + mSet_OPT = mSet_OPT, + iterator = iterator, + index.set = index.set, + useNoise = params[["noise"]] + ) + + history[[iterator]] <- mSet_OPT + + params <- mSet_OPT$params + + if(!resultIncreased_doe(history)) { + message("No Increase Stopping !") + maxima <- 0 + max_index <- 1 + for(i in 1:length(history)) { + if(history[[i]]$max_settings[1] > maxima) { + maxima <- history[[i]]$max_settings[1] + max_index <- i + } + } + + xcms_parameters <- + as.list(decodeAll(history[[max_index]]$max_settings[-1], + history[[max_index]]$params$to_optimize)) + + xcms_parameters <- combineParams(xcms_parameters, + params$no_optimization) + + if(!is.list(xcms_parameters)) + xcms_parameters <- as.list(xcms_parameters) + + best_settings <- list() + best_settings$parameters <- xcms_parameters + best_settings$xset <- history[[max_index]]$xset + + target_value <- history[[max_index]]$QS + best_settings$result <- target_value + history$best_settings <- best_settings + + message("best parameter settings:") + message(paste(rbind(paste(names(xcms_parameters), + sep="", ": "), + paste(xcms_parameters, sep="", "\n")), sep="")) + + return(history) + + } + + for(i in 1:length(params$to_optimize)) { + parameter_setting <- mSet_OPT$max_settings[i+1] + bounds <- params$to_optimize[[i]] + fact <- names(params$to_optimize)[i] + + min_factor <- + ifelse(fact=="min_peakwidth", 3, + ifelse(fact=="mzdiff", + ifelse(centWave,-0.02, 0.001), + ifelse(fact=="step",0.0005, + ifelse(fact=="bw",2, + ifelse(fact=="snthresh",5,1))))) + + step_factor <- + ifelse(is.na(parameter_setting), 1.2, + ifelse((abs(parameter_setting) < best_range), 0.8, + ifelse(parameter_setting==-1 & + decode(-1, params$to_optimize[[i]]) == + min_factor, 0.8, 1))) + + step <- (diff(bounds) / 2) * step_factor + + if(is.na(parameter_setting)) + parameter_setting <- 0 + + new_center <- decode(parameter_setting, bounds) + + if((new_center-min_factor) > step) { + new_bounds <- c(new_center - step, new_center + step) + } else { + new_bounds <- c(min_factor, 2*step+min_factor) + } + + names(new_bounds) <- NULL + + if(names(params$to_optimize)[i] == "steps" | + names(params$to_optimize)[i] == "prefilter") { + params$to_optimize[[i]] <- round(new_bounds, 0) + } else { + params$to_optimize[[i]] <- new_bounds + } + } + + if(centWave) { + + if(!is.null(params$to_optimize$min_peakwidth) | + !is.null(params$to_optimize$max_peakwidth)) { + + pw_min <- + ifelse(is.null(params$to_optimize$min_peakwidth), + params$no_optimization$min_peakwidth, + max(params$to_optimize$min_peakwidth)) + + pw_max <- + ifelse(is.null(params$to_optimize$max_peakwidth), + params$no_optimization$max_peakwidth, + min(params$to_optimize$max_peakwidth)) + + if(pw_min >= pw_max) { + additional <- abs(pw_min-pw_max) + 1 + + if(!is.null(params$to_optimize$max_peakwidth)) { + params$to_optimize$max_peakwidth <- + params$to_optimize$max_peakwidth + additional + } else { + params$no_optimization$max_peakwidth <- + params$no_optimization$max_peakwidth + additional + } + + } + } + + } + + params <- attachList(params$to_optimize, params$no_optimization) + iterator <- iterator + 1 + + } + + params <- attachList(params$to_optimize, params$no_optimization) + + return(history) + +} + +#' @title Experiment Functions of DoE +#' @description This function is used to perform the test with Design of Experiment on the parameters dataset. +#' @param object MSnExp object, the trimmed or the original data. +#' @param object_mslevel List, the parsed metabolomics scans produced by PeakPicking_prep. +#' @param isotopeIdentification Character, IsotopeIdentidication method, usually includes 'IPO' and 'CAMERA'. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @param nSlave Numeric, core number used to perform the parallel based optimization. +#' @import MSnbase +#' @importFrom rsm decode.data ccd rsm +#' @import progress +#' @import parallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +ExperimentsCluster_doe <-function(object, object_mslevel,params, + isotopeIdentification, BPPARAM = bpparam(),nSlaves=4, ...) { + + # To form a parameters combination table + typ_params <- typeCastParams(params) + + if(length(typ_params$to_optimize)>1) { + design <- getCcdParameter(typ_params$to_optimize) + param_design <- rsm::decode.data(design) + } else { + design <- data.frame(run.order=1:9, a=seq(-1,1,0.25)) + colnames(design)[2] <- names(typ_params$to_optimize) + param_design <- design + param_design[,2] <- + seq(min(typ_params$to_optimize[[1]]), + max(typ_params$to_optimize[[1]]), + diff(typ_params$to_optimize[[1]])/8) + } + + param_design <- combineParams(param_design, typ_params$no_optimization) + + design_list <- apply(param_design,1,FUN = function(x){ + as.list(x) + }) + + tasks <- 1:nrow(design); + + if (.Platform$OS.type=="windows"){ + print("Your OS is Windows, there might be unexpected errors.") + print("If there is some unexpected bugs, please reduce the 'core' as 1.") + } + + + # Parallel or single core + if(nSlaves > 1) { + + # Memory optimization strategy + ncount<-object@phenoData@data[["sample_name"]]; + data.size<-round(as.numeric(object.size(object)/1024/1024),1); + if(.Platform$OS.type=="unix" ){ + memtotal <- try(ceiling(as.numeric(system("awk '/MemTotal/ {print $2}' /proc/meminfo", intern=TRUE))/1024/1024),silent = T) + } + if(.Platform$OS.type=="windows"){ + memtotal <- ceiling(as.numeric(gsub("\r","",gsub("TotalVisibleMemorySize=","",system('wmic OS get TotalVisibleMemorySize /Value',intern=TRUE)[3])))/1024/1024) + } + + if (class(memtotal) == "try-error"){ + memtotal <- 8; + } + + if(data.size<1){ + data.size<-0.5 + } + + if (memtotal/data.size>30){ + nstepby<-ceiling(memtotal*0.75/(data.size*32)) + } else if (memtotal/data.size<30 && memtotal/data.size>15){ + nstepby<-ceiling(memtotal*0.5/(data.size*32)) + } else { + nstepby<-ceiling(memtotal*0.25/(data.size*32)) + } + + nstep<-ceiling(length(tasks)/nstepby) + + ## Parallel Setting + if('snow' %in% rownames(installed.packages())){ + unloadNamespace("snow") + } + + cl_type<-getClusterType() + cl <- parallel::makeCluster(nSlaves,type = cl_type) + response <- matrix(0, nrow=length(design[[1]]), ncol=9) + + # Parallel space setting + + # parallel::clusterEvalQ(cl, library("MetaboAnlystR")) + # Do not need the whole package to memory to reduce the memory burden + + parallel::clusterExport(cl, optimize_function_list, envir = asNamespace("MetaboAnalystR")) + # Setting progress bar and start the running loop + pb <- progress_bar$new(format = "DoE Running [:bar] :percent Time left: :eta", total = nstep, clear = T, width= 75) + + for (w in 1:nstep){ + pb$tick(); + + value.index<-tasks[c(1:nstepby)+(w-1)*nstepby]; + if (NA %in% tasks[c(1:nstepby)+(w-1)*nstepby]){ + value.index<-value.index[-which(is.na(tasks[c(1:nstepby)+(w-1)*nstepby]))] + } + + response0 <- parallel::parSapply( + cl = cl, + X = value.index, + FUN = SlaveCluster_doe, + Set_parameters = design_list, + object = object, + object_mslevel=object_mslevel, + isotopeIdentification = isotopeIdentification, + BPPARAM = BPPARAM, + USE.NAMES = FALSE + ) + + response[value.index,]<-t(response0) + } + + parallel::stopCluster(cl) + } else { + response <- + sapply( + X = tasks, + FUN = SlaveCluster_doe, + Set_parameters = design_list, + object = object, + object_mslevel=object_mslevel, + isotopeIdentification = isotopeIdentification, + BPPARAM = BPPARAM + ) + response <- t(response) + } + + colnames(response) <- c("exp", "num_peaks", "notLLOQP", "num_C13", "PPS","CV","RCS","GS","GaussianSI") + response <- response[order(response[,1]),] + + ret <- list() + ret$params <- typ_params + ret$design <- design + ret$response <- response + return(ret) + +} + +#' @title Analyze DoE Result +#' @param object MSnExp object, the trimmed or the original data. +#' @param object_mslevel List, the parsed metabolomics scans produced by PeakPicking_prep. +#' @param isotopeIdentification Character, IsotopeIdentidication method, usually includes 'IPO' and 'CAMERA'. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @param mSet_OPT List, the result produced by 'ExperimentsCluster'. +#' @param subdir Logical, weather to creat a sub-directory (if true) or not (if false). +#' @param plot Logical, weather to plot the Contours plots of the DoE results. +#' @param iterator Numeric, the round number of the DoE. +#' @param index.set List, the indexes set (including PPS, CV, RCS, GS and Gaussian Index) produced by +#' ExperiemntCluster. +#' @param useNoise Numeric, the noise level removed to evalute the gaussian peak. +#' @import MSnbase +#' @import parallel +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +Statistic_doe <-function(object, object_mslevel, isotopeIdentification, + BPPARAM = bpparam(), mSet_OPT, subdir = NULL ,plot = F,iterator, + index.set,useNoise) { + message("Model Parsing...") + + # Prepare parameters for model prediction + params <- mSet_OPT$params + resp <- mSet_OPT$response[, "QS"] + + # Creat the prediction model and get the predicted best results + model <- createModel(mSet_OPT$design, params$to_optimize, resp) + mSet_OPT$model <- model + max_settings <- getMaximumLevels(mSet_OPT$model) + + tmp <- max_settings[1,-1] # first row without response + tmp[is.na(tmp)] <- 1 # if Na (i.e. -1, and 1), show +1 + + mSet_OPT$max_settings <- max_settings + xcms_parameters <- + as.list(decodeAll(max_settings[-1], params$to_optimize)) + xcms_parameters <- + combineParams(xcms_parameters, params$no_optimization) + + if(!is.list(xcms_parameters)) + xcms_parameters <- as.list(xcms_parameters) + + + # Detect the peak features with the predicted best parameters + mSet <- suppressMessages(calculateSet_doe(object = object, object_mslevel=object_mslevel, + Set_parameters = xcms_parameters, + task = 1, BPPARAM = BPPARAM)); + xset <- mSet[["xcmsSet"]] + # Calculate the various indexes + + mSet_OPT$xset <- xset + mSet_OPT$PPS <- calcPPS2(xset, isotopeIdentification) + suppressWarnings(mSet_OPT$PPS$CV <- suppressMessages(calcCV(xset))) + mSet_OPT$PPS$RCS <-suppressMessages(calcRCS_GSValues(xset)$RCS) + mSet_OPT$PPS$GS <-suppressMessages(calcRCS_GSValues(xset)$GS) + mSet_OPT$PPS$GaussianSI <-calcGaussianS(mSet,object,useNoise=useNoise) + + ## Normalize the CV, RCS, GS, GaussianSI + normalized.CV<-(mSet_OPT$PPS$CV-min(index.set$CV))/(max(index.set$CV)-min(index.set$CV)) + normalized.RCS<-(mSet_OPT$PPS$RCS-min(index.set$RCS))/(max(index.set$RCS)-min(index.set$RCS)) + normalized.GS<-(mSet_OPT$PPS$GS-min(index.set$GS))/(max(index.set$GS)-min(index.set$GS)) + normalized.GaussianSI<-mSet_OPT$PPS$GaussianSI + + ## Calculate the QS for the best combination in current iterator! + QCoE<-0.2*(normalized.CV)+0.4*(normalized.GS+normalized.RCS) + + mSet_OPT$QS<-as.numeric(mSet_OPT$PPS[5])*QCoE*normalized.GaussianSI^2 + message("Model Parsing Done !") + + return(mSet_OPT) +} + +#' @title Core Peak Picking Slave Cluster +#' @param task Numeric, task order for XCMS paramters table to run the peak picking and alignment. +#' @param xcmsSet_parameters Matrix, the parameters combination produced automatically according to +#' the primary parameters input. +#' @param MSnExp object, the trimmed or the original data. +#' @param object_mslevel List, the parsed metabolomics scans produced by PeakPicking_prep. +#' @param isotopeIdentification Character, IsotopeIdentidication method, usually includes 'IPO' and 'CAMERA'. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +SlaveCluster_doe <-function(task, Set_parameters, object, object_mslevel, + isotopeIdentification, BPPARAM = bpparam(),...) { + + mSet <- + calculateSet_doe( + object = object, + object_mslevel=object_mslevel, + Set_parameters = Set_parameters, + task = task, + BPPARAM = BPPARAM + ) + print(paste("Finished", task,"/",length(Set_parameters),"in this round !")) + + if (!class(mSet)=="character"){ + print("Peak Feature Analyzing...") + + xset <- mSet[["xcmsSet"]] + + result <- calcPPS2(xset, isotopeIdentification) + result[1] <- task + + tmp_cv<- try(suppressMessages(calcCV(xset)),silent = T); + if (class(tmp_cv)=="try-error"){ + result[6]<-0; + } else { + result[6]<-tmp_cv + }; + + tmp_RCS<-try(suppressMessages(calcRCS_GSValues(xset)$RCS),silent = T); + if (class(tmp_RCS)=="try-error"){ + result[7]<-0; + } else { + result[7]<-tmp_RCS + }; + + tmp_GS<-try(suppressMessages(calcRCS_GSValues(xset)$GS), + silent = T); + + if (class(tmp_GS)=="try-error"){ + result[8]<-0; + } else { + result[8]<-tmp_GS + }; + + tmp_GaussianSI<-try(calcGaussianS(mSet,object, + useNoise = as.numeric(Set_parameters[[task]]$noise)), + silent = T); + + if (class(tmp_GaussianSI)=="try-error"){ + result[9]<-0; + } else { + result[9]<-tmp_GaussianSI + }; + + names(result)[c(6,7,8,9)]<-c("CV","RCS","GS","GaussianSI") + + rm(xset) + + #result + print("Peak Feature Analyzing Done !") + + } else{ + result<-c(task,0,0,0,0,0,0,0,0) + } + return(result) + +} + +#' @title Cluster of Peak Picking and Alignment +#' @param object MSnExp object, the trimmed or the original data. +#' @param object_mslevel List, the parsed metabolomics scans produced by PeakPicking_prep. +#' @param Set_parameters Matrix, the parameters combination produced automatically according to +#' the primary parameters input. +#' @param task Numeric, task order for XCMS paramters table to run the peak picking and alignment. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calculateSet_doe <- function(object, object_mslevel, Set_parameters, task = 1, + BPPARAM = bpparam()) { + + if (length(Set_parameters)==22 | length(Set_parameters)==23){ + param <- updateRawSpectraParam(Set_parameters) + } else { + param <- updateRawSpectraParam(Set_parameters[[task]]) + } + + mSet <- calculatePPKs(object, object_mslevel, param, BPPARAM = bpparam()) + #save(mSet,file = "mSet.rda"); + #save(param,file="param.rda") + mSet <- calculateGPRT(mSet,param) + + return(mSet) +} + +#' @title Peak picking Method +#' @param object MSnExp object, the trimmed or the original data. +#' @param object_mslevel List, the parsed metabolomics scans produced by PeakPicking_prep. +#' @param xcmsSetParameters Matrix, the parameters combination produced automatically according to +#' @param task Numeric, task order for XCMS paramters table to run the peak picking and alignment. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @param msLevel Numeric, to specifiy the msLevel, only 1 permitted for now. 2 will be supported +#' in the near future. +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calculatePPKs<-function(object, object_mslevel,param, + BPPARAM = bpparam(),msLevel = 1){ + + if (param$Peak_method == "centWave" | param$Peak_method == "matchedFilter") { + # centWave & matchedFilter + + mSet <- try(PeakPicking_core(object, object_mslevel, + param = param, + BPPARAM = BPPARAM, + msLevel = 1),silent = T) + + } else { + + stop("Other peak picking method cannot be supported for now !") + + } +} + +#' @title Alignment Method +#' @param mSet mSet object, the data produced by 'calculatePPKs' function. +#' @param Set_parameters Matrix, the parameters combination produced automatically according to +#' @param task Numeric, task order for XCMS paramters table to run the peak picking and alignment. +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calculateGPRT<-function (mSet,param){ + + mSet <- try(PerformPeakAlignment(mSet, param),silent = T); + gc(); + mSet <- try(PerformPeakFiling (mSet, param),silent = T); + gc(); + if (class(mSet)=="try-error"){ + mSet<-"Xset_NA"; + } + return(mSet) +} + +# Left the old here for fix the error later +calculateGPRT_old<-function(xdata,Set_parameters,task){ + ## Peak grouping with Density Method + gdp <- PeakDensityParam(sampleGroups = rep(1, length(fileNames(xdata))), + bw = Set_parameters$bw[task], + minFraction = Set_parameters$minFraction[task], + minSamples = Set_parameters$minSamples[task], + maxFeatures = Set_parameters$maxFeatures[task]); + #if (xcmsSetParameters$RT_method[task] == "loess"){ + grouped_xdata <- try(groupChromPeaks(xdata, param = gdp),silent = T) + #} else { + # grouped_xdata <- xdata + #} + + ## RT Alignment correction + if (class(grouped_xdata)=="try-error"){ + xdata_filled<-"Xset_NA"; + } else{ + if(Set_parameters$RT_method[task] == "loess"){ + rt_xdata <- try(adjustRtime(grouped_xdata, + param = PeakGroupsParam( + minFraction = Set_parameters$minFraction[task], + extraPeaks=Set_parameters$extra[task], + span=Set_parameters$span[task], + smooth=Set_parameters$smooth[task], + family =Set_parameters$family[task])),silent = T) + }else{ + rt_xdata <- try(adjustRtime(grouped_xdata, + param = ObiwarpParam(binSize = Set_parameters$profStep[task])),silent = T) + } + if(!class(rt_xdata)=="try-error"){ + ## Grouped Again + grouped_xdata2 <- groupChromPeaks(rt_xdata, param = gdp) + ## Filled the missing peaking forcely + xdata_filled <- fillChromPeaks(grouped_xdata2) + } else{ + xdata_filled<-"Xset_NA"; + } + + } + return(xdata_filled) +} + +#' @title Calculate PPS method +#' @param xset xcmsSet Object, this object is produced by 'calculateSet_doe' function, and transformed +#' with as(objec,'xcmsSet') function. +#' @param isotopeIdentification Character, IsotopeIdentidication method, usually includes 'IPO' and 'CAMERA'. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calcPPS2 <- function(xset, isotopeIdentification=c("IPO", "CAMERA"), ...) { + + isotopeIdentification <- match.arg(isotopeIdentification) + + ret <- vector(mode="numeric", 5) #array(0, dim=c(1,5)) + names(ret) <- c("ExpId", "#peaks", "#NonRP", "#RP", "PPS") + if(is.null(xset)) { + return(ret) + } + + if(nrow(peaks_IPO(xset)) == 0) { + return(ret) + } + + peak_source <- peaks_IPO(xset)[,c("mz", "rt", "sample", "into", "mzmin", + "mzmax", "rtmin", "rtmax"),drop=FALSE] + ret[2] <- nrow(peak_source) + + if(isotopeIdentification == "IPO") + iso_mat <- findIsotopes.IPO(xset, ...) + else + iso_mat <- findIsotopes.CAMERA(xset, ...) + + samples <- unique(peak_source[,"sample"]) + isotope_abundance = 0.01108 + + #calculating low intensity peaks + for(sample in samples) { + non_isos_peaks <- peak_source + + if(nrow(iso_mat) > 0) { + non_isos_peaks <- peak_source[-unique(c(iso_mat)),,drop=FALSE] + } + + speaks <- non_isos_peaks[non_isos_peaks[,"sample"]==sample,,drop=FALSE] + intensities <- speaks[,"into"] + na_int <- is.na(intensities) + intensities <- intensities[!na_int] + + if(length(intensities)>0) { + tmp <- intensities[order(intensities)] + int_cutoff <- mean(tmp[1:max(round((length(tmp)/33),0),1)]) + + masses <- speaks[!na_int, "mz"] + #floor((masses-2*CH3)/CH2) + 2 + maximum_carbon <- calcMaximumCarbon(masses) + carbon_probabilty <- maximum_carbon*isotope_abundance + + iso_int <- intensities * carbon_probabilty + + not_loq_peaks <- sum(iso_int>int_cutoff) + ret[3] <- ret[3] + not_loq_peaks + } + }#end_for_sample + + ret[4] <- length(unique(c(iso_mat))) + if(ret[3] == 0) { + ret[5] <- (ret[4]+1)^1.5/(ret[3]+1) + } else { + ret[5] <- ret[4]^1.5/ret[3] + } + + return(ret) + +} + +#' @title Calculatre CV method +#' @param xset XCMSnExp Object, this object is produced by 'calculateSet_doe' function. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calcCV<-function(xset){ + + ncount<-length(xset@phenoData[["sample_name"]]) + + table.data<-creatPeakTable(xset); + + table.data$abundance.mean <- apply(table.data[, 9:(8 + ncount)],1, FUN = mean, na.rm = T); + table.data$abundance.sd <- apply(table.data[, 9:(8 + ncount)],1, FUN = sd, na.rm = T); + table.data$abundance.cv <- (table.data$abundance.sd * 100)/table.data$abundance.mean; + + cv.min<-min(table.data$abundance.cv, na.rm = T); + cv.0.25<-as.numeric(quantile(table.data$abundance.cv, probs = 0.25, na.rm = T)); + cv.med<-median(table.data$abundance.cv, na.rm = T); + cv.0.75<-as.numeric(quantile(table.data$abundance.cv, probs = 0.75, na.rm = T)); + cv.max<-max(table.data$abundance.cv, na.rm = T); + cv.score<-1/(0.75*cv.med+0.25*(cv.max-cv.med)) + + return(cv.score) + +} + +#' @title Calculatre RCS and GS method +#' @param xset XCMSnExp Object, this object is produced by 'calculateSet_doe' function. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calcRCS_GSValues<-function(xset){ + score.ret<-getRGTVValues(xset) + return(list(GS=score.ret[["GS"]],RCS=score.ret[["RCS"]])) +} + +#' @title Calculatre Gaussian Peak Ratio method +#' @param mSet MetaboAnalystR Object, this object is produced by 'calculateSet_doe' function. +#' @param object MSnExp object, the trimmed or the original data (Generated by ImportRawMSData function with "inMemory" mode). +#' @param useNoise Numeric, the noise level removed to evalute the gaussian peak. +#' @param BPPARAM MulticoreParam method, used to set the parallel method. Default is bpparam(). +#' @export +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +calcGaussianS<-function(mSet, object, useNoise, BPPARAM = bpparam()){ + + if (identical(useNoise, numeric(0))){ + useNoise <- 0 + } + + peakmat <- mSet$msFeatureData$chromPeaks + peakmat_set <- split.data.frame(peakmat, peakmat[, "sample"]) + # extract everything + + if(.Platform$OS.type=="unix" ){ + BPPARAM = MulticoreParam() + + extFUN <- function(z,object,useNoise) { + ## Subset the data to the present file keeping only spectra that + ## are in the peak range. + + if (nrow(z)>150){z<-z[sort(sample(1:nrow(z),150)),]} + currentSample <- suppressMessages(MSnbase::filterRt( + MSnbase::filterFile(object, z[1, "sample"]), + rt = range(z[, c("rtmin", "rtmax")]))) + + corr <- unlist(sapply(seq_len(nrow(z)),FUN = function(i){ + + corr <- 0.1 + + mzRange <- z[i, c("mzmin", "mzmax")] + c(-0.001, 0.001) + rtRange <- z[i, c("rtmin", "rtmax")] + + suppressWarnings(ints <- MSnbase::intensity( + MSnbase::filterMz( + MSnbase::filterRt(currentSample, rtRange),mzRange))) + + ints[lengths(ints) == 0] <- 0 + ints <- as.integer(unlist(ints)) + ints <- ints[!is.na(ints)] + ints <- ints[ints > useNoise] + + if (length(ints)) { + + ints <- ints - min(ints) + if (max(ints) > 0) + ints <- ints / max(ints) + fit <- try(nls(y ~ SSgauss(x, mu, sigma, h), + data.frame(x = 1:length(ints), y = ints)), + silent = TRUE) + if (class(fit) == "try-error") { + corr <- 0.1 + } else { + ## calculate correlation of eics against gaussian fit + if (sum(!is.na(ints - fitted(fit))) > 4 && + sum(!is.na(unique(ints))) > 4 && + sum(!is.na(unique(fitted(fit)))) > 4) { + cor <- NULL + options(show.error.messages = FALSE) + cor <- try(cor.test(ints, fitted(fit), + method = "pearson", + use = "complete")) + + options(show.error.messages = TRUE) + if (!is.null(cor) && cor$p.value <= 0.05){ + corr <- cor$estimate + } else if (!is.null(cor) && cor$p.value > 0.05) { + corr <- cor$estimate*0.85 #give a penalty (0.85) due to the unstatistical p value + } + } else { + corr <- 0.1 + } + + + } + } + return(corr) + })) + + gaussian.peak.ratio<-nrow(z[corr >= 0.9, , drop = FALSE])/nrow(z) + + return(gaussian.peak.ratio) + } + + res <- bplapply(peakmat_set, + extFUN, + object=object, + useNoise=useNoise, + BPPARAM = BPPARAM) + + + } + + if(.Platform$OS.type=="windows"){ + + + # BPPARAM = MulticoreParam() # should be SnowParam(), not sure why does not work for windows + + # Several Other issues existed. So give up parallel in this step for windows + extFUN <- function(z,object,useNoise) { + ## Subset the data to the present file keeping only spectra that + ## are in the peak range. + + if (nrow(z)>150){z<-z[sort(sample(1:nrow(z),150)),]} + currentSample <- suppressMessages(MSnbase::filterRt( + MSnbase::filterFile(object, z[1, "sample"]), + rt = range(z[, c("rtmin", "rtmax")]))) + + corr <- unlist(sapply(seq_len(nrow(z)),FUN = function(i){ + + corr <- 0.1 + + mzRange <- z[i, c("mzmin", "mzmax")] + c(-0.001, 0.001) + rtRange <- z[i, c("rtmin", "rtmax")] + + suppressWarnings(ints <- MSnbase::intensity( + MSnbase::filterMz( + MSnbase::filterRt(currentSample, rtRange),mzRange))) + + ints[lengths(ints) == 0] <- 0 + ints <- as.integer(unlist(ints)) + ints <- ints[!is.na(ints)] + ints <- ints[ints > useNoise] + + if (length(ints)) { + + ints <- ints - min(ints) + if (max(ints) > 0) + ints <- ints / max(ints) + fit <- try(nls(y ~ SSgauss(x, mu, sigma, h), + data.frame(x = 1:length(ints), y = ints)), + silent = TRUE) + if (class(fit) == "try-error") { + corr <- 0.1 + } else { + ## calculate correlation of eics against gaussian fit + if (sum(!is.na(ints - fitted(fit))) > 4 && + sum(!is.na(unique(ints))) > 4 && + sum(!is.na(unique(fitted(fit)))) > 4) { + cor <- NULL + options(show.error.messages = FALSE) + cor <- try(cor.test(ints, fitted(fit), + method = "pearson", + use = "complete")) + + options(show.error.messages = TRUE) + if (!is.null(cor) && cor$p.value <= 0.05){ + corr <- cor$estimate + } else if (!is.null(cor) && cor$p.value > 0.05) { + corr <- cor$estimate*0.85 #give a penalty (0.85) due to the unstatistical p value + } + } else { + corr <- 0.1 + } + + + } + } + return(corr) + })) + + gaussian.peak.ratio<-nrow(z[corr >= 0.9, , drop = FALSE])/nrow(z) + + return(gaussian.peak.ratio) + } + + res <- lapply(peakmat_set, + extFUN, + object=object, + useNoise=useNoise) + + res <- unlist(res) + + } + return(mean(sapply(res, FUN = function(x){x}))) +} + +#' @title Identify whether results improved or not +#' @param history List, an interal media objects used to save the optimization results of peaks. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +resultIncreased_doe <- function(history) { + + index = length(history) + if(history[[index]]$PPS["PPS"] == 0 & index == 1) + stop(paste("No isotopes have been detected, Please renew the trimed method!")) + + if(index < 2) + return(TRUE) + + if(history[[index-1]]$QS >= history[[index]]$QS) + return(FALSE) + + return(TRUE) + +} + +#' @title Noise_evaluation based on Kernal density model +#' @description This functions handles the evaluation on the data noise (noise and prefilter parameters) +#' and the identification on the molecule weights deviation evaluation. +#' @param raw_data MSnExp object, the (trimmed) data in memory produced by 'PerformDataTrimming'. +#' @export +#' @import MSnbase +#' @import progress +#' @references McLean C (2020). Autotuner: Automated parameter selection for untargeted metabolomics data processing +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} Jeff Xia \email{jeff.xia@mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) + +Noise_evaluate <- function (raw_data){ + + mSet<-list() + mSet$time <- mSet$intensity <- list() + + mSet$time <- split(MSnbase::rtime(raw_data),fromFile(raw_data)) + mSet$intensity <- split(MSnbase::tic(raw_data),fromFile(raw_data)) + + signals <- suppressMessages(lapply(mSet$intensity, + FUN = function(y) { + + # correct for possible NA values in data + + + lag <- 25;threshold<- 3.1;influence <- 0.1 + + + signals <- rep(0,length(y)) + filteredY <- y[seq_len(lag)] + avgFilter <- NULL + stdFilter <- NULL + avgFilter[lag] <- mean(y[seq_len(lag)]) + stdFilter[lag] <- sd(y[seq_len(lag)]) + + for (i in (lag+1):length(y)){ + if (abs(y[i]-avgFilter[i-1]) > threshold*stdFilter[i-1]) { + if (y[i] > avgFilter[i-1]) { + signals[i] <- 1; + } else { + signals[i] <- -1; + } + filteredY[i] <- influence*y[i]+(1-influence)*filteredY[i-1] + } else { + signals[i] <- 0 + filteredY[i] <- y[i] + } + avgFilter[i] <- mean(filteredY[(i-lag):i]) + stdFilter[i] <- sd(filteredY[(i-lag):i]) + + } + return(list("signals"=signals,"avgFilter"=avgFilter,"stdFilter"=stdFilter)) + })) + + factorCol <- "Groups" + Groups<-basename(raw_data@processingData@files) + metadata<-data.frame(Sample.Name=basename(fileNames(raw_data)),Groups=Groups) + sample_names <- paste(unlist(metadata[,factorCol]), + seq_len(nrow(metadata))) + + + + # Running Algorithm to extract peaks from each sample --------------------- + peakList <- list() + + for(index in seq_along(sample_names)) { #making peak table for each sample + + ## identifying regions within TIC where peaks were identified + + peaks <- rle(signals[[index]]$signals) + counter <- 1 + peakGroups <- list() + for(rleIndex in seq_along(peaks$lengths)) { + + curValue <- peaks$values[rleIndex] + if(curValue == 1) { + + peakGroups[[counter]] <- data.frame(index = (startPoint + 1), + length = + peaks$lengths[rleIndex]) + startPoint <- startPoint + peaks$lengths[rleIndex] + counter <- counter + 1 + + } else { + + if(rleIndex == 1) { + startPoint <- peaks$lengths[rleIndex] + } else { + startPoint <- startPoint + peaks$lengths[rleIndex] + } + + + } + + } + peakGroups <- Reduce(peakGroups, f = rbind) + signals[[index]]$signals[peakGroups$index[peakGroups$length + == 1] + 1] <- 1 + + #peaks <- Autotuner@time[[index]][signals[[index]]$signals == 1] + + #peaks <- peaks[!is.na(peaks)] + + ## getting and extracting peaks + #peaks + findPeaks <- rle(signals[[index]]$signals == 1) + counter <- 1 + peakGroups <- list() + for(rleIndex in seq_along(findPeaks$lengths)) { + + curValue <- findPeaks$values[rleIndex] + if(curValue) { + + start <- (startPoint + 1) + startPoint <- startPoint + findPeaks$lengths[rleIndex] + end <- startPoint + peakGroups[[counter]] <- data.frame(start, + end, + length = end - start + 1) + counter <- counter + 1 + + } else { + + if(rleIndex == 1) { + startPoint <- findPeaks$lengths[rleIndex] + } else { + startPoint <- startPoint + findPeaks$lengths[rleIndex] + } + + + } + + } + + peakGroups <- Reduce(rbind, peakGroups) + + + npeaks <-10 + if(nrow(peakGroups) < 10) { + npeaks <- nrow(peakGroups); + warning("You are strongly advised to use wider rt.idx or more samples or other trimming strategy !") + } + peakGroups <- peakGroups[order(peakGroups$length, decreasing = TRUE),] + + peak_times <- list() + for(j in seq_len(nrow(peakGroups))) { + + peak_times[[j]] <- mSet$time[[index]][ + peakGroups$start[j]:peakGroups$end[j]] + + } + + + max_peak_length <- max(vapply(X = peak_times, FUN = length, + FUN.VALUE = numeric(1))) + peak_table <- data.frame(matrix(nrow = max_peak_length, + ncol = npeaks+1)) + peak_table[,1] <- seq_len(max_peak_length) + colnames(peak_table) <- c("peakLenth", + paste("peak", seq_len(npeaks))) + + for(column in seq(from = 2, to = ncol(peak_table))) { + peak <- peak_times[[column -1]] + peak_table[c(seq_along(peak)),column] <- peak + } + + peak_table$peakLenth <- NULL + peakList[[index]] <- peak_table + + + } + + names(peakList) <- sample_names + + + # initializing storage objects -------------------------------------------- + peak_table <- data.frame() + counter <- 1 + # Extracting peak width properties from all data TIC peaaks + for(sampleIndex in seq_along(peakList)) { + + # extracting relevant info for each sample + time <- mSet$time[[sampleIndex]] + intensity <- mSet$intensity[[sampleIndex]] + peaks <- peakList[[sampleIndex]] + + # generating peak widths for each returned peak ------------------------ + # returns a data frame with estimated sample peakwidths + peakIndexTable <- data.frame() + for(peakColIndex in seq_len(ncol(peaks))) { + + tempPeakWidthEst <- peakwidth_est(peak_vector = + peaks[,peakColIndex], + time, + intensity, + start = NULL, + end = NULL, + old_r2 = NULL) + + + #### ADD HARD CHECK HERE TO ENSURE PEAK DOESN'T GO ON FOREVER + if(length(time)/5 < diff(tempPeakWidthEst)) { + stop(paste("One peak was over 1/5 of all scans in length.", + "This is probably an error.")) + } + + ## 2019-06-20 + ## Adding check to handle corner case when peak goes beyond + ## boundary of TIC + if(tempPeakWidthEst[2] > length(time)) { + tempPeakWidthEst[2] <- length(time) + } + + peakIndexTable <- rbind(peakIndexTable, c(tempPeakWidthEst, + peakColIndex)) + + } + colnames(peakIndexTable) <- c("peakStart", "peakEnd", "peakID") + + + # Storing peakwidth info for each peak and each sample ----------------- + # inner loop - itterating through columns of peak index table + for(curPeakIndexCol in seq_along(peakIndexTable$peakStart)) { + + ## start and end indexes + start <- peakIndexTable$peakStart[curPeakIndexCol] + end <- peakIndexTable$peakEnd[curPeakIndexCol] + + + ## extracting peak width + storeRow <- data.frame( + peak_width = time[end] - time[start], + Start_time = time[start], + End_time = time[end], + Start_name = names(time)[start], + End_name = names(time)[end], + Sample = sampleIndex, + Mid_point_time = (time[start]+time[end])/2, + Max_intensity = max(intensity[start:end]), + ## consider changing with with which.is.max function + Maxima_time = time[start + which(intensity[start:end] %in% + max(intensity[start:end]))] + ) + + peak_table <- rbind(peak_table, storeRow) + counter <- counter + 1 + + } + + } + + # peak_table produced + + + # EIC param----------------------------------------------------------------- + pb <- progress_bar$new(format = "Evaluating [:bar] :percent Time left: :eta", + total = length(unique(peak_table$Sample)), clear = T, width= 75) + + totalEstimates <- list() + for(j in unique(peak_table$Sample)) { + + pb$tick(); + #msnObj <- suppressMessages(MSnbase::readMSData(files = currentFile, + # mode = "onDisk", + # msLevel. = 1)) + #header0 <- suppressWarnings( MSnbase::header(msnObj)) + + + currentTable <- peak_table[peak_table$Sample == j,] + + raw_data_current <- filterFile(raw_data,j) + + header_rt <- unname(mSet[["time"]][[j]]) + header <- MSnbase::header(raw_data_current) + + + allMzs <- MSnbase::mz(raw_data_current) + allInt <- MSnbase::intensity(raw_data_current) + + mzDb <- list() + for(i in seq_along(allInt)) { + mzDb[[i]] <- cbind(mz = allMzs[[i]], + intensity = allInt[[i]]) + } + rm(allMzs, allInt) + + # going through each peak from a sample ----------------------------- + pickedParams <- list() + for(curPeak in seq_len(nrow(currentTable))) { + + #message("--- Currently on peak: ", curPeak) + start <- currentTable[curPeak,"Start_time"] + end <- currentTable[curPeak,"End_time"] + width <- currentTable$peak_width[curPeak] + observedPeak <- list(start = start, end = end) + + ## currently here + + rate <- mean(diff(header_rt[header$ms.level == 1L])) + + scansOfPeak <- which(observedPeak$start < header_rt & + header_rt < observedPeak$end) + peakHead <- header[scansOfPeak,] + ms1 <- peakHead$ms.level == 1L + + ## removing if statement here since everything is entered as MS1 spectra + ## from the get go 2019-06-19 + #scanID <- as.numeric(sub("(.* )?scan=", "", peakHead$spectrumId[ms1])) + + rm(peakHead,ms1) + + peakMassSpectras <- mzDb[scansOfPeak] + + for(i in seq_along(scansOfPeak)) { + peakMassSpectras[[i]] <- cbind(peakMassSpectras[[i]], + scansOfPeak[i]#, + #scanID[i] + ) + } + peakMassSpectras <- Reduce(rbind, peakMassSpectras) + colnames(peakMassSpectras) <- c("mz", "intensity", "scan"#, "scanID" + ) + + peakMassSpectras <- data.frame(peakMassSpectras) + + peakMassSpectras <- peakMassSpectras[order(peakMassSpectras$mz),] + peakMassSpectras <- peakMassSpectras[peakMassSpectras$intensity > 0,] + + sortedAllEIC <- peakMassSpectras + + + matchedMasses <- rle(diff(sortedAllEIC$mz) < .005) + + ### THIS COULD BE PLACE TO ADD NOISE FILTER TO MAKE SPEED FASTER + noiseAndPeaks <- filterPeaksfromNoise(matchedMasses) + + no_match <- noiseAndPeaks[[1]] + truePeaks <- noiseAndPeaks[[2]] + rm(noiseAndPeaks) + + approvedPeaks <- findTruePeaks(truePeaks, sortedAllEIC) + + overlappingScans <- sum(approvedPeaks$multipleInScan) + + + # Filtering data by variability and ppm checks ---------------------------- + ppmEst <- filterPpmError(approvedPeaks, useGap=T, varExpThresh, + returnPpmPlots=F, plotDir, observedPeak) + + + ppmObs <- approvedPeaks$meanPPM + ppmObs <- strsplit(split = ";", x = as.character(ppmObs)) + ppmObs <- lapply(ppmObs, as.numeric) + + + noisyBin <- unlist(lapply(ppmObs, function(ppm) { + any(ppm > ppmEst) + })) + + approvScorePeaks <- approvedPeaks[!noisyBin,] + + # Estimating PeakPicking Parameters --------------------------------------- + SNest <- estimateSNThresh(no_match, + sortedAllEIC, approvScorePeaks) + SNest <- min(SNest) + + if(is.infinite(SNest)) { + SNest <- 25 + } + + scanEst <- min(approvScorePeaks$scanCount) + + ### Noise Intensity Estimate + noiseEst <- min(approvScorePeaks$minIntensity) - 1000 + if(noiseEst < 0) { + noiseEst <- 0 + } + + ### Prefilter Intensity Estimate + intensityEst <- min(approvScorePeaks$Intensity)/sqrt(2) + + estimatedPeakParams <- data.frame(ppm = ppmEst, + noiseThreshold = noiseEst, + peakCount = nrow(approvedPeaks), + prefilterI = intensityEst, + prefilterScan = scanEst, + TenPercentQuanSN = unname(SNest)) + + + if(is.null(estimatedPeakParams)) { + next + } + + pickedParams[[curPeak]] <- cbind(estimatedPeakParams, + startTime = start, + endTime = end, + sampleID = j) + + + } + + sampleParams <- Reduce(rbind, pickedParams) + + totalEstimates[[j]] <- sampleParams + + } + + eicParamEsts <- Reduce(rbind, totalEstimates) + + param <-list() + + param$ppm <- weighted.mean(eicParamEsts$ppm, eicParamEsts$peakCount) + param$noise <- min(eicParamEsts$noiseThreshold, na.rm = TRUE) + param$value_of_prefilter <- min(eicParamEsts$prefilterI, na.rm = TRUE) + param$prefilter <- min(eicParamEsts$prefilterScan, na.rm = TRUE) + #param$sn <- min(eicParamEsts$TenPercentQuanSN, na.rm = TRUE) + + param + + +} + + +##### ------------------========= function kit from package IPO ======----------------###### + +#' @references Gunnar Libiseller et al. 2015. IPO: a tool for automated optimization of XCMS parameters +#' @references https://github.com/glibiseller/IPO + +getClusterType <- function() { + if( .Platform$OS.type=="unix" ) { + return("FORK") + } + return("PSOCK") +} +peaks_IPO <- function(xset) { + + peaks_act <-xset@peaks + if (!("sample" %in% colnames(peaks_act))) { + colnames(peaks_act)[colnames(peaks_act) == ""] <- "sample" + } + peaks_act +} +calcMaximumCarbon <- function(masses) { + + carbon = 12.0 + hydrogen = 1.0078250170 + CH3 = carbon + 3 * hydrogen + CH2 = carbon + 2 * hydrogen + + maximum_carbon <- floor((masses-2*CH3)/CH2) + 2 + +} +getMaximumLevels <- function(model) { + # dimension of the modeled space + dimensions <- length(model$coding) + + # define grid, to test for maximum + if(dimensions > 6) { + testSpace <- seq(-1,1,0.2) # 11 points + } else { + testSpace <- seq(-1,1,0.1) # 21 points + } + + testSize <- 10^6 # maximum number of grid points for one test + # amount for testing each point in testSpace + testAmount <- length(testSpace)^dimensions + i <- 1 + max <- rep(-1, dimensions+1) # start maximum response + setting + # if there are more test points (=testAmount), than testSize, + # then the tests are split and each subset is tested seperately + while(i < testAmount) { + testdata <- expand.grid.subset(i:(i+testSize), testSpace, dimensions) + if(dimensions==1) + names(testdata) <- names(model$coding) + max_tmp <- getMaxSettings(testdata, model) + if(max_tmp[1]>max[1]) # if better solution (i.e. test response) + max <- max_tmp + i <- i + testSize + 1 + } + + return(max) + +} +getMaxSettings <- function(testdata, model) { + + response <- predict(model, testdata) + max_response <- max(response) + # select row(s) corresponding to max + max_settings <- testdata[response==max_response,,drop=FALSE] + ret <- max_response + + for(i in 1:ncol(testdata)) { + levels <- max_settings[,i] # all settings of variable i + if(all(c(-1,1) %in% levels)) # if both borders are in maximum settings + ret <- cbind(ret, NA) + else + ret <- cbind(ret,levels[1]) # take first setting + } + + colnames(ret) <- c("response", paste("x", 1:ncol(testdata), sep="")) + return(ret) +} +expand.grid.subset <- function(subset, sequence, dimensions) { + # generate a list, with sequence for each dimension + vars <- list() + for(i in 1:dimensions) { + vars[[i]] <- sequence + } + names(vars) <- paste("x", 1:dimensions, sep="") + + # number of points in sequence grid + maximumSubset <- length(sequence)^dimensions + # from min(subset)) to min(maximumSubset, max(subset)) OR + # from maximumSubset to maximumSubset + subset <- min(maximumSubset,min(subset)):min(maximumSubset, max(subset)) + + #nv <- #length(vars) + # number of values per variable = length(sequence) + lims <- sapply(vars,length) + stopifnot(length(lims) > 0, # i.e. dimensions > 0 + subset <= prod(lims), # i.e. subset <= maximumSubset + length(names(vars)) == dimensions) # i.e. dimensions = dimensions + # empty list of length names(vars) + res <- structure(vector("list",dimensions), .Names = names(vars)) + + if (dimensions > 1) { + for(i in dimensions:2) { # count down to 2: set up grid top down + # %% = mod, %/% = integer division + f <- prod(lims[1:(i-1)]) # number of grid points up to variable nr. (i-1) + # repeat each element on grid 1:f + res[[i]] <- vars[[i]][(subset - 1)%/%f + 1] + subset <- (subset - 1)%%f + 1 + } + } + res[[1]] <- vars[[1]][subset] + as.data.frame(res) +} +plotContours <- function(model, maximum_slice, plot_name = NULL) { + # generate for all variable combinations formulas + # (which will give the plots) + plots <- c() + for(i in 1:(length(maximum_slice)-1)) { + for(j in (i+1):length(maximum_slice)) { + plots <- c(plots, as.formula(paste("~ x", i, "* x", j, sep=""))) + } + } + + # determine number of plot rows and column on single device + plot_rows <- round(sqrt(length(plots))) + plot_cols <- + if(plot_rows==1){ + length(plots) + } else { + ceiling(sqrt(length(plots))) + } + + # save as jpeg, if plot_name is given + if(!is.null(plot_name)) { + plot_name = paste(plot_name, ".jpg", sep="") + jpeg(plot_name, width=4*plot_cols, height=2*plot_rows+2, + units="in", res=c(200,200)) + } # otherwise plot on device + + op <- par(mfrow = c(plot_rows, plot_cols), oma = c(0,0,0,0)) + # contour.lm is called + ret_tr <- try({#may produce errors, if figure margins are too small + contour(model, plots, image = TRUE, at = maximum_slice) + }) + if (class(ret_tr) == "try-error") { + message("Error in plotting (see above), but IPO continues to work normally!") + } + + if (!is.null(plot_name)) { + dev.off() + } + par(op) +} +typeCastParams <- function(params) { + ret_1 <- list() + ret_2 <- list() + ret <- list() + for(i in 1:length(params)) { + factor <- params[[i]] + if(length(factor) == 2) { + ret_1[[(length(ret_1)+1)]] <- factor + names(ret_1)[length(ret_1)] <- names(params)[i] + } else { + ret_2[[(length(ret_2)+1)]] <- factor + names(ret_2)[length(ret_2)] <- names(params)[i] + } + } + ret$to_optimize <- ret_1 + ret$no_optimization <- ret_2 + + return(ret) +} +getCcdParameter <- function(params) { + + lower_bounds <- unlist(lapply(X=params, FUN=function(x) x[1])) + higher_bounds <- unlist(lapply(X=params, FUN=function(x) x[2])) + + steps <- (higher_bounds - lower_bounds)/2 + + # formula for each parameter, that transformes values from the range + # to [0, 1] + x <- paste("x", 1:length(params), " ~ (", c(names(params)), " - ", + (lower_bounds + steps), ")/", steps, sep="") + + # list with single formulas as entries + formulae <- list() + for(i in 1:length(x)) + formulae[[i]] <- as.formula(x[i]) + + design <- rsm::ccd(length(params), # number of variables + n0 = 1, # number of center points + alpha = "face", # position of the ‘star’ points + randomize = FALSE, + inscribed = TRUE, # TRUE: axis points are at +/- 1 and the + # cube points are at interior positions + coding = formulae) # List of coding formulas for the design + # variables + return(design) + +} +combineParams <- function(params_1, params_2) { + len <- max(unlist(sapply(params_1, length))) + #num_params <- length(params_1) + + p_names <- c(names(params_1), names(params_2)) + matchedFilter <- "fwhm" %in% p_names + + for(i in 1:length(params_2)) { + new_index <- length(params_1) + 1 + fact <- params_2[[i]] + params_1[[new_index]] <- fact + if(matchedFilter) { + if(p_names[new_index] == "sigma" && fact == 0) { + # update values for sigma if zero + if("fwhm" %in% names(params_1)) { + params_1[[new_index]][1:len] <- params_1$fwhm/2.3548 + } else { + params_1[[new_index]][1:len] <- params_2$fwhm/2.3548 + } + } else if(p_names[new_index] == "mzdiff" && fact == 0) { + # update values for mzdiff if zero + if("step" %in% names(params_1)) { + if("steps" %in% names(params_1)) { + params_1[[new_index]][1:len] <- 0.8-params_1$step*params_1$steps + } else { + params_1[[new_index]][1:len] <- 0.8-params_1$step*params_2$steps + } + } else { + if("steps" %in% names(params_1)) { + params_1[[new_index]][1:len] <- 0.8-params_2$step*params_1$steps + } else { + params_1[[new_index]][1:len] <- 0.8-params_2$step*params_2$steps + } + } + } else { + # standard: replicate value + params_1[[new_index]][1:len] <- fact + } + } else { + # standard: replicate value + params_1[[new_index]][1:len] <- fact + } + } + names(params_1) <- p_names + return(params_1) + +} +getRGTVValues <- function(xset, exp_index=1, retcor_penalty=1) { + + relative_rt_diff <- c() + + if(nrow(xset@groups) > 0) { + for(i in 1:nrow(xset@groups)) { + feature_rtmed <- xset@groups[i, "rtmed"] + relative_rt_diff <- + c(relative_rt_diff, + mean(abs(feature_rtmed - + peaks_IPO(xset)[xset@groupidx[[i]], "rt"]) / feature_rtmed)) + } + good_groups <- + sum(unlist(lapply(X=xset@groupidx, FUN = function(x, xset) { + ifelse(length(unique(peaks_IPO(xset)[x,"sample"])) == + length(xset@filepaths) & + length(peaks_IPO(xset)[x,"sample"]) == + length(xset@filepaths), 1, 0) + }, xset))) + bad_groups <- nrow(xset@groups) - good_groups + } else { + relative_rt_diff <- 1 + good_groups <- 0 + bad_groups <- 0 + } + + tmp_good_groups <- good_groups + ifelse(bad_groups==0, 1, 0) + tmp_bad_groups <- bad_groups + ifelse(bad_groups==0, 1, 0) + + ARTS <- (mean(relative_rt_diff)) * retcor_penalty + + ret <- list(exp_index = exp_index, + good_groups = good_groups, + bad_groups = bad_groups, + GS = tmp_good_groups^2/tmp_bad_groups, + RCS = 1/ARTS) + + ret$retcor_done = retcor_penalty + + return(ret) +} +findIsotopes.IPO <- function(xset, checkPeakShape=c("none", "borderIntensity", "sinusCurve", "normalDistr")) { + + checkPeakShape <- match.arg(checkPeakShape) + + iso_mat <- matrix(0, nrow=0, ncol=2) + if(is.null(xset)) { + return(iso_mat) + } + + colnames(iso_mat) <- c("12C", "13C") + peak_source <- peaks_IPO(xset)[,c("mz", "rt", "sample", "into", "maxo", "mzmin", + "mzmax", "rtmin", "rtmax"), drop=FALSE] + + for(i in 1:ncol(peak_source)) { + peak_source <- peak_source[!is.na(peak_source[,i]),,drop=FALSE] + } + + peak_source <- cbind(1:nrow(peak_source), peak_source) + colnames(peak_source)[1] <- "id" + + #carbon = 12.0 + #hydrogen = 1.0078250170 + #CH3 = carbon + 3 * hydrogen + #CH2 = carbon + 2 * hydrogen + isotope_mass = 1.0033548 + isotope_abundance = 0.01108 + + samples <- max(peak_source[,"sample"]) + + #start_sample + for(sample in 1:samples) { + #only looking into peaks from current sample + speaks <- peak_source[peak_source[,"sample"]==sample,,drop=FALSE] + split <- 250 + if(!(checkPeakShape=="none")) + # rawdata <- loadRaw(xcmsSource(xset@filepaths[sample])) + stop("Other PeakShapeChecking Method will be supported later !") + + if(nrow(speaks)>1) { + #speaks <- speaks[,-c("sample")] + speaks <- speaks[order(speaks[,"mz"]),] + + while(!is.null(nrow(speaks)) & length(speaks) > 3) { + part_peaks <- NULL + #splitting the data into smaller pieces to improve speed + if(nrow(speaks) < split) { + part_peaks <- speaks + } else { + upper_bound <- speaks[split,"mzmax"] + isotope_mass + end_point <- sum(speaks[,"mz"] < upper_bound) + part_peaks <- speaks[1:end_point,,drop=FALSE] + } + + rt <- part_peaks[,"rt"] + rt_window <- rt * 0.005 + rt_lower <- part_peaks[,"rt"] - rt_window + rt_upper <- part_peaks[,"rt"] + rt_window + rt_matrix <- + t(matrix(rep(rt, nrow(part_peaks)), ncol=nrow(part_peaks))) + rt_matrix_bool <- rt_matrix >= rt_lower & rt_matrix <= rt_upper + + mz <- part_peaks[,"mz"] + #isotope_masses - mz_window + mz_lower <- part_peaks[,"mzmin"] + isotope_mass + #isotope_masses + mz_window + mz_upper <- part_peaks[,"mzmax"] + isotope_mass + mz_matrix <- + t(matrix(rep(mz, nrow(part_peaks)), ncol=nrow(part_peaks))) + mz_matrix_bool <- mz_matrix >= mz_lower & mz_matrix <= mz_upper + + rt_mz_matrix_bool <- rt_matrix_bool & mz_matrix_bool + + rt_mz_peak_ids <- which(rowSums(rt_mz_matrix_bool)>0) + calculations <- min(split, nrow(speaks)) + rt_mz_peak_ids <- rt_mz_peak_ids[rt_mz_peak_ids < calculations] + + for(i in rt_mz_peak_ids) { + current <- part_peaks[i, ,drop=FALSE] + rt_mz_peaks <- part_peaks[rt_mz_matrix_bool[i,],,drop=FALSE] + rt_difference <- + abs(current[,"rt"] - rt_mz_peaks[, "rt"]) / current[,"rt"] + rt_mz_peaks <- cbind(rt_mz_peaks, rt_difference) + #test intensity_window + #floor((current["mz"]-2*CH3)/CH2) + 2 + maximum_carbon <- calcMaximumCarbon(current[,"mz"]) + carbon_probabilty <- c(1,maximum_carbon)*isotope_abundance + iso_intensity <- current[,"into"] * carbon_probabilty + + int_bools <- + rt_mz_peaks[,"into"] >= iso_intensity[1] & + rt_mz_peaks[,"into"] <= iso_intensity[2] + + if(sum(int_bools) > 0) { + int_peaks <- rt_mz_peaks[int_bools,,drop=FALSE] + boundary_bool <- rep(TRUE, (nrow(int_peaks)+1)) + if(!(checkPeakShape=="none")) { + if(checkPeakShape=="borderIntensity") { + boundary_bool <- checkIntensitiesAtRtBoundaries( + rawdata, + rbind(current,int_peaks[,-ncol(int_peaks), drop=FALSE])) + } else { + if(checkPeakShape=="sinusCurve") { + boundary_bool <- checkSinusDistribution( + rawdata, + rbind(current,int_peaks[,-ncol(int_peaks),drop=FALSE])) + } else { + boundary_bool <- checkNormalDistribution( + rawdata, + rbind(current,int_peaks[,-ncol(int_peaks),drop=FALSE])) + } + } + } #else { + #boundary_bool <- rep(TRUE, (nrow(int_peaks)+1)) + #} + if(boundary_bool[1] & sum(boundary_bool[-1])>0) { + iso_peaks <- int_peaks[boundary_bool[-1],,drop=FALSE] + iso_id <- + iso_peaks[which.min(iso_peaks[,"rt_difference"]), "id"] + #iso_list[[length(iso_list)+1]] <- c(current[,"id"], iso_id) + iso_mat <- rbind(iso_mat, c(current[,"id"], iso_id)) + } + } + } + speaks <- speaks[-(1:calculations),] + + }#end_while_sample_peaks + } + } + return(iso_mat) + } +checkIntensitiesAtRtBoundaries <- function(rawdata, peaks, minBoundaryToMaxo=1/3,ppmstep=15) { + ret <- rep(TRUE, nrow(peaks)) + for(i in 1:nrow(peaks)) { + peak <- peaks[i,] + for(boundary in c("rtmin", "rtmax")) { + rtIndex <- which(rawdata$rt==peak[boundary]) + if(length(rtIndex)>0) { + if(rtIndex==length(rawdata$scanindex)) { + rtIndices <- c(rawdata$scanindex[rtIndex], length(rawdata$mz)) + } else { + rtIndices <- rawdata$scanindex[c(rtIndex, rtIndex+1)] + } + + #only relevant mz and intensity values regarding retention time + mz <- rawdata$mz[(rtIndices[1]+1):rtIndices[2]] + intensities <- rawdata$intensity[(rtIndices[1]+1):rtIndices[2]] + + ppm <- peak[c("mzmin", "mzmax")]*ppmstep/1000000 + mzIntensities <- + c(0, intensities[mz>=peak["mzmin"]-ppm[1] & mz<=peak["mzmax"]+ppm[2]]) + maxBoundaryIntensity <- max(mzIntensities) + ret[i] <- ret[i] & maxBoundaryIntensity<peak["maxo"]*minBoundaryToMaxo + } + } + } + + return(ret) + + } +checkSinusDistribution <- function(rawdata, peaks) { + ret <- rep(TRUE, nrow(peaks)) + for(i in 1:nrow(peaks)) { + ret[i] <- testSinusDistribution(rawdata, peaks[i,,drop=FALSE]) + } + + return(ret) +} +checkNormalDistribution <- function(rawdata, peaks) { + ret <- rep(TRUE, nrow(peaks)) + for(i in 1:nrow(peaks)) { + ret[i] <- testNormalDistribution(rawdata, peaks[i,,drop=FALSE]) + } + + return(ret) +} +getIntensitiesFromRawdata <- function(rawdata, peak) { + rt <- rawdata$rt >= peak[,"rtmin"] & rawdata$rt <= peak[,"rtmax"] + + rtRange <- c(min(which(rt)), max(which(rt))+1) + scanIndices <- + rawdata$scanindex[rtRange[1]:min(rtRange[2], length(rawdata$scanindex))] + # scanIndices <- scanIndices[!is.na(scanIndices)] + if(rtRange[2]>length(rawdata$scanindex)) { + scanIndices <- c(scanIndices, length(rawdata$intensity)) + } + + if(length(scanIndices) < 3) + return(FALSE) + + y <- c() + for(i in 1:(length(scanIndices)-1)) { + scanRange <- c(scanIndices[i]+1, scanIndices[i+1]) + mz <- rawdata$mz[scanRange[1]:scanRange[2]] + y <- + c(y, + max(0, (rawdata$intensity[scanRange[1]:scanRange[2]][ + mz >= peak[,"mzmin"] & mz <= peak[,"mzmax"]]) + ) + ) + } + + y +} +testNormalDistribution <- function(rawdata, peak) { + + y <- getIntensitiesFromRawdata(rawdata, peak) + if(length(y) < 3) { + return(FALSE) + } + + if(max(y)==0) { + return(FALSE) + } + + normY <- (y-min(y))/(max(y)-min(y)) + + mean=10; + sd=3; + + seqModel <- seq(-4,4,length=length(normY))*sd + mean + yModel <- dnorm(seqModel,mean,sd) + yModel = yModel* (1/max(yModel)) + correlation <- cor(yModel, normY) + + correlation > 0.7 + + +} +testSinusDistribution <- function(rawdata, peak) { + + y <- getIntensitiesFromRawdata(rawdata, peak) + if(length(y) < 3) { + return(FALSE) + } + if(max(y)==0) { + return(FALSE) + } + + normY <- (y-min(y))/(max(y)-min(y)) + sinCurve <- (sin(seq(-pi/2,pi+1.5,length=length(normY))) + 1) / 2 + correlation <- cor(sinCurve, normY) + + correlation > 0.7 + +} +findIsotopes.CAMERA <- function(xset, ...) { + + iso_mat <- matrix(0, nrow=0, ncol=2) + if(is.null(xset)) { + return(iso_mat) + } + + ids <- peaks_IPO(xset)[,"sample", drop=FALSE] + ids <- cbind(1:length(ids), ids) + + xsets <- split(xset, unique(peaks_IPO(xset)[,"sample"])) + samples <- unique(peaks_IPO(xset)[,"sample"]) + for(sample in samples) { + an <- xsAnnotate(xset, sample=sample) + isos <- findIsotopes(an, ...)@isoID[,c("mpeak", "isopeak"), drop=FALSE] + #start_id <- ids[ids[,2]==sample,,drop=FALSE][1,1] - 1 + iso_mat <- rbind(iso_mat, matrix(ids[ids[,2]==sample,1][isos], ncol=2)) + } + + iso_mat + } +createModel <- function(design, params, resp) { + # add response to the design, which gives the data for the model + design$resp <- resp + if(length(params) > 1) { + # create full second order (SO) model + # use xi in model, instead of parameter names + formula <- + as.formula(paste("resp ~ SO(", + paste("x", 1:length(params), + sep="", collapse=","), + ")", sep="")) + model <- rsm:::rsm(formula, data=design) + } else { + # create full second order model with one parameter + # here: use parameter name in model + param_name <- names(params)[1] + formula <- as.formula(paste("resp ~ ", param_name, " + ", + param_name, " ^ 2", sep="")) + model <- lm(formula, data=design) + model$coding <- list(x1=as.formula(paste(param_name, "~ x1"))) + names(model$coding) <- param_name + #attr(model, "class") <- c("rsm", "lm") + } + return(model) +} +decode <- function(value, bounds) { + if(is.na(value)) + value <- 1 + x <- (value+1)/2 # from [-1,1] to [0, 1] + x <- (x*(max(bounds)-min(bounds))) + min(bounds) + + return(x) +} +decodeAll <- function(values, params) { + + ret <- rep(0, length(params)) + for(i in 1:length(params)) + ret[i] <- decode(values[i], params[[i]]) + + names(ret) <- names(params) + + return(ret) +} +encode <- function(value, bounds) { + x <- (value - min(bounds)) / (max(bounds) - min(bounds)) + + return(x*2-1) +} +attachList <- function(params_1, params_2) { + params <- params_1 + for(factor in params_2) + params[[length(params)+1]] <- factor + + names(params) <- c(names(params_1), names(params_2)) + return(params) +} +checkParams <- function(params, quantitative_parameters,qualitative_parameters, unsupported_parameters) { + if(length(typeCastParams(params)$to_optimize)==0) { + stop("No parameters for optimization specified; stopping!") + } + + for(i in 1:length(params)) { + param <- params[[i]] + name <- names(params)[i] + if(name %in% unsupported_parameters) { + stop(paste("The parameter", name, "is not supported! Please remove + from parameters; stopping!")) + } + if(name %in% qualitative_parameters) { + if(length(param) == 0) { + stop(paste("The parameter", name, "has no value set! + Please specify; stopping!")) + } + if(length(param) > 1) { + stop(paste("Optimization of parameter", name, "not supported! + Please specify only one value; stopping!")) + } + } + if(name %in% quantitative_parameters) { + if(length(param) == 0) { + stop(paste("The parameter", name, "has no value set! + Please specify between one and two; stopping!")) + } + if(length(param) > 2) { + stop(paste("Too many values for parameter", name, "! + Please specify only one or two; stopping!")) + } + if(!all(diff(param) > 0)) { + stop(paste("Parameter", name, "has wrong order!", + "Please specify in increasing order; stopping!")) + } + } + } + missing_params <- + which(!(c(quantitative_parameters, qualitative_parameters) %in% + names(params))) + if(length(missing_params > 0)) { + stop(paste("The parameter(s)", + paste(c(quantitative_parameters, + qualitative_parameters)[missing_params], + collapse=", "), + "is/are missing! Please specify; stopping!")) + } + +} + + +# +##### -----------------========== Bottom of this function kit ======----------------###### + + +###########--------------- ========= Function Kit from AutoTuner =========----------------- +#' @references McLean C (2020). Autotuner: Automated parameter selection for untargeted metabolomics data processing +#' @references https://github.com/crmclean/Autotuner/ + + +filterPeaksfromNoise <- function(matchedMasses) { + + ## Initializing variables for subsetting + if(length(matchedMasses$values) %% 2 == 0) { + list_length <- length(matchedMasses$values)/2 + } else { + list_length <- as.integer(length(matchedMasses$values)/2) + 1 + } + truePeaks <- vector("list", list_length) + truePeakIndex <- 1 + lengthCounter <- 1 + lastTrue <- matchedMasses$values[1] + + ## subsets things that have a second mass w/in user error + for(rleIndex in seq_along(matchedMasses$values)) { + + start <- lengthCounter + + if(lastTrue == TRUE) { + start <- start + 1 + } + + end <- lengthCounter + matchedMasses$lengths[rleIndex] - 1 + + if(isTRUE(matchedMasses$values[rleIndex])) { + end <- end + 1 + lastTrue = TRUE + truePeaks[[truePeakIndex]] <- start:end + truePeakIndex <- truePeakIndex + 1 + } else { + lastTrue = FALSE + if(!exists("no_match")) { + no_match <- start:end + } else { + no_match <- c(no_match, start:end) + } + + } + lengthCounter <- lengthCounter + matchedMasses$lengths[rleIndex] + } + + if(is.null(truePeaks[[list_length]])) { + truePeaks <- truePeaks[seq_len(list_length - 1)] + } + + rm(list_length,truePeakIndex,lastTrue,lengthCounter,start,end,rleIndex) + return(list(no_match, truePeaks)) +} +findTruePeaks <- function(truePeaks, sortedAllEIC) { + # + + # initializing storage ---------------------------------------------------- + ppmData <- list() + counter <- 1 + + # Checking if bin elements come from adj scans ---------------------------- + for(i in seq_along(truePeaks)) { + + pickedPeak <- truePeaks[[i]] + + peakData <- sortedAllEIC[pickedPeak,] + peakData <- peakData[order(peakData$scan),] + + # remove features that are duplicated. ------------------------------- + if(nrow(peakData) == 1) { + next() + } + + ## checking to make sure features comes from adjacent scans + scanDiff <- diff(sort(unique(peakData$scan))) + + ## checking that binned peaks: + # are being picked up within consecutive scans + peakDists <- (length(unique(scanDiff)) == 1 && unique(scanDiff) == 1) + if(!peakDists) { + next() + } + + ## checking to see if any binned masses come from the same scan + countsInScans <- table(peakData$scan) + moreInAScan <- any(as.vector(countsInScans) > 1) + + if(moreInAScan) { + + for(w in seq_len(length(unique(peakData$scan)) - 1)) { + + curScan <- unique(peakData$scan)[w] + nextScan <- unique(peakData$scan)[w+1] + + ### add condition here for whenever it is the end of the scan + + scanStates <- peakData[peakData$scan == curScan,] + nextStates <- peakData[peakData$scan == nextScan,] + curObsRows <- peakData$scan == curScan | peakData$scan == + nextScan + + peakData <- peakData[!curObsRows,] + + ## do this if there are two states in first scan + + if(w == 1) { + + errorNext <- lapply(scanStates$mz, function(x) { + obsError <- abs(x - nextStates$mz)/x * 10^6 + }) + + checkMins <- vapply(X = errorNext, FUN = which.min, + FUN.VALUE = numeric(1)) + + initialState <- which.min(vapply(X = seq_along(errorNext), + FUN = function(x) { + errorNext[[x]][checkMins[x]] + }, FUN.VALUE = numeric(1))) + + scanStates <- scanStates[initialState,] + } + + nextStateIndex <- which.max(vapply(X = scanStates$mz, FUN = function(x) { + + obsError <- abs(x - nextStates$mz)/x * 10^6 + + + if(any(obsError == 0)) { + + ## corner case - error is 0 and there are no other + ## options + if(length(x) == 1) { + obsError <- 0.001 + } else { + obsError[obsError == 0] <- + min(obsError[obsError != 0])/10 + } + + } + + intensityProb <- nextStates$intensity/ + sum(nextStates$intensity) + errorInverse <- 1/obsError + nextStateProb <- errorInverse/sum(errorInverse) * + intensityProb + return(max(nextStateProb/sum(nextStateProb))) + + }, FUN.VALUE = numeric(1))) + + nextStates <- nextStates[nextStateIndex,] + + ## store new states + bestStates <- rbind(scanStates,nextStates) + peakData <- rbind(bestStates, peakData) + peakData <- peakData[order(peakData$scan),] + + } + + multipleInScan <- TRUE + + } else { + + multipleInScan <- FALSE + } + + obsPPM <- vapply(X = 2:length(peakData$mz), FUN = function(mz) { + estimatePPM(peakData$mz[(mz - 1)], peakData$mz[mz]) + }, FUN.VALUE = numeric(1)) + + # storing output ------------------------------------------------------- + ppmData[[counter]] <- data.frame(meanMZ = mean(peakData$mz), + startScan = min(peakData$scan), + endScan = max(peakData$scan), + scanCount = length(peakData$scan), + Intensity = sum(peakData$intensity), + meanIntensity = mean( + peakData$intensity), + intensityDispersion = sd( + peakData$intensity), + minIntensity = min(peakData$intensity), + meanPPM = paste(signif(obsPPM), + collapse = ";"), + multipleInScan, + stringsAsFactors = FALSE, + index = i) + + counter <- 1 + counter + + } + approvedPeaks <- Reduce(rbind, ppmData) + return(approvedPeaks) +} +estimatePPM <- function(first, second) { + abs(first-second)/first * 10 ^ 6 +} +estimateSNThresh <- function(no_match, sortedAllEIC, approvedPeaks) { + + noisePeakTable <- sortedAllEIC[no_match,] + noise_noise <- noisePeakTable$intensity + scanCount <- sortedAllEIC$scan + maxScan <- max(scanCount, na.rm = TRUE) + minScan <- min(scanCount, na.rm = TRUE) + scanCount <- scanCount[no_match] + + ## generating index for subseting of fixed noise obj + scanIntervals <- list() + for(peakID in seq_len(nrow(approvedPeaks))) { + + peakStart <- approvedPeaks[peakID,"startScan"] + peakEnd <- approvedPeaks[peakID,"endScan"] + peakDist <- peakEnd - peakStart + lowerBound <- peakStart - peakDist * 2 + + if(lowerBound < minScan) { + lowerBound <- minScan + } + + upperBound <- peakEnd + peakDist * 2 + if(upperBound > maxScan) { + upperBound <- maxScan + } + + scanIntervals[[peakID]] <- which(minScan:maxScan %in% c(lowerBound, + upperBound)) + + + } + + ## calculating all fixed noise values + scanRange <- (minScan:maxScan) + fixedNoiseList <- list() + counter <- 1 + for(scanID in seq_along(scanRange)) { + + peakNoise <- noise_noise[scanCount == scanRange[scanID]] + + if(length(peakNoise) == 0) { + next + } + + fixedNoise <- peakNoise[!(peakNoise %in% boxplot.stats(peakNoise)$out)] + + fixedNoiseMean <- mean(x = fixedNoise, na.rm = TRUE) + fixedNoiseVar <- stats::var(x = fixedNoise, na.rm = TRUE) + + ## 2019-07-08: fixed corner case where only one noise element was + ## found within the bin + if(is.na(fixedNoiseVar)) { + fixedNoiseVar <- 0 + } + + N <- length(fixedNoise) + + fixedNoiseList[[counter]] <- data.frame(fixedNoiseMean,fixedNoiseVar,N) + counter <- 1 + counter + } + fixedNoiseList <- Reduce(rbind, fixedNoiseList) + + ## calculating the sd and mean for each group + noiseIntDb <- list() + counter <- 1 + for(row in seq_along(scanIntervals)) { + + if(row == 1) { + + new <- TRUE + + } else { + + new <- vapply(X = noiseIntDb, FUN = function(noiseDb) { + if(!all(scanIntervals[[row]] == as.numeric(noiseDb[,c(1,2)]))) { + return(TRUE) + } else { + return(FALSE) + } + }, FUN.VALUE = logical(1)) + new <- all(new) + } + + + if(new) { + ## add check to see if cur row has already been looked at + curRow <- scanIntervals[[row]] + curStatDb <- fixedNoiseList[curRow[1]:curRow[2],] + + ## added this to check for case when row is missing + ## if a match to the noise peak was not identified + if(any(is.na(curStatDb$fixedNoiseMean))) { + curStatDb <- curStatDb[!is.na(curStatDb$fixedNoiseMean),] + } + + eX2 <- sum((curStatDb$fixedNoiseMean^2 + + curStatDb$fixedNoiseVar)*curStatDb$N) + eX2 <- eX2/sum(curStatDb$N) + groupMean <- mean(curStatDb$fixedNoiseMean) + groupVar <- eX2 - groupMean^2 + + if(groupVar < 0) { + groupVar <- groupVar * -1 + } + + groupSd <- suppressWarnings(sqrt(groupVar)) + noiseIntDb[[counter]] <- data.frame(start = curRow[1], + end = curRow[2], groupMean, + groupSd) + counter <- counter + 1 + } + + } + + noiseIntDb <- Reduce(rbind, noiseIntDb) + noiseIntDb$key <- apply(noiseIntDb[,c(1,2)], 1, paste, collapse = " ") + rm(curStatDb, eX2, groupSd, groupVar, groupMean, + curRow, fixedNoiseList) + + + SN <- list() + counter <- 1 + for(peakID in seq_along(scanIntervals)) { + + scanInt <- paste(scanIntervals[[peakID]], collapse = " ") + scanStats <- noiseIntDb[noiseIntDb$key == scanInt,] + + if(nrow(scanStats) == 0) { + next() + } + + ## 2019-06-20 - added here to fix bug if noise calc is wrong + if(is.nan(scanStats$groupSd) | is.na(scanStats$groupSd)) { + next() + } + + if(is.nan(scanStats$groupMean)) { + next() + } + + Peak <- approvedPeaks$Intensity[peakID] + + if((Peak - scanStats$groupMean) > 3*scanStats$groupSd) { + + ## selects as true peak + SigNoiseThresh <- (Peak - scanStats$groupMean)/scanStats$groupSd + SN[[counter]] <- SigNoiseThresh + counter <- counter + 1 + + } else { + + next() + + } + } + + if(!exists("SN")) { + return(NA) + } + + return(unlist(SN)) +} +filterPpmError <- function(approvedPeaks, useGap, varExpThresh, + returnPpmPlots, plotDir, observedPeak, + filename) { + + ppmObs <- approvedPeaks$meanPPM + ppmObs <- unlist(lapply(strsplit(split = ";", x = as.character(ppmObs)),function(x) {as.numeric(x)})) + + ## 2019-06-19 + ## corner case when all error measurements are identical. + if(diff(range(ppmObs)) < .Machine$double.eps ^ 0.5) { + stop(paste("All calculated ppm values are identical.", + "Error of data may be higher than the mass threshold value." + )) + } + + #message("-------- Number of ppm value across bins: ", length(ppmObs)) + if(length(ppmObs) > 10000) { + ppmObs <- ppmObs[sample(x = seq_along(ppmObs), size = 5000)] + } + + if(length(ppmObs) > 750) { + + checkPpm <- length(ppmObs)/2 + subsample <- TRUE + while(subsample) { + + origDist <- stats::density(ppmObs, bw = 1)$y + newDist1 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist2 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist3 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist4 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist5 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist6 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + newDist7 <- stats::density(sample(ppmObs, checkPpm), bw = 1)$y + + klDistance <- list() + subSamples <- ls()[grep("newDist",ls())] + for(j in seq_along(subSamples)) { + klDistance[[j]] <- suppressWarnings(entropy::KL.empirical( + origDist,get(subSamples[j]))) + } + klDistance <- unlist(klDistance) + + if(any(klDistance >= 0.5)) { + subsample <- FALSE + } else { + checkPpm <- checkPpm/2 + } + + } + + ppmObs <- sample(ppmObs, checkPpm) + #message("-------- Number of ppm value across bins after", + # " KL Distance Filtering: ", + # length(ppmObs)) + + } + + + ## 2019-04-09 added this here since it doesn't make sense to cluster too few + ## features + if(length(ppmObs) < 100) { + + kmeansPPM <- kmeans(ppmObs, 1) + + } else if(useGap) { + + gapStat <- cluster::clusGap(x = as.matrix(ppmObs), + FUNcluster = kmeans, + K.max = 5, + B = 7, + verbose = FALSE) + + gapStat <- gapStat$Tab + gap <- diff(-gapStat[,3]) > 0 + if(any(gap)) { + clusters <- max(which(gap)) + 1 + } else { + clusters <- 1 + } + + kmeansPPM <- kmeans(ppmObs, clusters) + + } else { + + + ## estimating clustering based on hard coded 80% Vexp threshold + clustCount <- 1 + varExp <- 0 + while(varExp < varExpThresh && clustCount < length(ppmObs)/2) { + kmeansPPM <- kmeans(ppmObs, clustCount) + varExp <- kmeansPPM$betweenss/kmeansPPM$totss + clustCount <- clustCount + 1 + } + + } + + ## cluster which contains smallest ppm values + clusterSize <-sort(table(kmeansPPM$cluster),decreasing = TRUE) + maxCluster <- names(clusterSize)[1] + minCluster <- which(kmeansPPM$cluster == maxCluster) + rm(clusterSize) + + x <- ppmObs + n <- length(x) + h <- 1 + ## delete this later + gauss <- function(x) 1/sqrt(2*pi) * exp(-(x^2)/2) + gaussDKE <- function(a, x) gauss((x - a)/h)/(n * h) + + bumps <- vapply(X = ppmObs[minCluster], FUN = gaussDKE, x = x, + FUN.VALUE = numeric(length = length(x))) + wholeKDE <- vapply(X = ppmObs, FUN = gaussDKE, + x, + FUN.VALUE = numeric(length = + length(x))) + + ## calculating this ahead of time to avoid unnecessary downstream + ## math + cKdeMean <- sum(rowSums(bumps))/length(minCluster) + OutlierScore <- rowSums(wholeKDE)/(cKdeMean) + + scoreSub <- which(OutlierScore > 1) + + + ppmEst <- max(ppmObs[scoreSub]) + maxX <- ppmEst + ppmEst <- ppmEst + sd(ppmObs[scoreSub])*3 + + + if(returnPpmPlots) { + + + title <- paste(filename, 'ppm distribution:', + signif(observedPeak$start, digits = 4), + "-", + signif(observedPeak$end, digits = 4)) + + output <- file.path(plotDir,paste0(gsub(" ", "_", title), ".pdf")) + output <- sub(":", "", output) + + ## error here... + par(mar=c(1,1,1,1)) + grDevices::pdf(output, width = 8, height = 6) + + ## adding heuristic here to make ploting easier to see + if(length(ppmObs) < 300) { + bw <- .1 + } else { + bw <- .5 + } + + plot(stats::density(ppmObs,bw = bw), + main = title, + cex.main = 1.2, cex.lab = 1.3, cex.axis = 1.2) #+ + abline(v = maxX, lty = 2, col = "red") + + abline(v = ppmEst, lty = 3, col = "blue") + legend("topright", + legend = c(paste("score > 1:", signif(maxX,digits = 3)), + paste("ppm estimate:", signif(ppmEst,digits = 3))), + col = c("red","blue"), + lty = c(2,3),cex = 1.1) + grDevices::dev.off() + + } + + return(ppmEst) +} +peakwidth_est <- function(peak_vector, + time, + intensity, + start = NULL, + end = NULL, + old_r2 = NULL) { + + + killSwitch <- FALSE + + # check to make sure input values come from vector + if(!is.numeric(peak_vector)) { + warning(paste("A non numeric vector was given to peakwidth_est().", + "This is incorrect. Check the function input.")) + } + + # updating data values to put into regression + + if(!is.null(start)) { # case where we are in second + iteration of algorithm + + end <- end + 1 + + } else { # case where the algorithm is run for the first time + + peak_index <- which(time %in% peak_vector) + if(length(peak_index) == 0) { + stop(paste("The peak entered here could not be matched to the", + "chromatography data.")) + } + + start <- peak_index[1] - 1 + end <- peak_index[length(peak_index)] + + } + + # terms for lm + points <- c(start,start-1,start-2,start-3,end,end+1,end+2,end+3) + intensityObs <- intensity[points] + modelIndex <- seq_along(intensityObs) + + # correcting na formation within intensity observation vector + if(any(is.na(intensityObs))) { + + naObsIndex <- which(is.na(intensityObs)) + modelIndex <- modelIndex[-naObsIndex] + intensityObs <- intensityObs[-naObsIndex] + killSwitch <- TRUE + + } + + # running smoothing spline on the data + if(sum(!is.na(peak_vector)) > 1) { + splineOut <- smooth.spline(modelIndex, intensityObs) + splineObs <- splineOut$fit$coef + splineIndex <- seq_along(splineObs) + } else { + splineObs <- intensityObs + } + splineIndex <- seq_along(splineObs) + + # running a linear model on the outcome of the spline + chrom_table <- data.frame(splineIndex, splineObs) + model <- lm(formula = splineObs ~ splineIndex, data = chrom_table) + new_r2 <- summary(model)$r.squared + + # used for comparison with previous itterations + if(is.null(old_r2)) { + old_r2 <- 0 + } + + # recursive case - returns previously calculated model fit if improvement + if((old_r2 > new_r2 | old_r2 > .9) | killSwitch == TRUE) { + + # make sure to return numerical index of fit - not the values being compared + peak_width <- c(peakStart = start-3, peakEnd = end+3) + return(peak_width) + + } else { + peakwidth_est(peak_vector, time, intensity, start, + end, old_r2 = new_r2) + } +} + + +##### -----------------========== Bottom of this function kit ======----------------###### diff --git a/V1.7.4/MetaboAnalyst_3.0.3/peak_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/peak_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..4a07c41d1937380c626b64f701075811e52f417f --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/peak_utils.R @@ -0,0 +1,174 @@ +#' Create Mummichog Libraries from KEGG +#' @description Function to create mummichog libraries from +#' MetaboAnalyst pathway libraries (metpa). +#' Outputs the RDS files in the current working directory. RDS files +#' are saved using the KEGG organism code. +#' @param folder Input the path of the folder containing the metpa rda files. +#' @param kegg_compounds Input the name of the KEGG dictionary containing the +#' KEGG compound IDs, KEGG compopund names, and molecular weight. +#' @usage CreateMummichogLibs("~/Desktop/MetaboAnalyst/mummichog/2020_mummichog_libs/test", kegg_compounds_2020) +#' @export +CreateMummichogLibs <- function(folder, kegg_compounds){ + + # Step 1: Get list of pathways to make mummichog libraries from + folder <- folder + files <- list.files(folder, pattern = ".rda$") + + if(length(files) == 0){ + AddErrMsg("No .rda files found in folder!") + return(0) + } + + # Step2: Create the models list + models <- Map(rda2list, file.path(folder, files)) + names(models) <- tools::file_path_sans_ext(files) + org <- names(models) + + kegg_compounds <<- kegg_compounds + + # Step 3: Create the pathways + pathway <- lapply(models, function(f) {fillpathways(f)} ) + + # Step 4: Create cpd.lib + cpd.lib <- lapply(pathway, function(l) {make_cpdlib(l)}) + + # Step 5: Create mummichog libraries + # Will output the .RDS files in the current working directory + output <- mapply(CreateLibFromKEGG, cpd.lib, pathway, org) + +} + +#' Utility function +#' Make list of KEGG rda files +rda2list <- function(file) { + e <- new.env() + load(file, envir = e) + as.list(e) +} + +#' Fill in the pathways +fillpathways <- function(f){ + + pathways <- list() + p <- list() + + cpds <- unname(f$current.kegglib$mset.list) + + for(i in 1:length(cpds)){ + all_cpds <- as.vector(unlist(cpds[[i]])) + matched_cpds <- all_cpds[which(all_cpds %in% kegg_compounds)] + p[[i]] <- matched_cpds + } + + pathways$cpds <- p + pathways$name <- names(f$current.kegglib$path.ids) + + return(pathways) +} + +#' Gets names and exact mass of all cpds (cpd.lib) +make_cpdlib <- function(org){ + + all_cpds <- unique(unlist(org$cpds)) + + index <- match(all_cpds, kegg_compounds[,1]) + + ids <- list() + names <- list() + mass <- list() + + for(i in 1:length(index)){ + inx <- index[i] + ids[i] <- kegg_compounds[inx,1] + names[i] <- kegg_compounds[inx,2] + mass[i] <- kegg_compounds[inx,3] + } + + ids <- unlist(ids) + names <- unlist(names) + mass <- as.numeric(unlist(mass)) + + cpd.lib <- list( + id = ids, + name = names, + mw = mass + ) + return(cpd.lib) +} + +#' Creates cpd.tree +CreateLibFromKEGG <- function(cpd.lib, pathways, org){ + + cpd.lib <- cpd.lib; + ms_modes <- c('dpj_positive', 'positive', 'negative'); + adducts <- list(); + for (ms_mode in ms_modes){ + adducts[[ms_mode]] <- Compound_function_mzlist(ms_mode, cpd.lib$mw); + } + cpd.lib$adducts <- adducts; + + # create a dictionary for look up in the range of 50-2000 + # now need to create ladder (tree) for each new mz + # key is the mass 50 to 2000, values are the compounds (if any of their modified mw gives the value) + # now create cpd tree for each mass pos + # note, this can be slow, but this can be created before hand + # for each species and for each mode + # note l2 only stores the index of the cpd.lib + + cpd.tree <- list(); + for (ms_mode in ms_modes){ + l2 <- list(); + l2[[49]] <- ""; + l2[[2001]] <- ""; + mz.mat <- cpd.lib$adducts[[ms_mode]]; + floor.mzs <- floor(mz.mat); + for(i in 1:nrow(floor.mzs)){ + neighbourhood <- floor.mzs[i,]; + for(n in neighbourhood){ + if((n>50) & (n<2000)){ + l2[[n]] <- append(l2[[n]], i); + } + } + } + cpd.tree[[ms_mode]] <- lapply(l2, unique); + } + + # set up the variables + mummichog.lib <- list( + pathways = pathways, + cpd.tree = cpd.tree, + cpd.lib = cpd.lib + ) + + print(paste0(org, " mummichog library created!")) + file_name <- paste0(org, "_kegg.qs") + + qs::qsave(mummichog.lib, file=file_name); +} + +#' Makes adducts +Compound_function_mzlist <- function(ms_mode, mw){ + + load_stringr() + + PROTON <- 1.00727646677; + mw_modified <- NULL; + + if (ms_mode == "dpj_positive"){ + mw_modified <- cbind(mw, mw + PROTON, mw/2 + PROTON, mw +1.0034 + PROTON, mw/2 + 0.5017 + PROTON, mw +1.9958 + PROTON, mw +1.9972 + PROTON, mw + 21.9820 + PROTON, mw/2 + 10.991 + PROTON, mw + 37.9555 + PROTON, mw + 67.9874 + PROTON, mw + 83.9613 + PROTON); + colnames(mw_modified) <- c('M[1+]', 'M+H[1+]', 'M(C13)+H[1+]', 'M(C13)+H[1+]', 'M(C13)+2H[2+]', 'M(S34)+H[1+]', 'M(Cl37)+H[1+]', 'M+Na[1+]', 'M+H+Na[2+]', 'M+K[1+]', 'M+HCOONa[1+]', 'M+HCOOK[1+]'); + + }else if (ms_mode == "positive" | ms_mode == 'generic'){ + mw_modified <- cbind(mw, mw + PROTON, mw/2 + PROTON, mw/3 + PROTON, mw +1.0034 + PROTON, mw/2 + 0.5017 + PROTON, mw/3 + 0.3344 + PROTON, mw +1.9958 + PROTON, mw +1.9972 + PROTON, mw + 21.9820 + PROTON, mw/2 + 10.991 + PROTON, mw + 37.9555 + PROTON, mw + 18.0106 + PROTON, mw - 18.0106 + PROTON, mw - 36.0212 + PROTON, mw - 17.0265 + PROTON, mw - 27.9950 + PROTON, mw - 43.9898 + PROTON, mw - 46.0054 + PROTON, mw + 67.9874 + PROTON, mw - 67.9874 + PROTON, mw + 57.9586 + PROTON, mw - 72.0211 + PROTON, mw + 83.9613 + PROTON, mw - 83.9613 + PROTON); + colnames(mw_modified) <- c('M[1+]', 'M+H[1+]', 'M+2H[2+]', 'M+3H[3+]', 'M(C13)+H[1+]', 'M(C13)+2H[2+]', 'M(C13)+3H[3+]', 'M(S34)+H[1+]', 'M(Cl37)+H[1+]', 'M+Na[1+]', 'M+H+Na[2+]', 'M+K[1+]', 'M+H2O+H[1+]', 'M-H2O+H[1+]', 'M-H4O2+H[1+]', 'M-NH3+H[1+]', 'M-CO+H[1+]', 'M-CO2+H[1+]', 'M-HCOOH+H[1+]', 'M+HCOONa[1+]', 'M-HCOONa+H[1+]', 'M+NaCl[1+]', 'M-C3H4O2+H[1+]', 'M+HCOOK[1+]', 'M-HCOOK+H[1+]'); + + }else if (ms_mode == "negative"){ + mw_modified <- cbind(mw - PROTON, mw/2 - PROTON, mw + 1.0034 - PROTON, mw + 1.9958 - PROTON, mw + 1.9972 - PROTON, mw + 21.9820 - 2*PROTON, mw + 37.9555 - 2*PROTON, mw - 18.0106 - PROTON, mw + 34.9689, mw + 36.9659, mw + 78.9183, mw + 80.9163, mw + 2*12 + 3*1.007825 + 14.00307 - PROTON, mw + 1.007825 + 12 + 2*15.99491, mw + 3*1.007825 + 2*12 + 2*15.99491, mw - PROTON + 15.99491); + colnames(mw_modified) <- c('M-H[-]', 'M-2H[2-]', 'M(C13)-H[-]', 'M(S34)-H[-]', 'M(Cl37)-H[-]', 'M+Na-2H[-]', 'M+K-2H[-]', 'M-H2O-H[-]', 'M+Cl[-]', 'M+Cl37[-]', 'M+Br[-]', 'M+Br81[-]', 'M+ACN-H[-]', 'M+HCOO[-]', 'M+CH3COO[-]', 'M-H+O[-]'); + + }else{ + print("Unrecognized mode of instrumentation.") + } + + return(mw_modified); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/peaks_to_function.R b/V1.7.4/MetaboAnalyst_3.0.3/peaks_to_function.R new file mode 100755 index 0000000000000000000000000000000000000000..163c33e14c86c9dfbb159bb888500b625a74e0de --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/peaks_to_function.R @@ -0,0 +1,4648 @@ +### An R package for pathway enrichment analysis for untargeted metabolomics +### based on high-resolution LC-MS platform +### This is based on the mummichog algorithm implemented in python (http://mummichog.org/) +### The goals of developing MummichogR are +### 1) to make this available to the R user community +### 2) high-performance (similar or faster compared to python) +### 3) broader pathways support - by adding support for 21 common organisms based on KEGG pathways +### 4) companion web interface on MetaboAnalyst - the "MS Peaks to Pathways" module +### @authors J. Chong \email{jasmine.chong@mail.mcgill.ca}, J. Xia \email{jeff.xia@mcgill.ca} +### McGill University, Canada +### License: GNU GPL (>= 2) + +#'Save adduct names for mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param qvec Input the vector to query +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Setup.AdductData <- function(mSetObj=NA, qvec){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$adduct.list <- qvec; + mSetObj$adduct.custom <- TRUE + return(.set.mSet(mSetObj)); +} + +#'Set the peak enrichment method for the MS Peaks to Paths module +#'@description This function sets the peak enrichment method. +#'@param mSetObj Input the name of the created mSetObj. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +SetPeakEnrichMethod <- function(mSetObj=NA, algOpt, version="v2"){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj$peaks.alg <- algOpt + + mum.version <<- version + + if(algOpt == "gsea"){ + anal.type <<- "gsea_peaks" + }else if(algOpt == "mum"){ + anal.type <<- "mummichog" + }else{ + anal.type <<- "integ_peaks" + } + return(.set.mSet(mSetObj)); +} + +#'Constructor to read uploaded user files into the mummichog object +#'@description This function handles reading in CSV or TXT files and filling in the mSet object +#' for mummichog analysis. It makes sure that all necessary columns are present. +#'@usage Read.PeakListData(mSetObj=NA, filename = NA) +#'@param mSetObj Input the name of the created mSetObj. +#'@param filename Input the path name for the CSV/TXT files to read. +#'@param meta.anal Logical, TRUE if data will be used for meta-analysis. +#'@param method Input the type of statistical scores included in the +#'mummichog input. "pvalue" for p-values, "es" for effect-sizes, and +#'"both" for both p-values and effect-sizes. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +Read.PeakListData <- function(mSetObj=NA, filename = NA, meta.anal = FALSE, + method = "pvalue") { + + mSetObj <- .get.mSet(mSetObj); + + file_name <- tools::file_path_sans_ext(basename(filename)) + mumDataContainsPval = 1; #whether initial data contains pval or not + input <- as.data.frame(.readDataTable(filename)); + user_cols <- gsub("[^[:alnum:]]", "", colnames(input)); + mummi.cols <- c("m.z", "p.value", "t.score", "r.t") + + if(meta.anal & method %in% c("es", "both")){ + mummi.cols <- c(mummi.cols, "effect.size", "lower.ci", "upper.ci") + } + + # first check if mode included + mumDataContainsMode <- "mode" %in% user_cols; + + if(mumDataContainsMode){ + mode.info <- input$mode + input <- subset(input, select=-mode) + user_cols <- gsub("[^[:alnum:]]", "", colnames(input)) + } + + # next check what column names are there + hit <- "mz" %in% user_cols; + + if(sum(hit) < 1){ + AddErrMsg("Missing information, data must contain a 'm.z' column!"); + return(0); + } + + if(length(colnames(input) %in% mummi.cols) == 1){ + peakFormat <- peakFormat + }else{ + # subset to what's needed for ms peaks + # then rename columns + hits2 <- match(gsub("[^[:alnum:]]", "", mummi.cols), user_cols) + input <- input[, na.omit(hits2)] + user_cols <- user_cols[na.omit(hits2)] + hits.colnames <- match(user_cols, gsub("[^[:alnum:]]", "", mummi.cols)) + user.cols <- mummi.cols[na.omit(hits.colnames)] + peakFormat <- paste0(substr(sort(user.cols), 1, 1), collapse = "") + colnames(input) <- user.cols + } + + rt.hit <- "r.t" %in% colnames(input) + + if(rt.hit > 0){ + rt = TRUE + }else{ + rt = FALSE + } + + qs::qsave(input, "mum_raw.qs"); + + if(!"p.value" %in% colnames(input)){ + mumDataContainsPval <- 0; + input[,'p.value'] <- rep(0, length=nrow(input)) + } + + if(!"t.score" %in% colnames(input)){ + input[,'t.score'] <- rep(0, length=nrow(input)) + } + + if(rt){ + mSetObj$dataSet$mummi.orig <- cbind(input$p.value, input$m.z, input$t.score, input$r.t); + colnames(mSetObj$dataSet$mummi.orig) = c("p.value", "m.z", "t.score", "r.t") + }else{ + mSetObj$dataSet$mummi.orig <- cbind(input$p.value, input$m.z, input$t.score); + colnames(mSetObj$dataSet$mummi.orig) = c("p.value", "m.z", "t.score") + } + + if(meta.anal & method %in% c("es", "both")){ + mSetObj$dataSet$mummi.orig <- cbind(mSetObj$dataSet$mummi.orig, effect.size=input$effect.size, + lower.ci=input$lower.ci, upper.ci=input$upper.ci); + } + + if(mSetObj$dataSet$mode == "positive"){ + mSetObj$dataSet$pos_inx <- rep(TRUE, nrow(mSetObj$dataSet$mummi.orig)) + }else if(mSetObj$dataSet$mode == "negative"){ + mSetObj$dataSet$pos_inx <- rep(FALSE, nrow(mSetObj$dataSet$mummi.orig) ) + }else{ # mixed + mSetObj$dataSet$pos_inx <- mode.info == "positive" + } + + mSetObj$dataSet$mumRT = rt + mSetObj$dataSet$mumType = "list"; + mSetObj$msgSet$read.msg <- paste("A total of", length(input$p.value), "m/z features were found in your uploaded data."); + mSetObj$dataSet$fileName <- file_name + mumDataContainsPval <<- mumDataContainsPval; + peakFormat <<- peakFormat + print(peakFormat) + return(.set.mSet(mSetObj)); +} + +# function to format peak table from mzmine to right format for metaboanalyst +# @format "row" for features in rows, "col" for features in columns. +.format_mzmine_pktable <- function(mSetObj=NA, fileName, format="rowu", group1=NA, group2=NA){ + + mSetObj <- .get.mSet(mSetObj); + + mzmine_table <- .readDataTable(fileName) + + if(class(mzmine_table) == "try-error" || ncol(mzmine_table) == 1){ + AddErrMsg("Data format error. Failed to read in the data!"); + AddErrMsg("Make sure the data table is saved as comma separated values (.csv) format!"); + AddErrMsg("Please also check the followings: "); + AddErrMsg("Either sample or feature names must in UTF-8 encoding; Latin, Greek letters are not allowed."); + AddErrMsg("We recommend to use a combination of English letters, underscore, and numbers for naming purpose."); + AddErrMsg("Make sure sample names and feature (peak, compound) names are unique."); + AddErrMsg("Missing values should be blank or NA without quote."); + AddErrMsg("Make sure the file delimeters are commas."); + return(0); + } + + rownames(mzmine_table) <- mzmine_table[,1] + mzmine_table <- mzmine_table[,-1] + + if(!is.na(group1) & !is.na(group2)){ + if(format == "row"){ + keep.inx <- mzmine_table[1, ] %in% c(group1, group2) + mzmine_table <- mzmine_table[, keep.inx] + }else{ + keep.inx <- mzmine_table[, 1] %in% c(group1, group2) + mzmine_table <- mzmine_table[keep.inx, ] + } + newnames <- paste0(tools::file_path_sans_ext(basename(fileName)), "_", group1, "_", group2, ".csv") + }else{ + + mzmine_table[1, ] <- tolower(mzmine_table[1, ]) + groups <- unique(unlist(mzmine_table[1, ])) + + if(length(groups) > 2){ + AddErrMsg("Only two groups permitted!"); + if("qc" %in% groups){ + AddErrMsg("Remove QCs prior to uploading the mzmine table!"); + } + return(0); + } + + if(.on.public.web){ + newnames <- "mzmine_peaktable_metaboanalyst.csv" + }else{ + newnames <- paste0(tools::file_path_sans_ext(basename(fileName)), "_formatted.csv") + } + } + + if(format == "colu"){ # samples in columns so features are in row + feats <- gsub("/", "__", rownames(mzmine_table) ) + feats <- sub(".*?__", "", feats ) + feats <- sub("min", "", feats ) + feats <- sub("mz", "", feats ) + feats <- make.unique(feats, sep="") + rownames(mzmine_table) <- feats + }else{ # features in columns + feats <- gsub("/", "__", colnames(mzmine_table) ) + feats <- sub(".*?__", "", feats ) + feats <- sub("min", "", feats ) + feats <- sub("mz", "", feats ) + feats <- make.unique(feats, sep="") + colnames(mzmine_table) <- feats + } + write.csv(mzmine_table, newnames, row.names = TRUE) + return(.set.mSet(mSetObj)) +} + +#'Set the peak format for the mummichog analysis +#'@description Set the peak format for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +SetPeakFormat <-function(type){ + peakFormat <<- type; +} + +GetPeakFormat <- function(mSetObj=NA){ + return(peakFormat) +} + +#'Convert mSetObj to proper format for MS Peaks to Pathways module +#'@description Following t-test analysis or effect size calculation, +#'this functions converts the results from the mSetObj +#'to the proper format for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj. +#'@param rt Logical, whether or not to include retention time information. +#'@param rds.file Logical, if true, the "annotated_peaklist.rds" +#'must be in the current working directory to get corresponding retention time +#'information for the features. If not, the retention time information +#'will be taken from the feature names. Feature names must be formatted +#'so that the mz and retention time for a single peak is separated by two +#'underscores. For instance, m/z of 410.2148 and retention time of 42.46914 seconds +#'must be formatted as 410.2148__42.46914. +#'@param rt.type Character, input whether retention time is in seconds (default as RT using +#'MetaboAnalystR is seconds) or minutes (as from MZmine). +#'@param test Character, input what statistical values to include in the mummichog input. +#'For p-values and t-scores only from t-test, use "tt". +#'For log2FC from the fold-change analsis, use "fc". +#'For effect-sizes, use "es". +#'For, p-values, fold-changes and effect sizes, use "all". +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +Convert2Mummichog <- function(mSetObj=NA, rt=FALSE, rds.file=FALSE, rt.type="seconds", + test="tt", mode=NA){ + + if(test=="tt"|test=="all"){ + if(is.null(mSetObj$analSet$tt)){ + AddErrMsg("T-test was not performed!") + return(0) + } + + tt.pval <- sort(mSetObj$analSet$tt$p.value); + fdr <- p.adjust(tt.pval, "fdr") + mz.pval <- names(tt.pval) + pvals <- cbind(mz.pval, as.numeric(fdr)) + colnames(pvals) <- c("m.z", "p.value") + + tt.tsc <- sort(mSetObj$analSet$tt$t.score); + mz.tsc <- names(tt.tsc) + tscores <- cbind(mz.tsc, as.numeric(tt.tsc)) + colnames(tscores) <- c("m.z", "t.score") + } + + if(test=="es"|test=="all"){ + + effect.size <- mSetObj$analSet$effect.size + + if(is.null(effect.size)){ + AddErrMsg("Effect size was not calculated!") + return(0) + } + + mz <- rownames(effect.size) + esize <- cbind(mz, effect.size) + colnames(esize) <- c("m.z", "effect.size", "st.dev", "lower.ci", "upper.ci") + } + + if(test=="fc"|test=="all"){ + + log2fc <- mSetObj$analSet$fc$fc.log + + if(is.null(log2fc)){ + AddErrMsg("Fold-change was not calculated!") + return(0) + } + + mz.fc <- names(log2fc) + fcs <- cbind(mz.fc, as.numeric(log2fc)) + colnames(fcs) <- c("m.z", "log2.fc") + } + + if(rt & rds.file){ + + if(!file.exists("annotated_peaklist.rds")){ + AddErrMsg("annotated_peaklist.rds not found in current working directory!") + return(0) + } + + camera_output <- readRDS("annotated_peaklist.rds") + mz.cam <- round(camera_output$mz, 5) + rt.cam <- round(camera_output$rt, 5) + camera <- cbind(mz.cam, rt.cam) + colnames(camera) <- c("m.z", "r.t") + + if(test == "tt"){ + mummi_new <- Reduce(function(x,y) merge(x,y,by="m.z", all = TRUE), list(pvals, tscores, camera)) + complete.inx <- complete.cases(mummi_new[,c("p.value", "t.score", "r.t")]) # filter out m/zs without pval and tscore + }else if(test == "es"){ + mummi_new <- Reduce(function(x,y) merge(x,y,by="m.z", all = TRUE), list(esize, camera)) + complete.inx <- complete.cases(mummi_new[,c("effect.size", "r.t")]) + }else if(test == "all"){ + mummi_new <- Reduce(function(x,y) merge(x,y,by="m.z", all = TRUE), list(pvals, tscores, fcs, esize, camera)) + complete.inx <- complete.cases(mummi_new[,c("p.value", "t.score", "log2.fc", "effect.size", "r.t")]) # filter out m/zs without pval and tscore + }else if(test=="fc"){ + mummi_new <- Reduce(function(x,y) merge(x,y,by="m.z", all = TRUE), list(fcs, camera)) + complete.inx <- complete.cases(mummi_new[,c("log2.fc", "r.t")]) + } + + mummi_new <- mummi_new[complete.inx,] + + }else{ + + if(test=="tt"){ + mummi_new <- merge(pvals, tscores) + }else if(test=="es"){ + mummi_new <- esize + }else if(test=="all"){ + mummi_new <- Reduce(merge, list(pvals, tscores, fcs, esize)) + mummi_new[] <- lapply(mummi_new, as.character) + }else if(test=="fc"){ + mummi_new <- fcs + } + + if(rt){ # taking retention time information from feature name itself + feat_info <- mummi_new[,1] + feat_info_split <- matrix(unlist(strsplit(feat_info, "__", fixed=TRUE)), ncol=2, byrow=T) + colnames(feat_info_split) <- c("m.z", "r.t") + + if(rt.type == "minutes"){ + rtime <- as.numeric(feat_info_split[,2]) + rtime <- rtime * 60 + feat_info_split[,2] <- rtime + } + + mummi_new <- cbind(feat_info_split, mummi_new[,-1]) + } + } + + if(!is.na(mode)){ + if(mode=="positive"){ + mode <- rep("positive", nrow(mummi_new)) + }else{ + mode <- rep("negative", nrow(mummi_new)) + } + mummi_new <- cbind(mummi_new, mode) + } + + mummi_new[,1] <- as.numeric(make.unique(as.character(mummi_new[,1]), sep="")) + + filename <- paste0("mummichog_input_", Sys.Date(), ".txt") + input_filename <<- filename; + write.table(mummi_new, filename, row.names = FALSE) + + return(.set.mSet(mSetObj)) +} + +#'Update the mSetObj with user-selected parameters for MS Peaks to Pathways. +#'@description This functions handles updating the mSet object for mummichog analysis. It is necessary to utilize this function +#'to specify to the organism's pathways to use (libOpt), the mass-spec mode (msModeOpt) and mass-spec instrument (instrumentOpt). +#'@usage UpdateInstrumentParameters(mSetObj=NA, instrumentOpt, msModeOpt, custom=FALSE) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param instrumentOpt Numeric. Define the mass-spec instrument used to perform untargeted metabolomics. +#'@param msModeOpt Character. Define the mass-spec mode of the instrument used to perform untargeted metabolomics. +#'@param custom Logical, select adducts for mummichog to consider. +#'@param force_primary_ion Character, if "yes", only mz features that match compounds with a primary ion are kept. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +UpdateInstrumentParameters <- function(mSetObj=NA, instrumentOpt, msModeOpt, + force_primary_ion = "yes", rt_frac = 0.02, + rt_tol = NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.numeric(instrumentOpt)){ + AddErrMsg("Mass accuracy must be numeric!") + }else{ + mSetObj$dataSet$instrument <- instrumentOpt; + } + + mSetObj$dataSet$mode <- msModeOpt; + mSetObj$dataSet$primary_ion <- force_primary_ion; + mSetObj$dataSet$rt_tol <- rt_tol; + mSetObj$dataSet$rt_frac <- rt_frac; + + return(.set.mSet(mSetObj)); +} + +#'Sanity Check Data +#'@description SanityCheckData is used for data processing, and performs a basic sanity +#'check of the uploaded data, ensuring that the data is suitable for further analysis. +#'The function ensure that all parameters are properly set based on updated parameters. +#'@usage SanityCheckMummichogData(mSetObj=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +SanityCheckMummichogData <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + if(mSetObj$dataSet$mumType == "table"){ + mumDataContainsPval <<- 1; + orig.data<- qs::qread("data_orig.qs"); + l = sapply(colnames(orig.data),function(x) return(unname(strsplit(x,"/", fixed=TRUE)[[1]][1]))) + colnames(orig.data) <- l; + qs::qsave(orig.data, file="data_orig.qs"); + + if(.on.public.web){ + return(SanityCheckData(NA)); + }else{ + mSetObj <- SanityCheckData(mSetObj) + return(.set.mSet(mSetObj)); + } + } + + msg.vec <- NULL; + mSetObj$mum_nm <- "mummichog_query.json" + mSetObj$mum_nm_csv <- "mummichog_pathway_enrichment.csv" + ndat <- mSetObj$dataSet$mummi.orig; + pos_inx = mSetObj$dataSet$pos_inx + ndat <- data.frame(cbind(ndat, pos_inx), stringsAsFactors = FALSE) + + rawdat <- qs::qread("mum_raw.qs"); + + if(mSetObj$dataSet$mumRT){ + na.num <- sum(is.na(ndat$r.t)) + # filter out any reads w. NA RT + if(na.num>0){ + na.inx <- which(is.na(ndat$r.t)) + ndat <- ndat[-na.inx,] + msg.vec <- c(msg.vec, paste("A total of <b>", na.num, "</b> mz features with missing retention times were removed.")); + } + } + + # another check to ensure no missing or NA values + missing.inx <- apply(ndat, 2, function(x) any(is.na(x))) + + if(any(missing.inx)){ + AddErrMsg("NA values found in the uploaded data!") + return(0) + } + + read.msg <- mSetObj$msgSet$read.msg + + # sort mzs by p-value + ord.inx <- order(ndat[,1]); + ndat <- ndat[ord.inx,]; # order by p-vals + + # filter based on mz + mznew <- ndat[,2]; + + # trim to fit within 50 - 2000 + my.inx <- mznew > 50 & mznew < 2001; + trim.num <- sum(!my.inx); + range = paste0(min(ndat[,1], "-", max(ndat[,1]))) + if(length(unique(mSetObj[["dataSet"]][["pos_inx"]])) > 1){ + colNMadd <- "and mode"; + colnumadd <- 1; + } else { + colnumadd <- 0; + colNMadd <- NULL; + } + + msg.vec <- c(msg.vec, paste("The instrument's mass accuracy is <b>", mSetObj$dataSet$instrument , "</b> ppm.")); + msg.vec <- c(msg.vec, paste("The instrument's analytical mode is <b>", mSetObj$dataSet$mode , "</b>.")); + msg.vec <- c(msg.vec, paste("The uploaded data contains <b>", length(colnames(rawdat)) + colnumadd, "</b> columns.")); + + if(peakFormat == "rmp"){ + msg.vec <- c(msg.vec, paste("The peaks are ranked by <b>p-values</b>.")); + }else if(peakFormat == "rmt"){ + msg.vec <- c(msg.vec, paste("The peaks are ranked by <b>t-scores</b>.")); + } + + msg.vec <- c(msg.vec, paste("The column headers of uploaded data are <b>", paste(colnames(rawdat),collapse=", "), colNMadd ,"</b>.")); + msg.vec <- c(msg.vec, paste("The range of m/z peaks is trimmed to 50-2000. <b>", trim.num, "</b> features have been trimmed.")); + + if(trim.num > 0){ + ndat <- ndat[my.inx,] + #msg.vec <- c(msg.vec, paste("A total of", trim.num, "were excluded to fit within mz range of 50-2000")); + } + + # remove duplicated mzs (make unique) + dup.inx <- duplicated(ndat); + dup.num <- sum(dup.inx); + + if(dup.num > 0){ + ndat <- ndat[!dup.inx,]; + msg.vec <- c(msg.vec, paste("A total of <b>", dup.num, "</b> duplicated mz features were removed.")); + } + + # make mzs unique + mzs <- ndat[,2] + # ensure features are unique + mzs_unq <- mzs[duplicated(mzs)] + set.seed(123); + while(length(mzs_unq)>0){ + mzs[duplicated(mzs)] <- sapply(mzs_unq, function(x) paste0(x, sample(1:9, 1, replace = TRUE))); + mzs_unq <- mzs[duplicated(mzs)] + } + + ndat[,2] <- mzs + ref_mzlist <- ndat[,2]; + + # set up expression (up/dn) + tscores <- as.numeric(ndat[,3]); + names(tscores) <- ref_mzlist; + + # set up rt + if(mSetObj$dataSet$mumRT){ + + retention_time <- as.numeric(ndat[,4]); + names(retention_time) <- ref_mzlist; + mSetObj$dataSet$pos_inx <- as.numeric(ndat$pos_inx) == 1; + mSetObj$dataSet$ret_time <- retention_time; + + if(is.na(mSetObj$dataSet$rt_tol)){ + rt_tol <- max(mSetObj$dataSet$ret_time) * mSetObj$dataSet$rt_frac + print(paste0("Retention time tolerance is ", rt_tol)) + mSetObj$dataSet$rt_tol <- rt_tol + } + + }else{ + mSetObj$dataSet$pos_inx <- as.numeric(ndat$pos_inx) == 1; + } + + ref.size <- length(ref_mzlist); + + msg.vec <- c(msg.vec, paste("A total of ", ref.size, "input mz features were retained for further analysis.")); + + if(ref.size > 20000){ + msg.vec <- c(msg.vec, "There are too many input features, the performance may be too slow."); + } + + if(ref.size < 100){ + AddErrMsg("There are too few m/z features. Ensure that all of your m/z features have been uploaded!"); + return(0) + } + + if(min(ndat[,"p.value"])<0 || max(ndat[,"p.value"])>1){ + msg.vec <- c(msg.vec, "Please make sure the p-values are between 0 and 1."); + } + + mSetObj$msgSet$check.msg <- c(mSetObj$msgSet$check.msg, read.msg, msg.vec); + mSetObj$dataSet$mummi.proc <- ndat; + mSetObj$dataSet$expr_dic <- tscores; + mSetObj$dataSet$ref_mzlist <- ref_mzlist; + + return(.set.mSet(mSetObj)); +} + +#'Set the cutoff for mummichog analysis +#'@description Set the p-value cutoff for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SetMummichogPvalFromPercent <- function(mSetObj=NA, fraction){ + + mSetObj <- .get.mSet(mSetObj); + + if(peakFormat %in% c("rmp", "rmt")){ + maxp <- 0; + }else{ + pvals <- c(0.25, 0.2, 0.15, 0.1, 0.05, 0.01, 0.005, 0.001, 0.0005, 0.0001, 0.00005, 0.00001) + ndat <- mSetObj$dataSet$mummi.proc; + n <- floor(fraction*length(ndat[,"p.value"])) + cutoff <- ndat[n+1,1] + if(!any(pvals <= cutoff)){ + maxp <- 0.00001 + }else{ + maxp <- max(pvals[pvals <= cutoff]) + } + } + mSetObj$dataSet$cutoff <- maxp + .set.mSet(mSetObj); + return(SetMummichogPval("NA", maxp)); +} + +#'Set the cutoff for mummichog analysis +#'@description Set the p-value cutoff for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SetMummichogPval <- function(mSetObj=NA, cutoff){ + + mSetObj <- .get.mSet(mSetObj); + + msg.vec <- NULL; + mSetObj$dataSet$cutoff <- cutoff; + ndat <- mSetObj$dataSet$mummi.proc; + msg.vec <- c(msg.vec, "Only a small percentage (below 10%) peaks in your input peaks should be significant."); + msg.vec <- c(msg.vec, "The algorithm works best for <u>200~500 significant peaks in 3000~7000 total peaks</u>."); + + ref_mzlist <- ndat[,2]; + if(mumDataContainsPval == 1){ + my.inx <- ndat[,1] < cutoff; + input_mzlist <- ref_mzlist[my.inx]; + # note, most of peaks are assumed to be not changed significantly, more than 25% should be warned + + }else{ + inxToKeep = length(ref_mzlist)/10 + if(inxToKeep > 500){ + inxToKeep = 500; + } + input_mzlist <- ref_mzlist[1:inxToKeep]; + } + + sig.size <- length(input_mzlist); + sig.part <- round(100*sig.size/length(ref_mzlist),2); + + if(sig.part > 25){ + msg.vec <- c(msg.vec, paste("<font color=\"orange\">Warning: over", sig.part, "percent were significant based on your cutoff</font>.")); + msg.vec <- c(msg.vec, "You should adjust p-value cutoff to control the percentage"); + }else{ + msg.vec <- c(msg.vec, paste("A total of", sig.size, "or", sig.part, "percent signficant mz features were found based on the selected p-value cutoff:", cutoff)); + } + + if(sig.size > 2000){ + msg.vec <- c(msg.vec, "There are too many significant features based on the current cutoff, possibly too slow."); + }else if(sig.size == 0){ + AddErrMsg("No significant features were found based on the current cutoff! Failed to perform analysis."); + return(0); + }else if(sig.size < 30){ + msg.vec <- c(msg.vec, "The number of significant features is small based on the current cutoff, possibly not accurate."); + } + + print(msg.vec) + mSetObj$dataSet$input_mzlist <- input_mzlist; + mSetObj$dataSet$N <- sig.size; + + if(.on.public.web){ + mSet <<- mSetObj; + return(round(sig.part, 0)) + } else { + return(.set.mSet(mSetObj)); + } +} + +#' For meta-analysis, set the p-value +#' cutoff used to define the new +#' input_mzlist +SetMetaPeaksPvals <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$dataSet$cutoff <- cutoff; + return(.set.mSet(mSetObj)); +} + +#'Function to perform peak set enrichment analysis +#'@description This is the main function that performs either the mummichog +#'algorithm, GSEA, or both for peak set enrichment analysis. +#'@usage PerformPSEA(mSetObj=NA, lib, libVersion, minLib, permNum = 100) +#'@param mSetObj Input the name of the created mSetObj object. +#'@param lib Input the name of the organism library, default is hsa_mfn. +#'@param libVersion Input the version of the KEGG pathway libraries ("current" or "old"). +#'@param minLib Numeric, input the minimum number of metabolites needed to consider the pathway +#'or metabolite set. +#'@param permNum Numeric, input the number of permutations to perform. Default is 100. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import qs + +PerformPSEA <- function(mSetObj=NA, lib, libVersion, minLib = 3, permNum = 100){ + + mSetObj <- .get.mSet(mSetObj); + mSetObj <- .setup.psea.library(mSetObj, lib, libVersion, minLib) + version <- mum.version + + if(mSetObj$dataSet$mumRT & version=="v2"){ + mSetObj <- .init.RT.Permutations(mSetObj, permNum) + }else{ + mSetObj <- .init.Permutations(mSetObj, permNum) + } + + if(class(mSetObj) != "list"){ + if(mSetObj == 0){ + AddErrMsg("MS Peaks to Paths analysis failed! Likely not enough m/z to compound hits for pathway analysis!") + return(0) + } + } + return(.set.mSet(mSetObj)); +} + +#' Internal function to perform PSEA, no retention time +.init.Permutations <- function(mSetObj, permNum){ + + if(anal.type == "mummichog"){ + mSetObj <- .perform.mummichogPermutations(mSetObj, permNum); + mSetObj <- .compute.mummichogSigPvals(mSetObj); + }else if(anal.type == "gsea_peaks"){ + mSetObj <- .compute.mummichog.fgsea(mSetObj, permNum); + }else{ + # need to perform mummichog + gsea then combine p-values + mSetObj <- .compute.mummichog.fgsea(mSetObj, permNum); + mSetObj <- .perform.mummichogPermutations(mSetObj, permNum); + mSetObj <- .compute.mummichogSigPvals(mSetObj); + + pathResults <- vector("list") + + pathResults$ora.all <- mSetObj$mummi.resmat + pathResults$gsea.all <- mSetObj$mummi.gsea.resmat + + path.names.all <- lapply(pathResults, rownames) + path.intersect <- Reduce(intersect, path.names.all) + + # remove paths not found by all three - complete.cases + path.intersected <- lapply(pathResults, function(x) x[row.names(x) %in% path.intersect,]) + #li_2 <- lapply(seq_along(path.intersected), function(i) {colnames(path.intersected[[i]]) <- paste0(colnames(path.intersected[[i]]), names(path.intersected)[[i]]) ; path.intersected[[i]] } ) + path2 <- data.table::setDF(Reduce(merge, lapply(path.intersected, data.table::data.table, keep.rownames = TRUE))) + + mum.df <- path2[, c("rn", "Pathway total", "Hits.total", "Hits.sig", "FET", "P_val")] + rownames(mum.df) <- mum.df$rn + + # combine p-values + # replace 1 with 0.999 and 0 with low number + mum.df[,5:6][mum.df[,5:6]==1] <- 0.999 + mum.df[,5:6][mum.df[,5:6]==0] <- .Machine$double.xmin + + combo.all <- apply(mum.df[,5:6], 1, function(x) sumlog(x)) + + #extract p-values + all.ps <- unlist(lapply(combo.all, function(z) z["p"])) + df.combo <- as.matrix(mum.df[,2:6]) + dfcombo <- round(cbind(df.combo, all.ps), 5) + colnames(dfcombo) <- c("Total_Size", "Hits", "Sig_Hits", "Mummichog_Pvals", "GSEA_Pvals", "Combined_Pvals") + ord.inx <- order(dfcombo[,6]); + dfcombo <- signif(as.matrix(dfcombo[ord.inx, ]), 4); + + write.csv(dfcombo, "mummichog_integ_pathway_enrichment.csv", row.names = TRUE) + mSetObj$integ.resmat <- dfcombo + + matched_cpds <- names(mSetObj$cpd_exp) + colnames(mum.df)[1] = "pathways"; + inx2<-na.omit(match(mum.df$pathways[ord.inx], mSetObj$pathways$name)) + filt_cpds <- lapply(inx2, function(f) { mSetObj$pathways$cpds[f] }) + + cpds <- lapply(filt_cpds, function(x) intersect(unlist(x), matched_cpds)) + cpds_sig <- lapply(filt_cpds, function(x) intersect(unlist(x), mSetObj$input_cpdlist)) + + mSetObj$path.nms <- rownames(dfcombo) + mSetObj$path.hits <- convert2JsonList(cpds) + mSetObj$path.pval <- as.numeric(dfcombo[,6]) + mSetObj <<- mSetObj; + matched_res <- qs::qread("mum_res.qs"); + json.res <- list( + cmpd.exp = mSetObj$cpd_exp, + path.nms = rownames(dfcombo), + hits.all = convert2JsonList(cpds), + hits.all.size = as.numeric(dfcombo[,2]), + hits.sig = convert2JsonList(cpds_sig), + hits.sig.size = as.numeric(dfcombo[,3]), + mum.p = as.numeric(dfcombo[,4]), + gsea.p = as.numeric(dfcombo[,5]), + comb.p = as.numeric(dfcombo[,6]), + peakToMet = mSetObj$cpd_form_dict, + peakTable = matched_res + ); + + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + } + return(mSetObj); +} + +#' Internal function to perform PSEA, with RT +.init.RT.Permutations <- function(mSetObj, permNum){ + + if(anal.type == "mummichog"){ + mSetObj <- .perform.mummichogRTPermutations(mSetObj, permNum); + mSetObj <- .compute.mummichogRTSigPvals(mSetObj); + }else if(anal.type == "gsea_peaks"){ + mSetObj <- .compute.mummichog.RT.fgsea(mSetObj, permNum); + }else{ + # need to perform mummichog + gsea then combine p-values + mSetObj <- .compute.mummichog.RT.fgsea(mSetObj, permNum); + mSetObj <- .perform.mummichogRTPermutations(mSetObj, permNum); + mSetObj <- .compute.mummichogRTSigPvals(mSetObj); + + pathResults <- vector("list") + + pathResults$ora.all <- mSetObj$mummi.resmat + pathResults$gsea.all <- mSetObj$mummi.gsea.resmat + + path.names.all <- lapply(pathResults, rownames) + path.intersect <- Reduce(intersect, path.names.all) + + # remove paths not found by all three - complete.cases + path.intersected <- lapply(pathResults, function(x) x[row.names(x) %in% path.intersect,]) + #li_2 <- lapply(seq_along(path.intersected), function(i) {colnames(path.intersected[[i]]) <- paste0(colnames(path.intersected[[i]]), names(path.intersected)[[i]]) ; path.intersected[[i]] } ) + path2 <- data.table::setDF(Reduce(merge, lapply(path.intersected, data.table::data.table, keep.rownames = TRUE))) + + mum.df <- path2[, c(1:4, 6, 12)] + rownames(mum.df) <- mum.df$rn + mum.df <- mum.df[,-1] + colnames(mum.df) <- c("Total_Size", "Hits", "Sig_Hits", "Mummichog_Pvals", "GSEA_Pvals") + + # combine p-values + combo.all <- apply(mum.df[,c("Mummichog_Pvals", "GSEA_Pvals")], 1, function(x) sumlog(x)) + + #extract p-values + all.ps <- unlist(lapply(combo.all, function(z) z["p"])) + df.combo <- as.matrix(mum.df) + df.combo <- round(cbind(df.combo, all.ps), 5) + colnames(df.combo) <- c("Total_Size", "Hits", "Sig_Hits", "Mummichog_Pvals", "GSEA_Pvals", "Combined_Pvals") + ord.inx <- order(df.combo[,6]); + df.combo <- signif(as.matrix(df.combo[ord.inx, ]), 4); + write.csv(df.combo, "mummichog_integ_pathway_enrichment.csv", row.names = TRUE) + mSetObj$integ.resmat <- df.combo + + ## transform ecpd to cpd for json files + # for all cpds + total_ecpds <- unique(mSetObj$total_matched_ecpds) #all matched compounds + current.mset <- mSetObj$pathways$emp_cpds[match(rownames(df.combo), mSetObj$pathways$name)] + ecpds <- lapply(current.mset, function(x) intersect(x, total_ecpds)); #pathways & all ref ecpds + cpds <- lapply(ecpds, function(x) unique(unlist(mSetObj$ecpd_cpd_dict[match(x, names(mSetObj$ecpd_cpd_dict))])) ) + + # for sig ecpds + qset <- unique(unlist(mSetObj$input_ecpdlist)); + current.mset <- mSetObj$pathways$emp_cpds[match(rownames(df.combo), mSetObj$pathways$name)] + feats <- lapply(current.mset, function(x) intersect(x, qset)); + cpds_feats <- lapply(feats, function(x) unique(unlist(mSetObj$ecpd_cpd_dict[match(x, names(mSetObj$ecpd_cpd_dict))])) ) + + # now make exp vec for all compounds + cpds2ec <- mSetObj$cpd_ecpd_dict + cpds.all <- unique(unlist(mSetObj$ecpd_cpd_dict[match(total_ecpds, names(mSetObj$ecpd_cpd_dict))])) + cpds.exp <- sapply(cpds.all, function(x) sapply(seq_along(x), function(i) mean(mSetObj$ec_exp[match(unique(unlist(cpds2ec[match(x[[i]], names(cpds2ec))])), names(mSetObj$ec_exp))]) ) ) + + mSetObj$path.nms <- rownames(df.combo) + mSetObj$path.hits <- convert2JsonList(cpds) + mSetObj$path.pval <- as.numeric(df.combo[,6]) + + mSetObj <<- mSetObj; + matched_res <- qs::qread("mum_res.qs"); + + json.res <- list( + cmpd.exp = cpds.exp, + path.nms = rownames(df.combo), + hits.all = convert2JsonList(cpds), + hits.all.size = as.numeric(df.combo[,2]), + hits.sig = convert2JsonList(cpds_feats), + hits.sig.size = as.numeric(df.combo[,3]), + mum.p = as.numeric(df.combo[,4]), + gsea.p = as.numeric(df.combo[,5]), + comb.p = as.numeric(df.combo[,6]), + peakToMet = mSetObj$cpd_form_dict, + peakTable = matched_res + ); + + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + } + return(mSetObj); +} + +# Internal function to set up library for PSEA +.setup.psea.library <- function(mSetObj = NA, lib, libVersion, minLib=3, metaAnalysis = FALSE, + metaLevel = "pathway", combine.level, + pval.method, es.method, rank.metric, mutual.feats = TRUE){ + + version <- mum.version + filenm <- paste(lib, ".qs", sep="") + biocyc <- grepl("biocyc", lib) + + if(!is.null(mSetObj$curr.cust)){ + + if(biocyc){ + user.curr <- mSetObj$curr.map$BioCyc + }else{ + user.curr <- mSetObj$curr.map$KEGG + } + + currency <<- user.curr + + if(length(currency)>0){ + mSetObj$mummi$anal.msg <- c("Currency metabolites were successfully uploaded!") + }else{ + mSetObj$mummi$anal.msg <- c("Errors in currency metabolites uploading!") + } + } + + if(.on.public.web){ + mum.url <- paste("../../libs/mummichog/", filenm, sep=""); + print(paste("Adding mummichog library:", mum.url)); + mummichog.lib <- qs::qread(mum.url); + }else{ + if(!file.exists(filenm)){ + mum.url <- paste("https://www.metaboanalyst.ca/resources/libs/mummichog/", filenm, sep=""); + download.file(mum.url, destfile = filenm, method="libcurl", mode = "wb") + mummichog.lib <- qs::qread(filenm); + }else{ + mummichog.lib <- qs::qread(filenm); + } + } + + if(!is.null(mSetObj$adduct.custom)){ + mw <- mummichog.lib$cpd.lib$mw + new_adducts <- new_adduct_mzlist(mSetObj, mw) + + cpd.lib <- list( + mz.matp = new_adducts$pos, + mz.matn = new_adducts$neg, + mw = mummichog.lib$cpd.lib$mw, + id = mummichog.lib$cpd.lib$id, + name = mummichog.lib$cpd.lib$name + ); + + }else{ + cpd.lib <- list( + mz.matp = mummichog.lib$cpd.lib$adducts[["positive"]], + mz.matn = mummichog.lib$cpd.lib$adducts[["negative"]], + mw = mummichog.lib$cpd.lib$mw, + id = mummichog.lib$cpd.lib$id, + name = mummichog.lib$cpd.lib$name + ); + } + + cpd.treep <- mummichog.lib$cpd.tree[["positive"]]; + cpd.treen <- mummichog.lib$cpd.tree[["negative"]]; + + # build empirical compound library after + path.length <- sapply(mummichog.lib$pathways$cpds, length) + + min.inx <- which(path.length >= minLib) + + cleaned.pathways <- vector("list") + cleaned.pathways$cpds <- mummichog.lib$pathways$cpds[min.inx] + cleaned.pathways$id <- mummichog.lib$pathways$id[min.inx] + cleaned.pathways$name <- mummichog.lib$pathways$name[min.inx] + + mSetObj$pathways <- cleaned.pathways; + + if(metaAnalysis & metaLevel %in% c("cpd", "ec")){ + mSetObj <- .search.compoundLibMeta(mSetObj, cpd.lib, cpd.treep, cpd.treen, metaLevel, combine.level, + pval.method, es.method, rank.metric, mutual.feats); + }else{ + mSetObj <- .search.compoundLib(mSetObj, cpd.lib, cpd.treep, cpd.treen); + } + + if(mSetObj$dataSet$mumRT & version=="v2"){ + # only for empirical compounds + if(metaLevel %in% c("ec", "pathway", "pooled")){ + # map cpds to empirical cpds + cleaned.pathways$emp_cpds <- lapply(cleaned.pathways$cpds, function(x) unique(unlist(mSetObj$cpd_ecpd_dict[na.omit(match(x, names(mSetObj$cpd_ecpd_dict)))]))) + + # delete emp_cpds, cpds and names with no emp_cpds + null.inx <- sapply(cleaned.pathways$emp_cpds, is.null) + + new_pathways <- vector("list") + new_pathways$cpds <- cleaned.pathways$cpds[!null.inx] + new_pathways$name <- cleaned.pathways$name[!null.inx] + new_pathways$emp_cpds <- cleaned.pathways$emp_cpds[!null.inx] + + mSetObj$pathways <- new_pathways; + } + } + + mSetObj$lib.organism <- lib; #keep track of lib organism for sweave report + return(mSetObj); +} + +# version 2 +# internal function for searching compound library +.search.compoundLib <- function(mSetObj, cpd.lib, cpd.treep, cpd.treen){ + + ref_mzlist <- as.numeric(mSetObj$dataSet$ref_mzlist); + print(paste0("Got ", length(ref_mzlist), " mass features.")) + pos_inx <- mSetObj$dataSet$pos_inx; + ref_mzlistp <- ref_mzlist[pos_inx]; + ref_mzlistn <- ref_mzlist[!pos_inx]; + version <- mum.version + + # for empirical compounds + if(mSetObj$dataSet$mumRT & version=="v2"){ + ord_rt <- rank(mSetObj$dataSet$ret_time, ties.method = "random") + ret_time_pos <- mSetObj$dataSet$ret_time[pos_inx]; + ret_time_rank_pos <- ord_rt[pos_inx] + ret_time_neg <- mSetObj$dataSet$ret_time[!pos_inx] + ret_time_rank_neg <- ord_rt[!pos_inx] + rt_tol <- mSetObj$dataSet$rt_tol + rt_tol_rank <- length(ref_mzlist) * mSetObj$dataSet$rt_frac + }else{ + # add fake RT + ret_time_pos <- rep(1, length(ref_mzlistp)) + ret_time_rank_pos <- rep(1, length(ref_mzlistp)) + ret_time_neg <- rep(1, length(ref_mzlistn)) + ret_time_rank_neg <- rep(1, length(ref_mzlistn)) + } + + modified.statesp <- colnames(cpd.lib$mz.matp); + modified.statesn <- colnames(cpd.lib$mz.matn); + my.tolsp <- mz_tolerance(ref_mzlistp, mSetObj$dataSet$instrument); + my.tolsn <- mz_tolerance(ref_mzlistn, mSetObj$dataSet$instrument); + + # get mz ladder (pos index) + self.mzsp <- floor(ref_mzlistp); + all.mzsp <- cbind(self.mzsp-1, self.mzsp, self.mzsp+1); + + self.mzsn <- floor(ref_mzlistn); + all.mzsn <- cbind(self.mzsn-1, self.mzsn, self.mzsn+1); + + # matched_res will contain detailed result (cmpd.id. query.mass, mass.diff) for all mz; + # use a high-performance variant of list + matched_resp <- myFastList(); + matched_resn <- myFastList(); + + if(mSetObj$dataSet$mode != "negative"){ + for(i in 1:length(ref_mzlistp)){ + mz <- ref_mzlistp[i]; + rt <- ret_time_pos[i]; + rt_rank <- ret_time_rank_pos[i]; + my.tol <- my.tolsp[i]; + all.mz <- all.mzsp[i,]; + pos.all <- as.numeric(unique(unlist(cpd.treep[all.mz]))); + + for(pos in pos.all){ + id <- cpd.lib$id[pos]; + mw.all <- cpd.lib$mz.matp[pos,]; #get modified mzs + diffs <- abs(mw.all - mz); #modified mzs - mz original + hit.inx <- which(diffs < my.tol); + if(length(hit.inx)>0){ + for(spot in 1:length(hit.inx)){ + hit.pos <- hit.inx[spot];# need to match all + index <- paste(mz, id, rt, hit.pos, sep = "___"); + matched_resp$add(index, c(i, id, mz, rt, rt_rank, mw.all[hit.pos], modified.statesp[hit.pos], diffs[hit.pos])); #replaces previous when hit.inx>1 + } + } + } + } + } + + all.mzsn <<- all.mzsn + + if(mSetObj$dataSet$mode != "positive"){ + for(i in 1:length(ref_mzlistn)){ + mz <- ref_mzlistn[i]; + rt <- ret_time_neg[i]; + rt_rank <- ret_time_rank_neg[i]; + my.tol <- my.tolsn[i]; + all.mz <- all.mzsn[i,]; + pos.all <- as.numeric(unique(unlist(cpd.treen[all.mz]))); + + for(pos in pos.all){ + id <- cpd.lib$id[pos]; # position of compound in cpd.tree + mw.all <- cpd.lib$mz.matn[pos,]; #get modified mzs + diffs <- abs(mw.all - mz); #modified mzs - mz original + hit.inx <- which(diffs < my.tol); + if(length(hit.inx)>0){ + for(spot in 1:length(hit.inx)){ + hit.pos <- hit.inx[spot];# need to match all + index <- paste(mz, id, rt, hit.pos, sep = "___"); #name in fast_list + matched_resn$add(index, c(i, id, mz, rt, rt_rank, mw.all[hit.pos], modified.statesn[hit.pos], diffs[hit.pos])); #replaces previous when hit.inx>1 + } + } + } + } + } + + # convert to regular list + if(mSetObj$dataSet$mode == "mixed"){ + + matched_resn <- matched_resn$as.list(); + matched_resp <- matched_resp$as.list(); + + neg_matches <- length(matched_resn) > 0 + pos_matches <- length(matched_resp) > 0 + + if(!neg_matches & !pos_matches){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + if(neg_matches){ + matched_resn <- data.frame(matrix(unlist(matched_resn), nrow=length(matched_resn), byrow=T), stringsAsFactors = FALSE); + } + + if(pos_matches){ + matched_resp <- data.frame(matrix(unlist(matched_resp), nrow=length(matched_resp), byrow=T), stringsAsFactors = FALSE); + } + + if(neg_matches & pos_matches){ # both w. matches + matched_res <- rbind(matched_resp, matched_resn) + }else if(neg_matches & !pos_matches){ # only neg w. matches + matched_res <- matched_resn + }else{ # only pos w. matches + matched_res <- matched_resp + } + + }else if(mSetObj$dataSet$mode == "positive"){ + matched_resp <- matched_resp$as.list(); + + if(is.null(unlist(matched_resp))){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + matched_resp <- data.frame(matrix(unlist(matched_resp), nrow=length(matched_resp), byrow=T), stringsAsFactors = FALSE); + matched_res <- matched_resp + }else{ + matched_resn <- matched_resn$as.list(); + + if(is.null(unlist(matched_resn))){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + matched_resn <- data.frame(matrix(unlist(matched_resn), nrow=length(matched_resn), byrow=T), stringsAsFactors = FALSE); + matched_res <- matched_resn + } + + # re-order columns for output + matched_res <- matched_res[, c(3,2,7,8,4,5)]; + colnames(matched_res) <- c("Query.Mass", "Matched.Compound", "Matched.Form", "Mass.Diff", "Retention.Time", "RT.Rank"); + + if(!mSetObj$dataSet$mumRT & version=="v2"){ + matched_res <- matched_res[,-(5:6)] + } + + #print(paste0(length(unique(matched_res[,2])), " matched compounds! cpd2mz")) + + # now create empirical compounds if necessary! + # 1 compound matches to multiple m/z, filter by RT + if(mSetObj$dataSet$mumRT & version=="v2"){ + start <- Sys.time() + # mz, ion + empirical.cpd.list <- split(matched_res[,c(1,3,5,6)], matched_res[,2]); # split mz, ion and rt by compound + empirical.cpds2cpds <- vector(length=(length(empirical.cpd.list)), "list") + names(empirical.cpds2cpds) <- names(empirical.cpd.list) + + # for each compound, if multiple matches, split into ECpds if > RT tolerance - rt_tol + for(i in 1:length(empirical.cpd.list)){ + + mzs <- empirical.cpd.list[[i]]$Query.Mass + ions <- empirical.cpd.list[[i]]$Matched.Form + rts <- empirical.cpd.list[[i]]$Retention.Time + rt.rank <- empirical.cpd.list[[i]]$RT.Rank + cpds <- names(empirical.cpd.list)[i] + + # first, for each compound, determine ECs among matched ions + if(length(mzs)>1){ # if multiple ECs per compound + + # first group together to create empirical cpds by rt + rts <- as.numeric(rts) + names(rts) <- paste0(mzs, ";", ions, ";", rts, ";", cpds) + rts <- sort(rts) + + # second, group together to create empirical cpds by rt rank + rt.ranks <- as.numeric(rt.rank) + names(rt.ranks) <- paste0(mzs, ";", ions, ";", rts, ";", cpds) + rt.ranks <- sort(rt.ranks) + + split.inx <- c(0, cumsum(Reduce("&", list(abs(diff(rts)) > rt_tol, abs(diff(rt.ranks)) > rt_tol_rank) ))) + + # need to deal w. multiple rts but only 1 EC + if(length(unique(split.inx)) > 1){ + e.cpds <- split(rts, split.inx) + empirical.cpds2cpds[[i]] <- lapply(e.cpds, names) + }else{ + empirical.cpds2cpds[[i]] <- paste0(names(rts), collapse="__") + } + + }else{ # if only 1 EC per compound + empirical.cpds2cpds[[i]] <- paste0(mzs, ";", ions, ";", rts, ";", cpds) + } + } + + initial_ecs <- unlist(empirical.cpds2cpds, recursive=FALSE) + names(initial_ecs) <- paste0("EC", 1:length(initial_ecs)) + print(paste0(length(initial_ecs), " inital ECs created!")) + + # second, merge ECs if same m/z and form - append compounds + try <- reshape2::melt(initial_ecs) + try2 <- strsplit(as.character(try[,1]), split="__", fixed=TRUE) # deals with multiple rts belonging to 1 EC + try2.df <- data.frame(value=unlist(try2), L1 = rep(try$L1, sapply(try2, length))) + + info <- strsplit(as.character(try2.df[,1]), split=";") + df_ecs <- data.frame(ec=as.character(try2.df[,2]), mz=sapply(info, `[[`, 1), form=sapply(info, `[[`, 2), rt = sapply(info, `[[`, 3), cpd = sapply(info, `[[`, 4), stringsAsFactors = F) + df_ecs$str_row_inx <- paste(df_ecs$mz, df_ecs$form, df_ecs$rt, sep = "___") + qs::qsave(df_ecs, "initial_ecs.qs") + merged_ecs <- aggregate(. ~ str_row_inx, df_ecs, paste, collapse=";") + + # cleaning the df + # merged_ecs$ec <- sapply(strsplit(merged_ecs$ec, ";", fixed=TRUE), function(x) unlist(x)[1]) - keep as long name + merged_ecs$mz <- sapply(strsplit(merged_ecs$mz, ";", fixed=TRUE), function(x) unique(unlist(x))) + merged_ecs$form <- sapply(strsplit(merged_ecs$form, ";", fixed=TRUE), function(x) unique(unlist(x))) + merged_ecs$rt <- sapply(strsplit(merged_ecs$rt, ";", fixed=TRUE), function(x) unique(unlist(x))) + print(paste0(length(unique(merged_ecs$ec)), " merged ECs identified!")) + + # third, check if primary ion is present + # needs to be per EC! + if(mSetObj$dataSet$primary_ion=="yes"){ + + ecs <- unique(merged_ecs$ec) + + # function to group ECs and verify if contains primary ion + new_info <- lapply(ecs, function(x) { + new_info <- merged_ecs[which(merged_ecs$ec == x),] # subset merged_ecs to rows containing ECx + primary.inx <- length(intersect(new_info$form, primary_ions)) + + if(primary.inx>0){ + new_info <- new_info + }else{ + new_info <- NULL + } + new_info + }) + + final_ecs <- do.call(args=new_info, what=rbind)[,-1] + + }else{ + final_ecs <- merged_ecs[,-1] + } + + colnames(final_ecs) <- c("Empirical.Compound", "Query.Mass", "Matched.Form", "Retention.Time", "Matched.Compound") + + # transform to long format + cpd_split <- strsplit(as.character(final_ecs$Matched.Compound), ";", fixed=TRUE) + reps <- pmax(lengths(cpd_split)) + df2 <- final_ecs[rep(1:nrow(final_ecs), reps), 1:4] + df2$Matched.Compound <- unlist(mapply(function(x,y) c(x, rep(NA, y)), cpd_split, reps-lengths(cpd_split))) + + matched_res <- merge(matched_res, df2) + matched_res <- matched_res[,-6] #rm rt rank + matched_res[,6] <- as.character(matched_res[,6]) + + # now deal with the fact that if at least one EC overlap, need to count as same EC per compound... + my_final_cpds <- aggregate(. ~ Matched.Compound, matched_res, paste, collapse="___") + my_final_cpds_list <- lapply(split(my_final_cpds$Empirical.Compound, my_final_cpds$Matched.Compound), unlist) + + cpd2ec1 <- lapply(seq_along(my_final_cpds_list), function(x) { # function used to make grouping of ecs per cpd + + ecs <- unlist(strsplit(my_final_cpds_list[[x]], "___", fixed=TRUE)) + + if(length(ecs) > 1){ + ecs.list <- as.list(strsplit(ecs, ";", fixed=TRUE)) + library(igraph) + m = sapply(ecs.list, function(x) sapply(ecs.list, function(y) length(intersect(x,y))>0)) + g = igraph::groups(components(graph_from_adjacency_matrix(m))) + ecs <- paste0(sapply(g, function(z) paste0(ecs[z], collapse = "|") ), collapse = "___") + } + ecs + }) + + names(cpd2ec1) <- names(my_final_cpds_list) + + update_ecs <- lapply(seq_along(cpd2ec1), function(z) { + + ecs.old <- unlist(strsplit(my_final_cpds_list[[z]], "___", fixed=TRUE)) + ecs.new <- unlist(strsplit(cpd2ec1[[z]], "___", fixed=TRUE)) + + for(i in seq_along(ecs.new)){ + pattern <- ecs.new[i] + pattern_vec <- unlist(strsplit(pattern, "\\|")) + up.pattern <- paste0(unique(pattern_vec), collapse = "|") + ecs.old[ ecs.old %in% pattern_vec ] <- up.pattern + } + + ecs.old <- paste0(ecs.old, collapse = "___") + ecs.old + }) + + updated_ecs <- do.call(rbind, update_ecs) + my_final_cpds$Empirical.Compound <- updated_ecs + + new_dt <- data.table::data.table(my_final_cpds) + new_dt <- new_dt[, list(Query.Mass = unlist(strsplit(as.character(Query.Mass), "___", fixed=TRUE)), + Matched.Form = unlist(strsplit(as.character(Matched.Form), "___", fixed=TRUE)), + Retention.Time = unlist(strsplit(as.character(Retention.Time), "___", fixed=TRUE)), + Mass.Diff = unlist(strsplit(as.character(Mass.Diff), "___", fixed=TRUE)), + Empirical.Compound = unlist(strsplit(as.character(Empirical.Compound), "___", fixed=TRUE))), + by = Matched.Compound] + + matched_res <- data.frame(Query.Mass = new_dt$Query.Mass, Matched.Compound = new_dt$Matched.Compound, Matched.Form = new_dt$Matched.Form, + Retention.Time = new_dt$Retention.Time, Mass.Diff = new_dt$Mass.Diff, Empirical.Compound = new_dt$Empirical.Compound, stringsAsFactors = FALSE) + + # make EC names + ec <- matched_res$Empirical.Compound + ec.unique <- unique(matched_res$Empirical.Compound) + + for(i in seq_along(ec.unique)){ + ec <- replace(ec, grep(paste0("\\b", ec.unique[i], "\\b"), ec, perl=TRUE), paste0("EC000", i)) + } + + #for(i in seq_along(ec.unique)){ + # ec <- gsub(paste0("\\b", ec.unique[i], "\\b"), paste0("EC000", i), ec) + #} + + matched_res$Empirical.Compound <- gsub("\\|.*", "", ec) + end <- Sys.time() + totaltime <- end-start + print(paste0(length(unique(matched_res$Empirical.Compound)), " empirical compounds identified in ", totaltime, " seconds.")) + } + + fast.write.csv(matched_res, file="mummichog_matched_compound_all.csv", row.names=FALSE); + qs::qsave(matched_res, "mum_res.qs"); + + # now update expr. profile + matched_mz <- matched_res[,1]; + matched_ts <- mSetObj$dataSet$expr_dic[matched_mz]; + + if(mSetObj$dataSet$mumRT & version=="v2"){ # RT need to be in EC space + # first create ecpd to expression dict + ec.exp.mat <- data.frame(key=matched_res[,6], value=as.numeric(matched_ts), stringsAsFactors = F) + ec_exp_dict <- Convert2Dictionary(ec.exp.mat); + ec.exp.vec <- unlist(lapply(ec_exp_dict, max)); + + # also need to make cpd_exp_dict for KEGG network view + exp.mat <- data.frame(key=matched_res[,2], value=as.numeric(matched_ts)); + cpd_exp_dict <- Convert2Dictionary(exp.mat); + + # ecpd to cpd dict + cpd_ecpd_dict <- Convert2Dictionary(matched_res[,c(2,6)]) + ecpd_cpd_dict <- Convert2Dictionary(matched_res[,c(6,2)]) + + # now mz 2 ecpd dict + mz2cpd_dict <- Convert2Dictionary(matched_res[,c(1,2)]); #indexed/named by mz + mz2ec_dict <- Convert2Dictionary(matched_res[,c(1,6)]) + ec2mz_dict <- Convert2Dictionary(matched_res[,c(6,1)]) + + # save to mSetObj + mSetObj$ec_exp_dict <- ec_exp_dict + mSetObj$cpd_exp_dict <- cpd_exp_dict; + mSetObj$ec_exp <- ec.exp.vec + mSetObj$mz2cpd_dict <- mz2cpd_dict; + mSetObj$mz2ec_dict <- mz2ec_dict + mSetObj$ec2mz_dict <- ec2mz_dict + mSetObj$ecpd_cpd_dict <- ecpd_cpd_dict + mSetObj$cpd_ecpd_dict <- cpd_ecpd_dict + mSetObj$cpd_ecpd_counts <- cpd2ec1 + + # now do matching to identify significant input_ecpdlist + refmz <- names(mz2ec_dict) + hits.index <- which(refmz %in% as.character(mSetObj$dataSet$input_mzlist)); + ec1 <- unique(unlist(mz2ec_dict[hits.index])); + mSetObj$input_ecpdlist <- ec1; + mSetObj$total_matched_ecpds <- unique(as.vector(matched_res$Empirical.Compound)); + }else{ + # get the expression profile for each + exp.mat <- data.frame(key=matched_res[,2], value=as.numeric(matched_ts)); + cpd_exp_dict <- Convert2Dictionary(exp.mat); + # create average exp + exp.vec <- unlist(lapply(cpd_exp_dict, mean)); + + # now need to get the mapping from mz to compound id (one mz can have 0, 1, or more id hits) + mz2cpd_dict <- Convert2Dictionary(matched_res[,c(1,2)]); #indexed/named by mz + cpd2mz_dict <- Convert2Dictionary(matched_res[,c(2,1)]); # indexed/named by id + + # now do matching to identify significant input_cpdlist + refmz <- names(mz2cpd_dict) + hits.index <- which(refmz %in% as.character(mSetObj$dataSet$input_mzlist)); + cpd1 <- unique(unlist(mz2cpd_dict[hits.index])); + cpd1 <- cpd1[!(cpd1 %in% currency)]; + + mSetObj$mz2cpd_dict <- mz2cpd_dict; + mSetObj$cpd_exp_dict <- cpd_exp_dict; + mSetObj$cpd_exp <- exp.vec; + mSetObj$cpd2mz_dict <- cpd2mz_dict; + mSetObj$input_cpdlist <- cpd1; + mSetObj$total_matched_cpds <- unique(as.vector(matched_res$Matched.Compound)); + } + + form.mat <- cbind(matched_res[,2], matched_res[,3]); + cpd_form_dict <- Convert2Dictionary(form.mat); + mSetObj$cpd_form_dict <- cpd_form_dict; + + return(mSetObj); +} + +# version 2 +# internal function for searching compound library +.search.compoundLibMeta <- function(mSetObjMeta, cpd.lib, cpd.treep, cpd.treen, metaLevel = "cpd", + combine.level = "pvalue", pval.method = "fisher", es.method = "fixed", + rank.metric = "mean", mutual.feats = TRUE){ + + metaFiles <- unique(metaFiles) + + metaMsetObj <- vector("list") + version <- mum.version + + # first do compound mapping + for(meta_file in seq_along(metaFiles)){ + + mSetObj <- qs::qread(metaFiles[meta_file]) + ref_mzlist <- as.numeric(mSetObj$dataSet$ref_mzlist); + print(paste0("Got ", length(ref_mzlist), " mass features.")) + pos_inx <- mSetObj$dataSet$pos_inx; + ref_mzlistp <- ref_mzlist[pos_inx]; + ref_mzlistn <- ref_mzlist[!pos_inx]; + + # for empirical compounds + if(mSetObj$dataSet$mumRT){ + ret_time_pos <- mSetObj$dataSet$ret_time[pos_inx]; + ret_time_neg <- mSetObj$dataSet$ret_time[!pos_inx] + rt_tol <- mSetObj$dataSet$rt_tol + }else{ + # add fake RT + ret_time_pos <- rep(1, length(ref_mzlistp)) + ret_time_neg <- rep(1, length(ref_mzlistn)) + } + + modified.statesp <- colnames(cpd.lib$mz.matp); + modified.statesn <- colnames(cpd.lib$mz.matn); + my.tolsp <- mz_tolerance(ref_mzlistp, mSetObj$dataSet$instrument); + my.tolsn <- mz_tolerance(ref_mzlistn, mSetObj$dataSet$instrument); + + # get mz ladder (pos index) + self.mzsp <- floor(ref_mzlistp); + all.mzsp <- cbind(self.mzsp-1, self.mzsp, self.mzsp+1); + + self.mzsn <- floor(ref_mzlistn); + all.mzsn <- cbind(self.mzsn-1, self.mzsn, self.mzsn+1); + + # matched_res will contain detailed result (cmpd.id. query.mass, mass.diff) for all mz; + # use a high-performance variant of list + matched_resp <- myFastList(); + matched_resn <- myFastList(); + + if(mSetObj$dataSet$mode != "negative"){ + for(i in seq_along(ref_mzlistp)){ + mz <- ref_mzlistp[i]; + rt <- ret_time_pos[i]; + my.tol <- my.tolsp[i]; + all.mz <- all.mzsp[i,]; + pos.all <- as.numeric(unique(unlist(cpd.treep[all.mz]))); + + for(pos in pos.all){ + id <- cpd.lib$id[pos]; + mw.all <- cpd.lib$mz.matp[pos,]; #get modified mzs + diffs <- abs(mw.all - mz); #modified mzs - mz original + hit.inx <- which(diffs < my.tol); + if(length(hit.inx)>0){ + for(spot in seq_along(hit.inx)){ + hit.pos <- hit.inx[spot];# need to match all + index <- paste(mz, id, rt, hit.pos, sep = "_"); + matched_resp$add(index, c(i, id, mz, rt, mw.all[hit.pos], modified.statesp[hit.pos], diffs[hit.pos])); #replaces previous when hit.inx>1 + } + } + } + } + } + + all.mzsn <<- all.mzsn + + if(mSetObj$dataSet$mode != "positive"){ + for(i in seq_along(ref_mzlistn)){ + mz <- ref_mzlistn[i]; + rt <- ret_time_neg[i]; + my.tol <- my.tolsn[i]; + all.mz <- all.mzsn[i,]; + pos.all <- as.numeric(unique(unlist(cpd.treen[all.mz]))); + + for(pos in pos.all){ + id <- cpd.lib$id[pos]; # position of compound in cpd.tree + mw.all <- cpd.lib$mz.matn[pos,]; #get modified mzs + diffs <- abs(mw.all - mz); #modified mzs - mz original + hit.inx <- which(diffs < my.tol); + if(length(hit.inx)>0){ + for(spot in seq_along(hit.inx)){ + hit.pos <- hit.inx[spot];# need to match all + index <- paste(mz, id, rt, hit.pos, sep = "_"); #name in fast_list + matched_resn$add(index, c(i, id, mz, rt, mw.all[hit.pos], modified.statesn[hit.pos], diffs[hit.pos])); #replaces previous when hit.inx>1 + } + } + } + } + } + + # convert to regular list + if(mSetObj$dataSet$mode == "mixed"){ + + matched_resn <- matched_resn$as.list(); + matched_resp <- matched_resp$as.list(); + + neg_matches <- length(matched_resn) > 0 + pos_matches <- length(matched_resp) > 0 + + if(!neg_matches & !pos_matches){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + if(neg_matches){ + matched_resn <- data.frame(matrix(unlist(matched_resn), nrow=length(matched_resn), byrow=T), stringsAsFactors = FALSE); + } + + if(pos_matches){ + matched_resp <- data.frame(matrix(unlist(matched_resp), nrow=length(matched_resp), byrow=T), stringsAsFactors = FALSE); + } + + if(neg_matches & pos_matches){ # both w. matches + matched_res <- rbind(matched_resp, matched_resn) + }else if(neg_matches & !pos_matches){ # only neg w. matches + matched_res <- matched_resn + }else{ # only pos w. matches + matched_res <- matched_resp + } + + }else if(mSetObj$dataSet$mode == "positive"){ + matched_resp <- matched_resp$as.list(); + + if(is.null(unlist(matched_resp))){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + matched_resp <- data.frame(matrix(unlist(matched_resp), nrow=length(matched_resp), byrow=T), stringsAsFactors = FALSE); + matched_res <- matched_resp + }else{ + matched_resn <- matched_resn$as.list(); + + if(is.null(unlist(matched_resn))){ + msg.vec <<- "No compound matches from upload peak list!" + return(0) + } + + matched_resn <- data.frame(matrix(unlist(matched_resn), nrow=length(matched_resn), byrow=T), stringsAsFactors = FALSE); + matched_res <- matched_resn + } + + # re-order columns for output + matched_res <- matched_res[, c(3,2,6,7,4)]; + colnames(matched_res) <- c("Query.Mass", "Matched.Compound", "Matched.Form", "Mass.Diff", "Retention.Time"); + + if(metaLevel == "cpd"){ + fileName = paste0("mummichog_matched_compound_", mSetObj$dataSet$fileName, "_all.csv") + fast.write.csv(matched_res, file=fileName, row.names=FALSE); + } + + # objects save to meta msetObj + metafile <- tools::file_path_sans_ext(metaFiles[meta_file]) + metaMsetObj[[metafile]] <- vector("list", 5) + + # now update expr. profile + matched_mz <- matched_res[,1]; + matched_ts <- mSetObj$dataSet$expr_dic[matched_mz]; + + if(combine.level %in% c("pvalue", "both", "pool")){ + pvals <- mSetObj$dataSet$mummi.proc$p.value + names(pvals) <- mSetObj$dataSet$mummi.proc$m.z + matched_pvals <- pvals[matched_mz] + metaMsetObj[[metafile]]$matched_pvals <- matched_pvals; + } + + if(combine.level %in% c("es", "both")){ + es <- mSetObj$dataSet$mummi.proc[,c("effect.size", "lower.ci", "upper.ci")] + rownames(es) <- mSetObj$dataSet$mummi.proc$m.z + match.inx <- match(matched_mz, rownames(es)) + matched_es <- es[match.inx,] + metaMsetObj[[metafile]]$matched_es <- matched_es; + } + + metaMsetObj[[metafile]]$mumResTable <- matched_res; + metaMsetObj[[metafile]]$ref_mzlist <- mSetObj$dataSet$ref_mzlist + metaMsetObj[[metafile]]$input_mzlist <- mSetObj$dataSet$input_mzlist + metaMsetObj[[metafile]]$matched_ts <- matched_ts; + metaMsetObj[[metafile]]$mumRT <-mSetObj$dataSet$mumRT + } + + # second fill in p-value and effect size information + mSetObj <- mSetObjMeta; + + matched_res <- lapply(metaMsetObj, "[[", "mumResTable") + matched_res <- data.table::rbindlist(matched_res, idcol = TRUE) + matched_ts <- unlist(lapply(metaMsetObj, "[[", "matched_ts")) + matched_res <- cbind(matched_res, matched_ts) + + if(combine.level %in% c("pvalue", "both", "pool")){ + matched_pval <- unlist(lapply(metaMsetObj, "[[", "matched_pvals")) + }else{ # initialize empty + matched_pval <- rep(NA, length(matched_ts)) + } + + if(combine.level %in% c("es", "both")){ + matched_es <- lapply(metaMsetObj, "[[", "matched_es") + matched_es <- Reduce(rbind, matched_es) + }else{ # initialize empty + matched_es <- matrix("1", nrow = length(matched_ts), ncol=3) + colnames(matched_es) <- c("effect.size", "lower.ci", "upper.ci") + } + + matched_res <- cbind(matched_res, Matched.Pval = matched_pval, matched_es) + + # combine at compound level + if(metaLevel == "cpd"){ + + if(mutual.feats){ + matched_res_ag <- aggregate(. ~ Matched.Compound, matched_res, paste, collapse=";") + + # keep compounds that only match across all files + matched <- strsplit(matched_res_ag$.id, ";", fixed=TRUE) + matched.inx <- vapply(matched, function(x) length(unique(x))==length(metaFiles), logical(1)) + + if(sum(matched.inx) == 0){ + AddErrMsg("No compounds found across all files!") + return(0) + } + + matched_res_ag <- matched_res_ag[matched.inx,] + # undo aggregate + + matched_res <- splitstackshape::cSplit(matched_res_ag, c(".id", "Query.Mass", "Matched.Form", "Mass.Diff", "Retention.Time", "matched_ts", + "Matched.Pval", "effect.size", "lower.ci", "upper.ci"), + ";", "long", makeEqual = FALSE, type.convert = "as.character") + matched_res <- data.table::setDF(matched_res) + colnames(matched_res)[2] <- "File.Name" + colnames(matched_res)[7:11] <- c("Matched.Scores", "Matched.Pvalue", "Matched.ES", "Matched.L.CI", "Matched.U.CI") + + }else{ + matched_res <- matched_res[, c(3,1,2,4:11)] + matched_res <- data.table::setDF(matched_res) + colnames(matched_res)[2] <- "File.Name" + colnames(matched_res)[7:11] <- c("Matched.Scores", "Matched.Pvalue", "Matched.ES", "Matched.L.CI", "Matched.U.CI") + } + + fast.write.csv(matched_res, file="mummichog_matched_compound_all.csv", row.names=FALSE); + # or empirical compound combining here! + }else{ + + all_ref_mz <- unlist(lapply(metaMsetObj, "[[", "ref_mzlist")) + + matched_res$RT.Rank <- rank(as.numeric(matched_res$Retention.Time), ties.method = "random") + rt_tol_rank <- length(all_ref_mz) * mSetObj$dataSet$rt_frac + + # now create empirical compounds if necessary! + # 1 compound matches to multiple m/z, filter by RT + if(mSetObj$dataSet$mumRT & version=="v2"){ + + start <- Sys.time() + empirical.cpd.list <- data.table:::split.data.table(matched_res, by="Matched.Compound", sorted = TRUE); # split all info by compound + empirical.cpds2cpds <- vector(length=(length(empirical.cpd.list)), "list") + names(empirical.cpds2cpds) <- names(empirical.cpd.list) + + # for each compound, if multiple matches, split into ECpds if > RT tolerance - rt_tol + for(i in seq_along(empirical.cpd.list)){ + + id <- empirical.cpd.list[[i]]$.id + mzs <- empirical.cpd.list[[i]]$Query.Mass + ions <- empirical.cpd.list[[i]]$Matched.Form + rts <- as.numeric(empirical.cpd.list[[i]]$Retention.Time) + rt.rank <- as.numeric(empirical.cpd.list[[i]]$RT.Rank) + score <- empirical.cpd.list[[i]]$matched_ts + mass.diff <- empirical.cpd.list[[i]]$Mass.Diff + p.val <- empirical.cpd.list[[i]]$Matched.Pval + es <- empirical.cpd.list[[i]]$effect.size + l.ci <- empirical.cpd.list[[i]]$lower.ci + u.ci <- empirical.cpd.list[[i]]$upper.ci + cpds <- names(empirical.cpd.list)[i] + + # first, for each compound, determine ECs among matched ions + if(length(mzs)>1){ # if multiple ECs per compound + + # first group together to create empirical cpds by rt + names(rts) <- paste0(mzs, ";", ions, ";", rts, ";", cpds, ";", id, ";", score, + ";", mass.diff, ";", p.val,";", es, ";", l.ci, ";", u.ci) + rts <- sort(rts) + + # second, group together to create empirical cpds by rt rank + names(rt.rank) <- paste0(mzs, ";", ions, ";", rts, ";", cpds, ";", id, ";", score, + ";", mass.diff, ";", p.val,";", es, ";", l.ci, ";", u.ci) + rt.rank <- sort(rt.rank) + + split.inx <- c(0, cumsum(Reduce("&", list(abs(diff(rts)) > rt_tol, abs(diff(rt.rank)) > rt_tol_rank) ))) + + # need to deal w. multiple rts but only 1 EC + if(length(unique(split.inx)) > 1){ + e.cpds <- split(rts, split.inx) + empirical.cpds2cpds[[i]] <- lapply(e.cpds, names) + }else{ + empirical.cpds2cpds[[i]] <- paste0(names(rts), collapse="__") + } + + }else{ # if only 1 EC per compound + empirical.cpds2cpds[[i]] <- paste0(mzs, ";", ions, ";", rts, ";", cpds, ";", id, ";", score, + ";", mass.diff, ";", p.val,";", es, ";", l.ci, ";", u.ci) + } + } + + initial_ecs <- unlist(empirical.cpds2cpds, recursive=FALSE) + names(initial_ecs) <- paste0("EC", seq_along(initial_ecs)) + print(paste0(length(initial_ecs), " inital ECs created!")) + + # second, merge ECs if same m/z and form - append compounds + try <- reshape2::melt(initial_ecs) + try2 <- strsplit(as.character(try[,1]), split="__", fixed=TRUE) # deals with multiple rts belonging to 1 EC + try2 <- data.frame(value=unlist(try2), L1 = rep(try$L1, sapply(try2, length))) + + info <- strsplit(as.character(try2[,1]), split=";", fixed=TRUE) + + df_ecs <- data.frame(ec = as.character(try2[,2]), mz = sapply(info, `[[`, 1), form = sapply(info, `[[`, 2), rt = sapply(info, `[[`, 3), + cpd = sapply(info, `[[`, 4), id = sapply(info, `[[`, 5), score = sapply(info, `[[`, 6), + mass_diff = sapply(info, `[[`, 7), pval = sapply(info, `[[`, 8), es = sapply(info, `[[`, 9), + lci = sapply(info, `[[`, 10), uci = sapply(info, `[[`, 11), stringsAsFactors = F) + + df_ecs$str_row_inx <- paste(df_ecs$mz, df_ecs$form, df_ecs$rt, sep = "___") + merged_ecs <- aggregate(. ~ str_row_inx, df_ecs, paste, collapse=";") + + # cleaning the df + # merged_ecs$ec <- sapply(strsplit(merged_ecs$ec, ";"), function(x) unlist(x)[1]) - keep as long name + merged_ecs$mz <- sapply(strsplit(merged_ecs$mz, ";", fixed=TRUE), function(x) unique(unlist(x))) + merged_ecs$form <- sapply(strsplit(merged_ecs$form, ";", fixed=TRUE), function(x) unique(unlist(x))) + merged_ecs$rt <- sapply(strsplit(merged_ecs$rt, ";", fixed=TRUE), function(x) unique(unlist(x))) + merged_ecs$id <- sapply(strsplit(merged_ecs$id, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";")) + merged_ecs$score <- sapply(strsplit(merged_ecs$score, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + merged_ecs$mass_diff <- sapply(strsplit(merged_ecs$mass_diff, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + merged_ecs$pval <- sapply(strsplit(merged_ecs$pval, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + merged_ecs$es <- sapply(strsplit(merged_ecs$es, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + merged_ecs$lci <- sapply(strsplit(merged_ecs$lci, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + merged_ecs$uci <- sapply(strsplit(merged_ecs$uci, ";", fixed=TRUE), function(x) paste0(unique(unlist(x)), collapse=";") ) + print(paste0(length(unique(merged_ecs$ec)), " merged ECs identified!")) + + # third, check if primary ion is present + # needs to be per EC! + if(mSetObj$dataSet$primary_ion=="yes"){ + + ecs <- unique(merged_ecs$ec) + + # function to group ECs and verify if contains primary ion + new_info <- lapply(ecs, function(x) { + new_ec_info <- merged_ecs[which(merged_ecs$ec == x),] # subset merged_ecs to rows containing ECx + primary.inx <- length(intersect(new_ec_info$form, primary_ions)) + + if(primary.inx>0){ + new_ec_info <- new_ec_info + }else{ + new_ec_info <- NULL + } + new_ec_info + }) + + final_ecs <- do.call(args=new_info, what=rbind)[,-1] + + }else{ + final_ecs <- merged_ecs[,-1] + } + + colnames(final_ecs) <- c("Empirical.Compound", "Query.Mass", "Matched.Form", "Retention.Time", "Matched.Compound", "FileName", "Matched.Scores", + "Mass.Diff", "Matched.Pvalue", "Matched.ES", "Matched.L.CI", "Matched.U.CI") + + # transform to long format + cpd_split <- strsplit(as.character(final_ecs$Matched.Compound), ";", fixed=TRUE) + reps <- pmax(lengths(cpd_split)) + df2 <- final_ecs[rep(1:nrow(final_ecs), reps), c(1:4, 6:12)] + df2$Matched.Compound <- unlist(mapply(function(x,y) c(x, rep(NA, y)), cpd_split, reps-lengths(cpd_split))) + df2 <- unique(df2) + + # now deal with the fact that if at least one EC overlap, need to count as same EC per compound... + my_final_cpds <- aggregate(. ~ Matched.Compound, df2, paste, collapse="___") + my_final_cpds_list <- lapply(split(my_final_cpds$Empirical.Compound, my_final_cpds$Matched.Compound), unlist) + + cpd2ec1 <- lapply(seq_along(my_final_cpds_list), function(x) { # function used to make grouping of ecs per cpd + + ecs <- unlist(strsplit(my_final_cpds_list[[x]], "___", fixed=TRUE)) + + if(length(ecs) > 1){ + ecs.list <- as.list(strsplit(ecs, ";", fixed=TRUE)) + library(igraph) + m = sapply(ecs.list, function(x) sapply(ecs.list, function(y) length(intersect(x,y))>0)) + g = igraph::groups(components(graph_from_adjacency_matrix(m))) + ecs <- paste0(sapply(g, function(z) paste0(ecs[z], collapse = "|") ), collapse = "___") + } + ecs + }) + + names(cpd2ec1) <- names(my_final_cpds_list) + + update_ecs <- lapply(seq_along(cpd2ec1), function(z) { + + ecs.old <- unlist(strsplit(my_final_cpds_list[[z]], "___", fixed=TRUE)) + ecs.new <- unlist(strsplit(cpd2ec1[[z]], "___", fixed=TRUE)) + + for(i in seq_along(ecs.new)){ + pattern <- ecs.new[i] + pattern_vec <- unlist(strsplit(pattern, "\\|", fixed=TRUE)) + up.pattern <- paste0(unique(pattern_vec), collapse = "|") + ecs.old[ ecs.old %in% pattern_vec ] <- up.pattern + } + + ecs.old <- paste0(ecs.old, collapse = "___") + ecs.old + }) + + updated_ecs <- do.call(rbind, update_ecs) + my_final_cpds$Empirical.Compound <- updated_ecs + + new_dt <- data.table::data.table(my_final_cpds) + new_dt <- new_dt[, list(Query.Mass = unlist(strsplit(as.character(Query.Mass), "___", fixed=TRUE)), + Matched.Form = unlist(strsplit(as.character(Matched.Form), "___", fixed=TRUE)), + Retention.Time = unlist(strsplit(as.character(Retention.Time), "___", fixed=TRUE)), + Empirical.Compound = unlist(strsplit(as.character(Empirical.Compound), "___", fixed=TRUE)), + File.Name = unlist(strsplit(as.character(FileName), "___", fixed=TRUE)), + Matched.Scores = unlist(strsplit(as.character(Matched.Scores), "___", fixed=TRUE)), + Mass.Diff = unlist(strsplit(as.character(Mass.Diff), "___", fixed=TRUE)), + Matched.Pvalue = unlist(strsplit(as.character(Matched.Pvalue), "___", fixed=TRUE)), + Matched.ES = unlist(strsplit(as.character(Matched.ES), "___", fixed=TRUE)), + Matched.L.CI = unlist(strsplit(as.character(Matched.L.CI), "___", fixed=TRUE)), + Matched.U.CI = unlist(strsplit(as.character(Matched.U.CI), "___", fixed=TRUE)) + ), + by = Matched.Compound] + + matched_res <- data.frame(Query.Mass = new_dt$Query.Mass, Matched.Compound = new_dt$Matched.Compound, Matched.Form = new_dt$Matched.Form, Mass.Diff = new_dt$Mass.Diff, + Retention.Time = new_dt$Retention.Time, Matched.Scores = new_dt$Matched.Scores, Matched.Pvalue = new_dt$Matched.Pvalue, + Matched.ES = new_dt$Matched.ES, Matched.L.CI = new_dt$Matched.L.CI, Matched.U.CI = new_dt$Matched.U.CI, + Empirical.Compound = new_dt$Empirical.Compound, File.Name = new_dt$File.Name, stringsAsFactors = FALSE) + + # make new EC names + ec <- as.list(matched_res$Empirical.Compound) + ec.unique <- unique(matched_res$Empirical.Compound) + ec.new <- paste0("EC000", seq_along(ec.unique)) + + ec.new <- vapply(seq_along(ec), function(i) { + + inx <- match(ec[[i]], ec.unique) + ec <- ec.new[inx] + ec + + }, character(1)) + + matched_res$Empirical.Compound <- gsub("\\|.*", "", ec.new) + end <- Sys.time() + totaltime <- end-start + print(paste0(length(unique(matched_res$Empirical.Compound)), " empirical compounds identified in ", totaltime, " seconds.")) + + if(mutual.feats){ + # keep empirical compounds that only match across all files + matched_res <- aggregate(. ~ Empirical.Compound, matched_res, paste, collapse="___") + matched <- strsplit(matched_res$File.Name, ";|___") + matched.inx <- vapply(matched, function(x) length(unique(x))==length(metaFiles), logical(1)) + + if(sum(matched.inx)==0){ + AddErrMsg("No empirical compounds found across all studies!") + return(0) + }else if(sum(matched.inx) < 50){ + AddErrMsg("Not enough empirical compounds matched across all studies! Try meta-analysis at a higher level (compound or pathway).") + return(0) + } + + print(paste0(sum(matched.inx), "matched empirical compounds identified across all studies!")) + + matched_res <- matched_res[matched.inx,] + matched_res <- splitstackshape::cSplit(matched_res, c("Query.Mass", "Matched.Compound", "Matched.Form", "Mass.Diff", "Retention.Time", "Matched.Scores", + "Matched.Pvalue", "Matched.ES", "Matched.L.CI", "Matched.U.CI", "File.Name"), + "___", "long", makeEqual = FALSE, type.convert = "as.character") + matched_res <- data.table::setDF(matched_res) + }else{ + matched_res <- matched_res[,c(11,1:10,12)] + matched_res <- data.table::setDF(matched_res) + } + fast.write.csv(matched_res, file="mummichog_matched_compound_postmerge.csv", row.names=FALSE); + }else{ + AddErrMsg("Meta-analysis at empirical compound level is invalid!") + return(0) + } + } + + ref_mzlist <- lapply(metaMsetObj, "[[", "ref_mzlist") + ref_mzlist <- unlist(unique(ref_mzlist)) + mSetObj$dataSet$ref_mzlist <- ref_mzlist + + mumRT <- unlist(lapply(metaMsetObj, "[[", "mumRT")) + qs::qsave(matched_res, "mum_res.qs"); + + ############################################## + # COMBINE EITHER P-VALUES + # EFFECT-SIZES + # OR BOTH (only for mummichog or integ_peaks) + # then re-make input_cpdlist and input_ecpdlist + # gsea uses rank metric only + + # if(anal.type %in% c("mummichog", "integ_peaks")){ + + if(combine.level %in% c("pvalue", "both")){ + + if(metaLevel %in% "ec"){ + # merge to empirical compounds + all_p <- aggregate(. ~ Empirical.Compound, matched_res, paste, collapse="___") + old_p <- strsplit(all_p$Matched.Pvalue, "___", fixed=TRUE) + scores <- strsplit(all_p$Matched.Pvalue, ";|___") + scores <- lapply(scores, function(x) { + if(length(x) == 1){ + x <- rep(x, 2) + } + x;}) + + }else{ + # merge to compounds + all_p <- aggregate(. ~ Matched.Compound, matched_res, paste, collapse="___") + old_p <- strsplit(all_p$Matched.Pvalue, "___", fixed=TRUE) + scores <- strsplit(all_p$Matched.Pvalue, ";|___") + scores <- lapply(scores, function(x) { + if(length(x) == 1){ + x <- rep(x, 2) + } + x;}) + } + + # combine p-values + if(pval.method=="fisher"){ + meta.pvals <- lapply(scores, function(x) metap::sumlog(as.numeric(x))) + }else if(pval.method=="edgington"){ + meta.pvals <- lapply(scores, function(x) metap::sump(as.numeric(x))) + }else if(pval.method=="stouffer"){ + meta.pvals <- lapply(scores, function(x) metap::sumz(x)) + }else if(pval.method=="vote"){ + meta.pvals <- lapply(scores, function(x) metap::votep(x)) + }else if(pval.method=="min"){ + Meta.P <- lapply(scores, function(x) min(x) ) + }else if(pval.method=="max") { + Meta.P <- lapply(scores, function(x) max(x) ) + }else{ + AddErrMsg("Invalid meta-analysis method!") + return(0) + } + + #extract p-values + if(exists("meta.pvals")){ + Meta.P <- unlist(lapply(meta.pvals, function(z) z["p"])) + } + + Meta.P2 <- rep(Meta.P, vapply(old_p, length, numeric(1))) + matched_res$Meta.P <- Meta.P2 + # } + + # now create input mzlist - used to create + # input cpd/ec list + cutoff <- mSetObj$dataSet$cutoff + + if(combine.level == "both"){ + my.inx <- matched_res[,"Meta.P.Both"] < cutoff + }else if(combine.level == "pvalue"){ + my.inx <- matched_res[,"Meta.P"] < cutoff + }else{ + my.inx <- matched_res[,"Meta.ES.Pval"] < cutoff + } + + input_mzlist <- unlist(unique(matched_res[as.vector(my.inx), "Query.Mass"])) + + }else{ # gsea + input_mzlist <- lapply(metaMsetObj, "[[", "input_mzlist") + input_mzlist <- unlist(unique(input_mzlist)) # will be updated later + } + + sig.size <- length(input_mzlist); + mSetObj$dataSet$N <- sig.size; + mSetObj$dataSet$input_mzlist <- input_mzlist + + if(all(mumRT) & version=="v2"){ # RT need to be in EC space + + # for GSEA + # need to merge t-scores if same m/z in the data + if(rank.metric == "mean"){ # default using the mean + matched_res$Matched.Scores <- vapply(matched_res$Matched.Scores, function(x) mean(as.numeric(unlist(strsplit(as.character(x), ";", fixed=TRUE)))), numeric(1)) + }else if(rank.metric == "min"){ + matched_res$Matched.Scores <- vapply(matched_res$Matched.Scores, function(x) min(as.numeric(unlist(strsplit(as.character(x), ";", fixed=TRUE)))), numeric(1)) + }else if(rank.metric == "max"){ + matched_res$Matched.Scores <- vapply(matched_res$Matched.Scores, function(x) max(as.numeric(unlist(strsplit(as.character(x), ";", fixed=TRUE)))), numeric(1)) + }else if(rank.metric == "median"){ + matched_res$Matched.Scores <- vapply(matched_res$Matched.Scores, function(x) median(as.numeric(unlist(strsplit(as.character(x), ";", fixed=TRUE)))), numeric(1)) + }else{ + AddErrMsg("Invalid method selected for merging scores!") + return(0) + } + + ec.exp.mat <- data.frame(key=matched_res$Empirical.Compound, value=as.numeric(matched_res$Matched.Scores), stringsAsFactors = F) + ec_exp_dict <- Convert2Dictionary(ec.exp.mat); + ec.exp.vec <- unlist(lapply(ec_exp_dict, max)); + + # also need to make cpd_exp_dict for KEGG network view + exp.mat <- data.frame(key=matched_res$Matched.Compound, value=as.numeric(matched_res$Matched.Scores), stringsAsFactors = F); + cpd_exp_dict <- Convert2Dictionary(exp.mat); + + # ecpd to cpd dict + cpd_ecpd_dict <- Convert2Dictionary(matched_res[,c(3,1)]) + ecpd_cpd_dict <- Convert2Dictionary(matched_res[,c(1,3)]) + + # now mz 2 ecpd dict + mz2cpd_dict <- Convert2Dictionary(matched_res[,c(2,3)]); #indexed/named by mz + mz2ec_dict <- Convert2Dictionary(matched_res[,c(2,1)]) + ec2mz_dict <- Convert2Dictionary(matched_res[,c(1,2)]) + + # save to mSetObj + mSetObj$ec_exp_dict <- ec_exp_dict + mSetObj$cpd_exp_dict <- cpd_exp_dict; + mSetObj$ec_exp <- ec.exp.vec + mSetObj$mz2cpd_dict <- mz2cpd_dict; + mSetObj$mz2ec_dict <- mz2ec_dict + mSetObj$ec2mz_dict <- ec2mz_dict + mSetObj$ecpd_cpd_dict <- ecpd_cpd_dict + mSetObj$cpd_ecpd_dict <- cpd_ecpd_dict + mSetObj$cpd_ecpd_counts <- cpd2ec1 + + # now do matching to identify significant input_ecpdlist + # trio.list <- data.frame(mz = names(mz2ec_dict), ec = sapply(mz2ec_dict, paste, collapse="; "), cpd = sapply(mz2cpd_dict, paste, collapse="; ")) + refmz <- names(mz2ec_dict) + hits.index <- which(refmz %in% as.character(input_mzlist)); + ec1 <- unique(unlist(mz2ec_dict[hits.index])); + mSetObj$input_ecpdlist <- ec1; + mSetObj$total_matched_ecpds <- unique(as.vector(matched_res$Empirical.Compound)); + form.mat <- cbind(matched_res[,2], matched_res[,4]); + + }else{ # compound level + + # get the expression profile for each + exp.mat <- data.frame(key=matched_res$Matched.Compound, value=as.numeric(matched_res$Matched.Scores), stringsAsFactors = F); + cpd_exp_dict <- Convert2Dictionary(exp.mat); + # create average exp + exp.vec <- unlist(lapply(cpd_exp_dict, function(x) mean(unlist(x)))); + + # now need to get the mapping from mz to compound id (one mz can have 0, 1, or more id hits) + mz2cpd_dict <- Convert2Dictionary(matched_res[ , c("Query.Mass", "Matched.Compound")]) #indexed/named by mz + cpd2mz_dict <- Convert2Dictionary(matched_res[ , c("Matched.Compound", "Query.Mass")]) # indexed/named by id + + # now do matching to identify significant input_cpdlist + refmz <- names(mz2cpd_dict) + hits.index <- which(refmz %in% as.character(input_mzlist)); + cpd1 <- unique(unlist(mz2cpd_dict[hits.index])); + cpd1 <- cpd1[!(cpd1 %in% currency)]; + form.mat <- cbind(matched_res$Query.Mass, matched_res$Matched.Form); + + mSetObj$mz2cpd_dict <- mz2cpd_dict; + mSetObj$cpd_exp_dict <- cpd_exp_dict; + mSetObj$cpd_exp <- exp.vec; + mSetObj$cpd2mz_dict <- cpd2mz_dict; + mSetObj$input_cpdlist <- cpd1; + mSetObj$dataSet$N <- length(input_mzlist); + mSetObj$total_matched_cpds <- unique(as.vector(matched_res$Matched.Compound)); + } + + cpd_form_dict <- Convert2Dictionary(form.mat); + mSetObj$cpd_form_dict <- cpd_form_dict; + return(mSetObj); +} + +#'@param method If "cohen", computes Cohen's d, if "hedges", +#'computes Hegdes' g effect size statistics. +CalculateEffectSize <- function(mSetObj=NA, paired=FALSE, method="cohen"){ + + mSetObj <- .get.mSet(mSetObj); + + inx1 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]) + inx2 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]) + + # samples in row, features in columns + x <- mSetObj$dataSet$norm[inx1,] + y <- mSetObj$dataSet$norm[inx2,] + + library(effsize) + + my.fun <- function(x) { + + if(method == "cohen"){ + tmp <- try(cohen.d(x[inx1], x[inx2], paired=paired, hedges.correction=FALSE)); + }else{ + tmp <- try(cohen.d(x[inx1], x[inx2], paired=paired, hedges.correction=TRUE)); + } + + if(class(tmp) == "try-error") { + return(c(NA, NA, NA, NA)); + }else{ + return(c(tmp$estimate, tmp$sd, tmp$conf.int)); + } + } + + results <- apply(as.matrix(mSetObj$dataSet$norm), 2, my.fun) + rownames(results) <- c("effect_size", "win_group_stdev", "lower_ci", "upper_ci") + + mSetObj$analSet$effect.size <- t(results); + return(.set.mSet(mSetObj)); +} + +# Internal function for permutation, no RT +.perform.mummichogPermutations <- function(mSetObj, permNum){ + + num_perm <- permNum; + print(paste('Resampling, ', num_perm, 'permutations to estimate background ...')); + permutation_hits <- permutation_record <- vector("list", num_perm); + matched_res <- qs::qread("mum_res.qs"); + set.seed(123) + for(i in 1:num_perm){ # for each permutation, create list of input compounds and calculate pvalues for each pathway + input_mzlist <- sample(mSetObj$dataSet$ref_mzlist, mSetObj$dataSet$N) + t <- make_cpdlist(mSetObj, input_mzlist); + perm <- ComputeMummichogPermPvals(t, mSetObj$total_matched_cpds, mSetObj$pathways, matched_res, input_mzlist, mSetObj$cpd2mz_dict); + permutation_record[[i]] <- perm[1] + permutation_hits[[i]] <- perm[2] + } + + mSetObj$perm_record <- permutation_record; + mSetObj$perm_hits <- permutation_hits + + return(mSetObj); +} + +# Calculate p-values for each Lperm +# Used in higher mummichogR functions w.out RT +ComputeMummichogPermPvals <- function(input_cpdlist, total_matched_cpds, pathways, matches.res, input_mzlist, cpd2mz_dict){ + + ora.vec <- input_cpdlist; #Lperm + query_set_size <- length(ora.vec) + current.mset <- pathways$cpds; #all + total_cpds <- unique(total_matched_cpds) #matched compounds + total_feature_num <- length(total_cpds) + + size <- negneg <- vector(mode="list", length=length(current.mset)); + + cpds <- lapply(current.mset, function(x) intersect(x, total_cpds)); # pathways & all ref cpds + feats <- lapply(current.mset, function(x) intersect(x, ora.vec)); #pathways & lsig + feat_len <- unlist(lapply(feats, length)); # length of overlap features + set.num <- unlist(lapply(cpds, length)); #cpdnum + + negneg <- sizes <- vector(mode="list", length=length(current.mset)); + + for(i in seq_along(current.mset)){ # for each pathway + sizes[[i]] <- min(feat_len[i], count_cpd2mz(cpd2mz_dict, unlist(feats[i]), input_mzlist)) + negneg[[i]] <- total_feature_num + sizes[[i]] - set.num[i] - query_set_size; + } + + unsize <- as.integer(unlist(sizes)) + res.mat <- matrix(0, nrow=length(current.mset), ncol=1) + fishermatrix <- cbind(unsize-1, set.num, (query_set_size + unlist(negneg)), query_set_size) + res.mat[,1] <- apply(fishermatrix, 1, function(x) phyper(x[1], x[2], x[3], x[4], lower.tail=FALSE)); + perm_records <- list(res.mat, as.matrix(unsize)); + return(perm_records); +} + +# Internal function for permutation +.perform.mummichogRTPermutations <- function(mSetObj, permNum){ + num_perm <- permNum; + print(paste('Resampling, ', num_perm, 'permutations to estimate background ...')); + permutation_hits <- permutation_record <- vector("list", num_perm); + matched_res <- qs::qread("mum_res.qs"); + set.seed(123) + for(i in 1:num_perm){ # for each permutation, create list of input emp compounds and calculate pvalues for each pathway + input_mzlist <- sample(mSetObj$dataSet$ref_mzlist, mSetObj$dataSet$N) + t <- make_ecpdlist(mSetObj, input_mzlist); + perm <- ComputeMummichogRTPermPvals(t, mSetObj$total_matched_ecpds, mSetObj$pathways, matched_res, input_mzlist); + permutation_record[[i]] <- perm[1] + permutation_hits[[i]] <- perm[2] + } + + mSetObj$perm_record <- permutation_record; + mSetObj$perm_hits <- permutation_hits + + return(mSetObj); +} + +# Calculate p-values for each Lperm +# Used in higher mummichogR functions w. RT +ComputeMummichogRTPermPvals <- function(input_ecpdlist, total_matched_ecpds, pathways, matches.res, input_mzlist){ + + ora.vec <- input_ecpdlist; #Lperm + query_set_size <- length(ora.vec) # query set size + current.mset <- pathways$emp_cpds; #all + total_ecpds <- unique(total_matched_ecpds) # matched number of empirical compounds + total_feature_num <- length(total_ecpds) + + size <- negneg <- vector(mode="list", length=length(current.mset)); + + ecpds <- lapply(current.mset, function(x) intersect(x, total_ecpds)); # pathways & all ref ecpds + feats <- lapply(current.mset, function(x) intersect(x, ora.vec)); #pathways & query ecpds (perm lsig) + feat_len <- unlist(lapply(feats, length)); # length of overlap features + set.num <- unlist(lapply(ecpds, length)); #cpdnum + + negneg <- sizes <- vector(mode="list", length=length(current.mset)); + + for(i in seq_along(current.mset)){ # for each pathway + sizes[[i]] <- feat_len[i] # for ecs, just use length of overlap feats - overlap_size + negneg[[i]] <- total_feature_num + sizes[[i]] - set.num[i] - query_set_size; + } + + unsize <- as.integer(unlist(sizes)) + res.mat <- matrix(0, nrow=length(current.mset), ncol=1) + fishermatrix <- cbind(unsize-1, set.num, (query_set_size + unlist(negneg)), query_set_size) + res.mat[,1] <- apply(fishermatrix, 1, function(x) phyper(x[1], x[2], x[3], x[4], lower.tail=FALSE)); + perm_records <- list(res.mat, as.matrix(unsize)); + return(perm_records); +} + +# Internal function for significant p value +.compute.mummichogSigPvals <- function(mSetObj){ + + qset <- unique(unlist(mSetObj$input_cpdlist)); #Lsig ora.vec + query_set_size <- length(qset); #q.size + + total_cpds <- unique(mSetObj$total_matched_cpds) #all matched compounds + total_feature_num <- length(total_cpds) + + current.mset <- mSetObj$pathways$cpds; #all compounds per pathway + path.num <- unlist(lapply(current.mset, length)); + + cpds <- lapply(current.mset, function(x) intersect(x, total_cpds)); #pathways & all ref cpds + set.num <- unlist(lapply(cpds, length)); #cpdnum + + feats <- lapply(current.mset, function(x) intersect(x, qset)); #pathways & lsig + feat_len <- unlist(lapply(feats, length)); # length of overlap features + feat_vec <- sapply(feats, function(x) paste(x, collapse=";")) + + negneg <- sizes <- vector(mode="list", length=length(current.mset)); #empty lists + + for(i in seq_along(current.mset)){ # for each pathway + sizes[[i]] <- min(feat_len[i], count_cpd2mz(mSetObj$cpd2mz_dict, unlist(feats[i]), mSetObj$dataSet$input_mzlist)) #min overlap or mz hits + negneg[[i]] <- total_feature_num + sizes[[i]] - set.num[i] - query_set_size; # failure in left part + } + + #error fixing for negatives, problem occurs when total_feat_num and query_set_size too close (lsig too close to lall) + negneg <- rapply(negneg, function(x) ifelse(x<0,0,x), how = "replace") + + unsize <- as.integer(unlist(sizes)); + + uniq.count <- length(unique(unlist(current.mset, use.names = FALSE))); + + # prepare for the result table + res.mat <- matrix(0, nrow=length(current.mset), ncol=6); + + #fishermatrix for phyper + fishermatrix <- cbind(unsize-1, set.num, (query_set_size + unlist(negneg) - unsize), query_set_size); + first <- unlist(lapply(sizes, function(x) max(0, x-1))); + easematrix <- cbind(first, (set.num - unsize + 1), (query_set_size - unsize), unlist(negneg)); + + res.mat[,1] <- path.num; + res.mat[,2] <- set.num; + res.mat[,3] <- unsize; + res.mat[,4] <- query_set_size*(path.num/uniq.count); #expected + res.mat[,6] <- apply(easematrix, 1, function(x) fisher.test(matrix(x, nrow=2), alternative = "greater")$p.value); + res.mat[,5] <- apply(fishermatrix, 1, function(x) phyper(x[1], x[2], x[3], x[4], lower.tail=FALSE)); + colnames(res.mat) <- c("Pathway total", "Hits.total", "Hits.sig", "Expected", "FET", "EASE"); + rownames(res.mat) <- mSetObj$pathways$name + + mSetObj$pvals <- res.mat; + permutations_hits <- matrix(unlist(mSetObj$perm_hits), nrow=length(mSetObj$perm_hits), byrow=TRUE); + sig_hits <- res.mat[,3]; # sighits + sigpvalue <- res.mat[,6]; # EASE scores + + perm_record <- unlist(mSetObj$perm_record); + perm_minus <- abs(0.9999999999 - perm_record); + + if(length(sig_hits[sig_hits!=0]) < round(length(sig_hits)*0.05)){ # too few hits that can't calculate gamma dist! + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + }else{ + tryCatch({ + fit.gamma <- fitdistrplus::fitdist(perm_minus, distr = "gamma", method = "mle", lower = c(0, 0), start = list(scale = 1, shape = 1)); + rawpval <- as.numeric(sigpvalue); + adjustedp <- 1 - (pgamma(1-rawpval, shape = fit.gamma$estimate["shape"], rate = fit.gamma$estimate["scale"])); + }, error = function(e){ + if(mSetObj$dataSet$mumType == "table"){ + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + } + print(e) + }, finally = { + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + }) + } + + #calculate empirical p-values + record <- mSetObj$perm_record + fisher.p <- as.numeric(res.mat[,5]) + + #pathway in rows, perms in columns + record_matrix <- do.call(cbind, do.call(cbind, record)) + num_perm <- ncol(record_matrix) + + #number of better hits for web + better.hits <- sapply(seq_along(record_matrix[,1]), function(i) sum(record_matrix[i,] <= fisher.p[i]) ) + + #account for a bias due to finite sampling - Davison and Hinkley (1997) + emp.p <- sapply(seq_along(record_matrix[,1]), function(i) (sum(record_matrix[i,] <= fisher.p[i])/num_perm) ) + + res.mat <- cbind(res.mat, Emp.Hits=better.hits, Empirical=emp.p, Cpd.Hits = feat_vec) + + # remove those no hits + hit.inx <- as.numeric(as.character(res.mat[,3])) > 0; + res.mat <- res.mat[hit.inx, , drop=FALSE]; + + if(nrow(res.mat) <= 1){ + AddErrMsg("Not enough m/z to compound hits for pathway analysis!") + return(0) + } + + # prepare json element for network + hits.all <- cpds[hit.inx]; + hits.sig <- feats[hit.inx]; + path.nms <- mSetObj$pathways$name[hit.inx]; + + # order by p-values + ord.inx <- order(res.mat[,7]); + + Cpd.Hits <- res.mat[ord.inx, 10] + res.mat <- signif(apply(as.matrix(res.mat[ord.inx, 1:9, drop=FALSE]), 2, as.numeric), 5); + rownames(res.mat) <- path.nms[ord.inx] + mSetObj$mummi.resmat <- res.mat[,-9]; + + mSetObj$path.nms <- path.nms[ord.inx] + mSetObj$path.hits <- convert2JsonList(hits.all[ord.inx]) + mSetObj$path.pval <- as.numeric(res.mat[,5]) + matched_res <- qs::qread("mum_res.qs"); + + json.res <- list( + cmpd.exp = mSetObj$cpd_exp, + path.nms = path.nms[ord.inx], + hits.all = convert2JsonList(hits.all[ord.inx]), + hits.all.size = as.numeric(res.mat[,2]), + hits.sig = convert2JsonList(hits.sig[ord.inx]), + hits.sig.size = as.numeric(res.mat[,3]), + fisher.p = as.numeric(res.mat[,7]), + peakToMet = mSetObj$cpd_form_dict, + peakTable = matched_res + ); + + matri = res.mat[,-8] + matri = cbind(res.mat, paste0("P", seq.int(1, nrow(res.mat)))) + colnames(matri)[ncol(matri)] = "Pathway Number" + matri <- cbind(matri, Cpd.Hits) + fast.write.csv(matri, file=mSetObj$mum_nm_csv, row.names=TRUE); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + return(mSetObj); +} + +# Internal function for significant p value with RT +.compute.mummichogRTSigPvals <- function(mSetObj){ + + qset <- unique(unlist(mSetObj$input_ecpdlist)); #Lsig ora.vec + query_set_size <- length(qset); #q.size + + total_ecpds <- unique(mSetObj$total_matched_ecpds) #all matched compounds + total_feature_num <- length(total_ecpds) + + current.mset <- mSetObj$pathways$emp_cpds; #all compounds per pathway + path.num <- unlist(lapply(current.mset, length)); + + ecpds <- lapply(current.mset, function(x) intersect(x, total_ecpds)); #pathways & all ref ecpds + set.num <- unlist(lapply(ecpds, length)); # total ecpd num in pathway + + feats <- lapply(current.mset, function(x) intersect(x, qset)); #pathways & lsig + feat_len <- unlist(lapply(feats, length)); # length of overlap features + feat_vec <- sapply(feats, function(x) paste(x, collapse=";")) + + negneg <- sizes <- vector(mode="list", length=length(current.mset)); #empty lists + + for(i in seq_along(current.mset)){ # for each pathway + sizes[[i]] <- feat_len[i] # overlap size + negneg[[i]] <- total_feature_num + sizes[[i]] - set.num[i] - query_set_size; # failure in left part + } + + #error fixing for negatives, problem occurs when total_feat_num and query_set_size too close (lsig too close to lall) + negneg <- rapply(negneg, function(x) ifelse(x<0,0,x), how = "replace") + + unsize <- as.integer(unlist(sizes)); + + uniq.count <- length(unique(unlist(current.mset, use.names = FALSE))); + + # prepare for the result table + res.mat <- matrix(0, nrow=length(current.mset), ncol=6); + + #fishermatrix for phyper + fishermatrix <- cbind(unsize-1, set.num, (query_set_size + unlist(negneg) - unsize), query_set_size); + first <- unlist(lapply(sizes, function(x) max(0, x-1))); + easematrix <- cbind(first, (set.num - unsize + 1), (query_set_size - unsize), unlist(negneg)); + + res.mat[,1] <- path.num; + res.mat[,2] <- set.num; + res.mat[,3] <- unsize; + res.mat[,4] <- query_set_size*(path.num/uniq.count); #expected + res.mat[,5] <- apply(fishermatrix, 1, function(x) phyper(x[1], x[2], x[3], x[4], lower.tail=FALSE)); + res.mat[,6] <- apply(easematrix, 1, function(x) fisher.test(matrix(x, nrow=2), alternative = "greater")$p.value); + + colnames(res.mat) <- c("Pathway total", "Hits.total", "Hits.sig", "Expected", "FET", "EASE"); + rownames(res.mat) <- mSetObj$pathways$name + + mSetObj$pvals <- res.mat; + permutations_hits <- matrix(unlist(mSetObj$perm_hits), nrow=length(mSetObj$perm_hits), byrow=TRUE); + sig_hits <- res.mat[,3]; # sighits + sigpvalue <- res.mat[,5]; # EASE scores + + perm_record <- unlist(mSetObj$perm_record); + perm_minus <- abs(0.9999999999 - perm_record); + + if(length(sig_hits[sig_hits!=0]) < round(length(sig_hits)*0.05)){ # too few hits that can't calculate gamma dist! + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + }else{ + tryCatch({ + fit.gamma <- fitdistrplus::fitdist(perm_minus, distr = "gamma", method = "mle", lower = c(0, 0), start = list(scale = 1, shape = 1)); + rawpval <- as.numeric(sigpvalue); + adjustedp <- 1 - (pgamma(1-rawpval, shape = fit.gamma$estimate["shape"], rate = fit.gamma$estimate["scale"])); + }, error = function(e){ + if(mSetObj$dataSet$mumType == "table"){ + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + } + print(e) + }, finally = { + if(!exists("adjustedp")){ + adjustedp <- rep(NA, length = length(res.mat[,1])) + } + res.mat <- cbind(res.mat, Gamma=adjustedp); + }) + } + + #calculate empirical p-values + record <- mSetObj$perm_record + fisher.p <- as.numeric(res.mat[,5]) + + #pathway in rows, perms in columns + record_matrix <- do.call(cbind, do.call(cbind, record)) + num_perm <- ncol(record_matrix) + + #number of better hits for web + better.hits <- sapply(seq_along(record_matrix[,1]), function(i) sum(record_matrix[i,] <= fisher.p[i]) ) + + #account for a bias due to finite sampling - Davison and Hinkley (1997) + emp.p <- sapply(seq_along(record_matrix[,1]), function(i) (sum(record_matrix[i,] <= fisher.p[i])/num_perm) ) + + res.mat <- cbind(res.mat, Emp.Hits = better.hits, Empirical = emp.p, EC.Hits = feat_vec) + + # remove pathways with no hits + hit.inx <- as.numeric(as.character(res.mat[,3])) > 0; + res.mat <- res.mat[hit.inx, , drop=FALSE]; + + if(nrow(res.mat) <= 1){ + AddErrMsg("Not enough m/z to compound hits for pathway analysis! Try Version 1 (no RT considerations)!") + return(0) + } + + # prepare json element for network + # need to convert ecpds to cpds + # and get average expression based on ec + cpds <- lapply(ecpds, function(x) unique(unlist(mSetObj$ecpd_cpd_dict[match(x, names(mSetObj$ecpd_cpd_dict))])) ) + cpd.exp.vec <- sapply(ecpds, function(x) mean(mSetObj$ec_exp[match(x, names(mSetObj$ec_exp))]) ) + cpds_feats <- lapply(feats, function(x) unique(unlist(mSetObj$ecpd_cpd_dict[match(x, names(mSetObj$ecpd_cpd_dict))])) ) + + # now make exp vec for all compounds + cpds2ec <- mSetObj$cpd_ecpd_dict + cpds.all <- unique(unlist(mSetObj$ecpd_cpd_dict[match(total_ecpds, names(mSetObj$ecpd_cpd_dict))])) + cpd.exp.vec <- sapply(cpds.all, function(x) sapply(seq_along(x), function(i) mean(mSetObj$ec_exp[match(unique(unlist(cpds2ec[match(x[[i]], names(cpds2ec))])), names(mSetObj$ec_exp))]) ) ) + + hits.all <- cpds[hit.inx]; + hits.sig <- cpds_feats[hit.inx]; + path.nms <- mSetObj$pathways$name[hit.inx]; + + # order by p-values + if(length(na.omit(res.mat[,7])) == 0){ + ord.inx <- order(res.mat[,5]); # order by FET if gamma not able to be calc + }else{ + ord.inx <- order(res.mat[,7]); # order by gamma + } + + EC.Hits = res.mat[ord.inx, 10] + res.mat <- signif(apply(as.matrix(res.mat[ord.inx, 1:9]), 2, as.numeric), 5); # loop through columns and keep rownames + rownames(res.mat) <- path.nms[ord.inx] + + mSetObj$mummi.resmat <- res.mat[,-9]; + mSetObj$path.nms <- path.nms[ord.inx] + mSetObj$path.hits <- convert2JsonList(hits.all[ord.inx]) + mSetObj$path.pval <- as.numeric(res.mat[,5]) + matched_res <- qs::qread("mum_res.qs"); + + json.res <- list( + cmpd.exp = cpd.exp.vec, + path.nms = path.nms[ord.inx], + hits.all = convert2JsonList(hits.all[ord.inx]), + hits.all.size = as.numeric(res.mat[,2]), + hits.sig = convert2JsonList(hits.sig[ord.inx]), + hits.sig.size = as.numeric(res.mat[,3]), + fisher.p = as.numeric(res.mat[,7]), + peakToMet = mSetObj$cpd_form_dict, + peakTable = matched_res + ); + + matri = res.mat[,-8] + matri = cbind(res.mat, paste0("P", seq.int(1, nrow(res.mat)))) + colnames(matri)[ncol(matri)] = "Pathway Number" + matri <- cbind(matri, EC.Hits) + fast.write.csv(matri, file=mSetObj$mum_nm_csv, row.names=TRUE); + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + return(mSetObj); +} + +#' Internal function for calculating GSEA, no RT +.compute.mummichog.fgsea <- function(mSetObj, permNum){ + + num_perm <- permNum; + total_cpds <- mSetObj$cpd_exp #scores from all matched compounds + + current.mset <- mSetObj$pathways$cpds; #all compounds per pathway + names(current.mset) <- mSetObj$pathways$name + path.size <- unlist(lapply(mSetObj$pathways$cpds, length)) #total size of pathways + + df.scores <- data.frame(id=names(total_cpds), scores=total_cpds) + ag.scores <- aggregate(id ~ scores, data = df.scores, paste, collapse = "; ") + + ag.sorted <- ag.scores[order(-ag.scores$scores),] + row.names(ag.sorted) <- NULL + + dt.scores <- data.table::data.table(ag.sorted) + dt.scores.out <- dt.scores[, list(scores=scores, id = unlist(strsplit(id, "; ", fixed = TRUE))), by=1:nrow(dt.scores)] + + rank.vec <- as.numeric(dt.scores.out$nrow) + names(rank.vec) <- as.character(dt.scores.out$id) + + scores.vec <- as.numeric(ag.sorted$scores) + names(scores.vec) <- as.character(ag.sorted$id) + + # run fgsea + if(mumDataContainsPval == 0){ + rank.vec = seq.int(1, length(mSetObj$cpd_exp)) + names(rank.vec) <- names(mSetObj$cpd_exp) + scores.vec = seq.int(1, length(mSetObj$cpd_exp)) + names(scores.vec) <- names(mSetObj$cpd_exp) + } + + fgseaRes <- fgsea2(mSetObj, current.mset, scores.vec, rank.vec, num_perm) + + res.mat <- matrix(0, nrow=length(fgseaRes$pathway), ncol=5) + + path.size <- unlist(lapply(current.mset, length)) + matched.size <- path.size[match(fgseaRes$pathway, names(path.size))] + + # create result table + res.mat[,1] <- matched.size + res.mat[,2] <- fgseaRes$size + res.mat[,3] <- fgseaRes$pval + res.mat[,4] <- fgseaRes$padj + res.mat[,5] <- fgseaRes$NES + + rownames(res.mat) <- fgseaRes$pathway + colnames(res.mat) <- c("Pathway_Total", "Hits", "P_val", "P_adj", "NES") + + # order by p-values + ord.inx <- order(res.mat[,3]); + res.mat <- signif(as.matrix(res.mat[ord.inx, ]), 4); + + mSetObj$mummi.gsea.resmat <- res.mat; + + Cpd.Hits <- qs::qread("pathwaysFiltered.qs") + Cpd.Hits <- unlist(lapply(seq_along(Cpd.Hits), function(i) paste(names(Cpd.Hits[[i]]), collapse = ";"))) + Cpd.Hits <- Cpd.Hits[Cpd.Hits != ""] + + res.mat <- cbind(res.mat, Cpd.Hits[ord.inx]) + fast.write.csv(res.mat, file="mummichog_fgsea_pathway_enrichment.csv", row.names=TRUE); + + matched_cpds <- names(mSetObj$cpd_exp) + inx2<-na.omit(match(rownames(res.mat), mSetObj$pathways$name)) + filt_cpds <- lapply(inx2, function(f) { mSetObj$pathways$cpds[f] }) + + cpds <- lapply(filt_cpds, function(x) intersect(unlist(x), matched_cpds)) + mSetObj$path.nms <- rownames(res.mat) + mSetObj$path.hits<- convert2JsonList(cpds) + mSetObj$path.pval <- as.numeric(res.mat[,3]) + json.res <- list(cmpd.exp = total_cpds, + path.nms = rownames(res.mat), + hits.all = convert2JsonList(cpds), + hits.all.size = as.numeric(res.mat[,2]), + nes = fgseaRes$NES, + fisher.p = as.numeric(res.mat[,3])) + + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + + return(mSetObj); +} + +#' Internal function for calculating GSEA, with RT +.compute.mummichog.RT.fgsea <- function(mSetObj, permNum){ + + # Need to perform in EC space + num_perm <- permNum; + total_ecpds <- mSetObj$ec_exp #scores from all matched compounds + + current.mset <- mSetObj$pathways$emp_cpds; #all compounds per pathway + names(current.mset) <- mSetObj$pathways$name + path.size <- unlist(lapply(mSetObj$pathways$ecpds, length)) #total size of pathways + + df.scores <- data.frame(id=names(total_ecpds), scores=total_ecpds) + ag.scores <- aggregate(id ~ scores, data = df.scores, paste, collapse = "; ") + + ag.sorted <- ag.scores[order(-ag.scores$scores),] + row.names(ag.sorted) <- NULL + + dt.scores <- data.table::data.table(ag.sorted) + dt.scores.out <- dt.scores[, list(scores=scores, id = unlist(strsplit(id, "; ", fixed = TRUE))), by=1:nrow(dt.scores)] + + rank.vec <- as.numeric(dt.scores.out$nrow) + names(rank.vec) <- as.character(dt.scores.out$id) + + scores.vec <- as.numeric(ag.sorted$scores) + names(scores.vec) <- as.character(ag.sorted$id) + + # run fgsea + if(mumDataContainsPval == 0){ + rank.vec = seq.int(1, length(mSetObj$ec_exp)) + names(rank.vec) <- names(mSetObj$ec_exp) + scores.vec = seq.int(1, length(mSetObj$ec_exp)) + names(scores.vec) <- names(mSetObj$ec_exp) + } + + fgseaRes <- fgsea2(mSetObj, current.mset, scores.vec, rank.vec, num_perm) + + res.mat <- matrix(0, nrow=length(fgseaRes$pathway), ncol=5) + + path.size <- unlist(lapply(current.mset, length)) + matched.size <- path.size[match(fgseaRes$pathway, names(path.size))] + + # create result table + res.mat[,1] <- matched.size + res.mat[,2] <- fgseaRes$size + res.mat[,3] <- fgseaRes$pval + res.mat[,4] <- fgseaRes$padj + res.mat[,5] <- fgseaRes$NES + + rownames(res.mat) <- fgseaRes$pathway + colnames(res.mat) <- c("Pathway_Total", "Hits", "P_val", "P_adj", "NES") + + # order by p-values + ord.inx <- order(res.mat[,3]); + res.mat <- signif(as.matrix(res.mat[ord.inx, ]), 4); + + mSetObj$mummi.gsea.resmat <- res.mat; + + EC.Hits <- qs::qread("pathwaysFiltered.qs") + EC.Hits <- lapply(seq_along(EC.Hits), function(i) paste(names(EC.Hits[[i]]), collapse = ";")) + res.mat <- cbind(res.mat, EC.Hits) + fast.write.csv(res.mat, file="mummichog_fgsea_pathway_enrichment.csv", row.names=TRUE); + + # need to convert ECs to compounds for json + total_ecpds <- unique(mSetObj$total_matched_ecpds) #all matched compounds + current.mset <- current.mset[match(rownames(res.mat), mSetObj$pathways$name)] + ecpds <- lapply(current.mset, function(x) intersect(x, total_ecpds)); #pathways & all ref ecpds + cpds <- lapply(ecpds, function(x) unique(unlist(mSetObj$ecpd_cpd_dict[match(x, names(mSetObj$ecpd_cpd_dict))])) ) + + # now make exp vec for all compounds + cpds2ec <- mSetObj$cpd_ecpd_dict + cpds.all <- unique(unlist(mSetObj$ecpd_cpd_dict[match(total_ecpds, names(mSetObj$ecpd_cpd_dict))])) + cpds.exp <- sapply(cpds.all, function(x) sapply(seq_along(x), function(i) mean(mSetObj$ec_exp[match(unique(unlist(cpds2ec[match(x[[i]], names(cpds2ec))])), names(mSetObj$ec_exp))]) ) ) + + mSetObj$path.nms <- rownames(res.mat) + mSetObj$path.hits <- convert2JsonList(cpds) + mSetObj$path.pval <- as.numeric(res.mat[,3]) + + json.res <- list(cmpd.exp = cpds.exp, + path.nms = rownames(res.mat), + hits.all = convert2JsonList(cpds), + hits.all.size = as.numeric(res.mat[,2]), + nes = fgseaRes$NES, + fisher.p = as.numeric(res.mat[,3])) + + json.mat <- RJSONIO::toJSON(json.res, .na='null'); + sink(mSetObj$mum_nm); + cat(json.mat); + sink(); + + return(mSetObj); +} + +##################################################################### + +#'Map currency metabolites to KEGG & BioCyc +#'@description This function maps the user selected list +#'of compounds to its corresponding KEGG IDs and BioCyc IDs +#'@param mSetObj Input the name of the created mSetObj object +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformCurrencyMapping <- function(mSetObj = NA){ + + mSetObj <- .get.mSet(mSetObj); + + qvec <- mSetObj$dataSet$cmpd; + curr_db <- .get.my.lib("currency_cmpd.qs"); + hit.inx <- match(tolower(qvec), tolower(curr_db$DisplayName)); + + num_hits <- length(na.omit(hit.inx)) + + if(num_hits == 0){ + mSetObj$mummi$curr.msg <- c("No currency metabolites were selected or mapped!") + print(mSetObj$mummi$curr.msg) + return(0) + } + + match.values <- curr_db[hit.inx,]; + curr.met <- nrow(match.values) + + mSetObj$curr.map <- match.values + + if(curr.met > 0){ + mSetObj$mummi$curr.msg <- paste("A total of ", curr.met ," currency metabolites were successfully uploaded!", sep = "") + } + + mSetObj$curr.cust <- TRUE; + return(.set.mSet(mSetObj)); +} + +#'Read Adduct List +#'@description This function reads in the user's adduct list and +#'saves it as a matrix. +#'@usage Read.AdductData(mSetObj=NA, adductList) +#'@param mSetObj Input the name of the created mSetObj object +#'@param adductList Input the name of the adduct list +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PerformAdductMapping <- function(mSetObj=NA, add.mode){ + + mSetObj <- .get.mSet(mSetObj); + + adducts <- mSetObj$dataSet$adduct.list + + if(add.mode == "positive"){ + add_db <- .get.my.lib("pos_adduct.qs"); + }else if(add.mode == "negative"){ + add_db <- .get.my.lib("neg_adduct.qs"); + }else if(add.mode == "mixed"){ + add_db <- .get.my.lib("mixed_adduct.qs"); + }else{ + msg <- c("Adduct mode is not valid") + } + + hit.inx <- match(tolower(adducts), tolower(add_db$Ion_Name)); + hits <- length(na.omit(hit.inx)) + + if(hits == 0){ + mSetObj$mummi$add.msg <- c("No adducts were selected!") + return(0) + } + + match.values <- add_db[na.omit(hit.inx),]; + sel.add <- nrow(match.values) + + if(sel.add > 0){ + mSetObj$mummi$add.msg <- paste("A total of ", sel.add ," adducts were successfully selected!", sep = "") + } + + mSetObj$adduct.custom <- TRUE + mSetObj$add.map <- match.values + + return(.set.mSet(mSetObj)); +} + +# internal function to create new mz matrix from user-curated list of adducts +new_adduct_mzlist <- function(mSetObj=NA, mw){ + + mSetObj <- .get.mSet(mSetObj); + + mode <- mSetObj$dataSet$mode + + ion.name <- mSetObj$add.map$Ion_Name + ion.mass <- mSetObj$add.map$Ion_Mass + + mw_modified <- NULL; + + if(mode!="mixed"){ #pos or neg + + mass.list <- as.list(ion.mass) + mass.user <- lapply(mass.list, function(x) eval(parse(text=paste(gsub("PROTON", 1.00727646677, x)))) ) + mw_modified <- cbind(mw, do.call(cbind, mass.user)); + + if(mode == "positive"){ + mw_modified.pos <- mw_modified[,-1, drop = FALSE] + mw_modified.neg <- as.matrix(mw_modified[,1, drop = FALSE]) + colnames(mw_modified.pos) <- ion.name; + colnames(mw_modified.neg) <- "M" + }else{ #negative + mw_modified.neg <- mw_modified[,-1, drop = FALSE] + mw_modified.pos <- as.matrix(mw_modified[,1, drop = FALSE]) + colnames(mw_modified.neg) <- ion.name; + colnames(mw_modified.pos) <- "M" + } + + mw_modified <- list(mw_modified.neg, mw_modified.pos) + names(mw_modified) <- c("neg", "pos") + + }else{ + #deal w. mixed ion mode, need to return pos and neg + + neg.ions <- c("M-H [1-]", "M-2H [2-]", "M-3H [3-]", "M-H2O-H [1-]", "M-H+O [1-]", "M+K-2H [1-]", "M+Na-2H [1- ]", "M+Cl [1-]", "M+Cl37 [1-]", + "M+K-2H [1-]", "M+FA-H [1-]", "M+Hac-H [1-]", "M+Br [1-]", "M+Br81 [1-]", "M+TFA-H [1-]", "M+ACN-H [1-]", "M+HCOO [1-]", "M+CH3COO [1-]", + "2M-H [1-]", "2M+FA-H [1-]", "2M+Hac-H [1-]", "3M-H [1-]", "M(C13)-H [1-]", "M(S34)-H [1-]", "M(Cl37)-H [1-]") + + ion.name.neg <- intersect(ion.name, neg.ions) + ion.mass.neg <- ion.mass[which(ion.name %in% neg.ions)] + + ion.name.pos <- setdiff(ion.name, neg.ions) + ion.mass.pos <- ion.mass[which(ion.name %in% ion.name.pos)] + + mass.list.neg <- as.list(ion.mass.neg) + mass.user.neg <- lapply(mass.list.neg, function(x) eval(parse(text=paste(gsub("PROTON", 1.00727646677, x)))) ) + mw_modified.neg <- do.call(cbind, mass.user.neg); + colnames(mw_modified.neg) <- ion.name.neg; + + mass.list.pos <- as.list(ion.mass.pos) + mass.user.pos <- lapply(mass.list.pos, function(x) eval(parse(text=paste(gsub("PROTON", 1.00727646677, x)))) ) + mw_modified.pos <- do.call(cbind, mass.user.pos); + colnames(mw_modified.pos) <- ion.name.pos; + + mw_modified <- list(mw_modified.neg, mw_modified.pos) + names(mw_modified) <- c("neg", "pos") + } + return(mw_modified); +} + +#'Update the mSetObj with user-selected parameters for MS Peaks to Pathways. +#'@description This functions handles updating the mSet object for mummichog analysis. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param force_primary_ion Character, if "yes", only mz features that match compounds with a primary ion are kept. +#'@param rt_tol Numeric. Input the retention time tolerance used for determining ECs (in seconds). +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +UpdateEC_Rules <- function(mSetObj = NA, force_primary_ion, rt_tol){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$dataSet$primary_ion <- force_primary_ion; + + ok <- is.numeric(rt_tol) + + if(ok){ + mSetObj$dataSet$rt_tol <- rt_tol; + }else{ + AddErrMsg("Retention time tolerance must be numeric!") + return(0) + } + + msg.vec <- "EC Rules successfully updated." + mSetObj$mummi$ec.msg <- msg.vec + + return(.set.mSet(mSetObj)); +} + +############################## +##### Plotting Functions ##### +############################## + +#'Plot MS Peaks to Paths mummichog permutation p-values +#'@description Plots the mummichog permutation p-values +#'@param mSetObj Input name of the created mSet Object +#'@param pathway Input the name of the pathway +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotMSPeaksPerm <- function(mSetObj=NA, pathway, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + bw.vec <- unlist(mSetObj$perm_record); + + len <- length(bw.vec); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$mspeaks.permut <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,2,4)); + hst <- hist(bw.vec, breaks = "FD", freq=T, + ylab="Frequency", xlab= 'Permutation test statistics', col="lightblue", main=""); + + # add the indicator using original label + h <- max(hst$counts) + inx <- which(rownames(mSetObj$mummi.resmat) == pathway) + raw.p <- mSetObj$mummi.resmat[inx,5] + arrows(raw.p, h/5, raw.p, 0, col="red", lwd=2); + text(raw.p, h/3.5, paste('Raw \n statistic \n', raw.p), xpd=T); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#' PlotPeaks2Paths +#' @description Plots either the original mummichog or GSEA results. +#' @param mSetObj Input the name of the created mSetObj object +#' @param imgName Input a name for the plot +#' @param format Character, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. +#' @param width Numeric, input the width of the image to create. +#' @param Labels Character, indicate if the plot should be labeled. By default +#' it is set to "default", and the 5 top-ranked pathways per each algorithm will be plotted. +#' Users can adjust the number of pathways to be annotated per pathway using the "num_annot" +#' parameter. +#' @author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export + +PlotPeaks2Paths <- function(mSetObj=NA, imgName, format = "png", dpi = 72, width = 9, labels = "default", + num_annot = 5){ + mSetObj <- .get.mSet(mSetObj); + + if(anal.type == "mummichog"){ + mummi.mat <- mSetObj$mummi.resmat + y <- -log10(mummi.mat[,5]); + x <- mummi.mat[,3]/mummi.mat[,4] + pathnames <- rownames(mummi.mat) + }else{ + gsea.mat <- mSetObj$mummi.gsea.resmat + y <- -log10(gsea.mat[,3]) + x <- gsea.mat[,2]/gsea.mat[,1] + pathnames <- rownames(gsea.mat) + } + + inx <- order(y, decreasing= T); + + y <- y[inx]; + x <- x[inx]; + path.nms <- pathnames[inx]; + + # set circle size based on enrichment factor + sqx <- sqrt(x); + min.x <- min(sqx, na.rm = TRUE); + max.x <- max(sqx, na.rm = TRUE); + + if(min.x == max.x){ # only 1 value + max.x = 1.5*max.x; + min.x = 0.5*min.x; + } + + maxR <- (max.x - min.x)/40; + minR <- (max.x - min.x)/160; + radi.vec <- minR+(maxR-minR)*(sqx-min.x)/(max.x-min.x); + + # set background color according to combo.p + bg.vec <- heat.colors(length(y)); + + if(format == "png"){ + bg = "transparent"; + }else{ + bg="white"; + } + + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + df <- data.frame(path.nms, x, y) + + if(labels == "default"){ + pk.inx <- GetTopInx(df$y, num_annot, T) + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + mSetObj$imgSet$mummi.plot <- imgName + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg=bg); + op <- par(mar=c(6,5,2,3)); + plot(x, y, type="n", axes=F, xlab="Enrichment Factor", ylab="-log10(p)", bty = "l"); + axis(1); + axis(2); + symbols(x, y, add = TRUE, inches = F, circles = radi.vec, bg = bg.vec, xpd=T); + + if(labels=="default"){ + text(x[pk.inx], y[pk.inx], labels = path.nms[pk.inx], pos=3, xpd=T, cex=0.8) + }else if(labels == "all"){ + text(x, y, labels = path.nms, pos=3, xpd=T, cex=0.8) + } + + par(op); + dev.off(); + if(anal.type == "mummichog"){ + df <- list(pval=unname(y), enr=unname(x), pathnames=path.nms); + sink("scattermum.json"); + cat(RJSONIO::toJSON(df)); + sink(); + }else{ + df <- list(pval=unname(y), enr=unname(gsea.mat[,5]), pathnames=path.nms); + sink("scattergsea.json"); + cat(RJSONIO::toJSON(df)); + sink(); + } + + return(.set.mSet(mSetObj)); + +} + +#' PlotIntegPaths +#' @description Plots both the original mummichog and the GSEA results by combining p-values +#' using the Fisher's method (sumlog). +#' @param mSetObj Input the name of the created mSetObj object +#' @param imgName Input a name for the plot +#' @param format Character, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. +#' @param width Numeric, input the width of the image to create. +#' @param Labels Character, indicate if the plot should be labeled. By default +#' it is set to "default", and the 5 top-ranked pathways per each algorithm will be plotted. +#' Users can adjust the number of pathways to be annotated per pathway using the "labels.x" +#' and "labels.y" parameters. +#' Users can set this to "none" for no annotations, or "all" to annotate all pathways. +#' @param labels.x Numeric, indicate the number of top-ranked pathways using the fGSEA algorithm +#' to annotate on the plot. +#' @param labels.y Numeric, indicate the number of top-ranked pathways using the original +#' mummichog algorithm to annotate on the plot. +#' @author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import metap +#' @import scales + +PlotIntegPaths <- function(mSetObj=NA, imgName, format = "png", dpi = 72, width = 9, labels = "default", + labels.x = 5, labels.y = 5, scale.axis = TRUE){ + + mSetObj <- .get.mSet(mSetObj); + + # check if mummichog + gsea was performed + if(is.null(mSetObj$mummi.resmat) | is.null(mSetObj$mummi.gsea.resmat)){ + print("Both mummichog and fGSEA must be performed!") + return(0) + } + + combo.resmat <- mSetObj$integ.resmat + pathnames <- rownames(combo.resmat) + # Sort values based on combined pvalues + y <- -log10(combo.resmat[,4]); + x <- -log10(combo.resmat[,5]); + combo.p <- -log10(combo.resmat[,6]) + + if(scale.axis){ + y <- scales::rescale(y, c(0,4)) + x <- scales::rescale(x, c(0,4)) + combo.p <- scales::rescale(combo.p, c(0,4)) + } + + inx <- order(combo.p, decreasing= T); + + combo.p <- combo.p[inx] + x <- x[inx]; + y <- y[inx]; + path.nms <- pathnames[inx]; + + # set circle size based on combined pvalues + min.x <- min(combo.p, na.rm = TRUE); + max.x <- max(combo.p, na.rm = TRUE); + + if(min.x == max.x){ # only 1 value + max.x = 1.5*max.x; + min.x = 0.5*min.x; + } + + maxR <- (max.x - min.x)/40; + minR <- (max.x - min.x)/160; + radi.vec <- minR+(maxR-minR)*(combo.p-min.x)/(max.x-min.x); + + # set background color according to combo.p + bg.vec <- heat.colors(length(combo.p)); + + if(format == "png"){ + bg = "transparent"; + }else{ + bg="white"; + } + + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + df <- data.frame(path.nms, x, y) + + if(labels == "default"){ + mummi.inx <- GetTopInx(df$y, labels.y, T) + gsea.inx <- GetTopInx(df$x, labels.x, T) + all.inx <- mummi.inx | gsea.inx; + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + mSetObj$imgSet$integpks.plot <- imgName + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg=bg); + op <- par(mar=c(6,5,2,3)); + + # color blocks only make sense if scaled... + if(scale.axis){ + plot(x, y, type="n", axes=F, xlab="GSEA -log10(p)", ylab="Mummichog -log10(p)", bty = "l"); + axis(1); + axis(2); + symbols(x, y, add = TRUE, inches = F, circles = radi.vec, bg = bg.vec, xpd=T); + + axis.lims <- par("usr") + + # mummichog sig + mum.x <- c(axis.lims[1], axis.lims[1], axis.lims[2], axis.lims[2]) + mum.y <- c(2, axis.lims[4], axis.lims[4], 2) + polygon(mum.x, mum.y, col=rgb(82/255,193/255,188/255,0.3), border = NA) + + # gsea sig + gsea.x <- c(2,2,axis.lims[4],axis.lims[4]) + gsea.y <- c(axis.lims[1],axis.lims[4],axis.lims[4],axis.lims[1]) + polygon(gsea.x, gsea.y, col=rgb(216/255,126/255,178/255,0.3), border = NA) + }else{ + plot(x, y, type="n", xlim=c( 0, round(max(x)) ), ylim=c(0, round(max(y)) ), xlab="GSEA -log10(p)", ylab="Mummichog -log10(p)", bty = "l"); + symbols(x, y, add = TRUE, inches = F, circles = radi.vec, bg = bg.vec, xpd=T); + } + + if(labels=="default"){ + text(x[all.inx], y[all.inx], labels = path.nms[all.inx], pos=3, xpd=T, cex=0.8) + }else if(labels == "all"){ + text(x, y, labels = path.nms, pos=3, xpd=T, cex=0.8) + } + + par(op); + dev.off(); + + df <- list(pval=unname(y), enr=unname(x), metap= unname(combo.p), pathnames=pathnames); + sink("scatterinteg.json"); + cat(RJSONIO::toJSON(df)); + sink(); + + return(.set.mSet(mSetObj)); +} + +#' Plot m/z hits in a pathway +#' @description Function to create a boxplot of m/z features +#' within a specific pathway. m/z features used by the original +#' mummichog algorithm are highlighted with an asterisk. +#' @param mSetObj Input the name of the created mSetObj object. +#' @param msetNM Character, input the name of the pathway. +#' @param format Character, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. Default +#' is set to 300. +#' @param width Numeric, input the width of the image to create. +#' Default is set to 10. +#' @author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import ggplot2 +#' @import reshape2 +#' @import scales + +PlotPathwayMZHits <- function(mSetObj=NA, msetNM, format="png", dpi=300, width=10){ + + mSetObj <- .get.mSet(mSetObj); + + inx <- which(mSetObj$pathways$name == msetNM) + + # Brief sanity check + if(length(inx) == 0){ + print(paste0(msetNM, " is not found in the pathway library! Please verify the spelling.")) + AddErrMsg("Invalid pathway selected!") + return(0) + } + + if(mum.version=="v2" & mSetObj$dataSet$mumRT){ + mset <- mSetObj$pathways$emp_cpds[[inx]]; + mzs <- as.numeric(unique(unlist(mSetObj$ec2mz_dict[mset]))) + }else{ + mset <- mSetObj$pathways$cpds[[inx]]; + mzs <- as.numeric(unique(unlist(mSetObj$cpd2mz_dict[mset]))) + } + + if(anal.type == "integ_peaks"){ + # check if mummichog + gsea was performed + if(is.null(mSetObj$mummi.resmat) | is.null(mSetObj$mummi.gsea.resmat)){ + AddErrMsg("Both mummichog and fGSEA must be performed!") + return(0) + } + } + + pvals <- mSetObj$dataSet$mummi.proc[mSetObj$dataSet$mummi.proc[, 2] %in% mzs, ] + + pval.cutoff <- mSetObj$dataSet$cutoff + + if(anal.type %in% c("integ_peaks", "mummichog")){ + used.inx <- pvals[,1] < pval.cutoff + mummi <- which(used.inx) + mummi_mzs <- pvals[,2] + + # add astericks if used by mummichog + mummi_mzs_star <- mummi_mzs + mummi_mzs_star[mummi] <- paste(mummi_mzs_star[mummi], "*",sep=""); + }else{ + mummi_mzs_star <- pvals[,2] + } + + # create boxdata + data <- data.frame(mSetObj$dataSet$proc) + + boxdata <- data[,as.character(mummi_mzs)] + colnames(boxdata) <- mummi_mzs_star + boxdata$class <- mSetObj$dataSet$cls + + num.feats <- length(result) + + boxdata.m <- reshape2::melt(boxdata, id.vars="class") + boxdata.m$value <- scales::rescale(boxdata.m$value, c(0,1)) + + boxplotName <- paste(msetNM, ".", format, sep=""); + + if(num.feats == 1){ + + w = width + h = width + p <- ggplot(data = boxdata.m, aes(x=variable, y=value)) + geom_boxplot(aes(fill=class), outlier.shape = NA, outlier.colour=NA) + p <- p + ggtitle(msetNM) + theme(plot.title = element_text(hjust = 0.5)) + guides(fill=guide_legend(title="Group")) + p <- p + xlab("m/z feature") + ylab("Intensity") + + ggsave(p, filename = boxplotName, dpi=300, width=w, height=h, limitsize = FALSE) + + return(mSetObj) + + }else if(num.feats<10){ + w = width + h <- num.feats + cols = 3 + }else if(num.feats<5){ + w = width + h = width + }else{ + w = width + h <- num.feats * 0.35 + cols = 6 + } + + p <- ggplot(data = boxdata.m, aes(x=variable, y=value)) + geom_boxplot(aes(fill=class), outlier.shape = NA, outlier.colour=NA) + p <- p + facet_wrap( ~ variable, scales="free", ncol=cols) + xlab("m/z features") + ylab("Intensity") + p <- p + ggtitle(msetNM) + theme(plot.title = element_text(hjust = 0.5)) + guides(fill=guide_legend(title="Group")) + + ggsave(p, filename = boxplotName, dpi=300, width=w, height=h, limitsize = FALSE) + + return(.set.mSet(mSetObj)); +} + +############################### +######## For R Package ######## +############################### + +#' Function to get compound details from a specified pathway +#' @description Function to get compound details from a specified pathway. +#' The results will be both printed in the console as well as saved +#' as a csv file. Note that performing this function multiple times will +#' overwrite previous queries. Significant compounds will be indicated with an asterisk. +#' @param mSetObj Input the name of the created mSetObj object. +#' @param msetNm Input the name of the pathway +#' @export +GetMummichogPathSetDetails <- function(mSetObj=NA, msetNm){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.null(mSetObj$api$lib)){ + + # get file from api.metaboanalyst.ca + toSend = list(pathName = msetNm) + + load_httr() + base <- api.base + endpoint <- paste0("/pathsetdetails/", mSetObj$api$guestName) + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + + if(query_results$status_code == 200){ + filename <- httr::content(query_results, "text") + } + + endpointfile <- paste0("/getFile", "/", mSetObj$api$guestName, "/", filename) + callfile <- paste(base, endpointfile, sep="") + download.file(callfile, destfile = basename(filename)) + print(paste0(filename, " saved to current working directory!")) + return(.set.mSet(mSetObj)); + } + + version <- mum.version + inx <- which(mSetObj$pathways$name == msetNm) + + if(is.na(inx)){ + AddErrMsg("Invalid pathway name!") + return(0) + } + + if(version=="v2" & mSetObj$dataSet$mumRT){ + mset <- mSetObj$pathways$emp_cpds[[inx]]; + mset_cpds <- mSetObj$pathways$cpds[[inx]]; + + hits.all <- unique(mSetObj$total_matched_ecpds) + hits.sig <- mSetObj$input_ecpdlist; + + refs <- mset %in% hits.all; + sigs <- mset %in% hits.sig; + + ref.ecpds <- mset[which(refs & !sigs)] + sig.ecpds <- mset[sigs] + + ref.mzs <- lapply(ref.ecpds, function(x) paste(as.numeric(unique(unlist(mSetObj$ec2mz_dict[x]))), collapse = "; ")) + sig.mzs <- lapply(sig.ecpds, function(x) paste(as.numeric(unique(unlist(mSetObj$ec2mz_dict[x]))), collapse = "; ")) + + ref.cpds <- lapply(ref.ecpds, function(x) paste(unique(unlist(mSetObj$ecpd_cpd_dict[x])), collapse = "; ")) + sig.cpds <- lapply(sig.ecpds, function(x) paste(unique(unlist(mSetObj$ecpd_cpd_dict[x])), collapse = "; ")) + + path.results <- matrix(c(unlist(sig.mzs), unlist(ref.mzs), unlist(sig.cpds), unlist(ref.cpds)), ncol=2) + colnames(path.results) <- c("mzs", "cpds") + rownames(path.results) <- c(paste0(sig.ecpds, "*"), ref.ecpds) + + name <- paste0(gsub(" ", "_", msetNm), "_ecpd_mz_info.csv") + fast.write.csv(path.results, name) + }else{ + mset <- mSetObj$pathways$cpds[[inx]]; + + hits.all <- unique(mSetObj$total_matched_cpds) + hits.sig <- mSetObj$input_cpdlist; + + refs <- mset %in% hits.all; + sigs <- mset %in% hits.sig; + + ref.cpds <- mset[which(refs & !sigs)] + sig.cpds <- mset[sigs] + + ref.mzs <- lapply(ref.cpds, function(x) paste(as.numeric(unique(unlist(mSetObj$cpd2mz_dict[x]))), collapse = "; ")) + sig.mzs <- lapply(sig.cpds, function(x) paste(as.numeric(unique(unlist(mSetObj$cpd2mz_dict[x]))), collapse = "; ")) + + path.results <- matrix(c(unlist(sig.mzs), unlist(ref.mzs)), ncol=1) + colnames(path.results) <- "mzs" + rownames(path.results) <- c(paste0(sig.cpds, "*"), ref.cpds) + + name <- paste0(gsub(" ", "_", msetNm), "_cpd_mz_info.csv") + fast.write.csv(path.results, name) + } + + return(.set.mSet(mSetObj)); +} + +#' Function to get adduct details from a specified compound +#' @description Function to get adduct details from a specified compound. +#' The results will be both printed in the console as well as saved +#' as a csv file. Note that performing this function multiple times will +#' overwrite previous queries. +#' @param mSetObj Input the name of the created mSetObj object. +#' @param cmpd.id Input the name of the selected compound. +#'@import qs +#' @export +GetCompoundDetails <- function(mSetObj=NA, cmpd.id){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.null(mSetObj$api$lib)){ + + # get file from api.metaboanalyst.ca + toSend = list(cmpdId = cmpd.id) + + load_httr() + base <- api.base + endpoint <- paste0("/compounddetails/", mSetObj$api$guestName) + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + + if(query_results$status_code == 200){ + filename <- httr::content(query_results, "text") + } + + endpointfile <- paste0("/getFile", "/", mSetObj$api$guestName, "/", filename) + callfile <- paste(base, endpointfile, sep="") + download.file(callfile, destfile = basename(filename)) + print(paste0(filename, " saved to current working directory!")) + return(.set.mSet(mSetObj)); + } + + forms <- mSetObj$cpd_form_dict[[cmpd.id]]; + + if(is.null(forms)){ + print("This compound is not valid!") + return(0) + } + + matched_res <- qs::qread("mum_res.qs"); + mz <- matched_res[which(matched_res$Matched.Compound == cmpd.id), 1] + mass.diff <- matched_res[which(matched_res$Matched.Compound == cmpd.id), 4] + tscores <- mSetObj$cpd_exp_dict[[cmpd.id]]; + + res <- cbind(rep(cmpd.id, length(mz)), mz, forms, mass.diff, tscores) + colnames(res) <- c("Matched.Compound", "m.z", "Matched.Form", "Mass.Diff", "T.Scores") + fast.write.csv(res, "mummichog_compound_details.csv") + return(.set.mSet(mSetObj)); +} + +# Function to return the unique m/zs from the selected pathways +# based on the compounds + +GetMummichogMZHits <- function(mSetObj=NA, msetNm){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.null(mSetObj$api$lib)){ + + # get file from api.metaboanalyst.ca + toSend = list(pathName = msetNm) + + load_httr() + base <- api.base + endpoint <- paste0("/mzhits/", mSetObj$api$guestName) + call <- paste(base, endpoint, sep="") + query_results <- httr::POST(call, body = toSend, encode= "json") + + if(query_results$status_code == 200){ + result <- httr::content(query_results, "text") + } + mSetObj$mz.hits <- result + print(paste0("Unique m/z features in ", msetNm, ": ", result)) + return(.set.mSet(mSetObj)); + } + + inx <- which(mSetObj$pathways$name == msetNm) + mset <- mSetObj$pathways$cpds[[inx]]; + mzs <- as.numeric(unique(unlist(mSetObj$cpd2mz_dict[mset]))) + result <- intersect(mzs, mSetObj$dataSet$input_mzlist) + mSetObj$mz.hits <- result + + return(.set.mSet(mSetObj)); +} + +############################### +####### Getters For Web ####### +############################### + +GetMatchingDetails <- function(mSetObj=NA, cmpd.id){ + + mSetObj <- .get.mSet(mSetObj); + forms <- mSetObj$cpd_form_dict[[cmpd.id]]; + tscores <- mSetObj$cpd_exp_dict[[cmpd.id]]; + # create html table + res <- paste("<li>", "<b>", forms, "</b>: ", tscores, "</li>",sep="", collapse=""); + return(res); +} + +GetMummichogHTMLPathSet <- function(mSetObj=NA, msetNm){ + + mSetObj <- .get.mSet(mSetObj); + inx <- which(mSetObj$pathways$name == msetNm) + + mset <- mSetObj$pathways$cpds[[inx]]; + + # all matched compounds + if(mum.version == "v2" & mSetObj$dataSet$mumRT){ + hits.all <- unique(unlist(mSetObj$ecpd_cpd_dict)) + }else{ + hits.all <- unique(mSetObj$total_matched_cpds) + } + + if(anal.type == "mummichog"|anal.type == "integ_peaks"){ + + # get the sig compounds + if(mum.version == "v2" & mSetObj$dataSet$mumRT){ + hits.sig <- mSetObj$input_ecpdlist; + hits.sig.inx <- match(hits.sig, names(mSetObj$ecpd_cpd_dict)) + hits.sig <- unlist(mSetObj$ecpd_cpd_dict[hits.sig.inx]) + }else{ + hits.sig <- mSetObj$input_cpdlist; + } + + # highlighting with different colors + refs <- mset %in% hits.all; + sigs <- mset %in% hits.sig; + + red.inx <- which(sigs); + blue.inx <- which(refs & !sigs); + + # use actual cmpd names + nms <- mset; + nms[red.inx] <- paste("<font color=\"red\">", "<b>", nms[red.inx], "</b>", "</font>",sep=""); + nms[blue.inx] <- paste("<font color=\"blue\">", "<b>", nms[blue.inx], "</b>", "</font>",sep=""); + }else{ + refs <- mset %in% hits.all; + red.inx <- which(refs); + nms <- mset; + nms[red.inx] <- paste("<font color=\"red\">", "<b>", nms[red.inx], "</b>", "</font>",sep=""); + } + + # for large number, return only hits (context already enough) + if(length(nms) > 200){ + nms <- nms[refs]; + } + return(cbind(msetNm, paste(unique(nms), collapse="; "))); +} + +GetMummiResMatrix <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(anal.type == "mummichog"){ + + return(mSetObj$mummi.resmat); + }else if(anal.type == "gsea_peaks"){ + return(mSetObj$mummi.gsea.resmat); + }else{ + return(mSetObj$integ.resmat); + } +} + +GetMummiResRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(anal.type == "mummichog"){ + return(rownames(mSetObj$mummi.resmat)); + }else if(anal.type == "gsea_peaks"){ + return(rownames(mSetObj$mummi.gsea.resmat)); + }else{ + return(rownames(mSetObj$integ.resmat)); + } +} + +GetMummiResColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(colnames(mSetObj$mummi.resmat)); +} + +GetCurrencyMsg <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$mummi$curr.msg) +} + +GetAdductMsg <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$mummi$add.msg) +} + +GetECMsg <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$mummi$ec.msg) +} + +GetDefaultPvalCutoff <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(); + + if(peakFormat %in% c("rmp", "rmt")){ + maxp <- 0; + }else{ + pvals <- c(0.25, 0.2, 0.15, 0.1, 0.05, 0.01, 0.005, 0.001, 0.0005, 0.0001, 0.00005, 0.00001) + ndat <- mSetObj$dataSet$mummi.proc; + + ### Handle something very wrong for mass table + if(is.null(ndat)){ + res <- PerformFastUnivTests(mSetObj$dataSet$norm, mSetObj$dataSet$cls, var.equal=TRUE); + ndat <- res[order(res[,2]),]; + n <- floor(0.1*length(ndat[,2])) + cutoff <- ndat[n+1,2] + } else { + n <- floor(0.1*length(ndat[,"p.value"])) + cutoff <- ndat[n+1,1] + } + + if(!any(pvals <= cutoff)){ + maxp <- 0.00001 + }else{ + maxp <- max(pvals[pvals <= cutoff]) + } + } + return(maxp) +} + +GetDefaultRTTol <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rt_tol <- mSetObj$dataSet$rt_tol; + if(is.na(rt_tol)){ + rt_tol <- 0 + } + return(rt_tol) +} + +GetMummiMode <- function(mSetObj){ + mSetObj <- .get.mSet(mSetObj); + mode <- mSetObj$dataSet$mode + return(mode); +} + +GetMummiDataType <- function(mSetObj){ + mSetObj <- .get.mSet(mSetObj); + type <- mSetObj$dataSet$type + return(type) +} + +# Replicate because do not want to have to read in stats_univariate to perform MS Peaks +GetTopInx <- function(vec, n, dec=T){ + inx <- order(vec, decreasing = dec)[1:n]; + # convert to T/F vec + vec<-rep(F, length=length(vec)); + vec[inx] <- T; + return (vec); +} + +######################################### +########### Utility Functions ########### +######################################### + +# Global variables define currency compounds +currency <- c('C00001', 'C00080', 'C00007', 'C00006', 'C00005', 'C00003', + 'C00004', 'C00002', 'C00013', 'C00008', 'C00009', 'C00011', + 'G11113', '', 'H2O', 'H+', 'Oxygen', 'NADP+', + 'NADPH', 'NAD+', 'NADH', 'ATP', + 'Pyrophosphate', 'ADP', 'CO2'); + +all_currency <- c('C00001', 'C00080', 'C00007', 'C00006', 'C00005', 'C00003', + 'C00004', 'C00002', 'C00013', 'C00008', 'C00009', 'C00011', + 'G11113', '', 'H2O', 'Water', 'H+', 'Hydron', 'O2', 'Oxygen', 'NADP+', + 'NADP', 'NADPH', 'NAD+', 'NAD', 'NADH', 'ATP', 'Diphosphate', + 'Pyrophosphate', 'ADP','Orthophosphate', 'CO2', 'Carbon dioxide'); + +primary_ions <- c('M+H[1+]', 'M+Na[1+]', 'M-H2O+H[1+]', 'M-H[-]', 'M-2H[2-]', 'M-H2O-H[-]', + 'M+H [1+]', 'M+Na [1+]', 'M-H2O+H [1+]', 'M-H [1-]', 'M-2H [2-]', 'M-H2O-H [1-]') + +# mz tolerance based on instrument type +# input: a vector of mz, +# output: a vector of distance tolerance +# Review on mass accuracy by Fiehn: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1464138/ + +mz_tolerance <- function(mz, ms.type){ + return(ms.type*1e-06*mz) +} + +#'Utility function to create compound lists for permutation analysis +#'@description From a vector of m/z features, this function outputs a vector of compounds. +#'@usage make_cpdlist(mSetObj=NA, input_mzs) +#'@param mSetObj Input the name of the created mSetObj +#'@param input_mzs The vector of randomly drawn m/z features. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +make_cpdlist <- function(mSetObj=NA, input_mzs){ + cpd <- unique(unlist(mSetObj$mz2cpd_dict[input_mzs])); + cpd <- cpd[!is.null(cpd)]; + return(cpd); +} + +#'Utility function to create compound lists for permutation analysis +#'@description From a vector of m/z features, this function outputs a vector of compounds. +#'@usage make_cpdlist(mSetObj=NA, input_mzs) +#'@param mSetObj Input the name of the created mSetObj +#'@param input_mzs The vector of randomly drawn m/z features. +#'@author Jasmine Chong, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +make_ecpdlist <- function(mSetObj=NA, input_mzs){ + ecpd <- unique(unlist(mSetObj$mz2ec_dict[input_mzs])); + ecpd <- ecpd[!is.null(ecpd)]; + return(ecpd); +} + +# Utility function to adjust for the fact that a single m/z feature can match to several compound identifiers +# input: a vector of compound ids +# output: a length of unique mzs corresponding to those compounds + +count_cpd2mz <- function(cpd2mz_dict, cpd.ids, inputmzlist){ # inputmz is either t or input cpd_list and cpd.ids are overlap features + + if(length(cpd.ids)==0){ + return(0); + } + mzs <- as.numeric(unique(unlist(cpd2mz_dict[cpd.ids]))); + if(length(mzs)==0){ + return(0); + }else{ + result <- intersect(mzs, inputmzlist); #intersect to only mzs from the input mz list + return(length(result)); + } +} + +# convert single element vector in list to matrix +# b/c single element vector will convert to scalar in javascript, force to matrix +convert2JsonList <- function(my.list){ + lapply(my.list, function(x){ + if(length(x) == 1){ + matrix(x); + }else{ + x; + } + }); +} + +# input: a two-col (id, val) data with potential duplicates (same id may be associated with 1 or more values +# output: a list named by unique id, with multiple values will be merged to vector +Convert2Dictionary <- function(data, quiet=T){ + + all.ids <- data[,1]; + dup.inx <- duplicated(all.ids); + if(sum(dup.inx) > 0){ + uniq.ids <- all.ids[!dup.inx]; + uniq.vals <- data[!dup.inx,2]; + + # convert two-col data it to list (vals as list values, ids as list names) + uniq.list <- split(uniq.vals, uniq.ids) + + # the list element orde will be sorted by the names alphabetically, need to get updated ones + uniq.id.list <- names(uniq.list) + + dup.ids <- all.ids[dup.inx]; + uniq.dupids <- unique(dup.ids); + uniq.duplen <- length(uniq.dupids); + + for(id in uniq.dupids){ # only update those with more than one hits + hit.inx.all <- which(all.ids == id); + hit.inx.uniq <- which(uniq.id.list == id); + uniq.list[[hit.inx.uniq]]<- data[hit.inx.all,2]; + } + + AddMsg(paste("A total of ", sum(dup.inx), " of duplicates were merged.", sep="")); + return(uniq.list); + }else{ + AddMsg("All IDs are unique."); + uniq.list <- split(data[,2], data[,1]); + return(uniq.list); + } +} + +# utility function for fast list expanding (dynamic length) +# We need to repeatedly add an element to a list. With normal list concatenation +# or element setting this would lead to a large number of memory copies and a +# quadratic runtime. To prevent that, this function implements a bare bones +# expanding array, in which list appends are (amortized) constant time. +# https://stackoverflow.com/questions/2436688/append-an-object-to-a-list-in-r-in-amortized-constant-time-o1 + +myFastList <- function(capacity = 100) { + buffer <- vector('list', capacity) + names <- character(capacity) + length <- 0 + methods <- list() + + methods$double.size <- function() { + buffer <<- c(buffer, vector('list', capacity)) + names <<- c(names, character(capacity)) + capacity <<- capacity * 2 + } + + methods$add <- function(name, val) { + if(length == capacity) { + methods$double.size() + } + + length <<- length + 1 + buffer[[length]] <<- val + names[length] <<- name + } + + methods$as.list <- function() { + b <- buffer[0:length] + names(b) <- names[0:length] + return(b) + } + + methods +} + +#### +#### +#### from the fgsea R package, minor edits to adapt to untargeted metabolomics + +#'Pre-ranked gsea adapted for untargeted metabolomics +#'@export +#'@import fgsea + +fgsea2 <- function(mSetObj, pathways, stats, ranks, + nperm, + minSize=1, maxSize=Inf, + nproc=0, + gseaParam=1, + BPPARAM=NULL) { + + # Warning message for ties in stats + ties <- sum(duplicated(stats[stats != 0])) + if (ties != 0) { + warning("There are ties in the preranked stats (", + paste(round(ties * 100 / length(stats), digits = 2)), + "% of the list).\n", + "The order of those tied m/z features will be arbitrary, which may produce unexpected results.") + } + + # Warning message for duplicate gene names + if (any(duplicated(names(stats)))) { + warning("There are duplicate m/z feature names, fgsea may produce unexpected results") + } + + granularity <- 1000 + permPerProc <- rep(granularity, floor(nperm / granularity)) + if (nperm - sum(permPerProc) > 0) { + permPerProc <- c(permPerProc, nperm - sum(permPerProc)) + } + set.seed(123) + seeds <- sample.int(10^9, length(permPerProc)) + + if (is.null(BPPARAM)) { + if (nproc != 0) { + if (.Platform$OS.type == "windows") { + # windows doesn't support multicore, using snow instead + BPPARAM <- BiocParallel::SnowParam(workers = nproc) + } else { + BPPARAM <- BiocParallel::MulticoreParam(workers = nproc) + } + } else { + BPPARAM <- BiocParallel::bpparam() + } + } + + minSize <- max(minSize, 1) + stats <- abs(stats) ^ gseaParam + + # returns list of indexs of matches between pathways and rank names + pathwaysPos <- lapply(pathways, function(p) { as.vector(na.omit(fastmatch::fmatch(p, names(ranks)))) }) + pathwaysFiltered <- lapply(pathwaysPos, function(s) { ranks[s] }) + qs::qsave(pathwaysFiltered, "pathwaysFiltered.qs") + + # adjust for the fact that a single m/z feature can match to several compound identifiers (not when in EC space) + # subsets m/z features responsible for a compound and matches it to total set of matched m/z features + # returns the length + + matched_res <- qs::qread("mum_res.qs"); + + if(mSetObj$dataSet$mumRT){ + pathwaysSizes <- sapply(pathwaysFiltered, length) + }else{ + pathway2mzSizes <- sapply(pathways, function(z) { length(intersect(as.numeric(unique(unlist(mSetObj$cpd2mz_dict[z]))), unique(matched_res[,1])))} ) + oldpathwaysSizes <- sapply(pathwaysFiltered, length) + pathwaysSizes <- pmin(pathway2mzSizes, oldpathwaysSizes) + } + + toKeep <- which(minSize <= pathwaysSizes & pathwaysSizes <= maxSize) + m <- length(toKeep) + + if (m == 0) { + return(data.table::data.table(pathway=character(), + pval=numeric(), + padj=numeric(), + ES=numeric(), + NES=numeric(), + nMoreExtreme=numeric(), + size=integer(), + leadingEdge=list())) + } + + pathwaysFiltered <- pathwaysFiltered[toKeep] + pathwaysSizes <- pathwaysSizes[toKeep] + + K <- max(pathwaysSizes) + + #perform gsea + gseaStatRes <- do.call(rbind, + lapply(pathwaysFiltered, fgsea::calcGseaStat, + stats=stats, + returnLeadingEdge=TRUE)) + + leadingEdges <- mapply("[", list(names(stats)), gseaStatRes[, "leadingEdge"], SIMPLIFY = FALSE) + pathwayScores <- unlist(gseaStatRes[, "res"]) + + #perform permutations + universe <- seq_along(stats) + set.seed(123) + counts <- BiocParallel::bplapply(seq_along(permPerProc), function(i) { + nperm1 <- permPerProc[i] + leEs <- rep(0, m) + geEs <- rep(0, m) + leZero <- rep(0, m) + geZero <- rep(0, m) + leZeroSum <- rep(0, m) + geZeroSum <- rep(0, m) + if (m == 1) { + for (i in seq_len(nperm1)) { + randSample <- sample.int(length(universe), K) + randEsP <- fgsea::calcGseaStat( + stats = stats, + selectedStats = randSample, + gseaParam = 1) + leEs <- leEs + (randEsP <= pathwayScores) + geEs <- geEs + (randEsP >= pathwayScores) + leZero <- leZero + (randEsP <= 0) + geZero <- geZero + (randEsP >= 0) + leZeroSum <- leZeroSum + pmin(randEsP, 0) + geZeroSum <- geZeroSum + pmax(randEsP, 0) + } + } else { + if (packageVersion("fgsea") > "1.12.0"){ + aux <- fgsea:::calcGseaStatCumulativeBatch( + stats = stats, + gseaParam = 1, + pathwayScores = pathwayScores, + pathwaysSizes = pathwaysSizes, + iterations = nperm1, + seed = seeds[i], + scoreType = "std")} else { + aux <- fgsea:::calcGseaStatCumulativeBatch( + stats = stats, + gseaParam = 1, + pathwayScores = pathwayScores, + pathwaysSizes = pathwaysSizes, + iterations = nperm1, + seed = seeds[i]) + } + leEs = get("leEs", aux) + geEs = get("geEs", aux) + leZero = get("leZero", aux) + geZero = get("geZero", aux) + leZeroSum = get("leZeroSum", aux) + geZeroSum = get("geZeroSum", aux) + } + data.table::data.table(pathway=seq_len(m), + leEs=leEs, geEs=geEs, + leZero=leZero, geZero=geZero, + leZeroSum=leZeroSum, geZeroSum=geZeroSum + ) + }, BPPARAM=BPPARAM) + + counts <- data.table::rbindlist(counts) + + # Getting rid of check NOTEs + leEs=leZero=geEs=geZero=leZeroSum=geZeroSum=NULL + pathway=padj=pval=ES=NES=geZeroMean=leZeroMean=NULL + nMoreExtreme=nGeEs=nLeEs=size=NULL + leadingEdge=NULL + .="damn notes" + + pval <- unlist(lapply(counts$pathway, function(c) min((1+sum(counts[c,]$leEs)) / (1 + sum(counts[c,]$leZero)), + (1+sum(counts[c,]$geEs)) / (1 + sum(counts[c,]$geZero))))) + + leZeroMean <- unlist(lapply(counts$pathway, function(d) sum(counts[d,]$leZeroSum) / sum(counts[d,]$leZero))) + geZeroMean <- unlist(lapply(counts$pathway, function(e) sum(counts[e,]$geZeroSum) / sum(counts[e,]$geZero))) + nLeEs <- unlist(lapply(counts$pathway, function(f) sum(counts[f,]$leEs))) + nGeEs <- unlist(lapply(counts$pathway, function(g) sum(counts[g,]$geEs))) + + pvals <- data.frame(pval=pval, leZeroMean=leZeroMean, geZeroMean=geZeroMean, nLeEs=nLeEs, nGeEs=nGeEs) + + padj <- p.adjust(pvals$pval, method="fdr") + ES <- pathwayScores + NES <- ES / ifelse(ES > 0, pvals$geZeroMean, abs(pvals$leZeroMean)) + pvals$leZeroMean <- NULL + pvals$geZeroMean <- NULL + + nMoreExtreme <- ifelse(ES > 0, pvals$nGeEs, pvals$nLeEs) + pvals$nLeEs <- NULL + pvals$nGeEs <- NULL + + size <- pathwaysSizes + pathway <- names(pathwaysFiltered) + + leadingEdge <- sapply(leadingEdges, paste0, collapse = "; ") + leadingEdge2 <- sapply(leadingEdge, function(x) strsplit(x, "; ")) + pathway.cpds <- sapply(pathwaysFiltered, attributes) + + matches <- mapply(intersect, leadingEdge2, pathway.cpds) + + leadingEdgeMatched <- sapply(matches, paste0, collapse = "; ") + + pvals.done <- cbind(pathway, pvals, padj, ES, NES, nMoreExtreme, size, leadingEdgeMatched) + + return(pvals.done) +} + +calcGseaStat2 <- function(stats, selectedStats, gseaParam=1, + returnAllExtremes=FALSE, + returnLeadingEdge=FALSE) { + + S <- selectedStats + r <- stats + p <- gseaParam + + S <- sort(S) + + # account for 1 mz can be multiple cpds + S.scores <- r[S] + u.S <- S[!duplicated(S.scores)] + scores <- unique(S.scores) + + m <- length(scores) + N <- length(r) + + if (m == N) { + stop("GSEA statistic is not defined when all genes are selected") + } + + NR <- (sum(abs(scores)^p)) + rAdj <- abs(scores)^p + if (NR == 0) { + # this is equivalent to rAdj being rep(eps, m) + rCumSum <- seq_along(rAdj) / length(rAdj) + } else { + rCumSum <- cumsum(rAdj) / NR + } + + tops <- rCumSum - (u.S - seq_along(u.S)) / (N - m) + if (NR == 0) { + # this is equivalent to rAdj being rep(eps, m) + bottoms <- tops - 1 / m + } else { + bottoms <- tops - rAdj / NR + } + + maxP <- max(tops) + minP <- min(bottoms) + + if(maxP > -minP) { + geneSetStatistic <- maxP + } else if (maxP < -minP) { + geneSetStatistic <- minP + } else { + geneSetStatistic <- 0 + } + + if (!returnAllExtremes && !returnLeadingEdge) { + return(geneSetStatistic) + } + + res <- list(res=geneSetStatistic) + if (returnAllExtremes) { + res <- c(res, list(tops=tops, bottoms=bottoms)) + } + if (returnLeadingEdge) { + leadingEdge <- if (maxP > -minP) { + u.S[seq_along(u.S) <= which.max(bottoms)] + } else if (maxP < -minP) { + rev(u.S[seq_along(u.S) >= which.min(bottoms)]) + } else { + NULL + } + + res <- c(res, list(leadingEdge=leadingEdge)) + } + res +} + +sumlog <-function(p) { + keep <- (p > 0) & (p <= 1) + lnp <- log(p[keep]) + chisq <- (-2) * sum(lnp) + df <- 2 * length(lnp) + if(sum(1L * keep) < 2) + stop("Must have at least two valid p values") + if(length(lnp) != length(p)) { + warning("Some studies omitted") + } + res <- list(chisq = chisq, df = df, + p = pchisq(chisq, df, lower.tail = FALSE), validp = p[keep]) + class(res) <- c("sumlog", "metap") + res +} + +#### +#### +#### for heatmap view (online only) + +.rt.included <- function(mSetObj = NA, rt){ + + mSetObj <- .get.mSet(mSetObj); + + if(rt %in% c("minutes", "seconds")){ + is.rt <<- TRUE + mumRT.type <<- rt + }else{ + is.rt <<- FALSE + mumRT.type <<- rt + } + mSetObj$dataSet$mumRT.type <- rt; + return(.set.mSet(mSetObj)); +} + +CreateHeatmapJson <- function(mSetObj=NA, libOpt, libVersion, minLib, fileNm, filtOpt, + version="v1"){ + mSetObj <- .get.mSet(mSetObj); + dataSet <- mSetObj$dataSet; + data <- t(dataSet$norm) + sig.ids <- rownames(data); + + res <- PerformFastUnivTests(mSetObj$dataSet$norm, mSetObj$dataSet$cls); + + if(dataSet$mode == "positive"){ + mSetObj$dataSet$pos_inx = rep(TRUE, nrow(data)) + }else if(dataSet$mode == "negative"){ + mSetObj$dataSet$pos_inx = rep(FALSE, nrow(data)) + } + + mSetObj$dataSet$mumRT <- is.rt + mSetObj$dataSet$mumRT.type <- mumRT.type + + if(mSetObj$dataSet$mumRT){ + feat_info <- rownames(data) + feat_info_split <- matrix(unlist(strsplit(feat_info, "__", fixed=TRUE)), ncol=2, byrow=T) + colnames(feat_info_split) <- c("m.z", "r.t") + + if(length(unique(feat_info_split[,1])) != length(feat_info_split[,1])){ + + # ensure features are unique + mzs_unq <- feat_info_split[,1][duplicated(feat_info_split[,1])] + set.seed(123) + if(length(mzs_unq)>0){ + feat_info_split[,1][duplicated(feat_info_split[,1])] <- sapply(mzs_unq, function(x) paste0(x, sample(1:999, 1, replace = FALSE))) + } + } + + if(mSetObj$dataSet$mumRT.type == "minutes"){ + rtime <- as.numeric(feat_info_split[,2]) + rtime <- rtime * 60 + feat_info_split[,2] <- rtime + } + + new_feats <- paste(feat_info_split[,1], feat_info_split[,2], sep = "__") + rownames(data) <- make.unique(new_feats) + + rownames(res) <- l <- mSetObj$dataSet$ref_mzlist <- make.unique(feat_info_split[,1]); + retention_time <- as.numeric(feat_info_split[,2]); + names(retention_time) <- mSetObj$dataSet$ref_mzlist; + mSetObj$dataSet$ret_time <- retention_time; + + if(is.na(mSetObj$dataSet$rt_tol)){ + rt_tol <- max(mSetObj$dataSet$ret_time) * mSetObj$dataSet$rt_frac + print(paste0("Retention time tolerance is ", rt_tol)) + mSetObj$dataSet$rt_tol <- rt_tol + } + mSetObj$dataSet$expr_dic= res[,1]; + names(mSetObj$dataSet$expr_dic) = rownames(res) + }else{ + l <- sapply(rownames(data), function(x) return(unname(strsplit(x,"/")[[1]][1]))) + mSetObj$dataSet$ref_mzlist <- rownames(res) <- l <- as.numeric(unname(unlist(l))) + mSetObj$dataSet$expr_dic= res[,1]; + names(mSetObj$dataSet$expr_dic) = rownames(data) + } + + mum.version <<- version + + if(filtOpt == "filtered"){ + mSetObj <- .setup.psea.library(mSetObj, libOpt, libVersion, minLib); + matched_res <- qs::qread("mum_res.qs"); + res_table <- matched_res; + data = data[which(l %in% res_table[,"Query.Mass"]),] + res = res[which(rownames(res) %in% res_table[,"Query.Mass"]),] + } + + stat.pvals <- unname(as.vector(res[,2])); + t.stat <- unname(as.vector(res[,1])); + org = unname(strsplit(libOpt,"_")[[1]][1]) + # scale each gene + dat <- t(scale(t(data))); + + rankPval = order(as.vector(stat.pvals)) + stat.pvals = stat.pvals[rankPval] + dat = dat[rankPval,] + + t.stat = t.stat[rankPval] + + # now pearson and euclidean will be the same after scaleing + dat.dist <- dist(dat); + + orig.smpl.nms <- colnames(dat); + orig.gene.nms <- rownames(dat); + + # do clustering and save cluster info + # convert order to rank (score that can used to sort) + if(nrow(dat)> 1){ + dat.dist <- dist(dat); + gene.ward.ord <- hclust(dat.dist, "ward.D")$order; + gene.ward.rk <- match(orig.gene.nms, orig.gene.nms[gene.ward.ord]); + gene.ave.ord <- hclust(dat.dist, "ave")$order; + gene.ave.rk <- match(orig.gene.nms, orig.gene.nms[gene.ave.ord]); + gene.single.ord <- hclust(dat.dist, "single")$order; + gene.single.rk <- match(orig.gene.nms, orig.gene.nms[gene.single.ord]); + gene.complete.ord <- hclust(dat.dist, "complete")$order; + gene.complete.rk <- match(orig.gene.nms, orig.gene.nms[gene.complete.ord]); + + dat.dist <- dist(t(dat)); + smpl.ward.ord <- hclust(dat.dist, "ward.D")$order; + smpl.ward.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ward.ord]) + smpl.ave.ord <- hclust(dat.dist, "ave")$order; + smpl.ave.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ave.ord]) + smpl.single.ord <- hclust(dat.dist, "single")$order; + smpl.single.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.single.ord]) + smpl.complete.ord <- hclust(dat.dist, "complete")$order; + smpl.complete.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.complete.ord]) + }else{ + # force not to be single element vector which will be scaler + #stat.pvals <- matrix(stat.pvals); + gene.ward.rk <- gene.ave.rk <- gene.single.rk <- gene.complete.rk <- matrix(1); + smpl.ward.rk <- smpl.ave.rk <- smpl.single.rk <- smpl.complete.rk <- 1:ncol(dat); + } + + gene.cluster <- list( + ward = gene.ward.rk, + average = gene.ave.rk, + single = gene.single.rk, + complete = gene.complete.rk, + pval = stat.pvals, + stat = t.stat + ); + + sample.cluster <- list( + ward = smpl.ward.rk, + average = smpl.ave.rk, + single = smpl.single.rk, + complete = smpl.complete.rk + ); + + # prepare meta info + # 1) convert meta.data info numbers + # 2) match number to string (factor level) + meta <- data.frame(dataSet$cls); + grps <- "Condition" + nmeta <- meta.vec <- NULL; + uniq.num <- 0; + for (i in 1:ncol(meta)){ + cls <- meta[,i]; + grp.nm <- grps[i]; + meta.vec <- c(meta.vec, as.character(cls)) + # make sure each label are unqiue across multiple meta data + ncls <- paste(grp.nm, as.numeric(cls)); # note, here to retain ordered factor + nmeta <- c(nmeta, ncls); + } + + # convert back to numeric + nmeta <- as.numeric(as.factor(nmeta))+99; + unik.inx <- !duplicated(nmeta) + + # get corresponding names + meta_anot <- meta.vec[unik.inx]; + names(meta_anot) <- nmeta[unik.inx]; # name annotatation by their numbers + + nmeta <- matrix(nmeta, ncol=ncol(meta), byrow=F); + colnames(nmeta) <- grps; + + # for each gene/row, first normalize and then tranform real values to 30 breaks + res <- t(apply(dat, 1, function(x){as.numeric(cut(x, breaks=30))})); + + # note, use {} will lose order; use [[],[]] to retain the order + + gene.id = orig.gene.nms; if(length(gene.id) ==1) { gene.id <- matrix(gene.id) }; + json.res <- list( + data.type = dataSet$type, + gene.id = gene.id, + gene.entrez = gene.id, + gene.name = gene.id, + gene.cluster = gene.cluster, + sample.cluster = sample.cluster, + sample.names = orig.smpl.nms, + meta = data.frame(nmeta), + meta.anot = meta_anot, + data = res, + org = org + ); + + mSetObj$dataSet$hm_peak_names = gene.id + mSetObj$dataSet$gene.cluster = gene.cluster + + .set.mSet(mSetObj) + require(RJSONIO); + json.mat <- toJSON(json.res, .na='null'); + sink(fileNm); + cat(json.mat); + sink(); + current.msg <<- "Data is now ready for heatmap visualization!"; + return(1); +} + +doHeatmapMummichogTest <- function(mSetObj=NA, nm, libNm, ids){ + + mSetObj<-.get.mSet(mSetObj); + + if(ids == "overall"){ + .on.public.web <<- F; + mSetObj<-PreparePrenormData(mSetObj) + mSetObj<-Normalization(mSetObj, "MedianNorm", "LogNorm", "AutoNorm", ratio=FALSE, ratioNum=20) + mSetObj<-Ttests.Anal(mSetObj, F, 0.05, FALSE, TRUE) + mSetObj<-Convert2Mummichog(mSetObj, is.rt, F, mSetObj$dataSet$mumRT.type, "tt", mSetObj$dataSet$mode); + mSetObj<-InitDataObjects("mass_all", "mummichog", FALSE) + SetPeakFormat("mpt") + #mSetObj<-UpdateInstrumentParameters(mSetObj, 10, mSetObj$dataSet$mode); + filename <- paste0("mummichog_input_", Sys.Date(), ".txt") + mSetObj<-Read.PeakListData(mSetObj, filename); + mSetObj<-SanityCheckMummichogData(mSetObj) + mSetObj<-SetPeakEnrichMethod(mSetObj, "mum", "v2") + mSetObj<-SetMummichogPval(mSetObj, 0.05) + .on.public.web <<- T; + .set.mSet(mSetObj); + anal.type <<- "integ"; + }else{ + gene.vec <- unlist(strsplit(ids, "; ")); + anal.type <<- "mummichog"; + + if(is.rt){ + feat_info_split <- matrix(unlist(strsplit(gene.vec, "__", fixed=TRUE)), ncol=2, byrow=T) + colnames(feat_info_split) <- c("m.z", "r.t") + mSetObj$dataSet$input_mzlist <- as.numeric(feat_info_split[,1]); + mSetObj$dataSet$N <- length(mSetObj$dataSet$input_mzlist); + }else{ + mSetObj$dataSet$input_mzlist <- gene.vec; + mSetObj$dataSet$N <- length(gene.vec); + } + } + + mSetObj$mum_nm <- paste0(nm,".json"); + mSetObj$mum_nm_csv <- paste0(nm,".csv"); + .set.mSet(mSetObj); + PerformPSEA("NA", libNm, "current", 3, 100); +} + +DoPeakConversion <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + res <- Ttests.Anal(mSetObj, F, 1, FALSE, TRUE) + ####### NOTE: need to use Ttests.Anal because Convert2Mummichog function takes as input result list from Ttests.anal: mSetObj$analSet$tt + + if(.on.public.web){ + if(res==0){ + AddErrMsg("T-test failed, please consider trying different data normalization option!"); + return(0); + } + mSetObj <- .get.mSet(); + .on.public.web <<- F; + mSetObj<-Convert2Mummichog(mSetObj, is.rt, F, mSetObj$dataSet$mumRT.type, "tt", mSetObj$dataSet$mode); + SetPeakFormat("mpt") + filename <- paste0("mummichog_input_", Sys.Date(), ".txt") + mSetObj<-Read.PeakListData(mSetObj, filename); + mSetObj<-SanityCheckMummichogData(mSetObj) + .on.public.web <<- T; + .set.mSet(mSetObj); + return(1) + }else{ + if(mSetObj$analSet$tt$sig.num == 0){ + AddErrMsg("T-test failed, please consider trying different data normalization option!"); + return(0); + } + mSetObj <- Convert2Mummichog(mSetObj, is.rt, F, mSetObj$dataSet$mumRT.type, "tt", mSetObj$dataSet$mode); + SetPeakFormat("mpt") + filename <- paste0("mummichog_input_", Sys.Date(), ".txt") + mSetObj <- Read.PeakListData(mSetObj, filename); + mSetObj <- SanityCheckMummichogData(mSetObj) + } + return(.set.mSet(mSetObj)); +} + +CreateListHeatmapJson <- function(mSetObj=NA, libOpt, libVersion, minLib, fileNm, filtOpt, version="v1"){ + + mSetObj <- .get.mSet(); + sig.ids <- as.character(mSetObj$dataSet$mummi.proc[,"m.z"]); + gene.symbols <- as.character(mSetObj$dataSet$mummi.proc[,"m.z"]); + stat.pvals <- mSetObj$dataSet$mummi.proc[,"p.value"]; + if("t.score" %in% colnames(mSetObj$dataSet$mummi.proc)){ + t.stat <- mSetObj$dataSet$mummi.proc[,"t.score"]; + }else{ + t.stat <- 0; + } + data <- mSetObj$dataSet$mummi.proc + res <- data + rownames(data) <- sig.ids + + data <- data[,-which(colnames(data) %in% c("m.z","pos_inx","r.t"))] + + # prepare meta info + # 1) convert meta.data info numbers + # 2) match number to string (factor level) + + grps <- "datalist1" + cls <- "datalist1" + + mSetObj$dataSet$mumRT <- is.rt + mSetObj$dataSet$mumRT.type <- mumRT.type + + if(mSetObj$dataSet$mumRT){ + feat_info <- rownames(data) + feat_info_split <- matrix(unlist(strsplit(feat_info, "__", fixed=TRUE)), ncol=2, byrow=T) + colnames(feat_info_split) <- c("m.z", "r.t") + + if(mSetObj$dataSet$mumRT.type == "minutes"){ + rtime <- as.numeric(feat_info_split[,2]) + rtime <- rtime * 60 + feat_info_split[,2] <- rtime + } + + new_feats <- paste(feat_info_split[,1], feat_info_split[,2], sep = "__") + rownames(data) <- new_feats + + rownames(res) <- l <- mSetObj$dataSet$ref_mzlist <- as.numeric(feat_info_split[,1]); + retention_time <- as.numeric(feat_info_split[,2]); + names(retention_time) <- mSetObj$dataSet$ref_mzlist; + mSetObj$dataSet$ret_time <- retention_time; + + if(is.na(mSetObj$dataSet$rt_tol)){ + rt_tol <- max(mSetObj$dataSet$ret_time) * mSetObj$dataSet$rt_frac + print(paste0("Retention time tolerance is ", rt_tol)) + mSetObj$dataSet$rt_tol <- rt_tol + } + mSetObj$dataSet$expr_dic= res[,1]; + names(mSetObj$dataSet$expr_dic) = rownames(res) + }else{ + l <- sapply(rownames(data), function(x) return(unname(strsplit(x,"/")[[1]][1]))) + mSetObj$dataSet$ref_mzlist <- rownames(res) <- l <- as.numeric(unname(unlist(l))) + mSetObj$dataSet$expr_dic= res[,1]; + names(mSetObj$dataSet$expr_dic) = rownames(data) + } + + if(filtOpt == "filtered"){ + mSetObj <- .setup.psea.library(mSetObj, libOpt, libVersion, minLib); + matched_res <- qs::qread("mum_res.qs"); + res_table <- matched_res; + data = data[which(l %in% res_table[,"Query.Mass"]),] + res = res[which(rownames(res) %in% res_table[,"Query.Mass"]),] + } + + expval <- 0 + expval <- sum(data) + + # scale each gene + dat <- data + + # now pearson and euclidean will be the same after scaleing + dat.dist <- dist(dat); + + orig.smpl.nms <- colnames(dat); + orig.gene.nms <- rownames(dat); + + + mum.version <<- version + # convert back to numeric + + # for each gene/row, first normalize and then tranform real values to 30 breaks + resl <- list(); + if(expval !=0){ + datall <- dat + for(i in 1:ncol(dat)){ + dat_pos <- as.matrix(dat[sign(dat[,i]) == 1,i]) + dat_neg <- as.matrix(dat[sign(dat[,i]) == -1,i]) + inx_pos <- sign(dat[,i]) == 1 + inx_neg <- sign(dat[,i]) == -1 + datsub <- as.matrix(dat[,i]) + if(colnames(dat)[i] == "p.value"){ + datsub= 1 - datsub + } + if(nrow(dat_pos) == 0){ + datall[,i] <- apply(unname(datsub), 2, function(x){ + y =log(abs(x)) + 0.000001 + 16-as.numeric(cut(y, breaks=15)) + }); + }else if(nrow(dat_neg) == 0){ + datall[,i] <- apply(unname(datsub), 2, function(x){ + y =log(x) + 0.000001 + 15+as.numeric(cut(y, breaks=15)) + }); + }else{ + res_pos <- apply(unname(dat_pos), 2, function(x){ + y =log(x) + 0.000001 + as.numeric(cut(y, breaks=15))+15 + }); + res_neg <- apply(unname(dat_neg), 2, function(x){ + y =log(abs(x)) + 0.000001 + 16 - as.numeric(cut(y, breaks=15)) + }); + datall[inx_pos, i] = as.vector(res_pos) + datall[inx_neg, i] = as.vector(res_neg) + } + + } + res = datall; + }else{ + + zero.inx <- dat == 0 + res <- dat; + res[zero.inx] <- 32 + } + + res_list <- list() + for(i in 1:nrow(res)){ + res_list[[i]] <- unname(res[i,]) + } + + if(nrow(dat)> 1){ + dat.dist <- dist(dat); + gene.ward.ord <- hclust(dat.dist, "ward.D")$order; + gene.ward.rk <- match(orig.gene.nms, orig.gene.nms[gene.ward.ord]); + gene.ave.ord <- hclust(dat.dist, "ave")$order; + gene.ave.rk <- match(orig.gene.nms, orig.gene.nms[gene.ave.ord]); + gene.single.ord <- hclust(dat.dist, "single")$order; + gene.single.rk <- match(orig.gene.nms, orig.gene.nms[gene.single.ord]); + gene.complete.ord <- hclust(dat.dist, "complete")$order; + gene.complete.rk <- match(orig.gene.nms, orig.gene.nms[gene.complete.ord]); + + dat.dist <- dist(t(dat)); + smpl.ward.ord <- hclust(dat.dist, "ward.D")$order; + smpl.ward.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ward.ord]) + smpl.ave.ord <- hclust(dat.dist, "ave")$order; + smpl.ave.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.ave.ord]) + smpl.single.ord <- hclust(dat.dist, "single")$order; + smpl.single.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.single.ord]) + smpl.complete.ord <- hclust(dat.dist, "complete")$order; + smpl.complete.rk <- match(orig.smpl.nms, orig.smpl.nms[smpl.complete.ord]) + }else{ + # force not to be single element vector which will be scaler + rankPval = order(as.vector(stat.pvals)) + stat.pvals = unname(stat.pvals[rankPval]) + t.stat = unname(t.stat[rankPval]) + gene.ward.rk <- gene.ave.rk <- gene.single.rk <- gene.complete.rk <- matrix(1); + smpl.ward.rk <- smpl.ave.rk <- smpl.single.rk <- smpl.complete.rk <- 1:ncol(dat); + } + + gene.cluster <- list( + ward = gene.ward.rk, + average = gene.ave.rk, + single = gene.single.rk, + complete = gene.complete.rk, + pval = stat.pvals + ); + + if(t.stat != 0){ + gene.cluster[["stat"]] = t.stat; + } + + sample.cluster <- list( + ward = smpl.ward.rk, + average = smpl.ave.rk, + single = smpl.single.rk, + complete = smpl.complete.rk + ); + + + + # note, use {} will lose order; use [[],[]] to retain the order + + + nmeta <- as.numeric(as.factor(colnames(data))) + 99 + nmeta.anot <- list() + + for(i in 1:length(unique(nmeta))){ + nmeta.anot[[colnames(data)[i]]] <- nmeta[i] + } + nmeta <- list(nmeta) + names(nmeta) <- "Statistics" + + + json.res <- list( + data.type = "singlelist", + gene.id = gene.symbols, + gene.entrez = sig.ids, + gene.name = gene.symbols, + gene.cluster = gene.cluster, + sample.cluster = sample.cluster, + sample.names = colnames(dat), + meta = nmeta, + meta.anot = nmeta.anot, + data = res_list, + expval = expval + ); + .set.mSet(mSetObj); + require(RJSONIO); + json.mat <- toJSON(json.res, .na='null'); + sink(fileNm); + cat(json.mat); + sink(); + current.msg <<- "Data is now ready for heatmap visualization!"; + return(1); +} + +#'Set organism for further analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param org Set organism ID +#'@export +SetOrganism <- function(mSetObj=NA, org){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$org <- org; + return(.set.mSet(mSetObj)) +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/power_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/power_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..bab3facda3b0993f4d10a3049a2f11e10d4f62ee --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/power_utils.R @@ -0,0 +1,200 @@ +#'Function for power analysis +#'@description Perform power analysis, requires the SSPA R package. +#'@usage InitPowerAnal(mSetObj, clsOpts) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param clsOpts For data with >2 groups, specify the two classes on which to perform power analysis, +#'otherwise for data with 2 groups, "NA" will automatically select the 2 groups. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +InitPowerAnal <- function(mSetObj=NA, clsOpts){ + + mSetObj <- .get.mSet(mSetObj); + + if(clsOpts == "NA"){ + grp.nms <- levels(mSetObj$dataSet$cls)[1:2]; + }else{ + grp.nms <- strsplit(clsOpts, " vs. ", fixed=TRUE)[[1]]; + } + inx1 <- which(mSetObj$dataSet$cls==grp.nms[1]); + inx2 <- which(mSetObj$dataSet$cls==grp.nms[2]); + stats <- apply(as.matrix(mSetObj$dataSet$norm), 2, function(x) { + tmp <- try(t.test(x[inx1], x[inx2], paired = mSetObj$dataSet$paired, var.equal = T)); + if(class(tmp) == "try-error") { + return(NA); + }else{ + return(tmp$statistic); + } + }) + + stats <- stats[!is.na(stats)]; + n1 <- length(inx1); + n2 <- length(inx2); + + pdD <- SSPA::pilotData(statistics = stats, + samplesize = sqrt(n1+n2), + distribution="t", + df=n1+n2-2); + mSetObj$analSet$power <- list(pdD = pdD); + return(.set.mSet(mSetObj)); +} + +#'Plot power statistics +#'@description Create plot for power statistics +#'@usage PlotPowerStat(mSetObj, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Specify the name to save the image as. +#'@param format Specify the format of the image to save it as, either "png" or "pdf" +#'@param dpi Specify the dots-per-inch (dpi). By default it is 72, for publications +#'the recommended dpi is 300. +#'@param width Specify the width of the image. NA or 0 specifies a width of 10, otherwise input a chosen width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import lattice + +PlotPowerStat <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 10; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$powerstat<-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + if(.on.public.web){ + load_lattice() + } + SSPA::plot(mSetObj$analSet$power$pdD); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Retrieve sample size ladder +#'@description Return sample size ladder, used in higher functions +#'@param maxNum Numeric +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetSampleSizeLadder <- function(maxNum){ + Jpred <- c(3, 6, 10, 16, 24, 40, 60, 100, 150, seq(200, 1000, 100)); + inx <- which(Jpred == min(Jpred[Jpred>=maxNum])) + return(Jpred[1:inx]); +} + +#'Perform power profiling +#'@description Perform power profiling of data +#'@usage PerformPowerProfiling(mSetObj=NA, fdr.lvl, smplSize) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param fdr.lvl Specify the false-discovery rate level. +#'@param smplSize Specify the maximum sample size, the number must be between 60-1000. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PerformPowerProfiling <- function(mSetObj=NA, fdr.lvl, smplSize){ + + mSetObj <- .get.mSet(mSetObj); + + res <- round(length(mSetObj$analSet$power$pdD@statistics)/2); + ssD <- SSPA::sampleSize(mSetObj$analSet$power$pdD, method="congrad", control=list(from=-6, to=6, resolution=res)); + Jpred <- GetSampleSizeLadder(smplSize); + N <- sqrt(Jpred/2); + + pi0 <- ssD@pi0; + if(fdr.lvl >= pi0){ + fdr.lvl <- signif(pi0-pi0/10, 3); + } + pwrD <- SSPA::predictpower(ssD, samplesizes=N, alpha=fdr.lvl) + mSetObj$analSet$power$ssD <- ssD; + mSetObj$analSet$power$Jpred <- Jpred; + mSetObj$analSet$power$pwrD <- pwrD; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(fdr.lvl); + } + return(.set.mSet(mSetObj)); +} + +#'Plot power profile +#'@description Plot power profile, specifying FDR level and sample size. It will +#'return the image as well as the predicted power at various sample sizes. +#'@usage PlotPowerProfile(mSetObj=NA, fdr.lvl, smplSize, imgName, format, dpi, width) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param fdr.lvl Specify the false-discovery rate level. +#'@param smplSize Specify the maximum sample size, the number must be between 60-1000. +#'@param imgName Specify the name to save the image as. +#'@param format Specify the format of the image to save it as, either "png" or "pdf". +#'@param dpi Specify the dots-per-inch (dpi). By default it is 72, for publications +#'the recommended dpi is 300. +#'@param width Specify the width of the image. NA specifies a width of 9, 0 specifies a width +#'of 7, otherwise input a chosen width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotPowerProfile <- function(mSetObj=NA, fdr.lvl, smplSize, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + Jpred <- GetSampleSizeLadder(smplSize); + N <- sqrt(Jpred/2); + pwrD <- SSPA::predictpower(mSetObj$analSet$power$ssD, samplesizes=N, alpha=fdr.lvl) + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + + h <- w*(6/9); + + mSetObj$imgSet$powerprofile<-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(Jpred, pwrD, type="n", ylim=c(0,1), ylab="Predicted power", xlab="Sample Size (per group)"); + grid(col = "lightgray", lty = "dotted", lwd = 1); + lines(Jpred, pwrD, lwd=4, col="orange"); + points(Jpred, pwrD, pch=17); + dev.off(); + + mSetObj$analSet$power$pwrD <- pwrD; + mSetObj$analSet$power$Jpred <- Jpred; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(pwrD); + } + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetPowerValuesX <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$power$Jpred); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/predicted.qs b/V1.7.4/MetaboAnalyst_3.0.3/predicted.qs new file mode 100644 index 0000000000000000000000000000000000000000..c87f9de0a568f063ab24fd81202420b32cf7538b Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/predicted.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/preproc_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/preproc_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..c77422f9a7804852b11a809b878584e02af1373e --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/preproc_utils.R @@ -0,0 +1,1642 @@ +#' Import raw MS data +#' @description This function handles the reading in of +#' raw MS data (.mzML, .CDF and .mzXML). Users must provide +#' a matrix with meta information about file such that each file has the name, +#' file path, group class and extension type. +#' The function will output two chromatograms into the user's working directory, a +#' base peak intensity chromatogram (BPIC) and a total ion +#' chromatogram (TIC). Further, this function sets the number of cores +#' to be used for parallel processing. It first determines the number of cores +#' within a user's computer and then sets it that number/2. +#' @param dataset.meta Matrix, input the meta data for files containing +#' the raw MS spectra to be processed. +#' @param format Character, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. +#' @param width Numeric, input the width of the image to create. +#' @param par.cores Logical, if true, the function will automatically +#' set the number of parallel cores. If false, it will not. +#' @param plot Logical, if true the function will create BPIS and TICS plots. +#' @param bpis_name Character, input the name of the BPIS image to create. +#' @param tics_name Character, input the name of the TICS image to create. +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import MSnbase +#' @import BiocParallel +#' @import parallel + +ImportRawMSDataList <- function(dataset.meta, format = "png", dpi = 72, width = 9, + par.cores=TRUE, plot=TRUE, bpis_name = "BPIS_", tics_name="TICS_"){ + + msg.vec <<- vector(mode="character") + + if(bpis_name == "BPIS_"){ + bpis_name = paste("BPIS_", dpi, ".", format, sep=""); + } + if(tics_name == "TICS_"){ + tics_name <- paste("TICS_", dpi, ".", format, sep=""); + } + + msg <- c("The uploaded files are raw MS spectra."); + + # The dataset.meta should be a matrix such that each row has the following: + # 1- file name, 2- file path, 3- group and 4- file extension type + # provided. The accepted file extensions are (.mzML/.CDF/.mzXML files) + + if(nrow(dataset.meta) == 0 || is.na(dataset.meta)){ + AddErrMsg("No spectra were found!"); + return(0); + } + + compfile.types <- sum(sapply(dataset.meta[,3], function(x){x %in% c("mzml", "cdf", "mzxml")})) + if(compfile.types < nrow(dataset.meta)){ + AddErrMsg("Only mzML, cdf and mzXML input types can be handled!"); + return(0); + } + + snames <- dataset.meta[,1] + files <- dataset.meta[,2]; files <- as.character(files); # Otherwise, a factor form of files will cause an error + sclass <- dataset.meta[,4] + + # some sanity check before proceeds + sclass <- as.factor(sclass); + if(length(levels(sclass))<2){ + AddErrMsg("You must provide classes labels (at least two classes)!"); + return(0); + } + + SetClass(sclass) + + # check for unique sample names + if(length(unique(snames))!=length(snames)){ + AddErrMsg("Duplicate sample names are not allowed!"); + dup.nm <- paste(snames[duplicated(snames)], collapse=" "); + AddErrMsg("Duplicate sample names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + pd <- data.frame(sample_name = snames, + sample_group = sclass, + stringsAsFactors = FALSE) + + if(!.on.public.web & par.cores==TRUE){ + cores <- parallel::detectCores() + num_cores <- ceiling(cores/2) + print(paste0("The number of CPU cores to be used is set to ", num_cores, ".")) + + if (.Platform$OS.type == "unix") { + BiocParallel::register(BiocParallel::bpstart(BiocParallel::MulticoreParam(num_cores))) + } else { # for windows + BiocParallel::register(BiocParallel::bpstart(BiocParallel::SnowParam(num_cores))) + } + } + + raw_data <- suppressMessages(read.MSdata(files = files, pdata = new("NAnnotatedDataFrame", pd), + mode = "onDisk")) + + if(plot==TRUE){ + # Plotting functions to see entire chromatogram + bpis <- chromatogram(raw_data, aggregationFun = "max") + tics <- chromatogram(raw_data, aggregationFun = "sum") + + groupNum <- nlevels(groupInfo) + + if(groupNum > 9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(groupNum) + }else{ + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:groupNum], "60") + } + + names(group_colors) <- levels(groupInfo) + + Cairo::Cairo(file = bpis_name, unit="in", dpi=dpi, width=width, height= width*5/9, + type=format, bg="white"); + plot(bpis, col = group_colors[raw_data$sample_group]) + legend("topright", legend=levels(groupInfo), pch=15, col=group_colors); + dev.off(); + + Cairo::Cairo(file = tics_name, unit="in", dpi=dpi, width=width, height=width*5/9, + type=format, bg="white"); + plot(tics, col = group_colors[raw_data$sample_group]) + legend("topright", legend=levels(groupInfo), pch=15, col=group_colors); + dev.off(); + } + + print("Successfully imported raw MS data!") + + return(raw_data) +} + +#' Import raw MS data +#' @description This function handles the reading in of +#' raw MS data (.mzML, .CDF and .mzXML). Users must set +#' their working directory to the folder containing their raw +#' data, divided into two subfolders named their desired group labels. The +#' function will output two chromatograms into the user's working directory, a +#' base peak intensity chromatogram (BPIC) and a total ion +#' chromatogram (TIC). Further, this function sets the number of cores +#' to be used for parallel processing. It first determines the number of cores +#' within a user's computer and then sets it that number/2. +#' @param foldername Character, input the file path to the folder containing +#' the raw MS spectra to be processed. +#' @param mode Character, the data input mode. Default is "onDisk" to avoid memory crash. "inMemory" will +#' absorb data into the memory. +#' @param plotSettings List, plotting parameters produced by SetPlotParam Function. "plot.opts" can be added through this +#' function for samples numbers for plotting. Defalut is "default", "all" will apply all samples for plotting and may cause +#' memory crash, especially for large sample dataset. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import MSnbase +#' @import BiocParallel +#' @import parallel + +ImportRawMSData <- function(foldername, mode="onDisk", ncores=4, plotSettings){ + + msg.vec <<- vector(mode="character") + + msg <- c("The uploaded files are raw MS spectra."); + + # the "upload" folder should contain two subfolders (groups, i.e. Healthy vs. Disease) + # each subfolder must contain samples (.mzML/.CDF/.mzXML files) + + files <- dir(foldername, pattern=".mzML|.cdf|.mzXML|.mzData", recursive=T, full.name=TRUE) + + if (length(files) == 0) { + AddErrMsg("No spectra were found!"); + return(0); + } + + snames <- gsub("\\.[^.]*$", "", basename(files)); + msg<-c(msg, paste("A total of ", length(files), "samples were found.")); + + sclass <- gsub("^\\.$", "sample", dirname(files)); + + scomp <- strsplit(substr(sclass, 1, min(nchar(sclass))), ""); + scomp <- matrix(c(scomp, recursive = TRUE), ncol = length(scomp)); + i <- 1 + + while(all(scomp[i,1] == scomp[i,-1]) && i < nrow(scomp)){ + i <- i + 1; + } + + i <- min(i, tail(c(0, which(scomp[1:i,1] == .Platform$file.sep)), n = 1) + 1) + + if (i > 1 && i <= nrow(scomp)){ + sclass <- substr(sclass, i, max(nchar(sclass))) + } + + # some sanity check before proceeds + sclass <- as.factor(sclass); + if(length(levels(sclass))<2){ + AddErrMsg("You must provide classes labels (at least two classes)!"); + return(0); + } + + SetClass(sclass) + + # check for unique sample names + if(length(unique(snames))!=length(snames)){ + AddErrMsg("Duplicate sample names are not allowed!"); + dup.nm <- paste(snames[duplicated(snames)], collapse=" "); + AddErrMsg("Duplicate sample names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + pd <- data.frame(sample_name = snames, + sample_group = sclass, + stringsAsFactors = FALSE) + + if(!.on.public.web){ + + cores <- parallel::detectCores() + + if(missing(ncores)){ + num_cores <- ceiling(cores*2/3) + } else{ + ncores -> num_cores + } + + print(paste0("The number of CPU cores to be used is set to ", num_cores, ".")) + + if (.Platform$OS.type == "unix") { + BiocParallel::register(BiocParallel::bpstart(BiocParallel::MulticoreParam(num_cores))) + } else { # for windows + BiocParallel::register(BiocParallel::bpstart(BiocParallel::SnowParam(num_cores))) + } + + } + + raw_data <- suppressMessages(readMSData(files = files, pdata = new("NAnnotatedDataFrame", pd), + mode = mode, msLevel =1)) + + + if(plotSettings$Plot==TRUE){ + + if (is.null(plotSettings$plot.opts)){ + plot.opts <- "default"; + } else { + plot.opts <- plotSettings$plot.opts; + } + + if(plot.opts=="default"){ + #subset raw_data to first 50 samples + print("To reduce memory usage BPIS and TICS plots will be created using only 10 samples per group.") + + grp_nms <- names(table(pd$sample_group)) + files <- NA + + for(i in 1:length(grp_nms)){ + numb2ext <- min(table(pd$sample_group)[i], 10) + filt_df <- pd[pd$sample_group==grp_nms[i],] + files.inx <- sample(nrow(filt_df), numb2ext) + sel.samples <- filt_df$sample_name[files.inx] + files <- c(files, which(pd$sample_name %in% sel.samples)) + } + + raw_data_filt <- filterFile(raw_data, file=na.omit(files)); + + }else{ + + raw_data_filt <- raw_data; # just for plotting + + } + + if(plot.opts=="all"){ + h <- readline(prompt="Using all samples to create BPIS and TICS plots may cause severe memory issues! Press [0] to continue, or [1] to cancel: ") + h <- as.integer(h) + if(h==1){ + print("ImportRawMSData function aborted!") + return(0) + } + } + + print("Plotting BPIS and TICS.") + + # Plotting functions to see entire chromatogram + bpis <- chromatogram(raw_data_filt, aggregationFun = "max") + tics <- chromatogram(raw_data_filt, aggregationFun = "sum") + + groupNum <- nlevels(groupInfo) + + if(groupNum > 9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(groupNum) + }else{ + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:groupNum], "60") + } + + names(group_colors) <- levels(groupInfo) + + bpis_name <- paste("BPIS_", plotSettings$dpi, ".", plotSettings$format, sep=""); + tics_name <- paste("TICS_", plotSettings$dpi, ".", plotSettings$format, sep=""); + + Cairo::Cairo(file = bpis_name, unit="in", dpi=plotSettings$dpi, width=plotSettings$width, + height= plotSettings$width*5/9, type=plotSettings$format, bg="white"); + + plot(bpis, col = group_colors[raw_data_filt$sample_group]) + legend("topright", legend=levels(groupInfo), pch=15, col=group_colors); + + dev.off(); + + Cairo::Cairo(file = tics_name, unit="in", dpi=plotSettings$dpi, width=plotSettings$width, + height=plotSettings$width*5/9, type=plotSettings$format, bg="white"); + + plot(tics, col = group_colors[raw_data_filt$sample_group]) + legend("topright", legend=levels(groupInfo), pch=15, col=group_colors); + + dev.off(); + } + + print("Successfully imported raw MS data!") + + return(raw_data) +} + +#' Set class information for MS data +#' @description This function sets the class information +#' for preprocessing MS data. +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +SetClass <- function(class){ + groupInfo <<- class +} + +#' Plot EIC +#' @description This functionn creates an extracted ion chromatogram (EIC) for a specific +#' m/z and retention time. This is used for quality-control of raw m/s data. +#' @param raw_data The object created using the ImportRawMSData function, +#' containing the raw MS data. +#' @param rt_mn Numeric, specify the minimum bound of the retention time range. +#' @param rt_mx Numeric, specify the maximum bound of the retention time range. +#' @param mz_mn Numeric, specify the minimum bound of the m/z range. +#' @param mz_mx Numeric, specify the maximum bound of the m/z range. +#' @param aggreg Character, if "sum", creates a total ion chromatogram. +#' If "max", creates a base peak chromatogram. By default it is set +#' to "sum". +#' @param format Character, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. +#' @param width Numeric, input the width of the image to create. +#' @export + +PlotEIC <- function(raw_data, rt_mn, rt_mx, mz_mn, mz_mx, aggreg = "sum", + format = "png", dpi = 72, width = 9){ + + filt_data <- filterRt(raw_data, rt = c(rt_mn, rt_mx)) + filt_mz <- filterMz(filt_data, mz = c(mz_mn, mz_mx)) + mz_slice <- chromatogram(filt_mz, aggregationFun = aggreg) + + groupNum <- nlevels(groupInfo) + + if(groupNum > 9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(groupNum) + }else{ + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:groupNum], "60") + } + + names(group_colors) <- unique(raw_data$sample_group) + + eic_name <- paste("EIC_", dpi, ".", format, sep=""); + + Cairo::Cairo(file = eic_name, unit="in", dpi=dpi, width=width, height= width*5/9, + type=format, bg="white"); + plot(mz_slice, col = group_colors[raw_data$sample_group]) + legend("topright", legend=unique(raw_data$sample_group), pch=15, col=group_colors); + dev.off(); + + print("EIC created!") + return(1) +} + + +#' Perform peak profiling +#' This function performs feature extraction of user's raw MS data using +#' the rawData object created using the ImportRawMSData function. +#' @param rawData The object created using the ImportRawMSData function, +#' containing the raw MS data. +#' @param Params The object created using the SetPeakParam function, +#' containing user's specified or default parameters for downstream +#' raw MS data pre-processing. +#' @param plotSettings List, plotting parameters produced by SetPlotParam Function. +#' Defaut is set to true. +#' @param ncore Numeric, used to define the cores' number for Peak Profiling. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import stats +#' @import MSnbase +#' @import BiocParallel +#' @import ggplot2 + +PerformPeakProfiling <- function(rawData, Params, plotSettings, ncore){ + + ### Update parameters' style + param <- updateRawSpectraParam (Params); + + ### Setting the different parallel method for linux or windows + if (missing(ncore)){ + total_threads <- detectCores()*2/3 + } else { + total_threads <- ncore + } + + + if(.Platform$OS.type=="unix" ){ + register(bpstart(MulticoreParam(ceiling(total_threads)))) + } else if(.Platform$OS.type=="windows"){ + register(bpstart(SnowParam(ceiling(total_threads)))) + } + + print(paste0(ceiling(total_threads)," CPU Threads will be used for peak profiling !")) + + # ---------===========----- I. Peak picking -----===========------------ + + print("Step 1/3: Started peak picking! This step will take some time...") + + mSet <- PerformPeakPicking(rawData, param = param); gc() + + # --------===========----- II. Peak alignment -----===========------------ + + print("Step 2/3: Started peak alignment! This step is running...") + + mSet <- PerformPeakAlignment(mSet, param); gc() + + # --------===========----- III. Peak filling -----===========------------ + + print("Step 3/3: Started peak filling! This step may take some time...") + + mSet <- PerformPeakFiling (mSet, param); gc() + + print("Peak picking finished successfully !") + + + # ---------------====------IV. Plotting Results --------========----------- + + sample_idx <- mSet[["onDiskData"]]@phenoData@data[["sample_group"]]; + + + if (missing(plotSettings)){ + plotSettings <- SetPlotParam(name_peak_in="Peak_Intensity", + name_PCA="PCA", + name_adj_RT="Adjusted_RT", + name_adj_BPI="Adjusted_BPI") + } else { + plotSettings$name_peak_in="Peak_Intensity"; + plotSettings$name_PCA="PCA"; + plotSettings$name_adj_RT="Adjusted_RT"; + plotSettings$name_adj_BPI="Adjusted_BPI" + } + + if (plotSettings$Plot ==T){ + ### 1. Peak Intensity plotting ----- + PlotSpectraInsensityStistics(mSet, paste0(plotSettings$name_peak_in,".",plotSettings$format), plotSettings$format, plotSettings$dpi, 8); + + ### 2. PCA plotting ----- + if (.on.public.web){ + load_ggplot(); + } + + PlotSpectraPCA(mSet, paste0(plotSettings$name_PCA,".",plotSettings$format), plotSettings$format, plotSettings$dpi, 8); + + ### 3. Adjusted RT plotting ----- + PlotSpectraRTadj(mSet, paste0(plotSettings$name_adj_RT,".",plotSettings$format), plotSettings$format, plotSettings$dpi, plotSettings$width); + + ### 4. Chromatogram Generation ----- + PlotSpectraBPIadj(mSet, paste0(plotSettings$name_adj_BPI,".",plotSettings$format), plotSettings$format, plotSettings$dpi, plotSettings$width) + + } + + + return(mSet) +} + +#' Set generic Plotting Parameters +#' @description This function sets the generic Plotting Parameters for different functions +#' @param Plot Logical, if true, the function will plot internal figures for different functions. +#' @param labels Logical, if true, the labels in the plot will be added. +#' @param format Numeric, input the format of the image to create. +#' @param dpi Numeric, input the dpi of the image to create. +#' @param width Numeric, input the width of the image to create. +#' @param ... Other specific parameters for specific function. Please set them according to the corresponding function. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export + +SetPlotParam<-function(Plot = F, labels = TRUE, format = "png", dpi = 72, width = 9,...){ + + return(list(Plot = Plot, + labels = labels, + format = format, + dpi = dpi, + width = width, + ...)) +} + +#' Set annotation parameters +#' @description This function sets the parameters for peak annotation. +#' @param polarity Character, specify the polarity of the MS instrument. Either +#' "negative" or "positive". +#' @param perc_fwhm Numeric, set the percentage of the width of the FWHM for peak grouping. +#' Default is set to 0.6. +#' @param mz_abs_iso Numeric, set the allowed variance for the search (for isotope annotation). +#' The default is set to 0.005. +#' @param max_charge Numeric, set the maximum number of the isotope charge. For example, +#' the default is 2, therefore the max isotope charge is 2+/-. +#' @param max_iso Numeric, set the maximum number of isotope peaks. For example, the default +#' is 2, therefore the max number of isotopes per peaks is 2. +#' @param corr_eic_th Numeric, set the threshold for intensity correlations across samples. +#' Default is set to 0.85. +#' @param mz_abs_add Numeric, set the allowed variance for the search (for adduct annotation). +#' The default is set to 0.001. +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +SetAnnotationParam <- function(polarity = "positive", perc_fwhm = 0.6, mz_abs_iso = 0.005, + max_charge = 2, max_iso = 2, corr_eic_th = 0.85, + mz_abs_add = 0.001){ + + annParams <- list() + + annParams$polarity <- polarity + annParams$perf.whm <- perc_fwhm + annParams$mz.abs.iso <- mz_abs_iso + annParams$max.charge <- max_charge + annParams$max.iso <- max_iso + annParams$corr.eic.th <- corr_eic_th + annParams$mz.abs.add <- mz_abs_add + + return(annParams) +} + +#' Perform peak annotation +#' @description This function performs peak annotation on +#' the xset object created using the PerformPeakPicking function. +#' @param xset The object created using the PerformPeakPicking function, +#' containing the peak picked MS data. +#' @param annParams The object created using the SetAnnotationParam function, +#' containing user's specified or default parameters for downstream +#' raw MS data pre-processing. +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export +#' @import MSnbase +#' @importFrom graph ftM2graphNEL +#' @importFrom RBGL highlyConnSG +#' @references Kuhl C, Tautenhahn R, Boettcher C, Larson TR, Neumann S (2012). +#' "CAMERA: an integrated strategy for compound spectra extraction and annotation of +#' liquid chromatography/mass spectrometry data sets." Analytical Chemistry, 84, 283-289. +#' http://pubs.acs.org/doi/abs/10.1021/ac202450g. + +PerformPeakAnnotation <- function(mSet, annotaParam, ncore=1){ + + if (ncore > 1){ + print("Only single core mode is supported now. Parallel will be supported later !") + ncore <- 1 + } + + ## 1. Prepare the Annotation Object------- + + xs <- mSet$xcmsSet + + if(is.null(xs)) { + stop("No xcmsSet object in 'mSet' was given !") + } else if (!class(xs)=="xcmsSet"){ + stop("There is correct xcmsSet object in mSet !") + } + + + mSet$AnnotateObject <- list(); + + if(length(xs@phenoData[["sample_name"]]) > 1 && !nrow(xs@groups) > 0) { + stop ('No group information found or contain only one sample.') + } + mSet$AnnotateObject$sample <- as.numeric(NA) + + mSet$AnnotateObject$groupInfo <- getPeaks_selection(xs); + runParallel <- list() + runParallel$enable <- 0; + + if (ncore > 1) { + ## If MPI is available ... + rmpi = "Rmpi" + opt.warn <- options("warn")$warn + options("warn" = -1) + if ((Sys.info()["sysname"] != "Windows") && require(rmpi,character.only=TRUE) && !is.null(ncore)) { + if (is.loaded('mpi_initialize')) { + #test if not already slaves are running! + if(mpi.comm.size() >0){ + warning("There are already intialized mpi slaves on your machine.\nCamera will try to uses them!\n"); + runParallel$enable <-1; + runParallel$mode <- rmpi; + }else{ + mpi.spawn.Rslaves(ncore=ncore, needlog=FALSE) + if(mpi.comm.size() > 1){ + #Slaves have successfull spawned + runParallel$enable <-1; + runParallel$mode <- rmpi; + }else{ warning("Spawning of mpi slaves have failed. CAMERA will run without parallelization.\n");} + } + }else { + #And now?? + warning("DLL mpi_initialize is not loaded. Run single core mode!\n"); + } + } else { + #try local sockets using snow package + snow = "snow" + if (try(require(snow,character.only=TRUE,quietly=TRUE))) { + cat("Starting snow cluster with",ncore,"local sockets.\n") + snowclust <- makeCluster(ncore, type = "SOCK") + runParallel$enable <- 1 + runParallel$mode <- snow; + runParallel$cluster <- snowclust + } + } + options("warn" = opt.warn) + cat("Run cleanParallel after processing to remove the spawned slave processes!\n") + } + + if(!is.null(annotaParam[["polarity"]])){ + if(is.na(match.arg(annotaParam[["polarity"]], c("positive","negative")))){ + stop("Parameter polarity has to be 'positive' or 'negative' !") + }else{ + mSet$AnnotateObject$polarity <- annotaParam[["polarity"]]; + } + } + mSet$AnnotateObject$runParallel<-runParallel; + + mSet$AnnotateObject$annoID <- matrix(ncol=4, nrow=0) + mSet$AnnotateObject$annoGrp <- matrix(ncol=4, nrow=0) + mSet$AnnotateObject$isoID <- matrix(ncol=4, nrow=0) + + colnames(mSet$AnnotateObject$annoID) <- c("id","grpID","ruleID","parentID"); + colnames(mSet$AnnotateObject$annoGrp)<- c("id","mass","ips","psgrp"); + colnames(mSet$AnnotateObject$isoID) <- c("mpeak","isopeak","iso","charge") + + ## 2. Group peaks according to their retention time into pseudospectra-groups----- + + intval <- "maxo"; perfwhm <- annotaParam$perf.whm; sigma <- 6; + + sample <- mSet$AnnotateObject$sample; + pspectra <- list(); + psSamples <- NA; + + print("Start grouping after retention time.") + + if(mSet$AnnotateObject$groupInfo[1, "rt"] == -1) { + # Like FTICR Data + warning("Warning: no retention times avaiable. Do nothing\n"); + return(invisible(mSet$AnnotateObject)); + }else{ + if(is.na(sample[1]) || length(mSet$xcmsSet@filepaths) > 1) { + # grouped peaktable within automatic selection or sub selection + if(is.na(sample[1])){ + index <- 1:length(mSet$xcmsSet@filepaths); + }else{ + index <- sample; + } + + gvals <- groupval(mSet$xcmsSet)[,index,drop=FALSE]; + peakmat <- mSet$xcmsSet@peaks; + groupmat <- mSet$xcmsSet@groups; + + #calculate highest peaks + maxo <- as.numeric(apply(gvals, 1, function(x, peakmat){ + val <- na.omit(peakmat[x, intval]); + if(length(val) == 0){ + return(NA); + }else{ + return(max(val)) + } + }, peakmat)); + + maxo[which(is.na(maxo))] <- -1; + maxo <- cbind(1:length(maxo),maxo); + + #highest peak index + int.max <- as.numeric(apply(gvals, 1, function(x, peakmat){which.max(peakmat[x, intval])}, peakmat)); + + peakrange <- matrix(apply(gvals, 1, function(x, peakmat) { + val <- peakmat[x, intval]; + if(length(na.omit(val)) == 0){ + return(c(0,1)); + } else { + return(peakmat[x[which.max(val)], c("rtmin", "rtmax")]); + } + }, peakmat), ncol=2, byrow=TRUE); + + colnames(peakrange) <- c("rtmin", "rtmax") + + while(length(maxo) > 0){ + iint <- which.max(maxo[,2]); + rtmed <- groupmat[iint, "rtmed"]; #highest peak in whole spectra + rt.min <- peakrange[iint, "rtmin"]; + rt.max <- peakrange[iint, "rtmax"]; #begin and end of the highest peak + hwhm <- ((rt.max-rt.min) / sigma * 2.35 * perfwhm) / 2; #fwhm of the highest peak + #all other peaks whose retensiontimes are in the fwhm of the highest peak + irt <- which(groupmat[, 'rtmed'] > (rtmed-hwhm) & groupmat[, 'rtmed'] < (rtmed + hwhm)) + if(length(irt) > 0){ + #if peaks are found + idx <- maxo[irt,1]; + pspectra[[length(pspectra)+1]] <- idx; #create groups + psSamples[length(pspectra)] <- index[int.max[maxo[iint,1]]] # saves the sample of the peak which is in charge for this pspectrum + maxo <- maxo[-irt, ,drop=FALSE]; #set itensities of peaks to NA, due to not to be found in the next cycle + groupmat <- groupmat[-irt, ,drop=FALSE]; + peakrange <- peakrange[-irt, ,drop=FALSE]; + }else{ + idx <- maxo[iint,1]; + cat("Warning: Feature ",idx," looks odd for at least one peak. Please check afterwards.\n"); + pspectra[[length(pspectra)+1]] <- idx; #create groups + psSamples[length(pspectra)] <- index[int.max[maxo[iint,1]]] # saves the sample of the peak which is in charge for this pspectrum + maxo <- maxo[-iint, ,drop=FALSE]; #set itensities of peaks to NA, due to not to be found in the next cycle + groupmat <- groupmat[-iint, ,drop=FALSE]; + peakrange <- peakrange[-iint, ,drop=FALSE]; + } + } + + }else{ + #One sample experiment + peakmat <- mSet$xcmsSet@peaks; + maxo <- peakmat[, intval]; #max intensities of all peaks + maxo <- cbind(1:length(maxo),maxo); + + while(length(maxo)> 0){ + iint <- which.max(maxo[,2]); + rtmed <- peakmat[iint, "rt"]; #highest peak in whole spectra + rt.min <- peakmat[iint, "rtmin"]; + rt.max <- peakmat[iint, "rtmax"]; #begin and end of the highest peak + hwhm <- ((rt.max - rt.min) / sigma * 2.35 * perfwhm) / 2; #fwhm of the highest peak + #all other peaks whose retensiontimes are in the fwhm of the highest peak + irt <- which(peakmat[, 'rt'] > (rtmed - hwhm) & peakmat[, 'rt'] < (rtmed + hwhm)) + if(length(irt)>0){ + #if peaks are found + idx <- maxo[irt,1]; + pspectra[[length(pspectra)+1]] <- idx; #create groups + maxo <- maxo[-irt, ,drop=FALSE]; #set itensities of peaks to NA, due to not to be found in the next cycle + peakmat <- peakmat[-irt, ,drop=FALSE]; + }else{ + idx <- maxo[iint,1]; + cat("Warning: Feature ",idx," looks odd for at least one peak. Please check afterwards.\n"); + pspectra[[length(pspectra)+1]] <- idx; #create groups + maxo <- maxo[-iint, ,drop=FALSE]; #set itensities of peaks to NA, due to not to be found in the next cycle + peakmat <- peakmat[-iint, ,drop=FALSE]; + } + } + psSamples <- rep(sample, length(pspectra)) + } + + mSet$AnnotateObject$pspectra <- pspectra; + mSet$AnnotateObject$psSamples <- psSamples; + message (paste("Created", length(mSet$AnnotateObject$pspectra), "pseudospectra.")) + } + + + ## 3. Annotate isotope peaks ----- + + maxcharge <- annotaParam$max.charge; maxiso <- annotaParam$max.iso; + mzabs <- annotaParam$mz.abs.add; intval=c("maxo"); + minfrac=0.5; isotopeMatrix=NULL; filter=TRUE; ppm <- 5; + + if(!is.wholenumber(maxcharge) || maxcharge < 1){ + stop("Invalid argument 'maxcharge'. Must be integer and > 0.\n") + } + if(!is.wholenumber(maxiso) || maxiso < 1){ + stop("Invalid argument 'maxiso'. Must be integer and > 0.\n") + } + if(!is.numeric(mzabs) || mzabs < 0){ + stop("Invalid argument 'mzabs'. Must be numeric and not negative.\n") + } + + #intval <- match.arg(intval) + + if(!is.null(isotopeMatrix)){ + if(!is.matrix(isotopeMatrix) || ncol(isotopeMatrix) != 4 || nrow(isotopeMatrix) < 1 + || !is.numeric(isotopeMatrix)){ + stop("Invalid argument 'isotopeMatrix'. Must be four column numeric matrix.\n") + } else { + colnames(isotopeMatrix) <- c("mzmin", "mzmax", "intmin", "intmax") + } + }else if(maxiso > 8){ + stop("Invalid argument 'maxiso'. Must be lower 9 or provide your own isotopeMatrix.\n") + }else{ + isotopeMatrix <- calcIsotopeMatrix(maxiso=maxiso) + } + ####End Test arguments + + npeaks.global <- 0; #Counter for % bar + npspectra <- length(mSet$AnnotateObject$pspectra); + + # scaling + devppm <- ppm / 1000000; + filter <- filter; + #generate parameter list + params <- list(maxiso=maxiso, maxcharge=maxcharge, devppm=devppm, + mzabs=mzabs, IM=isotopeMatrix, minfrac=minfrac, filter=filter) + + #Check if object have been preprocessed with groupFWHM + if(npspectra < 1) { + cat("xsAnnotate contains no pseudospectra. Regroup all peaks into one!\n") + npspectra <- 1; + mSet$AnnotateObject$pspectra[[1]] <- seq(1:nrow(mSet$AnnotateObject$groupInfo)); + mSet$AnnotateObject$psSamples <- 1; + } + + #number of peaks in pseudospectra + ncl <- sum(sapply(mSet$AnnotateObject$pspectra, length)); + + # get mz,rt and intensity values from peaktable + if(nrow(mSet$xcmsSet@groups) > 0){ + ##multiple sample or grouped single sample + if(is.na(mSet$AnnotateObject$sample[1])){ + index <- 1:length(mSet$xcmsSet@filepaths); + }else{ + index <- mSet$AnnotateObject$sample; + } + message("Generating peak matrix..."); + mint <- groupval(mSet$xcmsSet,value=intval)[,index,drop=FALSE]; + imz <- mSet$AnnotateObject$groupInfo[, "mz", drop=FALSE]; + irt <- mSet$AnnotateObject$groupInfo[, "rt", drop=FALSE]; + }else{ + ##one sample case + message("Generating peak matrix..."); + imz <- mSet$AnnotateObject$groupInfo[, "mz", drop=FALSE]; + irt <- mSet$AnnotateObject$groupInfo[, "rt", drop=FALSE]; + mint <- mSet$AnnotateObject$groupInfo[, intval, drop=FALSE]; + } + + isotope <- vector("list", length(imz)); + + isomatrix <- matrix(ncol=5, nrow=0); + colnames(isomatrix) <- c("mpeak", "isopeak", "iso", "charge", "intrinsic") + + + message("Run isotope peak annotation"); + + lp <- -1;along = mSet$AnnotateObject$pspectra; + pb <- progress_bar$new(format = "Isotope [:bar] :percent Time left: :eta", total = length(along), clear = T, width= 75) + + #look for isotopes in every pseudospectra + for(i in seq(along)){ + #get peak indizes for i-th pseudospectrum + ipeak <- mSet$AnnotateObject$pspectra[[i]]; + + #Ouput counter + pb$tick(); + + #Pseudospectrum has more than one peak + if(length(ipeak) > 1){ + #peak mass and intensity for pseudospectrum + mz <- imz[ipeak]; + int <- mint[ipeak, , drop=FALSE]; + isomatrix <- findIsotopesPspec(isomatrix, mz, ipeak, int, params) + } + } + + #clean isotopes + if(is.null(nrow(isomatrix))) { + isomatrix = matrix(isomatrix, byrow=F, ncol=length(isomatrix)) + } + + #check if every isotope has only one annotation + if(length(idx.duplicated <- which(duplicated(isomatrix[, 2]))) > 0){ + peak.idx <- unique(isomatrix[idx.duplicated, 2]); + for( i in 1:length(peak.idx)){ + #peak.idx has two or more annotated charge + #select the charge with the higher cardinality + peak <- peak.idx[i]; + peak.mono.idx <- which(isomatrix[,2] == peak) + if(length(peak.mono.idx) < 2){ + #peak has already been deleted + next; + } + peak.mono <- isomatrix[peak.mono.idx,1] + #which charges we have + charges.list <- isomatrix[peak.mono.idx, 4]; + tmp <- cbind(peak.mono,charges.list); + charges.length <- apply(tmp,1, function(x,isomatrix) { + length(which(isomatrix[, 1] == x[1] & isomatrix[,4] == x[2])) }, + isomatrix); + idx <- which(charges.length == max(charges.length)); + if(length(idx) == 1){ + #max is unique + isomatrix <- isomatrix[-which(isomatrix[, 1] %in% peak.mono[-idx] & isomatrix[, 4] %in% charges.list[-idx]),, drop=FALSE] + }else{ + #select this one, which lower charge + idx <- which.min(charges.list[idx]); + isomatrix <- isomatrix[-which(isomatrix[, 1] %in% peak.mono[-idx] & isomatrix[, 4] %in% charges.list[-idx]),, drop=FALSE] + } + } + } + + + #check if every isotope in one isotope grp, have the same charge + if(length(idx.duplicated <- which(duplicated(paste(isomatrix[, 1], isomatrix[, 3])))) > 0){ + #at least one pair of peakindex and number of isotopic peak is identical + peak.idx <- unique(isomatrix[idx.duplicated,1]); + for( i in 1:length(peak.idx)){ + #peak.idx has two or more annotated charge + #select the charge with the higher cardinality + peak <- peak.idx[i]; + #which charges we have + charges.list <- unique(isomatrix[which(isomatrix[, 1] == peak), 4]); + #how many isotopes have been found, which this charges + charges.length <- sapply(charges.list, function(x,isomatrix,peak) { length(which(isomatrix[, 1] == peak & isomatrix[, 4] == x)) },isomatrix,peak); + #select the charge which the highest cardinality + idx <- which(charges.length == max(charges.length)); + if(length(idx) == 1){ + #max is unique + isomatrix <- isomatrix[-which(isomatrix[, 1] == peak & isomatrix[, 4] %in% charges.list[-idx]),, drop=FALSE] + }else{ + #select this one, which lower charge + idx <- which.min(charges.list[idx]); + isomatrix <- isomatrix[-which(isomatrix[, 1] == peak & isomatrix[, 4] %in% charges.list[-idx]),, drop=FALSE] + } + } + } + + #Combine isotope cluster, if they overlap + index2remove <- c(); + + if(length(idx.duplicated <- which(isomatrix[, 1] %in% isomatrix[, 2]))>0){ + for(i in 1:length(idx.duplicated)){ + index <- which(isomatrix[, 2] == isomatrix[idx.duplicated[i], 1]) + index2 <- sapply(index, function(x, isomatrix) which(isomatrix[, 1] == isomatrix[x, 1] & isomatrix[,3] == 1),isomatrix) + if(length(index2) == 0){ + index2remove <- c(index2remove,idx.duplicated[i]) + } + max.index <- which.max(isomatrix[index,4]); + isomatrix[idx.duplicated[i], 1] <- isomatrix[index[max.index], 1]; + isomatrix[idx.duplicated[i], 3] <- isomatrix[index[max.index], 3]+1; + } + } + + if(length(index <- which(isomatrix[,"iso"] > maxiso)) > 0){ + index2remove <- c(index2remove, index) + } + + if(length(index2remove) > 0){ + isomatrix <- isomatrix[-index2remove,, drop=FALSE]; + } + + isomatrix <- isomatrix[order(isomatrix[,1]),,drop=FALSE] + #Create isotope matrix within object + mSet$AnnotateObject$isoID <- matrix(nrow=0, ncol=4); + colnames(mSet$AnnotateObject$isoID) <- c("mpeak", "isopeak", "iso", "charge"); + + #Add isomatrix to object + mSet$AnnotateObject$isoID <- rbind(mSet$AnnotateObject$isoID, isomatrix[, 1:4]); + + # counter for isotope groups + globalcnt <- 0; + oldnum <- 0; + + if(nrow(isomatrix) > 0){ + for( i in 1:nrow(isomatrix)){ + if(!isomatrix[i, 1] == oldnum){ + globalcnt <- globalcnt+1; + isotope[[isomatrix[i, 1]]] <- list(y=globalcnt, iso=0, charge=isomatrix[i, 4], val=isomatrix[i, 5]); + oldnum <- isomatrix[i, 1]; + }; + isotope[[isomatrix[i,2]]] <- list(y=globalcnt,iso=isomatrix[i,3],charge=isomatrix[i,4],val=isomatrix[i,5]); + } + } + cnt<-nrow(mSet$AnnotateObject$isoID); + cat("\nFound isotopes:",cnt,"\n"); + mSet$AnnotateObject$isotopes <- isotope; + + + ## 4. Peak grouping with information ----- + + cor_eic_th <- annotaParam$corr.eic.th; + cor_exp_th <- 0.75; pval=0.05; graphMethod="hcs" + calcIso = FALSE; calcCaS = FALSE; psg_list=NULL; xraw=NULL; intval="into" + + + if (!is.numeric(cor_eic_th) || cor_eic_th < 0 || cor_eic_th > 1){ + stop ("Parameter cor_eic_th must be numeric and between 0 and 1.\n"); + } + + npspectra <- length(mSet$AnnotateObject$pspectra); + + print("Start grouping after correlation.") + #Data is not preprocessed with groupFWHM + if(npspectra < 1){ + cat("Data was not preprocessed with groupFWHM, creating one pseudospectrum with all peaks.\n") + #Group all peaks into one group + npspectra <- 1; + mSet$AnnotateObject$pspectra[[1]] <- seq(1:nrow(mSet$AnnotateObject$groupInfo)); + if(is.na(mSet$AnnotateObject$sample[1])){ + mSet$AnnotateObject$psSamples <- rep(1,nrow(mSet$AnnotateObject$groupInfo)); ##TODO: Change if sample=NA or sample=number + }else{ + mSet$AnnotateObject$psSamples <- rep(mSet$AnnotateObject$sample,nrow(mSet$AnnotateObject$groupInfo)); + } + } + + #save number of pspectra before groupCorr + cnt <- length(mSet$AnnotateObject$pspectra); + res <- list(); + + # Check LC information and calcCorr was selected + + #Autoselect sample path for EIC correlation + index <- rep(0, nrow(mSet$AnnotateObject$groupInfo)); + + for(i in 1:npspectra){ + index[mSet$AnnotateObject$pspectra[[i]]] <- mSet$AnnotateObject$psSamples[[i]]; + } + + #Generate EIC data + + tmp <- getAllPeakEICs(mSet, index=index); + + EIC <- tmp$EIC + + scantimes <- tmp$scantimes + rm(tmp);gc() + + res[[1]] <- calcCiS(mSet, EIC=EIC, + corval=cor_eic_th, + pval=pval, + psg_list=psg_list); + + #Check if we have at least 2 result matrixes + if(length(res) > 2){ + #combine the first two to create the result Table + resMat <- combineCalc(res[[1]], res[[2]], method="sum"); + for( i in 3:length(res)){ + resMat <- combineCalc(resMat, res[[i]], method="sum"); + } + }else if(length(res) == 2){ + #combine one time + resMat <- combineCalc(res[[1]], res[[2]], method="sum") + } else { + #Only one matrix + resMat <- res[[1]]; + } + + #Perform graph seperation to seperate co-eluting pseudospectra + mSet <- calcPC.hcs(mSet, ajc=resMat, psg_list=psg_list); + + #Create pc groups based on correlation results + message (paste("mSet has now", length(mSet$AnnotateObject$pspectra), "groups, instead of", cnt, "!")); + + ## 5. Annotate adducts (and fragments) ----- + mSet$AnnotateObject$ruleset <- NULL + mSet <- findAdducts (mSet, polarity = annotaParam$polarity, mzabs = annotaParam$mz.abs.add, + maxcharge = annotaParam$max.charge) + + ## 6. Data Organization ----- + camera_output <- getPeaklist(mSet) + + sample_names <- mSet$xcmsSet@phenoData[[1]] + sample_names_ed <- gsub(".mzML|.CDF|.mzXML", "", sample_names) + + # Account for multiple groups + length <- ncol(camera_output) + end <- length-3 + camnames <- colnames(camera_output) + groupNum <- nlevels(mSet[["xcmsSet"]]@phenoData[["sample_group"]]) + start <- groupNum+8 + camnames[start:end] <- sample_names_ed + colnames(camera_output) <- camnames + + endGroup <- 7+groupNum + camera_output <- camera_output[,-c(7:endGroup)] + + saveRDS(camera_output, "annotated_peaklist.rds") + write.csv(camera_output, "annotated_peaklist.csv") + + message("Successfully performed peak annotation!") + + ## 0. Final Output ----- + + return(mSet) + +} + +#' Format Peak List +#' @description This function formats the CAMERA output to a usable format for MetaboAanlyst. +#' @param annotPeaks The object created using the PerformPeakAnnotation. +#' @param annParams The object created using the SetAnnotationParam function, +#' containing user's specified or default parameters for downstream +#' raw MS data pre-processing. +#' @param filtIso Logical, filter out all isotopes except for [M]+ for +#' positive ion mode and [M]- for negative ion mode. By default it is +#' set to true. +#' @param filtAdducts Logical, filter out all adducts except [M+H]+ for +#' positive ion more and [M-H]- for negative ion mode. By default it is set to false. +#' @param missPercent Numeric, specify the threshold to remove features +#' missing in X\% of samples. For instance, 0.5 specifies to remove features +#' that are missing from 50\% of all samples per group. Method is only valid +#' when there are two groups. +#' @param includeRT Logical, set to TRUE to include retention time information in +#' the feature names. Feature names must be formatted +#' so that the mz and retention time for a single peak is separated by two +#' underscores. For instance, m/z of 410.2148 and retention time of 42.46914 seconds +#' must be formatted as 410.2148__42.46914. +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) +#' @export + +FormatPeakList <- function(annotPeaks, annParams, filtIso = TRUE, filtAdducts = FALSE, + missPercent = 0.5, includeRT = TRUE){ + + camera_output <- readRDS("annotated_peaklist.rds") + + length <- ncol(camera_output) + end <- length-3 + + # Format peaklist for MetaboAnalyst + camera_ma <- camera_output[, -length] + + if(filtAdducts==TRUE){ + if(annParams$polarity=="positive"){ + + if(filtIso==TRUE){ + camera_isotopes <- camera_ma[grepl("\\[M\\]\\+", camera_ma$isotopes),] + }else{ + camera_isotopes <- camera_ma[(camera_ma$isotopes != ""),] + } + camera_adducts <- camera_ma[grepl("\\[M\\+H\\]\\+", camera_ma$adduct),] + camera_feats <- camera_ma[(camera_ma$isotopes == "" & camera_ma$adduct == ""),] + unique_feats <- unique(rbind(camera_isotopes, camera_adducts, camera_feats)) + + }else{ # negative polarity + if(filtIso==TRUE){ + camera_isotopes <- camera_ma[grepl("\\[M\\]-", camera_ma$isotopes),] + }else{ + camera_isotopes <- camera_ma[(camera_ma$isotopes != ""),] + } + camera_adducts <- camera_ma[grepl("\\[M-H\\]-", camera_ma$adduct),] + camera_feats <- camera_ma[(camera_ma$isotopes == "" & camera_ma$adduct == ""),] + unique_feats <- unique(rbind(camera_isotopes, camera_adducts, camera_feats)) + } + }else{ + if(annParams$polarity=="positive"){ + + if(filtIso==TRUE){ + camera_isotopes <- camera_ma[grepl("\\[M\\]\\+", camera_ma$isotopes),] + }else{ + camera_isotopes <- camera_ma[(camera_ma$isotopes != ""),] + } + camera_adducts <- camera_ma[(camera_ma$adduct != ""),] + camera_feats <- camera_ma[(camera_ma$isotopes == ""),] + unique_feats <- unique(rbind(camera_isotopes, camera_adducts, camera_feats)) + + }else{ # negative polarity + + if(filtIso==TRUE){ + camera_isotopes <- camera_ma[grepl("\\[M\\]-", camera_ma$isotopes),] + }else{ + camera_isotopes <- camera_ma[(camera_ma$isotopes != ""),] + } + camera_adducts <- camera_ma[(camera_ma$adduct != ""),] + camera_feats <- camera_ma[(camera_ma$isotopes == ""),] + unique_feats <- unique(rbind(camera_isotopes, camera_adducts, camera_feats)) + } + } + + # adjust decimal places, feats_info contains all samples + feats_info <- unique_feats[,7:end] + feats_digits <- round(feats_info, 5) + + group_info <- annotPeaks$xcmsSet@phenoData[[2]] + combo_info <- rbind(as.character(group_info), feats_digits) + + mzs_rd <- round(unique_feats[,1], 5) + + if(includeRT){ + r_rd <- round(unique_feats[,4], 5) + mz_rt <- paste(mzs_rd, r_rd, sep="__") + mzs <- data.frame(c("Label", mz_rt), stringsAsFactors = FALSE) + }else{ + mzs <- data.frame(c("Label", mzs_rd), stringsAsFactors = FALSE) + # ensure features are unique + mzs_unq <- mzs[duplicated(mzs),] + while(length(mzs_unq)>0){ + mzs[duplicated(mzs),] <- sapply(mzs_unq, function(x) paste0(x, sample(1:999, 1, replace = FALSE))); + mzs_unq <- mzs[duplicated(mzs),] + } + } + + colnames(mzs) <- "Sample" + ma_feats <- cbind(mzs, combo_info) + + # remove features missing in over X% of samples per group + # only valid for 2 group comparisons!! + ma_feats_miss <- ma_feats[which(rowMeans(is.na(ma_feats[,(ma_feats[1,]==as.character(unique(group_info[1])))])) + | rowMeans(is.na(ma_feats[,(ma_feats[1,]==as.character(unique(group_info[2])))])) < missPercent), ] + + write.csv(ma_feats_miss, "metaboanalyst_input.csv", row.names = FALSE) + + # provide index for CAMERA output + Pklist_inx <- row.names(ma_feats_miss) + ma_feats_miss_inx <- cbind(ma_feats_miss, Pklist_inx) + + write.csv(ma_feats_miss_inx, "filtered_peaklist.csv", row.names = FALSE) + + return(ma_feats_miss) +} + +#' Centroid MS data +#' @description This function is used to centorid different MS data (specially designed for .CDF/.cdf, other formats are also supported). +#' ProteoWizard (PMID: 27186799) based on docker is optional but strongly suggested to be installed. Current user of the docker also +#' need to be added into thte sudo list to make it configured well to this function. +#' @param in_path Character, the path of your MS data folder, only +#' one format should be included in the folder. If you have different kinds of formats, +#' please separate them into different folder and do this centroid multiple times. +#' @param ncore Numeric, how many cores you want to use for data centroid, default is 1. +#' @param rm logic, to remove the original data (TRUE) or not (FALSE, default). +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca}, +#' @export +CentroidMSData <- function(in_path, ncore=1, rm=F) { + + files.list <- list.files(in_path,full.names = T,recursive = T); + + if (MSnbase:::isCdfFile(files.list)) { + + if (ncore ==1){ + + files.list2 <- NULL; + for(i in files.list){ + + profile_data <- read.InMemMSd.data(i, NULL, 1, F, NA, 1); + fileNM <- sub(pattern = "(.*)\\..*$", replacement = "\\1", basename(i)); + filepath <- strsplit(i, basename(i))[[1]][1]; + files.mzml <- paste0(in_path, fileNM, ".mzML"); + writeMSData(profile_data, file = files.mzml); + files.list2 <- c(files.list2,files.mzml); + + } + + } else { + files.list2 <- NULL; require(BiocParallel);require(progress) + files.list2 <- BiocParallel::bplapply(files.list,FUN = function(i, in_path){ + + profile_data <- read.InMemMSd.data(i, NULL, 1, NA, NA, 1); + fileNM <- sub(pattern = "(.*)\\..*$", replacement = "\\1", basename(i)); + filepath <- strsplit(i, basename(i))[[1]][1]; + files.mzml <- paste0(in_path, fileNM, ".mzML"); + writeMSData(profile_data, file = files.mzml); + return(files.mzml); + + },BPPARAM = MulticoreParam(workers = ncore), in_path = in_path) + + } + files.list2 <- unlist(files.list2); + + ## MS convert with ProteoWizard ! + MSConvert_CMD <- paste0("docker run --rm -e WINEDEBUG=-all -v ", + in_path, + ":/data chambm/pwiz-skyline-i-agree-to-the-vendor-licenses wine msconvert ", + "*.mzML", + " --mzXML --filter 'peakPicking true 1-' --filter 'zeroSamples removeExtra' --filter 'msLevel 1' --64 --zlib") + + a1<-tryCatch(system(MSConvert_CMD), error = function(e){e}) + + ## Remove the old or cache files + if(a1==0 & rm){ + + rm_CMD <- paste0("rm -rf ", c(files.list, files.list2)) + sapply(rm_CMD, FUN=function(x){system(x)}); + + ## mv the converted files to their corresponding folder + files.list.converted <- list.files(in_path,full.names = T,recursive = T); + for (j in 1:length(files.list.converted)){ + + if(sub(pattern = "(.*)\\..*$", replacement = "\\1", basename(files.list[j])) == + sub(pattern = "(.*)\\..*$", replacement = "\\1", basename(files.list.converted[j]))){ + + if(basename(strsplit(files.list[j], basename(files.list[j]))[[1]][1]) != + basename(strsplit(files.list.converted[j], basename(files.list.converted[j]))[[1]][1])){ + + file_des_folder <- basename(strsplit(files.list[j], basename(files.list[j]))[[1]][1]); + mv_cmd <- paste0("mv ", files.list.converted[j]," ",in_path, "/", file_des_folder); + system(mv_cmd); + } + + } + + } + + + } else if (a1!=0){ + + print("There is some issues for MetaboAnalystR to start \"ProteoWizard\", please check following points:") + print("1.Installation of Docker and Proteowizard, if not please refer to: http://proteowizard.sourceforge.net/download.html;"); + print("2.Set docker to the sudoer group list, please refer to: https://docs.docker.com/engine/install/linux-postinstall/;"); + print("3.The file format has to be one of the .raw, .RAW, .wiff, .mzXML. .mzML, .d, .D, .mzData or .CDF, zipped files are not supported"); + print("4.If issues still please use ProteoWizard directly with the files generated by this function;"); + + } + + + } else { + + if (length(unique(sapply(files.list, FUN=function(x){tail(strsplit(basename(x), split="\\.")[[1]],1)}))) !=1){ + stop("Cannot handle multiple formats at the same time !") + } else { + format <- unique(sapply(files.list, FUN=function(x){tail(strsplit(basename(x), split="\\.")[[1]],1)})); + } + + if (!dir.exists(in_path)){stop("Please Provide the right MS folder path !")} + ## MS convert with ProteoWizard ! + if(format == "mzxml" | format =="mzXML"){ + + MSConvert_CMD <- paste0("docker run --rm -e WINEDEBUG=-all -v ", + in_path, + ":/data chambm/pwiz-skyline-i-agree-to-the-vendor-licenses wine msconvert ", + "*.",format, + " --mzML --filter 'peakPicking true 1-' --filter 'zeroSamples removeExtra' --filter 'msLevel 1' --64 --zlib") + + } else { + + MSConvert_CMD <- paste0("docker run --rm -e WINEDEBUG=-all -v ", + in_path, + ":/data chambm/pwiz-skyline-i-agree-to-the-vendor-licenses wine msconvert ", + "*.",format, + " --mzXML --filter 'peakPicking true 1-' --filter 'zeroSamples removeExtra' --filter 'msLevel 1' --64 --zlib") + + } + + a1<-tryCatch(system(MSConvert_CMD), error = function(e){e}) + + ## Remove the old or cache files + if(a1==0 & rm){ + + rm_CMD <- paste0("rm -rf ", files.list) + sapply(rm_CMD, FUN=function(x){system(x)}); + + } else if(a1!=0){ + + print("There is some issues for MetaboAnalystR to start \"ProteoWizard\", please check following points:") + print("1.Installation of Docker and Proteowizard, if not please refer to: http://proteowizard.sourceforge.net/download.html;"); + print("2.Set docker to the sudoer group list, please refer to: https://docs.docker.com/engine/install/linux-postinstall/;"); + print("3.The file format has to be one of the .raw, .RAW, .wiff, .mzXML. .mzML, .d, .D, .mzData or .CDF, zipped files are not supported"); + print("4.If issues still please use ProteoWizard directly with the files generated by this function;"); + + } + + + } + +} + + + +## Functions for other plotting +PlotSpectraInsensityStistics <- function(mSet, imgName, format="png", dpi=72, width=NA){ + + sample_idx <- mSet[["onDiskData"]]@phenoData@data[["sample_group"]]; + sample_num <- mSet[["onDiskData"]]@phenoData@data[["sample_name"]]; + + Cairo::Cairo(file = imgName, + unit="in", + dpi=dpi, + width=width, + height= length(sample_num)*0.65, + type=format, + bg="white") + + if(length(unique(sample_idx)) > 9){ + + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(length(unique(sample_idx))) + + }else{ + + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:length(unique(sample_idx))], "60") + } + + ints <- split(log2(mSet[["msFeatureData"]][["chromPeaks"]][, "into"]), + f = mSet[["msFeatureData"]][["chromPeaks"]][, "sample"]) + + names(ints) <- as.character(sample_num); + group_colors <- sapply(seq(length(levels(sample_idx))), FUN=function(x){ + rep(group_colors[x],length(sample_idx[sample_idx==levels(sample_idx)[x]])) + }) + + op<-par(mar=c(3.5,10,4,1.5), xaxt="s"); + boxplot(ints, + varwidth = TRUE, + col = as.character(unlist(group_colors)), + ylab = "", + horizontal = TRUE, + las = 2, + main = expression(log[2]~intensity), + cex.lab = 0.8, + cex.main = 1.25) + + #title(ylab=expression(log[2]~intensity), line=7.5, cex.lab=1.2) + grid(nx = NA, ny = NULL) + + dev.off() + +} + +PlotSpectraPCA <- function(mSet, imgName, format="png", dpi=72, width=NA){ + + Cairo::Cairo(file = imgName, + unit="in", + dpi=dpi, + width=width, + height=width*0.80, + type=format, + bg="white") + + sample_idx <- mSet[["onDiskData"]]@phenoData@data[["sample_group"]]; + + feature_value <- .feature_values(pks = mSet[["msFeatureData"]][["chromPeaks"]], + fts = mSet[["FeatureGroupTable"]], + method = "medret", value = "into", + intensity = "into", + colnames = mSet[["onDiskData"]]@phenoData@data[["sample_name"]], + missing = NA); + + pca_feats <- log2(feature_value); + + + df0 <- na.omit(pca_feats); + df1 <- df0[is.finite(rowSums(df0)),] + df <- t(df1); + + + mSet_pca <- prcomp(df, center = TRUE, scale=T) + sum.pca <- summary(mSet_pca) + var.pca <- sum.pca$importance[2,] # variance explained by each PCA + + xlabel <- paste("PC1", "(", round(100*var.pca[1],1), "%)"); + ylabel <- paste("PC2", "(", round(100*var.pca[2],1), "%)"); + + # using ggplot2 + df <- as.data.frame(mSet_pca$x) + df$group <- sample_idx + + if(.on.public.web){ + require("ggrepel"); + + if(nrow(df) < 30){ + + if(length(unique(sample_idx))>9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group, label=row.names(df))) + + geom_text_repel(force=1.5) + geom_point(size = 5) + fill=col.fun(length(unique(sample_idx))) + theme(axis.text=element_text(size=12)) + + }else{ + + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group, label=row.names(df))) + + geom_text_repel(force=1.5) + geom_point(size = 5) + scale_color_brewer(palette="Set1") + theme(axis.text=element_text(size=12)) + } + + } else { + + if(length(unique(sample_idx))>9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group)) + geom_point(size = 5) + fill=col.fun(length(unique(sample_idx))) + + }else{ + + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group)) + geom_point(size = 5) + scale_color_brewer(palette="Set1") + + } + + } + + }else{ + + if(length(unique(sample_idx))>9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group)) + + geom_point(size = 3) + scale_color_brewer(palette="Set1") + fill=col.fun(length(unique(sample_idx))) + + }else{ + p <- ggplot2::ggplot(df, aes(x = PC1, y = PC2, color=group)) + + geom_point(size = 3) + scale_color_brewer(palette="Set1") + } + + } + + p <- p + xlab(xlabel) + ylab(ylabel) + theme_bw() + theme(axis.title=element_text(size=12)) + print(p) + + dev.off() + +} + +PlotSpectraRTadj <- function(mSet, imgName, format="png", dpi=72, width=NA){ + + sample_idx <- mSet[["onDiskData"]]@phenoData@data[["sample_group"]]; + + Cairo::Cairo(file = imgName, + unit="in", + dpi=dpi, + width=width, + height=width*0.618, + type=format, + bg="white") + + if(length(unique(sample_idx)) > 9){ + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(length(unique(sample_idx))) + }else{ + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:length(unique(sample_idx))], "60") + } + + + names(group_colors) <- unique(sample_idx) + + ## Extract RT information + + rt.set <- list(mSet[["xcmsSet"]]@rt$raw, unlist(mSet[["xcmsSet"]]@rt$corrected)); + diffRt <- rt.set[[2]] - rt.set[[1]]; + diffRt <- split(diffRt, fromFile(mSet$onDiskData)); + + xRt <- mSet[["msFeatureData"]][["adjustedRT"]]; + col = group_colors[sample_idx]; + lty = 1; + lwd = 1; + col <- rep(col, length(diffRt)); + lty <- rep(lty, length(diffRt)); + lwd <- rep(lwd, length(diffRt)); + + ylim <- range(diffRt, na.rm = TRUE); + plot(3, 3, pch = NA, xlim = range(xRt, na.rm = TRUE), + ylim = ylim, xlab = "RT_adj", ylab = "RT_diff"); + + for (i in 1:length(diffRt)){ + points(x = xRt[[i]], y = diffRt[[i]], col = col[i], lty = lty[i], + type = "l", lwd = lwd[i]) + } + + rawRt <- split(mSet[["xcmsSet"]]@rt$raw, fromFile(mSet$onDiskData)); + adjRt <- xRt; + + #### + peaks_0 <- mSet[["msFeatureData"]][["chromPeaks"]] + subs <- seq_along(mSet[["onDiskData"]]@phenoData@data[["sample_name"]]) + #### + pkGroup <- mSet[["msFeatureData"]][["pkGrpMat_Raw"]]; + #### + + rawRt <- rawRt[subs] + adjRt <- adjRt[subs] + ## Have to "adjust" these: + pkGroupAdj <- pkGroup + + for (i in 1:ncol(pkGroup)) { + pkGroupAdj[, i] <- MetaboAnalystR:::.applyRtAdjustment(pkGroup[, i], rawRt[[i]], adjRt[[i]]) + } + + diffRt <- pkGroupAdj - pkGroup + + xRt <- pkGroupAdj + + ## Loop through the rows and plot points - ordered by diffRt! + for (i in 1:nrow(xRt)) { + idx <- order(diffRt[i, ]) + points(x = xRt[i, ][idx], diffRt[i, ][idx], + col = "#00000080", type = "b", + pch = 16, lty = 3) + } + legend("topright", legend=unique(sample_idx), pch=15, col=group_colors); + + dev.off() + +} + +PlotSpectraBPIadj <- function(mSet, imgName, format="png", dpi=72, width=NA){ + + Cairo::Cairo(file = imgName, + unit="in", + dpi=dpi, + width=width, + height=width*0.618, + type=format, + bg="white") + + sample_idx <- mSet[["onDiskData"]]@phenoData@data[["sample_group"]]; + + if(length(unique(sample_idx)) > 9){ + + col.fun <- grDevices::colorRampPalette(RColorBrewer::brewer.pal(12, "Set3")) + group_colors <- col.fun(length(unique(sample_idx))) + + }else{ + + group_colors <- paste0(RColorBrewer::brewer.pal(9, "Set1")[1:length(unique(sample_idx))], "60") + } + group_colors2 <- group_colors; + names(group_colors2) <- unique(sample_idx); + + group_colors <- sapply(seq(length(levels(sample_idx))), FUN=function(x){ + rep(group_colors[x],length(sample_idx[sample_idx==levels(sample_idx)[x]])) + }) + + object_od <- mSet$onDiskData + adj_rt <- unlist(mSet$msFeatureData$adjustedRT) + + object_od <- selectFeatureData( + object_od, fcol = c("fileIdx", "spIdx", "seqNum", + "acquisitionNum", "msLevel", + "polarity", "retentionTime", + "precursorScanNum")) + object_od@featureData$retentionTime <- adj_rt + + res <- MSnbase::chromatogram(object_od, + aggregationFun = "sum", + missing = NA_real_, msLevel = 1, + BPPARAM = bpparam()) + + plot(res,col=as.character(unlist(group_colors))) + + legend("topright", legend=unique(sample_idx), pch=15, col=group_colors2) + + dev.off() +} + + + + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/project_sharing_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/project_sharing_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..78a47db117469a7a8e002c63475d88b8decdb9f2 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/project_sharing_utils.R @@ -0,0 +1,95 @@ +PrepareSignatureOfMetaboAnalyst <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(exists('sam.cmpds', where=mSetObj$analSet)){ + if(dim(mSetObj$analSet$sam.cmpds)[1] > 0){ + signature.cmpds <- mSetObj$analSet$sam.cmpds; + signature.cmpds <- as.matrix(signature.cmpds[,4]) + } + }else if(exists('ebam.cmpds', where=mSetObj$analSet)){ + if(dim(mSetObj$analSet$ebam.cmpds)[1] > 0){ + signature.cmpds <- mSetObj$analSet$ebam.cmpds; + signature.cmpds <- as.matrix(signature.cmpds[,3]) + } + }else if(exists('fc', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$fc$sig.mat; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,2]) + } + }else if(exists('tt', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$tt$sig.mat; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,2]) + } + }else if(exists('volcano', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$volcano$sig.mat; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,2]) + } + }else if(exists('pca', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$pca$imp.loads; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,1]) + } + }else if(exists('rf', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$rf$importance; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- as.matrix(sig.mat[,ncol(sig.mat)]) + } + }else if(exists('svm', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$svm$sig.mat; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,1]) + } + }else if(exists('oplsda', where=mSetObj$analSet)){ + sig.mat <- mSet$analSet$oplsda$loadingMN; + if(dim(sig.mat)[1] > 0){ + signature.cmpds <- sig.mat; + signature.cmpds <- as.matrix(sig.mat[,1]) + } + }else{ + return(-1); + } + + if(mSetObj$dataSet$type == "conc"){ + LoadScripts("mset") + cmpd.vec <- rownames(signature.cmpds); + Setup.MapData(mSet, cmpd.vec); + CrossReferencing(mSet, "name"); + CreateMappingResultTable(mSet); + cmpdlist <- unlist(mSet$dataSet$map.table[,3]); + signature.cmpds <- as.matrix(signature.cmpds[cmpdlist != "NA",]); + cmpdlist <- cmpdlist[cmpdlist != "NA"]; + rownames(signature.cmpds) <- cmpdlist + signature.type <- "hmdb" + save(signature.cmpds, signature.type, file="RShare_metaboanalyst.RData"); + }else if((mSetObj$dataSet$type == "mspeak") || (mSetObj$dataSet$type == "pktable")){ + LoadScripts("mummichog") + InitDataObjects("mass_all", "mummichog", FALSE) + SetPeakFormat("rmp") + UpdateInstrumentParameters(mSet, 1.0, "positive"); + m.z <- sapply(strsplit(rownames(signature.cmpds), "/"), function(x) {x[[1]]}) + write.table(x = m.z, file = "peaklist.csv", row.names = FALSE, col.names = "m.z", quote = FALSE); + Read.PeakListData(mSet, "peaklist.csv"); + SanityCheckMummichogData(mSet) + SetPeakEnrichMethod(mSet, "mum") + SetMummichogPval(mSet, 0.0) + PerformPSEA(mSet, "hsa_mfn") + + # handle cases with repeated ID matching of m.z values + # & cases with missed matchings for m.z values + idx <- match(unlist(unique(mSet$matches.res[,1])), unique(m.z)) + signature.cmpds <- as.matrix(signature.cmpds[idx,]) + idx <- match(unique(mSet$matches.res[,1]), mSet$matches.res[,1]) + mSet$matches.res <- mSet$matches.res[idx,] + rownames(signature.cmpds) <- mSet$matches.res[,2] + signature.type <- "kegg" + save(signature.cmpds, signature.type, file="RShare_metaboanalyst.RData"); + } + + return(1); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/share_projects.R b/V1.7.4/MetaboAnalyst_3.0.3/share_projects.R new file mode 100755 index 0000000000000000000000000000000000000000..ca131bfa7d2a505e72af838d484d645bbc5cc5c5 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/share_projects.R @@ -0,0 +1,9 @@ +PrepareGeneList <- function(path, fileNm="datalist1"){ + data <- readRDS(file=paste0(path, fileNm)); + data <- as.data.frame(data$prot.mat); + data <- cbind(rownames(data), data) + colnames(data) <- c("#Entrez", "logFC") + dest.file <- paste0(path, fileNm, ".txt") + write.table(data, dest.file, append = FALSE, sep = "\t", row.names = FALSE, col.names = TRUE, quote = FALSE); + return(dest.file); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/smpdb_pathway.qs b/V1.7.4/MetaboAnalyst_3.0.3/smpdb_pathway.qs new file mode 100644 index 0000000000000000000000000000000000000000..0bb5917e6ddd5eaa12154fc2c9904ca8cb3acbd4 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/smpdb_pathway.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/snp.qs b/V1.7.4/MetaboAnalyst_3.0.3/snp.qs new file mode 100644 index 0000000000000000000000000000000000000000..b1f6df4dfcf147a04b395fba9d862a7b119319fa Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/snp.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/spectra_processing.R b/V1.7.4/MetaboAnalyst_3.0.3/spectra_processing.R new file mode 100644 index 0000000000000000000000000000000000000000..31c0eaa34537db8f2c43f7bf06d1bde2ffa66ae2 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/spectra_processing.R @@ -0,0 +1,254 @@ +### This is a online script to do some pre-define before job scheduler + +#' CreateRawRscript +#' @description used to create a running for raw spectra processing +#' this file will be run by spring daemon by using OptiLCMS rather than relay on the local +#' compiling RC files +#' @author Guangyan Zhou, Zhiqiang Pang +CreateRawRscript <- function(guestName, planString, planString2, rawfilenms.vec){ + + guestName <- guestName; + planString <- planString; + + if(dir.exists("/home/glassfish/payara5/glassfish/domains/")){ + users.path <-paste0("/data/glassfish/projects/metaboanalyst/", guestName); + }else { + users.path <-getwd(); + } + + ## Prepare Configuration script for slurm running + conf_inf <- "#!/bin/bash\n#\n#SBATCH --job-name=Spectral_Processing\n#\n#SBATCH --ntasks=1\n#SBATCH --time=360:00\n#SBATCH --mem-per-cpu=5000\n#SBATCH --cpus-per-task=4\n" + + + ## Prepare R script for running + # need to require("OptiLCMS") + str <- paste0('library(OptiLCMS)'); + + # Set working dir & files included + str <- paste0(str, ";\n", "setwd(\'",users.path,"\')"); + str <- paste0(str, ";\n", "mSet <- InitDataObjects(\'spec\', \'raw\', FALSE)"); + str <- paste0(str, ";\n", "mSet <- UpdateRawfiles(mSet,", rawfilenms.vec, ")"); + + ## Construct the opt pipeline + if(planString2 == "opt"){ + str <- paste0(str, ';\n', 'plan <- InitializaPlan(\'raw_opt\')') + str <- paste0(str, ';\n', planString) + str <- paste0(str, ';\n', "res <- ExecutePlan(plan)") + } + + ## Construct the default pipeline + if(planString2 == "default"){ + str <- paste0(str, ';\n', 'plan <- InitializaPlan(\'raw_ms\')') + str <- paste0(str, ';\n', planString) + str <- paste0(str, ';\n', "res <- ExecutePlan(plan)") + } + + str <- paste0(str, ';\n', "Export.Annotation(res[['mSet']])") + str <- paste0(str, ';\n', "Export.PeakTable(res[['mSet']])") + str <- paste0(str, ';\n', "Export.PeakSummary(res[['mSet']])") + + # sink command for running + sink("ExecuteRawSpec.sh"); + + cat(conf_inf); + cat(paste0("\nsrun R -e \"\n", str, "\n\"")); + + sink(); + return(as.integer(1)) +} + +#' SetRawFileNames +#' @description #TODO: SetRawFileNames +#' @author Guangyan Zhou, Zhiqiang Pang +SetRawFileNames <- function(filenms){ + print(filenms) + rawfilenms.vec <<- filenms + return(1); +} + +#' #Raw Spectra Upload +#' @description function used to process during uploading stage +#' @author Guangyan Zhou, Zhiqiang Pang +ReadRawMeta<-function(fileName){ + if(grepl(".txt", fileName, fixed=T)){ + tbl=read.table(fileName,header=TRUE, stringsAsFactors = F); + }else if(grepl(".csv", fileName, fixed=T)){ + tbl = read.csv(fileName,header=TRUE, stringsAsFactors = F); + }else{ + print("wrongfiletype") + } + + rawFileNms <-as.vector(tbl[,1]) + rawClassNms <-as.vector(tbl[,2]) + rawFileNms <- sapply(strsplit(rawFileNms, "\\."), function(x) paste0(head(x,-1), collapse=".")); + clsTable = table(rawClassNms) + #check replicate number + clsTypes = names(table(rawClassNms)) + for(name in clsTypes){ + if(toupper(name) !="QC"){ + replicateNum = clsTable[[name]] + } + } + + rawFileNms<<-rawFileNms + rawClassNms<<-rawClassNms + return(1); +} + +GetRawFileNms <- function(){ + return(rawFileNms) +} + +GetRawClassNms <- function(){ + return(rawClassNms) +} + +#' Set User Path +#' @description play roles at the first uploading and login stage +#' @author Guangyan Zhou, Zhiqiang Pang +#' TODO: can be delete in the future +SetUserPath<-function(path){ + fullUserPath <<- path; +} +.getDataPath<- function() { + if(file.exists("/home/zgy/scheduler/MetaboAnalyst.so")){ + path = "/home/glassfish/payara5/glassfish/domains/domain1/applications/MetaboAnalyst/resources/data/" + }else if(dir.exists("/media/zzggyy/disk/")){ + path <- "/media/zzggyy/disk/MetaboAnalyst/target/MetaboAnalyst-5.18/resources/data/" + }else if(.on.public.web){ + path = "../../data/"; + } + return(path) +} + +#' verifyParam +#' @description Verify the example params has changed or not +#' @author Guangyan Zhou, Zhiqiang Pang +verifyParam <- function(param0_path, users.path) { + + load(paste0(users.path, "/params.rda")); + + load(param0_path); + + verify.vec <- NULL + + for (i in 1:length(peakParams)) { + for (j in 1:length(peakParams0)) { + if (names(peakParams[i]) == names(peakParams0[j])) { + verify.vec_tmp <- peakParams[[i]] == peakParams0[[j]] + verify.vec <- c(verify.vec, verify.vec_tmp) + } + } + } + + if (all(verify.vec)) { + print("Examples' param not changed !") + return(1) + + } else{ + print("Examples' param changed !") + return(0) + } + +} + +################## ------------- Shell function here below ------------- ###################### + +#' InitializePlan +#' @description this function is used to initialize a plan before submit job to spring daemon +#' @author Zhiqiang Pang +InitializaPlan <- function(){ + plan <- OptiLCMS::InitializaPlan(); + # Nothing to return +} + +#' CentroidCheck +#' @description CentroidCheck function used to check centroid or not +#' @author Zhiqiang Pang +CentroidCheck <- function(filename){ + return(OptiLCMS::CentroidCheck(filename)); +} + +#' SetPeakParam +#' @description SetPeakParam, used to set the peak param +#' @author Zhiqiang Pang +SetPeakParam <- function(platform = "general", Peak_method = "centWave", RT_method = "loess", + mzdiff, snthresh, bw, # used for both "centwave" and "matchedFilter" + ppm, min_peakwidth, max_peakwidth, noise, prefilter, value_of_prefilter, # used for "centwave" + fwhm, steps, sigma, peakBinSize, max, # used for "matchedFilter" + criticalValue, consecMissedLimit, unions, checkBack, withWave, # used for "massifquant" + profStep, # used for "obiwarp" + minFraction, minSamples, maxFeatures, mzCenterFun, integrate,# used for grouping + extra, span, smooth, family, fitgauss, # used for RT correction with peakgroup "loess" + polarity, perc_fwhm, mz_abs_iso, max_charge, max_iso, corr_eic_th, mz_abs_add, #used for annotation + rmConts #used to control remove contamination or not + ){ + OptiLCMS::SetPeakParam(platform = "general", Peak_method = "centWave", RT_method = "loess", + mzdiff, snthresh, bw, # used for both "centwave" and "matchedFilter" + ppm, min_peakwidth, max_peakwidth, noise, prefilter, value_of_prefilter, # used for "centwave" + fwhm, steps, sigma, peakBinSize, max, # used for "matchedFilter" + criticalValue, consecMissedLimit, unions, checkBack, withWave, # used for "massifquant" + profStep, # used for "obiwarp" + minFraction, minSamples, maxFeatures, mzCenterFun, integrate,# used for grouping + extra, span, smooth, family, fitgauss, # used for RT correction with peakgroup "loess" + polarity, perc_fwhm, mz_abs_iso, max_charge, max_iso, corr_eic_th, mz_abs_add, #used for annotation + rmConts #used to control remove contamination or not + ) + #return nothing +} + +#' GeneratePeakList +#' @description GeneratePeakList is used to generate the peak summary list for result page +#' @author Zhiqiang Pang +GeneratePeakList <- function(userPath){ + return(OptiLCMS:::GeneratePeakList(userPath)) +} + +#' plotSingleTIC +#' @description plotSingleTIC is used to plot single TIC +#' @author Zhiqiang Pang +plotSingleTIC <- function(filename, imagename){ + OptiLCMS::plotSingleTIC(NULL, filename, imagename) +} + +#' plotMSfeature +#' @description plotMSfeature is used to plot MS feature stats for different groups +#' @author Zhiqiang Pang +plotMSfeature <- function(FeatureNM){ + OptiLCMS::plotMSfeature(NULL, FeatureNM) +} + +#' PlotXIC +#' @description PlotXIC is used to plot both MS XIC/EIC features of different group and samples +#' @author Zhiqiang Pang +PlotXIC <- function(featureNum){ + OptiLCMS::PlotXIC(NULL, featureNum) +} + +#' PerformDataInspect +#' @description PerformDataInspect is used to plot 2D/3D structure of the MS data +#' @author Zhiqiang Pang +PerformDataInspect <- function(datapath = NULL, + rt.range = c(0,0), + mz.range = c(0,0), + dimension = "3D", + res = 100){ + OptiLCMS::PerformDataInspect(datapath, rt.range, + mz.range, dimension, + res) +} + +#' FastRunningShow_customized +#' @description FastRunningShow_customized is used to showcase the customized running pipeline +#' @author Zhiqiang Pang +FastRunningShow_customized <- function(fullUserPath){ + OptiLCMS:::FastRunningShow_customized(fullUserPath) +} + +#' FastRunningShow_auto +#' @description FastRunningShow_auto is used to showcase the AUTO running pipeline +#' @author Zhiqiang Pang +FastRunningShow_auto <- function(fullUserPath){ + OptiLCMS:::FastRunningShow_auto(fullUserPath) +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/spectra_utils.R b/V1.7.4/MetaboAnalyst_3.0.3/spectra_utils.R new file mode 100755 index 0000000000000000000000000000000000000000..9fcf384679b79e800376e2e833ee76395a663a5f --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/spectra_utils.R @@ -0,0 +1,5513 @@ +# Content of this script + +# 1. raw data function - xcms +# 2. Peaks Peaking Function - parameters optimization +# 3. MS/MS processing - (moved from preproc_utils) +# 4. Peak Annotation - CAMERA +# 5. MS File Reading - MSnbase + +# --------------------1. Raw spectra processing_Section using the xcms way--------------------------------------------- + +#'PerformPeakPicking +#'@description PerformPeakPicking +#'@param object the raw data object read by ImportRawMSData function. +#'@param param param list generated by updateRawSpectraParam function. +#'@param BPPARAM parallel method used for data processing. Default is bpparam(). +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PerformPeakPicking<-function(object,param,BPPARAM = bpparam()){ + + object_mslevel <- MSnbase::filterMsLevel( + MSnbase::selectFeatureData(object, + fcol = c(MSnbase:::.MSnExpReqFvarLabels, + "centroided")), msLevel. = 1) + + if (length(object_mslevel) == 0) + AddErrMsg("Empty spectra present to perform !") + + # Splite the MS data + object_mslevel <- lapply(1:length(fileNames(object_mslevel)), + FUN = filterFile, + object = object_mslevel) + + # Peak picking runnning - centWave mode + if (param$Peak_method == "centWave") + resList <- bplapply(object_mslevel, + FUN = PeakPicking_centWave_slave, # slave Function of centWave + param = param, BPPARAM = BPPARAM) + + # Peak picking runnning - MatchedFilter mode + if (param$Peak_method == "matchedFilter") + resList <- bplapply(object_mslevel, + FUN = PeakPicking_MatchedFilter_slave, # slave Function of MatchedFilter + param = param, BPPARAM = BPPARAM) + + + + if (param$Peak_method != "matchedFilter" && param$Peak_method != "centWave"){ + stop("Only 'centWave' and 'MatchedFilter' are suppoted now !") + } + + # Picking Cluster + + ##### PEAK SUMMARY------------ + + pks <- vector("list", length(resList)) + for (i in 1:length(resList)) { + n_pks <- nrow(resList[[i]]) + if (is.null(n_pks)) + n_pks <- 0 + if (n_pks == 0) { + pks[[i]] <- NULL + warning("No peaks found in sample number ", i, ".") + } else { + pks[[i]] <- cbind(resList[[i]], sample = rep.int(i, n_pks)) + } + + } + pks <- do.call(rbind, pks) + + # Make the chrompeaks embeded + newFd <- list() + #newFd@.xData <- as.environment(as.list(object@msFeatureData, all.names = TRUE)) + rownames(pks) <- sprintf(paste0("CP", "%0", ceiling(log10(nrow(pks) + 1L)), "d"), + seq(from = 1, length.out = nrow(pks))) + + newFd$chromPeaks <- pks + newFd$chromPeakData <- S4Vectors::DataFrame(ms_level = rep(1L, nrow(pks)), is_filled = rep(FALSE, nrow(pks)), + row.names = rownames(pks)) + + ## mSet Generation + mSet<-list() + mSet$msFeatureData <- newFd + mSet$onDiskData <- object + + return(mSet) + +} + +#'PeakPicking_centWave_slave +#'@description PeakPicking_centWave_slave +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PeakPicking_centWave_slave <- function(x,param){ + + if (class(x)=="OnDiskMSnExp"){ # for raw data processing + + scan.set <- MSnbase::spectra(x, BPPARAM = SerialParam()); + rt <- MSnbase::rtime(x); + + } else if (class(x) == "list") { # for parameters optimization + + scan.set <- x; + rt <- unlist(lapply(x, MSnbase::rtime), use.names = FALSE); + + } + + + mzs <- lapply(scan.set, MSnbase::mz) + + vals_per_spect <- lengths(mzs, FALSE) + + + #if (any(vals_per_spect == 0)) + # mzs <- mzs[-which(vals_per_spect == 0)]; + # x <- x[-which(vals_per_spect == 0)]; # Cannot be so easy ! + # warning("Found empty spectra Scan. Filtered Automatically !") + + mz = unlist(mzs, use.names = FALSE); + int = unlist(lapply(scan.set, MSnbase::intensity), use.names = FALSE); + valsPerSpect = vals_per_spect; + scantime = rt; + + ###### centWaveCore Function + + valCount <- cumsum(valsPerSpect) + scanindex <- as.integer(c(0, valCount[-length(valCount)])) ## Get index vector for C calls + + if (!is.double(mz)) + mz <- as.double(mz) + if (!is.double(int)) + int <- as.double(int) + ## Fix the mzCenterFun + #mzCenterFun <- paste("mzCenter", + # gsub(mzCenterFun, pattern = "mzCenter.", + # replacement = "", fixed = TRUE), sep=".") + + basenames <- c("mz", "mzmin", "mzmax", "rt", "rtmin", "rtmax", + "into", "intb", "maxo", "sn") + verbosenames <- c("egauss", "mu", "sigma", "h", "f", "dppm", "scale", + "scpos", "scmin", "scmax", "lmin", "lmax") + + ## Peak width: seconds to scales + peakwidth <- param$peakwidth + scalerange <- round((peakwidth / mean(diff(scantime))) / 2) + + if (length(z <- which(scalerange == 0))) + scalerange <- scalerange[-z] + if (length(scalerange) < 1) { + warning("No scales? Please check peak width!") + if (param$verboseColumns) { + nopeaks <- matrix(nrow = 0, ncol = length(basenames) + + length(verbosenames)) + colnames(nopeaks) <- c(basenames, verbosenames) + } else { + nopeaks <- matrix(nrow = 0, ncol = length(basenames)) + colnames(nopeaks) <- c(basenames) + } + return(invisible(nopeaks)) + } + + if (length(scalerange) > 1){ + scales <- seq(from = scalerange[1], to = scalerange[2], by = 2) + } else{ + scales <- scalerange + } + + + minPeakWidth <- scales[1] + noiserange <- c(minPeakWidth * 3, max(scales) * 3) + maxGaussOverlap <- 0.5 + minPtsAboveBaseLine <- max(4, minPeakWidth - 2) + minCentroids <- minPtsAboveBaseLine + scRangeTol <- maxDescOutlier <- floor(minPeakWidth / 2) + scanrange <- c(1, length(scantime)) + + + ## If no ROIs are supplied then search for them. + roiList<-list() + if (length(roiList) == 0) { + message("ROI searching under ", param$ppm, " ppm ... ", appendLF = FALSE) + + withRestarts( + tryCatch({ + + tmp <- capture.output( + roiList <- .Call(C_findmzROI, + mz, int, scanindex, + as.double(c(0.0, 0.0)), + as.integer(scanrange), + as.integer(length(scantime)), + as.double(param$ppm * 1e-6), + as.integer(minCentroids), + as.integer(param$prefilter), + as.integer(param$noise),PACKAGE = "MetaboAnalystR") + + #roiList <- findmzROI (mz, int, scanindex,scanrange,scantime,param$ppm, + # minCentroids,param$prefilter,param$noise) + + ) + + }, + error = function(e){ + if (grepl("m/z sort assumption violated !", e$message)) { + invokeRestart("fixSort") + } else { + simpleError(e) + } + }), + fixSort = function() { + ## Force ordering of values within spectrum by mz: + ## o split values into a list -> mz per spectrum, intensity per + ## spectrum. + ## o define the ordering. + ## o re-order the mz and intensity and unlist again. + ## Note: the Rle split is faster than the "conventional" factor split. + splitF <- Rle(1:length(valsPerSpect), valsPerSpect) + mzl <- as.list(S4Vectors::split(mz, f = splitF)) + oidx <- lapply(mzl, order) + mz <<- unlist(mapply(mzl, oidx, FUN = function(y, z) { + return(y[z]) + }, SIMPLIFY = FALSE, USE.NAMES = FALSE), use.names = FALSE) + int <<- unlist(mapply(as.list(split(int, f = splitF)), oidx, + FUN=function(y, z) { + return(y[z]) + }, SIMPLIFY = FALSE, USE.NAMES = FALSE), + use.names = FALSE) + rm(mzl) + rm(splitF) + tmp <- capture.output( + roiList <<- .Call(C_findmzROI, + mz, int, scanindex, + as.double(c(0.0, 0.0)), + as.integer(scanrange), + as.integer(length(scantime)), + as.double(param$ppm * 1e-6), + as.integer(minCentroids), + as.integer(param$prefilter), + as.integer(param$noise),PACKAGE = "MetaboAnalystR") + ) + } + ) + } + + ## Second stage: process the ROIs + peaklist <- list(); + Nscantime <- length(scantime) + lf <- length(roiList) + + ## print('\n Detecting chromatographic peaks ... \n % finished: ') + ## lp <- -1 + message("Detecting chromatographic peaks in ", length(roiList), + " regions of interest ...", appendLF = FALSE) + + roiScales = NULL + + for (f in 1:lf) { + + + feat <- roiList[[f]] + N <- feat$scmax - feat$scmin + 1 + peaks <- peakinfo <- NULL + mzrange <- c(feat$mzmin, feat$mzmax) + sccenter <- feat$scmin[1] + floor(N/2) - 1 + scrange <- c(feat$scmin, feat$scmax) + ## scrange + noiserange, used for baseline detection and wavelet analysis + sr <- c(max(scanrange[1], scrange[1] - max(noiserange)), + min(scanrange[2], scrange[2] + max(noiserange))) + eic <- .Call(C_getEIC, mz, int, scanindex, as.double(mzrange), + as.integer(sr), as.integer(length(scanindex)),PACKAGE = "MetaboAnalystR") + + + ## eic <- rawEIC(object,mzrange=mzrange,scanrange=sr) + d <- eic$intensity + td <- sr[1]:sr[2] + scan.range <- c(sr[1], sr[2]) + ## original mzROI range + idxs <- which(eic$scan %in% seq(scrange[1], scrange[2])) + mzROI.EIC <- list(scan=eic$scan[idxs], intensity=eic$intensity[idxs]) + ## mzROI.EIC <- rawEIC(object,mzrange=mzrange,scanrange=scrange) + omz <- .Call(C_getMZ, mz, int, scanindex, as.double(mzrange), + as.integer(scrange), as.integer(length(scantime))) + + + ## omz <- rawMZ(object,mzrange=mzrange,scanrange=scrange) + if (all(omz == 0)) { + warning("centWave: no peaks found in ROI.") + next + } + od <- mzROI.EIC$intensity + otd <- mzROI.EIC$scan + if (all(od == 0)) { + warning("centWave: no peaks found in ROI.") + next + } + + ## scrange + scRangeTol, used for gauss fitting and continuous + ## data above 1st baseline detection + ftd <- max(td[1], scrange[1] - scRangeTol) : min(td[length(td)], + scrange[2] + scRangeTol) + fd <- d[match(ftd, td)] + + ## 1st type of baseline: statistic approach + if (N >= 10*minPeakWidth) { + ## in case of very long mass trace use full scan range + ## for baseline detection + noised <- .Call(C_getEIC, mz, int, scanindex, as.double(mzrange), + as.integer(scanrange), as.integer(length(scanindex)))$intensity + ## noised <- rawEIC(object,mzrange=mzrange,scanrange=scanrange)$intensity + } else { + noised <- d + } + ## 90% trimmed mean as first baseline guess + + + gz <- which(noised > 0); + + if (length(gz) < 3*minPeakWidth){ + noise <- mean(noised) + } else { + noise <- mean(noised[gz], trim=0.05) + } + + firstBaselineCheck = TRUE + ## any continuous data above 1st baseline ? + if (firstBaselineCheck & + !continuousPtsAboveThreshold(fd, threshold = noise, + num = minPtsAboveBaseLine)) + next + ## 2nd baseline estimate using not-peak-range + lnoise <- getLocalNoiseEstimate(d, td, ftd, noiserange, Nscantime, + threshold = noise, + num = minPtsAboveBaseLine) + ## Final baseline & Noise estimate + baseline <- max(1, min(lnoise[1], noise)) + sdnoise <- max(1, lnoise[2]) + sdthr <- sdnoise * param$snthresh + ## is there any data above S/N * threshold ? + if (!(any(fd - baseline >= sdthr))) + next + wCoefs <- MSW.cwt(d, scales = scales, wavelet = 'mexh') + if (!(!is.null(dim(wCoefs)) && any(wCoefs- baseline >= sdthr))) + next + if (td[length(td)] == Nscantime) ## workaround, localMax fails otherwise + wCoefs[nrow(wCoefs),] <- wCoefs[nrow(wCoefs) - 1, ] * 0.99 + localMax <- MSW.getLocalMaximumCWT(wCoefs) + rL <- MSW.getRidge(localMax) + wpeaks <- sapply(rL, + function(x) { + w <- min(1:length(x),ncol(wCoefs)) + any(wCoefs[x,w]- baseline >= sdthr) + }) + if (any(wpeaks)) { + wpeaksidx <- which(wpeaks) + ## check each peak in ridgeList + for (p in 1:length(wpeaksidx)) { + opp <- rL[[wpeaksidx[p]]] + pp <- unique(opp) + if (length(pp) >= 1) { + dv <- td[pp] %in% ftd + if (any(dv)) { ## peaks in orig. data range + ## Final S/N check + if (any(d[pp[dv]]- baseline >= sdthr)) { + ## if(!is.null(roiScales)) { + ## allow roiScales to be a numeric of length 0 + if(length(roiScales) > 0) { + ## use given scale + best.scale.nr <- which(scales == roiScales[[f]]) + if(best.scale.nr > length(opp)) + best.scale.nr <- length(opp) + } else { + ## try to decide which scale describes the peak best + inti <- numeric(length(opp)) + irange <- rep(ceiling(scales[1]/2), length(opp)) + for (k in 1:length(opp)) { + kpos <- opp[k] + r1 <- ifelse(kpos - irange[k] > 1, + kpos-irange[k], 1) + r2 <- ifelse(kpos + irange[k] < length(d), + kpos + irange[k], length(d)) + inti[k] <- sum(d[r1:r2]) + } + maxpi <- which.max(inti) + if (length(maxpi) > 1) { + m <- wCoefs[opp[maxpi], maxpi] + bestcol <- which(m == max(m), + arr.ind = TRUE)[2] + best.scale.nr <- maxpi[bestcol] + } else best.scale.nr <- maxpi + } + + best.scale <- scales[best.scale.nr] + best.scale.pos <- opp[best.scale.nr] + + pprange <- min(pp):max(pp) + ## maxint <- max(d[pprange]) + lwpos <- max(1,best.scale.pos - best.scale) + rwpos <- min(best.scale.pos + best.scale, length(td)) + p1 <- match(td[lwpos], otd)[1] + p2 <- match(td[rwpos], otd) + p2 <- p2[length(p2)] + if (is.na(p1)) p1 <- 1 + if (is.na(p2)) p2 <- N + mz.value <- omz[p1:p2] + mz.int <- od[p1:p2] + maxint <- max(mz.int) + + ## re-calculate m/z value for peak range + mzrange <- range(mz.value) + #mzmean <- do.call(mzCenterFun, + # list(mz = mz.value, + # intensity = mz.int)) + mzmean <- weighted.mean(mz.value, mz.int) + ## Compute dppm only if needed + dppm <- NA + if (param$verboseColumns) { + if (length(mz.value) >= (minCentroids + 1)) { + dppm <- round(min(running(abs(diff(mz.value)) / + (mzrange[2] * 1e-6), + fun = max, + width = minCentroids))) + } else { + dppm <- round((mzrange[2] - mzrange[1]) / + (mzrange[2] * 1e-6)) + } + } + peaks <- rbind(peaks, + c(mzmean,mzrange, ## mz + NA, NA, NA, ## rt, rtmin, rtmax, + NA, ## intensity (sum) + NA, ## intensity (-bl) + maxint, ## max intensity + round((maxint - baseline) / sdnoise), ## S/N Ratio + NA, ## Gaussian RMSE + NA,NA,NA, ## Gaussian Parameters + f, ## ROI Position + dppm, ## max. difference between the [minCentroids] peaks in ppm + best.scale, ## Scale + td[best.scale.pos], + td[lwpos], + td[rwpos], ## Peak positions guessed from the wavelet's (scan nr) + NA, NA)) ## Peak limits (scan nr) + peakinfo <- rbind(peakinfo, + c(best.scale, best.scale.nr, + best.scale.pos, lwpos, rwpos)) + ## Peak positions guessed from the wavelet's + } + } + } + } ##for + } ## if + + ## postprocessing + if (!is.null(peaks)) { + colnames(peaks) <- c(basenames, verbosenames) + colnames(peakinfo) <- c("scale", "scaleNr", "scpos", + "scmin", "scmax") + for (p in 1:dim(peaks)[1]) { + ## find minima (peak boundaries), assign rt and intensity values + if (param$integrate == 1) { + lm <- descendMin(wCoefs[, peakinfo[p, "scaleNr"]], + istart = peakinfo[p, "scpos"]) + gap <- all(d[lm[1]:lm[2]] == 0) # looks like we got stuck in a gap right in the middle of the peak + if ((lm[1] == lm[2]) || gap) # fall-back + lm <- descendMinTol( + d, startpos = c(peakinfo[p, "scmin"], + peakinfo[p, "scmax"]), + maxDescOutlier) + } else { + lm <- descendMinTol(d, startpos = c(peakinfo[p, "scmin"], + peakinfo[p, "scmax"]), + maxDescOutlier) + } + ## Narrow peak rt boundaries by removing values below threshold + lm <- .narrow_rt_boundaries(lm, d) + lm_seq <- lm[1]:lm[2] + pd <- d[lm_seq] + + peakrange <- td[lm] + peaks[p, "rtmin"] <- scantime[peakrange[1]] + peaks[p, "rtmax"] <- scantime[peakrange[2]] + peaks[p, "maxo"] <- max(pd) + pwid <- (scantime[peakrange[2]] - scantime[peakrange[1]]) / + (peakrange[2] - peakrange[1]) + if (is.na(pwid)) + pwid <- 1 + peaks[p, "into"] <- pwid * sum(pd) + db <- pd - baseline + peaks[p, "intb"] <- pwid * sum(db[db > 0]) + peaks[p, "lmin"] <- lm[1] + peaks[p, "lmax"] <- lm[2] + + if (param$fitgauss) { + ## perform gaussian fits, use wavelets for inital parameters + td_lm <- td[lm_seq] + md <- max(pd) + d1 <- pd / md ## normalize data for gaussian error calc. + pgauss <- fitGauss(td_lm, pd, + pgauss = list(mu = peaks[p, "scpos"], + sigma = peaks[p, "scmax"] - + peaks[p, "scmin"], + h = peaks[p, "maxo"])) + + + rtime <- peaks[p, "scpos"] + if (!any(is.na(pgauss)) && all(pgauss > 0)) { + gtime <- td[match(round(pgauss$mu), td)] + if (!is.na(gtime)) { + rtime <- gtime + peaks[p, "mu"] <- pgauss$mu + peaks[p, "sigma"] <- pgauss$sigma + peaks[p, "h"] <- pgauss$h + peaks[p,"egauss"] <- sqrt( + (1 / length(td_lm)) * + sum(((d1 - gauss(td_lm, pgauss$h / md, + pgauss$mu, pgauss$sigma))^2))) + } + } + peaks[p, "rt"] <- scantime[rtime] + ## avoid fitting side effects + if (peaks[p, "rt"] < peaks[p, "rtmin"]) + peaks[p, "rt"] <- scantime[peaks[p, "scpos"]] + } else + peaks[p, "rt"] <- scantime[peaks[p, "scpos"]] + } + peaks <- joinOverlappingPeaks(td, d, otd, omz, od, scantime, + scan.range, peaks, maxGaussOverlap) + } + if (!is.null(peaks)) { + peaklist[[length(peaklist) + 1]] <- peaks + } + } ## f + + + if (length(peaklist) == 0) { + warning("No peaks found!") + + if (param$verboseColumns) { + nopeaks <- matrix(nrow = 0, ncol = length(basenames) + + length(verbosenames)) + colnames(nopeaks) <- c(basenames, verbosenames) + } else { + nopeaks <- matrix(nrow = 0, ncol = length(basenames)) + colnames(nopeaks) <- c(basenames) + } + message(" FAIL: none found!") + return(nopeaks) + } + + p <- do.call(rbind, peaklist) + + + if (!param$verboseColumns) + p <- p[, basenames, drop = FALSE] + + uorder <- order(p[, "into"], decreasing = TRUE) + pm <- as.matrix(p[,c("mzmin", "mzmax", "rtmin", "rtmax"), drop = FALSE]) + uindex <- rectUnique(pm, uorder, param$mzdiff, ydiff = -0.00001) ## allow adjacent peaks + pr <- p[uindex, , drop = FALSE] + message(" OK: ", nrow(pr), " found.") + + return(pr) + +} + +#'PeakPicking_MatchedFilter_slave +#'@description PeakPicking_MatchedFilter_slave +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PeakPicking_MatchedFilter_slave <- function(x,param){ + + if (class(x)=="OnDiskMSnExp"){ # for raw data processing + + scan.set <- MSnbase::spectra(x, BPPARAM = SerialParam()); + rt <- MSnbase::rtime(x); + + } else if (class(x) == "list") { # for parameters optimization + + scan.set <- x; + rt <- unlist(lapply(x, MSnbase::rtime), use.names = FALSE); + + } + + ## 1. data & Param preparation + mzs <- lapply(scan.set, MSnbase::mz) + valsPerSpect <- lengths(mzs, FALSE) + mz = unlist(mzs, use.names = FALSE); + int = unlist(lapply(scan.set, MSnbase::intensity), use.names = FALSE); + scantime = rt; + mrange <- range(mz[mz > 0]) + mass <- seq(floor(mrange[1] / param$binSize) * param$binSize, + ceiling(mrange[2] / param$binSize) * param$binSize, + by = param$binSize) + impute <- param$impute; + baseValue <- param$baseValue; + distance <- param$distance; + steps <- param$steps; + sigma <- param$sigma; + snthresh <-param$snthresh; + max <- param$max; + mzdiff <- param$mzdiff; + binSize <- param$binSize; + index <- param$index; + + + ## 2. Binning the data. + ## Create and translate settings for binYonX + toIdx <- cumsum(valsPerSpect) + fromIdx <- c(1L, toIdx[-length(toIdx)] + 1L) + shiftBy = TRUE + binFromX <- min(mass) + binToX <- max(mass) + ## binSize <- (binToX - binFromX) / (length(mass) - 1) + ## brks <- seq(binFromX - binSize/2, binToX + binSize/2, by = binSize) + brks <- breaks_on_nBins(fromX = binFromX, toX = binToX, + nBins = length(mass), shiftByHalfBinSize = TRUE) + binRes <- binYonX(mz, int, + breaks = brks, + fromIdx = fromIdx, + toIdx = toIdx, + baseValue = ifelse(impute == "none", yes = 0, no = NA), + sortedX = TRUE, + returnIndex = TRUE + ) + + + if (length(toIdx) == 1) + binRes <- list(binRes) + bufMax <- do.call(cbind, lapply(binRes, function(z) return(z$index))) + bin_size <- binRes[[1]]$x[2] - binRes[[1]]$x[1] + ## Missing value imputation + if (missing(baseValue)) + baseValue <- numeric() + if (length(baseValue) == 0) + baseValue <- min(int, na.rm = TRUE) / 2 + if (missing(distance)) + distance <- numeric() + if (length(distance) == 0) + distance <- floor(0.075 / bin_size) + + binVals <- lapply(binRes, function(z) { + return(imputeLinInterpol(z$y, method = impute, distance = distance, + noInterpolAtEnds = TRUE, + baseValue = baseValue)) + }) + + buf <- do.call(cbind, binVals) + + + + bufidx <- 1L:length(mass) + lookahead <- steps-1 + lookbehind <- 1 + + N <- nextn(length(scantime)) + xrange <- range(scantime) + x <- c(0:(N/2), -(ceiling(N/2-1)):-1) * + (xrange[2]-xrange[1])/(length(scantime)-1) + + filt <- -attr(eval(deriv3(~ 1/(sigma*sqrt(2*pi)) * + exp(-x^2/(2*sigma^2)), "x")), "hessian") + filt <- filt/sqrt(sum(filt^2)) + filt <- fft(filt, inverse = TRUE)/length(filt) + + cnames <- c("mz", "mzmin", "mzmax", "rt", "rtmin", "rtmax", "into", "intf", + "maxo", "maxf", "i", "sn") + num <- 0 + ResList <- list() + + ## Can not do much here, lapply/apply won't work because of the 'steps' parameter. + ## That's looping through the masses, i.e. rows of the profile matrix. + for (i in seq(length = length(mass)-steps+1)) { + ymat <- buf[bufidx[i:(i+steps-1)], , drop = FALSE] + ysums <- colMax(ymat) + yfilt <- filtfft(ysums, filt) + gmax <- max(yfilt) + for (j in seq(length = max)) { + maxy <- which.max(yfilt) + noise <- mean(ysums[ysums > 0]) + ##noise <- mean(yfilt[yfilt >= 0]) + sn <- yfilt[maxy]/noise + if (yfilt[maxy] > 0 && yfilt[maxy] > snthresh*noise && ysums[maxy] > 0) { + peakrange <- descendZero(yfilt, maxy) + intmat <- ymat[, peakrange[1]:peakrange[2], drop = FALSE] + mzmat <- matrix(mz[bufMax[bufidx[i:(i+steps-1)], + peakrange[1]:peakrange[2]]], + nrow = steps) + which.intMax <- which.colMax(intmat) + mzmat <- mzmat[which.intMax] + if (all(is.na(mzmat))) { + yfilt[peakrange[1]:peakrange[2]] <- 0 + next + } + mzrange <- range(mzmat, na.rm = TRUE) + massmean <- weighted.mean(mzmat, intmat[which.intMax], + na.rm = TRUE) + ## This case (the only non-na m/z had intensity 0) was reported + ## by Gregory Alan Barding "binlin processing" + if(any(is.na(massmean))) { + massmean <- mean(mzmat, na.rm = TRUE) + } + pwid <- (scantime[peakrange[2]] - scantime[peakrange[1]]) / + (peakrange[2] - peakrange[1]) + into <- pwid*sum(ysums[peakrange[1]:peakrange[2]]) + intf <- pwid*sum(yfilt[peakrange[1]:peakrange[2]]) + maxo <- max(ysums[peakrange[1]:peakrange[2]]) + maxf <- yfilt[maxy] + + yfilt[peakrange[1]:peakrange[2]] <- 0 + num <- num + 1 + ResList[[num]] <- c(massmean, mzrange[1], mzrange[2], maxy, + peakrange, into, intf, maxo, maxf, j, sn) + } else + break + } + } + if (length(ResList) == 0) { + rmat <- matrix(nrow = 0, ncol = length(cnames)) + colnames(rmat) <- cnames + return(rmat) + } + rmat <- do.call(rbind, ResList) + if (is.null(dim(rmat))) { + rmat <- matrix(rmat, nrow = 1) + } + colnames(rmat) <- cnames + max <- max-1 + max*(steps-1) + max*ceiling(mzdiff/binSize) + if (index){ + mzdiff <- mzdiff/binSize + } else { + rmat[, "rt"] <- scantime[rmat[, "rt"]] + rmat[, "rtmin"] <- scantime[rmat[, "rtmin"]] + rmat[, "rtmax"] <- scantime[rmat[, "rtmax"]] + } + ## Select for each unique mzmin, mzmax, rtmin, rtmax the largest peak + ## and report that. + uorder <- order(rmat[, "into"], decreasing = TRUE) + uindex <- rectUnique(rmat[, c("mzmin", "mzmax", "rtmin", "rtmax"), + drop = FALSE], + uorder, mzdiff) + rmat <- rmat[uindex,,drop = FALSE] + + return(rmat) + +} + +#'PerformPeakGrouping +#'@description PerformPeakGrouping +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PerformPeakGrouping<-function(mSet,param){ + + ## 1. Extract Information------- + peaks_0 <- mSet[["msFeatureData"]][["chromPeaks"]] + + peaks <- cbind(peaks_0[, c("mz", "rt", "sample", "into"), drop = FALSE], + index = seq_len(nrow(peaks_0))) + + if (!is.null(mSet[["onDiskData"]])){ + sample_group<-as.character(mSet[["onDiskData"]]@phenoData@data[["sample_group"]]); + + if (identical(sample_group,character(0))){ + sample_group<-as.character(mSet[["onDiskData"]]@phenoData@data[["sample_name"]]); + } + + } else { + sample_group<-as.character(mSet[["inMemoryData"]]@phenoData@data[["sample_group"]]); + + if (identical(sample_group,character(0))){ + sample_group<-as.character(mSet[["inMemoryData"]]@phenoData@data[["sample_name"]]); + } + } + + + sampleGroupNames <- unique(sample_group) + sampleGroupTable <- table(sample_group) + nSampleGroups <- length(sampleGroupTable) + + ## 2. Order peaks matrix by mz------- + peaks <- peaks[order(peaks[, "mz"]), , drop = FALSE] + rownames(peaks) <- NULL + rtRange <- range(peaks[, "rt"]) + + ## 3. Define the mass slices and the index in the peaks matrix with an mz------- + mass <- seq(peaks[1, "mz"], peaks[nrow(peaks), "mz"] + param$binSize, + by = param$binSize / 2) + masspos <- findEqualGreaterM(peaks[, "mz"], mass) + + densFrom <- rtRange[1] - 3 * param$bw + densTo <- rtRange[2] + 3 * param$bw + + + ## 4. Increase the number of sampling points for the density distribution.------- + densN <- max(512, 2 * 2^(ceiling(log2(diff(rtRange) / (param$bw / 2))))) + endIdx <- 0 + message("Total of ", length(mass) - 1, " slices detected for processing... ", + appendLF = FALSE) + resL <- vector("list", (length(mass) - 2)) + + for (i in seq_len(length(mass)-2)) { + ## That's identifying overlapping mz slices. + startIdx <- masspos[i] + endIdx <- masspos[i + 2] - 1 + if (endIdx - startIdx < 0) + next + resL[[i]] <- Densitygrouping_slave(peaks[startIdx:endIdx, , drop = FALSE], + bw = param$bw, densFrom = densFrom, + densTo = densTo, densN = densN, + sampleGroups = sample_group, + sampleGroupTable = sampleGroupTable, + minFraction = param$minFraction, + minSamples = param$minSamples, + maxFeatures = param$maxFeatures) + } + + message("Done !") + res <- do.call(rbind, resL) + + if (nrow(res)) { + ## Remove groups that overlap with more "well-behaved" groups + numsamp <- rowSums( + as.matrix(res[, (match("npeaks", colnames(res)) +1):(ncol(res) -1), + drop = FALSE])) + uorder <- order(-numsamp, res[, "npeaks"]) + + uindex <- rectUnique( + as.matrix(res[, c("mzmin", "mzmax", "rtmin", "rtmax"), + drop = FALSE]), uorder) + res <- res[uindex, , drop = FALSE] + rownames(res) <- NULL + } + + df <- S4Vectors::DataFrame(res) + rownames(df) <- sprintf(paste0("FT", "%0", ceiling(log10(nrow(df) + 1L)), "d"), + seq(from = 1, length.out = nrow(df))) + + + mSet$FeatureGroupTable <- df + + mSet +} + +#'Densitygrouping_slave +#'@description Densitygrouping_slave +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +Densitygrouping_slave <- function(x, bw, densFrom, densTo, densN, sampleGroups, + sampleGroupTable, minFraction, + minSamples, maxFeatures) { + den <- density(x[, "rt"], bw = bw, from = densFrom, to = densTo, + n = densN) + maxden <- max(den$y) + deny <- den$y + sampleGroupNames <- names(sampleGroupTable) + nSampleGroups <- length(sampleGroupNames) + col_nms <- c("mzmed", "mzmin", "mzmax", "rtmed", "rtmin", "rtmax", + "npeaks", sampleGroupNames) + res_mat <- matrix(nrow = 0, ncol = length(col_nms), + dimnames = list(character(), col_nms)) + res_idx <- list() + while (deny[maxy <- which.max(deny)] > maxden / 20 && nrow(res_mat) < + maxFeatures) { + grange <- descendMin(deny, maxy) + deny[grange[1]:grange[2]] <- 0 + gidx <- which(x[,"rt"] >= den$x[grange[1]] & + x[,"rt"] <= den$x[grange[2]]) + ## Determine the sample group of the samples in which the peaks + ## were detected and check if they correspond to the required limits. + tt <- table(sampleGroups[unique(x[gidx, "sample"])]) + if (!any(tt / sampleGroupTable[names(tt)] >= minFraction & + tt >= minSamples)) + next + gcount <- rep(0, length(sampleGroupNames)) + names(gcount) <- sampleGroupNames + gcount[names(tt)] <- as.numeric(tt) + res_mat <- rbind(res_mat, + c(median(x[gidx, "mz"]), + range(x[gidx, "mz"]), + median(x[gidx, "rt"]), + range(x[gidx, "rt"]), + length(gidx), + gcount) + ) + res_idx <- c(res_idx, list(unname(sort(x[gidx, "index"])))) + } + + res <- as.data.frame(res_mat) + res$peakidx <- res_idx + res +} + +#'PerformPeakAlignment +#'@description PerformPeakAlignment +#'@param mSet the mSet object generated by PerformPeakPicking function. +#'@param param param list generated by updateRawSpectraParam function. +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PerformPeakAlignment<-function(mSet,param){ + ## 1~4. Peak Grouping--------- + mSet<-PerformPeakGrouping(mSet,param) + ## 5. Adjust Retention Time------- + + # 1). Group Matrix------- + peaks_0 <- mSet[["msFeatureData"]][["chromPeaks"]] + + if (!is.null(mSet[["onDiskData"]])){ + subs <- seq_along(mSet[["onDiskData"]]@phenoData@data[["sample_name"]]); + format <- "onDiskData" + } else { + subs <- seq_along(mSet[["inMemoryData"]]@phenoData@data[["sample_name"]]); + format <- "inMemoryData" + } + nSamples <- length(subs) + + subset_names <- original_names <- mSet[["msFeatureData"]][["chromPeakData"]]@rownames + mSet[["FeatureGroupTable"]]$peakidx <- lapply(mSet[["FeatureGroupTable"]]$peakidx, function(z) { + idx <- base::match(original_names[z], subset_names) + idx[!is.na(idx)] + }) + peakIndex_0 <- mSet[["FeatureGroupTable"]][lengths(mSet[["FeatureGroupTable"]]$peakidx) > 0, ] + peakIndex <- .peakIndex(peakIndex_0) + + pkGrpMat <- .getPeakGroupsRtMatrix(peaks = peaks_0, + peakIndex = peakIndex, + sampleIndex = subs, + missingSample = nSamples - (nSamples * param$minFraction), + extraPeaks = param$extraPeaks + ) + + colnames(pkGrpMat) <- mSet[[format]]@phenoData@data[["sample_name"]][subs] + + # 2). RT adjustment------- + rtime_0 <- rtime(mSet[[format]]) + + tmp <- split(rtime_0, fromFile(mSet[[format]])) + rtime <- vector("list", length(fileNames(mSet[[format]]))) + names(rtime) <- as.character(1:length(rtime)) + rtime[as.numeric(names(tmp))] <- tmp + + res <- RT.Adjust_Slave(peaks_0, + peakIndex = peakIndex_0$peakidx, + rtime = rtime, + minFraction = param$minFraction, + extraPeaks = param$extraPeaks, + smooth = param$smooth, + span = param$span, + family = param$family, + peakGroupsMatrix = pkGrpMat, + subsetAdjust = param$subsetAdjust + ) + + message("Applying retention time adjustment to the identified chromatographic peaks ... ",appendLF = FALSE) + + fts <- .applyRtAdjToChromPeaks(mSet[["msFeatureData"]][["chromPeaks"]], + rtraw = rtime, + rtadj = res) + mSet[["msFeatureData"]][["pkGrpMat_Raw"]] <- pkGrpMat; + mSet[["msFeatureData"]][["chromPeaks"]] <- fts; + mSet[["msFeatureData"]][["adjustedRT"]] <- res; + # + message("Done !") + + ## 6~9. Peak Grouping Again--------- + mSet<-PerformPeakGrouping(mSet,param) + ## 10. Return------ + return(mSet) +} + +#'RT.Adjust_Slave +#'@description RT.Adjust_Slave +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +RT.Adjust_Slave <- + function(peaks, peakIndex, rtime, minFraction = 0.9, extraPeaks = 1, + smooth = c("loess", "linear"), span = 0.2, + family = c("gaussian", "symmetric"), + peakGroupsMatrix = matrix(ncol = 0, nrow = 0), + subsetAdjust = c("average", "previous")) { + ## minFraction + if (any(minFraction > 1) | any(minFraction < 0)) + stop("'minFraction' has to be between 0 and 1!") + ## Check peakIndex: + if (any(!(unique(unlist(peakIndex)) %in% seq_len(nrow(peaks))))) + stop("Some indices listed in 'peakIndex' are outside of ", + "1:nrow(peaks)!") + ## Check rtime: + if (!is.list(rtime)) + stop("'rtime' should be a list of numeric vectors with the retention ", + "times of the spectra per sample!") + if (!all(unlist(lapply(rtime, is.numeric), use.names = FALSE))) + stop("'rtime' should be a list of numeric vectors with the retention ", + "times of the spectra per sample!") + if (length(rtime) != max(peaks[, "sample"])) + stop("The length of 'rtime' does not match with the total number of ", + "samples according to the 'peaks' matrix!") + total_samples <- length(rtime) + subset <- seq_len(total_samples) + ## Translate minFraction to number of allowed missing samples. + nSamples <- length(subset) + missingSample <- nSamples - (nSamples * minFraction) + ## Remove peaks not present in "subset" from the peakIndex + peaks_in_subset <- which(peaks[, "sample"] %in% subset) + peakIndex <- lapply(peakIndex, function(z) z[z %in% peaks_in_subset]) + ## Check if we've got a valid peakGroupsMatrix + ## o Same number of samples. + ## o range of rt values is within the rtime. + if (nrow(peakGroupsMatrix)) { + if (ncol(peakGroupsMatrix) != nSamples) + stop("'peakGroupsMatrix' has to have the same number of columns ", + "as there are samples!") + pg_range <- range(peakGroupsMatrix, na.rm = TRUE) + rt_range <- range(rtime) + if (!(pg_range[1] >= rt_range[1] & pg_range[2] <= rt_range[2])) + stop("The retention times in 'peakGroupsMatrix' have to be within", + " the retention time range of the experiment!") + rt <- peakGroupsMatrix + } else + rt <- .getPeakGroupsRtMatrix(peaks, peakIndex, subset, + missingSample, extraPeaks) + if (ncol(rt) != length(subset)) + stop("Length of 'subset' and number of columns of the peak group ", + "matrix do not match.") + ## Fix for issue #175 + if (length(rt) == 0) + stop("No peak groups found in the data for the provided settings") + message("Performing retention time correction using ", nrow(rt), + " peak groups.") + + ## Calculate the deviation of each peak group in each sample from its + ## median + rtdev <- rt - apply(rt, 1, median, na.rm = TRUE) + + if (smooth == "loess") { + mingroups <- min(colSums(!is.na(rt))) + if (mingroups < 4) { + smooth <- "linear" + warning("Too few peak groups for 'loess', reverting to linear", + " method") + } else if (mingroups * span < 4) { + span <- 4 / mingroups + warning("Span too small for 'loess' and the available number of ", + "peak groups, resetting to ", round(span, 2)) + } + } + + rtdevsmo <- vector("list", nSamples) + + ## Code for checking to see if retention time correction is overcorrecting + rtdevrange <- range(rtdev, na.rm = TRUE) + warn.overcorrect <- FALSE + warn.tweak.rt <- FALSE + + rtime_adj <- rtime + ## Adjust samples in subset. + for (i in seq_along(subset)) { + i_all <- subset[i] # Index of sample in whole dataset. + pts <- na.omit(data.frame(rt = rt[, i], rtdev = rtdev[, i])) + + ## order the data.frame such that rt and rtdev are increasingly ordered. + pk_idx <- order(pts$rt, pts$rtdev) + pts <- pts[pk_idx, ] + if (smooth == "loess") { + lo <- suppressWarnings(loess(rtdev ~ rt, pts, span = span, + degree = 1, family = family)) + + rtdevsmo[[i]] <- na.flatfill( + predict(lo, data.frame(rt = rtime[[i_all]]))) + ## Remove singularities from the loess function + rtdevsmo[[i]][abs(rtdevsmo[[i]]) > + quantile(abs(rtdevsmo[[i]]), 0.9, + na.rm = TRUE) * 2] <- NA + if (length(naidx <- which(is.na(rtdevsmo[[i]])))) + rtdevsmo[[i]][naidx] <- suppressWarnings( + approx(na.omit(data.frame(rtime[[i_all]], rtdevsmo[[i]])), + xout = rtime[[i_all]][naidx], rule = 2)$y + ) + + ## Check if there are adjusted retention times that are not ordered + ## increasingly. If there are, search for each first unordered rt + ## the next rt that is larger and linearly interpolate the values + ## in between (see issue #146 for an illustration). + while (length(decidx <- which(diff(rtime[[i_all]] - rtdevsmo[[i]]) < 0))) { + warn.tweak.rt <- TRUE ## Warn that we had to tweak the rts. + rtadj <- rtime[[i_all]] - rtdevsmo[[i]] + rtadj_start <- rtadj[decidx[1]] ## start interpolating from here + ## Define the + next_larger <- which(rtadj > rtadj[decidx[1]]) + if (length(next_larger) == 0) { + ## Fix if there is no larger adjusted rt up to the end. + next_larger <- length(rtadj) + 1 + rtadj_end <- rtadj_start + } else { + next_larger <- min(next_larger) + rtadj_end <- rtadj[next_larger] + } + ## linearly interpolate the values in between. + adj_idxs <- (decidx[1] + 1):(next_larger - 1) + incr <- (rtadj_end - rtadj_start) / length(adj_idxs) + rtdevsmo[[i]][adj_idxs] <- rtime[[i_all]][adj_idxs] - + (rtadj_start + (1:length(adj_idxs)) * incr) + } + + rtdevsmorange <- range(rtdevsmo[[i]]) + if (any(rtdevsmorange / rtdevrange > 2)) + warn.overcorrect <- TRUE + } else { + if (nrow(pts) < 2) { + stop("Not enough peak groups even for linear smoothing ", + "available!") + } + ## Use lm instead? + fit <- lsfit(pts$rt, pts$rtdev) + rtdevsmo[[i]] <- rtime[[i_all]] * fit$coef[2] + fit$coef[1] + ptsrange <- range(pts$rt) + minidx <- rtime[[i_all]] < ptsrange[1] + maxidx <- rtime[[i_all]] > ptsrange[2] + rtdevsmo[[i]][minidx] <- rtdevsmo[[i]][head(which(!minidx), n = 1)] + rtdevsmo[[i]][maxidx] <- rtdevsmo[[i]][tail(which(!maxidx), n = 1)] + } + ## Finally applying the correction + rtime_adj[[i_all]] <- rtime[[i_all]] - rtdevsmo[[i]] + } + + if (warn.overcorrect) { + warning("Fitted retention time deviation curves exceed points by more", + " than 2x. This is dangerous and the algorithm is probably ", + "overcorrecting your data. Consider increasing the span ", + "parameter or switching to the linear smoothing method.") + } + + if (warn.tweak.rt) { + warning(call. = FALSE, "Adjusted retention times had to be ", + "re-adjusted for some files to ensure them being in the same", + " order than the raw retention times. A call to ", + "'dropAdjustedRtime' might thus fail to restore retention ", + "times of chromatographic peaks to their original values. ", + "Eventually consider to increase the value of the 'span' ", + "parameter.") + } + rtime_adj + } + +#'PerformPeakFiling +#'@description PerformPeakFiling +#'@param mSet the mSet object generated by PerformPeakPicking function. +#'@param param param list generated by updateRawSpectraParam function. +#'@param BPPARAM parallel method used for data processing. Default is bpparam(). +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +PerformPeakFiling<-function(mSet,param,BPPARAM=bpparam()){ + + ## Preparing Something + print("Starting peak filling!") + fixedRt <- fixedMz <- expandRt <- expandMz <- 0 + + if (is.null(param$ppm)){ + ppm <-10 + } else { + ppm <- param$ppm; + } + + message("Defining peak areas for filling-in...", + appendLF = FALSE) + + aggFunLow <- median + aggFunHigh <- median + + tmp_pks <- mSet$msFeatureData$chromPeaks[, c("rtmin", "rtmax", "mzmin", "mzmax")] + fdef <- mSet$FeatureGroupTable + + pkArea <- do.call(rbind,lapply(fdef$peakidx, function(z) { + pa <- c(aggFunLow(tmp_pks[z, 1]), + aggFunHigh(tmp_pks[z, 2]), + aggFunLow(tmp_pks[z, 3]), + aggFunHigh(tmp_pks[z, 4])) + ## Check if we have to apply ppm replacement: + if (ppm != 0) { + mzmean <- mean(pa[3:4]) + tittle <- mzmean * (ppm / 2) / 1E6 + if ((pa[4] - pa[3]) < (tittle * 2)) { + pa[3] <- mzmean - tittle + pa[4] <- mzmean + tittle + } + } + ## Expand it. + if (expandRt != 0) { + diffRt <- (pa[2] - pa[1]) * expandRt / 2 + pa[1] <- pa[1] - diffRt + pa[2] <- pa[2] + diffRt + } + if (expandMz != 0) { + diffMz <- (pa[4] - pa[3]) * expandMz / 2 + pa[3] <- pa[3] - diffMz + pa[4] <- pa[4] + diffMz + } + if (fixedMz != 0) { + pa[3] <- pa[3] - fixedMz + pa[4] <- pa[4] + fixedMz + } + if (fixedRt != 0) { + pa[1] <- pa[1] - fixedRt + pa[2] <- pa[2] + fixedRt + } + pa + })) + + rm(tmp_pks) + message(".", appendLF = FALSE) + colnames(pkArea) <- c("rtmin", "rtmax", "mzmin", "mzmax") + ## Add mzmed column - needed for MSW peak filling. + pkArea <- cbind(group_idx = 1:nrow(pkArea), pkArea, + mzmed = as.numeric(fdef$mzmed)) + + if (class(mSet[[2]]) == "OnDiskMSnExp"){ + format <- "onDiskData" + } else { + format <- "inMemoryData" + } + + fNames <- mSet[[format]]@phenoData@data[["sample_name"]] + pks <- mSet$msFeatureData$chromPeaks + + pkGrpVal <- + .feature_values(pks = pks, fts = mSet$FeatureGroupTable, + method = "medret", value = "into", + intensity = "into", colnames = fNames, + missing = NA) + + message(".", appendLF = FALSE) + ## Check if there is anything to fill... + if (!any(is.na(rowSums(pkGrpVal)))) { + message("No missing peaks present.") + return(mSet) + } + message(".", appendLF = FALSE) + ## Split the object by file and define the peaks for which + pkAreaL <- objectL <- vector("list", length(fNames)) + + + ## We need "only" a list of OnDiskMSnExp, one for each file but + ## instead of filtering by file we create small objects to keep + ## memory requirement to a minimum. + if (format == "onDiskData"){ + + req_fcol <- requiredFvarLabels("OnDiskMSnExp") + min_fdata <- mSet[[format]]@featureData@data[, req_fcol] + + ### + res <- mSet[["msFeatureData"]][["adjustedRT"]] + res <- unlist(res, use.names = FALSE) + + fidx <- fData(mSet[[format]])$fileIdx # a issue for inmemory data + names(fidx) <- featureNames(mSet[[format]]) + sNames <- unlist(split(featureNames(mSet[[format]]), fidx), + use.names = FALSE) + + names(res) <- sNames + res <- res[featureNames(mSet[[format]])] + + min_fdata$retentionTime <- res + + for (i in 1:length(mSet[[format]]@phenoData@data[["sample_name"]])) { + + fd <- min_fdata[min_fdata$fileIdx == i, ] + fd$fileIdx <- 1 + + objectL[[i]] <- new( + "OnDiskMSnExp", + processingData = new("MSnProcess", + files = mSet[[format]]@processingData@files[i]), + featureData = new("AnnotatedDataFrame", fd), + phenoData = new("NAnnotatedDataFrame", + data.frame(sampleNames = "1")), + experimentData = new("MIAPE", + instrumentManufacturer = "a", + instrumentModel = "a", + ionSource = "a", + analyser = "a", + detectorType = "a")) + + ## Want to extract intensities only for peaks that were not + ## found in a sample. + + pkAreaL[[i]] <- pkArea[is.na(pkGrpVal[, i]), , drop = FALSE] + } + + message(" OK\nStart integrating peak areas from original files") + + cp_colnames <- colnames(mSet[["msFeatureData"]][["chromPeaks"]]) + + ## Extraction designed for centWave + res <- bpmapply(FUN = .getChromPeakData, + objectL, + pkAreaL, + as.list(1:length(objectL)), + MoreArgs = list(cn = cp_colnames, + mzCenterFun = "weighted.mean"), + BPPARAM = BPPARAM, + SIMPLIFY = FALSE) + + + } else { + + message(" OK\nStart integrating peak areas from original files") + + mzCenterFun = "weighted.mean" + + scan_set<-names(mSet[[format]]@assayData); + scan_set_ordered <- sort(scan_set); + + assayData <- sapply(scan_set_ordered, FUN = function(x){mSet[[format]]@assayData[[x]]}) + + #assayData <- lapply(scan_set,FUN=function(x){mSet[[format]]@assayData[[x]]}); + assayData <- split(assayData,fromFile(mSet[[format]])); + + + rtim_all <- split(rtime(mSet[[format]]),fromFile(mSet[[format]])) + filesname <- basename(MSnbase::fileNames(mSet[[format]])) + res_new <-list() + + for (ii in 1:length(mSet[[format]]@phenoData@data[["sample_name"]])){ + + cn <-colnames(mSet[["msFeatureData"]][["chromPeaks"]]) + peakArea <- pkArea[is.na(pkGrpVal[, ii]), , drop = FALSE]; + + ncols <- length(cn) + res <- matrix(ncol = ncols, nrow = nrow(peakArea)) + colnames(res) <- cn + + res[, "sample"] <- ii + res[, c("mzmin", "mzmax")] <- peakArea[, c("mzmin", "mzmax")] + ## Load the data + message("Requesting ", nrow(res), " peaks from ", + filesname[ii], " ... ", appendLF = FALSE) + + spctr <- assayData[[ii]] + + mzs <- lapply(spctr, mz) + valsPerSpect <- lengths(mzs) + ints <- unlist(lapply(spctr, intensity), use.names = FALSE) + rm(spctr) + + mzs <- unlist(mzs, use.names = FALSE) + mzs_range <- range(mzs) + rtim <- rtim_all[[ii]] + rtim_range <- range(rtim) + + for (i in seq_len(nrow(res))) { + rtr <- peakArea[i, c("rtmin", "rtmax")] + mzr <- peakArea[i, c("mzmin", "mzmax")] + ## If the rt range is completely out; additional fix for #267 + if (rtr[2] < rtim_range[1] | rtr[1] > rtim_range[2] | + mzr[2] < mzs_range[1] | mzr[1] > mzs_range[2]) { + res[i, ] <- rep(NA_real_, ncols) + next + } + ## Ensure that the mz and rt region is within the range of the data. + rtr[1] <- max(rtr[1], rtim_range[1]) + rtr[2] <- min(rtr[2], rtim_range[2]) + mzr[1] <- max(mzr[1], mzs_range[1]) + mzr[2] <- min(mzr[2], mzs_range[2]) + mtx <- .rawMat(mz = mzs, int = ints, scantime = rtim, + valsPerSpect = valsPerSpect, rtrange = rtr, + mzrange = mzr) + if (length(mtx)) { + if (any(!is.na(mtx[, 3]))) { + + res[i, "into"] <- sum(mtx[, 3], na.rm = TRUE) * + ((rtr[2] - rtr[1]) / + max(1, (sum(rtim >= rtr[1] & rtim <= rtr[2]) - 1))) + maxi <- which.max(mtx[, 3]) + res[i, c("rt", "maxo")] <- mtx[maxi[1], c(1, 3)] + res[i, c("rtmin", "rtmax")] <- rtr + ## Calculate the intensity weighted mean mz + meanMz <- do.call(mzCenterFun, list(mtx[, 2], mtx[, 3])) + if (is.na(meanMz)) meanMz <- mtx[maxi[1], 2] + res[i, "mz"] <- meanMz + } else { + res[i, ] <- rep(NA_real_, ncols) + } + } else { + res[i, ] <- rep(NA_real_, ncols) + } + } + + + message("got ", sum(!is.na(res[, "into"])), ".") + + res_new[[ii]] <- res + pkAreaL[[ii]] <- pkArea[is.na(pkGrpVal[, ii]), , drop = FALSE] + + } + + res <-res_new + + +} + + + res <- do.call(rbind, res) + ## cbind the group_idx column to track the feature/peak group. + res <- cbind(res, group_idx = do.call(rbind, pkAreaL)[, "group_idx"]) + ## Remove those without a signal + res <- res[!is.na(res[, "into"]), , drop = FALSE] + + + + if (nrow(res) == 0) { + warning("Could not integrate any signal for the missing ", + "peaks! Consider increasing 'expandMz' and 'expandRt'.") + return(mSet) + } + + ## Get the msFeatureData: + newFd <- mSet$msFeatureData + + incr <- nrow(mSet$msFeatureData$chromPeaks) + for (i in unique(res[, "group_idx"])) { + fdef$peakidx[[i]] <- c(fdef$peakidx[[i]], + (which(res[, "group_idx"] == i) + incr)) + } + ## Define IDs for the new peaks; include fix for issue #347 + maxId <- max(as.numeric(sub("^CP", "", + rownames(mSet[["msFeatureData"]][["chromPeaks"]])))) + if (maxId < 1) + stop("chromPeaks matrix lacks rownames; please update ", + "'object' with the 'updateObject' function.") + toId <- maxId + nrow(res) + + rownames(res) <- sprintf( + paste0("CP", "%0", ceiling(log10(toId + 1L)), "d"), + (maxId + 1L):toId) + + newFd[["chromPeaks"]] <- rbind(mSet[["msFeatureData"]][["chromPeaks"]], + res[, -ncol(res)]) + + cpd <- newFd$chromPeakData[rep(1L, nrow(res)), , drop = FALSE] + cpd[,] <- NA + cpd$ms_level <- as.integer(1) + cpd$is_filled <- TRUE + + newFd$chromPeakData <- rbind(newFd$chromPeakData, cpd) + rownames(newFd$chromPeakData) <- rownames(newFd$chromPeaks) + + mSet$msFeatureData <- newFd + mSet$FeatureGroupTable <- fdef + + mSet$xcmsSet <- mSet2xcmsSet(mSet) + + return(mSet) + +} + +#'mSet2xcmsSet +#'@description mSet2xcmsSet +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' +mSet2xcmsSet <- function(mSet) { + xs <- new("xcmsSet") + + xs@peaks <- mSet[["msFeatureData"]][["chromPeaks"]] + + fgs <- mSet$FeatureGroupTable + + xs@groups <- S4Vectors::as.matrix(fgs[, -ncol(fgs)]) + rownames(xs@groups) <- NULL + xs@groupidx <- fgs$peakidx + + rts <- list() + + if (class(mSet[[2]]) == "OnDiskMSnExp"){ + format <- "onDiskData" + } else { + format <- "inMemoryData" + } + + + ## Ensure we're getting the raw rt + rts$raw <- rtime(mSet[[format]]) + rts$corrected <- mSet[["msFeatureData"]][["adjustedRT"]] + + xs@rt <- rts + + ## @phenoData + xs@phenoData <- pData(mSet[[format]]) + ## @filepaths + xs@filepaths <- fileNames(mSet[[format]]) + + ## @profinfo (list) + profMethod <- NA + profStep <- NA + profParam <- list() + ## If we've got any MatchedFilterParam we can take the values from there + + ## @mslevel <- msLevel? + xs@mslevel <- 1 + + ## @scanrange + xs@scanrange <- range(scanIndex(mSet[[format]])) + + ## @filled ... not yet. + if (any(mSet$msFeatureData$chromPeakData$is_filled)) { + fld <- which(mSet$msFeatureData$chromPeakData$is_filled) + xs@filled <- as.integer(fld) + } + + return(xs) +} + +#'updateRawSpectraParam +#'@description updateRawSpectraParam +#'@param Params object generated by SetPeakParams function. +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'@export +#'@ref Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787 +#' Mcgill University +#' License: GNU GPL (>= 2) +updateRawSpectraParam <- function (Params){ + + param <- list(); + + # 0. Method Define + param$Peak_method <- Params$Peak_method + param$RT_method <- Params$RT_method + + # 1.1 update peak picking params - centWave + if (param$Peak_method == "centWave"){ + + param$ppm <- as.numeric(Params[["ppm"]]); + param$peakwidth <- c(as.numeric(Params[["min_peakwidth"]]), + as.numeric(Params[["max_peakwidth"]])); + param$snthresh <- as.numeric(Params[["snthresh"]]); + param$prefilter <- c(as.numeric(Params[["prefilter"]]), + as.numeric(Params[["value_of_prefilter"]])); + param$roiList <- list(); + param$firstBaselineCheck <- T; + param$roiScales <- numeric(0); + + param$mzCenterFun <- Params[["mzCenterFun"]]; + param$integrate <- Params[["integrate"]]; + param$mzdiff <- as.numeric(Params[["mzdiff"]]); + param$fitgauss <- as.logical(Params[["fitgauss"]]); + param$noise <- as.numeric(Params[["noise"]]); + param$verboseColumns <- as.logical(Params[["verbose.columns"]]); + + param$binSize <-0.25; # density Param + + } else if (param$Peak_method == "matchedFilter") { + + param$fwhm <- as.numeric(Params$fwhm); + param$sigma <- as.numeric(Params$sigma) + param$steps <- as.numeric(Params$steps) + param$snthresh <- as.numeric(Params$snthresh) + + param$mzdiff <- as.numeric(Params$mzdiff) + param$bw <- as.numeric(Params$bw) + param$max <- as.numeric(Params$max) + + param$impute <- "none"; + param$baseValue<- numeric(0); + param$distance<- numeric(0); + param$index<- F; + + param$binSize <- 0.1; + } + # 2.1 update grouping params - density + + param$bw<-as.numeric(Params[["bw"]]); + param$minFraction <- as.numeric(Params[["minFraction"]]); + param$minSamples <- as.numeric(Params[["minSamples"]]); + param$maxFeatures <- as.numeric(Params[["maxFeatures"]]); + + # 3.1 update RT correction params - peakgroup + + param$extraPeaks <- as.numeric(Params[["extra"]]); + + param$smooth <- Params[["smooth"]]; + param$span <- as.numeric(Params[["span"]]); + param$family <- Params[["family"]]; + + param$subsetAdjust <- "average"; + + # Finished ! + print(paste("Parameters for",param$Peak_method, "have been successfully parsed!")) + + return(param) + +} + +#'creatPeakTable +#'@description creatPeakTable +#'@author Zhiqiang Pang, Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +creatPeakTable <- function(xset){ + + if (length(xset@phenoData[["sample_name"]]) == 1) { + return(xset@peaks) + } + + groupmat <- xset@groups + + ts <- data.frame(cbind(groupmat,.groupval(xset, value="into")), row.names = NULL) + + cnames <- colnames(ts) + + if (cnames[1] == 'mzmed') { + cnames[1] <- 'mz' + } else { + stop ('mzmed column missing') + } + if (cnames[4] == 'rtmed') { + cnames[4] <- 'rt' + } else { + stop ('mzmed column missing') + } + + colnames(ts) <- cnames + + return(ts) + +} + + +######## -----------=========== Internal Functions From XCMS ===========------------- # +# +#' @references Smith, C.A., Want, E.J., O'Maille, G., Abagyan,R., Siuzdak, G. (2006). +# "XCMS: Processing mass spectrometry data for metabolite profiling using nonlinear +# peak alignment, matching and identification." Analytical Chemistry, 78, 779-787. + +continuousPtsAboveThreshold <- function(y, threshold, num, istart = 1) { + if (!is.double(y)) y <- as.double(y) + if (.C(C_continuousPtsAboveThreshold, + y, + as.integer(istart-1), + length(y), + threshold = as.double(threshold), + num = as.integer(num), + n = integer(1))$n > 0) TRUE else FALSE +} +getLocalNoiseEstimate <- function(d, td, ftd, noiserange, Nscantime, threshold, num) { + + if (length(d) < Nscantime) { + + ## noiserange[2] is full d-range + drange <- which(td %in% ftd) + n1 <- d[-drange] ## region outside the detected ROI (wide) + n1.cp <- continuousPtsAboveThresholdIdx(n1, threshold=threshold,num=num) ## continousPtsAboveThreshold (probably peak) are subtracted from data for local noise estimation + n1 <- n1[!n1.cp] + if (length(n1) > 1) { + baseline1 <- mean(n1) + sdnoise1 <- sd(n1) + } else + baseline1 <- sdnoise1 <- 1 + + ## noiserange[1] + d1 <- drange[1] + d2 <- drange[length(drange)] + nrange2 <- c(max(1,d1 - noiserange[1]) : d1, d2 : min(length(d),d2 + noiserange[1])) + n2 <- d[nrange2] ## region outside the detected ROI (narrow) + n2.cp <- continuousPtsAboveThresholdIdx(n2, threshold=threshold,num=num) ## continousPtsAboveThreshold (probably peak) are subtracted from data for local noise estimation + n2 <- n2[!n2.cp] + if (length(n2) > 1) { + baseline2 <- mean(n2) + sdnoise2 <- sd(n2) + } else + baseline2 <- sdnoise2 <- 1 + + } else { + trimmed <- trimm(d,c(0.05,0.95)) + baseline1 <- baseline2 <- mean(trimmed) + sdnoise1 <- sdnoise2 <- sd(trimmed) + } + + c(min(baseline1,baseline2),min(sdnoise1,sdnoise2)) +} +continuousPtsAboveThresholdIdx <- function(y, threshold, num, istart = 1) { + if (!is.double(y)) y <- as.double(y) + as.logical(.C(C_continuousPtsAboveThresholdIdx, + y, + as.integer(istart-1), + length(y), + threshold = as.double(threshold), + num = as.integer(num), + n = integer(length(y)))$n) +} +MSW.cwt <- function (ms, scales = 1, wavelet = "mexh") { ## modified from package MassSpecWavelet + if (wavelet == "mexh") { + psi_xval <- seq(-6, 6, length = 256) + psi <- (2/sqrt(3) * pi^(-0.25)) * (1 - psi_xval^2) * + exp(-psi_xval^2/2) + } + else if (is.matrix(wavelet)) { + if (nrow(wavelet) == 2) { + psi_xval <- wavelet[1, ] + psi <- wavelet[2, ] + } + else if (ncol(wavelet) == 2) { + psi_xval <- wavelet[, 1] + psi <- wavelet[, 2] + } + else { + stop("Unsupported wavelet format!") + } + } + else { + stop("Unsupported wavelet!") + } + oldLen <- length(ms) + ms <- MSW.extendNBase(ms, nLevel = NULL, base = 2) + len <- length(ms) + nbscales <- length(scales) + wCoefs <- NULL + psi_xval <- psi_xval - psi_xval[1] + dxval <- psi_xval[2] + xmax <- psi_xval[length(psi_xval)] + for (i in 1:length(scales)) { + scale.i <- scales[i] + f <- rep(0, len) + j <- 1 + floor((0:(scale.i * xmax))/(scale.i * dxval)) + if (length(j) == 1) + j <- c(1, 1) + lenWave <- length(j) + f[1:lenWave] <- rev(psi[j]) - mean(psi[j]) + if (length(f) > len) + {i<-i-1;break;} ## stop(paste("scale", scale.i, "is too large!")) + wCoefs.i <- 1/sqrt(scale.i) * convolve(ms, f) + wCoefs.i <- c(wCoefs.i[(len - floor(lenWave/2) + 1):len], + wCoefs.i[1:(len - floor(lenWave/2))]) + wCoefs <- cbind(wCoefs, wCoefs.i) + } + if (i < 1) return(NA) + scales <- scales[1:i] + if (length(scales) == 1) + wCoefs <- matrix(wCoefs, ncol = 1) + colnames(wCoefs) <- scales + wCoefs <- wCoefs[1:oldLen, , drop = FALSE] + wCoefs +} +MSW.extendNBase <- function(x, nLevel=1, base=2, ...) { ## from package MassSpecWavelet + if (!is.matrix(x)) x <- matrix(x, ncol=1) + + nR <- nrow(x) + if (is.null(nLevel)) { + nR1 <- nextn(nR, base) + } else { + nR1 <- ceiling(nR / base^nLevel) * base^nLevel + } + if (nR != nR1) { + x <- MSW.extendLength(x, addLength=nR1-nR, ...) + } + x +} +MSW.extendLength <- function(x, addLength=NULL, method=c('reflection', 'open', 'circular'), direction=c('right', 'left', 'both')) { ## from package MassSpecWavelet + if (is.null(addLength)) stop('Please provide the length to be added!') + if (!is.matrix(x)) x <- matrix(x, ncol=1) + method <- match.arg(method) + direction <- match.arg(direction) + + nR <- nrow(x) + nR1 <- nR + addLength + if (direction == 'both') { + left <- right <- addLength + } else if (direction == 'right') { + left <- 0 + right <- addLength + } else if (direction == 'left') { + left <- addLength + right <- 0 + } + + if (right > 0) { + x <- switch(method, + reflection =rbind(x, x[nR:(2 * nR - nR1 + 1), , drop=FALSE]), + open = rbind(x, matrix(rep(x[nR,], addLength), ncol=ncol(x), byrow=TRUE)), + circular = rbind(x, x[1:(nR1 - nR),, drop=FALSE])) + } + + if (left > 0) { + x <- switch(method, + reflection =rbind(x[addLength:1, , drop=FALSE], x), + open = rbind(matrix(rep(x[1,], addLength), ncol=ncol(x), byrow=TRUE), x), + circular = rbind(x[(2 * nR - nR1 + 1):nR,, drop=FALSE], x)) + } + if (ncol(x) == 1) x <- as.vector(x) + + x +} +MSW.getLocalMaximumCWT <- function(wCoefs, minWinSize=5, amp.Th=0) { ## from package MassSpecWavelet + localMax <- NULL + scales <- as.numeric(colnames(wCoefs)) + + for (i in 1:length(scales)) { + scale.i <- scales[i] + winSize.i <- scale.i * 2 + 1 + if (winSize.i < minWinSize) { + winSize.i <- minWinSize + } + temp <- MSW.localMaximum(wCoefs[,i], winSize.i) + localMax <- cbind(localMax, temp) + } + ## Set the values less than peak threshold as 0 + localMax[wCoefs < amp.Th] <- 0 + colnames(localMax) <- colnames(wCoefs) + rownames(localMax) <- rownames(wCoefs) + localMax +} +MSW.localMaximum <- function (x, winSize = 5) { ## from package MassSpecWavelet + len <- length(x) + rNum <- ceiling(len/winSize) + + ## Transform the vector as a matrix with column length equals winSize + ## and find the maximum position at each row. + y <- matrix(c(x, rep(x[len], rNum * winSize - len)), nrow=winSize) + y.maxInd <- apply(y, 2, which.max) + ## Only keep the maximum value larger than the boundary values + selInd <- which(apply(y, 2, function(x) max(x) > x[1] & max(x) > x[winSize])) + + ## keep the result + localMax <- rep(0, len) + localMax[(selInd-1) * winSize + y.maxInd[selInd]] <- 1 + + ## Shift the vector with winSize/2 and do the same operation + shift <- floor(winSize/2) + rNum <- ceiling((len + shift)/winSize) + y <- matrix(c(rep(x[1], shift), x, rep(x[len], rNum * winSize - len - shift)), nrow=winSize) + y.maxInd <- apply(y, 2, which.max) + ## Only keep the maximum value larger than the boundary values + selInd <- which(apply(y, 2, function(x) max(x) > x[1] & max(x) > x[winSize])) + localMax[(selInd-1) * winSize + y.maxInd[selInd] - shift] <- 1 + + ## Check whether there is some local maxima have in between distance less than winSize + maxInd <- which(localMax > 0) + selInd <- which(diff(maxInd) < winSize) + if (length(selInd) > 0) { + selMaxInd1 <- maxInd[selInd] + selMaxInd2 <- maxInd[selInd + 1] + temp <- x[selMaxInd1] - x[selMaxInd2] + localMax[selMaxInd1[temp <= 0]] <- 0 + localMax[selMaxInd2[temp > 0]] <- 0 + } + + localMax +} +MSW.getRidge <- function(localMax, iInit=ncol(localMax), step=-1, iFinal=1, minWinSize=3, gapTh=3, skip=NULL) { ## modified from package MassSpecWavelet + + scales <- as.numeric(colnames(localMax)) + if (is.null(scales)) scales <- 1:ncol(localMax) + + maxInd_curr <- which(localMax[, iInit] > 0) + nMz <- nrow(localMax) + + if (is.null(skip)) { + skip <- iInit + 1 + } + + ## Identify all the peak pathes from the coarse level to detail levels (high column to low column) + ## Only consider the shortest path + if ( ncol(localMax) > 1 ) colInd <- seq(iInit+step, iFinal, step) + else colInd <- 1 + ridgeList <- as.list(maxInd_curr) + names(ridgeList) <- maxInd_curr + peakStatus <- as.list(rep(0, length(maxInd_curr))) + names(peakStatus) <- maxInd_curr + + ## orphanRidgeList keep the ridges disconnected at certain scale level + ## Changed by Pan Du 05/11/06 + orphanRidgeList <- NULL + orphanRidgeName <- NULL + nLevel <- length(colInd) + + for (j in 1:nLevel) { + col.j <- colInd[j] + scale.j <- scales[col.j] + + if (colInd[j] == skip) { + oldname <- names(ridgeList) + ridgeList <- lapply(ridgeList, function(x) c(x, x[length(x)])) + ##peakStatus <- lapply(peakStatus, function(x) c(x, x[length(x)])) + names(ridgeList) <- oldname + ##names(peakStatus) <- oldname + next + } + + if (length(maxInd_curr) == 0) { + maxInd_curr <- which(localMax[, col.j] > 0) + next + } + + ## The slide window size is proportional to the CWT scale + ## winSize.j <- scale.j / 2 + 1 + winSize.j <- floor(scale.j/2) + if (winSize.j < minWinSize) { + winSize.j <- minWinSize + } + + selPeak.j <- NULL + remove.j <- NULL + for (k in 1:length(maxInd_curr)) { + ind.k <- maxInd_curr[k] + start.k <- ifelse(ind.k-winSize.j < 1, 1, ind.k-winSize.j) + end.k <- ifelse(ind.k+winSize.j > nMz, nMz, ind.k+winSize.j) + ind.curr <- which(localMax[start.k:end.k, col.j] > 0) + start.k - 1 + ##ind.curr <- which(localMax[, col.j] > 0) + if (length(ind.curr) == 0) { + status.k <- peakStatus[[as.character(ind.k)]] + ## bug work-around + if (is.null(status.k)) status.k <- gapTh +1 + ## + if (status.k > gapTh & scale.j >= 2) { + temp <- ridgeList[[as.character(ind.k)]] + orphanRidgeList <- c(orphanRidgeList, list(temp[1:(length(temp)-status.k)])) + orphanRidgeName <- c(orphanRidgeName, paste(col.j + status.k + 1, ind.k, sep='_')) + remove.j <- c(remove.j, as.character(ind.k)) + next + } else { + ind.curr <- ind.k + peakStatus[[as.character(ind.k)]] <- status.k + 1 + } + } else { + peakStatus[[as.character(ind.k)]] <- 0 + if (length(ind.curr) >= 2) ind.curr <- ind.curr[which.min(abs(ind.curr - ind.k))] + } + ridgeList[[as.character(ind.k)]] <- c(ridgeList[[as.character(ind.k)]], ind.curr) + selPeak.j <- c(selPeak.j, ind.curr) + } + ## Remove the disconnected lines from the currrent list + if (length(remove.j) > 0) { + removeInd <- which(names(ridgeList) %in% remove.j) + ridgeList <- ridgeList[-removeInd] + peakStatus <- peakStatus[-removeInd] + } + + ## Check for duplicated selected peaks and only keep the one with the longest path. + dupPeak.j <- unique(selPeak.j[duplicated(selPeak.j)]) + if (length(dupPeak.j) > 0) { + removeInd <- NULL + for (dupPeak.jk in dupPeak.j) { + selInd <- which(selPeak.j == dupPeak.jk) + selLen <- sapply(ridgeList[selInd], length) + removeInd.jk <- which.max(selLen) + removeInd <- c(removeInd, selInd[-removeInd.jk]) + orphanRidgeList <- c(orphanRidgeList, ridgeList[removeInd.jk]) + orphanRidgeName <- c(orphanRidgeName, paste(col.j, selPeak.j[removeInd.jk], sep='_')) + } + selPeak.j <- selPeak.j[-removeInd] + ridgeList <- ridgeList[-removeInd] + peakStatus <- peakStatus[-removeInd] + } + + ## Update the names of the ridgeList as the new selected peaks + ##if (scale.j >= 2) { + if (length(ridgeList) > 0) names(ridgeList) <- selPeak.j + if (length(peakStatus) > 0) names(peakStatus) <- selPeak.j + ##} + + ## If the level is larger than 3, expand the peak list by including other unselected peaks at that level + if (scale.j >= 2) { + maxInd_next <- which(localMax[, col.j] > 0) + unSelPeak.j <- maxInd_next[!(maxInd_next %in% selPeak.j)] + newPeak.j <- as.list(unSelPeak.j) + names(newPeak.j) <- unSelPeak.j + ## Update ridgeList + ridgeList <- c(ridgeList, newPeak.j) + maxInd_curr <- c(selPeak.j, unSelPeak.j) + ## Update peakStatus + newPeakStatus <- as.list(rep(0, length(newPeak.j))) + names(newPeakStatus) <- newPeak.j + peakStatus <- c(peakStatus, newPeakStatus) + } else { + maxInd_curr <- selPeak.j + } + } + + ## Attach the peak level at the beginning of the ridge names + if (length(ridgeList) > 0) names(ridgeList) <- paste(1, names(ridgeList), sep='_') + if (length(orphanRidgeList) > 0) names(orphanRidgeList) <- orphanRidgeName + ## Combine ridgeList and orphanRidgeList + ridgeList <- c(ridgeList, orphanRidgeList) + if (length(ridgeList) == 0) return(NULL) + + ## Reverse the order as from the low level to high level. + ridgeList <- lapply(ridgeList, rev) + ## order the ridgeList in increasing order + ##ord <- order(selPeak.j) + ##ridgeList <- ridgeList[ord] + + ## Remove possible duplicated ridges + ridgeList <- ridgeList[!duplicated(names(ridgeList))] + + attr(ridgeList, 'class') <- 'ridgeList' + attr(ridgeList, 'scales') <- scales + return(ridgeList) +} +descendMin <- function(y, istart = which.max(y)) { + + if (!is.double(y)) y <- as.double(y) + unlist(.C(C_DescendMin, + y, + length(y), + as.integer(istart-1), + ilower = integer(1), + iupper = integer(1))[4:5]) + 1 +} +descendMinTol <- function(d,startpos,maxDescOutlier) { + l <- startpos[1]; r <- startpos[2]; outl <- 0; N <- length(d) + ## left + while ((l > 1) && (d[l] > 0) && outl <= maxDescOutlier) { + if (outl > 0) vpos <- opos else vpos <- l + if (d[l-1] > d[vpos]) outl <- outl + 1 else outl <- 0 + if (outl == 1) opos <- l + l <- l -1 + } + if (outl > 0) l <- l + outl + ## right + outl <- 0; + while ((r < N) && (d[r] > 0) && outl <= maxDescOutlier) { + if (outl > 0) vpos <- opos else vpos <- r + if (d[r+1] > d[vpos]) outl <- outl + 1 else outl <- 0 + if (outl == 1) opos <- r + r <- r + 1 + } + if (outl > 0) r <- r - outl + c(l,r) +} +joinOverlappingPeaks <- function(td, d, otd, omz, od, scantime, scan.range, peaks, maxGaussOverlap=0.5) { + ## Fix issue #284: avoid having identical peaks multiple times in this + ## matrix. + peaks <- unique(peaks) + gausspeaksidx <- which(!is.na(peaks[,"mu"])) + Ngp <- length(gausspeaksidx) + if (Ngp == 0) + return(peaks) + + newpeaks <- NULL + + gpeaks <- peaks[gausspeaksidx, , drop = FALSE] + if (nrow(peaks) - Ngp > 0) + notgausspeaks <- peaks[-gausspeaksidx, , drop = FALSE] + + if (Ngp > 1) { + comb <- which(upper.tri(matrix(0, Ngp, Ngp)), arr.ind = TRUE) + overlap <- logical(nrow(comb)) + overlap <- rep(FALSE, dim(comb)[1]) + for (k in seq_len(nrow(comb))) { + p1 <- comb[k, 1] + p2 <- comb[k, 2] + overlap[k] <- gaussCoverage(xlim = scan.range, + h1 = gpeaks[p1, "h"], + mu1 = gpeaks[p1, "mu"], + s1 = gpeaks[p1, "sigma"], + h2 = gpeaks[p2, "h"], + mu2 = gpeaks[p2, "mu"], + s2 = gpeaks[p2, "sigma"]) >= + maxGaussOverlap + } + } else overlap <- FALSE + + if (any(overlap) && (Ngp > 1)) { + jlist <- list() + if (length(which(overlap)) > 1) { + gm <- comb[overlap, ] + ## create list of connected components + cc <- list() + cc[[1]] <- gm[1,] ## copy first entry + for (j in 2:dim(gm)[1]) { ## search for connections + ccl <- unlist(cc) + nl <- sapply(cc, function(x) length(x)) + ccidx <- rep(1:length(nl),nl) + idx <- match(gm[j,],ccl) + if (any(!is.na(idx))) { ## connection found, add to list + pos <- ccidx[idx[which(!is.na(idx))[1]]] + cc[[pos]] <- c(cc[[pos]],gm[j,]) + } else ## create new list element + cc[[length(cc) + 1]] <- gm[j,] + + } + ccn <- list() + lcc <- length(cc) + ins <- rep(FALSE,lcc) + if (lcc > 1) { + jcomb <- which(upper.tri(matrix(0,lcc,lcc)),arr.ind = TRUE) + for (j in 1:dim(jcomb)[1]) { + j1 <- jcomb[j,1]; j2 <- jcomb[j,2] + if (any(cc[[j1]] %in% cc[[j2]])) + ccn[[length(ccn) +1]] <- unique(c(cc[[j1]],cc[[j2]])) + else { + if (!ins[j1]) { + ccn[[length(ccn) +1]] <- unique(cc[[j1]]) + ins[j1] <- TRUE + } + if (!ins[j2]) { + ccn[[length(ccn) +1]] <- unique(cc[[j2]]) + ins[j2] <- TRUE + } + } + } + } else ccn <- cc; + + size <- sapply(ccn, function(x) length(x)) + s2idx <- which(size >= 2) + + if (length(s2idx) > 0) { + for (j in 1:length(s2idx)) { + pgroup <- unique(ccn[[ s2idx[j] ]]) + jlist[[j]] <- pgroup + } + } else stop('(length(s2idx) = 0) ?!?') + } else jlist[[1]] <- comb[overlap, ] + + ## join all peaks belonging to one cc + for (j in seq_along(jlist)) { + jidx <- jlist[[j]] + newpeak <- gpeaks[jidx[1], , drop = FALSE] + newmin <- min(gpeaks[jidx, "lmin"]) + newmax <- max(gpeaks[jidx, "lmax"]) + newpeak[1, "scpos"] <- -1 ## not defined after join + newpeak[1, "scmin"] <- -1 ## .. + newpeak[1, "scmax"] <- -1 ## .. + newpeak[1, "scale"] <- -1 ## .. + + newpeak[1, "maxo"] <- max(gpeaks[jidx, "maxo"]) + newpeak[1, "sn"] <- max(gpeaks[jidx, "sn"]) + newpeak[1, "lmin"] <- newmin + newpeak[1, "lmax"] <- newmax + newpeak[1, "rtmin"] <- scantime[td[newmin]] + newpeak[1, "rtmax"] <- scantime[td[newmax]] + newpeak[1,"rt"] <- weighted.mean(gpeaks[jidx, "rt"], + w = gpeaks[jidx, "maxo"]) + + ## Re-assign m/z values + p1 <- match(td[newmin], otd)[1] + p2 <- match(td[newmax], otd) + p2 <- p2[length(p2)] + if (is.na(p1)) p1 <- 1 + if (is.na(p2)) p2 <- length(omz) + mz.value <- omz[p1:p2] + mz.int <- od[p1:p2] + + ## re-calculate m/z value for peak range + #mzmean <- do.call(mzCenterFun, list(mz = mz.value, + # intensity = mz.int)) + mzmean <- weighted.mean(mz.value, mz.int) + mzrange <- range(mz.value) + newpeak[1, "mz"] <- mzmean + newpeak[1, c("mzmin","mzmax")] <- mzrange + + ## re-fit gaussian + md <- max(d[newmin:newmax]) + d1 <- d[newmin:newmax] / md + pgauss <- fitGauss(td[newmin:newmax], + d[newmin:newmax], + pgauss = list(mu = td[newmin] + + (td[newmax] - td[newmin])/2, + sigma = td[newmax] - td[newmin], + h = max(gpeaks[jidx, "h"]))) + if (!any(is.na(pgauss)) && all(pgauss > 0)) { + newpeak[1, "mu"] <- pgauss$mu + newpeak[1, "sigma"] <- pgauss$sigma + newpeak[1, "h"] <- pgauss$h + newpeak[1, "egauss"]<- sqrt((1/length(td[newmin:newmax])) * + sum(((d1 - gauss(td[newmin:newmax], + pgauss$h/md, + pgauss$mu, + pgauss$sigma))^2))) + } else { ## re-fit after join failed + newpeak[1, "mu"] <- NA + newpeak[1, "sigma"] <- NA + newpeak[1, "h"] <- NA + newpeak[1, "egauss"] <- NA + } + + newpeaks <- rbind(newpeaks, newpeak) + } + ## add the remaining peaks + jp <- unique(unlist(jlist)) + if (dim(peaks)[1] - length(jp) > 0) + newpeaks <- rbind(newpeaks, gpeaks[-jp, ]) + + } else + newpeaks <- gpeaks + + grt.min <- newpeaks[, "rtmin"] + grt.max <- newpeaks[, "rtmax"] + + if (nrow(peaks) - Ngp > 0) { ## notgausspeaks + for (k in 1:nrow(notgausspeaks)) { + ## here we can only check if they are completely overlapped + ## by other peaks + if (!any((notgausspeaks[k, "rtmin"] >= grt.min) & + (notgausspeaks[k,"rtmax"] <= grt.max))) + newpeaks <- rbind(newpeaks,notgausspeaks[k,]) + } + } + + rownames(newpeaks) <- NULL + newpeaks +} +trimm <- function(x, trim=c(0.05,0.95)) { + a <- sort(x[x>0]) + Na <- length(a) + quant <- round((Na*trim[1])+1):round(Na*trim[2]) + a[quant] +} +findEqualGreaterM <- function(x, values) { + + if (!is.double(x)) x <- as.double(x) + if (!is.double(values)) values <- as.double(values) + .C(C_FindEqualGreaterM, + x, + length(x), + values, + length(values), + index = integer(length(values)))$index + 1 +} +rectUnique <- function(m, order = seq(length = nrow(m)), xdiff = 0, ydiff = 0) { + + nr <- nrow(m) + nc <- ncol(m) + if (!is.double(m)) + m <- as.double(m) + .C(C_RectUnique, + m, + as.integer(order-1), + nr, + nc, + as.double(xdiff), + as.double(ydiff), + logical(nrow(m)), + DUP = FALSE)[[7]] +} +na.flatfill <- function(x) { + + realloc <- which(!is.na(x)) + if (realloc[1] > 1) + x[1:(realloc[1]-1)] <- x[realloc[1]] + if (realloc[length(realloc)] < length(x)) + x[(realloc[length(realloc)]+1):length(x)] <- x[realloc[length(realloc)]] + x +} +SSgauss <- selfStart(~ h*exp(-(x-mu)^2/(2*sigma^2)), function(mCall, data, LHS) { + + xy <- sortedXyData(mCall[["x"]], LHS, data) + + len <- dim(xy)[1] + xyarea <- sum((xy[2:len,2]+xy[1:(len-1),2])*(xy[2:len,1]-xy[1:(len-1),1]))/2 + maxpos <- which.max(xy[,2]) + + mu <- xy[maxpos,1] + h <- xy[maxpos,2] + sigma <- xyarea/(h*sqrt(2*pi)) + + value <- c(mu, sigma, h) + names(value) <- mCall[c("mu", "sigma", "h")] + value + +}, c("mu", "sigma", "h")) +.narrow_rt_boundaries <- function(lm, d, thresh = 1) { + lm_seq <- lm[1]:lm[2] + above_thresh <- d[lm_seq] >= thresh + if (any(above_thresh)) { + ## Expand by one on each side to be consistent with old code. + above_thresh <- above_thresh | c(above_thresh[-1], FALSE) | + c(FALSE, above_thresh[-length(above_thresh)]) + lm <- range(lm_seq[above_thresh], na.rm = TRUE) + } + lm +} +.rawMat <- function(mz, int, scantime, valsPerSpect, mzrange = numeric(), rtrange = numeric(), scanrange = numeric(), log = FALSE) { + if (length(rtrange) >= 2) { + rtrange <- range(rtrange) + ## Fix for issue #267. rtrange outside scanrange causes scanrange + ## being c(Inf, -Inf) + scns <- which((scantime >= rtrange[1]) & (scantime <= rtrange[2])) + if (!length(scns)) + return(matrix( + nrow = 0, ncol = 3, + dimnames = list(character(), c("time", "mz", "intensity")))) + scanrange <- range(scns) + } + if (length(scanrange) < 2) + scanrange <- c(1, length(valsPerSpect)) + else scanrange <- range(scanrange) + if (!all(is.finite(scanrange))) + stop("'scanrange' does not contain finite values") + if (!all(is.finite(mzrange))) + stop("'mzrange' does not contain finite values") + if (!all(is.finite(rtrange))) + stop("'rtrange' does not contain finite values") + if (scanrange[1] == 1) + startidx <- 1 + else + startidx <- sum(valsPerSpect[1:(scanrange[1] - 1)]) + 1 + endidx <- sum(valsPerSpect[1:scanrange[2]]) + scans <- rep(scanrange[1]:scanrange[2], + valsPerSpect[scanrange[1]:scanrange[2]]) + masses <- mz[startidx:endidx] + massidx <- 1:length(masses) + if (length(mzrange) >= 2) { + mzrange <- range(mzrange) + massidx <- massidx[(masses >= mzrange[1] & (masses <= mzrange[2]))] + } + int <- int[startidx:endidx][massidx] + if (log && (length(int) > 0)) + int <- log(int + max(1 - min(int), 0)) + cbind(time = scantime[scans[massidx]], + mz = masses[massidx], + intensity = int) +} + +#' @importFrom Biobase rowMedians +.getPeakGroupsRtMatrix <- function(peaks, peakIndex, sampleIndex, missingSample, extraPeaks) { + ## For each feature: + ## o extract the retention time of the peak with the highest intensity. + ## o skip peak groups if they are not assigned a peak in at least a + ## minimum number of samples OR if have too many peaks from the same + ## sample assigned to it. + nSamples <- length(sampleIndex) + rt <- lapply(peakIndex, function(z) { + cur_fts <- peaks[z, c("rt", "into", "sample"), drop = FALSE] + ## Return NULL if we've got less samples that required or is the total + ## number of peaks is larger than a certain threshold. + ## Note that the original implementation is not completely correct! + ## nsamp > nsamp + extraPeaks might be correct. + nsamp <- length(unique(cur_fts[, "sample"])) + if (nsamp < (nSamples - missingSample) | + nrow(cur_fts) > (nsamp + extraPeaks)) + return(NULL) + cur_fts[] <- cur_fts[order(cur_fts[, 2], decreasing = TRUE), ] + cur_fts[match(sampleIndex, cur_fts[, 3]), 1] + }) + rt <- do.call(rbind, rt) + ## Order them by median retention time. NOTE: this is different from the + ## original code, in which the peak groups are ordered by the median + ## retention time that is calculated over ALL peaks within the peak + ## group, not only to one peak selected for each sample (for multi + ## peak per sample assignments). + ## Fix for issue #175 + if (is(rt, "matrix")) { + rt <- rt[order(Biobase::rowMedians(rt, na.rm = TRUE)), , drop = FALSE] + } + rt +} +.peakIndex <- function(object) { + if (inherits(object, "DataFrame")) { + idxs <- object$peakidx + names(idxs) <- rownames(object) + } else { + if (is.null(object[["FeatureGroupTable"]])) + stop("No feature definitions present. Please run groupChromPeaks first.") + idxs <- object[["FeatureGroupTable"]]@listData[["peakidx"]] + names(idxs) <- rownames(object[["FeatureGroupTable"]]) + } + idxs +} +.applyRtAdjToChromPeaks <- function(x, rtraw, rtadj) { + ## Using a for loop here. + for (i in 1:length(rtraw)) { + whichSample <- which(x[, "sample"] == i) + if (length(whichSample)) { + x[whichSample, c("rt", "rtmin", "rtmax")] <- + .applyRtAdjustment(x[whichSample, c("rt", "rtmin", "rtmax")], + rtraw = rtraw[[i]], rtadj = rtadj[[i]]) + } + } + x +} +.applyRtAdjustment <- function(x, rtraw, rtadj) { + ## re-order everything if rtraw is not sorted; issue #146 + if (is.unsorted(rtraw)) { + idx <- order(rtraw) + rtraw <- rtraw[idx] + rtadj <- rtadj[idx] + } + adjFun <- stepfun(rtraw[-1] - diff(rtraw) / 2, rtadj) + res <- adjFun(x) + ## Fix margins. + idx_low <- which(x < rtraw[1]) + if (length(idx_low)) { + first_adj <- idx_low[length(idx_low)] + 1 + res[idx_low] <- x[idx_low] + res[first_adj] - x[first_adj] + } + idx_high <- which(x > rtraw[length(rtraw)]) + if (length(idx_high)) { + last_adj <- idx_high[1] - 1 + res[idx_high] <- x[idx_high] + res[last_adj] - x[last_adj] + } + if (is.null(dim(res))) + names(res) <- names(x) + res +} +.getChromPeakData <- function(object, peakArea, sample_idx,mzCenterFun = "weighted.mean",cn = c("mz", "rt", "into", "maxo", "sample")) { + + ncols <- length(cn) + res <- matrix(ncol = ncols, nrow = nrow(peakArea)) + colnames(res) <- cn + res[, "sample"] <- sample_idx + res[, c("mzmin", "mzmax")] <- peakArea[, c("mzmin", "mzmax")] + ## Load the data + message("Requesting ", nrow(res), " peaks from ", + basename(MSnbase::fileNames(object)), " ... ", appendLF = FALSE) + + spctr <- MSnbase::spectra(object, BPPARAM = SerialParam()) + + + + mzs <- lapply(spctr, mz) + valsPerSpect <- lengths(mzs) + ints <- unlist(lapply(spctr, intensity), use.names = FALSE) + rm(spctr) + + mzs <- unlist(mzs, use.names = FALSE) + mzs_range <- range(mzs) + rtim <- rtime(object) + rtim_range <- range(rtim) + + for (i in seq_len(nrow(res))) { + rtr <- peakArea[i, c("rtmin", "rtmax")] + mzr <- peakArea[i, c("mzmin", "mzmax")] + ## If the rt range is completely out; additional fix for #267 + if (rtr[2] < rtim_range[1] | rtr[1] > rtim_range[2] | + mzr[2] < mzs_range[1] | mzr[1] > mzs_range[2]) { + res[i, ] <- rep(NA_real_, ncols) + next + } + ## Ensure that the mz and rt region is within the range of the data. + rtr[1] <- max(rtr[1], rtim_range[1]) + rtr[2] <- min(rtr[2], rtim_range[2]) + mzr[1] <- max(mzr[1], mzs_range[1]) + mzr[2] <- min(mzr[2], mzs_range[2]) + mtx <- .rawMat(mz = mzs, int = ints, scantime = rtim, + valsPerSpect = valsPerSpect, rtrange = rtr, + mzrange = mzr) + if (length(mtx)) { + if (any(!is.na(mtx[, 3]))) { + ## How to calculate the area: (1)sum of all intensities / (2)by + ## the number of data points (REAL ones, considering also NAs) + ## and multiplied with the (3)rt width. + ## (1) sum(mtx[, 3], na.rm = TRUE) + ## (2) sum(rtim >= rtr[1] & rtim <= rtr[2]) - 1 ; if we used + ## nrow(mtx) here, which would correspond to the non-NA + ## intensities within the rt range we don't get the same results + ## as e.g. centWave. Using max(1, ... to avoid getting Inf in + ## case the signal is based on a single data point. + ## (3) rtr[2] - rtr[1] + res[i, "into"] <- sum(mtx[, 3], na.rm = TRUE) * + ((rtr[2] - rtr[1]) / + max(1, (sum(rtim >= rtr[1] & rtim <= rtr[2]) - 1))) + maxi <- which.max(mtx[, 3]) + res[i, c("rt", "maxo")] <- mtx[maxi[1], c(1, 3)] + res[i, c("rtmin", "rtmax")] <- rtr + ## Calculate the intensity weighted mean mz + meanMz <- do.call(mzCenterFun, list(mtx[, 2], mtx[, 3])) + if (is.na(meanMz)) meanMz <- mtx[maxi[1], 2] + res[i, "mz"] <- meanMz + } else { + res[i, ] <- rep(NA_real_, ncols) + } + } else { + res[i, ] <- rep(NA_real_, ncols) + } + } + message("got ", sum(!is.na(res[, "into"])), ".") + return(res) +} +.feature_values <- function(pks, fts, method, value = "into",intensity = "into", colnames, missing = NA) { + ftIdx <- fts$peakidx + ## Match columns + idx_rt <- match("rt", colnames(pks)) + idx_int <- match(intensity, colnames(pks)) + idx_samp <- match("sample", colnames(pks)) + vals <- matrix(nrow = length(ftIdx), ncol = length(colnames)) + nSamples <- seq_along(colnames) + if (method == "sum") { + for (i in seq_along(ftIdx)) { + cur_pks <- pks[ftIdx[[i]], c(value, "sample")] + int_sum <- split(cur_pks[, value], cur_pks[, "sample"]) + vals[i, as.numeric(names(int_sum))] <- + unlist(lapply(int_sum, base::sum), use.names = FALSE) + } + } else { + if (method == "medret") { + medret <- fts$rtmed + for (i in seq_along(ftIdx)) { + gidx <- ftIdx[[i]][ + base::order(base::abs(pks[ftIdx[[i]], + idx_rt] - medret[i]))] + vals[i, ] <- gidx[ + base::match(nSamples, pks[gidx, idx_samp])] + } + } + if (method == "maxint") { + for (i in seq_along(ftIdx)) { + gidx <- ftIdx[[i]][ + base::order(pks[ftIdx[[i]], idx_int], + decreasing = TRUE)] + vals[i, ] <- gidx[base::match(nSamples, + pks[gidx, idx_samp])] + } + } + if (value != "index") { + if (!any(colnames(pks) == value)) + stop("Column '", value, "' not present in the ", + "chromatographic peaks matrix!") + vals <- pks[vals, value] + dim(vals) <- c(length(ftIdx), length(nSamples)) + } + } + if (value != "index") { + if (is.numeric(missing)) { + vals[is.na(vals)] <- missing + } + if (!is.na(missing) & missing == "rowmin_half") { + for (i in seq_len(nrow(vals))) { + nas <- is.na(vals[i, ]) + if (any(nas)) + vals[i, nas] <- min(vals[i, ], na.rm = TRUE) / 2 + } + } + } + colnames(vals) <- colnames + rownames(vals) <- rownames(fts) + vals +} +.groupval <-function(xset, method = c("medret", "maxint"),value = "into", intensity = "into"){ + + if ( nrow(xset@groups)<1 || length(xset@groupidx) <1) { + stop("xcmsSet is not been grouped.") + } + + method <- match.arg(method) + + peakmat <- xset@peaks + groupmat <- xset@groups + groupindex <- xset@groupidx + + sampnum <- seq(length = length(rownames(xset@phenoData))) + retcol <- match("rt", colnames(peakmat)) + intcol <- match(intensity, colnames(peakmat)) + sampcol <- match("sample", colnames(peakmat)) + + values <- matrix(nrow = length(groupindex), ncol = length(sampnum)) + + if (method == "medret") { + for (i in seq(along = groupindex)) { + gidx <- groupindex[[i]][order(abs(peakmat[groupindex[[i]],retcol] - median(peakmat[groupindex[[i]],retcol])))] + values[i,] <- gidx[match(sampnum, peakmat[gidx,sampcol])] + } + } else { + for (i in seq(along = groupindex)) { + gidx <- groupindex[[i]][order(peakmat[groupindex[[i]],intcol], decreasing = TRUE)] + values[i,] <- gidx[match(sampnum, peakmat[gidx,sampcol])] + } + } + + if (value != "index") { + values <- peakmat[values,value] + dim(values) <- c(length(groupindex), length(sampnum)) + } + colnames(values) <- rownames(xset@phenoData) + rownames(values) <- paste(round(groupmat[,"mzmed"],1), round(groupmat[,"rtmed"]), sep = "/") + + values +} + + +### ---- ===== MatchedFilter Sub Kit ==== ---- ##### +binYonX <- function(x, y, breaks, nBins, binSize, binFromX, + binToX, fromIdx = 1L, toIdx = length(x), + method = "max", baseValue, + sortedX = !is.unsorted(x), + shiftByHalfBinSize = FALSE, + returnIndex = FALSE, returnX = TRUE) { + if (!missing(x) & missing(y)) + y <- x + if (missing(x) | missing(y)) + stop("Arguments 'x' and 'y' are mandatory!") + if (missing(nBins) & missing(binSize) & missing(breaks)) + stop("One of 'breaks', 'nBins' or 'binSize' has to be defined!") + if (!sortedX) { + message("'x' is not sorted, will sort 'x' and 'y'.") + ## Sort method; see issue #180 for MSnbase + ## Note: order method = "radix" is considerably faster - but there is no + ## method argument for older R versions. + o <- order(x) + x <- x[o] + y <- y[o] + } + ## Check fromIdx and toIdx + if (any(fromIdx < 1) | any(toIdx > length(x))) + stop("'fromIdx' and 'toIdx' have to be within 1 and lenght(x)!") + if (length(toIdx) != length(fromIdx)) + stop("'fromIdx' and 'toIdx' have to have the same length!") + if (missing(binFromX)) + binFromX <- as.double(NA) + if (missing(binToX)) + binToX <- as.double(NA) + ## For now we don't allow NAs in x + if (anyNA(x)) + stop("No 'NA' values are allowed in 'x'!") + ## Check that input values have the correct data types. + if (!is.double(x)) x <- as.double(x) + if (!is.double(y)) y <- as.double(y) + if (!is.double(binFromX)) binFromX <- as.double(binFromX) + if (!is.double(binToX)) binToX <- as.double(binToX) + if (!is.integer(fromIdx)) fromIdx <- as.integer(fromIdx) + if (!is.integer(toIdx)) toIdx <- as.integer(toIdx) + ## breaks has precedence over nBins over binSize. + shiftIt <- 0L + if (!missing(breaks)) { + if (shiftByHalfBinSize) + warning("Argument 'shiftByHalfBinSize' is ignored if 'breaks'", + " are provided.") + if (!is.double(breaks)) breaks <- as.double(nBins) + nBins <- NA_integer_ + binSize <- as.double(NA) + } else { + if (!missing(nBins)) { + breaks <- as.double(NA) + if (!is.integer(nBins)) nBins <- as.integer(nBins) + binSize <- as.double(NA) + } else{ + breaks <- as.double(NA) + nBins <- NA_integer_ + if (!is.double(binSize)) binSize <- as.double(binSize) + } + } + if (shiftByHalfBinSize) + shiftIt <- 1L + ## Define default value for baseValue + if (missing(baseValue)) { + baseValue = as.double(NA) + } else { + if (!is.double(baseValue)) baseValue <- as.double(baseValue) + } + + getIndex <- 0L + if (returnIndex) + getIndex <- 1L + getX <- 0L + if (returnX) + getX <- 1L + if (length(toIdx) > 1) { + .Call(C_binYonX_multi, x, y, breaks, nBins, binSize, + binFromX, binToX, force(fromIdx - 1L), force(toIdx - 1L), + shiftIt, + as.integer(.aggregateMethod2int(method)), + baseValue, + getIndex, + getX, + PACKAGE = "MetaboAnalystR") + } else { + .Call(C_binYonX, x, y, breaks, nBins, binSize, + binFromX, binToX, force(fromIdx - 1L), force(toIdx - 1L), + shiftIt, + as.integer(.aggregateMethod2int(method)), + baseValue, + getIndex, + getX, + PACKAGE = "MetaboAnalystR") + } +} + +.aggregateMethod2int <- function(method = "max") { + .aggregateMethods <- c(1, 2, 3, 4); + names(.aggregateMethods) <- c("max", "min", "sum", "mean") + method <- match.arg(method, names(.aggregateMethods)) + return(.aggregateMethods[method]) +} +imputeLinInterpol <- function(x, baseValue, method = "lin", distance = 1L, + noInterpolAtEnds = FALSE) { + method <- match.arg(method, c("none", "lin", "linbase")) ## interDist? distance = 2 + if (method == "none") { + return(x) + } + if (!is.double(x)) x <- as.double(x) + if (method == "lin") { + noInter <- 0L + if (noInterpolAtEnds) + noInter <- 1L + return(.Call(C_impute_with_linear_interpolation, x, noInter, + PACKAGE = "MetaboAnalystR")) + } + if (method == "linbase") { + if (missing(baseValue)) + baseValue <- min(x, na.rm = TRUE) / 2 + if (!is.double(baseValue)) baseValue <- as.double(baseValue) + if (!is.integer(distance)) distance <- as.integer(distance) + return(.Call(C_impute_with_linear_interpolation_base, x, baseValue, + distance, PACKAGE = "MetaboAnalystR")) + } +} +colMax <- function (x, na.rm = FALSE, dims = 1) { + + if (is.data.frame(x)) + x <- as.matrix(x) + if (!is.array(x) || length(dn <- dim(x)) < 2) + stop("`x' must be an array of at least two dimensions") + if (dims < 1 || dims > length(dn) - 1) + stop("invalid `dims'") + n <- prod(dn[1:dims]) + dn <- dn[-(1:dims)] + if (!is.double(x)) x <- as.double(x) + z <- .C(C_ColMax, + x, + as.integer(n), + as.integer(prod(dn)), + double(prod(dn)), + PACKAGE = "MetaboAnalystR")[[4]] + if (length(dn) > 1) { + dim(z) <- dn + dimnames(z) <- dimnames(x)[-(1:dims)] + } + else names(z) <- dimnames(x)[[dims + 1]] + z +} +filtfft <- function(y, filt) { + + yfilt <- numeric(length(filt)) + yfilt[1:length(y)] <- y + yfilt <- fft(fft(yfilt, inverse = TRUE) * filt) + + Re(yfilt[1:length(y)]) +} +descendZero <- function(y, istart = which.max(y)) { + + if (!is.double(y)) y <- as.double(y) + unlist(.C(C_DescendZero, + y, + length(y), + as.integer(istart-1), + ilower = integer(1), + iupper = integer(1), + PACKAGE = "MetaboAnalystR")[4:5]) + 1 +} +which.colMax <- function (x, na.rm = FALSE, dims = 1) { + + if (is.data.frame(x)) + x <- as.matrix(x) + if (!is.array(x) || length(dn <- dim(x)) < 2) + stop("`x' must be an array of at least two dimensions") + if (dims < 1 || dims > length(dn) - 1) + stop("invalid `dims'") + n <- prod(dn[1:dims]) + dn <- dn[-(1:dims)] + if (!is.double(x)) x <- as.double(x) + z <- .C(C_WhichColMax, + x, + as.integer(n), + as.integer(prod(dn)), + integer(prod(dn)), + PACKAGE = "MetaboAnalystR")[[4]] + if (length(dn) > 1) { + dim(z) <- dn + dimnames(z) <- dimnames(x)[-(1:dims)] + } + else names(z) <- dimnames(x)[[dims + 1]] + z +} +breaks_on_nBins <- function(fromX, toX, nBins, shiftByHalfBinSize = FALSE) { + if(missing(fromX) | missing(toX) | missing(nBins)) + stop("'fromX', 'toX' and 'nBins' are required!") + if (!is.double(fromX)) fromX <- as.double(fromX) + if (!is.double(toX)) toX <- as.double(toX) + if (!is.integer(nBins)) nBins <- as.integer(nBins) + shiftIt <- 0L + if (shiftByHalfBinSize) + shiftIt <- 1L + return(.Call(C_breaks_on_nBins, fromX, toX, nBins, shiftIt, + PACKAGE = "MetaboAnalystR")) +} + +### ---- ==== Botthom of this sub Kit ==== --- #### + + + +# +######### --------------======== Bottom of this Function Kit =============-------- + + + + + + +# ---------------------------2. Peaks Picking_Section------------------------------- + +### Functions_Peak Peaking _ used for parameters optimization +#' @title Data Preparation for ChromPeaking Finding +#' @param object MSnExp object. +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) +PeakPicking_prep <-function(object){ + + ## Check if the data is centroided + centroided <- all(centroided(object)) + if (is.na(centroided)) { + suppressWarnings( + centroided <- isCentroided( + object[[ceiling(length(object) / 3)]]) + ) + } + if (is.na(centroided) || !centroided) + warning("Your data appears to be not centroided! CentWave", + " works best on data in centroid mode.") + + + ##### Revise for Centwave MSnExp ------------- + + ## (1) split the object per file from MSnExp. + object_mslevel_i<-splitByFile(object = object, f = factor(c(1:length(object@phenoData@data[["sample_name"]])))) + object_mslevel_o<-bplapply(object_mslevel_i, FUN = function(x){x@assayData}) + message("Data Spliting Finished !") + + ## (2) use parallel to do the peak detection. + message("Peak Preparing Begin...") + object_mslevel_name<-bplapply(object_mslevel_o,ls); + object_mslevell<-object_mslevel<-list(); + for (j in 1:length(object_mslevel_o)){ + for (i in 1:length(object_mslevel_name[[j]])){ + #print(i,j,"\n") + object_mslevell[[i]]<-object_mslevel_o[[j]][[object_mslevel_name[[j]][i]]] + } + names(object_mslevell)<-object_mslevel_name[[j]]; + object_mslevel[[j]]<-object_mslevell; + } + + for (i in 1:length(object_mslevel)){ + #for (j in 1:length(object_mslevel[[i]])){ + ncount<-as.numeric(which(sapply(names(object_mslevel[[i]]),is.na))); + if (!identical(ncount,numeric(0))){ + object_mslevel[[i]]<-object_mslevel[[i]][-ncount] + } + #} + } + message("Peak Preparing Done !") + return(object_mslevel) + + +} + +#' @title Calculate PPS method +#' @description Peak picking method. Specifically used for parameters optimization +#' @param xset MSnExp object. +#' @param object_mslevel List, prepared by findChromPeaks_prep function. +#' @param param Parameters list. +#' @param BPPARAM Parallel Method. +#' @param msLevel msLevel. Only 1 is supported currently. +#' @import MSnbase +#' @author Zhiqiang Pang \email{zhiqiang.pang@mail.mcgill.ca} +#' Mcgill University +#' License: GNU GPL (>= 2) +PeakPicking_core <-function(object,object_mslevel,param, BPPARAM = bpparam(), msLevel = 1L){ + + + + ## Restrict to MS 1 data for now. + if (length(msLevel) > 1) + stop("Currently only peak detection in a single MS level is ", + "supported", call. = FALSE) + + if (is.null(param$fwhm)){ + + resList <- bplapply(object_mslevel, + FUN = PeakPicking_centWave_slave, + param = param, + BPPARAM = BPPARAM) + + } else { + + resList <- bplapply(object_mslevel, + FUN = PeakPicking_MatchedFilter_slave, + param = param, + BPPARAM = BPPARAM) + + } + + print("Peak Profiling Finished !") + + rm(object_mslevel) + ## (3) PEAK SUMMARY------------ + + pks <- vector("list", length(resList)) + for (i in 1:length(resList)) { + n_pks <- nrow(resList[[i]]) + if (is.null(n_pks)) + n_pks <- 0 + if (n_pks == 0) { + pks[[i]] <- NULL + warning("No peaks found in sample number ", i, ".") + } else { + pks[[i]] <- cbind(resList[[i]], sample = rep.int(i, n_pks)) + } + + } + pks <- do.call(rbind, pks) + + # Make the chrompeaks embeded + newFd <- list() + #newFd@.xData <- as.environment(as.list(object@msFeatureData, all.names = TRUE)) + rownames(pks) <- sprintf(paste0("CP", "%0", ceiling(log10(nrow(pks) + 1L)), "d"), + seq(from = 1, length.out = nrow(pks))) + + newFd$chromPeaks <- pks + newFd$chromPeakData <- S4Vectors::DataFrame(ms_level = rep(1L, nrow(pks)), is_filled = rep(FALSE, nrow(pks)), + row.names = rownames(pks)) + + ## mSet Generation + mSet<-list() + mSet$msFeatureData <- newFd + mSet$inMemoryData <- object + + return(mSet) + +} + + + +# -------------------------------3. MS2 Data_Section--------------------------------- + + +#' Extract MS2 Data +#' @description This function returns a list of spectra that matches with +#' a user specified precursor m/z. +#' @param filename Name of the file (e.g. mzML, mzXML) +#' @param peakParams Object containing parameters for peak picking. +#' @param mzmin Minimum m/z when selecting a precursor from peak list +#' @param mzmax Maximum m/z when selecting a precursor from peak list +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) + + +ExtractMS2data <- function(filename, peakParams, mzmin, mzmax){ + + ## Function to extract MSMS spectra + xrms <- readMSData(filename, mode = "onDisk", centroided = TRUE) + # get all MS2 spectra from DDA experiment + ms2spectra <- spectra(filterMsLevel(xrms, msLevel = 2)) + + ## Detect chromatographic peaks + # set parameters and find chromatographic peaks + ms1cwp <- CentWaveParam(snthresh = peakParams$sn_thresh, + noise = 100, ppm = peakParams$ppm, peakwidth = c(peakParams$min_pkw, peakParams$max_pkw)) + ms1data <- findChromPeaks(xrms, param = ms1cwp, msLevel = 1) + + #get all peaks + chromPeaks <- chromPeaks(ms1data) + + # pick one compound + ## find which row contains the mass we want + chp <- as.data.frame(chromPeaks) + rownum <- which(chp$mz >= mzmin & chp$mz <= mzmax) + chromPeak <- chromPeaks[rownum,] + + #filter out fitting spectra + filteredMs2spectra <- .getDdaMS2Scans(chromPeak, ms2spectra) + + return(filteredMs2spectra) +} + +### Helper function +### function for DDA data +### Credit: Michael Witting; https://github.com/michaelwitting/metabolomics2018/blob/master/R/msLevelMerge.R +### MS2 spectra need to be list of spectrum2 objects +.getDdaMS2Scans <- function(chromPeak, ms2spectra, mzTol = 0.01, rtTol = 20) { + + #make a new list + filteredMs2spectra <- list() + + #isolate only the ones within range + for(i in 1:length(ms2spectra)) { + + #isolate Ms2 spectrum + ms2spectrum <- ms2spectra[[i]] + + #check if within range of peak + if(abs(chromPeak[4] - ms2spectrum@rt) < rtTol & abs(chromPeak[1] - ms2spectrum@precursorMz) < mzTol) { + filteredMs2spectra <- c(filteredMs2spectra, ms2spectrum) + } + } + + #return list with filtered ms2 spectra + return(filteredMs2spectra) +} + +#' Plot selected M2 spectra for an m/z feature +#' @description This function creates a plot of the user selected precursor m/z. +#' @param ms2 Spectrum2 class object containing all of the spectra for the selected +#' m/z feature. +#' @author Jasmine Chong \email{jasmine.chong@mail.mcgill.ca}, +#' Mai Yamamoto \email{yamamoto.mai@mail.mcgill.ca}, and Jeff Xia \email{jeff.xia@mcgill.ca} +#' McGill University, Canada +#' License: GNU GPL (>= 2) + + +PlotMS2Spectra <- function(ms2, spectra = 1){ + + MSnbase::plot(ms2[[spectra]]) + +} + + + +# -----------------------------------4. Annotation----------------------- + +##' @references Kuhl C, Tautenhahn R, Boettcher C, Larson TR, Neumann S (2012). +##' "CAMERA: an integrated strategy for compound spectra extraction and annotation of +##' liquid chromatography/mass spectrometry data sets." Analytical Chemistry, 84, 283-289. +##' http://pubs.acs.org/doi/abs/10.1021/ac202450g. + +####### ---------- ====== Function Kit From CAMERA ======= ----------- ######/ +getPeaks_selection <- function(xs, method="medret", value="into"){ + + if (!class(xs) == "xcmsSet") { + stop ("Parameter xs is no xcmsSet object\n") + } + + # Testing if xcmsSet is grouped + if (nrow(xs@groups) > 0 && length(xs@filepaths) > 1) { + # get grouping information + groupmat <- xs@groups + # generate data.frame for peaktable + ts <- data.frame(cbind(groupmat, groupval(xs, method=method, value=value)), row.names = NULL) + #rename column names + cnames <- colnames(ts) + if (cnames[1] == 'mzmed') { + cnames[1] <- 'mz' + } else { + stop ('Peak information ?!?') + } + if (cnames[4] == 'rtmed') { + cnames[4] <- 'rt' + } else { + stop ('Peak information ?!?') + } + colnames(ts) <- cnames + } else if (length(rownames(xs@phenoData)) == 1) { #Contains only one sample? + ts <- xs@peaks + } else { + stop ('First argument must be a xcmsSet with group information or contain only one sample.') + } + + return(as.matrix(ts)) +} +groupval <- function(object, method = c("medret", "maxint"), value = "index", intensity = "into") { + + if ( nrow(object@groups)<1 || length(object@groupidx) <1) { + stop("mSet$xcmsSet is not been grouped.") + } + + method <- match.arg(method) + + peakmat <- object@peaks; groupmat <- object@groups; groupindex <- object@groupidx + + sampnum <- seq(length = length(rownames(object@phenoData))) + retcol <- match("rt", colnames(peakmat)) + intcol <- match(intensity, colnames(peakmat)) + sampcol <- match("sample", colnames(peakmat)) + + values <- matrix(nrow = length(groupindex), ncol = length(sampnum)) + + if (method == "medret") { + for (i in seq(along = groupindex)) { + gidx <- groupindex[[i]][order(abs(peakmat[groupindex[[i]],retcol] - median(peakmat[groupindex[[i]],retcol])))] + values[i,] <- gidx[match(sampnum, peakmat[gidx,sampcol])] + } + } else { + for (i in seq(along = groupindex)) { + gidx <- groupindex[[i]][order(peakmat[groupindex[[i]],intcol], decreasing = TRUE)] + values[i,] <- gidx[match(sampnum, peakmat[gidx,sampcol])] + } + } + + if (value != "index") { + values <- peakmat[values,value] + dim(values) <- c(length(groupindex), length(sampnum)) + } + colnames(values) <- rownames(object@phenoData) + rownames(values) <- paste(round(groupmat[,"mzmed"],1), round(groupmat[,"rtmed"]), sep = "/") + + values +} +percentOutput <- function(len.old, len.add, len.max, cnt){ + len <- len.old + len.add; + perc <- round((len) / len.max * 100) + perc <- perc %/% 10 * 10; + if (perc != cnt && perc != 0) { + print(perc,' '); + cnt2 <- perc; + eval.parent(substitute(cnt <- cnt2)) + } + if (.Platform$OS.type == "windows"){ + flush.console(); + } + eval.parent(substitute(len.old <- len)) +} +is.wholenumber <- function(x, tol = .Machine$double.eps^0.5) abs(x - round(x)) < tol +calcIsotopeMatrix <- function(maxiso=4){ + + if(!is.numeric(maxiso)){ + stop("Parameter maxiso is not numeric!\n") + } else if(maxiso < 1 | maxiso > 8){ + stop(paste("Parameter maxiso must between 1 and 8. ", + "Otherwise use your own IsotopeMatrix.\n"),sep="") + } + + isotopeMatrix <- matrix(NA, 8, 4); + colnames(isotopeMatrix) <- c("mzmin", "mzmax", "intmin", "intmax") + + isotopeMatrix[1, ] <- c(1.000, 1.0040, 1.0, 150) + isotopeMatrix[2, ] <- c(0.997, 1.0040, 0.01, 200) + isotopeMatrix[3, ] <- c(1.000, 1.0040, 0.001, 200) + isotopeMatrix[4, ] <- c(1.000, 1.0040, 0.0001, 200) + isotopeMatrix[5, ] <- c(1.000, 1.0040, 0.00001, 200) + isotopeMatrix[6, ] <- c(1.000, 1.0040, 0.000001, 200) + isotopeMatrix[7, ] <- c(1.000, 1.0040, 0.0000001, 200) + isotopeMatrix[8, ] <- c(1.000, 1.0040, 0.00000001, 200) + + return(isotopeMatrix[1:maxiso, , drop=FALSE]) + +} +findIsotopesPspec <- function(isomatrix, mz, ipeak, int, params){ + #isomatrix - isotope annotations (5 column matrix) + #mz - m/z vector, contains all m/z values from specific pseudospectrum + #int - int vector, see above + #maxiso - how many isotopic peaks are allowed + #maxcharge - maximum allowed charge + #devppm - scaled ppm error + #mzabs - absolut error in m/z + + #matrix with all important informationen + spectra <- matrix(c(mz, ipeak), ncol=2) + int <- int[order(spectra[, 1]), , drop=FALSE] + spectra <- spectra[order(spectra[, 1]), ]; + cnt <- nrow(spectra); + #isomatrix <- matrix(NA, ncol=5, nrow=0) + #colnames(isomatrix) <- c("mpeak", "isopeak", "iso", "charge", "intrinsic") + + #calculate error + error.ppm <- params$devppm * mz; + #error.abs <- ),1, function(x) x + params$mzabs*rbind(1,2,3))); + + #for every peak in pseudospectrum + for ( j in 1:(length(mz) - 1)){ + #create distance matrix + MI <- spectra[j:cnt, 1] - spectra[j, 1]; + #Sum up all possible/allowed isotope distances + error(ppm of peak mz and mzabs) + max.index <- max(which(MI < (sum(params$IM[1:params$maxiso, "mzmax"]) + error.ppm[j] + params$mzabs ))) + #check if one peaks falls into isotope window + if(max.index == 1){ + #no promising candidate found, move on + next; + } + + #IM - isotope matrix (column diffs(min,max) per charge, row num. isotope) + IM <- t(sapply(1:params$maxcharge,function(x){ + mzmin <- (params$IM[, "mzmin"]) / x; + mzmax <- (params$IM[, "mzmax"]) / x; + error <- (error.ppm[j]+params$mzabs) / x + res <- c(0,0); + for(k in 1:length(mzmin)){ + res <- c(res, mzmin[k]+res[2*k-1], mzmax[k]+res[2*k]) + } + res[seq(1,length(res),by=2)] <- res[seq(1,length(res),by=2)]-error + res[seq(2,length(res),by=2)] <- res[seq(2,length(res),by=2)]+error + return (res[-c(1:2)]) + } )) + + #Sort IM to fix bug, with high ppm and mzabs values + #TODO: Find better solution and give feedback to user! + IM <- t(apply(IM,1,sort)) + + #find peaks, which m/z value is in isotope interval + hits <- t(apply(IM, 1, function(x){ findInterval(MI[1:max.index], x)})) + rownames(hits) <- c(1:nrow(hits)) + colnames(hits) <- c(1:ncol(hits)) + hits[which(hits==0)] <-NA + hits <- hits[, -1, drop=FALSE] + hits.iso <- hits%/%2 + 1; + + + #check occurence of first isotopic peak + for(iso in 1:min(params$maxiso,ncol(hits.iso))){ + hit <- apply(hits.iso,1, function(x) any(naOmit(x)==iso)) + hit[which(is.na(hit))] <- TRUE + if(all(hit)) break; + hits.iso[!hit,] <- t(apply(hits.iso[!hit,,drop=FALSE],1, function(x) { + if(!all(is.na(x))){ + ini <- which(x > iso) + if(!is.infinite(ini) && length(ini) > 0){ + x[min(ini):ncol(hits.iso)] <- NA + } + } + x + })) + } + + #set NA to 0 + hits[which(is.na(hits.iso))] <- 0 + #check if any isotope is found + hit <- apply(hits, 1, function(x) sum(x)>0) + #drop nonhits + hits <- hits[hit, , drop=FALSE] + + #if no first isotopic peaks exists, next + if(nrow(hits) == 0){ + next; + } + + #getting max. isotope cluster length + #TODO: unique or not???? + #isolength <- apply(hits, 1, function(x) length(which(unique(x) %% 2 !=0))) + #isohits - for each charge, length of peak within intervals + isohits <- lapply(1:nrow(hits), function(x) which(hits[x, ] %% 2 !=0)) + isolength <- sapply(isohits, length) + + #Check if any result is found + if(all(isolength==0)){ + next; + } + + #itensity checks + #candidate.matrix + #first column - how often succeded the isotope intensity test + #second column - how often could a isotope int test be performed + candidate.matrix <- matrix(0, nrow=length(isohits), ncol=max(isolength)*2); + + for(iso in 1:length(isohits)){ + for(candidate in 1:length(isohits[[iso]])){ + for(sample.index in c(1:ncol(int))){ + #Test if C12 Peak is NA + if(!is.na(int[j, sample.index])){ + #candidate.matrix[maxIso, 1] <- candidate.matrix[maxIso, 1] + 1 + } + charge <- as.numeric(row.names(hits)[iso]) + int.c12 <- int[j, sample.index] + isotopePeak <- hits[iso,isohits[[iso]][candidate]]%/%2 + 1; + if(isotopePeak == 1){ + #first isotopic peak, check C13 rule + int.c13 <- int[isohits[[iso]][candidate]+j, sample.index]; + int.available <- all(!is.na(c(int.c12, int.c13))) + if (int.available){ + theo.mass <- spectra[j, 1] * charge; #theoretical mass + numC <- abs(round(theo.mass / 12)); #max. number of C in molecule + inten.max <- int.c12 * numC * 0.011; #highest possible intensity + inten.min <- int.c12 * 1 * 0.011; #lowest possible intensity + if((int.c13 < inten.max && int.c13 > inten.min) || !params$filter){ + candidate.matrix[iso,candidate * 2 - 1] <- candidate.matrix[iso,candidate * 2 - 1] + 1 + candidate.matrix[iso,candidate * 2 ] <- candidate.matrix[iso,candidate * 2] + 1 + }else{ + candidate.matrix[iso,candidate * 2 ] <- candidate.matrix[iso,candidate * 2] + 1 + } + } else { + #todo + } + } else { + #x isotopic peak + int.cx <- int[isohits[[iso]][candidate]+j, sample.index]; + int.available <- all(!is.na(c(int.c12, int.cx))) + if (int.available) { + intrange <- c((int.c12 * params$IM[isotopePeak,"intmin"]/100), + (int.c12 * params$IM[isotopePeak,"intmax"]/100)) + #filter Cx isotopic peaks muss be smaller than c12 + if(int.cx < intrange[2] && int.cx > intrange[1]){ + candidate.matrix[iso,candidate * 2 - 1] <- candidate.matrix[iso,candidate * 2 - 1] + 1 + candidate.matrix[iso,candidate * 2 ] <- candidate.matrix[iso,candidate * 2] + 1 + }else{ + candidate.matrix[iso,candidate * 2 ] <- candidate.matrix[iso,candidate * 2] + 1 + } + } else { + candidate.matrix[iso,candidate * 2 ] <- candidate.matrix[iso,candidate * 2] + 1 + }#end int.available + }#end if first isotopic peak + }#for loop samples + }#for loop candidate + }#for loop isohits + + #calculate ratios + candidate.ratio <- candidate.matrix[, seq(from=1, to=ncol(candidate.matrix), + by=2)] / candidate.matrix[, seq(from=2, + to=ncol(candidate.matrix), by=2)]; + if(is.null(dim(candidate.ratio))){ + candidate.ratio <- matrix(candidate.ratio, nrow=nrow(candidate.matrix)) + } + if(any(is.nan(candidate.ratio))){ + candidate.ratio[which(is.nan(candidate.ratio))] <- 0; + } + + #decision between multiple charges or peaks + for(charge in 1:nrow(candidate.matrix)){ + if(any(duplicated(hits[charge, isohits[[charge]]]))){ + #One isotope peaks has more than one candidate + ##check if problem is still consistent + for(iso in unique(hits[charge, isohits[[charge]]])){ + if(length(index <- which(hits[charge, isohits[[charge]]]==iso))== 1){ + #now duplicates next + next; + }else{ + #find best + index2 <- which.max(candidate.ratio[charge, index]); + save.ratio <- candidate.ratio[charge, index[index2]] + candidate.ratio[charge,index] <- 0 + candidate.ratio[charge,index[index2]] <- save.ratio + index <- index[-index2] + isohits[[charge]] <- isohits[[charge]][-index] + } + } + }#end if + + for(isotope in 1:ncol(candidate.ratio)){ + if(candidate.ratio[charge, isotope] >= params$minfrac){ + isomatrix <- rbind(isomatrix, + c(spectra[j, 2], + spectra[isohits[[charge]][isotope]+j, 2], + isotope, as.numeric(row.names(hits)[charge]), 0)) + } else{ + break; + } + } + }#end for charge + }#end for j + + return(isomatrix) +} +getEICs <- function(xraw,peaks,maxscans=length(xraw@scantime)) { + npeaks <- dim(peaks)[1]; scans <- length(xraw@scantime) + eics <- matrix(as.numeric(0),npeaks,maxscans) + for (p in 1:npeaks) { + eics[p,1:scans] <- as.integer(getEIC(xraw,massrange=c(peaks[p,"mzmin"],peaks[p,"mzmax"]))$intensity) + } + eics +} +create.matrix <- function(dim1,dim2) { + x <- matrix() + length(x) <- dim1*dim2 + dim(x) <- c(dim1,dim2) + x +} +getAllPeakEICs <- function(mSet, index=NULL){ + + #Checking parameter index + if(is.null(index)){ + stop("Parameter index is not set.\n") + }else if(length(index) != nrow(mSet$AnnotateObject$groupInfo)){ + stop("Index length must equals number of peaks.\n") + } + + nfiles <- length(mSet$xcmsSet@filepaths) + scantimes <- list() + + if(nfiles == 1){ + #Single sample experiment + if (file.exists(mSet$xcmsSet@filepaths[1])) { + + mSet_splits <- mSet$onDiskData + scantimes[[1]] <- scan_length <- sapply(mSet_splits, length) + maxscans <- max(scan_length) + + #xraw <- xcmsRaw(filepaths(mSet$xcmsSet)[1],profstep=0) + #maxscans <- length(xraw@scantime) + #scantimes[[1]] <- xraw@scantime + mset$onDiskData <- mSet_splits + + pdata <- as.data.frame(mSet$xcmsSet@peaks) + + EIC <- create.matrix(nrow(pdata),maxscans) + EIC[,] <- getEIC4Peaks(mset,pdata,maxscans)#getEIC4Peaks(xraw,pdata,maxscans) + + } else { + stop('Raw data file:',mSet$xcmsSet@filepaths[1],' not found ! \n'); + } + } else { + #Multiple sample experiment + gval <- groupval(mSet$xcmsSet); + + message('Generating EIC\'s . ',appendLF = F) + + #na flag, stores if sample contains NA peaks + na.flag <- 0; maxscans <- 0; + + mSet_splits <- split(mSet$onDiskData,fromFile(mSet$onDiskData)) + message('.',appendLF = F) + + if (file.exists(mSet$xcmsSet@filepaths[1])) { + + scan_length <- sapply(mSet_splits, length) + + + maxscans <- max(scan_length) + message('.',appendLF = F) + + } else { + + stop('Raw data file:',mSet$xcmsSet@filepaths[1],' not found ! \n'); + + } + + #generate EIC Matrix + EIC <- create.matrix(nrow(gval),maxscans) + + + mset <-list();mset$env <- new.env(parent=.GlobalEnv) + message('.') + + + #loop over all samples + for (f in 1:nfiles){ + + message(paste("Detecting",basename(mSet$xcmsSet@filepaths)[f]," ... "),appendLF = F) + + #which peaks should read from this sample + idx.peaks <- which(index == f); + + #check if we need data from sample f + if(length(idx.peaks) == 0){ + next; + } + + #check if raw data file of sample f exists + if (file.exists(mSet$xcmsSet@filepaths[f])) { + #read sample + + scantimes[[f]] <- scan_length[f] + + pdata <- as.data.frame(mSet$xcmsSet@peaks[gval[idx.peaks,f],,drop=FALSE]) # data for peaks from file f + + #Check if peak data include NA values + if(length(which(is.na(pdata[,1]))) > 0){ + na.flag <- 1; + } + mset$onDiskData <- mSet_splits[[f]] + + #Generate raw data according to peak data + EIC[idx.peaks,] <- getEIC4Peaks(mset,pdata,maxscans) + + } else { + stop('Raw data file:',mSet$xcmsSet@filepaths[f],' not found ! \n') + } + + } + + if(na.flag ==1){ + print("Warning: Found NA peaks in selected sample."); + } + } + invisible(list(scantimes=scantimes,EIC=EIC)); +} +getEIC4Peaks <- function(mset,peaks,maxscans){ + + mset$env$mz <- lapply(MSnbase::spectra(mset$onDiskData, BPPARAM = SerialParam()), mz) + mset$env$intensity <- MSnbase::intensity(mset$onDiskData, BPPARAM = SerialParam()) + + mset$scantime <- MSnbase::rtime(mset$onDiskData) + + valCount <- cumsum(lengths(mset$env$mz, FALSE)) + mset$scanindex <- as.integer(c(0, valCount[-length(valCount)])) ## Get index vector for C calls + + npeaks <- dim(peaks)[1]; + scans <- length(mset$scantime); + eics <- matrix(NA,npeaks,maxscans); + + mset$env$mz <- as.double(unlist(mset$env$mz)) + mset$env$intensity <- as.double(unlist(mset$env$intensity)) + scan_time_leng <- as.integer(length(mset$scantime)) + + message(npeaks," peaks found ! ") + + for (p in 1:npeaks) { + + timerange <- c(peaks[p,"rtmin"],peaks[p,"rtmax"]); + tidx <- which((mset$scantime >= timerange[1]) & (mset$scantime <= timerange[2])); + if(length(tidx)>0){ + scanrange <- range(tidx); + }else{ + scanrange <- 1:scans; + } + massrange <- c(peaks[p,"mzmin"],peaks[p,"mzmax"]); + eic <- .Call(C_getEIC, + mset$env$mz, + mset$env$intensity, + as.integer(mset$scanindex), + as.double(massrange), + as.integer(scanrange), + scan_time_leng, + PACKAGE ='MetaboAnalystR' )$intensity; + + eic[eic==0] <- NA; + eics[p,scanrange[1]:scanrange[2]] <- eic; + } + eics +} +calcCiS<- function(mSet, EIC=EIC, corval=0.75, pval=0.05, psg_list=NULL ){ + + #Columns Peak 1, Peak 2, correlation coefficienct, Pseudospectrum Index + resMat <- create.matrix(100000,4); + colnames(resMat) <- c("x","y","cor","ps") + cnt <- 0; + + npeaks <- nrow(mSet$AnnotateObject$groupInfo); + + ncl <- sum(sapply(mSet$AnnotateObject$pspectra, length)); + npeaks.global <- 0; #Counter for % bar + npspectra <- length(mSet$AnnotateObject$pspectra); + + #Check if object have been preprocessed with groupFWHM + if(npspectra < 1){ + npspectra <- 1; + mSet$AnnotateObject$pspectra[[1]] <- seq(1:nrow(mSet$AnnotateObject$groupInfo)); + print('Calculating peak correlations in 1 group. '); + lp <- -1; + pspectra_list <- 1; + mSet$AnnotateObject$psSamples <- 1; + }else{ + if(is.null(psg_list)){ + print(paste('Calculating peak correlations in',npspectra,'Groups... ')); + lp <- -1; + pspectra_list <- 1:npspectra; + }else{ + print(paste('Calculating peak correlations in',length(psg_list),'Groups... ')); + lp <- -1; + pspectra_list <- psg_list; + ncl <- sum(sapply(mSet$AnnotateObject$pspectra[psg_list],length)); + } + } + + if(dim(EIC)[2] != npeaks){ + EIC <- t(EIC); + #Second check, otherwise number of peaks != number of EIC curves + if(dim(EIC)[2] != npeaks){ + stop(paste("Wrong dimension of EIC. It has ",dim(EIC)[1]," Rows for ",npeaks,"peaks",sep="")); + } + } + lp <- -1; + #Iterate over all PS-spectra + pb <- progress_bar$new(format = "Generating [:bar] :percent Time left: :eta", total = length(pspectra_list), clear = T, width= 75) + + for(j in 1:length(pspectra_list)){ + i <- pspectra_list[j]; + pi <- mSet$AnnotateObject$pspectra[[i]]; + npi <- length(pi); + + if( ((npi^2)/2 + cnt) >= nrow(resMat)){ + #resize resMat + resMat <- rbind(resMat,create.matrix(100000,4)); + } + + pb$tick(); + + #Need at least two peaks for correlation + if(npi < 2) { + next; + } + + #Suppress warnings + options(warn = -1); + res <- Hmisc::rcorr(EIC[, pi], type="pearson") + options(warn = 0); + + #Set lower triangle to NA + res$r[lower.tri(res$r,diag = TRUE)] <- NA; + res$P[lower.tri(res$P,diag = TRUE)] <- NA; + + #Find peaks with have correlation higher corr_threshold and p <= 0.05 + index <- which(( res$r > corval) & (res$P <= pval)) + if( (length(index) + cnt) >= nrow(resMat)){ + #resize resMat + resMat <- rbind(resMat, create.matrix(max(length(index)+1,100000),4)); + } + + if(length(index) > 0){ + for( x in 1:(length(index))){ + col <- index[x] %/% npi + 1; + row <- index[x] %% npi; + if(row == 0){ + row <- npi; + col <- col - 1; + } + xi <- pi[row]; + yi <- pi[col]; + #y > x should be satisfied for every value, since we have set lower.tri to NA + cnt<-cnt+1; + resMat[cnt,] <- c(xi,yi,res$r[row, col],i); + } + }else{ + next; + } + } + + + return(invisible(resMat[1:cnt,,drop=FALSE])) +} +calcPC.hcs <- function(mSet, ajc=NULL,psg_list=NULL) { + + npspectra <- length(mSet$AnnotateObject$pspectra); + pspectra <- mSet$AnnotateObject$pspectra + psSamples <- mSet$AnnotateObject$psSamples; + npeaks.global <- 0; + ncl <- sum(sapply(mSet$AnnotateObject$pspectra, length)); + colnames(ajc)[3] <- c("weight") ##todo: Change to generell ajc interface + + #Information for % output + if(is.null(psg_list)){ + print(paste('Calculating graph cross linking in', npspectra, 'Groups...')); + lperc <- -1; + pspectra_list <- 1:npspectra; + ncl <- sum(sapply(mSet$AnnotateObject$pspectra, length)); + }else{ + print(paste('Calculating graph cross linking in',length(psg_list),'Groups...')); + lperc <- -1; + pspectra_list <- psg_list; + ncl <- sum(sapply(mSet$AnnotateObject$pspectra[psg_list], length)); + } + + #peak counter + npeaks <- 0; + lp <- -1; + pb <- progress_bar$new(format = "Calculating [:bar] :percent Time left: :eta", total = length(pspectra_list), clear = T, width= 75) + + for(j in 1:length(pspectra_list)){ + i <- pspectra_list[j];#index of pseudospectrum + pi <- mSet$AnnotateObject$pspectra[[i]]; #peak_id in pseudospectrum + names(pi) <- as.character(pi); + + #percent output + pb$tick(); + #end percent output + + index <- which(ajc[,4] == i) + if(length(index) < 1){ + g <- ftM2graphNEL(matrix(nrow=0,ncol=2),V=as.character(pi),edgemode="undirected") + }else{ + g <- ftM2graphNEL(ajc[index,1:2,drop=FALSE],W=ajc[index,3,drop=FALSE], V=as.character(pi), edgemode="undirected"); + } + hcs <- highlyConnSG(g); + + #order cluster after size + cnts <- sapply(hcs$clusters,length); + grps <- 1:length(hcs$clusters); + grps <- grps[order(cnts, decreasing = TRUE)] + + for (ii in 1:length(grps)){ + if(ii==1){ + #save old pspectra number + pspectra[[i]] <- as.integer(hcs$cluster[[grps[ii]]]) + pi[hcs$cluster[[grps[ii]]]] <- NA + } else { + npspectra <- npspectra +1 + pspectra[[npspectra]] <- as.integer(hcs$cluster[[grps[ii]]]) + pi[hcs$cluster[[grps[ii]]]] <- NA + psSamples[npspectra] <- psSamples[i] + } + } + index <- which(!is.na(pi)); + if(length(index)>0){ + for(ii in 1:length(index)){ + npspectra <- npspectra +1 + pspectra[[npspectra]] <- pi[index[ii]] + psSamples[npspectra] <- psSamples[i] + } + } + + } + + mSet$AnnotateObject$pspectra <- pspectra; + mSet$AnnotateObject$psSamples <- psSamples; + + print(paste("New number of ps-groups: ",length(pspectra))); + return(mSet) +} +findAdducts <- function(mSet, ppm=5, mzabs=0.015, multiplier=3, polarity=NULL, rules=NULL, + max_peaks=100, psg_list=NULL, intval="maxo",maxcharge){ + multFragments=FALSE; + # Scaling ppm factor + devppm <- ppm / 1000000; + # counter for % bar + npeaks.global <- 0; + + # get mz values from peaklist + imz <- mSet$AnnotateObject$groupInfo[, "mz"]; + + #number of pseudo-spectra + npspectra <- length(mSet$AnnotateObject$pspectra); + + #If groupCorr or groupFHWM have not been invoke, select all peaks in one sample + if(npspectra < 1){ + npspectra <- 1; + mSet$AnnotateObject$pspectra[[1]] <- seq(1:nrow(mSet$AnnotateObject$groupInfo)); + } + + if(mSet$AnnotateObject$sample == 1 && length(rownames(mSet$xcmsSet@phenoData)) == 1){ + ##one sample case + mint <- mSet$AnnotateObject$groupInfo[, intval]; + }else{ + ##multiple sample + if(is.na(mSet$AnnotateObject$sample[1])){ + index <- 1:length(mSet$xcmsSet@filepaths); + }else{ + index <- mSet$AnnotateObject$sample; + } + + print("Generating peak matrix for peak annotation!"); + mint <- groupval(mSet$xcmsSet,value=intval)[, index, drop=FALSE]; + peakmat <- mSet$xcmsSet@peaks; + groupmat <- mSet$xcmsSet@groups; + + imz <- groupmat[, "mzmed"]; + irt <- groupmat[, "rtmed"]; + int.val <- c(); + nsample <- length(mSet$AnnotateObject$sample); + } + + + # isotopes + isotopes <- mSet$AnnotateObject$isotopes; + # adductlist + derivativeIons <- vector("list", length(imz)); + + # other variables + oidscore <- c(); + index <- c(); + annoID <- matrix(ncol=4, nrow=0) + annoGrp <- matrix(ncol=4, nrow=0) + colnames(annoID) <- colnames(mSet$AnnotateObject$annoID) + colnames(annoGrp) <- colnames(mSet$AnnotateObject$annoGrp) + + ##Examine polarity and rule set + if(!(mSet$AnnotateObject$polarity == "")){ + print(paste("Polarity is set in annotaParam:", mSet$AnnotateObject$polarity)); + if(is.null(rules)){ + if(!is.null(mSet$AnnotateObject$ruleset)){ + rules <- mSet$AnnotateObject$ruleset; + }else{ + print("Ruleset could not read from object! Recalculate"); + rules <- calcRules(maxcharge=maxcharge, mol=3, nion=2, nnloss=1, nnadd=1, nh=2, + polarity=mSet$AnnotateObject$polarity, + lib.loc= .libPaths(), multFragments=multFragments); + mSet$AnnotateObject$ruleset <- rules; + } + }else{ + mSet$AnnotateObject$ruleset <- rules; + print("Found and use user-defined ruleset!"); + } + }else{ + if(!is.null(polarity)){ + if(polarity %in% c("positive","negative")){ + if(is.null(rules)){ + rules <- calcRules(maxcharge=maxcharge, mol=3, nion=2, nnloss=1, nnadd=1, + nh=2, polarity=polarity, lib.loc= .libPaths(), + multFragments=multFragments); + }else{ print("Found and use user-defined ruleset!");} + mSet$AnnotateObject$polarity <- polarity; + }else stop("polarity mode unknown, please choose between positive and negative.") + }else if(length(mSet$xcmsSet@polarity) > 0){ + index <- which(sampclass(mSet$xcmsSet) == mSet$AnnotateObject$category)[1] + mSet$AnnotateObject$sample-1; + if(mSet$xcmsSet@polarity[index] %in% c("positive","negative")){ + if(is.null(rules)){ + rules <- calcRules(maxcharge=maxcharge, mol=3, nion=2, nnloss=1, nnadd=1, + nh=2, polarity=mSet$xcmsSet@polarity[index], + lib.loc= .libPaths(), multFragments=multFragments); + }else{ print("Found and use user-defined ruleset!");} + mSet$AnnotateObject$polarity <- polarity; + }else stop("polarity mode in xcmsSet unknown, please define variable polarity.") + }else stop("polarity mode could not be estimated from the xcmsSet, please define variable polarity!") + #save ruleset + mSet$AnnotateObject$ruleset <- rules; + } + + ##Run as single or parallel mode + runParallel <- 0; + + if(mSet$AnnotateObject$runParallel$enable == 1){ + if(!(is.null(mSet$AnnotateObject$runParallel$cluster)) || mpi.comm.size() > 0 ){ + runParallel <- 1; + }else{ + warning("CAMERA runs in parallel mode, but no slaves are spawned!\nRun in single core mode!\n"); + runParallel <- 0; + } + }else{ + runParallel <- 0; + } + + if("quasi" %in% colnames(rules)){ + #backup for old rule sets + quasimolion <- which(rules[, "quasi"]== 1) + }else{ + quasimolion <- which(rules[, "mandatory"]== 1) + } + + #Remove recognized isotopes from annotation m/z vector + for(x in seq(along = isotopes)){ + if(!is.null(isotopes[[x]])){ + if(isotopes[[x]]$iso != 0){ + imz[x] <- NA; + } + } + } + + #counter for % bar + npeaks <- 0; + massgrp <- 0; + ncl <- sum(sapply(mSet$AnnotateObject$pspectra, length)); + + if (runParallel == 1) { ## ... we run in parallel mode + if(is.null(psg_list)){ + print(paste('Calculating possible adducts in',npspectra,'Groups... ')); + lp <- -1; + pspectra_list <- 1:npspectra; + }else{ + print(paste('Calculating possible adducts in',length(psg_list),'Groups... ')); + lp <- -1; + pspectra_list <- psg_list; + } + + argList <- list(); + + cnt_peak <- 0; + if(is.null(max_peaks)){ + max_peaks=100; + } + paramsGlobal <- list(); + if("typ" %in% colnames(rules)){ + rules.idx <- which(rules[, "typ"]== "A") + parent <- TRUE; + }else{ + #backup for old rule sets + rules.idx <- 1:nrow(rules); + parent <- FALSE; + } + + #Add params to env + paramsGlobal <- list() + paramsGlobal$pspectra <- mSet$AnnotateObject$pspectra; + paramsGlobal$imz <- imz; + paramsGlobal$rules <- rules; + paramsGlobal$mzabs <- mzabs; + paramsGlobal$devppm <- devppm; + paramsGlobal$isotopes <- isotopes; + paramsGlobal$quasimolion <- quasimolion; + paramsGlobal$parent <- parent; + paramsGlobal$rules.idx <- rules.idx; + #create params + #paramsGlobal <- list2env(params) + + params <- list(); + + for(j in 1:length(pspectra_list)){ + i <- pspectra_list[j]; + params$i[[length(params$i)+1]] <- i; + cnt_peak <- cnt_peak+length(mSet$AnnotateObject$pspectra[[i]]); + if(cnt_peak > max_peaks || j == length(pspectra_list)){ + argList[[length(argList)+1]] <- params + cnt_peak <- 0; + params <- list(); + } + } + + #Some informationen for the user + print(paste("Parallel mode: There are",length(argList), "tasks.")) + + if(is.null(mSet$AnnotateObject$runParallel$cluster)){ + #Use MPI + result <- xcmsPapply(argList, annotateGrpMPI2, paramsGlobal) + }else{ + #For snow + result <- xcms:::xcmsClusterApply(cl=mSet$AnnotateObject$runParallel$cluster, + x=argList, fun=annotateGrpMPI, + msgfun=msgfun.snowParallel, + paramsGlobal) + } + + for(ii in 1:length(result)){ + if(length(result[[ii]]) == 0){ + next; + } + for(iii in 1:length(result[[ii]])){ + hypothese <- result[[ii]][[iii]]; + if(is.null(hypothese)){ + next; + } + charge <- 0; + old_massgrp <- 0; + index <- argList[[ii]]$i[[iii]]; + ipeak <- mSet$AnnotateObject$pspectra[[index]]; + for(hyp in 1:nrow(hypothese)){ + peakid <- as.numeric(ipeak[hypothese[hyp, "massID"]]); + if(old_massgrp != hypothese[hyp,"massgrp"]) { + massgrp <- massgrp+1; + old_massgrp <- hypothese[hyp,"massgrp"]; + annoGrp <- rbind(annoGrp,c(massgrp,hypothese[hyp,"mass"], + sum(hypothese[ which(hypothese[,"massgrp"]==old_massgrp),"score"]),i) ) + } + + if(parent){ + annoID <- rbind(annoID, cbind(peakid, massgrp, hypothese[hyp, c("ruleID","parent")])) + }else{ + annoID <- rbind(annoID, cbind(peakid, massgrp, hypothese[hyp, c("ruleID")],NA)) + } + + } + } + } + + derivativeIons <- getderivativeIons(annoID,annoGrp,rules,length(imz)); + + mSet$AnnotateObject$derivativeIons <- derivativeIons; + mSet$AnnotateObject$annoID <- annoID; + mSet$AnnotateObject$annoGrp <- annoGrp; + return(object) + } else { + ##Parallel Core Mode + if(is.null(psg_list)){ + print(paste('Calculating possible adducts in',npspectra,'Groups... ')); + lp <- -1; + pspectra_list <- 1:npspectra; + }else{ + print(paste('Calculating possible adducts in',length(psg_list),'Groups... ')); + lp <- -1; + pspectra_list <- psg_list; + sum_peaks <- sum(sapply(mSet$AnnotateObject$pspectra[psg_list],length)); + } + + if("typ" %in% colnames(rules)){ + rules.idx <- which(rules[, "typ"]== "A") + parent <- TRUE; + }else{ + #backup for old rule sets + rules.idx <- 1:nrow(rules); + parent <- FALSE; + } + along = pspectra_list; + pb <- progress_bar$new(format = "Calculating [:bar] :percent Time left: :eta", total = length(along), clear = T, width= 75) + + for(j in seq(along)){ + i <- pspectra_list[j]; + + #peak index for those in pseudospectrum i + ipeak <- mSet$AnnotateObject$pspectra[[i]]; + + #percent output + pb$tick(); + #end percent output + + #check if the pspec contains more than one peak + if(length(ipeak) > 1){ + + hypothese <- annotateGrp(ipeak, imz, rules, mzabs, devppm, isotopes, quasimolion, rules.idx=rules.idx); + #save results + if(is.null(hypothese)){ + next; + } + charge <- 0; + old_massgrp <- 0; + + #combine annotation hypotheses to annotation groups for one compound mass + for(hyp in 1:nrow(hypothese)){ + peakid <- as.numeric(ipeak[hypothese[hyp, "massID"]]); + if(old_massgrp != hypothese[hyp, "massgrp"]) { + massgrp <- massgrp + 1; + old_massgrp <- hypothese[hyp, "massgrp"]; + annoGrp <- rbind(annoGrp, c(massgrp, hypothese[hyp, "mass"], + sum(hypothese[ which(hypothese[, "massgrp"] == old_massgrp), "score"]), i) ) + } + if(parent){ + annoID <- rbind(annoID, c(peakid, massgrp, hypothese[hyp, "ruleID"], ipeak[hypothese[hyp, "parent"]])) + }else{ + annoID <- rbind(annoID, c(peakid, massgrp, hypothese[hyp, "ruleID"], NA)) + } + } + } + } + + derivativeIons <- getderivativeIons(annoID, annoGrp, rules, length(imz)); + + + mSet$AnnotateObject$derivativeIons <- derivativeIons; + mSet$AnnotateObject$annoID <- annoID; + mSet$AnnotateObject$annoGrp <- annoGrp; + return(mSet) + } +} +getPeaklist <- function(mSet, intval="into") { + + if (! intval %in% colnames(mSet$xcmsSet@peaks)) { + stop("unknown intensity value!") + } + + #generate peaktable + #Check if xcmsSet contains only one sample + if(mSet$AnnotateObject$sample == 1 && length(rownames(mSet$xcmsSet@phenoData)) == 1){ + #intval is here ignored since all intensity values are already contained + peaktable <- mSet$AnnotateObject$groupInfo; + }else { + #Case of xcmsSet with multiple samples + #Use groupInfo information and replace intensity values + peaktable <- mSet$AnnotateObject$groupInfo; + + #get intensity values from xcmsSet + grpval <- groupval(mSet$xcmsSet, value=intval); + + #get column range for replacement + grpval.ncol <- ncol(grpval) + start <- ncol(peaktable) - grpval.ncol +1; + ende <- start + grpval.ncol - 1; + + peaktable[, start:ende] <- grpval; + } + + #allocate variables for CAMERA output + adduct <- vector("character", nrow(mSet$AnnotateObject$groupInfo)); + isotopes <- vector("character", nrow(mSet$AnnotateObject$groupInfo)); + pcgroup <- vector("character", nrow(mSet$AnnotateObject$groupInfo)); + + #default polarity set to positive + polarity <- "+"; + + if(length(mSet$AnnotateObject$polarity) > 0){ + if(mSet$AnnotateObject$polarity == "negative"){ + polarity <- "-"; + } + } + + #First isotope informationen and adduct informationen + for(i in seq(along = isotopes)){ + #check if adduct annotation is present for peak i + if(length(mSet$AnnotateObject$derivativeIons) > 0 && !(is.null(mSet$AnnotateObject$derivativeIons[[i]]))) { + #Check if we have more than one annotation for peak i + if(length(mSet$AnnotateObject$derivativeIons[[i]]) > 1) { + #combine ion species name and rounded mass hypophysis + names <- paste(mSet$AnnotateObject$derivativeIons[[i]][[1]]$name, signif(mSet$AnnotateObject$derivativeIons[[i]][[1]]$mass, 6)); + for(ii in 2:length(mSet$AnnotateObject$derivativeIons[[i]])) { + names <- paste(names, mSet$AnnotateObject$derivativeIons[[i]][[ii]]$name, signif(mSet$AnnotateObject$derivativeIons[[i]][[ii]]$mass, 6)); + } + #save name in vector adduct + adduct[i] <- names; + } else { + #Only one annotation + adduct[i] <- paste(mSet$AnnotateObject$derivativeIons[[i]][[1]]$name, signif(mSet$AnnotateObject$derivativeIons[[i]][[1]]$mass, 6)); + } + } else { + #no annotation empty name + adduct[i] <- ""; + } + + #Check if we have isotope informationen about peak i + if(length(mSet$AnnotateObject$isotopes) > 0&& !is.null(mSet$AnnotateObject$isotopes[[i]])) { + num.iso <- mSet$AnnotateObject$isotopes[[i]]$iso; + #Which isotope peak is peak i? + if(num.iso == 0){ + str.iso <- "[M]"; + } else { + str.iso <- paste("[M+", num.iso, "]", sep="") + } + #Multiple charged? + if(mSet$AnnotateObject$isotopes[[i]]$charge > 1){ + isotopes[i] <- paste("[", mSet$AnnotateObject$isotopes[[i]]$y, "]", str.iso, mSet$AnnotateObject$isotopes[[i]]$charge, polarity, sep=""); + }else{ + isotopes[i] <- paste("[", mSet$AnnotateObject$isotopes[[i]]$y, "]", str.iso, polarity, sep=""); + } + } else { + #No isotope informationen available + isotopes[i] <- ""; + } + } + + #Have we more than one pseudospectrum? + if(length(mSet$AnnotateObject$pspectra) < 1){ + pcgroup <- 0; + } else { + for(i in seq(along = mSet$AnnotateObject$pspectra)){ + index <- mSet$AnnotateObject$pspectra[[i]]; + pcgroup[index] <- i; + } + } + + rownames(peaktable)<-NULL;#Bugfix for: In data.row.names(row.names, rowsi, i) : some row.names duplicated: + return(invisible(data.frame(peaktable, isotopes, adduct, pcgroup, stringsAsFactors=FALSE, row.names=NULL))); +} +sampclass <- function(object) { + if (ncol(object@phenoData) >0) { + if(any(colnames(object@phenoData)=="class")){ + sclass <- object$class + ## in any rate: transform class to a character vector + ## and generate a new factor on that with the levels + ## being in the order of the first occurrence of the + ## elements (i.e. no alphanumeric ordering). + sclass <- as.character(sclass) + sclass <- factor(sclass, levels=unique(sclass)) + return(sclass) + } + interaction(object@phenoData, drop=TRUE) + } else { + factor() + } +} +calcRules <- function (maxcharge=3, mol=3, nion=2, nnloss=1, + nnadd=1, nh=2, polarity=NULL, lib.loc = .libPaths(), multFragments=FALSE){ + + r <- new("ruleSet") + + r <- setDefaultLists(r, lib.loc=lib.loc) + r <- readLists(r) + r <- setParams(r, maxcharge=maxcharge, mol=mol, nion=nion, + nnloss=nnloss, nnadd=nnadd, nh=nh, polarity=polarity, lib.loc = lib.loc) + if(multFragments){ + r <- generateRules2(r) + }else{ + r <- generateRules(r) + } + + return(r@rules) +} + +generateRules <- function (object) { + + maxcharge=object@maxcharge + mol=object@mol + nion=object@nion + nnloss=object@nnloss + nnadd=object@nnadd + nh=object@nh + polarity=object@polarity + + ionlist=object@ionlist + neutralloss=object@neutralloss + neutraladdition=object@neutraladdition + + rules=object@rules + + name<-c(); + nmol<-c(); + charge<-c(); + massdiff<-c(); + oidscore<-c(); + quasi<-c(); + ips<-c(); + + ##Erzeuge Regeln + tmpname <- c(); + tmpnmol <- c(); + tmpcharge <- 0; + tmpmass <- 0; + tmpips <- 0; + + ## Molekülionen + if(polarity=="positive"){ + ## Wasserstoff, hard codiert + for(k in 1:mol){ + if(k == 1){ + str <- ""; + tmpips <- 1.0; + }else{ + str <- k; + tmpips <- 0.5; + }; + name <- append(name, paste("[", str, "M+H]+", sep="")); + charge <- append(charge, 1); + massdiff <- append(massdiff, 1.007276); + nmol <- append(nmol, k); + if(k == 1) { + quasi <- append(quasi, 1); + } else { + quasi <- append(quasi, 0); + }; + oidscore <- append(oidscore, 1); + ips <- append(ips, tmpips) + name <- append(name,paste("[",str,"M+2H]2+",sep="")); + charge<-append(charge,2); + massdiff<-append(massdiff,2.014552); + nmol<-append(nmol,k);quasi<-append(quasi,0); + oidscore<-append(oidscore,2); + ips<-append(ips,tmpips) + name<-append(name,paste("[",str,"M+3H]3+",sep="")); + charge<-append(charge,3); + massdiff<-append(massdiff,3.021828); + nmol<-append(nmol,k); + quasi<-append(quasi,0); + oidscore<-append(oidscore,3); + ips<-append(ips,tmpips) + oid<-3; + for(i in 1:nrow(ionlist)){ + if(ionlist[i,2]<=0) {next;} + if(ionlist[i,2]==1){ + name<-append(name,paste("[",str,"M+H+",ionlist[i,1],"]2+",sep="")); + }else{ + name<-append(name,paste("[",str,"M+H+",ionlist[i,1],"]",ionlist[i,2]+1,"+",sep="")); + } + charge <- append(charge,ionlist[i,2]+1); + massdiff <- append(massdiff,ionlist[i,3]+1.007276); + nmol <- append(nmol,k); + quasi <- append(quasi,0); + oidscore <- append(oidscore,oid+i); + if(tmpips>0.75){ + ips<-append(ips,0.5) + }else{ + ips<-append(ips,tmpips); + }#Austausch + } + oid<-oid+nrow(ionlist); + coeff<-expand.grid(rep(list(0:nion),nrow(ionlist))) + if(length(list<-which(ionlist[,2]<=0))>0){ + coeff[,list]<-0; + } + coeff<-unique(coeff); + coeff<-cbind(coeff,rep(0,nrow(coeff))); + coeff<-coeff[-1,] + tmp<-NULL; + for(i in 1:nrow(ionlist)){ + if(ionlist[i,2]<=0)next; + ## Austausch erstmal nur einen pro Ion + tmp<-rbind(tmp,t(apply(coeff,1,function(x) {x[i]<-x[i]+1;x[nrow(ionlist)+1]<-1;x}))); + } + coeff<-unique(rbind(coeff,tmp)); + i <- 1 + while (i <= nrow(coeff)){ + tmpname<-paste("[",str,"M",sep=""); + tmpcharge<-0;tmpmass<-0; + for(ii in 1:(ncol(coeff)-1)){ + if(coeff[i,ii]>0){ + if(coeff[i,ii]>1){ + tmpname<-paste(tmpname,"+",coeff[i,ii],ionlist[ii,1],sep=""); + }else{ + tmpname<-paste(tmpname,"+",ionlist[ii,1],sep=""); + } + tmpcharge<-tmpcharge+coeff[i,ii]*ionlist[ii,2]; + tmpmass<-tmpmass+coeff[i,ii]*ionlist[ii,3] + } + } + if(coeff[i,ncol(coeff)]>0){ + ## Austausch hat stattgefunden, einfach bsp 1 + tmpname<-paste(tmpname,"-H",sep=""); + tmpcharge<-tmpcharge-1; + tmpmass<-tmpmass-1.007276; + tmpips<-0.25; + } + if(tmpcharge>1){ + tmpname<-paste(tmpname,"]",tmpcharge,"+",sep="") + }else{ + tmpname<-paste(tmpname,"]+",sep="") + } + name<-append(name,tmpname) + charge<-append(charge,tmpcharge) + massdiff<-append(massdiff,tmpmass) + nmol <- append(nmol,k); + oidscore<-append(oidscore,oid+i) + if(sum(coeff[i,])==1&& k==1){ + quasi <- append(quasi,1); + ips <-append(ips,tmpips); + }else{ + quasi <- append(quasi,0); + if(tmpips>0.75){ + ips <- append(ips,0.75); + }else{ + ips <- append(ips,tmpips); + } + } + i <- i+1 + } + } + oid<-max(oidscore); + + ## Create Neutral Addition + index<-which(quasi==1) + + if (nrow(neutraladdition)>0) { + for(i in 1:nrow(neutraladdition)) { + if(length(index2<-which(ionlist[,2]>0))>0){ + for(ii in 1:length(index2)){ + if(ionlist[index2[ii],2] > 1){ + name <- append(name,paste("[M+",ionlist[index2[ii],1],"+",neutraladdition[i,1],"]",abs(ionlist[index2[ii],2]),"+",sep="")); + }else{ + name <- append(name,paste("[M+",ionlist[index2[ii],1],"+",neutraladdition[i,1],"]+",sep="")); + } + charge <- append(charge,ionlist[index2[ii],2]); + massdiff <- append(massdiff,neutraladdition[i,2]+ionlist[index2[ii],3]); + nmol <- append(nmol,1); + quasi <- append(quasi,0); + oidscore <- append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.5); + } + } + if(neutraladdition[i,1]=="NaCOOH"){next;} + name<-append(name,paste("[M+H+",neutraladdition[i,1],"]+",sep="")); + charge<-append(charge,+1); + massdiff<- append(massdiff,neutraladdition[i,2]+1.007276); + nmol<-append(nmol,1); + quasi<-append(quasi,0) + oidscore<-append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.5); + } + oid<-max(oidscore); + } + + ##Erzeuge Neutral loss + index<-which(quasi==1) + for(i in 1:nrow(neutralloss)){ + for(ii in 1:maxcharge){ + if(ii > 1){ + name<-append(name,paste("[M+",ii,"H-",neutralloss[i,1],"]",ii,"+",sep="")); + }else {name<-append(name,paste("[M+H-",neutralloss[i,1],"]+",sep=""));} + charge<-append(charge,ii); + massdiff<- append(massdiff,-neutralloss[i,2]+1.007276*ii); + nmol<-append(nmol,1); + quasi<-append(quasi,0) + oidscore<-append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.25); + } + } + ruleset <- data.frame(name,nmol,charge,massdiff,oidscore,quasi,ips) + if(length(index<-which(ruleset[,"charge"]>maxcharge))>0){ + ruleset<- ruleset[-index,]; + } + }else if(polarity=="negative"){ + ## Wasserstoff, hard codiert + for(k in 1:mol){ + if(k==1){str<-"";tmpips<-1.0;}else{str<-k;tmpips<-0.5}; + name<-append(name,paste("[",str,"M-H]-",sep="")); + charge<-append(charge,-1);massdiff<-append(massdiff,-1.007276);nmol<-append(nmol,k);if(k==1){quasi<-append(quasi,1);}else{quasi<-append(quasi,0);};oidscore<-append(oidscore,1);ips<-append(ips,tmpips) + name<-append(name,paste("[",str,"M-2H]2-",sep=""));charge<-append(charge,-2);massdiff<-append(massdiff,-2.014552);nmol<-append(nmol,k);quasi<-append(quasi,0);oidscore<-append(oidscore,2);ips<-append(ips,tmpips) + name<-append(name,paste("[",str,"M-3H]3-",sep=""));charge<-append(charge,-3);massdiff<-append(massdiff,-3.021828);nmol<-append(nmol,k);quasi<-append(quasi,0);oidscore<-append(oidscore,3);ips<-append(ips,tmpips) + oid<-3; + for(i in 1:nrow(ionlist)){ + if(ionlist[i,2]>=0){ + if(ionlist[i,2] == 1){ + name<-append(name,paste("[",str,"M-2H+",ionlist[i,1],"]-",sep="")); + charge <- append(charge,ionlist[i,2]-2); + massdiff<- append(massdiff,ionlist[i,3]-(2*1.007276)); + nmol <- append(nmol,k); + quasi <- append(quasi,0); + oidscore<-append(oidscore,oid+i); + ips<-append(ips,0.25); + next; + } else { + if(ionlist[i,2] > maxcharge) {next;} + localCharge <- ionlist[i,2]+1 + name<-append(name,paste("[",str,"M-",localCharge,"H+",ionlist[i,1],"]-",sep="")); + charge <- append(charge,ionlist[i,2]-localCharge); + massdiff<- append(massdiff,ionlist[i,3]-(localCharge*1.007276)); + nmol <- append(nmol,k); + quasi <- append(quasi,0); + oidscore<-append(oidscore,oid+i); + ips<-append(ips,0.25); + next; + } + } + if(ionlist[i,2]== -1){ + name<-append(name,paste("[",str,"M-H+",ionlist[i,1],"]2-",sep="")); + }else{ + name<-append(name,paste("[",str,"M-H+",ionlist[i,1],"]",ionlist[i,2]+1,"-",sep="")); + } + charge <- append(charge,ionlist[i,2]-1); + massdiff<- append(massdiff,ionlist[i,3]-1.007276); + nmol <- append(nmol,k); + quasi <- append(quasi,0); + oidscore<-append(oidscore,oid+i); + ips<-append(ips,tmpips); + #Austausch + } + oid<-oid+nrow(ionlist); + coeff<-expand.grid(rep(list(0:nion),nrow(ionlist))) + if(length(list<-which(ionlist[,2]>=0))>0){ + coeff[,list]<-0; + } + coeff<-unique(coeff); + coeff<-cbind(coeff,rep(0,nrow(coeff))); + coeff<-coeff[-1,] ## remove first row + i <- 1 + while (i <= nrow(coeff)){ + tmpname<-paste("[",str,"M",sep=""); + tmpcharge<-0;tmpmass<-0; + for(ii in 1:(ncol(coeff)-1)){ + if(coeff[i,ii]>0){ + if(coeff[i,ii]>1){ + tmpname<-paste(tmpname,"+",coeff[i,ii],ionlist[ii,1],sep=""); + }else{ + tmpname<-paste(tmpname,"+",ionlist[ii,1],sep=""); + } + tmpcharge<-tmpcharge+coeff[i,ii]*ionlist[ii,2]; + tmpmass<-tmpmass+coeff[i,ii]*ionlist[ii,3] + } + } + if(coeff[i,ncol(coeff)]>0){ + #Austausch hat stattgefunden, einfach bsp 1 + tmpname<-paste(tmpname,"-H",sep=""); + tmpcharge<-tmpcharge-1; + tmpmass<-tmpmass-1.007276; + tmpips<-0.5; + } + if(tmpcharge< -1){ + tmpname<-paste(tmpname,"]",abs(tmpcharge),"-",sep="") + }else{ + tmpname<-paste(tmpname,"]-",sep="") + } + name<-append(name,tmpname) + charge<-append(charge,tmpcharge) + massdiff<-append(massdiff,tmpmass) + nmol <-append(nmol,k); + oidscore<-append(oidscore,oid+i) + if(sum(coeff[i,])==1&& k==1){ + quasi <-append(quasi,1); + }else{ + quasi <-append(quasi,0); + } + ips <-append(ips,tmpips); + i <- i+1 + } + } + oid<-max(oidscore); + + ##Erzeuge Neutral Addition + index<-which(quasi==1) + for(i in 1:nrow(neutraladdition)){ + if(length(index2<-which(ionlist[,2]<0))>0){ + for(ii in 1:length(index2)){ + if(ionlist[index2[ii],2]< -1){ + name <- append(name,paste("[M+",ionlist[index2[ii],1],"+",neutraladdition[i,1],"]",abs(ionlist[index2[ii],2]),"-",sep="")); + }else{ + name <- append(name,paste("[M+",ionlist[index2[ii],1],"+",neutraladdition[i,1],"]-",sep="")); + } + charge <- append(charge,ionlist[index2[ii],2]); + massdiff<- append(massdiff,neutraladdition[i,2]+ionlist[index2[ii],3]); + nmol <- append(nmol,1); + quasi <- append(quasi,0); + oidscore<-append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.5); + } + } + name<-append(name,paste("[M-H+",neutraladdition[i,1],"]-",sep="")); + charge<-append(charge,-1); + massdiff<- append(massdiff,neutraladdition[i,2]-1.007276); + nmol<-append(nmol,1); + quasi<-append(quasi,0) + oidscore<-append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.5); + } + oid<-max(oidscore); + + ##Erzeuge Neutral loss + index<-which(quasi==1) + for(i in 1:nrow(neutralloss)){ + name<-append(name,paste("[M-H-",neutralloss[i,1],"]-",sep="")); + charge<-append(charge,-1); + massdiff<- append(massdiff,-neutralloss[i,2]-1.007276); + nmol<-append(nmol,1); + quasi<-append(quasi,0) + oidscore<-append(oidscore,oid+1);oid<-oid+1; + ips<-append(ips,0.25); + } + ruleset <- data.frame(name,nmol,charge,massdiff,oidscore,quasi,ips) + if(length(index<-which(ruleset[,"charge"]< -maxcharge))>0){ + ruleset<- ruleset[-index,]; + } + }else stop("Unknown error") + + ## Update object rules and return ruleset + object@rules=ruleset + object; +} +generateRules2 <- function (object) { + + maxcharge=object@maxcharge + mol=object@mol + nion=object@nion + nnloss=object@nnloss + nnadd=object@nnadd + nh=object@nh + polarity=object@polarity + + ionlist=object@ionlist + neutralloss=object@neutralloss + neutraladdition=object@neutraladdition + + rules=object@rules + + ##Create Rules + ruleset <- matrix(nrow=0, ncol=8); + colnames(ruleset) <- c("name", "nmol","charge", "massdiff", "typ","mandatory", + "score", "parent") + + tmpname <- c(); + tmpcharge <- 0; + tmpmass <- 0; + tmpionparent <- NA; + massH <- 1.007276 + + ##Positive Rule set + if(polarity == "positive"){ + charge <- "+" + chargeValue <- 1 + }else if(polarity == "negative"){ + charge <- "-" + chargeValue <- -1 + }else{ + stop("Unknown polarity mode in rule set generation! Debug!\n") + } + + #Hydrogen part is hard coded + for(k in 1:mol) { + if(k == 1){ + #For M+H + str <- ""; + tmpips <- 1.5; + quasi <- 1 + }else{ + #For xM+H + str <- k; + tmpips <- 0; + quasi <- 0 + } + + for(xh in seq.int(nh)){ + if(xh == 1){ + ruleset <- rbind(ruleset, cbind(paste("[", str, "M", charge, "H]", charge, sep=""), k, chargeValue, + massH*chargeValue, "A", + quasi, tmpips+0.5, tmpionparent)); + } else { + ruleset <- rbind(ruleset, cbind(paste("[", str, "M", charge, xh, "H]", xh, charge, sep=""), + k,xh*chargeValue, massH*xh*chargeValue, "A", 0, 0.5, tmpionparent+1)); + } + } + + for(i in 1:nrow(ionlist)){ + #Add change of kat- respectively anion against one hydrogen + if(ionlist[i, 2] > 0 & charge == "-"){ + if(ionlist[i, 2] == 1){ + sumcharge <- ""; + hdiff <- 1; + }else{ + sumcharge <- ionlist[i, 2]; + hdiff <- ionlist[i,2]-1; + } + ruleset <- rbind(ruleset, cbind(paste("[", str, "M", charge,"H+", ionlist[i,1], "-", sumcharge,"H]", "", + charge, sep=""), k, ionlist[i, 2]*chargeValue, + ionlist[i, 3]-massH*(1+hdiff), + "A", 0, 0.25, tmpionparent)); + } + + #xM+H + additional Kation like Na or K + if(ionlist[i,2] <= 0 & chargeValue > 0) { + #Ions with negative charge, when polarity is positive + next; + } else if(ionlist[i, 2] >= 0 & chargeValue < 0){ + #Ions with positive charge, when polarity is negative + next; + } + + #Add Rule to Ruleset + if(abs(ionlist[i, 2]) == 1){ + ruleset <- rbind(ruleset, cbind(paste("[", str, "M", charge,"H+", ionlist[i,1], "]2", + charge, sep=""), k, ionlist[i, 2]+1*chargeValue, + ionlist[i, 3]+massH*chargeValue, "A", 0, 0.25, tmpionparent)); + }else{ + ruleset <- rbind(ruleset, cbind(paste("[", str, "M", charge,"H+", ionlist[i, 1], "]", + ionlist[i, 2]+(1*chargeValue), + charge, sep=""), k, ionlist[i, 2]+1*chargeValue, + ionlist[i, 3]+massH*chargeValue, "A" ,0, 0.25, tmpionparent)); + } + + }#End for loop nrow(ionlist) + + ##Coeff - coefficient Matrix, for generating rules with + #combination of kat- or anionsexchange ions like [M-2H+Na] (M-H and change of H against Na) + coeff <- expand.grid(rep(list(0:nion), nrow(ionlist))) + if(chargeValue > 0){ + index <- which(ionlist[, 2] <= 0); + }else{ + index <- which(ionlist[, 2] >= 0); + } + + if(length(index) > 0){ + coeff[, index] <- 0; + } + + tmp <- NULL; + for(i in 1:nrow(ionlist)){ + if((chargeValue > 0 & ionlist[i, 2] <= 0) | (chargeValue < 0 & ionlist[i,2] >=0)){ + next; + } + #Austausch erstmal nur einen pro Ion + tmp <- rbind(tmp, t(apply(coeff, 1, function(x) { + x[i] <- x[i]+1; + x[nrow(ionlist)+1] <- -1; + x } + ))); + } + coeff <- cbind(coeff, rep(0, nrow(coeff))); + colnames(coeff)[4] <- "Var4" + colnames(tmp)[4] <- "Var4" + coeff <- unique(rbind(coeff, tmp)); + + for(i in 1:nrow(coeff)){ + if(sum(coeff[i, 1:nrow(ionlist)]) > 2 | sum(coeff[i, 1:nrow(ionlist)]) < 1){ + next; + } + + tmpname <- paste("[",str,"M",sep=""); + tmpcharge <- 0; + tmpmass <- 0; + + for(ii in 1:(ncol(coeff))){ + if(coeff[i,ii] > 0){ + if(coeff[i,ii] > 1){ + tmpname <- paste(tmpname, "+", coeff[i, ii], ionlist[ii, 1], sep=""); + }else{ + tmpname <- paste(tmpname, "+", ionlist[ii, 1], sep=""); + } + tmpcharge <- tmpcharge + coeff[i, ii] * ionlist[ii, 2]; + tmpmass <- tmpmass + coeff[i, ii] * ionlist[ii, 3]; + } else if (coeff[i,ii] < 0){ + tmpname <- paste(tmpname, "-H", sep=""); + tmpcharge <- tmpcharge - 1; + tmpmass <- tmpmass - massH; + } + } + + if(abs(tmpcharge) > 1){ + tmpname <- paste(tmpname, "]", tmpcharge, charge, sep="") + }else{ + tmpname <- paste(tmpname, "]", charge, sep="") + } + + if(tmpcharge > maxcharge | tmpcharge == 0){ + next; + } + + if(sum(coeff[i, ]) == 1 && k == 1 && coeff[i, 4] >=0){ + ruleset <- rbind(ruleset, cbind(tmpname, k, tmpcharge, tmpmass, "A", 1, 0.75, tmpionparent)); + }else{ + ruleset <- rbind(ruleset, cbind(tmpname, k, tmpcharge, tmpmass, "A", 0, 0.25, tmpionparent)); + } + }#end for loop nrow(coeff) + }#end for loop k + + # Create neutral addition to M+H from list + for(i in 1:nrow(neutraladdition)){ + #Add neutral ion to only M+H + ruleset <- rbind(ruleset, cbind(paste("[M", charge, "H+", neutraladdition[i, 1], "]", charge, sep="") , 1, chargeValue, + neutraladdition[i, 2]+(massH*chargeValue), "A", 0, 0.25, 1)); + } + + ## Add neutral loss from list to ruleset + for(i in 1:nrow(neutralloss)){ + ruleset <- rbind(ruleset, cbind(paste("-", neutralloss[i, 1], sep=""), 1, 0, + -neutralloss[i, 2], "F", 0, 0.25, 1)); + #Eliminate rules with charge > maxcharge + if(length(index <- which(ruleset[, "charge"] > maxcharge)) > 0){ + ruleset <- ruleset[-index, ]; + } + } + ruleset <- as.data.frame(ruleset, stringsAsFactors=FALSE) + class(ruleset$nmol) <- "numeric" + class(ruleset$charge) <- "numeric" + class(ruleset$massdiff) <- "numeric" + class(ruleset$mandatory) <- "numeric" + class(ruleset$score) <- "numeric" + class(ruleset$parent) <- "numeric" + object@rules=ruleset + object; + + return(object); +} +setDefaultLists <- function(object, lib.loc=.libPaths()) { + + ##Read Tabellen + object@ionlistfile <- system.file('lists/ions.csv', package = "MetaboAnalystR", + lib.loc=lib.loc)[1] + if (!file.exists(object@ionlistfile)) stop('ions.csv not found.') + + object@neutrallossfile <- system.file('lists/neutralloss.csv', + package = "MetaboAnalystR", lib.loc=lib.loc)[1] + if (!file.exists(object@neutrallossfile)) stop('neutralloss.csv not found.') + + object@neutraladditionfile <- system.file('lists/neutraladdition.csv', + package = "MetaboAnalystR", lib.loc=lib.loc)[1] + if (!file.exists(object@neutraladditionfile)) stop('neutraladdition.csv not found.') + object +} +readLists <- function(object) { + + object@ionlist <- read.table(object@ionlistfile, header=TRUE, dec=".", sep=",", + as.is=TRUE, stringsAsFactors = FALSE); + + object@neutralloss <- read.table(object@neutrallossfile, header=TRUE, dec=".", sep=",", + as.is=TRUE, stringsAsFactors = FALSE); + + object@neutraladdition <- read.table(object@neutraladditionfile, + header=TRUE, dec=".", sep=",", + as.is=TRUE, stringsAsFactors = FALSE); + object +} +setParams <- function (object, maxcharge=3, mol=3, nion=2, nnloss=1, nnadd=1, nh=2, + polarity=NULL, lib.loc=NULL) { + object@maxcharge=maxcharge + object@mol=mol + object@nion=nion + object@nnloss=nnloss + object@nnadd=nnadd + object@nh=nh + object@polarity=polarity + object@lib.loc=lib.loc + object +} +annotateGrp <- function(ipeak, imz, rules, mzabs, devppm, isotopes, quasimolion, rules.idx) { + #m/z vector for group i with peakindex ipeak + mz <- imz[ipeak]; + naIdx <- which(!is.na(mz)) + + #Spectrum have only annotated isotope peaks, without monoisotopic peak + #Give error or warning? + if(length(na.omit(mz[naIdx])) < 1){ + return(NULL); + } + + ML <- massDiffMatrix(mz[naIdx], rules[rules.idx,]); + + hypothese <- createHypothese(ML, rules[rules.idx, ], devppm, mzabs, naIdx); + + #create hypotheses + if(is.null(nrow(hypothese)) || nrow(hypothese) < 2 ){ + return(NULL); + } + + #remove hypotheses, which violates via isotope annotation discovered ion charge + if(length(isotopes) > 0){ + hypothese <- checkIsotopes(hypothese, isotopes, ipeak); + } + + if(nrow(hypothese) < 2){ + return(NULL); + } + + #Test if hypothese grps include mandatory ions + #Filter Rules #2 + if(length(quasimolion) > 0){ + hypothese <- checkQuasimolion(hypothese, quasimolion); + } + + if(nrow(hypothese) < 2){ + return(NULL); + }; + + #Entferne Hypothesen, welche gegen OID-Score&Kausalität verstossen! + hypothese <- checkOidCausality(hypothese, rules[rules.idx, ]); + if(nrow(hypothese) < 2){ + return(NULL); + }; + + #Prüfe IPS-Score + hypothese <- checkIps(hypothese) + if(nrow(hypothese) < 2){ + return(NULL) + } + + #We have hypotheses and want to add neutral losses + if("typ" %in% colnames(rules)){ + hypothese <- addFragments(hypothese, rules, mz) + + hypothese <- resolveFragmentConnections(hypothese) + } + return(hypothese); +} +massDiffMatrix <- function(m, rules){ + #m - m/z vector + #rules - annotation rules + nRules <- nrow(rules); + DM <- matrix(NA, length(m), nRules) + + for (i in seq_along(m)){ + for (j in seq_len(nRules)){ + DM[i, j] <- (abs(rules[j, "charge"] * m[i]) - rules[j, "massdiff"]) / rules[j, "nmol"] # ((z*m) - add) /n + } + } + return(DM) +} +createHypothese <- function(ML, rules, devppm, mzabs, naIdx){ + ML.nrow <- nrow(ML); + ML.vec <- as.vector(ML); + max.value <- max(round(ML, 0)); + hashmap <- vector(mode="list", length=max.value); + for(i in 1:length(ML)){ + val <- trunc(ML[i],0); + if(val>1){ + hashmap[[val]] <- c(hashmap[[val]],i); + } + } + if("ips" %in% colnames(rules)){ + score <- "ips" + }else{ + score <- "score" + } + hypothese <- matrix(NA,ncol=8,nrow=0); + colnames(hypothese) <- c("massID", "ruleID", "nmol", "charge", "mass", "score", "massgrp", "check"); + massgrp <- 1; + + for(i in seq(along=hashmap)){ + if(is.null(hashmap[[i]])){ + next; + } + + candidates <- ML.vec[hashmap[[i]]]; + candidates.index <- hashmap[[i]]; + if(i != 1 && !is.null(hashmap[[i-1]]) && min(candidates) < i+(2*devppm*i+mzabs)){ + index <- which(ML.vec[hashmap[[i-1]]]> i-(2*devppm*i+mzabs)) + if(length(index)>0) { + candidates <- c(candidates, ML.vec[hashmap[[i-1]]][index]); + candidates.index <- c(candidates.index,hashmap[[i-1]][index]); + } + } + + if(length(candidates) < 2){ + next; + } + + tol <- max(2*devppm*mean(candidates, na.rm=TRUE))+ mzabs; + result <- cutree(hclust(dist(candidates)), h=tol); + index <- which(table(result) >= 2); + if(length(index) == 0){ + next; + } + m <- lapply(index, function(x) which(result == x)); + for(ii in 1:length(m)){ + ini.adducts <- candidates.index[m[[ii]]]; + for( iii in 1:length(ini.adducts)){ + adduct <- ini.adducts[iii] %/% ML.nrow +1; + mass <- ini.adducts[iii] %% ML.nrow; + if(mass == 0){ + mass <- ML.nrow; + adduct <- adduct -1; + } + hypothese <- rbind(hypothese, c(naIdx[mass], adduct, rules[adduct, "nmol"], rules[adduct, "charge"], mean(candidates[m[[ii]]]), rules[adduct,score],massgrp ,1)); + } + if(length(unique(hypothese[which(hypothese[, "massgrp"] == massgrp), "massID"])) == 1){ + ##only one mass annotated + hypothese <- hypothese[-(which(hypothese[,"massgrp"]==massgrp)),,drop=FALSE] + }else{ + massgrp <- massgrp +1; + } + } + } + return(hypothese); +} +checkIsotopes <- function(hypothese, isotopes, ipeak){ + for(hyp in 1:nrow(hypothese)){ + peakid <- ipeak[hypothese[hyp, 1]]; + if(!is.null(isotopes[[peakid]])){ + #Isotope da + explainable <- FALSE; + if(isotopes[[peakid]]$charge == abs(hypothese[hyp, "charge"])){ + explainable <- TRUE; + } + if(!explainable){ + #delete Rule + hypothese[hyp,"check"]=0; + } + } + } + hypothese <- hypothese[which(hypothese[, "check"]==TRUE), ,drop=FALSE]; + #check if hypothese grps annotate at least two different peaks + hypothese <- checkHypothese(hypothese) + + return(hypothese) +} +checkHypothese <- function(hypothese){ + if(is.null(nrow(hypothese))){ + hypothese <- matrix(hypothese, byrow=F, ncol=8) + } + colnames(hypothese) <- c("massID", "ruleID", "nmol", "charge", "mass", "score", "massgrp", "check") + for(i in unique(hypothese[,"massgrp"])){ + if(length(unique(hypothese[which(hypothese[, "massgrp"] == i), "massID"])) == 1){ + ##only one mass annotated + hypothese <- hypothese[-(which(hypothese[,"massgrp"]==i)), , drop=FALSE] + } + } + return(hypothese) +} + +checkIps <- function(hypothese){ + for(hyp in 1:nrow(hypothese)){ + if(length(which(hypothese[, "massgrp"] == hypothese[hyp, "massgrp"])) < 2){ + hypothese[hyp, "check"] = 0; + } + } + hypothese <- hypothese[which(hypothese[, "check"]==TRUE), ]; + if(is.null(nrow(hypothese))) { + hypothese <- matrix(hypothese, byrow=F, ncol=9) + } + if(nrow(hypothese) < 1){ + colnames(hypothese)<-c("massID", "ruleID", "nmol", "charge", "mass", "oidscore", "ips","massgrp", "check") + return(hypothese) + } + for(hyp in 1:nrow(hypothese)){ + if(length(id <- which(hypothese[, "massID"] == hypothese[hyp, "massID"] & hypothese[, "check"] != 0)) > 1){ + masses <- hypothese[id, "mass"] + nmasses <- sapply(masses, function(x) { + sum(hypothese[which(hypothese[, "mass"] == x), "score"]) + }) + masses <- masses[-which(nmasses == max(nmasses))]; + if(length(masses) > 0){ + hypothese[unlist(sapply(masses, function(x) {which(hypothese[, "mass"]==x)})), "check"]=0; + } + } + } + + hypothese <- hypothese[which(hypothese[, "check"]==TRUE), ,drop=FALSE]; + #check if hypothese grps annotate at least two different peaks + hypothese <- checkHypothese(hypothese) + return(hypothese) +} +checkOidCausality <- function(hypothese,rules){ + #check every hypothese grp + for(hyp in unique(hypothese[,"massgrp"])){ + hyp.nmol <- which(hypothese[, "massgrp"] == hyp & hypothese[, "nmol"] > 1) + + for(hyp.nmol.idx in hyp.nmol){ + if(length(indi <- which(hypothese[, "mass"] == hypothese[hyp.nmol.idx, "mass"] & + abs(hypothese[, "charge"]) == hypothese[, "nmol"])) > 1){ + if(hyp.nmol.idx %in% indi){ + #check if [M+H] [2M+2H]... annotate the same molecule + massdiff <- rules[hypothese[indi, "ruleID"], "massdiff"] / + rules[hypothese[indi, "ruleID"], "charge"] + if(length(indi_new <- which(duplicated(massdiff))) > 0){ + hypothese[hyp.nmol.idx, "check"] <- 0; + } + } + } + } + } + + hypothese <- hypothese[which(hypothese[, "check"] == TRUE), ,drop=FALSE]; + #check if hypothese grps annotate at least two different peaks + hypothese <- checkHypothese(hypothese) + return(hypothese) +} +checkQuasimolion <- function(hypothese, quasimolion){ + hypomass <- unique(hypothese[, "mass"]) + for(mass in 1:length(hypomass)){ + if(!any(quasimolion %in% hypothese[which(hypothese[, "mass"] == hypomass[mass]), "ruleID"])){ + hypothese[which(hypothese[, "mass"] == hypomass[mass]), "check"] = 0; + }else if(is.null(nrow(hypothese[which(hypothese[, "mass"] == hypomass[mass]), ]))){ + hypothese[which(hypothese[, "mass"] == hypomass[mass]), "check"] = 0; + } + } + + hypothese <- hypothese[which(hypothese[, "check"]==TRUE), , drop=FALSE]; + #check if hypothese grps annotate at least two different peaks + hypothese <- checkHypothese(hypothese) + + return(hypothese) +} + +getderivativeIons <- function(annoID, annoGrp, rules, npeaks){ + #generate Vector length npeaks + derivativeIons <- vector("list", npeaks); + #intrinsic charge + #TODO: Not working at the moment + charge <- 0; + + #check if we have annotations + if(nrow(annoID) < 1){ + return(derivativeIons); + } + + for(i in 1:nrow(annoID)){ + + peakid <- annoID[i, 1]; + grpid <- annoID[i, 2]; + ruleid <- annoID[i, 3]; + + if(is.null(derivativeIons[[peakid]])){ + #Peak has no annotations so far + if(charge == 0 | rules[ruleid, "charge"] == charge){ + derivativeIons[[peakid]][[1]] <- list( rule_id = ruleid, + charge = rules[ruleid, "charge"], + nmol = rules[ruleid, "nmol"], + name = paste(rules[ruleid, "name"]), + mass = annoGrp[grpid, 2]) + } + } else { + #Peak has already an annotation + if(charge == 0 | rules[ruleid, "charge"] == charge){ + derivativeIons[[peakid]][[(length( + derivativeIons[[peakid]])+1)]] <- list( rule_id = ruleid, + charge = rules[ruleid, "charge"], + nmol = rules[ruleid, "nmol"], + name=paste(rules[ruleid, "name"]), + mass=annoGrp[grpid, 2]) + } + } + + charge <- 0; + } + return(derivativeIons); +} +getIsotopeCluster <- function(object, number=NULL, value="maxo", + sampleIndex=NULL){ + + #check values + if(is.null(object)) { + stop("No xsa argument was given.\n"); + }else if(!class(object)=="xsAnnotate"){ + stop("Object parameter is no xsAnnotate object.\n"); + } + + value <- match.arg(value, c("maxo", "into", "intb"), several.ok=FALSE) + + if(!is.null(number) & !is.numeric(number)){ + stop("Number must be NULL or numeric"); + } + + if(!is.null(sampleIndex) & !all(is.numeric(sampleIndex))){ + stop("Parameter sampleIndex must be NULL or numeric"); + } + + if(is.null(sampleIndex)){ + nSamples <- 1; + } else if( all(sampleIndex <= length(object@xcmsSet@filepaths) & sampleIndex > 0)){ + nSamples <- length(sampleIndex); + } else { + stop("All values in parameter sampleIndex must be lower equal + the number of samples and greater than 0.\n") + } + + if(length(sampnames(object@xcmsSet)) > 1){ ## more than one sample + gvals <- groupval(object@xcmsSet, value=value); + groupmat <- object@groupInfo; + iso.matrix <- matrix(0, ncol=nSamples, nrow=length(object@isotopes)); + if(is.null(sampleIndex)){ + for(i in 1:length(object@pspectra)){ + iso.matrix[object@pspectra[[i]],1] <- gvals[object@pspectra[[i]],object@psSamples[i]]; + } + } else { + for(i in 1:length(object@pspectra)){ + iso.matrix[object@pspectra[[i]], ] <- gvals[object@pspectra[[i]], sampleIndex] + } + } + peakmat <- cbind(groupmat[, "mz"], iso.matrix ); + rownames(peakmat) <- NULL; + if(is.null(sampleIndex)){ + colnames(peakmat) <- c("mz",value); + }else{ + colnames(peakmat) <- c("mz", sampnames(object@xcmsSet)[sampleIndex]); + } + + if(any(is.na(peakmat))){ + print("Warning: peak table contains NA values. To remove apply fillpeaks on xcmsSet."); + } + + } else if(length(sampnames(object@xcmsSet)) == 1){ ## only one sample was + peakmat <- object@groupInfo[, c("mz", value)]; + } else { + stop("sampnames could not extracted from the xcmsSet.\n"); + } + + #collect isotopes + + index <- which(!sapply(object@isotopes, is.null)); + + tmp.Matrix <- cbind(index, matrix(unlist(object@isotopes[index]), ncol=4, byrow=TRUE)) + colnames(tmp.Matrix) <- c("Index","IsoCluster","Type","Charge","Val") + + max.cluster <- max(tmp.Matrix[,"IsoCluster"]) + max.type <- max(tmp.Matrix[,"Type"]) + + isotope.Matrix <- matrix(NA, nrow=max.cluster, ncol=(max.type+2)); + invisible(apply(tmp.Matrix,1, function(x) { + isotope.Matrix[x["IsoCluster"],x["Type"]+2] <<- x["Index"]; + isotope.Matrix[x["IsoCluster"],1] <<- x["Charge"]; + })) + + invisible(apply(isotope.Matrix,1, function(x) { + list(peaks=peakmat[na.omit(x[-1]),],charge=x[1]) + })) +} + +naOmit <- function(x) { + return (x[!is.na(x)]); +} +####### ------------ ======== Bottom of this kit ========= ------------ ######\ + +# --------------------------------------5.MSread-------------------------- +read.MSdata <- function(files, pdata = NULL, msLevel. = NULL, centroided. = NA, + smoothed. = NA, cache. = 1L, + mode = c("inMemory", "onDisk")) { + mode <- match.arg(mode) + ## o normalize the file path, i.e. replace relative path with absolute + ## path. That fixes possible problems on Windows with SNOW parallel + ## processing and also proteowizard problems on unis system with ~ paths. + files <- normalizePath(files) + suppressWarnings(.hasChroms <- MSnbase::hasChromatograms(files)) + + if (!length(files)) { + process <- new("MSnProcess", + processing = paste("No data loaded:", date())) + if (mode == "inMemory") + res <- new("MSnExp", + processingData = process) + else res <- new("OnDiskMSnExp", + processingData = process) + } else { + if (mode == "inMemory") { + if (is.null(msLevel.)) msLevel. <- 2L + res <- read.InMemMSd.data(files, pdata = pdata, msLevel. = msLevel., + centroided. = centroided., smoothed. = smoothed., cache. = cache.) + } else { ## onDisk + res <- read.OnDiskMS.data(files = files, pdata = pdata, + msLevel. = msLevel., centroided. = centroided., smoothed. = smoothed.) + } + } + res +} + +read.InMemMSd.data <- function(files, pdata, msLevel., centroided., smoothed., cache. = 1) { + MSnbase:::.testReadMSDataInput(environment()) + if (msLevel. == 1) cache. <- 0 + msLevel. <- as.integer(msLevel.) + ## Creating environment with Spectra objects + assaydata <- new.env(parent = emptyenv()) + ioncount <- c() + ioncounter <- 1 + filenams <- filenums <- c() + fullhd2 <- fullhdorder <- c() + fullhdordercounter <- 1 + .instrumentInfo <- list() + ## List eventual limitations + #if (MSnbase:::isCdfFile(files)) { + # message("Polarity can not be extracted from netCDF files, please set ", + # "manually the polarity with the 'polarity' method.") + #} + ## ## Idea: + ## ## o initialize a featureData-data.frame, + ## ## o for each file, extract header info and put that into + ## featureData; + + for (f in files) { + print(paste("Reading MS from",basename(f),"begin !")) + + filen <- match(f, files) + filenums <- c(filenums, filen) + filenams <- c(filenams, f) + ## issue #214: define backend based on file format. + msdata <- mzR::openMSfile(f,backend = NULL) + .instrumentInfo <- c(.instrumentInfo, list(mzR::instrumentInfo(msdata))) + fullhd <- mzR::header(msdata) + ## Issue #325: get centroided information from file, but overwrite if + ## specified with centroided. parameter. + if (!is.na(centroided.)) + fullhd$centroided <- as.logical(centroided.) + spidx <- which(fullhd$msLevel == msLevel.) + ## increase vectors as needed + ioncount <- c(ioncount, numeric(length(spidx))) + fullhdorder <- c(fullhdorder, numeric(length(spidx))) + if (msLevel. == 1) { + if (length(spidx) == 0) + stop("No MS1 spectra in file",f) + + pb <- progress_bar$new(format = "Reading [:bar] :percent Time left: :eta", + total = length(spidx), clear = T, width= 75) + + for (i in 1:length(spidx)) { + + pb$tick(); + + j <- spidx[i] + hd <- fullhd[j, ] + ## Fix missing polarity from netCDF + pol <- hd$polarity + if (length(pol) == 0) + pol <- NA + .p <- mzR::peaks(msdata, j) + sp <- new("Spectrum1", + rt = hd$retentionTime, + acquisitionNum = as.integer(hd$acquisitionNum), + scanIndex = as.integer(hd$seqNum), + tic = hd$totIonCurrent, + mz = .p[, 1], + intensity = .p[, 2], + fromFile = as.integer(filen), + centroided = as.logical(hd$centroided), + smoothed = as.logical(smoothed.), + polarity = as.integer(pol)) + ## peaksCount + ioncount[ioncounter] <- sum(.p[, 2]) + ioncounter <- ioncounter + 1 + .fname <-MSnbase:::formatFileSpectrumNames(fileIds=filen, + spectrumIds=i, + nSpectra=length(spidx), + nFiles=length(files)) + assign(.fname, sp, assaydata) + fullhdorder[fullhdordercounter] <- .fname + fullhdordercounter <- fullhdordercounter + 1 + } + } else { ## .msLevel != 1 + if (length(spidx) == 0) + stop("No MS(n>1) spectra in file", f) + print(paste("Reading ", length(spidx), " MS", msLevel., + " spectra from file ", basename(f))) + + scanNums <- fullhd[fullhd$msLevel == msLevel., "precursorScanNum"] + if (length(scanNums) != length(spidx)) + stop("Number of spectra and precursor scan number do not match!") + + pb <- progress_bar$new(format = "Reading [:bar] :percent Time left: :eta", + total = length(spidx), clear = T, width= 75) + + for (i in 1:length(spidx)) { + + pb$tick(); + + j <- spidx[i] + hd <- fullhd[j, ] + .p <- mzR::peaks(msdata, j) + sp <- new("Spectrum2", + msLevel = as.integer(hd$msLevel), + merged = as.numeric(hd$mergedScan), + precScanNum = as.integer(scanNums[i]), + precursorMz = hd$precursorMZ, + precursorIntensity = hd$precursorIntensity, + precursorCharge = as.integer(hd$precursorCharge), + collisionEnergy = hd$collisionEnergy, + rt = hd$retentionTime, + acquisitionNum = as.integer(hd$acquisitionNum), + scanIndex = as.integer(hd$seqNum), + tic = hd$totIonCurrent, + mz = .p[, 1], + intensity = .p[, 2], + fromFile = as.integer(filen), + centroided = as.logical(hd$centroided), + smoothed = as.logical(smoothed.), + polarity = as.integer(hd$polarity)) + ## peaksCount + ioncount[ioncounter] <- sum(.p[, 2]) + ioncounter <- ioncounter + 1 + .fname <- MSnbase:::formatFileSpectrumNames(fileIds=filen, + spectrumIds=i, + nSpectra=length(spidx), + nFiles=length(files)) + assign(.fname, sp, assaydata) + fullhdorder[fullhdordercounter] <- .fname + fullhdordercounter <- fullhdordercounter + 1 + } + } + if (cache. >= 1) + fullhd2 <- rbind(fullhd2, fullhd[spidx, ]) + + gc() + mzR::close(msdata) + rm(msdata); + + + print(paste("This reading finished !")) + + } + + ## cache level 2 yet implemented + cache. <- MSnbase:::testCacheArg(cache., maxCache = 2) + if (cache. >= 1) { + fl <- sapply(assaydata, function(x) x@fromFile) + featnms <- ls(assaydata) ## feature names in final MSnExp + fl <- fl[featnms] ## reorder file numbers + stopifnot(all(base::sort(featnms) == base::sort(fullhdorder))) + fullhdorder <- match(featnms, fullhdorder) + tmphd <- fullhd2[fullhdorder, ] ## reorder + ioncount <- ioncount[fullhdorder] + newhd <- data.frame(fileIdx = fl, + retention.time = tmphd$retentionTime, + precursor.mz = tmphd$precursorMZ, + precursor.intensity = tmphd$precursorIntensity, + charge = tmphd$precursorCharge, + peaks.count = tmphd$peaksCount, + tic = tmphd$totIonCurrent, + ionCount = ioncount, + ms.level = tmphd$msLevel, + acquisition.number = tmphd$acquisitionNum, + collision.energy = tmphd$collisionEnergy) + } else { + newhd <- NULL ## not used anyway + } + .cacheEnv <- MSnbase:::setCacheEnv(list("assaydata" = assaydata, + "hd" = newhd), + cache., lock = TRUE) + ## CACHING AS BEEN SUPERSEDED BY THE OnDiskMSnExp IMPLEMENTATION + ## if cache==2, do not lock assign msdata in .cacheEnv then lock + ## it and do not close(msdata) above; rm(msdata) is OK + + ## Create 'MSnProcess' object + process <- new("MSnProcess", + processing = paste("Data loaded:", date()), + files = files, + smoothed = smoothed.) + ## Create 'fdata' and 'pdata' objects + nms <- ls(assaydata) + if (is.null(pdata)) { + .pd <- data.frame(sampleNames = basename(files)) + rownames(.pd) <- .pd$sampleNames + pdata <- new("AnnotatedDataFrame", + data = .pd) + } + fdata <- new("AnnotatedDataFrame", + data = data.frame( + spectrum = 1:length(nms), + row.names = nms)) + fdata <- fdata[ls(assaydata)] ## reorder features + ## expriment data slot + if (length(.instrumentInfo) > 1) { + cmp <- length(unique(sapply(.instrumentInfo, "[[", 1))) + if (cmp > 1) + message("According to the instrument information in the files,\n", + "the data has been acquired on different instruments!") + for (nm in names(.instrumentInfo[[1]])) + .instrumentInfo[[1]][[nm]] <- sapply(.instrumentInfo, "[[", nm) + } + expdata <- new("MIAPE", + instrumentManufacturer = .instrumentInfo[[1]]$manufacturer, + instrumentModel = .instrumentInfo[[1]]$model, + ionSource = .instrumentInfo[[1]]$ionisation, + analyser = as.character(.instrumentInfo[[1]]$analyzer), + detectorType = .instrumentInfo[[1]]$detector) + ## Create and return 'MSnExp' object + + toReturn <- new("MSnExp", + assayData = assaydata, + phenoData = pdata, + featureData = fdata, + processingData = process, + experimentData = expdata, + .cache = .cacheEnv) + return(toReturn) +} +read.OnDiskMS.data <- function(files, pdata, msLevel., centroided., smoothed.) { + MSnbase:::.testReadMSDataInput(environment()) + stopifnot(is.logical(centroided.)) + + ## Creating environment with Spectra objects + assaydata <- new.env(parent = emptyenv()) + filenams <- filenums <- c() + fullhd2 <- fullhdorder <- c() + fullhdordercounter <- 1 + .instrumentInfo <- list() + ## List eventual limitations + if (MSnbase:::isCdfFile(files)) { + message("Polarity can not be extracted from netCDF files, please set ", + "manually the polarity with the 'polarity' method.") + } + ## Idea: + ## o initialize a featureData-data.frame, + featureDataList <- list() + ## o for each file, extract header info and put that into featureData + pb <- progress_bar$new(format = "Reading [:bar] :percent Time left: :eta", + total = length(spidx), clear = T, width= 75) + + for (f in files) { + + pb$tick(); + + filen <- match(f, files) + filenums <- c(filenums, filen) + filenams <- c(filenams, f) + ## issue #214: define backend based on file format. + msdata <- mzR::openMSfile(f,backend = NULL) + .instrumentInfo <- c(.instrumentInfo, list(mzR::instrumentInfo(msdata))) + fullhd <- mzR::header(msdata) + spidx <- seq_len(nrow(fullhd)) + + ## Don't read the individual spectra, just define the names of + ## the spectra. + fullhdorder <- c(fullhdorder, + MSnbase:::formatFileSpectrumNames(fileIds=filen, + spectrumIds=seq_along(spidx), + nSpectra=length(spidx), + nFiles=length(files))) + ## Extract all Spectrum info from the header and put it into the featureData + fdData <- fullhd[spidx, , drop = FALSE] + ## rename totIonCurrent and peaksCount, as detailed in + ## https://github.com/lgatto/MSnbase/issues/105#issuecomment-229503816 + names(fdData) <- sub("peaksCount", "originalPeaksCount", names(fdData)) + ## Add also: + ## o fileIdx -> links to fileNames property + ## o spIdx -> the index of the spectrum in the file. + fdData <- cbind(fileIdx = rep(filen, nrow(fdData)), + spIdx = spidx, + smoothed = rep(as.logical(smoothed.), nrow(fdData)), + fdData, stringsAsFactors = FALSE) + if (MSnbase:::isCdfFile(f)) { + ## Add the polarity columns if missing in netCDF + if (!any(colnames(fdData) == "polarity")) + fdData <- cbind(fdData, polarity = rep(as.integer(NA), + nrow(fdData))) + } + ## Order the fdData by acquisitionNum to force use of acquisitionNum + + ## as unique ID for the spectrum (issue #103). That way we can use + ## the spIdx (is the index of the spectrum within the file) for + ## subsetting and extracting. + if (!all(sort(fdData$acquisitionNum) == fdData$acquisitionNum)) + warning(paste("Unexpected acquisition number order detected.", + "Please contact the maintainers or open an issue", + "on https://github.com/lgatto/MSnbase.", + sep = "\n")) ## see issue #160 + fdData <- fdData[order(fdData$acquisitionNum), ] + featureDataList <- c(featureDataList, list(fdData)) + ## Fix for #151; would be nice if we could remove that at some point. + gc() + mzR::close(msdata) + rm(msdata) + } + ## new in version 1.9.8 + lockEnvironment(assaydata, bindings = TRUE) + .cacheEnv <- setCacheEnv(list("assaydata" = assaydata, + "hd" = NULL), + level = 0, + lock = TRUE) + + ## Create 'MSnProcess' object + process <- new("MSnProcess", + processing = paste0("Data loaded [", date(), "]"), + files = files, + smoothed = NA) + ## Create 'fdata' and 'pdata' objects + if (is.null(pdata)) { + .pd <- data.frame(sampleNames = basename(files)) + rownames(.pd) <- .pd$sampleNames + pdata <- new("AnnotatedDataFrame", + data = .pd) + } + ## If we've got a featureDataList, use it + if (length(featureDataList) > 0) { + fdata <- do.call(rbind, featureDataList) + fdata <- cbind(fdata, spectrum = 1:nrow(fdata), + stringsAsFactors = FALSE) + ## Setting rownames on the data.frame not on the AnnotatedDataFrame; + ## did get strange errors otherwise. + rownames(fdata) <- fullhdorder + ## Re-order them + fdata <- fdata[base::sort(fullhdorder), ] + fdata <- new("AnnotatedDataFrame", data = fdata) + ## Re-order the features. + ## fdata <- fdata[ls(assaydata), ] + } else fdata <- new("AnnotatedDataFrame") + + ## expriment data slot + if (length(.instrumentInfo) > 1) { + cmp <- length(unique(sapply(.instrumentInfo, "[[", 1))) + if (cmp > 1) + message("According to the instrument information in the files,\n", + "the data has been acquired on different instruments!") + for (nm in names(.instrumentInfo[[1]])) + .instrumentInfo[[1]][[nm]] <- sapply(.instrumentInfo, "[[", nm) + } + expdata <- new("MIAPE", + instrumentManufacturer = .instrumentInfo[[1]]$manufacturer, + instrumentModel = .instrumentInfo[[1]]$model, + ionSource = .instrumentInfo[[1]]$ionisation, + analyser = as.character(.instrumentInfo[[1]]$analyzer), + detectorType = .instrumentInfo[[1]]$detector) + ## Create ProcessingStep if needed. + ## Create the OnDiskMSnExp object. + res <- new("OnDiskMSnExp", + assayData = assaydata, + phenoData = pdata, + featureData = fdata, + processingData = process, + experimentData = expdata, + .cache = .cacheEnv) + if (!is.null(msLevel.)) { + msLevel. <- as.integer(msLevel.) + res <- filterMsLevel(res, msLevel.) + } + if (any(!is.na(centroided.))) { + if (length(centroided.) == 1) { + centroided(res) <- centroided. + } else { + for (i in seq_along(centroided.)) + centroided(res, msLevel. = i) <- centroided.[i] + } + } + return(res) +} + + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_chemometrics.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_chemometrics.R new file mode 100755 index 0000000000000000000000000000000000000000..e5a6a623669919714e7d12647b7f0ebafa09ded5 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_chemometrics.R @@ -0,0 +1,2489 @@ +#'Perform PCA analysis +#'@description Perform PCA analysis, obtain variance explained, store item to PCA object +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'@param mSetObj Input name of the created mSet Object +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PCA.Anal <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + pca <- prcomp(mSetObj$dataSet$norm, center=TRUE, scale=F); + + # obtain variance explained + sum.pca <- summary(pca); + imp.pca <- sum.pca$importance; + std.pca <- imp.pca[1,]; # standard devietation + var.pca <- imp.pca[2,]; # variance explained by each PC + cum.pca <- imp.pca[3,]; # cummulated variance explained + + # store the item to the pca object + mSetObj$analSet$pca<-append(pca, list(std=std.pca, variance=var.pca, cum.var=cum.pca)); + fast.write.csv(signif(mSetObj$analSet$pca$x,5), file="pca_score.csv"); + fast.write.csv(signif(mSetObj$analSet$pca$rotation,5), file="pca_loadings.csv"); + mSetObj$analSet$pca$loading.type <- "all"; + mSetObj$custom.cmpds <- c(); + return(.set.mSet(mSetObj)); +} + +#'Rotate PCA analysis +#'@description Rotate PCA analysis +#'@param mSetObj Input name of the created mSet Object +#'@param axisOpt Input the axis option +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PCA.Flip <- function(mSetObj=NA, axisOpt){ + + mSetObj <- .get.mSet(mSetObj); + + pca<-mSetObj$analSet$pca; + # store the item to the pca object + if(axisOpt == "x"){ + pca$x[,1] <- -pca$x[,1]; + pca$rotation[,1] <- -pca$rotation[,1]; + }else if(axisOpt == "y"){ + pca$x[,2] <- -pca$x[,2]; + pca$rotation[,2] <- -pca$rotation[,2]; + }else{ # all + pca$x <- -pca$x; + pca$rotation <- -pca$rotation; + } + fast.write.csv(signif(pca$x,5), file="pca_score.csv"); + fast.write.csv(signif(pca$rotation,5), file="pca_loadings.csv"); + + mSetObj$analSet$pca <- pca; + return(.set.mSet(mSetObj)); +} + +#'Plot PCA pair summary, format image in png, tiff, pdf, ps, svg +#'@description Rotate PCA analysis +#'@usage PlotPCAPairSummary(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pc.num) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param pc.num Numeric, input a number to indicate the number of principal components to display in the pairwise score plot. +#'@export +#' +PlotPCAPairSummary <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pc.num){ + + mSetObj <- .get.mSet(mSetObj); + pclabels <- paste("PC", 1:pc.num, "\n", round(100*mSetObj$analSet$pca$variance[1:pc.num],1), "%"); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 8; + }else{ + w <- width; + } + + mSetObj$imgSet$pca.pair <- imgName; + + h <- w; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + if(mSetObj$dataSet$cls.type == "disc"){ + pairs(mSetObj$analSet$pca$x[,1:pc.num], col=GetColorSchema(mSetObj$dataSet$cls), pch=as.numeric(mSetObj$dataSet$cls)+1, labels=pclabels); + }else{ + pairs(mSetObj$analSet$pca$x[,1:pc.num], labels=pclabels); + } + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot PCA scree plot +#'@description Rotate PCA analysis +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param scree.num Numeric, input a number to indicate the number of principal components to display in the scree plot. +#'@usage PlotPCAScree(mSetObj=NA, imgName, format="png", dpi=72, width=NA, scree.num) +#'@export +#' +PlotPCAScree <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, scree.num){ + + mSetObj <- .get.mSet(mSetObj); + + stds <-mSetObj$analSet$pca$std[1:scree.num]; + pcvars<-mSetObj$analSet$pca$variance[1:scree.num]; + cumvars<-mSetObj$analSet$pca$cum.var[1:scree.num]; + + ylims <- range(c(pcvars,cumvars)); + extd<-(ylims[2]-ylims[1])/10 + miny<- ifelse(ylims[1]-extd>0, ylims[1]-extd, 0); + maxy<- ifelse(ylims[2]+extd>1, 1.0, ylims[2]+extd); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 8; + }else{ + w <- width; + } + h <- w*2/3; + + mSetObj$imgSet$pca.scree <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,6,3)); + plot(pcvars, type='l', col='blue', main='Scree plot', xlab='PC index', ylab='Variance explained', ylim=c(miny, maxy), axes=F) + text(pcvars, labels =paste(100*round(pcvars,3),'%'), adj=c(-0.3, -0.5), srt=45, xpd=T) + points(pcvars, col='red'); + + lines(cumvars, type='l', col='green') + text(cumvars, labels =paste(100*round(cumvars,3),'%'), adj=c(-0.3, -0.5), srt=45, xpd=T) + points(cumvars, col='red'); + + abline(v=1:scree.num, lty=3); + axis(2); + axis(1, 1:length(pcvars), 1:length(pcvars)); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Create 2D PCA score plot +#'@description Rotate PCA analysis +#'@usage PlotPCA2DScore(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pcx, pcy, reg = 0.95, show=1, grey.scale = 0) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param pcx Specify the principal component on the x-axis +#'@param pcy Specify the principal component on the y-axis +#'@param reg Numeric, input a number between 0 and 1, 0.95 will display the 95 percent confidence regions, and 0 will not. +#'@param show Display sample names, 1 = show names, 0 = do not show names. +#'@param grey.scale Use grey-scale colors, 1 = grey-scale, 0 = not grey-scale. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPCA2DScore <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pcx, pcy, reg = 0.95, show=1, grey.scale = 0){ + + mSetObj <- .get.mSet(mSetObj); + + xlabel = paste("PC",pcx, "(", round(100*mSetObj$analSet$pca$variance[pcx],1), "%)"); + ylabel = paste("PC",pcy, "(", round(100*mSetObj$analSet$pca$variance[pcy],1), "%)"); + pc1 = mSetObj$analSet$pca$x[, pcx]; + pc2 = mSetObj$analSet$pca$x[, pcy]; + text.lbls<-substr(names(pc1),1,14) # some names may be too long + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pca.score2d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + op<-par(mar=c(5,5,3,3)); + + if(mSetObj$dataSet$cls.type == "disc"){ + # obtain ellipse points to the scatter plot for each category + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + lvs <- levels(cls); + pts.array <- array(0, dim=c(100,2,length(lvs))); + for(i in 1:length(lvs)){ + inx <-mSetObj$dataSet$cls == lvs[i]; + groupVar<-var(cbind(pc1[inx],pc2[inx]), na.rm=T); + groupMean<-cbind(mean(pc1[inx], na.rm=T),mean(pc2[inx], na.rm=T)); + pts.array[,,i] <- ellipse::ellipse(groupVar, centre = groupMean, level = reg, npoints=100); + } + + xrg <- range(pc1, pts.array[,1,]); + yrg <- range(pc2, pts.array[,2,]); + x.ext<-(xrg[2]-xrg[1])/12; + y.ext<-(yrg[2]-yrg[1])/12; + xlims<-c(xrg[1]-x.ext, xrg[2]+x.ext); + ylims<-c(yrg[1]-y.ext, yrg[2]+y.ext); + + cols <- GetColorSchema(cls, grey.scale==1); + uniq.cols <- unique(cols); + + plot(pc1, pc2, xlab=xlabel, xlim=xlims, ylim=ylims, ylab=ylabel, type='n', main="Scores Plot", + col=cols, pch=as.numeric(mSetObj$dataSet$cls)+1); ## added + grid(col = "lightgray", lty = "dotted", lwd = 1); + + # make sure name and number of the same order DO NOT USE levels, which may be different + legend.nm <- unique(as.character(sort(cls))); + ## uniq.cols <- unique(cols); + + ## BHAN: when same color is choosen; it makes an error + if ( length(uniq.cols) > 1 ) { + names(uniq.cols) <- legend.nm; + } + + # draw ellipse + for(i in 1:length(lvs)){ + if (length(uniq.cols) > 1) { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols[lvs[i]], alpha=0.2), border=NA); + } else { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols, alpha=0.2), border=NA); + } + if(grey.scale) { + lines(pts.array[,,i], col=adjustcolor("black", alpha=0.5), lty=2); + } + } + + pchs <- GetShapeSchema(mSetObj, show, grey.scale); + if(grey.scale) { + cols <- rep("black", length(cols)); + } + if(show == 1){ + text(pc1, pc2, label=text.lbls, pos=4, xpd=T, cex=0.75); + points(pc1, pc2, pch=pchs, col=cols); + }else{ + if(length(uniq.cols) == 1){ + points(pc1, pc2, pch=pchs, col=cols, cex=1.0); + }else{ + if(grey.scale == 1 | (exists("shapeVec") && all(shapeVec>=0))){ + my.cols <- adjustcolor(cols, alpha.f = 0.4); + my.cols[pchs == 21] <- "black"; + points(pc1, pc2, pch=pchs, col=my.cols, bg=adjustcolor(cols, alpha.f = 0.4), cex=1.8); + }else{ + points(pc1, pc2, pch=21, bg=adjustcolor(cols, alpha.f = 0.4), cex=2); + } + } + } + uniq.pchs <- unique(pchs); + if(grey.scale) { + uniq.cols <- "black"; + } + + if(length(lvs) < 6){ + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + }else if (length(lvs) < 10){ + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols, cex=0.75); + }else{ + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols, cex=0.5); + } + + }else{ + plot(pc1, pc2, xlab=xlabel, ylab=ylabel, type='n', main="Scores Plot"); + points(pc1, pc2, pch=15, col="magenta"); + text(pc1, pc2, label=text.lbls, pos=4, col ="blue", xpd=T, cex=0.8); + } + par(op); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Create 3D PCA score plot +#'@description Rotate PCA analysis +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@usage PlotPCA3DScore(mSetObj=NA, imgName, format="json", inx1, inx2, inx3) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@export +#' +PlotPCA3DScore <- function(mSetObj=NA, imgName, format="json", inx1, inx2, inx3){ + mSetObj <- .get.mSet(mSetObj); + + pca <- mSetObj$analSet$pca; + pca3d <- list(); + pca3d$score$axis <- paste("PC", c(inx1, inx2, inx3), " (", 100*round( mSetObj$analSet$pca$variance[c(inx1, inx2, inx3)], 3), "%)", sep=""); + coords <- data.frame(t(signif(pca$x[,c(inx1, inx2, inx3)], 5))); + colnames(coords) <- NULL; + pca3d$score$xyz <- coords; + pca3d$score$name <- rownames(mSetObj$dataSet$norm); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + + pca3d$score$facA <- cls; + + # now set color for each group + cols <- unique(GetColorSchema(mSetObj$dataSet$cls)); + pca3d$score$colors <- my.col2rgb(cols); + imgName = paste(imgName, ".", format, sep=""); + json.obj <- RJSONIO::toJSON(pca3d, .na='null'); + sink(imgName); + cat(json.obj); + sink(); + + if(!.on.public.web){ + return(.set.mSet(mSetObj)); + } +} + +#'@export +PlotPCA3DLoading <- function(mSetObj=NA, imgName, format="json", inx1, inx2, inx3){ + mSetObj <- .get.mSet(mSetObj); + pca = mSetObj$analSet$pca + coords<-signif(as.matrix(cbind(pca$rotation[,inx1],pca$rotation[,inx2],pca$rotation[,inx3])),5); + pca3d <- list(); + + pca3d$loading$axis <- paste("Loading ", c(inx1, inx2, inx3), sep=""); + coords <- data.frame(t(signif(pca$rotation[,1:3], 5))); + + colnames(coords) <- NULL; + pca3d$loading$xyz <- coords; + pca3d$loading$name <- rownames(pca$rotation); + pca3d$loading$entrez <-rownames(pca$rotation); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + + pca3d$cls = cls; + # see if there is secondary + + require(RJSONIO); + imgName = paste(imgName, ".", format, sep=""); + json.mat <- toJSON(pca3d, .na='null'); + sink(imgName); + cat(json.mat); + sink(); + current.msg <<- "Annotated data is now ready for PCA 3D visualization!"; + + if(.on.public.web){ + return(1); + }else{ + return(.set.mSet(mSetObj)); + } + +} + +#'Update PCA loadings +#'@description Update the PCA loadings +#'@param mSetObj Input name of the created mSet Object +#'@param plotType Set annotation type, "all" to label all variables and +#'"none" to label no variables. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +UpdatePCA.Loading<- function(mSetObj=NA, plotType){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$pca$loading.type <- plotType; + mSetObj$custom.cmpds <- c(); + return(.set.mSet(mSetObj)); +} + +#'Plot PCA loadings and also set up the matrix for display +#'@description Rotate PCA analysis +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@usage PlotPCALoading(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, plotType, lbl.feat=1) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@export +#' +PlotPCALoading <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2){ + + mSetObj <- .get.mSet(mSetObj); + + loadings<-as.matrix(cbind(mSetObj$analSet$pca$rotation[,inx1],mSetObj$analSet$pca$rotation[,inx2])); + # sort based on absolute values of 1, 2 + ord.inx <- order(-abs(loadings[,1]), -abs(loadings[,2])); + loadings <- signif(loadings[ord.inx,],5); + + ldName1<-paste("Loadings", inx1); + ldName2<-paste("Loadings", inx2); + colnames(loadings)<-c(ldName1, ldName2); + mSetObj$analSet$pca$imp.loads<-loadings; # set up the loading matrix + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pca.loading <- imgName; + plotType <- mSetObj$analSet$pca$loading.type; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + par(mar=c(6,5,2,6)); + plot(loadings[,1],loadings[,2], las=2, xlab=ldName1, ylab=ldName2); + + mSetObj$pca.axis.lims <- par("usr"); # x1, x2, y1 ,y2 + grid(col = "lightgray", lty = "dotted", lwd = 1); + points(loadings[,1],loadings[,2], pch=19, col=adjustcolor("magenta", alpha.f = 0.4)); + + if(plotType=="all"){ + text(loadings[,1],loadings[,2], labels=substr(rownames(loadings), 1, 16), pos=4, col="blue", xpd=T); + }else if(plotType == "custom"){ + if(length(mSetObj$custom.cmpds) > 0){ + hit.inx <- colnames(mSetObj$dataSet$norm) %in% mSetObj$custom.cmpds; + text(loadings[hit.inx,1],loadings[hit.inx,2], labels=rownames(loadings)[hit.inx], pos=4, col="blue", xpd=T); + } + }else{ + # do nothing + } + + dev.off(); + return(.set.mSet(mSetObj)); + +} + +#'Create PCA Biplot, set xpd = T to plot outside margin +#'@description Rotate PCA analysis +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@usage PlotPCABiplot(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@export +#' +PlotPCABiplot <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2){ + + mSetObj <- .get.mSet(mSetObj); + choices = c(inx1, inx2); + scores <- mSetObj$analSet$pca$x; + lam <- mSetObj$analSet$pca$sdev[choices] + n <- NROW(scores) + lam <- lam * sqrt(n); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pca.biplot<-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + biplot(t(t(scores[, choices]) / lam), t(t(mSetObj$analSet$pca$rotation[, choices]) * lam), xpd =T, cex=0.9); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'PLS analysis using oscorespls (Orthogonal scores algorithm) +#'so that VIP can be calculated +#'note: the VIP is calculated only after PLSDA-CV is performed +#'to determine the best # of comp. used for VIP +#'@description PLS analysis using oscorespls +#'@param mSetObj Input name of the created mSet Object +#'@param reg Logical +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PLSR.Anal <- function(mSetObj=NA, reg=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + comp.num <- dim(mSetObj$dataSet$norm)[1]-1; + + if(comp.num > 8) { + #need to deal with small number of predictors + comp.num <- min(dim(mSetObj$dataSet$norm)[2], 8) + } + + if(.on.public.web){ + load_pls() + } + + # note, standardize the cls, to minimize the impact of categorical to numerical impact + if(reg){ + cls <- scale(as.numeric(mSetObj$dataSet$cls))[,1]; + }else{ + cls <- model.matrix(~mSetObj$dataSet$cls-1); + } + + datmat <- as.matrix(mSetObj$dataSet$norm); + mSetObj$analSet$plsr <- pls::plsr(cls~datmat, method='oscorespls', ncomp=comp.num); + mSetObj$analSet$plsr$reg <- reg; + mSetObj$analSet$plsr$loading.type <- "all"; + mSetObj$custom.cmpds <- c(); + + fast.write.csv(signif(mSetObj$analSet$plsr$scores,5), row.names=rownames(mSetObj$dataSet$norm), file="plsda_score.csv"); + fast.write.csv(signif(mSetObj$analSet$plsr$loadings,5), file="plsda_loadings.csv"); + return(.set.mSet(mSetObj)); +} + +#'Plot PLS pairwise summary +#'@description Plot PLS pairwise summary +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param pc.num Numeric, indicate the number of principal components +#'@export + +PlotPLSPairSummary <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pc.num){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pls.pair <- imgName; + + vars <- round(100*mSetObj$analSet$plsr$Xvar[1:pc.num]/mSetObj$analSet$plsr$Xtotvar,1); + my.data <- mSetObj$analSet$plsr$scores[,1:pc.num]; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + pclabels <- paste("Component", 1:pc.num, "\n", vars, "%"); + pairs(my.data, col=GetColorSchema(mSetObj$dataSet$cls), pch=as.numeric(mSetObj$dataSet$cls)+1, labels=pclabels) + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot PLS score plot +#'@description Plot PLS score plot +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param reg Numeric, default is 0.95 +#'@param show Show labels, 1 or 0 +#'@param grey.scale Numeric, use a grey scale (0) or not (1) +#'@param use.sparse Logical, use a sparse algorithm (T) or not (F) +#'@export +#' +PlotPLS2DScore <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, reg=0.95, show=1, grey.scale=0, use.sparse=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pls.score2d <- imgName; + + lv1 <- mSetObj$analSet$plsr$scores[,inx1]; + lv2 <- mSetObj$analSet$plsr$scores[,inx2]; + xlabel <- paste("Component", inx1, "(", round(100*mSetObj$analSet$plsr$Xvar[inx1]/mSetObj$analSet$plsr$Xtotvar,1), "%)"); + ylabel <- paste("Component", inx2, "(", round(100*mSetObj$analSet$plsr$Xvar[inx2]/mSetObj$analSet$plsr$Xtotvar,1), "%)"); + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + text.lbls <- substr(rownames(mSetObj$dataSet$norm),1,12) # some names may be too long + + # obtain ellipse points to the scatter plot for each category + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + lvs <- levels(cls); + pts.array <- array(0, dim=c(100,2,length(lvs))); + for(i in 1:length(lvs)){ + inx <- mSetObj$dataSet$cls == lvs[i]; + groupVar <- var(cbind(lv1[inx],lv2[inx]), na.rm=T); + groupMean <- cbind(mean(lv1[inx], na.rm=T),mean(lv2[inx], na.rm=T)); + pts.array[,,i] <- ellipse::ellipse(groupVar, centre = groupMean, level = reg, npoints=100); + } + + xrg <- range(lv1, pts.array[,1,]); + yrg <- range(lv2, pts.array[,2,]); + x.ext<-(xrg[2]-xrg[1])/12; + y.ext<-(yrg[2]-yrg[1])/12; + xlims<-c(xrg[1]-x.ext, xrg[2]+x.ext); + ylims<-c(yrg[1]-y.ext, yrg[2]+y.ext); + + ## cols = as.numeric(dataSet$cls)+1; + cols <- GetColorSchema(cls, grey.scale==1); + uniq.cols <- unique(cols); + + plot(lv1, lv2, xlab=xlabel, xlim=xlims, ylim=ylims, ylab=ylabel, type='n', main="Scores Plot"); + grid(col = "lightgray", lty = "dotted", lwd = 1); + + # make sure name and number of the same order DO NOT USE levels, which may be different + legend.nm <- unique(as.character(sort(cls))); + ## uniq.cols <- unique(cols); + + ## BHAN: when same color is choosen for black/white; it makes an error + # names(uniq.cols) <- legend.nm; + if (length(uniq.cols) > 1) { + names(uniq.cols) <- legend.nm; + } + # draw ellipse + for(i in 1:length(lvs)){ + if ( length(uniq.cols) > 1) { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols[lvs[i]], alpha=0.2), border=NA); + } else { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols, alpha=0.2), border=NA); + } + if(grey.scale) { + lines(pts.array[,,i], col=adjustcolor("black", alpha=0.5), lty=2); + } + } + + pchs <- GetShapeSchema(mSetObj, show, grey.scale); + if(grey.scale) { + cols <- rep("black", length(cols)); + } + if(show==1){ # display sample name set on + text(lv1, lv2, label=text.lbls, pos=4, xpd=T, cex=0.75); + points(lv1, lv2, pch=pchs, col=cols); + }else{ + if (length(uniq.cols) == 1) { + points(lv1, lv2, pch=pchs, col=cols, cex=1.0); + } else { + if(grey.scale == 1 | (exists("shapeVec") && all(shapeVec>=0))){ + my.cols <- adjustcolor(cols, alpha.f = 0.4); + my.cols[pchs == 21] <- "black"; + points(lv1, lv2, pch=pchs, col=my.cols, bg=adjustcolor(cols, alpha.f = 0.4), cex=1.8); + }else{ + points(lv1, lv2, pch=21, bg=adjustcolor(cols, alpha.f = 0.4), cex=2); + } + } + } + + uniq.pchs <- unique(pchs); + if(grey.scale) { + uniq.cols <- "black"; + } + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot PLS 3D score plot +#'@description Plot PLS 3D score plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPLS3DScore <- function(mSetObj=NA, imgName, format="json", inx1, inx2, inx3){ + mSetObj <- .get.mSet(mSetObj); + + pls3d <- list(); + pls3d$score$axis <- paste("Component", c(inx1, inx2, inx3), " (", round(100*mSetObj$analSet$plsr$Xvar[c(inx1, inx2, inx3)]/mSetObj$analSet$plsr$Xtotvar, 1), "%)", sep=""); + coords <- data.frame(t(signif(mSetObj$analSet$plsr$score[,c(inx1, inx2, inx3)], 5))); + colnames(coords) <- NULL; + pls3d$score$xyz <- coords; + pls3d$score$name <- rownames(mSetObj$dataSet$norm); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + + pls3d$score$facA <- cls; + + # now set color for each group + cols <- unique(GetColorSchema(mSetObj$dataSet$cls)); + pls3d$score$colors <- my.col2rgb(cols); + + imgName = paste(imgName, ".", format, sep=""); + json.obj <- RJSONIO::toJSON(pls3d, .na='null'); + sink(imgName); + cat(json.obj); + sink(); + mSet$imgSet$pls.score3d <- imgName; + return(.set.mSet(mSetObj)); +} + +#'@export +PlotPLS3DLoading <- function(mSetObj=NA, imgName, format="json", inx1, inx2, inx3){ + mSetObj <- .get.mSet(mSetObj); + pls = mSetObj$analSet$plsr + coords<-signif(as.matrix(cbind(pls$loadings[,inx1],pls$loadings[,inx2],pls$loadings[,inx3])),5); + pls3d <- list(); + + pls3d$loading$axis <- paste("Loading ", c(inx1, inx2, inx3), sep=""); + coords <- data.frame(t(signif(pls$loadings[,c(inx1, inx2, inx3)], 5))); + + colnames(coords) <- NULL; + pls3d$loading$xyz <- coords; + pls3d$loading$name <- rownames(pls$loadings); + pls3d$loading$entrez <-rownames(pls$loadings); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + + pls3d$cls = cls; + # see if there is secondary + + require(RJSONIO); + imgName = paste(imgName, ".", format, sep=""); + json.mat <- RJSONIO::toJSON(pls3d, .na='null'); + sink(imgName); + cat(json.mat); + sink(); + current.msg <<- "Annotated data is now ready for PCA 3D visualization!"; + + if(.on.public.web){ + return(1); + }else{ + return(.set.mSet(mSetObj)); + } + +} + +#'Update PLS loadings +#'@description Update the PLS loadings +#'@param mSetObj Input name of the created mSet Object +#'@param plotType Set annotation type, "all" to label all variables and +#'"none" to label no variables. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +UpdatePLS.Loading<- function(mSetObj=NA, plotType){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$plsr$loading.type <- plotType; + mSetObj$custom.cmpds <- c(); + return(.set.mSet(mSetObj)); +} + + +#'Plot PLS loading plot, also set the loading matrix for display +#'@description Plot PLS loading plot, also set the loading matrix for display +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPLSLoading <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2){ + + mSetObj <- .get.mSet(mSetObj); + # named vector + load1<-mSetObj$analSet$plsr$loadings[,inx1]; + load2<-mSetObj$analSet$plsr$loadings[,inx2]; + loadings = as.matrix(cbind(load1, load2)); + # sort based on absolute values of 1, 2 + ord.inx <- order(-abs(loadings[,1]), -abs(loadings[,2])); + loadings <- signif(loadings[ord.inx,],5); + + ldName1<-paste("Loadings", inx1); + ldName2<-paste("Loadings", inx2) + colnames(loadings)<-c(ldName1, ldName2); + mSetObj$analSet$plsr$imp.loads<-loadings; # set up loading matrix + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pls.loading <- imgName; + plotType <- mSetObj$analSet$plsr$loading.type; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + par(mar=c(6,4,4,5)); + plot(loadings[,1],loadings[,2], las=2, xlab=ldName1, ylab=ldName2); + + mSetObj$pls.axis.lims <- par("usr"); # x1, x2, y1 ,y2 + grid(col = "lightgray", lty = "dotted", lwd = 1); + points(loadings[,1],loadings[,2], pch=19, col=adjustcolor("magenta", alpha.f = 0.4)); + + if(plotType=="all"){ + text(loadings[,1],loadings[,2], labels=substr(rownames(loadings), 1, 16), pos=4, col="blue", xpd=T); + }else if(plotType == "custom"){ + if(length(mSetObj$custom.cmpds) > 0){ + hit.inx <- colnames(mSetObj$dataSet$norm) %in% mSetObj$custom.cmpds; + text(loadings[hit.inx,1],loadings[hit.inx,2], labels=rownames(loadings)[hit.inx], pos=4, col="blue", xpd=T); + } + }else{ + # do nothing + } + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'PLS-DA classification and feature selection +#'@description PLS-DA classification and feature selection +#'@param mSetObj Input name of the created mSet Object +#'@param methodName Logical, by default set to TRUE +#'@param compNum GetDefaultPLSCVComp() +#'@param choice Input the choice, by default it is Q2 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +PLSDA.CV <- function(mSetObj=NA, methodName="T", compNum=GetDefaultPLSCVComp(mSetObj), choice="Q2"){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_caret() + } + + # get classification accuracy using caret + plsda.cls <- caret::train(mSetObj$dataSet$norm, mSetObj$dataSet$cls, "pls", trControl=caret::trainControl(method=ifelse(methodName == 'L', "LOOCV", 'CV')), tuneLength=compNum); + + # note, for regression, use model matrix + if(mSetObj$analSet$plsr$reg){ + cls<-cls<-scale(as.numeric(mSetObj$dataSet$cls))[,1]; + }else{ + cls<-model.matrix(~mSetObj$dataSet$cls-1); + } + + datmat <- as.matrix(mSetObj$dataSet$norm); + + # use the classifical regression to get R2 and Q2 measure + plsda.reg <- pls::plsr(cls~datmat,method ='oscorespls', ncomp=compNum, validation= ifelse(methodName == 'L', "LOO", 'CV')); + fit.info <- pls::R2(plsda.reg, estimate = "all")$val[,1,]; + + # combine accuracy, R2 and Q2 + accu <- plsda.cls$results[,2] + all.info <- rbind(accu, fit.info[,-1]); + + rownames(all.info) <- c("Accuracy", "R2", "Q2"); + + # default use best number determined by Q2 + if(choice == 'Q2'){ + best.num <- which(all.info[3,] == max(all.info[3,])); + }else if(choice == "R2"){ + best.num <- which(all.info[2,] == max(all.info[2,])); + }else{ + best.num <- which(all.info[1,] == max(all.info[1,])); + } + + # get coef. table, this can be error when class is very unbalanced + coef.mat <- try(caret::varImp(plsda.cls, scale=T)$importance); + if(class(coef.mat) == "try-error") { + coef.mat <- NULL; + }else{ + if(mSetObj$dataSet$cls.num > 2){ # add an average coef for multiple class + coef.mean <- apply(coef.mat, 1, mean); + coef.mat <- cbind(coef.mean = coef.mean, coef.mat); + } + # rearange in decreasing order, keep as matrix, prevent dimesion dropping if only 1 col + inx.ord <- order(coef.mat[,1], decreasing=T); + coef.mat <- data.matrix(coef.mat[inx.ord, ,drop=FALSE]); + fast.write.csv(signif(coef.mat,5), file="plsda_coef.csv"); # added 27 Jan 2014 + } + # calculate VIP http://mevik.net/work/software/VIP.R + pls <- mSetObj$analSet$plsr; + b <- c(pls$Yloadings)[1:compNum]; + T <- pls$scores[,1:compNum, drop = FALSE] + SS <- b^2 * colSums(T^2) + W <- pls$loading.weights[,1:compNum, drop = FALSE] + Wnorm2 <- colSums(W^2); + SSW <- sweep(W^2, 2, SS / Wnorm2, "*") + vips <- sqrt(nrow(SSW) * apply(SSW, 1, cumsum) / cumsum(SS)); + if(compNum > 1){ + vip.mat <- as.matrix(t(vips)); + ord.inx <- order(-abs(vip.mat[,1]), -abs(vip.mat[,2])); + }else{ + vip.mat <- as.matrix(vips); + ord.inx <- order(-abs(vip.mat[,1])); + } + vip.mat <- vip.mat[ord.inx,]; + colnames(vip.mat) <- paste("Comp.", 1:ncol(vip.mat)); + + fast.write.csv(signif(vip.mat,5),file="plsda_vip.csv"); + + mSetObj$analSet$plsda<-list(best.num=best.num, choice=choice, coef.mat=coef.mat, vip.mat=vip.mat, fit.info=all.info); + return(.set.mSet(mSetObj)); +} + +#'Perform PLS-DA permutation +#'@description Perform PLS-DA permutation using training classification accuracy as +#'indicator, for two or multi-groups +#'@param mSetObj Input name of the created mSet Object +#'@param num Numeric, input the number of permutations +#'@param type Type of accuracy, if "accu" indicate prediction accuracy, else "sep" is separation distance +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PLSDA.Permut <- function(mSetObj=NA, num=100, type="accu"){ + + mSetObj <- .get.mSet(mSetObj); + + orig.cls <- cls <- as.numeric(mSetObj$dataSet$cls); + datmat <- as.matrix(mSetObj$dataSet$norm); + best.num <- mSetObj$analSet$plsda$best.num; + + # dummy is not used, for the purpose to maintain lapply API + Get.pls.bw <- function(dummy){ + cls <- cls[order(runif(length(cls)))]; + pls <- caret::plsda(datmat, as.factor(cls), ncomp=best.num); + pred <- predict(pls, datmat); + Get.bwss(pred, cls); + } + + Get.pls.accu <- function(dummy){ + cls <- cls[order(runif(length(cls)))]; + pls <- caret::plsda(datmat, as.factor(cls), ncomp=best.num); + pred <- predict(pls, datmat); + sum(pred == cls)/length(cls); + } + + # first calculate the bw values with original labels + pls <- caret::plsda(datmat, as.factor(orig.cls), ncomp=best.num); + pred.orig <- predict(pls, datmat); + if(type=="accu"){ + perm.type = "prediction accuracy"; + res.orig <- sum(pred.orig == orig.cls)/length(orig.cls); + res.perm <- Perform.permutation(num, Get.pls.accu); + }else{ + perm.type = "separation distance"; + res.orig <- Get.bwss(pred.orig, orig.cls); + res.perm <- Perform.permutation(num, Get.pls.bw); + } + # perm.num may be adjusted on public server + perm.num <- res.perm$perm.num; + perm.res <- res.perm$perm.res; + perm.vec <- c(res.orig, unlist(perm.res, use.names=FALSE)); + # check for infinite since with group variance could be zero for perfect classification + inf.found = TRUE; + if(sum(is.finite(perm.vec))==length(perm.vec)){ + inf.found = FALSE; + }else { + if(sum(is.finite(perm.vec))==0){ # all are infinite, give a random number 10 + perm.vec<-rep(10, length(perm.vec)); + }else{ # if not all inf, replace with the 10 fold of non-inf values + perm.vec[!is.finite(perm.vec)]<-10*max(perm.vec[is.finite(perm.vec)]); + } + } + + # calculate the significant p value as the proportion of sampled permutations better than or equal to original one + # note, the precision is determined by the permutation number i.e. for 100 time, no better than original + # p value is < 0.01, we can not say it is zero + better.hits <- sum(perm.vec[-1]>=perm.vec[1]); + if(better.hits == 0) { + p <- paste("p < ", 1/perm.num, " (", better.hits, "/", perm.num, ")", sep=""); + }else{ + p <- better.hits/perm.num; + p <- paste("p = ", signif(p, digits=5), " (", better.hits, "/", perm.num, ")", sep=""); + } + + mSetObj$analSet$plsda$permut.p <- p; + mSetObj$analSet$plsda$permut.inf <- F; + mSetObj$analSet$plsda$permut.type <- perm.type; + mSetObj$analSet$plsda$permut <- perm.vec; + + msg <- paste("Empirical p value:", p); + if(.on.public.web){ + .set.mSet(mSetObj) + return(msg) + }else{ + print(msg); + return(.set.mSet(mSetObj)); + } +} + +#'Plot PLS important features +#'@description Plot PLS important features, BHan: added bgcolor parameter for B/W color +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param type Indicate the type variables of importance to use, "vip" to use VIp scores, or "type" +#'for coefficients +#'@param feat.nm Feature name +#'@param feat.num Feature numbers +#'@param color.BW Logical, true to use black and white, or false to not +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPLS.Imp <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, type, feat.nm, feat.num, color.BW=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pls.imp<-imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + if(type=="vip"){ + mSetObj$analSet$plsda$imp.type <- "vip"; + vips <- mSetObj$analSet$plsda$vip.mat[,feat.nm]; + PlotImpVar(mSetObj, vips, "VIP scores", feat.num, color.BW); + }else{ + mSetObj$analSet$plsda$imp.type <- "coef"; + data<-mSetObj$analSet$plsda$coef.mat[,feat.nm]; + PlotImpVar(mSetObj, data, "Coefficients", feat.num, color.BW); + } + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Plot PLS important variables, +#'@description Plot PLS important variables, BHan: added bgcolor parameter for B/W color +#'@param mSetObj Input name of the created mSet Object +#'@param imp.vec Input the vector of important variables +#'@param xlbl Input the x-label +#'@param feat.num Numeric, set the feature numbers, default is set to 15 +#'@param color.BW Use black-white for plot (T) or colors (F) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotImpVar <- function(mSetObj=NA, imp.vec, xlbl, feat.num=15, color.BW=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + cls.len <- length(levels(mSetObj$dataSet$cls)); + if(cls.len == 2){ + rt.mrg <- 5; + }else if(cls.len == 3){ + rt.mrg <- 6; + }else if(cls.len == 4){ + rt.mrg <- 7; + }else if(cls.len == 5){ + rt.mrg <- 8; + }else if(cls.len == 6){ + rt.mrg <- 9; + }else{ + rt.mrg <- 11; + } + op <- par(mar=c(5,7,3,rt.mrg)); # set right side margin with the number of class + + if(feat.num <= 0){ + feat.num = 15; + } + + if(feat.num > length(imp.vec)){ + feat.num <- length(imp.vec); + } + + # first get the top subset + imp.vec <- rev(sort(imp.vec))[1:feat.num]; + + # reverser the order for display + imp.vec <- sort(imp.vec); + + # as data should already be normalized, use mean/median should be the same + # mns is a list contains means of all vars at each level + # conver the list into a matrix with each row contains var averages across different lvls + mns <- by(mSetObj$dataSet$norm[, names(imp.vec)], mSetObj$dataSet$cls, + function(x){ # inner function note, by send a subset of dataframe + apply(x, 2, mean, trim=0.1) + }); + mns <- t(matrix(unlist(mns), ncol=feat.num, byrow=TRUE)); + + # vip.nms <-substr(names(imp.vec), 1, 12); + vip.nms <- substr(names(imp.vec), 1, 14); + names(imp.vec) <- NULL; + + # modified for B/W color + dotcolor <- ifelse(color.BW, "darkgrey", "#585855"); + dotchart(imp.vec, bg=dotcolor, xlab= xlbl, cex=1.3); + + mtext(side=2, at=1:feat.num, vip.nms, las=2, line=1) + + axis.lims <- par("usr"); # x1, x2, y1 ,y2 + + # get character width + shift <- 2*par("cxy")[1]; + lgd.x <- axis.lims[2] + shift; + + x <- rep(lgd.x, feat.num); + y <- 1:feat.num; + par(xpd=T); + + nc <- ncol(mns); + + # modified for B/W color + colorpalette <- ifelse(color.BW, "Greys", "RdYlBu"); + col <- colorRampPalette(RColorBrewer::brewer.pal(10, colorpalette))(nc); # set colors for each class + if(color.BW) col <- rev(col); + + # calculate background + bg <- matrix("", nrow(mns), nc); + for (m in 1:nrow(mns)){ + bg[m,] <- (col[nc:1])[rank(mns[m,])]; + } + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + cls.lbl <- levels(cls); + + for (n in 1:ncol(mns)){ + points(x,y, bty="n", pch=22, bg=bg[,n], cex=3); + # now add label + text(x[1], axis.lims[4], cls.lbl[n], srt=45, adj=c(0.2,0.5)); + # shift x, note, this is good for current size + x <- x + shift/1.25; + } + + # now add color key, padding with more intermediate colors for contiuous band + col <- colorRampPalette(RColorBrewer::brewer.pal(25, colorpalette))(50) + if(color.BW) col <- rev(col); + + nc <- length(col); + x <- rep(x[1] + shift, nc); + + shifty <- (axis.lims[4]-axis.lims[3])/3; + starty <- axis.lims[3] + shifty; + endy <- axis.lims[3] + 2*shifty; + y <- seq(from = starty, to = endy, length = nc); + + points(x,y, bty="n", pch=15, col=rev(col), cex=2); + + text(x[1], endy+shifty/8, "High"); + text(x[1], starty-shifty/8, "Low"); + + par(op); +} + +#'Plot PLS-DA classification performance using different components +#'@description Plot plsda classification performance using different components +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPLS.Classification <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + res <- mSetObj$analSet$plsda$fit.info; + colnames(res) <- 1:ncol(res); + best.num <- mSetObj$analSet$plsda$best.num; + choice <- mSetObj$analSet$plsda$choice; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*5/7; + + mSetObj$imgSet$pls.class <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,2,7)); # put legend on the right outside + barplot(res, beside = TRUE, col = c("lightblue", "mistyrose","lightcyan"), ylim= c(0,1.05), xlab="Number of components", ylab="Performance"); + + if(choice == "Q2"){ + text((best.num-1)*3 + best.num + 2.5, res[3,best.num]+ 0.02, labels = "*", cex=2.5, col="red"); + }else if(choice == "R2"){ + text((best.num-1)*3 + best.num + 1.5, res[2,best.num]+ 0.02, labels = "*", cex=2.5, col="red"); + }else{ + text((best.num-1)*3 + best.num + 0.5, res[1,best.num]+ 0.02, labels = "*", cex=2.5, col="red"); + } + + # calculate the maximum y position, each bar is 1, place one space between the group + xpos <- ncol(res)*3 + ncol(res) + 1; + legend(xpos, 1.0, rownames(res), fill = c("lightblue", "mistyrose","lightcyan"), xpd=T); + dev.off(); + return(.set.mSet(mSetObj)); +} + + +#'Plot PLS-DA classification performance using different components, permutation +#'@description Plot plsda classification performance using different components +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotPLS.Permutation <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + bw.vec <- mSetObj$analSet$plsda$permut; + len <- length(bw.vec); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$pls.permut <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,2,4)); + hst <- hist(bw.vec, breaks = "FD", freq=T, + ylab="Frequency", xlab= 'Permutation test statistics', col="lightblue", main=""); + + # add the indicator using original label + h <- max(hst$counts) + arrows(bw.vec[1], h/5, bw.vec[1], 0, col="red", lwd=2); + text(bw.vec[1], h/3.5, paste('Observed \n statistic \n', mSetObj$analSet$plsda$permut.p), xpd=T); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Perform OPLS-DA +#'@description Orthogonal PLS-DA (from ropls) +#'Add reg (regression i.e. if class order matters) +#'@param mSetObj Input name of the created mSet Object +#'@param reg Logical +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +OPLSR.Anal<-function(mSetObj=NA, reg=FALSE){ + .prepare.oplsr.anal(mSetObj, reg); + .perform.computing(); + .save.oplsr.anal(mSetObj); +} + +.prepare.oplsr.anal <-function(mSetObj=NA, reg=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + mSetObj$analSet$opls.reg <- reg; + + # default options for feature labels on splot + mSetObj$custom.cmpds <- c(); + mSetObj$analSet$oplsda$splot.type <- "all"; + + if(reg==TRUE){ + cls<-scale(as.numeric(mSetObj$dataSet$cls))[,1]; + }else{ + cls<-model.matrix(~mSetObj$dataSet$cls-1); + } + + datmat <- as.matrix(mSetObj$dataSet$norm); + cv.num <- min(7, dim(mSetObj$dataSet$norm)[1]-1); + + my.fun <- function(){ + if(!exists("perform_opls")){ # public web on same user dir + compiler::loadcmp("../../rscripts/metaboanalystr/stats_opls.Rc"); + } + my.res <- perform_opls(dat.in$data, dat.in$cls, predI=1, permI=0, orthoI=NA, crossvalI=dat.in$cv.num); + return(my.res); + } + + dat.in <- list(data=datmat, cls=cls, cv.num=cv.num, my.fun=my.fun); + + qs::qsave(dat.in, file="dat.in.qs"); + return(.set.mSet(mSetObj)); +} + +.save.oplsr.anal <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + mSetObj$analSet$oplsda <- dat.in$my.res; + score.mat <- cbind(mSetObj$analSet$oplsda$scoreMN[,1], mSetObj$analSet$oplsda$orthoScoreMN[,1]); + colnames(score.mat) <- c("Score (t1)","OrthoScore (to1)"); + fast.write.csv(signif(score.mat,5), row.names=rownames(mSetObj$dataSet$norm), file="oplsda_score.csv"); + load.mat <- cbind(mSetObj$analSet$oplsda$loadingMN[,1], mSetObj$analSet$oplsda$orthoLoadingMN[,1]); + colnames(load.mat) <- c("Loading (t1)","OrthoLoading (to1)"); + fast.write.csv(signif(load.mat,5), file="oplsda_loadings.csv"); + return(.set.mSet(mSetObj)); +} + +#'Create OPLS-DA score plot +#'@description Orthogonal PLS-DA (from ropls) score plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param reg Numeric +#'@param show Show variable labels, 1 or O +#'@param grey.scale Numeric, indicate grey-scale, 0 for no, and 1 for yes +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotOPLS2DScore<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, reg=0.95, show=1, grey.scale=0){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$opls.score2d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + lv1 <- mSetObj$analSet$oplsda$scoreMN[,1]; + lv2 <- mSetObj$analSet$oplsda$orthoScoreMN[,1]; + xlabel <- paste("T score [1]", "(", round(100*mSetObj$analSet$oplsda$modelDF["p1", "R2X"],1), "%)"); + ylabel <- paste("Orthogonal T score [1]", "(", round(100*mSetObj$analSet$oplsda$modelDF["o1", "R2X"],1), "%)"); + + text.lbls <- substr(rownames(mSetObj$dataSet$norm),1,12) # some names may be too long + + # obtain ellipse points to the scatter plot for each category + lvs <- levels(mSetObj$dataSet$cls); + pts.array <- array(0, dim=c(100,2,length(lvs))); + for(i in 1:length(lvs)){ + inx <- mSetObj$dataSet$cls == lvs[i]; + groupVar <- var(cbind(lv1[inx],lv2[inx]), na.rm=T); + groupMean <- cbind(mean(lv1[inx], na.rm=T),mean(lv2[inx], na.rm=T)); + pts.array[,,i] <- ellipse::ellipse(groupVar, centre = groupMean, level = reg, npoints=100); + } + + xrg <- range(lv1, pts.array[,1,]); + yrg <- range(lv2, pts.array[,2,]); + x.ext<-(xrg[2]-xrg[1])/12; + y.ext<-(yrg[2]-yrg[1])/12; + xlims<-c(xrg[1]-x.ext, xrg[2]+x.ext); + ylims<-c(yrg[1]-y.ext, yrg[2]+y.ext); + + cols <- GetColorSchema(mSetObj$dataSet$cls, grey.scale==1); + uniq.cols <- unique(cols); + + plot(lv1, lv2, xlab=xlabel, xlim=xlims, ylim=ylims, ylab=ylabel, type='n', main="Scores Plot"); + grid(col = "lightgray", lty = "dotted", lwd = 1); + + # make sure name and number of the same order DO NOT USE levels, which may be different + legend.nm <- unique(as.character(mSetObj$dataSet$cls)); + ## uniq.cols <- unique(cols); + + if (length(uniq.cols) > 1 ) { + names(uniq.cols) <- legend.nm; + } + # draw ellipse + for(i in 1:length(lvs)){ + if ( length(uniq.cols) > 1) { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols[lvs[i]], alpha=0.2), border=NA); + } else { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols, alpha=0.2), border=NA); + } + if(grey.scale) { + lines(pts.array[,,i], col=adjustcolor("black", alpha=0.5), lty=2); + } + } + + pchs <- GetShapeSchema(mSetObj, show, grey.scale); + if(grey.scale) { + cols <- rep("black", length(cols)); + } + if(show==1){ # display sample name set on + text(lv1, lv2, label=text.lbls, pos=4, xpd=T, cex=0.75); + points(lv1, lv2, pch=pchs, col=cols); + }else{ + if (length(uniq.cols) == 1) { + points(lv1, lv2, pch=pchs, col=cols, cex=1.0); + } else { + if(grey.scale == 1 | (exists("shapeVec") && all(shapeVec>=0))){ + my.cols <- adjustcolor(cols, alpha.f = 0.4); + my.cols[pchs == 21] <- "black"; + points(lv1, lv2, pch=pchs, col=my.cols, bg=adjustcolor(cols, alpha.f = 0.4), cex=1.8); + }else{ + points(lv1, lv2, pch=21, bg=adjustcolor(cols, alpha.f = 0.4), cex=2); + } + } + } + + uniq.pchs <- unique(pchs); + if(grey.scale) { + uniq.cols <- "black"; + } + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Update OPLS loadings +#'@description Update the OPLS loadings +#'@param mSetObj Input name of the created mSet Object +#'@param plotType Set annotation type, "all" to label all variables and +#'"none" to label no variables. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +UpdateOPLS.Splot<- function(mSetObj=NA, plotType){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$oplsda$splot.type <- plotType; + mSetObj$custom.cmpds <- c(); + return(.set.mSet(mSetObj)); +} + +#'S-plot for OPLS-DA +#'@description Orthogonal PLS-DA (from ropls) +#'S-plot for important features from OPLS-DA +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotOPLS.Splot <- function(mSetObj=NA, imgName, plotType="all", format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + s <- as.matrix(mSetObj$dataSet$norm); + T <- as.matrix(mSetObj$analSet$oplsda$scoreMN) + p1 <- c() + for (i in 1:ncol(s)) { + scov <- cov(s[,i], T) + p1 <- matrix(c(p1, scov), ncol=1) + } + pcorr1 <- c() + for (i in 1:nrow(p1)) { + den <- apply(T, 2, sd)*sd(s[,i]) + corr1 <- p1[i,]/den + pcorr1 <- matrix(c(pcorr1, corr1), ncol=1) + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- h <- 8; + }else if(width == 0){ + + }else{ + w <- h <- width; + } + + mSetObj$imgSet$opls.loading<-imgName; + mSetObj$analSet$oplsda$splot.type <- plotType; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,4,7)) + plot(p1, pcorr1, type="n", xlab="p[1]", ylab ="p(corr)[1]", main = "Feature Importance"); + grid(col="lightgrey", lty=3, lwd = 1); + points(p1, pcorr1, pch=19, col=adjustcolor("magenta", alpha.f = 0.4)); + opls.axis.lims <- par("usr"); + if(plotType=="all"){ + text(p1, pcorr1, labels=colnames(s), cex=0.8, pos=4, xpd=TRUE, col="blue"); + }else if(plotType == "custom"){ + if(length(mSetObj$custom.cmpds) > 0){ + hit.inx <- colnames(mSetObj$dataSet$norm) %in% mSetObj$custom.cmpds; + text(p1[hit.inx], pcorr1[hit.inx], labels=colnames(s)[hit.inx], pos=4, xpd=TRUE, col="blue"); + } + }else{ + # do nothing + } + dev.off(); + splot.mat <- cbind(jitter(p1),p1, pcorr1); + rownames(splot.mat) <- colnames(s); + colnames(splot.mat) <- c("jitter", "p[1]","p(corr)[1]"); + + ord.inx <- order(-splot.mat[,2], -splot.mat[,3]); + splot.mat <- signif(splot.mat[ord.inx,],5); + + fast.write.csv(signif(splot.mat[,2:3],5), file="oplsda_splot.csv"); + mSetObj$analSet$oplsda$splot.mat <- splot.mat; + mSetObj$analSet$oplsda$opls.axis.lims <- opls.axis.lims; + return(.set.mSet(mSetObj)); +} + +#'Plot loading compounds +#'@description Plot loading compounds +#'@param mSetObj Input name of the created mSet Object +#'@param cmpdNm Input the name of the selected compound +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@export +#' +PlotLoadingCmpd<-function(mSetObj=NA, cmpdNm, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to record the clicked compounds + mSetObj$custom.cmpds <- c(mSetObj$custom.cmpds, cmpdNm); + .set.mSet(mSetObj); + + return(PlotCmpdView(mSetObj, cmpdNm, format, dpi, width)); +} + +#'Plot OPLS +#'@description Plot OPLS +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@export +#' +PlotOPLS.MDL <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 9; + + }else{ + w <- width; + } + h <- w*6/9; + + mSetObj$imgSet$opls.class <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + # the model R2Y and Q2Y + par(mar=c(5,5,4,8)); # put legend on the right outside + modBarDF <- mSetObj$analSet$oplsda$modelDF[!(rownames(mSetObj$analSet$oplsda$modelDF) %in% c("rot")), ]; + mod.dat <- data.matrix(modBarDF[!rownames(modBarDF)%in% ("sum"), c("R2X", "R2Y", "Q2")]); + mod.dat <- t(mod.dat); + bplt <- barplot(mod.dat,beside=TRUE, names.arg = colnames(mod.dat),xlab = ""); + axis(2, lwd.ticks=1); + barplot(mod.dat,add = TRUE, beside = TRUE, col = c("lightblue", "mistyrose", "lavender")); + text(x=bplt, y=mod.dat+max(mod.dat)/25, labels=as.character(mod.dat), xpd=TRUE) + xpos <- nrow(mod.dat)*ncol(mod.dat) + ncol(mod.dat) + 0.5 + ypos <- max(mod.dat)/2; + legend(xpos, ypos, legend = c("R2X", "R2Y", "Q2"), pch=15, col=c("lightblue", "mistyrose", "lavender"), xpd=T, bty="n"); + dev.off(); + + fast.write.csv(mod.dat, file="oplsda_model.csv"); + + return(.set.mSet(mSetObj)); +} + +#'Perform OPLS-DA permutation +#'@description Orthogonal PLS-DA (from ropls) +#'perform permutation, using training classification accuracy as +#'indicator, for two or multi-groups +#'@param mSetObj Input name of the created mSet Object +#'@param num Input the number of permutations, default is set to 100. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +OPLSDA.Permut<-function(mSetObj=NA, num=100){ + .prepare.oplsda.permut(mSetObj, num); + .perform.computing(); + .save.oplsda.permut(mSetObj); +} + +.prepare.oplsda.permut <-function(mSetObj=NA, num=100){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$analSet$opls.reg){ + cls<-scale(as.numeric(mSetObj$dataSet$cls))[,1]; + }else{ + cls<-model.matrix(~mSetObj$dataSet$cls-1); + } + + datmat <- as.matrix(mSetObj$dataSet$norm); + cv.num <- min(7, dim(mSetObj$dataSet$norm)[1]-1); + my.fun <- function(){ + if(!exists("perform_opls")){ # public web on same user dir + compiler::loadcmp("../../rscripts/metaboanalystr/stats_opls.Rc"); + } + my.res <- perform_opls(dat.in$data, dat.in$cls, predI=1, permI=dat.in$perm.num, orthoI=NA, crossvalI=dat.in$cv.num); + } + dat.in <- list(data=datmat, cls=cls, perm.num=num, cv.num=cv.num, my.fun=my.fun); + + qs::qsave(dat.in, file="dat.in.qs"); + return(.set.mSet(mSetObj)); +} + +.save.oplsda.permut <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + my.res <- dat.in$my.res; + + r.vec <- my.res$suppLs[["permMN"]][, "R2Y(cum)"]; + q.vec <- my.res$suppLs[["permMN"]][, "Q2(cum)"]; + + # note, actual permutation number may be adjusted in public server + perm.num <- my.res$suppLs[["permI"]]; + + mSetObj$analSet$oplsda$perm.res <- list(r.vec=r.vec, q.vec=q.vec, perm.num=perm.num); + return(.set.mSet(mSetObj)); +} + +#'Plot OPLS-DA permutation +#'@description Orthogonal PLS-DA (from ropls) +#'perform permutation, using training classification accuracy as +#'indicator, for two or multi-groups +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotOPLS.Permutation<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + perm.res <- mSetObj$analSet$oplsda$perm.res; + + r.vec <- perm.res$r.vec; + q.vec <- perm.res$q.vec; + perm.num <- perm.res$perm.num; + + better.rhits <- sum(r.vec[-1]>=r.vec[1]); + + if(better.rhits == 0) { + pr <- paste("p < ", 1/perm.num, " (", better.rhits, "/", perm.num, ")", sep=""); + }else{ + p <- better.rhits/perm.num; + pr <- paste("p = ", signif(p, digits=5), " (", better.rhits, "/", perm.num, ")", sep=""); + } + better.qhits <- sum(q.vec[-1]>=q.vec[1]); + if(better.qhits == 0) { + pq <- paste("p < ", 1/perm.num, " (", better.qhits, "/", perm.num, ")", sep=""); + }else{ + p <- better.qhits/perm.num; + pq <- paste("p = ", signif(p, digits=5), " (", better.qhits, "/", perm.num, ")", sep=""); + } + + rng <- range(c(r.vec, q.vec, 1)); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 8; + }else{ + w <- width; + } + h <- w*6/8; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,2,7)); + rhst <- hist(r.vec[-1], plot=FALSE); + qhst <- hist(q.vec[-1], plot=FALSE); + h <- max(c(rhst$counts, qhst$counts))+1; + bin.size <- min(c(rhst$breaks[2]-rhst$breaks[1], qhst$breaks[2]-qhst$breaks[1])); + rbins <- seq(min(rhst$breaks),max(rhst$breaks),bin.size); + qbins <- seq(min(qhst$breaks),max(qhst$breaks),bin.size); + hist(r.vec[-1], xlim=rng, ylim=c(0, h), breaks=rbins, border=F, ylab="Frequency", xlab= 'Permutations', + col=adjustcolor("lightblue", alpha=0.6), main=""); + hist(q.vec[-1], add=TRUE,breaks=qbins, border=F, col=adjustcolor("mistyrose", alpha=0.6)); + + arrows(r.vec[1], h/3, r.vec[1], 0, length=0.1,angle=30,lwd=2); + text(r.vec[1], h/2.5, paste('R2Y:', r.vec[1], "\n", pr), xpd=TRUE); + + arrows(q.vec[1], h/2, q.vec[1], 0, length=0.1,angle=30,lwd=2); + text(q.vec[1], h/1.8, paste('Q2:', q.vec[1], "\n", pq), xpd=TRUE); + + legend(1, h/3, legend = c("Perm R2Y", "Perm Q2"), pch=15, col=c("lightblue", "mistyrose"), xpd=T, bty="n"); + + dev.off(); + + mSetObj$imgSet$opls.permut <- imgName; + + msg <- paste("Empirical p-values Q2: ", pq, " and R2Y: ", pr); + if(.on.public.web){ + .set.mSet(mSetObj) + return(msg); + }else{ + print(msg); + return(.set.mSet(mSetObj)); + } +} + +#'Perform SPLS-DA +#'@description Sparse PLS-DA (from mixOmics) +#'@param mSetObj Input name of the created mSet Object +#'@param comp.num Input the number of computations to run +#'@param var.num Input the number of variables +#'@param compVarOpt Input the option to perform SPLS-DA +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +SPLSR.Anal <- function(mSetObj=NA, comp.num, var.num, compVarOpt, validOpt="Mfold"){ + .prepare.splsr.anal(mSetObj, comp.num, var.num, compVarOpt, validOpt); + .perform.computing(); + .save.splsr.anal(mSetObj); +} + +.prepare.splsr.anal <- function(mSetObj=NA, comp.num, var.num, compVarOpt, validOpt="Mfold"){ + + if(compVarOpt == "same"){ + comp.var.nums <- rep(var.num, comp.num); + }else{ + if(exists("comp.var.nums") && all(comp.var.nums > 0)){ + comp.var.nums <- ceiling(comp.var.nums); + }else{ + msg <- c("All values need to be positive integers!"); + return(0); + } + } + + mSetObj <- .get.mSet(mSetObj); + + # note, standardize the cls, to minimize the impact of categorical to numerical impact + cls <- scale(as.numeric(mSetObj$dataSet$cls))[,1]; + datmat <- as.matrix(mSetObj$dataSet$norm); + + my.fun <- function(){ + if(!exists("splsda")){ # public web on same user dir + compiler::loadcmp("../../rscripts/metaboanalystr/stats_spls.Rc"); + } + my.res <- splsda(dat.in$data, dat.in$cls, ncomp=dat.in$comp.num, keepX=dat.in$comp.var.nums); + + # perform validation + perf.res <- perf.splsda(my.res, dist= "centroids.dist", validation=validOpt, folds = 5); + my.res$error.rate <- perf.res$error.rate$overall; + return(my.res); + } + + dat.in <- list(data=datmat, cls=cls, comp.num=comp.num, comp.var.nums=comp.var.nums, my.fun=my.fun); + + qs::qsave(dat.in, file="dat.in.qs"); + return(.set.mSet(mSetObj)); +} + +.save.splsr.anal <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + mSetObj$analSet$splsr <- dat.in$my.res; + score.mat <- mSetObj$analSet$splsr$variates$X; + fast.write.csv(signif(score.mat,5), row.names=rownames(mSetObj$dataSet$norm), file="splsda_score.csv"); + load.mat <- mSetObj$analSet$splsr$loadings$X; + + # sort based on absolute values of 1, 2 + ord.inx <- order(-abs(load.mat[,1]), -abs(load.mat[,2])); + load.mat <- signif(load.mat[ord.inx,],5); + fast.write.csv(load.mat, file="splsda_loadings.csv"); + + mSetObj$analSet$splsr$loadings$X <- load.mat; + return(.set.mSet(mSetObj)); +} + +#'Plot SPLS-DA +#'@description Sparse PLS-DA (from mixOmics) pairwise summary plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param pc.num Numeric, indicate the number of principle components +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSPLSPairSummary<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, pc.num){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$spls.pair <- imgName; + + if(pc.num > mSetObj$analSet$splsr$ncomp){ + pc.num <- mSetObj$analSet$splsr$ncomp; + } + vars <- round(100*mSetObj$analSet$splsr$explained_variance$X,1); + my.data <- mSetObj$analSet$splsr$variates$X[,1:pc.num]; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + pclabels <- paste("Component", 1:pc.num, "\n", vars, "%"); + ellipse::pairs(my.data, col=GetColorSchema(mSetObj$dataSet$cls), pch=as.numeric(mSetObj$dataSet$cls)+1, labels=pclabels) + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Score Plot SPLS-DA +#'@description Sparse PLS-DA (from mixOmics) score plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param reg Numeric, between 1 and 0 +#'@param show Numeric, 1 or 0 +#'@param grey.scale Numeric, use grey-scale, 0 for no, and 1 for yes. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSPLS2DScore <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, reg=0.95, show=1, grey.scale=0){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$spls.score2d <- imgName; + + lv1 <- mSetObj$analSet$splsr$variates$X[,inx1]; + lv2 <- mSetObj$analSet$splsr$variates$X[,inx2]; + xlabel <- paste("Component", inx1, "(", round(100*mSetObj$analSet$splsr$explained_variance$X[inx1],1), "%)"); + ylabel <- paste("Component", inx2, "(", round(100*mSetObj$analSet$splsr$explained_variance$X[inx2],1), "%)"); + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + text.lbls <- substr(rownames(mSetObj$dataSet$norm),1,12) # some names may be too long + + # obtain ellipse points to the scatter plot for each category + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + lvs <- levels(cls); + pts.array <- array(0, dim=c(100,2,length(lvs))); + for(i in 1:length(lvs)){ + inx <- mSetObj$dataSet$cls == lvs[i]; + groupVar <- var(cbind(lv1[inx],lv2[inx]), na.rm=T); + groupMean <- cbind(mean(lv1[inx], na.rm=T),mean(lv2[inx], na.rm=T)); + pts.array[,,i] <- ellipse::ellipse(groupVar, centre = groupMean, level = reg, npoints=100); + } + + xrg <- range(lv1, pts.array[,1,]); + yrg <- range(lv2, pts.array[,2,]); + x.ext <- (xrg[2]-xrg[1])/12; + y.ext <- (yrg[2]-yrg[1])/12; + xlims <- c(xrg[1]-x.ext, xrg[2]+x.ext); + ylims <- c(yrg[1]-y.ext, yrg[2]+y.ext); + + cols <- GetColorSchema(mSetObj$dataSet$cls, grey.scale==1); + uniq.cols <- unique(cols); + + plot(lv1, lv2, xlab=xlabel, xlim=xlims, ylim=ylims, ylab=ylabel, type='n', main="Scores Plot"); + grid(col = "lightgray", lty = "dotted", lwd = 1); + + # make sure name and number of the same order DO NOT USE levels, which may be different + legend.nm <- unique(as.character(sort(cls))); + ## uniq.cols <- unique(cols); + + ## BHAN: when same color is choosen for black/white; it makes an error + # names(uniq.cols) <- legend.nm; + if (length(uniq.cols) > 1) { + names(uniq.cols) <- legend.nm; + } + # draw ellipse + for(i in 1:length(lvs)){ + if (length(uniq.cols) > 1) { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols[lvs[i]], alpha=0.25), border=NA); + } else { + polygon(pts.array[,,i], col=adjustcolor(uniq.cols, alpha=0.25), border=NA); + } + if(grey.scale) { + lines(pts.array[,,i], col=adjustcolor("black", alpha=0.5), lty=2); + } + } + + pchs <- GetShapeSchema(mSetObj, show, grey.scale); + if(grey.scale) { + cols <- rep("black", length(cols)); + } + if(show==1){ # display sample name set on + text(lv1, lv2, label=text.lbls, pos=4, xpd=T, cex=0.75); + points(lv1, lv2, pch=pchs, col=cols); + }else{ + if (length(uniq.cols) == 1) { + points(lv1, lv2, pch=pchs, col=cols, cex=1.0); + } else { + if(grey.scale == 1 | (exists("shapeVec") && all(shapeVec>=0))){ + my.cols <- adjustcolor(cols, alpha.f = 0.4); + my.cols[pchs == 21] <- "black"; + points(lv1, lv2, pch=pchs, col=my.cols, bg=adjustcolor(cols, alpha.f = 0.4), cex=1.8); + }else{ + points(lv1, lv2, pch=21, bg=adjustcolor(cols, alpha.f = 0.4), cex=2); + } + } + } + + uniq.pchs <- unique(pchs); + if(grey.scale) { + uniq.cols <- "black"; + } + legend("topright", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'3D SPLS-DA score plot +#'@description Sparse PLS-DA (from mixOmics) 3D score plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSPLS3DScore <- function(mSetObj=NA, imgName, format="json", inx1=1, inx2=2, inx3=3){ + + mSetObj <- .get.mSet(mSetObj); + + spls3d <- list(); + # need to check if only two components are generated + if(length(mSetObj$analSet$splsr$explained_variance$X)==2){ + spls3d$score$axis <- paste("Component", c(inx1, inx2), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2)], 1), "%)", sep=""); + coords <- data.frame(t(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2)], 5))); + spls3d$score$axis <- c(spls3d$score$axis, "Component3 (NA)"); + coords <- rbind(coords, "comp 3"=rep (0, ncol(coords))); + }else{ + spls3d$score$axis <- paste("Component", c(inx1, inx2, inx3), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2, inx3)], 1), "%)", sep=""); + coords <- data.frame(t(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2, inx3)], 5))); + } + colnames(coords) <- NULL; + spls3d$score$xyz <- coords; + spls3d$score$name <- rownames(mSetObj$dataSet$norm); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + spls3d$score$facA <- cls; + + # now set color for each group + cols <- unique(GetColorSchema(mSetObj$dataSet$cls)); + spls3d$score$colors <- my.col2rgb(cols); + + imgName = paste(imgName, ".", format, sep=""); + json.obj <- RJSONIO::toJSON(spls3d, .na='null'); + sink(imgName); + cat(json.obj); + sink(); + mSetObj$imgSet$spls.score3d <- imgName; + return(.set.mSet(mSetObj)); +} + +#'@export +PlotSPLS3DLoading <- function(mSetObj=NA, imgName, format="json", inx1, inx2, inx3){ + mSetObj <- .get.mSet(mSetObj); + spls = mSetObj$analSet$splsr + spls3d <- list(); + + if(length(mSetObj$analSet$splsr$explained_variance$X)==2){ + spls3d$loading$axis <- paste("Loading ", c(inx1, inx2), sep=""); + coords <- data.frame(t(signif(mSetObj$analSet$splsr$loadings$X[,c(inx1, inx2)], 5))); + spls3d$loading$axis <- c(spls3d$loading$axis, "Loading 3"); + coords <- rbind(coords, "comp 3"=rep (0, ncol(coords))); + }else{ + spls3d$loading$axis <- paste("Loading ", c(inx1, inx2, inx3), sep=""); + coords <- data.frame(t(signif(mSetObj$analSet$splsr$loadings$X[,c(inx1, inx2, inx3)], 5))); + } + + colnames(coords) <- NULL; + spls3d$loading$xyz <- coords; + spls3d$loading$name <- rownames(spls$loadings$X); + spls3d$loading$entrez <-rownames(spls$loadings$X); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + cls <- as.character(mSetObj$dataSet$cls); + } + + if(all.numeric(cls)){ + cls <- paste("Group", cls); + } + + spls3d$cls = cls; + # see if there is secondary + + require(RJSONIO); + imgName = paste(imgName, ".", format, sep=""); + json.mat <- RJSONIO::toJSON(spls3d, .na='null'); + sink(imgName); + cat(json.mat); + sink(); + current.msg <<- "Annotated data is now ready for PCA 3D visualization!"; + + if(.on.public.web){ + return(1); + }else{ + return(.set.mSet(mSetObj)); + } + +} + + +#'Create SPLS-DA loading plot +#'@description Sparse PLS-DA (from mixOmics) loading plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx Input the model index +#'@param viewOpt Detailed view "detail" +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSPLSLoading <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx, viewOpt="detail"){ + + mSetObj <- .get.mSet(mSetObj); + + imp.vec <- abs(mSetObj$analSet$splsr$loadings$X[,inx]); + imp.vec <- imp.vec[imp.vec > 0]; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$spls.imp <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotImpVar(mSetObj, imp.vec, paste ("Loadings", inx), 999, FALSE); + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Create SPLS-DA classification plot +#'@description Sparse PLS-DA (from mixOmics) plot of +#'classification performance using different components +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param validOpt "Mfold" +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import caret +PlotSPLSDA.Classification <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + res <- mSetObj$analSet$splsr$error.rate; + + edge <- (max(res)-min(res))/100; # expand y uplimit for text + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$splsda.class <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(res, type='l', xlab='Number of Components', ylab='Error Rate', + ylim = c(min(res)-5*edge, max(res)+18*edge), axes=F, + main="Sparse PLS-DA Classification Error Rates") + text(res, labels = paste(100*round(res,3),'%'), adj=c(-0.3, -0.5), srt=45, xpd=T) + axis(2); + axis(1, 1:length(res), names(res)); + dev.off(); + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +# get which number of components give best performance +GetPLSBestTune<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(is.null(mSetObj$analSet$plsda$best.num)){ + return(0); + } + mSetObj$analSet$plsda$best.num; +} + +# obtain VIP score +GetPLSSigMat<-function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "vip"){ + sig.mat <- mSetObj$analSet$plsda$vip.mat; + }else if(type == "coef"){ + sig.mat <- mSetObj$analSet$plsda$coef.mat; + }else{ + sig.mat <- mSetObj$analSet$plsr$imp.loads; + } + return(CleanNumber(signif(as.matrix(sig.mat),5))); +} + +GetPLSSigRowNames<-function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "vip"){ + return(rownames(mSetObj$analSet$plsda$vip.mat)); + }else if(type == "coef"){ + return(rownames(mSetObj$analSet$plsda$coef.mat)); + }else{ + return(rownames(mSetObj$analSet$plsr$imp.loads)) + } +} + +GetPLSSigColNames<-function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "vip"){ + return(colnames(mSetObj$analSet$plsda$vip.mat)); + }else if(type == "coef"){ + return(colnames(mSetObj$analSet$plsda$coef.mat)); + }else{ + return(colnames(mSetObj$analSet$plsr$imp.loads)); + } +} + +GetPLS_CVRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$plsda$fit.info); +} + +GetPLS_CVColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$plsda$fit.info); +} + +GetPLS_CVMat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(signif(mSetObj$analSet$plsda$fit.info, 5)); +} + +GetMaxPLSPairComp<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(min(dim(mSetObj$dataSet$norm)[1]-1, dim(mSetObj$dataSet$norm)[2])); +} + +GetMaxPLSCVComp<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(min(dim(mSetObj$dataSet$norm)[1]-2, dim(mSetObj$dataSet$norm)[2])); +} + +GetDefaultPLSPairComp<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(min(5, dim(mSetObj$dataSet$norm)[1]-1, dim(mSetObj$dataSet$norm)[2])); +} + +GetDefaultPLSCVComp<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(min(5, dim(mSetObj$dataSet$norm)[1]-2, dim(mSetObj$dataSet$norm)[2], mSetObj$dataSet$min.grp.size)); +} + +GetPLSLoadAxesSpec<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$pls.axis.lims; +} + +GetPLSLoadCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$plsr$imp.loads); +} + +GetPLSLoadMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(mSetObj$analSet$plsr$imp.loads[,c(1:2)]); +} + +GetPCALoadAxesSpec <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$pca.axis.lims; +} + +GetPCALoadCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$pca$imp.loads); +} + +GetPCALoadMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(mSetObj$analSet$pca$imp.loads[,c(1:2)]); +} + +#'For plotting PCA, selects max top 9 components +#'@description Rotate PCA analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +GetMaxPCAComp <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(min(9, dim(mSetObj$dataSet$norm)-1)); +} + +GetOPLSLoadAxesSpec <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$oplsda$opls.axis.lims); +} + +GetOPLSLoadCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$oplsda$splot.mat); +} + +GetOPLSLoadColNames <- function(mSetObj=NA){ + return(c("p[1]","p(corr)[1]")); +} + +GetOPLSLoadMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(mSetObj$analSet$oplsda$splot.mat[,c(1,3)]); +} + +GetDefaultSPLSCVComp <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return (min(5, dim(mSetObj$dataSet$norm)[1]-2, dim(mSetObj$dataSet$norm)[2], mSetObj$dataSet$min.grp.size)); +} + +GetDefaultSPLSPairComp <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return (min(5, dim(mSetObj$dataSet$norm)[1]-1, dim(mSetObj$dataSet$norm)[2])); +} + +GetSPLS_CVRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$splsda$fit.info); +} + +GetSPLS_CVColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$splsda$fit.info); +} + +GetSPLS_CVMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(signif(mSetObj$analSet$splsda$fit.info, 5)); +} + +GetSPLSLoadAxesSpec <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$pls.axis.lims; +} + +GetSPLSLoadCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$splsr$loadings$X); +} + +GetSPLSLoadMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(signif(mSetObj$analSet$splsr$loadings$X, 5)); +} + +GetSPLSSigColNames <- function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "vip"){ + return (colnames(mSetObj$analSet$splsda$vip.mat)); + }else if(type == "coef"){ + return (colnames(mSetObj$analSet$splsda$coef.mat)); + }else{ + return (colnames(mSetObj$analSet$splsr$loadings$X)); + } +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_classification.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_classification.R new file mode 100755 index 0000000000000000000000000000000000000000..7c5ce8c75704e2f37b636fba4ea51d8f3a3f8452 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_classification.R @@ -0,0 +1,633 @@ +#'Perform Random Forest Analysis +#'@description Perform Random Forest +#'@param mSetObj Input name of the created mSet Object +#'@param treeNum Input the number of trees to create, default is set to 500 +#'@param tryNum Set number of tries, default is 7 +#'@param randomOn Set random, default is 1 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +RF.Anal <- function(mSetObj=NA, treeNum=500, tryNum=7, randomOn=1){ + + mSetObj <- .get.mSet(mSetObj); + + # set up random numbers + if(is.null(mSetObj$dataSet$random.seeds)){ + mSetObj$dataSet$random.seeds <- GetRandomNumbers(); + mSetObj$dataSet$cur.inx <- 0; + mSetObj$dataSet$rn.seed <- mSetObj$dataSet$random.seeds[1]; + } + + if(randomOn == -1){ + rn.sd <- 123456; + }else if(randomOn == 0){ # keep current + rn.sd <- mSetObj$dataSet$rn.seed; + }else{ # random on + cur.inx <- mSetObj$dataSet$cur.inx + 1; + rn.sd <- mSetObj$dataSet$random.seeds[cur.inx]; + mSetObj$dataSet$cur.inx <- cur.inx; + } + set.seed(rn.sd); + # save the + mSetObj$dataSet$rn.seed <- rn.sd; + + rf_out <- randomForest::randomForest(mSetObj$dataSet$norm, mSetObj$dataSet$cls, ntree = treeNum, mtry = tryNum, importance = TRUE, proximity = TRUE); + + # set up named sig table for display + impmat <- rf_out$importance; + impmat <- impmat[rev(order(impmat[,"MeanDecreaseAccuracy"])),] + sigmat <- impmat[,"MeanDecreaseAccuracy", drop=F]; + sigmat <- signif(sigmat, 5); + + fast.write.csv(sigmat, file="randomforests_sigfeatures.csv"); + mSetObj$analSet$rf <- rf_out; + mSetObj$analSet$rf.sigmat <- sigmat; + return(.set.mSet(mSetObj)); +} + +GetRandomNumbers <- function(){ + rm(.Random.seed); + runif(1); + return(.Random.seed[3:626]); +} + +#'Plot Random Forest +#'@description Random Forest plot +#'@usage PlotRF.Classify(mSetObj, imgName, format, dpi, width) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotRF.Classify <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 8; + }else{ + w <- width; + } + h <- w*5/8; + + mSetObj$imgSet$rf.cls <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + #par(mfrow=c(2,1)); + par(mar=c(4,4,3,2)); + cols <- rainbow(length(levels(mSetObj$dataSet$cls))+1); + plot(mSetObj$analSet$rf, main="Random Forest classification", col=cols); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + legend("topright", legend = c("Overall", levels(cls)), lty=2, lwd=1, col=cols); + + #PlotConfusion(analSet$rf$confusion); + + dev.off(); + return(.set.mSet(mSetObj)); + +} + +#'Plot Random Forest variable importance +#'@description Random Forest plot of variable importance ranked by MeanDecreaseAccuracy +#'@usage PlotRF.VIP(mSetObj=NA, imgName, format, dpi, width) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotRF.VIP <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + vip.score <- rev(sort(mSetObj$analSet$rf$importance[,"MeanDecreaseAccuracy"])); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + + }else{ + w <- width; + } + h <- w*7/8; + mSetObj$imgSet$rf.imp <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotImpVar(mSetObj, vip.score, "MeanDecreaseAccuracy"); + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Plot Random Forest outliers +#'@description Random Forest plot of outliers +#'@usage PlotRF.Outlier(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotRF.Outlier <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + cols <- GetColorSchema(cls); + uniq.cols <- unique(cols); + + legend.nm <- unique(as.character(sort(cls))); + dist.res <- randomForest::outlier(mSetObj$analSet$rf); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w*7/9; + + mSetObj$imgSet$rf.outlier <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + layout(matrix(c(1,2), 1, 2, byrow = TRUE), width=c(4,1)); + + op <- par(mar=c(5,5,4,0)); + plot(dist.res, type="h", col=cols, xlab="Samples", xaxt="n", ylab="Outlying Measures", bty="n"); + + # add sample names to top 5 + rankres <- rank(-abs(dist.res), ties.method="random"); + + inx.x <- which(rankres < 6); + inx.y <- dist.res[inx.x]; + nms <- names(dist.res)[inx.x]; + text(inx.x, inx.y, nms, pos=ifelse(inx.y >= 0, 3, 1), xpd=T) + op <- par(mar=c(5,0,4,1)); + plot.new(); + plot.window(c(0,1), c(0,1)); + + legend("center", legend =legend.nm, pch=15, col=uniq.cols); + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Recursive Support Vector Machine (R-SVM) +#'@description recursive SVM for feature selection and classification +#'@param mSetObj Input name of the created mSet Object +#'@param cvType Cross-validation type +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +RSVM.Anal <- function(mSetObj=NA, cvType){ + + mSetObj <- .get.mSet(mSetObj); + + ladder = CreateLadder(ncol(mSetObj$dataSet$norm)); + svm.out <- RSVM(mSetObj$dataSet$norm, mSetObj$dataSet$cls, ladder, CVtype=cvType); + + # calculate important features + ERInd <- max(which(svm.out$Error == min(svm.out$Error))) + MinLevel <- svm.out$ladder[ERInd] + FreqVec <- svm.out$SelFreq[, ERInd] + SelInd <- which(rank(FreqVec) >= (svm.out$ladder[1]-MinLevel)); + FreqInd <- svm.out$SelFreq[SelInd, ERInd] + names(FreqInd) <- names(mSetObj$dataSet$norm)[SelInd]; + + #create a sig table for display + sig.var <- rev(sort(FreqInd)); + sig.var <- as.matrix(sig.var); # 1-column matrix + colnames(sig.var) <- "Freqency"; + + fast.write.csv(sig.var, file="svm_sigfeatures.csv"); + + # add sorted features frequencies as importance indicator + svm.out <- append(svm.out, list(sig.mat=sig.var, best.inx=ERInd)); + mSetObj$analSet$svm <- svm.out; + return(.set.mSet(mSetObj)); +} + +#'Recursive Support Vector Machine (R-SVM) plot +#'@description Plot recursive SVM classification +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@usage PlotRSVM.Classification(mSetObj, imgName, format, dpi, width) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotRSVM.Classification <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + res <- mSetObj$analSet$svm$Error; + edge <- (max(res)-min(res))/100; # expand y uplimit for text + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$svm.class <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(res,type='l',xlab='Number of variables (levels)',ylab='Error Rate', + ylim = c(min(res)-5*edge, max(res)+18*edge), axes=F, + main="Recursive SVM classification") + text(res,labels =paste(100*round(res,3),'%'), adj=c(-0.3, -0.5), srt=45, xpd=T) + + points(res, col=ifelse(1:length(res)==mSetObj$analSet$svm$best.inx,"red","blue")); + axis(2); + axis(1, 1:length(res), names(res)); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Recursive Support Vector Machine (R-SVM) plot of important variables +#'@description Plot recursive SVM variables of importance +#'if too many, plot top 15 +#'@usage PlotRSVM.Cmpd(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotRSVM.Cmpd <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + sigs <- mSetObj$analSet$svm$sig.mat; + data <- sigs[,1]; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*7/8; + + mSetObj$imgSet$svm <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotImpVar(mSetObj, data, "Frequency"); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'R-code for R-SVM +#'@description use leave-one-out / Nfold or bootstrape to permute data for external CV +#'build SVM model and use mean-balanced weight to sort genes on training set +#'and recursive elimination of least important genes +#'@param Ntotal Total number +#'@param Nmin Minimum number, default set to 5 +#'@author Dr. Xin Lu, Research Scientist +#'Biostatistics Department, Harvard School of Public Health +#'create a decreasing ladder for recursive feature elimination +#' +CreateLadder <- function(Ntotal, Nmin=5){ + x <- vector() + x[1] <- Ntotal + # note SVM is very computationally intensive, large step first + # first descend with 0.5 -> 50 var left + # then descend with 0.6 -> 25 var left + # then desend with 0.75 -> 5 var + + for( i in 1:100 ){ + if(x[i]>200){ + pRatio = 0.4 + }else if(x[i]>50){ + pRatio = 0.5 + }else if(x[i]>25){ + pRatio = 0.6 + }else{ + pRatio = 0.75 + } + pp <- round(x[i] * pRatio) + if( pp == x[i] ){ + pp <- pp-1 + } + if( pp >= Nmin ) { + x[i+1] <- pp + } else{ + break + } + } + x +} + +#'R-SVM core code +#'@description Core code to perform R-SVM +#'@param x Row matrix of data +#'@param y Class label: 1 / -1 for 2 classes +#'@param ladder Input the ladder +#'@param CVtype Integer (N fold CV), "LOO" leave-one-out CV, "bootstrape" bootstrape CV +#'@param CVnum Number of CVs, LOO: defined as sample size, Nfold and bootstrape: user defined, default as sample size +#'outputs a named list +#'Error: a vector of CV error on each level +#'SelFreq: a matrix for the frequency of each gene being selected in each level +#'with each column corresponds to a level of selection +#'and each row for a gene +#'The top important gene in each level are those high-freqent ones +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +RSVM <- function(x, y, ladder, CVtype, CVnum=0){ + ## check if y is binary response + Ytype <- names(table(y)) + if(length(Ytype) != 2){ + print("ERROR!! RSVM can only deal with 2-class problem") + return(0) + } + + ## class mean + m1 <- apply(x[ which(y==Ytype[1]), ], 2, mean) + m2 <- apply(x[ which(y==Ytype[2]), ], 2, mean) + md <- m1-m2 + + yy <- vector(length=length(y)) + yy[which(y==Ytype[1])] <- 1 + yy[which(y==Ytype[2])] <- -1 + y <- yy + + ## check ladder + if(min(diff(ladder)) >= 0){ + print("ERROR!! ladder must be monotonously decreasing") + return(0); + } + + if(ladder[1] != ncol(x) ){ + ladder <- c(ncol(x), ladder) + } + + nSample <- nrow(x) + nGene <- ncol(x) + SampInd <- seq(1, nSample) + + if(CVtype == "LOO"){ + CVnum <- nSample + }else{ + if(CVnum == 0 ){ + CVnum <- nSample + } + } + + ## vector for test error and number of tests + ErrVec <- vector(length=length(ladder)) + names(ErrVec) <- as.character(ladder); + nTests <- 0 + + SelFreq <- matrix(0, nrow=nGene, ncol=length(ladder)) + colnames(SelFreq) <- paste("Level", ladder); + + ## for each CV + for(i in 1:CVnum){ + ## split data + if(CVtype == "LOO"){ + TestInd <- i + TrainInd <- SampInd[ -TestInd] + }else{ + if(CVtype == "bootstrape"){ + TrainInd <- sample(SampInd, nSample, replace=T); + TestInd <- SampInd[ which(!(SampInd %in% TrainInd ))]; + }else{ + ## Nfold + TrainInd <- sample(SampInd, nSample*(CVtype-1)/CVtype); + TestInd <- SampInd[ which(!(SampInd %in% TrainInd ))]; + } + } + + nTests <- nTests + length(TestInd) + + ## in each level, train a SVM model and record test error + xTrain <- x[TrainInd, ] + yTrain <- y[TrainInd] + + xTest <- x[TestInd,] + yTest <- y[TestInd] + + ## index of the genes used in the + SelInd <- seq(1, nGene) + for(gLevel in 1:length(ladder)) + { + ## record the genes selected in this ladder + SelFreq[SelInd, gLevel] <- SelFreq[SelInd, gLevel] +1 + + ## train SVM model and test error + ################################################################################### + ## note the scale is changed to T or it never returns sometime for unscaled data ### + ## note: the classification performance is idenpendent of about scale is T/F ##### + ## for "LOO", the test data should be as.data.frame, matrxi will trigger error ##### + ################################################################################### + svmres <- e1071::svm(xTrain[, SelInd], yTrain, scale=T, type="C-classification", kernel="linear" ) + if( CVtype == "LOO" ){ + svmpred <- predict(svmres, as.data.frame(xTest[SelInd], nrow=1) ) + }else{ + svmpred <- predict(svmres, xTest[, SelInd] ) + } + ErrVec[gLevel] <- ErrVec[gLevel] + sum(svmpred != yTest ) + + ## weight vector + W <- t(svmres$coefs*yTrain[svmres$index]) %*% svmres$SV * md[SelInd] + rkW <- rank(W) + + if( gLevel < length(ladder) ){ + SelInd <- SelInd[which(rkW > (ladder[gLevel] - ladder[gLevel+1]))] + } + } + } + ret <- list(ladder=ladder, Error=ErrVec/nTests, SelFreq=SelFreq); + ret; +} + +PlotConfusion <- function(clsConf){ + prior(clsConf) <- 100 + # The above rescales the confusion matrix such that columns sum to 100. + opar <- par(mar=c(5.1, 6.1, 2, 2)) + x <- x.orig <- unclass(clsConf) + x <- log(x + 0.5) * 2.33 + x[x < 0] <- NA + x[x > 10] <- 10 + diag(x) <- -diag(x) + image(1:ncol(x), 1:ncol(x), + -(x[, nrow(x):1]), xlab='Actual', ylab='', + col=colorRampPalette(c(hsv(h = 0, s = 0.9, v = 0.9, alpha = 1), + hsv(h = 0, s = 0, v = 0.9, alpha = 1), + hsv(h = 2/6, s = 0.9, v = 0.9, alpha = 1)))(41), + xaxt='n', yaxt='n', zlim=c(-10, 10)) + axis(1, at=1:ncol(x), labels=colnames(x), cex.axis=0.8) + axis(2, at=ncol(x):1, labels=colnames(x), las=1, cex.axis=0.8) + title(ylab='Predicted', line=4.5) + abline(h = 0:ncol(x) + 0.5, col = 'gray') + abline(v = 0:ncol(x) + 0.5, col = 'gray') + text(1:6, rep(6:1, each=6), labels = sub('^0$', '', round(c(x.orig), 0))) + box(lwd=2) + par(opar) # reset par +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Random Forest OOB +#'@description Get the OOB error for the last signif +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetRFOOB <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + errors = mSetObj$analSet$rf$err.rate; + nrow = dim(errors)[1]; + signif(errors[nrow, 1],3); +} + +#'Sig table for random forest analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.RF <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$rf.sigmat, "Random Forest", mSetObj$dataSet$type); +} + +#'Random Forest Significance matrix +#'@description Significance measure, double brackets +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetRFSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$rf.sigmat)) +} + +GetRFSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$rf.sigmat); +} + +GetRFSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$rf.sigmat); +} + +#'Classification performance table for random forest analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetRFConf.Table <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + print(xtable::xtable(mSetObj$analSet$rf$confusion, + caption="Random Forest Classification Performance"), size="\\scriptsize"); +} + +#'Random Forest Confusion Matrix +#'@description Return double confusion matrix +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetRFConfMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + signif(mSetObj$analSet$rf$confusion,3); +} + +GetRFConfRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$rf$confusion); +} + +GetRFConfColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$rf$confusion); +} + +#'Recursive Support Vector Machine (R-SVM) Significance Measure +#'@description Return significance measure, double[][] +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetSVMSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$svm$sig.mat)); +} + +GetSVMSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$svm$sig.mat); +} + +GetSVMSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$svm$sig.mat); +} + +#'Sig table for SVM +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.SVM <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$svm$sig.mat, "Recursive SVM", mSetObj$dataSet$type); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_clustering.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_clustering.R new file mode 100755 index 0000000000000000000000000000000000000000..4f0af66cc4e3784b97a352079116135b2b1c7692 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_clustering.R @@ -0,0 +1,822 @@ +#'Plot Dendrogram +#'@description Dendogram +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param smplDist Method to calculate sample distance +#'@param clstDist Method to calculate clustering distance +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotHCTree <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, smplDist, clstDist){ + + mSetObj <- .get.mSet(mSetObj); + # set up data set + hc.dat <- as.matrix(mSetObj$dataSet$norm); + colnames(hc.dat) <- substr(colnames(hc.dat), 1, 18) # some names are too long + # set up distance matrix + if(smplDist == 'euclidean'){ + dist.mat <- dist(hc.dat, method = smplDist); + }else{ + dist.mat <- dist(1-cor(t(hc.dat), method = smplDist)); + } + + # record the paramters + mSetObj$analSet$tree <- list(dist.par=smplDist, clust.par=clstDist); + # build the tree + hc_tree <- hclust(dist.mat, method=clstDist); + + # plot the tree + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- minH <- 630; + myH <- nrow(hc.dat)*10 + 150; + if(myH < minH){ + myH <- minH; + } + w <- round(w/72,2); + h <- round(myH/72,2); + }else if(width == 0){ + w <- h <- 7.2; + }else{ + w <- h <- 7.2; + } + + mSetObj$imgSet$tree <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(cex=0.8, mar=c(4,2,2,8)); + if(mSetObj$dataSet$cls.type == "disc"){ + clusDendro <- as.dendrogram(hc_tree); + cols <- GetColorSchema(mSetObj$dataSet$cls); + names(cols) <- rownames(hc.dat); + labelColors <- cols[hc_tree$order]; + colLab <- function(n){ + if(is.leaf(n)) { + a <- attributes(n) + labCol <- labelColors[a$label]; + attr(n, "nodePar") <- + if(is.list(a$nodePar)) c(a$nodePar, lab.col = labCol,pch=NA) else + list(lab.col = labCol,pch=NA) + } + n + } + clusDendro <- dendrapply(clusDendro, colLab) + plot(clusDendro,horiz=T,axes=T); + par(cex=1); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + legend.nm <- as.character(sort(as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]))); + }else{ + legend.nm <- as.character(mSetObj$dataSet$cls); + } + + legend("topleft", legend = unique(legend.nm), pch=15, col=unique(cols), bty = "n"); + + }else{ + plot(as.dendrogram(hc_tree), hang=-1, main=paste("Cluster with", clstDist, "method"), xlab=NULL, sub=NULL, horiz=TRUE); + } + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'SOM analysis +#'@description SOM analysis +#'@param mSetObj Input name of the created mSet Object +#'@param x.dim Input X dimension for SOM analysis +#'@param y.dim Input Y dimension for SOM analysis +#'@param initMethod Input the method +#'@param neigb Default is set to 'gaussian' +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +SOM.Anal <- function(mSetObj=NA, x.dim, y.dim, initMethod, neigb = 'gaussian'){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$som <- som::som(as.matrix(mSetObj$dataSet$norm), xdim=x.dim, ydim=y.dim, init=initMethod, neigh=neigb); + return(.set.mSet(mSetObj)); +} + +#'SOM Plot +#'@description Plot SOM map for less than 20 clusters +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param colpal Character, input "default" to use the default ggplot color scheme or "colblind" to use +#'the color-blind friendly palette. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import ggplot2 +#'@export +#' +PlotSOM <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, colpal = "default", facet=TRUE){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + load_data.table() + } + + xdim <- mSetObj$analSet$som$xdim; + ydim <- mSetObj$analSet$som$ydim; + + total<-xdim*ydim; + if(total>20) { return();} + + ylabel<-GetAbundanceLabel(mSetObj$dataSet$type); + clust<-mSetObj$analSet$som$visual; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*8/9; + + if(xdim > 5){ + w <- w + 7.5 + }else if(xdim > 3){ + w <- w + 5 + }else if(xdim > 1){ + w <- w + 3 + } + + mSetObj$imgSet$som <- imgName; + + ### NEW PLOTS + group <- paste(clust[,1], clust[,2], sep = "_") + clust.num <- length(unique(group)) + + df <- data.frame(Samples = as.factor(rownames(mSetObj$dataSet$norm)), Cluster = group, clust[,-3], mSetObj$dataSet$norm, check.names = F) + long <- melt(setDT(df), id.vars = c("Samples", "Cluster", "x", "y"), variable.name = "Feature") + long.dt <- setDT(long)[, ymax:= max(value), by=list(Feature, Cluster)] + long.dt <- setDT(long.dt)[, ymin:= min(value), by=list(Feature, Cluster)] + long.dt <- setDT(long.dt)[, median:= median(value), by=list(Feature, Cluster)] + long.dt <- setDF(long.dt) + + p <- ggplot(long.dt, aes(x = Feature, y = median, group = Cluster, color = Cluster)) + + geom_ribbon(aes(ymin=ymin, ymax=ymax, fill=Cluster), linetype=0, alpha = 0.25) + + geom_line() + xlab("") + ylab("Concentration") + guides(x = guide_axis(angle = 90)) + + theme( + # Remove panel border + panel.border = element_blank(), + # Remove panel grid lines + panel.grid.major = element_blank(), + panel.grid.minor = element_blank(), + # Remove panel background + panel.background = element_blank(), + # Add axis line + axis.line = element_line(colour = "grey")) + + if(facet){ + p <- p + facet_grid(y ~ x) + } + + if(colpal == "colblind"){ + if(clust.num <= 18){ # update color and respect default + dist.cols <- cb_pal_18[1:clust.num]; + }else{ + dist.cols <- colorRampPalette(cb_pal_18)(clust.num); + } + p <- p + scale_fill_manual(values=dist.cols) + scale_color_manual(values=dist.cols) + } + + if(xdim < 3){ + p <- p + theme(text = element_text(size=10)) + }else{ + p <- p + theme(text = element_text(size=8)) + } + + ggsave(p, filename = imgName, dpi=dpi, width=w, height=h, limitsize = FALSE) + + return(.set.mSet(mSetObj)); +} + +#'K-means analysis +#'@description Perform K-means analysis +#'@param mSetObj Input name of the created mSet Object +#'@param clust.num Numeric, input the number of clusters for K-means analysis +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Kmeans.Anal <- function(mSetObj=NA, clust.num){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$kmeans <- kmeans(mSetObj$dataSet$norm, clust.num, nstart=100); + return(.set.mSet(mSetObj)); +} + +#'Plot K-means analysis +#'@description Plot K-means analysis +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param colpal Character, input "default" to use the default ggplot color scheme or "colblind" to use +#'the color-blind friendly palette. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotKmeans <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, colpal="default", facet=FALSE){ + + if(.on.public.web){ + load_ggplot() + load_data.table() + } + + mSetObj <- .get.mSet(mSetObj); + clust.num <- max(mSetObj$analSet$kmeans$cluster); + + if(clust.num>20) return(); + # calculate arrangement of panel + ylabel<- GetAbundanceLabel(mSetObj$dataSet$type); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*8/9; + + mSetObj$imgSet$kmeans <- imgName; + + df <- data.frame(Samples = as.factor(rownames(mSetObj$dataSet$norm)), Cluster = as.factor(mSetObj$analSet$kmeans$cluster), mSetObj$dataSet$norm, check.names = F) + long <- melt(setDT(df), id.vars = c("Samples","Cluster"), variable.name = "Feature") + long.dt <- setDT(long)[, ymax:= max(value), by=list(Feature, Cluster)] + long.dt <- setDT(long.dt)[, ymin:= min(value), by=list(Feature, Cluster)] + long.dt <- setDT(long.dt)[, median:= median(value), by=list(Feature, Cluster)] + long.dt <- setDF(long.dt) + + p <- ggplot(long.dt, aes(x = Feature, y = median, group = Cluster, color = Cluster)) + + geom_ribbon(aes(ymin=ymin, ymax=ymax, fill=Cluster), linetype=0, alpha = 0.25) + + geom_line() + xlab("") + ylab("Concentration") + guides(x = guide_axis(angle = 90)) + + theme( + # Remove panel border + panel.border = element_blank(), + # Remove panel grid lines + panel.grid.major = element_blank(), + panel.grid.minor = element_blank(), + # Remove panel background + panel.background = element_blank(), + # Add axis line + axis.line = element_line(colour = "grey") + ) + + if(facet){ + p <- p + facet_grid(Cluster ~ .) + } + + if(colpal == "colblind"){ + if(clust.num <= 18){ # update color and respect default + dist.cols <- cb_pal_18[1:clust.num]; + }else{ + dist.cols <- colorRampPalette(cb_pal_18)(clust.num); + } + p <- p + scale_fill_manual(values=dist.cols) + scale_color_manual(values=dist.cols) + } + + ggsave(p, filename = imgName, dpi=dpi, width=w, height=h, limitsize = FALSE) + + return(.set.mSet(mSetObj)); +} + +#'Plot K-means summary PCA plot +#'@description Plot K-means summary PCA plot +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import ggplot2 +#'@export + +PlotClustPCA <- function(mSetObj, imgName, format="png", dpi=72, width=NA, colpal="default", anal="km", + labels = "T"){ + + if(.on.public.web){ + load_ggplot() + load_data.table() + } + + mSetObj <- .get.mSet(mSetObj); + + if(anal == "km"){ + clust.num <- max(mSetObj$analSet$kmeans$cluster); + clusters <- as.factor(mSetObj$analSet$kmeans$cluster) + mSetObj$imgSet$kmeans.pca <- imgName; + }else{ + clust<-mSetObj$analSet$som$visual; + clusters <- paste(clust[,1], clust[,2], sep = "_") + clust.num <- length(unique(clusters)) + mSetObj$imgSet$som.pca <- imgName; + } + + if(clust.num>20) return(); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*8/9; + + data <- mSetObj$dataSet$norm + + # Set class labels + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + res.pca <- stats::prcomp(data, scale = FALSE, center = TRUE) + + sum.pca <- summary(res.pca); + imp.pca <- sum.pca$importance; + var.pca <- imp.pca[2,]; + + df_out <- as.data.frame(res.pca$x) + df_out$Cluster <- clusters + df_out$Class <- cls + + text.lbls <- substr(names(res.pca$x[,1]), 1, 14) + + xlabel = paste("PC",1, "(", round(100*var.pca[1],1), "%)"); + ylabel = paste("PC",2, "(", round(100*var.pca[2],1), "%)"); + + p <- ggplot(df_out, aes(x=PC1, y=PC2, color=Class)) + p <- p + geom_point(size = 5) + xlab(xlabel) + ylab(ylabel) + theme_bw() + p <- p + stat_ellipse(geom = "polygon", alpha = 0.15, aes(group = Cluster, fill = Cluster)) + + if(colpal == "colblind"){ + if(clust.num <= 18){ # update color and respect default + dist.cols <- cb_pal_18[1:clust.num]; + }else{ + dist.cols <- colorRampPalette(cb_pal_18)(clust.num); + } + p <- p + scale_fill_manual(values = dist.cols) + scale_color_manual(values = dist.cols) + } + + if(labels == "T"){ + p <- p + geom_text(aes(label = text.lbls), vjust="inward", hjust="inward") + } + + ggsave(p, filename = imgName, dpi=dpi, width=w, height=h, limitsize = FALSE) + return(.set.mSet(mSetObj)); +} + +#'Create Sub Heat Map Plot +#'@description Plot a sub heatmap based on results from t-tests/ANOVA, VIP or randomforest +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param dataOpt Set data options +#'@param scaleOpt Set the image scale +#'@param smplDist Input the sample distance method +#'@param clstDist Input the clustering distance method +#'@param palette Input color palette choice +#'@param method.nm Input the method for sub-heat map +#'@param top.num Input the top number +#'@param viewOpt Set heatmap options, default is set to "detail" +#'@param rowV Default is set to T +#'@param colV Default is set to T +#'@param border Indicate whether or not to show cell-borders, default is set to T +#'@param grp.ave Logical, default is set to F +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSubHeatMap <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, dataOpt, scaleOpt, + smplDist, clstDist, palette, method.nm, top.num, viewOpt, rowV=T, colV=T, border=T, grp.ave=F){ + + mSetObj <- .get.mSet(mSetObj); + var.nms = colnames(mSetObj$dataSet$norm); + if(top.num < length(var.nms)){ + if(method.nm == 'tanova'){ + if(GetGroupNumber(mSetObj) == 2){ + if(is.null(mSetObj$analSet$tt)){ + Ttests.Anal(mSetObj); + mSetObj <- .get.mSet(mSetObj); + } + var.nms <- names(sort(mSetObj$analSet$tt$p.value))[1:top.num]; + }else{ + if(is.null(mSetObj$analSet$aov)){ + ANOVA.Anal(mSetObj); + mSetObj <- .get.mSet(mSetObj); + } + var.nms <- names(sort(mSetObj$analSet$aov$p.value))[1:top.num]; + } + }else if(method.nm == 'cor'){ + if(is.null(mSetObj$analSet$cor.res)){ + Match.Pattern(mSetObj); + mSetObj <- .get.mSet(mSetObj); + } + + # re-order for pretty view + cor.res <- mSetObj$analSet$cor.res; + + ord.inx<-order(cor.res[,3]); + cor.res <- cor.res[ord.inx, ]; + + ord.inx<-order(cor.res[,1]); + cor.res <- cor.res[ord.inx, ]; + + var.nms <- rownames(cor.res)[1:top.num]; + }else if(method.nm == 'vip'){ + if(is.null(mSetObj$analSet$plsda)){ + PLSR.Anal(mSetObj); + PLSDA.CV(mSetObj); + mSetObj <- .get.mSet(mSetObj); + } + vip.vars <- mSetObj$analSet$plsda$vip.mat[,1];# use the first component + var.nms <- names(rev(sort(vip.vars)))[1:top.num]; + }else if(method.nm == 'rf'){ + if(is.null(analSet$rf)){ + RF.Anal(mSetObj); + mSetObj <- .get.mSet(mSetObj); + } + var.nms <- GetRFSigRowNames()[1:top.num]; + } + } + var.inx <- match(var.nms, colnames(mSetObj$dataSet$norm)); + PlotHeatMap(mSetObj, imgName, format, dpi, width, dataOpt, scaleOpt, smplDist, clstDist, palette, viewOpt, rowV, colV, var.inx, border, grp.ave); +} + +#'Create Heat Map Plot +#'@description Plot a heatmap based on results from t-tests/ANOVA, VIP or randomforest +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param dataOpt Set data options +#'@param scaleOpt Set the image scale +#'@param smplDist Input the sample distance method +#'@param clstDist Input the clustering distance method +#'@param palette Input color palette choice +#'@param viewOpt Set heatmap options, default is set to "detail" +#'@param rowV Default is set to T +#'@param colV Default is set to T +#'@param var.inx Default is set to NA +#'@param border Indicate whether or not to show cell-borders, default is set to T +#'@param grp.ave Logical, default is set to F +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +PlotHeatMap <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, dataOpt, scaleOpt, smplDist, + clstDist, palette, viewOpt="detail", rowV=T, colV=T, var.inx=NULL, border=T, grp.ave=F){ + filenm = paste0(imgName, ".json") + mSetObj <- .get.mSet(mSetObj); + + # record the paramters + mSetObj$analSet$htmap <- list(dist.par=smplDist, clust.par=clstDist); + + # set up data set + if(dataOpt=="norm"){ + my.data <- mSetObj$dataSet$norm; + }else{ + my.data <- qs::qread("prenorm.qs"); + } + + if(is.null(var.inx)){ + hc.dat<-as.matrix(my.data); + }else{ + hc.dat<-as.matrix(my.data[,var.inx]); + } + + colnames(hc.dat) <- substr(colnames(hc.dat),1,18) # some names are too long + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + hc.cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + hc.cls <- mSetObj$dataSet$cls; + } + + if(grp.ave){ # only use group average + lvs <- levels(hc.cls); + my.mns <- matrix(ncol=ncol(hc.dat),nrow=length(lvs)); + for(i in 1:length(lvs)){ + inx <-hc.cls == lvs[i]; + my.mns[i,]<- apply(hc.dat[inx, ], 2, mean); + } + rownames(my.mns) <- lvs; + colnames(my.mns) <- colnames(hc.dat); + hc.dat <- my.mns; + hc.cls <- as.factor(lvs); + } + + # set up colors for heatmap + if(palette=="gbr"){ + colors <- colorRampPalette(c("green", "black", "red"), space="rgb")(256); + }else if(palette == "heat"){ + colors <- heat.colors(256); + }else if(palette == "topo"){ + colors <- topo.colors(256); + }else if(palette == "gray"){ + colors <- colorRampPalette(c("grey90", "grey10"), space="rgb")(256); + }else{ + colors <- rev(colorRampPalette(RColorBrewer::brewer.pal(10, "RdBu"))(256)); + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + minW <- 630; + myW <- nrow(hc.dat)*18 + 150; + + if(myW < minW){ + myW <- minW; + } + w <- round(myW/72,2); + }else if(width == 0){ + w <- 7.2; + }else{ + w <- 7.2; + } + + mSetObj$imgSet$heatmap <- imgName; + + myH <- ncol(hc.dat)*18 + 150; + h <- round(myH/72,2); + + if(viewOpt == "overview"){ + if(is.na(width)){ + if(w > 9){ + w <- 9; + } + }else if(width == 0){ + if(w > 7.2){ + w <- 7.2; + } + + }else{ + w <- 7.2; + } + if(h > w){ + h <- w; + } + + mSetObj$imgSet$heatmap <- imgName; + } + + # make the width smaller fro group average + if(grp.ave){ + w <- nrow(hc.dat)*25 + 300; + w <- round(w/72,2); + } + + if(border){ + border.col<-"grey60"; + }else{ + border.col <- NA; + } + if(format=="pdf"){ + pdf(file = imgName, width=w, height=h, bg="white", onefile=FALSE); + }else{ + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + } + if(mSetObj$dataSet$cls.type == "disc"){ + annotation <- data.frame(class = hc.cls); + rownames(annotation) <- rownames(hc.dat); + + # set up color schema for samples + cols <- GetColorSchema(mSetObj$dataSet$cls, palette == "gray"); + uniq.cols <- unique(cols); + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + names(uniq.cols) <- unique(as.character(sort(cls))); + ann_colors <- list(class= uniq.cols); + + pheatmap::pheatmap(t(hc.dat), + annotation=annotation, + fontsize=8, fontsize_row=8, + clustering_distance_rows = smplDist, + clustering_distance_cols = smplDist, + clustering_method = clstDist, + border_color = border.col, + cluster_rows = colV, + cluster_cols = rowV, + scale = scaleOpt, + color = colors, + annotation_colors = ann_colors); + dat = t(hc.dat) + if(scaleOpt == "row"){ + res <- t(apply(dat, 1, function(x){as.numeric(cut(x, breaks=30))})); + }else{ + res <- t(apply(dat, 2, function(x){as.numeric(cut(x, breaks=30))})); + } + colnames(dat) = NULL + netData <- list(data=res, annotation=annotation, smp.nms = colnames(t(hc.dat)), met.nms = rownames(t(hc.dat)), colors = colors); + sink(filenm); + cat(RJSONIO::toJSON(netData)); + sink(); + }else{ + heatmap(hc.dat, Rowv = rowTree, Colv=colTree, col = colors, scale="column"); + dat = t(hc.dat) +if(scaleOpt == "row"){ + res <- t(apply(dat, 1, function(x){as.numeric(cut(x, breaks=30))})); +}else{ + res <- t(apply(dat, 2, function(x){as.numeric(cut(x, breaks=30))})); +} + colnames(dat) = NULL + netData <- list(data=res, annotation="NA", smp.nms = colnames(t(hc.dat)), met.nms = rownames(t(hc.dat)), colors = colors); + sink(filenm); + cat(RJSONIO::toJSON(netData)); + sink(); + } + dev.off(); + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'SOM analysis +#'@description Get members for given cluster index, return a character string +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param i Index of X +#'@param j Index of Y +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetSOMClusterMembers <- function(mSetObj=NA, i, j){ + mSetObj <- .get.mSet(mSetObj); + clust <- mSetObj$analSet$som$visual; + xTrue <- clust$x == i; + yTrue <- clust$y == j; + hit.inx <- xTrue & yTrue; + + all.cols <- GetColorSchema(mSetObj$dataSet$cls); + paste("<font color=\"", all.cols[hit.inx], "\">", rownames(mSetObj$dataSet$norm)[hit.inx], "</font>",collapse =", "); +} + +#'SOM analysis +#'@description Get members for given cluster index, return a character string +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +GetAllSOMClusterMembers <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + clust <- mSetObj$analSet$som$visual; + xdim <- mSetObj$analSet$som$xdim; + ydim <- mSetObj$analSet$som$ydim; + + clust.df = data.frame(); + rowNameVec = c(); + i = 0; + while(i < xdim){ + j = 0; + while(j < ydim){ + xTrue<-clust$x == i; + yTrue<-clust$y == j; + if(i==0 & j==0){ # bug in R, the first one need to be different + clust.df <- rbind(paste(rownames(mSetObj$dataSet$norm)[xTrue & yTrue], collapse = " ")); + rowNameVec <- c(paste("Cluster(", i, ",", j,")")); + }else{ + clust.df <- rbind(clust.df, paste(rownames(mSetObj$dataSet$norm)[xTrue & yTrue], collapse=" ")); + rowNameVec <- c(rowNameVec, paste("Cluster(", i, ",", j,")")); + } + j = j+1; + } + i = i+1; + } + row.names(clust.df) <- rowNameVec; + colnames(clust.df) <- "Samples in each cluster"; + print(xtable::xtable(clust.df, align="l|p{8cm}", caption="Clustering result using SOM"),caption.placement="top", size="\\scriptsize"); +} + + +# inx has to be 1 or 2 +GetClassLabel<-function(mSetObj=NA, inx){ + mSetObj <- .get.mSet(mSetObj); + levels(mSetObj$dataSet$cls)[inx] +} + + +#'K-means analysis - cluster +#'@description Get the cluster members for given index +#'add HTML color to the names based on its group membership +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param i Input the cluster index +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetKMClusterMembers <- function(mSetObj=NA, i){ + mSetObj <- .get.mSet(mSetObj); + all.cols <- GetColorSchema(mSetObj$dataSet$cls); + hit.inx <- mSetObj$analSet$kmeans$cluster== i; + + paste("<font color=\"", all.cols[hit.inx], "\">", rownames(mSetObj$dataSet$norm)[hit.inx], "</font>",collapse =", "); + # paste(all.cols[hit.inx], rownames(dataSet$norm)[hit.inx], collapse =", "); +} + +#'K-means analysis - cluster +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetAllKMClusterMembers <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + clust.df = data.frame(); + rowNameVec = c(); + i = 1; + clust.num<-max(mSetObj$analSet$kmeans$cluster); + while(i<=clust.num){ + if(i==1){ + clust.df <- rbind(paste(rownames(mSetObj$dataSet$norm)[mSetObj$analSet$kmeans$cluster== i], collapse = " ")); + }else{ + clust.df <- rbind(clust.df,paste(rownames(mSetObj$dataSet$norm)[mSetObj$analSet$kmeans$cluster== i], collapse = " ")); + } + rowNameVec <- c(rowNameVec, paste("Cluster(", i, ")")); + i = i+1; + } + row.names(clust.df) <- rowNameVec; + colnames(clust.df) <-"Samples in each cluster"; + print(xtable::xtable(clust.df, align="l|p{8cm}", caption="Clustering result using K-means"), caption.placement="top", size="\\scriptsize"); +} + +########## Utility Functions ############## +#'Determine row/column number for plotting +#'@description Determine the number of rows and columns for a given total +#'number of plots (used by Kmeans and SOM plots) +#'@param total Input the total +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +GetXYCluster<-function(total){ + if(total>16){ + ncol<-4; + nrow<-5; + }else if(total>12){ + ncol<-4; + nrow<-4; + }else if(total>9){ + ncol<-3; + nrow<-4; + }else if(total>6){ + ncol<-3; + nrow<-3; + }else if(total>4){ + ncol<-2; + nrow<-3; + }else{ + ncol<-1; + nrow<-total; + } + c(nrow, ncol); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_correlations.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_correlations.R new file mode 100755 index 0000000000000000000000000000000000000000..3d32f7ff2902a544469ceff8aeb6c42578f4757a --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_correlations.R @@ -0,0 +1,413 @@ +#'Pattern hunter +#'@description Run template on all the high region effect genes +#'@param x Input data +#'@param template Input template +#'@param dist.name Input distance method +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +template.match <- function(x, template, dist.name) { + k <- cor.test(x,template, method=dist.name); + c(k$estimate, k$stat, k$p.value) +} + +#'Match pattern for correlation analysis +#'@param mSetObj Input the name of the created mSetObj +#'@param dist.name Input the distance method, default is set to pearson +#'@param pattern Set the pattern, default is set to NULL +#'@export +#' +Match.Pattern <- function(mSetObj=NA, dist.name="pearson", pattern=NULL){ + mSetObj <- .get.mSet(mSetObj); + if(is.null(pattern)){ + pattern <- paste(1:length(levels(mSetObj$dataSet$cls)), collapse="-"); + } + templ <- as.numeric(ClearStrings(strsplit(pattern, "-", fixed=TRUE)[[1]])); + + if(all(templ==templ[1])){ + AddErrMsg("Cannot calculate correlation on constant values!"); + return(0); + } + + new.template <- vector(mode="numeric", length=length(mSetObj$dataSet$cls)) + # expand to match each levels in the dataSet$cls + all.lvls <- levels(mSetObj$dataSet$cls); + + if(length(templ)!=length(all.lvls)){ + AddErrMsg("Wrong template - must the same length as the group number!"); + return(0); + } + + for(i in 1:length(templ)){ + hit.inx <- mSetObj$dataSet$cls == all.lvls[i] + new.template[hit.inx] = templ[i]; + } + + cbtempl.results <- apply(mSetObj$dataSet$norm, 2, template.match, new.template, dist.name); + + cor.res <- t(cbtempl.results); + + fdr.col <- p.adjust(cor.res[,3], "fdr"); + cor.res <- cbind(cor.res, fdr.col); + colnames(cor.res)<-c("correlation", "t-stat", "p-value", "FDR"); + ord.inx<-order(cor.res[,3]); + + sig.mat <- signif(cor.res[ord.inx,],5); + + fileName <- "correlation_pattern.csv"; + fast.write.csv(sig.mat,file=fileName); + + mSetObj$analSet$corr$sig.nm <- fileName; + mSetObj$analSet$corr$cor.mat <- sig.mat; + mSetObj$analSet$corr$pattern <- pattern; + return(.set.mSet(mSetObj)); +} + +#'Pattern hunter, correlation plot +#'@description Plot correlation +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotCorr <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + cor.res <- mSetObj$analSet$corr$cor.mat; + pattern <- mSetObj$analSet$corr$pattern; + title <- paste(GetVariableLabel(mSetObj$dataSet$type), "correlated with the", pattern); + if(nrow(cor.res) > 25){ + + # first get most signficant ones (p value) + ord.inx<-order(cor.res[,3]); + cor.res <- cor.res[ord.inx, ]; + cor.res <- cor.res[1:25, ]; + + # then order by their direction (correlation) + ord.inx<-order(cor.res[,1]); + if(sum(cor.res[,1] > 0) == 0){ # all negative correlation + ord.inx <- rev(ord.inx); + } + cor.res <- cor.res[ord.inx, ]; + title <- paste("Top 25", tolower(GetVariableLabel(mSetObj$dataSet$type)), "correlated with the", pattern); + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- h <- 7.2; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- h <- width; + } + mSetObj$imgSet$corr <- imgName; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,6,4,3)) + rownames(cor.res)<-substr(rownames(cor.res), 1, 18); + cols <- ifelse(cor.res[,1] >0, "mistyrose","lightblue"); + + dotchart(cor.res[,1], pch="", xlim=c(-1,1), xlab="Correlation coefficients", main=title); + rownames(cor.res) <- NULL; + barplot(cor.res[,1], space=c(0.5, rep(0, nrow(cor.res)-1)), xlim=c(-1,1), xaxt="n", col = cols, add=T,horiz=T); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Pattern hunter, corr heatmap +#'@description Plot correlation heatmap +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'@param mSetObj Input name of the created mSet Object. +#'@param imgName Input the name of the image to create +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param target Input "row" to select features, or "col" to select samples. +#'@param cor.method Indicate the correlation method, 'pearson', 'spearman', or 'kendall'. +#'@param colors Indicate the colors for the heatmap, "bwm" for default, "gbr" for red/green, "heat" for heat colors, +#'"topo" for topo colors, and "gray" for gray scale. +#'@param viewOpt Indicate "overview" to get an overview of the heatmap, and "detail" to get a detailed view of the heatmap. +#'@param fix.col Logical, fix colors (TRUE) or not (FALSE). +#'@param no.clst Logical, indicate if the correlations should be clustered (TRUE) or not (FALSE). +#'@param top View top +#'@param topNum Numeric, view top +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import gplots +#' +PlotCorrHeatMap<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, target, cor.method, + colors, viewOpt, fix.col, no.clst, corrCutoff=0){ + + mSetObj <- .get.mSet(mSetObj); + main <- xlab <- ylab <- NULL; + data <- mSetObj$dataSet$norm; + corrCutoff <- as.numeric(corrCutoff) + + if(target == 'row'){ + data <- t(data); + } + + if(ncol(data) > 1000){ + filter.val <- apply(data.matrix(data), 2, IQR, na.rm=T); + rk <- rank(-filter.val, ties.method='random'); + data <- as.data.frame(data[,rk <=1000]); + + print("Data is reduced to 1000 vars .."); + } + + # compare p-values w. hmisc + cor.test + colnames(data) <- substr(colnames(data), 1, 18); + corr.mat <- cor(data, method=cor.method); + + # NA gives error w. hclust + corr.mat[abs(corr.mat) < corrCutoff] <- 0; + + # save data for lazy pval computing + mSetObj$analSet$pwcor <- list(); + mSetObj$analSet$pwcor$data <- data; + mSetObj$analSet$pwcor$cor.method <- cor.method; + mSetObj$analSet$pwcor$no.clst <- no.clst; + + if(.on.public.web){ + load_gplots() + load_rcolorbrewer() + } + + # set up parameter for heatmap + if(colors=="gbr"){ + colors <- colorRampPalette(c("green", "black", "red"), space="rgb")(256); + }else if(colors == "heat"){ + colors <- heat.colors(256); + }else if(colors == "topo"){ + colors <- topo.colors(256); + }else if(colors == "gray"){ + colors <- colorRampPalette(c("grey90", "grey10"))(256); + }else{ + colors <- rev(colorRampPalette(c(RColorBrewer::brewer.pal(10, "RdBu"), "#001833"))(256)); + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(viewOpt == "overview"){ + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- 7.2; + } + h <- w; + mSetObj$imgSet$corr.heatmap <- imgName; + + }else{ + if(ncol(corr.mat) > 50){ + myH <- ncol(corr.mat)*12 + 40; + }else if(ncol(corr.mat) > 20){ + myH <- ncol(corr.mat)*12 + 60; + }else{ + myH <- ncol(corr.mat)*12 + 120; + } + h <- round(myH/72,2); + + if(is.na(width)){ + w <- h; + }else if(width == 0){ + w <- h <- 7.2; + + }else{ + w <- h <- 7.2; + } + mSetObj$imgSet$corr.heatmap <- imgName; + } + + if(format=="pdf"){ + pdf(file = imgName, width=w, height=h, bg="white", onefile=FALSE); + }else{ + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + } + + if(no.clst){ + rowv=FALSE; + colv=FALSE; + dendro= "none"; + }else{ + rowv=TRUE; + colv=TRUE; + dendro= "both"; + } + + if(fix.col){ + breaks <- seq(from = -1, to = 1, length = 257); + res <- pheatmap::pheatmap(corr.mat, + fontsize=8, fontsize_row=8, + cluster_rows = colv, + cluster_cols = rowv, + color = colors, + breaks = breaks + ); + }else{ + res <- pheatmap::pheatmap(corr.mat, + fontsize=8, fontsize_row=8, + cluster_rows = colv, + cluster_cols = rowv, + color = colors + ); + } + + dev.off(); + + if(!no.clst){ # when no clustering, tree_row is NA + new.ord <- res$tree_row$order; + corr.mat <- corr.mat[new.ord, new.ord]; + mSetObj$analSet$pwcor$new.ord <- new.ord; + } + + fast.write.csv(signif(corr.mat, 5), file="correlation_table.csv"); + return(.set.mSet(mSetObj)); +} + +# this is for p values for correlation heatmap (all pair-wise). +# use Hmisc for fast but lazy computing +ComputeCorrP <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + + data <- mSetObj$analSet$pwcor$data; + cor.method <- mSetObj$analSet$pwcor$cor.method; + pval.mat <- Hmisc::rcorr(as.matrix(data), type=cor.method)$P; + + if(!mSetObj$analSet$pwcor$no.clst){ + new.ord <- mSetObj$analSet$pwcor$new.ord; + pval.mat <- pval.mat[new.ord, new.ord]; + } + fast.write.csv(signif(pval.mat,5), file="pval_corr_table.csv"); + return(1); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetCorrSigFileName <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$corr$sig.nm; +} + +GetCorSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + as.matrix(CleanNumber(mSetObj$analSet$corr$cor.mat)); +} + +GetCorSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$corr$cor.mat); +} + +GetCorSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$corr$cor.mat); +} + +#'Sig table for Correlation Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.Corr <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$corr$cor.mat, "Pattern search using correlation analysis", mSetObj$dataSet$type); +} + +GenerateTemplates <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + level.len <- length(levels(mSetObj$dataSet$cls)); + + # only specify 4: increasing, decreasing, mid high, mid low, constant + incs <- 1:level.len; + desc <- level.len:1; + + if(level.len > 2){ + # use ceiling, so that the peak will be right for even length + mid.pos <- ceiling((level.len+1)/2); + mid.high <- c(1:mid.pos, seq(mid.pos-1,by=-1,length.out=level.len-mid.pos)); + mid.low <- c(mid.pos:1, seq(2, length.out=level.len-mid.pos)); + + res <- rbind(incs, desc, mid.high, mid.low); # add the constant one + }else{ + res <- rbind(incs, desc); + } + # turn into string + res <- apply(res, 1, paste, collapse="-"); + + # add the legends + res <- c(paste(levels(mSetObj$dataSet$cls), collapse="-"), res); + return(res); +} + +#'Pattern hunter +#'@description Calculate correlation of all other feature to a given feature name +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param dist.name Input the name of the distance measure +#'@param varName Input the variable name +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +FeatureCorrelation <- function(mSetObj=NA, dist.name, varName){ + + mSetObj <- .get.mSet(mSetObj); + + # test if varName is valid + if(!varName %in% colnames(mSetObj$dataSet$norm)){ + AddErrMsg("Invalid feature name - not found!"); + return(0); + } + + cbtempl.results <- apply(mSetObj$dataSet$norm, 2, template.match, mSetObj$dataSet$norm[,varName], dist.name); + cor.res<-t(cbtempl.results); + + fdr.col <- p.adjust(cor.res[,3], "fdr"); + cor.res <- cbind(cor.res, fdr.col); + colnames(cor.res)<-c("correlation", "t-stat", "p-value", "FDR"); + ord.inx<-order(cor.res[,3]) + sig.mat <-signif(cor.res[ord.inx,],5); + + fileName <- "correlation_feature.csv"; + fast.write.csv(sig.mat,file=fileName); + + mSetObj$analSet$corr$sig.nm <- fileName; + mSetObj$analSet$corr$cor.mat <- sig.mat; + mSetObj$analSet$corr$pattern <- varName; + + return(.set.mSet(mSetObj)); +} + +########################################### +############ Utility Functions ############ +########################################### + +# Set of functions to perform cor.test +PearsonCorrFunc <- function(var1, var2, data){ + result <- cor.test(data[,var1], data[,var2]) + data.frame(var1, var2, result[c("estimate", "p.value", "statistic")], stringsAsFactors = FALSE) +} + +SpearmanCorrFunc <- function(var1, var2, data){ + result <- cor.test(data[,var1], data[,var2], method = "spearman", exact = FALSE) + data.frame(var1, var2, result[c("estimate", "p.value", "statistic")], stringsAsFactors = FALSE) +} + +KendallCorrFunc <- function(var1, var2, data){ + result <- cor.test(data[,var1], data[,var2], method = "kendall", exact = FALSE) + data.frame(var1, var2, result[c("estimate", "p.value", "statistic")], stringsAsFactors = FALSE) +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_opls.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_opls.R new file mode 100755 index 0000000000000000000000000000000000000000..c9743889670f1c16f3ca5b9104c087be62446680 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_opls.R @@ -0,0 +1,482 @@ +# Perform OPLS +# Orthogonal PLS functions (adapted from ropls package for web-based usage) +# Turn off the .on.public.web for local usage +# Jeff Xia \email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) +perform_opls <- function (x, y = NULL, predI = NA, orthoI = 0, crossvalI = 7, log10L = FALSE, permI = 20, .on.public.web = TRUE, + scaleC = c("none", "center", "pareto", "standard")[4], ...) { + xMN <- x; + if(class(y) == "matrix"){ + yMCN <- y; + }else{ + yMCN <- matrix(y, ncol = 1); + } + rownames(yMCN) <- rownames(xMN) + colnames(yMCN) <- paste0("y", 1:ncol(yMCN)) + yLevelVc <- NULL; + xZeroVarVi <- NULL; + epsN <- .Machine[["double.eps"]] + + opl <- .coreOPLS(xMN = xMN, yMCN = yMCN, orthoI = orthoI, predI = predI, + scaleC = scaleC, crossvalI = crossvalI); + + opl$suppLs[["y"]] <- y + opl$typeC <- "OPLS-DA"; + + ## Permutation testing (Szymanska et al, 2012) + + if(permI > 0) { + + modSumVc <- colnames(opl$summaryDF) + permMN <- matrix(0, + nrow = 1 + permI, + ncol = length(modSumVc), + dimnames = list(NULL, modSumVc)) + + perSimVn <- numeric(1 + permI) + perSimVn[1] <- 1 + + permMN[1, ] <- as.matrix(opl$summaryDF); + + # do initial evaluation time for 10 permutations + start.time <- Sys.time(); + for(k in 1:10) { + yVcn <- drop(opl$suppLs[["yMCN"]]) + yPerVcn <- sample(yVcn) + yPerMCN <- matrix(yPerVcn, ncol = 1) + perOpl <- .coreOPLS(xMN = xMN, + yMCN = yPerMCN, + orthoI = opl$summaryDF[, "ort"], + predI = opl$summaryDF[, "pre"], + scaleC = scaleC, + crossvalI = crossvalI) + + permMN[1 + k, ] <- as.matrix(perOpl$summaryDF); + perSimVn[1 + k] <- .similarityF(opl$suppLs[["yMCN"]], yPerMCN) + } + end.time <- Sys.time(); + time.taken <- end.time - start.time; + print(paste("time taken for 10 permutations: ", time.taken)); + + if(.on.public.web){ + if(time.taken > 60){ + permI <- 20; + }else if(time.taken > 30){ + permI <- 100; + } + permMN <- permMN[1:(1+permI),]; + perSimVn <- perSimVn[1:(1+permI)]; + } + # continue + for(k in 11:permI) { + yVcn <- drop(opl$suppLs[["yMCN"]]) + yPerVcn <- sample(yVcn) + yPerMCN <- matrix(yPerVcn, ncol = 1) + perOpl <- .coreOPLS(xMN = xMN, + yMCN = yPerMCN, + orthoI = opl$summaryDF[, "ort"], + predI = opl$summaryDF[, "pre"], + scaleC = scaleC, + crossvalI = crossvalI) + + permMN[1 + k, ] <- as.matrix(perOpl$summaryDF); + perSimVn[1 + k] <- .similarityF(opl$suppLs[["yMCN"]], yPerMCN) + } + + permMN <- cbind(permMN, sim = perSimVn); + perPvaVn <- c(pR2Y = (1 + length(which(permMN[-1, "R2Y(cum)"] >= permMN[1, "R2Y(cum)"]))) / (nrow(permMN) - 1), + pQ2 = (1 + length(which(permMN[-1, "Q2(cum)"] >= permMN[1, "Q2(cum)"]))) / (nrow(permMN) - 1)); + opl$summaryDF[, "pR2Y"] <- perPvaVn["pR2Y"]; + opl$summaryDF[, "pQ2"] <- perPvaVn["pQ2"]; + opl$suppLs[["permMN"]] <- permMN; + opl$suppLs[["permI"]] <- permI; + } + + ##------------------------------------ + ## Numerical results + ##------------------------------------ + + totN <- length(c(xMN)) + nasN <- sum(is.na(c(xMN))) + + if(!is.null(opl$suppLs[["yMCN"]])) { + totN <- totN + length(c(opl$suppLs[["yMCN"]])) + nasN <- nasN + sum(is.na(c(opl$suppLs[["yMCN"]]))) + } + + ## Raw summary + ##------------ + + opl$suppLs[["topLoadI"]] <- 3 + + if(ncol(xMN) > opl$suppLs[["topLoadI"]]) { + xVarVn <- apply(xMN, 2, var) + names(xVarVn) <- 1:length(xVarVn) + xVarVn <- sort(xVarVn) + xVarSorVin <- as.numeric(names(xVarVn[seq(1, length(xVarVn), length = opl$suppLs[["topLoadI"]])])) + opl$suppLs[["xSubIncVarMN"]] <- xMN[, xVarSorVin, drop = FALSE] + } else{ + opl$suppLs[["xSubIncVarMN"]] <- xMN + } + + if(ncol(xMN) <= 100) { + xCorMN <- cor(xMN, use = "pairwise.complete.obs") + xCorMN[lower.tri(xCorMN, diag = TRUE)] <- 0 + + if(ncol(xMN) > opl$suppLs[["topLoadI"]]) { + xCorNexDF <- which(abs(xCorMN) >= sort(abs(xCorMN), decreasing = TRUE)[opl$suppLs[["topLoadI"]] + 1], + arr.ind = TRUE); + xCorDisMN <- matrix(0, + nrow = nrow(xCorNexDF), + ncol = nrow(xCorNexDF), + dimnames = list(colnames(xMN)[xCorNexDF[, "row"]], + colnames(xMN)[xCorNexDF[, "col"]])) + + for(k in 1:nrow(xCorDisMN)){ + xCorDisMN[k, k] <- xCorMN[xCorNexDF[k, "row"], xCorNexDF[k, "col"]] + } + } else { + xCorDisMN <- xCorMN + } + opl$suppLs[["xCorMN"]] <- xCorDisMN + rm(xCorDisMN) + } + return(invisible(opl)) +} + +.coreOPLS <- function (xMN, yMCN, orthoI, predI, scaleC, crossvalI) { + epsN <- .Machine[["double.eps"]] + varVn <- NULL + yMeanVn <- NULL + ySdVn <- NULL + wMN <- NULL + cMN <- NULL + uMN <- NULL + rMN <- NULL + bMN <- NULL + vipVn <- NULL + yPreMN <- NULL + yTesMN <- NULL + toMN <- NULL + poMN <- NULL + woMN <- NULL + coMN <- NULL + orthoVipVn <- NULL + naxVi <- which(is.na(c(xMN))) + naxL <- length(naxVi) > 0 + nayVi <- integer() + nayL <- FALSE; + yMN <- yMCN; + + obsNamVc <- rownames(xMN) + + autNcoL <- autNcpL <- FALSE + autMaxN <- min(c(10, dim(xMN))) + if (is.na(orthoI)) { + if (autMaxN == 1) { + orthoI <- 0 + predI <- 1 + warning("The data contain a single variable (or sample): A PLS model with a single component will be built", + call. = FALSE) + } + else { + orthoI <- autMaxN - 1 + predI <- 1 + autNcoL <- TRUE + } + } + if (is.na(predI)) { + if (orthoI > 0) { + if (autMaxN == 1) { + orthoI <- 0 + warning("The data contain a single variable (or sample): A PLS model with a single component will be built", + call. = FALSE) + } + else warning("OPLS(-DA): The number of predictive component is set to 1 for a single response model", + call. = FALSE) + predI <- 1 + if ((predI + orthoI) > min(dim(xMN))) + stop("The sum of 'predI' (", predI, ") and 'orthoI' (", + orthoI, ") exceeds the minimum dimension of the 'x' data matrix (", + min(dim(xMN)), ")", call. = FALSE) + } + else { + predI <- autMaxN + autNcpL <- TRUE + } + } + xVarVn <- apply(xMN, 2, function(colVn) var(colVn, na.rm = TRUE)) + xMeanVn <- apply(xMN, 2, function(colVn) mean(colVn, na.rm = TRUE)) + switch(scaleC, none = { + xMeanVn <- rep(0, ncol(xMN)) + xSdVn <- rep(1, times = ncol(xMN)) + }, center = { + xSdVn <- rep(1, times = ncol(xMN)) + }, pareto = { + xSdVn <- apply(xMN, 2, function(colVn) sqrt(sd(colVn, + na.rm = TRUE))) + }, standard = { + xSdVn <- apply(xMN, 2, function(colVn) sd(colVn, na.rm = TRUE)) + }) + xMN <- scale(xMN, center = xMeanVn, scale = xSdVn) + if (!is.null(colnames(xMN))) { + xvaNamVc <- colnames(xMN) + } + else xvaNamVc <- paste("x", 1:ncol(xMN), sep = "") + preNamVc <- paste("p", 1:predI, sep = "") + pMN <- matrix(0, nrow = ncol(xMN), ncol = predI, dimnames = list(xvaNamVc, + preNamVc)) + tMN <- uMN <- matrix(0, nrow = nrow(xMN), ncol = predI, dimnames = list(obsNamVc, + preNamVc)) + ssxTotN <- sum(xMN^2, na.rm = TRUE) + + yMeanVn <- apply(yMN, 2, function(colVn) mean(colVn,na.rm = TRUE)) + + yMeanVn <- rep(0, times = ncol(yMN)) + ySdVn <- rep(1, times = ncol(yMN)) + yMN <- scale(yMN, center = yMeanVn, scale = ySdVn) + yvaNamVc <- paste("y", 1:ncol(yMN), sep = "") + wMN <- pMN + uMN <- tMN + cMN <- matrix(0, nrow = ncol(yMN), ncol = predI, dimnames = list(yvaNamVc, preNamVc)) + cvfNamVc <- paste("cv", 1:crossvalI, sep = "") + cvfOutLs <- split(1:nrow(xMN), rep(1:crossvalI, length = nrow(xMN))) + prkVn <- numeric(crossvalI) + ru1ThrN <- ifelse(orthoI == 0, ifelse(nrow(xMN) > 100, yes = 0, no = 0.05), 0.01) + ssyTotN <- rs0N <- sum(yMN^2, na.rm = TRUE) + hN <- 1 + + orthoNamVc <- paste("o", 1:orthoI, sep = ""); + toMN <- matrix(0, nrow = nrow(xMN), ncol = orthoI, + dimnames = list(obsNamVc, orthoNamVc)); + woMN <- poMN <- matrix(0, nrow = ncol(xMN), ncol = orthoI, + dimnames = list(xvaNamVc, orthoNamVc)); + coMN <- matrix(0, nrow = ncol(yMN), ncol = orthoI, + dimnames = list(yvaNamVc, orthoNamVc)); + modelDF <- as.data.frame(matrix(NA, nrow = 1 + orthoI + + 1, ncol = 7, dimnames = list(c("p1", orthoNamVc, + "sum"), c("R2X", "R2X(cum)", "R2Y", "R2Y(cum)", + "Q2", "Q2(cum)", "Signif.")))); + for (j in 1:ncol(modelDF)){ + mode(modelDF[, j]) <- ifelse(colnames(modelDF)[j] == "Signif.", "character", "numeric") + } + xcvTraLs <- lapply(cvfOutLs, function(obsVi) xMN[-obsVi, , drop = FALSE]) + xcvTesLs <- lapply(cvfOutLs, function(obsVi) xMN[obsVi, , drop = FALSE]) + ycvTraLs <- lapply(cvfOutLs, function(obsVi) yMN[-obsVi, , drop = FALSE]) + ycvTesLs <- lapply(cvfOutLs, function(obsVi) yMN[obsVi, , drop = FALSE]) + xcvTraLs <- c(xcvTraLs, list(xMN)) + ycvTraLs <- c(ycvTraLs, list(yMN)) + breL <- FALSE + + for (noN in 1:(orthoI + 1)) { + if (breL){ + break + } + for (cvN in 1:length(xcvTraLs)) { + + xcvTraMN <- xcvTraLs[[cvN]] + ycvTraMN <- ycvTraLs[[cvN]] + if (ncol(ycvTraMN) > 1) { + wwMN <- apply(ycvTraMN, 2, function(colVn) crossprod(xcvTraMN, colVn)/drop(crossprod(colVn))) + wwSvdLs <- svd(wwMN) + wwNcpVin <- which(wwSvdLs[["d"]]^2 > epsN * sum(wwSvdLs[["d"]]^2)) + twMN <- wwSvdLs[["u"]][, wwNcpVin, drop = FALSE] %*% diag(wwSvdLs[["d"]][wwNcpVin], nrow = length(wwNcpVin)) + } + uOldVn <- ycvTraMN[, 1, drop = FALSE] + repeat { + wVn <- crossprod(xcvTraMN, uOldVn)/drop(crossprod(uOldVn)) + wVn <- wVn/sqrt(drop(crossprod(wVn))) + tVn <- xcvTraMN %*% wVn + cVn <- crossprod(ycvTraMN, tVn)/drop(crossprod(tVn)) + uVn <- ycvTraMN %*% cVn/drop(crossprod(cVn)) + dscN <- drop(sqrt(crossprod((uVn - uOldVn)/uVn))) + if (ncol(ycvTraMN) == 1 || dscN < 1e-10) { + break + }else { + uOldVn <- uVn + } + } + pVn <- crossprod(xcvTraMN, tVn)/drop(crossprod(tVn)) + if (ncol(ycvTraMN) > 1){ + for (j in 1:ncol(twMN)) { + woVn <- pVn - drop(crossprod(twMN[, + j, drop = FALSE], pVn))/drop(crossprod(twMN[, + j, drop = FALSE])) * twMN[, j, drop = FALSE]; + } + } else { + woVn <- pVn - drop(crossprod(wVn, pVn))/drop(crossprod(wVn)) * wVn + } + woVn <- woVn/sqrt(drop(crossprod(woVn))) + toVn <- xcvTraMN %*% woVn + coVn <- crossprod(ycvTraMN, toVn)/drop(crossprod(toVn)) + poVn <- crossprod(xcvTraMN, toVn)/drop(crossprod(toVn)) + + if (cvN <= crossvalI) { + xcvTesMN <- xcvTesLs[[cvN]] + ycvTesMN <- ycvTesLs[[cvN]] + if (any(is.na(xcvTesMN))) { + prxVn <- numeric(nrow(xcvTesMN)) + for (r in 1:length(prxVn)) { + comVl <- complete.cases(xcvTesMN[r, ]) + prxVn[r] <- crossprod(xcvTesMN[r, comVl], wVn[comVl])/drop(crossprod(wVn[comVl])) + } + prkVn[cvN] <- sum((ycvTesMN - prxVn %*% t(cVn))^2, na.rm = TRUE) + } else { + prkVn[cvN] <- sum((ycvTesMN - xcvTesMN %*% wVn %*% t(cVn))^2, na.rm = TRUE) + } + toTesVn <- xcvTesMN %*% woVn + xcvTesLs[[cvN]] <- xcvTesMN - tcrossprod(toTesVn, poVn) + if (cvN == crossvalI) { + q2N <- 1 - sum(prkVn)/rs0N + if (noN == 1) { + modelDF["p1", "Q2(cum)"] <- modelDF["p1", "Q2"] <- q2N + } else { + modelDF[noN, "Q2(cum)"] <- q2N - modelDF["p1", "Q2"] + modelDF[noN, "Q2"] <- q2N - sum(modelDF[1:(noN - 1), "Q2"], na.rm = TRUE) + } + } + } else { + r2yN <- sum(tcrossprod(tVn, cVn)^2)/ssyTotN + if (noN == 1) { + modelDF["p1", "R2Y(cum)"] <- modelDF["p1", "R2Y"] <- r2yN + } else { + modelDF[noN, "R2Y(cum)"] <- r2yN - modelDF["p1", "R2Y"] + modelDF[noN, "R2Y"] <- r2yN - sum(modelDF[1:(noN - 1), "R2Y"], na.rm = TRUE) + } + if (noN <= orthoI) { + modelDF[paste0("o", noN), "R2X"] <- sum(tcrossprod(toVn,poVn)^2)/ssxTotN + poMN[, noN] <- poVn + toMN[, noN] <- toVn + woMN[, noN] <- woVn + coMN[, noN] <- coVn + } + + if (!is.na(modelDF[noN, "R2Y"]) & modelDF[noN, "R2Y"] < 0.01) { + modelDF[noN, "Signif."] <- "N4" + } else if (!is.na(modelDF[noN, "Q2"]) & modelDF[noN, "Q2"] < ru1ThrN) { + modelDF[noN, "Signif."] <- "NS" + } else { + modelDF[noN, "Signif."] <- "R1" + } + + if (autNcoL && modelDF[noN, "Signif."] != "R1" && noN > 2) { + breL <- TRUE + break + } else { + cMN[, 1] <- cVn + pMN[, 1] <- pVn + tMN[, 1] <- tVn + uMN[, 1] <- uVn + wMN[, 1] <- wVn + } + } + if (breL) { + break; + } + if (noN < orthoI + 1){ + xcvTraLs[[cvN]] <- xcvTraMN - tcrossprod(toVn, poVn); + } + } + } + + rm(xcvTraLs) + rm(xcvTesLs) + rm(ycvTraLs) + + modelDF["p1", "R2X(cum)"] <- modelDF["p1", "R2X"] <- sum(tcrossprod(tMN, pMN)^2)/ssxTotN + modelDF[1:(1 + orthoI), "R2X(cum)"] <- cumsum(modelDF[1:(1 + orthoI), "R2X"]); + + if (autNcoL) { + if (all(modelDF[, "Signif."] == "R1", na.rm = TRUE)) { + orthoI <- noN - 1 + }else{ + orthoI <- noN - 3 + } + + if (orthoI == autMaxN - 1){ + warning("The maximum number of orthogonal components in the automated mode (", + autMaxN - 1, ") has been reached whereas R2Y (", + round(modelDF[1 + orthoI, "R2Y"] * 100), + "%) is above 1% and Q2Y (", round(modelDF[1 + + orthoI, "Q2"] * 100), "%) is still above ", + round(ru1ThrN * 100), "%.", call. = FALSE) + } + poMN <- poMN[, 1:orthoI, drop = FALSE] + toMN <- toMN[, 1:orthoI, drop = FALSE] + woMN <- woMN[, 1:orthoI, drop = FALSE] + coMN <- coMN[, 1:orthoI, drop = FALSE] + orthoNamVc <- orthoNamVc[1:orthoI] + modelDF <- modelDF[c(1:(orthoI + 1), nrow(modelDF)), ] + } + + modelDF["sum", "R2X(cum)"] <- modelDF[1 + orthoI, "R2X(cum)"] + modelDF["sum", "R2Y(cum)"] <- sum(modelDF[, "R2Y"], na.rm = TRUE) + modelDF["sum", "Q2(cum)"] <- sum(modelDF[, "Q2"], na.rm = TRUE) + summaryDF <- modelDF["sum", c("R2X(cum)", "R2Y(cum)", "Q2(cum)")] + rMN <- wMN + bMN <- tcrossprod(rMN, cMN) + yPreScaMN <- tcrossprod(tMN, cMN) + yPreMN <- scale(scale(yPreScaMN, FALSE, 1/ySdVn), -yMeanVn, FALSE) + attr(yPreMN, "scaled:center") <- NULL + attr(yPreMN, "scaled:scale") <- NULL + + yActMCN <- yMCN + yActMN <- yActMCN + summaryDF[, "RMSEE"] <- sqrt(.errorF(yActMN, yPreMN)^2 * nrow(yActMN)/(nrow(yActMN) - (1 + predI + orthoI))) + yTestMCN <- NULL + + sxpVn <- sapply(1:ncol(tMN), function(h) sum(drop(tcrossprod(tMN[, h], pMN[, h])^2))) + sxpCumN <- sum(sxpVn) + sxoVn <- sapply(1:ncol(toMN), function(h) sum(drop(tcrossprod(toMN[, h], poMN[, h])^2))) + sxoCumN <- sum(sxoVn) + ssxCumN <- sxpCumN + sxoCumN + sypVn <- sapply(1:ncol(tMN), function(h) sum(drop(tcrossprod(tMN[, h], cMN[, h])^2))) + sypCumN <- sum(sypVn) + syoVn <- sapply(1:ncol(toMN), function(h) sum(drop(tcrossprod(toMN[, + h], coMN[, h])^2))) + syoCumN <- sum(syoVn) + ssyCumN <- sypCumN + syoCumN + kpN <- nrow(wMN)/(sxpCumN/ssxCumN + sypCumN/ssyCumN) + pNorMN <- sweep(pMN, 2, sqrt(colSums(pMN^2)), "/") + vipVn <- sqrt(kpN * (rowSums(sweep(pNorMN^2, 2, sxpVn, + "*"))/ssxCumN + rowSums(sweep(pNorMN^2, 2, sypVn, + "*"))/ssyCumN)) + koN <- nrow(wMN)/(sxoCumN/ssxCumN + syoCumN/ssyCumN) + poNorMN <- sweep(poMN, 2, sqrt(colSums(poMN^2)),"/") + orthoVipVn <- sqrt(koN * (rowSums(sweep(poNorMN^2, + 2, sxoVn, "*"))/ssxCumN + rowSums(sweep(poNorMN^2, + 2, syoVn, "*"))/ssyCumN)) + + summaryDF[, "pre"] <- predI + summaryDF[, "ort"] <- orthoI + rownames(summaryDF) <- "Total" + sigNamVc <- c("R2X", "R2X(cum)", "R2Y", "R2Y(cum)", "Q2", + "Q2(cum)", "RMSEE", "RMSEP") + for (namC in intersect(colnames(modelDF), sigNamVc)) modelDF[, + namC] <- signif(modelDF[, namC], 3) + for (namC in intersect(colnames(summaryDF), sigNamVc)) summaryDF[, + namC] <- signif(summaryDF[, namC], 3) + retLs <- list(typeC = NULL, modelDF = modelDF, + summaryDF = summaryDF, pcaVarVn = varVn, + vipVn = vipVn, orthoVipVn = orthoVipVn, fitted = NULL, + tested = NULL, coefficients = bMN, residuals = NULL, + xMeanVn = xMeanVn, xSdVn = xSdVn, yMeanVn = yMeanVn, + ySdVn = ySdVn, xZeroVarVi = NULL, scoreMN = tMN, loadingMN = pMN, + weightMN = wMN, orthoScoreMN = toMN, orthoLoadingMN = poMN, + orthoWeightMN = woMN, cMN = cMN, uMN = uMN, weightStarMN = rMN, + coMN = coMN, suppLs = list(yLevelVc = NULL, naxL = naxL, nayL = nayL, nayVi = nayVi, + permMN = NULL, scaleC = scaleC, topLoadI = NULL, + yMCN = yMCN, xSubIncVarMN = NULL, xCorMN = NULL, + xModelMN = xMN, yModelMN = yMN, yPreMN = yPreMN, + yTesMN = yTesMN)) +} + +.errorF <- function(x, y){ + sqrt(mean(drop((x - y)^2), na.rm = TRUE)) +} + +.similarityF <- function(x, y) { + return(cor(x, y, use = "pairwise.complete.obs")) +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_peaks.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_peaks.R new file mode 100755 index 0000000000000000000000000000000000000000..3bf35b047a0d1855a85a7e2cc9d59731ac751f0b --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_peaks.R @@ -0,0 +1,623 @@ +#'Read peak list files +#'@description This function reads peak list files and fills the data into a dataSet object. +#'For NMR peak lists, the input should be formatted as two-columns containing numeric values (ppm, int). +#'Further, this function will change ppm to mz, and add a dummy 'rt'. +#'For MS peak data, the lists can be formatted as two-columns (mz, int), in which case the function will add a dummy 'rt', or +#'the lists can be formatted as three-columns (mz, rt, int). +#'@usage Read.PeakList(mSetObj=NA, foldername) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#'@param foldername Name of the folder containing the NMR or MS peak list files to read. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export + +Read.PeakList<-function(mSetObj=NA, foldername="upload"){ + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + dyn.load(.getDynLoadPath()); + } + + msg <- c("The uploaded files are peak lists and intensities data."); + + # the "upload" folder should contain several subfolders (groups) + # each of the subfolder contains samples (.csv files) + files<-dir(foldername, pattern=".[Cc][Ss][Vv]$", recursive=T, full.name=TRUE) + if (length(files) == 0) { + AddErrMsg("No peak list files (.csv) were found."); + return(0); + } + + snames <- gsub("\\.[^.]*$", "", basename(files)); + msg<-c(msg, paste("A total of ", length(files), "samples were found.")); + + sclass <- gsub("^\\.$", "sample", dirname(files)); + + scomp <- strsplit(substr(sclass, 1, min(nchar(sclass))), "", fixed=TRUE); + scomp <- matrix(c(scomp, recursive = TRUE), ncol = length(scomp)); + i <- 1 + while(all(scomp[i,1] == scomp[i,-1]) && i < nrow(scomp)){ + i <- i + 1; + } + i <- min(i, tail(c(0, which(scomp[1:i,1] == .Platform$file.sep)), n = 1) + 1) + if (i > 1 && i <= nrow(scomp)){ + sclass <- substr(sclass, i, max(nchar(sclass))) + } + + # some sanity check before proceeds + sclass <- as.factor(sclass); + if(length(levels(sclass))<2){ + AddErrMsg("You must provide classes labels (at least two classes)!"); + return(0); + } + + # check for class labels at least three replicates per class + if(min(table(sclass)) < 3){ + AddErrMsg("At least three replicates are required in each group!"); + return(0); + } + + # check for unique sample names + if(length(unique(snames))!=length(snames)){ + AddErrMsg("Duplcate sample names are not allowed!"); + dup.nm <- paste(snames[duplicated(snames)], collapse=" "); + AddErrMsg("Duplicate sample names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + # change sample names to numbers + samp.num<-seq(1:length(snames)); + names(samp.num)<-snames; + + # create a matrix "all.peaks" which is compatible with the xcmsSet@peaks matrix, so that the grouping algorithm can be used directly + # the matrix should have "mz", "rt", "into", "sample" - 4 columns used for grouping + # check 2 or 3 column + + ############## use try block to catch any error ############## + pks<- .readDataTable(files[1]); + if(class(pks) == "try-error") { + AddErrMsg("The CSV file is not formatted correctly!"); + return(0); + }; + pks <- as.matrix(pks); + ######################################################## + + n.col<-ncol(pks); + if(n.col==2){ + add=TRUE; + }else if(n.col==3){ + add=FALSE; + }else{ + AddErrMsg("The peak list file can only contain 2 or 3 columns."); + return(0); + } + + all.peaks<-NULL; + + for(i in 1:length(files)){ + print(files[i]); + pks<- as.matrix(.readDataTable(files[i])); + if(ncol(pks)!=n.col){ + AddErrMsg("The number of columns in each file are not the same!"); + return(0); + } + + if(add){ # NMR ppm+int or MS mz+int + pks<-cbind(pks[,1], 1000, pks[,2],samp.num[i]); + }else{ + pks<-cbind(pks,samp.num[i]); + } + all.peaks<-rbind(all.peaks, pks); + } + + + # make sure all values are numeric, sometimes users give other text values, need to exclude them + all.peaks <- apply(all.peaks, 2, as.numeric); + gd.inx <- complete.cases(all.peaks); + all.peaks <- all.peaks[gd.inx,] + + if(sum(!gd.inx) > 0){ + msg<-c(msg, paste("<font color='red'>A total of", sum(!gd.inx), "peaks were excluded due to non-numeric values. </font>" )); + } + msg<-c(msg, paste("These samples contain a total of ", dim(all.peaks)[1], "peaks," )); + msg<-c(msg, paste("with an average of ", round(dim(all.peaks)[1]/length(files), 1), "peaks per sample" )); + + colnames(all.peaks)<-c("mz","rt","int","sample"); + + peakSet<-list( + peaks = all.peaks, + ncol = n.col, + sampclass = sclass, + sampnames = snames + ); + + qs::qsave(peakSet, "peakSet.qs"); + mSetObj$msgSet$read.msg <- msg; + return(.set.mSet(mSetObj)); +} + +#' Read an mzTab tab separated file from the passed in file. +#' Adapted from: https://github.com/lifs-tools/rmzTab-m/blob/master/R/MzTabReader.r +#' @param mSetObj Input the name of the created mSetObj (see InitDataObjects). +#' @param filename The name of the mzTab file to parse. +#' @param identifier The identifier to be used when the table is parsed. Use "name" +#' to use the chemical_name, "mass" to use the theoretical_neutral_mass and "sml_id" +#' to use the SML_ID. If the number of missing name and mass entries is greater than 90%, +#' then the SML_ID will be used. +#' @export +Read.mzTab <- function(mSetObj=NA, filename, identifier = "name") { + + mSetObj <- .get.mSet(mSetObj); + + msg <- NULL; + + # read maximum number of columns in file + ncol <- max(stats::na.omit(utils::count.fields(file=filename, sep = "\t"))) + + mztab.table = utils::read.table(file=filename, header=FALSE, + row.names=NULL, dec = ".", fill = TRUE, + col.names = paste0("V", seq_len(ncol)), + sep="\t", na.strings="null", quote = "", + stringsAsFactors = FALSE) + + # first sanity check + # check if contains MTD, SMH and SML + if(sum(sapply(c("MTD", "SMH", "SML"), grepl, unique(mztab.table$V1))) == 3){ + msg <- ("mzTab format ok!") + }else{ + AddErrMsg("Invalid mzTab format! Make sure mzTab file has been validated!") + return(0) + } + + # first set up metadata + metadata <- mztab.table[startsWith(as.character(mztab.table$V1), "MTD"),] + variables <- metadata[grepl("study_variable", metadata$V2),] + + if(length(variables) < 1){ + AddErrMsg("Invalid mzTab format! Make sure mzTab file has been validated!") + return(0) + } + + variables.groups <- unique(gsub("-.*", "", variables$V2)) + group.names <- metadata$V3[match(variables.groups, metadata$V2)] + + variables.list <- vector("list", length=length(variables.groups)) + names(variables.list) <- variables.groups + + for(i in 1:length(variables.groups)){ + group2match <- gsub("\\[", "\\\\[", variables.groups[i]) + group2match <- gsub("\\]", "\\\\]", group2match) + all.info <- variables[grepl(group2match, variables$V2),] + assay.refs <- all.info$V3[grepl("assay_refs", all.info$V2)] + variables.list[i] <- assay.refs + } + + # second set up small molecule summary + smh <- mztab.table[startsWith(as.character(mztab.table$V1), "SMH"),,drop=FALSE] + sml <- mztab.table[startsWith(as.character(mztab.table$V1), "SML"),,drop=FALSE] + + if(nrow(sml) < 1){ + AddErrMsg("Invalid mzTab format! Make sure mzTab file has been validated!") + return(0) + } + + sml.data.frame <- data.frame(sml, stringsAsFactors = FALSE) + colnames(sml.data.frame) <- as.character(smh[1,]) + + # sanity check to see if selected identifier is valid + # if more than 90% of names are null, switch to use m/z + # if more than 90% of m/z are null, switch to use sml_id + if(sum(is.null(sml.data.frame$chemical_name))/length(sml.data.frame$chemical_name) > 0.1) { + msg <- c(msg, "Too many missing chemical names, will use theoretical neutral mass instead!") + identifier <- "mass" + }else if(sum(is.null(sml.data.frame$theoretical_neutral_mass))/length(sml.data.frame$theoretical_neutral_mass) > 0.1){ + msg <- c(msg, "Too many missing m/z, will use mzTab SML_ID instead!") + identifier <- "sml_id" + }else if(sum(is.na(sml.data.frame$theoretical_neutral_mass))/length(sml.data.frame$theoretical_neutral_mass) > 0.1){ # sometime it's NA + msg <- c(msg, "Too many missing m/z, will use mzTab SML_ID instead!") + identifier <- "sml_id" + } + + # deal with duplicates in selected ids + if(identifier == "name"){ + id.og <- id <- sml.data.frame$chemical_name + dup.id <- paste(sml.data.frame$chemical_name, sml.data.frame$adduct_ions, sep="_") + id[which(duplicated(id, fromLast = TRUE) | duplicated(id))] <- dup.id[which(duplicated(id, fromLast = TRUE) | duplicated(id))] + }else if(identifier == "mass"){ + id.og <- id <- round(as.numeric(sml.data.frame$theoretical_neutral_mass), 5) + dup.id <- paste( round(as.numeric(sml.data.frame$theoretical_neutral_mass), 5), sml.data.frame$adduct_ions, sep="_") + id[which(duplicated(id, fromLast = TRUE) | duplicated(id))] <- dup.id[which(duplicated(id, fromLast = TRUE) | duplicated(id))] + }else{ + id <- sml.data.frame$SML_ID; + } + + # sanity check to see if selected id is valid + # if ids are still duplicates, switch to append sml_id + if(sum(duplicated(id)) > 1){ + id <- paste(id.og, sml.data.frame$SML_ID, sep="_") + } + + assay_data <- trimws(unlist( lapply(variables.list, function(x) strsplit(x, "\\|")) )) + assay_data <- paste("abundance_", assay_data, sep="") + assay_df <- sml.data.frame[,match(assay_data, colnames(sml.data.frame))] + + assay_table <- cbind.data.frame(Sample=id, assay_df, stringsAsFactors = FALSE) + + # replace colnames with actual variable groups + samples <- colnames(assay_table)[-1] + samples_base <- gsub("abundance_", "", samples) + variables.list <- lapply(variables.list, function(x) trimws(unlist(strsplit(x, "\\|")))) + + samples2groups <- vector(length = length(samples_base)) + + for(i in 1:length(samples_base)){ + samples2groups[i] <- group.names[sapply(variables.list, function(x) samples_base[i] %in% x)] + } + + # remove blank from dataframe + blank.inx <- grepl("blank", samples2groups, ignore.case = TRUE) + + if(sum(blank.inx) > 0){ + samples2groups <- samples2groups[!blank.inx] + assay_table <- cbind.data.frame(Sample=id, assay_df[,!blank.inx], stringsAsFactors = FALSE) + } + + assay_table_all <- rbind.data.frame(c("Group", samples2groups), assay_table) + colnames(assay_table_all) <- gsub("\\[|\\]", "", colnames(assay_table_all)) + + fast.write.csv(assay_table_all, "mzTab_parsed.csv", row.names = F) + + mSetObj$dataSet$cls.type <- "disc"; + mSetObj$dataSet$format <- "colu"; + + dat <- assay_table_all + msg <- c(msg, "Samples are in columns and features in rows."); + var.nms <- dat[-1,1]; + dat[,1] <- NULL; + smpl.nms <- colnames(dat); + cls.lbl <- unname(unlist(dat[1,])); + conc <- t(dat[-1,]); + mSetObj$dataSet$type.cls.lbl <- class(cls.lbl); + + # free memory + dat <- NULL; + + msg <- c(msg, "The uploaded file is in the mzTab format."); + + # try to remove empty line if present + # identified if no sample names provided + + empty.inx <- is.na(smpl.nms) | smpl.nms == "" + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty rows</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + } + + # try to check & remove empty lines if class label is empty + # Added by B. Han + empty.inx <- is.na(cls.lbl) | cls.lbl == "" + if(sum(empty.inx) > 0){ + if(mSetObj$analSet$type != "roc"){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty labels</font> were detected and excluded from your data.")); + smpl.nms <- smpl.nms[!empty.inx]; + cls.lbl <- cls.lbl[!empty.inx]; + conc <- conc[!empty.inx, ]; + }else{ + # force all NA to empty string, otherwise NA will become "NA" class label + cls.lbl[is.na(cls.lbl)] <- ""; + msg <- c(msg, paste("<font color=\"orange\">", sum(empty.inx), "new samples</font> were detected from your data.")); + } + } + + # check for uniqueness of dimension name + if(length(unique(smpl.nms))!=length(smpl.nms)){ + dup.nm <- paste(smpl.nms[duplicated(smpl.nms)], collapse=" "); + AddErrMsg("Duplicate sample names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + # try to remove check & remove empty line if feature name is empty + empty.inx <- is.na(var.nms) | var.nms == ""; + if(sum(empty.inx) > 0){ + msg <- c(msg, paste("<font color=\"red\">", sum(empty.inx), "empty features</font> were detected and excluded from your data.")); + var.nms <- var.nms[!empty.inx]; + conc <- conc[,!empty.inx]; + } + + if(length(unique(var.nms))!=length(var.nms)){ + dup.nm <- paste(var.nms[duplicated(var.nms)], collapse=" "); + AddErrMsg("Duplicate feature names are not allowed!"); + AddErrMsg(dup.nm); + return(0); + } + + # now check for special characters in the data labels + if(sum(is.na(iconv(smpl.nms)))>0){ + na.inx <- is.na(iconv(smpl.nms)); + nms <- paste(smpl.nms[na.inx], collapse="; "); + AddErrMsg(paste("No special letters (i.e. Latin, Greek) are allowed in sample names!", nms, collapse=" ")); + return(0); + } + + if(sum(is.na(iconv(var.nms)))>0){ + na.inx <- is.na(iconv(var.nms)); + nms <- paste(var.nms[na.inx], collapse="; "); + AddErrMsg(paste("No special letters (i.e. Latin, Greek) are allowed in feature names!", nms, collapse=" ")); + return(0); + } + + # only keep alphabets, numbers, ",", "." "_", "-" "/" + orig.smp.nms <- smpl.nms; + smpl.nms <- CleanNames(smpl.nms, "sample_name"); + names(orig.smp.nms) <- smpl.nms; + + # keep a copy of original names for saving tables + orig.var.nms <- var.nms; + var.nms <- CleanNames(var.nms, "var_name"); # allow space, comma and period + names(orig.var.nms) <- var.nms; + + cls.lbl <- ClearStrings(as.vector(cls.lbl)); + + # now assgin the dimension names + rownames(conc) <- smpl.nms; + colnames(conc) <- var.nms; + + # check for class labels at least two replicates per class + if(min(table(cls.lbl)) < 3){ + AddErrMsg(paste ("A total of", length(levels(as.factor(cls.lbl))), "groups found with", length(smpl.nms), "samples.")); + AddErrMsg("At least three replicates are required in each group!"); + AddErrMsg("Or maybe you forgot to specify the data format?"); + return(0); + } + + if(length(unique(cls.lbl)) == 1){ + AddErrMsg("At least two groups are required for statistical analysis!"); + return(0); + } + + mSetObj$dataSet$orig.cls <- mSetObj$dataSet$cls <- as.factor(as.character(cls.lbl)); + mSetObj$dataSet$mumType <- "table"; + mSetObj$dataSet$orig.var.nms <- orig.var.nms; + mSetObj$dataSet$orig.smp.nms <- orig.smp.nms; + #mSetObj$dataSet$orig <- conc; # copy to be processed in the downstream + qs::qsave(conc, file="data_orig.qs"); + mSetObj$msgSet$read.msg <- c(msg, paste("The uploaded data file contains ", nrow(conc), + " (samples) by ", ncol(conc), " (", tolower(GetVariableLabel(mSetObj$dataSet$type)), ") data matrix.", sep="")); + return(.set.mSet(mSetObj)); +} + + +#'Group peak list +#'@description Group peaks from the peak list based on position +#'using the XCMS grouping algorithm (align peaks wrt, rt, and mz). +#'For NMR peaks, need to change ppm -> mz and add dummy rt. +#'If the data is 2-column MS, first need to add dummy rt. +#'If the data is 3-column MS, the data can be used directly. +#'The default mzwid for MS is 0.25 m/z, and for NMR is 0.03 ppm. +#'The default bw is 30 for LCMS, and 5 for GCMS. +#'@usage GroupPeakList(mSetObj=NA, mzwid, bw, minfrac, minsamp, max) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param mzwid, define the width of overlapping m/z slices to use for creating peak density chromatograms +#'and grouping peaks across samples +#'@param bw, define the bandwidth (standard deviation or half width at half maximum) of gaussian smoothing +#'kernel to apply to the peak density chromatogram +#'@param minfrac, define the minimum fraction of samples necessary in at least one of the sample groups for +#'it to be a valid group +#'@param minsamp, define the minimum number of samples necessary in at least one of the sample groups for +#'it to be a valid group +#'@param max, define the maximum number of groups to identify in a single m/z slice +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +GroupPeakList <- function(mSetObj=NA, mzwid = 0.25, bw = 30, minfrac = 0.5, minsamp = 1, max = 50) { + mSetObj <- .get.mSet(mSetObj); + peakSet <- qs::qread("peakSet.qs"); + samples <- peakSet$sampnames; + classlabel <- peakSet$sampclass; + classnames <- levels(classlabel) + + classlabel <- as.vector(unclass(classlabel)) + classnum <- integer(max(classlabel)) + for (i in seq(along = classnum)){ + classnum[i] <- sum(classlabel == i) + } + + peakmat <- peakSet$peaks; + porder <- order(peakmat[,"mz"]); + peakmat <- peakmat[porder,,drop=F] + rownames(peakmat) <- NULL + retrange <- range(peakmat[,"rt"]) + + minpeakmat <- min(classnum)/2 + + mass <- seq(peakmat[1,"mz"], peakmat[nrow(peakmat),"mz"] + mzwid, by = mzwid/2) + masspos <- findEqualGreaterM(peakmat[,"mz"], mass) + + groupmat <- matrix(nrow = 512, ncol = 7 + length(classnum)) + groupindex <- vector("list", 512) + + endidx <- 0 + num <- 0 + gcount <- integer(length(classnum)) + for (i in seq(length = length(mass)-2)) { + startidx <- masspos[i] + endidx <- masspos[i+2]-1 + if (endidx - startidx + 1 < minpeakmat) + next + speakmat <- peakmat[startidx:endidx,,drop=FALSE] + den <- density(speakmat[,"rt"], bw, from = retrange[1]-3*bw, to = retrange[2]+3*bw) + maxden <- max(den$y) + deny <- den$y + gmat <- matrix(nrow = 5, ncol = 2+length(classnum)) + snum <- 0 + while (deny[maxy <- which.max(deny)] > maxden/20 && snum < max) { + grange <- descendMin(deny, maxy) + deny[grange[1]:grange[2]] <- 0 + gidx <- which(speakmat[,"rt"] >= den$x[grange[1]] & speakmat[,"rt"] <= den$x[grange[2]]) + gnum <- classlabel[unique(speakmat[gidx,"sample"])] + for (j in seq(along = gcount)) + gcount[j] <- sum(gnum == j) + if (! any(gcount >= classnum*minfrac & gcount >= minsamp)) + next + snum <- snum + 1 + num <- num + 1 + ### Double the size of the output containers if they're full + if (num > nrow(groupmat)) { + groupmat <- rbind(groupmat, matrix(nrow = nrow(groupmat), ncol = ncol(groupmat))) + groupindex <- c(groupindex, vector("list", length(groupindex))) + } + groupmat[num, 1] <- median(speakmat[gidx, "mz"]) + groupmat[num, 2:3] <- range(speakmat[gidx, "mz"]) + groupmat[num, 4] <- median(speakmat[gidx, "rt"]) + groupmat[num, 5:6] <- range(speakmat[gidx, "rt"]) + groupmat[num, 7] <- length(gidx) + groupmat[num, 7+seq(along = gcount)] <- gcount + groupindex[[num]] <- sort(porder[(startidx:endidx)[gidx]]) + } + } + colnames(groupmat) <- c("mzmed", "mzmin", "mzmax", "rtmed", "rtmin", "rtmax", + "npeaks", classnames) + + groupmat <- groupmat[seq(length = num),] + groupindex <- groupindex[seq(length = num)] + + # Remove groups that overlap with more "well-behaved" groups + numsamp <- rowSums(groupmat[,(match("npeaks", colnames(groupmat))+1):ncol(groupmat),drop=FALSE]) + uorder <- order(-numsamp, groupmat[,"npeaks"]) + uindex <- rectUnique(groupmat[,c("mzmin","mzmax","rtmin","rtmax"),drop=FALSE],uorder) + + peakSet$groups <- groupmat[uindex,]; + peakSet$groupidx<- groupindex[uindex]; + qs::qsave(peakSet, "peakSet.qs"); + return(.set.mSet(mSetObj)); +} + +#'Set peak list group values +#'@param mSetObj Input name of mSetObj, the data used is the nmr.xcmsSet object +#'@import qs +#'@export +#' +SetPeakList.GroupValues <- function(mSetObj=NA) { + mSetObj <- .get.mSet(mSetObj); + peakSet <- qs::qread("peakSet.qs"); + msg <- mSetObj$msgSet$peakMsg; + + peakmat <- peakSet$peaks; + groupmat <- peakSet$groups; + groupindex <- peakSet$groupidx; + + sampnum <- seq(length = length(peakSet$sampnames)) + intcol <- match("int", colnames(peakmat)) + sampcol <- match("sample", colnames(peakmat)) + + # row is peak, col is sample + values <- matrix(nrow = length(groupindex), ncol = length(sampnum)) + + for (i in seq(along = groupindex)) { + # for each group, replace multiple peaks from the same sample by their sum + for(m in sampnum){ + samp.inx<-which(peakmat[groupindex[[i]], sampcol]==m) + if(length(samp.inx)>0){ + values[i, m] <- sum(peakmat[groupindex[[i]][samp.inx], intcol]); + }else{ + values[i, m] <- NA; + } + } + } + + msg<-c(msg, paste("A total of", length(groupindex), "peak groups were formed. ")); + msg<-c(msg, paste("Peaks of the same group were summed if they are from one sample. ")); + msg<-c(msg, paste("Peaks appearing in less than half of all samples in each group were ignored.")); + + colnames(values) <- peakSet$sampnames; + + if(peakSet$ncol==2){ + rownames(values) <- paste(round(groupmat[,paste("mz", "med", sep="")],5)); + }else{ + rownames(values) <- paste(round(groupmat[,paste("mz", "med", sep="")],5), "/", round(groupmat[,paste("rt", "med", sep="")],2), sep=""); + mSetObj$dataSet$three.col <- TRUE; + } + + #mSetObj$dataSet$orig <- t(values); + qs::qsave(t(values), file="data_orig.qs"); + mSetObj$msgSet$proc.msg <- msg + mSetObj$dataSet$orig.cls <- as.factor(peakSet$sampclass); + mSetObj$dataSet$type.cls.lbl <- class(peakSet$sampclass); + return(.set.mSet(mSetObj)); +} + +########## Utility Functions ############## +#'Perform utilities for peak grouping +#'@description Perform various utilities for peak grouping +#'@param y Input peaks +#'@param istart Performs which.max on y +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +descendMin <- function(y, istart = which.max(y)) { + + if (!is.double(y)) y <- as.double(y) + unlist(.C("DescendMin", + y, + length(y), + as.integer(istart-1), + ilower = integer(1), + iupper = integer(1), + DUP = FALSE)[4:5]) + 1 +} + +#'Perform utilities for peak grouping +#'@description Perform various utilities for peak grouping +#'@param x Input the data +#'@param values Input the values +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +findEqualGreaterM <- function(x, values) { + + if (!is.double(x)) x <- as.double(x) + if (!is.double(values)) values <- as.double(values) + .C("FindEqualGreaterM", + x, + length(x), + values, + length(values), + index = integer(length(values)), + DUP = FALSE)$index + 1 +} + +#'Perform utilities for peak grouping +#'@description Perform various utilities for peak grouping +#'@param m Peaks +#'@param order Performs seq(length = nrow(m)) +#'@param xdiff Default set to 0 +#'@param ydiff Default set to 0 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +rectUnique <- function(m, order = seq(length = nrow(m)), xdiff = 0, ydiff = 0) { + + nr <- nrow(m) + nc <- ncol(m) + if (!is.double(m)) + m <- as.double(m) + .C("RectUnique", + m, + as.integer(order-1), + nr, + nc, + as.double(xdiff), + as.double(ydiff), + logical(nrow(m)), + DUP = FALSE)[[7]] +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_plot3d.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_plot3d.R new file mode 100755 index 0000000000000000000000000000000000000000..7ef9bb4f1afc5dd019f7ef2d5757997d087d1a00 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_plot3d.R @@ -0,0 +1,728 @@ +### R script for MetaboAnalyst +### Description: 3D scatter plot for PDF report (not used for web display) +### Author: Jeff Xia, jeff.xia@mcgill.ca +### McGill University, Canada +### License: GNU GPL (>= 2) + +Plot3D <- function(x, y = NULL, z = NULL, color = par("col"), pch = NULL, + main = NULL, sub = NULL, xlim = NULL, ylim = NULL, zlim = NULL, + xlab = NULL, ylab = NULL, zlab = NULL, scale.y = 1, angle = 40, + axis = TRUE, tick.marks = TRUE, label.tick.marks = TRUE, + x.ticklabs = NULL, y.ticklabs = NULL, z.ticklabs = NULL, + y.margin.add = 0, grid = TRUE, box = TRUE, lab = par("lab"), + lab.z = mean(lab[1:2]), type = "p", highlight.3d = FALSE, + mar = c(5, 3, 4, 3) + 0.1, col.axis = par("col.axis"), + col.grid = "grey", col.lab = par("col.lab"), cex.symbols = par("cex"), + cex.axis = 0.8 * par("cex.axis"), cex.lab = par("cex.lab"), + font.axis = par("font.axis"), font.lab = par("font.lab"), + lty.axis = par("lty"), lty.grid = 2, lty.hide = 1, + lty.hplot = par("lty"), log = "", ...) + # log not yet implemented +{ + ## Uwe Ligges <ligges@statistik.tu-dortmund.de>, + ## http://www.statistik.tu-dortmund.de/~ligges + ## + ## For MANY ideas and improvements thanks to Martin Maechler!!! + ## Parts of the help files are stolen from the standard plotting functions in R. + + mem.par <- par(mar = mar) + x.scal <- y.scal <- z.scal <- 1 + xlabel <- if (!missing(x)) deparse(substitute(x)) + ylabel <- if (!missing(y)) deparse(substitute(y)) + zlabel <- if (!missing(z)) deparse(substitute(z)) + + ## color as part of `x' (data.frame or list): + if(!is.null(d <- dim(x)) && (length(d) == 2) && (d[2] >= 4)) + color <- x[,4] + else if(is.list(x) && !is.null(x$color)) + color <- x$color + + ## convert 'anything' -> vector + xyz <- xyz.coords(x=x, y=y, z=z, xlab=xlabel, ylab=ylabel, zlab=zlabel, + log=log) + if(is.null(xlab)) { xlab <- xyz$xlab; if(is.null(xlab)) xlab <- "" } + if(is.null(ylab)) { ylab <- xyz$ylab; if(is.null(ylab)) ylab <- "" } + if(is.null(zlab)) { zlab <- xyz$zlab; if(is.null(zlab)) zlab <- "" } + + if(length(color) == 1) + color <- rep(color, length(xyz$x)) + else if(length(color) != length(xyz$x)) + stop("length(color) ", "must be equal length(x) or 1") + + angle <- (angle %% 360) / 90 + yz.f <- scale.y * abs(if(angle < 1) angle else if(angle > 3) angle - 4 else 2 - angle) + yx.f <- scale.y * (if(angle < 2) 1 - angle else angle - 3) + if(angle > 2) { ## switch y and x axis to ensure righthand oriented coord. + temp <- xyz$x; xyz$x <- xyz$y; xyz$y <- temp + temp <- xlab; xlab <- ylab; ylab <- temp + temp <- xlim; xlim <- ylim; ylim <- temp + } + angle.1 <- (1 < angle && angle < 2) || angle > 3 + angle.2 <- 1 <= angle && angle <= 3 + dat <- cbind(as.data.frame(xyz[c("x","y","z")]), col = color) + + n <- nrow(dat); + y.range <- range(dat$y[is.finite(dat$y)]) + +### 3D-highlighting / colors / sort by y + if(type == "p" || type == "h") { + y.ord <- rev(order(dat$y)) + dat <- dat[y.ord, ] + if(length(pch) > 1) + if(length(pch) != length(y.ord)) + stop("length(pch) ", "must be equal length(x) or 1") + else pch <- pch[y.ord] + daty <- dat$y + daty[!is.finite(daty)] <- mean(daty[is.finite(daty)]) + if(highlight.3d && !(all(diff(daty) == 0))) + dat$col <- rgb(seq(0, 1, length = n) * (y.range[2] - daty) / diff(y.range), g=0, b=0) + } + +### optim. axis scaling + p.lab <- par("lab") + ## Y + y.range <- range(dat$y[is.finite(dat$y)], ylim) + y.prty <- pretty(y.range, n = lab[2], + min.n = max(1, min(.5 * lab[2], p.lab[2]))) + y.scal <- round(diff(y.prty[1:2]), digits = 12) + y.add <- min(y.prty) + dat$y <- (dat$y - y.add) / y.scal + y.max <- (max(y.prty) - y.add) / y.scal + + x.range <- range(dat$x[is.finite(dat$x)], xlim) + x.prty <- pretty(x.range, n = lab[1], + min.n = max(1, min(.5 * lab[1], p.lab[1]))) + x.scal <- round(diff(x.prty[1:2]), digits = 12) + dat$x <- dat$x / x.scal + x.range <- range(x.prty) / x.scal + x.max <- ceiling(x.range[2]) + x.min <- floor(x.range[1]) + if(!is.null(xlim)) { + x.max <- max(x.max, ceiling(xlim[2] / x.scal)) + x.min <- min(x.min, floor(xlim[1] / x.scal)) + } + x.range <- range(x.min, x.max) + ## Z + z.range <- range(dat$z[is.finite(dat$z)], zlim) + z.prty <- pretty(z.range, n = lab.z, + min.n = max(1, min(.5 * lab.z, p.lab[2]))) + z.scal <- round(diff(z.prty[1:2]), digits = 12) + dat$z <- dat$z / z.scal + z.range <- range(z.prty) / z.scal + z.max <- ceiling(z.range[2]) + z.min <- floor(z.range[1]) + if(!is.null(zlim)) { + z.max <- max(z.max, ceiling(zlim[2] / z.scal)) + z.min <- min(z.min, floor(zlim[1] / z.scal)) + } + z.range <- range(z.min, z.max) + +### init graphics + plot.new() + if(angle.2) {x1 <- x.min + yx.f * y.max; x2 <- x.max} + else {x1 <- x.min; x2 <- x.max + yx.f * y.max} + plot.window(c(x1, x2), c(z.min, z.max + yz.f * y.max)) + temp <- strwidth(format(rev(y.prty))[1], cex = cex.axis/par("cex")) + if(angle.2) x1 <- x1 - temp - y.margin.add + else x2 <- x2 + temp + y.margin.add + plot.window(c(x1, x2), c(z.min, z.max + yz.f * y.max)) + if(angle > 2) par("usr" = par("usr")[c(2, 1, 3:4)]) + usr <- par("usr") # we have to remind it for use in closures + title(main, sub, ...) + +### draw axis, tick marks, labels, grid, ... + xx <- if(angle.2) c(x.min, x.max) else c(x.max, x.min) + if(grid) { + ## grids + ################### + # XY wall + i <- x.min:x.max; + segments(i, z.min, i + (yx.f * y.max), yz.f * y.max + z.min, + col = col.grid, lty = lty.grid); + + i <- 0:y.max; + segments(x.min + (i * yx.f), i * yz.f + z.min, + x.max + (i * yx.f), i * yz.f + z.min, + col = col.grid, lty = lty.grid); + + ###################### + # XZ wall + # verticle lines + temp <- yx.f * y.max; + temp1 <- yz.f * y.max; + i <- (x.min + temp):(x.max + temp); + segments(i, z.min + temp1, i, z.max + temp1, + col = col.grid, lty = lty.grid); + + # horizontal lines + i <- (z.min + temp1):(z.max + temp1); + segments(x.min + temp, i, x.max + temp, i, + col = col.grid, lty = lty.grid) + + + ################## + # YZ wall + # horizontal lines + i <- xx[2]:x.min; + mm <- z.min:z.max; + segments(i, mm, i + temp, mm + temp1, + col = col.grid, lty = lty.grid); + # verticle lines + i <- 0:y.max; + segments(x.min + (i * yx.f), i * yz.f + z.min, + xx[2] + (i * yx.f), i * yz.f + z.max, + col = col.grid, lty = lty.grid) + + + # make the axis into solid line + segments(x.min, z.min, x.min + (yx.f * y.max), yz.f * y.max + z.min, + col = col.grid, lty = lty.hide); + segments(x.max, z.min, x.max + (yx.f * y.max), yz.f * y.max + z.min, + col = col.axis, lty = lty.hide); + segments(x.min + (y.max * yx.f), y.max * yz.f + z.min, + x.max + (y.max* yx.f), y.max * yz.f + z.min, + col = col.grid, lty = lty.hide); + segments(x.min + temp, z.min + temp1, x.min + temp, z.max + temp1, + col = col.grid, lty = lty.hide); + segments(x.max + temp, z.min + temp1, x.max + temp, z.max + temp1, + col = col.axis, lty = lty.hide); + segments(x.min + temp, z.max + temp1, x.max + temp, z.max + temp1, + col = col.axis, lty = lty.hide); + segments(xx[2], z.max, xx[2] + temp, z.max + temp1, + col = col.axis, lty = lty.hide); + } + if(axis) { + if(tick.marks) { ## tick marks + xtl <- (z.max - z.min) * (tcl <- -par("tcl")) / 50 + ztl <- (x.max - x.min) * tcl / 50 + mysegs <- function(x0,y0, x1,y1) + segments(x0,y0, x1,y1, col=col.axis, lty=lty.axis) + ## Y + i.y <- 0:y.max + mysegs(yx.f * i.y - ztl + xx[1], yz.f * i.y + z.min, + yx.f * i.y + ztl + xx[1], yz.f * i.y + z.min) + ## X + i.x <- x.min:x.max + mysegs(i.x, -xtl + z.min, i.x, xtl + z.min) + ## Z + i.z <- z.min:z.max + mysegs(-ztl + xx[2], i.z, ztl + xx[2], i.z) + + if(label.tick.marks) { ## label tick marks + las <- par("las") + mytext <- function(labels, side, at, ...) + mtext(text = labels, side = side, at = at, line = -.5, + col=col.lab, cex=cex.axis, font=font.lab, ...) + ## X + if(is.null(x.ticklabs)) + x.ticklabs <- format(i.x * x.scal) + mytext(x.ticklabs, side = 1, at = i.x) + ## Z + if(is.null(z.ticklabs)) + z.ticklabs <- format(i.z * z.scal) + mytext(z.ticklabs, side = if(angle.1) 4 else 2, at = i.z, + adj = if(0 < las && las < 3) 1 else NA) + ## Y + temp <- if(angle > 2) rev(i.y) else i.y ## turn y-labels around + if(is.null(y.ticklabs)) + y.ticklabs <- format(y.prty) + else if (angle > 2) + y.ticklabs <- rev(y.ticklabs) + text(i.y * yx.f + xx[1], + i.y * yz.f + z.min, y.ticklabs, + pos=if(angle.1) 2 else 4, offset=1, + col=col.lab, cex=cex.axis/par("cex"), font=font.lab) + } + } + + ## axis and labels + + mytext2 <- function(lab, side, line, at) + mtext(lab, side = side, line = line, at = at, col = col.lab, + cex = cex.lab, font = font.axis, las = 0) + ## X + lines(c(x.min, x.max), c(z.min, z.min), col = col.axis, lty = lty.axis) + mytext2(xlab, 1, line = 1.5, at = mean(x.range)) + ## Y + lines(xx[1] + c(0, y.max * yx.f), c(z.min, y.max * yz.f + z.min), + col = col.axis, lty = lty.axis) + mytext2(ylab, if(angle.1) 2 else 4, line= 0.5, at = z.min + y.max * yz.f) + + ## Z + lines(xx[c(2,2)], c(z.min, z.max), col = col.axis, lty = lty.axis) + mytext2(zlab, if(angle.1) 4 else 2, line= 1.5, at = mean(z.range)) + + } + +### plot points + x <- dat$x + (dat$y * yx.f) + z <- dat$z + (dat$y * yz.f) + col <- as.character(dat$col) + if(type == "h") { + z2 <- dat$y * yz.f + z.min + segments(x, z, x, z2, col = col, cex = cex.symbols, lty = lty.hplot, ...) + points(x, z, type = "p", col = col, pch = pch, cex = cex.symbols, ...) + } + else points(x, z, type = type, col = col, pch = pch, cex = cex.symbols, ...) + +### box-lines in front of points (overlay) + if(axis && box) { + lines(c(x.min, x.max), c(z.max, z.max), + col = col.axis, lty = lty.axis) + lines(c(0, y.max * yx.f) + x.max, c(0, y.max * yz.f) + z.max, + col = col.axis, lty = lty.axis) + lines(xx[c(1,1)], c(z.min, z.max), col = col.axis, lty = lty.axis) + } + + + # par(mem.par) # we MUST NOT set the margins back + ### Return Function Object + ob <- ls() ## remove all unused objects from the result's enviroment: + rm(list = ob[!ob %in% c("angle", "mar", "usr", "x.scal", "y.scal", "z.scal", "yx.f", + "yz.f", "y.add", "z.min", "z.max", "x.min", "x.max", "y.max", + "x.prty", "y.prty", "z.prty")]) + rm(ob) + invisible(list( + xyz.convert = function(x, y=NULL, z=NULL) { + xyz <- xyz.coords(x, y, z) + if(angle > 2) { ## switch y and x axis to ensure righthand oriented coord. + temp <- xyz$x; xyz$x <- xyz$y; xyz$y <- temp + } + y <- (xyz$y - y.add) / y.scal + return(list(x = xyz$x / x.scal + yx.f * y, + y = xyz$z / z.scal + yz.f * y)) + }, + points3d = function(x, y = NULL, z = NULL, type = "p", ...) { + xyz <- xyz.coords(x, y, z) + if(angle > 2) { ## switch y and x axis to ensure righthand oriented coord. + temp <- xyz$x; xyz$x <- xyz$y; xyz$y <- temp + } + y2 <- (xyz$y - y.add) / y.scal + x <- xyz$x / x.scal + yx.f * y2 + y <- xyz$z / z.scal + yz.f * y2 + mem.par <- par(mar = mar, usr = usr) + on.exit(par(mem.par)) + if(type == "h") { + y2 <- z.min + yz.f * y2 + segments(x, y, x, y2, ...) + points(x, y, type = "p", ...) + } + else points(x, y, type = type, ...) + }, + plane3d = function(Intercept, x.coef = NULL, y.coef = NULL, + lty = "dashed", lty.box = NULL, ...){ + if(!is.atomic(Intercept) && !is.null(coef(Intercept))) Intercept <- coef(Intercept) + if(is.null(lty.box)) lty.box <- lty + if(is.null(x.coef) && length(Intercept) == 3){ + x.coef <- Intercept[if(angle > 2) 3 else 2] + y.coef <- Intercept[if(angle > 2) 2 else 3] + Intercept <- Intercept[1] + } + mem.par <- par(mar = mar, usr = usr) + on.exit(par(mem.par)) + x <- x.min:x.max + ltya <- c(lty.box, rep(lty, length(x)-2), lty.box) + x.coef <- x.coef * x.scal + z1 <- (Intercept + x * x.coef + y.add * y.coef) / z.scal + z2 <- (Intercept + x * x.coef + + (y.max * y.scal + y.add) * y.coef) / z.scal + segments(x, z1, x + y.max * yx.f, z2 + yz.f * y.max, lty = ltya, ...) + y <- 0:y.max + ltya <- c(lty.box, rep(lty, length(y)-2), lty.box) + y.coef <- (y * y.scal + y.add) * y.coef + z1 <- (Intercept + x.min * x.coef + y.coef) / z.scal + z2 <- (Intercept + x.max * x.coef + y.coef) / z.scal + segments(x.min + y * yx.f, z1 + y * yz.f, + x.max + y * yx.f, z2 + y * yz.f, lty = ltya, ...) + }, + + wall3d = function(Intercept, x.coef = NULL, y.coef = NULL, + lty = "dashed", lty.box = NULL, ...){ + if(!is.atomic(Intercept) && !is.null(coef(Intercept))) Intercept <- coef(Intercept) + if(is.null(lty.box)) lty.box <- lty + if(is.null(x.coef) && length(Intercept) == 3){ + x.coef <- Intercept[if(angle > 2) 3 else 2] + y.coef <- Intercept[if(angle > 2) 2 else 3] + Intercept <- Intercept[1] + } + mem.par <- par(mar = mar, usr = usr) + on.exit(par(mem.par)) + x <- x.min:x.max + ltya <- c(lty.box, rep(lty, length(x)-2), lty.box) + x.coef <- x.coef * x.scal + z1 <- (Intercept + x * x.coef + y.add * y.coef) / z.scal + z2 <- (Intercept + x * x.coef + + (y.max * y.scal + y.add) * y.coef) / z.scal + segments(x, z1, x + y.max * yx.f, z2 + yz.f * y.max, lty = ltya, ...) + y <- 0:y.max + ltya <- c(lty.box, rep(lty, length(y)-2), lty.box) + y.coef <- (y * y.scal + y.add) * y.coef + z1 <- (Intercept + x.min * x.coef + y.coef) / z.scal + z2 <- (Intercept + x.max * x.coef + y.coef) / z.scal + segments(x.min + y * yx.f, z1 + y * yz.f, + x.max + y * yx.f, z2 + y * yz.f, lty = ltya, ...) + }, + box3d = function(...){ + mem.par <- par(mar = mar, usr = usr) + on.exit(par(mem.par)) + lines(c(x.min, x.max), c(z.max, z.max), ...) + lines(c(0, y.max * yx.f) + x.max, c(0, y.max * yz.f) + z.max, ...) + lines(c(0, y.max * yx.f) + x.min, c(0, y.max * yz.f) + z.max, ...) + lines(c(x.max, x.max), c(z.min, z.max), ...) + lines(c(x.min, x.min), c(z.min, z.max), ...) + lines(c(x.min, x.max), c(z.min, z.min), ...) + } + )) +} + + +#'Create 3D PCA score plot +#'@description This function creates both a static 3D PCA score plot as well as an interactive 3D PCA score plot +#'using the plotly R package. The 3D PCA score plot is stored in the mSetObj (mSetObj$imgSet$pca.3d). To view +#'the plot, if your mSetObj is named mSet, type "mSet$imgSet$pca.3d" inro your R console, and the 3D plot will appear. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@usage PlotPCA3DScoreImg(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, inx3, angl) +#'@param mSetObj Input name of the created mSet Object. +#'@param imgName Input a name for the plot. +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@param angl Input the angle +#'@usage mSet <- PlotPCA3DScore(mSetObj=NA, imgName, format="json", dpi=72, width=NA, inx1, inx2, inx3, angl) +#'@export +#'@importFrom plotly plot_ly add_markers layout + +PlotPCA3DScoreImg <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, inx3, angl){ + + mSetObj <- .get.mSet(mSetObj); + + xlabel = paste("PC",inx1, "(", round(100*mSetObj$analSet$pca$variance[inx1],1), "%)"); + ylabel = paste("PC",inx2, "(", round(100*mSetObj$analSet$pca$variance[inx2],1), "%)"); + zlabel = paste("PC",inx3, "(", round(100*mSetObj$analSet$pca$variance[inx3],1), "%)"); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pca.score3d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + pchs <- as.numeric(mSetObj$dataSet$cls)+1; + uniq.pchs <- unique(pchs); + + if(mSetObj$dataSet$cls.type == "disc"){ + + cols <- GetColorSchema(mSetObj$dataSet$cls); + legend.nm <- unique(as.character(mSetObj$dataSet$cls)); + uniq.cols <- unique(cols); + Plot3D(mSetObj$analSet$pca$x[, inx1], mSetObj$analSet$pca$x[, inx2], mSetObj$analSet$pca$x[, inx3], xlab= xlabel, ylab=ylabel, + zlab=zlabel, angle =angl, color=cols, pch=pchs, box=F); + legend("topleft", legend =legend.nm, pch=uniq.pchs, col=uniq.cols); + dev.off(); + + if(!.on.public.web){ + # 3D View using plotly + if(length(uniq.pchs) > 3){ + col <- RColorBrewer::brewer.pal(length(uniq.pchs), "Set3") + }else{ + col <- c("#1972A4", "#FF7070") + } + + p <- plotly::plot_ly(x = mSetObj$analSet$pca$x[, inx1], y = mSetObj$analSet$pca$x[, inx2], z = mSetObj$analSet$pca$x[, inx3], + color = mSetObj$dataSet$cls, colors = col) + p <- plotly::add_markers(p, sizes = 5) + p <- plotly::layout(p, scene = list(xaxis = list(title = xlabel), + yaxis = list(title = ylabel), + zaxis = list(title = zlabel))) + mSetObj$imgSet$pca.3d <- p; + print("The Interactive 3D PCA plot has been created, please find it in mSet$imgSet$pca.3d.") + } + + }else{ + + Plot3D(mSetObj$analSet$pca$x[, inx1], mSetObj$analSet$pca$x[, inx2], mSetObj$analSet$pca$x[, inx3], xlab= xlabel, ylab=ylabel, + zlab=zlabel, angle =angl, pch=pchs, box=F); + dev.off(); + + if(!.on.public.web){ + # 3D View using plotly + col <- c("#C61951", "#1972A4") + p <- plotly::plot_ly(x = mSetObj$analSet$pca$x[, inx1], y = mSetObj$analSet$pca$x[, inx2], z = mSetObj$analSet$pca$x[, inx3], + color = pchs, colors = col, marker = list(colorbar = list(len = 1, tickmode = array, tickvals = range(unique(pchs)), + ticktext = levels(mSetObj$dataSet$cls)))); + p <- plotly::add_markers(p, sizes = 1000); + p <- plotly::layout(p, scene = list(xaxis = list(title = xlabel), + yaxis = list(title = ylabel), + zaxis = list(title = zlabel))); + mSetObj$imgSet$pca.3d <- p; + print("The Interactive 3D PCA plot has been created, please find it in mSet$imgSet$pca.3d.") + } + } + return(.set.mSet(mSetObj)); +} + +#'Plot sPLS-DA 3D score plot +#'@description This function creates two 3D sPLS-DA score plots, the first is static for Analysis Report purposes, as well as +#'an interactive 3D plot using the plotly R package. The 3D score plot is saved in the created mSetObj (mSetObj$imgSet$splsda.3d). +#'To view the score plot, if the name of your mSetObj is mSet, enter "mSet$imgSet$splsda.3d" to view the interactive score plot. +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@param angl Input the angle +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@importFrom plotly plot_ly add_markers layout +PlotSPLS3DScoreImg<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, inx3, angl){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$spls.score3d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + + spls3d <- list(); + + ## need to check if only 2 or 3 components generated + if(length(mSetObj$analSet$splsr$explained_variance$X)==2){ + spls3d$score$axis <- paste("Component", c(inx1, inx2), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2)], 1), "%)", sep=""); + coords <- data.frame(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2)], 5)); + spls3d$score$axis <- c(spls3d$score$axis, "Component3 (NA)"); + coords <- rbind(coords, "comp 3"=rep (0, ncol(coords))); + }else{ + spls3d$score$axis <- paste("Component", c(inx1, inx2, inx3), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2, inx3)], 1), "%)", sep=""); + coords <- data.frame(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2, inx3)], 5)); + } + + xlabel <- spls3d$score$axis[1] + ylabel <- spls3d$score$axis[2] + zlabel <- spls3d$score$axis[3] + + # static + cols <- GetColorSchema(mSetObj$dataSet$cls); + legend.nm <- unique(as.character(mSetObj$dataSet$cls)); + uniq.cols <- unique(cols); + pchs <- as.numeric(mSetObj$dataSet$cls)+1; + uniq.pchs <- unique(pchs); + Plot3D(coords[,inx1], coords[,inx2], coords[,inx3], xlab= xlabel, ylab=ylabel, + zlab=zlabel, angle = angl, color=cols, pch=pchs, box=F); + legend("topleft", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + dev.off(); + + if(!.on.public.web){ + # 3D View using plotly + if(length(uniq.pchs) > 3){ + col <- RColorBrewer::brewer.pal(length(uniq.pchs), "Set3") + }else{ + col <- c("#1972A4", "#FF7070") + } + p <- plotly::plot_ly(x = coords[, inx1], y = coords[, inx2], z = coords[, inx3], + color = mSetObj$dataSet$cls, colors = col) + p <- plotly::add_markers(p, sizes = 5) + p <- plotly::layout(p, scene = list(xaxis = list(title = xlabel), + yaxis = list(title = ylabel), + zaxis = list(title = zlabel))) + + mSetObj$imgSet$splsda.3d <- p; + print("The Interactive 3D sPLS-DA plot has been created, please find it in mSet$imgSet$splsda.3d.") + } + return(.set.mSet(mSetObj)); +} + + +#'Plot sPLS-DA 3D score plot +#'@description This function creates two 3D sPLS-DA score plots, the first is static for Analysis Report purposes, as well as +#'an interactive 3D plot using the plotly R package. The 3D score plot is saved in the created mSetObj (mSetObj$imgSet$splsda.3d). +#'To view the score plot, if the name of your mSetObj is mSet, enter "mSet$imgSet$splsda.3d" to view the interactive score plot. +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@param angl Input the angle +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@importFrom plotly plot_ly add_markers layout +PlotSPLS3DScoreImg<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, inx3, angl){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$spls.score3d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + + spls3d <- list(); + + ## need to check if only 2 or 3 components generated + if(length(mSetObj$analSet$splsr$explained_variance$X)==2){ + spls3d$score$axis <- paste("Component", c(inx1, inx2), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2)], 1), "%)", sep=""); + coords <- data.frame(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2)], 5)); + spls3d$score$axis <- c(spls3d$score$axis, "Component3 (NA)"); + coords <- rbind(coords, "comp 3"=rep (0, ncol(coords))); + }else{ + spls3d$score$axis <- paste("Component", c(inx1, inx2, inx3), " (", round(100*mSetObj$analSet$splsr$explained_variance$X[c(inx1, inx2, inx3)], 1), "%)", sep=""); + coords <- data.frame(signif(mSetObj$analSet$splsr$variates$X[,c(inx1, inx2, inx3)], 5)); + } + + xlabel <- spls3d$score$axis[1] + ylabel <- spls3d$score$axis[2] + zlabel <- spls3d$score$axis[3] + + # static + cols <- GetColorSchema(mSetObj$dataSet$cls); + legend.nm <- unique(as.character(mSetObj$dataSet$cls)); + uniq.cols <- unique(cols); + pchs <- as.numeric(mSetObj$dataSet$cls)+1; + uniq.pchs <- unique(pchs); + Plot3D(coords[,inx1], coords[,inx2], coords[,inx3], xlab= xlabel, ylab=ylabel, + zlab=zlabel, angle = angl, color=cols, pch=pchs, box=F); + legend("topleft", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + dev.off(); + + if(!.on.public.web){ + # 3D View using plotly + if(length(uniq.pchs) > 3){ + col <- RColorBrewer::brewer.pal(length(uniq.pchs), "Set3") + }else{ + col <- c("#1972A4", "#FF7070") + } + p <- plotly::plot_ly(x = coords[, inx1], y = coords[, inx2], z = coords[, inx3], + color = mSetObj$dataSet$cls, colors = col) + p <- plotly::add_markers(p, sizes = 5) + p <- plotly::layout(p, scene = list(xaxis = list(title = xlabel), + yaxis = list(title = ylabel), + zaxis = list(title = zlabel))) + + mSetObj$imgSet$splsda.3d <- p; + print("The Interactive 3D sPLS-DA plot has been created, please find it in mSet$imgSet$splsda.3d.") + } + return(.set.mSet(mSetObj)); +} + + +#'Plot PLS 3D score plot +#'@description This function creates two 3D PLS-DA score plots, the first is static for Analysis Report purposes, as well as +#'an interactive 3D plot using the plotly R package. The 3D score plot is saved in the created mSetObj (mSetObj$imgSet$plsda.3d). +#'To view the score plot, if the name of your mSetObj is mSet, enter "mSet$imgSet$plsda.3d" to view the interactive score plot. +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param inx1 Numeric, indicate the number of the principal component for the x-axis of the loading plot. +#'@param inx2 Numeric, indicate the number of the principal component for the y-axis of the loading plot. +#'@param inx3 Numeric, indicate the number of the principal component for the z-axis of the loading plot. +#'@param angl Input the angle +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@importFrom plotly plot_ly add_markers layout + +PlotPLS3DScoreImg<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, inx1, inx2, inx3, angl){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$pls.score3d <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,3)); + + xlabel <- paste("Component", inx1, "(", round(100*mSetObj$analSet$plsr$Xvar[inx1]/mSetObj$analSet$plsr$Xtotvar,1), "%)"); + ylabel <- paste("Component", inx2, "(", round(100*mSetObj$analSet$plsr$Xvar[inx2]/mSetObj$analSet$plsr$Xtotvar,1), "%)"); + zlabel <- paste("Component", inx3, "(", round(100*mSetObj$analSet$plsr$Xvar[inx3]/mSetObj$analSet$plsr$Xtotvar,1), "%)"); + + cols <- GetColorSchema(mSetObj$dataSet$cls); + legend.nm <- unique(as.character(mSetObj$dataSet$cls)); + uniq.cols <- unique(cols); + pchs <- as.numeric(mSetObj$dataSet$cls)+1; + uniq.pchs <- unique(pchs); + Plot3D(mSetObj$analSet$plsr$score[,inx1], mSetObj$analSet$plsr$score[,inx2], mSetObj$analSet$plsr$score[,inx3], xlab= xlabel, ylab=ylabel, + zlab=zlabel, angle =angl, color=cols, pch=pchs, box=F); + legend("topleft", legend = legend.nm, pch=uniq.pchs, col=uniq.cols); + dev.off(); + + if(!.on.public.web){ + # 3D View using plotly + if(length(uniq.pchs) > 3){ + col <- RColorBrewer::brewer.pal(length(uniq.pchs), "Set3") + }else{ + col <- c("#1972A4", "#FF7070") + } + p <- plotly::plot_ly(x = mSetObj$analSet$plsr$score[, inx1], y = mSetObj$analSet$plsr$score[, inx2], z = mSetObj$analSet$plsr$score[, inx3], + color = mSetObj$dataSet$cls, colors = col) + p <- plotly::add_markers(p, sizes = 5) + p <- plotly::layout(p, scene = list(xaxis = list(title = xlabel), + yaxis = list(title = ylabel), + zaxis = list(title = zlabel))) + + mSetObj$imgSet$plsda.3d <- p; + print("The Interactive 3D PLS-DA plot has been created, please find it in mSet$imgSet$plsda.3d.") + } + + return(.set.mSet(mSetObj)); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_sigfeatures.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_sigfeatures.R new file mode 100755 index 0000000000000000000000000000000000000000..1bf35bd9966d3ec2e8d735fc689fb61fa7ddc27b --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_sigfeatures.R @@ -0,0 +1,402 @@ +#'Perform Signifiance Analysis of Microarrays (SAM) analysis +#'@description Perform SAM +#'@param mSetObj Input name of the created mSet Object +#'@param method Method for SAM analysis, default is set to "d.stat", alternative is "wilc.stat" +#'@param paired Logical, indicates if samples are paired or not. Default is set to FALSE +#'@param varequal Logical, indicates if variance is equal. Default is set to TRUE +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import siggenes +#'@import qs +SAM.Anal <- function(mSetObj=NA, method="d.stat", paired=FALSE, varequal=TRUE, delta=0, imgName){ + .prepare.sam.anal(mSetObj, method, paired, varequal, delta, imgName); + .perform.computing(); + .save.sam.anal(mSetObj); +} + +.prepare.sam.anal <- function(mSetObj=NA, method="d.stat", paired=FALSE, varequal=TRUE, delta=0, imgName){ + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi72.png", sep=""); + mat <- t(mSetObj$dataSet$norm); # in sam the column is sample + cl <- as.factor(mSetObj$dataSet$cls); # change to 0 and 1 for class label + + my.fun<-function(){ + library(siggenes); + if(dat.in$cls.num==2){ + if(dat.in$paired){ + dat.in$cls <- dat.in$cls.paired; + } + if(dat.in$method == "d.stat"){ + sam_out <- siggenes::sam(dat.in$data, dat.in$cls, method=d.stat, var.equal=dat.in$varequal, R.fold=0, rand=123); + }else{ + sam_out <- siggenes::sam(dat.in$data, dat.in$cls, method=wilc.stat, R.fold=0,rand=123); + } + }else{ + sam_out <- siggenes::sam(dat.in$data, dat.in$cls, rand=123); + } + + # check if need to compute a suitable delta value + delta <- dat.in$delta; + if(delta == 0){ + mat.fdr <- sam_out@mat.fdr + deltaVec <- mat.fdr[,"Delta"]; + fdrVec <- mat.fdr[,"FDR"]; + signumVec <- mat.fdr[,"Called"]; + + delta <- deltaVec[1]; + for(i in 1:length(deltaVec)){ + my.delta = deltaVec[i]; + fdr = fdrVec[i]; + called = signumVec[i]; + if(called > 0){ # at least 1 significant cmpd + # check fdr, default threshold 0.01 + # if too many significant compounds, tight up and vice versa + if(fdr < 0.001){ + delta <- my.delta; break; + }else if(fdr < 0.01 & called < 100){ + delta <- my.delta; break; + }else if(fdr < 0.05 & called <50){ + delta <- my.delta; break; + }else if(fdr < 0.1 & called < 20){ + delta <- my.delta; break; + }else if(called < 10){ + delta <- my.delta; break; + } + } + } + } + + # get the signficant features + summary.mat <- summary(sam_out, delta)@mat.sig; + sig.mat <- as.matrix(signif(summary.mat[,-c(1,6)],5)); + data.table::fwrite(as.data.frame(sig.mat), file="sam_sigfeatures.csv", row.names=TRUE); + + # plot SAM plot + Cairo::Cairo(file = dat.in$imgName, unit="in", dpi=72, width=8, height=8, type="png", bg="white"); + siggenes::plot(sam_out, delta); + dev.off(); + + return(list(sam.res=sam_out, sam.delta=delta, sig.mat=sig.mat, img=imgName)); + } + + dat.in <- list(data=mat, cls=cl, cls.num=mSetObj$dataSet$cls.num, method=method, varequal=varequal, + paired=paired, delta=delta, cls.paired=as.numeric(mSetObj$dataSet$pairs), imgName=imgName, my.fun=my.fun); + + qs::qsave(dat.in, file="dat.in.qs"); + mSetObj$imgSet$sam.cmpd <- imgName; + return(.set.mSet(mSetObj)); +} + +.save.sam.anal <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + my.res <- dat.in$my.res; + mSetObj$analSet$sam <- my.res$sam.res; + mSetObj$analSet$sam.delta <- my.res$sam.delta; + mSetObj$analSet$sam.cmpds <- my.res$sig.mat; + return(.set.mSet(mSetObj)); +} + +#'Plot SAM Delta Plot +#'@description Plot SAM Delta Plot (FDR) +#'@param mSetObj Input name of the created mSet Object +#'@param delta Input the delta +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotSAM.FDR <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 7.2; + } + h <- w*3/5; + + mSetObj$imgSet$sam.fdr <- imgName; + delta <- mSetObj$analSet$sam.delta; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mfrow=c(1,2), mar=c(5,6,4,1)); + mat.fdr <- mSetObj$analSet$sam@mat.fdr; + plot(mat.fdr[,"Delta"],mat.fdr[,"FDR"],xlab='Delta',ylab=NA,type="b", col='blue', las=2); + abline(v = delta, lty=3, col="magenta"); + mtext("FDR", side=2, line=5); + par(mar=c(5,5,4,2)) + plot(mat.fdr[,"Delta"],mat.fdr[,"Called"],xlab='Delta',ylab="Significant feaure No.",type="b", col='blue', las=2); + abline(v = delta, lty=3, col="magenta"); + + hit.inx <- mat.fdr[,"Delta"] <= delta; + my.fdr <- signif(min(mat.fdr[,"FDR"][hit.inx]), 3); + my.sigs <- min(mat.fdr[,"Called"][hit.inx]); + mtext(paste("Delta:", delta, " FDR:", my.fdr, " Sig. cmpds:", my.sigs), line=-2, side = 3, outer = TRUE, font=2) + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Plot SAM +#'@description Plot SAM with positive and negative metabolite sets +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import qs + +PlotSAM.Cmpd <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + .prepare.sam.cmpd(mSetObj, imgName, format, dpi, width); + .perform.computing(); + # no need to collect as it is an image +} + +.prepare.sam.cmpd <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + # note, this is now a remote call and only used for other formats by users + mSetObj <- .get.mSet(mSetObj); + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + my.fun <- function(){ + Cairo::Cairo(file = dat.in$imgName, unit="in", dpi=dat.in$dpi, width=dat.in$width, height=dat.in$height, type=dat.in$type, bg="white"); + siggenes::plot(dat.in$mSetObj$analSet$sam, dat.in$mSetObj$analSet$sam.delta); + dev.off(); + } + dat.in <- list(mSetObj = mSetObj, dpi=dpi, width=w, height=h, type=format, imgName=imgName, my.fun=my.fun); + qs::qsave(dat.in, file="dat.in.qs"); + mSetObj$imgSet$sam.cmpd <- imgName; + return(.set.mSet(mSetObj)); +} + +#'For EBAM analysis +#'@description deteriming a0, only applicable for z.ebam (default) +#'@param mSetObj Input name of the created mSet Object +#'@param isPaired Logical +#'@param isVarEq Logical +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import qs +EBAM.Init <- function(mSetObj=NA, isPaired, isVarEq, nonPar, A0=-99, delta, imgA0, imgSig){ + .prepare.ebam.init(mSetObj, isPaired, isVarEq, nonPar, A0, delta, imgA0, imgSig); + .perform.computing(); + .save.ebam.init(mSetObj); +} + +.prepare.ebam.init <- function(mSetObj=NA, isPaired, isVarEq, nonPar, A0=-99, delta, imgA0, imgSig){ + mSetObj <- .get.mSet(mSetObj); + if(isPaired){ + cl.ebam <- as.numeric(mSetObj$dataSet$pairs); + }else{ + cl.ebam <- as.numeric(mSetObj$dataSet$cls)-1; # change to 0 and 1 for class label + } + method <- "z.ebam"; + if(nonPar && length(levels(mSetObj$dataSet$cls)) == 2){ + method <- "wilc.ebam" + } + conc.ebam <- t(mSetObj$dataSet$norm); # in sam column is sample, row is gene + + imgA0 = paste(imgA0, "dpi72.png", sep=""); + imgSig = paste(imgSig, "dpi72.png", sep=""); + + my.fun <- function(){ + library(siggenes); + ebam_a0 <- siggenes::find.a0(dat.in$data, dat.in$cls, var.equal=dat.in$isVarEq, gene.names=rownames(dat.in$data), rand=123); + + # plotting ebam A0 + Cairo::Cairo(file = dat.in$imgA0, unit="in", dpi=72, width=8, height=6, type="png", bg="white"); + plot(ebam_a0); + dev.off(); + + A0 <- dat.in$A0; + if(A0 == -99){ # default + A0 <- round(as.numeric(ebam_a0@suggested),4) + } + if(dat.in$method=="z.ebam"){ + ebam_out <- siggenes::ebam(dat.in$data, dat.in$cls, method=z.ebam, a0=A0, var.equal=dat.in$isVarEq, fast=TRUE, gene.names=rownames(dat.in$data), rand=123); + }else{ + ebam_out <- siggenes::ebam(dat.in$data, dat.in$cls, method=wilc.ebam, gene.names=rownames(dat.in$data), rand=123); + } + + # plotting ebam sig features + Cairo::Cairo(file = dat.in$imgSig, unit="in", dpi=72, width=7, height=7, type="png", bg="white"); + plot(ebam_out, delta); + dev.off(); + + summary.mat <- summary(ebam_out, delta)@mat.sig; + sig.mat <- as.matrix(signif(summary.mat[,-1],5)); + data.table::fwrite(as.data.frame(sig.mat),file="ebam_sigfeatures.csv", row.names=TRUE); + + return(list(ebam_a0=A0, ebam_out=ebam_out, sig.mat=sig.mat, a0=A0, delta=delta)); + } + + dat.in <- list(data=conc.ebam, cls=cl.ebam, isVarEq=isVarEq, method=method, A0=A0, imgA0=imgA0, imgSig=imgSig, my.fun=my.fun); + qs::qsave(dat.in, file="dat.in.qs"); + + mSetObj$imgSet$ebam.a0 <- imgA0; + mSetObj$imgSet$ebam.cmpd <-imgSig; + return(.set.mSet(mSetObj)); +} + +.save.ebam.init <- function(mSetObj = NA){ + mSetObj <- .get.mSet(mSetObj); + dat.in <- qs::qread("dat.in.qs"); + my.res <- dat.in$my.res; + mSetObj$analSet$ebam <- my.res$ebam_out; + mSetObj$analSet$ebam.cmpds <- my.res$sig.mat; + mSetObj$analSet$ebam.a0 <- my.res$ebam_a0; + mSetObj$analSet$ebam.delta <- my.res$delta; + return(.set.mSet(mSetObj)); +} + +#'Plot EBAM +#'@description Plot EBAM +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@usage PlotEBAM.Cmpd(mSetObj=NA, imgName, format, dpi, width) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@import qs +#'@export +#' +PlotEBAM.Cmpd<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + .prepare.ebam.cmpd(mSetObj, imgName, format, dpi, width); + .perform.computing(); +} + +.prepare.ebam.cmpd <-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # note, this is now a remote call and only used for other formats by users + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- h <- 7; + }else if(width == 0){ + w <- h <- 7; + mSetObj$imgSet$ebam.cmpd <-imgName; + }else{ + w <- h <- width; + } + + my.fun <- function(){ + Cairo::Cairo(file = dat.in$imgName, unit="in", dpi=dat.in$dpi, width=dat.in$width, height=dat.in$height, type=dat.in$type, bg="white"); + siggenes::plot(dat.in$mSetObj$analSet$ebam, dat.in$mSetObj$analSet$ebam.delta); + dev.off(); + } + dat.in <- list(mSetObj = mSetObj, dpi=dpi, width=w, height=h, type=format, imgName=imgName, my.fun=my.fun); + qs::qsave(dat.in, file="dat.in.qs"); + + mSetObj$imgSet$sam.cmpd <- imgName; + return(.set.mSet(mSetObj)); +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetSAMDeltaRange <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mat.fdr <- mSetObj$analSet$sam@mat.fdr; + rng <- range(mat.fdr[,"Delta"]); + step <- (rng[2]-rng[1])/12 + return(signif(c(rng, step), 3)); +} + +#'For SAM analysis +#'@description obtain a default delta with reasonable number +#'of sig features and decent FDR +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetSuggestedSAMDelta <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$sam.delta); +} + +GetEBAMSuggestedA0 <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$ebam.a0); +} + +GetSAMSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$sam.cmpds)); +} + +GetSAMSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$sam.cmpds); +} + +GetSAMSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$sam.cmpds); +} + +#'Sig table for SAM +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.SAM <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$sam.cmpds, "SAM", mSetObj$dataSet$type); +} + +GetEBAMSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$ebam.cmpds)); +} + +GetEBAMSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$ebam.cmpds); +} + +GetEBAMSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$ebam.cmpds); +} + +#'Sig table for EBAM +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.EBAM <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$ebam.cmpds, "EBAM", mSetObj$dataSet$type); +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_spls.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_spls.R new file mode 100755 index 0000000000000000000000000000000000000000..d89e18a606c35304ba35cd228881eb14771fc318 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_spls.R @@ -0,0 +1,2659 @@ + +#'Perform sPLS-DA +#'@description Sparse PLS functions (adapted from mixOmics package for web-based usage) +#'this function is a particular setting of internal_mint.block +#'the formatting of the input is checked in internal_wrapper.mint +#'@param X numeric matrix of predictors +#'@param Y a factor or a class vector for the discrete outcome +#'@param ncomp the number of components to include in the model. Default to 2. +#'@param mode Default set to c("regression", "canonical", "invariant", "classic") +#'@param keepX Number of \eqn{X} variables kept in the model on the last components (once all keepX.constraint[[i]] are used). +#'@param keepX.constraint A list containing which variables of X are to be kept on each of the first PLS-components. +#'@param scale Boleean. If scale = TRUE, each block is standardized to zero means and unit variances (default: TRUE). +#'@param tol Convergence stopping value. +#'@param max.iter integer, the maximum number of iterations. +#'@param near.zero.var boolean, see the internal \code{\link{nearZeroVar}} function (should be set to TRUE in particular for data with many zero values). +#'Setting this argument to FALSE (when appropriate) will speed up the computations +#'@param logratio "None" by default, or "CLR" +#'@param multilevel Designate multilevel design, "NULL" by default +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +splsda <- function(X, + Y, + ncomp = 2, + mode = c("regression", "canonical", "invariant", "classic"), + keepX, + keepX.constraint=NULL, + scale = TRUE, + tol = 1e-06, + max.iter = 100, + near.zero.var = FALSE, + logratio = "none", # one of "none", "CLR" + multilevel = NULL) # multilevel is passed to multilevel(design = ) in withinVariation. Y is ommited and shouldbe included in multilevel design +{ + + + #-- validation des arguments --# + # most of the checks are done in the wrapper.mint.spls.hybrid function + if(is.null(multilevel)) + { + if (is.null(Y)) + stop("'Y' has to be something else than NULL.") + + if (is.null(dim(Y))) + { + Y = factor(Y) + } else { + stop("'Y' should be a factor or a class vector.") + } + + if (nlevels(Y) == 1) + stop("'Y' should be a factor with more than one level") + + Y.mat = unmap(Y) + colnames(Y.mat) = levels(Y)#paste0("Y", 1:ncol(Y.mat)) + }else{ + # we expect a vector or a 2-columns matrix in 'Y' and the repeated measurements in 'multilevel' + multilevel = data.frame(multilevel) + + if ((nrow(X) != nrow(multilevel))) + stop("unequal number of rows in 'X' and 'multilevel'.") + + if (ncol(multilevel) != 1) + stop("'multilevel' should have a single column for the repeated measurements, other factors should be included in 'Y'.") + + if (!is.null(ncol(Y)) && !ncol(Y) %in% c(0,1,2))# multilevel 1 or 2 factors + stop("'Y' should either be a factor, a single column data.frame containing a factor, or a 2-columns data.frame containing 2 factors.") + + multilevel = data.frame(multilevel, Y) + multilevel[, 1] = as.numeric(factor(multilevel[, 1])) # we want numbers for the repeated measurements + + Y.mat = NULL + } + + # call to 'internal_wrapper.mint' + result = internal_wrapper.mint(X = X, Y = Y.mat, ncomp = ncomp, scale = scale, near.zero.var = near.zero.var, mode = mode, + keepX = keepX, keepX.constraint = keepX.constraint, max.iter = max.iter, tol = tol, logratio = logratio, + multilevel = multilevel, DA = TRUE) + + # choose the desired output from 'result' + out = list( + call = match.call(), + X = result$X[-result$indY][[1]], + Y = if (is.null(multilevel)) + { + Y + } else { + result$Y.factor + }, + ind.mat = result$X[result$indY][[1]], + ncomp = result$ncomp, + mode = result$mode, + keepX = result$keepA[[1]], + keepY = result$keepA[[2]], + keepX.constraint = result$keepA.constraint[[1]], + keepY.constraint = result$keepA.constraint[[2]], + variates = result$variates, + loadings = result$loadings, + names = result$names, + tol = result$tol, + iter = result$iter, + max.iter = result$max.iter, + nzv = result$nzv, + scale = scale, + logratio = logratio, + explained_variance = result$explained_variance,#[-result$indY], + input.X = result$input.X + ) + + class(out) = c("splsda","spls","DA") + # output if multilevel analysis + if (!is.null(multilevel)) + { + out$multilevel = multilevel + class(out) = c("mlsplsda",class(out)) + } + + return(invisible(out)) +} + +internal_wrapper.mint = function(X, + Y, + study, + ncomp = 2, + keepX.constraint, + keepY.constraint, + keepX, + keepY, + mode, + scale = FALSE, + near.zero.var = FALSE, + max.iter = 100, + tol = 1e-06, + logratio = "none", # one of "none", "CLR" + DA = FALSE, # indicate whether it's a DA analysis, only used for the multilvel approach with withinVariation + multilevel = NULL) # multilevel is passed to multilevel(design=) in withinVariation. Y is ommited and should be included in multilevel design +{ + + if (is.null(ncomp) || !is.numeric(ncomp) || ncomp <= 0 || length(ncomp)>1) + stop("invalid number of variates, 'ncomp'.") + + #-- validation des arguments --# + + check = Check.entry.pls(X, Y, ncomp, keepX, keepY, keepX.constraint, keepY.constraint, mode=mode, scale=scale, + near.zero.var=near.zero.var, max.iter=max.iter ,tol=tol ,logratio=logratio ,DA=DA, multilevel=multilevel) + X = check$X + input.X = X # save the checked X, before logratio/multileve/scale + Y = check$Y + ncomp = check$ncomp + mode = check$mode + keepX.constraint = check$keepX.constraint + keepY.constraint = check$keepY.constraint + keepX = check$keepX + keepY = check$keepY + nzv.A = check$nzv.A + + #set the default study factor + if (missing(study)) + { + study = factor(rep(1,nrow(X))) + } else { + study = as.factor(study) + } + if (length(study) != nrow(X)) + stop(paste0("'study' must be a factor of length ",nrow(X),".")) + + if (any(table(study) <= 1)) + stop("At least one study has only one sample, please consider removing before calling the function again") + if (any(table(study) < 5)) + warning("At least one study has less than 5 samples, mean centering might not do as expected") + + design = matrix(c(0,1,1,0), ncol = 2, nrow = 2, byrow = TRUE) + + + #-----------------------------# + #-- logratio transformation --# + + X = logratio.transfo(X=X, logratio=logratio) + + #as X may have changed + if (ncomp > min(ncol(X), nrow(X))) + stop("'ncomp' should be smaller than ", min(ncol(X), nrow(X)), call. = FALSE) + + #-- logratio transformation --# + #-----------------------------# + + + #---------------------------------------------------------------------------# + #-- multilevel approach ----------------------------------------------------# + + if (!is.null(multilevel)) + { + if (!DA) + { + Xw = withinVariation(X, design = multilevel) + Yw = withinVariation(Y, design = multilevel) + X = Xw + Y = Yw + } else { + Xw = withinVariation(X, design = multilevel) + X = Xw + + #-- Need to set Y variable for 1 or 2 factors + Y = multilevel[, -1,drop=FALSE] + if (ncol(Y)>0) + Y = apply(Y, 1, paste, collapse = ".") # paste is to combine in the case we have 2 levels + + Y = as.factor(Y) + Y.factor = Y + Y = unmap(Y) + colnames(Y) = levels(Y) + rownames(Y) = rownames(X) + # if DA keepY should be all the levels (which is not happening in the check because of multilevel + keepY = rep(ncol(Y),ncomp) + } + } + #-- multilevel approach ----------------------------------------------------# + #---------------------------------------------------------------------------# + + + #---------------------------------------------------------------------------# + #-- pls approach ----------------------------------------------------# + + result = internal_mint.block(A = list(X = X, Y = Y), indY = 2, mode = mode, ncomp = c(ncomp, ncomp), tol = tol, max.iter = max.iter, + design = design, keepA = list(keepX, keepY), keepA.constraint = list(keepX.constraint, keepY.constraint), + scale = scale, scheme = "horst",init="svd", study = study) + + #-- pls approach ----------------------------------------------------# + #---------------------------------------------------------------------------# + + result$ncomp = ncomp + if(near.zero.var) + result$nzv = nzv.A + + if(!is.null(multilevel) & DA) + result$Y.factor = Y.factor + + result$input.X = input.X + + class(result) = c("mint.spls.hybrid") + return(invisible(result)) + +} + +internal_mint.block = function (A, indY = NULL, design = 1 - diag(length(A)), tau=NULL,#rep(1, length(A)), + ncomp = rep(1, length(A)), scheme = "horst", scale = TRUE, bias = FALSE, + init = "svd.single", tol = 1e-06, verbose = FALSE, + mode = "canonical", max.iter = 100,study = NULL, keepA = NULL, + keepA.constraint = NULL, penalty = NULL) +{ + # A: list of matrices + # indY: integer, pointer to one of the matrices of A + # design: design matrix, links between matrices. Diagonal must be 0 + # ncomp: vector of ncomp, per matrix + # scheme: a function "g", refer to the article (thanks Benoit) + # scale: do you want to scale ? mean is done by default and cannot be changed (so far) + # bias: scale the data with n or n-1 + # init: one of "svd" or "random", initialisation of the algorithm + # tol: nobody cares about this + # verbose: show the progress of the algorithm + # mode: canonical, classic, invariant, regression + # max.iter: nobody cares about this + # study: factor for each matrix of A, must be a vector + # keepA: keepX of spls for each matrix of A. must be a list. Each entry must be of the same length (max ncomp) + # keepA.constraint: keepX.constraint, which variables are kept on the first num.comp-1 components. It is a list of characters + # near.zero.var: do you want to remove variables with very small variance + + names(ncomp) = names(A) + + # keepA is updated to be of length length(A) now, the first entries correspond to the keepA.constraint if it was provided + for (q in 1:length(A)) + keepA[[q]] = c(unlist(lapply(keepA.constraint[[q]], length)), keepA[[q]]) #of length ncomp, can contains 0 + + # center the data per study, per matrix of A, scale if scale=TRUE, option bias + mean_centered = lapply(A, function(x){mean_centering_per_study(x, study, scale, bias)}) + A = lapply(mean_centered, function(x){as.matrix(x$concat.data)}) + ni = table(study) #number of samples per study + + ### Start: Initialization parameters + pjs = sapply(A, NCOL) + nb_ind = NROW(A[[1]]) + J = length(A) + R = A # R: residuals matrices, will be a list of length ncomp + N = max(ncomp) + + AVE_inner = AVE_outer = rep(NA, max(ncomp)) + defl.matrix = AVE_X = crit = loadings.partial.A = variates.partial.A = tau.rgcca = list() + P = loadings.A = loadings.Astar = c = t = b = variates.A = vector("list", J) + + for (k in 1:J) + t[[k]] = variates.A[[k]] = matrix(NA, nb_ind, N) + + for (k in 1:J) + P[[k]] = loadings.A[[k]] = loadings.Astar[[k]]= matrix(NA, pjs[[k]], N) + + for (k in 1:J) + { + loadings.partial.A[[k]] = variates.partial.A[[k]] = vector("list", length = nlevels(study)) + for(m in 1:nlevels(study)) + { + loadings.partial.A[[k]][[m]] = matrix(nrow = NCOL(A[[k]]), ncol = N) + variates.partial.A[[k]][[m]] = matrix(nrow = ni[m], ncol = N) + } + } + + defl.matrix[[1]] = A + ndefl = ncomp - 1 + J2 = J-1 + + if (is.vector(tau)) + tau = matrix(rep(tau, N), nrow = N, ncol = length(tau), byrow = TRUE) + ### End: Initialization parameters + + + iter=NULL + for (n in 1 : N) + { + ### Start: Estimation ai + if (is.null(tau)) + { + mint.block.result = sparse.mint.block_iteration(R, design, study = study, + keepA.constraint = if (!is.null(keepA.constraint)) {lapply(keepA.constraint, function(x){unlist(x[n])})} else {NULL} , + keepA = if (!is.null(keepA)) {lapply(keepA, function(x){x[n]})} else {NULL}, + scheme = scheme, init = init, max.iter = max.iter, tol = tol, verbose = verbose,penalty = penalty) + } + ### End: Estimation ai + + if(is.null(tau)) + { + #recording loadings.partials, $Ai$study[,ncomp] + # recording variates.partials, $Ai[,ncomp] + for(k in 1:J) + { + for(m in 1:nlevels(study)) + { + loadings.partial.A[[k]][[m]][, n] = matrix(mint.block.result$loadings.partial.A.comp[[k]][[m]], ncol=1) + variates.partial.A[[k]][[m]][, n] = matrix(mint.block.result$variates.partial.A.comp[[k]][[m]], ncol=1) + } + #variates.partial.A[[k]][,n]=matrix(unlist(mint.block.result$variates.partial.A.comp[[k]]),ncol=1) + } + } + + AVE_inner[n] = mint.block.result$AVE_inner + crit[[n]] = mint.block.result$crit + tau.rgcca[[n]] = mint.block.result$tau + + for (k in 1:J) + variates.A[[k]][, n] = mint.block.result$variates.A[, k] + + # deflation if there are more than 1 component and if we haven't reach the max number of component (N) + if (N != 1 & n != N) + { + defla.result = defl.select(mint.block.result$variates.A, R, ndefl, n, nbloc = J, indY = indY, mode = mode, aa = mint.block.result$loadings.A) + R = defla.result$resdefl + defl.matrix[[n + 1]] = R + } + + for (k in 1 : J) + { + if (N != 1) + { + P[[k]][, n - 1] = defla.result$pdefl[[k]] + } + loadings.A[[k]][, n] = mint.block.result$loadings.A[[k]] + } + + if (n == 1) + { + for (k in 1 : J) + loadings.Astar[[k]][, n] = mint.block.result$loadings.A[[k]] + } else { + for (k in 1 : J) + loadings.Astar[[k]][, n] = mint.block.result$loadings.A[[k]] - loadings.Astar[[k]][, (1 : n - 1), drop = F] %*% drop(t(loadings.A[[k]][, n]) %*% P[[k]][, 1 : (n - 1), drop = F]) + } + iter = c(iter, mint.block.result$iter) + } + + if (verbose) + cat(paste0("Computation of the SGCCA block components #", N , " is under progress...\n")) + + shave.matlist = function(mat_list, nb_cols) mapply(function(m, nbcomp) m[, 1:nbcomp, drop = FALSE], mat_list, nb_cols, SIMPLIFY = FALSE) + shave.veclist = function(vec_list, nb_elts) mapply(function(m, nbcomp) m[1:nbcomp], vec_list, nb_elts, SIMPLIFY = FALSE) + + for (k in 1:J) + { + rownames(loadings.A[[k]]) = rownames(loadings.Astar[[k]])=colnames(A[[k]]) + rownames(variates.A[[k]]) = rownames(A[[k]]) + colnames(variates.A[[k]]) = colnames(loadings.A[[k]]) = paste0("comp ", 1:max(ncomp)) + AVE_X[[k]] = apply(cor(A[[k]], variates.A[[k]])^2, 2, mean) + if (is.null(tau)) + { + names(loadings.partial.A[[k]]) = names(variates.partial.A[[k]]) = levels(study) + for (m in 1:nlevels(study)) + { + rownames(loadings.partial.A[[k]][[m]]) = colnames(A[[k]]) + colnames(loadings.partial.A[[k]][[m]]) = paste0("comp ", 1:max(ncomp)) + rownames(variates.partial.A[[k]][[m]]) = rownames(mean_centered[[1]]$rownames.study[[m]]) + colnames(variates.partial.A[[k]][[m]]) = paste0("comp ", 1:max(ncomp)) + } + } + } + + outer = matrix(unlist(AVE_X), nrow = max(ncomp)) + for (j in 1 : max(ncomp)) + AVE_outer[j] = sum(pjs * outer[j, ])/sum(pjs) + + variates.A = shave.matlist(variates.A, ncomp) + AVE_X = shave.veclist(AVE_X, ncomp) + AVE = list(AVE_X = AVE_X, AVE_outer = AVE_outer, AVE_inner = AVE_inner) + + #calcul explained variance + A_split=lapply(A, study_split, study) #split the data per study + + expl.A=lapply(1:length(A),function(x){ + if (nlevels(study) == 1) + { + temp = suppressWarnings(explained_variance(A[[x]], variates = variates.A[[x]], ncomp = ncomp[[x]])) + }else{ + temp = lapply(1:nlevels(study), function(y){ + suppressWarnings(explained_variance(A_split[[x]][[y]], variates = variates.partial.A[[x]][[y]], ncomp = ncomp[[x]]))}) + temp[[length(temp)+1]] = explained_variance(A[[x]], variates = variates.A[[x]], ncomp = ncomp[[x]]) + names(temp) = c(levels(study), "all data") + } + temp + }) + names(expl.A) = names(A) + + ### Start: output + names(loadings.A) = names(variates.A) = names(A) + + if (is.null(tau)) + names(loadings.partial.A) = names(variates.partial.A) = names(A) + + names = lapply(1:J, function(x) {colnames(A[[x]])}) + names(names) = names(A) + names[[length(names) + 1]] = row.names(A[[1]]) + names(names)[length(names)] = "indiv" + + out = list(X = A, indY = indY, ncomp = ncomp, mode = mode, + keepA = keepA, keepA.constraint = keepA.constraint, + variates = variates.A, loadings = shave.matlist(loadings.A, ncomp), + variates.partial= if(is.null(tau)) {variates.partial.A} ,loadings.partial= if(is.null(tau)) {loadings.partial.A}, + loadings.star = shave.matlist(loadings.Astar, ncomp), + names = list(sample = row.names(A[[1]]), colnames = lapply(A, colnames), blocks = names(A)), + tol = tol, iter=iter, max.iter=max.iter, + design = design, + scheme = scheme, crit = crit, AVE = AVE, defl.matrix = defl.matrix, + init = init, bias = bias, + scale = scale, tau = if(!is.null(tau)) tau.rgcca, study = study, + explained_variance = expl.A) + ### End: Output + + return(out) +} + + +# Performance for PLS-DA and sPLS-DA +# Performance prediction for PLS-DA and sPLS-DA +# Jeff Xia \email{jeff.xia@mcgill.ca} +# McGill University, Canada +# License: GNU GPL (>= 2) +perf.splsda <- function(object, + dist = c("all", "max.dist", "centroids.dist", "mahalanobis.dist"), + constraint = FALSE, + validation = c("Mfold", "loo"), + folds = 5, + nrepeat = 1, + auc = FALSE, + progressBar = FALSE, + cpus, + ...){ + + #-- initialising arguments --# + # these data are the centered and scaled X output or the unmapped(Y) scaled and centered + X = object$input.X + level.Y = object$names$colnames$Y #to make sure the levels are ordered + Y = object$Y + ncomp = object$ncomp + n = nrow(X) + + logratio = object$logratio + if (is.null(logratio)) + logratio = "none" + + multilevel = object$multilevel # repeated measurement and Y + near.zero.var = !is.null(object$nzv) # if near.zero.var was used, we set it to TRUE. if not used, object$nzv is NULL + + if(any(class(object) == "plsda") & constraint == TRUE) + { + constraint = FALSE #no need as all variable will be included + warning("'constraint' is set to FALSE as all variables are selected on all components (plsda object).") + } + #-- tells which variables are selected in X and in Y --# + if(constraint) + { + keepX.constraint = apply(object$loadings$X, 2, function(x){names(which(x!=0))}) + # gives a matrix of ncomp columns, I want a list of length ncomp + keepX.constraint = split(keepX.constraint, rep(1:ncol(keepX.constraint), each = nrow(keepX.constraint))) + names(keepX.constraint) = paste("comp",1:length(keepX.constraint),sep="") + + #keepX = NULL + } else { + #keepX.constraint = NULL + if (any(class(object) == "splsda")) + { + keepX = object$keepX + } else { + keepX = rep(ncol(X), ncomp) + } + } + + tol = object$tol + max.iter = object$max.iter + + # initialize new objects: + features = list() + for(k in 1:ncomp) + features[[k]] = NA + + # check input arguments + + if (hasArg(method.predict)) + stop("'method.predict' argument has been replaced by 'dist' to match the 'tune' function") + method.predict = NULL # to pass R CMD check + + dist = match.arg(dist, choices = c("all", "max.dist", "centroids.dist", "mahalanobis.dist"), several.ok = TRUE) + if (any(dist == "all")) + { + nmthdd = 3 + dist = c("max.dist", "centroids.dist", "mahalanobis.dist") + } else { + nmthdd = length(dist) + } + + if (length(validation) > 1 ) + validation = validation [1] + if (!(validation %in% c("Mfold", "loo"))) + stop("Choose 'validation' among the two following possibilities: 'Mfold' or 'loo'") + + if (validation == "loo") + { + if (nrepeat != 1) + warning("Leave-One-Out validation does not need to be repeated: 'nrepeat' is set to '1'.") + nrepeat = 1 + } + + if (!is.logical(progressBar)) + stop("'progressBar' must be either TRUE or FALSE") + + measure = c("overall","BER") # one of c("overall","BER") + + + if (!(logratio %in% c("none", "CLR"))) + stop("Choose one of the two following logratio transformation: 'none' or 'CLR'") + #fold is checked in 'MCVfold' + + if(!missing(cpus)) + { + if(!is.numeric(cpus) | length(cpus)!=1) + stop("'cpus' must be a numerical value") + + parallel = TRUE + cl = makeCluster(cpus, type = "SOCK") + clusterExport(cl, c("splsda","selectVar")) + } else { + parallel = FALSE + cl = NULL + } + + + #---------------------------------------------------------------------------# + #-- logration + multilevel approach ----------------------------------------# + # we can do logratio and multilevel on the whole data as these transformation are done per sample + X = logratio.transfo(X = X, logratio = logratio) + if (!is.null(multilevel)) + { + Xw = withinVariation(X, design = multilevel) + X = Xw + } + #-- logratio + multilevel approach -----------------------------------------# + #---------------------------------------------------------------------------# + + + # ------------------------------------- + # added: first check for near zero var on the whole data set + if (near.zero.var == TRUE) + { + nzv = nearZeroVar(X) + if (length(nzv$Position > 0)) + { + warning("Zero- or near-zero variance predictors.\nReset predictors matrix to not near-zero variance predictors.\nSee $nzv for problematic predictors.") + X = X[, -nzv$Position, drop=TRUE] + + if (ncol(X)==0) + stop("No more predictors after Near Zero Var has been applied!") + + if (any(keepX > ncol(X))) + keepX = ncol(X) + + } + } + # and then we start from the X data set with the nzv removed + + + + list.features = list() + + mat.error.rate = mat.sd.error = mat.mean.error = error.per.class.keepX.opt = list() + error.per.class = list() + final=list() + + for (measure_i in measure) + { + mat.sd.error[[measure_i]] = matrix(0,nrow = ncomp, ncol = length(dist), + dimnames = list(c(paste('comp', 1 : ncomp)), dist)) + mat.mean.error[[measure_i]] = matrix(0,nrow = ncomp, ncol = length(dist), + dimnames = list(c(paste('comp', 1 : ncomp)), dist)) + error.per.class.keepX.opt[[measure_i]] = list() + mat.error.rate[[measure_i]]=list() + for(ijk in dist) + { + mat.error.rate[[measure_i]][[ijk]] = array(0, c(nlevels(Y), nrepeat ,ncomp), + dimnames = list(c(levels(Y)),c(paste('nrep', 1 : nrepeat)),c(paste('comp', 1 : ncomp)))) + + error.per.class.keepX.opt[[measure_i]][[ijk]] = matrix(nrow = nlevels(Y), ncol = ncomp, + dimnames = list(c(levels(Y)), c(paste('comp', 1 : ncomp)))) + } + } + + if(auc == TRUE) + { + auc.mean=list() + auc.all=list() + } + + prediction.all = class.all = auc.mean = auc.all = list() + for(ijk in dist) + { + class.all[[ijk]] = array(0, c(nrow(X), nrepeat ,ncomp), + dimnames = list(rownames(X),c(paste('nrep', 1 : nrepeat)),c(paste('comp', 1 : ncomp)))) + } + + for (comp in 1 : ncomp) + { + if (progressBar == TRUE) + cat("\ncomp",comp, "\n") + + if(constraint) + { + + if(comp > 1) + { + choice.keepX.constraint = keepX.constraint[1 : (comp - 1)] + } else { + choice.keepX.constraint = NULL + } + test.keepX = keepX.constraint[comp] + #names(test.keepX) = test.keepX + #test.keepX is a vector a variables to keep on comp 'comp' + } else { + if(comp > 1) + { + choice.keepX = keepX[1 : (comp - 1)] + } else { + choice.keepX = NULL + } + test.keepX = keepX[comp] + names(test.keepX) = test.keepX + #test.keepX is a value + } + + # estimate performance of the model for each component + result = MCVfold.splsda (X, Y, multilevel = multilevel, validation = validation, folds = folds, nrepeat = nrepeat, ncomp = comp, + choice.keepX = if(constraint){NULL}else{choice.keepX}, + choice.keepX.constraint = if(constraint){choice.keepX.constraint}else{NULL}, + test.keepX = test.keepX, measure = measure, dist = dist, near.zero.var = near.zero.var, + auc = auc, progressBar = progressBar, class.object = class(object), cl = cl) + + # ---- extract stability of features ----- # NEW + if (any(class(object) == "splsda")) + list.features[[comp]] = result$features$stable + + for (ijk in dist) + { + for (measure_i in measure) + { + mat.error.rate[[measure_i]][[ijk]][ ,,comp] = result[[measure_i]]$mat.error.rate[[ijk]][,1] + mat.mean.error[[measure_i]][comp, ijk]=result[[measure_i]]$error.rate.mean[[ijk]] + if (!is.null(result[[measure_i]]$error.rate.sd)) + { + mat.sd.error[[measure_i]][comp, ijk]=result[[measure_i]]$error.rate.sd[[ijk]] + } else { + mat.sd.error= NULL + } + # confusion matrix for keepX.opt + error.per.class.keepX.opt[[measure_i]][[ijk]][ ,comp]=result[[measure_i]]$confusion[[ijk]][,1] + } + + #prediction of each samples for each fold and each repeat, on each comp + class.all[[ijk]][, , comp] = result$class.comp[[ijk]][,,1] + } + prediction.all[[comp]] = array(unlist(result$prediction.comp),c(nrow(result$prediction.comp[[1]]), ncol(result$prediction.comp[[1]]), nrepeat), + dimnames = c(dimnames(result$prediction.comp[[1]])[1:2], list(paste0("nrep",1:nrepeat))))#[[1]][, , 1] #take only one component [[1]] and one of test.keepX [,,1] + + if(auc == TRUE) + { + auc.all[[comp]] = lapply(result$auc.all, function(x) x[,,1]) + auc.mean[[comp]] = result$auc[, , 1] + } + } + if (parallel == TRUE) + stopCluster(cl) + + names(prediction.all) = paste('comp', 1:ncomp) + + result = list(error.rate = mat.mean.error, + error.rate.sd = mat.sd.error, + error.rate.all = mat.error.rate, + error.rate.class = error.per.class.keepX.opt[[1]], + predict = prediction.all, + class = class.all) + + if(auc) + { + names(auc.mean) = c(paste('comp', 1:ncomp)) + result$auc = auc.mean + + names(auc.all) = c(paste('comp', 1:ncomp)) + result$auc.all =auc.all + } + + if (any(class(object) == "splsda")) + { + names(list.features) = paste('comp', 1:ncomp) + result$features$stable = list.features + } + + if (progressBar == TRUE) + cat('\n') + + # added + if (near.zero.var == TRUE) + result$nzvX = nzv$Position + + if (any(class(object) == "splsda")) + { + method = "splsda.mthd" + } else if (any(class(object) == "plsda")) { + method = "plsda.mthd" + } else { + warning("Something that should not happen happened. Please contact us.") + } + class(result) = c("perf",paste(c("perf", method), collapse =".")) + result$call = match.call() + + + #updated outputs + return(invisible(result)) +} + +MCVfold.splsda = function( + X, + Y, + multilevel = NULL, # repeated measurement only + validation, + folds, + nrepeat = 1, + ncomp, + choice.keepX = NULL, #either choice.keepX or choice.keepX.constraint, not both + choice.keepX.constraint = NULL, + test.keepX, # can be either a vector of names (keepX.constraint) or a value(keepX). In case of a value, there needs to be names(test.keepX) + measure = c("overall"), # one of c("overall","BER") + dist = "max.dist", + auc = FALSE, + max.iter = 100, + near.zero.var = FALSE, + progressBar = TRUE, + class.object = NULL, + cl +) +{ + + pb = FALSE; + M = length(folds); + features = features.j = NULL; + auc.all = prediction.comp = class.comp = list() + for(ijk in dist) + class.comp[[ijk]] = array(0, c(nrow(X), nrepeat, length(test.keepX)))# prediction of all samples for each test.keepX and nrep at comp fixed + folds.input = folds + for(nrep in 1:nrepeat) + { + prediction.comp[[nrep]] = array(0, c(nrow(X), nlevels(Y), length(test.keepX)), dimnames = list(rownames(X), levels(Y), names(test.keepX))) + rownames(prediction.comp[[nrep]]) = rownames(X) + colnames(prediction.comp[[nrep]]) = levels(Y) + + if(nlevels(Y)>2) + { + auc.all[[nrep]] = array(0, c(nlevels(Y),2, length(test.keepX)), dimnames = list(paste(levels(Y), "vs Other(s)"), c("AUC","p-value"), names(test.keepX))) + }else{ + auc.all[[nrep]] = array(0, c(1,2, length(test.keepX)), dimnames = list(paste(levels(Y)[1], levels(Y)[2], sep = " vs "), c("AUC","p-value"), names(test.keepX))) + } + + n = nrow(X) + repeated.measure = 1:n + if (!is.null(multilevel)) + { + repeated.measure = multilevel[,1] + n = length(unique(repeated.measure)) # unique observation: we put every observation of the same "sample" in the either the training or test set + } + + + #-- define the folds --# + if (validation == "Mfold") + { + + if (nrep > 1) # reinitialise the folds + folds = folds.input + + if (is.null(folds) || !is.numeric(folds) || folds < 2 || folds > n) + { + stop("Invalid number of folds.") + } else { + M = round(folds) + if (is.null(multilevel)) + { + temp = stratified.subsampling(Y, folds = M) + folds = temp$SAMPLE + if(temp$stop > 0 & nrep == 1) # to show only once + warning("At least one class is not represented in one fold, which may unbalance the error rate.\n + Consider a number of folds lower than the minimum in table(Y): ", min(table(Y))) + } else { + folds = split(sample(1:n), rep(1:M, length = n)) # needs to have all repeated samples in the same fold + } + } + } else if (validation == "loo") { + folds = split(1:n, rep(1:n, length = n)) + M = n + } + + M = length(folds) + + error.sw = matrix(0, nrow = M, ncol = length(test.keepX)) + rownames(error.sw) = paste0("fold",1:M) + colnames(error.sw) = names(test.keepX) + # for the last keepX (i) tested, prediction combined for all M folds so as to extract the error rate per class + # prediction.all = vector(length = nrow(X)) + # in case the test set only includes one sample, it is better to advise the user to + # perform loocv + stop.user = FALSE + + # function instead of a loop so we can use lapply and parLapply. Can't manage to put it outside without adding all the arguments + fonction.j.folds = function(j)#for (j in 1:M) + { + if (progressBar == TRUE) + setTxtProgressBar(pb, (M*(nrep-1)+j-1)/(M*nrepeat)) + + #print(j) + #set up leave out samples. + omit = which(repeated.measure %in% folds[[j]] == TRUE) + + # get training and test set + X.train = X[-omit, ] + Y.train = Y[-omit] + X.test = X[omit, , drop = FALSE]#matrix(X[omit, ], nrow = length(omit)) #removed to keep the colnames in X.test + Y.test = Y[omit] + + #---------------------------------------# + #-- near.zero.var ----------------------# + + # first remove variables with no variance + var.train = apply(X.train, 2, var) + ind.var = which(var.train == 0) + if (length(ind.var) > 0) + { + X.train = X.train[, -c(ind.var),drop = FALSE] + X.test = X.test[, -c(ind.var),drop = FALSE] + + # match choice.keepX, choice.keepX.constraint and test.keepX if needed + if(is.null(choice.keepX.constraint) & !is.list(test.keepX)) + { + # keepX = c(choice.keepX, test.keepX[i]) + # keepX.constraint = NULL + + # reduce choice.keepX and test.keepX if needed + if (any(choice.keepX > ncol(X.train))) + choice.keepX[which(choice.keepX>ncol(X.train))] = ncol(X.train) + + if (any(test.keepX > ncol(X.train))) + test.keepX[which(test.keepX>ncol(X.train))] = ncol(X.train) + + } else if(!is.list(test.keepX)){ + # keepX = test.keepX[i] + # keepX.constraint = choice.keepX.constraint + + # reduce test.keepX if needed + if (any(test.keepX > ncol(X.train))) + test.keepX[which(test.keepX>ncol(X.train))] = ncol(X.train) + + choice.keepX.constraint = match.keepX.constraint(names.remove = names(ind.var), keepX.constraint = choice.keepX.constraint) + + } else { + # keepX = NULL + # keepX.constraint = c(choice.keepX.constraint, test.keepX) + + # reduce choice.keepX.constraint if needed + choice.keepX.constraint = match.keepX.constraint(names.remove = names(ind.var), keepX.constraint = c(choice.keepX.constraint, test.keepX)) + + } + + } + + if(near.zero.var == TRUE) + { + remove.zero = nearZeroVar(X.train)$Position + + if (length(remove.zero) > 0) + { + names.var = colnames(X.train)[remove.zero] + + X.train = X.train[, -c(remove.zero),drop = FALSE] + X.test = X.test[, -c(remove.zero),drop = FALSE] + + # match choice.keepX, choice.keepX.constraint and test.keepX if needed + if(is.null(choice.keepX.constraint) & !is.list(test.keepX)) + { + # keepX = c(choice.keepX, test.keepX[i]) + # keepX.constraint = NULL + + # reduce choice.keepX and test.keepX if needed + if (any(choice.keepX > ncol(X.train))) + choice.keepX[which(choice.keepX>ncol(X.train))] = ncol(X.train) + + if (any(test.keepX > ncol(X.train))) + test.keepX[which(test.keepX>ncol(X.train))] = ncol(X.train) + + } else if(!is.list(test.keepX)){ + # keepX = test.keepX[i] + # keepX.constraint = choice.keepX.constraint + + # reduce test.keepX if needed + if (any(test.keepX > ncol(X.train))) + test.keepX[which(test.keepX>ncol(X.train))] = ncol(X.train) + + choice.keepX.constraint = match.keepX.constraint(names.remove = names.var, keepX.constraint = choice.keepX.constraint) + + } else { + # keepX = NULL + # keepX.constraint = c(choice.keepX.constraint, test.keepX) + + # reduce choice.keepX.constraint if needed + choice.keepX.constraint = match.keepX.constraint(names.remove = names.var, keepX.constraint = c(choice.keepX.constraint, test.keepX)) + + } + + } + #print(remove.zero) + } + + #-- near.zero.var ----------------------# + #---------------------------------------# + prediction.comp.j = array(0, c(length(omit), nlevels(Y), length(test.keepX)), dimnames = list(rownames(X.test), levels(Y), names(test.keepX))) + + + class.comp.j = list() + for(ijk in dist) + class.comp.j[[ijk]] = matrix(0, nrow = length(omit), ncol = length(test.keepX))# prediction of all samples for each test.keepX and nrep at comp fixed + + + for (i in 1:length(test.keepX)) + { + if (progressBar == TRUE) + setTxtProgressBar(pb, (M*(nrep-1)+j-1)/(M*nrepeat) + (i-1)/length(test.keepX)/(M*nrepeat)) + + # depending on whether it is a constraint and whether it is from tune or perf, keepX and keepX.constraint differ: + # if it's from perf, then it's only either keepX or keepX.constraint + # if it's from tune, then it's either keepX, or a combination of keepX.constraint and keepX + # we know if it's perf+constraint or tune+constraint depending on the test.keepX that is either a vector or a list + object.res = splsda(X.train, Y.train, ncomp = ncomp, + keepX = if(is.null(choice.keepX.constraint) & !is.list(test.keepX)){c(choice.keepX, test.keepX[i])}else if(!is.list(test.keepX)){test.keepX[i]} else {NULL} , + keepX.constraint = if(is.null(choice.keepX.constraint)& !is.list(test.keepX)){NULL}else if(!is.list(test.keepX)){choice.keepX.constraint} else {c(choice.keepX.constraint, test.keepX)}, + logratio = "none", near.zero.var = FALSE, mode = "regression", max.iter = max.iter) + + # added: record selected features + if (any(class.object %in% c("splsda")) & length(test.keepX) == 1) # only done if splsda and if only one test.keepX as not used if more so far + # note: if plsda, 'features' includes everything: to optimise computational time, we don't evaluate for plsda object + features.j = selectVar(object.res, comp = ncomp)$name + + test.predict.sw <- predict.spls(object.res, newdata = X.test, method = dist) + prediction.comp.j[, , i] = test.predict.sw$predict[, , ncomp] + + for(ijk in dist) + class.comp.j[[ijk]][, i] = test.predict.sw$class[[ijk]][, ncomp] #levels(Y)[test.predict.sw$class[[ijk]][, ncomp]] + } # end i + + + return(list(class.comp.j = class.comp.j, prediction.comp.j = prediction.comp.j, features = features.j, omit = omit)) + + } # end fonction.j.folds + + + + if (!is.null(cl) == TRUE) + { + result = parLapply(cl, 1: M, fonction.j.folds) + } else { + result = lapply(1: M, fonction.j.folds) + + } + + # combine the results + for(j in 1:M) + { + omit = result[[j]]$omit + prediction.comp.j = result[[j]]$prediction.comp.j + class.comp.j = result[[j]]$class.comp.j + + prediction.comp[[nrep]][omit, , ] = prediction.comp.j + + for(ijk in dist) + class.comp[[ijk]][omit,nrep, ] = class.comp.j[[ijk]] + + if (any(class.object %in% c("splsda")) & length(test.keepX) == 1) # only done if splsda and if only one test.keepX as not used if more so far + features = c(features, result[[j]]$features) + + } + + if (progressBar == TRUE) + setTxtProgressBar(pb, (M*nrep)/(M*nrepeat)) + + if(auc) + { + data=list() + for (i in 1:length(test.keepX)) + { + data$outcome = Y + data$data = prediction.comp[[nrep]][, , i] + auc.all[[nrep]][, , i] = as.matrix(statauc(data)) + } + } + + } #end nrep 1:nrepeat + + names(prediction.comp) = names (auc.all) = paste0("nrep.", 1:nrepeat) + # class.comp[[ijk]] is a matrix containing all prediction for test.keepX, all nrepeat and all distance, at comp fixed + + # average auc over the nrepeat, for each test.keepX + if(auc) + { + + if(nlevels(Y)>2) + { + auc.mean.sd = array(0, c(nlevels(Y),2, length(test.keepX)), dimnames = list(rownames(auc.all[[1]]), c("AUC.mean","AUC.sd"), names(test.keepX))) + }else{ + auc.mean.sd = array(0, c(1,2, length(test.keepX)), dimnames = list(rownames(auc.all[[1]]), c("AUC.mean","AUC.sd"), names(test.keepX))) + } + + for(i in 1:length(test.keepX)) + { + temp = NULL + for(nrep in 1:nrepeat) + { + temp = cbind(temp, auc.all[[nrep]][, 1, i]) + } + auc.mean.sd[, 1, i] = apply(temp,1,mean) + auc.mean.sd[, 2, i] = apply(temp,1,sd) + } + } else { + auc.mean.sd = auc.all = NULL + + } + + result = list() + error.mean = error.sd = error.per.class.keepX.opt.comp = keepX.opt = test.keepX.out = mat.error.final = choice.keepX.out = list() + + if (any(measure == "overall")) + { + for(ijk in dist) + { + rownames(class.comp[[ijk]]) = rownames(X) + colnames(class.comp[[ijk]]) = paste0("nrep.", 1:nrepeat) + dimnames(class.comp[[ijk]])[[3]] = paste0("test.keepX.",names(test.keepX)) + + #finding the best keepX depending on the error measure: overall or BER + # classification error for each nrep and each test.keepX: summing over all samples + error = apply(class.comp[[ijk]],c(3,2),function(x) + { + sum(as.character(Y) != x) + }) + rownames(error) = names(test.keepX) + colnames(error) = paste0("nrep.",1:nrepeat) + + # we want to average the error per keepX over nrepeat and choose the minimum error + error.mean[[ijk]] = apply(error,1,mean)/length(Y) + if (!nrepeat == 1) + error.sd[[ijk]] = apply(error,1,sd)/length(Y) + + mat.error.final[[ijk]] = error/length(Y) # percentage of misclassification error for each test.keepX (rows) and each nrepeat (columns) + + keepX.opt[[ijk]] = which(error.mean[[ijk]] == min(error.mean[[ijk]]))[1] # chose the lowest keepX if several minimum + + # confusion matrix for keepX.opt + error.per.class.keepX.opt.comp[[ijk]] = apply(class.comp[[ijk]][, , keepX.opt[[ijk]], drop = FALSE], 2, function(x) + { + conf = get.confusion_matrix(Y.learn = factor(Y), Y.test = factor(Y), pred = x) + out = (apply(conf, 1, sum) - diag(conf)) / summary(Y) + }) + + rownames(error.per.class.keepX.opt.comp[[ijk]]) = levels(Y) + colnames(error.per.class.keepX.opt.comp[[ijk]]) = paste0("nrep.", 1:nrepeat) + + + test.keepX.out[[ijk]] = test.keepX[keepX.opt[[ijk]]] + if(is.null(choice.keepX)) + { + choice.keepX.out[[ijk]] = c(lapply(choice.keepX.constraint,length), test.keepX.out) + }else{ + choice.keepX.out[[ijk]] = c(choice.keepX, test.keepX.out) + } + result$"overall"$error.rate.mean = error.mean + if (!nrepeat == 1) + result$"overall"$error.rate.sd = error.sd + + result$"overall"$confusion = error.per.class.keepX.opt.comp + result$"overall"$mat.error.rate = mat.error.final + result$"overall"$keepX.opt = test.keepX.out + } + } + + if (any(measure == "BER")) + { + for(ijk in dist) + { + rownames(class.comp[[ijk]]) = rownames(X) + colnames(class.comp[[ijk]]) = paste0("nrep.", 1:nrepeat) + dimnames(class.comp[[ijk]])[[3]] = paste0("test.keepX.",names(test.keepX)) + + error = apply(class.comp[[ijk]],c(3,2),function(x) + { + conf = get.confusion_matrix(Y.learn = factor(Y),Y.test = factor(Y),pred = x) + get.BER(conf) + }) + rownames(error) = names(test.keepX) + colnames(error) = paste0("nrep.",1:nrepeat) + + # average BER over the nrepeat + error.mean[[ijk]] = apply(error,1,mean) + if (!nrepeat == 1) + error.sd[[ijk]] = apply(error,1,sd) + + mat.error.final[[ijk]] = error # BER for each test.keepX (rows) and each nrepeat (columns) + + keepX.opt[[ijk]] = which(error.mean[[ijk]] == min(error.mean[[ijk]]))[1] + + # confusion matrix for keepX.opt + error.per.class.keepX.opt.comp[[ijk]] = apply(class.comp[[ijk]][, , keepX.opt[[ijk]], drop = FALSE], 2, function(x) + { + conf = get.confusion_matrix(Y.learn = factor(Y), Y.test = factor(Y), pred = x) + out = (apply(conf, 1, sum) - diag(conf)) / summary(Y) + }) + + rownames(error.per.class.keepX.opt.comp[[ijk]]) = levels(Y) + colnames(error.per.class.keepX.opt.comp[[ijk]]) = paste0("nrep.", 1:nrepeat) + + test.keepX.out[[ijk]] = test.keepX[keepX.opt[[ijk]]] + if(is.null(choice.keepX)) + { + choice.keepX.out[[ijk]] = c(lapply(choice.keepX.constraint,length), test.keepX.out) + }else{ + choice.keepX.out[[ijk]] = c(choice.keepX, test.keepX.out) + } + result$"BER"$error.rate.mean = error.mean + if (!nrepeat == 1) + result$"BER"$error.rate.sd = error.sd + + result$"BER"$confusion = error.per.class.keepX.opt.comp + result$"BER"$mat.error.rate = mat.error.final + result$"BER"$keepX.opt = test.keepX.out + + } + + + } + + + result$prediction.comp = prediction.comp + result$auc = auc.mean.sd + result$auc.all = auc.all + result$class.comp = class.comp + result$features$stable = sort(table(as.factor(features))/M/nrepeat, decreasing = TRUE) + return(result) +} + +#'Perform Sparse Generalized Canonical Correlation (sgccak) +#'@description Runs sgccak() modified from RGCCA +#'@param A Data +#'@param design Set design +#'@param study Default set to NULL +#'@param keepA.constraint Default set to NULL +#'@param keepA Default set to NULL +#'@param scheme Scheme, default set to "horst" +#'@param init Init mode, default set to "svd" +#'@param max.iter Max number of iterations, numeric, default set to 100 +#'@param tol Tolerance, numeric, default set to 1e-06 +#'@param verbose Default set to TRUE +#'@param bias Default set to FALSE +#'@param penalty Default set to NULL +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +sparse.mint.block_iteration = function(A, design, study = NULL, keepA.constraint = NULL, keepA = NULL, + scheme = "horst", init = "svd", max.iter = 100, tol = 1e-06, verbose = TRUE, bias = FALSE, + penalty=NULL){ + + # keepA.constraint is a list of positions in A of the variables to keep on the component + # keepA is a vector of numbers + # study is a vector + # == == == == no check needed as this function is only used in internal_mint.block, in which the checks are conducted + + ### Start: Initialization parameters + J = length(A) + J2 = J-1 + pjs = sapply(A, NCOL) + AVE_X = rep(0, J) + if (!is.null(penalty)) + penalty = penalty * sqrt(pjs) + + + iter = 1 + converg = crit = numeric() + variates.A = Z = matrix(0, NROW(A[[1]]), J) + misdata = any(sapply(A, function(x){any(is.na(x))})) # Detection of missing data + + if (misdata) + is.na.A = lapply(A, is.na) + + g = function(x) switch(scheme, horst = x, factorial = x^2, centroid = abs(x)) + + + # study split + A_split = lapply(A, study_split, study) + if (misdata) + is.na.A_split = lapply(is.na.A, study_split, study) + + nlevels_study = nlevels(study) + ### End: Initialization parameters + + ### Start: Initialisation "loadings.A" vector + if (init == "svd") + { + ### Start: Change initialization of loadings.A + if (misdata) + { + M = lapply(c(1:(J-1)), function(x){crossprod(replace(A[[x]], is.na(A[[x]]), 0), replace(A[[J]], is.na(A[[J]]), 0))}) + } else { + M = lapply(c(1:(J-1)), function(x){crossprod(A[[x]], A[[J]])}) + } + + svd.M = lapply(M, function(x){svd(x, nu = 1, nv = 1)}) + loadings.A = lapply(c(1:(J-1)), function(x){svd.M[[x]]$u}) + loadings.A[[J]] = svd.M[[1]]$v + } else if (init=="svd.single") { + alpha = lapply(1 : J, function(y){initsvd(lapply(y, function(x) {replace(A[[x]], is.na(A[[x]]), 0)})[[1]])}) + + loadings.A = list() + for (j in 1:J) + { + if (nrow(A[[j]]) >= ncol(A[[j]])) + { + loadings.A[[j]] = alpha[[j]] + } else { + K = as.matrix(A[[j]]) %*% as.matrix(t(A[[j]])) + N = ifelse(bias, nrow(A[[j]]), nrow(A[[j]]) - 1) + alpha[[j]] = drop(1/sqrt(t(alpha[[j]]) %*% K %*% alpha[[j]])) * alpha[[j]] + loadings.A[[j]] = t(A[[j]]) %*% alpha[[j]] + } + } + + ### End: Change initialization of a + } else { + stop("init should be either 'svd' or 'svd.single'.") + } + ### End: Initialisation "a" vector + variates.partial.A.comp = NULL + loadings.partial.A.comp = list() + for (q in 1:J) + { + if(misdata) + { + #variates.A[, q] = apply(A[[q]], 1, miscrossprod, loadings.A[[q]]) + A.temp = replace(A[[q]], is.na.A[[q]], 0) # replace NA in A[[q]] by 0 + variates.A.temp = A.temp %*% loadings.A[[q]] + temp = drop(loadings.A[[q]]) %o% rep(1, nrow(A[[q]])) + temp[(t(is.na.A[[q]]))] = 0 + loadings.A.norm = crossprod(temp) + variates.A[, q] = variates.A.temp / diag(loadings.A.norm) + # we can have 0/0, so we put 0 + a = is.na(variates.A[, q]) + if (any(a)) + variates.A[a, q] = 0 + }else{ + variates.A[, q] = A[[q]]%*%loadings.A[[q]] + } + loadings.A[[q]] = l2.norm(as.vector(loadings.A[[q]])) + loadings.partial.A.comp[[q]] = list() + } + loadings.A_old = loadings.A + + ### Start Algorithm 1 Sparse generalized canonical analysis (See Variable selection for generalized canonical correlation analysis (Tenenhaus)) + repeat { + #variates.Aold can be used for the convergence of the algorithm, not used at the moment, so please disregard variates.Aold + variates.Aold = variates.A + for (q in 1:J) + { + ### Start : !!! Impact of the diag of the design matrix !!! ### + if (scheme == "horst") + CbyCovq = design[q, ] + + if (scheme == "factorial") + CbyCovq = design[q, ] * cov2(variates.A, variates.A[, q], bias = bias) + + if (scheme == "centroid") + CbyCovq = design[q, ] * sign(cov2(variates.A, variates.A[, q], bias = bias)) + ### End : !!! Impact of the diag of the design matrix !!! ### + + ### Step A start: Compute the inner components + Z[, q] = rowSums(mapply("*", CbyCovq, as.data.frame(variates.A))) + Z_split = study_split(Z[,q,drop=FALSE],study) # split Z by the study factor + ### Step A end: Compute the inner components + + + ### Step B start: Computer the outer weight ### + # possibility of removing NA (replacing by 0) and use crossprod, further development + temp=0 + for (m in 1:nlevels_study) + { + if(misdata) + { + loadings.partial.A.comp[[q]][[m]] = apply(t(A_split[[q]][[m]]), 1, miscrossprod, Z_split[[m]]) + }else{ + loadings.partial.A.comp[[q]][[m]] = t(A_split[[q]][[m]])%*%Z_split[[m]] + } + temp=temp+loadings.partial.A.comp[[q]][[m]] + } + loadings.A[[q]] = temp + + + # sparse using keepA / penalty + if (!is.null(penalty)) + { + loadings.A[[q]] = sparsity(loadings.A[[q]], keepA = NULL,keepA.constraint = NULL, penalty = penalty[q]) + }else{ + loadings.A[[q]] = sparsity(loadings.A[[q]], keepA[[q]], keepA.constraint[[q]], penalty = NULL) + } + + loadings.A[[q]]=l2.norm(as.vector(loadings.A[[q]])) + + ### Step B end: Computer the outer weight ### + if(misdata) + { + #variates.A[, q] = apply(A[[q]], 1, miscrossprod, loadings.A[[q]]) + A.temp = replace(A[[q]], is.na.A[[q]], 0) # replace NA in A[[q]] by 0 + variates.A.temp = A.temp %*% loadings.A[[q]] + temp = drop(loadings.A[[q]]) %o% rep(1, nrow(A[[q]])) + temp[(t(is.na.A[[q]]))] = 0 + loadings.A.norm = crossprod(temp) + variates.A[, q] = variates.A.temp / diag(loadings.A.norm) + # we can have 0/0, so we put 0 + a = is.na(variates.A[, q]) + if (any(a)) + variates.A[a, q] = 0 + + }else{ + variates.A[, q] = A[[q]]%*%loadings.A[[q]] + } + + } + + crit[iter] = sum(design * g(cov2(variates.A, bias = bias))) + + if (iter > max.iter) + warning("The SGCCA algorithm did not converge", call. = FALSE)#cat("The SGCCA algorithm did not converge after", max.iter ,"iterations.")) + + ### Start: Match algorithm with mixOmics algo (stopping point) + ### if ((converg[iter] < tol & sum(stationnary_point) == J) | iter > max.iter) + if (max(sapply(1:J, function(x){crossprod(loadings.A[[x]] - loadings.A_old[[x]])})) < tol | iter > max.iter) + break + ### End: Match algorithm with mixOmics algo (stopping point) + + loadings.A_old = loadings.A + iter = iter + 1 + } + ### End Algorithm 1 (See Variable selection for generalized canonical correlation analysis (Tenenhaus)) + + + #calculation variates.partial.A.comp + variates.partial.A.comp = lapply(1 : J, function(x){ + lapply(1 : nlevels_study, function(y){ + if(misdata) + { + #apply(A_split[[x]][[y]], 1, miscrossprod, loadings.A[[x]]) + A.temp = replace(A_split[[x]][[y]], is.na.A_split[[x]][[y]], 0) # replace NA in A_split[[x]][[y]] by 0 + variates.part.A.temp = A.temp %*% loadings.A[[x]] + temp = drop(loadings.A[[x]]) %o% rep(1, nrow(A_split[[x]][[y]])) + temp[(t(is.na.A[[x]][[y]]))] = 0 + loadings.A.norm = crossprod(temp) + variates.part.A = variates.part.A.temp / diag(loadings.A.norm) + # we can have 0/0, so we put 0 + a = is.na(variates.part.A) + if (any(a)) + variates.part.A[a] = 0 + + return(variates.part.A) + }else{ + A_split[[x]][[y]] %*% loadings.A[[x]] + } + }) + }) + + if (verbose) + plot(crit, xlab = "iteration", ylab = "criteria") + + AVE_inner = sum(design * cor(variates.A)^2/2)/(sum(design)/2) + + result = list(variates.A = variates.A, loadings.A = loadings.A, crit = crit[which(crit != 0)], + AVE_inner = AVE_inner, loadings.partial.A.comp = loadings.partial.A.comp, variates.partial.A.comp = variates.partial.A.comp, iter = iter) + return(result) +} + +mean_centering_per_study=function(data, study, scale, bias=FALSE) +{ + + M = length(levels(study)) # number of groups + # split the data + data.list.study = study_split(data, study) + + # center and scale data per group, and concatene the data + res = lapply(data.list.study, scale.function, scale = scale, bias = bias) + concat.data = do.call("rbind", lapply(res,function(x){x[[1]]})) + meanX = lapply(res, function(x){x[[2]]}) + sqrt.sdX = lapply(res, function(x){x[[3]]}) + rownames.study = lapply(res, function(x){rownames(x[[1]])}) + + #rename rows and cols of concatenated centered (and/or scaled) data + colnames(concat.data) = colnames(data) + + #sort the samples as in the original X + indice.match = match(rownames(data),rownames(concat.data)) + concat.data = concat.data[indice.match, ,drop=FALSE] + + if (M > 1) + { + for (m in 1:M) + { + attr(concat.data,paste0("means:", levels(study)[m])) = meanX[[m]] + if(scale) + { + attr(concat.data,paste0("sigma:", levels(study)[m])) = sqrt.sdX[[m]] + } else { + attr(concat.data,paste0("sigma:", levels(study)[m])) = NULL + } + } + } else { + attr(concat.data,"scaled:center") = meanX[[1]] + if (scale) + { + attr(concat.data,"scaled:scale") = sqrt.sdX[[1]] + } else { + attr(concat.data,"scaled:scale") = NULL + } + } + + return(list(concat.data=concat.data, rownames.study=rownames.study)) +} + +study_split = function(data, study) +{ + data = as.matrix(data) + M = length(levels(study)) + P = ncol(data) + + #---------------------- split data + data.list.study = split(data,study) + if (!is.null(rownames(data))) + study.name = split(rownames(data),study) + + for(m in 1:M) + { + data.list.study[[m]] = matrix(data.list.study[[m]], ncol=P) + + if (!is.null(colnames(data))) + colnames(data.list.study[[m]]) = colnames(data) + + if (!is.null(rownames(data))) + rownames(data.list.study[[m]]) = study.name[[m]] + } + result = data.list.study + return(invisible(result)) +} + +scale.function=function(temp, scale = TRUE, bias = FALSE) +{ + meanX = colMeans(temp, na.rm = TRUE) + data.list.study.scale_i = t(t(temp) - meanX) + if (scale) + { + if (bias) + { + sqrt.sdX = sqrt(colSums(data.list.study.scale_i^2, na.rm = TRUE) / (nrow(temp))) + } else { + sqrt.sdX = sqrt(colSums(data.list.study.scale_i^2, na.rm = TRUE) / (nrow(temp) - 1)) + } + data.list.study.scale_i = t(t(data.list.study.scale_i) / sqrt.sdX) + } else { + sqrt.sdX = NULL + } + + is.na.data = is.na(data.list.study.scale_i) + #if (sum(is.na.data) > 0) + #data.list.study.scale_i[is.na.data] = 0 + + out = list(data_scale=data.list.study.scale_i, meanX=meanX, sqrt.sdX=sqrt.sdX) + return(out) +} + +l2.norm=function(x) +{ + if (!is.vector(x)) + stop("x has to be a vector") + + out = x / drop(sqrt(crossprod(x))) +} + +miscrossprod = function (x, y) { + d.p = sum(drop(x) * drop(y), na.rm = TRUE) + #d.p = as.vector(d.p)/norm2(d.p) ## change made + return(d.p) +} + +sparsity=function(loadings.A, keepA, keepA.constraint=NULL, penalty=NULL) +{ + + if (!is.null(keepA.constraint)) + { + loadings.A[-keepA.constraint] = 0 + } else if (!is.null(keepA)) { + nx = length(loadings.A) - keepA + loadings.A = soft_thresholding_L1(loadings.A, nx = nx) + } else if (!is.null(penalty)) { + loadings.A = soft.threshold(loadings.A, penalty) + } + + return(loadings.A) +} + +soft_thresholding_L1 = function(x,nx) +{ + #selection on a (loadings.X). modified on 19/02/15 to make sure that a!=0 + if (nx!=0) + { + absa = abs(x) + if (any(rank(absa, ties.method = "max") <= nx)) + { + x = ifelse(rank(absa, ties.method = "max") <= nx, 0, + sign(x) * (absa - max(absa[rank(absa, ties.method = "max") <= nx]))) + } + } + + x +} + +cov2 = function (x, y = NULL, bias = TRUE) { + n = NROW(x) + if (is.null(y)) { + x = as.matrix(x) + if (bias) { + C = ((n - 1)/n) * cov(x, use = "pairwise.complete.obs") + } else { + C = cov(x, use = "pairwise.complete.obs") + } + } else { + if (bias) { + C = ((n - 1)/n) * cov(x, y, use = "pairwise.complete.obs") + } else { + C = cov(x, y, use = "pairwise.complete.obs") + } + } + return(C) +} + +defl.select = function(yy, rr, nncomp, nn, nbloc, indY = NULL, mode = "canonical", aa = NULL) { ### Start: Add new parameter for estimation classic mode + resdefl = NULL + pdefl = NULL + for (q in 1 : nbloc) { + ### Start: insertion of new deflations (See La regression PLS Theorie et pratique (page 139)) + if ( nn <= nncomp[q] ) { + if ((mode == "canonical") || (q != indY)) { #deflation of each block independently from the others, except indY + defltmp = deflation(rr[[q]], yy[ , q]) + resdefl[[q]] = defltmp$R + pdefl[[q]] = defltmp$p + } else if (mode == "classic") { + resdefl[[q]] = Reduce("+", lapply(c(1:nbloc)[-q], function(x) {rr[[q]] - yy[ ,x]%*%t(aa[[q]])}))/(nbloc-1) + pdefl[[q]] = rep(0,NCOL(rr[[q]])) + } else if (mode == "invariant") { #no deflation + resdefl[[q]] = rr[[q]] + pdefl[[q]] = rep(0,NCOL(rr[[q]])) + } else if (mode == "regression") { + resdefl[[q]] = Reduce("+", lapply(c(1:nbloc)[-q], function(x) {deflation(rr[[q]],yy[, x])$R}))/(nbloc-1) + pdefl[[q]] = rep(0,NCOL(rr[[q]])) + } + ### End: insertion of new deflations (See La regression PLS Theorie et pratique (page 139)) + } else { + resdefl[[q]] = rr[[q]] + pdefl[[q]] = rep(0,NCOL(rr[[q]])) + } + } + return(list(resdefl=resdefl,pdefl=pdefl)) +} + +deflation = function(X, y){ + # Computation of the residual matrix R + # Computation of the vector p. + is.na.tX = is.na(t(X)) + if (any(is.na.tX)) + { + #p = apply(t(X),1,miscrossprod,y)/as.vector(crossprod(y)) + + #variates.A[, q] = apply(A[[q]], 1, miscrossprod, loadings.A[[q]]) + A.temp = replace(t(X), is.na.tX, 0) # replace NA in A[[q]] by 0 + variates.A.temp = A.temp %*% y + temp = drop(y) %o% rep(1, nrow(A.temp)) + temp[(t(is.na.tX))] = 0 + loadings.A.norm = crossprod(temp) + p = variates.A.temp / diag(loadings.A.norm) + # we can have 0/0, so we put 0 + a = is.na(p) + if (any(a)) + p[a] = 0 + + } else { + p = t(X)%*%y/as.vector(crossprod(y)) + } + + R = X - y%*%t(p) + return(list(p=p,R=R)) +} + +explained_variance = function(data, variates, ncomp) +{ + #check input data + check = Check.entry.single(data, ncomp) + data = check$X + ncomp = check$ncomp + + isna = is.na(data) + if (sum(isna > 0)) + { + warning("NA values put to zero, results will differ from PCA methods used with NIPALS") + data[isna] = 0 + } + nor2x = sum((data)^2) # total variance in the data + exp.varX = NULL + for (h in 1:ncomp) + { + temp = variates[, h] / drop(t(variates[, h]) %*% (variates[, h])) + exp_var_new = as.numeric(t(variates[, h]) %*% data %*% t(data) %*% temp )/nor2x + exp.varX = append(exp.varX, exp_var_new) + + } + names(exp.varX) = paste("comp", 1:ncomp) + + # result: vector of length ncomp with the explained variance per component + exp.varX +} + +Check.entry.single = function(X, ncomp, q){ + + #-- validation des arguments --# + if (length(dim(X)) != 2) + stop(paste0("'X[[", q, "]]' must be a numeric matrix.")) + + X = as.matrix(X) + + if (!is.numeric(X)) + stop(paste0("'X[[", q, "]]' must be a numeric matrix.")) + + N = nrow(X) + P = ncol(X) + + if (is.null(ncomp) || !is.numeric(ncomp) || ncomp <= 0) + stop(paste0("invalid number of variates 'ncomp' for matrix 'X[[", q, "]]'.")) + + ncomp = round(ncomp) + + # add colnames and rownames if missing + X.names = dimnames(X)[[2]] + if (is.null(X.names)) + { + X.names = paste("X", 1:P, sep = "") + dimnames(X)[[2]] = X.names + } + + ind.names = dimnames(X)[[1]] + if (is.null(ind.names)) + { + ind.names = 1:N + rownames(X) = ind.names + } + + if (length(unique(rownames(X))) != nrow(X)) + stop("samples should have a unique identifier/rowname") + if (length(unique(X.names)) != P) + stop("Unique indentifier is needed for the columns of X") + + return(list(X=X, ncomp=ncomp, X.names=X.names, ind.names=ind.names)) +} + + + + + + + + +stratified.subsampling = function(Y, folds = 10) +{ + stop = 0 + for(i in 1:nlevels(Y)) + { + ai=sample(which(Y==levels(Y)[i]),replace=FALSE) # random sampling of the samples from level i + aai=suppressWarnings(split(ai,factor(1:min(folds,length(ai))))) # split of the samples in k-folds + if(length(ai)<folds) # if one level doesn't have at least k samples, the list is completed with "integer(0)" + { + for(j in (length(ai)+1):folds) + aai[[j]]=integer(0) + stop = stop +1 + } + assign(paste("aa",i,sep="_"),sample(aai,replace=FALSE)) # the `sample(aai)' is to avoid the first group to have a lot more data than the rest + } + + # combination of the different split aa_i into SAMPLE + SAMPLE=list() + for(j in 1:folds) + { + SAMPLE[[j]]=integer(0) + for(i in 1:nlevels(Y)) + { + SAMPLE[[j]]=c(SAMPLE[[j]],get(paste("aa",i,sep="_"))[[j]]) + } + }# SAMPLE is a list of k splits + + ind0 = sapply(SAMPLE, length) + if(any(ind0 == 0)) + { + SAMPLE = SAMPLE [-which(ind0 == 0)] + message("Because of a too high number of 'folds' required, ",length(which(ind0 == 0))," folds were randomly assigned no data: the number of 'folds' is reduced to ", length(SAMPLE)) + } + + return(list(SAMPLE = SAMPLE, stop = stop)) +} + +selectVar <- function(object, comp =1, block=NULL, ...){ + + # check arguments + # ----------------- + if (length(comp) > 1) + stop("Expecting one single value for 'comp'") + + if (is.null(block)) + { + if (any(comp > object$ncomp)) + stop("'comp' is greater than the number of components in the fitted model") + null.block=TRUE + block=1:length(object$loadings) + + }else{ + if (any(class(object)%in%c("pca"))) + object$names$blocks="X" + + if (is.numeric(block)) + { + if (any(block>length(object$names$blocks))) + stop("'block' needs to be lower than the number of blocks in the fitted model, which is length(object$names$blocks)") + + }else if (is.character(block) & sum(!is.na(match(block,object$names$blocks)))==0) { + stop("No entry of 'block' match object$names$blocks") + + }else if (is.character(block) & sum(is.na(match(block,object$names$blocks)))>0) { + warning("At least one entry of 'block' does not match object$names$blocks") + } + + if (length(object$ncomp)>1) + { + if (any(comp > object$ncomp[block])) + stop("'comp' is greater than the number of components in the fitted model for the block you specified. See object$ncomp") + + }else{ + if (any(comp > object$ncomp)) + stop("'comp' is greater than the number of components in the fitted model") + } + + null.block=FALSE + } + + # main function: get the names and values of the non zero loadings + # ----------------- + out = lapply(object$loadings[block],get.name.and.value,comp=comp) + + + # outputs + # ---------- + #if all blocks are considered by default (null.block=TRUE) and it's a DA analysis, then we don't show Y + if (null.block) + { + if (any(class(object)%in%c("block.plsda","block.splsda")))# the position of Y is in indY + { + out=out[-object$indY] #remove Y + }else if (any(class(object)%in%c("mint.plsda","mint.splsda","plsda","splsda"))) { + # Y is always in second position + out=out[[1]] + }else if (any(class(object)%in%c("pca"))) { #keep the result as a list + out=out[[1]] + } + + } else { + if (length(grep("pca",class(object)))>0) + out=out + } + + #we add comp as an output + out$comp=comp + + return(out) +} + +get.name.and.value=function(x,comp) +{ + if(length(x[,comp,drop=FALSE]) > 1) + { + name.var = names(sort(abs(x[,comp]), decreasing = T)[1:sum(x[,comp]!=0)]) + } else { + name.var = rownames(x) # when only one number, sort loses the name of the variable + } + value.var=x[name.var,comp] + return(list(name = name.var, value = data.frame(value.var))) +} + +get.confusion_matrix = function(Y.learn,Y.test,pred) +{ + ClassifResult = array(0,c(nlevels(factor(Y.learn)),nlevels(factor(Y.learn)))) + rownames(ClassifResult) = levels(factor(Y.learn)) + colnames(ClassifResult) = paste("predicted.as.",levels(factor(Y.learn)),sep = "") + #--------record of the classification accuracy for each level of Y + for(i in 1:nlevels(factor(Y.learn))) + { + ind.i = which(Y.test == levels(factor(Y.learn))[i]) + for(ij in 1:nlevels(factor(Y.learn))) + { + ClassifResult[i,ij] = sum(pred[ind.i] == levels(Y.learn)[ij]) + + } + } + ClassifResult +} + +get.BER = function(X) +{ + if(!is.numeric(X)| !is.matrix(X) | length(dim(X)) != 2 | nrow(X)!=ncol(X)) + stop("'X' must be a square numeric matrix") + + nlev = nrow(X) + #calculation of the BER + ClassifResult.temp = X + diag(ClassifResult.temp) = 0 + BER = sum(apply(ClassifResult.temp,1,sum,na.rm = TRUE)/apply(X,1,sum,na.rm = TRUE),na.rm = TRUE)/nlev + return(BER) +} + +#predict.block.pls <-predict.block.spls <- predict.mint.splsda <- predict.pls <- +predict.spls <- function(object, newdata, study.test, dist = c("all", "max.dist", "centroids.dist", "mahalanobis.dist"), multilevel = NULL, ...) +{ + + ncomp = object$ncomp + newdata.input=newdata + + if(length(grep("plsda", class(object)))>0) # a DA analysis (mint).(block).(s)plsda + { + #if DA analysis, the unmap Y is in ind.mat + Y.factor=object$Y + Y=object$ind.mat + }else{ + #if not DA, Y is in object$Y + Y=object$Y + if(is.null(Y)) # block analysis + { + Y=object$X[[object$indY]] + } + } + q=ncol(Y) + + + p=ncol(object$X) + if(is.list(object$X)) + stop("Something is wrong, object$X should be a matrix and it appears to be a list") #this should never happen/intern check + + if(is.list(newdata) & !is.data.frame(newdata)) + stop("'newdata' must be a numeric matrix") + + # deal with near.zero.var in object, to remove the same variable in newdata as in object$X (already removed in object$X) + if(length(object$nzv$Position) > 0) + newdata = newdata[, -object$nzv$Position,drop=FALSE] + + if(all.equal(colnames(newdata),colnames(object$X))!=TRUE) + stop("'newdata' must include all the variables of 'object$X'") + + #not a block, the input newdata should be a matrix + if (length(dim(newdata)) == 2) { + if (ncol(newdata) != p) + stop("'newdata' must be a numeric matrix with ncol = ", p, + " or a vector of length = ", p, ".") + } + + if (length(dim(newdata)) == 0) { + if (length(newdata) != p) + stop("'newdata' must be a numeric matrix with ncol = ", p, + " or a vector of length = ", p, ".") + dim(newdata) = c(1, p) + } + + #check col/rownames of newdata + check=Check.entry.single(newdata, ncomp,q=1) + newdata=check$X + + if(length(rownames(newdata))==0) rownames(newdata)=1:nrow(newdata) + if(max(table(rownames(newdata)))>1) stop('samples should have a unique identifier/rowname') + + # we transform everything in lists + X=list(X=object$X) + object$X=X + newdata=list(newdata=newdata) + + object$indY=2 + ind.match = 1 + + + # logratio and multilevel transform if necessary + if (!is.null(object$logratio)) + newdata = lapply(newdata, logratio.transfo, logratio = object$logratio) + + if(!is.null(multilevel)) + newdata = lapply(newdata, withinVariation, design = data.frame(multilevel)) + + p = lapply(X, ncol) + q = ncol(Y) + J = length(X) #at this stage we have a list of blocks + variatesX = object$variates[-(J + 1)]; + loadingsX = object$loadings[-(J + 1)] + + scale = object$scale # X and Y are both mean centered by groups and if scale=TRUE they are scaled by groups + + # scale newdata if just one study + if (!is.null(attr(X[[1]], "scaled:center"))) + newdata[which(!is.na(ind.match))] = lapply(which(!is.na(ind.match)), function(x){sweep(newdata[[x]], 2, STATS = attr(X[[x]], "scaled:center"))}) + if (scale) + newdata[which(!is.na(ind.match))] = lapply(which(!is.na(ind.match)), function(x){sweep(newdata[[x]], 2, FUN = "/", STATS = attr(X[[x]], "scaled:scale"))}) + + means.Y = matrix(attr(Y, "scaled:center"),nrow=nrow(newdata[[1]]),ncol=q,byrow=TRUE); + if (scale) + {sigma.Y = matrix(attr(Y, "scaled:scale"),nrow=nrow(newdata[[1]]),ncol=q,byrow=TRUE)}else{sigma.Y=matrix(1,nrow=nrow(newdata[[1]]),ncol=q)} + concat.newdata=newdata + names(concat.newdata)=names(X) + + + ### at this stage we have + # X # list of blocks + # Y # observation + # newdata #list of blocks for the prediction, same length as A, scaled + + # replace missing data by 0 + concat.newdata = lapply(concat.newdata,function(x) + { + ind = which(is.na(x)) + if (length(ind) > 0) + x[ind] = 0 + x + }) + + # replace missing data by 0 + X = lapply(X,function(x) + { + ind = which(is.na(x)) + if (length(ind) > 0) + x[ind] = 0 + x + }) + + # ----------------------- + # prediction + # ----------------------- + + B.hat = t.pred = Y.hat = list() #= betay + for (i in 1 : J) + { + Pmat = Cmat = Wmat = NULL + + ### Start estimation using formula Y = XW(P'W)C (+ Yr, residuals on Y) See page 136 La regression PLS Theorie et pratique Tenenhaus + # Estimation matrix W, P and C + Pmat = crossprod(X[[i]], variatesX[[i]]) + Cmat = crossprod(Y, variatesX[[i]]) + Wmat = loadingsX[[i]] + + # Prediction Y.hat, B.hat and t.pred + Ypred = lapply(1 : ncomp[i], function(x){concat.newdata[[i]] %*% Wmat[, 1:x] %*% solve(t(Pmat[, 1:x]) %*% Wmat[, 1:x]) %*% t(Cmat)[1:x, ]}) + Ypred = sapply(Ypred, function(x){x*sigma.Y + means.Y}, simplify = "array") + + Y.hat[[i]] = Ypred + + t.pred[[i]] = concat.newdata[[i]] %*% Wmat %*% solve(t(Pmat) %*% Wmat) + t.pred[[i]] = matrix(data = sapply(1:ncol(t.pred[[i]]), + function(x) {t.pred[[i]][, x] * apply(variatesX[[i]], 2, + function(y){(norm(y, type = "2"))^2})[x]}), nrow = nrow(concat.newdata[[i]]), ncol = ncol(t.pred[[i]])) + + B.hat[[i]] = sapply(1 : ncomp[i], function(x){Wmat[, 1:x] %*% solve(t(Pmat[, 1:x]) %*% Wmat[, 1:x]) %*% t(Cmat)[1:x, ]}, simplify = "array") + ### End estimation using formula Y = XW(P'W)C (+ Yr, residuals on Y) See page 136 La regression PLS Theorie et pratique Tenenhaus + + rownames(t.pred[[i]]) = rownames(newdata[[i]]) + colnames(t.pred[[i]]) = paste("dim", c(1:ncomp[i]), sep = " ") + rownames(Y.hat[[i]]) = rownames(newdata[[i]]) + colnames(Y.hat[[i]]) = colnames(Y) + dimnames(Y.hat[[i]])[[3]]=paste("dim", c(1:ncomp[i]), sep = " ") + rownames(B.hat[[i]]) = colnames(newdata[[i]]) + colnames(B.hat[[i]]) = colnames(Y) + dimnames(B.hat[[i]])[[3]]=paste("dim", c(1:ncomp[i]), sep = " ") + + } + + + #-- valeurs sortantes --# + names(Y.hat)=names(t.pred)=names(B.hat)=names(object$X) + + + + # basic prediction results + if(length(grep("block",class(object)))!=0 & length(object$X)>1 ) + { + out=list(predict=Y.hat[which(!is.na(ind.match))],variates=t.pred[which(!is.na(ind.match))],B.hat=B.hat[which(!is.na(ind.match))]) + + # average prediction over the blocks + temp.all =list() + for(comp in 1:min(ncomp[-object$indY])) #note: all ncomp are the same in v6 as the input parameter is a single value + { + temp = array(0, c(nrow(Y.hat[[1]]), ncol(Y.hat[[1]]), J), dimnames = list(rownames(newdata[[1]]), colnames(Y),names(object$X))) + for(i in 1 : J) + temp[, , i] = Y.hat[[i]][, , comp] + + temp.all[[comp]] = temp + } + names(temp.all) = paste("dim", c(1:min(ncomp[-object$indY])), sep = " ") + + out$AveragedPredict = array(unlist(lapply(temp.all, function(x){apply(x, c(1,2), mean)})), dim(Y.hat[[1]]), dimnames = list(rownames(newdata[[1]]), colnames(Y), paste("dim", c(1:min(ncomp[-object$indY])), sep = " "))) + + out$WeightedPredict = array(unlist(lapply(temp.all, function(x){apply(x, c(1,2), function(z){ + temp = aggregate(object$weights,list(z),sum) + ind = which(temp[,2]== max (temp[,2]))# if two max, then NA + if(length(ind) == 1) + { + res = temp[ind, 1] + } else { + res = NA + } + res + })})), dim(Y.hat[[1]]), dimnames = list(rownames(newdata[[1]]), colnames(Y), paste("dim", c(1:min(ncomp[-object$indY])), sep = " "))) + + + #out$newdata=concat.newdata + }else if(length(grep("block",class(object)))!=0){ # a block but can have only one block (so e.g. a pls done with a block.pls) + out=list(predict=Y.hat,variates=t.pred,B.hat=B.hat) + + } else {# not a block (pls/spls/plsda/splsda/mint...) + out=list(predict=Y.hat[[1]],variates=t.pred[[1]],B.hat=B.hat[[1]]) + } + + # get the classification for each new sample if the object is a DA + if(any(class(object)=="DA")) # a DA analysis (mint).(block).(s)plsda + { + + if(length(grep("block",class(object)))!=0 & length(object$X)>1 ) + { + + # predict class of AveragePredict, only with max.dist + out$AveragedPredict.class$max.dist = matrix(sapply(1:ncomp[1], ### List level + function(y){apply(out$AveragedPredict[, , y, drop = FALSE], 1, ### component level + function(z){ + paste(levels(Y.factor)[which(z == max(z))], collapse = "/") + }) ### matrix level + }), nrow = nrow(newdata[[1]]), ncol = ncomp[1]) + + + # predict class of WeightedPredict, only with max.dist + out$WeightedPredict.class$max.dist = matrix(sapply(1:ncomp[1], ### List level + function(y){apply(out$WeightedPredict[, , y, drop = FALSE], 1, ### component level + function(z){ + paste(levels(Y.factor)[which(z == max(z))], collapse = "/") + }) ### matrix level + }), nrow = nrow(newdata[[1]]), ncol = ncomp[1]) + + rownames(out$AveragedPredict.class$max.dist) = rownames(out$WeightedPredict.class$max.dist) = rownames(newdata[[1]]) + colnames(out$AveragedPredict.class$max.dist) = colnames(out$WeightedPredict.class$max.dist) = paste("dim", c(1:min(ncomp[-object$indY])), sep = " ") + } + + + + # creating temporary 'blocks' outputs to pass into the internal_predict.DA function + out.temp=list(predict=Y.hat[which(!is.na(ind.match))],variates=t.pred[which(!is.na(ind.match))],B.hat=B.hat[which(!is.na(ind.match))]) + out.temp$newdata=concat.newdata[which(!is.na(ind.match))] + + # getting classification for each new sample + object.temp = object + object.temp$X = object.temp$X[which(!is.na(ind.match))] + object.temp$variates = object.temp$variates[c(which(!is.na(ind.match)),J+1)] #J+1 is Y + classif.DA=internal_predict.DA(object=object.temp, q=q, out=out.temp, dist=dist, weights = object$weights[which(!is.na(ind.match))]) + out=c(out,classif.DA) + + } + + out$call = match.call() + class(out) = paste("predict") + + out + +} + +logratio.transfo <- function (X, logratio = "none", offset = 0) +{ + if (logratio == "ILR") { + if (any(class(X) != "ilr")) { + X = ilr.transfo(X, offset = offset) + } + } + else if (logratio == "CLR") { + X = clr.transfo(X, offset = offset) + } + return(X) +} + +internal_predict.DA = function(object, out, q, dist, weights) +{ + + if (length(grep("plsda",class(object)))==0) # a DA analysis (mint).(block).(s)plsda + stop("'Object' is not from a Discriminant Analysis", call.=FALSE) + + out.DA = list() + J = length(object$X) #at this stage we have a list of blocks + p = lapply(object$X, ncol) + t.pred = out$variates + Y.hat = out$predict + newdata = out$newdata #actually concat.newdata + variatesX = object$variates[-(J + 1)]; + ncomp = object$ncomp + + Y = object$Y + Y.prim = unmap(object$Y) + G = cls = list() + for (i in 1 : J) + { + G[[i]] = sapply(1:q, function(x) {apply(as.matrix(variatesX[[i]][Y.prim[, x] == 1,,drop=FALSE]), 2, mean)}) + if (ncomp[i] == 1) + G[[i]] = t(t(G[[i]])) + else + G[[i]] = t(G[[i]]) + colnames(G[[i]]) = paste("dim", c(1:ncomp[i]), sep = " ") + + } + names(G)=names(object$X) + + ### Start: Maximum distance + if (any(dist == "all") || any(dist == "max.dist")) + { + cls$max.dist = lapply(1:J, function(x){matrix(sapply(1:ncomp[x], ### List level + function(y){apply(Y.hat[[x]][, , y, drop = FALSE], 1, ### component level + function(z){ + paste(levels(Y)[which(z == max(z))], collapse = "/") + }) ### matrix level + }), nrow = nrow(newdata[[x]]), ncol = ncomp[x]) + }) + cls$max.dist = lapply(1:J, function(x){colnames(cls$max.dist[[x]]) = paste(rep("comp", ncomp[x]), 1 : ncomp[[x]], sep = " "); + rownames(cls$max.dist[[x]]) = rownames(newdata[[x]]); return(cls$max.dist[[x]])}) + names(cls$max.dist)=names(object$X) + } + + + ### Start: Centroids distance + if (any(dist == "all") || any(dist == "centroids.dist")) + { + cl = list() + centroids.fun = function(x, G, h, i) { + q = nrow(G[[i]]) + x = matrix(x, nrow = q, ncol = h, byrow = TRUE) + + if (h > 1) { + d = apply((x - G[[i]][, 1:h])^2, 1, sum) + } + else { + d = (x - G[[i]][, 1])^2 + } + cl.id = paste(levels(Y)[which(d == min(d))], collapse = "/") + } + + for (i in 1 : J) + { + cl[[i]] = matrix(nrow = nrow(newdata[[1]]), ncol = ncomp[i]) + + for (h in 1 : ncomp[[i]]) + { + cl.id = apply(matrix(t.pred[[i]][, 1:h], ncol = h), 1, function(x) {centroids.fun(x = x, G = G, h = h, i = i)}) + cl[[i]][, h] = cl.id + } + } + + cls$centroids.dist = lapply(1:J, function(x){colnames(cl[[x]]) = paste(rep("comp", ncomp[x]), 1 : ncomp[[x]], sep = " "); + rownames(cl[[x]]) = rownames(newdata[[x]]); return(cl[[x]])}) + names(cls$centroids.dist)=names(object$X) + }### End: Centroids distance + + + ### Start: Mahalanobis distance + if (any(dist == "all") || any(dist == "mahalanobis.dist")) + { + cl = list() + Sr.fun = function(x, G, Yprim, h, i) { + q = nrow(G[[i]]) + Xe = Yprim %*% G[[i]][, 1:h] + #Xr = object$variates$X[, 1:h] - Xe + Xr = variatesX[[i]][, 1:h] - Xe + Sr = t(Xr) %*% Xr/nrow(Yprim) + Sr.inv = solve(Sr) + x = matrix(x, nrow = q, ncol = h, byrow = TRUE) + if (h > 1) { + mat = (x - G[[i]][, 1:h]) %*% Sr.inv %*% t(x - G[[i]][, 1:h]) + d = apply(mat^2, 1, sum) + } else { + d = drop(Sr.inv) * (x - G[[i]][, 1])^2 + } + cl.id = paste(levels(Y)[which(d == min(d))], collapse = "/") + } + + for (i in 1 : J){ + cl[[i]] = matrix(nrow = nrow(newdata[[1]]), ncol = ncomp[i]) + + for (h in 1:ncomp[[i]]) { + cl.id = apply(matrix(t.pred[[i]][, 1:h], ncol = h), 1, Sr.fun, G = G, Yprim = Y.prim, h = h, i = i) + cl[[i]][, h] = cl.id + } + } + + cls$mahalanobis.dist = lapply(1:J, function(x){colnames(cl[[x]]) = paste(rep("comp", ncomp[x]), 1 : ncomp[[x]], sep = " "); + rownames(cl[[x]]) = rownames(newdata[[x]]);return(cl[[x]])}) + names(cls$mahalanobis.dist)=names(object$X) + } ### End: Mahalanobis distance + + out.DA$class = cls + + ### End if discriminant analysis is performed + + # at this stage, we have the classification of each sample for each dataset of object$X + # now we need to combine the classification by vote (majority wins), only when more than one block, otherwise 'vote' is classic classification + if (length(object$X)>1) + { + for (ijk in 1:length(out.DA$class))# loop on the dist + { + # create a temporary array to make computation on the lists easier + temp=array(c(nrow(newdata[[1]]), min(ncomp), J)) + for(i in 1:J) + { + temp[, , i] = out.DA$class[[ijk]][[i]][, 1:min(ncomp)] + + } + # look at the majority vote for all dataset of object$X (with table), if more than a unique max, we put NA + table.temp = apply(temp,c(1,2), function(x){a=table(x); if (length(which(a==max(a)))==1) {b=names(which.max(a))}else{b=NA}; b}) + colnames(table.temp) = colnames(out.DA$class[[ijk]][[i]])[1:min(ncomp)] + rownames(table.temp) = rownames(out.DA$class[[ijk]][[i]]) + out.DA$MajorityVote[[ijk]] = table.temp + } + names(out.DA$MajorityVote) = names(out.DA$class) + + # weighted vote for each distance, each comp + if(!is.null(weights)) + { + out.DA$WeightedVote = lapply(out.DA$class, function(x){ # x is a distance + class.per.comp = lapply(1:min(ncomp), function(y) {matrix(sapply(x, function(z) z[,y, drop = FALSE]),ncol=J)}) # combine the results per component + names(class.per.comp) = paste0("comp",1:min(ncomp)) + class.per.comp = lapply(class.per.comp, function(y){rownames(y) = rownames(out.DA$vote[[1]]); y}) + class.weighted.per.comp = sapply(class.per.comp, function(y){ # for each component + apply(y,1,function(z){ # we aggregate the results of each individuals using the 'weights' + temp = aggregate(weights,list(z),sum) + ind = which(temp[,2]== max (temp[,2]))# if two max, then NA + if(length(ind) == 1) + { + res = temp[ind, 1] + } else { + res = NA + } + res + + }) + }) + + }) + out.DA$weights = weights + + } + }else{ + out.DA$MajorityVote = lapply(out.DA$class,function(x){x[[1]]}) + } + + if (length(grep("block",class(object)))!=0 & J>1) # a block + { + out.DA$centroids = G + }else{ #not a block + out.DA$centroids = G[[1]] + out.DA$class = out.DA$MajorityVote + } + if (any(dist == "all")) + dist = "all" + + out.DA$dist = dist + + out.DA + +} + +Check.entry.pls = function(X, Y, ncomp, keepX, keepY, keepX.constraint, keepY.constraint, mode, scale, + near.zero.var, max.iter, tol, logratio, DA, multilevel) +{ + + if (missing(mode)) + mode = "regression" + + if (length(mode)>1) + mode = mode[1] + + if (!(mode %in% c("canonical", "invariant", "classic", "regression"))) + stop("Choose one of the four following modes: canonical, invariant, classic or regression") + + + #-- validation des arguments --# + if (length(dim(X)) != 2) + stop("'X' must be a numeric matrix.") + + X = as.matrix(X) + + if (!(logratio %in% c("none", "CLR"))) + stop("Choose one of the two following logratio transformation: none or CLR") + + if(!is.null(multilevel)) + { + #multilevel analysis: withinVariation and then pls-like + # if it's DA analysis, Y and 'multilevel' are combined + if(DA) + { + Y = multilevel + }else{ + if ((nrow(X) != nrow(multilevel))) + stop("unequal number of rows in 'X' and 'multilevel'.") + + Y = as.matrix(Y) + if (!is.numeric(X) || !is.numeric(Y)) + stop("'X' and/or 'Y' must be a numeric matrix.") + } + }else{ + Y = as.matrix(Y) + if (!is.numeric(X) || !is.numeric(Y)) + stop("'X' and/or 'Y' must be a numeric matrix.") + } + N = nrow(X) + Q = ncol(Y) + P= ncol(X) + + if ((N != nrow(Y))) + stop("Unequal number of rows in 'X' and 'Y'.") + + if (is.null(ncomp) || !is.numeric(ncomp) || ncomp <= 0 || length(ncomp)>1) + stop("invalid number of variates, 'ncomp'.") + + ncomp = round(ncomp) + if(ncomp > P) + { + warning("Reset maximum number of variates 'ncomp' to ncol(X) = ", P, ".") + ncomp = P + } + + if (!is.numeric(tol) | tol<=0) + stop("tol must be non negative") + + if (!is.numeric(max.iter) | max.iter<=0) + stop("max.iter must be non negative") + + + # add colnames and rownames if missing + X.names = dimnames(X)[[2]] + if (is.null(X.names)) + { + X.names = paste("X", 1:P, sep = "") + dimnames(X)[[2]] = X.names + } + + + + ind.names = dimnames(X)[[1]] + if (is.null(ind.names)) + { + ind.names = dimnames(Y)[[1]] + rownames(X) = ind.names + } + + if (is.null(ind.names)) + { + ind.names = 1:N + rownames(X) = rownames(Y) = ind.names + } + + rownames(X) = rownames(Y) = ind.names + + + #if (dim(Y)[2] == 1) Y.names = "Y" + Y.names = dimnames(Y)[[2]] + if (is.null(Y.names)) + { + if (dim(Y)[2] == 1) + { + Y.names = "Y" + } else { + Y.names = paste("Y", 1:Q, sep = "") + } + + dimnames(Y)[[2]]=Y.names + } + + if (length(unique(X.names)) != P) + stop("Unique indentifier is needed for the columns of X") + + if (length(unique(Y.names)) != Q) + stop("Unique indentifier is needed for the columns of Y") + + + # check on keepX and keepX.constraint + if (missing(keepX.constraint)) + { + if (missing(keepX)) + { + keepX = rep(P, ncomp) + } else { + if (length(keepX)<ncomp) + keepX = c(keepX, rep(P, ncomp - length(keepX))) #complete (with ncomp) the keepX already provided + } + keepX.constraint=list() + } else { + if (length(keepX.constraint)>ncomp) + stop(paste0("You should have length(keepX.constraint) lower or equal to 'ncomp' = ", ncomp, ".")) + + if (missing(keepX)) + { + keepX = rep(P, ncomp - length(keepX.constraint)) + } else { + + if ((length(keepX.constraint) + length(keepX)) < ncomp) + keepX = c(keepX, rep(P, ncomp - length(keepX) - length(keepX.constraint))) + + if ((length(keepX.constraint) + length(keepX)) > ncomp) + stop(paste0("length (keepX.constraint) + length(keepX) should be lower than 'ncomp' = ", ncomp, ".")) + + } + } + + # check on keepY and keepY.constraint + if (missing(keepY.constraint)) + { + if (missing(keepY)) + { + keepY = rep(Q, ncomp) + } else { + if (length(keepY) < ncomp) + keepY = c(keepY, rep(Q, ncomp - length(keepY))) #complete the keepY already provided + } + keepY.constraint = list() + } else { + if (length(keepY.constraint)>ncomp) + stop(paste0("you should have length(keepY.constraint) lower or equal to 'ncomp' = ", ncomp, ".")) + + if (missing(keepY)) + { + keepY = rep(Q, ncomp - length(keepY.constraint)) + } else { + + if ((length(keepY.constraint) + length(keepY)) < ncomp) + keepY = c(keepY, rep(Q, ncomp - length(keepY) - length(keepY.constraint))) + + if ((length(keepY.constraint) + length(keepY)) > ncomp) + stop(paste0("length (keepY.constraint) + length(keepY) should be lower than 'ncomp' = ", ncomp,".")) + } + } + + + + if (any(keepX<0)) + stop("each component of 'keepX' must be non negative ") + if (any(keepY<0)) + stop("each component of 'keepY' must be non negative ") + + if (any(keepX > ncol(X))) + stop("each component of 'keepX' must be lower or equal than ", P, ".") + if (any(keepY > ncol(Y))) + stop("each component of 'keepY' must be lower or equal than ", Q, ".") + + if (is.numeric(unlist(keepX.constraint)) && any(unlist(keepX.constraint) > ncol(X))) + stop("each entry of 'keepX.constraint' must be lower or equal than ", P, ".") + if ( is.numeric(unlist(keepY.constraint)) && any(unlist(keepY.constraint) > ncol(Y))) + stop("each entry of 'keepY.constraint' must be lower or equal than ", Q, ".") + + if (!is.logical(scale)) + stop("'scale' must be either TRUE or FALSE") + + if (!is.logical(near.zero.var)) + stop("'near.zero.var' must be either TRUE or FALSE") + + # match keepX.constraint and the colnames of X in order for keepX.constraint to be a list of character + # safety if keepX.constraint contains a mixed of character/numeric. It should one or the other, not a mix + if (length(keepX.constraint) > 0) + { + if (!is.numeric(unlist(keepX.constraint))) + { + ind = match(unlist(keepX.constraint), colnames(X)) + if (sum(is.na(ind)) > 0) + stop("'keepX.constraint' must contain a subset of colnames(X) or the position of the X-variables you wish to keep.") + } + X.indice = X[, unlist(keepX.constraint), drop=FALSE] + keepX.constraint = relist(colnames(X.indice), skeleton=keepX.constraint) + } + + # same for keepY.constraint + if (length(keepY.constraint) > 0) + { + if (!is.numeric(unlist(keepY.constraint))) + { + ind = match(unlist(keepY.constraint),colnames(Y)) + if (sum(is.na(ind)) > 0) + stop("'keepY.constraint' must contain a subset of colnames(Y) or the position of the Y-variables you wish to keep.") + } + Y.indice = Y[, unlist(keepY.constraint), drop=FALSE] + keepY.constraint = relist(colnames(Y.indice), skeleton=keepY.constraint) + } + + + # at this stage keepA.constraint needs to be character, to easily remove variables with near zero variance + ### near.zero.var, remove the variables with very small variances + if (near.zero.var == TRUE) + { + nzv.A = nearZeroVar(X) + + if (length(nzv.A$Position) > 0) + { + names.remove.X = colnames(X)[nzv.A$Position] + X = X[, -nzv.A$Position, drop=FALSE] + warning("Zero- or near-zero variance predictors.\n Reset predictors matrix to not near-zero variance predictors.\n See $nzv for problematic predictors.") + if (ncol(X) == 0) + stop("No more variables in X") + + # at this stage, keepA.constraint needs to be numbers + if (length(keepX.constraint) > 0) + { + #remove the variables from keepA.constraint if removed by near.zero.var + keepX.constraint = match.keepX.constraint(names.remove.X, keepX.constraint) + } + #need to check that the keepA[[q]] is now not higher than ncol(A[[q]]) + if (any(keepX > ncol(X))) + { + ind = which(keepX > ncol(X)) + keepX[ind] = ncol(X) + } + } + + }else{nzv.A=NULL} + + # we need numbers in keepX.constraint from now on + keepX.constraint = lapply(keepX.constraint,function(x){match(x, colnames(X))}) + keepY.constraint = lapply(keepY.constraint,function(x){match(x, colnames(Y))}) + + return(list(X=X, Y=Y, ncomp=ncomp, X.names=X.names, Y.names=Y.names, ind.names=ind.names, mode=mode, keepX.constraint=keepX.constraint, + keepY.constraint=keepY.constraint, keepX=keepX, keepY=keepY, nzv.A=nzv.A)) +} + +#'sPLS-DA Map +#'@description map variable for (s)plsda +#'@param Y Input data +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +map = function (Y) +{ + nrowY = nrow(Y) + cl = numeric(nrowY) + I = 1:nrowY + J = 1:ncol(Y) + for (i in I) + { + cl[i] = (J[Y[i, ] == max(Y[i, ])])[1] + } + return(cl) +} + +unmap = function (classification, groups = NULL, noise = NULL) +{ + n = length(classification) + u = sort(unique(classification)) + levels = levels(classification)### Add levels + + if (is.null(groups)) + { + groups = u + } else { + if (any(match(u, groups, nomatch = 0) == 0)) + stop("groups incompatible with classification") + miss = match(groups, u, nomatch = 0) == 0 + } + + cgroups = as.character(groups) + if (!is.null(noise)) + { + noiz = match(noise, groups, nomatch = 0) + if (any(noiz == 0)) + stop("noise incompatible with classification") + + groups = c(groups[groups != noise], groups[groups == noise]) + noise = as.numeric(factor(as.character(noise), levels = unique(groups))) + } + + groups = as.numeric(factor(cgroups, levels = unique(cgroups))) + classification = as.numeric(factor(as.character(classification), levels = unique(cgroups))) + k = length(groups) - length(noise) + nam = levels(groups) + + if (!is.null(noise)) + { + k = k + 1 + nam = nam[1:k] + nam[k] = "noise" + } + + z = matrix(0, n, k, dimnames = c(names(classification), nam)) + for (j in 1:k) z[classification == groups[j], j] = 1 + attr(z, "levels") = levels + z +} + + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/stats_univariates.R b/V1.7.4/MetaboAnalyst_3.0.3/stats_univariates.R new file mode 100755 index 0000000000000000000000000000000000000000..5397303e1008e02e04c51858616e4411aabe7c13 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/stats_univariates.R @@ -0,0 +1,1523 @@ +#'Fold change analysis, unpaired +#'@description Perform fold change analysis, method can be mean or median +#'@usage FC.Anal(mSetObj, fc.thresh=2, cmp.type = 0) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param fc.thresh Fold-change threshold, numeric input +#'@param cmp.type Comparison type, 0 for group 1 minus group 2, and 1 for group +#'1 minus group 2 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +FC.Anal <- function(mSetObj=NA, fc.thresh=2, cmp.type = 0, paired=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + # make sure threshold is above 1 + fc.thresh = ifelse(fc.thresh>1, fc.thresh, 1/fc.thresh); + max.thresh = fc.thresh; + min.thresh = 1/fc.thresh; + + res <- GetFC(mSetObj, paired, cmp.type); + fc.all <- res$fc.all; + fc.log <- res$fc.log; + + inx.up <- fc.all > max.thresh; + inx.down <- fc.all < min.thresh; + names(inx.up) <- names(inx.down) <- names(fc.all); + imp.inx <- inx.up | inx.down; + sig.mat <- cbind(fc.all[imp.inx, drop=F], fc.log[imp.inx, drop=F]); + colnames(sig.mat) <- c("Fold Change", "log2(FC)"); + + # order by absolute log value (since symmetrical in pos and neg) + inx.ord <- order(abs(sig.mat[,2]), decreasing=T); + sig.mat <- sig.mat[inx.ord,,drop=F]; + + fileName <- "fold_change.csv"; + fast.write.csv(sig.mat,file=fileName); + + # create a list object to store fc + mSetObj$analSet$fc<-list ( + paired = FALSE, + raw.thresh = fc.thresh, + max.thresh = max.thresh, + min.thresh = min.thresh, + fc.all = fc.all, # note a vector + fc.log = fc.log, + inx.up = inx.up, + inx.down = inx.down, + inx.imp = imp.inx, + sig.mat = sig.mat + ); + return(.set.mSet(mSetObj)); +} + + +#'Plot fold change +#'@description Plot fold change analysis +#'@usage PlotFC(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotFC <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$fc <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + par(mar=c(5,5,2,3)); + + fc = mSetObj$analSet$fc; + if(fc$paired){ + ylim <- c(-nrow(mSetObj$dataSet$norm)/2, nrow(mSetObj$dataSet$norm)/2); + xlim <- c(0, ncol(mSetObj$dataSet$norm)); + plot(NULL, xlim=xlim, ylim=ylim, xlab = GetVariableLabel(mSetObj$dataSet$type), + ylab=paste("Count with FC >=", fc$max.thresh, "or <=", fc$min.thresh)); + for(i in 1:ncol(fc$fc.all)){ + segments(i,0, i, fc$fc.all[1,i], col= ifelse(fc$inx.up[i],"magenta", "darkgrey"), + lwd= ifelse(fc$inx.up[i], 2, 1)); + segments(i,0, i, -fc$fc.all[2,i], col= ifelse(fc$inx.down[i], "magenta", "darkgrey"), + lwd= ifelse(fc$inx.down[i], 2, 1)); + } + abline(h=fc$max.thresh, lty=3); + abline(h=fc$min.thresh, lty=3); + abline(h=0, lwd=1); + }else{ + if(fc$raw.thresh > 0){ + # be symmetrical + topVal <- max(abs(fc$fc.log)); + ylim <- c(-topVal, topVal); + plot(fc$fc.log, ylab="Log2 (FC)", ylim = ylim, xlab = GetVariableLabel(mSetObj$dataSet$type), pch=19, axes=F, + col= ifelse(fc$inx.imp, "magenta", "darkgrey")); + axis(2); + axis(4); # added by Beomsoo + abline(h=log2(fc$max.thresh), lty=3); + abline(h=log2(fc$min.thresh), lty=3); + abline(h=0, lwd=1); + }else{ # plot side by side + + dat1 <- mSetObj$dataSet$norm[as.numeric(mSetObj$dataSet$cls) == 1, ]; + dat2 <- mSetObj$dataSet$norm[as.numeric(mSetObj$dataSet$cls) == 2, ]; + + mns1 <- apply(dat1, 2, mean); + mn1 <- mean(mns1); + sd1 <- sd(mns1); + msd1.top <- mn1 + 2*sd1; + msd1.low <- mn1 - 2*sd1; + + mns2 <- apply(dat2, 2, mean); + mn2 <- mean(mns2); + sd2 <- sd(mns2); + msd2.top <- mn2 + 2*sd2; + msd2.low <- mn2 - 2*sd2; + + ylims <- range(c(mns1, mns2, msd1.top, msd2.top, msd1.low, msd2.low)); + new.mns <- c(mns1, rep(NA, 5), mns2); + cols <- c(rep("magenta", length(mns1)), rep(NA, 5), rep("blue", length(mns2))); + pchs <- c(rep(15, length(mns1)), rep(NA, 5), rep(19, length(mns2))); + plot(new.mns, ylim=ylims, pch = pchs, col = cols, cex = 1.25, axes=F, ylab=""); + axis(2); + axis(4); # added by Beomsoo + abline(h=mn1, col="magenta", lty=3, lwd=2); + abline(h=msd1.low, col="magenta", lty=3, lwd=1); + abline(h=msd1.top, col="magenta", lty=3, lwd=1); + abline(h=mn2, col="blue", lty=3, lwd=2); + abline(h=msd2.low, col="blue", lty=3, lwd=1); + abline(h=msd2.top, col="blue", lty=3, lwd=1); + # abline(h=mean(all.mns), col="darkgrey", lty=3); + axis(1, at=1:length(new.mns), labels=c(1:length(mns1),rep(NA, 5),1:length(mns2))); + } + } + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Used by higher functions to calculate fold change +#'@description Utility method to calculate FC, used in higher function +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param paired Logical, true of false +#'@param cmpType Numeric, 0 or 1 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +GetFC <- function(mSetObj=NA, paired=FALSE, cmpType){ + + mSetObj <- .get.mSet(mSetObj); + + if(paired){ + # compute the average of paired FC (unit is pair) + if(mSetObj$dataSet$combined.method){ + data <- mSetObj$dataSet$norm; + }else{ + row.norm <- qs::qread("row_norm.qs"); + data <- log2(row.norm); + } + + G1 <- data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]), ] + G2 <- data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]), ] + + if(cmpType == 0){ + fc.mat <- G1-G2; + }else{ + fc.mat <- G2-G1; + } + fc.log <- apply(fc.mat, 2, mean); + fc.all <- signif(2^fc.log, 5); + }else{ + # compute the FC of two group means (unit is group) + data <- NULL; + if(mSetObj$dataSet$combined.method){ + data <- mSetObj$dataSet$norm; + m1 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]), ]); + m2 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]), ]); + + # create a named matrix of sig vars for display + if(cmpType == 0){ + fc.log <- signif (m1-m2, 5); + }else{ + fc.log <- signif (m2-m1, 5); + } + fc.all <- signif(2^fc.log, 5); + }else{ + data <- qs::qread("row_norm.qs"); + m1 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]), ]); + m2 <- colMeans(data[which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]), ]); + + # create a named matrix of sig vars for display + if(cmpType == 0){ + ratio <- m1/m2; + }else{ + ratio <- m2/m1; + } + fc.all <- signif(ratio, 5); + fc.log <- signif(log2(ratio), 5); + } + } + names(fc.all) <- names(fc.log) <- colnames(data); + return(list(fc.all = fc.all, fc.log = fc.log)); +} + +#'Perform t-test analysis +#'@description This function is used to perform t-test analysis. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nonpar Logical, use a non-parametric test, T or F. False is default. +#'@param threshp Numeric, enter the adjusted p-value (FDR) cutoff +#'@param paired Logical, is data paired (T) or not (F). +#'@param equal.var Logical, evaluates if the group variance is equal (T) or not (F). +#'@param all_results Logical, if TRUE, returns T-Test analysis results +#'for all compounds. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Ttests.Anal <- function(mSetObj=NA, nonpar=F, threshp=0.05, paired=FALSE, equal.var=TRUE, pvalType="fdr", all_results=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web & !nonpar & RequireFastUnivTests(mSetObj)){ + res <- PerformFastUnivTests(mSetObj$dataSet$norm, mSetObj$dataSet$cls, var.equal=equal.var); + }else{ + res <- GetTtestRes(mSetObj, paired, equal.var, nonpar); + } + t.stat <- res[,1]; + p.value <- res[,2]; + names(t.stat) <- names(p.value) <- colnames(mSetObj$dataSet$norm); + + p.log <- -log10(p.value); + fdr.p <- p.adjust(p.value, "fdr"); + + if(all_results==TRUE){ + + all.mat <- data.frame(signif(t.stat,5), signif(p.value,5), signif(p.log,5), signif(fdr.p,5)); + + if(nonpar){ + tt.nm = "Wilcoxon Rank Test"; + file.nm <- "wilcox_rank_all.csv" + colnames(all.mat) <- c("V", "p.value", "-log10(p)", "FDR"); + }else{ + tt.nm = "T-Tests"; + file.nm <- "t_test_all.csv"; + colnames(all.mat) <- c("t.stat", "p.value", "-log10(p)", "FDR"); + } + fast.write.csv(all.mat, file=file.nm); + } + + if(pvalType=="fdr"){ + inx.imp <- fdr.p <= threshp; + }else{ + inx.imp <- p.value <= threshp; + } + + sig.num <- sum(inx.imp); + AddMsg(paste("A total of", sig.num, "significant features were found.")); + + if(sig.num > 0){ + sig.t <- t.stat[inx.imp]; + sig.p <- p.value[inx.imp]; + lod<- -log10(sig.p); + sig.q <-fdr.p[inx.imp]; + + sig.mat <- cbind(sig.t, sig.p, lod, sig.q); + colnames(sig.mat) <- c("t.stat", "p.value", "-log10(p)", "FDR"); + ord.inx <- order(sig.p); + sig.mat <- sig.mat[ord.inx,,drop=F]; + sig.mat <- signif(sig.mat, 5); + + if(nonpar){ + tt.nm = "Wilcoxon Rank Test"; + file.nm <- "wilcox_rank.csv" + colnames(sig.mat) <- c("V", "p.value", "-log10(p)", "FDR"); + }else{ + tt.nm = "T-Tests"; + file.nm <- "t_test.csv"; + colnames(sig.mat) <- c("t.stat", "p.value", "-log10(p)", "FDR"); + } + fast.write.csv(sig.mat, file=file.nm); + + tt <- list ( + tt.nm = tt.nm, + sig.nm = file.nm, + sig.num = sig.num, + paired = paired, + raw.thresh = threshp, + t.score = t.stat, + p.value = p.value, + p.log = p.log, + thresh = -log10(threshp), # only used for plot threshold line + inx.imp = inx.imp, + sig.mat = sig.mat + ); + }else{ + tt <- list ( + sig.num = sig.num, + paired = paired, + raw.thresh = threshp, + t.score = t.stat, + p.value = p.value, + p.log = p.log, + thresh = -log10(threshp), # only used for plot threshold line + inx.imp = inx.imp + ); + } + + mSetObj$analSet$tt <- tt; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(as.numeric(sig.num)); + } + return(.set.mSet(mSetObj)); +} + +#'Plot t-test +#'@description Plot t-test +#'@usage PlotTT(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotTT <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 8; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/8; + + mSetObj$imgSet$tt <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(mSetObj$analSet$tt$p.log, ylab="-log10(p)", xlab=GetVariableLabel(mSetObj$dataSet$type), main=mSetObj$analSet$tt$tt.nm, pch=19, + col= ifelse(mSetObj$analSet$tt$inx.imp, "magenta", "darkgrey")); + abline(h=mSetObj$analSet$tt$thresh, lty=3); + axis(4); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Perform Volcano Analysis +#'@description Perform volcano analysis +#'@usage Volcano.Anal(mSetObj=NA, paired=FALSE, fcthresh, cmpType, nonpar=F, threshp, equal.var=TRUE, pval.type="raw") +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param paired Logical, T if data is paired, F if data is not. +#'@param fcthresh Numeric, input the fold change threshold +#'@param cmpType Comparison type, 0 indicates group 1 vs group 2, and 1 indicates group 2 vs group 1 +#'@param percent.thresh Only for paired data, numeric, indicate the significant count threshold +#'@param nonpar Logical, indicate if a non-parametric test should be used (T or F) +#'@param threshp Numeric, indicate the p-value threshold +#'@param equal.var Logical, indicates if the group variance is equal (T) or unequal (F) +#'@param pval.type To indicate raw p-values, use "raw". To indicate FDR-adjusted p-values, use "fdr". +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Volcano.Anal <- function(mSetObj=NA, paired=FALSE, fcthresh, cmpType, nonpar=F, threshp, equal.var=TRUE, pval.type="raw"){ + + mSetObj <- .get.mSet(mSetObj); + + # Note, volcano is based on t-tests and fold change analysis + #### t-tests and p values + if(is.null(mSetObj$analSet$tt) || mSetObj$analSet$tt$paired != paired){ + mSetObj <- Ttests.Anal(mSetObj, nonpar, threshp, paired, equal.var, pval.type); + mSetObj <- .get.mSet(mSetObj); + }else{ + if(mSetObj$analSet$tt$raw.thresh != threshp){ + mSetObj <- Ttests.Anal(mSetObj, nonpar, threshp, paired, equal.var, pval.type); + mSetObj <- .get.mSet(mSetObj); + } + } + + p.value <- mSetObj$analSet$tt$p.value; + + if(pval.type == "fdr"){ + p.value <- p.adjust(p.value, "fdr"); + } + + inx.p <- p.value <= threshp; + p.log <- -log10(p.value); + + print("p") + print(threshp) + #### fc analysis + if(is.null(mSetObj$analSet$fc) || mSetObj$analSet$fc$paired != paired){ + mSetObj <- FC.Anal(mSetObj, fcthresh, cmpType, paired); + mSetObj <- .get.mSet(mSetObj); + }else{ # check if FC is different + if(mSetObj$analSet$fc$raw.thresh != fcthresh){ + mSetObj <- FC.Anal(mSetObj, fcthresh, cmpType, paired); + mSetObj <- .get.mSet(mSetObj); + } + } + + fcthresh = ifelse(fcthresh>1, fcthresh, 1/fcthresh); + max.xthresh <- log2(fcthresh); + min.xthresh <- log2(1/fcthresh); + + print("fc") + print(max.xthresh) + print(min.xthresh) + + fc.log <- mSetObj$analSet$fc$fc.log; + fc.all <- mSetObj$analSet$fc$fc.all; + + inx.up <- mSetObj$analSet$fc$inx.up; + inx.down <- mSetObj$analSet$fc$inx.down; + + # create named sig table for display + inx.imp <- (inx.up | inx.down) & inx.p; + sig.var <- cbind(fc.all[inx.imp,drop=F], fc.log[inx.imp,drop=F], p.value[inx.imp,drop=F], p.log[inx.imp,drop=F]); + + if(pval.type == "fdr"){ + colnames(sig.var) <- c("FC", "log2(FC)", "p.ajusted", "-log10(p)"); + }else{ + colnames(sig.var) <- c("FC", "log2(FC)", "raw.pval", "-log10(p)"); + } + + # first order by log(p), then by log(FC) + ord.inx <- order(sig.var[,4], abs(sig.var[,2]), decreasing=T); + sig.var <- sig.var[ord.inx,,drop=F]; + sig.var <- signif(sig.var,5); + + fileName <- "volcano.csv"; + fast.write.csv(signif(sig.var,5), file=fileName); + + volcano <- list ( + raw.threshx = fcthresh, + raw.threshy = threshp, + paired = paired, + max.xthresh = max.xthresh, + min.xthresh = min.xthresh, + thresh.y = -log10(threshp), + fc.all = fc.all, + fc.log = fc.log, + inx.up = inx.up, + inx.down = inx.down, + p.log = p.log, + inx.p = inx.p, + sig.mat = sig.var + ); + + mSetObj$analSet$volcano <- volcano; + return(.set.mSet(mSetObj)); +} + +#'Create volcano plot +#'@description For labelling interesting points, it is defined by the following rules: +#'need to be signficant (sig.inx) and or 2. top 5 p, or 2. top 5 left, or 3. top 5 right. +#'@usage PlotVolcano(mSetObj=NA, imgName, plotLbl, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param plotLbl Logical, plot labels, 1 for yes and 0 for no. +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotVolcano <- function(mSetObj=NA, imgName, plotLbl, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 10; + }else if(width == 0){ + w <- 8; + }else{ + w <- width; + } + h <- w*6/10; + + mSetObj$imgSet$volcano <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mar=c(5,5,3,4)); + vcn <- mSetObj$analSet$volcano; + MyGray <- rgb(t(col2rgb("black")), alpha=40, maxColorValue=255); + MyHighlight <- rgb(t(col2rgb("magenta")), alpha=80, maxColorValue=255); + + + imp.inx<-(vcn$inx.up | vcn$inx.down) & vcn$inx.p; + plot(vcn$fc.log, vcn$p.log, pch=20, cex=ifelse(imp.inx, 1.2, 0.7), + col = ifelse(imp.inx, MyHighlight, MyGray), + xlab="log2 (FC)", ylab="-log10(p)"); + + sig.inx <- imp.inx; + p.topInx <- GetTopInx(vcn$p.log, 5, T) & (vcn$inx.down); + fc.leftInx <- GetTopInx(vcn$fc.log, 5, F); + lblInx <- sig.inx & (p.topInx | fc.leftInx); + if(plotLbl & sum(lblInx, na.rm=T) > 0){ + text.lbls<-substr(colnames(mSetObj$dataSet$norm)[lblInx],1,14) # some names may be too long + text(vcn$fc.log[lblInx], vcn$p.log[lblInx],labels=text.lbls, pos=2, col="blue", srt=-30, xpd=T, cex=0.8); + } + + p.topInx <- GetTopInx(vcn$p.log, 5, T) & (vcn$inx.up); + fc.rtInx <- GetTopInx(vcn$fc.log, 5, T); + lblInx <- sig.inx & (p.topInx | fc.rtInx); + if(plotLbl & sum(lblInx, na.rm=T) > 0){ + text.lbls<-substr(colnames(mSetObj$dataSet$norm)[lblInx],1,14) # some names may be too long + text(vcn$fc.log[lblInx], vcn$p.log[lblInx],labels=text.lbls, pos=4, col="blue", srt=30, xpd=T, cex=0.8); + } + abline (v = vcn$max.xthresh, lty=3); + abline (v = vcn$min.xthresh, lty=3); + abline (h = vcn$thresh.y, lty=3); + axis(4); # added by Beomsoo + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'ANOVA +#'@description Perform anova and only return p values and MSres (for Fisher's LSD) +#'@param x Input the data to perform ANOVA +#'@param cls Input class labels +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +aof <- function(x, cls) { + aov(x ~ cls); +} + + +#'Kruskal-Wallis +#'@description Perform Kruskal-Wallis Test +#'@param x Input data to perform Kruskal-Wallis +#'@param cls Input class labels +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +kwtest <- function(x, cls) { + kruskal.test(x ~ cls); +} + +#'Fisher for ANOVA +#'@description Perform Fisher LSD for ANOVA, used in higher function +#'@param aov.obj Input the anova object +#'@param thresh Numeric, input the alpha threshold +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +FisherLSD <- function(aov.obj, thresh){ + LSD.test(aov.obj,"cls", alpha=thresh) +} + +#'Return only the signicant comparison names +#'@description Return only the signicant comparison names, used in higher function +#'@param tukey Input tukey output +#'@param cut.off Input numeric cut-off +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +parseTukey <- function(tukey, cut.off){ + inx <- tukey$cls[,"p adj"] <= cut.off; + paste(rownames(tukey$cls)[inx], collapse="; "); +} + +#'Return only the signicant comparison names +#'@description Return only the signicant comparison names, used in higher function +#'@param fisher Input fisher object +#'@param cut.off Numeric, set cut-off +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +parseFisher <- function(fisher, cut.off){ + inx <- fisher[,"pvalue"] <= cut.off; + paste(rownames(fisher)[inx], collapse="; "); +} + +#'Perform ANOVA analysis +#'@description ANOVA analysis +#'@usage ANOVA.Anal(mSetObj=NA, nonpar=F, thresh=0.05, post.hoc="fisher") +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nonpar Logical, use a non-parametric test (T) or not (F) +#'@param thresh Numeric, from 0 to 1, indicate the p-value threshold +#'@param post.hoc Input the name of the post-hoc test, "fisher" or "tukey" +#'@param all_results Logical, if TRUE, it will output the ANOVA results for all compounds +#'with no post-hoc tests performed. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +ANOVA.Anal<-function(mSetObj=NA, nonpar=F, thresh=0.05, post.hoc="fisher", all_results=FALSE){ + + mSetObj <- .get.mSet(mSetObj); + + sig.num <- 0; + if(nonpar){ + aov.nm <- "Kruskal Wallis Test"; + anova.res <- apply(as.matrix(mSetObj$dataSet$norm), 2, kwtest, cls=mSetObj$dataSet$cls); + + #extract all p values + res <- unlist(lapply(anova.res, function(x) {c(x$statistic, x$p.value)})); + res <- data.frame(matrix(res, nrow=length(anova.res), byrow=T), stringsAsFactors=FALSE); + + fstat <- res[,1]; + p.value <- res[,2]; + + names(fstat) <- names(p.value) <- colnames(mSetObj$dataSet$norm); + fdr.p <- p.adjust(p.value, "fdr"); + + #inx.imp <- p.value <= thresh; + inx.imp <- fdr.p <= thresh; + sig.num <- sum(inx.imp); + + if(sig.num > 0){ + sig.f <- fstat[inx.imp]; + sig.p <- p.value[inx.imp]; + fdr.p <- fdr.p[inx.imp]; + + sig.mat <- data.frame(signif(sig.f,5), signif(sig.p,5), signif(-log10(sig.p),5), signif(fdr.p,5), 'NA'); + rownames(sig.mat) <- names(sig.p); + colnames(sig.mat) <- c("chi.squared", "p.value", "-log10(p)", "FDR", "Post-Hoc"); + + # order the result simultaneously + ord.inx <- order(sig.p, decreasing = FALSE); + sig.mat <- sig.mat[ord.inx,,drop=F]; + + fileName <- "kw_posthoc.csv"; + my.mat <- sig.mat[,1:4]; + colnames(my.mat) <- c("chi_squared", "pval_KW", "-log10(p)", "FDR"); + } + }else{ + aov.nm <- "One-way ANOVA"; + if(.on.public.web & RequireFastUnivTests(mSetObj)){ + res <- PerformFastUnivTests(mSetObj$dataSet$norm, mSetObj$dataSet$cls); + }else{ + aov.res <- apply(as.matrix(mSetObj$dataSet$norm), 2, aof, cls=mSetObj$dataSet$cls); + anova.res <- lapply(aov.res, anova); + + #extract all p values + res <- unlist(lapply(anova.res, function(x) { c(x["F value"][1,], x["Pr(>F)"][1,])})); + res <- data.frame(matrix(res, nrow=length(aov.res), byrow=T), stringsAsFactors=FALSE); + } + fstat <- res[,1]; + p.value <- res[,2]; + names(fstat) <- names(p.value) <- colnames(mSetObj$dataSet$norm); + + fdr.p <- p.adjust(p.value, "fdr"); + + if(all_results==TRUE){ + all.mat <- data.frame(signif(p.value,5), signif(-log10(p.value),5), signif(fdr.p,5)); + rownames(all.mat) <- names(p.value); + colnames(all.mat) <- c("p.value", "-log10(p)", "FDR"); + fast.write.csv(all.mat, "anova_all_results.csv") + } + + # do post-hoc only for signficant entries + # inx.imp <- p.value <= thresh; + inx.imp <- fdr.p <= thresh; + sig.num <- sum(inx.imp); + if(sig.num > 0){ + # note aov obj is not avaible using fast version + # need to recompute using slower version for the sig ones + if(.on.public.web & RequireFastUnivTests(mSetObj)){ + aov.imp <- apply(as.matrix(mSetObj$dataSet$norm[,inx.imp,drop=FALSE]), 2, aof, cls=mSetObj$dataSet$cls); + }else{ + aov.imp <- aov.res[inx.imp]; + } + sig.f <- fstat[inx.imp]; + sig.p <- p.value[inx.imp]; + fdr.p <- fdr.p[inx.imp]; + cmp.res <- NULL; + post.nm <- NULL; + if(post.hoc=="tukey"){ + tukey.res<-lapply(aov.imp, TukeyHSD, conf.level=1-thresh); + cmp.res <- unlist(lapply(tukey.res, parseTukey, cut.off=thresh)); + post.nm = "Tukey's HSD"; + }else{ + fisher.res<-lapply(aov.imp, FisherLSD, thresh); + cmp.res <- unlist(lapply(fisher.res, parseFisher, cut.off=thresh)); + post.nm = "Fisher's LSD"; + } + + # create the result dataframe, + # note, the last column is string, not double + + sig.mat <- data.frame(signif(sig.f,5), signif(sig.p,5), signif(-log10(sig.p),5), signif(fdr.p,5), cmp.res); + rownames(sig.mat) <- names(sig.p); + colnames(sig.mat) <- c("f.value", "p.value", "-log10(p)", "FDR", post.nm); + + # order the result simultaneously + ord.inx <- order(sig.p, decreasing = FALSE); + sig.mat <- sig.mat[ord.inx,,drop=F]; + fileName <- "anova_posthoc.csv"; + } + } + + AddMsg(paste(c("A total of", sum(inx.imp), "significant features were found."), collapse=" ")); + if(sig.num> 0){ + res <- 1; + fast.write.csv(sig.mat,file=fileName); + aov<-list ( + aov.nm = aov.nm, + sig.num = sig.num, + sig.nm = fileName, + raw.thresh = thresh, + thresh = -log10(thresh), # only used for plot threshold line + p.value = p.value, + p.log = -log10(p.value), + inx.imp = inx.imp, + post.hoc = post.hoc, + sig.mat = sig.mat + ); + }else{ + res <- 0; + aov<-list ( + aov.nm = aov.nm, + sig.num = sig.num, + raw.thresh = thresh, + thresh = -log10(thresh), # only used for plot threshold line + p.value = p.value, + p.log = -log10(p.value), + inx.imp = inx.imp + ); + } + mSetObj$analSet$aov <- aov; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(res); + }else{ + return(.set.mSet(mSetObj)); + } +} + +#'Plot ANOVA +#'@description Plot ANOVA +#'@usage PlotANOVA(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotANOVA <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + lod <- mSetObj$analSet$aov$p.log; + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/9; + + mSetObj$imgSet$anova <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(lod, ylab="-log10(p)", xlab = GetVariableLabel(mSetObj$dataSet$type), main=mSetObj$analSet$aov$aov.nm, type="n"); + red.inx <- which(mSetObj$analSet$aov$inx.imp); + blue.inx <- which(!mSetObj$analSet$aov$inx.imp); + points(red.inx, lod[red.inx], bg="red", cex=1.2, pch=21); + points(blue.inx, lod[blue.inx], bg="green", pch=21); + abline (h=mSetObj$analSet$aov$thresh, lty=3); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot Compound View +#'@description Plots a bar-graph of selected compound over groups +#'@usage PlotCmpdView(mSetObj=NA, cmpdNm, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param cmpdNm Input a name for the compound +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +PlotCmpdView <- function(mSetObj=NA, cmpdNm, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + } + + if(mSetObj$dataSet$type.cls.lbl=="integer"){ + cls <- as.factor(as.numeric(levels(mSetObj$dataSet$cls))[mSetObj$dataSet$cls]); + }else{ + cls <- mSetObj$dataSet$cls; + } + + imgName <- gsub("\\/", "_", cmpdNm); + imgName <- paste(imgName, "_dpi", dpi, ".", format, sep=""); + + my.width <- 200; + adj.width <- 90*length(levels(cls))+20; + if(adj.width > my.width){ + my.width <- adj.width; + } + + x <- mSetObj$dataSet$norm[, cmpdNm] + y <- cls + df <- data.frame(conc = x, class = y) + col <- unique(GetColorSchema(y)) + + Cairo::Cairo(file = imgName, dpi=dpi, width=my.width, height=325, type=format, bg="transparent"); + + p <- ggplot2::ggplot(df, aes(x=class, y=conc, fill=class)) + geom_boxplot(notch=FALSE, outlier.shape = NA, outlier.colour=NA) + theme_bw() + geom_jitter(size=1) + p <- p + theme(axis.title.x = element_blank(), axis.title.y = element_blank(), legend.position = "none") + p <- p + stat_summary(fun.y=mean, colour="yellow", geom="point", shape=18, size=3, show.legend = FALSE) + p <- p + theme(text = element_text(size=15), plot.margin = margin(t=0.20, r=0.25, b=0.55, l=0.25, "cm")) + p <- p + scale_fill_manual(values=col) + ggtitle(cmpdNm) + theme(axis.text.x = element_text(angle=45, hjust=1)) + p <- p + theme(plot.title = element_text(size = 13, hjust=0.5, face="bold"), axis.text = element_text(size=10)) + print(p) + dev.off() + +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Sig Table for Fold-Change Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.FC <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$fc$sig.mat, "fold change analysis", mSetObj$dataSet$type); +} + +GetFCSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$fc$sig.mat)); +} + +GetFCSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$fc$sig.mat); +} + +GetFcSigUpMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$fc$fc.log; + red.inx<- which(mSetObj$analSet$fc$inx.up); + if(sum(red.inx) > 0){ + return(as.matrix(cbind(red.inx, lod[red.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetFcSigUpIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + red.inx<- which(mSetObj$analSet$fc$inx.up); + if(sum(red.inx) > 0){ + return(names(mSetObj$analSet$fc$fc.log)[red.inx]); + }else{ + return("NA"); + } +} + +GetFcSigDnMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$fc$fc.log; + blue.inx<- which(mSetObj$analSet$fc$inx.down); + if(sum(blue.inx) > 0){ + return(as.matrix(cbind(blue.inx, lod[blue.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetFcSigDnIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + blue.inx<- which(mSetObj$analSet$fc$inx.down); + if(sum(blue.inx) > 0){ + return(names(mSetObj$analSet$fc$fc.log)[blue.inx]); + }else{ + return("NA"); + } +} + +GetFcUnsigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$fc$fc.log; + inx.imp <- mSetObj$analSet$fc$inx.up | mSetObj$analSet$fc$inx.down; + blue.inx<- which(!inx.imp); + if(sum(blue.inx) > 0){ + return(as.matrix(cbind(blue.inx, lod[blue.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetFcUnsigIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$fc$fc.log; + inx.imp <- mSetObj$analSet$fc$inx.up | mSetObj$analSet$fc$inx.down; + blue.inx<- which(!inx.imp); + if(sum(blue.inx) > 0){ + return(names(mSetObj$analSet$fc$fc.log)[blue.inx]); + }else{ + return("NA"); + } +} + +GetFCSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$fc$sig.mat); +} + +GetAovSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(as.matrix(mSetObj$analSet$aov$sig.mat[, 1:4]))); +} + +GetAovSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$aov$sig.mat); +} + +GetAovSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$aov$sig.mat[, 1:4]); +} + +GetAovPostHocSig <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$aov$sig.mat[,5]; +} + +#'Sig Table for Anova +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.Anova <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$aov$sig.mat, "One-way ANOVA and post-hoc analysis", mSetObj$dataSet$type); +} + +GetAnovaUpMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$aov$p.log; + red.inx<- which(mSetObj$analSet$aov$inx.imp); + if(sum(red.inx) > 0){ + return(as.matrix(cbind(red.inx, lod[red.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetAovUpIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + red.inx<- which(mSetObj$analSet$aov$inx.imp); + if(sum(red.inx) > 0){ + return(names(mSetObj$analSet$aov$p.log)[red.inx]); + }else{ + return("NA"); + } +} + +GetAnovaDnMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$aov$p.log; + blue.inx <- which(!mSetObj$analSet$aov$inx.imp); + if(sum(blue.inx) > 0){ + return(as.matrix(cbind(blue.inx, lod[blue.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetAovDnIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + blue.inx<- which(!mSetObj$analSet$aov$inx.imp); + if(sum(blue.inx) > 0){ + return(names(mSetObj$analSet$aov$p.log)[blue.inx]); + }else{ + return("NA"); + } +} + +GetAnovaCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + names(mSetObj$analSet$aov$p.log); +} + +GetAnovaSigFileName <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$aov$sig.nm; +} + +#'Sig Table for T-test Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.TT <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$tt$sig.mat, "t-tests", mSetObj$dataSet$type); +} + +#'T-test matrix +#'@description Return a double matrix with 2 columns - p values and lod +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetTTSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$tt$sig.mat)); +} + +GetTTSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$tt$sig.mat); +} + +GetTTSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$tt$sig.mat); +} + +GetTtUpMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$tt$p.log; + red.inx<- which(mSetObj$analSet$tt$inx.imp); + if(sum(red.inx) > 0){ + return(as.matrix(cbind(red.inx, lod[red.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetTtUpIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + red.inx<-which(mSetObj$analSet$tt$inx.imp);; + if(sum(red.inx) > 0){ + return(names(mSetObj$analSet$tt$p.log)[red.inx]); + }else{ + return("NA"); + } +} + +GetTtDnMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$tt$p.log; + blue.inx <- which(!mSetObj$analSet$tt$inx.imp); + + if(sum(blue.inx) > 0){ + return(as.matrix(cbind(blue.inx, lod[blue.inx]))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetTtDnIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + blue.inx<-which(!mSetObj$analSet$tt$inx.imp); + if(sum(blue.inx) > 0){ + return(names(mSetObj$analSet$tt$p.log)[blue.inx]); + }else{ + return("NA"); + } +} + +GetTtCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + names(mSetObj$analSet$tt$p.log); +} + +GetTtestSigFileName <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$tt$sig.nm; +} + +#'Retrieve T-test p-values +#'@description Utility method to get p values +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param paired Default set to FALSE +#'@param equal.var Default set to TRUE +#'@param nonpar Use non-parametric tests, default is set to FALSE +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetTtestRes <- function(mSetObj=NA, paired=FALSE, equal.var=TRUE, nonpar=F){ + + mSetObj <- .get.mSet(mSetObj); + inx1 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]); + inx2 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]); + if(length(inx1) ==1 || length(inx2) == 1){ + equal.var <- TRUE; # overwrite use option if one does not have enough replicates + } + univ.test <- function(x){t.test(x[inx1], x[inx2], paired = paired, var.equal = equal.var)}; + if(nonpar){ + univ.test <- function(x){wilcox.test(x[inx1], x[inx2], paired = paired)}; + } + my.fun <- function(x) { + tmp <- try(univ.test(x)); + if(class(tmp) == "try-error") { + return(c(NA, NA)); + }else{ + return(c(tmp$statistic, tmp$p.value)); + } + } + res <- apply(as.matrix(mSetObj$dataSet$norm), 2, my.fun); + return(t(res)); +} + +#'Utility method to perform the univariate analysis automatically +#'@description The approach is computationally expensive,and fails more often +#'get around: make it lazy unless users request, otherwise the default t-test will also be affected +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +GetUnivReport <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + paired <- mSetObj$analSet$tt$paired; + threshp <- mSetObj$analSet$tt$raw.thresh; + + inx1 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[1]); + inx2 <- which(mSetObj$dataSet$cls==levels(mSetObj$dataSet$cls)[2]); + + # output list (mean(sd), mean(sd), p-value, FoldChange, Up/Down) + univStat.mat <- apply(as.matrix(mSetObj$dataSet$norm), 2, function(x) { + + # normality test for each group + # ks <- ks.test(x[inx1], x[inx2]); + if( var(x[inx1], na.rm=T) == 0 |var(x[inx2], na.rm=T) == 0 ){ # shapiro cannot work when all values are same + method = ""; + }else{ + sw.g1 <- shapiro.test(x[inx1]); + sw.g2 <- shapiro.test(x[inx2]); + method <- ifelse( ((sw.g1$p.value <= 0.05) | (sw.g2$p.value <= 0.05)), "(W)","") + } + if (method == "(W)") { + # wilcoxon test + tmp <- try(wilcox.test(x[inx1], x[inx2], paired = paired)); + } else { + # t-test + equal.var <- TRUE; + if(var(x, na.rm=TRUE) != 0) { + anal.var <- var.test(x[inx1], x[inx2]); + equal.var <- ifelse(anal.var$p.value <= 0.05, FALSE, TRUE); + } + + tmp <- try(t.test(x[inx1], x[inx2], paired = paired, var.equal = equal.var)); + } + if(class(tmp) == "try-error") { + return(NA); + }else{ + mean1 <- mean(x[inx1]); + mean2 <- mean(x[inx2]); + sd1 <- sd(x[inx1]); + sd2 <- sd(x[inx2]); + p.value <- paste(ifelse(tmp$p.value < 0.0001, "< 0.0001", sprintf("%.4f", tmp$p.value,4))," ", method, sep=""); + p.value.origin <- tmp$p.value; + foldChange <- mean1 / mean2; + foldChange <- round(ifelse( foldChange >= 1, foldChange, (-1/foldChange) ), 2); + upDown <- ifelse(mean1 > mean2, "Up","Down"); + + univStat <- c( + meanSD1 = sprintf("%.3f (%.3f)", mean1, sd1), + meanSD2 = sprintf("%.3f (%.3f)", mean2, sd2), + p.value = p.value, + foldChange = foldChange, + upDown = upDown, + p.value.origin = sprintf("%.5f", p.value.origin) + ); + return(univStat); + } + }) + + univStat.mat <- as.data.frame(t(univStat.mat)); + + # add FDR/q-value + q.value <- sprintf("%.4f", p.adjust(p=as.numeric(levels(univStat.mat$p.value.origin))[univStat.mat$p.value.origin], method='fdr')); + univStat.mat <- cbind(univStat.mat[, c(1,2,3)], q.value, univStat.mat[, c(4,5)], univStat.mat[,6]); + names(univStat.mat)[1] <- paste("Mean (SD) of ", levels(mSetObj$dataSet$cls)[1], sep=''); + names(univStat.mat)[2] <- paste("Mean (SD) of ", levels(mSetObj$dataSet$cls)[2], sep=''); + names(univStat.mat)[3] <- "p-value"; + names(univStat.mat)[4] <- "q-value (FDR)"; + names(univStat.mat)[5] <- "Fold Change"; + names(univStat.mat)[6] <- paste(levels(mSetObj$dataSet$cls)[1],"/", levels(mSetObj$dataSet$cls)[2], sep=''); + names(univStat.mat)[7] <- "p.value.origin"; + + univStat.mat <- cbind(Name=rownames(univStat.mat), univStat.mat); + rownames(univStat.mat) <- NULL + + ## generate univariate report file (univAnalReport.csv). + ## mixed with t-test and wilcoxon test depend on each metabolite's distribution + univAnal.mat <- univStat.mat; + note.str <- paste("\n Univariate Analysis Result for each variable/metabolite\n\n", + "[NOTE]\n", + " p-value is calculated with t-test as a default.\n", + " p-value with (W) is calculated by the Wilcoxon Mann Whitney test\n\n\n", sep=''); + + cat(note.str, file="univAnalReport.csv", append=FALSE); + write.table(univAnal.mat, file="univAnalReport.csv", append=TRUE, sep=",", row.names=FALSE); + + ## generate subset with the threshold (p-value) + sigones <- which(as.numeric(as.character(univAnal.mat$p.value.origin)) <= threshp); + orig.data<- qs::qread("data_orig.qs"); + sigDataSet.orig <- cbind(SampleID=rownames(orig.data), Label=mSetObj$dataSet$cls, orig.data[,c(sigones)]) + sigDataSet.norm <- cbind(SampleID=rownames(orig.data), Label=mSetObj$dataSet$cls, orig.data[,c(sigones)]) + + write.table(sigDataSet.orig, file=paste("data_subset_orig_p", threshp, ".csv", sep=''), append=FALSE, sep=",", row.names=FALSE); + write.table(sigDataSet.norm, file=paste("data_subset_norm_p", threshp, ".csv", sep=''), append=FALSE, sep=",", row.names=FALSE); +} + +ContainInfiniteTT<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(sum(!is.finite(mSetObj$analSet$tt$sig.mat))>0){ + return("true"); + } + return("false"); +} + +GetVolcanoDnMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- (vcn$inx.up | vcn$inx.down) & vcn$inx.p; + blue.inx <- which(!imp.inx); + + if(sum(blue.inx)>0){ + xs <- vcn$fc.log[blue.inx] + ys <- vcn$p.log[blue.inx]; + return(as.matrix(cbind(xs, ys))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetVolcanoUpLftMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- vcn$inx.down & vcn$inx.p; + red.inx <- which(imp.inx); + if(sum(red.inx)>0){ + xs <- vcn$fc.log[red.inx] + ys <- vcn$p.log[red.inx]; + return(as.matrix(cbind(xs, ys))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetVolcanoUpRgtMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- vcn$inx.up & vcn$inx.p; + red.inx <- which(imp.inx); + if(sum(red.inx)>0){ + xs <- vcn$fc.log[red.inx] + ys <- vcn$p.log[red.inx]; + return(as.matrix(cbind(xs, ys))); + }else{ + return(as.matrix(cbind(-1, -1))); + } +} + +GetVolcanoUpLftIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- vcn$inx.down & vcn$inx.p; + red.inx <- which(imp.inx); + if(sum(red.inx)>0){ + return(names(mSetObj$analSet$volcano$fc.log)[red.inx]); + }else{ + return("NA"); + } +} + +GetVolcanoUpRgtIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- vcn$inx.up & vcn$inx.p; + red.inx <- which(imp.inx); + if(sum(red.inx)>0){ + return(names(mSetObj$analSet$volcano$fc.log)[red.inx]); + }else{ + return("NA"); + } +} + +GetVolcanoDnIDs <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + vcn <- mSetObj$analSet$volcano; + imp.inx <- (vcn$inx.up | vcn$inx.down) & vcn$inx.p; + blue.inx <- which(!imp.inx); + if(sum(blue.inx)>0){ + return(names(mSetObj$analSet$volcano$fc.log)[blue.inx]); + }else{ + return("NA"); + } +} + +GetVolcanoCmpds <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + names(mSetObj$analSet$volcano$fc.log); +} + +#'Volcano indices +#'@description Get indices of top n largest/smallest number +#'@param vec Vector containing volcano indices +#'@param n Numeric +#'@param dec Logical, default set to TRUE +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +GetTopInx <- function(vec, n, dec=T){ + inx <- order(vec, decreasing = dec)[1:n]; + # convert to T/F vec + vec<-rep(F, length=length(vec)); + vec[inx] <- T; + return (vec); +} + +#'Sig table for Volcano Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.Volcano <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$volcano$sig.mat, "volcano plot", mSetObj$dataSet$type); +} + +GetVolcanoSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$volcano$sig.mat)); +} + +GetVolcanoSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(rownames(mSetObj$analSet$volcano$sig.mat)); +} + +GetVolcanoSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(colnames(mSetObj$analSet$volcano$sig.mat)); +} + +ContainInfiniteVolcano <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + if(sum(!is.finite(mSetObj$analSet$volcano$sig.mat))>0){ + return("true"); + } + return("false"); +} + +GetAovSigNum <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(mSetObj$analSet$aov$sig.num); +} + + +#'Calculate Fisher's Least Significant Difference (LSD) +#'@description Adapted from the 'agricolae' package +#'@param y Input Y +#'@param trt Input trt +#'@param alpha Numeric, default is 0.05 +#'@author Jeff Xia\email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +LSD.test <- function(y, trt, alpha = 0.05){ + clase<-c("aov","lm") + name.y <- paste(deparse(substitute(y))) + name.t <- paste(deparse(substitute(trt))) + if("aov"%in%class(y) | "lm"%in%class(y)){ + A<-y$model + DFerror<-df.residual(y) + MSerror<-deviance(y)/DFerror + y<-A[,1] + ipch<-pmatch(trt,names(A)) + name.t <-names(A)[ipch] + trt<-A[,ipch] + name.y <- names(A)[1] + } + junto <- subset(data.frame(y, trt), is.na(y) == FALSE) + means <- tapply.stat(junto[, 1], junto[, 2], stat="mean") #change + sds <- tapply.stat(junto[, 1], junto[, 2], stat="sd") #change + nn <- tapply.stat(junto[, 1], junto[, 2], stat="length") #change + std.err <- sds[, 2]/sqrt(nn[, 2]) + Tprob <- qt(1 - alpha/2, DFerror) + LCL <- means[,2]-Tprob*std.err + UCL <- means[,2]+Tprob*std.err + means <- data.frame(means, std.err, replication = nn[, 2], LCL, UCL) + names(means)[1:2] <- c(name.t, name.y) + #row.names(means) <- means[, 1] + ntr <- nrow(means) + nk <- choose(ntr, 2) + nr <- unique(nn[, 2]) + + comb <- combn(ntr, 2) + nn <- ncol(comb) + dif <- rep(0, nn) + LCL1<-dif + UCL1<-dif + sig<-NULL + pvalue <- rep(0, nn) + for (k in 1:nn) { + i <- comb[1, k] + j <- comb[2, k] + if (means[i, 2] < means[j, 2]){ + comb[1, k]<-j + comb[2, k]<-i + } + dif[k] <- abs(means[i, 2] - means[j, 2]) + sdtdif <- sqrt(MSerror * (1/means[i, 4] + 1/means[j,4])) + pvalue[k] <- 2 * (1 - pt(dif[k]/sdtdif, DFerror)); + pvalue[k] <- round(pvalue[k],6); + LCL1[k] <- dif[k] - Tprob*sdtdif + UCL1[k] <- dif[k] + Tprob*sdtdif + sig[k]<-" " + if (pvalue[k] <= 0.001) sig[k]<-"***" + else if (pvalue[k] <= 0.01) sig[k]<-"**" + else if (pvalue[k] <= 0.05) sig[k]<-"*" + else if (pvalue[k] <= 0.1) sig[k]<-"." + } + tr.i <- means[comb[1, ],1] + tr.j <- means[comb[2, ],1] + output<-data.frame("Difference" = dif, pvalue = pvalue,sig,LCL=LCL1,UCL=UCL1) + rownames(output)<-paste(tr.i,tr.j,sep=" - "); + output; +} + + +tapply.stat <-function (y, x, stat = "mean"){ + cx<-deparse(substitute(x)) + cy<-deparse(substitute(y)) + x<-data.frame(c1=1,x) + y<-data.frame(v1=1,y) + nx<-ncol(x) + ny<-ncol(y) + namex <- names(x) + namey <- names(y) + if (nx==2) namex <- c("c1",cx) + if (ny==2) namey <- c("v1",cy) + namexy <- c(namex,namey) + for(i in 1:nx) { + x[,i]<-as.character(x[,i]) + } + z<-NULL + for(i in 1:nx) { + z<-paste(z,x[,i],sep="&") + } + w<-NULL + for(i in 1:ny) { + m <-tapply(y[,i],z,stat) + m<-as.matrix(m) + w<-cbind(w,m) + } + nw<-nrow(w) + c<-rownames(w) + v<-rep("",nw*nx) + dim(v)<-c(nw,nx) + for(i in 1:nw) { + for(j in 1:nx) { + v[i,j]<-strsplit(c[i],"&")[[1]][j+1] + } + } + rownames(w)<-NULL + junto<-data.frame(v[,-1],w) + junto<-junto[,-nx] + names(junto)<-namexy[c(-1,-(nx+1))] + return(junto) +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sub_class.qs b/V1.7.4/MetaboAnalyst_3.0.3/sub_class.qs new file mode 100644 index 0000000000000000000000000000000000000000..84160bba43b8feb5925f8877809e8db002a307b4 Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/sub_class.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/super_class.qs b/V1.7.4/MetaboAnalyst_3.0.3/super_class.qs new file mode 100644 index 0000000000000000000000000000000000000000..84d72bcb268ee96e350b7370d015356102fe223a Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/super_class.qs differ diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_biomarker.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_biomarker.R new file mode 100755 index 0000000000000000000000000000000000000000..2352b6acd2a5ea291d52e72e9bfb00c10ab61785 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_biomarker.R @@ -0,0 +1,567 @@ +#'Create report of analyses (Biomarker) +#'@description Report generation using Sweave +#'Puts together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateBiomarkerRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateBiomarkerIntr(); + + CreateBiomarkerOverview(); + CreateBiomarkerInputDoc(mSetObj); + CreateNORMdoc(mSetObj); + CreateBiomarkerRatioOverview(mSetObj); + + CreateUnivarBiomarkersDoc(mSetObj); + CreateMultiBiomarkersDoc(mSetObj); + CreateModelBiomarkersDoc(mSetObj); + + CreateRHistAppendix(); + CreateFooter(); +} + + +#'Create biomarker analysis report: Introduction +#'@description Report generation using Sweave +#'Biomarker analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateBiomarkerIntr<-function(){ + descr <- c("\\section{Background}\n", + "The metabolome is well-known to be a sensitive measure of health and disease, reflecting alterations", + " to the genome, proteome, and transcriptome, as well as changes in life-style and environment. As such,", + " one common goal of metabolomic studies is biomarker discovery, which aims to identify a metabolite or a set", + " of metabolites capable of classifying conditions or disease with high sensitivity (true-positive rate) and", + " specificity (true negative rate). Biomarker discovery is achieved through building predictive models of one or multiple metabolites", + " and evaluating the performance, or robustness of the model, to classify new patients into diseased or healthy categories.", + " The Biomarker analysis module supports all common ROC-curve based biomarker analyses. It includes several options for single (classical)", + " or multiple biomarker analysis, as well as for predictive biomarker model creation and evaluation.", + " For a comprehensive introductory tutorial and further details concerning biomarker analysis, please refer to", + " \\textbf{Translational biomarker discovery in clinical metabolomics: an introductory tutorial} by Xia et al. 2013 (PMID: 23543913).\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + + +#'Create biomarker analysis report: Overview +#'@description Report generation using Sweave +#'Power analysis report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateBiomarkerOverview <- function(){ + descr <- c("\\section{Biomarker Analysis Overview}\n", + "The module consists of five steps - uploading the data, data processing,", + " biomarker selection, performance evaluation, and model creation. There are several options within", + " MetaboAnalystR to perform each of these steps, supporting all common ROC-curve based biomarker analyses. \n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create biomarker analysis report: Data Input +#'@description Report generation using Sweave +#'Power analysis report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateBiomarkerInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The biomarker analysis module accepts either a compound concentration table, spectral binned data, or a peak intensity", + " table. The format of the data must be specified, identifying whether the samples are in rows or columns, and whether", + " or not the data is paired. The data may either be .csv or .txt files.", + " \n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # the data filtering + descr<-c("\\subsubsection{Data Filtering}\n", + " The purpose of data filtering is to identify and remove variables that are unlikely to be of", + " use when modeling the data. No phenotype information is used in the filtering process, so the result", + " can be used with any downstream analysis. This step can usually improve the results.", + " Data filtering is strongly recommended for datasets with a large number of variables (> 250) and", + " for datasets which contain a lot of noise (i.e.chemometrics data). Filtering can usually improve your", + " results\\footnote{Hackstadt AJ, Hess AM.\\textit{Filtering for increased power for microarray data analysis},", + " BMC Bioinformatics. 2009; 10: 11.}.", + " \n\n", + " \\textit{For data with < 250 of variables, filtering will reduce 5\\% of variables;", + " For a total number of variables between 250 and 500, 10\\% of variables will be removed;", + " For a total number of variables bewteen 500 and 1000, 25\\% of variables will be removed;", + " Finally, 40\\% of variables will be removed for data with over 1000 variables.}"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + filt.msg <- mSetObj$msgSet$filter.msg; + if(is.null(filt.msg)){ + filt.msg <- "No data filtering was performed."; + } + + cat(filt.msg, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr<-c("\\subsubsection{Data Integrity Check}\n", + " Before data analysis, a data integrity check is performed to make sure that all of the necessary", + " information has been collected. The class labels must be present and must contain only two classes.", + " If the samples are paired, the class label must be from -n/2 to -1 for one group, and 1 to n/2 for the second group", + " (n is the sample number and must be an even number). Class labels with the same absolute value are assumed to be pairs.", + " Compound concentration or peak intensity values must all be non-negative numbers.", + " By default, all missing values, zeros and negative values will be replaced by the half of the minimum positive value", + " found within the data (see next section)."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr<-c("\\subsubsection{Missing value imputations}\n", + "Too many zeroes or missing values will cause difficulties in the downstream analysis.", + " MetaboAnalystR offers several different methods for this purpose. The default method replaces ", + " all the missing and zero values with a small values (the half of the minimum positive", + " values in the original data) assuming to be the detection limit. The assumption of this approach", + " is that most missing values are caused by low abundance metabolites (i.e.below the detection limit).", + " In addition, since zero values may cause problem for data normalization (i.e. log), they are also ", + " replaced with this small value. User can also specify other methods, such as replace by mean/median,", + " or use K-Nearest Neighbours (KNN), Probabilistic PCA (PPCA), Bayesian PCA (BPCA) method, Singular Value Decomposition (SVD)", + " method to impute the missing values \\footnote{Stacklies W, Redestig H, Scholz M, Walther D, Selbig J.", + " \\textit{pcaMethods: a bioconductor package, providing PCA methods for incomplete data.}, Bioinformatics", + " 2007 23(9):1164-1167}. Please select the one that is the most appropriate for your data."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + if(is.null(mSetObj$msgSet$replace.msg)){ + mSetObj$msgSet$replace.msg <- "No data filtering was performed."; + } + + cat(mSetObj$msgSet$replace.msg, file=rnwFile, append=TRUE); + + cat("\n\n", file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create biomarker analysis report: Normalization, ratio +#'@description Report generation using Sweave +#'Biomarker analysis, ratio option +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateBiomarkerRatioOverview <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\subsection{Biomarker Analysis Normalization}\n", + "The normalization step for the biomarker analysis module includes an additional option for", + " calculating ratios between metabolite concentrations. Ratios between two metabolite concentrations", + " may provide more information than the two metabolite concentrations separately. MetaboAnalystR", + " will compute ratios between all possible metabolite pairs and then select the top ranked ratios (based on p-values)", + " to include with the data for further biomarker analysis. Please note, there is a potential overfitting issue", + " associated with this procedure. The main purpose of computing ratios of metabolite concentrations is to improve the chances of biomarker discovery,", + " therefore users will need to validate their performance in future, independent studies. Log normalization of the data will be performed", + " during the process. \n" + ); + cat(descr, file=rnwFile, append=TRUE); + + if(exists('ratio', where=mSetObj$analSet)){ + + ratiotable<-c("<<echo=false, results=tex>>=", + "CreateRatioTable(mSet)", + "@"); + cat(ratiotable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + else{ + rationo <- "No ratios between metabolite concentration pairs were computed."; + cat(rationo, file=rnwFile, append=TRUE); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Function to create a summary table for biomarker analysis: included metabolite ratios +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateRatioTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + ratiodf <- mSetObj$dataSet$ratio + ldf <- lapply(ratiodf, mean) + mdf <- do.call(rbind.data.frame, mdf) + colnames(mdf)[1] <- "Mean concentration ratios across all samples" + + print(xtable::xtable(mdf, caption="Top ranked included ratios for biomarker analysis"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create power analysis report: Biomarker Univariate Analysis +#'@description Report generation using Sweave +#'Biomarker analysis report, Univariate Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateUnivarBiomarkersDoc<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$imgSet$roc.univ.plot)){ + return() + } + + if(is.null(mSetObj$imgSet$roc.univ.boxplot)){ + return() + } + + descr <- c("\\section{Classical ROC curve analysis}\n", + "The aim of classical ROC curve analysis is to evaluate the performance of a single feature, either", + " one metabolite or a combined metabolite ratio pair, as a biomarker. The ROC curve summarizes the sensitivity", + " and specificity of that single feature to accurately classify data, which can then be used to compare", + " the overall accuracy of different biomarkers. \n"); + cat(descr, file=rnwFile, append=TRUE); + + descr <- paste("Figure", fig.count<<-fig.count+1, "ROC curve of an individual biomarker.") + + cat(descr, file=rnwFile, append=TRUE); + + descr <- paste("Figure", fig.count<<-fig.count+1, "Boxplot of an individual biomarker.") + + cat(descr, file=rnwFile, append=TRUE); + + ft.name <- paste(mSetObj$imgSet$roc.univ.name); + + univbio<-c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.univ.plot,"}", sep=""), + "\\caption{The ROC curve of an individual biomarker.", + " The sensitivity is on the y-axis, and the specificity is on the", + " x-axis. The area-under-the-curve (AUC) is in blue.", + "Selected individual biomarker name :", ft.name, "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.univ.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(univbio, file=rnwFile, append=TRUE, sep="\n"); + + ft.name <- paste(mSetObj$imgSet$roc.univ.name); + + univbio<-c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.35\\textwidth]{", mSetObj$imgSet$roc.univ.boxplot,"}", sep=""), + "\\caption{Box-plot of the concentrations of the selected", + " feature between two groups within the dataset.", + " A horizontal line is in red indicating the optimal cutoff.", + "Selected individual biomarker name :", ft.name, "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.univ.boxplot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(univbio, file=rnwFile, append=TRUE, sep="\n"); + + if(exists("feat.rank.mat")){ + univROCtable<-c("<<echo=false, results=tex>>=", + "CreateUnivROCTable()", + "@"); + cat(univROCtable, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +#'Create summary table for univariate ROC analysis +#'@description Report generation using Sweave +#'Function to create a summary table for univariate biomarker analysis +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateUnivROCTable<-function(){ + + univROCtable <- feat.rank.mat + + colnames(univROCtable) <- c("Area-under-the-curve", "T-test", "Log 2 Fold-Change", "Cluster") + + print(xtable::xtable(univROCtable, caption="AUC, Log2FC, T-test and K-Means Cluster for univariate biomarker analysis"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create biomarker analysis report: Multivariate Biomarker Analysis +#'@description Report generation using Sweave +#'Biomarker analysis report, Multivariate Biomarker Analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMultiBiomarkersDoc<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$analSet$multiROC$auc.vec)){ + return() + } + + descr <- c("\\section{Multivariate ROC curve exploration}\n", + "The aim of the multivariate exploratory ROC curve analysis is to evaluate the performance of biomarker models created", + " through automated important feature identification. There are three multivariate algorithms used for ROC curve analysis", + " partial least squares discriminant analysis (PLS-DA), random forest, and support vector machines (SVM). To begin,", + " ROC curves are generated by Monte-Carlo cross validation (MCCV) using balanced subsampling. In each MCCV, 2/3 of the samples", + " are used to evaluate feature importance, and the remaining 1/3 are used to validate the models created with the first step.", + " The top ranking features (max top 100) in terms of importance are used to build the biomarker classification models. This is repeated", + " several times to calculate the performance and confidence intervals of each model. Users", + " must specify the classification method and the feature ranking method for ROC curve analysis. For large datasets,", + " with more than 1000 features, the univariate feature ranking method is recommended to avoid long computation times. For", + " the PLS-DA method, users have the option to specify the number of latent variables (LV) to use. By default it is 2.", + " In the plots below, users have selected to create plots for all biomarker models, or a single biomarker model. The plot description", + " will indicate the model selected. If it is 0, it means the plot is for all biomarker models. A -1 means it used the best model, and an", + " input 1-6 to plot a ROC curve for one of the top six models.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1, ". shows the ROC curves of all or a single biomarker model based on the average cross validation performance."), + paste("Figure", fig.count<<-fig.count+1, ". shows the predicted class probabilities of all samples using a selected biomarker model."), + paste("Figure", fig.count<<-fig.count+1, ". shows the predictive accuracy of biomarker models with an increasing number of features."), + paste("Figure", fig.count<<-fig.count+1, ". shows the significant features of single biomarker model ranked by importance."), + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # ROC plot + + modelindex <- paste(mSetObj$imgSet$roc.multi.model) + + ROCplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.multi.plot,"}", sep=""), + "\\caption{", paste("Plot of ROC curves for all or a single biomarker model based on its average performance", + " across all MCCV runs. For a single biomarker, the 95 percent confidence interval", + " can be computed and will appear as a band around the ROC curve.", sep=""),"}", + "Selected model :", modelindex, + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.multi.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(ROCplot, file=rnwFile, append=TRUE, sep="\n"); + + # Prob + + modelindex2 <- paste(mSetObj$imgSet$roc.prob.name) + + ROCplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.prob.plot,"}", sep=""), + "\\caption{", paste("Plot of predicted class probabilities for all samples using a single biomarker model.", + " Due to balanced subsampling, the classification boundary is at the center (x=0.5, dotted line).", sep=""),"}", + "Selected model :", modelindex2, + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.prob.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(ROCplot, file=rnwFile, append=TRUE, sep="\n"); + + # Pred + + ROCplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.pred,"}", sep=""), + "\\caption{", paste("Plot of the predictive accuracy of biomarker models with an increasing number of features.", + " The most accurate biomarker model will be highlighted with a red dot.", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.pred,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(ROCplot, file=rnwFile, append=TRUE, sep="\n"); + + # Sig features + + modelindex3 <- paste(mSetObj$imgSet$roc.imp.name) + + ROCplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.imp.plot,"}", sep=""), + "\\caption{", paste("Plot of the most important features of a selected model ranked from most to least important.", + " Selected model :", modelindex3, sep=""), "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.imp.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(ROCplot, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +#'Create biomarker analysis report: ROC Curve Based Model Creation and Evaluation +#'@description Report generation using Sweave +#'Biomarker analysis report, ROC Curve Based Model Creation and Evaluation +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateModelBiomarkersDoc<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(is.null(mSetObj$analSet$ROCtest$auc.vec)){ + return() + } + + descr <- c("\\section{ROC Curve Based Model Creation and Evaluation}\n", + "The aim of ROC curve based model creation and evaluation is to allow users to manually select any combination of features to create biomarker", + " models using any of the three algorithms mentioned previously (PLS-DA, SVM, RF). The user also has the option to withhold a subset of samples", + " for extra validation purposes. Additionally, it allows a user to predict the class labels of new samples (unlabeled samples within the imported dataset).", + " Features should be selected based on the user's own judgement or prior knowledge. Note, selection of features based on overall ranks", + " (AUC, t-statistic, or fold-change) increases the risk of model-overfitting. These features may be the best biomarkers for a user's own data,", + " but not for new samples. Additionally, in order to get a decent ROC curve for validation, it is recommended that the hold-out data contains a balanced number", + " of samples from both groups and that it contain at least 8 hold-out samples (i.e. 4 from each group).", + "\n\n", + paste("Figure", fig.count<<-fig.count+1, ". shows the ROC curve of the created biomarker model based upon its average cross validation performance."), + paste("Figure", fig.count<<-fig.count+1, ". shows the predicted class probabilities of all samples using the user-created classifier."), + paste("Figure", fig.count<<-fig.count+1, ". shows the predictive accuracy of the user-created biomarker model."), + paste("Figure", fig.count<<-fig.count+1, ". shows the results of the permutation tests for the user-created biomarker model."), + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # ROC plot + + modelindex <- paste(mSetObj$imgSet$roc.testcurve.name) + modelmethod <- paste(mSetObj$imgSet$roc.testcurve.method) + + ROCplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.testcurve.plot,"}", sep=""), + "\\caption{", paste("Plot of the ROC curve for the created biomarker model based upon its average performance", + " across all MCCV runs. The 95 percent confidence interval can be computed.", sep=""), "}", + "Selected model :", modelindex, + "Selected method :", modelmethod, + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.testcurve.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(ROCplot, file=rnwFile, append=TRUE, sep="\n"); + + # Probability + + modelindex2 <- paste(mSetObj$imgSet$roc.testprob.name) + + probplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.testprob.plot,"}", sep=""), + "\\caption{", paste("Plot of the predicted class probabilities for all samples using the created biomarker model.", + " Due to balanced subsampling, the classification boundary is at the center (x=0.5, dotted line)." , sep=""),"}", + "Selected model :", modelindex2, + "\\end{center}", + paste("\\label{", mSetObj$imgSet$roc.testprob.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(probplot, file=rnwFile, append=TRUE, sep="\n"); + + # Accuracy + + acc.plot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.testpred,"}", sep=""), + "\\caption{", paste("Box plot of the predictive accuracy of the created biomarker model.", sep=""),"}", + "\\end{center}", + paste("\\label{", mSetObj$imgSet$roc.testpred,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(acc.plot, file=rnwFile, append=TRUE, sep="\n"); + + # Permutation + + if(is.null(mSetObj$imgSet$roc.perm.method)){ + return() + }else{ + permmethod <- paste(mSetObj$imgSet$roc.perm.method) + + permplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$roc.perm.plot,"}", sep=""), + "\\caption{", paste("Plot of the permutations tests using the area under the ROC curve or the predictive accuracy", + " of the model as a measure of performance. The plot shows the AUC of all permutations, highlighting", + " the actual observed AUC in blue, along with showing the empirical p-value.", sep=""),"}", + "Selected permutation method :", permmethod, + "\\end{center}", + paste("\\label{",mSetObj$imgSet$roc.perm.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(permplot, file=rnwFile, append=TRUE, sep="\n"); + } + + if(is.null(mSetObj$analSet$ROCtest$pred.samples.table)){ + return() + }else{ + ROCLabelstable <- c("<<echo=false, results=tex>>=", + "CreateROCLabelsTable(mSet)", + "@"); + cat(ROCLabelstable, file=rnwFile, append=TRUE, sep="\n"); + + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +#'Create a table of newly classified samples +#'@description Function to create the table of newly classified samples +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'Function to create the table of newly classified samples +#'@export +#'@importFrom tibble remove_rownames column_to_rownames +ROCPredSamplesTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + groups <- as.data.frame(GetNewSampleGrps(mSetObj)); + prob <- as.data.frame(GetNewSampleProbs(mSetObj)); + predtable <- merge(prob, groups, by="row.names"); + pred.samples.table <- predtable %>% remove_rownames %>% column_to_rownames(var="Row.names"); + colnames(pred.samples.table) <- c("Probability", "Class Label"); + + mSetObj$analSet$ROCtest$pred.samples.table <- pred.samples.table; + .set.mSet(mSetObj); +} + + +#'Create a x-table for newly classified samples +#'@description Report generation using Sweave +#'Function to create a table for newly classified samples +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateROCLabelsTable<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + predlabeltable <- mSetObj$analSet$ROCtest$pred.samples.table; + print(xtable::xtable(predlabeltable, caption="Predicted class labels with probability for new samples"), caption.placement="top", size="\\scriptsize"); + +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_enrichment.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_enrichment.R new file mode 100755 index 0000000000000000000000000000000000000000..b82012f3e7bfbbdd12fa4ff201b6a9354c3b53b5 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_enrichment.R @@ -0,0 +1,359 @@ +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateEnrichIntr(); + + CreateEnrichOverview(); + CreateEnrichInputDoc(mSetObj); + CreateEnrichProcessDoc(mSetObj); + CreateEnrichAnalDoc(); + + if(mSetObj$analSet$type == "msetora"){ + CreateEnrichORAdoc(mSetObj); + }else if(mSetObj$analSet$type == "msetssp"){ + CreateEnrichSSPdoc(mSetObj); + CreateEnrichORAdoc(mSetObj); + }else{ + CreateEnrichQEAdoc(mSetObj); + } + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report introduction +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichIntr <- function(){ + descr <- c("\\section{Background}\n", + "MSEA or Metabolite Set Enrichment Analysis is a way to identify biologically meaningful", + "patterns that are significantly enriched in quantitative metabolomic data. In conventional", + "approaches, metabolites are evaluated individually for their significance under conditions", + "of study. Those compounds that have passed certain significance level are then combined to", + "see if any meaningful patterns can be discerned. In contrast, MSEA directly investigates if", + "a set of functionally related metabolites without the need to preselect compounds based on", + "some arbitrary cut-off threshold. It has the potential to identify subtle but consistent changes", + "among a group of related compounds, which may go undetected with the conventional approaches.", + "\n\n", + "Essentially, MSEA is a metabolomic version of the popular GSEA (Gene Set Enrichment Analysis)", + "software with its own collection of metabolite set libraries as well as an implementation of", + "user-friendly web-interfaces. GSEA is widely used in genomics data analysis and has proven to", + "be a powerful alternative to conventional approaches. For more information, please refer to", + "the original paper by Subramanian A, and a nice review paper by Nam D, Kim SY.", + "\\footnote{Subramanian\\textit{Gene set enrichment analysis: A knowledge-based approach for interpreting", + "genome-wide expression profiles.}, Proc Natl Acad Sci USA. 2005 102(43): 15545-50}.", + "\\footnote{Nam D, Kim SY. \\textit{Gene-set approach for expression pattern analysis},", + "Briefings in Bioinformatics. 2008 9(3): 189-197.}\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report overview +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichOverview <- function(){ + descr <- c("\\section{MSEA Overview}\n", + "Metabolite set enrichment analysis consists of four steps - data input, data processing,", + "data analysis, and results download. Different analysis procedures are performed based on", + "different input types. In addition, users can also browse and search the metabolite set", + "libraries as well as upload their self-defined metabolite sets for enrichment analysis.", + "Users can also perform metabolite name mapping between a variety of compound names, synonyms,", + "and major database identifiers." + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report data input +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "There are three enrichment analysis algorithms offered by MSEA. Accordingly, three", + "different types of data inputs are required by these three approaches:\n" + ); + + cat(descr, file=rnwFile, append=TRUE); + descr <- c( + "\\begin{itemize}", + "\\item{A list of important compound names - entered as a one column data", + "(\\textit{Over Representation Analysis (ORA)});}", + "\\item{A single measured biofluid (urine, blood, CSF) sample- entered as", + "tab separated two-column data with the first column for compound name,", + "and the second for concentration values", + "(\\textit{Single Sample Profiling (SSP)});}", + "\\item{A compound concentration table - entered as a comma separated (.csv) file", + "with the each sample per row and each metabolite concentration per column.", + "The first column is sample names and the second column for sample phenotype labels", + "(\\textit{Quantitative Enrichment Analysis (QEA)})}", + "\\end{itemize}", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + if(mSetObj$analSet$type == "msetora"){ + descr <- c("You selected Over Representation Analysis (ORA) which requires a list of compound", + "names as input. \n\n" + ); + }else if(mSetObj$analSet$type == "msetssp"){ + descr <- c("You selected Single Sample Profiling (SSP) which requires a two-column data from", + "measurement of a single biofluid sample. Currently, only data from blood, urine and CSF", + "can be analysed as restricted by the availability of reference concentration data. \n\n" + ); + }else{ + descr <- c("You selected Quantitative Enrichment Analysis (QEA) which requires a concentration table.", + "This is the most common data format generated from quantitative metabolomics studies.", + "The phenotype label can be can be discrete (binary or multi-class) or continuous. \n\n" + ); + } + + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report enrichment process +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichProcessDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Process}\n", + "The first step is to standardize the compound labels. It is an essential step since the compound", + "labels will be subsequently compared with compounds contained in the metabolite set library.", + "MSEA has a built-in tool to convert between compound common names, synonyms, identifiers used in", + "HMDB ID, PubChem, ChEBI, BiGG, METLIN, KEGG, or Reactome.", + "\\textbf{Table 1} shows the conversion results. Note: \\textit{1} indicates exact match, \\textit{2}", + "indicates approximate match, and \\textit{0} indicates no match. A text file contain the result can be", + "found the downloaded file \\textit{name\\_map.csv}\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("<<echo=false, results=tex>>=", + "GetMapTable(mSet)", + "@", + "\\clearpage\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("The second step is to check concentration values. For SSP analysis,", + "the concentration must be measured in \\textit{umol} for blood and CSF samples.", + "The urinary concentrations must be first converted to \\textit{umol/mmol\\_creatinine}", + "in order to compare with reported concentrations in literature. No missing or negative values", + "are allowed in SSP analysis. The concentration data for QEA analysis is more flexible.", + "Users can upload either the original concentration data or normalized data. Missing or negative values", + "are allowed (coded as \\textit{NA}) for QEA." + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report, analysis +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichAnalDoc <- function(){ + + descr <- c("\\section{Selection of Metabolite Set Library}\n", + "Before proceeding to enrichment analysis, a metabolite set library has to be chosen.", + "There are seven built-in libraries offered by MSEA:\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c( + "\\begin{itemize}", + "\\item{Metabolic pathway associated metabolite sets", + "(\\textit{currently contains 99 entries});}", + "\\item{Disease associated metabolite sets (reported in blood)", + "(\\textit{currently contains 344 entries});}", + "\\item{Disease associated metabolite sets (reported in urine)", + "(\\textit{currently contains 384 entries})}", + "\\item{Disease associated metabolite sets (reported in CSF)", + "(\\textit{currently contains 166 entries})}", + "\\item{Metabolite sets associated with SNPs", + "(\\textit{currently contains 4598 entries})}", + "\\item{Predicted metabolite sets based on computational enzyme knockout model", + "(\\textit{currently contains 912 entries})}", + "\\item{Metabolite sets based on locations", + "(\\textit{currently contains 73 entries})}", + "\\item{Drug pathway associated metabolite sets", + "(\\textit{currently contains 461 entries})}", + "\\end{itemize}", + "\n\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("In addition, MSEA also allows user-defined metabolite sets to be uploaded to perform", + "enrichment analysis on arbitrary groups of compounds which researchers want to test.", + "The metabolite set library is simply a two-column comma separated text file with the", + "first column for metabolite set names and the second column for its compound names (\\textbf{must use HMDB compound name})", + "separated by \"; \". Please note, the", + "built-in libraries are mainly from human studies. The functional grouping of metabolites", + "may not be valid. Therefore, for data from subjects other than human being, users are", + "suggested to upload their self-defined metabolite set libraries for enrichment analysis." + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + cat("\\section{Enrichment Analysis}\n",file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report, over +#'representation analysis (ORA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichORAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c( + "Over Representation Analysis (ORA) is performed when", + "a list of compound names is provided. The list of compound list can be obtained through", + "conventional feature selection methods, or from a clustering algorithm,", + "or from the compounds with abnormal concentrations detected in SSP,", + "to investigate if some biologically meaningful patterns can be identified.", + "\n\n", + "ORA was implemented using the \\textit{hypergeometric test} to evaluate whether a particular", + "metabolite set is represented more than expected by chance within the given compound list.", + "One-tailed p values are provided after adjusting for multiple testing. \\textbf{Figure 2} below", + "summarizes the result." + ); + cat(descr, file=rnwFile, append=TRUE); + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$ora,"}",sep=""), + "\\caption{Summary Plot for Over Representation Analysis (ORA)}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$ora,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("<<echo=false, results=tex>>=", + "GetORATable(mSet)", + "@", + "\\clearpage\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report +#'Single sampling profiling +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichSSPdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c( + "Single Sample Profiling (SSP) is designed to detect whether certain compound", + "concentrations measured from a particular sample are higher or lower compared", + "to their normal ranges reported in literature. Those selected", + "compound list are then subject to over representation analysis (ORA) to see", + "if certain biologically meaningful patterns can be identified. Please note,", + "those reference concentrations could be measured from heterogeneous analytical", + "technologies. It is advisable to compare only to those values that were", + "measured by similar technologies by referring to the original literature.", + "By default, if measured concentration values are higher or lower", + "than \\textbf{all} those reported concentration ranges will be selected for", + "enrichment analysis. Users can overwrite the default selections by manually", + "selecting or de-selecting them.", + "\n\n", + "\\textbf{Table 2} shows the comparison between the measured concentrations", + "and the reference concentrations. \\textit{L, M, H} means to the", + "measured concentration are \\textit{Lower, Within (Medium), Higher} compared", + "to the reference values. \\textit{0} means not selected for", + "subsequent enrichment analysis, while \\textit{1} means the corresponding", + "compound was selected." + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n") + descr<-c("<<echo=false, results=tex>>=", + "GetSSPTable(mSet)", + "@", + "\\clearpage\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report +#'Quantitative enrichment analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateEnrichQEAdoc<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c( + "Quantitative enrichment analysis (QEA) will be performed when the user uploads", + "a concentration table. The enrichment analysis is performed using package", + "\\textbf{globaltest} \\footnote{Jelle J. Goeman, Sara A. van de Geer, Floor de Kort", + "and Hans C. van Houwelingen.\\textit{A global test for groups of genes: testing", + "association with a clinical outcome}, Bioinformatics Vol. 20 no. 1 2004, pages 93-99}.", + "It uses a generalized linear model to estimate a", + "\\textit{Q-statistic} for each metabolite set, which describes the correlation", + "between compound concentration profiles, X, and clinical outcomes, Y. The \\textit{Q statistic}", + "for a metabolite set is the average of the Q statistics for each metabolite in the set.", + "\\textbf{Figure 2} below summarizes the result." + ); + cat(descr, file=rnwFile, append=TRUE); + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$qea, "}", sep=""), + "\\caption{Summary plot for Quantitative Enrichment Analysis (QEA).}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$qea, "}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("<<echo=false, results=tex>>=", + "GetQEATable(mSet)", + "@", + "\\clearpage\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_integmex.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_integmex.R new file mode 100755 index 0000000000000000000000000000000000000000..bc1e37e27c09ffe0538792cd6bb67d23b98753c7 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_integmex.R @@ -0,0 +1,237 @@ +#'Create report of analyses (IntegPathwayAnalysis) +#'@description Report generation using Sweave +#'Puts together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegPathwayAnalysisRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateIntegratedPathwayAnalIntr(); + + CreateIntegratedPathwayAnalInputDoc(mSetObj); + + CreateIntegratedPathwayDoc(mSetObj); + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create integrated pathway analysis report: Introduction +#'@description Report generation using Sweave +#'Integrated pathwayr analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayAnalIntr <- function(){ + descr <- c("\\section{Background}\n", + "This module performs integrated metabolic pathway analysis on results obtained from combined metabolomics ", + "and gene expression studies conducted under the same experimental conditions. This approach exploits KEGG metabolic ", + "pathway models to complete the analysis. The underlying assumption behind this module is that by combining evidence ", + "from both changes in gene expression and metabolite concentrations, one is more likely to pinpoint the pathways involved ", + "in the underlying biological processes. To this end, users need to supply a list of genes and metabolites of interest that", + " have been identified from the same samples or obtained under similar conditions. The metabolite list can be selected from the results", + " of a previous analysis downloaded from MetaboAnalyst. Similarly, the gene list can be easily obtained using many excellent web-based", + " tools such as GEPAS or INVEX. After users have uploaded their data, the genes and metabolites are then mapped to KEGG metabolic pathways for", + " over-representation analysis and pathway topology analysis. Topology analysis uses the structure of a given pathway to evaluate the relative", + " importance of the genes/compounds based on their relative location. Inputting the name of a specific pathway will generate a graphical representation", + " of that pathway highlighted with the matched genes/metabolites. Users must keep in mind that unlike transcriptomics, where the entire transcriptome", + " is routinely mapped, current metabolomic technologies only capture a small portion of the metabolome. This difference can lead to potentially biased", + " results. To address this issue, the current implementation of this omic integration module allows users to explore the enriched pathways based either", + " on joint evidence or on the evidence obtained from one particular omic platform for comparison.\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create integrated pathway report: Data Input +#'@description Report generation using Sweave +#'integrated pathway report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, viewingCanada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayAnalInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The integrated pathway analysis module accepts a gene list with optional fold changes, the ID type must either be an Entrez ID,", + " a RefSeq ID, a Genbank Accession Number, a ENSEMBL Gene Accession Number, or an Official Gene Symbol. The module also accepts ", + "a metabolite list, with optional fold changes. Here, the ID type must be the compound name, the HMDB ID, or the KEGG ID. Finally", + " the organism must be specified, either Homo sapiens (human), Mus musculus (mouse), or Rattus norvegicus (rat). The genes and the metabolites", + " will be mapped to the respective databases collected within MetaboAnalyst. ", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + if(exists('map.table', where=mSetObj$dataSet)){ + nametable<-c("<<echo=false, results=tex>>=", + "CreateIntegratedPathwayNameMapTable(mSet)", + "@"); + cat(nametable, file=rnwFile, append=TRUE, sep="\n"); + } + + if (exists('gene.map.table', where=mSetObj$dataSet)){ + + genetable<-c("<<echo=false, results=tex>>=", + "CreateIntegratedPathwayGeneMapTable(mSet)", + "@"); + cat(genetable, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\n\n", file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create a x-table for compound name mapping +#'@description Report generation using Sweave +#'Function to create a table for compound name mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayNameMapTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + namemapped <- mSetObj$dataSet$map.table; + + colnames(namemapped) <- c("Query", "Match", "HMDB", "PubChem", "KEGG", "Comment"); + + print(xtable::xtable(namemapped, caption="Compound Name Mapping"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create a x-table for gene name mapping +#'@description Report generation using Sweave +#'Function to create a table for gene name mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayGeneMapTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + genemapped <- mSetObj$dataSet$gene.map.table; + + colnames(genemapped) <- c("Query", "Entrez", "Symbol", "Name", "Comment"); + + print(xtable::xtable(genemapped, caption="Gene Name Mapping"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create integrated pathway analysis report +#'@description Report generation using Sweave +#'Biomarker analysis report, ROC Curve Based Model Creation and Evaluation +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + if(is.null(mSetObj$dataSet$path.mat)){ + return() + } + + descr <- c("\\section{Integrated Pathway Analysis Overview}\n", + "The aim of Integrated Pathway Analysis is to perform integrated metabolic pathway analysis on results obtained from combined metabolomics and gene expression", + " studies conducted under the same experimental conditions. Users must select the method of enrichment analysis, which aims to evaluate whether the observed genes", + " and metabolites in a particular pathway are significantly enriched (appear more than expected by random chance) within the dataset. Users can choose ", + "over-representation analysis (ORA) based on either hypergenometrics analysis or Fisher's exact method.", + " Users must also select the method for topology analysis, which aims to evaluate whether a given gene or metabolite plays an important role in a biological", + "response based on its position within a pathway. One method is Degree Centrality, which measures the number of links that connect to a node (representing either", + " a gene or metabolite) within a pathway. A second method is Closeness Centrality, which measures the overall distance from a given node to all other nodes in a pathway.", + " Finally there is Betweenness Centrality, which measures the number of shortest paths from all nodes to all the others that pass through a given node within a pathway.", + " Users must finally choose one of three different kinds of pathways for analysis: the gene-metabolite mode (default) which allows for joint-analysis and visualization", + " of both significant genes and metabolites. There are also gene-centric or metabolite-centric pathways which allows users to identify enriched pathways", + " driven by significant genes or metabolites, respectively.", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # PlotInmexPath + descr <- c("\\section{Pathway Analysis Result}\n", + "The results from pathway analysis are presented graphically as well as in a detailed table.", + "The graphical output contains three levels of view: \\textbf{overview}, \\textbf{pathway view},", + "and \\textbf{molecule view}. Only the overview is shown below.", + "Pathway views and molecule views are generated dynamically based on your interactions with the", + "visualization system. They are available in your downloaded files. \n", + paste("Figure", fig.count<<-fig.count+1, " shows the overview of all pathways with hits to your queries."), + paste("Figure", fig.count<<-fig.count+1, " shows the last pathway you inspected."), + "\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$path.overview,"}",sep=""), + "\\caption{Summary of Joint Pathway Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$path.overview,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + # PlotReKEGGPath + + if(!is.null(mSetObj$imgSet$pathinteg.path)){ + rekeggplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pathinteg.path,"}", sep=""), + "\\caption{", paste("A selected pathway from the joint pathway analysis.", + " The matched nodes are highlighted in different colors - red (upregulated), yellow (unknown), green (downregulated)", + " based on fold change (FC) values.", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pathinteg.path,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(rekeggplot, file=rnwFile, append=TRUE, sep="\n"); + } + + if(is.null(mSetObj$dataSet$path.mat)){ + return() + }else{ + resultstable<-c("<<echo=false, results=tex>>=", + "CreateIntegratedPathwayResultsTable(mSet)", + "@"); + cat(resultstable, file=rnwFile, append=TRUE, sep="\n"); + + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +#'Create a x-table for pathway results +#'@description Report generation using Sweave +#'Function to create a table for pathway results +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateIntegratedPathwayResultsTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + results <- mSetObj$dataSet$path.mat; + colnames(results) <- c("Total", "Expected", "Hits", "Raw p", "-log10(p)", "Holm adjust", "FDR", "Impact"); + path.nms <- names(rownames(results)); + rownames(results) <- path.nms; + + print(xtable::xtable(results, caption="Enriched pathways based on the integrated pathway analysis."), caption.placement="top", size="\\scriptsize"); + +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_meta_analysis.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_meta_analysis.R new file mode 100755 index 0000000000000000000000000000000000000000..6ea478930bf576d63d4e74698bede1eae6fe6394 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_meta_analysis.R @@ -0,0 +1,324 @@ +#'Create report of analyses (Meta-Analysis) +#'@description Report generation using Sweave +#'Puts together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateMetaAnalysisIntr(); + CreateMetaAnalysisOverview(); + + CreateMetaAnalysisInputDoc(mSetObj); + CreateMetaAnalysisNORMdoc(mSetObj); + CreateMetaAnalysisDEdoc(mSetObj); + + CreateMetaAnalysisOutput(mSetObj); + CreateRHistAppendix(); + CreateFooter(); + +} + +#'Create MetaAnalysis analysis report: Introduction +#'@description Report generation using Sweave +#'MetaAnalysis analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisIntr<-function(){ + descr <- c("\\section{Background}\n", + "The combination of multiple independent metabolomics studies investigating the same condition in similar populations, ", + "which is often termed horizontal integration, or metabolomic meta-analysis. The aim of metabolomic ", + "meta-analysis is to leverage the collective power of multiple studies to overcome potential noise, bias, and small ", + "effect sizes to improve the precision in identifying true patterns within data. Specifically, biomarker ", + "identification remains a large area of research in metabolomics, and their validation is challenging due to ", + "inconsistencies in identified biomarkers amongst similar experiments. Performing meta-analysis across similar ", + "studies will thereby increase the sample size and the power to identify robust and precise biomarkers of disease. ", + " The aim of the Meta-Analysis module for the integration of individual metabolomic studies to identify consistent and ", + "robust biomarkers of disease. This module supports three methods for performing meta-analysis: 1) Combining p-values,", + " 2) Vote counting, and 3) Direct merging of data into a mega-dataset.\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create MetaAnalysis analysis report: Overview +#'@description Report generation using Sweave +#'Power analysis report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisOverview <- function(){ + descr <- c("\\section{Meta-Analysis Overview}\n", + "The Meta-Analysis module consists of six steps: 1) uploading the individual datasets; 2) data processing of each individual dataset,", + " however it is suggested that the data-processing steps are consistent amongst the studies; 3) differential expression analysis of individual datasets; ", + "4) data integrity check prior to meta-analysis ; 5) selection of the statistical method for meta-analysis, ", + "and 6) visualization of results as a Venn diagram to view all possible combinations of shared features between the datasets. \n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create MetaAnalysis analysis report: Data Input +#'@description Report generation using Sweave +#'Power analysis report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The Meta-Analysis module accepts individual datasets which must be prepared by users prior to being uploaded. ", + "In general, the datasets must have been collected under comparable experimental conditions/share the same hypothesis", + " or have the same mechanistic underpinnings. At the moment, the module only supports two-group comparisons (ex: control vs disease).", + "Further, the module accepts either a compound concentration table, spectral binned data, or a peak intensity", + " table. The format of the data must be specified, identifying whether the samples are in rows or columns, ", + "or may either be .csv or .txt files.", + " \n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + descr<-c("\\subsubsection{Sanity Check}\n", + " Before data analysis, a sanity check is performed to make sure that all of the necessary", + " information has been collected. The class labels must be present and must contain only two classes.", + " If the samples are paired, the class label must be from -n/2 to -1 for one group, and 1 to n/2 for the second group", + " (n is the sample number and must be an even number). Class labels with the same absolute value are assumed to be pairs.", + " Compound concentration or peak intensity values must all be non-negative numbers.", + " By default, all missing values, zeros and negative values will be replaced by the half of the minimum positive value", + " found within the data (see next section)."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + +} + +#'Create MetaAnalysis analysis report: Data Normalization +#'@description Report generation using Sweave +#'Meta-Analysis, data normalization documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisNORMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr<-c("\\subsubsection{Normalization of Individual Data}\n", + " Before differential expression analysis, datasets may be normalized using Log2 transformation.", + " Additionally, users may choose to auto-scale their data." + ); + cat(descr, file=rnwFile, append=TRUE); + + if(exists("norm.msg")){ + norm.desc <- paste(norm.msg); + }else{ + norm.desc <- " No normalization methods were applied."; + } + cat(norm.desc, file=rnwFile, append=TRUE, sep="\n"); + + if(mSetObj$dataSet$auto_opt == 1){ + autoscale <- " Autoscaling of data was performed."; + }else{ + autoscale <- " No data autoscaling was performed."; + } + cat(autoscale, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create MetaAnalysis analysis report: Data Normalization +#'@description Report generation using Sweave +#'Meta-Analysis, data normalization documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisDEdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr<-c("\\subsubsection{Differential Expression Analysis of Individual Data}\n", + " Before meta-analysis, differential expression analysis using linear models (Limma) may be performed", + " for exploratory analysis. Here, users must specify the p-value (FDR) cut-off and the fold-change (FC) cutoff." + ); + cat(descr, file=rnwFile, append=TRUE); + + if(!is.null(mSetObj$dataSet[["deparam"]])){ + de.desc <- paste(mSetObj$dataSet$deparam); + }else{ + de.desc <- " No differential-expression analysis was performed." + } + cat(de.desc, file=rnwFile, append=TRUE, sep="\n"); + + if(!is.null(mSetObj$dataSet[["desig"]])){ + de.sig <- paste(mSetObj$dataSet$desig); + cat(de.sig, file=rnwFile, append=TRUE, sep="\n"); + } + + descr<-c("\\subsection{Data Integrity Check}\n", + " Before meta-analysis, one final data integrity check is performed to ensure meta-data are consistent between datasets and", + " that there are at least more than 25 percent common features between the collective datasets."); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create MetaAnalysis analysis report: Data Normalization +#'@description Report generation using Sweave +#'MetaAnalysis analysis, data normalization documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalysisOutput <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr<-c("\\section{Meta-Analysis Output}\n", + "After the data has passed the final integrity check, users have the option to select one of three methods to perform meta-analysis: ", + "1) Combining p-values, 2) vote counting, or 3) directly merging the datasets into a mega-dataset."); + cat(descr, file=rnwFile, append=TRUE); + + descr<-c("\\subsection{Combining P-Values}\n", + "Calculating and combining p-values for the meta-analysis of microarray studies has been a long standing method and now we apply it to metabolomics studies.", + " It includes two popular approaches, the Fisher's method and the Stouffer's method, which have similar levels of performance", + " and are generally interpreted as larger scores reflecting greater differential abundance. The main difference between", + " the two methods are weights (which are based on sample size), which are used in the Stouffer's method but not used in the Fisher's method.", + " It should be noted that larger sample sizes do not warrant larger weights, as study quality can be variable. Further, users should ", + "use the Stouffer's method only when all studies are of similar quality."); + cat(descr, file=rnwFile, append=TRUE); + + descr<-c("\\subsection{Vote Counting}\n", + "Vote counting is considered the most simple", + " yet most intuitive method for meta-analysis. Here, significant features are selected based on a selected criteria (i.e. an adjusted p-value", + " <0.05 and the same direction of FC) for each dataset. The votes are then calculated for each feature by counting the total of number of times", + " a feature is significant across all included datasets. However, this method is statistically inefficient and should be considered the", + " last resort in situations where other methods to perform meta-analysis cannot be applied."); + cat(descr, file=rnwFile, append=TRUE); + + + descr<-c("\\subsection{Direct Merging}\n", + "The final method of meta-analysis is the direct merging of individual data into", + " a mega-dataset, which results in an analysis of that mega-dataset as if the individual data were derived from the same experiment. This", + " method thereby ignores any inherent bias and heterogeneity between the different data. Because of this, there exists several confounders", + " such as different experimental protocols, technical platforms, and raw data processing procedures that can mask true underlying differences.", + " It is therefore highly suggested that this approach be used only when individual data are very similar (i.e. from the same lab, same platform,", + " without batch effects)."); + cat(descr, file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + if(metastat.method=="metap"){ + method <- paste("P-value combination was the selected method to perform meta-analysis.", + "The method of p-value combination used is: ", mSetObj$dataSet$pvalmethod, + " The p-value significance threshold is: ", mSetObj$dataSet$pvalcutoff); + }else if(metastat.method=="votecount"){ + method <- paste("Vote counting was the selected method to perform meta-analysis.", + "The minimum vote count used is: ", mSetObj$dataSet$vote, + " The p-value significance threshold is: ", mSetObj$dataSet$pvalcutoff); + }else{ + method <- paste("Direct merging of individual data was the selected method to perform meta-analysis.", + " The p-value significance threshold is: ", mSetObj$dataSet$pvalcutoff); + + } + cat(method, file=rnwFile, append=TRUE, sep="\n"); + + if(is.null(mSetObj$analSet$meta.mat)){ + return(); + }else{ + MetaAnalysisTable <- c("<<echo=false, results=tex>>=", + "CreateMetaTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(MetaAnalysisTable, file=rnwFile, append=TRUE, sep="\n"); + } + + metafeature <- mSetObj$imgSet$meta.anal$feature + + if(!is.null(mSetObj$imgSet$meta.anal$plot)){ + featplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$meta.anal$plot,"}", sep=""), + "\\caption{", paste("Box plot of the expression pattern of the selected feature between the two experimental groups across all studies.", + " The expression pattern is on the y-axis, and the group labels are on the x-axis.", + " The median expression for the feature is indicated with a black dot in the centre of the boxplot.", sep=""),"}", + "Selected feature: ", metafeature, + "\\end{center}", + paste("\\label{",mSetObj$imgSet$meta.anal$plot,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(featplot, file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(mSetObj$imgSet$venn)){ + featplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$venn,"}", sep=""), + "\\caption{", paste("Venn diagram of the top differentially expressed features from the meta-analysis. ", + "On the left side are features that are DE only from the meta-analysis,", + " in the center are DE features that were identified in both the meta-analysis and the individual studies, ", + "and on the right side are features that were DE in the individual analysis, but did not show up as DE during meta-analysis.", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$venn,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(featplot, file=rnwFile, append=TRUE, sep="\n"); + } + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + if(!is.null(mSetObj$analSet$sigfeat.matrix)){ + MetaAnalysisVennTable <- c("<<echo=false, results=tex>>=", + "CreateVennMetaTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(MetaAnalysisVennTable, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +#'Create MetaAnalysis table of results +#'@description Report generation using Sweave +#'Function to create a table containing meta-analysis results. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + metatable <- mSetObj$analSet$meta.mat; + + print(xtable::xtable(metatable, caption="Predicted top-ranking features from meta-analysis"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create MetaAnalysis table of results for Venn Diagram +#'@description Report generation using Sweave +#'Function to create a table containing meta-analysis results. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateVennMetaTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + metatable <- mSetObj$analSet$sigfeat.matrix; + + print(xtable::xtable(metatable, caption="Differentially expressed features by individual study and from meta-analysis"), caption.placement="top", size="\\scriptsize", scalebox = "0.6"); + +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_mummichog.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_mummichog.R new file mode 100755 index 0000000000000000000000000000000000000000..4be7179c3edeebd8b95c15efe78fcbea1276b10c --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_mummichog.R @@ -0,0 +1,584 @@ +#'Create report of analyses (Biomarker) +#'@description Report generation using Sweave +#'Puts together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateMummichogRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + + if(exists("metaFiles")){ + CreateMummichogMetaAnalReport(mSetObj) + }else{ + CreateMummichogIntro(); + CreateMummichogOverview(); + CreateMummichogInputDoc(mSetObj); + CreateMummichogAnalysisDoc(mSetObj); + } + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create analysis report: Functional Meta-Analysis +#'@description Report generation using Sweave +#'Functional Meta-Analysis Report +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogMetaAnalReport<-function(mSetObj){ + CreateMetaMummichogIntro() + CreateMetaMummichogInputDoc(mSetObj) + CreateMetaMummichogResults(mSetObj) +} + +#'Create analysis report: Functional Meta-Analysis Introduction +#'@description Report generation using Sweave +#'Mummichog analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaMummichogIntro <- function(){ + + back.descr <- c("\\section{Background}\n", + "Metabolomics is becoming an increasingly popular tool for biological research, however while individual studies may identify certain biological functions to be important,", + " such results may not be reproducible in other independent studies researching the same biological question due to low sample size, sample heterogeneity,", + " the type of LC-MS platform used, or even metrics used for interpreting results. Meta-analysis, which is the combination of findings from independent studies,", + " can be used to overcome such limitations and ultimately increase the power, precision, and generalizability of a single study.", + "With the increased use of metabolomics and global efforts towards science transparency and reproducibility, the amount of publicly available metabolomics data deposited in", + " dedicated metabolomics repositories such as The Metabolomics Workbench, MetaboLights and OmicsDI has grown tremendously. The potential for researchers in the", + " metabolomics community to enhance their findings with publicly available data is immense, but little effort has been applied for the meta-analysis of untargeted", + " metabolomics data. Such a method would also reduce the bias individual studies may carry towards specific sample processing protocols or LC-MS instruments. \n" + ); + cat(back.descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + mum.descr <- c("\\section{Algorithm Overview}\n", + "High-resolution LC-MS has become dominant platform for global metabolomics. The typical LC-MS workflow starts with data acquisition, followed by data pre-processing,", + " feature selection, compound identification and then pathway analysis. However, peak identification requires significant effort and is a major challenge for downstream", + " functional interpretation. One strategy is to completely bypass the bottleneck of metabolite identification and directly infer functional activity from MS peaks by leveraging", + " the collective knowledge of metabolic pathways and networks. This is the idea of the mummichog algorithm (Li et al. 2013). Using this algorithm, a list of significant peaks,", + " are matched to potential compounds using their molecular weight considering different adducts/isotopes. These putatively matched compounds are then mapped onto known biological pathways.", + "If a list of truly significant features reflect biological activity, then the representation of these true metabolites would be enriched on functional structures,", + " while false matches would be distributed at random. We have extended this idea to support the meta-analysis of untargeted metabolomics data. \n" + + ); + cat(mum.descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + meta.descr <- c("\\section{Functional Meta-Analysis Workflow}\n", + "The Functional Meta-Analysis module supports meta-analysis at either i) the pathway level or ii) by pooling all MS peaks. Each method of integration has their own merits,", + " for instance at the pathway level, compounds do not have to be matched across all studies whereas pooling all MS peaks will better bring out weaker signals.", + "The workflow also considers data heterogeneity, meaning that the accuracy of the LC-MS instrument and the MS ionization mode are taken into account when performing putative", + " metabolite annotation. Ultimately, the goal of this workflow is to enable the reuse/repurposong of multiple datasets to identify a robust meta-signature for the phenotype in question. \n" + + ); + cat(meta.descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr <- c("\\section{Functional Meta-Analysis Overview}\n", + "The Functional Meta-Analysis module consists of three steps - 1) uploading the user's data, 2) parameter selection,", + " and 3) functional enrichment meta-analysis. \n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create analysis report: Functional Meta-Analysis Data Input +#'@description Report generation using Sweave +#'Mummichog analysis report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaMummichogInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The Functional Meta-Analysis module accepts multiple peak tables with or without retention time information.", + "All inputted files must be in .csv format. \n"); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + sanity_msg <- vector("list") + + for(i in 1:length(metaFiles)){ + metaSetObj <- qs::qread(metaFiles[i]) + sanity_msg[metaFiles[i]] <- paste0(gsub("mummichoginput.qs", "", metaFiles[i]), ": ", paste0(metaSetObj$msgSet$check.msg, collapse = " ")) + } + + cat(unlist(sanity_msg), file=rnwFile, append=TRUE, sep="\n"); + + if(exists("mum.version")){ + + descr <- c("\\subsubsection{Parameters}\n", + "Depending on the meta-analysis method, users must select the algorithm (original mummichog or GSEA), p-value cutoff", + " to delineate between significantly and non-significantly enriched pathways (pathway-level only), and pathway library used.", + " Currently, MetaboAnalyst 5.0 only supports the handling of peaks obtained from high-resolution MS instruments", + " such as Orbitrap, or Fourier Transform (FT)-MS instruments as recommended by the original mummichog implementation.", + "\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + if(mSetObj$metaLevel == "pathway"){ + if(!is.null("mSet$meta_results")){ + # pathway level + metaLevel <- paste("The selected method for meta-analysis is 'Pathway-Level Integration'.") + anal.descr <- paste("The selected algorithm is: ", anal.type, ".", sep = ""); + integ.desrc <- paste("The selected p-value cutoff for integrating pathways is: ", mSetObj$meta.pval.method, ".", sep = ""); + + cat(anal.descr, file=rnwFile, append=TRUE, sep="\n"); + cat(metaLevel, file=rnwFile, append=TRUE, sep="\n"); + cat(integ.desrc, file=rnwFile, append=TRUE, sep="\n"); + } + }else{ + # pooled + metaLevel <- paste("The selected method for meta-analysis is 'Pooled Peaks'.") + anal.descr <- paste("The selected algorithm is: ", anal.type, " ", mum.version, ".", sep = ""); + pval.descr <- paste("The selected p-value cutoff: ", mSetObj$pooled_cutoff, ".", sep = ""); + + cat(metaLevel, file=rnwFile, append=TRUE, sep="\n"); + cat(anal.descr, file=rnwFile, append=TRUE, sep="\n"); + cat(pval.descr, file=rnwFile, append=TRUE, sep="\n"); + } + } + + if(!is.null(mSetObj$lib.organism)){ + + descr <- c("\\subsubsection{Pathway Library}\n", + "The knowledge-base for this module consists of five genome-scale metabolic models obtained", + " from the original Python implementation which have either been manually curated or downloaded from BioCyc,", + " as well as an expanded library of 21 organisms derived from KEGG metabolic pathways. ", + "Users must select one of 21 KEGG pathway libraries, or one of five metabolic models.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + mum.descr <- paste("The user's selected library is: ", gsub("_", ".", mSetObj$lib.organism), "."); + + cat(mum.descr, file=rnwFile, append=TRUE, sep="\n"); + + } + + cat("\n\n", file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create analysis report: Functional Meta-Analysis Results +#'@description Report generation using Sweave +#'Mummichog analysis report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaMummichogResults <- function(mSetObj){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSetObj$metaLevel == "pathway"){ + + if(!is.null("mSet$meta_results")){ + descr <- c("\\section{Pathway-Level Integration Results}\n", + "The aim of the Pathway-Level Integration method is to improve the biological consistency across studies to identify a robust meta-signature for the phenotype in question.", + " For pathway-level integration, each individual study undergoes the steps of calculating m/z level statistics and", + " putative metabolite annotation, followed by pathway activity prediction to ultimately create a unified matrix of pathway-level results (keeping only pathways found across all-studies).", + " Pathway activity scores are then combined using one of several p-value integration methods. \n"); + cat(descr, file=rnwFile, append=TRUE); + } + + if(!is.null(mSetObj$imgSet$mummi.meta.path.plot)){ + + descr <- c("\\subsection{Pathway-Level Integration Plot}\n", + "The bubble plot below represents the results of the Pathway-Level Integration. The plot displays all matched pathways per study as circles.", + "The color and size of each circle corresponds to its p-value and enrichment factor, respectively. The enrichment factor of a pathway is calculated as the ratio between the number of significant", + " hits and the expected number of hits within the pathway. \n"); + cat(descr, file=rnwFile, append=TRUE); + + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$mummi.meta.path.plot,"}",sep=""), + "\\caption{Summary of Pathway-Level Integration Meta-Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$mummi.meta.path.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsection{Pathway-Level Integration Meta-Analysis Results Table}\n", + "The output of the Pathway-Level Integration Meta-Analysis consists of a table of results containing ranked pathways that are enriched in ", + "the user-uploaded datasets. The table includes the raw p-values (per individual study), the mean enrichment ratio and finally the integrated p-value (Meta.P). \n"); + cat(descr, file=rnwFile, append=TRUE); + + pathMetatable<-c("<<echo=false, results=tex>>=", + "CreateMummichogMetaAnalPathTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(pathMetatable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + }else{ + + descr <- c("\\section{Pooled Peaks Results}\n", + "The aim of of the Pooling Peaks method is to computationally combine the outputs from different instruments that measure the same set of samples.", + " In this case, all uploaded peaks are merged into a single input for putative compound annotation (with consideration for different mass tolerances)", + " followed by pathway activity prediction. This method should be used when samples are homogeneous but instruments are complementary,", + " for instance samples that comes from the same lab but were obtained using different columns, extraction methods or data collected using complementary LC-MS instruments. \n"); + cat(descr, file=rnwFile, append=TRUE); + + CreateMummichogAnalysisDoc(mSetObj) + } +} + +#'Create analysis report: Functional Meta-Analysis Results Table +#'@description Report generation using Sweave +#'Function to create a summary table of mummichog analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogMetaAnalPathTable <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mummitable <- mSetObj$meta_results + print(xtable::xtable(mummitable, caption="Results of the Pathway-Level Integration Meta-Analysis"), caption.placement="top", size="\\scriptsize"); +} + +#################################################### +#################################################### + +#'Create mummichog analysis report: Introduction +#'@description Report generation using Sweave +#'Mummichog analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogIntro <- function(){ + descr <- c("\\section{Background}\n", + "Even with high mass accuracy afforded by current high-resolution MS platforms, it is often impossible to uniquely identify a given peak based on its ", + "mass alone. To get around this issue, a key concept is to shift the unit of analysis from individual compounds to individual pathways or a group of ", + "functionally related compounds (i.e. metabolite sets (PMID: 20457745)). The general assumption is that the collective behavior of a group is more ", + "robust against a certain degree of random errors of individuals. The mummichog algorithm is the first implementation of this concept to infer ", + "pathway activities from a ranked list of MS peaks identified by untargeted metabolomics. The original algorithm implements an over-representation analysis (ORA) ", + "method to evaluate pathway-level enrichment based on significant features. Users need to specify a pre-defined cutoff based on p-values. ", + "For further details about the original implementation, please refer to Li et al. 2013 (PMC3701697). ", + "A complementary approach is the Gene Set Enrichment Analysis (GSEA) method, a widely used method to extract biological ", + "meaning from a ranked gene list (PMID: 16199517). Unlike ORA, this method considers the overall ranks of MS peaks without using a significance cutoff. ", + "It is able to detect subtle and consistent changes which can be missed from ORA methods. Both the mummichog algorithm (Version 1.0.10), ", + "which has been carefully translated from the Python programming to R, and the adapted GSEA method have been implemented in the MS Peaks to Paths module. ", + "The module also includes an expanded knowledgebase of 21 organisms for pathway analysis.\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create Mummichog analysis report: Overview +#'@description Report generation using Sweave +#'Mummichog analysis report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogOverview <- function(){ + descr <- c("\\section{Overview}\n", + "The MS Peaks to Pathways module consists of three steps - uploading the user's data, selection of a pathway library,", + " and pathway analysis. \n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create Mummichog analysis report: Data Input +#'@description Report generation using Sweave +#'Mummichog analysis report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The MS Peaks to Pathways module accepts either a three column table containing the m/z features, p-values, and statistical scores,", + " a two-column table containing m/z features and either p-values or t-scores, or a one-column table ranked by either", + " p-values or t-scores. All inputted files must be in .txt format. If the input is a three column table, both the mummichog", + " and GSEA algorithms can be applied. If only p-values (or ranked by p-values) are provided, only the mummichog algorithm will be applied.", + " If only t-scores (or ranked by t-scores) are provided, only the GSEA algorithm will be applied.", + " \n\n"); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$check.msg, file=rnwFile, append=TRUE, sep="\n"); + + if(!is.null(mSetObj$dataSet$instrument)){ + + descr <- c("\\subsubsection{Parameters}\n", + "Users also need to specify the mass accuracy (ppm), the ion mode (positive or negative), and the p-value cutoff", + " to delineate between significantly enriched and non-significantly enriched m/z features (for mummichog only). ", + "Currently, MetaboAnalyst 5.0 only supports the handling of peaks obtained from high-resolution MS instruments", + " such as Orbitrap, or Fourier Transform (FT)-MS instruments as recommended by the original mummichog implementation.", + "\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + mum.descr <- paste("The selected p-value cutoff is: ",mSetObj$dataSet$cutoff , ".", sep = ""); + + cat(mum.descr, file=rnwFile, append=TRUE, sep="\n"); + + } + + if(!is.null(mSetObj$lib.organism)){ + + descr <- c("\\subsubsection{Library}\n", + "The knowledge-base for this module consists of five genome-scale metabolic models obtained", + " from the original Python implementation which have either been manually curated or downloaded from BioCyc,", + " an expanded library of 21 organisms derived from KEGG metabolic pathways, and 10 distinct metabolite set libraries. ", + "Users must select one of 21 KEGG pathway libraries, or one of five metabolic models.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + mum.descr <- paste("The user's selected library is: ", mSetObj$lib.organism, "."); + + cat(mum.descr, file=rnwFile, append=TRUE, sep="\n"); + + } + + if(!is.null(mSetObj$curr.cust) && mSetObj$curr.cust){ + + descr.cust <- c("\\subsubsection{Analysis Customization}\n", + "The aim of this module is to use the mummichog algorithm (Li et al. 2013) to predict pathway-level activity from untargeted", + "metabolomics, bypassing the need for conventional metabolite identification prior", + "to functional enrichment analysis. In brief, the algorithm uses the collective power of the organizational", + "structure of metabolic pathways/networks and maps m/z features, including all of its adducts and forms, onto", + "these structures to infer activity. Here, the assumption is that if a list of significant m/z features truly reflects", + "biological activity, then the true metabolites will show enrichment on the pathways/networks, while falsely matched", + "metabolites will be more randomly distributed.\n"); + cat(descr.cust, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr.curr <- c("\\subsubsection{Analysis Customization: Currency Metabolites}\n", + "Currency metabolites are abundant substances such as water and carbon dioxide known to occur in normal", + " functioning cells and participate in a large number of metabolic reactions (Huss and Holme 2007, PMID 17907676). ", + "Because of their ubiquitous nature, they will be removed from further analysis. There is no formal consensus of a set of currency ", + "metabolites, therefore users who are unsatisfied with the default list of currency metabolites", + " are provided an option to select the metabolites to use as currency.\n"); + cat(descr.curr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + curr.desc <- paste("The user's selected list of currency metabolites is: ", currency, "."); + cat(curr.desc, file=rnwFile, append=TRUE, sep="\n"); + + descr.add <- c("\\subsubsection{Analysis Customization: Adducts}\n", + "In addition to pathway information, the mummichog libraries contain a set of adducts tailored to the analytical mode of the MS instrument.", + "These options however, may not be optimal for users data, therefore users are provided the option", + "to customize the adduct list used in the mummichog analysis.\n"); + cat(descr.add, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + } + + cat("\n\n", file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create Mummichog report of analyses +#'@description Report generation using Sweave +#'Function to create a summary table of mummichog analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogAnalTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + mummitable <- mSetObj$mummi.resmat + print(xtable::xtable(mummitable, caption="Results of the Mummichog Pathway Analysis"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create Mummichog report of analyses +#'@description Report generation using Sweave +#'Function to create a summary table of mummichog analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateGSEAAnalTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + mummitable <- mSetObj$mummi.gsea.resmat + print(xtable::xtable(mummitable, caption="Results of the GSEA Pathway Analysis"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create Mummichog report of analyses +#'@description Report generation using Sweave +#'Function to create a summary table of mummichog analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMetaAnalTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + mummitable <- mSetObj$integ.resmat + print(xtable::xtable(mummitable, caption="Meta-Analysis of Mummichog and GSEA Results"), caption.placement="top", size="\\scriptsize"); + +} + +#'Create mummichog analysis report +#'@description Report generation using Sweave +#'Mummichog analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMummichogAnalysisDoc<-function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(!is.null(mSetObj$mummi.resmat)){ + + descr <- c("\\section{Mummichog Output}\n", + "The aim of of this module is to leverage the power of known metabolic models/pathways to gain functional insight ", + "directly from m/z features. There are three steps for the mummichog algorithm, 1) Permutations: A list of metabolites (the same length as the number ", + "of significant m/z features) are inferred from the user's uploaded set of m/z features, considering all potential matches ", + "(isotopes/adducts). These tentative compounds are then mapped onto known metabolic pathways for the selected organism. ", + "For each pathway, a hypergeometric p-value is calculated.", + " 2) Step 1 is repeated multiple times to calculate the null distribution of p-values for all pathways, and ", + "is modeled as a Gamma distribution. 3) Following this, the significant m/z features are used to calculate the p-values for each pathway (Step 1).", + " These p-values are then adjusted for the permutations. \n"); + cat(descr, file=rnwFile, append=TRUE); + + # Because mummi.resmat is created for meta-analysis + if(!is.null(mSetObj$imgSet$mummi.plot)){ + + descr <- c("\\subsection{Mummichog Pathway Analysis Plot}\n", + "The pathway summary plot below displays all matched pathways as circles. The color and size of each circle corresponds", + " to its p-value and enrichment factor, respectively. The enrichment factor of a pathway is calculated as the ratio between the number of significant", + " pathway hits and the expected number of compound hits within the pathway. \n"); + cat(descr, file=rnwFile, append=TRUE); + + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$mummi.plot,"}",sep=""), + "\\caption{Summary of Pathway Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$mummi.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + } + + descr <- c("\\subsection{Mummichog Pathway Analysis Results Table}\n", + "The output of the mummichog analysis consists of a table of results containing ranked pathways that are enriched in ", + "the user-uploaded data. The table includes the total number of hits per pathway (all, significant, and expected), the raw p-values (", + "Hypergeometric), and the p-value modeled on user data using a Gamma distribution. \n"); + cat(descr, file=rnwFile, append=TRUE); + + univROCtable<-c("<<echo=false, results=tex>>=", + "CreateMummichogAnalTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(univROCtable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(mSetObj$mummi.gsea.resmat)){ + descr <- c("\\section{GSEA Pathway Analysis Results}\n", + "The output of the GSEA analysis consists of a table of results containing ranked pathways that are enriched in ", + "the user-uploaded data. The table includes the total number of hits (all and expected), their raw p-values and adjusted p-values.", + " On the web, user's can explore the results in an interactive volcano plot. \n"); + cat(descr, file=rnwFile, append=TRUE); + + # Because mummi.gsea.resmat is created for meta-analysis + if(!is.null(mSetObj$imgSet$mummi.plot)){ + + descr <- c("\\subsection{GSEA Pathway Analysis Plot}\n", + "The pathway summary plot below displays all matched pathways as circles. The color and size of each circle corresponds", + " to its p-value and enrichment factor, respectively. The enrichment factor of a pathway is calculated as the ratio between the number of significant", + " pathway hits and the expected number of compound hits within the pathway. \n"); + cat(descr, file=rnwFile, append=TRUE); + + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$mummi.plot,"}",sep=""), + "\\caption{Summary of Pathway Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$mummi.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + } + + univROCtable<-c("<<echo=false, results=tex>>=", + "CreateGSEAAnalTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(univROCtable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(mSetObj$integ.resmat)){ + descr <- c("\\section{Meta-Analysis of mummichog and GSEA results}\n", + "The MS Peaks to Paths module uses the (Fisher's method) for combining the mummichog and GSEA p-values.", + "It takes the raw p-values per pathway to perform p-value combination.", + "The Integrated MS Peaks to Paths plot below summarizes the results of the", + " Fisher's method for combining mummichog (y-axis) and GSEA (x-axis) p-values. ", + "The size and color of the circles correspond to their transformed combined p-values.", + " Large and red circles are considered the most perturbed pathways.", + " The blue and pink areas highlight the significant pathways based on either GSEA ", + "(pink) or mummichog (blue), and the purple area highlights significant pathways identified by both algorithms. \n"); + cat(descr, file=rnwFile, append=TRUE); + + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$integpks.plot,"}",sep=""), + "\\caption{Summary of Pathway Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$integpks.plot,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + univROCtable<-c("<<echo=false, results=tex>>=", + "CreateMetaAnalTable(mSet)", + "@", + "\\clearpage\n\n"); + cat(univROCtable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + } + + descr <- c("\\section{Compound Matching Table}\n", + "The output of the MS Peaks to Pathways module also consists of a comprehensive table containing the compound matching", + " information for all user-uploaded m/z features. The table has four columns, containing the Query.Mass of each feature, the predicted Matched.Compound for each feature,", + "the Matched.Form, and the Mass.Diff. As the file can be very long (>40 pages), please download it separately on the Downloads page of MetaboAnalyst. \n"); + cat(descr, file=rnwFile, append=TRUE); + + descr <- c("\\section{Network Visualization}\n", + "The MS Peaks to Pathways module also allows users to interactively view their data in a global KEGG metabolic network.", + "Users will be able to their network as a SVG or PNG file on the Network Viewer page of MetaboAnalyst. \n"); + cat(descr, file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_network.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_network.R new file mode 100755 index 0000000000000000000000000000000000000000..7ab6a045ee441293742c87b1f080fc4fd9797beb --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_network.R @@ -0,0 +1,211 @@ +#'Create report of analyses (Network Explorer) +#'@description Report generation using Sweave +#'Puts together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkExplorerRnwReport<-function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateNetworkExplorerIntr(); + + CreateNetworkExplorerOverview(); + CreateNetworkExplorerInputDoc(mSetObj); + CreateNetworkExplorerDoc(mSetObj); + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create integrated pathway analysis report: Introduction +#'@description Report generation using Sweave +#'Network explorer report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkExplorerIntr <- function(){ + descr <- c("\\section{Background}\n", + "The aim of the Network Explorer module is to provide a comprehensive tool to describe user's biological data as a network,", + " as well as to explore interactions between biological entities and their potential impacts to help inform hypothesis generation.", + " This module supports network visualization of both metabolomic and gene list data. Here, we aim to provide support for the", + " integration of transcriptomics and metabolomics data, as well as metagenomics and metabolomics data. MetaboAnalyst 5.0 implements ", + "a knowledge-based network approach, whereby user's data (metabolites and genes) can be projected onto five existing biological", + " networks: 1) Pathway-based network discovery, 2) Gene-metabolite interaction network, 3) Metabolite-phenotype interaction network, ", + "4) Metabolite-metabolite interaction network, and 5) Metabolite-gene-phenotype interaction network.\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create network explorer report: Overview +#'@description Report generation using Sweave +#'for the network explorer report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkExplorerOverview <- function(){ + descr <- c("\\section{Network Explorer Overview}\n", + "The Network Explorer module consists of three steps: uploading the data, compound name/gene id mapping,", + " selecting the network analysis option, and then viewing the generated network in greater detail. \n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create network explorer: Data Input +#'@description Report generation using Sweave +#'network explorer report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, viewingCanada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkExplorerInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "For this module, users may upload either a list of metabolites, a list of genes, or both metabolites and genes. ", + "MetaboAnalyst 5.0 currently accepts only compound names, HMDB IDs, or KEGG IDs as metabolite identifiers. As well,", + "we only accept Entrez IDs, RefSeqIDs, Genbank accession numbers, ENSEMBL gene accession numbers, Official Gene Symbol IDs, ", + "or KEGG orthologs (KO) as gene identifiers. The uploaded list of metabolites and/or genes is then mapped using our internal ", + "databases of metabolites and gene annotations. Following this step, users can select which of the five networks to begin", + " exploring their data.", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + if(exists('map.table', where=mSetObj$dataSet)){ + nametable<-c("<<echo=false, results=tex>>=", + "CreateNetworkNameMapTable(mSet)", + "@"); + cat(nametable, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + if (exists('gene.map.table', where=mSetObj$dataSet)){ + + genetable<-c("<<echo=false, results=tex>>=", + "CreateNetworkGeneMapTable(mSet)", + "@"); + cat(genetable, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\n\n", file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create a x-table for compound name mapping +#'@description Report generation using Sweave +#'Function to create a table for compound name mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkNameMapTable <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + namemapped <- mSetObj$dataSet$map.table; + print(xtable::xtable(namemapped, caption="Compound Name Mapping"), table.placement="!h", caption.placement="top", size="\\scriptsize"); +} + +#'Create a x-table for gene name mapping +#'@description Report generation using Sweave +#'Function to create a table for gene name mapping +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkGeneMapTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + genemapped <- mSetObj$dataSet$gene.map.table; + + colnames(genemapped) <- c("Query", "Entrez", "Symbol", "KO", "Name", "Comment"); + + print(xtable::xtable(genemapped, caption="Gene Name Mapping"), table.placement="!h", tabular.environment = "longtable", caption.placement="top", size="\\tiny"); + +} + +#'Create integrated pathway analysis report +#'@description Report generation using Sweave +#'Biomarker analysis report, ROC Curve Based Model Creation and Evaluation +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateNetworkExplorerDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Network Explorer}\n", + "The Network Explorer analysis module complements MetaboAnalyst's joint-Pathway Analysis module by allowing the ", + "identification of connections that cross pathway boundaries (e.g. metabolite-disease interactions) as well as ", + "enabling a more global view of the pathways which may not be obvious when examined individually.", + "The Network Explorer module currently supports five types of biological networks including the ", + "KEGG global metabolic network, a gene-metabolite interaction network, a metabolite-disease interaction network, ", + "a metabolite-metabolite interaction network, and a metabolite-gene-disease interaction network. The last four", + " networks are created based on information gathered from HMDB and STITCH databases, and are applicable to ", + "human studies only. The integration of network topological analysis, interactive network exploration, and ", + "functional enrichment analysis provides users with different views on their data. Interpreting metabolomic ", + "data and/or gene expression data in such a context is far more insightful, and will lead to the generation of ", + "testable experimental hypotheses.", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + if(exists('network.type')){ + + if(network.type=="gene_metabolites"){ + network = "Gene-Metabolite Interaction Network." + + }else if(network.type=="metabo_phenotypes"){ + network = "Metabolite-Disease Interaction Network." + + }else if(network.type=="metabo_metabolites"){ + network = "Metabolite-Metabolite Interaction Network." + + }else{ + network = "Metabolite-Gene-Disease Interaction Network." + } + + net.type <- paste("The selected interaction network is: ", network); + cat(net.type, file=rnwFile, append=TRUE); + image <- paste(" Figure 1. shows the plot of the created interaction network."); + cat(image, file=rnwFile, append=TRUE); + note <- paste (" The plot (Figure 1) shows feature names, which may be hard for users to decipher in the generated plot within + this report. It is therefore recommended that users with large datasets to use the Network Explorer to visually explore their data + online, where high-quality SVG/PNG images can be saved.") + cat(note, file=rnwFile, append=TRUE); + + }else{ + net.type <- paste("The selected network is the KEGG Global Metabolic Network. Please use the web-server to visualize your data as a network and save the file as a PNG/SVG file."); + cat(net.type, file=rnwFile, append=TRUE); + } + + if(exists('network.type')){ + + networkplot <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", "network.png","}", sep=""), + "\\caption{", "Plot of the selected interaction network","}", + "\\end{center}", + paste("\\label{", "network.png" ,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + + cat(networkplot, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_pathway.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_pathway.R new file mode 100755 index 0000000000000000000000000000000000000000..bf1365c32ae6cc4354c4b8ef06fd7e30d1ab19d4 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_pathway.R @@ -0,0 +1,284 @@ +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'write .Rnw file template +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreatePathRnwReport <- function(mSetObj, usrName){ + + CreateHeader(usrName); + + CreatePathIntr(); + CreatePathInputDoc(); + CreatePathProcessDoc(mSetObj); + CreatePathAnalDoc(mSetObj); + CreatePathResultDoc(mSetObj); + + CreateRHistAppendix(); + CreateFooter(); + +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Introduction +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreatePathIntr<-function(){ + descr <- c("\\section{Background}\n", + "The Pathway Analysis module combines results from powerful pathway", + " enrichment analysis with pathway topology analysis to help researchers identify the most", + "relevant pathways involved in the conditions under study.", + "\n\n", + "There are many commercial pathway analysis software tools such as Pathway Studio, MetaCore, or", + "Ingenuity Pathway Analysis (IPA), etc. Compared to these commercial tools, the pathway analysis module was specifically developed", + " for metabolomics studies. It uses high-quality KEGG metabolic pathways as the backend knowledgebase.", + " This module integrates many well-established (i.e. univariate analysis, over-representation analysis) methods,", + "as well as novel algorithms and concepts (i.e. Global Test, GlobalAncova, network topology analysis) into", + "pathway analysis. Another feature is a Google-Map style interactive visualization system to deliver", + " the analysis results in an intuitive manner.\n" + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Create data input doc +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePathInputDoc<-function(){ + + descr <- c("\\section{Data Input}\n", + "The Pathway Analysis module accepts either a list of compound labels (common names, HMDB IDs or KEGG IDs) with one compound per row,", + " or a compound concentration table with samples in rows and compounds in columns. The second column must be", + " phenotype labels (binary, multi-group, or continuous). The table is uploaded as comma separated values (.csv).", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Create MetPA process +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePathProcessDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Compound Name Matching}\n", + "The first step is to standardize the compound labels used in user uploaded data. This is a necessary step since", + "these compounds will be subsequently compared with compounds contained in the pathway library.", + "There are three outcomes from the step - exact match, approximate match (for common names only), and no match.", + "Users should click the textbf{View} button from the approximate matched results to manually select the correct one.", + "Compounds without match will be excluded from the subsequently pathway analysis.", + "\n\n", + "\\textbf{Table 1} shows the conversion results. Note: \\textit{1} indicates exact match, \\textit{2}", + "indicates approximate match, and \\textit{0} indicates no match. A text file contain the result can be", + "found the downloaded file \\textit{name\\_map.csv}\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr<-c("<<echo=false, results=tex>>=", + "GetMapTable(mSet)", + "@", + "\\clearpage\n\n" + ); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Create pathway analysis doc +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePathAnalDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Pathway Analysis}\n", + "In this step, users are asked to select a pathway library, as well as specify the algorithms for pathway", + "enrichment analysis and pathway topology analysis. \n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsection{Pathway Library}\n", + "There are 15 pathway libraries currently supported, with a total of 1173 pathways :\n", + "\\begin{itemize}", + "\\item{Homo sapiens (human) [80]}", + "\\item{Mus musculus (mouse) [82]}", + "\\item{Rattus norvegicus (rat) [81]}", + "\\item{Bos taurus (cow) [81]}", + "\\item{Danio rerio (zebrafish) [81]}", + "\\item{Drosophila melanogaster (fruit fly) [79]}", + "\\item{Caenorhabditis elegans (nematode) [78]}", + "\\item{Saccharomyces cerevisiae (yeast) [65]}", + "\\item{Oryza sativa japonica (Japanese rice) [83]}", + "\\item{Arabidopsis thaliana (thale cress) [87]}", + "\\item{Escherichia coli K-12 MG1655 [87]}", + + "\\item{Bacillus subtilis [80]}", + "\\item{Pseudomonas putida KT2440 [89]}", + "\\item{Staphylococcus aureus N315 (MRSA/VSSA)[73]}", + "\\item{Thermotoga maritima [57]}", + "\\end{itemize}", + "\n\n", + mSetObj$msgSet$lib.msg, + "\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + if(mSetObj$analSet$type == "pathora"){ + descr <- c("\\subsection{Over Representation Analysis}\n", + "Over-representation analysis tests if a particular group of compounds", + "is represented more than expected by chance within the user uploaded compound", + "list. In the context of pathway analysis, we are testing if compounds involved", + "in a particular pathway are enriched compared to random hits. MetPA offers two of the", + "most commonly used methods for over-representation analysis: \n", + "\\begin{itemize}", + "\\item{Fishers'Exact test}", + "\\item{Hypergeometric Test}", + "\\end{itemize}", + "\\textit{Please note, MetPA uses one-tailed Fisher's exact test which will give essentially", + "the same result as the result calculated by the hypergeometric test.}", + "\n\n", + mSetObj$msgSet$rich.msg, + "\n\n"); + }else{ + descr <- c("\\subsection{Pathway Enrichment Analysis}\n", + "Pathway enrichment analysis usually refers to quantitative enrichment analysis directly", + "using the compound concentration values, as compared to compound lists used by over-representation", + "analysis. As a result, it is more sensitive and has the potential to identify", + "\\textbf{subtle but consistent} changes amongst compounds involved in the same biological pathway.", + "\n\n", + "Many procedures have been developed in the last decade for quantitative enrichment analysis, the most famous", + "being the Gene Set Enrichment Analysis. Many new and improved methods have been implemented since.", + "The enrichment analysis is based on GlobalTest and GlobalAncova. Both methods support enrichment analysis with", + "binary, multi-group, as well as continuous phenotypes. The p-values can be approximated based on the asymptotic", + "distribution without using permutations which is computationally very intensive and is not suitable for web applications.", + "Please note, when sample sizes are small, the approximated p values may be slightly less accurate compared to", + "p values obtained by using a permutation-based method (for details, please refer to the paper by Goeman, J.J. et al.", + "\\footnote{Jelle J. Goeman and Peter Buhlmann. \\textit{Analyzing gene expression data in terms of gene", + "sets: methodological issues}, Bioinformatics 2007 23(8):980-987}", + "and by Hummel, M. et al.", + "\\footnote{Manuela Hummel, Reinhard Meister and Ulrich Mansmann. \\textit{GlobalANCOVA: exploration and assessment of gene group", + "effects}, Bioinformatics 2008 24(1):78-85})", + "However, since our focus is to identify the most relevant pathways within the pathways in the library,", + "we are more interested in the rank of the pathway, not its absolute p-value. Therefore, this disadvantage may be tolerated.", + "\n\n", + mSetObj$msgSet$rich.msg, + "\n\n" + ); + } + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsection{Pathway Topology Analysis}\n", + "The structure of biological pathways represent our knowledge about the complex relationships among molecules", + "within a cell or a living organism. However, most pathway analysis algorithms fail to take structural information", + "into consideration when estimating which pathways are significantly changed under conditions of study. ", + "It is well-known that changes in more important positions of a network will trigger a more severe", + "impact on the pathway than changes occurred in marginal or relatively isolated positions.", + "\n\n", + "The pathway topology analysis uses two well-established node centrality measures to estimate node importance - \\textbf{degree centrality}", + "and \\textbf{betweenness centrality}. Degree centrality is defined as the number of links occurred upon a node.", + "For a directed graph there are two types of degree: in-degree for links come from other nodes, and out-degree", + "for links initiated from the current node. Metabolic networks are directed graph. Here we only consider the", + "out-degree for node importance measure. It is assumed that nodes upstream will have regulatory roles for", + "the downstream nodes, not vice versa. The betweenness centrality measures the number of shortest paths going", + "through the node. Since the metabolic network is directed, we use the relative betweenness centrality for a metabolite", + "as the importance measure. The degree centrality measure focuses more on local connectivities, while the betweenness", + "centrality measure focuses more on global network topology. For more detailed discussions on various graph-based", + "methods for analyzing biological networks, please refer to the article by Tero Aittokallio, T. et al.", + "\\footnote{Tero Aittokallio and Benno Schwikowski. \\textit{Graph-based methods for analyzing networks in cell biology},", + "Briefings in Bioinformatics 2006 7(3):243-255}", + "\n\n", + "\\textit{Please note, for comparison among different pathways, the node importance values calculated from centrality measures", + "are further normalized by the sum of the importance of the pathway. Therefore, the total/maximum importance of each pathway", + "is 1; the importance measure of each metabolite node is actually the percentage w.r.t the total pathway importance,", + "and the pathway impact value is the cumulative percentage from the matched metabolite nodes.}", + "\n\n", + mSetObj$msgSet$topo.msg, + "\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Create MetPA results doc +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePathResultDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Pathway Analysis Result}\n", + "The results from pathway analysis are presented graphically as well as in a detailed table.", + "\n\n", + "A Google-map style interactive visualization system was implemented to facilitate data exploration.", + "The graphical output contains three levels of view: \\textbf{metabolome view}, \\textbf{pathway view},", + "and \\textbf{compound view}. Only the metabolome view is shown below.", + "Pathway views and compound views are generated dynamically based on your interactions with the", + "visualization system. They are available in your downloaded files. \n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + fig <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{",mSetObj$imgSet$path.overview,"}",sep=""), + "\\caption{Summary of Pathway Analysis}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$path.overview,"}", sep=""), + "\\end{figure}", + "\\clearpage\n\n" + ); + cat(fig, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c( + "The table below shows the detailed results from the pathway analysis. Since", + "we are testing many pathways at the same time, the statistical p values from", + "enrichment analysis are further adjusted for multiple testings. In particular, ", + "the \\textbf{Total} is the total number of compounds in the pathway;", + "the \\textbf{Hits} is the actually matched number from the user uploaded data;", + "the \\textbf{Raw p} is the original p value calculated from the enrichment analysis;", + "the \\textbf{Holm p} is the p value adjusted by Holm-Bonferroni method;", + "the \\textbf{FDR p} is the p value adjusted using False Discovery Rate;", + "the \\textbf{Impact} is the pathway impact value calculated from pathway topology analysis.", + "\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + if(mSetObj$analSet$type == "pathora"){ + descr<-c("<<echo=false, results=tex>>=", + "GetORATable(mSet)", + "@", + "\\clearpage\n\n" + ); + }else{ + descr<-c("<<echo=false, results=tex>>=", + "GetQEATable(mSet)", + "@", + "\\clearpage\n\n" + ); + } + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_power.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_power.R new file mode 100755 index 0000000000000000000000000000000000000000..955343ce0eb924f5dcd8e040fe0a7020c8564845 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_power.R @@ -0,0 +1,226 @@ +#'Create report of analyses (Power) +#'@description Report generation using Sweave +#'Put together the analysis report +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerRnwReport <- function(mSetObj, usrName){ + + CreateHeader(usrName); + CreatePowerIntr(); + + CreatePowerOverview(); + CreatePowerInputDoc(mSetObj); + CreateNORMdoc(mSetObj) + + CreatePowerParametersDoc(mSetObj); + CreatePowerAnalDoc(mSetObj); + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create power analysis report: Introduction +#'@description Report generation using Sweave +#'Power analysis report introduction +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerIntr <- function(){ + descr <- c("\\section{Background}\n", + "The Power analysis module supports sample size estimation and power analysis for designing", + " population-based or clinical metabolomic studies. As metabolomics is becoming a more accessible", + " and widely used tool, methods to ensure proper experimental design are crucial to allow for accurate", + " and robust identification of metabolites linked to disease, drugs, environmental or genetic differences.", + " Traditional power analysis methods are unsuitable for metabolomics data as the high-throughput nature of", + " this data means that it is highly dimensional and often correlated. Further, the number of metabolites", + " identified greatly outnumbers the sample size. Thus, modified methods of power analysis are needed to", + " address such concerns. One solution is to use the average power of all metabolites, and to correct", + " for multiple testing using methods such as the false discovery rate (FDR) instead of raw p-values.", + " MetaboAnalystR uses the SSPA R package to perform power analysis.", + " For more information, please refer to the original paper by van Iterson et al. (PMID: 19758461)\n." + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create power analysis report: Overview +#'@description Report generation using Sweave +#'Power analysis report overview +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerOverview <- function(){ + descr <- c("\\section{Power Analysis Overview}\n", + "The power analysis module consists of four steps - uploading pilot data, data processing,", + " selecting parameters for power analysis, and viewing the results. The analysis will use", + " the entire set of uploaded pilot data \n." + ); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create power analysis report: Data Input +#'@description Report generation using Sweave +#'Power analysis report, data input documentation. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jasmine Chong +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerInputDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Data Input}\n", + "The power analysis module accepts either a compound concentration table, spectral binned data, or a peak intensity", + " table. The format of the data must be specified, identifying whether the samples are in rows or columns, and whether", + " or not the data is paired. The data may either be .csv or .txt files.", + " \n\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # the data filtering + descr <- c("\\subsubsection{Data Filtering}\n", + "The purpose of data filtering is to identify and remove variables that are unlikely to be of", + " use when modeling the data. No phenotype information is used in the filtering process, so the result", + " can be used with any downstream analysis. This step can usually improve the results.", + " Data filtering is strongly recommended for datasets with a large number of variables (> 250) and", + " for datasets which contain a lot of noise (i.e.chemometrics data). Filtering can usually improve your", + " results\\footnote{Hackstadt AJ, Hess AM.\\textit{Filtering for increased power for microarray data analysis},", + " BMC Bioinformatics. 2009; 10: 11.}.", + " \n\n", + " \\textit{For data with < 250 of variables, filtering will reduce 5\\% of variables;", + " For a total number of variables between 250 and 500, 10\\% of variables will be removed;", + " For a total number of variables bewteen 500 and 1000, 25\\% of variables will be removed;", + " Finally, 40\\% of variables will be removed for data with over 1000 variables.}"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + filt.msg <- mSetObj$msgSet$filter.msg; + if(is.null(filt.msg)){ + filt.msg <- "No data filtering was performed."; + } + cat(filt.msg, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr <- c("\\subsubsection{Data Integrity Check}\n", + "Before data analysis, a data integrity check is performed to make sure that all of the necessary", + " information has been collected. The class labels must be present and must contain only two classes.", + " If the samples are paired, the class label must be from -n/2 to -1 for one group, and 1 to n/2 for the second group", + " (n is the sample number and must be an even number). Class labels with the same absolute value are assumed to be pairs.", + " Compound concentration or peak intensity values must all be non-negative numbers.", + " By default, all missing values, zeros and negative values will be replaced by the half of the minimum positive value", + " found within the data (see next section)."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr <- c("\\subsubsection{Missing value imputations}\n", + "Too many zeroes or missing values will cause difficulties in the downstream analysis.", + " MetaboAnalystR offers several different methods for this purpose. The default method replaces ", + " all the missing and zero values with a small values (the half of the minimum positive", + " values in the original data) assuming to be the detection limit. The assumption of this approach", + " is that most missing values are caused by low abundance metabolites (i.e.below the detection limit).", + " In addition, since zero values may cause problem for data normalization (i.e. log), they are also ", + " replaced with this small value. User can also specify other methods, such as replace by mean/median,", + " or use K-Nearest Neighbours, Probabilistic PCA (PPCA), Bayesian PCA (BPCA) method, Singular Value Decomposition (SVD)", + " method to impute the missing values \\footnote{Stacklies W, Redestig H, Scholz M, Walther D, Selbig J.", + " \\textit{pcaMethods: a bioconductor package, providing PCA methods for incomplete data.}, Bioinformatics", + " 2007 23(9):1164-1167}. Please select the one that is the most appropriate for your data."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + if(is.null(mSetObj$msgSet$replace.msg)) + mSetObj$msgSet$replace.msg <- "No data replacement was performed." + + cat(mSetObj$msgSet$replace.msg, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "CreateSummaryTable(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create power analysis report: Power Parameter Selection +#'@description Report generation using Sweave +#'Power analysis report, parameter selection +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerParametersDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\section{Parameter Selection}\n", + "Before proceeding to the power analysis, the two groups on which to perform said analysis", + " must be selected. Further, there will be four diagnostic plots which display a visual overview", + " of the test-statistics and p-values, providing context for whether or not the normalization was sufficient.", + " The shape of the test-statistic should follow a near-normal distribution, and the majority of p-values", + " should be close to zero. \n", + paste("Figure", fig.count<<-fig.count+1, "shows various diagnostic plots of the pilot data for power analysis.")); + cat(descr, file=rnwFile, append=TRUE); + + powerparamhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$powerstat,"}", sep=""), + "\\caption{", paste("Various plots overviewing the test-statistics and p-values calculated from the pilot data", + " to evaluate if they follow a normal distribution. The top left bar chart shows the", + " distribution of the test-statistic, which should show a bell-curve.", + " The top right bar chart shows the distribution of the p-values, with an", + " expectation that the majority of p-values hover around 0.", + " The bottom plots are Quantile-Quantile plots (QQ plots), with an expectation that", + " if the test-statistics and the p-values follow a standard normal distribution", + " the data points will follow the straight line. For the qq-plot, the p-values are sorted against", + " their ranks.", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$powerstat,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(powerparamhist, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create power analysis report: Power Analysis +#'@description Report generation using Sweave +#'Power analysis report, analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePowerAnalDoc <- function(mSetObj){ + descr <- c("\\section{Power Analysis}\n", + "Following parameter selection, power analysis can begin. The ultimate aim of power analysis", + " is to determine the minimum sample size used to detect an effect size of interest.", + " The sample size x statistical power relationship will be used to guide future", + " study design based upon the pilot data. To begin, the false-discovery rate and the", + " maximum sample size (between 60-1000) must be specified. The false-discovery rate will represent the", + " significance criterion or the alpha level. The magnitude of the effect of interest in the population", + " (effect size) will be calculated from the pilot data. Two plots will be created to visualize the", + " density of estimated effect sizes, and to visualize the predicted power curve. From these plots,", + " users will be able to determine the most appropriate sample size and its associated predicted power for future studies.", + " The power analysis provides invaluable insight for proper experimental design, as well as strengthens the ability to detect", + " true differences within a metabolomic data set.", + paste("Figure", fig.count<<-fig.count+1," shows the density of estimated effect sizes, and "), + paste("Figure", fig.count<<-fig.count+1," shows the predicted power curve.")) + cat(descr, file=rnwFile, append=TRUE) + + powerprofile <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$powerprofile,"}", sep=""), + "\\caption{Plot of the predicted power curve.", "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$powerstat,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ) + cat(powerprofile, file=rnwFile, append=TRUE, sep="\n") +} + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_raw_spectra.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_raw_spectra.R new file mode 100644 index 0000000000000000000000000000000000000000..98971c1b57c4aa06d52aaaa4300e9a57623781ce --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_raw_spectra.R @@ -0,0 +1,557 @@ +#'Create report for raw spectra module +#'@description Report generation using Sweave +#'Write .Rnw file template +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreateRawAnalysisRnwReport <- function(mSetObj, usrName){ + + load("mSet.rda"); + # Creat the header & introduction of the report + CreateHeader(usrName); # done + CreateRawIntr(); # done + + CreateSpectraIOdoc(); # done + + CreateRawAnalMethod(); # done + CreateRawAnalDetails(); # doing + + CreateSampleSum(); # done + CreateFeatureSum(); # done + + + CreateRHistAppendix(); # done + CreateFooter(); # done + +} + + + + +### Section 1 - Background +CreateRawIntr <- function(){ + descr0 <- c("\\section{Raw Spectra Processing}\n", + "Global or untargeted metabolomics is increasingly used to investigate metabolic changes of various biological + or environmental systems in an unbiased manner. Liquid chromatography coupled to high-resolution mass + spectrometry (LC-HRMS) has become the main workhorse for global metabolomics. The typical LC-HRMS metabolomics + workflow involves spectra collection, raw data processing, statistical and functional analysis.\n\n") + + descr1 <- c("MetaboAnalyst aims to provide an efficient pipeline to support end-to-end analysis of LC-HRMS metabolomics + data in a high-throughput manner. \n\n") + + descr <- c(descr0, descr1, + "This module is designed to provide an automated workflow to process the raw spectra. 5 steps including parameters ", + "optimization/custimization, peak picking, peak alignment, peak gap filing and peak annotation."); + + cat(descr, file=rnwFile, append=TRUE); +} + +### Section 2 - Method Description +CreateSpectraIOdoc <- function(){ + + descr <- c("\\subsection{Reading and Processing the Raw Data}\n", + "MetaboAnalyst MS Spectral Processing Module accepts several common MS formats", + "including mzXML, mzML, mzData, CDF formats. Other vendor format will be supported soon. + But all of them have to be centroided before processing.", + "The Data Integrity Check is performed before the data processing starts. The basic information", + "of all spetra is summaried in Table", table.count<<-table.count+1,"shows the details of all spectra." + ); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "CreateSpectraInfoTable()", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +CreateSpectraInfoTable <- function(){ + + if(file.exists("mSet.rda")){ + load("mSet.rda"); require("OptiLCMS"); require(MSnbase) + + filesize <- file.size(fileNames(mSet@rawOnDisk))/(1024*1024); + filename <- basename(fileNames(mSet@rawOnDisk)); + Centroid <- rep("True",length(filename)); + GroupInfo <- as.character(mSet@rawOnDisk@phenoData@data[["sample_group"]]); + + sum.dat<-matrix(ncol = 4, nrow = length(filename)); + + sum.dat[,1] <- filename; + sum.dat[,2] <- Centroid; + sum.dat[,3] <- round(filesize,2); + sum.dat[,4] <- GroupInfo; + + colnames(sum.dat)<-c("Spectra","Centroid", "Size (MB)", "Group"); + print(xtable::xtable(sum.dat, + caption="Summary of data uploading results"), + caption.placement="top", + size="\\scriptsize"); + } else { + # If processing is not done. Just read the data infomation directly. + if(dir.exists("upload")){ + files <- list.files("upload", full.names = T, recursive = T) + + snames <- gsub("\\.[^.]*$", "", basename(files)) + sclass <- gsub("^\\.$", "sample", dirname(files)) + + scomp <- strsplit(substr(sclass, 1, min(nchar(sclass))), "", fixed = TRUE) + scomp <- matrix(c(scomp, recursive = TRUE), ncol = length(scomp)) + + i <- 1 + while (all(scomp[i, 1] == scomp[i, -1]) && i < nrow(scomp)) { + i <- i + 1 + } + + i <- + min(i, tail(c(0, which( + scomp[1:i, 1] == .Platform$file.sep + )), n = 1) + 1) + + if (i > 1 && i <= nrow(scomp)) { + sclass <- substr(sclass, i, max(nchar(sclass))) + } + + if (.on.public.web & + unique(sclass)[1] == "upload" & + length(unique(sclass)) == 1) { + sclass <- rep("Unknown", length(sclass)) + } + + fileFullName <- list.files("upload", recursive = T, full.names = T); + sum.dat<-matrix(ncol = 4, nrow = length(fileFullName)); + + sum.dat[,1] <- basename(fileFullName); + sum.dat[,2] <- unname(sapply(fileFullName, function(x){CentroidCheck(x)})); + sum.dat[,3] <- round(file.size(fileFullName),2); + sum.dat[,4] <- sclass; + + } else { + #do nothing + } + } + +}; +CreateRawAnalMethod <- function(){ + descr <- c("\\subsection{Raw Spectral Processing and Analyzing}", + "MetaboAnalyst offers several algorithms to process the spectral raw file, + including MatchedFilter, centWave and Massifquant (launch soon) for peak pciking, and obiwarp and loess for Retention time alignment.", + "Here the detailed algorithms and parameters' used in this study."); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + load("params.rda"); + + paramVec <- vector(); + for (i in seq(length(peakParams))){ + + if(names(peakParams[i]) == "Peak_method"){ + paramVec <- c(paramVec, paste0("\\item{Peak Picking Algorithm: ", peakParams[["Peak_method"]], "}")) + } else if(names(peakParams[i]) == "RT_method"){ + paramVec <- c(paramVec, paste0("\\item{RT Alignment Algorithm: ", peakParams[["RT_method"]], "}")) + } else { + paramVec <- c(paramVec, paste0("\\item{", gsub(pattern = "_", replacement = " ",names(peakParams[i])), ": ", peakParams[i], "}")) + } + + } + + descr2 <- c( + "\\begin{enumerate}", + paramVec, + "\\end{enumerate}", + "\\texttt{All parameters used to do the raw spectral processing are shown as above. + The detailed usage of every parameters are explanied in next page.}", + "\\clearpage" + ); + cat(descr2, file=rnwFile, append=TRUE, sep="\n"); + + descr3 <- c( + "\\begin{enumerate}", + + "\\item{Peak Picking Algorithm -- centWave (For high resolution): }", + "\\begin{itemize}", + "\\item{peakwidth min: expected approximate minimum peak width in chromatographic space. }", + "\\item{peakwidth max: expected approximate maximum peak width in chromatographic space.}", + "\\item{snthresh: defining the signal to noise ratio cutoff.}", + "\\item{prefilter: ROI detection prefilter values: 'prefilter' minimum scan number;}", + "\\item{value-of-prefilter: minimum peak intensity.}", + "\\item{noise: allowing to set a minimum intensity cut-off to be considered as a peak.}", + "\\item{mzdiff: minimum difference in m/z for peaks with overlapping retention times.}", + "\\end{itemize}", + + "\\item{Peak Picking Algorithm -- MatchedFilter (For low resolution):}", + "\\begin{itemize}", + "\\item{fwhm: full width at half maximum of matched filtration gaussian model peak.}", + "\\item{sigma: specifying the standard deviation (width) of the matched filtration model peak.}", + "\\item{steps: defining the number of bins to be merged before filtration.}", + "\\item{max: the maximum number of peaks that are expected/will be identified per slice.}", + "\\end{itemize}", + + "\\item{Retention Time Alignment Algorithm -- loess:}", + "\\begin{itemize}", + "\\item{Bandwidth: bandwidth (standard deviation or half width at half maximum) of gaussian smoothing kernel.}", + "\\item{minFraction: minimum fraction of samples necessary in at least one of the sample groups for it to be a valid group.}", + "\\item{integrate: Integration method. Can be 1 and 2.}", + "\\item{extra: number of extra peaks to allow in retention time correction correction groups }", + "\\item{span: degree of smoothing for local polynomial regression fitting }", + "\\item{profStep: step size (in m/z) to use for profile generation}", + "\\end{itemize}", + + "\\item{Retention Time Alignment Algorithm -- obiwarp:}", + "\\begin{itemize}", + "\\item{binSize: bin size (in mz dimension) to be used for the profile matrix generation.}", + "\\end{itemize}", + + "\\item{Peak Grouping -- Group-density:}", + "\\begin{itemize}", + "\\item{Bandwidth: bandwidth (standard deviation or half width at half maximum) of gaussian smoothing kernel.}", + "\\item{maxFeatures: maximum number of peak groups to be identified in a single mz slice.}", + "\\item{minSamples: minimum number of samples necessary in at least one of the sample groups for it to be a valid group.}", + "\\end{itemize}", + + "\\item{Others:}", + "\\begin{itemize}", + "\\item{polarity: ion mode, can be negative or positive.}", + "\\item{max charge: maximum number of charge for adducts annotation.}", + "\\item{max iso: maximum number of charge for isotopes annotation.}", + "\\item{rmConts: whether to remove the potentail contaminants for further parameters' optimization.}", + "\\end{itemize}", + + "\\end{enumerate}", + "\\clearpage" + ); + + cat(descr3, file=rnwFile, append=TRUE, sep="\n"); + +}; +CreateRawAnalDetails <- function(){ + + descr <- c("\\subsection{Raw Spectral Processing Platform}", + paste0("The spectra files are processed with OptiLCMS R package (", packageVersion("OptiLCMS"), ") + based on Intel Xeon Processor equiped platform. Total of 4 cores are allocated for this task." ), + "The customized or automated pipeline has been implemented based on your previous choice. \n\n", + "Detailed description of the mechanism of automated pipeline has been published. Please find out more + introduction on the optimization process from the following paper.", + "\\begin{itemize}", + "\\item{Pang Z, Chong J, Li S, Xia J. MetaboAnalystR 3.0: Toward an Optimized Workflow for Global Metabolomics. Metabolites. 2020 May 7;10(5):186. doi: 10.3390/metabo10050186. PMID: 32392884; PMCID: PMC7281575.}", + "\\end{itemize}", + "\n\n", + "Please cite this publication if you are using this module to do your processing."); + + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +} + +### Section 3 - Processing result +CreateSampleSum <- function(){ + descr <- c("\\section{Raw Spectra Processing - Spectra Summary}\n", + "All spectra files included for processing in this module have been processed.", + "All sample processing result are shown as below, including the Base Peak Ion (BPI), Total Ion Chromatogram (TIC), + Peak intensity stats and a breif PCA display (under log transformation). + Meanwhile, the statistics of all spectra files has also been provided in this section."); + cat(descr, file=rnwFile, append=TRUE); + + descr1 <- c( + "Here is a brief content of this section", + "\\begin{itemize}", + "\\item{Total Ion Chromatogram (TIC) }", + "\\item{Base Peak Ion (BPI) Chromatogram}", + "\\item{Spectral Intensity Stats}", + "\\item{Principal Component Analysis (PCA)}", + "\\item{Spectral peaks summary}", + "\\end{itemize}") + + cat(descr1, file=rnwFile, append=TRUE); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + CreateTIC(); # Done + CreateBPI(); # Done + CreateIntensityStats(); # Done + CreatePCA(); # Done + createSpectraSumDoc(); # Done + createSpectraTIC(); # Done + +}; +CreateTIC<- function(){ + + descr <- c("\\subsection{Total Ion Chromatogram (TIC)}\n", + "TIC is a chromatogram summed the intensities of all mass spectral peaks from same scan.", + "All signals including noise and peak components are included in TIC", + "In other words, TIC is a sum of all the separate ion contributing to a mass spectrum", + "The spectra TIC signal (ion) flow of all files is displayed in Figure", fig.count<<-fig.count+1,", as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{TICS_72.png}", sep=""), + "\\caption{Total Ion Chromatogram plot of the spectral processing.}", + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +CreateIntensityStats<- function(){ + + descr <- c("\\subsection{Peak Intensity Statistics}\n", + "The general peaks' intensity is analyzed from different spectral files to show the peaks' intensity distribution", + "The statistics all spectral peaks is displayed in Figure", fig.count<<-fig.count+1,", as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{Peak_Intensity.png}", sep=""), + "\\caption{Peak Intensity Statistics of all spectral files.}", + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +CreatePCA<- function(){ + + descr <- c("\\subsection{Principal component analysis (PCA)}\n", + "PCA is a dimension-reduction method used to increase the interpretability of high-dimension datasets and minimizing the information loss.", + "Here a primary PCA was performed with the log-transformed data.", + "The PCA score plot is shown in ", fig.count<<-fig.count+1,", as below. Please try to play your data with different modules (e.g. Statistic Analysis) to find out more statistic sense." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{PCA.png}", sep=""), + "\\caption{Principal component analysis (PCA). Samples from different groups are marked with different colors.}", + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +createSpectraSumDoc<- function(){ + + descr <- c("\\subsection{Spectra Summary}\n", + "The peaks information from different spectra after processing is summarized in", + table.count<<-table.count+1,", as below." + ); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "createSpectraSumTable()", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +createSpectraSumTable <- function(){ + if(file.exists("peak_result_summary.txt")){ + dt <- read.table("peak_result_summary.txt") + colnames(dt)<-c("Spectra","Groups", " RT range", "m/z Range", "Peak Number", "Missing (%)"); + print(xtable::xtable(dt, + caption="Summary of peaks information of all spectra after processing"), + caption.placement="top", + size="\\scriptsize"); + } +}; +CreateBPI<- function(){ + + descr <- c("\\subsection{Base Peak Ion (BPI) Chromatogram}\n", + "The base peak chromatogram is similar to the TIC, however it only shows the intensity of the most intense signal at every scan across the whole spectrum.", + "Base peak chromatograms always have a cleaner and clearer shape and thus are more informative than TIC.", + "The spectra signal (ion) flow of all files is displayed in Figure", fig.count<<-fig.count+1,", as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{BPIS_72.png}", sep=""), + "\\caption{Base Peak Ion plot of the spectral processing.}", + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +}; +createSpectraTIC <- function(){ + + descr <- c("\\subsection{TIC of individual spectra}\n", + "The TIC plots you are interested in are shown as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + load("mSet.rda"); + files <- mSet@rawOnDisk@phenoData@data[["sample_name"]]; + + for (i in files){ + if(file.exists(paste0(i, ".png"))){ + fig.count<<-fig.count+1; + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{", paste0(i, ".png"), "}", sep=""), + paste0("\\caption{TIC plot of this spectra: ", gsub("_","-",sub(".png","",i)) ,".}"), + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +}; + +### Section 4 - Processing feature +CreateFeatureSum <- function(){ + descr <- c("\\section{Raw Spectra Processing - Feature summary}\n", + "All spectra files included for processing in this module have been processed.", + "All features processing result across the different spectra are shown as below, including peak feature summary, + and the corresponding Extracted Ion Chromatogram (EIC/XIC) of the features you are interested in."); + cat(descr, file=rnwFile, append=TRUE); + + descr1 <- c( + "Here is a brief content of this section", + "\\begin{itemize}", + "\\item{EIC/XIC}", + "\\item{Feature (EIC/XIC) Stats}", + #"\\item{Peak Feature Detail}", + "\\end{itemize}") + + cat(descr1, file=rnwFile, append=TRUE); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + createFeatureEIC(); # Done + createFeatureEICStats(); # Done + #createFeatureSumDoc(); # Cancelled + + # Adding more and do some optimization in future + +}; +createFeatureEIC <- function(){ + + descr <- c("\\subsection{EIC/XIC of individual feature}\n", + "The ones you are interested in at the analyzing stage are shown as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + files <- list.files(pattern = "^EIC.*mz@") + + for (i in files){ + if(file.exists(i)){ + + if(grepl("s_sample_", i)){ + fig.count<<-fig.count+1; + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{", i, "}", sep=""), + paste0("\\caption{EIC of feature of individual samples: ", gsub("_","-",sub(".png","",i)),"}"), + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ) + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + + if(grepl("s_group_", i)){ + fig.count<<-fig.count+1; + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{", i, "}", sep=""), + paste0("\\caption{EIC of feature of groups: ", gsub("_","-",sub(".png","",i)),"}"), + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ) + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + } + +}; +createFeatureEICStats <- function(){ + + descr <- c("\\subsection{EIC/XIC Stats of individual feature}\n", + "The ones you are interested in at the analyzing stage are shown as below." + ); + + cat(descr, file=rnwFile, append=TRUE); + cat("\n", file=rnwFile, append=TRUE); + + files <- list.files(pattern = "^[^(EIC)].*mz@.*s.png") + + for (i in files){ + if(file.exists(i)){ + if(grepl("mz@", i)){ + fig.count<<-fig.count+1; + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=0.75\\textwidth]{", i, "}", sep=""), + paste0("\\caption{Feature intensity statis box plot of different groups: ", gsub("_","-",sub(".png","",i)),"}"), + "\\end{center}", + "\\end{figure}", + "\\clearpage" + ) + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + #cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + } + } + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +}; +createFeatureSumDoc <- function(){ + + descr <- c("\\subsection{Spectra Summary}\n", + "The features basic information and its annotation results after processing is summarized in", + table.count<<-table.count+1,", as below." + ); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "createFeatureSumTable()", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + +}; +createFeatureSumTable <- function(){ + + # if(file.exists("peak_feature_summary.csv")){ + # dt <- read.csv("peak_feature_summary.csv"); + # print(xtable::xtable(dt, + # caption="Summary of features information after processing"), + # caption.placement="top", + # size="\\scriptsize",tabular.environment = "longtable"); + # } + +}; + + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_stats.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_stats.R new file mode 100755 index 0000000000000000000000000000000000000000..eaf38dd3b30ecff4255d62892a2cba464cfe63ea --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_stats.R @@ -0,0 +1,1415 @@ +#'Create report for statistical analysis module +#'@description Report generation using Sweave +#'Write .Rnw file template +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreateStatRnwReport <- function(mSetObj, usrName){ + + mSetObj <- .get.mSet(mSetObj); + + CreateHeader(usrName); + CreateStatIntr(); + + CreateStatIOdoc(mSetObj); + CreateNORMdoc(mSetObj); + + InitStatAnalMode(); + if(exists("analSet", where = mSetObj)){ + CreateUNIVdoc(mSetObj); + CreateANOVAdoc(mSetObj); + CreateCorrDoc(mSetObj); + CreatePCAdoc(mSetObj); + CreatePLSdoc(mSetObj); + CreateOPLSDAdoc(mSetObj); + CreateSPLSDAdoc(mSetObj); + CreateSAMdoc(mSetObj); + CreateEBAMdoc(mSetObj); + CreateHCdoc(mSetObj); + CreateKMdoc(mSetObj); + CreateSOMdoc(mSetObj); + CreateRFdoc(mSetObj); + CreateSVMdoc(mSetObj); + }else{ + CreateAnalNullMsg(); + } + CreateRHistAppendix(); + CreateFooter(); + +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create header +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreateStatIntr <- function(){ + descr <- c("\\section{Data Processing and Normalization}\n"); + cat(descr, file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Read and process raw data +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateStatIOdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + descr <- c("\\subsection{Reading and Processing the Raw Data}\n", + "MetaboAnalyst accepts a variety of data types generated in metabolomic studies,", + "including compound concentration data, binned NMR/MS spectra data, NMR/MS peak", + "list data, as well as MS spectra (NetCDF, mzXML, mzDATA).", + "Users need to specify the data types when uploading their data in order for", + "MetaboAnalyst to select the correct algorithm to process them.\n", + paste("Table", table.count<<-table.count+1,"summarizes the result of the data processing steps.\n") + ); + cat(descr, file=rnwFile, append=TRUE); + + # error checking + if(is.null(mSetObj$dataSet$orig.var.nms) | is.null(mSetObj$dataSet$proc) | is.null(mSetObj$dataSet$cls)){ + errorMsg <- c(descr, "Error occured during reading the raw data ....", + "Failed to proceed. Please check if the data format you uploaded is correct.", + "Please visit our FAQs, Data Formats, and TroubleShooting pages for more information!\n"); + cat(errorMsg, file=rnwFile, append=TRUE); + return(); + } + + if(mSetObj$dataSet$type=="conc"){ + descr <- c("\\subsubsection{Reading Concentration Data}\n", + "The concentration data should be uploaded in comma separated values (.csv) format.", + "Samples can be in rows or columns, with class labels immediately following the sample IDs.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + }else if(mSetObj$dataSet$type=="specbin"){ + descr <- c("\\subsubsection{Reading Binned Spectral Data}\n", + "The binned spectra data should be uploaded in comma seperated values (.csv) format.", + "Samples can be in rows or columns, with class labels immediately following the sample IDs.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + }else if(mSetObj$dataSet$type=="pktable"){ + descr <- c("\\subsubsection{Reading Peak Intensity Table}\n", + "The peak intensity table should be uploaded in comma separated values (.csv) format.", + "Samples can be in rows or columns, with class labels immediately following the sample IDs.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + }else if(mSetObj$dataSet$type=="nmrpeak"){ + descr <- c("\\subsubsection{Reading NMR Peak List and Intensities Data}\n", + "NMR peak list and intensities data should be uploaded as one zip file. It contains subfolders, one for", + "each group. Each folder contains peak list files, one per spectrum. The peak list format", + "is a a two-column comma separated values - the first column indicates peak position (ppm)", + "and the second one for peak intensities. The first line is assumed to be column labels.", + "The files should be saved in .csv format. For paired analysis, users need to upload", + "a text file specifying the paired information. Each pair is indicated by their sample names", + "seperated by a colon \":\" with one pair per line.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsubsection{Peak List Alignment}\n", + "Proximal peaks are first grouped together based on their position using a moving window of 0.03 ppm", + "and a step of 0.015 ppm. Peaks of the same group are aligned to their median positions across all samples.", + "If more than one peak from the same sample appear in the same group, they will be replaced by their sum.", + "Some peaks that are detected in very few samples (less than half in both classes) are excluded.", + "The aligned peaks are reorganized into a single data matrix for further analysis. The name of the parent", + "folder is used as class label for each sample.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$proc.msg, file=rnwFile, append=TRUE, sep="\n"); + + }else if(mSetObj$dataSet$type=="mspeak"){ + descr <- c("\\subsubsection{Reading MS Peak List and Intensities Data}\n", + "MS peak list and intensities data should be uploaded as one zip file. It contains subfoulders with one for", + "each group. Each folder contains peak list files, one per spectrum. The MS peak list format", + "is either a two-column (mass and intensities) or three-column (mass, retention time, and intensities)", + "comma separated values. The first line is assumed to be column labels.", + "The files should be saved in .csv format. For paired analysis, users need to upload separately", + "a text file specifying the paired information. Each pair is indicated by their sample names", + "seperated by a colon \":\" with one pair per line.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsubsection{Peak Matching and Alignment}\n", + "Peaks need to be matched across samples in order to be compared. For two-column data, the", + "program matches peaks by their m/z values. For three-column data, the program will further", + "group peaks based on their retention time. During the process, mz and rt of each peak will", + "be changed to their group median values. If a sample has more than one peak in a group,", + "they will be replaced by their sum. Some peaks are excluded if they appear in less than half", + "of both classes. The aligned peaks are reorganized into a single data matrix for further analysis.", + "The name of the parent folder is used as class label for each sample.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$proc.msg, file=rnwFile, append=TRUE, sep="\n"); + + }else{ # spectra + descr <- c("\\subsubsection{Reading GC/LC-MS Spectra}\n", + "The spectra processing is carried out using the XCMS package.", + "\\footnote{Colin A. Smith and Ralf Tautenhahn. \\textit{xcms: LC\\slash MS and", + "GC\\slash MS Data Analysis}, 2008, R package version 1.14.0}", + "Raw GC/LC-MS spectra can be in either NetCDF, mzXML or mzData format.", + "You should create a separate folder for each group and create a", + "single zip file to upload to MetaboAnalyst. The size limit for each uploaded file is 50M.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(mSetObj$msgSet$read.msg, file=rnwFile, append=TRUE, sep="\n"); + + descr <- c("\\subsubsection{Peak Alignment and Retention Time Correction}\n", + "In this step, the program automatically performs peak detection and peak alignment based on mass and", + "retention time. The aligned peaks are reorganized into a data matrix for further analysis.", + "Please note, the name of the parent folder is used as class label for each sample.\n"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + cat(c(mSetObj$msgSet$xset.msg, paste("Please see Figure", fig.count<<-fig.count+1, "for a summary graph.")), file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$msrt,"}", sep=""), + "\\caption{Retention time deviation profiles used for sample alignment. + The data points used for generating each profile are also shown. + All times are in seconds. A negative number indicates a sample was eluting + before most of the others, and vice versa.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$msrt,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); +} + + # the last step is sanity check + descr <- c("\\subsubsection{Data Integrity Check}\n", + "Before data analysis, a data integrity check is performed to make sure that all the necessary", + "information has been collected. The class labels must be present and contain only two classes.", + "If samples are paired, the class label must be from -n/2 to -1 for one group, and 1 to n/2 for the other group", + "(n is the sample number and must be an even number). Class labels with same absolute value are assumed to be pairs.", + "Compound concentration or peak intensity values should all be non-negative numbers.", + "By default, all missing values, zeros and negative values will be replaced by the half of the minimum positive value", + "found within the data (see next section)"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + descr <- c("\\subsubsection{Missing value imputations}\n", + "Too many zeroes or missing values will cause difficulties for downstream analysis.", + "MetaboAnalyst offers several different methods for this purpose. The default method replaces ", + "all the missing and zero values with a small values (the half of the minimum positive", + "values in the original data) assuming to be the detection limit. The assumption of this approach", + "is that most missing values are caused by low abundance metabolites (i.e.below the detection limit).", + "In addition, since zero values may cause problem for data normalization (i.e. log), they are also ", + "replaced with this small value. User can also specify other methods, such as replace by mean/median,", + "or use K-Nearest Neighbours (KNN), Probabilistic PCA (PPCA), Bayesian PCA (BPCA) method, Singular Value Decomposition (SVD)", + "method to impute the missing values \\footnote{Stacklies W, Redestig H, Scholz M, Walther D, Selbig J.", + "\\textit{pcaMethods: a bioconductor package, providing PCA methods for incomplete data.}, Bioinformatics", + "2007 23(9):1164-1167}. Please choose the one that is the most appropriate for your data."); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cat(mSetObj$msgSet$replace.msg, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + # the data filtering + descr <- c("\\subsubsection{Data Filtering}\n", + "The purpose of the data filtering is to identify and remove variables that are unlikely to be of", + "use when modeling the data. No phenotype information are used in the filtering process, so the result", + "can be used with any downstream analysis. This step can usually improves the results.", + "Data filter is strongly recommended for datasets with large number of variables (> 250)", + "datasets contain much noise (i.e.chemometrics data). Filtering can usually improve your", + + "results\\footnote{Hackstadt AJ, Hess AM.\\textit{Filtering for increased power for microarray data analysis},", + "BMC Bioinformatics. 2009; 10: 11.}.", + "\n\n", + "\\textit{For data with number of variables < 250, this step will reduce 5\\% of variables;", + "For variable number between 250 and 500, 10\\% of variables will be removed;", + "For variable number bwteen 500 and 1000, 25\\% of variables will be removed;", + "And 40\\% of variabled will be removed for data with over 1000 variables.", + "The None option is only for less than 5000 features. Over that, if you choose None,", + "the IQR filter will still be applied. In addition, the maximum allowed number of variables is \\textbf{10000}}"); + cat(descr, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + filt.msg <- mSetObj$msgSet$filter.msg; + if(is.null(filt.msg)){ + filt.msg <- "No data filtering was performed."; + } + cat(filt.msg, file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "CreateSummaryTable(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Introduction for statistical analysis module report +#'Initialize Statistical Analysis Report +#'@export +InitStatAnalMode <- function(){ + descr <- c("\\section{Statistical and Machine Learning Data Analysis}", + "MetaboAnalyst offers a variety of methods commonly used in metabolomic data analyses.", + "They include:\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr2 <- c( + "\\begin{enumerate}", + "\\item{Univariate analysis methods: }", + "\\begin{itemize}", + "\\item{Fold Change Analysis }", + "\\item{T-tests}", + "\\item{Volcano Plot}", + "\\item{One-way ANOVA and post-hoc analysis}", + "\\item{Correlation analysis}", + "\\end{itemize}", + "\\item{Multivariate analysis methods: }", + "\\begin{itemize}", + "\\item{Principal Component Analysis (PCA) }", + "\\item{Partial Least Squares - Discriminant Analysis (PLS-DA) }", + "\\end{itemize}", + "\\item{Robust Feature Selection Methods in microarray studies }", + "\\begin{itemize}", + "\\item{Significance Analysis of Microarray (SAM)}", + "\\item{Empirical Bayesian Analysis of Microarray (EBAM)}", + "\\end{itemize}", + "\\item{Clustering Analysis}", + "\\begin{itemize}", + "\\item{Hierarchical Clustering}", + "\\begin{itemize}", + "\\item{Dendrogram}", + "\\item{Heatmap}", + "\\end{itemize}", + "\\item{Partitional Clustering}", + "\\begin{itemize}", + "\\item{K-means Clustering}", + "\\item{Self-Organizing Map (SOM)}", + "\\end{itemize}", + "\\end{itemize}", + "\\item{Supervised Classification and Feature Selection methods}", + "\\begin{itemize}", + "\\item{Random Forest}", + "\\item{Support Vector Machine (SVM)}", + "\\end{itemize}", + "\\end{enumerate}", + "\\texttt{Please note: some advanced methods are available only for two-group sample analyais.}", + "\\clearpage" + ); + cat(descr2, file=rnwFile, append=TRUE, sep="\n"); +} + + +#'Create null message for analysis +#'Creates a message for the Sweave report +#'@description Creates a message stating that no analyses were performed on your data. +#'@export +CreateAnalNullMsg <- function(){ + descr <- c("No analysis was performed on your data.\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create univariate analyses document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateUNIVdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$fc) & is.null(mSetObj$analSet$tt) & is.null(mSetObj$analSet$volcano)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$fc$sig.mat)){ + fc.img <- fc.tab<-NULL; + }else{ + fc.img <- paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by fold change analysis."); + fc.tab<-paste("Table", table.count<<-table.count+1,"shows the details of these features;"); + } + if(isEmptyMatrix(mSetObj$analSet$tt$sig.mat)){ + tt.img <- tt.tab<-NULL; + }else{ + tt.img <- paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by t-tests."); + tt.tab<-paste("Table", table.count<<-table.count+1,"shows the details of these features;"); + } + if(isEmptyMatrix(mSetObj$analSet$volcano$sig.mat)){ + volcano.img <- volcano.tab<-NULL; + }else{ + volcano.img <-paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by volcano plot."); + volcano.tab<-paste("Table", table.count<<-table.count+1,"shows the details of these features."); + } + + descr <- c("\\subsection{Univariate Analysis}\n", + "Univariate analysis methods are the most common methods used for exploratory data analysis. ", + "For two-group data, MetaboAnalyst provides Fold Change (FC) analysis, t-tests, and volcano", + "plot which is a combination of the first two methods. All three these methods support both", + "unpaired and paired analyses. For multi-group analysis, MetaboAnalyst provides two types of", + "analysis - one-way analysis of variance (ANOVA) with associated post-hoc analyses, and correlation", + "analysis to identify signficant compounds that follow a given pattern. The univariate analyses provide", + "a preliminary overview about features that are potentially significant in discriminating", + "the conditions under study.", + "\n\n", + "For paired fold change analysis, the algorithm first counts the total number of pairs with fold changes", + "that are consistently above/below the specified FC threshold for each variable. A variable will be", + "reported as significant if this number is above a given count threshold (default > 75\\% of pairs/variable)", + "\n\n", + fc.img, + fc.tab, + tt.img, + tt.tab, + volcano.img, + volcano.tab, + "\n\n", + "Please note, the purpose of fold change is to compare absolute value changes between two group means.", + "Therefore, the data before column normalization will be used instead. Also note, the result is plotted", + "in log2 scale, so that same fold change (up/down regulated) will have the same distance to the zero baseline.", + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # Fold change + if(!(isEmptyMatrix(mSetObj$analSet$fc$sig.mat))){ + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$fc,"}", sep=""), + "\\caption{", paste("Important features selected by fold-change analysis with threshold ", mSetObj$analSet$fc$raw.thresh, ". ", + "The red circles represent features above the threshold. Note the values are on log scale, so that both up-regulated ", + "and down-regulated features can be plotted in a symmetrical way", sep=""), "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$fc,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.FC(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + # T-tests + if(!(isEmptyMatrix(mSetObj$analSet$tt$sig.mat))){ + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$tt,"}", sep=""), + "\\caption{", paste("Important features selected by t-tests with threshold ", mSetObj$analSet$tt$raw.thresh, ". ", + "The red circles represent features above the threshold. Note the p values are transformed by -log10 so that the more significant ", + "features (with smaller p values) will be plotted higher on the graph. ", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$tt,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2<-c("<<echo=false, results=tex>>=", + "GetSigTable.TT(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } + + # Volcano plot + if(!(isEmptyMatrix(mSetObj$analSet$volcano$sig.mat))){ + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$volcano,"}", sep=""), + "\\caption{", paste("Important features selected by volcano plot with fold change threshold (x) ", + mSetObj$analSet$volcano$raw.threshx, " and t-tests threshold (y) ", mSetObj$analSet$volcano$raw.threshy, ". ", + "The red circles represent features above the threshold. Note both fold changes and p values are log ", + "transformed. The further its position away from the (0,0), the more significant the feature is. ", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$volcano,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.Volcano(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + } +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create ANOVA document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateANOVAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$aov)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$aov$sig.mat)){ + anova.tab<-NULL; + }else{ + anova.tab <- paste("Table", table.count<<-table.count+1,"shows the details of these features.", + "The \\texttt{post-hoc Sig. Comparison} column shows the comparisons between different levels", + "that are significant given the p value threshold. "); + } + + descr <- c("\\subsection{One-way ANOVA}\n", + "Univariate analysis methods are the most common methods used for exploratory data analysis. ", + "For multi-group analysis, MetaboAnalyst provides one-way Analysis", + "of Variance (ANOVA). As ANOVA only tells whether the overall comparison is significant or not,", + "it is usually followed by post-hoc analyses in order to identify which two levels are different.", + "MetaboAnalyst provides two most commonly used methods for this purpose - Fisher's", + "least significant difference method (Fisher's LSD) and Tukey's Honestly Significant Difference", + "(Tukey's HSD). The univariate analyses provide a preliminary overview about features that are", + "potentially significant in discriminating the conditions under study.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by ANOVA analysis."), + anova.tab, + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + # ANOVA + cmdhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$anova,"}", sep=""), + "\\caption{", paste("Important features selected by ANOVA plot with p value threshold ", + mSetObj$analSet$aov$raw.thresh, ". ", sep=""),"}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$anova,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.Anova(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create correlation document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateCorrDoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$cor.res) & is.null(mSetObj$imgSet$corr.heatmap)){ + return(); + } + + # need to check if this process is executed + if(!is.null(mSetObj$imgSet$corr.heatmap)){ + descr <- c("\\subsection{Correlation Analysis}\n", + "Correlation analysis can be used to visualize the overall correlations between different features", + "It can also be used to identify which features are correlated with a feature of interest.", + "Correlation analysis can also be used to identify if certain features show particular patterns", + "under different conditions. Users first need to define a pattern in the form of a series of hyphenated numbers.", + "For example, in a time-series study with four time points, a pattern of of", + "\\texttt{1-2-3-4} is used to search compounds with increasing the concentration as", + "time changes; while a pattern of \\texttt{3-2-1-3} can be used to search compounds", + "that decrease at first, then bounce back to the original level.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1, "shows the overall correlation heatmap."), + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$corr.heatmap,"}", sep=""), + "\\caption{Correlation Heatmaps}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$corr.heatmap,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(mSetObj$analSet$cor.res)){ + if(isEmptyMatrix(mSetObj$analSet$cor.res)){ + cor.tab <- NULL; + }else{ + cor.tab <- paste("Table", table.count<<-table.count+1,"shows the details of these features."); + } + + descr <- c("\\subsection{Correlation Analysis}\n", + "Correlation analysis can be used to identify which features are correlated with a feature of interest.", + "Correlation analysis can also be used to identify if certain features show particular patterns", + "under different conditions. Users first need to define a pattern in the form of a series of hyphenated numbers.", + "For example, in a time-series study with four time points, a pattern of of", + "\\texttt{1-2-3-4} is used to search compounds with increasing the concentration as", + "time changes; while a pattern of \\texttt{3-2-1-3} can be used to search compounds", + "that decrease at first, then bounce back to the original level.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1, "shows the important features identified by correlation analysis."), + cor.tab, + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$corr,"}", sep=""), + "\\caption{Important features selected by correlation analysis with light", + "purple indicates positive correlation and blue indicate negative correlations.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$corr,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2<-c("<<echo=false, results=tex>>=", + "GetSigTable.Corr(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + } + + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create PCA document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePCAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$pca)){ + return(); + } + + descr <- c("\\subsection{Principal Component Analysis (PCA)}\n", + "PCA is an unsupervised method aiming to find the directions that best", + "explain the variance in a data set (X) without referring to class labels (Y).", + "The data are summarized into much fewer variables called \\textit{scores} which", + "are weighted average of the original variables. The weighting profiles are called", + "\\textit{loadings}. The PCA analysis is performed using the \\texttt{prcomp} package.", + "The calculation is based on singular value decomposition.", + "\n\n", + "The Rscript \\texttt{chemometrics.R} is required.", + paste("Figure", fig.count<<-fig.count+1,"is pairwise score plots providing an overview of the various seperation patterns among the most significant PCs;"), + paste("Figure", fig.count<<-fig.count+1,"is the scree plot showing the variances explained by the selected PCs;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 2-D scores plot between selected PCs;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 3-D scores plot between selected PCs;"), + paste("Figure", fig.count<<-fig.count+1,"shows the loadings plot between the selected PCs;"), + paste("Figure", fig.count<<-fig.count+1,"shows the biplot between the selected PCs.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pca.pair,"}", sep=""), + "\\caption{Pairwise score plots between the selected PCs. The explained variance of each PC is shown in the corresponding diagonal cell. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pca.pair,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pca.scree,"}", sep=""), + "\\caption{Scree plot shows the variance explained by PCs. The green line on top shows the accumulated variance explained; the blue line underneath shows the variance explained by individual PC.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pca.scree,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pca.score2d,"}", sep=""), + "\\caption{Scores plot between the selected PCs. The explained variances are shown in brackets.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pca.score2d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", "scores3D.png","}", sep=""), + "\\caption{3D score plot between the selected PCs. The explained variances are shown in brackets.}", + "\\end{center}", + paste("\\label{","scores3D.png","}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", "loadings3D.png","}", sep=""), + "\\caption{Loadings plot for the selected PCs. }", + "\\end{center}", + paste("\\label{","loadings3D.png","}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pca.biplot,"}", sep=""), + "\\caption{PCA biplot between the selected PCs. Note, you may want to test different centering and scaling + normalization methods for the biplot to be displayed properly.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pca.biplot,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create PLS document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreatePLSdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$plsr) & is.null(mSetObj$analSet$plsda)){ + return(); + } + + descr <- c("\\subsection{Partial Least Squares - Discriminant Analysis (PLS-DA)}\n", + "PLS is a supervised method that uses multivariate regression techniques to extract via", + "linear combination of original variables (X) the information that can predict the", + "class membership (Y). The PLS regression is performed using the \\texttt{plsr} function", + "provided by R \\texttt{pls} package\\footnote{Ron Wehrens and Bjorn-Helge Mevik.\\textit{pls: Partial Least", + "Squares Regression (PLSR) and Principal Component Regression (PCR)}, 2007,", + "R package version 2.1-0}. The classification and cross-validation are performed using the corresponding wrapper", + "function offered by the \\texttt{caret} package\\footnote{Max Kuhn. Contributions from", + "Jed Wing and Steve Weston and Andre Williams.\\textit{caret: Classification and Regression", + "Training}, 2008, R package version 3.45}.", + "\n\n", + "To assess the significance of class discrimination, a permutation test was performed. In each permutation, a PLS-DA model was", + "built between the data (X) and the permuted class labels (Y) using the optimal number of components determined", + "by cross validation for the model based on the original class assignment. MetaboAnalyst supports two types of test", + "statistics for measuring the class discrimination. The first one is based on prediction accuracy during training.", + "The second one is separation distance based on the ratio of the between group sum of the squares and the within", + "group sum of squares (B/W-ratio).", + "If the observed test statistic is part of the distribution based on the permuted class assignments,", + "the class discrimination cannot be considered significant from a statistical point of", + "view.\\footnote{Bijlsma et al.\\textit{Large-Scale Human Metabolomics Studies: A Strategy for Data", + "(Pre-) Processing and Validation}, Anal Chem. 2006, 78 567 - 574}.", + "\n\n", + "There are two variable importance measures in PLS-DA. The first, Variable Importance in Projection (VIP) is", + "a weighted sum of squares of the PLS loadings taking into account the amount of explained Y-variation", + "in each dimension. Please note, VIP scores are calculated for each components. When more than components are used to calculate", + "the feature importance, the average of the VIP scores are used. The other importance measure is based", + "on the weighted sum of PLS-regression. The weights are a function of the reduction of the sums of squares across the number", + "of PLS components. Please note, for multiple-group (more than two) analysis, the same number of predictors will be built for each", + "group. Therefore, the coefficient of each feature will be different depending on which group you want to predict.", + "The average of the feature coefficients are used to indicate the overall coefficient-based importance. ", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the overview of scores plots;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 2-D scores plot between selected components;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 3-D scores plot between selected components;"), + paste("Figure", fig.count<<-fig.count+1,"shows the loading plot between the selected components;")); + cat(descr, file=rnwFile, append=TRUE); + + + descr <- c(paste("Figure", fig.count<<-fig.count+1,"shows the classification performance with different number of components;"), + paste("Figure", fig.count<<-fig.count+1,"shows the results of permutation test for model validation;"), + paste("Figure", fig.count<<-fig.count+1,"shows important features identified by PLS-DA.\n")); + cat(descr, file=rnwFile, append=TRUE); + + + plsrhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.pair,"}", sep=""), + "\\caption{Pairwise scores plots between the selected components. The explained variance of each component is shown in the corresponding diagonal cell. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.pair,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.score2d,"}", sep=""), + "\\caption{Scores plot between the selected PCs. The explained variances are shown in brackets. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.score2d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.score3d,"}", sep=""), + "\\caption{3D scores plot between the selected PCs. The explained variances are shown in brackets.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.score3d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.loading,"}", sep=""), + "\\caption{Loadings plot between the selected PCs. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.loading,"}", sep=""), + "\\end{figure}" + ); + cat(plsrhist, file=rnwFile, append=TRUE, sep="\n"); + + plsdahist <- c( + # classification fig + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.class,"}", sep=""), + "\\caption{PLS-DA classification using different number of components. The red star indicates the best classifier.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.class,"}", sep=""), + "\\end{figure}" + ); + cat(plsdahist, file=rnwFile, append=TRUE, sep="\n"); + + if(!is.null(mSetObj$imgSet$pls.permut)){ # may not be performed (not by default) + plsdahist <- c( + # permutation fig + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.permut,"}", sep=""), + paste("\\caption{PLS-DA model validation by permutation tests based on ", mSetObj$analSet$plsda$permut.type, ". ", + "The p value based on permutation is ", mSetObj$analSet$plsda$permut.p, ".", sep=""), "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.permut,"}", sep=""), + "\\end{figure}" + ); + cat(plsdahist, file=rnwFile, append=TRUE, sep="\n"); + } + + plsdahist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$pls.imp,"}", sep=""), + paste("\\caption{Important features identified by PLS-DA. The colored boxes on the right indicate the relative concentrations of the corresponding metabolite in each group + under study. }"), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.imp,"}", sep=""), + "\\end{figure}" + ); + cat(plsdahist, file=rnwFile, append=TRUE, sep="\n"); + + + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create sPLS-DA document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateSPLSDAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$splsr)){ + return(); + } + + descr <- c("\\subsection{Sparse Partial Least Squares - Discriminant Analysis (sPLS-DA)}\n", + "The sparse PLS-DA (sPLS-DA) algorithm can be used to effectively reduce the number of variables (metabolites)", + "in high-dimensional metabolomics data to produce robust and easy-to-interpret models.", + "Users can control the sparseness of the model by controlling the number of components in the model and the number ", + "of variables in each component. For more information, please refer to Cao et al. 2011 (PMC3133555). ", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the overview of scores plots;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 2-D scores plot between selected components;"), + paste("Figure", fig.count<<-fig.count+1,"shows the loading plot of the top ranked features;"), + paste("Figure", fig.count<<-fig.count+1,"shows the 3-D scores plot between selected components;"), + paste("Figure", fig.count<<-fig.count+1,"shows the performance of the sPLS-DA model evaluated using cross-validations;")); + cat(descr, file=rnwFile, append=TRUE); + + + plsrhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$spls.pair,"}", sep=""), + "\\caption{Pairwise scores plots between the selected components. The explained variance of each component is shown in the corresponding diagonal cell. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$spls.pair,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$spls.score2d,"}", sep=""), + "\\caption{Scores plot between the selected PCs. The explained variances are shown in brackets. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$spls.score2d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$spls.score3d,"}", sep=""), + "\\caption{3D scores plot between the selected PCs. The explained variances are shown in brackets.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$pls.score3d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$spls.imp,"}", sep=""), + "\\caption{Plot showing the variables selected by the sPLS-DA model for a given component. The variables are ranked by the absolute values of their loadings.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$spls.imp,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$splsda.class,"}", sep=""), + "\\caption{Plot of the performance of the sPLS-DA model evaluated using cross validations (CV) with increasing numbers + of components created using the specified number of the variables. The error rate is on the y-axis and the number of components + is on the x-axis.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$splsda.class,"}", sep=""), + "\\end{figure}" + ); + cat(plsrhist, file=rnwFile, append=TRUE, sep="\n"); + + + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create OPLSDA document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateOPLSDAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$oplsda)){ + return(); + } + + descr <- c("\\subsection{Orthogonal-Orthogonal Projections to Latent Structures Discriminant Analysis (OPLS-DA)}\n", + "OPLS-DA, like PLS-DA, is a powerful tool used for dimension reduction and identification of spectral features that ", + "drive group separation. It is a supervised modeling method, and may be used instead of PLS-DA due to its capablitities ", + "to distinguish between variations in a dataset relevant to predicting group-labels and variations irrelevant", + " to predicting group-labels. In this sense, OPLS-DA tends to make models that are less complex and more insightful", + " than PLS-DA. However, both OPLS-DA and PLS-DA are prone to create models that over-fit data, therefore requiring ", + "cross-validation to ensure model reliability. For further details, please refer to Worley and Powers 2013 (PMC4465187) ", + "and Worley and Powers 2016 (PMC4990351). The permutation testing for OPLS-DA is provided from Szymanska et al. 2012.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the score plot for all metabolite features;"), + paste("Figure", fig.count<<-fig.count+1,"shows the variable importance in an OPLS-DA model;"), + paste("Figure", fig.count<<-fig.count+1,"shows the model overview;"), + paste("Figure", fig.count<<-fig.count+1,"shows the results of the permutation tests for the models;")); + cat(descr, file=rnwFile, append=TRUE); + + + oplsrhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$opls.score2d,"}", sep=""), + "\\caption{OPLS-DA score plot of all metabolite features. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$opls.score2d,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$opls.loading,"}", sep=""), + "\\caption{OPLS-DA loadings S-plot showing the variable importance in a model, combining the covariance and the correlation (p(corr)) loading profile. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$opls.loading,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$opls.class,"}", sep=""), + "\\caption{Model overview of the OPLS-DA model for the provided dataset. It shows the R2X, R2Y, and Q2 coefficients for the groups.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$opls.class,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$opls.permut,"}", sep=""), + "\\caption{Permutation analysis, showing the observed and cross-validated R2Y and Q2 coefficients. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$opls.permut,"}", sep=""), + "\\end{figure}" + ); + cat(oplsrhist, file=rnwFile, append=TRUE, sep="\n"); + + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create SAM document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateSAMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$sam)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$sam.cmpds)){ + sam.tab <- NULL; + }else{ + sam.tab <- paste("Table", table.count<<-table.count+1,"shows the details of these features."); + } + + descr <- c("\\subsection{Significance Analysis of Microarray (SAM)}\n", + "SAM is a well-established statistical method for identification", + "of differentially expressed genes in microarray data analysis. It is designed", + "to address the false discovery rate (FDR) when running multiple tests on high-dimensional", + "microarray data. SAM assigns a significance score to each variable based on its change", + "relative to the standard deviation of repeated measurements. For a variable with scores", + "greater than an adjustable threshold, its relative difference is compared to the", + "distribution estimated by random permutations of the class labels. For each threshold,", + "a certain proportion of the variables in the permutation set will be found to be significant", + "by chance. The proportion is used to calculate the FDR. SAM is performed using the", + "\\texttt{siggenes} package\\footnote{Holger Schwender. \\textit{siggenes: Multiple testing using", + "SAM and Efron's empirical Bayes approaches},2008, R package version 1.16.0}.", + "Users need to specify the \\texttt{Delta} value to control FDR in order to proceed.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the significant features identified by SAM."), + sam.tab, + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$sam.cmpd,"}", sep=""), + "\\caption{Significant features identified by SAM. The green circles represent features + that exceed the specified threshold. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$sam.cmpd,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.SAM(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create EBAM document +#'Note: the search for delta (SAM) and a0 (EBAM) will not be plotted +#'it is only exploration, and may cause potential inconsistentcies. +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreateEBAMdoc <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + # need to check if this process is executed + if(is.null(mSetObj$analSet$ebam)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$ebam.cmpds)){ + ebam.tab<-NULL; + }else{ + ebam.tab <- paste("Table", table.count<<-table.count+1,"shows the details of these features."); + } + + descr <- c("\\subsection{Empirical Bayesian Analysis of Microarray (EBAM)}\n", + "EBAM is an empirical Bayesian method based on moderated t-statistics.", + "EBAM uses a two-group mixture model for null and significant features.", + "The prior and density parameters are estimated from the data. A feature is", + "considered significant if its calculated posterior is larger than or equal to", + "\\texttt{delta} and no other features with a more extreme test score that", + "is not called signicant. The default is \\texttt{delta} = 0.9.", + "The suggested fudge factor (\\texttt{a0}) is chosen that leads to the largest number", + "of significant features. EBAM is performed with \\texttt{ebam} function in", + "\\texttt{siggenes} package\\footnote{Holger Schwender. \\textit{siggenes: Multiple testing using", + "SAM and Efron's empirical Bayes approaches},2008,R package version 1.16.0}.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by EBAM."), + ebam.tab, + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$ebam.cmpd,"}", sep=""), + "\\caption{Significant features identified by EBAM. The green circles represent features + that exceed the specified threshold. }", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$ebam.cmpd,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.EBAM(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create hierarchical clustering document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateHCdoc <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$tree) & is.null(mSetObj$analSet$htmap)){ + return(); + } + + descr <- c("\\subsection{Hierarchical Clustering}\n", + "In (agglomerative) hierarchical cluster analysis, each sample begins", + " as a separate cluster and the algorithm proceeds to combine them until all", + "samples belong to one cluster. Two parameters need to be considered when performing", + "hierarchical clustering. The first one is similarity measure - Euclidean distance,", + "Pearson's correlation, Spearman's rank correlation. The other parameter is clustering", + "algorithms, including average linkage (clustering uses the centroids of the observations),", + "complete linkage (clustering uses the farthest pair of observations between the two groups),", + "single linkage (clustering uses the closest pair of observations) and Ward's linkage", + "(clustering to minimize the sum of squares of any two clusters). Heatmap is often presented", + "as a visual aid in addition to the dendrogram.", + "\n\n", + "Hierachical clustering is performed with the \\texttt{hclust} function in package \\texttt{stat}.", + paste("Figure", fig.count<<-fig.count+1,"shows the clustering result in the form of a dendrogram."), + paste("Figure", fig.count<<-fig.count+1,"shows the clustering result in the form of a heatmap.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + if(!is.null(mSetObj$analSet$tree)){ + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$tree,"}", sep=""), + paste("\\caption{Clustering result shown as dendrogram (", + "distance measure using ", "\\texttt{", mSetObj$analSet$tree$dist.par, "}, and clustering algorithm using ", "\\texttt{", mSetObj$analSet$tree$clust.par, "}).}", sep=""), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$tree,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + if(!is.null(mSetObj$analSet$htmap)){ + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$heatmap,"}", sep=""), + paste("\\caption{Clustering result shown as heatmap (", + "distance measure using ", "\\texttt{", mSetObj$analSet$htmap$dist.par, "}, and clustering algorithm using ", "\\texttt{", mSetObj$analSet$htmap$clust.par, "}).}", sep=""), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$heatmap,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create SOM partitional clustering document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateSOMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + # need to check if this process is executed + if(is.null(mSetObj$analSet$som)){ + return(); + }; + + descr <- c("\\subsection{Self Organizing Map (SOM)}\n", + "SOM is an unsupervised neural network algorithm used to automatically", + "identify major trends present in high-dimensional data. SOM is based", + "on a grid of interconnected nodes, each of which represents a model.", + "These models begin as random values, but during the process of iterative training", + "they are updated to represent different subsets of the training set.", + "Users need to specify the x and y dimension of the grid to perform SOM analysis.", + "\n\n", + "The SOM is performed using the R \\texttt{som} package\\footnote{Jun Yan. \\textit{som:", + "Self-Organizing Map}, 2004, R package version 0.3-4}.", + paste("Figure", fig.count<<-fig.count+1,"shows the SOM clustering results."), + paste("Table", table.count<<-table.count+1,"shows the members in each cluster from SOM analysis.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$som,"}", sep=""), + "\\caption{SOM cluster analysis. The x-axes are features and y-axes are relative", + "intensities. The blue lines represent median intensities of corresponding clusters}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$som,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetAllSOMClusterMembers(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create Kmeans partitional clustering document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export + +CreateKMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$kmeans)){ + return(); + } + + descr <- c("\\subsection{K-means Clustering}\n", + "K-means clustering is a nonhierarchical clustering technique.", + "It begins by creating k random clusters (k is supplied by user).", + "The program then calculates the mean of each cluster.", + "If an observation is closer to the centroid of another cluster", + "then the observation is made a member of that cluster. This process is", + "repeated until none of the observations are reassigned to a different cluster.", + "\n\n", + "K-means analysis is performed using the \\texttt{kmeans} function in the", + "package \\texttt{stat}.", + paste("Figure", fig.count<<-fig.count+1,"shows clustering the results."), + paste("Table", table.count<<-table.count+1,"shows the members in each cluster from K-means analysis.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$kmeans,"}", sep=""), + "\\caption{K-means cluster analysis. The x-axes are variable indices and y-axes", + "are relative intensities. The blue lines represent median intensities of corresponding clusters}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$kmeans,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + cmdhist2<-c("<<echo=false, results=tex>>=", + "GetAllKMClusterMembers(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create Random Forest document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateRFdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$rf)){ + return(); + } + + descr <- c("\\subsection{Random Forest (RF) }\n", + "Random Forest is a supervised learning algorithm suitable for high dimensional data analysis.", + "It uses an ensemble of classification trees, each of which is grown by random feature", + "selection from a bootstrap sample at each branch. Class prediction is based on the", + "majority vote of the ensemble. RF also provides other useful information such as OOB", + "(out-of-bag) error, variable importance measure, and outlier measures. During tree construction, about", + "one-third of the instances are left out of the bootstrap sample. This OOB data", + "is then used as test sample to obtain an unbiased estimate of the classification", + "error (OOB error). Variable importance is evaluated by measuring the increase of the", + "OOB error when it is permuted. The outlier measures are based on the proximities during tree construction.", + "\n\n", + "RF analysis is performed using the \\texttt{randomForest} package\\footnote{Andy Liaw and", + "Matthew Wiener. \\textit{Classification and Regression by randomForest}, 2002, R News}.", + paste("Table", table.count<<-table.count+1,"shows the confusion matrix of random forest."), + paste("Figure", fig.count<<-fig.count+1,"shows the cumulative error rates of random forest analysis for given parameters.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the important features ranked by random forest.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the outlier measures of all samples for the given parameters.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$rf.cls,"}", sep=""), + "\\caption{Cumulative error rates by Random Forest classification. The overall error rate is shown + as the black line; the red and green lines represent the error rates for each class.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$rf.cls,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c("<<echo=false, results=tex>>=", + "GetRFConf.Table(mSet)", + "@", + paste("The OOB error is ", GetRFOOB(mSetObj)) + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( "\n\n", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$rf.imp,"}", sep=""), + "\\caption{Significant features identified by Random Forest. The features are ranked by the mean + decrease in classification accuracy when they are permuted.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$rf.imp,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( "\n\n", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$rf.outlier,"}", sep=""), + "\\caption{Potential outliers identified by Random Forest. Only the top five are labeled.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$rf.outlier,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create R-SVM document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateSVMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$svm)){ + return(); + } + + descr <- c("\\subsection{Support Vector Machine (SVM)}\n", + "SVM aims to find a nonlinear decision function in the input space by mapping the data into a", + "higher dimensional feature space and separating it there by means of a maximum margin hyperplane.", + "The SVM-based recursive feature selection and classification is performed using the \\texttt{R-SVM}", + "script\\footnote{http:\\slash\\slash www.hsph.harvard.edu\\slash bioinfocore\\slash RSVMhome\\slash R-SVM.html}.", + "The process is performed recursively using decreasing series of feature subsets (\\texttt{ladder})", + "so that different classification models can be calculated. Feature importance is evaluated based on", + "its frequencies being selected in the best classifier identified by recursive classification and cross-validation.", + "Please note, R-SVM is very computationally intensive. Only the top 50 features (ranked by their p values from t-tests)", + "will be evaluated.", + "\n\n", + "In total,", length(mSetObj$analSet$svm$ladder), "models (levels) were created using",paste(mSetObj$analSet$svm$ladder, collapse=', '), "selected feature subsets.", + paste("Figure", fig.count<<-fig.count+1, "shows the SVM classification performance using recursive feature selection."), + paste("Figure", fig.count<<-fig.count+1, "shows the signicant features used by the best classifiers.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + cat("\n\n", file=rnwFile, append=TRUE); + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$svm.class,"}", sep=""), + "\\caption{Recursive classification with SVM. The red circle indicates the best classifier.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$svm.class,"}", sep=""), + "\\end{figure}", + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$svm,"}", sep=""), + "\\caption{Significant features identified by R-SVM. Features are ranked by their frequencies of being selected in the classifer.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$svm,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} + + diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_time.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_time.R new file mode 100755 index 0000000000000000000000000000000000000000..4c49e859ec0233a70e298622dcf81128fa4a04ef --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_report_time.R @@ -0,0 +1,497 @@ +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis +#'Create timeseries .Rnw file template +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateTimeSeriesRnwReport <- function(mSetObj, usrName){ + + CreateHeader(usrName); + CreateTimeSeriesIOdoc(mSetObj); + CreateNORMdoc(mSetObj); + + InitTimeSeriesAnal(); + if(exists("analSet", where=mSetObj)){ + CreateiPCAdoc(mSetObj); + CreateHeatmap2doc(mSetObj); + CreateAOV2doc(mSetObj); + CreateASCAdoc(mSetObj); + CreateMBdoc(mSetObj); + }else{ + CreateTimeSeriesAnalNullMsg(); + } + + CreateRHistAppendix(); + CreateFooter(); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis, time-series +#'Read and process the raw data +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateTimeSeriesIOdoc <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + descr <- c("\\section{Data Upload and Integrity Checking}\n"); + cat(descr, file=rnwFile, append=TRUE); + + descr <- c("\\subsection{Upload your data}\n", + "For two-factor and time-series data, MetaboAnalyst accepts data uploaded in comma separated values (.csv) format.", + "Samples can be in rows or columns. The two factor labels must follow immediately", + "after the sample names. For time-series data, the time points group must be named", + "as \\textbf{Time}. In addition, the samples collected from the same subject at different time points", + "should be consecutive and ordered by the time points. Users need to specify the data types when uploading their data", + "in order for MetaboAnalyst to select the correct algorithm to process them.\n", + paste("Table", table.count<<-table.count+1,"summarizes the result of the data checking steps.\n") + ); + cat(descr, file=rnwFile, append=TRUE); + + # error checking + if(is.null(mSetObj$dataSet$orig.var.nms) | is.null(mSetObj$dataSet$proc) | is.null(mSetObj$dataSet$facA) | is.null(mSetObj$dataSet$facB)){ + errorMsg<- c(descr, "Error occured during reading the raw data ....", + "Failed to proceed. Please check if the data format you uploaded is correct.", + "Please visit our FAQs, Data Formats, and TroubleShooting pages for more information!\n"); + cat(errorMsg, file=rnwFile, append=TRUE); + return(); + } + + cat("\n\n", file=rnwFile, append=TRUE); + + descr <- paste(mSetObj$msgSet$read.msg, collapse="\n"); + cat(paste("\\texttt{", PrepareLatex(descr), "}"), file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "CreateSummaryTable(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); + + # the next step is sanity check + descr <- c("\\subsection{Data Integrity Check}\n", + "Before data analysis, a data integrity check is performed to make sure that all the necessary", + "information has been collected.", + "Compound concentration or peak intensity values should all be non-negative numbers.", + "By default, all missing values, zeros and negative values will be replaced by the half of the minimum positive value", + "found within the data (detection limits).\n\n"); + cat(descr, file=rnwFile, append=TRUE); + + msgLen <- length(mSetObj$msgSet$check.msg); + descr <- paste(mSetObj$msgSet$check.msg[1:(msgLen-2)], collapse="\n"); + cat(paste("\\texttt{", PrepareLatex(descr), "}"), file=rnwFile, append=TRUE); + cat("\n\n", file=rnwFile, append=TRUE); +} + +#'Create report of analyses (Met Pathway) +#'@description Report generation using Sweave +#'Metabolomic pathway analysis, time-series analysis +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +InitTimeSeriesAnal <- function(){ + descr <- c("\\section{Statistical and Machine Learning Data Analysis}", + "For two-factor and time-series data, MetaboAnalyst offers several carefully selected methods for general two-factor and time-series", + "data analysis. They include:\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); + + descr2 <- c( + "\\begin{itemize}", + + "\\item{Data overview: }", + "\\begin{itemize}", + "\\item{Interactive Principal Component Analysis (iPCA) }", + "\\item{Two-way Heatmap clustering and visualization}", + "\\end{itemize}", + + "\\item{Univariate method: }", + "\\begin{itemize}", + "\\item{Two-way between/within-subjects ANOVA}", + "\\end{itemize}", + + "\\item{Multivariate approaches}", + "\\begin{itemize}", + "\\item{ANOVA-Simultaneous Component Analysis (ASCA)}", + "\\item{Multivariate Empirical Bayes Analysis (MEBA)}", + "\\end{itemize}", + + "\\end{itemize}", + + "\\texttt{Please note: MEBA is only applicable to time-series data analyais.}", + "\\clearpage" + ); + cat(descr2, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create null analysis message for time-series sweave report +#'@description Creates empty time-series analysis message +#'@export +CreateTimeSeriesAnalNullMsg<-function(){ + descr <- c("No analysis was performed on your data.\n"); + cat(descr, file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'For Interactive PCA +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateiPCAdoc <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$ipca)){ + return(); + } + + descr <- c("\\subsection{Interactive Principal Component Analysis (iPCA)}\n", + "PCA is an unsupervised method that aims to find the directions that best", + "explain the variance in a data set (X) without referring to class labels (Y).", + "The data are summarized into the top three components or PCs that explain most of the", + "variations in the data. The result is displayed in an interactive 3D", + "visualization system. The system supports pointing-and-clicking, rotating", + "zooming(hold down SHIFT key and drag vertically). Clicking any of the displayed", + "data points will show the corresponding sample summarized by the top 20 most", + "different variables that deviate from the data center.", + "\n\n"); + + cat(descr, file=rnwFile, append=TRUE); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'2-way heatmap +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateHeatmap2doc <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + # need to check if this process is executed + if(is.null(mSetObj$analSet$htmap2)){ + return(); + } + + descr <- c("\\subsection{Two-way Heatmap Visualization}\n", + "The heatmap provides direct visualization of all data points in the form", + "of colors squares. The color spectrum intuitively indicates the higher or lower values.", + "Users can choose different clustering algorithms or distance measures to cluster the", + "variables. The samples are ordered by the two factors with default the first factor", + "used for primary ordering. Users can choose to switch the order.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the clustering result in the form of a heatmap.\n")); + + cat(descr, file=rnwFile, append=TRUE); + + if(!is.null(mSetObj$analSet$htmap2)){ + cmdhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$htmaptwo,"}", sep=""), + paste("\\caption{Clustering result shown as heatmap (", + "distance measure using ", "\\texttt{", mSetObj$analSet$htmap2$dist.par, "}, and clustering algorithm using ", "\\texttt{", mSetObj$analSet$htmap2$clust.par, "}).}", sep=""), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$htmaptwo,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'ANOVA +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateAOV2doc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$aov2)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$aov2$sig.mat)){ + aov2.tab<-NULL; + }else{ + aov2.tab<-paste("Table", table.count<<-table.count+1,"shows the details of these features;"); + } + + descr <- c("\\subsection{Univariate Analysis}\n", + "Univariate analysis methods are the most common methods used for exploratory data analysis. ", + "For two-factor data, the basic approach is two-way ANOVA. ", + "There are two options - between-subjects ANOVA and within-subjects ANOVA. When samples are all from", + "independent subjects (i.e. general two-way ANOVA), the between-subjects option should be selected.", + "However, time series data contains samples measured from the same subjects from different time points.", + "Therefore within-subjects ANOVA should be used.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the important features identified by ANOVA analysis."), + aov2.tab, + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$anova2,"}", sep=""), + "\\caption{Plot of important features selected by two-way ANOVA.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$anova2,"}", sep=""), + "\\end{figure}" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + cat("\n\n", file=rnwFile, append=TRUE, sep="\n"); + + cmdhist2<-c("<<echo=false, results=tex>>=", + "GetSigTable.Aov2(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Random Forest ASCA +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateASCAdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$asca)){ + return(); + } + + if(isEmptyMatrix(mSetObj$analSet$asca$sig.list[["Model.a"]])){ + asca.tab1<-NULL; + }else{ + asca.tab1<-paste("Table", table.count<<-table.count+1,paste("shows features well-modelled by ", mSetObj$dataSet$facA.lbl, ". ", sep="")); + } + + if(isEmptyMatrix(mSetObj$analSet$asca$sig.list[["Model.b"]])){ + asca.tab2<-NULL; + }else{ + asca.tab2<-paste("Table", table.count<<-table.count+1,paste("shows features well-modelled by ", mSetObj$dataSet$facB.lbl, ". ", sep="")); + } + + if(isEmptyMatrix(mSetObj$analSet$asca$sig.list[["Model.ab"]])){ + asca.tab3<-NULL; + }else{ + asca.tab3<-paste("Table", table.count<<-table.count+1, "shows features well-modelled by Interaction model. "); + } + + descr <- c("\\subsection{ANOVA - Simultaneous Component Analysis (ASCA)}\n", + "ASCA is a multivariate extension of univariate ANOVA approach. It is", + "designed to identify the major patterns associated with each factor.", + "This implementation supports ASCA model for two factors with one interaction", + "effect. The algorithm first partitions the overall data variance (X) into", + "individual variances induced by each factor (A and B), as well as by the", + "interactions (AB). The formula is shown below with (E) indicates the residual", + "Errors: \n\n", + "\\textbf{X = A + B + AB + E}", + "\n\n", + "The SCA part applies PCA to A, B, AB to summarize major variations in each partition.", + "Users then detect the major pattern by visualizing the PCA scores plot.", + "MetaboAnalyst also provides model validation to test the significance of the effects associated", + "with main effects. It is based on the Manly's unrestricted permutation of observation", + "then calculate the permuted variation associated with each factor", + "Finally, the permuted values are compared with the original variations", + "The significant variables are identified based on the leverage and the", + "Squared Prediction Errors (SPE) associated with each variables", + "Variables with low SPE and higher leverage are modeled well after the major patterns.", + "\n\n", + paste("Figure", fig.count<<-fig.count+1,"shows the scree plots for each effect model.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the major patterns associated with factor A.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the major patterns associated with factor B.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the major patterns associated with interaction.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the results of model validations through permutations.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the important features associated with factor A.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the important features associated with factor B.\n"), + paste("Figure", fig.count<<-fig.count+1,"shows the features that are important in the interaction.\n"), + "\n\n", + asca.tab1, + asca.tab2, + asca.tab3, + "The other details are available as .csv documents in your downloaded zip file."); + + cat(descr, file=rnwFile, append=TRUE); + cat("\\clearpage", file=rnwFile, append=TRUE); + + cmdhist<-c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.scree,"}", sep=""), + "\\caption{Scree plots for each sub model.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.scree,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.modelA,"}", sep=""), + paste("\\caption{Major patterns associated with", mSetObj$dataSet$facA.lbl, "}"), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.modelA,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.modelB,"}", sep=""), + paste("\\caption{Major patterns associated with", mSetObj$dataSet$facB.lbl, "}"), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.modelB,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.modelAB,"}", sep=""), + "\\caption{Major patterns associated with the Interaction between the two factors.}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.modelAB,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.perm,"}", sep=""), + "\\caption{Model validation through permutations}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.perm,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.impA,"}", sep=""), + paste("\\caption{Important variables associated with", mSetObj$dataSet$facA.lbl, "}"), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.impA,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.impB,"}", sep=""), + paste("\\caption{Important variables associated with", mSetObj$dataSet$facB.lbl, "}"), + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.impB,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cmdhist <- c( + "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$asca.impAB,"}", sep=""), + "\\caption{Variables important in interaction between the two factors}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$asca.impAB,"}", sep=""), + "\\end{figure}" + ); + + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + + cat("\\clearpage\n\n", file=rnwFile, append=TRUE); + + if(!is.null(asca.tab1)){ + cmdhist<-c("<<echo=false, results=tex>>=", + "GetSigTable.ASCA(mSet, \"Model.a\")", + "@"); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(asca.tab2)){ + cmdhist <- c("<<echo=false, results=tex>>=", + "GetSigTable.ASCA(mSet, \"Model.b\")", + "@"); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + + if(!is.null(asca.tab3)){ + cmdhist <- c("<<echo=false, results=tex>>=", + "GetSigTable.ASCA(mSet, \"Model.ab\")", + "@"); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + cat("\\clearpage", file=rnwFile, append=TRUE); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Multivariate Bayes +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateMBdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$analSet$MB)){ + return(); + } + + descr <- c("\\subsection{Multivariate Empirical Bayes Approach - MEBA}\n", + "The approach is designed to compare the time-course profiles under different conditions.", + "The result is a list of variables that are ranked by their difference in temporal profiles", + "across different biological conditions. The Hotelling-T2 is used to rank the variables with", + "different temporal profiles between two biological conditions under study; And the", + "MB-statistics is used for more than two biological conditions. Higher statistical value", + "indicates the time-course profiles are more different across the biological conditions under study.", + "\n"); + + cat(descr, file=rnwFile, append=TRUE); + + cmdhist2 <- c("<<echo=false, results=tex>>=", + "GetSigTable.MB(mSet)", + "@"); + cat(cmdhist2, file=rnwFile, append=TRUE, sep="\n"); + cat("\\clearpage", file=rnwFile, append=TRUE); +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/sweave_reporter.R b/V1.7.4/MetaboAnalyst_3.0.3/sweave_reporter.R new file mode 100755 index 0000000000000000000000000000000000000000..ec1597edb1e237e1db4f101c90215707e67b4c10 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/sweave_reporter.R @@ -0,0 +1,280 @@ +#'Create report of analyses +#'@description Report generation using Sweave +#'Note: most analyses were already performed, only need to embed +#'the results to the right place without rerunning the whole analysis +#'through Sweave. Only some auxilliary info (i.e. time, version etc need to +#'run in R through Sweave +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param usrName Input the name of the user +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PreparePDFReport<-function(mSetObj=NA, usrName){ + + mSetObj <- .get.mSet(mSetObj); + + # create the Rnw file + file.create("Analysis_Report.Rnw"); + # open for write + rnwFile <<- file("Analysis_Report.Rnw", "w") + + # create a global counter to label figures + fig.count <<- 0; + table.count <<- 0; + + anal.type <- mSetObj$analSet$type; + + if(anal.type == "stat" ){ + CreateStatRnwReport(mSetObj, usrName); + }else if(anal.type == "ts"){ + CreateTimeSeriesRnwReport(mSetObj, usrName); + }else if(substr(anal.type, 0, 4) == "mset"){ + CreateEnrichRnwReport(mSetObj, usrName); + }else if(anal.type == "power"){ + CreatePowerRnwReport(mSetObj, usrName) + }else if(anal.type == "roc"){ + CreateBiomarkerRnwReport(mSetObj, usrName) + }else if(anal.type == "pathinteg"){ + CreateIntegPathwayAnalysisRnwReport(mSetObj, usrName); + }else if(substr(anal.type, 0, 4) == "path"){ # must be after pathiteg + CreatePathRnwReport(mSetObj, usrName); + }else if(anal.type == "network"){ + CreateNetworkExplorerRnwReport(mSetObj, usrName); + }else if(anal.type == "mummichog"){ + CreateMummichogRnwReport(mSetObj, usrName); + }else if(anal.type == "metadata"){ + CreateMetaAnalysisRnwReport(mSetObj, usrName); + }else if(anal.type == "raw"){ + CreateRawAnalysisRnwReport(mSetObj, usrName); + }else if(exists(meta.anal.type)){ + CreateMummichogRnwReport(mSetObj, usrName); + }else{ + AddErrMsg(paste("No template found for this module:", anal.type)); + return(0); + } + + # close opened files + close(rnwFile); + + if(!.on.public.web){ + utils::Sweave("Analysis_Report.Rnw", encoding="utf8"); + res <- try(tools::texi2dvi("Analysis_Report.tex", pdf = TRUE, quiet=TRUE)); + } + return(1); +} + +# this is for PDF report generation from bash +SaveCurrentSession <- function(){ + file.copy("../../rscripts/_sweave.sty", ".") + save.image("SweaveImage.RData"); +} + +CreateHeader <- function(usrName){ + header <- c("\\documentclass[a4paper]{article}", + "\\usepackage[margin=1.0in]{geometry}", + "\\usepackage{longtable}", + "\\usepackage{graphicx}", + "\\usepackage{grffile}", + "<<echo=false>>=", + "options(width=60);", + "@", + "\\SweaveOpts{eps=FALSE,pdf=TRUE}", + "\\title{Metabolomic Data Analysis with MetaboAnalyst 5.0}", + paste("\\author{ Name: ", usrName, " }", sep=""), + "\\begin{document}", + "\\parskip=.3cm", + "\\maketitle"); + cat(header, file=rnwFile, sep="\n", append=TRUE); + +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create a summary table for each type of uploaded data +#'csv table has 5 col: sampleID, feature #, zero, missing # +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@import qs +CreateSummaryTable <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + sum.dat<-NULL; + plenth<-dim(mSetObj$dataSet$proc)[2]; + if(mSetObj$dataSet$type=='conc'| mSetObj$dataSet$type=='pktable'| mSetObj$dataSet$type=='specbin'){ + orig.data<- qs::qread("data_orig.qs"); + for(i in 1:nrow(orig.data)){ + srow<-orig.data[i,]; + newrow<-c(sum(srow[!is.na(srow)]>0), (sum(is.na(srow)) + sum(srow[!is.na(srow)]<=0)), plenth); + sum.dat<-rbind(sum.dat, newrow); + } + colnames(sum.dat)<-c("Features (positive)","Missing/Zero","Features (processed)"); + rownames(sum.dat)<-mSetObj$dataSet$orig.smp.nms; + }else if(mSetObj$dataSet$type=="nmrpeak"| mSetObj$dataSet$type=="mspeak"){ # peak list + pkSet<-qs::qread("peakSet.qs"); + orig.data<- qs::qread("data_orig.qs"); + snames<-pkSet$sampnames; + for(i in 1:length(snames)){ + samp.inx<-pkSet$peaks[,"sample"]==i; + srow <- orig.data[i,]; + newrow<-c(sum(samp.inx),(sum(is.na(srow)) + sum(srow[!is.na(srow)]<=0)), plenth); + sum.dat<-rbind(sum.dat, newrow); + } + colnames(sum.dat)<-c("Peaks (raw)","Missing/Zero", "Peaks (processed)"); + rownames(sum.dat)<-mSetObj$dataSet$orig.smp.nms; + }else{ # spectra + rawxset<-mSetObj$dataSet$xset.orig; + fillxset<-mSetObj$dataSet$xset.fill; + snames<-row.names(rawxset@phenoData) + + for(i in 1:length(snames)){ + rawno<-sum(rawxset@peaks[,"sample"]==i); + fillno<-sum(fillxset@peaks[,"sample"]==i); + newrow<-c(rawno,fillno,plenth); + sum.dat<-rbind(sum.dat, newrow); + } + colnames(sum.dat)<-c("Peaks (raw)","Peaks (fill)", "Peaks(processed)"); + rownames(sum.dat)<-mSetObj$dataSet$orig.smp.nms; + } + print(xtable::xtable(sum.dat, caption="Summary of data processing results"), caption.placement="top", size="\\scriptsize"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create normalization document +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateNORMdoc <- function(mSetObj=NA){ + + mSetObj <- .get.mSet(mSetObj); + + # need to check if this process is executed + if(is.null(mSetObj$dataSet$norm)){ + errorMsg <- c("Error occured during normalization of your data ....", + "Fail to proceed. Please check if the data format you uploaded is correct.", + "Please visit our FAQs, Data Formats, and TroubleShooting pages for more information!"); + cat(errorMsg, file=rnwFile, append=TRUE); + return(); + } + + descr1 <- c("\\subsection{Data Normalization}\n", + "The data is stored as a table with one sample per row and one variable (bin\\slash peak\\slash", + "metabolite) per column. The normalization procedures implemented below are grouped into four categories.", + "Sample specific normalization allows users to manually adjust concentrations based on biological inputs", + "(i.e. volume, mass); row-wise normalization allows general-purpose adjustment for differences among samples;", + "data transformation and scaling are two different approaches to make features more comparable.", + "You can use one or combine both to achieve better results.", + "\n\n", + "The normalization consists of the following options:"); + + cat(descr1, file=rnwFile, append=TRUE); + + descr2 <- c("\\begin{enumerate}", + "\\item{Row-wise procedures: }", + "\\begin{itemize}", + "\\item{Sample specific normalization (i.e. normalize by dry weight, volume) }", + "\\item{Normalization by the sum }", + "\\item{Normalization by the sample median }", + "\\item{Normalization by a reference sample (probabilistic quotient", + "normalization)\\footnote{Dieterle F, Ross A, Schlotterbeck G, Senn H. \\textit{Probabilistic quotient normalization as robust", + "method to account for dilution of complex biological mixtures. Application in 1H NMR metabonomics}, 2006,", + "Anal Chem 78 (13);4281 - 4290}}", + "\\item{Normalization by a pooled or average sample from a particular group }", + "\\item{Normalization by a reference feature (i.e. creatinine, internal control) }", + "\\item{Quantile normalization }", + "\\end{itemize}", + "\\item{Data transformation : }", + "\\begin{itemize}", + "\\item{Generalized log transformation (glog 2) }", + "\\item{Cube root transformation}", + "\\end{itemize}", + "\\item{Data scaling: }", + "\\begin{itemize}", + "\\item{Mean centering (mean-centered only)}", + "\\item{Auto scaling (mean-centered and divided by standard deviation of each variable)}", + "\\item{Pareto scaling (mean-centered and divided by the square root of standard deviation of each variable)}", + "\\item{Range scaling (mean-centered and divided by the value range of each variable)}", + "\\end{itemize}", + "\\end{enumerate}", + "\n\n", + if(exists("norm", where=mSetObj$imgSet)){ + paste("Figure", fig.count<<-fig.count+1,"shows the effects before and after normalization.\n"); + }) + + cat(descr2, file=rnwFile, append=TRUE, sep="\n"); + + if(mSetObj$dataSet$combined.method){ + norm.desc <- "Combined approach using quantile normalization within replicates after log transformation."; + }else{ + if(!is.null(mSetObj$dataSet[["rownorm.method"]])){ + norm.desc <- paste("Row-wise normalization: ", mSetObj$dataSet$rownorm.method, "; ", + "Data transformation: ",mSetObj$dataSet$trans.method, "; ", + "Data scaling: ",mSetObj$dataSet$scale.method, ".", sep=""); + }else{ + norm.desc <- "No normalization methods were applied." + } + } + + if(exists("norm", where=mSetObj$imgSet)){ + cmdhist <- c( "\\begin{figure}[htp]", + "\\begin{center}", + paste("\\includegraphics[width=1.0\\textwidth]{", mSetObj$imgSet$norm,"}", sep=""), + "\\caption{Box plots and kernel density plots before and after normalization.", + "The boxplots show at most 50 features due to space limit. The density plots are based on all samples.", + "Selected methods :", norm.desc, "}", + "\\end{center}", + paste("\\label{",mSetObj$imgSet$norm,"}", sep=""), + "\\end{figure}", + "\\clearpage" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } + cat("\\clearpage", file=rnwFile, append=TRUE, sep="\n"); +} + +#'Create report of analyses +#'@description Report generation using Sweave +#'Create footer +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +CreateRHistAppendix <- function(){ + + descr <- c("\\section{Appendix: R Command History}\n"); + cat(descr, file=rnwFile, append=TRUE); + + if(!is.null("Rhistory.R")){ + + cmdhist<-c("<<echo=false, results=verbatim>>=", + "GetRCommandHistory(mSet);", + "@" + ); + cat(cmdhist, file=rnwFile, append=TRUE, sep="\n"); + } +} + +#'Create report of analyses (Met Enrichment) +#'@description Report generation using Sweave +#'Metabolite enrichment analysis report footer +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CreateFooter <- function(){ + end <- c("\\vspace{5 mm}\n--------------------------------\n\n", + "The report was generated on \\Sexpr{date()} with \\Sexpr{print(version$version.string)}.\n", + "\\end{document}\n\n" + ); + cat(end, file=rnwFile, append=TRUE); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/time_asca_heatmap2.R b/V1.7.4/MetaboAnalyst_3.0.3/time_asca_heatmap2.R new file mode 100755 index 0000000000000000000000000000000000000000..b536144da9bc73b2da6046a6105fdd539b28060d --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/time_asca_heatmap2.R @@ -0,0 +1,1320 @@ +#'Plot heatmap visualization for time-series data +#'@description Plot heatmap visualization for time-series data +#'@usage PlotHeatMap2(mSetObj=NA, imgName, format="png", dpi=72, width=NA, smplDist="pearson", clstDist="average", colors="bwm", viewOpt="overview", hiRes=FALSE, sortInx = 1, useSigFeature, drawBorder) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param smplDist Select distance measure: euclidean, pearson, or minkowski +#'@param clstDist Select clustering algorithm: ward, average, complete, single +#'@param colors Select heatmap colors: bwm, gray +#'@param viewOpt Select overview or detailed view: overview or detail +#'@param hiRes Select high-resolution or not: logical, default set to F +#'@param sortInx Sort by index +#'@param useSigFeature Use significant features only: F or T (default false) +#'@param drawBorder Show cell borders: F or T (default F) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotHeatMap2<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, smplDist="pearson", + clstDist="average", colors="bwm", viewOpt="overview", hiRes=FALSE, sortInx = 1, + useSigFeature, drawBorder){ + + mSetObj <- .get.mSet(mSetObj); + + if(mSet$dataSet$facA.type==TRUE){ + facA <- as.factor(as.numeric(levels(mSet$dataSet$facA))[mSet$dataSet$facA]); + }else{ + facA <- mSetObj$dataSet$facA; + } + + if(mSet$dataSet$facB.type==TRUE){ + facB <- as.factor(as.numeric(levels(mSet$dataSet$facB))[mSet$dataSet$facB]); + }else{ + facB <- mSetObj$dataSet$facB; + } + + if(sortInx == 1){ + ordInx <- order(facA, facB); + }else{ + ordInx <- order(facB, facA); + } + + new.facA <- facA[ordInx]; + new.facB <- facB[ordInx]; + + # set up data set. note, need to transpose the data for two way plotting + data <- mSetObj$dataSet$norm[ordInx, ]; + + # use features from ANOVA2 + if(useSigFeature){ + hits <- colnames(data) %in% rownames(mSetObj$analSet$aov2$sig.mat); + data <- mSetObj$dataSet$norm[ordInx, hits]; + } + + hc.dat <- as.matrix(data); + colnames(hc.dat) <- substr(colnames(data), 1, 18) # some names are too long + + # set up parameter for heatmap + if(colors=="gbr"){ + colors <- colorRampPalette(c("green", "black", "red"), space="rgb")(256); + }else if(colors == "heat"){ + colors <- heat.colors(256); + }else if(colors == "topo"){ + colors <- topo.colors(256); + }else if(colors == "gray"){ + colors <- colorRampPalette(c("grey90", "grey10"), space="rgb")(256); + }else{ + colors <- rev(colorRampPalette(RColorBrewer::brewer.pal(10, "RdBu"))(256)); + } + if(drawBorder){ + border.col<-"grey60"; + }else{ + border.col <- NA; + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(viewOpt == "overview"){ + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7.2; + }else{ + w <- 7.2; + } + mSetObj$imgSet$htmaptwo <- imgName; + h <- w; + }else{ + if(is.na(width)){ + minW <- 650; + myW <- nrow(hc.dat)*11 + 150; + if(myW < minW){ + myW <- minW; + } + w <- round(myW/72,2); + }else if(width == 0){ + w <- 7.2; + }else{ + w <- 7.2; + } + if(ncol(hc.dat) >100){ + myH <- ncol(hc.dat)*12 + 120; + }else if(ncol(hc.dat) > 50){ + myH <- ncol(hc.dat)*12 + 60; + }else{ + myH <- ncol(hc.dat)*12 + 20; + } + mSetObj$imgSet$htmaptwo <- imgName; + h <- round(myH/72,2); + } + if(format=="pdf"){ + pdf(file = imgName, width=w, height=h, bg="white", onefile=FALSE); + }else{ + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + } + + annotation <- data.frame(new.facB, new.facA); + colnames(annotation) <- c(mSetObj$dataSet$facB.lbl, mSetObj$dataSet$facA.lbl); + rownames(annotation) <-rownames(hc.dat); + + pheatmap::pheatmap(t(hc.dat), + annotation=annotation, + fontsize=8, fontsize_row=8, + clustering_distance_rows = smplDist, + clustering_distance_cols = smplDist, + clustering_method = clstDist, + border_color = border.col, + cluster_rows = T, + cluster_cols = F, + scale = 'row', + color = colors); + dev.off(); + mSetObj$analSet$htmap2 <- list(dist.par=smplDist, clust.par=clstDist); + return(.set.mSet(mSetObj)); +} + +#'Perform ASCA +#'@description The ASCA algorithm was adapted from the ASCA-genes method +#'(analysis of variance (ANOVA) simultaneous component analysis) +#'by Maria Jose Nueda (mj.nueda@ua.es) and Ana Conesa (aconesa@ivia.es) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param a specify the number of components for facA +#'@param b specify the number of components for facB +#'@param x specify the number of components for interaction AB +#'@param res specify the number of model residuals +#' type is string, indicating the type of analysis +#' "abc" separately +#' "aab" facA joins with AB +#' "bab" facB joins with AB +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Perform.ASCA <- function(mSetObj=NA, a=1, b=2, x=2, res=2){ + + mSetObj <- .get.mSet(mSetObj); + + X <- mSetObj$dataSet$norm; + Fac = c(a, b, x, res); + + # Designa (p x I) + Designa <- model.matrix(~ mSetObj$dataSet$facA-1); + + # Designb (p x J) + Designb <- model.matrix(~ mSetObj$dataSet$facB-1); + + n<-ncol(X); + p<-nrow(X); + I<-ncol(Designa); + J<-ncol(Designb); + + Faca=Fac[1]; # number components Model a + Facb=Fac[2]; # number components Model b + Facab=Fac[3]; # number components Model ab to not consider interations set to 0 + Facres=Fac[4]; # number components Residues + + # Calculate Overall Mean + offset<-apply(X,2,mean); + + # remove the overall mean from the matrix + Xoff <- X-(cbind(matrix(1,nrow=p,ncol=1))%*%rbind(offset)); + + Model.a<-ASCAfun1(Xoff,Designa,Faca); + Model.b<-ASCAfun1(Xoff,Designb,Facb); + if (Facab != 0 ) { + Model.ab<-ASCAfun2(Xoff,Designa,Designb,Facab); + } + + # Collecting models + models <- ls(pattern="Model"); + output <- vector(mode="list"); + Xres <- Xoff; + for (i in 1: length(models)) { + mymodel <- get(models[i], envir=environment()); + output <- c(output, list(mymodel)); + Xres <- Xres - mymodel$X; + rm(mymodel); + gc(); + } + names(output) <- models + + # Model.res + Model.res <- ASCAfun.res(Xres,Facres); + + LIST<-list(Model.res); + names(LIST)<-c("Model.res"); + + mSetObj$analSet$asca <- list( + facNum = Fac, + Xoff = Xoff, + models = c(output,LIST) + ); + return(.set.mSet(mSetObj)); +} + +#'Calculate the Important Variable Cutoff +#'@description This function calculates the all important features based on +#'a specfic cutoff. +#'@usage CalculateImpVarCutoff(mSetObj, spe.thresh, lev.thresh) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param spe.thresh alpha threshold, less is better, default less than 5 percentile based chi-square +#'note: spe and leverage are vectors, not a single value, but a list to store the result +#'note: the last model is Model.res, no spe +#'Calculate leverage cutoff based on permutation +#'Calculate the reference distribution of leverages +#'note: leverage.perm is a list with each member in a 3 column matrix +#'@param lev.thresh leverage threshold, the higher better, default more than 95 percentile of permuted leverage +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +CalculateImpVarCutoff <- function(mSetObj=NA, spe.thresh = 0.05, lev.thresh = 0.95){ + + mSetObj <- .get.mSet(mSetObj); + asca.models <- mSetObj$analSet$asca$models; + spe.lims <- lev.lims <- numeric(3); + + md.nms <- names(asca.models)[1:3]; # note, last model is Model.res, ignore + names(spe.lims) <- names(lev.lims) <- md.nms; + for (nm in md.nms) { # a, ab, b + model <- asca.models[[nm]]; + # get SPE cutoff based on Chiq distribution + m <- mean(model$SPE); + v <- var(model$SPE); + g <- v/(2*m); + h <- 2*m*m/v; + lim <- g*qchisq(1-spe.thresh, df=h); + spe.lims[nm] <- lim; + } + mSetObj$analSet$asca$SPE.cutoff <- spe.lims; + + if(is.null(mSetObj$analSet$asca$leverage.perm)){ + + mSetLev <<- mSetObj + + # lev.perm is a list with each 3 col matrix (lvA, lvV, lvAB) + res.perm <- Perform.permutation(20, Get.asca.leverage); + + # perm.num may be adjusted on public server + perm.num <- res.perm$perm.num; + lev.perm <- res.perm$perm.res; + + rm(mSetLev, pos = ".GlobalEnv") + + # convert to a list with 3 members each is a permutation of all variable + # for a single factor + rowNum <- length(lev.perm); + colNum <- ncol (mSetObj$dataSet$norm); # each col is variable + lvA.mat <- lvB.mat <- lvAB.mat <- matrix(0, nrow = rowNum, ncol=colNum); + for(m in 1:length(lev.perm)){ + mat <- lev.perm[[m]]; + lvA.mat[m,] <- mat[,1]; # facA + lvB.mat[m,] <- mat[,2]; # facB + lvAB.mat[m,] <- mat[,3]; # facAB + } + perm.lv <- list("Model.a"=lvA.mat, + "Model.b"=lvB.mat, + "Model.ab"=lvAB.mat); + mSetObj$analSet$asca$leverage.perm <- perm.lv; + rm(lev.perm); + gc(); + } + + for (nm in md.nms){ + lv.mat <- mSetObj$analSet$asca$leverage.perm[[nm]]; + # get the quantile for each var + quant1 <- apply(lv.mat, 2, quantile, probs = lev.thresh); + # get the quantile for each model + lim <- quantile(quant1, probs = lev.thresh); + lev.lims[nm] <- lim; + } + + mSetObj$analSet$asca$leverage.cutoff <- lev.lims; + + # now get all significant and outlier for each factor based on the threshold + sig.list <- out.list <- list(); + for (nm in md.nms){ + model <- asca.models[[nm]]; + lv <- model$leverage; + spe <- model$SPE; + + lv.cutoff <- mSetObj$analSet$asca$leverage.cutoff[nm]; + spe.cutoff <- mSetObj$analSet$asca$SPE.cutoff[nm]; + + lvInx <- lv >= lv.cutoff; + speInx <- spe <= spe.cutoff; + sigInx <- lvInx & speInx; + outInx <- spe > spe.cutoff; + + sig.mat <- cbind(lv[sigInx], spe[sigInx]); + colnames(sig.mat) <- c("Leverage", "SPE"); + rownames(sig.mat) <- colnames(mSetObj$dataSet$norm)[sigInx]; + # order by leverage + ordInx <- order(sig.mat[,1], decreasing=TRUE); + sig.mat <- sig.mat[ordInx,,drop=F]; + + out.mat <- cbind(lv[outInx], spe[outInx]); + colnames(out.mat) <- c("Leverage", "SPE"); + rownames(out.mat) <- colnames(mSetObj$dataSet$norm)[outInx]; + # order by SPE + ordInx <- order(out.mat[,2], decreasing=TRUE); + out.mat <- out.mat[ordInx,,drop=F]; + + # must use double [[, to use dynamical name and assign arbitury list element + sig.list[[nm]] <- sig.mat; + out.list[[nm]]<- out.mat; + + nm <- gsub("\\.", "_", nm); + fast.write.csv(sig.mat, file=paste("Sig_features_", nm, ".csv", sep="")); + fast.write.csv(out.mat, file=paste("Outliers_", nm, ".csv", sep="")); + } + mSetObj$analSet$asca$sig.list <- sig.list; + mSetObj$analSet$asca$out.list <- out.list; + return(.set.mSet(mSetObj)); +} + +#'Function to perform ASCA +#'@description Perform ASCA +#'@param X Numeric, number of compounds +#'@param Design Number of levels in the factor +#'@param Fac Numeric, the factor +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ASCAfun1<-function (X, Design, Fac) { + n <- ncol(X) # number of genes + I <- ncol(Design) # number of levels in the factor + + NK<-NULL + XK<-matrix(NA,nrow=I,ncol=n) + + for (i in 1:I) { + sub<-X[Design[,i]==1,] + NK[i]<-nrow(sub) + XK[i,]<-apply(sub,2,mean) + } + NK<-sqrt(NK) + + # Weigh the data of the Submodel with the corresponding number of measurement occasions + XKw<- NK*XK + + PCA<-PCA.GENES(XKw) + scw<-PCA$scores[,1:Fac] + ld<-PCA$loadings[,1:Fac] + ssq<-PCA$var.exp + + if(Fac==1) { + scw<-as.matrix(scw) + ld<-as.matrix(ld) + } + + # Re-weigth the scores + sc<-scw/NK + XKrec<-sc%*%t(ld) + Xa<-NULL + TPa<-NULL + for (i in 1:nrow(X)){ + position<-which(Design[i,]==1) + Xa<-rbind(Xa,XK[position,]) + TPa<-rbind(TPa,XKrec[position,]) + } + + Ea<-Xa-TPa + + # leverage & SPE + leverage<-apply(ld^2,1,sum) + SPE<-apply(Ea^2,2,sum) + + output<-list(XK,sc,ld,ssq,Xa,TPa,Ea,leverage,SPE, Fac) + names(output)<-c("data","scores","loadings","var.exp","X","TP","E","leverage","SPE", "facNum"); + output +} + +#'Function to perform ASCA +#'@description Perform ASCA +#'@param X Numeric, number of compounds +#'@param Desa Number of levels in the factor TIME +#'@param Desb Number of levels in the other factor +#'@param Fac Numeric, the factor +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ASCAfun2<-function (X, Desa, Desb, Fac) { + + n <- ncol(X) # number of genes + I <- ncol(Desa) # number of levels in the factor TIME + J <- ncol(Desb) # number of levels in the other factor + + XK1<-matrix(NA,nrow=I,ncol=n); + for (i in 1:I) { + sub<-X[Desa[,i]==1,] + XK1[i,]<-apply(sub,2,mean) + } + + XK2<-matrix(NA,nrow=J,ncol=n); + for (j in 1:J) { + sub<-X[Desb[,j]==1,] + XK2[j,]<-apply(sub,2,mean) + } + + NK<-matrix(NA,nrow=I,ncol=J) + XK<-matrix(NA,nrow=I*J,ncol=n) + + nms.I <- colnames(Desa); + nms.J <- colnames(Desb); + row.nm <- vector(mode="character", length=I*J); + + k=1 + for (j in 1:J){ + for (i in 1:I){ + sub<-X[(Desa[,i]+Desb[,j])==2,] + NK[i,j]<-sqrt(nrow(sub)) + XK[k,]<-apply(sub,2,mean)-XK1[i,]-XK2[j,]; + row.nm[k] <- paste(nms.I[i], nms.J[j], sep="."); + k=k+1 + } + } + + XKw<-XK*(as.numeric(NK)) + rownames(XKw) <- row.nm; + + PCA<-PCA.GENES(XKw) + scw<-PCA$scores[,1:Fac] + ld<-PCA$loadings[,1:Fac] + ssq<-PCA$var.exp + if(Fac==1) { + scw<-as.matrix(scw) + ld<-as.matrix(ld) + } + + # Re-weigth the scores + sc<-scw/(as.numeric(NK)) + + XKrec<-sc%*%t(ld) + + Xab<-NULL + TPab<-NULL + for (i in 1:nrow(X)){ + position1<-which(Desa[i,]==1) + position2<-which(Desb[i,]==1) + Xab<-rbind(Xab,XK[I*(position2-1)+position1,]) + TPab<-rbind(TPab,XKrec[I*(position2-1)+position1,]) + } + Eab<-Xab-TPab + + leverage<-apply(ld^2,1,sum) + SPE<-apply(Eab^2,2,sum) + + output<-list(XK,sc,ld,ssq,Xab,TPab,Eab,leverage,SPE, Fac) + names(output)<-c("data","scores","loadings","var.exp","X","TP","E","leverage","SPE", "facNum"); + output +} + +#'Function to perform ASCA +#'@description Perform ASCA +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'@param X Input list of compounds +#'@param Fac Numeric +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +ASCAfun.res <- function(X, Fac){ + PCA<-PCA.GENES(X); + sc<-PCA$scores[,1:Fac]; + ld<-PCA$loadings[,1:Fac]; + ssq<-PCA$var.exp; + + if(Fac==1) { + sc<-as.matrix(sc) + ld<-as.matrix(ld) + } + TPres<-sc%*%t(ld) + + if(Fac==0){ + sc=0 + ld=0 + TPres<-matrix(0,nrow(X),ncol(X)) + } + + Eres<-X-TPres + output<-list(sc,ld,ssq,X,TPres,Eres, Fac) + names(output)<-c("scores","loadings","var.exp","X","TP","E", "facNum"); + output +} + +#'Perform ASCA model validation by permutation +#'@description Perform ASCA model validation by permutation +#'we use Manly's unrestricted permutation of observations +#'which esentially permutes the data over all cells in the +#'designed experiment, then calculates the score for +#'each main factor or interaction components. +#'This will get the null distribution for all effects in one go +#'@usage Perform.ASCA.permute(mSetObj=NA, perm.num) +#'@param mSetObj Input name of the created mSet Object +#'@param perm.num Select the number of permutations, default is 20 +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Perform.ASCA.permute<-function(mSetObj=NA, perm.num=20){ + + # since there are three factors a, b, ab, it is easier + # to permute the data, and let factors fixed, we can pre-calculate + # the needed information for each factor to save computation time + + mSetObj <- .get.mSet(mSetObj); + + facA <- mSetObj$dataSet$facA; + facB <- mSetObj$dataSet$facB; + facAB <- as.factor(paste(facA, facB, sep=":")); + + lvAB <- levels(facAB); + lvAB.mat <- do.call(rbind, strsplit(lvAB, ":", fixed=TRUE)) + lvAB.mat <- cbind(lvAB,lvAB.mat); + + # factor size is needed for each iteration + facA.size <- getFactorSize(facA); + facB.size <- getFactorSize(facB); + facAB.size <- getFactorSize(facAB); + + # record these information + mSetObj$analSet$asca$perm.info <- list( + facA.size = facA.size, + facB.size = facB.size, + facAB = facAB, + facAB.size = facAB.size, + lvAB.mat = lvAB.mat + ); + + mSetPerm <<- mSetObj + perm.orig <- Get.asca.tss(dummy, perm=F); + res.perm <- Perform.permutation(perm.num, Get.asca.tss); + rm(mSetPerm, pos = ".GlobalEnv"); + gc(); # garbage collection + + # perm.num may be adjusted on public server + perm.num <- res.perm$perm.num; + perm.res <- res.perm$perm.res; + + # convert to matrix + perm.res <- do.call(rbind, perm.res); + perm.res <- rbind(perm.orig, perm.res); + colnames(perm.res) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl, "Interaction"); + + # calculate the significant p value as the proportion of sampled permutations better than or equal to original one + # note, the precision is determined by the permutation number i.e. for 100 time, no better than original + # p value is < 0.01, we can not say it is zero + + better.mat <- sweep(perm.res[-1,], 2, perm.res[1,]); # subtract perm.res[1,] for each permutated rows + better.hits <- apply(better.mat>=0, 2, sum); + + #p.vec <- better.hits/perm.num; + p.res <- vector(mode="character", length=3); + p.res[better.hits == 0] <- paste("p < ", 1/perm.num, " (1/", perm.num, ")", sep=""); + p.res[better.hits > 0] <- paste("p = ", signif(better.hits[better.hits > 0]/perm.num, digits=5), " (", better.hits[better.hits > 0], "/", perm.num, ")", sep=""); + + ## added for test + fast.write.csv(perm.res, file="perm.res.csv"); + + mSetObj$analSet$asca$perm.p <- p.res; + mSetObj$analSet$asca$perm.mat <- perm.res; + return(.set.mSet(mSetObj)); +} + +getFactorSize <- function(fac){ + lvs <- levels(fac); + size.vec <- numeric(length(lvs)); + for(i in length(lvs)){ + size.vec[i] <- sum(fac == lvs[i]); + } + size.vec; +} + +#'Function for ASCA permutation +#'@description Dummy is used only for the purpose to maintain lapply API +#'this is used for permutation on ANOVA paritions, +#'not on the SCA/PCA part, so the number of selected components is +#'not applicable in this step +#'@param dummy Dummy variable +#'@param perm Logical, TRUE by default +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +Get.asca.tss <- function(dummy, perm=T){ + + X <- mSetPerm$analSet$asca$Xoff; + facA <- mSetPerm$dataSet$facA; + facB <- mSetPerm$dataSet$facB; + facAB <- mSetPerm$analSet$asca$perm.info$facAB; + facA.size <- mSetPerm$analSet$asca$perm.info$facA.size; + facB.size <- mSetPerm$analSet$asca$perm.info$facB.size; + facAB.size <- mSetPerm$analSet$asca$perm.info$facAB.size; + lvAB.mat <- mSetPerm$analSet$asca$perm.info$lvAB.mat; + + if(perm){ + # permute factor is faster than permute data matrix? + ordInx <- order(runif(length(mSetPerm$dataSet$facA))); + facA <- facA[ordInx]; + facB <- facB[ordInx]; + facAB <- facAB[ordInx]; + } + + # BHAN: because of the mean & sd functions have been changed in latest version(R > 3.0.2) + # to calculate column means; replace mean --> colMeans + mnA <- by(X, facA, colMeans); + mnB <- by(X, facB, colMeans); + mnAB <- by(X, facAB, colMeans); + + # mnAB should subtract A and B effect + for(i in 1:nrow(lvAB.mat)){ + mnAB[[lvAB.mat[i,1]]] <- mnAB[[lvAB.mat[i,1]]] - mnA[[lvAB.mat[i,2]]] - mnB[[lvAB.mat[i,3]]]; + } + + dist.a <- sum(unlist(lapply(mnA, sumSquare), use.names=F)*(facA.size)); + dist.b <- sum(unlist(lapply(mnB, sumSquare), use.names=F)*(facB.size)); + dist.ab <- sum(unlist(lapply(mnAB, sumSquare), use.names=F)*(facAB.size)); + + # return all the distance + c(dist.a, dist.b, dist.ab); +} + +# euclidean distance to zero +sumSquare <- function(x){ + sum(x*x); +} + +Get.asca.leverage <- function(dummy){ + + X <- mSetLev$analSet$asca$Xoff; + Fac <-mSetLev$analSet$asca$facNum; + Faca=Fac[1]; # number components Model a + Facb=Fac[2]; # number components Model b + Facab=Fac[3]; # number components Model ab to not consider interations set to 0 + + # permute facA and facB + ordInx <- order(runif(length(mSetLev$dataSet$facA))); + facA <- mSetLev$dataSet$facA[ordInx]; + facB <- mSetLev$dataSet$facB[ordInx]; + + # Designa (p x I) + Desa <- model.matrix(~facA-1); + + # Designb (p x J) + Desb <- model.matrix(~facB-1); + + n<-ncol(X); + p<-nrow(X); + + I <- ncol(Desa) + J <- ncol(Desb) + + ################################ + ######### factor A ############# + ################################ + NK1<-numeric(I); + XK1<-matrix(NA,nrow=I,ncol=n); + + for (i in 1:I) { + sub<-X[Desa[,i]==1,] + NK1[i]<-nrow(sub) + XK1[i,]<-apply(sub,2,mean) + } + + NK1<-sqrt(NK1); + XKw1<- NK1*XK1; + lvA <- Get.Leverage(XKw1, Faca); + + # factor B + NK2<-numeric(J); + XK2<-matrix(NA,nrow=J,ncol=n); + + for (i in 1:J) { + sub<-X[Desb[,i]==1,] + NK2[i]<-nrow(sub) + XK2[i,]<-apply(sub,2,mean) + } + + NK2<-sqrt(NK2); + XKw2<- NK2*XK2; + lvB <- Get.Leverage(XKw2, Facb); + + # interaction AB + if (Facab != 0 ) { + NK3<-matrix(NA,nrow=I,ncol=J) + XK3<-matrix(NA,nrow=I*J,ncol=n); + k=1 + for (j in 1:J){ + for (i in 1:I){ + sub<-X[(Desa[,i]+Desb[,j])==2,] + NK3[i,j]<-sqrt(nrow(sub)); + XK3[k,]<-apply(sub,2,mean)-XK1[i,]-XK2[j,]; + k=k+1 + } + } + XKw3<-XK3*(as.numeric(NK3)); + lvAB <- Get.Leverage(XKw3, Facab); + }else{ + lvAB <- 0; + } + # return all the distance, note, each is a vector + cbind(lvA, lvB, lvAB); +} + +#'Fast leverage calculation for permutation purpose +#'@description note, the leverage combines all components +#'the importance feature is for the factor not per components +#'@param XKw Features +#'@param Fac Factor +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +Get.Leverage <- function(XKw, Fac){ + PCA <- PCA.GENES(XKw); + ld <- PCA$loadings[,1:Fac]; + if(Fac==1) { + ld<-as.matrix(ld); + } + # leverage + apply(ld^2,1,sum); +} + + +#'Obtain principal components into a matrix that has more variables than individuals +#'@description X is a matrix that has as columns the compounds that were considered as variables in the PCA analysis. +#'First we center the matrix by columns (Xoff) and then we obtain the eigenvalues and the +#'eigenvectors of the matrix Xoff%*%t(Xoff) and we +#'use the equivalences between the loadings and scores to obtain the solution +#'@param X Input matrix that has as columns the compounds that were considered as variables in the PCA analysis +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +PCA.GENES<-function(X){ + n<-ncol(X) + p<-nrow(X) + offset<-apply(X,2,mean) + Xoff<-X-(cbind(matrix(1,p,1))%*%rbind(offset)); + Xoff <- data.matrix(Xoff); + + #eigen command sorts the eigenvalues in decreasing orden. + eigen<-eigen(Xoff%*%t(Xoff)/(p-1)) + var<-cbind(eigen$values/sum(eigen$values),cumsum(eigen$values/sum(eigen$values))) + + loadings2<-eigen$vectors + scores2<-t(Xoff)%*%loadings2 + + normas2 <- sqrt(apply(scores2^2,2,sum)) + scores1 <- loadings2%*%diag(normas2); + rownames(scores1) <- rownames(X); + loadings1 <- scores2%*%diag(1/normas2) + + output <- list(eigen,var,scores1,loadings1) + names(output) <- c("eigen","var.exp","scores","loadings") + output +} + +#'Plot scree plots for each model in ASCA +#'@description Plot scree plots for each model in ASCA +#'@usage PlotModelScree(mSetObj, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input name of the created mSet Object. +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotModelScree <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w; + + mSetObj$imgSet$asca.scree <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, type=format, width=w, height=h, bg="white"); + + models <- mSetObj$analSet$asca$models; + # note four plots, model a, b, ab and res + par(mfrow=c(2,2),oma=c(0,0,3,0), cex=1.0) + + for ( i in 1: length (models)) { + pc.var <- models[[i]]$var.exp[,1]; + if(length(pc.var) > 8){ + pc.var <- pc.var[1:8]; + } + ## Correct Typo: Expalined --> ExPlained by B. Han (17 Sep 2013) + plot(pc.var, type="b", main=paste(names(models)[[i]]), + xlab="Component", ylab="Explained variability", axes=F); + axis(2); + axis(1, at=0:length(pc.var)); + box(); + } + title("Scree plots of each model", outer=TRUE) + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot score plots of each ASCA model for component 1 against time +#'@description Plot score plots of each ASCA model for component 1 against time +#'@usage PlotASCAModel(mSetObj=NA, imgName, format="png", dpi=72, width=NA, type, colorBW=FALSE) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the ASCA score plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300 +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param type select model a or b +#'@param colorBW Logical, use black/white coloring (T) or not (F) +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotASCAModel<-function(mSetObj=NA, imgName, format="png", dpi=72, width=NA, type, colorBW=FALSE){ + mSetObj <- .get.mSet(mSetObj); + + if(type == "a"){ + md <- mSetObj$analSet$asca$models$Model.a; + lbls <- as.character(levels(mSetObj$dataSet$facA)); + fac.lbl <- mSetObj$dataSet$facA.lbl; + }else{ + md <- mSetObj$analSet$asca$models$Model.b; + lbls <- as.character(levels(mSetObj$dataSet$facB)); + fac.lbl <- mSetObj$dataSet$facB.lbl; + } + pcNum <- md$facNum; + + # plot at most top 3 PCs + if(pcNum > 3){ + pcNum <- 3; + } + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + h.adj <- ifelse(md$facNum > 1, 5/6, 1) + if(is.na(width)){ + w <- ifelse(md$facNum > 1, 6, 5); + }else if(width == 0){ + w <- ifelse(md$facNum > 1, 6, 5); + }else{ + w <- width; + } + h <- w*h.adj; + + if(type == "a"){ + mSetObj$imgSet$asca.modelA <- imgName; + }else{ + mSetObj$imgSet$asca.modelB <- imgName; + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mfrow = c(1, pcNum), cex=1.0); + for(j in 1:pcNum){ + ## add 'xlab=fac.lbl' & replace ylab as "Scores Component #1 (XX% of variation explained)" + ## by B. Han (17 Sep 2013) + # plot(md$scores[,j], type="b", ylab="Concentration / Intensity", col=cols[j], pch=19, + # main=paste(fac.lbl, ", component", j, sep=""), axes=F); + + # BHan: modified for Black/White color + # cols[j] --> color + colortype <- ifelse(colorBW, "black", (j + 1)); + plot(md$scores[,j], type="b", ylab=paste("Scores (",round(md$var.exp[j,1]*100,2),"% of variation explained)"), + col=colortype, pch=19, + main=paste(fac.lbl, ", component", j, sep=""), axes=F, + xlab=fac.lbl); + + axis(2); + axis(1, label=lbls, at=1:length(lbls)); + box(); + } + + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Plot ASCA interaction plots +#'@description Plot ASCA interaction plots +#'@usage PlotInteraction(mSetObj=NA, imgName, format="png", dpi=72, colorBW=FALSE, width=NA) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param colorBW Logical, use black and white (TRUE) or colors (FALSE) +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotInteraction <- function(mSetObj=NA, imgName, format="png", dpi=72, colorBW=FALSE, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + md <- mSetObj$analSet$asca$models$Model.ab; + ab.lbls <- as.character(levels(mSetObj$dataSet$facA)); + ba.lbls <- as.character(levels(mSetObj$dataSet$facB)); + pcNum <- md$facNum; + if(pcNum > 3){ + pcNum <- 3; + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- ifelse(md$facNum > 1, 8, 5) + }else if(width == 0){ + w <- ifelse(md$facNum > 1, 7, 4.6); + }else{ + w <- width; + } + h <- 8; + + mSetObj$imgSet$asca.modelAB <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=9, type=format, bg="white"); + lmat<-matrix(1:(4*pcNum), nrow=4, byrow=F); + lwid<-rep(4.0, pcNum); + lhei<-rep(c(4.0, 0.4), 2); + layout(lmat, widths = lwid, heights = lhei, respect = FALSE) + + # BHan: modified for black/white color; change line type and symbol + numscores <- ifelse( (length(ba.lbls) > length(ab.lbls)), length(ba.lbls), length(ab.lbls) ); + if( colorBW ) { + cols <- "black"; + linestyle<- (1:numscores) + 1; + pchstyle <- (1:numscores) + 4; + } else { + cols <- (1:numscores) + 1; + linestyle <- 1; + pchstyle <- 19; + } + + for(j in 1:pcNum){ # plot layout column wise + scores <- md$scores[,j]; + + #b y & a x + md.scores <- matrix(scores, nrow=length(levels(mSetObj$dataSet$facB)), byrow=T); + + + # note, matplot plot each col, need to transpose + par(mar = c(3,4,3,2), cex=1.0); + + ## replace ylab as "Scores (XX% of variation explained)" by B. Han (17 Sep 2013) + # matplot(t(md.scores), type="b", pch=19, lty=1, axes=F, col = cols, + # ylab="Concentration / Intensity", main=paste("Interaction, component", j, sep="")); + + matplot(t(md.scores), type="b", pch=pchstyle, lty=linestyle, axes=F, col = cols, + ylab=paste("Scores (",round(md$var.exp[j,1]*100,2),"% of variation explained)"), + main=paste("Interaction, component", j, sep="")); + axis(1, label=ab.lbls, at=1:length(ab.lbls)); + axis(2); + box(); + + + par(mar = c(0,0,0,0), cex=1.0); + plot.new(); + # legend("center", horiz=T, legend = as.character(ba.lbls), pch=pchstyle, col=(1:length(ba.lbls))+1, lty=1, bty="n"); + legend("center", horiz=T, legend = as.character(ba.lbls), pch=pchstyle, col=cols, lty=linestyle, bty="n"); + + #b x & a y + op <- par(mar = c(3,4,4,2), cex=1.0); + + # cols <- (1:ncol(md.scores)) + 1; # duplicated + + ## replace ylab as "Scores (XX% of variation explained)" by B. Han (17 Sep 2013) + # matplot(md.scores, type="b", pch=19, lty=1, col= cols, axes=F, + # ylab="Concentration / Intensity", main=paste("Interaction, component", j, sep="")); + matplot(md.scores, type="b", pch=pchstyle, lty=linestyle, col= cols, axes=F, + ylab=paste("Scores (",round(md$var.exp[j,1]*100,2),"% of variation explained)"), + main=paste("Interaction, component", j, sep="")); + axis(1, label=ba.lbls, at=1:length(ba.lbls)); + axis(2); + box(); + + op <- par(mar = c(0,0,0,0), cex=1.0); + plot.new(); + # legend("center", horiz=T, legend = as.character(ab.lbls), pch=pchstyle, col=(1:length(ab.lbls))+1, lty=1, bty="n"); + legend("center", horiz=T, legend = as.character(ab.lbls), pch=pchstyle, col=cols, lty=linestyle, bty="n"); + } + dev.off(); + + return(.set.mSet(mSetObj)); +} + +#'Plot the important variables for each factor +#'@description Plot the important variables for each factor +#'@usage PlotAscaImpVar(mSetObj=NA, imgName, format, dpi, width=NA, type) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@param type select model a, b, or ab +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotAscaImpVar <- function(mSetObj=NA, imgName, format, dpi, width=NA, type){ + + mSetObj <- .get.mSet(mSetObj); + + if(type == "a"){ + lvg <- mSetObj$analSet$asca$models$Model.a$leverage; + spe <- mSetObj$analSet$asca$models$Model.a$SPE; + lv.cutoff <- mSetObj$analSet$asca$leverage.cutoff["Model.a"]; + spe.cutoff <- mSetObj$analSet$asca$SPE.cutoff["Model.a"]; + lbl <- mSetObj$dataSet$facA.lbl; + }else if(type == "b"){ + lvg <- mSetObj$analSet$asca$models$Model.b$leverage; + spe <- mSetObj$analSet$asca$models$Model.b$SPE; + lv.cutoff <- mSetObj$analSet$asca$leverage.cutoff["Model.b"]; + spe.cutoff <- mSetObj$analSet$asca$SPE.cutoff["Model.b"]; + lbl <- mSetObj$dataSet$facB.lbl; + }else{ + lvg <- mSetObj$analSet$asca$models$Model.ab$leverage; + spe <- mSetObj$analSet$asca$models$Model.ab$SPE; + lv.cutoff<- mSetObj$analSet$asca$leverage.cutoff["Model.ab"]; + spe.cutoff <- mSetObj$analSet$asca$SPE.cutoff["Model.ab"]; + lbl <- "Interaction"; + } + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + h <- w*6/7; + + if(type == "a"){ + mSetObj$imgSet$asca.impA<-imgName; + }else if(type == "b"){ + mSetObj$imgSet$asca.impB<-imgName; + }else{ + mSetObj$imgSet$asca.impAB<-imgName; + } + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + PlotSigVar(lvg, spe, lv.cutoff, spe.cutoff,lbl); + dev.off(); + return(.set.mSet(mSetObj)); +} + +#'Supporting function for plotting important variables for each factor +#'@description Supporting function for plotting important variables for each factor +#'note, by control xpd to plot legend outside the plotting area +#'without using layout +#'@param x Input the X variable +#'@param y Input the Y variable +#'@param xline Input the xline +#'@param yline Input the yline +#'@param title Input the title +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +PlotSigVar <- function(x, y, xline, yline, title){ + + par(mar=c(5,4,3,8), xpd=F); + + plot(x, y, xlab="Leverage", ylab="SPE", main=title); + axis.lims <- par("usr"); # x1, x2, y1 ,y2 + + bad.col <- rgb(0, 0, 1, 0.2); + polygon(c(axis.lims[1], axis.lims[1], axis.lims[2], axis.lims[2]), c(yline, axis.lims[4], axis.lims[4], yline), + col = bad.col, border = NA); + + good.col <- rgb(1, 0, 0, 0.2); + polygon(c(xline, xline, axis.lims[2], axis.lims[2]), c(axis.lims[3], yline, yline, axis.lims[3]), + col = good.col, border = NA); + + abline(v = xline, col="red"); + abline(h = yline, col="red"); + + # outside x2, and middle y + lgd.x <- axis.lims[2]; + lgd.y <- (axis.lims[4] - axis.lims[3])/2; + + par(xpd=T); + legend(lgd.x, lgd.y, legend = c("Well-modelled", "Outliers"), + fill=c(good.col, bad.col), bty="n"); + box(); +} + +#'Plot ASCA permutation +#'@description Plot plsda classification performance using different components +#'@usage PlotASCA.Permutation(mSetObj=NA, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input name of the created mSet Object +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotASCA.Permutation <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + perm.mat<-mSetObj$analSet$asca$perm.mat; + perm.p<-mSetObj$analSet$asca$perm.p; + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + w <- 9; + }else if(width == 0){ + w <- 9; + + }else{ + w <- width; + } + h <-2*w; + + mSetObj$imgSet$asca.perm <- imgName; + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + par(mfrow=c(3,1), cex=1.0); + nms <- colnames(perm.mat); + for(i in 1:3){ + limX <-range(perm.mat[,i])*c(0.9, 1.1); + hst <- hist(perm.mat[-1,i], breaks = "FD", freq=T, xlim = limX, axes=F, bty="l", + ylab="Frequency", xlab= 'Permutation test statistics', col="gray", main=nms[i]); + + ticks <- heckbert(limX[1], limX[2], 8); + axis(1, at=ticks); + # add the indicator using original label + h <- max(hst$counts) + arrows(perm.mat[1,i], h/5, perm.mat[1,i], 0, col="red", lwd=2); + text(perm.mat[1,i], h/2, paste('Observed \n statistic \n', perm.p[i]), xpd=T); + } + dev.off(); + return(.set.mSet(mSetObj)); + +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +#'Table of features well modelled by ASCA +#'@description Table of features well modelled by ASCA +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param nm Input the name of the well modelled features +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +GetSigTable.ASCA <- function(mSetObj=NA, nm){ + mSetObj <- .get.mSet(mSetObj); + + if(nm == "Model.a"){ + nmLbl <- paste("main effect", mSetObj$dataSet$facA.lbl); + }else if(nm == "Model.b"){ + nmLbl <- paste("main effect", mSetObj$dataSet$facB.lbl); + }else{ + nmLbl <- paste("interaction effect between", mSetObj$dataSet$facA.lbl, "and", mSetObj$dataSet$facB.lbl); + } + GetSigTable(mSetObj$analSet$asca$sig.list[[nm]], paste("ASCA. The table shows features that are well modelled by ", nmLbl, ".", sep=""), mSetObj$dataSet$type); + #return(.set.mSet(mSetObj)); +} + +GetAscaSigMat <- function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "sigA"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$sig.list[["Model.a"]]) + }else if(type == "outA"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$out.list[["Model.a"]]) + }else if(type == "sigB"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$sig.list[["Model.b"]]); + }else if(type == "outB"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$out.list[["Model.b"]]); + }else if(type == "sigAB"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$sig.list[["Model.ab"]]); + }else if(type == "outAB"){ + sig.mat <- CleanNumber(mSetObj$analSet$asca$out.list[["Model.ab"]]) + }else{ + print(paste("Unknown data type: ", type)); + return(0); + } + + fileNm <- paste("asca_",type, ".csv", sep=""); + fast.write.csv(signif(sig.mat,5), file=fileNm); + mSetObj$analSet$asca$sig.nm <- fileNm; + + if(.on.public.web){ + .set.mSet(mSetObj); + return(sig.mat); + }else{ + return(.set.mSet(mSetObj)); + } +} + +GetAscaSigRowNames <- function(mSetObj=NA, type){ + mSetObj <- .get.mSet(mSetObj); + if(type == "sigA"){ + return(rownames(mSetObj$analSet$asca$sig.list[["Model.a"]])) + } + if(type == "outA"){ + return(rownames(mSetObj$analSet$asca$out.list[["Model.a"]])) + } + if(type == "sigB"){ + return(rownames(mSetObj$analSet$asca$sig.list[["Model.b"]])) + } + if(type == "outB"){ + return(rownames(mSetObj$analSet$asca$out.list[["Model.b"]])) + } + if(type == "sigAB"){ + return(rownames(mSetObj$analSet$asca$sig.list[["Model.ab"]])) + } + if(type == "outAB"){ + return(rownames(mSetObj$analSet$asca$out.list[["Model.ab"]])) + } + return(0); +} + +GetAscaSigColNames <- function(type){ + return(c("Leverage", "SPE")); +} + +GetAscaSigFileName <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$asca$sig.nm +} + +#'Heckbert algorithm +#'@description function to calculate tick mark based on Heckbert algorithm +#'available in the "labeling" package implemented by Justin Talbot +#'adapted from the imagemap package +#'Heckbert's labeling algorithm +#'Heckbert, P. S. (1990) Nice numbers for graph labels, Graphics Gems I, Academic Press Professional, Inc. +#'@param dmin Heckbert +#'@param dmax Heckbert +#'@param m Heckbert +#'@author Justin Talbot \email{jtalbot@@stanford.edu} + +heckbert <- function(dmin, dmax, m){ + range <- .heckbert.nicenum((dmax-dmin), FALSE) + lstep <- .heckbert.nicenum(range/(m-1), TRUE) + lmin <- floor(dmin/lstep)*lstep + lmax <- ceiling(dmax/lstep)*lstep + seq(lmin, lmax, by=lstep) +} + +.heckbert.nicenum <- function(x, round){ + e <- floor(log10(x)) + f <- x / (10^e) + if(round) + { + if(f < 1.5) nf <- 1 + else if(f < 3) nf <- 2 + else if(f < 7) nf <- 5 + else nf <- 10 + } + else + { + if(f <= 1) nf <- 1 + else if(f <= 2) nf <- 2 + else if(f <= 5) nf <- 5 + else nf <- 10 + } + nf * (10^e) +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/time_mb.R b/V1.7.4/MetaboAnalyst_3.0.3/time_mb.R new file mode 100755 index 0000000000000000000000000000000000000000..17846d1e5ace539d5c1737bbf98da8a3250ca05f --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/time_mb.R @@ -0,0 +1,994 @@ +#'Timecourse analysis +#'@description Adapted from the timecourse package by Yu Chuan Tai +#'This method is only applicable for time-series, not for general case +#'two/multiple factor analysis +#'@usage performMB(mSetObj, topPerc) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param topPerc select the cut-off, default is 10 +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +performMB <- function(mSetObj=NA, topPerc = 10){ + + mSetObj <- .get.mSet(mSetObj); + + time.fac <- mSetObj$dataSet$time.fac; + exp.fac <- mSetObj$dataSet$exp.fac; + sbj <- vector(mode="character", length=nrow(mSetObj$dataSet$norm)); + + time.len <- length(levels(time.fac)); + exp.len <- numeric(length(levels(exp.fac))); + # to record the replicates in each exp condition + # note, this is not sample number, but replicates/subjects + k = 1; + len = 0; + m = 0; + for(lv1 in levels(exp.fac)){ + m = m + 1; + # same subjects must in the same exp. condition + inx1 <- exp.fac == lv1; + + # same subjects must not in the same time points + # all subjects will appear in each time points once + for (lv2 in levels(time.fac)){ + inx2 <- time.fac == lv2; + len <- sum(inx1 & inx2); + exp.len[m] <- len; + sbj[inx1 & inx2] <- paste("S", k:(k+len-1), sep=""); + } + k = k + len; + } + + # the size matrix specify the number of replicates in each exp. condition + size <- matrix(exp.len, byrow=TRUE, nrow=ncol(mSetObj$dataSet$norm), ncol=length(levels(exp.fac))); + exp.grp <- as.character(exp.fac); + rep.grp <- as.character(sbj); + + if(mSetObj$dataSet$design == "time0"){ # time series only + time.len <- length(levels(time.fac)); + subj.len <- rep(length(levels(exp.fac)), ncol(mSetObj$dataSet$norm)); + rep.grp <- as.character(exp.fac); + time.grp <- as.numeric(time.fac); + MB.stats <- suppressWarnings(mb.1D(t(mSetObj$dataSet$norm), time.len, subj.len, n.grp=rep.grp, k.grp=time.grp)); + }else if(length(levels(exp.fac)) > 2){ + MB.stats <- suppressWarnings(mb.MANOVA(t(mSetObj$dataSet$norm), times=time.len, D=length(exp.len), size=size, rep.grp=rep.grp, condition.grp=exp.grp)); + }else{ + MB.stats <- suppressWarnings(mb.2D(t(mSetObj$dataSet$norm), time.len, size, exp.grp, mn.grp=rep.grp)); + } + if(is.null(MB.stats)) { + AddErrMsg("Please make sure the data are formatted properly for time-series analysis. In particular, for each time point, all experiments must exist and cannot be missing!"); + mSetObj$analSet$MB <- NULL; + return(0); + } + fast.write.csv(signif(MB.stats, 5), file="meba_sig_features.csv"); + mSetObj$analSet$MB <-list(stats=MB.stats); + return(.set.mSet(mSetObj)); +} + +#'Plot MB Time Profile +#'@description Plot MB Time Profile +#'@param mSetObj Input name of the created mSet Object +#'@param cmpdNm Input the name of the compound +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotMBTimeProfile <- function(mSetObj=NA, cmpdNm, version, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + imgName <- gsub("\\/", "_", cmpdNm); + imgName <- paste(imgName, "_", version, "_dpi", dpi, ".", format, sep=""); + + # adjust width based on the time points + time.len <- length(levels(mSetObj$dataSet$time.fac)); + if(is.na(width)){ + w <- 5.0 + time.len/4; # 4 time points per inch? + }else if(width == 0){ + w <- 5.4; + }else{ + w <- width; + } + h <- min(5.4, w); + mSetObj$imgSet$mb <- imgName; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plotProfile(mSetObj, cmpdNm); + dev.off(); + + if(.on.public.web){ + .set.mSet(mSetObj); + return(imgName); + } + + return(.set.mSet(mSetObj)); +} + +# Used in higher function +mb.MANOVA <- function (object, times, D, size, nu = NULL, Lambda = NULL, beta.d = NULL, + beta = NULL, alpha.d = NULL, alpha = NULL, condition.grp, + time.grp = NULL, rep.grp = NULL, p = 0.02) +{ + M <- as.matrix(object) + tr <- function(X) { + sum(diag(X)) + } + G <- nrow(M) + + max.size <- apply(size, 2, max) + if (ncol(size) != D) + stop("The sample sizes are incorrect!") + for (i in 1:D) { + if ((max.size[i] * times) != sum(condition.grp == + sort(unique(condition.grp))[i])) + stop("The sample sizes or the biological condition group assignments are incorrect!") + } + + + time.grp <- rep(1:times, ncol(M)/times); + + if (length(unique(time.grp)) != times) + stop("The number of time points or the time group \n assignments is incorrect!") + if (is.null(rep.grp)) { + rep.grp <- rep(1:(ncol(M)/times), rep(times, ncol(M)/times)) + cat("Replicate group assignments are set to default.", + "\n") + } + mydata <- M + indx <- order(condition.grp, rep.grp, time.grp) + M <- M[, indx] + mis <- apply(!apply(M, 1, is.na), 2, sum) + mis <- sum((mis/times - floor(mis/times)) != 0) + if (mis > 0) + stop(mis, " genes may have within replicate missing values.") + N <- apply(size, 1, sum) + Sp <- apply(M, 1, matrix.cov, times, trans = FALSE, c.grp = condition.grp) + diagSp <- apply(Sp, 2, function(x) diag(matrix(x, ncol = times))) + Sp.avg <- matrix(apply(Sp, 1, mean, na.rm = TRUE), ncol = times) + if (is.null(nu) || is.null(Lambda)) { + nu.lim <- times + 6 + if (!is.null(nu)) { + nu0 <- nu + nu <- max(nu0, nu.lim) + if (is.infinite(nu) & is.null(Lambda)) { + Lambda <- Sp.avg + } + if (is.finite(nu) & is.null(Lambda)) { + Lambda <- (nu - times - 1) * Sp.avg/nu + } + nu <- nu0 + } + if (is.null(nu)) { + nu0 <- mean(sapply(1:times, function(x) squeezeVar(diagSp[x, + ], N - D)$df.prior)) + nu <- max(nu0, nu.lim) + if (is.infinite(nu) & is.null(Lambda)) { + Lambda <- Sp.avg + } + if (is.finite(nu) & is.null(Lambda)) { + Lambda <- (nu - times - 1) * Sp.avg/nu + } + nu <- nu0 + } + } + max.size <- apply(size, 2, max) + xbar.d <- as.list(NULL) + for (i in 1:D) { + grp.indx <- condition.grp == sort(unique(condition.grp))[i] + xbar.d[[i]] <- apply(M[, grp.indx], 1, function(x) apply(matrix(x, + byrow = TRUE, ncol = times), 2, mean, na.rm = TRUE)) + } + + simple.stat <- NULL + for(i in 1:(D-1)) + for(j in (i+1):D) + simple.stat <- cbind(simple.stat, apply(abs(xbar.d[[i]]-xbar.d[[j]]),2,sum,na.rm=TRUE)) + + simple.stat <- apply(simple.stat,1,sum,na.rm=TRUE) + simple.rank <- G-rank(simple.stat)+1 + indx1 <- simple.rank<=G*p + xbar <- sapply(1:G, function(x) apply(matrix(M[x, ], byrow = TRUE, + ncol = times), 2, mean, na.rm = TRUE)) + if (is.null(alpha.d)) + alpha.d <- sapply(1:D, function(x) apply(xbar.d[[x]][,indx1], + 1, mean, na.rm = TRUE)) + if (is.null(alpha)) + alpha <- apply(xbar[,!indx1], 1, mean, na.rm = TRUE) + + + if (is.null(beta.d) || is.null(beta)) { + U.d <- lapply(1:D, function(x) apply(xbar.d[[x]][,indx1] - alpha.d[, + x], 2, function(y) y %*% t(y))) + U <- apply(xbar[,!indx1] - alpha, 2, function(y) y %*% t(y)) + Ubar.d <- sapply(1:D, function(x) apply(U.d[[x]], 1, + mean, na.rm = TRUE)) + Ubar <- apply(U, 1, mean, na.rm = TRUE) + if (is.null(beta.d)){ + Sp <- apply(M[indx1,], 1, matrix.cov, times, trans = FALSE, c.grp = condition.grp) + Sp.avg <- matrix(apply(Sp, 1, mean, na.rm = TRUE), ncol = times) + beta.d <- sapply(1:D, function(x) tr(Sp.avg)/tr(matrix(Ubar.d[, + x], ncol = times))) + } + if (is.null(beta)){ + Sp <- apply(M[!indx1,], 1, matrix.cov, times, trans = FALSE, c.grp = condition.grp) + Sp.avg <- matrix(apply(Sp, 1, mean, na.rm = TRUE), ncol = times) + beta <- tr(Sp.avg)/tr(matrix(Ubar, ncol = times)) + } + } + Sp <- apply(M, 1, matrix.cov, times, trans = FALSE, c.grp = condition.grp) + Sp.avg <- matrix(apply(Sp, 1, mean, na.rm = TRUE), ncol = times) + U.d <- lapply(1:D, function(x) apply(xbar.d[[x]] - alpha.d[, + x], 2, function(y) y %*% t(y))) + U <- apply(xbar- alpha, 2, function(y) y %*% t(y)) + total <- (N - 1) * apply(M, 1, matrix.cov, times, trans = FALSE, + c.grp = rep(1, ncol(M))) + within <- Sp * (N - D) + if (sum(N == max(N)) == G) + M <- U/(N[1]^(-1) + beta^(-1)) + if (sum(N == max(N)) < G) + M <- sapply(1:G, function(x) U[, x]/(N[x]^(-1) + beta^(-1))) + M.d <- as.list(NULL) + for (i in 1:D) { + if (sum(size[, i] == max.size[i]) == G) + M.d[[i]] <- U.d[[i]]/(size[1, i]^(-1) + beta.d[i]^(-1)) + if (sum(size[, i] == max.size[i]) < G) + M.d[[i]] <- sapply(1:G, function(x) U.d[[i]][, x]/(size[x, + i]^(-1) + beta.d[i]^(-1))) + } + M1 <- matrix(0, nrow = times^2, ncol = G) + for (i in 1:D) M1 <- M1 + M.d[[i]] + tol <- .Machine$double.eps + + if (nu < 0) + stop("The estimation of prior degrees of freedom <0 !") + if (is.finite(nu) & nu > tol) { + MB1 <- log(p, 10) - log(1 - p, 10) + MB2 <- 0.5 * times * (log(N + beta, 10) - log(beta, 10)) + MB3 <- 0.5 * times * apply((log(beta.d, 10) - log(size + + beta.d, 10)), 1, sum) + MB4 <- sapply(1:G, function(x) 0.5 * (N[x] + nu) * (log(det(matrix(total[, + x], ncol = times) + matrix(M[, x], ncol = times) + + nu * Lambda), 10) - log(det(matrix(within[, x], ncol = times) + + matrix(M1[, x], ncol = times) + nu * Lambda), 10))) + MB <- MB1 + MB2 + MB3 + MB4 + } + if (is.infinite(nu)) { + MB1 <- log(p, 10) - log(1 - p, 10) + MB2 <- 0.5 * times * (log(N + beta, 10) - log(beta, 10)) + MB3 <- 0.5 * times * apply((log(beta.d, 10) - log(size + + beta.d, 10)), 1, sum) + MB4 <- sapply(1:G, function(x) tr(matrix(total[, x], + ncol = times) - matrix(within[, x], ncol = times) + + matrix(M[, x], ncol = times) - matrix(M1[, x], ncol = times)) - + log(10)) + MB <- MB1 + MB2 + MB3 + MB4 + } + if (nu < tol & nu >= 0) { + MB1 <- log(p, 10) - log(1 - p, 10) + MB2 <- 0.5 * times * (log(N + beta, 10) - log(beta, 10)) + MB3 <- 0.5 * times * apply((log(beta.d, 10) - log(size + + beta.d, 10)), 1, sum) + MB4 <- sapply(1:G, function(x) 0.5 * N[x] * (log(det(matrix(total[, + x], ncol = times) + matrix(M[, x], ncol = times)), + 10) - log(det(matrix(within[, x], ncol = times) + + matrix(M1[, x], ncol = times)), 10))) + MB <- MB1 + MB2 + MB3 + MB4 + } + + names(MB) <- rownames(object); + MB <- round(sort(MB, decreasing = TRUE),5); + MB <- as.matrix(MB, ncol=1); + colnames(MB) <- c("MB-statistics"); + MB; +} + +#'Plot the variable across time points (x) +#'@description Colored by experimental conditions, used in higher function +#'@param mSetObj Input name of the created mSet Object +#'@param varName Input the name of the variable +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +plotProfile <-function (mSetObj=NA, varName) { + + mSetObj <- .get.mSet(mSetObj); + varInx <- colnames(mSetObj$dataSet$norm) == varName; + var <- mSetObj$dataSet$norm[,varInx]; + + time.fac <- mSetObj$dataSet$time.fac; + exp.fac <- mSetObj$dataSet$exp.fac; + + cols <- unique(GetColorSchema(exp.fac)); + + # fold the var into a matrix with + # each row contains values for one time poinst + tpNum <- length(levels(time.fac)); + colVec <- NULL; + lvlVec <- NULL; + varMat <- NULL; + for(m in 1:length(levels(exp.fac))){ + lv1 <- levels(exp.fac)[m]; + expInx <- exp.fac == lv1; + expLen <- sum(expInx); + colNum <- expLen/tpNum; + subMat <- matrix(0, nrow=tpNum, ncol=colNum); + subCol <- rep(cols[m], colNum); + subLvl <- rep(lv1, colNum); + for(i in 1:length(levels(time.fac))){ + lv2 <- levels(time.fac)[i]; + timeInx <- time.fac == lv2; + hitInx <- expInx & timeInx; + subMat[i,] <- var[hitInx]; + } + varMat <- cbind(varMat, subMat); + colVec <- c(colVec, subCol); + lvlVec <- c(lvlVec, subLvl); + } + + # increase y lim for legend + ylim <- GetExtendRange(range(varMat)); + + # note, matplot plot each col, need to transpose + matplot(varMat, type="b", pch=19, lty=1, col=colVec,ylim=ylim, + xlab="Time", ylab="Abundance", + main=varName,axes=FALSE); + + #time.lbl <- unique(as.character(time.fac)); + time.lbl <- unique(levels(time.fac)); + + legend("top", legend=unique(lvlVec), horiz=TRUE, lty=1, bty="n", col=unique(colVec)); + + axis(1, label=time.lbl, at=1:length(time.lbl)); + axis(2); + box(); +} + +# Used in higher function +matrix.cov <- function(x, k, trans=TRUE, c.grp=NULL, use="complete.obs") +{ + # x is already sorted by c.grp, n.grp and k.grp + if(!is.numeric(x)) x <- as.numeric(x) + if(missing(k)) stop("The number of time points is missing.") + + if(length(unique(c.grp))==1) + { + res <-cov(matrix(x, byrow=TRUE, ncol=k),use=use) + + if(trans) + { + OT1 <- ot.helmert(k)[2:k,] + if(k==2) OT1 <- t(as.matrix(OT1)) + res <- OT1%*%res%*%t(OT1) + } + + } + + if(length(unique(c.grp))>1 & !trans) + { + D <- length(unique(c.grp)) + size <- max.size <- NULL + for(i in 1:D) + { + grp.indx <- c.grp==sort(unique(c.grp))[i] + if(k==1) size[i] <- sum(apply(t(as.matrix(!apply(matrix(x[grp.indx], byrow=TRUE,ncol=k),1, is.na))),2,sum)==k) + if(k>1) size[i] <- sum(apply((!apply(matrix(x[grp.indx], byrow=TRUE,ncol=k),1, is.na)),2,sum)==k) + max.size[i] <- sum(grp.indx)/k + } + cumsize <- cumsum(max.size) + cumsize1 <- cumsum(size) + res1 <- as.list(NULL) + for(i in 1:D) + { + if(size[i]==1) res1[[i]] <- matrix(0,k,k) + if(i==1 & size[i]>1) res1[[i]] <- cov(matrix(x[1:(k*cumsize[1])], byrow=TRUE, ncol=k),use=use) + if(i>1& size[i]>1) res1[[i]] <- cov(matrix(x[(k*cumsize[i-1]+1):(k*cumsize[i])], byrow=TRUE, ncol=k),use=use) + } + + if(k>1) res <- matrix(apply(sapply(1:D, function(x) (size[x]-1)*res1[[x]]),1,sum),ncol=k)/(cumsize1[D]-D) + if(k==1) res <- matrix(sum(sapply(1:D, function(x) (size[x]-1)*res1[[x]])),ncol=k)/(cumsize1[D]-D) + } + res +} + +# Used in higher function +squeezeVar <- function(var, df){ + n <- length(var) + if(n == 0) stop("var is empty") + if(n == 1) return(list(var.post=var,var.prior=var,df.prior=0)) + if(length(df)==1) { + df <- rep.int(df,n) + } else { + if(length(df) != n) stop("lengths differ") + } + out <- fitFDist(var, df1=df) + if(is.null(out$df2) || is.na(out$df2)) stop("Could not estimate prior df") + out$var.prior <- out$scale + out$df.prior <- out$df2 + out$df2 <- out$scale <- NULL + df.total <- df + out$df.prior + if(out$df.prior == Inf) + out$var.post <- rep.int(out$var.prior,n) + else { + var[df==0] <- 0 # guard against missing or infinite values + out$var.post <- (df*var + out$df.prior*out$var.prior) / df.total + } + out +} + +# Used in higher function +fitFDist <- function(x, df1) { + # Moment estimation of the parameters of a scaled F-distribution + # The first degrees of freedom is given + # Gordon Smyth + # 8 Sept 2002. Last revised 6 April 2006. + + # Remove missing or infinite values and zero degrees of freedom + o <- is.finite(x) & is.finite(df1) & (x >= 0) & (df1 > 0) + if(any(!o)) { + x <- x[o] + df1 <- df1[o] + } + n <- length(x) + if(n==0) return(list(scale=NA,df2=NA)) + + # Avoid exactly zero values + m <- median(x) + if(m==0) { + warning("More than half of residual variances are exactly zero: eBayes unreliable") + m <- 1 + } else { + if(any(x==0)) warning("Zero sample variances detected, have been offset",call.=FALSE) + } + x <- pmax(x, 1e-5 * median(x)) + + # Better to work on with log(F) + z <- log(x) + e <- z-digamma(df1/2)+log(df1/2) + emean <- mean(e) + evar <- mean(n/(n-1)*(e-emean)^2-trigamma(df1/2)) + if(evar > 0) { + df2 <- 2*trigammaInverse(evar) + s20 <- exp(emean+digamma(df2/2)-log(df2/2)) + } else { + df2 <- Inf + s20 <- exp(emean) + } + list(scale=s20,df2=df2) +} + +# Used in higher function +trigammaInverse <- function(x) { + # Solve trigamma(y) = x for y + # Gordon Smyth + # 8 Sept 2002. Last revised 12 March 2004. + + # Non-numeric or zero length input + if(!is.numeric(x)) stop("Non-numeric argument to mathematical function") + if(length(x)==0) return(numeric(0)) + + # Treat out-of-range values as special cases + omit <- is.na(x) + if(any(omit)) { + y <- x + if(any(!omit)) y[!omit] <- Recall(x[!omit]) + return(y) + } + omit <- (x < 0) + if(any(omit)) { + y <- x + y[omit] <- NaN + warning("NaNs produced") + if(any(!omit)) y[!omit] <- Recall(x[!omit]) + return(y) + } + omit <- (x > 1e7) + if(any(omit)) { + y <- x + y[omit] <- 1/sqrt(x[omit]) + if(any(!omit)) y[!omit] <- Recall(x[!omit]) + return(y) + } + omit <- (x < 1e-6) + if(any(omit)) { + y <- x + y[omit] <- 1/x[omit] + if(any(!omit)) y[!omit] <- Recall(x[!omit]) + return(y) + } + + # Newton's method + # 1/trigamma(y) is convex, nearly linear and strictly > y-0.5, + # so iteration to solve 1/x = 1/trigamma is monotonically convergent + y <- 0.5+1/x + iter <- 0 + repeat { + iter <- iter+1 + tri <- trigamma(y) + dif <- tri*(1-tri/x)/psigamma(y,deriv=2) + y <- y+dif + if(max(-dif/y) < 1e-8) break + if(iter > 50) { + warning("Iteration limit exceeded") + break + } + } + y +} + +# Used in higher function +mb.2D <- function(object, k, mn, c.grp, nu=NULL, Lambda=NULL, eta=NULL, k.grp=NULL, + mn.grp=NULL, r=FALSE, vec=FALSE, d=NULL, prop=0.02, T2.only=TRUE) +{ + + M <- as.matrix(object); + + G <- nrow(M) + + if(!is.null(mn)) + { + max.mn1 <- max(mn[,1]) + max.mn2 <- max(mn[,2]) + if(ncol(mn) != length(unique(c.grp))) stop("The sample sizes are incorrect!") + if(((max.mn1*k) != sum(c.grp==sort(unique(c.grp))[1])) || ((max.mn2*k) != sum(c.grp==sort(unique(c.grp))[2]))) + stop("The sample sizes or the biological condition group assignments are incorrect!") + } + + if(is.null(k.grp)) + { + k.grp <- rep(1:k, ncol(M)/k) + cat("Time group assignments are set to default.","\n") + } + if(length(unique(k.grp)) != k) stop("The number of time points or the time group assignments are + incorrect") + if(is.null(mn.grp)) + { + mn.grp <- rep(1:(ncol(M)/k), rep(k, ncol(M)/k)) + cat("Replicate group assignments are set to default.","\n") + } + + + mydata <- M + indx <- order(c.grp, mn.grp, k.grp) + M <- M[,indx] + + mis <- apply(!apply(M, 1, is.na), 2, sum) + mis <- sum((mis/k-floor(mis/k)) !=0) + if(mis>0) stop(mis, " metabolites may have within replicate missing values.") + + + N <- apply(mn,1,sum) + + ## sample sizes across genes are the same + ## only need to input the common sample size + Sp <- apply(M, 1, matrix.cov, k, trans=FALSE, c.grp=c.grp) + diagSp <- apply(Sp, 2, function(x) diag(matrix(x,ncol=k))) + Sp.avg <- matrix(apply(Sp, 1, mean, na.rm=TRUE),ncol=k) + + if(is.null(nu)||is.null(Lambda)) + { + + nu.lim <- k+6 + + if(!is.null(nu)) + { + nu0 <- nu + nu <- max(nu0, nu.lim) + if(is.infinite(nu)& is.null(Lambda)) {Lambda <- Sp.avg} + if(is.finite(nu)& is.null(Lambda)) {Lambda <- (nu-k-1)*Sp.avg/nu} + nu<- nu0 + } + + if(is.null(nu)) + { + nu0 <- mean(sapply(1:k, function(x) squeezeVar(diagSp[x,], N-2)$df.prior)) + nu <- max(nu0, nu.lim) + if(is.infinite(nu)& is.null(Lambda)) {Lambda <- Sp.avg} + if(is.finite(nu)& is.null(Lambda)) {Lambda <- (nu-k-1)*Sp.avg/nu} + nu<- nu0 + } + } + + max.n1 <- max(mn[,1]) + max.n2 <- max(mn[,2]) + xbar1 <- apply(M[, 1:(k*max.n1)], 1, function(x) + apply(matrix(x, byrow=FALSE, ncol=max.n1),1,mean,na.rm=TRUE)) + xbar2 <- apply(M[, -c(1:(k*max.n1))], 1, function(x) + apply(matrix(x, byrow=FALSE, ncol=max.n2),1,mean,na.rm=TRUE)) + if(r) + { + e1 <- sapply(1:G, function(x) matrix(M[x, 1:(k*max.n1)], byrow=FALSE, ncol=max.n1)-xbar1[,x]) + tune1 <- sapply(1:G, function(x) d * median(abs(e1[, x]),na.rm = TRUE)/0.6745) + indx1 <- sapply(1:G, function(x) abs(e1[, x]) > tune1[x]) + na.indx1 <- sapply(1:G, function(x) c(1:(k * max.n1))[!is.na(indx1[,x])]) + wt1 <- matrix(rep(1, G * max.n1 * k), ncol = max.n1 * k) + wt1 <- t(sapply(1:G, function(x) {wt1[x,][-na.indx1[,x]] <- 0 + wt1[x,]})) + wt1 <- t(sapply(1:G, function(x) {wt1[x, ][na.indx1[,x]][indx1[,x][na.indx1[,x]]] <- + tune1[x]/abs(e1[,x][na.indx1[,x]][indx1[,x][na.indx1[,x]]]) + wt1[x,]})) + totalw1 <- sapply(1:G, function(x) apply(matrix(wt1[x,], byrow=FALSE, ncol=max.n1), 1, sum, + na.rm=TRUE)) + w1 <- sapply(1:G, function(x) matrix(wt1[x,], byrow=FALSE, ncol=max.n1)/totalw1[,x]) + xbar1 <- sapply(1:G, function(x) + apply(matrix(w1[, x] * M[x, 1:(k*max.n1)], byrow = FALSE, ncol = max.n1),1, sum,na.rm=TRUE)) + + + e2 <- sapply(1:G, function(x) matrix(M[x, -(1:(k*max.n1))], byrow=FALSE, ncol=max.n2)-xbar2[,x]) + tune2 <- sapply(1:G, function(x) d * median(abs(e2[, x]),na.rm = TRUE)/0.6745) + indx2 <- sapply(1:G, function(x) abs(e2[, x]) > tune2[x]) + na.indx2 <- sapply(1:G, function(x) c(1:(k * max.n2))[!is.na(indx2[,x])]) + wt2 <- matrix(rep(1, G * max.n2 * k), ncol = max.n2 * k) + wt2 <- t(sapply(1:G, function(x) {wt2[x,][-na.indx2[,x]] <- 0 + wt2[x,]})) + wt2 <- t(sapply(1:G, function(x) {wt2[x, ][na.indx2[,x]][indx2[,x][na.indx2[,x]]] <- + tune2[x]/abs(e2[,x][na.indx2[,x]][indx2[,x][na.indx2[,x]]]) + wt2[x,]})) + totalw2 <- sapply(1:G, function(x) apply(matrix(wt2[x,], byrow=FALSE, ncol=max.n2), 1, sum, + na.rm=TRUE)) + w2 <- sapply(1:G, function(x) matrix(wt2[x,], byrow=FALSE, ncol=max.n2)/totalw2[,x]) + xbar2 <- sapply(1:G, function(x) + apply(matrix(w2[, x] * M[x, -(1:(k*max.n1))], byrow = FALSE, ncol = max.n2),1, sum,na.rm=TRUE)) + wt <- cbind(wt1, wt2) + } + + + X <- xbar1-xbar2 + tol <- .Machine$double.eps + if(is.finite(nu) & nu > tol) + { + modSp <- sapply(1:G, function(x) ((N[x]-2)*matrix(Sp[,x],ncol=k)+nu*Lambda)/(N[x]-2+nu)) + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modSp <- apply(modSp, 2, function(x) + svd(matrix(x,ncol=k))$u%*%diag(sqrt(svd(matrix(x,ncol=k))$d))%*%t(svd(matrix(x,ncol=k))$v)) + modt <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1/2)*solve(matrix(sqrt.modSp[,x],ncol=k))%*%X[,x]) + HotellingT2 <- apply(modt, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1)*t(X[,x])%*%solve(matrix(modSp[,x],ncol=k))%*%X[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + } + + if(is.infinite(nu)) + { + modSp <- sapply(1:G, function(x) Lambda) + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modSp <- apply(modSp, 2, function(x) + svd(matrix(x,ncol=k))$u%*%diag(sqrt(svd(matrix(x,ncol=k))$d))%*%t(svd(matrix(x,ncol=k))$v)) + modt <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1/2)*solve(matrix(sqrt.modSp[,x],ncol=k))%*%X[,x]) + HotellingT2 <- apply(modt, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1)*t(X[,x])%*%solve(matrix(modSp[,x],ncol=k))%*%X[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + } + if(nu < tol & nu >=0) + { + modSp <- Sp + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modSp <- apply(modSp, 2, function(x) + svd(matrix(x,ncol=k))$u%*%diag(sqrt(svd(matrix(x,ncol=k))$d))%*%t(svd(matrix(x,ncol=k))$v)) + modt <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1/2)*ginv(matrix(sqrt.modSp[,x],ncol=k))%*%X[,x]) + HotellingT2 <- apply(modt, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + (mn[x,1]^(-1)+mn[x,2]^(-1))^(-1)*t(X[,x])%*%ginv(matrix(modSp[,x],ncol=k))%*%X[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + } + if(is.null(eta)& (T2.only==FALSE)) eta <- mean(sapply(1:k, function(x) tmixture.matrix(modt[x,], + sqrt(mn[,1]^(-1)+mn[,2]^(-1)), N+nu-2, prop, c(0.1, 4)^2/Lambda[x,x]))^(-1)) + + + if(nu < 0) stop("The estimation of prior degrees of freedom <0 !") + + names(HotellingT2) <- rownames(object); + HotellingT2 <- round(sort(HotellingT2, decreasing = TRUE),5); + HotellingT2 <- as.matrix(HotellingT2, ncol=1); + colnames(HotellingT2) <- c("Hotelling-T2"); + HotellingT2; +} + +# Used in higher function +mb.1D <- function(object, k, n, nu=NULL, Lambda1=NULL, eta=NULL, k.grp=NULL, n.grp=NULL, r=FALSE, vec=FALSE, d=NULL, prop=0.01, T2.only=TRUE) { + + res <- as.list(NULL) + M <- as.matrix(object) + + G <- nrow(M) + max.n <- max(n) + + if(is.null(k.grp)){ + k.grp <- rep(1:k, max.n) + cat("Time group assignments are set to default.","\n") + } + + if(is.null(n.grp)){ + n.grp <- rep(c(1:max.n), rep(k, max.n)) + cat("Replicate group assignments are set to default.", "\n") + } + + mydata <- M + indx <- order(n.grp, k.grp) + M <- M[,indx] + + mis <- apply(!apply(M, 1, is.na), 2, sum) + mis <- sum((mis/k-floor(mis/k)) !=0) + if(mis>0) stop(mis, " genes may have missing values in some of the replicates.") + + + if((max.n*k) !=ncol(M)) stop("The number of time points or sample sizes are incorrect.") + if(length(unique(n.grp)) != max.n) stop("Sample sizes or replicate group assignments is incorrect.") + c.grp <- rep(1, k*max.n) + + S1 <- apply(M, 1, matrix.cov, k, c.grp=c.grp) + if(is.null(nu)) diagS1 <- apply(S1, 2, function(x) diag(matrix(x,ncol=k-1))) + S1.avg <- matrix(apply(S1, 1, mean, na.rm=TRUE),ncol=k-1) + + + if(is.null(nu)||is.null(Lambda1)){ + nu.lim <- k-1+6 + + + if(!is.null(nu)) + { + nu0 <- nu + nu <- max(nu0, nu.lim) + if(is.infinite(nu) & is.null(Lambda1)) {Lambda1 <- S1.avg} + if(is.finite(nu)& is.null(Lambda1)) {Lambda1 <- (nu-k)*S1.avg/nu } + nu<- nu0 + } + + if(is.null(nu)) + { + nu0 <- mean(sapply(1:(k-1), function(x) squeezeVar(diagS1[x,], n-1)$df.prior)) + nu <- max(nu0, nu.lim) + if(is.infinite(nu)& is.null(Lambda1)) {Lambda1 <- S1.avg} + if(is.finite(nu)& is.null(Lambda1)) {Lambda1 <- (nu-k)*S1.avg/nu } + nu<- nu0 + } + } + + max.n <- max(n) + T1 <- ot.helmert(k)[2:k,] + xbar <- apply(M, 1, function(x) apply(matrix(x, byrow=FALSE, ncol=max.n),1,mean,na.rm=TRUE)) + + if(r){ + e <- sapply(1:G, function(x) matrix(M[x,], byrow=FALSE, ncol=max.n)-xbar[,x]) + tune <- sapply(1:G, function(x) d * median(abs(e[, x]),na.rm = TRUE)/0.6745) + indx <- sapply(1:G, function(x) abs(e[, x]) > tune[x]) + na.indx <- sapply(1:G, function(x) c(1:(k * max.n))[!is.na(indx[,x])]) + wt <- matrix(rep(1, G * max.n * k), ncol = max.n * k) + wt <- t(sapply(1:G, function(x) {wt[x,][-na.indx[,x]] <- 0 + wt[x,]})) + wt <- t(sapply(1:G, function(x) {wt[x, ][na.indx[,x]][indx[,x][na.indx[,x]]] <- + tune[x]/abs(e[,x][na.indx[,x]][indx[,x][na.indx[,x]]]) + wt[x,]})) + totalw <- sapply(1:G, function(x) apply(matrix(wt[x,], byrow=FALSE, ncol=max.n), 1, sum, + na.rm=TRUE)) + w <- sapply(1:G, function(x) matrix(wt[x,], byrow=FALSE, ncol=max.n)/totalw[,x]) + xbar <- sapply(1:G, function(x) + apply(matrix(w[, x] * M[x, ], byrow = FALSE, ncol = max.n),1, sum,na.rm=TRUE)); + } + + tol <- .Machine$double.eps + if(is.finite(nu) & nu > tol) + { + modS1 <- sapply(1:G, function(x) ((n[x]-1)*matrix(S1[,x],ncol=k-1)+nu*Lambda1)/(n[x]-1+nu)) + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modS1 <- apply(modS1, 2, function(x) + svd(matrix(x,ncol=k-1))$u%*%diag(sqrt(svd(matrix(x,ncol=k-1))$d))%*%t(svd(matrix(x,ncol=k-1))$v)) + modt1 <- sapply(1:G, function(x) n[x]^(1/2)*solve(matrix(sqrt.modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + HotellingT2 <- apply(modt1, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + + } + + if(is.infinite(nu)) + { + modS1 <- sapply(1:G, function(x) Lambda1) + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modS1 <- apply(modS1, 2, function(x) + svd(matrix(x,ncol=k-1))$u%*%diag(sqrt(svd(matrix(x,ncol=k-1))$d))%*%t(svd(matrix(x,ncol=k-1))$v)) + modt1 <- sapply(1:G, function(x) n[x]^(1/2)*solve(matrix(sqrt.modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + HotellingT2 <- apply(modt1, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + } + if(nu < tol & nu >=0) + { + modS1 <- S1 + if(is.null(eta) & (T2.only==FALSE)) + { + sqrt.modS1 <- apply(modS1, 2, function(x) + svd(matrix(x,ncol=k-1))$u%*%diag(sqrt(svd(matrix(x,ncol=k-1))$d))%*%t(svd(matrix(x,ncol=k-1))$v)) + modt1 <- sapply(1:G, function(x) n[x]^(1/2)*ginv(matrix(sqrt.modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + HotellingT2 <- apply(modt1, 2, function(x) t(x)%*%x) + } + if(T2.only) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%ginv(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + + if(!is.null(eta) & (T2.only==FALSE)) + HotellingT2 <- sapply(1:G, function(x) + n[x]*t(T1%*%xbar[,x])%*%solve(matrix(modS1[,x],ncol=k-1))%*%T1%*%xbar[,x]) + } + + + # HotellingT2 does not require eta + if(is.null(eta) & (T2.only==FALSE)) eta <- mean(sapply(1:(k-1), function(x) tmixture.matrix(modt1[x,], + sqrt(1/n), n+nu-1, prop, c(0.1, 4)^2/Lambda1[x,x]))^(-1)) + + res$M <- mydata + res$prop <- prop + res$nu <- nu + res$Lambda1 <- Lambda1 + res$eta <- eta + + + if(nu < 0) stop("The degrees of moderation <0 !") + + tol <- .Machine$double.eps + if(is.finite(nu) & nu > tol) + { + MB <- NULL + if(T2.only==FALSE) + { + MB1 <- log(prop,10)-log(1-prop,10) + MB2 <- ((k-1)/2)*log((eta/(n+eta)),10) + MB3 <- ((n+nu)/2)*log(((n-1+nu+HotellingT2)/(n-1+nu+(eta/(n+eta))*HotellingT2)), 10) + MB <- MB1+MB2+MB3 + } + unique.n <- unique(n) + res$percent <- matrix(c(unique.n, round(100*nu/(nu+unique.n-1))), ncol=2) + res$size <- n + res$con.group <- rep(1, k*max.n) + res$rep.group <- n.grp + res$time.group <- k.grp + if(r) res$weights <- wt + if(vec) res$modt1 <- modt1 + res$HotellingT2 <- HotellingT2 + res$MB <- MB + } + + if(is.infinite(nu)){ + MB <- NULL + if(T2.only==FALSE) + { + MB1 <- log(prop,10)-log(1-prop,10) + MB2 <- ((k-1)/2)*log((eta/(n+eta)),10) + MB3 <- 0.5*(n/(n+eta))*HotellingT2-log(10) + MB <- MB1+MB2+MB3 + } + + unique.n <- unique(n) + res$percent <- matrix(c(unique.n, 100), ncol=2) + res$size <- n + res$con.group <- rep(1, k*max.n) + res$rep.group <- n.grp + res$time.group <- k.grp + if(r) res$weights <- wt + if(vec) res$modt1 <- modt1 + res$HotellingT2 <- HotellingT2 + res$MB <- MB + } + + if(nu < tol & nu >=0){ + MB <- NULL + if(T2.only==FALSE) + { + MB1 <- log(prop,10)-log(1-prop,10) + MB2 <- ((k-1)/2)*log((eta/(n+eta)),10) + MB3 <- (n/2)*log(((n-1+HotellingT2)/(n-1+(eta/(n+eta))*HotellingT2)), 10) + MB <- MB1+MB2+MB3 + } + + unique.n <- unique(n) + res$percent <- matrix(c(unique.n, 0), ncol=2) + res$size <- n + res$con.group <- rep(1, k*max.n) + res$rep.group <- n.grp + res$time.group <- k.grp + if(r) res$weights <- wt + if(vec) res$modt1 <- modt1 + res$HotellingT2 <- HotellingT2 + res$MB <- MB + } + + names(HotellingT2) <- rownames(object); + HotellingT2 <- round(sort(HotellingT2, decreasing = TRUE),5); + HotellingT2 <- as.matrix(HotellingT2, ncol=1); + colnames(HotellingT2) <- c("Hotelling-T2"); + HotellingT2; +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetMBSigMat <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(mSetObj$analSet$MB$stats)); +} + +GetMBSigRowNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(rownames(mSetObj$analSet$MB$stats)); +} + +GetMBSigColNames <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(colnames(mSetObj$analSet$MB$stats)); +} + +#'Sig table for MB analysis +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.MB<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$MB$stats, "MEBA", mSetObj$dataSet$type); +} + +######### Utility Functions ########### +ot.helmert <- function(k){ + + if(missing(k)) stop("The number of time points is missing.") + + if (is.numeric(k) && length(k) == 1) + if(k > trunc(k)) stop("The number of time points is not an integer.") + + + levels <- 1:k + + T0 <- matrix(rep(1/sqrt(k), k), byrow=TRUE, ncol=k) + + T1 <- matrix(rep(0,(k-1)*k), ncol=k, byrow=TRUE) + T1 <- array(1/sqrt(diag(outer(row(T1)[,1]+1, row(T1)[,1], "*"))),c(k-1,k)) + T1[col(T1) > row(T1)] <- 0 + T1[col(T1) == row(T1)+1] <- -(row(T1)[,1])/sqrt(diag(outer(row(T1)[,1]+1, row(T1)[,1], "*"))) + + OT <- rbind(T0, T1) + + OT +} \ No newline at end of file diff --git a/V1.7.4/MetaboAnalyst_3.0.3/time_pca_anova2.R b/V1.7.4/MetaboAnalyst_3.0.3/time_pca_anova2.R new file mode 100755 index 0000000000000000000000000000000000000000..f6986f7ee28b80e8833d4edbbc78e0089e8704e1 --- /dev/null +++ b/V1.7.4/MetaboAnalyst_3.0.3/time_pca_anova2.R @@ -0,0 +1,665 @@ +#'Perform Two-way ANOVA +#'@description Perform Two-way ANOVA +#'Perform within-subjects anova +#'@param x Input the data +#'@param time.fac Input the time factor +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +aov.within <- function(x, time.fac){ + unlist(summary(aov(x ~ (aov.facA*aov.facB) + Error(aov.sbj/time.fac))), use.names=F)[c(7,20,21,9,23,24)]; +} + +aov.within.wo <- function(x, time.fac){ + unlist(summary(aov(x ~ (aov.facA+aov.facB))), use.names=F)[c(10,11,13,14)]; +} + +#'Perform Two-way ANOVA +#'@description Perform Two-way ANOVA +#'Perform repeated measure one-way anova +#'@param x Input the data +#'@param time.fac Input the time factor +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#' +aov.repeated <- function(x, time.fac){ + unlist(summary(aov(x ~ time.fac + Error(aov.sbj/time.fac))), use.names=F)[c(12,14)]; +} + +#'Perform Two-way ANOVA +#'@description Perform Two-way ANOVA +#'Perform between-subjects anova +#'@param x Input data to perform 2-way ANOVA +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) + +aov.between <- function(x){ + unlist(summary(aov(x ~ aov.facA*aov.facB)), use.names=F)[c(13,14,15,17,18,19)]; +} + +aov.between.type3 <- function(x){ + unlist(car::Anova(lm(x ~ aov.facA*aov.facB), type="3"))[c(12,13,14,17,18,19)]; +} + +#'Perform Two-way ANOVA +#'@description Perform Two-way ANOVA +#'@usage ANOVA2.Anal(mSetObj=NA, thresh=0.05, p.cor="fdr", type="time0", aov.type=1, use.interact=1) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param thresh Input the p-value threshold +#'@param p.cor Select method for p-value correction, bonferroni, holm or fdr +#'@param type Select b to perform between-subjects ANOVA, and w for within-subjects ANOVA +#'@param aov.type Specify 1 for ANOVA type 1, or 3 for ANOVA type 3 +#'@param use.interact Numeric, whether to consider interaction in two-way repeated ANOVA (1) or not (0). +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +ANOVA2.Anal <-function(mSetObj=NA, thresh=0.05, p.cor="fdr", type="time0", aov.type=1, use.interact=1){ + + mSetObj <- .get.mSet(mSetObj); + + if(type == "time0"){ + time.fac <- mSetObj$dataSet$time.fac; + mSetObj$dataSet$sbj <- as.factor(mSetObj$dataSet$exp.fac); + + if(.on.public.web){ + .set.mSet(mSetObj); + } + + # first create the subjects that being measured under different time + # points (under same phenotype/ exp. condition). The design must be balanced + + # first check if balanced + res <- table (time.fac, mSetObj$dataSet$sbj); + res.mean <- apply(res, 2, mean); + all.res <- res/res.mean; + if(sum(all.res != 1) > 0){ + AddErrMsg("Experiment design is not balanced!"); + return(0); + } + aov.sbj <<- mSetObj$dataSet$sbj + aov.mat<-t(apply(as.matrix(mSetObj$dataSet$norm), 2, aov.repeated, time.fac)); + + rm(aov.sbj, pos=".GlobalEnv") + + fileName <- "oneway_anova_repeated.csv"; + rownames(aov.mat)<-colnames(mSetObj$dataSet$norm); + aov.mat <- cbind(aov.mat, p.adjust(aov.mat[,2], p.cor)); + colnames(aov.mat) <- c("F-value", "Raw P-val", "Adjusted P-val"); + p.value <- aov.mat[,3]; + inx.imp <-aov.mat[,3] <= thresh; + aov.mat <- aov.mat[inx.imp, ,drop=F]; + vennC <- NULL; + # default sort first by main effect: treatment, then by ... + ord.inx <- order(aov.mat[,2], decreasing = FALSE); + }else{ + if(type=="time"){ + # first create the subjects that being measured under different time + # points (under same phenotype/ exp. condition). The design must be balanced + + # first check if balanced + res <- table(mSetObj$dataSet$facA, mSetObj$dataSet$facB); + res.mean <- apply(res, 2, mean); + all.res <- res/res.mean; + if(sum(all.res != 1) > 0){ + AddErrMsg("Experiment design is not balanced!"); + return(0); + } + time.fac <- mSetObj$dataSet$time.fac; + exp.fac <- mSetObj$dataSet$exp.fac; + + sbj <- vector(mode="character", length=nrow(mSetObj$dataSet$norm)); + k = 1; + len = 0; + for(lv1 in levels(exp.fac)){ + # same subjects must in the same exp. condition + inx1 <- exp.fac == lv1; + for(lv2 in levels(time.fac)){ + inx2 <- time.fac == lv2; + len <- sum(inx1 & inx2); + + # same subjects must not in the same time points + # so in a balanced design and ordered by the time points + # all samples in each time points will sweep all subjects (one go) + sbj[inx1 & inx2] <- paste("S", k:(k+len-1), sep=""); + } + k = k + len; + } + + mSetObj$dataSet$sbj <- as.factor(sbj); + + if(.on.public.web){ + .set.mSet(mSetObj); + } + + aov.facA <<- mSetObj$dataSet$facA; + aov.facB <<- mSetObj$dataSet$facB; + aov.sbj <<- mSetObj$dataSet$sbj; + + if(use.interact){ + aov.mat<-t(apply(as.matrix(mSetObj$dataSet$norm), 2, aov.within, time.fac)); + }else{ + aov.mat<-t(apply(as.matrix(mSetObj$dataSet$norm), 2, aov.within.wo, time.fac)); + } + + rm(aov.facA, aov.facB, aov.sbj, pos=".GlobalEnv"); + fileName <- "anova_within_sbj.csv"; + + }else{ # g2 (two-factor analysis) + aov.facA <<- mSetObj$dataSet$facA; + aov.facB <<- mSetObj$dataSet$facB; + + if(aov.type == 1){ + aov.mat<-t(apply(as.matrix(mSetObj$dataSet$norm), 2, aov.between)); + }else{ + aov.mat<-t(apply(as.matrix(mSetObj$dataSet$norm), 2, aov.between.type3)); + } + rm(aov.facA, aov.facB, pos=".GlobalEnv"); + + fileName <- "anova_between_sbj.csv"; + } + + rownames(aov.mat) <- colnames(mSetObj$dataSet$norm); + + if(use.interact){ + + aov.mat2 <- cbind (aov.mat, p.adjust(aov.mat[,4], p.cor), + p.adjust(aov.mat[,5], p.cor), + p.adjust(aov.mat[,6], p.cor)); + + sig.facA <-(aov.mat2[,7] <= thresh); + sig.facB <-(aov.mat2[,8] <= thresh); + sig.intr <-(aov.mat2[,9] <= thresh); + + all.match <- cbind(sig.facA, sig.facB, sig.intr); + colnames(all.match) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl, "Interaction"); + colnames(aov.mat2) <- c(paste(mSetObj$dataSet$facA.lbl, "(F.val)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(F.val)", sep = ""), + paste("Interaction", "(F.val)", sep = ""), + paste(mSetObj$dataSet$facA.lbl, "(raw.p)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(raw.p)", sep = ""), + paste("Interaction", "(raw.p)", sep = ""), + paste(mSetObj$dataSet$facA.lbl, "(adj.p)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(adj.p)", sep = ""), + paste("Interaction", "(adj.p)", sep = "")) + + vennC <- getVennCounts(all.match); + p.value <- aov.mat2[,7]; + inx.imp <- sig.facA | sig.facB | sig.intr; + aov.mat2 <- aov.mat2[, c(1,4,7,2,5,8,3,6,9),drop=F] + + }else{ + aov.mat2 <- cbind(aov.mat, p.adjust(aov.mat[,3], p.cor), p.adjust(aov.mat[,4], p.cor)); + + sig.facA <-(aov.mat2[,5] <= thresh); + sig.facB <-(aov.mat2[,6] <= thresh); + + all.match <- cbind(sig.facA, sig.facB); + colnames(all.match) <- c(mSetObj$dataSet$facA.lbl, mSetObj$dataSet$facB.lbl); + colnames(aov.mat2) <- c(paste(mSetObj$dataSet$facA.lbl, "(F.val)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(F.val)", sep = ""), + paste(mSetObj$dataSet$facA.lbl, "(raw.p)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(raw.p)", sep = ""), + paste(mSetObj$dataSet$facA.lbl, "(adj.p)", sep = ""), + paste(mSetObj$dataSet$facB.lbl, "(adj.p)", sep = "")) + + vennC <- getVennCounts(all.match); + p.value <- aov.mat2[,5]; + inx.imp <- sig.facA | sig.facB; + aov.mat2 <- aov.mat2[, c(1,3,5,2,4,6),drop=F]; + + } + # default sort first by main effect: treatment, then by ... + aov.mat <- aov.mat2[inx.imp, ,drop=F]; + ord.inx <- order(aov.mat[,2], aov.mat[,3], decreasing = FALSE); + } + + aov.mat <- signif(aov.mat[ord.inx,,drop=F], 5); + fast.write.csv(aov.mat, file=fileName); + + aov2<-list ( + type = type, + sig.nm = fileName, + thresh = -log10(thresh), + multi.c = p.cor, + sig.mat = aov.mat, + p.log = -log10(p.value), + inx.imp = inx.imp, + vennC = vennC + ); + + mSetObj$analSet$aov2 <- aov2; + return(.set.mSet(mSetObj)); +} + +#'Plot Venn diagram of ANOVA results +#'@description Plot Venn diagram of ANOVA results +#'@usage PlotANOVA2(mSetObj, imgName, format="png", dpi=72, width=NA) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param imgName Input a name for the plot +#'@param format Select the image format, "png", or "pdf". +#'@param dpi Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, +#'the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300. +#'@param width Input the width, there are 2 default widths, the first, width = NULL, is 10.5. +#'The second default is width = 0, where the width is 7.2. Otherwise users can input their own width. +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#' +PlotANOVA2 <- function(mSetObj=NA, imgName, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + imgName = paste(imgName, "dpi", dpi, ".", format, sep=""); + if(is.na(width)){ + w <- 7; + }else if(width == 0){ + w <- 7; + }else{ + w <- width; + } + + mSetObj$imgSet$anova2 <- imgName; + + if(mSetObj$dataSet$design.type == "time0"){ + w <- 9; + h <- w*6/9; + lod <- mSetObj$analSet$aov2$p.log; + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plot(lod, ylab="-log10(p)", xlab = "Index", main="One-way repeated measures ANOVA", type="n"); + red.inx<- which(mSetObj$analSet$aov2$inx.imp); + blue.inx <- which(!mSetObj$analSet$aov2$inx.imp); + points(red.inx, lod[red.inx], bg="red", cex=1.2, pch=21); + points(blue.inx, lod[blue.inx], bg="green", pch=21); + abline (h=mSetObj$analSet$aov2$thresh, lty=3); + dev.off(); + }else{ + h <- w; + title <- ifelse(mSetObj$analSet$aov2$type == "g2", "Two-way ANOVA (between subjects)", "Two-way ANOVA (within subject)"); + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + plotVennDiagram(mSetObj$analSet$aov2$vennC, circle.col=c("red", "blue", "green"), mar=c(0,0,2,0)); + mtext(title, NORTH<-3, line=0.25, cex=1.5); + dev.off(); + } + + return(.set.mSet(mSetObj)); + +} + +#'Perform PCA analysis, prepare file for interactive liveGraphics3D +#'@description Perform PCA analysis, prepares a JSON file for interactive liveGraphics3D, as well as interactive 3D +#'PCA score and loading plots using the plotly R package. These plots are saved in the created mSetObj; to view these, +#'type "mSetObj$imgSet$time$score3d" to view the interactive score plot, and "mSetObj$imgSet$time$load3d" to view +#'the interactive loading plot. +#'@usage iPCA.Anal(mSetObj, fileNm) +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@param fileNm select a file name +#'@author Jeff Xia \email{jeff.xia@mcgill.ca} +#'McGill University, Canada +#'License: GNU GPL (>= 2) +#'@export +#'@importFrom plotly plot_ly add_markers layout +#' +iPCA.Anal<-function(mSetObj=NA, fileNm){ + + mSetObj <- .get.mSet(mSetObj); + + pca <- prcomp(mSetObj$dataSet$norm, center=T, scale=F); + imp.pca <- summary(pca)$importance; + + pca3d <- list(); + pca3d$score$axis <- paste("PC", 1:3, " (", 100*round(imp.pca[2,][1:3], 3), "%)", sep=""); + coords <- data.frame(t(signif(pca$x[,1:3], 5))); + colnames(coords) <- NULL; + pca3d$score$xyz <- coords; + pca3d$score$name <- rownames(mSetObj$dataSet$norm); + facA <- as.character(mSetObj$dataSet$facA); + + if(all.numeric(facA)){ + facA <- paste("Group", facA); + } + + pca3d$score$facA <- facA; + facB <- as.character(mSetObj$dataSet$facB); + + if(all.numeric(facB)){ + facB <- paste("Group", facB); + } + + pca3d$score$facB <- facB; + + pca3d$loadings$axis <- paste("Loadings", 1:3); + coords <- data.frame(t(signif(pca$rotation[,1:3], 5))); + colnames(coords) <- NULL; + pca3d$loadings$xyz <- coords; + pca3d$loadings$name <- colnames(mSetObj$dataSet$norm); + + # now set color for each group + cols <- unique(GetColorSchema(mSetObj$dataSet$facA)); # this does not matter + pca3d$score$colors <- my.col2rgb(cols); + + json.obj <- RJSONIO::toJSON(pca3d, .na='null'); + sink(fileNm); + cat(json.obj); + sink(); + + if(!.on.public.web){ + + uniq.facA <- unique(facA) + uniq.facB <- unique(facB) + + if(length(uniq.facA) > 3){ + col <- RColorBrewer::brewer.pal(length(uniq.pchs), "Set3") + }else{ + col <- c("#1972A4", "#FF7070") + } + + s.xlabel <- pca3d$score$axis[1] + s.ylabel <- pca3d$score$axis[2] + s.zlabel <- pca3d$score$axis[3] + + all.symbols <- c("circle", "cross", "diamond", "x", "square", "circle-open", + "square-open", "diamond-open") + + b.symbol <- all.symbols[1:length(uniq.facB)] + + # first, scores plot + data.s <- data.frame(cbind(t(pca3d$score$xyz), as.numeric(mSetObj$dataSet$facB))) + + p.s <- plotly::plot_ly(x = data.s[, 1], y = data.s[, 2], z = data.s[, 3], + color = mSetObj$dataSet$facA, colors = col) + p.s <- plotly::add_markers(p.s, sizes = 5, symbol = data.s[,4], symbols = b.symbol) + p.s <- plotly::layout(p.s, scene = list(xaxis = list(title = s.xlabel), + yaxis = list(title = s.ylabel), + zaxis = list(title = s.zlabel))) + + # second, loadings plot + l.xlabel <- pca3d$loadings$axis[1] + l.ylabel <- pca3d$loadings$axis[2] + l.zlabel <- pca3d$loadings$axis[3] + + data.l <- data.frame(cbind(t(pca3d$loadings$xyz))) + + p.l <- plotly::plot_ly(x = data.l[, 1], y = data.l[, 2], z = data.l[, 3], colors = col[1]) + p.l <- plotly::add_markers(p.l, sizes = 5) + p.l <- plotly::layout(p.l, scene = list(xaxis = list(title = l.xlabel), + yaxis = list(title = l.ylabel), + zaxis = list(title = l.zlabel))) + + mSetObj$imgSet$time$score3d <- p.s + mSetObj$imgSet$time$load3d <- p.l + } + + if(!.on.public.web){ + print("Interactive scores and loading plots have been created, please find + them in mSet$imgSet$time$score3d and mSet$imgSet$time$load3d.") + return(.set.mSet(mSetObj)); + } +} + + +#vertically stacked boxplot +PlotVerticalCmpdSummary<-function(mSetObj=NA, cmpdNm, format="png", dpi=72, width=NA){ + + mSetObj <- .get.mSet(mSetObj); + + if(.on.public.web){ + load_ggplot() + load_grid() + } + + imgName <- gsub("\\/", "_", cmpdNm); + imgName <- paste(imgName, "_summary_dpi", dpi, ".", format, sep=""); + + if(is.na(width)){ + h <- 9; + }else{ + h <- width; + } + + if(substring(mSetObj$dataSet$format,4,5)!="ts"){ + + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height= w*5/9, type=format, bg="white"); + par(mar=c(4,4,2,2), mfrow = c(1,2), oma=c(0,0,2,0)); + + # need to consider norm data were edited, different from proc + smpl.nms <- rownames(mSetObj$dataSet$norm); + + mns <- by(as.numeric(mSetObj$dataSet$proc[smpl.nms, cmpdNm]), mSetObj$dataSet$cls, mean, na.rm=T); + sds <- by(as.numeric(mSetObj$dataSet$proc[smpl.nms, cmpdNm]), mSetObj$dataSet$cls, sd, na.rm=T); + + ups <- mns + sds; + dns <- mns - sds; + + # all concentration need start from 0 + y <- c(0, dns, mns, ups); + + rg <- range(y) + 0.05 * diff(range(y)) * c(-1, 1) + pt <- pretty(y) + + axp=c(min(pt), max(pt[pt <= max(rg)]),length(pt[pt <= max(rg)]) - 1); + + my.col <- unique(GetColorSchema(mSetObj$dataSet$cls)); + + x <- barplot(mns, col= my.col, las=2, yaxp=axp, ylim=range(pt)); + arrows(x, dns, x, ups, code=3, angle=90, length=.1); + axis(1, at=x, col="white", col.tick="black", labels=F); + box(); + mtext("Original Conc.", line=1); + + boxplot(mSetObj$dataSet$norm[, cmpdNm]~mSetObj$dataSet$cls,las=2, col= my.col); + mtext("Normalized Conc.", line=1); + title(main=cmpdNm, out=T); + dev.off(); + + }else if(mSetObj$dataSet$design.type =="time0"){ + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=8, height= 6, type=format, bg="white"); + plotProfile(mSetObj, cmpdNm); + dev.off(); + + }else{ + if(mSetObj$dataSet$design.type =="time"){ # time trend within phenotype + out.fac <- mSetObj$dataSet$exp.fac; + in.fac <- mSetObj$dataSet$time.fac; + xlab = "Time"; + }else{ # factor a split within factor b + out.fac <- mSetObj$dataSet$facB; + in.fac <- mSetObj$dataSet$facA; + xlab = mSetObj$dataSet$facA.lbl; + } + + # two images per row + img.num <- length(levels(out.fac)); + row.num <- ceiling(img.num/2); + + if(img.num > 2){ + col.num=2 + }else{ + col.num=1 + } + + if(row.num == 1){ + w <- h*5/9; + }else{ + w <- h*0.5*row.num; + } + Cairo::Cairo(file = imgName, unit="in", dpi=dpi, width=w, height=h, type=format, bg="white"); + + groupNum <- length(levels(in.fac)) + pal12 = c("#A6CEE3", "#1F78B4", "#B2DF8A", "#33A02C", + "#FB9A99", "#E31A1C", "#FDBF6F", "#FF7F00", + "#CAB2D6", "#6A3D9A", "#FFFF99", "#B15928"); + col.fun <- grDevices::colorRampPalette(pal12) + group_colors <- col.fun(groupNum) + + p_all <- list() + + for(lv in levels(out.fac)){ + inx <- out.fac == lv; + df.orig <- data.frame(facA = lv, value = mSetObj$dataSet$norm[inx, cmpdNm], name = in.fac[inx]) + p_all[[lv]] <- df.orig + } + + alldata <- do.call(rbind, p_all) + + p.time <- ggplot2::ggplot(alldata, aes(x=name, y=value, fill=name)) + geom_boxplot(outlier.shape = NA) + theme_bw() + geom_jitter(size=1) + p.time <- p.time + facet_wrap(~facA, ncol=col.num) + theme(axis.title.x = element_blank(), legend.position = "none") + p.time <- p.time + scale_fill_manual(values=group_colors) + theme(axis.text.x = element_text(angle=90, hjust=1)) + p.time <- p.time + ggtitle(cmpdNm) + theme(plot.title = element_text(size = 11, hjust=0.5, face = "bold")) + ylab("Abundance") + p.time <- p.time + theme(panel.grid.minor = element_blank(), panel.grid.major = element_blank()) # remove gridlines + p.time <- p.time + theme(plot.margin = margin(t=0.15, r=0.25, b=0.15, l=0.25, "cm"), axis.text = element_text(size=10)) + + print(p.time) + dev.off() + } + return(imgName); +} + +# Plot Venn diagram +# Capabilities for multiple counts and colors by Francois Pepin +# Gordon Smyth, James Wettenhall +# 4 July 2003. Last modified 12 March 2010 + +plotVennDiagram <- function(object, include="both", names, mar=rep(0,4), cex=1.2, lwd=1, circle.col, counts.col, show.include,...){ + if (!is(object, "VennCounts")){ + if (length(include)>2) stop("Cannot plot Venn diagram for more than 2 sets of counts") + if (length(include)==2) object.2 <- getVennCounts(object, include = include[2]) + object <- getVennCounts(object, include = include[1]) + } + else if(length(include==2)) include <- include[1] + nsets <- ncol(object)-1 + if(nsets > 3) stop("Can't plot Venn diagram for more than 3 sets") + if(missing(names)) names <- colnames(object)[1:nsets] + counts <- object[,"Counts"] + if(length(include)==2) counts.2 <- object.2[, "Counts"] + if(missing(circle.col)) circle.col <- par('col') + if(length(circle.col)<nsets) circle.col <- rep(circle.col,length.out=nsets) + if(missing(counts.col)) counts.col <- par('col') + if(length(counts.col)<length(include)) counts.col <- rep(counts.col,length.out=length(include)) + if(missing(show.include)) show.include <- as.logical(length(include)-1) + theta <- 2*pi*(0:360)/360 + xcentres <- list(0,c(-1,1),c(-1,1,0))[[nsets]] + ycentres <- list(0,c(0,0),c(1/sqrt(3),1/sqrt(3),-2/sqrt(3)))[[nsets]] + r <- c(1.5,1.5,1.5)[nsets] + xtext <- list(-1.2,c(-1.2,1.2),c(-1.2,1.2,0))[[nsets]] + ytext <- list(1.8,c(1.8,1.8),c(2.4,2.4,-3))[[nsets]] + old.par <- par(mar=mar) + on.exit(par(old.par)) + plot(x=0,y=0,type="n",xlim=c(-4,4),ylim=c(-4,4),xlab="",ylab="",axes=FALSE,...); + + circle.col <- col2rgb(circle.col) / 255 + circle.col <- rgb(circle.col[1,], circle.col[2,], circle.col[3,], 0.3) + for(i in 1:nsets) { + lines(xcentres[i]+r*cos(theta),ycentres[i]+r*sin(theta),lwd=lwd,col=circle.col[i]) + polygon(xcentres[i] + r*cos(theta), ycentres[i] + r*sin(theta), col = circle.col[i], border = NULL) + text(xtext[i],ytext[i],names[i],cex=cex) + } + switch(nsets, + { + rect(-3,-2.5,3,2.5) + printing <- function(counts, cex, adj,col,leg){ + text(2.3,-2.1,counts[1],cex=cex,col=col,adj=adj) + text(0,0,counts[2],cex=cex,col=col,adj=adj) + if(show.include) text(-2.3,-2.1,leg,cex=cex,col=col,adj=adj) + } + + }, { + rect(-3,-2.5,3,2.5) + printing <- function(counts, cex, adj,col,leg){ + text(2.3,-2.1,counts[1],cex=cex,col=col,adj=adj) + text(1.5,0.1,counts[2],cex=cex,col=col,adj=adj) + text(-1.5,0.1,counts[3],cex=cex,col=col,adj=adj) + text(0,0.1,counts[4],cex=cex,col=col,adj=adj) + if(show.include) text(-2.3,-2.1,leg,cex=cex,col=col,adj=adj) + } + }, { + rect(-3,-3.5,3,3.3) + printing <- function(counts, cex, adj,col,leg){ + text(2.5,-3,counts[1],cex=cex,col=col,adj=adj) + text(0,-1.7,counts[2],cex=cex,col=col,adj=adj) + text(1.5,1,counts[3],cex=cex,col=col,adj=adj) + text(.75,-.35,counts[4],cex=cex,col=col,adj=adj) + text(-1.5,1,counts[5],cex=cex,col=col,adj=adj) + text(-.75,-.35,counts[6],cex=cex,col=col,adj=adj) + text(0,.9,counts[7],cex=cex,col=col,adj=adj) + text(0,0,counts[8],cex=cex,col=col,adj=adj) + if(show.include) text(-2.5,-3,leg,cex=cex,col=col,adj=adj) + } + } + ) + adj <- c(0.5,0.5) + if (length(include)==2) + adj <- c(0.5,0) + printing(counts,cex,adj,counts.col[1],include[1]) + if (length(include)==2) printing(counts.2,cex,c(0.5,1),counts.col[2],include[2]) + invisible() +} + +############################################## +############################################## +########## Utilities for web-server ########## +############################################## +############################################## + +GetAov2SigFileName <-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + mSetObj$analSet$aov2$sig.nm; +} + +GetAov2SigMat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + return(CleanNumber(as.matrix(mSetObj$analSet$aov2$sig.mat))); +} + +GetAov2SigRowNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + rownames(mSetObj$analSet$aov2$sig.mat); +} + +GetAov2SigColNames<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + colnames(mSetObj$analSet$aov2$sig.mat); +} + +#'Sig table for AOV2 +#'@param mSetObj Input the name of the created mSetObj (see InitDataObjects) +#'@export +GetSigTable.Aov2<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + GetSigTable(mSetObj$analSet$aov2$sig.mat, "Significant features identified by advanced ANOVA", mSetObj$dataSet$type); +} + +GetAnova2UpMat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$aov2$p.log; + red.inx<- which(mSetObj$analSet$aov2$inx.imp); + as.matrix(cbind(red.inx, lod[red.inx])); +} + +GetAnova2DnMat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$aov$p.log; + blue.inx <- which(!mSetObj$analSet$aov2$inx.imp); + as.matrix(cbind(blue.inx, lod[blue.inx])); +} + +GetAnova2LnMat<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + lod <- mSetObj$analSet$aov2$p.log; + as.matrix(rbind(c(0, mSetObj$analSet$aov2$thresh), c(length(lod)+1,mSetObj$analSet$aov2$thresh))); +} + +GetAnova2Cmpds<-function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + names(mSetObj$analSet$aov2$p.log); +} + +GetMaxAnova2Inx <- function(mSetObj=NA){ + mSetObj <- .get.mSet(mSetObj); + which.max(mSetObj$analSet$aov2$p.log); +} diff --git a/V1.7.4/MetaboAnalyst_3.0.3/urine.qs b/V1.7.4/MetaboAnalyst_3.0.3/urine.qs new file mode 100644 index 0000000000000000000000000000000000000000..17e382d483f3a99940fd3dd0a2b7a8006e8dae1f Binary files /dev/null and b/V1.7.4/MetaboAnalyst_3.0.3/urine.qs differ diff --git a/V1.7.4/ODA.R b/V1.7.4/ODA.R new file mode 100755 index 0000000000000000000000000000000000000000..ce98ba1e7c323939a96e2aba7f5a0be9b9245b27 --- /dev/null +++ b/V1.7.4/ODA.R @@ -0,0 +1,1183 @@ +#This script was developed by zhiyu.zhao@utsouthwestern.edu . + +version='V1.7.4' +MetaboAnalystVersion='3.0.3' +initial.options=commandArgs(trailingOnly=F) +scriptPath=file.path(dirname(sub("--file=","",initial.options[grep("--file=",initial.options)]))) +source(file.path(scriptPath,'MetaboAnalyst.R')) + +##############################Begin Reading Arguments############################# +if (1) { #Set to 1 for actual files or 0 for debugging a test.xlsx in the R console. + args=commandArgs(trailingOnly=T) + if (length(args)!=2) + stop('Please specify input and output file names.') + inputFile=args[1] + outputFile=args[2] +} else { + inputFile='test.xlsx' + outputFile='Result_of_test.xlsx' +} +if (!file.exists(inputFile)) + stop('Input file is not found.') +if (file.exists(outputFile)) + stop('Output file exists.') +figuresPath=paste0(tools::file_path_sans_ext(outputFile),'_Figures') +if (file.exists(figuresPath)&&!rlang::is_empty(dir(figuresPath))) { + stop('Figures folder is not empty.') +} else { + dir.create(figuresPath) +} +mseaPath=paste0(tools::file_path_sans_ext(outputFile),'_MSEA') +#############################End Reading Arguments############################# + +#############################Begin Installing/Loading Libraries############################# +if (0) { #Change to 0 if no need to customize library path. + myLibPath='~/R/4.0.2-gccmkl' #Changed this to your own library path if necessary. + dir.create(myLibPath,recursive=T,showWarnings=F) + .libPaths(c(myLibPath,.libPaths())) +} +#This program was tested under R version 4.0.2 with the following required libraries. #R version changed from 3.5.1 to 4.0.2 on 8/4/2020. +if (!requireNamespace("BiocManager", quietly = TRUE)) + install.packages("BiocManager",lib=myLibPath) +if (!require(limma)) { + BiocManager::install("limma",lib=myLibPath) + library(limma) +} +if (!require(openxlsx)) { + install.packages('openxlsx',lib=myLibPath,repos='https://cran.r-project.org/') + library(openxlsx) +} +if (!require(data.table)) { + install.packages('data.table',lib=myLibPath,repos='https://cran.r-project.org/') + library(data.table) +} +if (!require(gtools)) { + install.packages('gtools',lib=myLibPath,repos='https://cran.r-project.org/') + library(gtools) +} +if (!require(matrixStats)) { + install.packages('matrixStats',lib=myLibPath,repos='https://cran.r-project.org/') + library(matrixStats) +} +if (!require(cplm)) { + install.packages('cplm',lib=myLibPath,repos='https://cran.r-project.org/') + library(cplm) +} +if (!require(ggplot2)) { + install.packages('ggplot2',lib=myLibPath,repos='https://cran.r-project.org/') + library(ggplot2) +} +if (!require(cowplot)) { + install.packages('cowplot',lib=myLibPath,repos='https://cran.r-project.org/') + library(cowplot) +} +if (!require(pheatmap)) { + install.packages('pheatmap',lib=myLibPath,repos='https://cran.r-project.org/') + library(pheatmap) +} +if (!require(ggcorrplot)) { + install.packages('ggcorrplot',lib=myLibPath,repos='https://cran.r-project.org/') + library(ggcorrplot) +} +if (!require(eulerr)) { + install.packages('eulerr',lib=myLibPath,repos='https://cran.r-project.org/') + library(eulerr) +} +if (!require(GGally)) { + install.packages('GGally',lib=myLibPath,repos='https://cran.r-project.org/') + library(GGally) +} +#############################End Installing/Loading Libraries############################# + +#############################Begin Main############################# +#############################Begin Default Settings############################# +#Below are default settings. DO NOT change them here. +#If you use the data_template.xlsm file accompanying this program to generate your input, all the parameters can be changed inside your_input_file.xlsm . Please read the instructions there. +dataFormat='table with feature description' #Available options: list; table; table with feature description. +valueFilter=0 #A cutoff-value used to count the number of features in a sample. If feature value <= valueFilter, the feature is taken as absent from the sample. +groupCountFilter=3 #A cutoff-value used to count the number of features in a group. If the number of samples < groupCountFilter for a feature, the feature is taken as absent from the group. +groupMeanLowerBound='' #A cutoff-value used as group mean when it's lower than the cutoff. This is for the adjustment of fold change when a group has a very low mean value. +pCutoffs=0.05 #P-value cutoff for the differential expression (DE) analysis. Multiple values are allowed. +fcCutoffs=2 #Fold change cutoff for the DE analysis. Multiple values are allowed. +batchEffectReduction=F #Whether to model batch effect. Only available for linear models such as cpglm and glm. +averagingTechReps=F #Whether to average technical replicates before any analysis steps. +normalization='RLE' #Available options: No; RLE; BySize; ByMedian; BySum; ByUpperQuantile. +uqProb=0.75 #If normalization=ByUpperQuantile, this value is used as the quantile cutoff. +logTransform=T #Whether to log2-transform the data for statistical tests. +logOffset='' #An offset-value added to the data before the log-transformation. Devault value is to be determined later. +statTest='glm' #Statistical test method for DE. Available options: t-test; cpglm-glm; glm. +controlGroups=NULL #Control group name(s) for DE. A control group will be tested against every other group. +dePairs=NULL #Group name pair(s) for DE. Each pair of group names is a DE comparison. +interestedFeatures=NULL #Interested features to be visualized separately. +excludedFeatures=NULL #Features to be completed excluded from the analysis. +dataImputation='half minimum' #Method to impute missing values and those less than or equal to the value filter. It affects statistical tests but not visualizations. See data template for details. +visual=T #Whether to visualize data using graphs. +volcanoP='adjusted p-value' #Which p-value as the y-axis of volcano plots. +hclustSamples=T #Whether to cluster samples on the heatmap. +hclustFeatures=T #Whether to cluster features on the heatmap. +pcaLabels=T +pcaEllipses=T +colors=c('Red','Yellow','Blue','Orange','Green','Purple','Magenta','Cyan','Gray','Black') +heatmapColors=colorRampPalette(c('blue','white','red'))(256) +scaling=T #Added on 3/17/2021. +featureType='metabolite' #Added on 3/17/2021. +idType='hmdb' #Added on 3/17/2021. +mseaDB='kegg_pathway' #Added on 3/17/2021. +#############################End Default Settings############################# +message('###################################################################') +message('Analysis started ...') +#############################Begin Settings############################# +message('Reading input settings ...') +sheetNames=getSheetNames(inputFile) +if ('Samples' %in% sheetNames) { + sampleIDs=read.xlsx(inputFile,sheet='Samples',colNames=T,rowNames=T,skipEmptyRows=T,skipEmptyCols=T,cols=c(1:5)) + if (!is.null(sampleIDs)&&dim(sampleIDs)[1]>0) { + for (i in 1:dim(sampleIDs)[1]) + if (grepl('\\s',rownames(sampleIDs)[i])) + stop(paste0('Sample ',i,': ',rownames(sampleIDs)[i],' has white space(s). Please remove them.')) + sampleIDs=sampleIDs[!is.na(sampleIDs[,1]),1:4] #Excluding samples without group ID. + } + nSamples=dim(sampleIDs)[1] + if (nSamples<2) + stop('At least 2 samples should have group IDs.') + if (sum(!is.na(sampleIDs[,2]))==0) #No biological replicate IDs. Automatic IDs will be generated. + sampleIDs[,2]=c(1:nSamples) + else if (sum(!is.na(sampleIDs[,2]))!=nSamples) + stop('If you provide biological replicate IDs, they should be present for all samples.') + if (sum(!is.na(sampleIDs[,3]))==0) #No batch IDs. Automatic IDs will be generated. + sampleIDs[,3]='Batch1' + else if (sum(!is.na(sampleIDs[,3]))!=nSamples) + stop('If you provide batch IDs, they should be present for all samples.') + sampleIDs[,1]=as.factor(sampleIDs[,1]) + sampleIDs[,2]=as.factor(sampleIDs[,2]) + sampleIDs[,3]=as.factor(sampleIDs[,3]) + sampleIDs[,4]=as.numeric(sampleIDs[,4]) +} else + stop('Sample sheet is missing.') +if ('Parameters' %in% sheetNames) { + if (read.xlsx(inputFile,sheet='Parameters',colNames=F,rows=1,cols=1)!=version) + stop(paste0('Please use data template ',version,' for this analysis.')) + parameters=read.xlsx(inputFile,sheet='Parameters',colNames=T,rowNames=T,na.strings=NULL) + if (!is.null(parameters)&&dim(parameters)[1]>0) { + if (!is.na(parameters[1,1])) + dataFormat=tolower(as.character(parameters[1,1])) +# if (!is.na(parameters[2,1])) #Disabled on 3/15/2021. Now valueFilter is always 0. +# valueFilter=as.numeric(parameters[2,1]) + if (!is.na(parameters[3,1])) + groupCountFilter=as.integer(parameters[3,1]) +# if (!is.na(parameters[4,1])) #Disabled on 3/15/2021. Now groupMeanLowerBound is always a half of the mininum non-zero value of the normalized data. +# groupMeanLowerBound=as.numeric(parameters[4,1]) + if (sum(!is.na(parameters[5,]))) + pCutoffs=as.numeric(parameters[5,!is.na(parameters[5,])]) + if (sum(!is.na(parameters[6,]))) + fcCutoffs=as.numeric(parameters[6,!is.na(parameters[6,])]) + if (!is.na(parameters[7,1])) + normalization=parameters[7,1] + if (normalization=='BySize'&&sum(!is.na(sampleIDs[,4]))!=nSamples) + stop('If you provide size factors, they should be present for all samples.') + if (normalization=='ByUpperQuantile'&&!is.na(parameters[7,2])) + uqProb=as.numeric(parameters[7,2]) + if (!is.na(parameters[8,1])&¶meters[8,1]=='No') + logTransform=F + if (!is.na(parameters[9,1])&&as.numeric(parameters[9,1])>=0) + logOffset=as.numeric(parameters[9,1]) + if (!is.na(parameters[10,1])) + statTest=parameters[10,1] + if (!is.na(parameters[11,1])) + dataImputation=tolower(as.character(parameters[11,1])) + if (!is.na(parameters[12,1])&¶meters[12,1]=='No') + visual=F + if (!is.na(parameters[13,1])) + volcanoP=tolower(as.character(parameters[13,1])) + if (!is.na(parameters[14,1])&¶meters[14,1]=='No') + hclustSamples=F + if (!is.na(parameters[15,1])&¶meters[15,1]=='No') + hclustFeatures=F + if (!is.na(parameters[16,1])&¶meters[16,1]=='Red and Green') + heatmapColors=colorRampPalette(c('green','black','red'))(256) + if (!is.na(parameters[16,1])&¶meters[16,1]=='Black and White') + heatmapColors=gray.colors(256,0,1) + if (!is.na(parameters[17,1])&¶meters[17,1]=='No') + pcaLabels=F + if (!is.na(parameters[18,1])&¶meters[18,1]=='No') + pcaEllipses=F + if (!is.na(parameters[19,1])&¶meters[19,1]=='No') + scaling=F + if (!is.na(parameters[20,1])) + featureType=tolower(parameters[20,1]) + if (!is.na(parameters[21,1])) + idType=tolower(parameters[21,1]) + if (!is.na(parameters[22,1])) + mseaDB=tolower(parameters[22,1]) + } +} else + stop('Parameter sheet is missing.') +if ('Comparisons' %in% sheetNames) { + dePairs=read.xlsx(inputFile,sheet='Comparisons',colNames=T,rowNames=F,cols=c(1:2)) + tempStr=unlist(dePairs) + if (sum(!(tempStr[!is.na(tempStr)] %in% sampleIDs[,1]))>0) + stop('Unknown group ID(s) in the Comparisons sheet.') + if (!is.null(dePairs)&&dim(dePairs)[1]>0) { + controlGroups=dePairs[!is.na(dePairs[,1])&is.na(dePairs[,2]),1] + dePairs=dePairs[!is.na(dePairs[,1])&!is.na(dePairs[,2]),1:2] + } +} +if ('Features' %in% sheetNames) { + tempFeatures=read.xlsx(inputFile,sheet='Features',colNames=T,rowNames=F,cols=c(1:2)) + if (!is.null(tempFeatures)&&dim(tempFeatures)[1]>0) { + interestedFeatures=tempFeatures[!is.na(tempFeatures[,1]),1] + excludedFeatures=tempFeatures[!is.na(tempFeatures[,2]),2] + } +} +#############################End Settings############################# + +#############################Begin Reading Data############################# +#Please read instructions in the data_template.xlsm and use the RawData sheet to hold your data. +#If the data are in the list format, in the excel sheet three columns will be read: feature ID in column 1, sample ID in column 2, and value in column 5. +#If the data are in the table format, in the excel sheet all columns will be read: feature ID in column 1, feature description in column 2 (optional), and sample values in the next columns. +message('Reading data ...') +if (dataFormat=='list') { + rawData=read.xlsx(inputFile,sheet='RawData',colNames=T)[,c(1,2,5)] +} else if (dataFormat=='table') { + data=read.xlsx(inputFile,sheet='RawData',colNames=T,rowNames=F) + featureDescription=NULL + rawData=reshape2::melt(data,id.vars=1) + rawData[,2]=as.character(rawData[,2]) + rawData[,3]=as.numeric(rawData[,3]) +} else if (dataFormat=='table with feature description') { + data=read.xlsx(inputFile,sheet='RawData',colNames=T,rowNames=F) + featureDescription=data[,1:2] + data=data[,-2] + rawData=reshape2::melt(data,id.vars=1) + rawData[,2]=as.character(rawData[,2]) + rawData[,3]=as.numeric(rawData[,3]) +} else { + stop('Only list and table are supported data formats. Check your Parameters sheet.') +} +colnames(rawData)=c('Feature','Sample','Value') +if (sum(is.na(rawData$Feature))>0) { + message('Empty feature IDs detected and lines removed. If you do not want to remove those lines please fix those IDs.') + rawData=rawData[!is.na(rawData$Feature),] +} +if (!is.null(excludedFeatures)) + rawData=rawData[!(rawData$Feature %in% excludedFeatures),] #If speficied, features are excluded. +rawData=rawData[!is.na(sampleIDs[rawData$Sample,1]),] #Samples with empty group IDs are excluded. +if (sum(is.na(rawData$Value))) + message('Missing values are detected.') +#rawData[is.na(rawData$Value),'Value']=0 +if(sum(rawData$Value<0,na.rm=T)&&(normalization!='No'||logTransform)) + stop('Negative value(s) are not allowed when you normalize or log-transform your data.') +#The following code is to generate automatic feature IDs in case they are not unique. +if (length(unique(rawData$Feature))*length(unique(rawData$Sample))!=dim(rawData)[1]) { + rowNames=rawData$Feature + ind=data.frame() + for (i in 1:dim(rawData)[1]) { + r=which(rownames(ind)==rawData$Feature[i]) + c=which(colnames(ind)==rawData$Sample[i]) + if (is.na(r==0||c==0)||is.na(ind[r,c])) { + + ind[rawData$Feature[i],rawData$Sample[i]]=1 + } else { + #Currently the auto-ID function is disabled so that problems caused by mistakes are not ignored. If preferred, comment the following line to enable this function. + stop(paste0('Duplicated feature or sample name(s) found at ',r,' : ',c,',. Please check your data.')) + rowNames[i]=paste0(rowNames[i],'.',ind[r,c]) + ind[r,c]=ind[r,c]+1 + } + } + rawData$Feature=rowNames #In case there are duplicated feature names, they are replaced by name.1, name.2, and so on. +} +rawData[,colnames(sampleIDs)]=sampleIDs[rawData$Sample,] +rawData=aggregate(Value~Feature+BatchID+GroupID+BiologicalReplicateID,FUN=mean,data=rawData) #Data are stored in a list. Technical replicates are averaged if present. +rawData$Sample=paste(rawData$BatchID,rawData$GroupID,rawData$BiologicalReplicateID,sep='_') +data=reshape2::dcast(rawData,Feature~BatchID+GroupID+BiologicalReplicateID,value.var='Value') #Data are also stored in a table with features in rows and samples in columns. +sampleIDs=unique(sampleIDs) +sampleIDs$ID=rownames(sampleIDs) +rownames(sampleIDs)=paste(sampleIDs$BatchID,sampleIDs$GroupID,sampleIDs$BiologicalReplicateID,sep='_') +rownames(data)=data[,1] +data=data[,-1] +data=as.matrix(data) +class(data)='numeric' +sampleIDs=sampleIDs[colnames(data),] +featureExpressed=(data>valueFilter) +nValueFilteredFeatures=sum(rowSums(featureExpressed,na.rm=T)>0) +#############################End Reading Data############################# + +wb = createWorkbook() +style1=createStyle(textDecoration='Bold') +style2=createStyle(textDecoration='Bold',wrapText=T) +addWorksheet(wb, 'Data') +addWorksheet(wb,'Visual') +addWorksheet(wb, 'Summary') +addWorksheet(wb, 'Group_Features') +addWorksheet(wb, 'Sample_Features') + +#############################Begin Sheet "Data"############################# +message('Writing the data sheet ...') +if (dataFormat=='table with feature description') { + rownames(featureDescription)=featureDescription[,1] + featureDescription=featureDescription[rownames(featureDescription)%in%rownames(data),] + featureDescription=featureDescription[rownames(data),-1] + writeData(wb,'Data',t(rbind(NA,sampleIDs)),rowNames=T,colNames=T,keepNA=F) + writeData(wb,'Data','',startRow=1,startCol=2) + writeData(wb,'Data',data.frame(Description=featureDescription,data,stringsAsFactors=F,check.names=F),startRow=7,rowNames=T,colNames=F) + writeData(wb,'Data','Description',startRow=6,startCol=2) + freezePane(wb,'Data',firstActiveRow=7,firstActiveCol=3) +} else { + writeData(wb,'Data',t(sampleIDs),rowNames=T,colNames=T) + writeData(wb,'Data',data,startRow=7,rowNames=T,colNames=F) + freezePane(wb,'Data',firstActiveRow=7,firstActiveCol=2) +} +nSamples=dim(data)[2] #Bug fixed on 8/5/19. +nFeatures=dim(data)[1] +groupID=as.factor(sampleIDs[,1]) +names(groupID)=rownames(sampleIDs) +groups=levels(groupID) +nGroups=length(groups) +repID=as.factor(sampleIDs[,2]) +names(repID)=rownames(sampleIDs) +batchID=as.factor(sampleIDs[,3]) +names(batchID)=rownames(sampleIDs) +formulaStr='value' +if (length(levels(groupID))>1) { + if (formulaStr=='value') + formulaStr=paste(formulaStr,'group',sep='~') + else + formulaStr=paste(formulaStr,'group',sep='+') +} +if (length(levels(repID))>1&&length(levels(repID))<nSamples) { + if (formulaStr=='value') + formulaStr=paste(formulaStr,'rep',sep='~') + else + formulaStr=paste(formulaStr,'rep',sep='+') +} +if (length(levels(batchID))>1) { + if (formulaStr=='value') + formulaStr=paste(formulaStr,'batch',sep='~') + else + formulaStr=paste(formulaStr,'batch',sep='+') +} +formulaForFitting=NULL +if (formulaStr!='value') + formulaForFitting=as.formula(formulaStr) +#############################End Sheet "Data"############################# + +#############################Begin Sheet "Transformed_Data"############################# +message ('Normalizing and transforming data ...') +#normData=rawData #Long-list Disabled on 3/18/2021. +sizeRatios=data #Wide-table +sizeRatios=sizeRatios[rowSums(sizeRatios,na.rm=T)!=0,] #All-zero rows are not used for normalization. + trTitle='Data' + if (normalization!='No') { + if (normalization=='RLE') { + sizeRatios[sizeRatios==0]=NA #Zero values are ignored. +# sizeRatios=sizeRatios/exp(rowMeans(log(sizeRatios),na.rm=T)) #Buggy: Each row is divided by its geometric mean. + sizeRatios=sweep(sizeRatios,1,exp(rowMeans(log(sizeRatios),na.rm=T)),'/') #Each row is divided by its geometric mean. + sizeFactors=colMedians(sizeRatios,na.rm=T) #Median of ratios within each sample is taken as its size factor. + sizeRatios=reshape2::melt(log2(sizeRatios),varnames=c('Feature','Sample'), value.name ='Value') + sizeRatios$Sample=as.character(sizeRatios$Sample) + sizeRatios[,colnames(sampleIDs)]=sampleIDs[sizeRatios$Sample,] + } + else { + if (normalization=='BySize') + sizeFactors=sampleIDs[,4] #If normalize by size, size factors are taken from the input file. Size factors can be e.g. cell counts, spike-in amount etc. + if (normalization=='ByMedian') #If normalize by median, the median feature value of each sample is taken as its size factor. + sizeFactors=colMedians(sizeRatios) + if (normalization=='ByUpperQuantile') #If normalize by upper quantile, the (uqProb*100)-th quantile value of each sample is taken as its size factor. uqProb is taken from the input file or defaults to 0.75 i.e. the upper quartile. + sizeFactors=colQuantiles(sizeRatios,probs=uqProb,na.rm=T) + if (normalization=='BySum') #If normalize by sum, the sum of feature values of each sample is taken as its size factor. + sizeFactors=colSums(sizeRatios,na.rm=T) + } + if (sum(sizeFactors==0)==0) { + sizeFactors=sizeFactors/median(sizeFactors) #To make all size factors close to 1 + data=sweep(data,2,sizeFactors,'/') #Raw data are normalized by the size factor per sample. A bug regarding this line is fixed. + names(sizeFactors)=colnames(data) +# normData$Value=normData$Value/sizeFactors[normData$Sample] #Disabled on 3/18/2021. + trTitle=paste0(normalization,'-normalized_',trTitle) + } + else { + message('Size factor(s)=0. No normalization is applied.') + normalization='No' + } + } + +# if (sum(data>valueFilter,na.rm=T)>0 && groupMeanLowerBound=='') + groupMeanLowerBound=min(data[!is.na(data)&data>valueFilter])/2 #Moved here from the overall report part on 3/15/2021. + +#Data imputation was moved here on 3/15/2021. + if (dataImputation!='no') { + data[data<=valueFilter]=NA + trTitle=paste0(dataImputation,'-imputed_',trTitle) + } + if (dataImputation=='value filter') + data[is.na(data)]=valueFilter + if (dataImputation=='mean') + tempData=rowMeans(data,na.rm=T) + if (dataImputation=='median') + tempData=rowMedians(data,na.rm=T) + if (dataImputation=='half minimum') { + tempData=rowMins(data,na.rm=T)/2 #If a row is all NAs, rowMins() returns Inf. + } + if (dataImputation=='mean' || dataImputation=='median' || dataImputation=='half minimum') { + logOffset=0 #Added on 3/15/2021. + tempData[tempData==Inf]=groupMeanLowerBound + tempData[is.nan(tempData)]=groupMeanLowerBound + tempData[is.na(tempData)]=groupMeanLowerBound + tempData=replicate(dim(data)[2],tempData) + data[is.na(data)]=tempData[is.na(data)] + } + + if (logTransform) { + if (logOffset=='') + logOffset=min(data[!is.na(data)&data>valueFilter])/2 #Added on 3/14/2021. + data=data+logOffset + if (sum(data<=0,na.rm=T)) + stop('Offset of log2-transformation is too small to make all values positive.') + data=log2(data) +# if (sum(data>valueFilter,na.rm=T)>0 && groupMeanLowerBound=='') + groupMeanLowerBound=log2(groupMeanLowerBound) #Added on 3/15/2021. + trTitle=paste0('Log2(x+',sprintf('%.2e',logOffset),')_',trTitle) + } + + if (trTitle=='Data') { + transformedData=NULL + } else { + transformedData=reshape2::melt(data,id.vars=1) + transformedData[,2]=as.character(transformedData[,2]) + transformedData[,3]=as.numeric(transformedData[,3]) + colnames(transformedData)=c('Feature','Sample','Value') + transformedData[,colnames(sampleIDs)]=sampleIDs[transformedData$Sample,] + } + + sheetName='Transformed_Data' + addWorksheet(wb, sheetName) + if (normalization!='No') { + sampleIDs=data.frame(sampleIDs[,1:4],SizeFactor=sizeFactors,ID=sampleIDs[,5]) + if (dataFormat=='table with feature description') { + writeData(wb,sheetName,t(rbind(NA,sampleIDs)),rowNames=T,colNames=T,keepNA=F) + writeData(wb,sheetName,'',startRow=1,startCol=2) + writeData(wb,sheetName,'Description',startRow=7,startCol=2) + writeData(wb,sheetName,data.frame(Description=featureDescription,data,stringsAsFactors=F,check.names=F),startRow=8,rowNames=T,colNames=F) + freezePane(wb,sheetName,firstActiveRow=8,firstActiveCol=3) + } else { + writeData(wb,sheetName,t(sampleIDs),rowNames=T,colNames=T) + writeData(wb,sheetName,data,startRow=8,rowNames=T,colNames=F) + freezePane(wb,sheetName,firstActiveRow=8,firstActiveCol=2) + } + } else { + if (dataFormat=='table with feature description') { + writeData(wb,sheetName,t(rbind(NA,sampleIDs)),rowNames=T,colNames=T,keepNA=F) + writeData(wb,sheetName,'',startRow=1,startCol=2) + writeData(wb,sheetName,data.frame(Description=featureDescription,data,stringsAsFactors=F,check.names=F),startRow=7,rowNames=T,colNames=F) + writeData(wb,sheetName,'Description',startRow=6,startCol=2) + freezePane(wb,sheetName,firstActiveRow=7,firstActiveCol=3) + } else { + writeData(wb,sheetName,t(sampleIDs),rowNames=T,colNames=T) + writeData(wb,sheetName,data,startRow=7,rowNames=T,colNames=F) + freezePane(wb,sheetName,firstActiveRow=7,firstActiveCol=2) + } + } + writeData(wb,sheetName,trTitle,startRow=1,startCol=1) +#############################End Sheet "Transformed_Data"############################# + +#############################Begin Sheet "Selected_Features"############################# +message ('Writing the selected features sheet ...') +nSelectedFeatures=0 +if (length(interestedFeatures)>0) { + selectedFeatures=rownames(data) %in% interestedFeatures + nSelectedFeatures=sum(selectedFeatures) +} +if (nSelectedFeatures>0) { + if (dataFormat=='table with feature description') { + report=data.frame(Description=featureDescription,data,stringsAsFactors=F,check.names=F)[selectedFeatures,] + } else { + report=data.frame(data,stringsAsFactors=F,check.names=F)[selectedFeatures,] + } + addWorksheet(wb, 'Selected_Features') + writeData(wb,'Selected_Features',report,rowNames=T) + writeData(wb,'Selected_Features','Feature') + addStyle(wb,'Selected_Features',style2,rows=1,cols=1:200) + + if (featureType=='lipid') + lipid=T + else + lipid=F + if (file.exists(file.path(mseaPath,paste0(mseaDB,'_ORA')))&&!rlang::is_empty(dir(file.path(mseaPath,'ORA')))) { + stop('ORA folder is not empty.') + } else if (mseaDB!='no') { + dir.create(file.path(mseaPath,paste0(mseaDB,'_ORA')),recursive=T) + MetaboAnalyst_ORA(file.path(mseaPath,paste0(mseaDB,'_ORA'),'ORA'),rownames(data)[selectedFeatures],idType=idType,dbType=mseaDB,lipid=lipid) + } +} +#############################End Sheet "Selected_Features"############################# + +#############################Begin Sheet "Visual"############################# +if (visual) { +message ('Generating figures ...') +options(warn=-1) +plotID=0 +plotTypes=c('raw') +if (logTransform) + plotTypes=c(plotTypes,'log2') +if (!is.null(transformedData)) + plotTypes=c(plotTypes,'transformed') +if (nSelectedFeatures>0) + plotTypes=c(plotTypes,paste0(plotTypes,'_features')) +if (normalization=='RLE') + plotTypes=c(plotTypes,'sizes') +for (plotType in plotTypes) { + if (grepl('sizes',plotType)) { + plotData=sizeRatios + titleText='Log2 of RLE Size Ratios' + } else if (grepl('transformed',plotType)) { + plotData=transformedData + titleText='Transformed Data' + } else { + plotData=rawData + titleText='Raw Data' + } + if (grepl('log2',plotType)) { + plotData$Value=log2(plotData$Value+logOffset) + titleText=paste0('Log2(x+',sprintf('%.2e',logOffset),') of ',titleText) + } + if (grepl('features',plotType)) { + plotData=plotData[plotData$Feature %in% interestedFeatures,] + titleText=paste0(titleText,' (Selected Features Only)') + } + if (sum(!is.na(plotData$Feature))==0) + next + tempData=reshape2::dcast(plotData,Feature~Sample,value.var='Value') #Table format of the plotData. + rownames(tempData)=tempData[,1] + tempData=as.matrix(tempData[,-1]) + nonZeroFeatures=rownames(tempData)[rowSums(tempData,na.rm=T)!=0] + if (length(nonZeroFeatures)>0) { + plotData=plotData[plotData$Feature %in% nonZeroFeatures,] #All-zero features are excluded from visualization. + plotFile=file.path(figuresPath,paste0(plotType,'.ps')) + plotFile2=file.path(figuresPath,paste0(plotType,'.png')) + p1=ggplot(plotData, aes(x=Sample, y=Value, color=GroupID))+geom_violin(color='black')+geom_jitter(position=position_jitter(0.2),size=0.5)+geom_boxplot(color='black',outlier.size=-1,width=0.1)+facet_grid(.~BatchID,scales='free_x',space='free_x')+theme(axis.text.x = element_text(angle = 90, hjust = 1),legend.position = "none")+ggtitle(paste0('Violin-Boxplot of ',titleText)) + p2=ggplot(plotData,aes(x=Value,color=GroupID))+geom_histogram(bins=20)+facet_grid(.~BatchID+Sample)+ggtitle(paste0('Histogram of ',titleText))+theme(strip.text.x = element_text(),axis.text.x = element_text(angle = 90, hjust = 1),legend.position = "none") + statsData=reshape2::melt(do.call(data.frame,aggregate(Value~Sample,FUN=function(x) c(Median=median(x),Sum=sum(x)),data=plotData)),id.vars='Sample') + colnames(statsData)=c('Sample','Stat','Value') + statsData$Sample=as.character(statsData$Sample) + statsData$GroupID=sampleIDs[statsData$Sample,1] + statsData$BatchID=sampleIDs[statsData$Sample,3] + p3=ggplot(statsData,aes(x=Sample,y=Value,color=GroupID))+geom_bar(stat='identity')+facet_grid(Stat~BatchID,scales='free',space='free_x')+theme(axis.text.x = element_text(angle = 90, hjust = 1),legend.position = "none")+ggtitle(paste0('Statistics of ',titleText)) + p=plot_grid(p1,p2,align='v',axis='tblr',nrow=2,rel_heights = c(3/5, 2/5)) + p=plot_grid(p,p3,ncol=2,rel_widths=c(3/4,1/4)) + ggsave(plotFile,plot=p,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) + ggsave(plotFile2,plot=p,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) + insertImage(wb,'Visual',plotFile2, width=dim(data)[2], height=8, unit='in',startRow=plotID*45+1,startCol=1) + plotID=plotID+1 + tempData[is.na(tempData)|tempData==-Inf]=groupMeanLowerBound #Clustering doesn't work with NAs/Infs. Added on 3/16/2021. + tempData=tempData[apply(tempData,1,sd)>0,] #Scaling doesn't work with zero-sd rows. Added on 3/16/2021. + if (!is.null(dim(tempData))) + if (dim(tempData)[1]>1) { + plotFile=file.path(figuresPath,paste0(plotType,'_heatmap.ps')) + plotFile2=file.path(figuresPath,paste0(plotType,'_heatmap.png')) + p=pheatmap(tempData,main=paste0('Heatmap of ',titleText),border_color=NA,show_rownames=grepl('features',plotType),treeheight_row=0,annotation_col=sampleIDs[colnames(tempData),c('BatchID','GroupID')],annotation_legend=T,na_col='gray',scale=ifelse(scaling,'row','none'),col=heatmapColors,cluster_rows=hclustFeatures,cluster_cols=hclustSamples,fontsize=20) + ggsave(plotFile,plot=p$gtable,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) + ggsave(plotFile2,plot=p$gtable,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) + insertImage(wb,'Visual',plotFile2, width=min(50,max(dim(data)[2]/3,4)), height=8, unit='in',startRow=plotID*45+1,startCol=1) +# plotFile=file.path(figuresPath,paste0(plotType,'_scaled_heatmap.ps')) +# plotFile2=file.path(figuresPath,paste0(plotType,'_scaled_heatmap.png')) +# p=pheatmap(tempData,main=paste0('Scaled Heatmap of ',titleText),border_color=NA,show_rownames=grepl('features',plotType),treeheight_row=0,annotation_col=sampleIDs[colnames(tempData),c('BatchID','GroupID')],annotation_legend=T,na_col='gray',scale='row',col=heatmapColors,cluster_rows=hclustFeatures,cluster_cols=hclustSamples) +# ggsave(plotFile,plot=p$gtable,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) +# ggsave(plotFile2,plot=p$gtable,width=min(50,max(dim(data)[2],12)),height=8,units='in',limitsize=F) +# insertImage(wb,'Visual',plotFile2, width=min(50,max(dim(data)[2]/3,4)), height=8, unit='in',startRow=plotID*45+1,startCol=ceiling(max(dim(data)[2]/3,4)*2)) + plotFile=file.path(figuresPath,paste0(plotType,'_pca_cor.ps')) + plotFile2=file.path(figuresPath,paste0(plotType,'_pca_cor.png')) + pcaRes=prcomp(t(tempData),center=scaling,scale.=scaling) + plotData=data.frame(pcaRes$x,sampleIDs) + pcaRes=summary(pcaRes) + p1=ggplot(plotData,aes(x=PC1,y=PC2,color=GroupID))+geom_point(aes(shape=BatchID))+ggtitle(paste0('PCA of ',titleText))+theme_light()+xlab(paste0('PC1 (',sprintf('%.2f',pcaRes$importance[2,1]*100),'%)'))+ylab(paste0('PC2 (',sprintf('%.2f',pcaRes$importance[2,2]*100),'%)')) + if (pcaLabels) + p1=p1+geom_text(aes(label=rownames(plotData),vjust = "inward", hjust = "inward")) + if (pcaEllipses) + p1=p1+stat_ellipse(type="norm") + if (dim(tempData)[1]>2) + pMat=cor_pmat(tempData) + else + pMat=NULL + if (sum(is.na(cor(tempData)))>0) + hClust=F + else + hClust=T + if (scaling) + tempData=as.data.frame(t(scale(t(tempData)))) #Added on 3/17/2021. + p2=ggcorrplot(cor(tempData), hc.order = hClust, outline.col = "white",p.mat=pMat)+ggtitle(paste0('Pearson Correlation of ',titleText)) + p=plot_grid(p1,p2,ncol=2,rel_widths=c(1/3,2/3)) +# p2=ggpairs(as.data.frame(tempData),lower=list(continuous='smooth'),title=paste0('Scatter Plot of ',titleText)) +# p=plot_grid(p1,ggmatrix_gtable(p2),ncol=2,rel_widths=c(1/3,2/3)) + ggsave(plotFile,plot=p,width=min(50,max(dim(data)[2]*2,16)),height=8,units='in',limitsize=F) + ggsave(plotFile2,plot=p,width=min(50,max(dim(data)[2]*2,16)),height=8,units='in',limitsize=F) + insertImage(wb,'Visual',plotFile2, width=min(50,max(dim(data)[2]*2,16)), height=8, unit='in',startRow=plotID*45+1,startCol=ceiling(max(dim(data)[2]/3,4)*2)) + plotID=plotID+1 + } + } +} +} #End if (visual) +options(warn=0) +#############################End Sheet "Visual"############################# + +#############################Begin Sheet "Summary"############################# +message('Writing the overall summary sheet ...') +report=matrix(nrow=23,ncol=1) +colnames(report)='Value' +rownames(report)=c('Samples','Groups','Features','Value-filtered features','Value filter','Count filter','Group mean lower-bound','Adjusted p-value cutoff','Fold change cutoff','Normalization','Log2 transformation','Offset of log2 transformation','Statistical test method','Data imputation method','Formula for statistical model','Visualization','Y axis for volcano plot','Clustering samples','Clustering features','Scaling features','Feature type','Feature ID type','MSEA DB') +report[1]=nSamples +report[2]=nGroups +report[3]=nFeatures +report[4]=nValueFilteredFeatures +report[5]=valueFilter +report[6]=groupCountFilter +report[7]=groupMeanLowerBound +if (logTransform) { + report[7]=paste0('log2(',2^groupMeanLowerBound,')=',groupMeanLowerBound) #Added on 3/15/2021. +} else { + report[7]=groupMeanLowerBound +} +report[8]=paste(pCutoffs,collapse=',') +report[9]=paste(fcCutoffs,collapse=',') +if (normalization=='No') { + report[10]='no' +} else { + report[10]=normalization +} +if (normalization=='ByUpperQuantile') + report[10]=paste0(report[10],'-',uqProb*100,'%') +if (logTransform) { + report[11]='yes' +} else { + report[11]='no' +} +report[12]=logOffset +report[13]=statTest +report[14]=dataImputation +report[15]=formulaStr +if (visual) { + report[16]='yes' +} else { + report[16]='no' +} +report[17]=volcanoP +if (hclustSamples) { + report[18]='yes' +} else { + report[18]='no' +} +if (hclustFeatures) { + report[19]='yes' +} else { + report[19]='no' +} +if (scaling) { + report[20]='yes' +} else { + report[20]='no' +} +report[21]=featureType +report[22]=idType +report[23]=mseaDB +writeData(wb,'Summary',report,rowNames=T,borders='surrounding') +writeData(wb,'Summary',version) +writeComment(wb,'Summary',2,2,createComment('Total number of samples',visible=F)) +writeComment(wb,'Summary',2,3,createComment('Total number of groups',visible=F)) +writeComment(wb,'Summary',2,4,createComment('Total number of features e.g. metabolites, proteins, etc.',visible=F)) +writeComment(wb,'Summary',2,5,createComment('Total number of features with at least one sample that\'s greater than the cutoff; these features are considered \"expressed\"',visible=F)) +writeComment(wb,'Summary',2,6,createComment('Feature value cutoff; only feature values greater than this number are considered \"expressed\"',visible=F)) +writeComment(wb,'Summary',2,7,createComment('Within-group count cutoff; only features expressed by more than this number of replicates in a group will be included for comparisons',visible=F)) +writeComment(wb,'Summary',2,8,createComment('Group mean values less than this number will be replaced by it',visible=F)) +writeComment(wb,'Summary',2,9,createComment('Adjusted p-values less than this number will be considered significant',visible=F)) +writeComment(wb,'Summary',2,10,createComment('Fold changes greater than this number will be considered significant',visible=F)) +writeComment(wb,'Summary',2,11,createComment('If Yes, non-zero values are used to calculate a geometric mean per feature, feature values are divided by the geometric mean to obtain ratios, and the median of such ratios per sample is used as an estimation of the size factor per sample. Feature values in a sample are divided by this sample-specific size factor.',visible=F)) +writeComment(wb,'Summary',2,12,createComment('If yes, data are log2-transformed with or without an offset.',visible=F)) +writeComment(wb,'Summary',2,13,createComment('If >0, data=data+offset before the log2-transformation, otherwise only the positive values are log2-transformed but zeros are unchanged.',visible=F)) +writeComment(wb,'Summary',2,14,createComment('Statistical test method.',visible=F)) +writeComment(wb,'Summary',2,15,createComment('Data imputation method.',visible=F)) +writeComment(wb,'Summary',2,16,createComment('Formula for the statistical model such as cpglm, glm etc..',visible=F)) +writeComment(wb,'Summary',2,17,createComment('If yes, figures are saved in the result file as well as in a Figure folder.',visible=F)) +writeComment(wb,'Summary',2,18,createComment('Y axis used for the volcano plot.',visible=F)) +writeComment(wb,'Summary',2,19,createComment('If yes, samples on the heatmaps are hierarchical-clustered.',visible=F)) +writeComment(wb,'Summary',2,20,createComment('If yes, features on the heatmaps are hierarchical-clustered.',visible=F)) +writeComment(wb,'Summary',2,21,createComment('If yes, features on the heatmap, PCA, and correlation plots are scaled so that each feature has mean=0 and SD=1.',visible=F)) +writeComment(wb,'Summary',2,22,createComment('Feature type. If lipid, a pie chart will be created by the MSEA analysis besides the bar and dot plots.',visible=F)) +writeComment(wb,'Summary',2,23,createComment('Feature ID type. It is the type of the first column of the data table.',visible=F)) +writeComment(wb,'Summary',2,24,createComment('Metabolite Set Enrichment Analysis database. See https://www.metaboanalyst.ca/resources/data/5_Enrichment%20Analysis.pdf for details.',visible=F)) + +report=matrix(nrow=nGroups,ncol=2) +colnames(report)=c('Samples','Value-count-filtered features') +rownames(report)=groups +sumGroupCount=matrix(nrow=nFeatures,ncol=nGroups) +colnames(sumGroupCount)=groups +for (i in 1:nGroups) { + groupCount=featureExpressed[,groupID==groups[i],drop=F] + sumGroupCount[,i]=rowSums(groupCount,na.rm=T)>=groupCountFilter + report[groups[i],1]=dim(groupCount)[2] + report[groups[i],2]=sum(sumGroupCount[,i]) + groupCount[is.na(groupCount)]=F + if (visual&sum(groupID==groups[i])<=6) { + ggsave(file.path(figuresPath,paste0('euler_',i,'.ps')),plot=plot(euler(groupCount),quantities=T,col=colors[1:dim(groupCount)[2]],fill=F,fill_opacity=0.7,legend=T)) + ggsave(file.path(figuresPath,paste0('euler_',i,'.png')),plot=plot(euler(groupCount),quantities=T,col=colors[1:dim(groupCount)[2]],fill=F,fill_opacity=0.7,legend=T)) + } +} +if (visual&nGroups<=6) { + ggsave(file.path(figuresPath,'euler_all.ps'),plot=plot(euler(sumGroupCount),quantities=T,col=colors[1:nGroups],fill=F,fill_opacity=0.7,legend=T)) + ggsave(file.path(figuresPath,'euler_all.png'),plot=plot(euler(sumGroupCount),quantities=T,col=colors[1:nGroups],fill=F,fill_opacity=0.7,legend=T)) +} +writeData(wb,'Summary',report,rowNames=T,startCol=5,borders='surrounding') +writeData(wb,'Summary','Group',startCol=5) +writeComment(wb,'Summary',5,1,createComment('Group name; a group is a set of replicates to be used in a statistical comparison',visible=F)) +writeComment(wb,'Summary',6,1,createComment('Number of replicates in a group',visible=F)) +writeComment(wb,'Summary',7,1,createComment('Number of features that pass both the value and the within-group count filters',visible=F)) + +report=matrix(nrow=nSamples,ncol=1) +colnames(report)='Value-filtered features' +rownames(report)=colnames(data) +for (i in 1:nSamples) + report[i]=sum(featureExpressed[,i],na.rm=T) +writeData(wb,'Summary',report,rowNames=T,startCol=10,borders='surrounding') +writeData(wb,'Summary','Sample',startCol=10) +writeComment(wb,'Summary',10,1,createComment('Sample name',visible=F)) +writeComment(wb,'Summary',11,1,createComment('Number of features that pass the value filter',visible=F)) +addStyle(wb,'Summary',style1,rows=1,cols=1:100) +setColWidths(wb,'Summary',1:100,widths='auto') +freezePane(wb,'Summary',firstActiveRow=2) + +if (visual) { + if (nGroups<=6) + insertImage(wb,'Summary',file.path(figuresPath,'euler_all.png'),width=4,height=4,unit='in',startRow=nSamples+4,startCol=7) + for (i in 1:nGroups) { + if (sum(groupID==groups[i])<=6) + insertImage(wb,'Summary',file.path(figuresPath,paste0('euler_',i,'.png')),width=4,height=4,unit='in',startRow=nSamples+4+i*20,startCol=7) + } +} + +#############################End Sheet "Summary"############################# + +#############################Begin Sheet "Group_Features"############################# +message('Writing the group features sheet ...') +report=matrix(nrow=nFeatures,ncol=nGroups) +colnames(report)=groups +rownames(report)=rownames(data) +for (i in groups) + report[,i]=rowSums(featureExpressed[,groupID==i,drop=F],na.rm=T) +groupExpressed=report>=groupCountFilter +if (dataFormat=='table with feature description') { + report=data.frame(Description=featureDescription,Groups=rowSums(groupExpressed),report,stringsAsFactors=F,check.names=F) + freezePane(wb,'Group_Features',firstActiveRow=2,firstActiveCol=3) +} else { + report=data.frame(Groups=rowSums(groupExpressed),report,stringsAsFactors=F,check.names=F) + freezePane(wb,'Group_Features',firstActiveRow=2,firstActiveCol=2) +} +writeData(wb,'Group_Features',report,rowNames=T) +writeData(wb,'Group_Features','Feature') +writeComment(wb,'Group_Features',1,1,createComment('Feature name',visible=F)) +writeComment(wb,'Group_Features',2,1,createComment('Each cell in this column tells the number of groups that pass the count filter for a specific feature',visible=F)) +writeComment(wb,'Group_Features',3,1,createComment('Each cell in this or the succeeding columns tells the number of replicates in a group that pass the value filter for a specific feature',visible=F)) +addStyle(wb,'Group_Features',style2,rows=1,cols=1:100) +if (nSelectedFeatures>0) { + report=report[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=nSelectedFeatures+4) + writeData(wb,'Selected_Features','Feature',startRow=nSelectedFeatures+4) + addStyle(wb,'Selected_Features',style2,rows=nSelectedFeatures+4,cols=1:200) +} +#############################End Sheet "Group_Features"############################# + +#############################Begin Sheet "Sample_Features"############################# +message('Writing the sample features sheet ...') +report=featureExpressed +class(report)='integer' +if (dataFormat=='table with feature description') { + report=data.frame(Description=featureDescription,Samples=rowSums(featureExpressed),report,stringsAsFactors=F,check.names=F) + freezePane(wb,'Sample_Features',firstActiveRow=2,firstActiveCol=3) +} else { + report=data.frame(Samples=rowSums(featureExpressed),report,stringsAsFactors=F,check.names=F) + freezePane(wb,'Sample_Features',firstActiveRow=2,firstActiveCol=2) +} +writeData(wb,'Sample_Features',report,rowNames=T) +writeData(wb,'Sample_Features','Feature') +writeComment(wb,'Sample_Features',1,1,createComment('Feature name',visible=F)) +writeComment(wb,'Sample_Features',2,1,createComment('Each cell in this column tells the number of samples that pass the value filter for a specific feature',visible=F)) +writeComment(wb,'Sample_Features',3,1,createComment('Each cell in this or the succeeding columns tells whether the value passes the value filter for a specific feature; 1 means yes and 0 means no',visible=F)) +addStyle(wb,'Sample_Features',style2,rows=1,cols=1:200) +if (nSelectedFeatures>0) { + report=report[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=2*nSelectedFeatures+7) + writeData(wb,'Selected_Features','Feature',startRow=2*nSelectedFeatures+7) + addStyle(wb,'Selected_Features',style2,rows=2*nSelectedFeatures+7,cols=1:200) +} +#############################End Sheet "Sample_Features"############################# + +comparisonsSummary=matrix(nrow=0,ncol=11) +colnames(comparisonsSummary)=c('Control','Treatment','Control_Only','Treatment_Only','Absent_in_Both','Present_in_Both','Up_in_Treatment','Down_in_Treatment','Significant','Adjusted_p_Cutoff','FC_Cutoff') + +#############################Begin Sheet "Control_vs_Others"############################# +message ('Writing the differential expression result for control vs. other groups ...') +nControls=length(controlGroups) +if (nControls>0) { + for (k in 1:nControls) { + report=matrix(NA,nrow=nFeatures,ncol=(nGroups-1)*6+2) + controlGroup=controlGroups[k] + treatGroups=groups[groups!=controlGroup] + group=C(groupID,base=which(rownames(contrasts(groupID))==controlGroup)) + colnames(contrasts(group))=rownames(contrasts(group))[rownames(contrasts(group))!=controlGroup] + if (logTransform) + tempStr=c('_log2_Mean','_log2_Adjusted_Mean') + else + tempStr=c('_Mean','_Adjusted_Mean') + colnames(report)=c(paste0(controlGroup,tempStr),as.vector(t(outer(treatGroups,c(tempStr,'_log2_FC','_FC','_p_Value','_Adjusted_p'),paste0)))) + rownames(report)=rownames(data) + for (i in 1:nFeatures) { + group1=data[i,groupID==controlGroup] + if (sum(!is.na(group1))==0) + group1=rep(groupMeanLowerBound,length(group1)) + if(sum(!is.na(group1))==1) + sd1=0 + else + sd1=sd(group1,na.rm=T) + report[i,1]=mean(group1,na.rm=T) + report[i,2]=report[i,1] + if (report[i,2]<groupMeanLowerBound) + report[i,2]=groupMeanLowerBound + for (j in 1:(nGroups-1)) { + group2=data[i,groupID==treatGroups[j]] + if (sum(!is.na(group2))==0) + group2=rep(groupMeanLowerBound,length(group2)) + if(sum(!is.na(group2))==1) + sd2=0 + else + sd2=sd(group2,na.rm=T) + report[i,(j-1)*6+3]=mean(group2,na.rm=T) + report[i,(j-1)*6+4]=report[i,(j-1)*6+3] + if (report[i,(j-1)*6+4]<groupMeanLowerBound) + report[i,(j-1)*6+4]=groupMeanLowerBound + if (logTransform) + report[i,(j-1)*6+5]=report[i,(j-1)*6+4]-report[i,2] #Log2 FC + else + report[i,(j-1)*6+5]=log2(report[i,(j-1)*6+4]/report[i,2]) #Log2 FC + report[i,(j-1)*6+6]=2^report[i,(j-1)*6+5] + if ((groupExpressed[i,controlGroup] || groupExpressed[i,treatGroups[j]])) + if (statTest=='t-test') { + if (sd1==0&&sd2!=0) + report[i,(j-1)*6+7]=t.test(group2,mu=mean(group1,na.rm=T))$p.value + else if (sd1!=0&&sd2==0) + report[i,(j-1)*6+7]=t.test(group1,mu=mean(group2,na.rm=T))$p.value + else if (sd1!=0&&sd2!=0) + report[i,(j-1)*6+7]=t.test(group1,group2)$p.value + } else if (statTest=='cpglm-glm') { + testData=list(value=data[i,],group=group,rep=repID,batch=batchID) + fit=try(cpglm(formulaForFitting,data=testData,link='identity'),silent=T) + if (class(fit)=='cpglm'&&fit$converged) + coefTable=try(coef(summary(fit),silent=T)) + if (class(fit)=='cpglm'&&fit$converged&&class(coefTable)!='try-error') { + rowName=paste0("group",treatGroups[j]) + if (rowName %in% rownames(coefTable)) + report[i,(j-1)*6+7]=coefTable[rowName,4] + } else { + fit=try(glm(formulaForFitting,data=testData,family=gaussian(link='identity')),silent=T) + if (class(fit)=='glm'&&fit$converged) { + rowName=paste0("group",treatGroups[j]) + coefTable=coef(summary(fit)) + if (rowName %in% rownames(coefTable)) + report[i,(j-1)*6+7]=coefTable[rowName,4] + } + } + } else if (statTest=='glm') { + testData=list(value=data[i,],group=group,rep=repID,batch=batchID) + fit=try(glm(formulaForFitting,data=testData,family=gaussian(link='identity')),silent=T) + if (class(fit)=='glm'&&fit$converged) { + rowName=paste0("group",treatGroups[j]) + coefTable=coef(summary(fit)) + if (rowName %in% rownames(coefTable)) + report[i,(j-1)*6+7]=coefTable[rowName,4] + } + } + + } + } + for (j in 1:(nGroups-1)) + report[,(j-1)*6+8]=p.adjust(report[,(j-1)*6+7],method='fdr') + report=data.frame(report,data[,groupID==controlGroup,drop=F],stringsAsFactors=F,check.names=F) + for (j in 1:(nGroups-1)) + report=data.frame(report,data[,groupID==treatGroups[j],drop=F],stringsAsFactors=F,check.names=F) + sheet = addWorksheet(wb, paste0(controlGroup,'_vs_Others')) + if (dataFormat=='table with feature description') { + writeData(wb,sheet,data.frame(Description=featureDescription,report),rowNames=T,keepNA=F) + writeData(wb,sheet,'Feature') + freezePane(wb,sheet,firstActiveRow=2,firstActiveCol=3) + } else { + writeData(wb,sheet,report,rowNames=T,keepNA=F) + writeData(wb,sheet,'Feature') + freezePane(wb,sheet,firstActiveRow=2,firstActiveCol=2) + } + addStyle(wb,sheet,style2,rows=1,cols=1:200) + for (j in 1:(nGroups-1)) { + expressed1=groupExpressed[,controlGroup] + expressed2=groupExpressed[,treatGroups[j]] + fc=report[,(j-1)*6+6] + rfc=1/fc + pRaw=report[,(j-1)*6+7] + p=report[,(j-1)*6+8] + for (pc in pCutoffs) + for (fcc in fcCutoffs) + comparisonsSummary=rbind(comparisonsSummary,c(controlGroup,treatGroups[j],sum(expressed1&!expressed2),sum(!expressed1&expressed2),sum(!expressed1&!expressed2),sum(expressed1&expressed2),sum(!is.na(p)&fc>fcc&p<pc),sum(!is.na(p)&rfc>fcc&p<pc),sum(!is.na(p)&(fc>fcc|rfc>fcc)&p<pc),pc,fcc)) + if (grepl('raw',volcanoP)) + tempData=data.frame(log2(fc),-log(pRaw,10),F) + else + tempData=data.frame(log2(fc),-log(p,10),F) + rownames(tempData)=rownames(report) + tempData=tempData[rowSums(is.na(tempData))==0,] + colnames(tempData)=c('x','y','Selected') + options(warn=-1) + if (visual) { + plotType='volcano' + plotTitle=paste0('Volcano Plot of ',controlGroup,' vs. ',treatGroups[j]) + if (nSelectedFeatures>0) + tempData[,'Selected']=rownames(tempData) %in% interestedFeatures + else + tempData$Selected=F + p1=ggplot(data.frame(tempData),aes(x=x,y=y,color=Selected))+scale_color_manual(values=c('black','blue'))+geom_point()+geom_text(aes(label=ifelse(Selected,rownames(tempData),'')),hjust=0, vjust=0)+xlab('Log2(FC)')+ylab(paste0('-Log10(',volcanoP,')'))+ggtitle(plotTitle)+theme(legend.position="none") + for (pc in pCutoffs) { + p1=p1+geom_hline(yintercept=-log(pc,10),linetype="dashed",color = "blue",size=0.2) + for (fcc in fcCutoffs) { + p1=p1+geom_vline(xintercept=log2(fcc),linetype="dashed",color = "blue",size=0.2) + p1=p1+geom_vline(xintercept=-log2(fcc),linetype="dashed",color = "blue",size=0.2) + } + } + plotFile=file.path(figuresPath,paste0(controlGroup,'_vs_',treatGroups[j],'_',plotType,'.ps')) + plotFile2=file.path(figuresPath,paste0(controlGroup,'_vs_',treatGroups[j],'_',plotType,'.png')) + ggsave(plotFile,plot=p1,width=7,height=7,units='in') + ggsave(plotFile2,plot=p1,width=7,height=7,units='in') + insertImage(wb,'Visual',plotFile2, width=7, height=7, unit='in',startRow=plotID*45+1,startCol=(j-1)*13+1) + } + } + if (visual) + plotID=plotID+1 + options(warn=0) + if (nSelectedFeatures>0) { + if (dataFormat=='table with feature description') { + report=data.frame(Description=featureDescription,report,stringsAsFactors=F,check.names=F)[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=(k+2)*(nSelectedFeatures+3)+1,keepNA=F) + writeData(wb,'Selected_Features','Feature',startRow=(k+2)*(nSelectedFeatures+3)+1) + addStyle(wb,'Selected_Features',style2,rows=(k+2)*(nSelectedFeatures+3)+1,cols=1:200) + } else { + report=report[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=(k+2)*(nSelectedFeatures+3)+1,keepNA=F) + writeData(wb,'Selected_Features','Feature',startRow=(k+2)*(nSelectedFeatures+3)+1) + addStyle(wb,'Selected_Features',style2,rows=(k+2)*(nSelectedFeatures+3)+1,cols=1:200) + } + } + } + + for (j in 1:(nGroups-1)) { + if (file.exists(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroups[j])))&&!rlang::is_empty(dir(file.path(mseaPath,'QEA',paste0(controlGroup,'_vs_',treatGroups[j]))))) { + stop('QEA folder is not empty.') + } else if (mseaDB!='no') { + dir.create(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroups[j])),recursive=T) + temp=rbind(groupID,data) + temp=temp[,groupID==controlGroup|groupID==treatGroups[j]] + write.csv(temp,file='temp.csv',quote=T) + if (featureType=='lipid') + lipid=T + else + lipid=F + MetaboAnalyst_QEA(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroups[j]),'QEA'),'temp.csv',idType=idType,dbType=mseaDB,lipid=lipid) + unlink('temp.csv') + } + } +} +#############################End Sheet "Control_vs_Others"############################# + +#############################Begin Sheet "DE_Comparisons"############################# +message ('Writing the differential expression results for groups ...') +nComparisons=dim(dePairs)[1] +if (nComparisons>0) { + for (k in 1:nComparisons) { + report=matrix(NA,nrow=nFeatures,ncol=8) + controlGroup=dePairs[k,1] + treatGroup=dePairs[k,2] + group=C(groupID,base=which(rownames(contrasts(groupID))==controlGroup)) + colnames(contrasts(group))=rownames(contrasts(group))[rownames(contrasts(group))!=controlGroup] + if (logTransform) + tempStr=c('_log2_Mean','_log2_Adjusted_Mean') + else + tempStr=c('_Mean','_Adjusted_Mean') + colnames(report)=c(paste0(controlGroup,tempStr),paste0(treatGroup,tempStr),paste0(paste0(treatGroup,'_/_',controlGroup),c('_log2_FC','_FC','_p_Value','_Adjusted_p'))) + rownames(report)=rownames(data) + for (i in 1:nFeatures) { + group1=data[i,groupID==controlGroup] + if (sum(!is.na(group1))==0) + group1=rep(groupMeanLowerBound,length(group1)) + if(sum(!is.na(group1))==1) + sd1=0 + else + sd1=sd(group1,na.rm=T) + report[i,1]=mean(group1,na.rm=T) + report[i,2]=report[i,1] + if (report[i,2]<groupMeanLowerBound) + report[i,2]=groupMeanLowerBound + group2=data[i,groupID==treatGroup] + if (sum(!is.na(group2))==0) + group2=rep(groupMeanLowerBound,length(group2)) + if(sum(!is.na(group2))==1) + sd2=0 + else + sd2=sd(group2,na.rm=T) + report[i,3]=mean(group2,na.rm=T) + report[i,4]=report[i,3] + if (report[i,4]<groupMeanLowerBound) + report[i,4]=groupMeanLowerBound + if (logTransform) + report[i,5]=report[i,4]-report[i,2] + else + report[i,5]=log2(report[i,4]/report[i,2]) + report[i,6]=2^report[i,5] + if ((groupExpressed[i,controlGroup] || groupExpressed[i,treatGroup])) + if (statTest=='t-test') { + if (sd1==0&&sd2!=0) + report[i,7]=t.test(group2,mu=mean(group1,na.rm=T))$p.value + else if (sd1!=0&&sd2==0) + report[i,7]=t.test(group1,mu=mean(group2,na.rm=T))$p.value + else if (sd1!=0&&sd2!=0) + report[i,7]=t.test(group1,group2)$p.value + } else if (statTest=='cpglm-glm') { + testData=list(value=data[i,],group=group,rep=repID,batch=batchID) + fit=try(cpglm(formulaForFitting,data=testData,link='identity'),silent=T) + if (class(fit)=='cpglm'&&fit$converged) + coefTable=try(coef(summary(fit)),silent=T) + if (class(fit)=='cpglm'&&fit$converged&&class(coefTable)!='try-error') { + rowName=paste0("group",treatGroup) + if (rowName %in% rownames(coefTable)) + report[i,7]=coefTable[rowName,4] + } else { + fit=try(glm(formulaForFitting,data=testData,family=gaussian(link='identity')),silent=T) + if (class(fit)=='glm'&&fit$converged) { + rowName=paste0("group",treatGroup) + coefTable=coef(summary(fit)) + if (exists('coefTable')&&rowName %in% rownames(coefTable)) + report[i,7]=coefTable[rowName,4] + } + } + } else if (statTest=='glm') { + testData=list(value=data[i,],group=group,rep=repID,batch=batchID) + fit=try(glm(formulaForFitting,data=testData,family=gaussian(link='identity')),silent=T) + if (class(fit)=='glm'&&fit$converged) { + rowName=paste0("group",treatGroup) + coefTable=coef(summary(fit)) + if (rowName %in% rownames(coefTable)) + report[i,7]=coefTable[rowName,4] + } + } + } + + report[,8]=p.adjust(report[,7],method='fdr') + report=data.frame(report,data[,groupID==controlGroup,drop=F],data[,groupID==treatGroup,drop=F],stringsAsFactors=F,check.names=F) + sheet = addWorksheet(wb, paste0(controlGroup,'_vs_',treatGroup)) + if (dataFormat=='table with feature description') { + writeData(wb,sheet,data.frame(Description=featureDescription,report,stringsAsFactors=F,check.names=F),rowNames=T,keepNA=F) + writeData(wb,sheet,'Feature') + freezePane(wb,sheet,firstActiveRow=2,firstActiveCol=3) + } else { + writeData(wb,sheet,report,rowNames=T,keepNA=F) + writeData(wb,sheet,'Feature') + freezePane(wb,sheet,firstActiveRow=2,firstActiveCol=2) + } + addStyle(wb,sheet,style2,rows=1,cols=1:100) + expressed1=groupExpressed[,controlGroup] + expressed2=groupExpressed[,treatGroup] + fc=report[,6] + rfc=1/fc + pRaw=report[,7] + p=report[,8] + for (pc in pCutoffs) + for (fcc in fcCutoffs) + comparisonsSummary=rbind(comparisonsSummary,c(controlGroup,treatGroup,sum(expressed1&!expressed2),sum(!expressed1&expressed2),sum(!expressed1&!expressed2),sum(expressed1&expressed2),sum(!is.na(p)&fc>fcc&p<pc),sum(!is.na(p)&rfc>fcc&p<pc),sum(!is.na(p)&(fc>fcc|rfc>fcc)&p<pc),pc,fcc)) + if (grepl('raw',volcanoP)) + tempData=data.frame(log2(fc),-log(pRaw,10),F) + else + tempData=data.frame(log2(fc),-log(p,10),F) + rownames(tempData)=rownames(report) + tempData=tempData[rowSums(is.na(tempData))==0,] + colnames(tempData)=c('x','y','Selected') + options(warn=-1) + if (visual) { + plotType='volcano' + plotTitle=paste0('Volcano Plot of ',controlGroup,' vs. ',treatGroup) + if (nSelectedFeatures>0) + tempData[,'Selected']=rownames(tempData) %in% interestedFeatures + else + tempData$Selected=F + p1=ggplot(data.frame(tempData),aes(x=x,y=y,color=Selected))+scale_color_manual(values=c('black','blue'))+geom_point()+geom_text(aes(label=ifelse(Selected,rownames(tempData),'')),hjust=0, vjust=0)+xlab('Log2(FC)')+ylab(paste0('-Log10(',volcanoP,')'))+ggtitle(plotTitle)+theme(legend.position="none") + for (pc in pCutoffs) { + p1=p1+geom_hline(yintercept=-log(pc,10),linetype="dashed",color = "blue",size=0.2) + for (fcc in fcCutoffs) { + p1=p1+geom_vline(xintercept=log2(fcc),linetype="dashed",color = "blue",size=0.2) + p1=p1+geom_vline(xintercept=-log2(fcc),linetype="dashed",color = "blue",size=0.2) + } + } + plotFile=file.path(figuresPath,paste0(controlGroup,'_vs_',treatGroup,'_',plotType,'.ps')) + plotFile2=file.path(figuresPath,paste0(controlGroup,'_vs_',treatGroup,'_',plotType,'.png')) + ggsave(plotFile,plot=p1,width=7,height=7,units='in') + ggsave(plotFile2,plot=p1,width=7,height=7,units='in') + insertImage(wb,'Visual',plotFile2, width=7, height=7, unit='in',startRow=plotID*45+1,startCol=(k-1)*13+1) + } + if (nSelectedFeatures>0) { + if (dataFormat=='table with feature description') { + report=data.frame(Description=featureDescription,report,stringsAsFactors=F,check.names=F)[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=(k+2+nControls)*(nSelectedFeatures+3)+1,keepNA=F) + writeData(wb,'Selected_Features','Feature',startRow=(k+2+nControls)*(nSelectedFeatures+3)+1) + addStyle(wb,'Selected_Features',style2,rows=(k+2+nControls)*(nSelectedFeatures+3)+1,cols=1:200) + } else { + report=report[selectedFeatures,] + writeData(wb,'Selected_Features',report,rowNames=T,startRow=(k+2+nControls)*(nSelectedFeatures+3)+1,keepNA=F) + writeData(wb,'Selected_Features','Feature',startRow=(k+2+nControls)*(nSelectedFeatures+3)+1) + addStyle(wb,'Selected_Features',style2,rows=(k+2+nControls)*(nSelectedFeatures+3)+1,cols=1:200) + } + } + + if (file.exists(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroup)))&&!rlang::is_empty(dir(file.path(mseaPath,'QEA',paste0(controlGroup,'_vs_',treatGroup))))) { + stop('QEA folder is not empty.') + } else if (mseaDB!='no') { + dir.create(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroup)),recursive=T) + temp=rbind(groupID,data) + temp=temp[,groupID==controlGroup|groupID==treatGroup] + write.csv(temp,file='temp.csv',quote=T) + if (featureType=='lipid') + lipid=T + else + lipid=F + MetaboAnalyst_QEA(file.path(mseaPath,paste0(mseaDB,'_QEA'),paste0(controlGroup,'_vs_',treatGroup),'QEA'),'temp.csv',idType=idType,dbType=mseaDB,lipid=lipid) + unlink('temp.csv') + } + + } + if (visual) + plotID=plotID-1 + options(warn=0) +} +#############################End Sheet "DE_Comparisons"############################# + +#############################Begin Sheet "Summary" (Part 2)############################# +if (dim(comparisonsSummary)[1]>1) { + comparisonsSummary=as.data.frame(comparisonsSummary[order(comparisonsSummary[,10],comparisonsSummary[,11],comparisonsSummary[,1],comparisonsSummary[,2]),]) + comparisonsSummary[,3:11]=apply(comparisonsSummary[,3:11],2,as.numeric) +} +if (dim(comparisonsSummary)[1]>0) { + writeData(wb,'Summary',comparisonsSummary,startCol=14,rowNames=F,borders='surrounding') + writeComment(wb,'Summary',14,1,createComment('Control group name',visible=F)) + writeComment(wb,'Summary',15,1,createComment('Treatment group name',visible=F)) + writeComment(wb,'Summary',16,1,createComment('Number of features that are expressed only by control',visible=F)) + writeComment(wb,'Summary',17,1,createComment('Number of features that are expressed only by treatment',visible=F)) + writeComment(wb,'Summary',18,1,createComment('Number of features that are expressed by neither groups',visible=F)) + writeComment(wb,'Summary',19,1,createComment('Number of features that are expressed by both groups',visible=F)) + writeComment(wb,'Summary',20,1,createComment('Number of features that are significantly up-regulated by treatment',visible=F)) + writeComment(wb,'Summary',21,1,createComment('Number of features that are significantly down-regulated by treatment',visible=F)) + writeComment(wb,'Summary',22,1,createComment('Number of features that are significantly up- or down-regulated by treatment',visible=F)) +} +#############################End Sheet "Summary" (Part 2)############################# +saveWorkbook(wb,outputFile,overwrite=F) +unlink('Rplots.pdf') + +#############################End Main############################# +message('Analysis completed.') +message('###################################################################') + diff --git a/V1.7.4/data_template_v1.7.4.xlsx b/V1.7.4/data_template_v1.7.4.xlsx new file mode 100755 index 0000000000000000000000000000000000000000..59179bce49b30c578cb008b0dc5bbd835135d10a Binary files /dev/null and b/V1.7.4/data_template_v1.7.4.xlsx differ diff --git a/V1.7.3/run_analysis.sh b/V1.7.4/run_analysis.sh similarity index 100% rename from V1.7.3/run_analysis.sh rename to V1.7.4/run_analysis.sh diff --git a/V1.7.3/ODA.R b/archived/V1.7.3/ODA.R similarity index 100% rename from V1.7.3/ODA.R rename to archived/V1.7.3/ODA.R diff --git a/V1.7.3/data_template.xlsx b/archived/V1.7.3/data_template.xlsx similarity index 100% rename from V1.7.3/data_template.xlsx rename to archived/V1.7.3/data_template.xlsx diff --git a/archived/V1.7.3/run_analysis.sh b/archived/V1.7.3/run_analysis.sh new file mode 100755 index 0000000000000000000000000000000000000000..5fda076fb05fbc5afd0e13feda19ddb179ff9c91 --- /dev/null +++ b/archived/V1.7.3/run_analysis.sh @@ -0,0 +1,22 @@ +#!/bin/bash +if [[ $# < 2 ]] +then + echo "##########Usage of the ODA Tool##########" + echo "This script is for users of BioHPC@UTSW. If you are a BioHPC user, run the following command from a BioHPC terminal:" + echo "sh this_file.sh input_path/input_file_name.xlsx output_path/output_file_name.xlsx optional_BioHPC_queue_name" + echo "#########################################" + echo "If you are not BioHPC user and have R installed locally, do not run the above command. Instead, run the following command from your computer's terminal or shell:" + echo "Rscript script_path/ODA.R input_path/input_file_name.xlsx output_path/output_file_name.xlsx" + echo "##########Usage of the ODA Tool##########" + exit +fi +module load R/4.0.2-gccmkl +DIR=`dirname $0` +INPUT_FILE=$1 +OUTPUT_FILE=$2 +QUEUE=$3 +if [ "$QUEUE" == "" ] +then + QUEUE=256GB +fi +srun -p $QUEUE Rscript $DIR/ODA.R $INPUT_FILE $OUTPUT_FILE