diff --git a/matlab/figs-paper b/matlab/figs-paper new file mode 120000 index 0000000..30fa883 --- /dev/null +++ b/matlab/figs-paper @@ -0,0 +1 @@ +../paper/figs \ No newline at end of file diff --git a/matlab/figs-tikz b/matlab/figs-tikz deleted file mode 120000 index 9a9cf69..0000000 --- a/matlab/figs-tikz +++ /dev/null @@ -1 +0,0 @@ -../tikz/figs \ No newline at end of file diff --git a/matlab/index.html b/matlab/index.html index 623ef1f..004fce6 100644 --- a/matlab/index.html +++ b/matlab/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Robust and Optimal Sensor Fusion - Matlab Computation @@ -35,50 +35,50 @@

Table of Contents

@@ -89,27 +89,27 @@ This document is arranged as follows:

-
-

1 Sensor Description

+
+

1 Sensor Description

- +

-In Figure 1 is shown a schematic of a sensor model that is used in the following study. +In Figure 1 is shown a schematic of a sensor model that is used in the following study. In this example, the measured quantity \(x\) is the velocity of an object.

- - +
Table 1: Description of signals in Figure 1
+@@ -176,8 +176,8 @@ In this example, the measured quantity \(x\) is the velocity of an object.
Table 1: Description of signals in Figure 1
- - +
Table 2: Description of Systems in Figure 1
+@@ -221,18 +221,18 @@ In this example, the measured quantity \(x\) is the velocity of an object.
Table 2: Description of Systems in Figure 1
-
-

sensor_model_noise_uncertainty.png +

+

sensor_model_noise_uncertainty.png

Figure 1: Sensor Model

-
-

1.1 Sensor Dynamics

+
+

1.1 Sensor Dynamics

- + Let’s consider two sensors measuring the velocity of an object.

@@ -263,14 +263,14 @@ G2 = g_pos/s/(1 These nominal dynamics are also taken as the model of the sensor dynamics. -The true sensor dynamics has some uncertainty associated to it and described in section 1.2. +The true sensor dynamics has some uncertainty associated to it and described in section 1.2.

-Both sensor dynamics in \([\frac{V}{m/s}]\) are shown in Figure 2. +Both sensor dynamics in \([\frac{V}{m/s}]\) are shown in Figure 2.

-
+

sensors_nominal_dynamics.png

Figure 2: Sensor nominal dynamics from the velocity of the object to the output voltage

@@ -278,12 +278,12 @@ Both sensor dynamics in \([\frac{V}{m/s}]\) are shown in Figure -

1.2 Sensor Model Uncertainty

+
+

1.2 Sensor Model Uncertainty

- -The uncertainty on the sensor dynamics is described by multiplicative uncertainty (Figure 1). + +The uncertainty on the sensor dynamics is described by multiplicative uncertainty (Figure 1).

@@ -295,7 +295,7 @@ The true sensor dynamics \(G_i(s)\) is then described by \eqref{eq:sensor_dynami \end{equation}

-The weights \(W_i(s)\) representing the dynamical uncertainty are defined below and their magnitude is shown in Figure 3. +The weights \(W_i(s)\) representing the dynamical uncertainty are defined below and their magnitude is shown in Figure 3.

W1 = createWeight('n', 2, 'w0', 2*pi*3,   'G0', 2, 'G1', 0.1,     'Gc', 1) * ...
@@ -306,18 +306,18 @@ W2 = createWeight('n', 2, 4.
+The bode plot of the sensors nominal dynamics as well as their defined dynamical spread are shown in Figure 4.
 

-
+

sensors_uncertainty_weights.png

Figure 3: Magnitude of the multiplicative uncertainty weights \(|W_i(j\omega)|\)

-
+

sensors_nominal_dynamics_and_uncertainty.png

Figure 4: Nominal Sensor Dynamics \(\hat{G}_i\) (solid lines) as well as the spread of the dynamical uncertainty (background color)

@@ -325,12 +325,12 @@ The bode plot of the sensors nominal dynamics as well as their defined dynamical
-
-

1.3 Sensor Noise

+
+

1.3 Sensor Noise

- -The noise of the sensors \(n_i\) are modelled by shaping a white noise with unitary PSD \(\tilde{n}_i\) \eqref{eq:unitary_noise_psd} with a LTI transfer function \(N_i(s)\) (Figure 1). + +The noise of the sensors \(n_i\) are modelled by shaping a white noise with unitary PSD \(\tilde{n}_i\) \eqref{eq:unitary_noise_psd} with a LTI transfer function \(N_i(s)\) (Figure 1).

\begin{equation} \Phi_{\tilde{n}_i}(\omega) = 1 \label{eq:unitary_noise_psd} @@ -344,7 +344,7 @@ The Power Spectral Density of the sensor noise \(\Phi_{n_i}(\omega)\) is then co \end{equation}

-The weights \(N_1\) and \(N_2\) representing the amplitude spectral density of the sensor noises are defined below and shown in Figure 5. +The weights \(N_1\) and \(N_2\) representing the amplitude spectral density of the sensor noises are defined below and shown in Figure 5.

omegac = 0.15*2*pi; G0 = 1e-1; Ginf = 1e-6;
@@ -356,7 +356,7 @@ N2 = (Ginf*s/omegac
 
-
+

sensors_noise.png

Figure 5: Amplitude spectral density of the sensors \(\sqrt{\Phi_{n_i}(\omega)} = |N_i(j\omega)|\)

@@ -364,8 +364,8 @@ N2 = (Ginf*s/omegac
-
-

1.4 Save Model

+
+

1.4 Save Model

All the dynamical systems representing the sensors are saved for further use. @@ -379,28 +379,28 @@ All the dynamical systems representing the sensors are saved for further use.

-
-

2 Introduction to Sensor Fusion

+
+

2 Introduction to Sensor Fusion

- +

-
-

2.1 Sensor Fusion Architecture

+
+

2.1 Sensor Fusion Architecture

- +

-The two sensors presented in Section 1 are now merged together using complementary filters \(H_1(s)\) and \(H_2(s)\) to form a super sensor (Figure 6). +The two sensors presented in Section 1 are now merged together using complementary filters \(H_1(s)\) and \(H_2(s)\) to form a super sensor (Figure 6).

-
-

sensor_fusion_noise_arch.png +

+

sensor_fusion_noise_arch.png

Figure 6: Sensor Fusion Architecture

@@ -423,11 +423,11 @@ The super sensor estimate \(\hat{x}\) is given by \eqref{eq:super_sensor_estimat
-
-

2.2 Super Sensor Noise

+
+

2.2 Super Sensor Noise

- +

@@ -458,15 +458,15 @@ And the Root Mean Square (RMS) value of the super sensor noise \(\sigma_n\) is g

-
-

2.3 Super Sensor Dynamical Uncertainty

+
+

2.3 Super Sensor Dynamical Uncertainty

- +

-If we consider some dynamical uncertainty (the true system dynamics \(G_i\) not being perfectly equal to our model \(\hat{G}_i\)) that we model by the use of multiplicative uncertainty (Figure 7), the super sensor dynamics is then equals to: +If we consider some dynamical uncertainty (the true system dynamics \(G_i\) not being perfectly equal to our model \(\hat{G}_i\)) that we model by the use of multiplicative uncertainty (Figure 7), the super sensor dynamics is then equals to:

\begin{equation} @@ -478,19 +478,19 @@ If we consider some dynamical uncertainty (the true system dynamics \(G_i\) not \end{equation} -
-

sensor_model_uncertainty.png +

+

sensor_model_uncertainty.png

Figure 7: Sensor Model including Dynamical Uncertainty

-The uncertainty set of the transfer function from \(\hat{x}\) to \(x\) at frequency \(\omega\) is bounded in the complex plane by a circle centered on 1 and with a radius equal to \(|W_1(j\omega) H_1(j\omega)| + |W_2(j\omega) H_2(j\omega)|\) as shown in Figure 8. +The uncertainty set of the transfer function from \(\hat{x}\) to \(x\) at frequency \(\omega\) is bounded in the complex plane by a circle centered on 1 and with a radius equal to \(|W_1(j\omega) H_1(j\omega)| + |W_2(j\omega) H_2(j\omega)|\) as shown in Figure 8.

-
-

uncertainty_set_super_sensor.png +

+

uncertainty_set_super_sensor.png

Figure 8: Super Sensor model uncertainty displayed in the complex plane

@@ -498,11 +498,11 @@ The uncertainty set of the transfer function from \(\hat{x}\) to \(x\) at freque
-
-

3 Optimal Super Sensor Noise: \(\mathcal{H}_2\) Synthesis

+
+

3 Optimal Super Sensor Noise: \(\mathcal{H}_2\) Synthesis

- +

In this section, the complementary filters \(H_1(s)\) and \(H_2(s)\) are designed in order to minimize the RMS value of super sensor noise \(\sigma_n\). @@ -520,24 +520,24 @@ The RMS value of the super sensor noise is (neglecting the model uncertainty):

The goal is to design \(H_1(s)\) and \(H_2(s)\) such that \(H_1(s) + H_2(s) = 1\) (complementary property) and such that \(\left\| \begin{matrix} H_1 N_1 \\ H_2 N_2 \end{matrix} \right\|_2\) is minimized (minimized RMS value of the super sensor noise). -This is done using the \(\mathcal{H}_2\) synthesis in Section 3.1. +This is done using the \(\mathcal{H}_2\) synthesis in Section 3.1.

-
-

3.1 \(\mathcal{H}_2\) Synthesis

+
+

3.1 \(\mathcal{H}_2\) Synthesis

- +

-Consider the generalized plant \(P_{\mathcal{H}_2}\) shown in Figure 9 and described by Equation \eqref{eq:H2_generalized_plant}. +Consider the generalized plant \(P_{\mathcal{H}_2}\) shown in Figure 9 and described by Equation \eqref{eq:H2_generalized_plant}.

-
-

h_two_optimal_fusion.png +

+

h_two_optimal_fusion.png

Figure 9: Architecture used for \(\mathcal{H}_\infty\) synthesis of complementary filters

@@ -592,10 +592,10 @@ Finally, \(H_1(s)\) is defined as follows

-The obtained complementary filters are shown in Figure 10. +The obtained complementary filters are shown in Figure 10.

-
+

htwo_comp_filters.png

Figure 10: Obtained complementary filters using the \(\mathcal{H}_2\) Synthesis

@@ -603,11 +603,11 @@ The obtained complementary filters are shown in Figure 10<
-
-

3.2 Super Sensor Noise

+
+

3.2 Super Sensor Noise

- +

@@ -622,13 +622,13 @@ PSD_H2 = abs(squeeze(freqresp(N1*H1, freqs,

-The obtained ASD are shown in Figure 11. +The obtained ASD are shown in Figure 11.

-The RMS value of the individual sensors and of the super sensor are listed in Table 3. +The RMS value of the individual sensors and of the super sensor are listed in Table 3.

- +
@@ -661,7 +661,7 @@ The RMS value of the individual sensors and of the super sensor are listed in Ta
Table 3: RMS value of the individual sensor noise and of the super sensor using the \(\mathcal{H}_2\) Synthesis
-
+

psd_sensors_htwo_synthesis.png

Figure 11: Power Spectral Density of the estimated \(\hat{x}\) using the two sensors alone and using the optimally fused signal

@@ -670,19 +670,19 @@ The RMS value of the individual sensors and of the super sensor are listed in Ta

A time domain simulation is now performed. The measured velocity \(x\) is set to be a sweep sine with an amplitude of \(0.1\ [m/s]\). -The velocity estimates from the two sensors and from the super sensors are shown in Figure 12. -The resulting noises are displayed in Figure 13. +The velocity estimates from the two sensors and from the super sensors are shown in Figure 12. +The resulting noises are displayed in Figure 13.

-
+

super_sensor_time_domain_h2.png

Figure 12: Noise of individual sensors and noise of the super sensor

-
+

sensor_noise_H2_time_domain.png

Figure 13: Noise of the two sensors \(n_1, n_2\) and noise of the super sensor \(n\)

@@ -690,15 +690,15 @@ The resulting noises are displayed in Figure 13.
-
-

3.3 Discrepancy between sensor dynamics and model

+
+

3.3 Discrepancy between sensor dynamics and model

-If we consider sensor dynamical uncertainty as explained in Section 1.2, we can compute what would be the super sensor dynamical uncertainty when using the complementary filters obtained using the \(\mathcal{H}_2\) Synthesis. +If we consider sensor dynamical uncertainty as explained in Section 1.2, we can compute what would be the super sensor dynamical uncertainty when using the complementary filters obtained using the \(\mathcal{H}_2\) Synthesis.

-The super sensor dynamical uncertainty is shown in Figure 14. +The super sensor dynamical uncertainty is shown in Figure 14.

@@ -706,7 +706,7 @@ It is shown that the phase uncertainty is not bounded between 100Hz and 200Hz. As a result the super sensor signal can not be used for feedback applications about 100Hz.

-
+

super_sensor_dynamical_uncertainty_H2.png

Figure 14: Super sensor dynamical uncertainty when using the \(\mathcal{H}_2\) Synthesis

@@ -715,11 +715,11 @@ As a result the super sensor signal can not be used for feedback applications ab
-
-

4 Robust Sensor Fusion: \(\mathcal{H}_\infty\) Synthesis

+
+

4 Robust Sensor Fusion: \(\mathcal{H}_\infty\) Synthesis

- +

We initially considered perfectly known sensor dynamics so that it can be perfectly inverted. @@ -727,18 +727,18 @@ We initially considered perfectly known sensor dynamics so that it can be perfec

We now take into account the fact that the sensor dynamics is only partially known. -To do so, we model the uncertainty that we have on the sensor dynamics by multiplicative input uncertainty as shown in Figure 15. +To do so, we model the uncertainty that we have on the sensor dynamics by multiplicative input uncertainty as shown in Figure 15.

-
-

sensor_fusion_arch_uncertainty.png +

+

sensor_fusion_arch_uncertainty.png

Figure 15: Sensor fusion architecture with sensor dynamics uncertainty

-As explained in Section 1.2, at each frequency \(\omega\), the dynamical uncertainty of the super sensor can be represented in the complex plane by a circle with a radius equals to \(|H_1(j\omega) W_1(j\omega)| + |H_2(j\omega) W_2(j\omega)|\) and centered on 1. +As explained in Section 1.2, at each frequency \(\omega\), the dynamical uncertainty of the super sensor can be represented in the complex plane by a circle with a radius equals to \(|H_1(j\omega) W_1(j\omega)| + |H_2(j\omega) W_2(j\omega)|\) and centered on 1.

@@ -760,7 +760,7 @@ In order to specify a wanted upper bound on the dynamical uncertainty, a weight \end{align}

-The choice of \(W_u\) is presented in Section 4.1. +The choice of \(W_u\) is presented in Section 4.1.

@@ -778,15 +778,15 @@ The objective is to design \(H_1(s)\) and \(H_2(s)\) such that \(H_1(s) + H_2(s)

-This is done using the \(\mathcal{H}_\infty\) synthesis in Section 4.2. +This is done using the \(\mathcal{H}_\infty\) synthesis in Section 4.2.

-
-

4.1 Weighting Function used to bound the super sensor uncertainty

+
+

4.1 Weighting Function used to bound the super sensor uncertainty

- +

@@ -799,7 +799,7 @@ This is done using the \(\mathcal{H}_\infty\) synthesis in Section 16. +The uncertainty bounds of the two individual sensor as well as the wanted maximum uncertainty bounds of the super sensor are shown in Figure 16.

@@ -810,7 +810,7 @@ Wu = createWeight('n', 2, +

weight_uncertainty_bounds_Wu.png

Figure 16: Uncertainty region of the two sensors as well as the wanted maximum uncertainty of the super sensor (dashed lines)

@@ -818,20 +818,20 @@ Wu = createWeight('n', 2, -

4.2 \(\mathcal{H}_\infty\) Synthesis

+
+

4.2 \(\mathcal{H}_\infty\) Synthesis

- +

-The generalized plant \(P_{\mathcal{H}_\infty}\) used for the \(\mathcal{H}_\infty\) Synthesis of the complementary filters is shown in Figure 17 and is described by Equation \eqref{eq:Hinf_generalized_plant}. +The generalized plant \(P_{\mathcal{H}_\infty}\) used for the \(\mathcal{H}_\infty\) Synthesis of the complementary filters is shown in Figure 17 and is described by Equation \eqref{eq:Hinf_generalized_plant}.

-
-

h_infinity_robust_fusion.png +

+

h_infinity_robust_fusion.png

Figure 17: Architecture used for \(\mathcal{H}_\infty\) synthesis of complementary filters

@@ -897,11 +897,11 @@ The \(\mathcal{H}_\infty\) is successful as the \(\mathcal{H}_\infty\) norm of t

-The obtained complementary filters as well as the wanted upper bounds are shown in Figure 18. +The obtained complementary filters as well as the wanted upper bounds are shown in Figure 18.

-
+

hinf_comp_filters.png

Figure 18: Obtained complementary filters using the \(\mathcal{H}_\infty\) Synthesis

@@ -909,11 +909,11 @@ The obtained complementary filters as well as the wanted upper bounds are shown
-
-

4.3 Super sensor uncertainty

+
+

4.3 Super sensor uncertainty

-The super sensor dynamical uncertainty is displayed in Figure 19. +The super sensor dynamical uncertainty is displayed in Figure 19. It is confirmed that the super sensor dynamical uncertainty is less than the maximum allowed uncertainty defined by the norm of \(W_u(s)\).

@@ -922,7 +922,7 @@ The \(\mathcal{H}_\infty\) synthesis thus allows to design filters such that the

-
+

super_sensor_dynamical_uncertainty_Hinf.png

Figure 19: Super sensor dynamical uncertainty (solid curve) when using the \(\mathcal{H}_\infty\) Synthesis

@@ -930,12 +930,12 @@ The \(\mathcal{H}_\infty\) synthesis thus allows to design filters such that the
-
-

4.4 Super sensor noise

+
+

4.4 Super sensor noise

We now compute the obtain Power Spectral Density of the super sensor’s noise. -The Amplitude Spectral Densities are shown in Figure 20. +The Amplitude Spectral Densities are shown in Figure 20.

@@ -947,18 +947,18 @@ PSD_Hinf = abs(squeeze(freqresp(N1*H1, freqs,

-The obtained RMS of the super sensor noise in the \(\mathcal{H}_2\) and \(\mathcal{H}_\infty\) case are shown in Table 4. +The obtained RMS of the super sensor noise in the \(\mathcal{H}_2\) and \(\mathcal{H}_\infty\) case are shown in Table 4. As expected, the super sensor obtained from the \(\mathcal{H}_\infty\) synthesis is much noisier than the super sensor obtained from the \(\mathcal{H}_2\) synthesis.

-
+

psd_sensors_hinf_synthesis.png

Figure 20: Power Spectral Density of the estimated \(\hat{x}\) using the two sensors alone and using the

- +
@@ -987,8 +987,8 @@ As expected, the super sensor obtained from the \(\mathcal{H}_\infty\) synthesis -
-

4.5 Conclusion

+
+

4.5 Conclusion

Using the \(\mathcal{H}_\infty\) synthesis, the dynamical uncertainty of the super sensor can be bounded to acceptable values. @@ -1001,23 +1001,23 @@ However, the RMS of the super sensor noise is not optimized as it was the case w

-
-

5 Optimal and Robust Sensor Fusion: Mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis

+
+

5 Optimal and Robust Sensor Fusion: Mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis

- +

The (optima) \(\mathcal{H}_2\) synthesis and the (robust) \(\mathcal{H}_\infty\) synthesis are now combined to form an Optimal and Robust synthesis of complementary filters for sensor fusion.

-The sensor fusion architecture is shown in Figure 21 (\(\hat{G}_i\) are omitted for space reasons). +The sensor fusion architecture is shown in Figure 21 (\(\hat{G}_i\) are omitted for space reasons).

-
-

sensor_fusion_arch_full.png +

+

sensor_fusion_arch_full.png

Figure 21: Sensor fusion architecture with sensor dynamics uncertainty

@@ -1031,18 +1031,18 @@ The goal is to design complementary filters such that:

-To do so, we can use the Mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis presented in Section 5.1. +To do so, we can use the Mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis presented in Section 5.1.

-
-

5.1 Mixed \(\mathcal{H}_2\) / \(\mathcal{H}_\infty\) Synthesis

+
+

5.1 Mixed \(\mathcal{H}_2\) / \(\mathcal{H}_\infty\) Synthesis

- +

-The synthesis architecture that is used here is shown in Figure 22. +The synthesis architecture that is used here is shown in Figure 22.

@@ -1054,8 +1054,8 @@ The filter \(H_2(s)\) is synthesized such that it: -

-

mixed_h2_hinf_synthesis.png +

+

mixed_h2_hinf_synthesis.png

Figure 22: Mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis

@@ -1098,11 +1098,11 @@ And the mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) synthesis is performed.

-The obtained complementary filters are shown in Figure 23. +The obtained complementary filters are shown in Figure 23.

-
+

htwo_hinf_comp_filters.png

Figure 23: Obtained complementary filters after mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) synthesis

@@ -1110,19 +1110,19 @@ The obtained complementary filters are shown in Figure 23<
-
-

5.2 Obtained Super Sensor’s noise

+
+

5.2 Obtained Super Sensor’s noise

-The Amplitude Spectral Density of the super sensor’s noise is shown in Figure 24. +The Amplitude Spectral Density of the super sensor’s noise is shown in Figure 24.

-A time domain simulation is shown in Figure 25. +A time domain simulation is shown in Figure 25.

-The RMS values of the super sensor noise for the presented three synthesis are listed in Table 5. +The RMS values of the super sensor noise for the presented three synthesis are listed in Table 5.

@@ -1134,20 +1134,20 @@ PSD_H2Hinf = abs(squeeze(freqresp(N1*H1, freqs, -
+

psd_sensors_htwo_hinf_synthesis.png

Figure 24: Power Spectral Density of the Super Sensor obtained with the mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) synthesis

-
+

super_sensor_time_domain_h2_hinf.png

Figure 25: Noise of individual sensors and noise of the super sensor

-
Table 4: Comparison of the obtained RMS noise of the super sensor
+
@@ -1181,15 +1181,15 @@ PSD_H2Hinf = abs(squeeze(freqresp(N1*H1, freqs, -
-

5.3 Obtained Super Sensor’s Uncertainty

+
+

5.3 Obtained Super Sensor’s Uncertainty

-The uncertainty on the super sensor’s dynamics is shown in Figure 26. +The uncertainty on the super sensor’s dynamics is shown in Figure 26.

-
+

super_sensor_dynamical_uncertainty_Htwo_Hinf.png

Figure 26: Super sensor dynamical uncertainty (solid curve) when using the mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) Synthesis

@@ -1197,8 +1197,8 @@ The uncertainty on the super sensor’s dynamics is shown in Figure
-
-

5.4 Conclusion

+
+

5.4 Conclusion

The mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) synthesis of the complementary filters allows to: @@ -1211,18 +1211,18 @@ The mixed \(\mathcal{H}_2/\mathcal{H}_\infty\) synthesis of the complementary fi

-
-

6 Matlab Functions

+
+

6 Matlab Functions

- +

-
-

6.1 createWeight

+
+

6.1 createWeight

- +

@@ -1274,11 +1274,11 @@ This Matlab function is accessible here.

-
-

6.2 plotMagUncertainty

+
+

6.2 plotMagUncertainty

- +

@@ -1329,11 +1329,11 @@ p.FaceAlpha = args.opacity;

-
-

6.3 plotPhaseUncertainty

+
+

6.3 plotPhaseUncertainty

- +

@@ -1397,7 +1397,7 @@ p.FaceAlpha = args.opacity;

Author: Thomas Dehaeze

-

Created: 2020-10-05 lun. 11:45

+

Created: 2020-10-05 lun. 15:08

diff --git a/matlab/index.org b/matlab/index.org index e298902..0f394e5 100644 --- a/matlab/index.org +++ b/matlab/index.org @@ -100,7 +100,7 @@ In this example, the measured quantity $x$ is the velocity of an object. #+name: fig:sensor_model_noise_uncertainty #+caption: Sensor Model #+RESULTS: -[[file:figs-tikz/sensor_model_noise_uncertainty.png]] +[[file:figs-paper/sensor_model_noise_uncertainty.png]] ** Matlab Init :noexport:ignore: #+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name) @@ -325,7 +325,7 @@ The two sensors presented in Section [[sec:sensor_description]] are now merged t #+name: fig:sensor_fusion_noise_arch #+caption: Sensor Fusion Architecture -[[file:figs-tikz/sensor_fusion_noise_arch.png]] +[[file:figs-paper/sensor_fusion_noise_arch.png]] The complementary property of $H_1(s)$ and $H_2(s)$ means that the sum of their transfer function is equal to $1$ eqref:eq:complementary_property. @@ -377,13 +377,13 @@ If we consider some dynamical uncertainty (the true system dynamics $G_i$ not be #+name: fig:sensor_model_uncertainty #+caption: Sensor Model including Dynamical Uncertainty -[[file:figs-tikz/sensor_model_uncertainty.png]] +[[file:figs-paper/sensor_model_uncertainty.png]] The uncertainty set of the transfer function from $\hat{x}$ to $x$ at frequency $\omega$ is bounded in the complex plane by a circle centered on 1 and with a radius equal to $|W_1(j\omega) H_1(j\omega)| + |W_2(j\omega) H_2(j\omega)|$ as shown in Figure [[fig:uncertainty_set_super_sensor]]. #+name: fig:uncertainty_set_super_sensor #+caption: Super Sensor model uncertainty displayed in the complex plane -[[file:figs-tikz/uncertainty_set_super_sensor.png]] +[[file:figs-paper/uncertainty_set_super_sensor.png]] * Optimal Super Sensor Noise: $\mathcal{H}_2$ Synthesis :PROPERTIES: @@ -427,7 +427,7 @@ Consider the generalized plant $P_{\mathcal{H}_2}$ shown in Figure [[fig:h_two_o #+name: fig:h_two_optimal_fusion #+caption: Architecture used for $\mathcal{H}_\infty$ synthesis of complementary filters -[[file:figs-tikz/h_two_optimal_fusion.png]] +[[file:figs-paper/h_two_optimal_fusion.png]] \begin{equation} \label{eq:H2_generalized_plant} \begin{pmatrix} @@ -696,7 +696,7 @@ To do so, we model the uncertainty that we have on the sensor dynamics by multip #+name: fig:sensor_fusion_arch_uncertainty #+caption: Sensor fusion architecture with sensor dynamics uncertainty -[[file:figs-tikz/sensor_fusion_arch_uncertainty.png]] +[[file:figs-paper/sensor_fusion_arch_uncertainty.png]] As explained in Section [[sec:sensor_uncertainty]], at each frequency $\omega$, the dynamical uncertainty of the super sensor can be represented in the complex plane by a circle with a radius equals to $|H_1(j\omega) W_1(j\omega)| + |H_2(j\omega) W_2(j\omega)|$ and centered on 1. @@ -818,7 +818,7 @@ The generalized plant $P_{\mathcal{H}_\infty}$ used for the $\mathcal{H}_\infty$ #+name: fig:h_infinity_robust_fusion #+caption: Architecture used for $\mathcal{H}_\infty$ synthesis of complementary filters -[[file:figs-tikz/h_infinity_robust_fusion.png]] +[[file:figs-paper/h_infinity_robust_fusion.png]] \begin{equation} \label{eq:Hinf_generalized_plant} \begin{pmatrix} @@ -1017,7 +1017,7 @@ As expected, the super sensor obtained from the $\mathcal{H}_\infty$ synthesis i #+end_src #+name: fig:psd_sensors_hinf_synthesis -#+caption: Power Spectral Density of the estimated $\hat{x}$ using the two sensors alone and using the +#+caption: Power Spectral Density of the estimated $\hat{x}$ using the two sensors alone and using the $\mathcal{H}_\infty$ synthesis #+RESULTS: [[file:figs/psd_sensors_hinf_synthesis.png]] @@ -1054,7 +1054,7 @@ The sensor fusion architecture is shown in Figure [[fig:sensor_fusion_arch_full] #+name: fig:sensor_fusion_arch_full #+caption: Sensor fusion architecture with sensor dynamics uncertainty -[[file:figs-tikz/sensor_fusion_arch_full.png]] +[[file:figs-paper/sensor_fusion_arch_full.png]] The goal is to design complementary filters such that: - the maximum uncertainty of the super sensor is bounded to acceptable values (defined by $W_u(s)$) @@ -1087,7 +1087,7 @@ The filter $H_2(s)$ is synthesized such that it: #+name: fig:mixed_h2_hinf_synthesis #+caption: Mixed $\mathcal{H}_2/\mathcal{H}_\infty$ Synthesis -[[file:figs-tikz/mixed_h2_hinf_synthesis.png]] +[[file:figs-paper/mixed_h2_hinf_synthesis.png]] Let's see that with $H_1(s)= 1 - H_2(s)$ @@ -1213,7 +1213,7 @@ The RMS values of the super sensor noise for the presented three synthesis are l #+end_src #+name: fig:psd_sensors_htwo_hinf_synthesis -#+CAPTION: Power Spectral Density of the Super Sensor obtained with the mixed $\mathcal{H}_2/\mathcal{H}_\infty$ synthesis +#+caption: Power Spectral Density of the Super Sensor obtained with the mixed $\mathcal{H}_2/\mathcal{H}_\infty$ synthesis #+RESULTS: [[file:figs/psd_sensors_htwo_hinf_synthesis.png]] diff --git a/matlab/index.pdf b/matlab/index.pdf index 9c94669..25a5da4 100644 Binary files a/matlab/index.pdf and b/matlab/index.pdf differ diff --git a/paper/figs b/paper/figs deleted file mode 120000 index 9a9cf69..0000000 --- a/paper/figs +++ /dev/null @@ -1 +0,0 @@ -../tikz/figs \ No newline at end of file diff --git a/tikz/figs/h_infinity_robust_fusion.pdf b/paper/figs/h_infinity_robust_fusion.pdf similarity index 99% rename from tikz/figs/h_infinity_robust_fusion.pdf rename to paper/figs/h_infinity_robust_fusion.pdf index a5f6988..fa992dc 100644 Binary files a/tikz/figs/h_infinity_robust_fusion.pdf and b/paper/figs/h_infinity_robust_fusion.pdf differ diff --git a/tikz/figs/h_infinity_robust_fusion.png b/paper/figs/h_infinity_robust_fusion.png similarity index 100% rename from tikz/figs/h_infinity_robust_fusion.png rename to paper/figs/h_infinity_robust_fusion.png diff --git a/tikz/figs/h_infinity_robust_fusion.svg b/paper/figs/h_infinity_robust_fusion.svg similarity index 100% rename from tikz/figs/h_infinity_robust_fusion.svg rename to paper/figs/h_infinity_robust_fusion.svg diff --git a/tikz/figs/h_two_optimal_fusion.pdf b/paper/figs/h_two_optimal_fusion.pdf similarity index 99% rename from tikz/figs/h_two_optimal_fusion.pdf rename to paper/figs/h_two_optimal_fusion.pdf index 9523723..8f86954 100644 Binary files a/tikz/figs/h_two_optimal_fusion.pdf and b/paper/figs/h_two_optimal_fusion.pdf differ diff --git a/tikz/figs/h_two_optimal_fusion.png b/paper/figs/h_two_optimal_fusion.png similarity index 100% rename from tikz/figs/h_two_optimal_fusion.png rename to paper/figs/h_two_optimal_fusion.png diff --git a/tikz/figs/h_two_optimal_fusion.svg b/paper/figs/h_two_optimal_fusion.svg similarity index 100% rename from tikz/figs/h_two_optimal_fusion.svg rename to paper/figs/h_two_optimal_fusion.svg diff --git a/paper/figs/hinf_comp_filters.pdf b/paper/figs/hinf_comp_filters.pdf new file mode 100644 index 0000000..9fa0b61 Binary files /dev/null and b/paper/figs/hinf_comp_filters.pdf differ diff --git a/paper/figs/htwo_comp_filters.pdf b/paper/figs/htwo_comp_filters.pdf new file mode 100644 index 0000000..273e57e Binary files /dev/null and b/paper/figs/htwo_comp_filters.pdf differ diff --git a/paper/figs/htwo_hinf_comp_filters.pdf b/paper/figs/htwo_hinf_comp_filters.pdf new file mode 100644 index 0000000..470e6e9 Binary files /dev/null and b/paper/figs/htwo_hinf_comp_filters.pdf differ diff --git a/tikz/figs/mixed_h2_hinf_synthesis.pdf b/paper/figs/mixed_h2_hinf_synthesis.pdf similarity index 99% rename from tikz/figs/mixed_h2_hinf_synthesis.pdf rename to paper/figs/mixed_h2_hinf_synthesis.pdf index 18fad48..4daf1ae 100644 Binary files a/tikz/figs/mixed_h2_hinf_synthesis.pdf and b/paper/figs/mixed_h2_hinf_synthesis.pdf differ diff --git a/tikz/figs/mixed_h2_hinf_synthesis.png b/paper/figs/mixed_h2_hinf_synthesis.png similarity index 100% rename from tikz/figs/mixed_h2_hinf_synthesis.png rename to paper/figs/mixed_h2_hinf_synthesis.png diff --git a/tikz/figs/mixed_h2_hinf_synthesis.svg b/paper/figs/mixed_h2_hinf_synthesis.svg similarity index 100% rename from tikz/figs/mixed_h2_hinf_synthesis.svg rename to paper/figs/mixed_h2_hinf_synthesis.svg diff --git a/paper/figs/psd_sensors_hinf_synthesis.pdf b/paper/figs/psd_sensors_hinf_synthesis.pdf new file mode 100644 index 0000000..4bd1715 Binary files /dev/null and b/paper/figs/psd_sensors_hinf_synthesis.pdf differ diff --git a/paper/figs/psd_sensors_htwo_hinf_synthesis.pdf b/paper/figs/psd_sensors_htwo_hinf_synthesis.pdf new file mode 100644 index 0000000..8876dde Binary files /dev/null and b/paper/figs/psd_sensors_htwo_hinf_synthesis.pdf differ diff --git a/paper/figs/psd_sensors_htwo_synthesis.pdf b/paper/figs/psd_sensors_htwo_synthesis.pdf new file mode 100644 index 0000000..e93a44a Binary files /dev/null and b/paper/figs/psd_sensors_htwo_synthesis.pdf differ diff --git a/tikz/figs/sensor_fusion_arch_full.pdf b/paper/figs/sensor_fusion_arch_full.pdf similarity index 99% rename from tikz/figs/sensor_fusion_arch_full.pdf rename to paper/figs/sensor_fusion_arch_full.pdf index b2ab492..375d5a7 100644 Binary files a/tikz/figs/sensor_fusion_arch_full.pdf and b/paper/figs/sensor_fusion_arch_full.pdf differ diff --git a/tikz/figs/sensor_fusion_arch_full.png b/paper/figs/sensor_fusion_arch_full.png similarity index 100% rename from tikz/figs/sensor_fusion_arch_full.png rename to paper/figs/sensor_fusion_arch_full.png diff --git a/tikz/figs/sensor_fusion_arch_full.svg b/paper/figs/sensor_fusion_arch_full.svg similarity index 100% rename from tikz/figs/sensor_fusion_arch_full.svg rename to paper/figs/sensor_fusion_arch_full.svg diff --git a/tikz/figs/sensor_fusion_arch_uncertainty.pdf b/paper/figs/sensor_fusion_arch_uncertainty.pdf similarity index 99% rename from tikz/figs/sensor_fusion_arch_uncertainty.pdf rename to paper/figs/sensor_fusion_arch_uncertainty.pdf index 9ec5f3a..cbc6a63 100644 Binary files a/tikz/figs/sensor_fusion_arch_uncertainty.pdf and b/paper/figs/sensor_fusion_arch_uncertainty.pdf differ diff --git a/tikz/figs/sensor_fusion_arch_uncertainty.png b/paper/figs/sensor_fusion_arch_uncertainty.png similarity index 100% rename from tikz/figs/sensor_fusion_arch_uncertainty.png rename to paper/figs/sensor_fusion_arch_uncertainty.png diff --git a/tikz/figs/sensor_fusion_arch_uncertainty.svg b/paper/figs/sensor_fusion_arch_uncertainty.svg similarity index 100% rename from tikz/figs/sensor_fusion_arch_uncertainty.svg rename to paper/figs/sensor_fusion_arch_uncertainty.svg diff --git a/tikz/figs/sensor_fusion_noise_arch.pdf b/paper/figs/sensor_fusion_noise_arch.pdf similarity index 99% rename from tikz/figs/sensor_fusion_noise_arch.pdf rename to paper/figs/sensor_fusion_noise_arch.pdf index 9be6aab..7d4ed6f 100644 Binary files a/tikz/figs/sensor_fusion_noise_arch.pdf and b/paper/figs/sensor_fusion_noise_arch.pdf differ diff --git a/tikz/figs/sensor_fusion_noise_arch.png b/paper/figs/sensor_fusion_noise_arch.png similarity index 100% rename from tikz/figs/sensor_fusion_noise_arch.png rename to paper/figs/sensor_fusion_noise_arch.png diff --git a/tikz/figs/sensor_fusion_noise_arch.svg b/paper/figs/sensor_fusion_noise_arch.svg similarity index 100% rename from tikz/figs/sensor_fusion_noise_arch.svg rename to paper/figs/sensor_fusion_noise_arch.svg diff --git a/tikz/figs/sensor_model_noise.pdf b/paper/figs/sensor_model_noise.pdf similarity index 99% rename from tikz/figs/sensor_model_noise.pdf rename to paper/figs/sensor_model_noise.pdf index a0d3adb..3245184 100644 Binary files a/tikz/figs/sensor_model_noise.pdf and b/paper/figs/sensor_model_noise.pdf differ diff --git a/tikz/figs/sensor_model_noise.png b/paper/figs/sensor_model_noise.png similarity index 100% rename from tikz/figs/sensor_model_noise.png rename to paper/figs/sensor_model_noise.png diff --git a/tikz/figs/sensor_model_noise.svg b/paper/figs/sensor_model_noise.svg similarity index 100% rename from tikz/figs/sensor_model_noise.svg rename to paper/figs/sensor_model_noise.svg diff --git a/tikz/figs/sensor_model_noise_uncertainty.pdf b/paper/figs/sensor_model_noise_uncertainty.pdf similarity index 99% rename from tikz/figs/sensor_model_noise_uncertainty.pdf rename to paper/figs/sensor_model_noise_uncertainty.pdf index ecb65d0..20f8d44 100644 Binary files a/tikz/figs/sensor_model_noise_uncertainty.pdf and b/paper/figs/sensor_model_noise_uncertainty.pdf differ diff --git a/tikz/figs/sensor_model_noise_uncertainty.png b/paper/figs/sensor_model_noise_uncertainty.png similarity index 100% rename from tikz/figs/sensor_model_noise_uncertainty.png rename to paper/figs/sensor_model_noise_uncertainty.png diff --git a/tikz/figs/sensor_model_noise_uncertainty.svg b/paper/figs/sensor_model_noise_uncertainty.svg similarity index 100% rename from tikz/figs/sensor_model_noise_uncertainty.svg rename to paper/figs/sensor_model_noise_uncertainty.svg diff --git a/tikz/figs/sensor_model_uncertainty.pdf b/paper/figs/sensor_model_uncertainty.pdf similarity index 99% rename from tikz/figs/sensor_model_uncertainty.pdf rename to paper/figs/sensor_model_uncertainty.pdf index 362b369..9df8f7c 100644 Binary files a/tikz/figs/sensor_model_uncertainty.pdf and b/paper/figs/sensor_model_uncertainty.pdf differ diff --git a/tikz/figs/sensor_model_uncertainty.png b/paper/figs/sensor_model_uncertainty.png similarity index 100% rename from tikz/figs/sensor_model_uncertainty.png rename to paper/figs/sensor_model_uncertainty.png diff --git a/tikz/figs/sensor_model_uncertainty.svg b/paper/figs/sensor_model_uncertainty.svg similarity index 100% rename from tikz/figs/sensor_model_uncertainty.svg rename to paper/figs/sensor_model_uncertainty.svg diff --git a/paper/figs/sensor_noise_H2_time_domain.pdf b/paper/figs/sensor_noise_H2_time_domain.pdf new file mode 100644 index 0000000..edc6830 Binary files /dev/null and b/paper/figs/sensor_noise_H2_time_domain.pdf differ diff --git a/paper/figs/sensors_noise.pdf b/paper/figs/sensors_noise.pdf new file mode 100644 index 0000000..ff65721 Binary files /dev/null and b/paper/figs/sensors_noise.pdf differ diff --git a/paper/figs/sensors_nominal_dynamics.pdf b/paper/figs/sensors_nominal_dynamics.pdf new file mode 100644 index 0000000..0d57c38 --- /dev/null +++ b/paper/figs/sensors_nominal_dynamics.pdf @@ -0,0 +1,1679 @@ +%PDF-1.4 +%ª«¬­ +1 0 obj +<< +/Producer (Apache FOP Version 2.4.0-SNAPSHOT: PDFDocumentGraphics2D) +/CreationDate (D:20201005111213+02'00') +>> +endobj +2 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +3 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +4 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +5 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +6 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +7 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +8 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +9 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +10 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +11 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +12 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +13 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +14 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +15 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +16 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +17 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +18 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +19 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +20 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +21 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +22 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +23 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +24 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +25 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +26 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +27 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +28 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +29 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +30 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +31 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +32 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +33 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +34 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +35 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +36 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +37 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +38 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +39 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +40 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +41 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +42 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +43 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +44 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +45 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +46 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +47 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +48 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +49 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +50 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +51 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +52 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +53 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +54 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +55 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +56 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +57 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +58 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +59 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +60 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +61 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +62 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +63 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +64 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +65 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +66 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +67 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +68 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +69 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +70 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +71 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +72 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +73 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +74 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +75 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +76 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +77 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +78 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +79 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +80 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +81 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +82 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +83 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +84 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +85 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +86 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +87 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +88 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +89 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +90 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +91 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +92 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +93 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +94 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +95 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +96 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +97 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +98 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +99 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +100 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +101 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +102 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +103 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +104 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +105 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +106 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +107 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +108 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +109 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +110 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +111 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +112 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +113 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +114 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +115 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +116 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +117 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +118 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +119 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +120 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +121 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +122 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +123 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +124 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +125 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +126 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +127 0 obj +<< +/Type /ExtGState +/CA 0.2509804 +>> +endobj +128 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +129 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +130 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +131 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +132 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +133 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +134 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +135 0 obj +<< +/Type /ExtGState +/CA 0.14901961 +>> +endobj +136 0 obj +<< /Length 137 0 R /Filter /FlateDecode >> +stream +xœÄ½ÏŽ,9“ݹ¯§Èèlç' PK­ÌbFßNèÕÌ´„A~ óús~ftÒ3ëfEVTDéƒúÞ87<ÌN£ÑhvÎÿü-¼múÿÀÿ‰­¿ýŸÿm{±Ø§·?éãÿù[|ï{Î¥ôlŸÝÛÛ?è_¦Üs E—JAH©{‹•/†·ÿþÛöö/¿…˜ßRJoÿ­ì»ýéÃþT7ýÐþð?~û·ßþ÷ŸÿØ?þËÕïý/nb‹úÑM?þßÂ[úW]ãÿÒßþËoñíÿù-¼§¼Å¶¿ý²îû-”ý½]±§6L\>2ÃþëŸ4+ÞoVëú nµ§ãÉ-=Ĭt¿Y=½ïiïºúiÖüÑCÌÊw›·ò¾í[‰[Mì壇˜Uî7+ä÷XKÉ{ ‡YóG1«ÞoVŒï[ +©Åíxå—bVûYû{+{N{8ŸÖüÑCÌÚï7+å÷ÚcH{=ŸÖüÑCÌê÷›•·Ãýé!F„í~+Z6WÙómâÍ=Æ®û½zìåê>—c×ýn=mýê?—c×ý~=Å`Þr+ç*¸|ô»îwì)mæ.SÊå°kþè1vÝïÙSÚ¯.tùè1vÝïÚSÎæ0õtN»æc×ý¾=•íêD—c×ýÎ=õÍœUÍçš³|ô»î÷îúí«ÿZ>zLTz¿¿Ï±\ý×òÑcìºßßçÔÌY¥²÷îù£ÇØu¿¿Ï¹^ý×òÑcìºßßç’¯þkùè1vÝïïõ~_ý×òÑcìºßßçZ¯þkùè1vÝïïs‹‡9úÓc¬¸ß»—­^½èòÑcìºß»—Ø®^tùè1vÝïÝKæ2÷®« »æ³¹¿ß»Ë)]£Àå£ÇØu¿w/5šË¬©ŸÏkþè1vÝïÝKÛ®^tùè1vÝïÝK«æ2µ}.§]ÓG±ë~ï^öxõ¢ËG±ëðî¹vÝŒ +£6rZgnòLDþiê6¤RÏ°øQïs»Ó†#3û÷[föOÛ🡿'f‘Ö•ù“˜õ—mf…÷Ø7]l²kúè™Ïøl ÛÊ»–´Xc< ›?z€a?pÚfXx½îU!øa×퓘õŸ-³boïúµêù¼–`Øœ¶–ßKÞ7E(í4lúè†ýÄkc˜®´õÔSº=±é£vPn†íý½ì¡·í6”óG0ìþ¨Ü Ó uZÄŸ`ÊBsLié}_ÜéüÉÌú™—WøöÞVwº|ôÃ~æçcå+‹;]>zÀQÒÏü|,rê‹;?y€Y?óò±Ä÷íâNç`Øý|îïÛÅÎ=À°úù\ß³žÏ¶—›aÓG0ì‡~>gm÷Vw:ôÃ~èçã~ çO`Ö½|Ü®!áòÑ û¡ÏÙâ¿Öòù†Í=À°zý°]BÂù“˜õCŸ¿ÕO!áüÑÎéèó·dñ_î=†M=À°zým#þ[|ØüÑ û™×}·ø¯ä^‡aËG0ìg^_/ùúŸ`ÊÏü|Øã%$œ?y€Y?óò¡åkH¸|ôÃ~æçCí×pùè†ýÌχš/!áüÉÌú™—5\CÂå£ö3?Om߶ºÓå£>ýÌÏEòyÝa/=À°Ÿùù`'KH¸|ôÃ~èçS»„„ó'0ë‡^>ökH¸|ôÃ~èócº†„ËG0ì‡^?ôKH8ò³~èóC±ø/¦=ŸvM=À°úü=þ‹§ ›>y€Y?ôù[¿„ËG0ì‡>k×áòѪJèó7½N›þkõÉù£ö3ŸßƒÇ‚{;ìš?y€Y?óø{ºF‡ó'0ëg¿íöÓOÌŸ<À¬Ÿùû–.‘áôÁŒú™¯çx| çO`ÖÏ|}m×DáüÉÌú™§W(IΟ<À¬Ÿyú-ü«±¯ÖüÉÌ:üüýG×ÇaþJò·s<Ó¦ñF„Ê-PÄœêñFÔíaÛú«ñÛ:Ž[Ù³~×îö1ewß­ý‰dxéºNúÓY¥?hÀZ²òÖz•püpÌ5uý—þ´¼cìçíOÿùs’…êÉ?yÿÓö^›~?ÖýY|Ó8ú +“¾i}…Iß4Œ¾À¤ïšE_aÒ7¢¯0é›&Ñ—˜ôëÑW˜ôMsè+LZC_aÀ7=¡¯0é›vИô]'è+Lú¦ ô&}Óÿù“~Ýúù +“¾éú|…Iß4|¾Ä¤eÃò¾i6}Ißõ™¾Â¤oZL_aÒ7Ý¥¯0é›ÆÒW˜ôMOé+Lú¦ô%&ýº“ô&-M¤/0à»þÑW˜ôMëè+Lú¦kô&}Ó0ú +“¾é}…Iß´‰¾Ä¤_wˆ¾Â¤ošC_bÒ’a~AölÉ0Ç÷© Húdé')N·cùäù](ð®¤xÏ7èB~w¥Ã{ºAWÚ»+Þó ºÞ])ðžoÐ…êîJ~÷ƒV’»+íÝó ºÐÛ] ïžo3Ü ª»çÿü…ÑîÊq÷|ƒ.TvWr»§tå°»²Ú=ß  yÝ•Îîù]Xë® ¾§ÀXŸí®Ô˜³!ãȼˠ )æbÑãØ1ï1éJ‡9›ô@^Ì»LZ‰0‹ƈyÏZr¥Àœ,z$æ]&]È/“Ç‚y—Ia¥½\L +㿼Ǥ+áålÒ™/ï2é º\lyçå=F\H.gSÇvyAWzËÙ¢ò\ÞeÒ¶²-&m£3ºÇ¤ ¥ålÑã¸-ï2èBf¹Xô8VË»âþ ålÒù,ï2éB`¹˜ô8&Ë»LºPW.&=ŽÃò¶Å’gnØ®¬™³!£Ï¼Ë íw£ÅGgÞcÒ•)s6é”™w™´ý^´ø@²Ì{ º²cÎ=&ó.“.¼˜‹I#ȼˤ #æbÒã¨1ïÉØ\¹0'“IŠy—Iõs´ø:Ì{Œ¸ð_Φ<Žóƒ®Ì—³E¤À¼Ç¤+çålÒÉ/ï2)ÿ^´ø@ÚË» +¿->’ðò®$í…ár6éT—w™tá¶\LzÉå]&¥ßIoùƒìúbÉS ¸jΆ<ŽYóƒ®Tš³EäԼˤô»Ñâ#Ù4ï1éBŸ9[ô8Í» ºg.=ŽAó.“VÊÌÅ¢‡qgÞcЕ,s¶è¬™w™Ô~7³øH¾Ì»Lºd.&=Ž)ó“®Ô˜“Eäȼà+)ædÐÙ1ï0èJ‡9ô@^Ì{ J¿4>Žós¶ß È…yÏ©zûÝôâY0ï1(ÿnrñü—÷t!¼œ zóåý…³¯(„(·†ÈçB¬Çà«!O?ÿBòbÑÓÁ¿P…\Mzþ1øg=È‹EÏ>ÿB r±èÇà_h@^Lzú1øê“ž~ þ…îãjÒóÁgÅÇ‹-Ï;ÿ¬õ¸šòôcð/TW‹ž þ…¾ãŤ§ƒVv\-zú1øšŽ‹ž~ þ…šãjÒóÁ¿Ðq¼˜ôôcð//&=ý|®Z],yfÕêz ¾òôcð/d#/=ýü ÁÈդ烖Š¼Xôìcð/D"W‹ž þ…<䍧ƒ! y1ééÇà_HB.&½à|ƒ¼Øò¼cðÏ2«)O?ÿBrµèùÇà_H?®&=ÿü³èãÅ¢gƒ!÷x±èéÇà_=®&=ÿü ‰Ç‹IO?ÿBÜñbÒÓÁç£Å’§°ƒ¯†<ýü EÉբ烡%y1ééÇàŸU$W‹ž~ þ…~äÅ¢§ƒVŽ¼Xôìcð/4#W‹ž þ…Z䍧ƒ¡y1ééÇàŸ"‹ž þYr1èùÇàŸU!ƒž þIrµçÙÇàŸ• W{ž~ þYr1èùÇàŸÕWƒž~ þY÷q5èéÇàS7ølÇq þÿ9¤B[›œQ}ûÛ¿É.úû6%Åv=µÒcjo{5šZß±éŸþ&øÂ?„·(ñ=ĸ¥øVßsJ1•·¿ýýí¿ý;9áðïßþõíoÿå·þ›=GýbÚß[è1|ñ‹qþEnZO èŸ×üØ›Žå=…šº,)â̱‡¯ïz<ø¿Â†°½·È_ؾ°á‡ƒ_úöK¬)iº +Ez uõþ/1f½nEÙüŸ?ø_šð«ÿ• ?|ðI¶×ÚBîºÇ§<ø_þâsü/MxÒŸ! µêfŸóÜõƒÏy쿲àWO=õÔû{Þ§§®åm³ÿBÒíÜ ˜L›ÿ é(¹¼ºoá öÁ¬€iŸí’a5×Ðd[ÚZcN§eåóhüU†(¢–¿cG}žuß[ÞjÿÊŽö<;„…´õö•ûóÌÐûÝroyÿÊŽþ<;4ôeM¯ìøϳC®a둘ñ ;þé‰v(zÓ>ýËÇñŸf‡¸m _O–ÿôÉ­µg¹5½µuKMfÅ~½†?²¬á-âÿr«jyWZ’ÌJZZáI|½î=ÐnˆýO)ï[­…ÌtjZ5«KÜß´Pl\õòÞ%ëJ¹¿ý¿ÿ÷Û¿ýÕïÏi“üÿ{ï{T øåÂü—ZÑÒ{ص[üˆô4#´þ•m¯Ú¢|¶âs€ð´™Ô+q‹^Ú¯¦Òeˆ~¼9ßÞ³ ýŸ–µý?–½ú6öêù}‹ÛžÒÊ¥Tßë[‚ÖX#ßs͹ƸVÁ(¦.¬Ç] Ý0ÅÈŠ³Òn˜6¢=¥.+ Ã'hó_¶Ūµ•7$zÉ[Ð#4L—‰1…¾%ÃZ {T”0°¶×¶ï=VôìO¬i_ø_4,o-ëª}`zJ9µÚ·V ÒDÕx5™cØ– l{wžÕ)éÝ« m÷ÛãD¹Ëó8$£šþžTš^§6ª„s¯Å2dŠ=Þ7]Mfù·RÈz*–+›âé˜b+詶`Éb°^k¯0)ÇžÞ{ÖËÌ +}‡›!­¶Öu7Ñ|ï6rš +zà[ØÝ’øžäÍ«FÚ°¼¥œ£œ°=æhHoªžW¶[Kú«®§˜Á/¹¥¾ÕXÔŠ¢v]S.a/c±‡œò{Ô(†bãõ´²~¸Æñç¶Û¸E=-ýZòqKå=è%Î[1(…-i£Q¤iS5v~I –fò›«ïÝm'õcuÏšˆÆÊí˜^¶’c5¨Õ¤ÿeÊÚjlz½ó(¥.»†F3l`YÞ\û?ÿ^ê=Ë®:0^t š3‘iÜbdÒÉ#ô=õÐÜ”-=é°l¯QîÉlÙÞY84þ »fAÓý”l˜"‚Z†™ý!Ö4‹É\MÐd¦d’–_AiÓôÈvxG°fèn˜&¯ÜN·»ËZ¢ö¢gÉØí],h¶2°ª7X›+'5Ó¾L/·¥èõÖi•Óê‘y5·Öß\BS\žÄ¯™4¥D{*9Ù<ËlêÀ¢ÞU½©*[+Æ ´iÐ7uÇz ]Ažî\¯”_QÓ,é)+ðf§^ÉqîcÚꦚaYOY/¿=ç,/UõÚ(m9ÍòiÈ;v¿¤nsÓƒõ‡R}¿YºÝ¶«rE- LQˆþWœr­•¢Ák~M9©(÷&§ë%ç<ʺ—iÆÔCk0½4)úÏúu¹L˜åyRíu`• Q“À°MßÉmó§ÒÙ_7®ÇZ¦I(ËlôøË^Òîk…¢®º/ µ ] ± Ÿ\¿Ö€Ú}b +;},˜ FÖ'f•·Òg‰`˜^*y&Ÿ˜Õ$\4!lø"ÅG„På­ô-•Í °É²¤:V£þÿhÃ'×Ï0û)p°³[»a-§’¸ˆcE¯D>ù~쮆q·eÓÄökj¤¿¦>0ÝŽÛ†ÏZ£º\KXÏŠº Ÿ|¿¦xÛŠÛÂÁÞ­`Ã'߯emß<¶óÎY$¬[fݽäI‹’¦a¬£ÛV÷i^hÕ+~MÍ@=³æõy+‹^wz'´|¸#Ô/9£×äüõüÒæ#[µ¥éE‚ÑÖˆç6YazQª¦_3LnNkÆÙÝÖ=]¿¦â‚­†1²ÔqêÝÑT1Lo˜ÅN†ÉaiLŠÂfÃde{70--úÃ×ô:jºhÂ…uÎû‘;«™¸Ð‡¶ +Ž Ÿ0Ó>´ a½‰á¦‡S¼ÙÒé¾ͯ)GÒh•iQßs"€mšR2,»™MþŠÅ­2z‚äáåã=Ö†7¬”¤wÕã m˜"Žncô„i&j±ó‘µƒ_½c‘Ѧ¹'Wæ#Ûä3ôÊ·-û5õ6”î† yµUDË0QVºä_“×ãÖ³žÜV„¨ð_³Á«lcä=²ßAeË ¯`ƒ§—JQîæu_`,­{°ÁÓ?ìšE#ºÕ_µ²—G˜¼¿Ìˆ#º•Ñ™ÙVmðäýSPè+Ÿ°@:ŒbXÖ»8â[‰.’r ~M‹fƒ»+Þ½:šb~Í )ÿ˜elz96<=bn…1#tOÉFOQΣŒ{gJù­Ãlc 5h`U/]Cô̶hÁCÜ!s ~MÅuUT˜6LZx³_sãA>¹¶ §pp£vM¼<>VØÆ>–3-뾸íì©Y°á£´\>x|(Ç­øLÓÁ†OÞ_ïGó©Çú"o­íM0ˆÈzß<Æк¤{M{e¥—˜­´^ž80]ûæd˜ö%·c˜e뉒aUk¾žYXkIÿ³Ñ‹ØUååü{z±äŸR±ÑCq£DÖˆqZs[6|åðâ +!úf£GÃcar§é ¨l- óµÆ§úÎì&R°Ñ ì8©NÓ¶IAuðkj×óôšøÔ·l~M½æIaS/ü^môägº"‰^Žïé-bB4Ãäâ´M«ö="z=T¹ê`XU”)ϦpCQEókj)Õêã"6%™prókêlÍÃÀø 9½b˜ÂOM;µwÒdÕ<`üð£ +•–…5Y­/¦ÝCEáÈ0⃢ áö}Z‹Üb·Z#ÛaGýÑ‹ílÙ:i- ’»Ç-tÍêÕ%¶ë5Ößv_ØÙšëáVÅ~†±Ï#$% ÐÇÕ0E²ÚÇ"_Óƒ®²a +ýµÆÛÈv\[e>Dƒ"/îÆ…u‹²›AŠ÷‹w¹æ.Û­·ŠYÓšÝ}4L[W[v€vÛí‡âß*äLÆD\ŽÔ1m9»6 þkòU²X¡H5L¯7y“<°FTÎË E\¿«@Ï6δoèÁ’ØØ ÓäÕþÞn¬ÊUjHªaz³Ù6ÿžÞa…q›Þ+ÃòÍ;VP¾i6â•f£zÌ0”Yõ*°ŒVvß +K“yT ,¿ßý΢(ØÔøøš¶}š +6pr +ñôjú÷äªäÜSpŠfÎ6+QC,€=ÞÔÄ0ÆÍï@®JQœŸ_RḵЀ‘“‡äš™AwÜ”Ââà5¬ñòm- ¬åÒ2yêö5u‹nŠžƒ¡üŒcY¶(„#Ñ¡ma5Œ¼o‡aJ­i½ Úš‚Rß-‘™a«.Ìnµo¾[PÄöΪF&Â0…“šÇy˜Þ*-N6vòû<½Vù„Lû8±j‡oåÚ™äiŒµé…ÛŽ&†rËðТܵʔ^âÀ4±I¥TÃ4ªº÷’Ö)ÚÙ›³kôåqüš† +uµTû5µ®“°#½Gæ×°È3©Õo]žD‘LÝv¿&·£§Ö¶“‘S¤õ&cíçë·È^‘/Ý“R@df´ÛÙ ÓÃÒ+}ÌÉâh9è ž°dÛÊØVÙ§Çè×Ô¦g·Œ°(O• ÿÃ…qÛ%ÚÀÉáËGhô““"Ùmà2É ­*‚UíAÃ6¶¡ÍçUJL ýK¾¦—FˆfîUNNêÀX½Ò>.ɺ¡5ªÛÈ%¼‹âžqIH¢íI´(ÈŒK²ã‘3K6rÉ‘êa¥|”‚EŠÑèäº)ö±S!Ó Ô´Ì|®ð»Æ;o#þïv>ÌÊ y¦¥Eq /~×f+;¡dÉÊK±×–ÇMѶ/D?†ÐÐkì–ã!u¨Ÿ ›ûm*0õnêv»aZ©ÍÙ&Ï£QØ Ëd„CÈÓVËDÖ¨€¬»Ý@ÞÈc†À¹˜^ -²–c‡¦{SœHö“¼h¶Ð-fy(2ÜÔb‚ɽ±vp†7ÐV(f7ã°ÞR·`LO6ÚÚÆŠ)Ë6b>aräz¸>vÂôÆv;Ïcx´zú÷Øê)ŽßH¾fM˜’,¯3°ƒ»¸»Lº]Ãî÷G²R;rú`œ5èùµ) jÍb˜‚s…Ë–SÒ:ý>v§É0E­Ù~ +ˆ9®5¦ìœ5(@³T òZ½ÌjCÞkÜ‚ü”žº¼X2L®çØ/F+KòÈÁ¯©™”ì~St[´ý÷k*ÌÐ.Ì*úùëFZe@û‹ît÷T=Íl16†/ØëÕÙóuºÃGÞ^C¶à·ÞyÅ5è Ÿ°<².cg^×éQ³Ó&Ã4b‰P»$¿&åZëÀHr+þ +ÆW¡y(ÿÓ“³ÒSlI³³‡hËäÀZd—MúN˜Â P ‹dÞ‚m-ÁØ™k§¦H¡r`kXäà#úýá1ô £8fÒAt¾(;dÔ#dfr~©AöU ŸWÆíÚKP¦y¦Ô|làfÙne|PéGÐŽ×V¬¿ïÕ¯)aybà +û9M²î×ÔRÅæ± ¬“Nd_³TvΆév›^É’]sBÉoȱ]‹b aDÍÏÐl¡ÖÊe[|°¤CÁŠ°&ÿ¡uį©—…MƒcDv´ä¶h›©ÍF80?°ÁUÛ\TP†-š9Š¿s·é—pQ̲20V6m +ƒaÚ}s¤jÏ…hÏ}¢_S]JžU“ÛÖÛýšd‚$ÚøѬ}A´þD1²È>°LŒXlüäÿya†ËªÓ+˜¢šÈy˜a‘5ÒÂôùÖ‹í{azH»¹0P¼ÓÎv)Šõ4eL;ïIª]qÙ¨-Úð–ñ=Ãeû,uKÙÙ¥nnË&ÿKª¬–IIgCÙ*öá¼Á´ÝÌmIo¾˜2P¶4½ +Š•$v»GñåyÉCñK&fmßükI#¦G¿3|ÔeiOTÇí‘%ŒeNqt(ÒêÀ¨ŽÑâ>aÚêj«yb™¨†' oX¡¾aZͳarXºEwÝ0Íâ>x`ò{~M¹Nm¡<ˆjrXvhMˆªS(àÁ‰}ÍvÒt†)¤©É·4­‘l¶sƒ´4Ié×dBÔ7SþŠ{ç×ÁtA­žKh~¸®í7· '«÷F …ÿžü•ü 'g†5flqŸË Ñq ­zC;‰±6ììN9æ/~MÍI9R#„éÓn.ø5#§ªÕïA˜X·}‡ÅµÚ¯õìkæ®ù]\]ûpXw¾5x8 Ú14=9…é9.I_KÝžÊÀ´Å¦Øª¾yJËM¹í¯™ ‘ ¾^·ÍÞt§µµ35¿¤bxE~Ñ-©–×ôK†zfXÀäÓ‹iŸ6N|o‘ÕëVEM/“6ÇQ»§áØlà HۙǦ…MÈN³Ežu¯‚±‘Ô[Y6¿$“ªQ¾äØYà¦`Nob÷‘£voT´Y°ÉÉ5 AÁäá›%ßÀäG Ù1°@ñžŸE¦?oÝwH`Q¹¢ê×Ô)cK´ÅZÍ„4ƒ4¬Ée@À¹ÚÐEÎàõ·è_£r†·Û†.Z™Ž|iÇÿìæ´vi]m~Iª>õ,÷ä—Ld‡½œ¬ØRšü’DÚÜç‘J¶Ä YXÍøÝ×UÍLÎüù‘½UŒBx@»“ÚØʇڨ­Ô¢º´â";Ây=ÖÄ"N6ΠˆŒÍM/¾æÙœ#œçíJy`Ú?ëÇŠüu«¢2—¢'~«ìký5÷‘à²l˜&ç>âOú9Ó'f˜\Š¹Út`•‚°b£§ÅXK^ߊ›’­±Ê"0°Lñïî#T9^¬a…clVÇ¢Wå®ØäZÆ‹ °L§:°Â_Þ]n—júàÝ `8ímô8%uâ[§jqOÖ~ï©ð^žÍãhÊß8&©Ý¯I„Ø' +ê4v• Jæúq¾íǼòöÅ0æW*îŒ+Þ‹èIƒ6 +zãÀ³ôkÒÄÿ5LîJ¾Kû¿f ‹ãe¡bo”¹Rö§µJ[dm£×;°¡5L××k”TíÜG£g4È!ñP§Ùy•Á~INAG”M!+‡2d½€ÈMö‘Ah¶Ó\L\²QdæéÇΞ20Bºày}0E/¸Õn˜þ•–K߸7f'd £pÚu€´¼î”×4%Òä©È=kÍì®/L•—È:¶{{G4Lþ@A¬ÿZy÷šO»Ê>ôtáVD®&í¨‘èøR´ŽŸ¡ôɪC+JÌP¯ùJ¯a²¸Òý÷¨ØKœÊîo£âÔ*VˆfŠ=ÇžÓ8 EÝê2¬ˆ•£ÌîþV˜»KæwÏ©nÇ÷8Œ¨Õ!í`ºåèe~÷¾-ZËIðÅvt/u¶Ña÷¯Ñ™œà/íL™l‹o”èê· +­2³„kíÅ0Å Ö.™hw Éó‰Z`“•z;ÖŽò0ªssôÀƒŽî™220¡žB:0â(Hy Ö)ª7cl²wêõû`ƒ*~4TÙ^Ò –8Þ}¢qÊúÕj5ÌÏW}BîœáfJvÞ(„örtŸÖú%_[2LÏÿLì”ëY)n5LozIÎãÖIâÌÓË¥[÷p’v9Ý8Å]olwŠfŽßÓÛM^€áCÙ:þ([Ϙ·cæÛñ=ÄÎÁ“ÙÚôÙI|nºƒœ “ÓmÛI„Ѫg]9+PSàáam—Tèí<z7ËÙFÕª"’lX‚µrø0ZG5ôœR¶Y0ë¿G£ªV'¢êæíHÓq½¯•råšß¼¦¾pÕ80Å5Úõ3z»JÓçy`½ëŠ1´‘]ÞÜJš…9i`bSÞÏR;âÀ´ˆt‹/Át'{Þ<ìàUUÐC¨ D𯫠ˆ–¾Âúv–±åw/“aðvKgCÒÆ‘ls²vÚö´¨4Ýi8Ï +f/ëlP°÷ñ=2¦ú‡ôYС%T ‰ÇÄæ·Ææƺ%ˆ°ÂøE{òRůpÒ¥©<îAŽJË¢¶ŽÙ0ÚçÓHÉ"•UÙqÚàÑ»›K0LOרû‚ADê½û>¨åï”ãeÃØãmÑ}&˘UÙàQ’†Cu­åOÞ)““ ÆîI[ƒ»èNÕ^`%̆ñŽ6/ïÊ,î8ÞdƒÇ>ëÈ7Ñ·Æ’5º$¶ëv¨Åì—Y.!V9‹o‡ÂCˆ’¢;¸lATŽÔ<¼yÇB/«ºÈvßèÔidª|7£¨ërþHê ŒŽØê¬Ò€žmäYpMáî÷ÆÒD9kü“-ª€±=ÝFŽsOmÇ{öߣjÕÏFŽN¤ ¯ä€ü(U§€ÓÑA´ÔiÍ '°ú{/ófk¦Žž(Ï—†Q-S4?i¥Òk¢ÇüרÙSÄž8V°V<&s̸fåµÁϯd*õï‘êkê‚Ç´ìy@ŠÖÙ4ʦ_òzWí2ß v,3ÆØÐT<0ùäÊ9Å f»öØÛf¹áŒîˆµ!1tÖ˜fM›y`­íI€)ôös°`œ¶Ë¢Ž,ûȳƒª»©çKû¹ÌƒÑˆÌ¾Ã0ø@öÝ&¤òwZ8Ãe=yôWFK×€ñ(ÈžééMñ[ÔìEˆ6vÉú‰1æ ;:%Gš›BÍ…Ñ Šy7}€4ZÍ*AiFTh£i»ûÏÉMiÂà¡ ƒcs­ °êEQo´>Òݱy©€ãÝãiû¹`A@ó0ïÀ¶ÁÛÞG?ª?h+p°öÃœ“Ávî`œ‰ÁHaÒ ä%7/œÉpEmÚ’ú#éßbÊã”G15rô5Üi«9ÓË0j^·áP¢ì–XÔc¡ÂFÓbóòU°“ÄÀàUÊùΨ)“ÌÔ2zlA +Q§íVÀH$Z¯˜nA3h`òTÖ}Î6€–˜5¼¿,1XÍK`"Z·oÐ+ૌ +MÏ·›€Åýcÿ +æGÇìضÑïèûúÌ¡éW¶4†dëEŒ*¤o8㤠º³VtÛ¾fŽµ2G{3,Ä1éôƒ÷7oº®äXûÀ8æ©–&ˆ¢·³wdwxnÂ0y’)4ê4LÑ6.·ÂäOÌR&‰EÛXvØ׶ìS³Q«ýÔ2튴S6¿s–w¯Ö¥ó=rªœkTæ³é¦×¦£ŒnÎÌa²…p¡šâƒÞâ=:Xõ Nw^¬vÐÛÍÁ¨×KôhE“e íDO, ¬²žsŒqAT(Ù<fíp!@ôÒ›ûMha2g„;—¤£$EEŽ;\°ž5ø¨ÌM^zFÕkçôŽ-¶{>¿Ö¿²1â&=;/OŸ" ãåX0Yp«Ñ£°¿Ó;„¯†Q®Gý*{*#é?õ°FÅu%pxDÎëøåzÑIŒNdóz¬iMeÆ5Í©? 3LòWŒžå’G™«cÞ§šaZJzòP3SÌd=_Œeä$“ëžFZ¶óî@êB½ïæ)éL=ÖÑzlêN¥V˜Q0%¸ò$îU©)Sg?FãÕ†Q¯§‡‘v¿fÏ™Z±20ÅFÞ‹Ž´ƒY?%õzAÓ’ñ£&“€Ñyö7_là裒½hÃG5§¦ÎÌÚ)7>JT2³v{Ùö7ÞÀÉði#¥—Ìß\ +,åS{±á#ž›!‡9ªysãN ³Gr°Ã²a 5çÖáÞßëju¿ ŸÕÍŸe…`lÔÝ&_°D~?î=óä{®6ûØW†2¨&r6µˆ‘’Mè¤0D;ÓtÛ©–7G³ïô «¤›áËèæ@äm·}ÏŒz=…|¯Kxi%÷È~˜Jæ‡ñ£9w÷Ž5œ í+83-I1û¡|† F× +d…ÌÌΣCµÁçƒ_%ë8 +}²•æC0ÂøÑFŸÃ0qÖ®á£h˜@¡Û¹U¦» dºs’y/õ?1í~´™cø( 4\¦óÎ#†Ê Tªiåb1tÆ…Ù*Åý”ЬS¯ÃÞ!Xõ¯ÌòþÅ̈Qº@õÈ ÕÐó](Øósà1Ð6Ö†ÑvÈl|xÁ3Kt(í<û‘^6ò í'ä-àŸsƈ ;ŒÁݳ3P%µ:Ö(Ø?4ZÖ‘¤U¼W´s3JXwK¤l¾õ,#ѽÓ" +Fkzô§Åz¥ˆF£!$Çrò×™7˜|ÍpN²…NÊ—šéÓð m¶-ïûÀF_’ghíÞFFncRä +¦øOnÚpÃØf½X.‹-mê€è_2&7g‘AÙ­½ŠÂlžW+q'_0 †á€a@;•©¸%‚£Ä ²T]€ÄÒÁal žþ#;6äcÓȇ¤]˜×ž8Ô<œñìßÞ!-ò(ˆÔ–tãì4î­©»ó‚@`6?eÏÆy ïkd•#ÿŒ_3{¢cÞ®—ýš”VnÅc§nåúÖ„Ô¡FóîU ê‹ŒªÃýTã cs?ƒgÄ¢ä<Òæ`idAŒ#†E¿&wÑŒ|Ë/Iê±ibÇ_ÚŽt¼l%a5úþªèßB°ÕLù…_i@°ÄYÿ¨QËPµäŒÚò½C±‘CôKÒ‘Æòê·™FÃ`^õ³ ª¼Y"ì0/õn`š£P€&;5eß0¶ Ží#nÉÏ5l=9 EæÌ–$Hë~ÍB›2ÆŽú=ˆMmìØBщ5¡ÛΈ™a–qFR0ˆÒR÷£ÑÌ™£ß‚îŒèÒÙ?À¨ŠvÞ/ jgN6tÕ|{²`«p¼QNðã[Ò}m|Ni{è6lP×@Äc7V(A€ô¿Ž/VŽqÌ¢UØ ¨ÍZ?Eí^„Ó F-s–8˃;ÖN´ºsÞ“ ¦gª½[t­`N{ÈrF,W)‘†ÕýØNEx·9Ç¡U‡€ÎUŒä¼lÜhh`qíu`†’lãFúüÜÆ•ÍNy"NÙ0š›ŵцnýé°²f;a+üb uF J?20*6´l·q VL[5ŒS¯=[·NébÔHt)´ÑDé^0fÝ›WB‚ãyþ=èAjoÖ½IÏê>6Îo»……9WVí@f§<ìÀü웪ejIôÒl»«ñ£2,z™‰&\ßü lÄH~INÈ¢WáXaìdŸ²eÞ7 +ô“Í°†o¥MCžÎÒ"€ŒÔ˜—Ö+eʶõŒ`ug¯Û½ø†¨~HaŒ’]¸‹œ$umÑ(v8âõs¥¶+ õº[ñš$ù(m˜ýu§ˆ–¬ÙnOÓH`½ñkV˜z7:_•Ž½¥cyÔ€z‰Á4 âƒVÃê£t…±%–Wx÷-xíT$€ê5ÌeH€Y=VÇAE¡[Þ5R¹ju\Úêµ L6tƱ¤õ‹iP§¨Õ×ZJÊ6z”kÊó&l#§œÃû0Q oM,´nÖž³×ÒiÙ  "†&On–ÑS¥o>DãØÙ`9Šé€¨©²éC ir‰Êƒc +0©?<0½¸š¢›çÉ¿é=òá¡ŸÂϽàùéEÆZ+ßíPÌß8L3*Kƒᤑ-oÔÂPYÝÈLëPÞì]go1¬åU€8|ŽºƒeçúqŒ¶xúO£—:²ø'ïüóSäQ>Ißy,›O7«ñ(F¶ ·ÔÁÌâ˜*‘ú²rÍ~rͺ˜ÈÃ=šµÉœåÜ`äõ"rÆIµ£Áô–¨Ï^VªQ;¨-ÀŒ3Êè–7#ÒŠßÝÎþîm÷Ù cC9˜Áè[jT}‚é¾!4+ƒÊ.Kà +DJÕâ©BïÝfR^Q«74‘°cäõr¯Žé¶¹ »¿D8gÉJ¯ Vì×m³€:ÃÒ¤®$ Ë^“ד!÷¶0_‹ñ-S‚¼“jöUr½Œœª¦ÇlgíUœ{Ú½özã” S¨Ü£ ÉJ—ÃÜi æů»×Wg½d½º_¡‹ÖŠ’cZ5wŠ’¦A/Nóf~¹ÛÞl`ÝïÝkÄý Çý-ô0úÏX›É‹ÝWôåPm²Éø–©;?¨|À(݃:ls¬0(a|¯½;W“_o¥©›ßƒyûZÖ1Ä«Àš‚6¨x¬¬^Û½£%ºÐÃî 8^rÝPÈã Â*Fóo˜Æzƒ¥Œ>|#MŠ^âï3BdvDí£m “ë_cíìÎEkÝÔ¹¸—†Acšæ@Ÿàüž2-›1MÓ:Õ4<Ávc`ùäîgIò~èã{=vb°|ܳ‚WºH¼¯c£ ¡[ˆ æ%ÏÙ1š?Òæ£ÀI4Éqô|d«2ìÌïN!j]ä lšT €)xƒ‰6äa÷0!S» uuLçƒw¥ÀÓá—µ¹YÌɈ +æÇ£Ù%ѸÑüL˜%$cÛ ´&?–p¬èM ɦ± Fñ²‘€YZÌ°>*˜V¥¸wùt÷ +ëƒÒ0(ºâXG¡‡±Ã›{Í(Ç~”ùN-9Æîhëèašå†’a¼´Ñ÷ç`îKlîAc£ÑÛü†Ìh£­ÌæžÑß”ì5,`ÐGZîК­ú0Áâ­mÜš´v?€˜7hÚÜcBõêÄvcÊ°©·Óþm,ƒÌ4ÛÒFù ¸/ÃJ²@ :?o+­ÇæÌ%ÍOà Z7šèÁx¦iwër +η–»ˆwÉé‘ 6N0誑íÐ2Gï“wÐç@#Uî½|ŠäÉõ–íÚå›Æ X¦%ÈÙK±í¶Ì=‚-C(Œvv†AÊ϶aû»ÕHÙx½í¢`Ç­Šöæ{±Ct}ãd{´1Ò$“ÃøZ''¤ñ²¾B|I xÄn¯n&-¶aíÆ ¦WV7o›¤´j÷Ê«7Œ•ãïíÔ*>ú|€NF™hTíN#ìP­k†eºïüŒ³À #/QÓŠ”ÇB)‚~z7ÎÍÈ1ÎÙ \ª±Ö{Ù ¯ZJàwÊÛ­*Ô:P)ÕÏd/íAW +ø¼ Ô{hiÁØüe¡š¢)âH£õ–L¢ö•ò½àÇ?@0ÞíÖî +tp‘# ÎR85¢Ö»Žæá;µ'XÁW,{s&@xhÜýA cm›·83{²wMƒï‚HÞÈÌ^È¡ $µî-²aMûbå.V éØ°J‡4~9Z])Ýس7¹FùÞ®ÁÈpž¯Šúëç-¶¥65aÃ$˜„ŸÐ~û R1²cËÙ{ã·6;9:{@F!J·n8( «f ¬AµaL˱Þ*ÆÁ,¢ àÝðú?é£Òê=Ãà³ÈcëÅ¡‘g£¬¿žðåø¼ÂÐD95åëZÛHxpbTÁ5˜\péÞœw}hÅIàÀÕ”:°îÇjNpëØ/pÂPtå}Ä»7Ø‚Ý:Љϵx¨e—÷ñ˜ˆQÞúØØS whÉDëÕåüĦpðÚBN¨@Ê—š•qpÔqZ`´I6g(-Tóe)w'TèGµcMîÀXÀ¢ #‘öÐJ˜ƒ´ŸžS’>cŽ7¨†z…3Þ°LØë½ Å$ +4íŒe™Ò™›-ùŒÍX–£U<°9Fý^Úœ–šºš) ¥JÓ7lÕ0¨Ý‡Z Øq~nÌ;Ä*¬pÚŠÍ;p`ÑÏùÁvËTÇà…Ì»Gàœ©hª³yô‘æ˜e4Ö!!ÆŠ½[¸§E­9é¡lÑ2§#_>{)Þó…¸öÉ9@Gm…È=˜énÎ Q(Úkûx–”ïéÝ@Õ +ü{!'zÙ#§œÆmIõóðÝÔF·áµ¢ q†<úɃæ(©ù0)p>¢‘l³ ûŸ çNÞ¨Á“EŠ~¿Cæ̨J(2×ü¼¨œ‘1Õ¿qñ°IäÌ´ÑBñ÷EâŒÆªúP1›Îèw!£;4'f3ºd",û§öÙ©oF>Ù¨(†ÔÚ$oF2•”èЙÔÍÈ¥’ËŽC‰l7#•ªgRpÑ6#“*Ã7/<¥ÍHNôSôìT6£IS­Å!Õ5I›‘aE@ÇIÑga3ò«NÒtêš‘^¥àÜgÖ$kf¹U­‡aHMªf¤V‘ï<›DÍèØ‚j¹®›¦ÉqX3÷¡v6IšÑV¿è”4 t•åCln4Ñ+身 ­ ±³› Y°t;¥—>V³ o9±³IÐ,r-¤Ä‡¶ÚMÐ ˆàæ%½‹ DnûЙ͂¥ñ7›e«žîÄs «žî;ÕSëìÔ3Ó›ËnШ6é™A6± mšYÐ ¬`ó,î,hDwwõíÄ"hFéIö6¢EÐ,p¢PÚA“·šÑ·åñ½IÐ,}ä†úÀNA³`%þš?C[mÒ3¢¦¾øe4#¼I©:h‡ ™L€"¸Ã…É&A3°”¨I/e`§ X!‰1{&A3 8)AÐ)hFéIöŽõEÐ,§­¾ЩgAÍX«=30"Äî™EÏ,áÏžG]î"hÖ´µ.mH²M‚fÁºžã>X¿A³@¯4Ù(O‚.‚f`ø¦-¹Ñ,h»É^‡²Õ$hÖÈäì‡Ú©g¤‘£éÓ…´&=³@žtÏS,zf`‘ +yW[šåÌ€ôÚ¤Â'9³`i\è/ýiÎrf`­ÛÆé“œ˜µA ’YÏ,Æ-z‡Ozf`ÈD?„_ôÌÀˆ¿¶Ú?é™iTöC'lÒ3 Æ*ÐŽÝú¢g6;#§=5ìÔ3£¤0Õ¡K6é™Á:<.]ôÌÀôê°éþ¤g¦'ë=m«žœxÅó"‹žZî¤îó›õÌÀ8ñÔCsá®IÏ &¡Í÷K‹ž¼Âžm^ôÌ‚’™rðzf!ç=dÌ.À5é™KñºhÙÀN=3°LÃmM‡.Ù©gF{jß]ùoÖ3ÓÆ‹6°SÏ ¬›èOtÁ¯IÏ,@ByæÐ0™õÌÀÐÁcè÷7é™AG‡ïÀN=³`"ÉUÃ>V=³`M4ŠJò~hT«Á˜SZ/cm›ÍÀ"„¥} ß$hŒ©%ú>éc4£VsËC´l4cÕÙ]¢eÖ3Bã£Ã>陎›µí¥zf`¤SÊ]“žXA}º¸Ê̬g¦e è*.Ý5é™ãÕ¢beh¤MzfüïÎŽß,h)•Ètê™PBž³ž’›3Q-zf`;!‹û¹YÎ ¨Ã)Ð¥³SÎ,ýETnŒÁ,gF©§„9³`Ù_-tc f930Ö¶šåÌ‚eáºq“œY û»Óÿ=Æ`’3£È¾c0É™åâ-—†Mrf`zÓ07°SÎ ŒAÜÆLjf@ôÿÊǪf`Ìbí§bÙ©fFW¼aQ3ƒƒÑ&Ã&530hZB +i“š«Ýe5³ØŽ†ñv(jf`‘qHC›k’3;Q>V53 ô:è…Ø)gF|8¤À&9³`„i2Æ9;9³`ÇЈŒ¸é,gÆÏ•æû©YÎ,ûÇ!7É™gŽƒÇ¾ì”3 Æ8v×2XÔÌ‚Õ%+'Ø©f¦ 4Ô!E:«™å‘»ØYè}C“aV3ÓJ¦ÛsR3 &¢r‰.jfÁzÔX܆FÕ¤f–Èþe×YÍ Œ²Ï:&ìfÖˆ˜Æd˜ÕÌÀúh31lR3 ä†ÉêyŠdQ3#]º{Ö¬f”¡V÷Q˜ÅÌ€*”žå$eFTî嬋’‰·˜ÆÃœ”ÌÀ&Ú¤EÉŒ„ËçÞÚUÊ ˆ]ãx–“”ãAí¸a“”¡&oØ)e|¢³”Y@¨e¶¡Ò2K™yöïC®ìT2"¥<¤c)3°QB{•2:;?V)3°³Ý÷c•2³|$¥.y?I™œQÿǪevª|¬Zf–Æ<(”>V-30:/ å7lÒ2³'¬[9°CË ˆñˆClj3£åÒbf–…^sˆýLbf@gQÜÇ*fÆ6·òn“˜©Qä>ÊÐ6™Å̼ów·èbf–m…g(Ç«˜'”}ð¼Ïjf`ø+Àf53²­Nß¹ØP3³¶f:£÷C°ì3bžSþ$f’y\]ÄÌ‚UM)Òp¡ÖEÌ ¬Ãó5Ô'132»ô`B#³˜™e„ƒ Ø6‰™YS3z’^£3‹™ižZ‹¬A“˜çv^K¹h™‘,¦¢n´ÍZf–b¦´`èáÍZfÖB­7òøÖ$eLú«y…Ñ"df‰iJu‡®à,dqsâF7!3KY»TiÈ)d…Ë!“5 ™Y'w§1eȦ݄Ì,Ó½›ð‰«OMBf`$@»J-Bfdº7ä˜ge2c[P¼Dj2Ó†¸$¯o[„Ì,{Þ|úŽMBf`bÏí9;…ÌÀ¨>$|f!3Òçzûâ`B^„ÌÀ ëDè‹™§ä9¹wß6 ™ÑW‡ªÄ,d†g#*Ø©dFN~#¯•]ÂbV2c) CdwV2³< ÅÅùf%30ŽwG7â¢d†DŠf¡?³IÉÌΨG‚k“gô¯¿,³Ž™ÐqÚ?ë˜ÛTM9Ø©cì1—“kVM:fväÐ࿺b“Ž™SÀU?ôº&3;ŽH†ïŸtÌÀhwl‡nÚ¤cFƒpÒ³Ž™cìx <ë˜q"”= ºè˜=Å:îgg3 tD«ŒXµf¨óÎ2fv4Ò]ùÖ°IÆÌ9ÐMÚ‡¤Ú$c¬ á-÷³Œ™1%$ô-ÝûÍ2f`”õ ¶‡EÆÌŽ[6âµðIÆ ï‘÷1´“Œ¬ilpf3Žb }ŽCÂg–13Ö†q8°SÆÌŽpÝc.É5©˜9½ÿP›TÌÀ(š”Ï8”ÊN3;ù©Ô7„O*f`ðtÚéEÅÌN…b1UÃ&30cÛ>SÃ,Ø .×âd_‹ˆ™“·h‚9áö"bÆ‘ÜE-‹ˆXBOdµ³ˆ˜%³]àc1C $yéÈ¢bfT;šC¾žÏ*fœBÍêʳŠªÌáP›TÌÀPsŽÞì·¨˜ÕQŽ>°SÅÌO½²56©˜ON«·ê¢bÆ©W@ùsÄ2³Š™Qudµ=–™UÌÀʤY8«˜ÙIÚFEø'3£óÙO‰¢YÃŒs4øtÛ>¹& 3#ñÙìؤaFZurO³ˆ™Í) r6l13Ö¡>Z%>V30tË[rç?‹˜Ù™žÖÀÖÃa<",û{ŸEÌì¼O¿2hK30V–v•M"f`NE_?‰˜Ù9a£s?°SÄ Œ¤rëû¡Tvª˜S•ž'\TÌÀ*<ÿNb·¨˜™ÊÁºò±ª˜ÙÙãQ¯ý±ª˜ã¨ælxØ2©˜«øígbbV1ƒ jÛ>«˜5—C[kR1£ªÖ/Ã&3#·jluÝ–YÆ ,ÂÚ†ºÖ$cFÿôè©_dÌÀHmÂmØ$cæD[š# ŸeÌÀLœ¨ [&3#™¡®2mvʘÑ[°§¡6ɘéWÂçÖ;eÌìÜ5ì¶o5ì&cÔyÃÇ«;˘[CF‹‡ Ù)cfǵ՛èvè˜QÜ‘‡Dî¬cf'¹xÊÍs!³ŽýUV°ý±™¼'‡Û$ef'À3"ïg)30D¨Bí‡\Ù)e&OBÚì“”YŠÑý±H™-Ïv[nf)³qª¼#Qgؤef$p–ííÐ9;µÌ‚Usóæ¸:Ú$eTiãÒu“”§cÅi-3££ƒmêh“–™íwz80i™%JáÃ!WvJ™9ùQÖRf`¤{b7)3;øö’ö4 SÊŒÃm뛺.Rf`l•Œûåc‘2³ór#í7K™Uô\ŠoAf)3;Kw§æ—¼I™q\ŽæL©Chn’2 džýc•2³#xdÖ£­B‹”™ñ"“âc•2“ß=d6)3°~ÛÕ,Zfϳ° íßEËÌŽõdzØ)ff$ŠuÜìÇ*ff¥Ámÿ±H™ç$‰üätϳ–™UpÚæ[¯EĮ̀¢ˆjœ2|Ö23ŠKZËý„uÑ2~/ ìÔ2ƒÿ¦ïCŒmÒ2³j† Ë{Gê¢eŽ©}¬ZfÁB³êµ««–™UAȃúh“–çuÕK-3+ ñÇËd-3#´Ú`›q†IË ˆ>Ëâ§~‹–™ÕUTë.‹;µÌŒ«Dí×Ò¡vh™¯)9¿í,;µÌŒ"kúì3 ”ƒx¡ã"ff¥pegtžÕÌŒZ‹ê£ÍÕ“f53çf-m¨Ô.jfF»E#šë•.jfF÷J­q‰vª™é=,Cg3‚†>¦Rfd ¶œ½²SÊ ŒF¬-8uþ¬eftµ¼‡FÕMËÌÊI¶d| :µÌÀ¨ækƒ3+¨¸¤×MÊ  •Ð)eF{q­MJfVŸÂV-9KüMÉÌè{¡¡qV2 jÃ$àÎdV2³²–­[Ç°›’О½gs@§’™U¼à†Ǭd™ ›+ýÌJfF\¬ –œþbQ2³R +Ìz:TÎN%3'C®ÖF9°SÉ̸˒ŸvS2s~å­Âo“ŒÅËS!3/¾9 5f!3c<«.è`Ð$df,УØ|`籈±¡Mò@7!3ã•f¦o¾ÊÍBfF”ÆD÷Pi23®jm© ì235ÒNãÏBf`ðÄ÷3³Žu>‚<$Õ&3«2Á¾í“ŽËtrŽEÇ Œ.þàŒ9‹Ž™Õ¡ST†`פcf´l‰1pɤYÇÌŠŽlcõYÇ ŒÂØä$µ‹Ž™QïTªºÿu̬X©Þ„Mf!30†ghÐ.Bf+a){Ã&!3ãz 7¡YÈ ,Ã=DVf!3+€Ú‡äɬbfŒíˆ}ân“ŠÕOx¼qŒ¸¨˜CÕ Nh¹¨˜{¼63q¼~³Š™WTÅ8Ú3c¤‡ Çš‹Ž5ix‡YĘ̀åÆíǪcfäø1<Š‹Ž™im°pœbe§™Ñíïô`¹ºÑ,d¶CÒê'{‹’™qÒÁSÂJfFüOßöYÊÌ*¿|Û°H™™˜@7¢ïORf&B@JvPÍRfV1VÏnÑEÊÌØìòÉX¿H™Y5d…aH’MRf`%„~H<ÎRf¦±ÐOÆßEÊ̪Ðcñ|Ù"ef4xÉb_Kf)3°ˆ7wÞ©EÊÌd"´=0– UÊ lb^¤Ì¬²M1KÎ}–23É +Æö±J™ž&ÊàðXÄÌŒ?/Áà¯õ,ffòZ¹ª·Ó,bfGµÜ!99‹™¹Þh{4l33):âÊUÌÌ$@¼ËÖŸË$ffÄ{·@`Ö2³ +¼`\‘~ÉIË Œ£™6 g-3ãäÛ)ëêo“–™qòÑ’5î|’23Y”ìÜc†MRfVÔîœEÉ ¨ywØ©df +-Pš6_Pf%3«„*œØ©d™fÞ†àÕ$efu‚z£¡Ý"efT~ñŒ½g)3 };¹Í)3+/dŸ?VàYÊÌhþ´¶Eß™/RfFóWHj„C®ì”23}[ð"efº<|¬Bf¦æC…‚ç%!3cd½'o23… ¶qŠïל„ÌLYÈÒ‚ãMBf¦H” :ò·vU2 ÆTVëG[”̨ ‰TVje“’Y´Î¨>dýV%3ê3MmÃí\”̬>½›0°IÉ̆‹ ÂÕ°%³hdµ}Èt¯Rf$µ Ý«®RflïÑìŠ6i™Q YŽìþEËŒB¨îù¸j™q@ YŠoV-3Øáòç¹j™Q¡¹Ç†(Ù"f–纋˜™)O!‰6‰™ÑÉÛLãÀ°EÍŒŠ +ã|®¯jfç»ÅÇg53=1….¸yU3#VLã]ºª™U Ú,»¨™‘8 +žS¿È™Q=O½¹¯Ð«œE;Ú±„q³œ5;C°æãªgf5;»ŸO_ą̈١ Îïn•3c‘¯Îõøq•3£fIñ½EѬÙ_Êب®Šfäƒksθ‹ d=̱¯_Íš5oû!ZvÓ33îä¼»ô¢gfG«íÈ­zfƺíª=³¡:h•/zfÞ’…÷ØwÕ3Ûiâ¿«žÌ, +cýBÏÌoÁ¢‹žq2”§¾Ô¬zfœÞ¯NؤgfÔ,žæÿXõÌœèbUß>ÎzfFt)ˆW¢,zfÆtHñxNŸô̬`Ø:š}`g=3c:ä FÏTMzf¦b¹Sõtê’zfVg¬Cê~Ö3£’!§;ô̬™4¯ª\ôÌÀ¬ªS“/zf`!¨îî¤gæ$ˆúÈ)gf$ˆr81 C&93«j¦]Úø¬ffâ¤Dá#›6«™™¦i¤þ%~R3Z¨¥ŒWeV33~Dm‹h²Ø©ffüˆê6×mžÕÌÀ(ö Îvµ¨™éÅ€Ãï¦fô¬éYÔÌ(£V€ž‡«Å̬øZQNkáP,;ÄÌŒ‘S?VZÄÌŒ‘èŃ¿EÌÌŠ¶yïÃ,»©™9"Y½!~2«™Y=w„ÒÏi{g=3cGdÒ5§~õÌLû—SvÊ™åÌ\28îÆVô±Ê™™Ô°SÊØ)gfÅš+Áwl‹œ™ kì¼ëeQ33=ä“Ác33åƒ!ûcQ33æÄN)žÓÏjfƜشDÆr(–jfFX:’YÌ̈Øëc3³bux³êþIÌ̈Ma/^ÕÌœ7ñP“›¤Ìœ41Q±â£6I™i"OØ“9‹”™¿<Ø,ef¤‰lž}ê/RfVX“óV,RfFšHÆÌÏÒ)3#MÜ8ƒMi`§”™ÔS<¤Å&%3(ßJfØ¡dfºæÕt\—kR239tÖ«àï³’™É¨ç³jV23ÆDh`7矕̌1zâ6.9)™YùþvÓ“›”Ì\!~§ÈÙ¤dæÊòÞ›ù± +™¹ =¼ã1OBf&dÈØñL&!3k HÔTq´IÈ ŒÓ9Å;…Ìh  oh4 ,BfÖJ@@äûèEÈ ŒòŽê4‹Ñ^¬þ³ +‚uw ŽYÈŒ6ÜÀ‹˜¶ ;’;…ÌÀ¨vF Ê°IÈÌZàû÷ŠÞEÈ,Z7í(óúX„ÌŒK‘¤b-BfÖñÀ_ýö,dFܶyUø"dfÝZQº­‹3mhž/Bf`ŒI NR? ™Ñ¡MµI94 ™}“y23ÂD¢ C§í&dQ݆Û$dÆÞ¤{µÀ"dF‹’,¨–ì2ÓªTãú¬cfMZ›,:f`Uod«.Ï4 ™YG|ÁÝu6f!3#LdÄ7§àŸ…ÌŒ0QO%ù5 ™aâ6Êj?V%3°‚UóaV2£tªy¹(™ÁLœæcQ2£M„¶Jß:,BfÆ—8ä?V3£K$3ÝýÍ:fÖx’xÖ°IÇÌøå(óЀ™uÌŒ/1ÒÏä³yÖ1sÂD#>V3çKÄÿŒ››dÌÀ…ÛC `–13¾D6^å“Š™Ñ%Bð_‡úÙ¤bft‰ +EJã:©˜]"ônÃçÌ*fÖÓ’³F|¬2fF—¨‡°em–1³Þ-%m¨iÎ2fÑœS)ɻdzh]±$·\Ëa–1‹Ö;Ni?V3°N:Ïw.2fÖ“Š³À~¬2fÆŠH/MÚZ“Œ™5ëhø7'ìXdÌŒ1ɨEÅÌH©]É®9;«˜)bÏácU1sRDHÜMÏ*f`pOò7³ŠXÝLæP8;ëé¬;hCà‡oV1‹Öúª]7Í-*fÆ‹H!¨3­-*fÖUÔQ לTÌŒQƒuˆQÎ*fÖqdrîpg30è´«'‡3:Ž8‰Ø)cãrfºÈ˜ªÁ¼Ñk‘1sòCÒ=ìeÌŒü¹‹¡ˆ7˘Y‹”TCšu–13òÃ~S6™eÌŒüI~ﳌ™‘šÉ¸Ï2f`)Ø­g'Õ¼‘nF0ä’c“Œ™‘Rž}*œ*fÆq‡—0,*fNrx0>,"fÖmE]"m“ˆ¬ù[Ùì1C=€-ÌÀN30tjð1£ˆ( áÏYÄŒV¬¦fïPZDÌŒÊPsnóê EÄ̺»äIÂÐ"šE̜ʤæ­šD̬õ«â–\øm13*ÃÆ©ˆÏ¾YĄ̊ [÷ÃÄUÅ ,O1î¬bVo»ðEÅÌø +ñVÑe«f3ç+Ôס×5©˜_a$7ÔÏ&30x‰÷!Ü7˘Y'…é“ŠuÈÝÉŽf3úÐ 9Je§ŠYL^;øÐ3£%œüǬbÆQĨ¡YTÌh`ÛHF†O"f@1Y·Ø)b–)¤*z³Š™õÄq^ᧇ‹ŠºC cQ1³~¹NùK8”ÊN30ÚÚ0žU̬—.AZàór–1k(;ïŸTÌ€èzçЋŒÍtÐo7ì”1³&Tß&³èÊŠ ‚Û2é˜EëÅÓ»ç5ЋŽ ³„ãÆkÖ1³^ZMžV‡LÛ¬cÆ¥ë +ÕüéªcfMuÕµ{>V3J‚nD%«Ž™õÍA`è ‹ŽåB½y3ÜǪcƶž]XW!3:Îz´¸i`7!3J—Làb„ÍBf챨º>„Óf!3ïv +Æ‹YéóÑÍ*dFwi³4l™…Ìhó›c³Y%ñmõÁe`§™µyÉ] ¹¿EÈŒ^® AßÝç,BflÛ‚'HÁ%3úµ6øi\­gQ2óR©èõC«;º³ñe2«F¼ÞêÐrX„̨¡ºµÿ®Bflõ4üÉ“«íS[´c΋Y5ÒãPÆT^„̬GÊHý’“mP›©€ ä¦cFá•Öõ}ÈuÍ2ft:Qsèeñ«ŒYõ¤úžóg³jk¹'D>.2fÖ²4*š>.2f´%‘öóúöUÆŒe¶lÈ‘Í2fÕt‡üÀ}1£–«Å+™™ö¼¦â!]”Ì`¡EÈÛŽ%3jÙ¡÷r”‹’)‰Nç~¨œÝ”Ìv ô÷ö/Bf´Ó‰²‹Ù òpˆ!³N^½:…ðǪdF²âÈË}\”̨?>.Jf=X…n÷Õf2£Ø»ž©’UÈÌäÞíeü,dFѶ7úbe7!3 +³7:ÿÜÃÏBf=ÞÊ`?.JfÝJð؃~–2ëÖ&¿×m˜2K™QRØ“SÓ|\¤Ì:$”L»óX¤ÌŒ×ZèËÀnRfÔ;çÍÉ>.RfÔzÓlØMÊŒºåäuw»I™A•K0WÚg)3 +Zž‹”™)ütÛFÍRf¦ãÃæÇuû)3 +‰¡¦qnÓUÊŒ¾È8ƒoª)3ÊûеZtÌ(RÌΞóq‘1£°Ww©5ʯw“1³Ò]mŸG„´™Qž;½'‹™iß&ä,dFÏ?›’è=¡‹ äâ ›”ÌŒ+ "÷EÉ :S”™‹IÉ HÓÁ¢µJf`ÖÁàa³’™±ùzsÉ¢dF3ŸU¬|¬Jf0htOÑYÉ,Y%ªkYvS2s‚4Ê'%³d‚ÛíTYŸ•ÌÀ¨X«’™± XíUD‹’X1•ôIÉ ¶–q2³(™A2`Œ¥*g§’™qìùرÍBfÆMÀ¶ÎÙ±!3èvÜœ9w2££+µx2KV@©wj¬»“’™Ñ aëE^‹’XÛ>Ã&%3¨ (ÝêÐ$›”Ì’ ˆxÅ°IÉÌ( |WÅY´Ì -  4§q»}Dܔӟ3 oÿý·íí_ðŒð~¾ýÝþ´{k¿ý!Xàò?~û7ýØ?þçà*¹lLÞþöoúuÔÏ~ßÜÜv¬m\QÜþéo²‚oüÿ¾‹Ê]þíïoÿíßQòïßþõíoÿå·þÛøi£9¢pë±?MÝ£µ¿1ø$jNÂ&üwoÅ}tÞ~ +ÿ|5á/jÍÈv´Ï&ÔÙ„Çý¢ÑgVœä§_lOzî”mç|aÂ^oú§’o4e7Té.üƒz)SâM“Ò QƒAäïvT *&-8!î þäëaºŠ;EíòpÏŸ¿úé_ÌÏôÀ÷äW&z”e÷{|º¢/þlùèQ–Ý¿d“Ñ[üÙòÑ£,» °nC9/ËLËæeÙýkÝk¶|ô(Ëî_轺ø³å£GYvÿ`½J«?[>z”e÷¯ôö\üÙòÑ£,» €Ü}¤?=ÊŽû=>ź¿º|ô ËâýŸ:»‹_]>z”e÷{üb\›ÆZ^ËæeÙýŸê“Kœ¸|ô(Ëî÷øÅJá0ô°lþèQ–Ýïñ9­¿øÕå£GYv¿ÇçŒ' +sÕiÙôÑ£,»ßãs&|ñ«ËG²ìðø¹Ψ†/2ª·$ç-¡ùç­Øï´è#x~Ü›Ýï´âHóþ}Jóþi+Òöc+Ž±y„áVTºÑÊ0düå¶ÄØBÍËaŠÿù–¤ŸXBeÆiŠÿå¶äØÂ;ú°™{9ƒ‰ßzŒÛ±È³~×ï÷A³óîûµ?Ár†,¢ë[=ÀÕ9¾À€Õ/¾À€ÛÐÛŸ`RO2 [­ï³†À °?=߀Ûd·?=߀ë,0éîÞ×ô)|sàù +“¾9ê|…Ißr¾À¤ïŽ7_aÒ7›¯0é›#Í—˜ôëÃÌW˜ôÍ)æ+LZŽ/_aÀ7ç–¯0é›Ë˜ôÝIå+Lúæˆò&}s6ù“~}(ù +“¾9|…IßC¾Ä¤uÛò|¾9}Iß|¾Â¤oŽ<_aÒ7g¯0é›CÎW˜ôÍéæ+LúæXó%&ýú<ó&-™/0à»ÌW˜ôÍÑå+LúæÌò&}sXù +“¾9¥|…IßO¾Ä¤_ŸK¾Â¤o$_bÒšg~~öì’g†—Ž ô´3Žk ǵ«ã&]›7®ý/0éÚ¶qíäx¾IŸ6®=/0éÚªqíÞxI×&kßÆ+Lº´g\;6^`Òµ/ãÚªñ“FgÆèÑx×NŒksÆ Lº¶`\»2žoÒ§Þ‹k;Æ Lº6]\û0^`ÒµÛâÚ€ñ +“ö«c\?zI×þŠkËÅ Lº6V\{-^aÒZð|®-×.ç›ô©—ãÚÞñ“®M×¾Ž˜tíÞ¸6t¼À¤kÛƵ“ã&]û5®-/0éÚ¨qíÝx…Iõê×^`ÒèÑÝÏ7àSOƵMã&]›1®ý/0éÚ…qmÌxI×ö‹kGÆ Lºö]\[1^`ÒµáâÚƒñ +“.×拘tm±¸v]¼Â¤µ’ó“嚀õP¥Úß¡½Ü»É5£Ë—k‡£õJ9ôÁ4ŠL” +{D¿æƒ{àoôŠWöÓOƯX¶0ñQ-ýqv¨nÑÇFþaï("ÿÊ„?þèÃ&7P7Ùã³ý¿ù—=ú?nÃ/ý—güÑ·‚,rÐÐ>éÙßñ£ÝÃÿãFüâé篞~GåúŽ@žËô7CÜÍ£í¾>ˆ^Ñ–4’aÙ­7&¶ÃŠ°ýàÍÿC? +‹,‚öí‹ýÉtûC?Šˆa.Í´ .?ºý§¿êG¡:G¾ã«ÇÿªEšÎ…>Ýè?ýU¿‰oo¦îù¼§ÛMº¯|u£û_ô›ÆàŒôËçñLÑO 'äì_Í–üý&RúÚW¯mù‹~’mZI_ÌÏpÑäÿM„3w“züô“í/úÉ1©\Ë%ì¢~ýAÓÐóZöÞÈûƒûÝ­C«#ÚñÜÉ©kw²á1í»w˜qkجxHçî=FÜzug+Ò´ûƒš’Ɇ×L†tëÜ|ÞK¹´’/6<õ¥œ»È+žùR. ä«Ï|)ç$ÄdÃí¥¼? ‘šmÆQzU8Ñ#«ÓÞµGüRe„5êeÚhEÓ«S¿+qÇO¢»Òù§Ÿ¼3íñÇÒb³Ÿïò?üE?Ò»Fyýó]ÞµXRûF½˜­íŠx?ïÊ{Óæ#Z`6û/$™³`²mþ'ùͶ-!ý|«r‘Ÿ“2 )ã-Fý =ùèñ4þãç§ñ×Y‚]@+è+K¾H&üu–¤Šè1ÄŸ-ùJý௳$*”èõÅ/žÉ??Óý|ª½Û/žÉ3G'ÄwÊó—ä‹,Å_fHD#/_<‘gÎœ„0vFdíÅCƒ®<2´_ÙñEbå/³£¢á†šñW¯È£²-?Ú9÷¿5ÕŒ³eaÞ3Èw YQ¶`="Gú -éË{RÄÙQuHëŽ+ƒí¥ÉÚV åÛjX}O1&-TéÀ\îر¶×¶ïý0Í]Sò‘­PàñÀJ©&¦‡ÔB:NéþsZ÷-4™s`{ +& k{oÝxb;3°>ès‚À°õ€Œ°C…dÛ@JKÄ…ÇKÔpÙ'NÛ÷-s¯;TøÀŠ^–-æãæF •cOêb&ÔTÞøœBŽÇc.º`¡VmïçÈ•NÙˆaQîrK•Ã8ÇÐY5…v°Cûw@\µ”PƒŒhËX®u +ÖŠf¹.z`¥¹†¶ÞS“Æå¹Úb2N0ä‘Û~ŽœÞâýæйi!oÇÈ5)>à …ÖP5zÇ%[`IªˆŠn&8 ”RßVt¹#‡¤ PÓd.Û–Ï‘k<ô}`¹jÕΑÃÞØÆ›û9rCUl×4ØSçÈízýݶ׸×~Ú²'TÍ ëš²šWq`dÛËÀÚÿ_Ú¹$[ãÚ¹ïQܜЃÏax{þm¯@‘ù»ãp†Ã·ª¾<Ú’(‚ `á‚ó]c‡IÑ$~Ó[¥‚t˱#”#‰˜æo*o^˜Áf7¦U ×ØM*ž·`øð1 ×ØÁ§ÍìOû‚w–¬R%>'ùxúºf/ÅßQyÿ®ò^¥®ÁƒAì!°Ê{ÏÑë×}ßW²Ùï‰QIôP›]¨PVS!G¯_¥[’ŒjÅøW{²fYÙ»ð̃õ‘Aõì@ƒ±r~9f÷E+"F_¼’–cGK‹n“õj©ëd¥ZHóŒÙC«› ¶v&ã—?(&lÔ«ú `§êÃë„¥ÅPR8X»1IŸ™/ìyŠï2ÿ`®¿MVÚ5K° +#YzY×l½xбT^7Ö5 l™ L¼ [”³¿…uë†ïr¾ØC$ã7¬÷Ra©pÓ°dy//¥­K0Zv¬Uëš½¸ŠÏÍCŒ—ƒ› _Ù“ NÏKb%Á§$[Õ°f\3¯L‚ >LPšÍ.ER½Nêãaf jÉ£Õ¿ƒµŠå°¯á«x·žC¶ê¦ ç›×¬¯„åÍêxñQ´¼fM!K,!”7/s®kvª†‹E-ŸF›íÍfלÊçÃ#ä{¹*Œ˜­áÃ5û6¯:æ\Ã×”é sÕ±?ÄJ¬cÞÄ;ƒ¹ÂjûRb<ØSm¦© Û¿î5zø¦Ú[‚áòøkôð¼ÁVqm¯kðBtØŒvqô5x WÑc…¿ÁR™72*=`íÁÿÿ¬Á³Æ¶Øƒ¹€Ï_u°‰i¨*Y­N]ƒ7iýw0Vø5 +®%k?~³Òჵ5xø[<ŒU4sðg‰]¸€<€¿î<|XÓK0¸qxôt†d×…`­^L~ŽF˜¤Õ¦Œ?p½9vÌe'¡µoóäï½q7yuþOɨD+; —ö¦¸ù•ƒ‡5œ~I0:˜}yMXË6(òv¿Rª3ê½Æ“LÉ=ç%_Z(¿MX+*Ó§ »i« +VSÿ7Årï`sàûž9zXq'–¬Ó†wçè Æ7ždnÜõæèÁ•ÝѽôûÎ \Š¼&|íÇÓ«3ݾà›,ì+L‚^u‡µâÚÖÖèaEÄ@ëaâ“Í2ýµt˜+š¹k |Ô‘æTÖèa,o;-½P™Ø2ÏÁ`{2Œy{±º£Ätñ£×¿‹Ï^ÖèÁ| É"“UþÓ×ðá‹ýEôÆ=Ã…¯"ctyuîÌÚ¡¶ß>ÜLóÜ©[Œ¸¬á›p˜ý¦a¬à^mæÌðª6èJ¿éŒÂ`0…`«Êó––›í7œp0X-Ìü¼IÕp¤>µZãS­ÉðƒÞµtJÕÃ}sð$Ðlf0¨¿“Á ·-kÜU0gÕì¹àj`Ì=æzç5-Ò¬â·aÄóšƒæЀ¹‚3)–Ï÷òƒéÅ¢ž£ÇLŒégÜ#6|9zÖv×ó ˜+XXX²¼ì ^›G°y[#>YJÐÃÅÿ{©OÙr 5±©Á:Œƒ^(% ΪÝl‚ß ;î+‡oÂg¼ž€õN•Ë5~ ‹©¿Ü{÷–r’É`iƒ2ܤ'ÃUâ×`£ð¤ BÃ22â}ÁFÁ‘Å3ÅÃÁqÉ€-QɃ‡;o,\“5ñFùÆ mâ=ä`õ*šú#íórÜ*\±;|üUÞ‡\º$Ë9aðjò’ÑÒ;Ü'Øê8¸ÑبšÁ>ŒZ̓7‚ýÒ,Vò|8ê&{Àï3@;è¸& bDsÈr,ô‚ÍøônX¨«ÝZLðU{`µ3#‡w‰•Û¿õVȹWm ìíAÉyg„ÈàY¹ Ô¬`ùò=Â<ÑWmùåá»æJŒQ=|ƒÁ8¾ÝÀVëøî®lèf÷ÌŒÃq7Œn˜ßåX.§öÔñlìmqulròNxÿÕW„y„ÀÒwBCõÔ¬qwþäÈa £JöPµ€^_Ž\Á ±Y#ÃÝ7ù Á°¼t—ìÀÝJÉ‘+6½|Ì Â•¯r»Õ/«!–@Õ+—Q¡çvç¸a«€ ý›ô^FÏKÂœ„z^L‚Zrƒ»ƒWTƒ ®coŽ[™÷Ûb…³ŒâÚñdõºtÇf–­ç¸Á\ÀÁó5a 8Á¯·z3ä7‚Q\;C÷0€ƒõ\Bí[ýd˜û—g1»ÕçÉKb64/,ÿ)á-`'Ž'ÖÖŠ-n<]…ùÅwÉÒ<ÐÌqÿÖZ¼gX(†ûî·Êtå;¦%¦AŽŒ¡Ö-²ÉÓhx²1ríò ‡˜rqÅk_¼¶¼< |°BåÈ1¸ãP'Ù€¯£Ãðþå‘{oùûzCfðÞ†œq2>6„`Xôí Q°ßìõ-XÇW" ÎpãøÃfþ±Õ{_*wÜoŽNÓIj Ô°ÂÂ`³ÇëŸ+˜¸ÊÌ‘ë¸Ä`µðð1FŽšqùÏ*Ú1<9r]ïç Æ(û¸ß¼dáb9ƒq‡Rr%ƒãÓ[õK‰Â“^™¡gþ~[\&*ߟو` ê—~a ï4‚q OŽôòvÌ‚‘‘ìÌño•$Û­ž®ã §q›ML˜ì2òŠx”‘¨±Ì&âO°ií¹h¿ÅÃ~8,‡½ÆE´$ã¾ OÞ!vÏãWR`ŸèµÒ2ÃÊ+Ç‘ˆSúâ šX罧!ã.¦tú¹ôæä)0Q¼é+Ý<&r]ñw0Q7°o^“[»×ðòKÄ—Óòšur“ ¯h¼OšDüzó& +^·[¬‰¿Œ®>žìæ÷¤ö0 …5 ŽbzýÅ–ô †1˜ž¬`œâã ƒÉ\“iÇ^è\?¬1xx_øý1‚Á³Àžjä5k„žÂÆpsÊ—äÁ€­3ÌüÉ7/‰mØåA/°RXZ®£‡Uþoƒa•+X0ãñnnˆm» “ç±¼1| o1|#6ygxÁ1|x®(O0îÆkáƒßû¬'¯|,ìo^²7þF0†1×ò’¯vúïnž´Â(Æèaíd´cƒ_Åèy\ R l}þâ"qIL¯;&5v$3/ /ÚÇi_à¢=yÆXâ!XÆN‹[ᎎ?`†W}2æÃ`¸Ö)3˜º9FDìð†F¸ +K…µ)¯‰Íy·û6ùŸßˆ·Â5xÓŠÕFcã^7&(¶Ü%üWlÚ"hPð%…¥ªÚF¿Z ŒðoW…ÊÉ`{ï±6qHOB –Š9K%¯ð€&ž|°Ê öüÎkvx&^*l¼n, +ñV°Yzâá`«`TyÊiÃ……VßC»þµ¹2âS°ex(þ3>̼Zy§zòculjª¬@›É˜aÔk^¥Ãi«†%ªu…|µ´íጒ cP½P‚ÁÑÅF7Ö·ÄÀ¶—~%¼£œzŒã¼þÈÀ|ºž<®”=žíé°šgÈëØaa²ÛŒ`Ø4ßfÅ\èð9sôà:ÞwÜ&ŒÆ«Þ9zݧJb0V^4Àx|ŒÅ3¯9ø…øï`­às`öÅ5¹+óY"Y¸2ñZ`ˆ9šb“+5ãyqM¬ð©“ n+{ŒÅ{+j…×Èø‰B6ÁfɘXç>ìŽáƒ§×#Ða­à•bk6\[0¼XüaŒVÇ¢ó2˜+ìÒjþc›=¡âÁù{Çèa·ŽùV|',ùÃÒ2bô°qu.‹¸Úbô8Ä‘õÀÖp˜±øŒbô*7¿5n¥0ݱÈXŠa£«³<³Éu}Äè1¡#&2X+ž~Ö°ý•ŸN¼i0˜w†óòšXfcwÔ÷/¯’ ÅÞu”CŽGBqŸ/M™w,]‡£<©ˆkÂÅk×Õ‚E´5^5ßs„$:ì~F¸•fúŠ}!æŒ#Ýf4f~Õ0Wt +Ä-D¼Î‰É€}׸$†îšÞõØ«Æs«¾ŠùÔt$ÃN7áVCÜ𾦞FpØ^»›ã¦ÕSW³v;ÀŒéŒ”+ò Äž?Æ™1ÐqMlW± ”`pÝá}äèõË'ad¯Âmx¢¸&^츽[ëy†k·òñ~`À\1O „_YéÆ;†Œ9 ´_fC§A~vØ«Æ8ZlðèoœÇ“5FZŽçÉ5Íf¾—¼•‰¡+Iœ()peÃ'ƒµÂ”Ö&ߌ__\‘f;6B Þ“ö¬F“Á·7ÆÞXŶUŸíÞâßùwŸi²ßqXí#‚¶ ‹<Á +îÚ¶l0[ü‰ ØÝcX¾ïÈXìaã/ “9q˜'™ûÄHuéÁ`¬°A»s»3ó2-¥–ÉOxΑ+þ„±â7;"VÞ°Ÿ¾|8D_{ †ÉåÃlƒ0`õÞ–71N/¥`•nxØ?üœ‘'ÿŒ%a#“ŸðK*#‚­ªƒ¥œqE%·Ø®Læë9$jÔãÄV](ñÁÎ+B®xÊ8}$bjЛ©O°yÎ?Ø7ÏH Ç`Ä]jȨ̈öÅb'Ì|¿7ŸÊ(9S¼*bM>Ãó3ǬÎâOg2ìämèÍ" …Œ¹z˜­á-cŸƒ 襈YˆòéÌ° öY ¼¾¿‹qÛ7âv˜ý +‘c@ofÞ<ŒÊT¸`ÜfáΟ`1Éî?oÏcܘÚÆ|½`C-”bàú§+ÚDà† Á^.ÂØír(Á˜Up÷:ø;=f1æë1*¯Óq©Áº\›¨å¬ÃRú÷0çdFP‰Ç@Œ.c^\Ȩ̈ncýŠ1]ï¾Ó¸õÿcœŸÅÅ°/cz™3õ°ÒŒ68Ó/¼Š;,zM­I¢DŒæÍÌxÂ÷Ãc߃|N|×9lðtxNŒifZkÌàöêk2S9løâù‚9·6Œ^ÿ¶Ù,,«9løÛóÜÁ:lèÌè×{ì•4l73õttè×wLñ\# &~=Fm\“¦SèÆ€}ˆLxèxýJI#jÌ€k1hLˆ ‰ƒy‡ÿÚgåfšO0.±=N1°§®‘½ˆ c +(Ú—tlî Æœ˜YcèFlzƒÍÆÆn}˜¦wqèWÂ.aMȆEcèð®ÞØ×bÍg`ðåŒ0kó±õ`\Ä †¯á¹üÂÓ˜ë€á.În!ë•©_1tô­ñø­ÀFÝ ]ÇС˜Ø Ƹ–‚ubóÍäL¼ï?¾F¾‚M;3fg=±ªrÚí?ãóù‹œG_râMbÛôclOׂa$/†‡ è˜2ÔÄåîµ´çÆ&.ÉÎÚòÏð-Èõ²ŸZí24#0µ­µI|˜¥wcŽÈ'Ëc{ežÇ=¶fÊ(Á˜káF¼7Ì8|3¼ŽË¨sÖbÒMøoTÁ¯üñŒ<“^æÀ†Ó©DŒ;rK`6¯ŒÔ¾SôèKGš+ÞëÌž`•n[ÕÀ ¥Ç^Ïõ‡Íõ%_F ÆQ{3þ‹×¥‘#óî>ØäjÖ{\óY©vØ—2xQ|Jξ½Åû~#|6“n¢ŒY½ò<ƒqé—–$Oƒû6ü±éójþ3fè)ä—Ô>ëšÁ:ýÖÈÉÿñˆ³É1ÿ‰+2TÑä¹°±;Ï l¬³$x×7 ¾5®8$Ò.™ Û¯æ$×Á•»HÏÇ— zpÆíKÒœNˆ&«,|¨Í—¼™ÿ+ç 3Å´¾|ð;÷†f<æW Ý {ÆH°ˆ5W3º«ÃKÙË=¸ê¥Ç5±jGÜŽ ON§(žé²ª&WJºc¢b|š¬|Å›Ic²ÞðJý2CO‰qMÆG¯Z‚ueô–¸&ö@—ýj–øá_½»3¸£o+W¬y èk>r^ãøzÞ~ æ1öƒ1|LÑ{ãŽkb¾F 6›øä:£ßqMæ{…­}™¢‡Ç­1~ðtàíØ¥›Ì™xZ\VxÚÿÇþ‘A7F}ý®á›Ø» ¦›·'®9àñ¿Ú¼l„o®–¿'O̘<øÞ1~[† +¼/ûGŒNK×ÆŽ,²a|M4ž™‹ÁX¥s%†ûˆ¨9Yãº|ÅøÑsyFñßÁZ1æ0bü¾˜%Ý.–Ó±"ã¶gQ(QäŽK2q¶y:€U¬½íªqI¬OïׄµbŠMá Õçdß +óÄðàÜë,RÚ}Í‚Õ§•b +°cÈbø¶˜,Ù€³ +÷(®Ytkþ½¡Ãi9`b56Wf¬¾ï×Ä"I©XO¿Â±q¯WsÅœ¯öÆ%'VÈ¢ =[{ã?c³£‡‘å7zŸˆÝ«„ã­ÌÑôÅ×d0˜{ª`‘Í×Ä;bµ‚sô0~O £#Vûên÷ÃG2ÞJeŠ¶=F³i­•õÕ Äû­TF—OZ°©Y£ÇCþ:ý‘ÕÂc;ŒJŒ^c0kzÝcÞ6>._ß[‹hì<ç“vâšåsXÀzëA+³¦]ˆ3ôà?Œ<ük ´`L5¯1õÈëPe†Þ ;ƒ×±tF +™1xøRî8µ™ü£…çcö*Q¬«UÙÓqM¾ó~ùÉ'd×¹ˆaßÙ#dôlÇŒÁúƒñ»óײַƒû-;Ozp KŒžS‡üw`ÌïmwŒÖãþZõ/•)°„1z‘*ûó‘bŒÞh>'zTçÒÞ<¼qžeßÁ°¸±Â/. oív"!ææ|чŸåqf Ö˜Vcôðø +\@±öÆèanaßF0fnÏ+†O±žâ³Á\UÄðq׋1Á˜ËÀh¿Ü—HU#›ñƧþI1G§©¾É:×o0•4 3Ç l„wM§Êos‚}ë'YÈ(ÔŸ*®9Å%Æ…‚>”†o2 ¢ÄYÇÞš…rfpa®·zø`®°],oó5YÒ!82ºa:¬ã¾á±½ê°Wl+Uº45Æ?›É[o§‡tê6+qzFVŸ(Ç!c¶¼ñ{Cû•?ט÷ñz•íóÏÅZ÷‰ù;uPm6¹£víÛXÞŠÉK +ªaKµY0…]Ûô%{鬜Ð[L×s†›Y„f‚qKÃb1/¹X »p¸„qüä0°5 +ÕȘÌÁ»ö•ð¯|Ÿ¯&Fã’øºUc`Ä‹QR1 >Ä`ºËÔš?±Y?÷¬F*°ëÿü¥ ˜ª( øÌTüL¼ÛÖ}0]_ÕdÙ"Y])Êd“á6nº®ìhŸÃDÆ°´ê)Í1ºîákbu€ÃëØP:–!Ž'õô×>Å+Î4Ùã +9;öáCíʺ¥EÃœŠ; ô*- qžËá8v­á`ÉŠYaùËÕƒ1e•Åif,“v %Bl‡gäkò”³ï†å¸ÉÓ!âîáö§9a©³”›/Y2ng†×‡Ýók©Øà³¾ƒ1[EÛ6"–‘F¸g2g³îKÂiÀ×æQ`¯£‡‡1z­MîY…Þ•SaÃ4ð˜JpLi¼cìzîÄÈÊŸ3ebì¸}ƒ­ƒõ,mªÎ}e}£ ¦S}cètû8d0™²‡Oýš¾$LÈEçøkÌ–Ðjèðòðwm8¶4™³w¹ò[ O­’Ÿ–êR‚h“[ßã6y®Åçåk»nr½S¡‡‹GØD7ÅfxҷƤ4_’u¥½Ûwš\ûy8¡¡cCr,¯¯§òœL) +Α°Dجr)ô%á9l÷û_Ø°pcÄE_Rʪ±#¬™åÆ’¨3'Pß%¦ÑW~EÆö͉2d½ÀF×áKv@iˆGÆÃ¥Y™}Õ¶d ~ü¸Š¯ gáéΣÃla+²ûQ ìæÑ"ƹÆß½<×·ƒ‡·W¼cÚžáÑà=<-®Å"â6ý™;ž$å^®Pð +w–ˆ[ô¨g$+p°ØjDó!¶kD“™wó_¿BYb®à&bú«ãNDƒ‡‡Íw+ПoaïÇÌq¯™da¹ï`®^è¾bçAL¿cÀ1B¢U@j„å²3ª&6¿-e¡+ÄŠ•GÇ(tË/–¬éPÇѸ³A¡ýô·ýˆ)eö‘q#cÞÚ(Ó×\¢?i 1o~¯Éß÷©Éêål\11Z ÄêcnuFÊœ!\øj™ì[._’‰èØáö`̆S …±r–{þÝØýê” 2»Wšá`ËhèÊÞ7£ð¿ÚÆ•í«¼)ÁUºŽµÉªKÕÌ`¦XÒ»/ÉpëuÇËdÒž2£„zý°RJÕϱ8§=Ì æ²kÍ`sl€¬c`Ècb<üçâïVÚìeñ%ytñ:¿f8–ùhUŒG3\û‚ñ°¾/Ù¸W)~°Í?b,gƪâ[™ ŒÀ¹ÐةΚçØO°ÁãÄûò5£êZ÷ò\,Ax/ÊcofÆÔ¨<•ååY6W®8ç6€;nvÃN†ÔYö#6¾LTø˜ +ºƒ1À×èÁ|xÌmÀÍЄ +“}M¶«RbŒP$&=*ß“ÛfðHœ'ƒ™b‹001ƒ²>P1.²Ê®áŠ1ƒ»u&ãy6gdø€ax}'g‡&€$ä§<˜`p‹¦Šs°ÝgkßIc4ìU6aå[P7Ž>‚9÷“©æ<]ݹNd*A|åk= ¦è¬ŠôeÞ$+g1ªÓßÊÃ( (¹ù4ª¨¼g°fŽκřÁàÂN0øµÖyÎͬzu²è3·ÎJ¼¢l¼ßŒóö‚òÄxÍ¡T†â8†k63Ô4†‰¯ —I{L£à>àåòŠ·äì42¦½NÀ² ~«MÛ}6Ò6€Ë…òĵ÷%ãúÁ„L°©V1ïã¥Ð÷ÇV‡ö¦®GÙŒ¹ÎªÁjr0q›ÆJ¥âØê6…âý¯@° øyŒ]£W¸­lC»†é ÆZc…(Þ`ò{bðšLJÇ%£VS”)5ÚMLí·^-X…Í/lóÒXŠäÃ>ß ŒÕÍ¢Aü &÷Go”r“±«ƒ®`t'•n÷cYbá~£åѾÛ(À÷Åw5a#¯É‰ª"ðnàŒñš…þKúNøŠyÜãÈK2åáþ^ SönêðZ~îoÖÌ—¢^Bp­'/Éèè•­È°îJû&ƒëRuOÆc ¼MÚX¬½xÖ?™5|«ªHÂ#²\$ƒ…tÕP„ÃGûÄ-åë©Ç†0CU¸æË +-|âÝKbÕNXû31®O=¦:³%µ’7Ú§¦¾9%s˜™Õ&VÆç²!LQO WŒê(…$ãødçúÆ +›º"ù… aØSäåð±Â¾ô=ìåU&íùØDŒ'Ûp ô™Ád¼Ìcë¾WÞá[²®šrŽXÍC®ŸÔŸˆk‰Á-Íüj²ÆrûÉñciΤ1±kÂŽ0LŽ¢×G†OúÎ/ ‹¢¤[¬NúIYû‚’dCÍo«ô7'Ç5=…ù‹ß5½üYÓøÕ=ôGƘ MÄÔCÎ¥êdë œ_³aD¢ùÌ(«Ü ~1f¡}Nv„aÍZÕøñÔ‰NŸ§Je(64~,D“';‚ –0]?åºfê!e×>“¬26ï“’‰ð´TåEÆÃÍ'LHcâÞíÔ6sYÇåkV¦|¯ÈÜ4ªt1fI–ØuU£àÃõã­^8¬aÒk'Á¤À¦Ý.;Âpßö^Í ØÛÏŽ0•íŸ€ +››EÁ4p‹œ¡b+3ëtcñžÄ"-K·Â†0pkÔ•¾è §Ÿ1u{4µy”#Æ>¼dÖ±Šµè³fæ^Y:9o±\‘1‡ïq +”˜O>î`ð^«Ê*Ä\IcÆð æy{}Íâ~3O°Âª5æ$‰áaƒE ÎnØ¢;%¶øŠìNÊý`ƒÿÔj¤ÓjEY ›ÁT•ªû‚í]u“dÜßWŒò¤¼Ê°Ì`äÛÄÕ®O"Lwö6óñ¾Ýž +KØ‹ÖT—$f?§cÖ/O·ˆtõˆ4¦)³ÐoÄ零σ'î<Œ‘Ê(‰Ÿün.¦M‹q“ò^µ«¬ò1rx­qPDÄ$4uLrôZŒ`0YÚ«»yt×3ê1õ ,|Ì`ïo·^-ìÃ]Çývïíc.×+¾æÍÈ™ñ»ìS¡Y!´yl30®Ë—¼»C®b/»ê>,4ƒáY+ádß«FB:[p‰­`:kxo_ÒGb¶|³|‰ðb_ë#|®Šm³¥Y S)c¸n´·û¥¼¸ã8-Æ\Q±Ü/ù2ñ7\þI7ƒuŠ_Š÷AWv‚aûË:|ÍÅXï¨J¾&µã¢Õ+Ù`'Ä+ÏCgÃÁV0ì™Ñcðªvhmãç¨h“˜óSý{óká%«ô曦muÍ•ÄKâÿ2lìÖ bs^QD¦SªƒßÇgdü0µbZügGbì£E–»²LÇåZþÙ\ÎY˜BBÄyåqžtLæyÉã•{JVØMeÄÐùÑF²=YÌúª°ªlÃîO Ïb¹&cÉ9›¸‰©C^³þ¹™J –œ?dE%%†nx‘ô{nô¸ÕÜˬ3¬Œ`=ÊÐÍxv[´l1õj3"ÄöRÞk»²ƒýÎbä°·…ùÔRqäGŠawÙž¨2È5‚ô('¢×rˈ™9{ô Vã´ìQNeø`:?u¥ž‘ûo ñP<+2ÍV˜ŽÄX²UŸ¸bSF_O†”F/’ ³‚1=ïž#.9áñÅ7¤“ŽG `bQ…• ¯œÍ'ݳ>0ìÍí÷²µ+T´ö…‰fÎð5còMß'ûWEá\U$F¥ËFß–X媸oóU3³·söˆ¿ÃºÕº¶…Š(«Žåõm²iT–ÁïjªcQì#ÿ“qc÷tT%Æ÷¸%cVÕå;Q‚Žn4Æ,¸tì"¥Før‹ò…„ò½šM)ú¿ +mÅšµÝ¾}‹ÅçÒ5˜ºL2@¬#Φ01 D…ýCmP¦í©­¦¿_ªªãïý?ÂÃ)-ˆOŽ»ï ÿ茙¬1PÇ>þ¥ø=ã¦M€"^dÝiòmÁÖV,[Oƒi—Ç‚˜{þÂý-qÓ"g=fßø¶gUN8ó/߸ÏÊ^ø¶lòã^{Ób:ÍQ`µr黣™¼œ”U™ŠhÓ/¦>¬r„É(ôÉú[³©2zÿönVÄ}Îþ%‘còÁó7GV”)¤1¦Ù nʲ²…õŒÙ7]ïï×RÙÜýÑI§˜S'î`ýµ•6ñ=Ú cW˜9\SÝü<­zgJæfÆ1ýàúd5†Ó!Ú‰µH´1c´NîÌ”õå{Q½Œ¢af}kñÓd Ï d+ž¶l =Í"}hþù!fŸ-ÆHæ-ZèlbŒƒ«J¼bHè5[¾2aFÑÜ{•ÚgÁ0Òì`ùªCŒÉóÃKSUzKW¢ÍZÑ™(Þ)·e.ý4S=ÎÌÕ™5î2WL2Ø«æ +fU2 ÉÚÖÁ-î³fceSX ½v!¯ÿo0Öô¿ +x‘e¾ SöÜ 5˜û?+ÑXÄLåϽckvE2Sƒ[/`•G1:¶+Áz5¹qøk!ÊÛ ~µcRãl¯´u¬ªÖTY¦Ù]—UeW¦EÝÓ·éCV¯ UÑK, ­ó½Êæê³/ß%Öm×j™±‹»À`QGÖ˜°÷°´%n³`–´+òª3e³U"ÂÒKIøÚ¼\ÿ3šL–Íd„Ú•ý«‰fT­ƒetaWeSöè=þŽ{¡„)êÃ/µlÌÞB•-a|Ü7‰  qÍ“tð"St×wÂŒ½Ç­Ä`sÒMfK˜îïÔhdôøÇÄeÖŠY`Á_˜ýé2‚ѼÇm2cõ —okq¶_Љ2[ +¾1ñå˜yñbK˜ŒŽ‰=oY/“{¯Ú[ùH¸‹?#Ýz½[î7QÉ’Qœ4˜aY›*M+Ô>ñzј±‡ïƒá³þÆÙ,™Ûµ?q›Ê$Õ°!Lô¼4a?AOe ¡lñ¢ÝøDùƒÑõœoÌ:|“ÿ+Üžß&£ÇÏñ¼`6vk0ûRŽ1ò°Ÿ…]Öã6I¨ÁÄP‘…#¾•ÁŒ½÷RO±iV¼K‹Û¬l ãña3˜<6 sÔNfAcS²¸M.†÷Ê^0SGÉÖÞcl?`Äv–Þ~‚ÙË}â.1 ó‘+[Á°­ßÝã.¹ï‹e£,¡q-ï`0cÏíŒ^úkO ¶[·7sÎɘ±Ç†?1éìjõ¬9ƒ/îVõŽ[ÁPÅ©Ìd-SåÉÜi,¦Ûz+Pò[Îtc¹ýÿ)f’ÿaê,éÅž6ÿ’fÒŒfŒ~ÿ‘4 –ÏtHš™á¥Ù—84Í‚½‘Ízhšs{þß©iÌeD¿SÓ,ƒ‹¾—þiš™±{ÓÛ‚¥¦Y ù¤B›¦Y°ÜÕšfÁFtÞ5ÍŒÊ3ø5 f?æwŠš+ŽêšfÒbšfÁfs‚À¦ifRó³:4Í‚½Qu~hškQœ¶kšJçøÐ43[!äCÓ,˜Ãh¿SÓ,X»®:4Í‚ ïˆ}šfF+'õÐ4 – ŽQ³`z†`)j(»k¢ffj|[¢fÁr²¢fÁ2×â5 æÐÖï53ËÖ^‡¦Y LF;4Í‚õ(#Û5ÍÍÈ”94ÍIJ"æwjšSqn°¥il(Uåwjš™©ò ¶4Í‚9²ô;5Í‚µXÉM³`Z‚¥¦™‘Ï:§¤Y ¥À‡¤Y0žKø×>M3#ë½–¦Y°ð†I³@YiHš™„‹m’fÁœ=÷;%Í‚õH?$ÍÌÜñ:Ø’4 Vbå?$Í‚EP÷P43jYÝ~(šSe°¥h¬+øw*š™õÌ=Í‚eÜêP4 –Îå¡hfæDÝ`KÒ,X‰>à‡¤Y0l^ß$ÍÌ°±*–hÙ%Í‚)%)Ø’4 6£Ûå!i&¿SÑ,P‹ ò¡hf¦ª›7ØR4 –ÛÄCÑ,˜:݈mŠffðl]t(šk4>Í‚ÍpºE3³¨Þ:Í‚d"ÿ!hfF+fѨ]Ò,Xœ…ŠfòèàP43«î”÷;Í‚ W®‚fFª×©Á– Y°AŠCÐÌÌMSƒ-A³`î£ü;ÍÌXó· š£2Ól šà +~§jÙR43›od=ŠfÁsÿŠfd#Óœ§¢Y°þ¸%Ï¡hfKo'g4 ”‡¢™Ùci‰ß©h,#a‡¢™ÙKŶ¬î[¦±zN‚fFåŽôòCÐ,X–i‚ff5A³`,?ÍÌt°h½¬MÐ,X¶:ÍÌz¶q>Í‚õ׉;‡¢™YÝÿNE³`¹>ÍÌØÒl©–-E³`™`~(š‰ÝY|wšEìëw +šÓQi°%hföd¢ñ¡hLâ“Á–¢™›Åðm’fÁ˜@r[’ff«õÛ!if-%§¤Y° ¸’ff«Œë4 –±…CÒÌleO’ffÇZ¿SÒ,X&e’ff“{Íü»%i&öDÏÀß)i,³I3³;4AE3#K8[ŠfÁü©þNE3³•›}(š™Á;p—ñCÑ,Xb‡¢™™·Å6I3³F1Ü$Í‚©ôCl“43Ó.êI3³Oºq—4 ¦t—`KÒÌÌ G°%i&¦^c¶ »¤™;*ØÚ%Í‚ÍhŸvHš™­pÓ!iföfDö43+®wÿ¢ffÎ0ûDÍÔ®ÝEÍÌâXõwŠš™uµø ¶DÍ̆B7¿SÓ̈}œíÑìšfÁFnwM31Ø™8H=4ÍÌîª.¿CÓÌHÇÙÿhš™Éª>Á–¦™YÉC³]Ó,ÐìKílIšÕ8É9ÍŒZƒõ]Ñ̨g²÷¡hf6j”ŠffÓy¹¿SÕLŒýÇSÁkS53cö³{…oªfFOvU=dÍÌÔíY3³nþY3£•ÛpÈš™-Yƒ]ÕÌÈÝfƒ-U33ÆÜ{W53›úP‚¥ª™ÌK8y‡ª™Ù­<¹`KÖÌŒùµÖǸ>Y3£w5ª¿6Y3³r‡cuÈš™UwÇþ²ffìu¥äÙÒ53ÓŽÍ/ó63Z9®‡°™™ÏúÉva31|Š“Üva3#F mÂff™á#ºffpÔìºff+ËðÐ53[Å]‡°™™*dj°6‚e–Ÿ‡°™«ÜÓ{W63[õ[‡²™YɲùCÚÌŒí<ÞdKÚÌ,{!ÊfFú6K°¥lf”‡²™ÐT³¿'Ð’63[݇´™Ù›É,‡´™YæÆÊfF<øð½+›™±}ÈfKÙÌlföÖ!nF†_~»¸™Ñ™™‡¸™Ù +ÆâffÅU¿]ÜÌ$,ð®lfÐ3‹àP63c4¯Í`KÙLÌI3¾ûMÙÌlUïÊfF/œµ¸•MÙÌ,2~§²™YÃ%”à>e3£ñüß”ÍÌVNסl&†™–껲™Ùês¾+› Š}ÊfF¬/ÿ(›™u׎þNe3³È?ÿíÊf"òQ-±¶+›™=¹;”ÍÌJsÊff:zƒ-e3³u¿+›ͶtÁ6e31:NñíÊffonve3£(ßýÊffÒŽ¹ƒ-e3³‘™^»²™PåÜêW63{–Xå®lf–‰×‡²™l‰‡²™Ùª¨Û”ÍLf6I9”ÍÄ(rJ»²™™Š²ž`)mf„v3ÈCÚÌlæÒff°Pýe3¡®C¦dKÚÌì[=¤ÍÌêÒ5Ü¥ÍÌV‘Ä!m&6®å-•MÚÌ,:QþNi33)©øï6i33N$`»´™™Áº`›´™ØJò:”ÍŒàùCÙ…ÍŒ²zûÐ53r#þß©kÖXàŽ"çïÐ53{,ãó;uÍÌJ&¿ºffýŠ +·C×Ìl–Îì®k&Ær¡ë_]3³HzýÂffX*Cåd63c÷P Û„ÍÄÕ[Âffe²צlf–¸CØÌh.u¹]ØLLYV^wa33GÄ6a3³u$p›™EµÈï6c *d‹va3³z§xæ.lfÖs‰ÙuÍ„Ô´Ün÷.lf–Y‡°™QˬÌCØÌŒÍæ-0´ ›‰á½Fjü!lf†ç.lfÆãÞxºMÙL ~o”ÀÊff({ƒÕ/Œj£¡B¶)›™­HÅ¡l&öµ–;”ÍÌVàP63[ÍNe3±¯§è¡lf¦2±l)›™Ì;”ÍÈ\mÙ˜]ÙÌ ¯6ßË&mf¶’i31ê3…Ü¥ÍÌ>ùÓ]ÚÌŒ­¹î”([Òfb»ýÊfF5ÛqÊffC=¾Ä6e31Wù¥êÙR63ûT;we3³©¢Ÿ`KÙLLæêIõ²¥lföù컲™X]I.‡´™™ØÞ`KÚ̬çáí!m&ÆœäX/wm3³ÏµÝµÍÌÔ [ÚfbŸÞÎ.mfÄÁHù²%m&6®ì`}H›™IMÂ2d›´™Ù`JY ¶¤ÍÄ0Oî”!Û¤ÍÌ"OýwJ›‘±X,7x»´™YÍ&R‡´™Y$ÙýNi3±ûs’vi33¥Í¤~ÙÒ6ÃÒVãóܵÍÌ¢_ÑïÔ6ÃE¢µÑ¡mfV%ò;µÍ„V/žCŲ́¸ææwJ›™MõÛ¤ÍÄðq–´Û¥ÍÌ¢­×ï”6³¨GÊž-i3³‘=ái3±/Ëé63[É+‡´™Ø +FÊfFë|}W6šOI ¸K›™­Îˆ‡´Ù{I|$eÏRŲ́g¾ñ!m&öõü>¤Í̺Z/Ki3¡guû8¤ÍÌV Ý!m&ÆTœðhvi33Õ؋إÍÄJIÿ}W6úšÑÊffU­Ä6e31FÖ¼rïÂfFQ…÷;…ÍÄ:ZOõ²63ú,ÿ.l&†õ0Íîl&æ†O°Üx©*Óò_›´þ÷ç¹CÿkÓ63jª(öi› )ù þlÓ6sn°n73[mëvq3¡7Û$ÚfFsiîÚfbeõ×ص̈́ª6ë%ÐÒ63Ù¹çÐ6kèúÚfbßFïÐ63ÃësfÇ¡m&6Ô'يȉÙL™mÚffƒ£hI›U}lÜØ¥Íľþ»´™Ñ¤È¦l&”¶àw*›‰½%+þve3!>f4ÞõÍÌ´òùÙ6}3±ÏÏÞṏ́ضÀm˜wy3!L«g\ÿÈ›™©ÙÂlÉ›‰•ƒ}È›‰1Õk¾ÿÈ›‘µl3ò;åÍ̦‹~§¼™ØÍŒ™fKÞLìYºñ‡¾™Ø[²Ð|8*{£ýN3±º¢ ‡À™»,’° œ 5ˇmgb\ÜÜæ8£GèÌÉ]àL(ší +mgdÝ}ÒÞ`KàLìfÐÝýµw33v<°»À™ÔêJ¥CàLìJ¨ß)p&ÆppôúÞÎÄê7·v3±¯7Ç!p&†×<{¨˜}gBcµ­<ÎĬÎP‚-32žaEý.p&tËKO³%p&öµq9ÎIJŽúwœ eEÝï8ƒ ËŽä»À™Øwµ œ‰„&‡È&p&ÆÄ»ó‡Â™˜²I⊟Â5"éõP8»k¦Þ +gbYÐð;ÎÄ^zÍ3U̖™¦D¤5 +gbu¹×‡Â™XǶ?uÅ>…3!ft¼5ÑR8“êg›ÂY£’;³ÜÁRáLˆg]³¤ŠÙR8{V}ñ¡p&–Áüß®p&Ro7Õù +gbø`£<õP8“«¸X*œ ë/m +gdØèy(œ‰ÝÑãw*œ‰mÖtW8{?)¨]áL,ʺÅ6…3±V2)ôP8ëÙÁô8²žD²%pFÆÏסñCßLèîÙâÐ7{ݯUlÓ7+Tg¸þÑ7«L3¼RÃl雉)X·é›‰E«÷ß)oFäŠÓw[òfbþlÍ¿Ë›‰Ák‹~‡¼™˜X’-y31WÚYWk“7óæç¶äÍĘO꨻¼YS;SmÓï`KÞLìvø_l“7Æ÷v4ã7«Qü;åÍÄ´ÈØ>”MßLldýÓ!o&Ä6è¡Ã³Ë›‘­êï”7{Wîþ!o&V¢SÆï”7‹š4±MÞLLßp¨Ìmòfbs%¥òfd>ijùÛåÍÄ°(1ïTl“7+> ¶ôÍÄÔÀb!»¾™˜2ÞÔ>[úfdn÷!å¡o&ö|fz×7{39÷7‚•’²»¼™ØWRs蛉­4èCÞŒˆ%iÉvy3±w5 9äÍÄØF2T©vy31&O´Ð"ÛäÍIJŠïwÊ›‘MlB¯ZÿÑ7{¯Ì–=ôÍÄ(Tÿ8ëÑtèw +œ‰)ÑÞ:Ž»ÀYÓ'þdƒÅCàL >O=ÎÄ(néáCàLŒ§[Žägbtf]™qœ‘Ý_ÃÊCàL¬|ïs8s€l œ‰ñ\™i‡Â™äBìeW8ûŠf…31x‚w·dÕ®p&†,W¾]áLŒz~ÎG<ÎÈकèi{(œ‰Á Š+núf"]yQO°¥o&6U +om°M߬©z¨8ýN}315Vñ +¶ë›‰µo³°ë›‰Í’)N‡¾Ù¶3ÞåÍ„(†û–]ÞL¬gí¡n&¤Þ’Šúêfdød•7l©›‰ap¢®üP7ë]YÊÁ–¼6oW´69äÍÄ^)T”`KÞ¬¹œiÄ#ìêfBÊc°qÜåÍȶ.2‡¼™V—h”pÈ›‰õÛ¡×CÜŒ„Íjnó;ÕÍÄž©îÎÁ–º™S«®¸“MÝLlŒå:îòf‡Ë7C*^Úvy3±²z«òfb}Õòfdκ÷¾r—7+— ýy3¡®žäÍÈ¶î ‡¼™óóݨøÐ7kn¦þ¾o€múfbØFFôCߌŒí–àئo&Öjö`;ôÍĦš'[úfdÅMX-+öé› m>Ò®oF†VÊjúfbïjÝ¶ë› 1‚6ãÏ63²öýgb›ßÎÄ>ÍCàŒ &n䇻 œ‰qîZËCàL ÿ{êPîgd[6ý!p&–ý§À™ØÔQ¥Ù&pFÆœZ¹ ¿SàL¬×L>Κ²)à¥8›~8ªÔm¶IÝÎÄ0 ßø¹]àŒlM¶ß!p&„çÌ©· œ‘¹‰‹× ]àL¬JØ eÌRáLh†„ÈïT8kòZ™—ú¯Â™êêµd8#‚ŸËò+‡m +gbm“ÛÎÈê×vüP8£zJˆïí +gb3WØ]ߌ¤•»G»ÈCßLÌæî¿úfDØgòô¡o&Æî KÝŒ„=¹)… ö©› EôðwŠ›)ëôŽCÜLLÌîv»‰›5·Fó¡MÜL {‹ìݼ‹›‘ÝŠË[Í`7«#kyq32þtŽ¶»¸™ÛÔ:|ˆ›‘ažŒT¦ÚÅÍÄ ¶ÔÍÈô-;žsÈ›‰å[ÿòfDõ®Ù°â7ÃÓø‹=ä͈˜¡{]ßLˆmíz\qÓ7kÞÝ‘4z蛉a³±å]ߌhHÂìIé³¥o&6Y£úl›¾Ù¶ƒ8ôÍ«–/:í!׵雉µåŽúfd÷×Ê÷Ð7¡þúfdñ­—`KàLÌ¥ãÿœ‘½_íÁ.pFyF›À™XT[gdU¾]è|}gD,©‰zŒCàL,ëÖ~§À]ÜËãºé›‰|šN»¼шNËÁ–¼ó„Ñ8ÔÍ„²1Üï”7ƒwôçvrn@¿Ë›‘­n¦¿SÞL Zh©mâf$gˆïd7#ÃÀ75ûâfb˜Æùííâfdô.b~ˆ›‘í©wq3±ùuÞÞÅÍÈZ4ÛÄÍÈX‘ÿCÜŒl„à²Ø'n&ôâfd3‰mâfÁ÷›É»¸ÙÍþýoK¶ÄÍÄ"2ÿ;Å͈ðe,ÕÊMܬ©ä¿ßù¾6m3¢r+K?ÙÒ6›q ÿ;´ÍˆªÑz ¥mÖ”õx¥`ï¡mF/4ª‹i3"Z¥ð–i3±éG¶¤Íȸ=–bÙ•Í`ñXò©>™Á–²ÙH±MÙŒl5¬ýÊfd/[û‡\ήl&öµ(:”ÍÈ>ÝçCØŒþ³ÃR¿SØŒ¬Õ•p›‘õMßp6#ËùGØŒ ËDTžÂfÙ¥Ÿú!lFvGN¢Ø¦lF¦ô_KîÂfBÓ½‰Å6a3²×5Dÿ›‘ø>Í9X‡°Yí–LÛ„ÍÈ8ÃãüP6#[ùt¿SÙŒl+Ö:”ÍÈ¢…Aª—}ÊfÕ +”KÇjW6“SvT?…Í*{“v÷ÄúýGÙŒqCŒëòr‡²YUQÁ›–ãP6c_ |!üµëšQñ‰~„‹MO]3F"ÝÏÒWÜuÍÀFøÁ>]3fK•¥§æÙ§kVÛŸ*Ùžqêš1ºy¯J‚S׌)Å_¯¸SØŒ3_¶äx}ºflìQ9uͪ´š²öèÔ5«”׬¹=u͘Á¬Ó«x»®Y•zÌúV]3a·irèšU¶«)-å ]3uö¼sc~êšIS¶Üé觮Yåî»/í‡C׌A_Ÿñ¾Á>]3v e…‹S?O]365±~ÄìÓ5c°X¥|÷¿ºf•Ý¿ô=اkVþÃ>Ê›’C׌B_ybþû®™ÐJ&ñïíºfLûþb¹§®¬|í +O]³Êº•É%ûtÍÔþ²ÀO]3µCýT]3ŠŽÁ½K<îkÆ`x³\‡Ø®kV™ÐÙ3¿óÔ5c»—/ŽxêšQÈl5ß]z°Á>e3®7cu:•Íz;ôRe3®EcåŸÊf<üÍÞœ¿ÿ(›±y¸;6X nW6ãÁ°NB‡lW6ScñÕ¯òP6ãú6¼ÅüýGÙ¬sËòIÊfZúfVÒf3æq5ÎØô]%O‘3î›Jþ|É]äl*á}¼¡÷wˆœm=iO‘3î1S÷ëwŠœM¶9¢–“wB‡ÈK¨q¹7|–C䌭J1M‹û¡"gܶbqÝÏ¿"gÌÛ4H‘3•e»…I°ÕW†»Ý§gÅ)r6y¼0zÊZ"gSm-Ù>ë öÉœ±Ö{X¶Gl—9ãø„ãxÈœ1_-£S¿ÿÈœM.²w†C™3–ûl[oó9S›V§ÚûdθajÔæKî2gLÃ瞪¸‡ÌKÒoz§”Ù'sƾ4s¬èuÈœÍyŽì.sƤ;øŸWøŇÎëÜá…ÊÈ©s6ùéÜ©qêœ1°ÐF&4œ:gLåË~>¿Sèlr˦Ӷh u–Õ3ÍÒÚ¡32FÆ(g°%tFö|š‡ÐïÈÒ?tκ+õcMÿTÎø¿×¯œã9#ÛŽ#™32ì/Jêaí2gdÃE¡ùwKæŒln–q—9ÃC¿ zWì2g$y¸ú;Tκ²ã‡§ÊY8?»Àÿgö3aêJ°%pÖÕåWÕ~Q›ÀYûšög] –UYbŸÀÑvjvœ‘±€¤ùò8ëŒ!Ý«–ú8#S4Û¶r×7š«Oâ¡oFö„äJ°<>'bÈ5õw}32L_‡‚~§¾YW4«>©¿ œ‘)};¢?»À™òV"–¶ œ‰1u,Ôé63"؃ÌqÚΈð•-EÕ]à¬3°öXeBl8#SPÿ}F°%p&6ÖQÁ!pFFÕ¦áeu×7#zýYûÁý+…z+ÎÔ¡¾Ùÿþ_ÿã€Çð +endstream +endobj +137 0 obj +48427 +endobj +138 0 obj +[136 0 R] +endobj +139 0 obj +<< + /Resources 140 0 R + /Type /Page + /MediaBox [0 0 227 279] + /CropBox [0 0 227 279] + /BleedBox [0 0 227 279] + /TrimBox [0 0 227 279] + /Parent 141 0 R + /Contents 138 0 R +>> +endobj +142 0 obj +<< + /Type /FontDescriptor + /FontName /EAAAAA+mwa_cmmi10 + /FontBBox [-34 -250 1047 750] + /Flags 33 + /CapHeight 683 + /Ascent 750 + /Descent -250 + /ItalicAngle 0 + /StemV 0 + /MissingWidth 500 + /FontFile2 143 0 R + /CIDSet 144 0 R +>> +endobj +143 0 obj +<< + /Length1 3660 + /Length 145 0 R + /Filter /FlateDecode +>> +stream +xœW l[ÕþϹ¿;vb§NÒëØiâØ׎órÜ$µã<šæiš¶6 mÄSœGë4i)-”‚º6T0Š6ÚU¼49ÑÔ!Æ: C€B¨“`h/ÐÖ‰± •‰Wý÷Æ©öbÛ±}Ïÿÿçœÿ|ÿëÜc  …»€ðÍ[|5¦îüiõ(J·ÌÎû×Üþ1Òoëžé± j|%Žô‡ø{o,uhO×]}Àü€¿'™ˆ~Yòú ®×4$Q »ÌþùkÈ;“3Wi-€ÆŠ¼šA]kp.#ÍwNÄNßà§8Þ(OÆ'ïì?ˆ|€>3=•žY> +f=+OïOLo›r¤‘w"¿xP‚Ö‚;³CÙôòÔ|’™çæ¸b ,üÞ†Kð4<çá|ÎÀ·á4Ü wÂìQ‚¸ º¡ "ÐM€z¨;¬Uª×EüþUþ<÷9÷1÷.÷÷6w‘ûwŒ;Ìàú9=û{öö$»›É2ט?0o1—˜yf/SDç¨VKä i"%pQüq¼¯Á«pñ¼/Àóp–à‡ð¢{ +à±Ƈe”÷#Êy8 'ëq8Gà0‚†}2òÝ°‘÷C/"ï„vDºßÎÃ…fS¾Ñ§×i5j•RÁs,C x–0îm©áSŽÈžm¢g© + mð`ÜQK0&wÍr—QWÅ2¤Íð/"ÑãÆo†V‰ž•΀#²H˜òˆÐ)$㣦{!ö9âÂèb8|j0jǶöâXT"Ør¡3™Q”wÄ3°9j·e¸¶Æ˜->Ûuø_Ø|Ž«¸·û›µÇG¿q&W ]ý·Å¡/d‘1ß=/£Ù@Ð ÈS¦->¾»}wDôtÆY"”k›ms´rà@†uD¬d+j³vŒgÂqAÆiµ!-‘™N[¦+ËpŽª ŽÈx†:"m•UôÉvÑó[~)‚ –ŒH½ ,RæTÄ‘!ñH':,<Í„wǤýDµÛ®DWô¼*zBs•+ ks¨T#OcÆŸ`Ÿàš<óè(·+\ÞE¾æ%{üÏ5‹<÷~óC‘„EFs’xIÁÏÝŒv#]k´ËíF{;²Nòp6ÉmýòÙvö-Ü•À¾å+|7np……RRfÑ3ŒS¥U+ k¬R™-×(p„'¢qû!äuWsÌ:GYýRk¯),àe +i¨¯“ee²ˆwÞMÊÈå…¼y3«Í'×4j¥é1õ :—ßê.`y­ŽÌ›”¦sÛYæº.ÏZb±pE¢­ÐbЈ¯ÞaþRfv–Ø ù›x‚ýª£PÂX¾Ê¿Íœ„aØŽ ljðõT©p«ì6Zj¥Ñvªp¨õÊÝ}Ô]TQe12L~ivÑIg«™ë'›ÈdéVŽ§£yŒ .`BðŽ2^a–¯“l@³ÐºO3¯à ̵5 †&"ñ +=qà̺À"Ûã +fUfZñ…žäDгyÍá %ZΪPº¶·öͶ, ÅO‡žÝ{¬§±¤ºo!¯±*5´x>ٵǸ¾ÏÛ0½ÐÌÒ{þRk9=^àkì9º³bÙ"§CËÓ‘ ;zö¯Èãcwì‰÷ôìˆ%Ò{?9³±®å¹a­ ŸùùÈF§çܧCÁþ“ûÌšëŸW +kp­z°1Ø™è¹~èÓt˜y LaŽïVcÎcžj¯·ÚT ²JÁ¨®KSú:kÖå[®7jmFkÖÅSÅE­®Ð¤ü¼»È*ÅhïòUæŒÑè77V»*K-j¨ìTewÕ ¤•5*@|8¢Vq|¹ÊLJ×Б7rõ@›ÈL¹£–¢ã)>…µ5²—}Ä‹Ýj@dW#ã%’§ Ì…kI)•%4äf-žêº{ko`ªwxä‰í·ž©÷Ù*l¢5$X— Õ­› î +lÝ0ñÈÄÅÖF»Øé;²Ó?ÜYß®-4%»wÜ×Ûîërج¢ÍSYµ9PÞ¨µj[nmî}ÈÓ=:Ò¸¥Òî빆’XCnOîP¸!¦]*?©']ΠV«´gAåË ë¬T Û¬-SµGš-F Ÿºû&ÉÚP­%æR4°!D$“+nTYžb’¡4®BN*Z_—ÎÚšRb ÔÉIɘ1{ë1÷$—°jB܉KGn¿X$TW{ÎÌ«MÔP@xµº=¤×3yÆ°nã'G]>}k»ïBû‘ÛÊžPk•šû åeûÉ'³|%I^¾ógÉt*ÃëØFo+2Û8«¡Ð—ùP?´vpð?Gn&ªóU[V§¼þ®Þ"¶$–R?È~’ÅÓ èòGÙ!ÆÇuãù€–p³XŘ4ª|_=ð&×ZL†h\.…ä˜"#q–ÑX‡ãŠ‰ŠDy0ò4¸’Šèf5ªŠB©W«V*Ú’Ë ,9ôÔ:r#ÊÖÙ:j좿ÜéÜ~ך—õ-·œ¨bµV£÷ÂôÖ þ•‚Ù…m“ô[‡¸Éc÷d?¨Ùä²W„ÔºÇGÚäŠ~ÿ6‰?üâÞ’’¯ÿ¶åT„oÛÝvo‡ã^²|•}—™Ç·tcXl"ÒHÌ Z£ ¬MíS7ÙK,y\¥Qå!wÔT²œŽ32ž†V’;äÅ£Ô"ç1 ¬àU` +ËÆÉy^`Æ3DJ*u5©éÊáƒiðùÌXIS¯O•§3ð?Ùë;^]T_î³Ù­ÖÛ7Þ?ª·WÔTõTG^»ãæ¸>ø åÂáÍß{t>¢3h4ªìò/wž¸¥Óùð\@ˆÖ?8p﹎ ½–ÊÈŽõ;³¿Ûulq×ÀæÝð°?&‡Ä9² ;´Ò³ß…=4C­áà¿´0ÞÀŽr Ù!|ŸáëL®›œÞ•ß=—ß;»+¯ù3¼§Éâ7ÆBÏ®öË/dA9ÌK¬“Õu¨¯Káøqåð «MI?†vöìSðÀ—kš¹{ùnH2Ý˱_B‰¼B #øV•Å;4øªÁÛÜ@N‡ïs«zwÁK7öV“†MAA6çhŒäHŽfqΓ9šy3Gó(ÿ+Î$¬ +¹Kò*‰&`&BŽ¦ '­9š2ËÑ,ι?Gs°†dr4ò_ALÁ4Þ)÷Ã8ŒAf@€J”º°÷C?uxÞx³Œã­sRH÷€Ÿ}(IáÊ4®JÀ¬,kE‰4cà†¶´Ì%°Oà³øřը»FÖÙƒûKš¼¿NÁdn…„JÒ”@?Ï .iDBÑ+ï”ÀW{ñÖ:5}hÿøXrF¨ls þ`°Î#Dâéñ”Ðãúâ©CédbÖ+´¦R€4-- $Ò‰ý³‰Qoµ¿&ï™ê‹ S“8Ð6•J%FfƧ&=Bob6‘#¸ÁÌ!º]ˆc?㈻…sñ]#ã~¤%ãÆðJžÂiû‘MŒHÅ‘X5§OîÇdó×ÿ³iß¾©É±Äþõ«Úþçvx®áÏ'ûOÄÿ,SèQŽø½~Ÿ¿F¼ijV Öýªä,’Ûòaé¿Õ(Àb…‹qrvC1ëŠêuy'Œ“šdm”FE]=œ~ži¾·Äíø;¤Lèž +endstream +endobj +145 0 obj +2732 +endobj +144 0 obj +<< /Length 146 0 R /Filter /FlateDecode >> +stream +xœ›ÀÀÀÈàÀÐÀÀÉ Ù_ +endstream +endobj +146 0 obj +19 +endobj +147 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /EAAAAA+mwa_cmmi10 + /Encoding /Identity-H + /ToUnicode 148 0 R + /DescendantFonts [149 0 R] +>> +endobj +149 0 obj +<< /Type /Font +/BaseFont /EAAAAA+mwa_cmmi10 +/CIDToGIDMap /Identity +/Subtype /CIDFontType2 +/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> +/FontDescriptor 142 0 R +/DW 0 +/W [ 0 [365 583 877 500 467 786 411 622 ] ] +>> +endobj +148 0 obj +<< /Length 150 0 R /Filter /FlateDecode >> +stream +xœ]‘Mk„0†ïþŠ9nKüØÕa±<ôƒÚþ€˜Œ6Pcˆñà¿o2 0úLÞwœIXÓ>µZ9`ïv:”–—yµ¡ÇQé$ËA*áv¢ULÜ$Ì›»mq8µz˜¡ˆ*¹š] À>üÇâ짻œ{|‰CÈ¿Y‰VéN_Mwd»Õ˜œP;H)‡ZÒ›5/ܼò Qs+½H¹íìíŠÏÍ äÄYìAÌÃZ®GLn©nÏ>êPýßþctõƒøæöP>j¢ÌSš^ËH9Q)#DÅN¢ªˆt%ºT‘Êèã‘*¢<£~ö?‡Î c‹ÕZ?10†T›2³ .z~š « +endstream +endobj +150 0 obj +268 +endobj +151 0 obj +<< + /Type /FontDescriptor + /FontName /EAAAAB+mwb_cmsy10 + /FontBBox [11 -215 942 727] + /Flags 33 + /CapHeight 0 + /Ascent 727 + /Descent -215 + /ItalicAngle 0 + /StemV 0 + /MissingWidth 500 + /FontFile2 152 0 R + /CIDSet 153 0 R +>> +endobj +152 0 obj +<< + /Length1 1992 + /Length 154 0 R + /Filter /FlateDecode +>> +stream +xœUmleÿ=÷ÒŽ­{éÛ`3^wLØz×­s€Ã%ë®[ƒŒ"”AZC²ÝÖ[ÛØ®ue‹AM”/C¢‘†D%:_rÛƒÄ4!HBb ñ‰ü  ²ù¿Ûmñ õ¹>÷ÿýßÿÏsÏó/^ÐÓ:ºjªüàôÐxiZÚí |•æ'…TŽó~­l†æÍTvvâÖÍÆSd˜ôgÒ†ž¼÷Þ7ÏÂ0ñÛÓ$ð\qm#þUâ7§sÓ3žlžx“ø²l~œbá{òßgU‘Óg +l;Þ"ý9â¥I=g,½“ü‚ø›÷Q!_œ^~u€ûK_˜2 +yµâ»ß'¾.zW›«JüYüN¼,‹1qŸð£Pòü›¿Îoä~e·Ùev„µ2EÿŸcŸQŽw)þË8fgÃ3¶3즑աú uëk½5ÕU•žŠòuen—(ðƒ²Hß",ÍÍÉÚÄ!UYlÂÃ3&üñ†ž„Mzmb–·'L®ù‹HUüô3¹vUYy±1²¶ÀøVMŠHi=iò­D%S˺”\…æ†ã> ð5'öÅ- ´J‘´énÔMìûšL1üD¢IO&Äåù^S‡|‡rû]O>ÔRlÕúîü͹ïž-òÖ6ô¨ÊW´l0ګȹA“ë™ÑQMU%“—µEƉáRXÏɤ0Yk4+¬µR´ÆÁŒÒ%»n³¿‰°ÍH“¹+‘0EY£LÖ2&'k¦§½QU¤Áô€ªœ‡âòEŠXôŠ°¨$-püœ&›L×"´a¡á¸MXùT…Tao˜Ê BUªrIUú̺vuåÄaÍ7ÁY—K¤‡n—-¡&™£#*Èĸ9á Oªƒn·®š÷áïôy}Þ-4øh"îÃ'\¸¯Y‡óì†x’kC%B5ÍnÀÅ„`9‘U;îë[ÛÖ½ýq_.—|Í[_ïÞ®Ù°¡†ÝØT]½Éšøã`® +öºU;Íž³6å®c‚«%Z!â_FΈgïÆh×Øy»F'îÊŒŸœ©©îý –Ùâ+©¾×hÃRÄ}B¼fõpŽ'½ÅÞ¥.Kd ÷‰µˆ«ƒöökæm ‡¬”Èѽw¡žBxð”c[EwqÕ×r”SaŽ—›íw0/;æ`l>p°ˆJvÕÁ.’ÿB–LXGÜÛË uLr0‡*Öï`-,á`l^s°ˆMÌt°‹ä·FêSÈ …4¦io·’´h:Fº¡Ö SOÉ KxzGI’µ;MJ¶¬Ÿ$–El-ZÑæ ¢å(Ñ;I–»ËŽ9Dù­Hu¨<&«*+’q’dlUÅ;“A•¼Ô¡ò…Ù©L*=-m ·IÁžžnEÒôb&+ ¤¨ž-¦R@êÏf¥˜eV”bFј*É@g°KÓ‡òQ]Šä'IÎg³Æøt&?©H{Œ’‘U5JÃQê¤#TGŽ*›¥º;Ixtld> +stream +xœk…… +endstream +endobj +155 0 obj +9 +endobj +156 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /EAAAAB+mwb_cmsy10 + /Encoding /Identity-H + /ToUnicode 157 0 R + /DescendantFonts [158 0 R] +>> +endobj +158 0 obj +<< /Type /Font +/BaseFont /EAAAAB+mwb_cmsy10 +/CIDToGIDMap /Identity +/Subtype /CIDFontType2 +/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> +/FontDescriptor 151 0 R +/DW 0 +/W [ 0 [750 776 ] ] +>> +endobj +157 0 obj +<< /Length 159 0 R /Filter /FlateDecode >> +stream +xœ]PËjÃ0¼û+ö˜‚l÷ Á¡àCÔíÈÒÊÔ’XËÿ}¥µq zÌîÌ0¬h»[çlñE^õÁX§ g¿Bp´®¨jÐVÅñ­& +‘Äý:Gœ:g<¼n,½„ ¾ÓgŽ´Âéªý€/ Ñäþ'i$ëF8ý¶ýÑí—þpB¡ä:ͯhßeø‚`Ÿs§ÉÆõœäÆÏjÆÕ–Ays +Iº‹K™ªË[ª&»?ÍëM5u—t°Mª†Q•PYÖkwVvÉÛ8"ª…(¥ãep¬È:<¶|È*>ÿŒÙ} +endstream +endobj +159 0 obj +234 +endobj +160 0 obj +<< + /Type /FontDescriptor + /FontName /EAAAAC+mwa_cmex10 + /FontBBox [-23 -2959 1454 771] + /Flags 33 + /CapHeight 0 + /Ascent 771 + /Descent -2959 + /ItalicAngle 0 + /StemV 0 + /MissingWidth 500 + /FontFile2 161 0 R + /CIDSet 162 0 R +>> +endobj +161 0 obj +<< + /Length1 2072 + /Length 163 0 R + /Filter /FlateDecode +>> +stream +xœUohSW?÷ýÉk[›Zm±ênú̦Í{iSÿF‚M_ÒέÖ?ñ ÈÚ—æ5 $MLjl'“}ñKEö烈+² ‡ /ù0dŒ¡CŽLöeÈÀ}Ú\gE7×î¼××ns“í&÷ß9÷œß9÷æÝ °Þ‚»÷ut½xjö"DëÁáÒ î~ñ œ§GòÉ,ãü\ œß%3#·o]ý €Ý‰ëSššø½PùãÏ ¾9…çÔL7êß ¾6•·¿ÎlEý¡‘5“6¸~Àøê Yu<?ÁW<ª@GÕ¬v{|ËÔ)óQ>W›;M‚QÍ´¼sbbê÷P—ÀØ¡Úॹ4‘,9D6‘4Àc¸×ác¨À8 §ád!qˆBöÀ&p9Î8NÚ?¬ÔÔ ³ÂSá¤Pvð_ð§¹SÜ1î0çgo³—ÙÌ!rÁdV nd¾U“÷}‹wžÑaÞ \±¼iY£³ai}݇½¶F°ñË*xî!:Ÿ•‘ƒ²Tií×ÁmöÇL0…noé$ÔðŒI–<øÕ™vYš¸¢R&¬[¡}4¥&tÖ’ê\HTi¢ Nîºp”Áµ*¶'jÎMûRºàîUuØuµê|hk¬UMÄöEÅñIk‡xs{žÏ®&žëÉ»•î»ÿî~bšœÍ~YºŠÛ‚§`9Ù«³!5=Rd©—ꬨTÇJ!14)â‚ΉJ‹î0öŠl-½i=¨R³n½§±õ¾V}G,¦ó¢‚DTÒ:#*ú’öY¢½©°,}Nàç®(XDÅɃ!)-3ì¤"êDUúðÀ‚û£zp(fä“%\ +9CX®dÉ+K_ÊR·ÞÔ.ÃüˆâœÂyã{šààmÀ[&ШÜ+?w•mü÷ +Ë „2k˜yÃ\l¯> àopºœn—ÓfèìZrf6Åøõb˜û™ ©ÎL³SøF @ƒ+™Ul-«ð’ØN`™Æ^žOj—²§“8]Ë‘f9©’›³ïÜÌt}"þ`(nð€{fš<^à±Íó“‡'È#°ò,Û„,8Ýdtö]rsf:^7Ÿ9Ï b«’· KΒæÁ’0Â4âi8øg#þ:‚xGŽÛä;¬An¾dÖhñÎÏGÞ-¿ . <‚jLóõd÷Å9W½qœ·¿C ž=YˆC¾íØ^šçªOtœ_d\,sÂì5Re¯Û\e±Ì—É`/´Á +DŸÂk–=\Zä„+‹yìd³…È^ ³à$oX»ùÀÂ<Ô‘¶¡ý>z®µÏÌ(ìWÔ ԓ ³ÐFbæÐç- ó°’趡ý„°£åa +†$¤` (¬Cëz”>ðãg#öI + +¨PDŸ â~ðâs-Œ,b”%ÓÖƒÃ#²ÈV45 ¥†9JøL g'rw™œý˜ß`¢Ð‡hÔŠ0ª2˜4FKÚ\1ªØifÒpEÆh/v¿\~¢N¦ÆèºÐzêóû7JTQ‹é í÷Ò53QLi%/íÉdhÄp+ÒˆVÔ +%-áíôu)jn@¥}¹Q\å2mx,•èN­¤eddá(V7ˆud1ï8Ö݉ƣêàpV÷!66—ÄžA·ªZòHFE°°S&Ííoû;‘w 7šÔ +ÛØþ3wíƒóüdØ…ä%”Ư>¯¯Ã×%ïÊ•dÿÆÿAe¾Eæ˜;füGþËekc(»»G ifV8– k{÷2§0Ý«·sŠÒV× §.³«=ž?z^¨… +endstream +endobj +163 0 obj +1381 +endobj +162 0 obj +<< /Length 164 0 R /Filter /FlateDecode >> +stream +xœk`€:± +endstream +endobj +164 0 obj +12 +endobj +165 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /EAAAAC+mwa_cmex10 + /Encoding /Identity-H + /ToUnicode 166 0 R + /DescendantFonts [167 0 R] +>> +endobj +167 0 obj +<< /Type /Font +/BaseFont /EAAAAC+mwa_cmex10 +/CIDToGIDMap /Identity +/Subtype /CIDFontType2 +/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> +/FontDescriptor 160 0 R +/DW 0 +/W [ 0 [365 472 472 ] ] +>> +endobj +166 0 obj +<< /Length 168 0 R /Filter /FlateDecode >> +stream +xœ]ÁjÃ0 †ïy +ÛCq“ÁØ¡FÆ ‡ncÙÀ±åÌ°ØFqyûÉŽIa[¶ôý²,Ñv/³ÄyÕcc&œýB +aÀѺªn@[Ë-ïj’¡,î×9âÔ9ãáa£ô + >ù0GZáð¬ý€GÐhRü4’u#¾Û~öK¿8¡‹pÎ1t:{ÑÞdx“‚ÈuNfÈÆõÄò;ñµ„&ßë­å5ÎA*$éF¬.g¶+\^Ù®©ú¿|Q FýHÚiÖéß©{Ñš1vMvO…Þòé™4®ýj!âöó´rß©cëp{ð!©òúXÚ‡¿ +endstream +endobj +168 0 obj +244 +endobj +169 0 obj +<< + /Type /FontDescriptor + /FontName /EAAAAD+mwa_cmr10 + /FontBBox [-43 -250 1008 750] + /Flags 33 + /CapHeight 683 + /Ascent 750 + /Descent -250 + /ItalicAngle 0 + /StemV 0 + /MissingWidth 500 + /FontFile2 170 0 R + /CIDSet 171 0 R +>> +endobj +170 0 obj +<< + /Length1 7160 + /Length 172 0 R + /Filter /FlateDecode +>> +stream +xœ•Y t“ו¾÷ß´Ú–d-–åE‹%ÙÖâE–…wyÁ›ÁÆ€7clcƒ ¶ÙÃh  I“&ͤ4¡TpÚº ')Є¶9mêÒ4'mÓœi›2ÓešÃÌIBü3÷ÿe;4igùOï¾÷¿ÿ½ïÝw¿{ïÀ …CÀBtåê‚âÔÕ†LËKÔ»vóî {kÞÊGIþ!•_maôßíÀ T~>0<½EçgQŽHýÎÖþž¾¾ùj+@Z/ÝJIµWQ;gëÈÄÔÔWT§¨=Aí}ã›{Ý`RûÐHÏÔªá:½ÿjÛ·÷Œô¿³<’`Õ0OŽOÜ;F[\z?¶³ìÏkO÷RûÇÔΔ ™àƒ:±S¿7C3³çøIþ9| Þ·àÄá<<ÏÁY8ÀAm°6ÀZh…fX +1¨ƒ*¨€„!àPˆŠ?ñà¯ñqþ¿—oå•ÜÛœ’ÙÛ¬•ùˆ¹Ãü+ó3Ât2^&oãËx âºáO´âÛ´æ›´êà\ƒ—á*| ®À×á2\”Q< çàóp +ƒ“pœÐì‡i‡QÂÔKx$,„à ¼ j6S z]Jr’V£V)ϱ ‚ÿ2_½ýDï WÝ–µÿå|€ú¶©8øÚ-erU)Wqu~GëuŸè +ø}ô/Îäü‰샫î²î:{£}kO_œuSmsõ®{ߥhôD[»ƒžKàÈèXÕ. œÛÞ¸5®p/î‰CK»ÃçëuØzú:V·» +\Ø +\·imßߟ½§ïïŽäÝu5·?õqÍr—Þ`) ø_¦m’$'ÇÙúžÁM ›êþÅö8못Œ _¿»ÞUÂE/✫.-®‘öJ³¥-ŒG{ì2îx­dIŒ7ÚⱎŽ8画)ÐU7g\uqm~ZÀo_¼µ!àÿè¿÷R¸¬çAªíöK {¢ÎÇžºFRX´­=ÝÔ!­ðÓ«z}=Á-‚€?ðßøkâÆü$žv*WˆW1²õ *çÈzIæ*ø‡„B*d÷ +j+~ < ¢oT$«Û¨| yœÈLßh‰SI46‰êdêKÉ¥2Lå)ÝgôÄ?qÊ@ë¥ÆZ¯_C^@ÁK•—ÜÈ‹/ ü/*/³ ‰p‰•ºy©û²BØþQ%é”äÞ¡w;ôŽÆ.æàYq+¿æø×h7Hv쾕ÍT#‡N… •^¬A…Iò˜šÂú|5¾ÂPØÖ ®pq$Tl6éÓU„mÏÞ=”©HBˆÕr¡PìˆFq·©6&iŒU÷fØ‹4 +ØÁÍHó*´ ÔyA +†[£5¿&ƒqÒEà+䌾ÄP*ÎbLFFð—Â%ŒÇå¨Å0p÷µ/_<~¡ÓQ{õk;ÇÒÓÉ匥k +‡ø4f^Æò·Ž¾þç#qñµ7Âÿ†çžDnæ§âì“;¿ÿÆy¿[h¿g O14D+‚yil’OeÐ1IN»–S!‹>£´u†ËC•IU„Å…AveŽJÅÛ0_Dz1²S"iƒÐJú(‰`5. "AT”JZ1 +.§'\RÍÐ&ÐdLfR0T\)„Ø-VÇ:ÛCÕ{×u<š©LÖÖ kËG^±ëû»›÷\ÍúýSׄ4key„pSó¶­j{¢{h S]TP[Xq|pÑæoLwœ;ò|ÆÛ<Ÿþ%ñ 鸌ötƒöd+D=iȘѩT«é­¼^eAÆ S3 +4 ×iÍ™<Úäã }…©a,­Àb“>dr™ŒæÉ..­B²—2fZ‘œe¹ysjåìWN‰^ü-¶ÆظÚòÑúØÍ|K,fÉ¿cn¬W:n…–Ÿ7D¢>‡Mæf©,ª­R *³NœÁ¦Qs6§jmª øA'G‡î•`øj¤'ŸTYÖ—¸ÂŽb‹ +KC““ìKÆÖ#©Ô‹R363ƒG¬J¼ŠW•V<233{aFTª¬é*1y&6Íjc–»ÓÜqK¬öîkcd‘ç?üÅ«Ž‘®ZïÝfßc?Oç_ MÑj ª8•ÊcQƒR9èå*Œ‚?›)õ¨t +–ËSms;¯@?vÙxVHÆq¬•-¶†Œ RRšJ˜€âãó/•_O:•"C ÷¯ôĈÔ]UèLÆÖ—0iº¤·â¡&o¨<7¯üúîÕ燜9NGeaKAå:ÞóÙ¶æ/ô?¿-V7]íÐÍ=OÔ´UŒ6UUxóÊË󆛎¶‹¡Üúï‘#ÁÕEë£+º‚›WÆzëvÖܪ:L¦eb'û{Ž"Õ2X]ÑV‡’iY®2bºž"b‹'EmRæ£gy®N`±ÀS¡"êY¤Çåcs%Pv&³¹¤AÏ;ôLGN3 +m~%Ë©fs%è¶c–’ÒH‰söo©Æûq*dB¼ÙÝ|[ÒHJ* —x|’V°˜$â±˶-ÉóUmˆôNÕìéɯö/òXÓ=ÖmËÝMO¯[ŸÙTz~Ïõcgg:»~zv|ì™ÆÅÏŒ^ÿÌù‚•…h»¸´¯oiÆòsKF,Ù›–vOFÇZ}M¢¿Õã±zR–¸‡ÂëN®¨Ê-.mñîœ ‡';¯Ö/ª ´àÏß:yr¨a{£lçUäï—³S.Žú4¨E»7E­U"—¦R«TeÅ.C¦‘ÏE52ìÊáM“Ÿ0•Ù—’™“­„ݦ„vôó´£~yÇrGUc§£ºóòþaã£u6Š¾ÆÎòÎÉ':ÇÌ>¦ R¤‰™_m{è3¢ÑgŽQþ®ï«Óâ0µ$¿[C`E¾“ün¸£é)©äw‘“1¦0:²ÝjÞÈcÖ´d&À9 –¯¦±³ª½ÍµâÙfi×ÈÊœ˜yhQîv !«4ÓßÐ ëÉ{ï6sžûØȈ)*59WÉ-±Ê”«ìþjÜf2 ¯¥7v) I`2e°ÈÜaéeû\8;¹iâÃ2œ_J'UjYÖºý°³ªÃÔ_÷<Ôzæ«wðº|T³C«:üWváp¢UTJ•å«+6í—ΪðUðÐI¡*²`®]¥Á\¯RÍ)ÓÐî±\†LÌ MCÉOiÉȬ~_ò¢…óG(EO‰}²YY>Ô-o ¢2.âñïL¿::ýãýË,rìú>-þƵkñšG]iKºBC‡Kô–#?›Úwë@Í"|AF7 £ ªáfýªÞfü÷@“gú;­{¤½”‘m%ÿj'†„¢¾¬ &Ũòx”ä`s) s¤ÐÏrIØåTòlÓsºy†üÕ¤Àå0%e¤¥(EnÁ‘µ(î}räÚÔ†“AÓì×þbÍÐÊdF£0˜2_§qÆ××2qÐrä­=S??V3v¶Ëf~á΢¾2…&}âsŒkÅ3ƒo&lã˜óÝUÀMÉN²éÃ& ¯Ô(RîÌõ®¢¡çvr‚‡k™“ÌIlåµ + 7!~]|èú)ñ]ñÏïvròºä#¸w(f{ "ZlCÁ¬Ò¡àTj¥f' — *•”zˆ!Û2ÒÞ…-&N)0¹‰ BNæâvª+ÈÊ®›’ É‘‡ô.:+JYbÍÌ 7XV‘\Ðù…£ßv祟ìuWT¸{O¡@1º¿6&úøܧ™5ûêž}“ÌþEÊ"‘îWÀÜ–ùŒz4hÒ2¶9§+¹³ô4kp%Üíz;oâÑ-cûÛÎv>ÉŠpÂϺ{ÖUm +{=¥^íêAÿ+÷yÙŽÑX…;Rê‰X¦.·ˆñZÙ¿6ˆã\a²Ñ]¶$ê×SZàr› %%  +"ÚMF¶ËLQ`Mn‘5 Kd …(c“c3OÙH(áye–Ò›d)çEfKcgáéUÝÏìªz}zÝgýKJ;ÏÞèzÌi:Úݸ}INù”8Þ”–{£Í˿ؾ罭_¿;žŸÖ„¦»qkïãK÷=m}ùAÒeÃ?ó¡0š››cLæÌY*sŽÄϬœDVžK{iÖèõüštɽø?MÍsœˆ'áK®E&H&KÅ}ߟÿÁ¾©eyyeAgӡީŠ#›{²ê¬‚:ûŠå7¦§ulÃPnEEnNX8üÒ†ÍßœžÜ¤Õ(„éG¼ðŠÝœŽ§;~0šÃx]”‘ —§OWkÔ6«QËó†d:vÀ¶€'•Ç¢Ä©ËI-ùŒDéÜ¥4Òh±a©œŸIMAÉÌ}šQxÄ[ð@k£øZjs-^ÜÁüæ5Áæ³a[ÍÆtñ™ŒeÃÑe;J<éy¿Ͼvù)+Rr³?Æ÷u©V·1+/û詺ѦÍK<%–\›£„°¿GœV§`Z³ºâ@6¯%E=–àQÇ£jîÊ“JÎEù÷{˜ö½ï‰ „Ö÷Ÿkã'•øé‚òh3)(¡O§ åÔÖT)§vÙô*.Y«ÊÂs2ÃÛ±E+‘Ó½WßGO)Ÿv,Hó™µC’ˆLÿ Ó=Ãôýä'³OÍÌ>7“ e¬VLÆ÷¤:‘L3¾Ù[ NJwŽ0M¶ìå“…EeB¥’H °¸rHòfSjr’VàUeY,Ý"ó¦rV!]œd w¥:$£1*d"WbWY¦òʺKæ¢*‰›½v½c2ß›©¬pYtJUš«†6`k’Z+(?úÀœï=Ú#NË6ô.ÈzGYï<2xîÓ»ä¡Â}à•WÐ*B«¢»õ}y îeÂø!eΖ¨ÎÊ€¤÷(‹äù…O& “…{¤QkéŽ{žî_Y¿+¡>Z^XàËOe…ˆKqk(ïr¹l2³|ùL¨BÕgñŸŠ[RBåÛ[*:¡/›áªòèTb–w!Ê9²ÂòÉ\Y6i¯;™IµHi³ì0hÈÚg.olx±§ë+#µ;¢»Z6O^ÙvcïhÇéU“ßÍŽ8Å?F‡ªyíöûšª´bdï¿ÔŸhë}¦s鉋wop, _Ø8úO}k¿4Ôòàò“ãÞ5ÆËέ‡™¼sÅv,nŒn"8¿ï\(§Ô0ªb·”h*щžµãüj¯òÉ÷šv?¸râ¹D^FñQ$þ™äÌ1?{.8æXtä9 ÀÈLh3¨–jéJkÆ +Å ä»yó·™k¬ã¾KŽ©˜÷æدOþÕñÊÌ›hÞñ™Ú3/^¤™ `w|×Î ¢º6Æ|§öá±/Ÿ¦ùñ=„rF)ËÊKÜB8ùBööÿ»…èÿ·Bß“ë?u áB‰d6ºfàï\Cñ†y‡âM–Gë + rR’N‘§”!æåeRÀ¬ÀTzÊä 7]]QX`¥1¿Ê‘Îô—hÈkÐÝ ßOtbêü]Ên¥<È ³ÀS€ó1Ô2—¤é¤ßù ¤9%k’¼¾W!½h0Xµ\Ù[=G¶4>¼xGlãÙöÁæ +uŠ ÖY “CÝÇ{jO6N7…ºö5êZ¦ÑlÖéÄ7Ú»ëÖëm)Õ ã¡E!^#ˆwRS‡7¬.[¢K×-ŸX²t$æ\ÛÂÃýr[ðq >|wˆ‰š{¶023Í_ÿÄàŸ;ÉAIÊ:›7QÊ^-þåÆ”Êÿ„l¥Ü}s æ…ùúÞóN ‚ÔTÒÇ8ÿÍG·YeäÞó÷Ufœ²™?@¥ˆ—©¬¢²…J™¢ bT·J2·ª˜Ô°6ðJ2•ö(£ö+TÆyéÂ\Dîo ÚKãß#$5Ò8’Ì `¡¹ÖJ…§ï¥yX/qNB“ ›€ƒÄÿ jiãf’®C÷¾d¸¸€y#¼´°/–ÌÉ e +Ís2 :œš“‰´øôœÌC^›“êÿ-DNE­«òW’Œ`@ûœÌ@2VÏÉ,ØqíœÌј‡çdÒñËs²@ý¯C=ŒÂLÃN„Ø +òͨò¨.¢(Z%à'¹z`œÆ “¼ŒâˆVPÏ°ü׆­Ð»å¾Zê‘F´.Ì6.·ú©î§5vÓo,¤¹‹å9—ÑúÒLvh$iûÜ*i¦~ØL=ƒò Åry¥~z ¯ƒõ£cÓ;¶NØsëóìEee%~{]Ïøà°}Yо¢gxz|kÿî ½vxØÞ* ··ö÷ïÜÝß,,*®ëY6º¢ÇÞ8º^Ô÷ožÝî·/ïßÝ?¨£F`’Ðm$#„¿ˆÃÈdÏÆÍ#;‹H”v6»O½…Öþ]Ã=$Ìïe…\È{/¿iÉ£Ûúw–ÏMõ?/TD›-¢DSR[šiÚÝTK‡EÁ¢‚¢â@óèî@YÉÿ6l9òso¯ôw°¿Aè,…—uj²•)œw}r’b›v½b ßâZʯ_ïK +Ã#WØÊc™>ßàh¬° +endstream +endobj +172 0 obj +5260 +endobj +171 0 obj +<< /Length 173 0 R /Filter /FlateDecode >> +stream +xœk0´2`X¨À*^0_] +endstream +endobj +173 0 obj +20 +endobj +174 0 obj +<< + /Type /Font + /Subtype /Type0 + /BaseFont /EAAAAD+mwa_cmr10 + /Encoding /Identity-H + /ToUnicode 175 0 R + /DescendantFonts [176 0 R] +>> +endobj +176 0 obj +<< /Type /Font +/BaseFont /EAAAAD+mwa_cmr10 +/CIDToGIDMap /Identity +/Subtype /CIDFontType2 +/CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> +/FontDescriptor 169 0 R +/DW 0 +/W [ 0 [365 500 500 500 500 916 500 500 555 276 388 555 555 443 388 388 651 391 526 443 526 276 750 443 276 333 500 500 680 555 394 ] ] +>> +endobj +175 0 obj +<< /Length 177 0 R /Filter /FlateDecode >> +stream +xœ]’Ënƒ0E÷ù +/ÓE„ )ŠT¥ªÄ¢5í{H‘Š± ,øû_—HµÄãŒgî\Ì$—ê©2íÈ’w׫+¬iv4ô“SÄjºµf#R¦[5F +wÕI»I|ñuFê*Óô,C–žlÌd,ùð/Ãèf¶}Ô}MLS³Äßœ&ךÛ~]®kô:YûC™‘ñ#£Ã3¹¼Hû*;bIÐÙUÚ'µã¼óå÷ŒÏÙK xP½¦ÁJENšmNܯ3;=ûu^Ôÿí§ÊêF}K·¦7~ Oœg”‚8(¥ ”ƒör *Q¥• ˆ@GÐ1àP)@ðR¢Ÿ€—š^Š /eT—} ‚—ü‚—R‚àe×^ÒH +{øv¡Ñ/ªT²pÄñ,ó¿“½ÿ ÒxìxRÐåQ0!È8ˆ]P.Pžb3È/¿vÑunÔ䜙0¡aV–)i ­£n{»T…ë¦Ò +endstream +endobj +177 0 obj +365 +endobj +141 0 obj +<< /Type /Pages +/Count 1 +/Kids [139 0 R ] >> +endobj +178 0 obj +<< + /Type /Catalog + /Pages 141 0 R + /Lang (x-unknown) +>> +endobj +140 0 obj +<< + /Font << + /F1361 147 0 R + /F1360 156 0 R + /F1357 165 0 R + /F1359 174 0 R +>> + /ProcSet [/PDF /ImageB /ImageC /Text] + /ExtGState << + /GS1 2 0 R + /GS2 3 0 R + /GS3 4 0 R + /GS4 5 0 R + /GS5 6 0 R + /GS6 7 0 R + /GS7 8 0 R + /GS8 9 0 R + /GS9 10 0 R + /GS10 11 0 R + /GS11 12 0 R + /GS12 13 0 R + /GS13 14 0 R + /GS14 15 0 R + /GS15 16 0 R + /GS16 17 0 R + /GS17 18 0 R + /GS18 19 0 R + /GS19 20 0 R + /GS20 21 0 R + /GS21 22 0 R + /GS22 23 0 R + /GS23 24 0 R + /GS24 25 0 R + /GS25 26 0 R + /GS26 27 0 R + /GS27 28 0 R + /GS28 29 0 R + /GS29 30 0 R + /GS30 31 0 R + /GS31 32 0 R + /GS32 33 0 R + /GS33 34 0 R + /GS34 35 0 R + /GS35 36 0 R + /GS36 37 0 R + /GS37 38 0 R + /GS38 39 0 R + /GS39 40 0 R + /GS40 41 0 R + /GS41 42 0 R + /GS42 43 0 R + /GS43 44 0 R + /GS44 45 0 R + /GS45 46 0 R + /GS46 47 0 R + /GS47 48 0 R + /GS48 49 0 R + /GS49 50 0 R + /GS50 51 0 R + /GS51 52 0 R + /GS52 53 0 R + /GS53 54 0 R + /GS54 55 0 R + /GS55 56 0 R + /GS56 57 0 R + /GS57 58 0 R + /GS58 59 0 R + /GS59 60 0 R + /GS60 61 0 R + /GS61 62 0 R + /GS62 63 0 R + /GS63 64 0 R + /GS64 65 0 R + /GS65 66 0 R + /GS66 67 0 R + /GS67 68 0 R + /GS68 69 0 R + /GS69 70 0 R + /GS70 71 0 R + /GS71 72 0 R + /GS72 73 0 R + /GS73 74 0 R + /GS74 75 0 R + /GS75 76 0 R + /GS76 77 0 R + /GS77 78 0 R + /GS78 79 0 R + /GS79 80 0 R + /GS80 81 0 R + /GS81 82 0 R + /GS82 83 0 R + /GS83 84 0 R + /GS84 85 0 R + /GS85 86 0 R + /GS86 87 0 R + /GS87 88 0 R + /GS88 89 0 R + /GS89 90 0 R + /GS90 91 0 R + /GS91 92 0 R + /GS92 93 0 R + /GS93 94 0 R + /GS94 95 0 R + /GS95 96 0 R + /GS96 97 0 R + /GS97 98 0 R + /GS98 99 0 R + /GS99 100 0 R + /GS100 101 0 R + /GS101 102 0 R + /GS102 103 0 R + /GS103 104 0 R + /GS104 105 0 R + /GS105 106 0 R + /GS106 107 0 R + /GS107 108 0 R + /GS108 109 0 R + /GS109 110 0 R + /GS110 111 0 R + /GS111 112 0 R + /GS112 113 0 R + /GS113 114 0 R + /GS114 115 0 R + /GS115 116 0 R + /GS116 117 0 R + /GS117 118 0 R + /GS118 119 0 R + /GS119 120 0 R + /GS120 121 0 R + /GS121 122 0 R + /GS122 123 0 R + /GS123 124 0 R + /GS124 125 0 R + /GS125 126 0 R + /GS126 127 0 R + /GS127 128 0 R + /GS128 129 0 R + /GS129 130 0 R + /GS130 131 0 R + /GS131 132 0 R + /GS132 133 0 R + /GS133 134 0 R + /GS134 135 0 R +>> +>> +endobj +xref +0 179 +0000000000 65535 f +0000000015 00000 n +0000000145 00000 n +0000000197 00000 n +0000000249 00000 n +0000000301 00000 n +0000000353 00000 n +0000000405 00000 n +0000000457 00000 n +0000000509 00000 n +0000000561 00000 n +0000000614 00000 n +0000000667 00000 n +0000000720 00000 n +0000000773 00000 n +0000000826 00000 n +0000000879 00000 n +0000000932 00000 n +0000000985 00000 n +0000001038 00000 n +0000001091 00000 n +0000001144 00000 n +0000001197 00000 n +0000001250 00000 n +0000001303 00000 n +0000001356 00000 n +0000001409 00000 n +0000001462 00000 n +0000001515 00000 n +0000001568 00000 n +0000001621 00000 n +0000001674 00000 n +0000001727 00000 n +0000001780 00000 n +0000001833 00000 n +0000001886 00000 n +0000001939 00000 n +0000001993 00000 n +0000002047 00000 n +0000002101 00000 n +0000002154 00000 n +0000002207 00000 n +0000002260 00000 n +0000002313 00000 n +0000002366 00000 n +0000002419 00000 n +0000002472 00000 n +0000002525 00000 n +0000002578 00000 n +0000002631 00000 n +0000002684 00000 n +0000002737 00000 n +0000002790 00000 n +0000002843 00000 n +0000002896 00000 n +0000002949 00000 n +0000003002 00000 n +0000003055 00000 n +0000003108 00000 n +0000003161 00000 n +0000003214 00000 n +0000003267 00000 n +0000003320 00000 n +0000003373 00000 n +0000003426 00000 n +0000003479 00000 n +0000003532 00000 n +0000003585 00000 n +0000003638 00000 n +0000003691 00000 n +0000003744 00000 n +0000003797 00000 n +0000003850 00000 n +0000003903 00000 n +0000003956 00000 n +0000004009 00000 n +0000004062 00000 n +0000004115 00000 n +0000004168 00000 n +0000004221 00000 n +0000004274 00000 n +0000004327 00000 n +0000004380 00000 n +0000004433 00000 n +0000004486 00000 n +0000004539 00000 n +0000004592 00000 n +0000004645 00000 n +0000004698 00000 n +0000004751 00000 n +0000004804 00000 n +0000004858 00000 n +0000004912 00000 n +0000004966 00000 n +0000005020 00000 n +0000005073 00000 n +0000005126 00000 n +0000005179 00000 n +0000005232 00000 n +0000005285 00000 n +0000005338 00000 n +0000005392 00000 n +0000005446 00000 n +0000005500 00000 n +0000005554 00000 n +0000005608 00000 n +0000005662 00000 n +0000005716 00000 n +0000005770 00000 n +0000005824 00000 n +0000005878 00000 n +0000005932 00000 n +0000005986 00000 n +0000006040 00000 n +0000006094 00000 n +0000006148 00000 n +0000006202 00000 n +0000006256 00000 n +0000006310 00000 n +0000006364 00000 n +0000006418 00000 n +0000006472 00000 n +0000006526 00000 n +0000006580 00000 n +0000006634 00000 n +0000006688 00000 n +0000006742 00000 n +0000006796 00000 n +0000006850 00000 n +0000006905 00000 n +0000006960 00000 n +0000007015 00000 n +0000007070 00000 n +0000007125 00000 n +0000007180 00000 n +0000007235 00000 n +0000007290 00000 n +0000055795 00000 n +0000055818 00000 n +0000055845 00000 n +0000072042 00000 n +0000071903 00000 n +0000056043 00000 n +0000056299 00000 n +0000059151 00000 n +0000059129 00000 n +0000059248 00000 n +0000059268 00000 n +0000059683 00000 n +0000059428 00000 n +0000060029 00000 n +0000060050 00000 n +0000060302 00000 n +0000061746 00000 n +0000061724 00000 n +0000061833 00000 n +0000061852 00000 n +0000062243 00000 n +0000062012 00000 n +0000062555 00000 n +0000062576 00000 n +0000062832 00000 n +0000064333 00000 n +0000064311 00000 n +0000064423 00000 n +0000064443 00000 n +0000064838 00000 n +0000064603 00000 n +0000065160 00000 n +0000065181 00000 n +0000065436 00000 n +0000070816 00000 n +0000070794 00000 n +0000070914 00000 n +0000070934 00000 n +0000071439 00000 n +0000071093 00000 n +0000071882 00000 n +0000071965 00000 n +trailer +<< + /Root 178 0 R + /Info 1 0 R + /ID [ ] + /Size 179 +>> +startxref +74270 +%%EOF diff --git a/paper/figs/sensors_nominal_dynamics_and_uncertainty.pdf b/paper/figs/sensors_nominal_dynamics_and_uncertainty.pdf new file mode 100644 index 0000000..066b735 Binary files /dev/null and b/paper/figs/sensors_nominal_dynamics_and_uncertainty.pdf differ diff --git a/paper/figs/sensors_uncertainty_weights.pdf b/paper/figs/sensors_uncertainty_weights.pdf new file mode 100644 index 0000000..9014436 Binary files /dev/null and b/paper/figs/sensors_uncertainty_weights.pdf differ diff --git a/paper/figs/super_sensor_dynamical_uncertainty_H2.pdf b/paper/figs/super_sensor_dynamical_uncertainty_H2.pdf new file mode 100644 index 0000000..3790cff Binary files /dev/null and b/paper/figs/super_sensor_dynamical_uncertainty_H2.pdf differ diff --git a/paper/figs/super_sensor_dynamical_uncertainty_Hinf.pdf b/paper/figs/super_sensor_dynamical_uncertainty_Hinf.pdf new file mode 100644 index 0000000..c48291d Binary files /dev/null and b/paper/figs/super_sensor_dynamical_uncertainty_Hinf.pdf differ diff --git a/paper/figs/super_sensor_dynamical_uncertainty_Htwo_Hinf.pdf b/paper/figs/super_sensor_dynamical_uncertainty_Htwo_Hinf.pdf new file mode 100644 index 0000000..f108c83 Binary files /dev/null and b/paper/figs/super_sensor_dynamical_uncertainty_Htwo_Hinf.pdf differ diff --git a/paper/figs/super_sensor_time_domain_h2.pdf b/paper/figs/super_sensor_time_domain_h2.pdf new file mode 100644 index 0000000..945d6fc Binary files /dev/null and b/paper/figs/super_sensor_time_domain_h2.pdf differ diff --git a/paper/figs/super_sensor_time_domain_h2_hinf.pdf b/paper/figs/super_sensor_time_domain_h2_hinf.pdf new file mode 100644 index 0000000..0c9f584 Binary files /dev/null and b/paper/figs/super_sensor_time_domain_h2_hinf.pdf differ diff --git a/tikz/figs/uncertainty_set_super_sensor.pdf b/paper/figs/uncertainty_set_super_sensor.pdf similarity index 99% rename from tikz/figs/uncertainty_set_super_sensor.pdf rename to paper/figs/uncertainty_set_super_sensor.pdf index 442e7d1..848870e 100644 Binary files a/tikz/figs/uncertainty_set_super_sensor.pdf and b/paper/figs/uncertainty_set_super_sensor.pdf differ diff --git a/tikz/figs/uncertainty_set_super_sensor.png b/paper/figs/uncertainty_set_super_sensor.png similarity index 100% rename from tikz/figs/uncertainty_set_super_sensor.png rename to paper/figs/uncertainty_set_super_sensor.png diff --git a/tikz/figs/uncertainty_set_super_sensor.svg b/paper/figs/uncertainty_set_super_sensor.svg similarity index 100% rename from tikz/figs/uncertainty_set_super_sensor.svg rename to paper/figs/uncertainty_set_super_sensor.svg diff --git a/paper/figs/weight_uncertainty_bounds_Wu.pdf b/paper/figs/weight_uncertainty_bounds_Wu.pdf new file mode 100644 index 0000000..d5f94aa Binary files /dev/null and b/paper/figs/weight_uncertainty_bounds_Wu.pdf differ diff --git a/tikz/figs b/tikz/figs new file mode 120000 index 0000000..30fa883 --- /dev/null +++ b/tikz/figs @@ -0,0 +1 @@ +../paper/figs \ No newline at end of file diff --git a/tikz/figs/comp_filter_three_hinf.pdf b/tikz/figs/comp_filter_three_hinf.pdf deleted file mode 100644 index 3fc946d..0000000 Binary files a/tikz/figs/comp_filter_three_hinf.pdf and /dev/null differ diff --git a/tikz/figs/comp_filter_three_hinf.png b/tikz/figs/comp_filter_three_hinf.png deleted file mode 100644 index 14e983f..0000000 Binary files a/tikz/figs/comp_filter_three_hinf.png and /dev/null differ diff --git a/tikz/figs/comp_filter_three_hinf.svg b/tikz/figs/comp_filter_three_hinf.svg deleted file mode 100644 index 6f34161..0000000 --- a/tikz/figs/comp_filter_three_hinf.svg +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/complementary_filters_feedback_architecture.pdf b/tikz/figs/complementary_filters_feedback_architecture.pdf deleted file mode 100644 index 4bc00d5..0000000 Binary files a/tikz/figs/complementary_filters_feedback_architecture.pdf and /dev/null differ diff --git a/tikz/figs/complementary_filters_feedback_architecture.png b/tikz/figs/complementary_filters_feedback_architecture.png deleted file mode 100644 index 1a544e3..0000000 Binary files a/tikz/figs/complementary_filters_feedback_architecture.png and /dev/null differ diff --git a/tikz/figs/complementary_filters_feedback_architecture.svg b/tikz/figs/complementary_filters_feedback_architecture.svg deleted file mode 100644 index d479064..0000000 --- a/tikz/figs/complementary_filters_feedback_architecture.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_gain_mismatch.pdf b/tikz/figs/fusion_gain_mismatch.pdf deleted file mode 100644 index 3c521b7..0000000 Binary files a/tikz/figs/fusion_gain_mismatch.pdf and /dev/null differ diff --git a/tikz/figs/fusion_gain_mismatch.png b/tikz/figs/fusion_gain_mismatch.png deleted file mode 100644 index 2c5f039..0000000 Binary files a/tikz/figs/fusion_gain_mismatch.png and /dev/null differ diff --git a/tikz/figs/fusion_gain_mismatch.svg b/tikz/figs/fusion_gain_mismatch.svg deleted file mode 100644 index 2481c5b..0000000 --- a/tikz/figs/fusion_gain_mismatch.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_super_sensor.pdf b/tikz/figs/fusion_super_sensor.pdf deleted file mode 100644 index 0a866dd..0000000 Binary files a/tikz/figs/fusion_super_sensor.pdf and /dev/null differ diff --git a/tikz/figs/fusion_super_sensor.png b/tikz/figs/fusion_super_sensor.png deleted file mode 100644 index f0f2959..0000000 Binary files a/tikz/figs/fusion_super_sensor.png and /dev/null differ diff --git a/tikz/figs/fusion_super_sensor.svg b/tikz/figs/fusion_super_sensor.svg deleted file mode 100644 index c5f27a4..0000000 --- a/tikz/figs/fusion_super_sensor.svg +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_two_noisy_sensors.pdf b/tikz/figs/fusion_two_noisy_sensors.pdf deleted file mode 100644 index 4f69610..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors.pdf and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors.png b/tikz/figs/fusion_two_noisy_sensors.png deleted file mode 100644 index eeaaa7f..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors.png and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors.svg b/tikz/figs/fusion_two_noisy_sensors.svg deleted file mode 100644 index adf2852..0000000 --- a/tikz/figs/fusion_two_noisy_sensors.svg +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_two_noisy_sensors_weights.pdf b/tikz/figs/fusion_two_noisy_sensors_weights.pdf deleted file mode 100644 index 520839a..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_weights.pdf and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_weights.png b/tikz/figs/fusion_two_noisy_sensors_weights.png deleted file mode 100644 index b252545..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_weights.png and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_weights.svg b/tikz/figs/fusion_two_noisy_sensors_weights.svg deleted file mode 100644 index 6c0a30d..0000000 --- a/tikz/figs/fusion_two_noisy_sensors_weights.svg +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn.pdf b/tikz/figs/fusion_two_noisy_sensors_with_dyn.pdf deleted file mode 100644 index 64e5525..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_with_dyn.pdf and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn.png b/tikz/figs/fusion_two_noisy_sensors_with_dyn.png deleted file mode 100644 index b349df4..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_with_dyn.png and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn.svg b/tikz/figs/fusion_two_noisy_sensors_with_dyn.svg deleted file mode 100644 index 5c16547..0000000 --- a/tikz/figs/fusion_two_noisy_sensors_with_dyn.svg +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.pdf b/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.pdf deleted file mode 100644 index aadd533..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.pdf and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.png b/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.png deleted file mode 100644 index d6330e0..0000000 Binary files a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.png and /dev/null differ diff --git a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.svg b/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.svg deleted file mode 100644 index b6042d2..0000000 --- a/tikz/figs/fusion_two_noisy_sensors_with_dyn_bis.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/fusion_two_signals.pdf b/tikz/figs/fusion_two_signals.pdf deleted file mode 100644 index dd5ff6f..0000000 Binary files a/tikz/figs/fusion_two_signals.pdf and /dev/null differ diff --git a/tikz/figs/fusion_two_signals.png b/tikz/figs/fusion_two_signals.png deleted file mode 100644 index 2aee671..0000000 Binary files a/tikz/figs/fusion_two_signals.png and /dev/null differ diff --git a/tikz/figs/fusion_two_signals.svg b/tikz/figs/fusion_two_signals.svg deleted file mode 100644 index d2ac910..0000000 --- a/tikz/figs/fusion_two_signals.svg +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/h_infinity_optimal_comp_filters.pdf b/tikz/figs/h_infinity_optimal_comp_filters.pdf deleted file mode 100644 index dc65707..0000000 Binary files a/tikz/figs/h_infinity_optimal_comp_filters.pdf and /dev/null differ diff --git a/tikz/figs/h_infinity_optimal_comp_filters.png b/tikz/figs/h_infinity_optimal_comp_filters.png deleted file mode 100644 index 867e9d0..0000000 Binary files a/tikz/figs/h_infinity_optimal_comp_filters.png and /dev/null differ diff --git a/tikz/figs/h_infinity_optimal_comp_filters.svg b/tikz/figs/h_infinity_optimal_comp_filters.svg deleted file mode 100644 index 7ed35e9..0000000 --- a/tikz/figs/h_infinity_optimal_comp_filters.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/h_infinity_optimal_comp_filters_bis.pdf b/tikz/figs/h_infinity_optimal_comp_filters_bis.pdf deleted file mode 100644 index e30685d..0000000 Binary files a/tikz/figs/h_infinity_optimal_comp_filters_bis.pdf and /dev/null differ diff --git a/tikz/figs/h_infinity_optimal_comp_filters_bis.png b/tikz/figs/h_infinity_optimal_comp_filters_bis.png deleted file mode 100644 index c2ac826..0000000 Binary files a/tikz/figs/h_infinity_optimal_comp_filters_bis.png and /dev/null differ diff --git a/tikz/figs/h_infinity_optimal_comp_filters_bis.svg b/tikz/figs/h_infinity_optimal_comp_filters_bis.svg deleted file mode 100644 index 088bfe6..0000000 --- a/tikz/figs/h_infinity_optimal_comp_filters_bis.svg +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/huddle_test.pdf b/tikz/figs/huddle_test.pdf deleted file mode 100644 index f4aebb3..0000000 Binary files a/tikz/figs/huddle_test.pdf and /dev/null differ diff --git a/tikz/figs/huddle_test.png b/tikz/figs/huddle_test.png deleted file mode 100644 index 8da09fa..0000000 Binary files a/tikz/figs/huddle_test.png and /dev/null differ diff --git a/tikz/figs/huddle_test.svg b/tikz/figs/huddle_test.svg deleted file mode 100644 index 7501e25..0000000 --- a/tikz/figs/huddle_test.svg +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/one_sensor_dyn_uncertainty.pdf b/tikz/figs/one_sensor_dyn_uncertainty.pdf deleted file mode 100644 index eebd0df..0000000 Binary files a/tikz/figs/one_sensor_dyn_uncertainty.pdf and /dev/null differ diff --git a/tikz/figs/one_sensor_dyn_uncertainty.png b/tikz/figs/one_sensor_dyn_uncertainty.png deleted file mode 100644 index 59591c8..0000000 Binary files a/tikz/figs/one_sensor_dyn_uncertainty.png and /dev/null differ diff --git a/tikz/figs/one_sensor_dyn_uncertainty.svg b/tikz/figs/one_sensor_dyn_uncertainty.svg deleted file mode 100644 index 1e3bd18..0000000 --- a/tikz/figs/one_sensor_dyn_uncertainty.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/one_sensor_dyn_uncertainty_noise.pdf b/tikz/figs/one_sensor_dyn_uncertainty_noise.pdf deleted file mode 100644 index 3c0f137..0000000 Binary files a/tikz/figs/one_sensor_dyn_uncertainty_noise.pdf and /dev/null differ diff --git a/tikz/figs/one_sensor_dyn_uncertainty_noise.png b/tikz/figs/one_sensor_dyn_uncertainty_noise.png deleted file mode 100644 index b7d66d1..0000000 Binary files a/tikz/figs/one_sensor_dyn_uncertainty_noise.png and /dev/null differ diff --git a/tikz/figs/one_sensor_dyn_uncertainty_noise.svg b/tikz/figs/one_sensor_dyn_uncertainty_noise.svg deleted file mode 100644 index ac60ab3..0000000 --- a/tikz/figs/one_sensor_dyn_uncertainty_noise.svg +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/one_sensor_noise.pdf b/tikz/figs/one_sensor_noise.pdf deleted file mode 100644 index f2b1801..0000000 Binary files a/tikz/figs/one_sensor_noise.pdf and /dev/null differ diff --git a/tikz/figs/one_sensor_noise.png b/tikz/figs/one_sensor_noise.png deleted file mode 100644 index 26636c5..0000000 Binary files a/tikz/figs/one_sensor_noise.png and /dev/null differ diff --git a/tikz/figs/one_sensor_noise.svg b/tikz/figs/one_sensor_noise.svg deleted file mode 100644 index 85bc4b0..0000000 --- a/tikz/figs/one_sensor_noise.svg +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/one_sensor_normalized_noise.pdf b/tikz/figs/one_sensor_normalized_noise.pdf deleted file mode 100644 index fbb691c..0000000 Binary files a/tikz/figs/one_sensor_normalized_noise.pdf and /dev/null differ diff --git a/tikz/figs/one_sensor_normalized_noise.png b/tikz/figs/one_sensor_normalized_noise.png deleted file mode 100644 index ef484e3..0000000 Binary files a/tikz/figs/one_sensor_normalized_noise.png and /dev/null differ diff --git a/tikz/figs/one_sensor_normalized_noise.svg b/tikz/figs/one_sensor_normalized_noise.svg deleted file mode 100644 index ae076f7..0000000 --- a/tikz/figs/one_sensor_normalized_noise.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sensor_fusion_dynamic_uncertainty.pdf b/tikz/figs/sensor_fusion_dynamic_uncertainty.pdf deleted file mode 100644 index 843e09c..0000000 Binary files a/tikz/figs/sensor_fusion_dynamic_uncertainty.pdf and /dev/null differ diff --git a/tikz/figs/sensor_fusion_dynamic_uncertainty.png b/tikz/figs/sensor_fusion_dynamic_uncertainty.png deleted file mode 100644 index 760b39f..0000000 Binary files a/tikz/figs/sensor_fusion_dynamic_uncertainty.png and /dev/null differ diff --git a/tikz/figs/sensor_fusion_dynamic_uncertainty.svg b/tikz/figs/sensor_fusion_dynamic_uncertainty.svg deleted file mode 100644 index ab543f3..0000000 --- a/tikz/figs/sensor_fusion_dynamic_uncertainty.svg +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sensor_fusion_equivalent.pdf b/tikz/figs/sensor_fusion_equivalent.pdf deleted file mode 100644 index 50486ed..0000000 Binary files a/tikz/figs/sensor_fusion_equivalent.pdf and /dev/null differ diff --git a/tikz/figs/sensor_fusion_equivalent.png b/tikz/figs/sensor_fusion_equivalent.png deleted file mode 100644 index 1a4f370..0000000 Binary files a/tikz/figs/sensor_fusion_equivalent.png and /dev/null differ diff --git a/tikz/figs/sensor_fusion_equivalent.svg b/tikz/figs/sensor_fusion_equivalent.svg deleted file mode 100644 index a5fe772..0000000 --- a/tikz/figs/sensor_fusion_equivalent.svg +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sensor_fusion_full.pdf b/tikz/figs/sensor_fusion_full.pdf deleted file mode 100644 index 6d52e2f..0000000 Binary files a/tikz/figs/sensor_fusion_full.pdf and /dev/null differ diff --git a/tikz/figs/sensor_fusion_full.png b/tikz/figs/sensor_fusion_full.png deleted file mode 100644 index 0d4267d..0000000 Binary files a/tikz/figs/sensor_fusion_full.png and /dev/null differ diff --git a/tikz/figs/sensor_fusion_full.svg b/tikz/figs/sensor_fusion_full.svg deleted file mode 100644 index 77e8d2c..0000000 --- a/tikz/figs/sensor_fusion_full.svg +++ /dev/null @@ -1,405 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sensor_fusion_noisy_perfect_dyn.pdf b/tikz/figs/sensor_fusion_noisy_perfect_dyn.pdf deleted file mode 100644 index 835c00b..0000000 Binary files a/tikz/figs/sensor_fusion_noisy_perfect_dyn.pdf and /dev/null differ diff --git a/tikz/figs/sensor_fusion_noisy_perfect_dyn.png b/tikz/figs/sensor_fusion_noisy_perfect_dyn.png deleted file mode 100644 index a0444f4..0000000 Binary files a/tikz/figs/sensor_fusion_noisy_perfect_dyn.png and /dev/null differ diff --git a/tikz/figs/sensor_fusion_noisy_perfect_dyn.svg b/tikz/figs/sensor_fusion_noisy_perfect_dyn.svg deleted file mode 100644 index d1f35b3..0000000 --- a/tikz/figs/sensor_fusion_noisy_perfect_dyn.svg +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sf_hinf_filters_b.pdf b/tikz/figs/sf_hinf_filters_b.pdf deleted file mode 100644 index b0f851a..0000000 Binary files a/tikz/figs/sf_hinf_filters_b.pdf and /dev/null differ diff --git a/tikz/figs/sf_hinf_filters_b.png b/tikz/figs/sf_hinf_filters_b.png deleted file mode 100644 index 895ce60..0000000 Binary files a/tikz/figs/sf_hinf_filters_b.png and /dev/null differ diff --git a/tikz/figs/sf_hinf_filters_b.svg b/tikz/figs/sf_hinf_filters_b.svg deleted file mode 100644 index e7ab333..0000000 --- a/tikz/figs/sf_hinf_filters_b.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/sf_hinf_filters_plant_b.pdf b/tikz/figs/sf_hinf_filters_plant_b.pdf deleted file mode 100644 index 53b726b..0000000 Binary files a/tikz/figs/sf_hinf_filters_plant_b.pdf and /dev/null differ diff --git a/tikz/figs/sf_hinf_filters_plant_b.png b/tikz/figs/sf_hinf_filters_plant_b.png deleted file mode 100644 index 0c8c8c7..0000000 Binary files a/tikz/figs/sf_hinf_filters_plant_b.png and /dev/null differ diff --git a/tikz/figs/sf_hinf_filters_plant_b.svg b/tikz/figs/sf_hinf_filters_plant_b.svg deleted file mode 100644 index f6f0d4f..0000000 --- a/tikz/figs/sf_hinf_filters_plant_b.svg +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tikz/figs/uncertainty_gain_phase_variation.pdf b/tikz/figs/uncertainty_gain_phase_variation.pdf deleted file mode 100644 index 608d363..0000000 Binary files a/tikz/figs/uncertainty_gain_phase_variation.pdf and /dev/null differ diff --git a/tikz/figs/uncertainty_gain_phase_variation.png b/tikz/figs/uncertainty_gain_phase_variation.png deleted file mode 100644 index 2e4b0c1..0000000 Binary files a/tikz/figs/uncertainty_gain_phase_variation.png and /dev/null differ diff --git a/tikz/figs/uncertainty_gain_phase_variation.svg b/tikz/figs/uncertainty_gain_phase_variation.svg deleted file mode 100644 index 4ab49e7..0000000 --- a/tikz/figs/uncertainty_gain_phase_variation.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Table 5: Comparison of the obtained RMS noise of the super sensor