├── 1. Atmospheric Correction Intro.ipynb ├── 2. Empirical Line Correction.ipynb ├── 3. Radiative Transfer Models.ipynb ├── Picture01.png ├── Picture02.png ├── Picture03.PNG ├── Picture04.PNG ├── Picture05.PNG ├── Picture06.PNG ├── Picture07.PNG ├── Picture08.PNG ├── Picture09.PNG ├── README.md ├── img_metadata.npz ├── img_radiance ├── img_radiance.hdr └── target_spectra_reference.csv /Picture01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture01.png -------------------------------------------------------------------------------- /Picture02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture02.png -------------------------------------------------------------------------------- /Picture03.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture03.PNG -------------------------------------------------------------------------------- /Picture04.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture04.PNG -------------------------------------------------------------------------------- /Picture05.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture05.PNG -------------------------------------------------------------------------------- /Picture06.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture06.PNG -------------------------------------------------------------------------------- /Picture07.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture07.PNG -------------------------------------------------------------------------------- /Picture08.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture08.PNG -------------------------------------------------------------------------------- /Picture09.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/Picture09.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # A Brief Introduction to Atmospheric Correction 2 | This code base contains a brief introduction to atmospheric correction for remote sensing imagery using examples from drone imagery. It is broken into three parts: Introduction, Empirical Line Method, Radiative Transfer Models. 3 | 4 | Authors: Susan Meerdink 5 | 6 | Please reference this work if any part of it is used elsewhere: 7 | [![DOI](https://zenodo.org/badge/244970036.svg)](https://zenodo.org/badge/latestdoi/244970036) 8 | 9 | ## Requirements: 10 | This code uses Python 3. These are the python packages used: 11 | * numpy 12 | * matplotlib 13 | * rasterio 14 | * spectral 15 | * Py6S 16 | 17 | In addition, to run Py6S it is necessary to install 6S which is a complied Fortran code base. Please follow these instructions for installing 6S: https://py6s.readthedocs.io/en/latest/installation.html 18 | -------------------------------------------------------------------------------- /img_metadata.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/img_metadata.npz -------------------------------------------------------------------------------- /img_radiance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatorSense/AtmosphericCorrectionIntroduction/a2d848b8c40f569b3608bb69d8bc97dfb50bbf5f/img_radiance -------------------------------------------------------------------------------- /img_radiance.hdr: -------------------------------------------------------------------------------- 1 | ENVI 2 | description = { 3 | File Resize Result, x resize factor: 1.000000, y resize factor: 1.000000. 4 | [Fri Mar 27 10:24:13 2020]} 5 | samples = 206 6 | lines = 401 7 | bands = 273 8 | header offset = 0 9 | file type = ENVI Standard 10 | data type = 4 11 | interleave = bsq 12 | sensor type = Unknown 13 | byte order = 0 14 | x start = 75 15 | y start = 400 16 | wavelength units = Nanometers 17 | band names = { 18 | Resize (Resize (Band 1:raw_68380_rd):raw_68380_rd_smcrop), 19 | Resize (Resize (Band 2:raw_68380_rd):raw_68380_rd_smcrop), 20 | Resize (Resize (Band 3:raw_68380_rd):raw_68380_rd_smcrop), 21 | Resize (Resize (Band 4:raw_68380_rd):raw_68380_rd_smcrop), 22 | Resize (Resize (Band 5:raw_68380_rd):raw_68380_rd_smcrop), 23 | Resize (Resize (Band 6:raw_68380_rd):raw_68380_rd_smcrop), 24 | Resize (Resize (Band 7:raw_68380_rd):raw_68380_rd_smcrop), 25 | Resize (Resize (Band 8:raw_68380_rd):raw_68380_rd_smcrop), 26 | Resize (Resize (Band 9:raw_68380_rd):raw_68380_rd_smcrop), 27 | Resize (Resize (Band 10:raw_68380_rd):raw_68380_rd_smcrop), 28 | Resize (Resize (Band 11:raw_68380_rd):raw_68380_rd_smcrop), 29 | Resize (Resize (Band 12:raw_68380_rd):raw_68380_rd_smcrop), 30 | Resize (Resize (Band 13:raw_68380_rd):raw_68380_rd_smcrop), 31 | Resize (Resize (Band 14:raw_68380_rd):raw_68380_rd_smcrop), 32 | Resize (Resize (Band 15:raw_68380_rd):raw_68380_rd_smcrop), 33 | Resize (Resize (Band 16:raw_68380_rd):raw_68380_rd_smcrop), 34 | Resize (Resize (Band 17:raw_68380_rd):raw_68380_rd_smcrop), 35 | Resize (Resize (Band 18:raw_68380_rd):raw_68380_rd_smcrop), 36 | Resize (Resize (Band 19:raw_68380_rd):raw_68380_rd_smcrop), 37 | Resize (Resize (Band 20:raw_68380_rd):raw_68380_rd_smcrop), 38 | Resize (Resize (Band 21:raw_68380_rd):raw_68380_rd_smcrop), 39 | Resize (Resize (Band 22:raw_68380_rd):raw_68380_rd_smcrop), 40 | Resize (Resize (Band 23:raw_68380_rd):raw_68380_rd_smcrop), 41 | Resize (Resize (Band 24:raw_68380_rd):raw_68380_rd_smcrop), 42 | Resize (Resize (Band 25:raw_68380_rd):raw_68380_rd_smcrop), 43 | Resize (Resize (Band 26:raw_68380_rd):raw_68380_rd_smcrop), 44 | Resize (Resize (Band 27:raw_68380_rd):raw_68380_rd_smcrop), 45 | Resize (Resize (Band 28:raw_68380_rd):raw_68380_rd_smcrop), 46 | Resize (Resize (Band 29:raw_68380_rd):raw_68380_rd_smcrop), 47 | Resize (Resize (Band 30:raw_68380_rd):raw_68380_rd_smcrop), 48 | Resize (Resize (Band 31:raw_68380_rd):raw_68380_rd_smcrop), 49 | Resize (Resize (Band 32:raw_68380_rd):raw_68380_rd_smcrop), 50 | Resize (Resize (Band 33:raw_68380_rd):raw_68380_rd_smcrop), 51 | Resize (Resize (Band 34:raw_68380_rd):raw_68380_rd_smcrop), 52 | Resize (Resize (Band 35:raw_68380_rd):raw_68380_rd_smcrop), 53 | Resize (Resize (Band 36:raw_68380_rd):raw_68380_rd_smcrop), 54 | Resize (Resize (Band 37:raw_68380_rd):raw_68380_rd_smcrop), 55 | Resize (Resize (Band 38:raw_68380_rd):raw_68380_rd_smcrop), 56 | Resize (Resize (Band 39:raw_68380_rd):raw_68380_rd_smcrop), 57 | Resize (Resize (Band 40:raw_68380_rd):raw_68380_rd_smcrop), 58 | Resize (Resize (Band 41:raw_68380_rd):raw_68380_rd_smcrop), 59 | Resize (Resize (Band 42:raw_68380_rd):raw_68380_rd_smcrop), 60 | Resize (Resize (Band 43:raw_68380_rd):raw_68380_rd_smcrop), 61 | Resize (Resize (Band 44:raw_68380_rd):raw_68380_rd_smcrop), 62 | Resize (Resize (Band 45:raw_68380_rd):raw_68380_rd_smcrop), 63 | Resize (Resize (Band 46:raw_68380_rd):raw_68380_rd_smcrop), 64 | Resize (Resize (Band 47:raw_68380_rd):raw_68380_rd_smcrop), 65 | Resize (Resize (Band 48:raw_68380_rd):raw_68380_rd_smcrop), 66 | Resize (Resize (Band 49:raw_68380_rd):raw_68380_rd_smcrop), 67 | Resize (Resize (Band 50:raw_68380_rd):raw_68380_rd_smcrop), 68 | Resize (Resize (Band 51:raw_68380_rd):raw_68380_rd_smcrop), 69 | Resize (Resize (Band 52:raw_68380_rd):raw_68380_rd_smcrop), 70 | Resize (Resize (Band 53:raw_68380_rd):raw_68380_rd_smcrop), 71 | Resize (Resize (Band 54:raw_68380_rd):raw_68380_rd_smcrop), 72 | Resize (Resize (Band 55:raw_68380_rd):raw_68380_rd_smcrop), 73 | Resize (Resize (Band 56:raw_68380_rd):raw_68380_rd_smcrop), 74 | Resize (Resize (Band 57:raw_68380_rd):raw_68380_rd_smcrop), 75 | Resize (Resize (Band 58:raw_68380_rd):raw_68380_rd_smcrop), 76 | Resize (Resize (Band 59:raw_68380_rd):raw_68380_rd_smcrop), 77 | Resize (Resize (Band 60:raw_68380_rd):raw_68380_rd_smcrop), 78 | Resize (Resize (Band 61:raw_68380_rd):raw_68380_rd_smcrop), 79 | Resize (Resize (Band 62:raw_68380_rd):raw_68380_rd_smcrop), 80 | Resize (Resize (Band 63:raw_68380_rd):raw_68380_rd_smcrop), 81 | Resize (Resize (Band 64:raw_68380_rd):raw_68380_rd_smcrop), 82 | Resize (Resize (Band 65:raw_68380_rd):raw_68380_rd_smcrop), 83 | Resize (Resize (Band 66:raw_68380_rd):raw_68380_rd_smcrop), 84 | Resize (Resize (Band 67:raw_68380_rd):raw_68380_rd_smcrop), 85 | Resize (Resize (Band 68:raw_68380_rd):raw_68380_rd_smcrop), 86 | Resize (Resize (Band 69:raw_68380_rd):raw_68380_rd_smcrop), 87 | Resize (Resize (Band 70:raw_68380_rd):raw_68380_rd_smcrop), 88 | Resize (Resize (Band 71:raw_68380_rd):raw_68380_rd_smcrop), 89 | Resize (Resize (Band 72:raw_68380_rd):raw_68380_rd_smcrop), 90 | Resize (Resize (Band 73:raw_68380_rd):raw_68380_rd_smcrop), 91 | Resize (Resize (Band 74:raw_68380_rd):raw_68380_rd_smcrop), 92 | Resize (Resize (Band 75:raw_68380_rd):raw_68380_rd_smcrop), 93 | Resize (Resize (Band 76:raw_68380_rd):raw_68380_rd_smcrop), 94 | Resize (Resize (Band 77:raw_68380_rd):raw_68380_rd_smcrop), 95 | Resize (Resize (Band 78:raw_68380_rd):raw_68380_rd_smcrop), 96 | Resize (Resize (Band 79:raw_68380_rd):raw_68380_rd_smcrop), 97 | Resize (Resize (Band 80:raw_68380_rd):raw_68380_rd_smcrop), 98 | Resize (Resize (Band 81:raw_68380_rd):raw_68380_rd_smcrop), 99 | Resize (Resize (Band 82:raw_68380_rd):raw_68380_rd_smcrop), 100 | Resize (Resize (Band 83:raw_68380_rd):raw_68380_rd_smcrop), 101 | Resize (Resize (Band 84:raw_68380_rd):raw_68380_rd_smcrop), 102 | Resize (Resize (Band 85:raw_68380_rd):raw_68380_rd_smcrop), 103 | Resize (Resize (Band 86:raw_68380_rd):raw_68380_rd_smcrop), 104 | Resize (Resize (Band 87:raw_68380_rd):raw_68380_rd_smcrop), 105 | Resize (Resize (Band 88:raw_68380_rd):raw_68380_rd_smcrop), 106 | Resize (Resize (Band 89:raw_68380_rd):raw_68380_rd_smcrop), 107 | Resize (Resize (Band 90:raw_68380_rd):raw_68380_rd_smcrop), 108 | Resize (Resize (Band 91:raw_68380_rd):raw_68380_rd_smcrop), 109 | Resize (Resize (Band 92:raw_68380_rd):raw_68380_rd_smcrop), 110 | Resize (Resize (Band 93:raw_68380_rd):raw_68380_rd_smcrop), 111 | Resize (Resize (Band 94:raw_68380_rd):raw_68380_rd_smcrop), 112 | Resize (Resize (Band 95:raw_68380_rd):raw_68380_rd_smcrop), 113 | Resize (Resize (Band 96:raw_68380_rd):raw_68380_rd_smcrop), 114 | Resize (Resize (Band 97:raw_68380_rd):raw_68380_rd_smcrop), 115 | Resize (Resize (Band 98:raw_68380_rd):raw_68380_rd_smcrop), 116 | Resize (Resize (Band 99:raw_68380_rd):raw_68380_rd_smcrop), 117 | Resize (Resize (Band 100:raw_68380_rd):raw_68380_rd_smcrop), 118 | Resize (Resize (Band 101:raw_68380_rd):raw_68380_rd_smcrop), 119 | Resize (Resize (Band 102:raw_68380_rd):raw_68380_rd_smcrop), 120 | Resize (Resize (Band 103:raw_68380_rd):raw_68380_rd_smcrop), 121 | Resize (Resize (Band 104:raw_68380_rd):raw_68380_rd_smcrop), 122 | Resize (Resize (Band 105:raw_68380_rd):raw_68380_rd_smcrop), 123 | Resize (Resize (Band 106:raw_68380_rd):raw_68380_rd_smcrop), 124 | Resize (Resize (Band 107:raw_68380_rd):raw_68380_rd_smcrop), 125 | Resize (Resize (Band 108:raw_68380_rd):raw_68380_rd_smcrop), 126 | Resize (Resize (Band 109:raw_68380_rd):raw_68380_rd_smcrop), 127 | Resize (Resize (Band 110:raw_68380_rd):raw_68380_rd_smcrop), 128 | Resize (Resize (Band 111:raw_68380_rd):raw_68380_rd_smcrop), 129 | Resize (Resize (Band 112:raw_68380_rd):raw_68380_rd_smcrop), 130 | Resize (Resize (Band 113:raw_68380_rd):raw_68380_rd_smcrop), 131 | Resize (Resize (Band 114:raw_68380_rd):raw_68380_rd_smcrop), 132 | Resize (Resize (Band 115:raw_68380_rd):raw_68380_rd_smcrop), 133 | Resize (Resize (Band 116:raw_68380_rd):raw_68380_rd_smcrop), 134 | Resize (Resize (Band 117:raw_68380_rd):raw_68380_rd_smcrop), 135 | Resize (Resize (Band 118:raw_68380_rd):raw_68380_rd_smcrop), 136 | Resize (Resize (Band 119:raw_68380_rd):raw_68380_rd_smcrop), 137 | Resize (Resize (Band 120:raw_68380_rd):raw_68380_rd_smcrop), 138 | Resize (Resize (Band 121:raw_68380_rd):raw_68380_rd_smcrop), 139 | Resize (Resize (Band 122:raw_68380_rd):raw_68380_rd_smcrop), 140 | Resize (Resize (Band 123:raw_68380_rd):raw_68380_rd_smcrop), 141 | Resize (Resize (Band 124:raw_68380_rd):raw_68380_rd_smcrop), 142 | Resize (Resize (Band 125:raw_68380_rd):raw_68380_rd_smcrop), 143 | Resize (Resize (Band 126:raw_68380_rd):raw_68380_rd_smcrop), 144 | Resize (Resize (Band 127:raw_68380_rd):raw_68380_rd_smcrop), 145 | Resize (Resize (Band 128:raw_68380_rd):raw_68380_rd_smcrop), 146 | Resize (Resize (Band 129:raw_68380_rd):raw_68380_rd_smcrop), 147 | Resize (Resize (Band 130:raw_68380_rd):raw_68380_rd_smcrop), 148 | Resize (Resize (Band 131:raw_68380_rd):raw_68380_rd_smcrop), 149 | Resize (Resize (Band 132:raw_68380_rd):raw_68380_rd_smcrop), 150 | Resize (Resize (Band 133:raw_68380_rd):raw_68380_rd_smcrop), 151 | Resize (Resize (Band 134:raw_68380_rd):raw_68380_rd_smcrop), 152 | Resize (Resize (Band 135:raw_68380_rd):raw_68380_rd_smcrop), 153 | Resize (Resize (Band 136:raw_68380_rd):raw_68380_rd_smcrop), 154 | Resize (Resize (Band 137:raw_68380_rd):raw_68380_rd_smcrop), 155 | Resize (Resize (Band 138:raw_68380_rd):raw_68380_rd_smcrop), 156 | Resize (Resize (Band 139:raw_68380_rd):raw_68380_rd_smcrop), 157 | Resize (Resize (Band 140:raw_68380_rd):raw_68380_rd_smcrop), 158 | Resize (Resize (Band 141:raw_68380_rd):raw_68380_rd_smcrop), 159 | Resize (Resize (Band 142:raw_68380_rd):raw_68380_rd_smcrop), 160 | Resize (Resize (Band 143:raw_68380_rd):raw_68380_rd_smcrop), 161 | Resize (Resize (Band 144:raw_68380_rd):raw_68380_rd_smcrop), 162 | Resize (Resize (Band 145:raw_68380_rd):raw_68380_rd_smcrop), 163 | Resize (Resize (Band 146:raw_68380_rd):raw_68380_rd_smcrop), 164 | Resize (Resize (Band 147:raw_68380_rd):raw_68380_rd_smcrop), 165 | Resize (Resize (Band 148:raw_68380_rd):raw_68380_rd_smcrop), 166 | Resize (Resize (Band 149:raw_68380_rd):raw_68380_rd_smcrop), 167 | Resize (Resize (Band 150:raw_68380_rd):raw_68380_rd_smcrop), 168 | Resize (Resize (Band 151:raw_68380_rd):raw_68380_rd_smcrop), 169 | Resize (Resize (Band 152:raw_68380_rd):raw_68380_rd_smcrop), 170 | Resize (Resize (Band 153:raw_68380_rd):raw_68380_rd_smcrop), 171 | Resize (Resize (Band 154:raw_68380_rd):raw_68380_rd_smcrop), 172 | Resize (Resize (Band 155:raw_68380_rd):raw_68380_rd_smcrop), 173 | Resize (Resize (Band 156:raw_68380_rd):raw_68380_rd_smcrop), 174 | Resize (Resize (Band 157:raw_68380_rd):raw_68380_rd_smcrop), 175 | Resize (Resize (Band 158:raw_68380_rd):raw_68380_rd_smcrop), 176 | Resize (Resize (Band 159:raw_68380_rd):raw_68380_rd_smcrop), 177 | Resize (Resize (Band 160:raw_68380_rd):raw_68380_rd_smcrop), 178 | Resize (Resize (Band 161:raw_68380_rd):raw_68380_rd_smcrop), 179 | Resize (Resize (Band 162:raw_68380_rd):raw_68380_rd_smcrop), 180 | Resize (Resize (Band 163:raw_68380_rd):raw_68380_rd_smcrop), 181 | Resize (Resize (Band 164:raw_68380_rd):raw_68380_rd_smcrop), 182 | Resize (Resize (Band 165:raw_68380_rd):raw_68380_rd_smcrop), 183 | Resize (Resize (Band 166:raw_68380_rd):raw_68380_rd_smcrop), 184 | Resize (Resize (Band 167:raw_68380_rd):raw_68380_rd_smcrop), 185 | Resize (Resize (Band 168:raw_68380_rd):raw_68380_rd_smcrop), 186 | Resize (Resize (Band 169:raw_68380_rd):raw_68380_rd_smcrop), 187 | Resize (Resize (Band 170:raw_68380_rd):raw_68380_rd_smcrop), 188 | Resize (Resize (Band 171:raw_68380_rd):raw_68380_rd_smcrop), 189 | Resize (Resize (Band 172:raw_68380_rd):raw_68380_rd_smcrop), 190 | Resize (Resize (Band 173:raw_68380_rd):raw_68380_rd_smcrop), 191 | Resize (Resize (Band 174:raw_68380_rd):raw_68380_rd_smcrop), 192 | Resize (Resize (Band 175:raw_68380_rd):raw_68380_rd_smcrop), 193 | Resize (Resize (Band 176:raw_68380_rd):raw_68380_rd_smcrop), 194 | Resize (Resize (Band 177:raw_68380_rd):raw_68380_rd_smcrop), 195 | Resize (Resize (Band 178:raw_68380_rd):raw_68380_rd_smcrop), 196 | Resize (Resize (Band 179:raw_68380_rd):raw_68380_rd_smcrop), 197 | Resize (Resize (Band 180:raw_68380_rd):raw_68380_rd_smcrop), 198 | Resize (Resize (Band 181:raw_68380_rd):raw_68380_rd_smcrop), 199 | Resize (Resize (Band 182:raw_68380_rd):raw_68380_rd_smcrop), 200 | Resize (Resize (Band 183:raw_68380_rd):raw_68380_rd_smcrop), 201 | Resize (Resize (Band 184:raw_68380_rd):raw_68380_rd_smcrop), 202 | Resize (Resize (Band 185:raw_68380_rd):raw_68380_rd_smcrop), 203 | Resize (Resize (Band 186:raw_68380_rd):raw_68380_rd_smcrop), 204 | Resize (Resize (Band 187:raw_68380_rd):raw_68380_rd_smcrop), 205 | Resize (Resize (Band 188:raw_68380_rd):raw_68380_rd_smcrop), 206 | Resize (Resize (Band 189:raw_68380_rd):raw_68380_rd_smcrop), 207 | Resize (Resize (Band 190:raw_68380_rd):raw_68380_rd_smcrop), 208 | Resize (Resize (Band 191:raw_68380_rd):raw_68380_rd_smcrop), 209 | Resize (Resize (Band 192:raw_68380_rd):raw_68380_rd_smcrop), 210 | Resize (Resize (Band 193:raw_68380_rd):raw_68380_rd_smcrop), 211 | Resize (Resize (Band 194:raw_68380_rd):raw_68380_rd_smcrop), 212 | Resize (Resize (Band 195:raw_68380_rd):raw_68380_rd_smcrop), 213 | Resize (Resize (Band 196:raw_68380_rd):raw_68380_rd_smcrop), 214 | Resize (Resize (Band 197:raw_68380_rd):raw_68380_rd_smcrop), 215 | Resize (Resize (Band 198:raw_68380_rd):raw_68380_rd_smcrop), 216 | Resize (Resize (Band 199:raw_68380_rd):raw_68380_rd_smcrop), 217 | Resize (Resize (Band 200:raw_68380_rd):raw_68380_rd_smcrop), 218 | Resize (Resize (Band 201:raw_68380_rd):raw_68380_rd_smcrop), 219 | Resize (Resize (Band 202:raw_68380_rd):raw_68380_rd_smcrop), 220 | Resize (Resize (Band 203:raw_68380_rd):raw_68380_rd_smcrop), 221 | Resize (Resize (Band 204:raw_68380_rd):raw_68380_rd_smcrop), 222 | Resize (Resize (Band 205:raw_68380_rd):raw_68380_rd_smcrop), 223 | Resize (Resize (Band 206:raw_68380_rd):raw_68380_rd_smcrop), 224 | Resize (Resize (Band 207:raw_68380_rd):raw_68380_rd_smcrop), 225 | Resize (Resize (Band 208:raw_68380_rd):raw_68380_rd_smcrop), 226 | Resize (Resize (Band 209:raw_68380_rd):raw_68380_rd_smcrop), 227 | Resize (Resize (Band 210:raw_68380_rd):raw_68380_rd_smcrop), 228 | Resize (Resize (Band 211:raw_68380_rd):raw_68380_rd_smcrop), 229 | Resize (Resize (Band 212:raw_68380_rd):raw_68380_rd_smcrop), 230 | Resize (Resize (Band 213:raw_68380_rd):raw_68380_rd_smcrop), 231 | Resize (Resize (Band 214:raw_68380_rd):raw_68380_rd_smcrop), 232 | Resize (Resize (Band 215:raw_68380_rd):raw_68380_rd_smcrop), 233 | Resize (Resize (Band 216:raw_68380_rd):raw_68380_rd_smcrop), 234 | Resize (Resize (Band 217:raw_68380_rd):raw_68380_rd_smcrop), 235 | Resize (Resize (Band 218:raw_68380_rd):raw_68380_rd_smcrop), 236 | Resize (Resize (Band 219:raw_68380_rd):raw_68380_rd_smcrop), 237 | Resize (Resize (Band 220:raw_68380_rd):raw_68380_rd_smcrop), 238 | Resize (Resize (Band 221:raw_68380_rd):raw_68380_rd_smcrop), 239 | Resize (Resize (Band 222:raw_68380_rd):raw_68380_rd_smcrop), 240 | Resize (Resize (Band 223:raw_68380_rd):raw_68380_rd_smcrop), 241 | Resize (Resize (Band 224:raw_68380_rd):raw_68380_rd_smcrop), 242 | Resize (Resize (Band 225:raw_68380_rd):raw_68380_rd_smcrop), 243 | Resize (Resize (Band 226:raw_68380_rd):raw_68380_rd_smcrop), 244 | Resize (Resize (Band 227:raw_68380_rd):raw_68380_rd_smcrop), 245 | Resize (Resize (Band 228:raw_68380_rd):raw_68380_rd_smcrop), 246 | Resize (Resize (Band 229:raw_68380_rd):raw_68380_rd_smcrop), 247 | Resize (Resize (Band 230:raw_68380_rd):raw_68380_rd_smcrop), 248 | Resize (Resize (Band 231:raw_68380_rd):raw_68380_rd_smcrop), 249 | Resize (Resize (Band 232:raw_68380_rd):raw_68380_rd_smcrop), 250 | Resize (Resize (Band 233:raw_68380_rd):raw_68380_rd_smcrop), 251 | Resize (Resize (Band 234:raw_68380_rd):raw_68380_rd_smcrop), 252 | Resize (Resize (Band 235:raw_68380_rd):raw_68380_rd_smcrop), 253 | Resize (Resize (Band 236:raw_68380_rd):raw_68380_rd_smcrop), 254 | Resize (Resize (Band 237:raw_68380_rd):raw_68380_rd_smcrop), 255 | Resize (Resize (Band 238:raw_68380_rd):raw_68380_rd_smcrop), 256 | Resize (Resize (Band 239:raw_68380_rd):raw_68380_rd_smcrop), 257 | Resize (Resize (Band 240:raw_68380_rd):raw_68380_rd_smcrop), 258 | Resize (Resize (Band 241:raw_68380_rd):raw_68380_rd_smcrop), 259 | Resize (Resize (Band 242:raw_68380_rd):raw_68380_rd_smcrop), 260 | Resize (Resize (Band 243:raw_68380_rd):raw_68380_rd_smcrop), 261 | Resize (Resize (Band 244:raw_68380_rd):raw_68380_rd_smcrop), 262 | Resize (Resize (Band 245:raw_68380_rd):raw_68380_rd_smcrop), 263 | Resize (Resize (Band 246:raw_68380_rd):raw_68380_rd_smcrop), 264 | Resize (Resize (Band 247:raw_68380_rd):raw_68380_rd_smcrop), 265 | Resize (Resize (Band 248:raw_68380_rd):raw_68380_rd_smcrop), 266 | Resize (Resize (Band 249:raw_68380_rd):raw_68380_rd_smcrop), 267 | Resize (Resize (Band 250:raw_68380_rd):raw_68380_rd_smcrop), 268 | Resize (Resize (Band 251:raw_68380_rd):raw_68380_rd_smcrop), 269 | Resize (Resize (Band 252:raw_68380_rd):raw_68380_rd_smcrop), 270 | Resize (Resize (Band 253:raw_68380_rd):raw_68380_rd_smcrop), 271 | Resize (Resize (Band 254:raw_68380_rd):raw_68380_rd_smcrop), 272 | Resize (Resize (Band 255:raw_68380_rd):raw_68380_rd_smcrop), 273 | Resize (Resize (Band 256:raw_68380_rd):raw_68380_rd_smcrop), 274 | Resize (Resize (Band 257:raw_68380_rd):raw_68380_rd_smcrop), 275 | Resize (Resize (Band 258:raw_68380_rd):raw_68380_rd_smcrop), 276 | Resize (Resize (Band 259:raw_68380_rd):raw_68380_rd_smcrop), 277 | Resize (Resize (Band 260:raw_68380_rd):raw_68380_rd_smcrop), 278 | Resize (Resize (Band 261:raw_68380_rd):raw_68380_rd_smcrop), 279 | Resize (Resize (Band 262:raw_68380_rd):raw_68380_rd_smcrop), 280 | Resize (Resize (Band 263:raw_68380_rd):raw_68380_rd_smcrop), 281 | Resize (Resize (Band 264:raw_68380_rd):raw_68380_rd_smcrop), 282 | Resize (Resize (Band 265:raw_68380_rd):raw_68380_rd_smcrop), 283 | Resize (Resize (Band 266:raw_68380_rd):raw_68380_rd_smcrop), 284 | Resize (Resize (Band 267:raw_68380_rd):raw_68380_rd_smcrop), 285 | Resize (Resize (Band 268:raw_68380_rd):raw_68380_rd_smcrop), 286 | Resize (Resize (Band 269:raw_68380_rd):raw_68380_rd_smcrop), 287 | Resize (Resize (Band 270:raw_68380_rd):raw_68380_rd_smcrop), 288 | Resize (Resize (Band 271:raw_68380_rd):raw_68380_rd_smcrop), 289 | Resize (Resize (Band 272:raw_68380_rd):raw_68380_rd_smcrop), 290 | Resize (Resize (Band 273:raw_68380_rd):raw_68380_rd_smcrop)} 291 | wavelength = { 292 | 399.290985, 401.503998, 403.717010, 405.929993, 408.143005, 410.355988, 293 | 412.567993, 414.781006, 416.993988, 419.207001, 421.420013, 423.632996, 294 | 425.846008, 428.058990, 430.272003, 432.484985, 434.697998, 436.911011, 295 | 439.123993, 441.337006, 443.549988, 445.763000, 447.976013, 450.188995, 296 | 452.402008, 454.614990, 456.828003, 459.040985, 461.253998, 463.467010, 297 | 465.679993, 467.893005, 470.105988, 472.319000, 474.532013, 476.744995, 298 | 478.958008, 481.170990, 483.384003, 485.596985, 487.809998, 490.023010, 299 | 492.235992, 494.449005, 496.661987, 498.875000, 501.088013, 503.300995, 300 | 505.514008, 507.726990, 509.940002, 512.153015, 514.364990, 516.578003, 301 | 518.791016, 521.004028, 523.216980, 525.429993, 527.643005, 529.856018, 302 | 532.068970, 534.281982, 536.494995, 538.708008, 540.921021, 543.133972, 303 | 545.346985, 547.559998, 549.773010, 551.986023, 554.198975, 556.411987, 304 | 558.625000, 560.838013, 563.051025, 565.263977, 567.476990, 569.690002, 305 | 571.903015, 574.116028, 576.328979, 578.541992, 580.755005, 582.968018, 306 | 585.181030, 587.393982, 589.606995, 591.820007, 594.033020, 596.245972, 307 | 598.458984, 600.671997, 602.885010, 605.098022, 607.310974, 609.523987, 308 | 611.737000, 613.948975, 616.161987, 618.375000, 620.588013, 622.801025, 309 | 625.013977, 627.226990, 629.440002, 631.653015, 633.866028, 636.078979, 310 | 638.291992, 640.505005, 642.718018, 644.931030, 647.143982, 649.356995, 311 | 651.570007, 653.783020, 655.995972, 658.208984, 660.421997, 662.635010, 312 | 664.848022, 667.060974, 669.273987, 671.487000, 673.700012, 675.913025, 313 | 678.125977, 680.338989, 682.552002, 684.765015, 686.978027, 689.190979, 314 | 691.403992, 693.617004, 695.830017, 698.043030, 700.255981, 702.468994, 315 | 704.682007, 706.895020, 709.107971, 711.320984, 713.533997, 715.745972, 316 | 717.958984, 720.171997, 722.385010, 724.598022, 726.810974, 729.023987, 317 | 731.237000, 733.450012, 735.663025, 737.875977, 740.088989, 742.302002, 318 | 744.515015, 746.728027, 748.940979, 751.153992, 753.367004, 755.580017, 319 | 757.793030, 760.005981, 762.218994, 764.432007, 766.645020, 768.857971, 320 | 771.070984, 773.283997, 775.497009, 777.710022, 779.922974, 782.135986, 321 | 784.348999, 786.562012, 788.775024, 790.987976, 793.200989, 795.414001, 322 | 797.627014, 799.840027, 802.052979, 804.265991, 806.479004, 808.692017, 323 | 810.905029, 813.117981, 815.330017, 817.543030, 819.755981, 821.968994, 324 | 824.182007, 826.395020, 828.607971, 830.820984, 833.033997, 835.247009, 325 | 837.460022, 839.672974, 841.885986, 844.098999, 846.312012, 848.525024, 326 | 850.737976, 852.950989, 855.164001, 857.377014, 859.590027, 861.802979, 327 | 864.015991, 866.229004, 868.442017, 870.655029, 872.867981, 875.080994, 328 | 877.294006, 879.507019, 881.719971, 883.932983, 886.145996, 888.359009, 329 | 890.572021, 892.784973, 894.997986, 897.210999, 899.424011, 901.637024, 330 | 903.849976, 906.062988, 908.276001, 910.489014, 912.702026, 914.914978, 331 | 917.127014, 919.340027, 921.552979, 923.765991, 925.979004, 928.192017, 332 | 930.405029, 932.617981, 934.830994, 937.044006, 939.257019, 941.469971, 333 | 943.682983, 945.895996, 948.109009, 950.322021, 952.534973, 954.747986, 334 | 956.960999, 959.174011, 961.387024, 963.599976, 965.812988, 968.026001, 335 | 970.239014, 972.452026, 974.664978, 976.877991, 979.091003, 981.304016, 336 | 983.517029, 985.729980, 987.942993, 990.156006, 992.369019, 994.581970, 337 | 996.794983, 999.007996, 1001.219971} 338 | -------------------------------------------------------------------------------- /target_spectra_reference.csv: -------------------------------------------------------------------------------- 1 | ,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2139,2140,2141,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2207,2208,2209,2210,2211,2212,2213,2214,2215,2216,2217,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234,2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,2264,2265,2266,2267,2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326,2327,2328,2329,2330,2331,2332,2333,2334,2335,2336,2337,2338,2339,2340,2341,2342,2343,2344,2345,2346,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2400,2401,2402,2403,2404,2405,2406,2407,2408,2409,2410,2411,2412,2413,2414,2415,2416,2417,2418,2419,2420,2421,2422,2423,2424,2425,2426,2427,2428,2429,2430,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442,2443,2444,2445,2446,2447,2448,2449,2450,2451,2452,2453,2454,2455,2456,2457,2458,2459,2460,2461,2462,2463,2464,2465,2466,2467,2468,2469,2470,2471,2472,2473,2474,2475,2476,2477,2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,2500 2 | Painted White,0.531660262,0.517842976,0.50090624,0.482611375,0.464737531,0.447284273,0.428536977,0.413868611,0.401047163,0.388057472,0.376091753,0.365147456,0.354572133,0.344267201,0.33601136,0.329089197,0.322724882,0.316467446,0.311865308,0.308171434,0.304901082,0.302048471,0.299227139,0.297406106,0.297095863,0.29764332,0.297984231,0.298899595,0.30133687,0.304323197,0.3077249,0.311833371,0.317092044,0.322791405,0.329340457,0.336933656,0.345288324,0.35515043,0.365996978,0.377485402,0.390641865,0.404623633,0.419666536,0.436322492,0.453860112,0.472641582,0.492766117,0.513964542,0.536003122,0.558849976,0.582495135,0.606978673,0.631857083,0.656971447,0.68216086,0.707061792,0.731708199,0.755805176,0.77886941,0.801033758,0.8219721,0.841457374,0.859596313,0.876068403,0.890834511,0.903994229,0.915661828,0.92587747,0.934661956,0.942073556,0.948466314,0.953858645,0.958339993,0.962149413,0.965306126,0.967962548,0.970239991,0.972078322,0.97372107,0.975147962,0.976248955,0.977301017,0.978264452,0.979067607,0.979646065,0.980282261,0.980937165,0.98151742,0.981985274,0.98245577,0.98295629,0.983450745,0.983796967,0.984159605,0.984555557,0.984813894,0.985110535,0.985411287,0.985665451,0.985899198,0.986138456,0.986376734,0.986599015,0.986846658,0.987134837,0.987429068,0.987643455,0.987865077,0.988102071,0.988328872,0.988475118,0.988617475,0.988785474,0.988969559,0.989078893,0.989162922,0.9892588,0.989366519,0.989469733,0.989576604,0.989690184,0.98978027,0.989814522,0.989832245,0.989904278,0.989939342,0.989996293,0.990078348,0.990071514,0.990080727,0.990101049,0.990099622,0.990066425,0.990051238,0.990038883,0.989972568,0.989948161,0.989912782,0.989838076,0.989784863,0.989776283,0.989761132,0.989681266,0.989586418,0.989579439,0.989631739,0.989594868,0.989557176,0.989485149,0.989359164,0.989247045,0.989092716,0.988958445,0.988917496,0.988752872,0.988596582,0.988514356,0.988455626,0.988309366,0.988144333,0.98803818,0.987942793,0.987863975,0.987777654,0.987653354,0.987573044,0.987476421,0.987347468,0.987270664,0.987162346,0.987046907,0.986963874,0.98687937,0.986735527,0.986541935,0.986365547,0.986258557,0.986170992,0.986059917,0.985940502,0.985824232,0.98571844,0.985618913,0.98546608,0.985330016,0.985217123,0.985048881,0.984955466,0.984863691,0.984695709,0.984516378,0.984342263,0.984155315,0.983925762,0.983745093,0.983543054,0.98329283,0.983073817,0.982879749,0.982708583,0.982556914,0.982430013,0.982253556,0.982077181,0.982050279,0.981957591,0.981863343,0.981842242,0.981868073,0.981887783,0.981873151,0.981807982,0.981665331,0.98143218,0.981115018,0.980742943,0.980303149,0.979845634,0.979424471,0.979035076,0.978779225,0.978646852,0.978541424,0.978429316,0.97832399,0.97825226,0.978245387,0.978307609,0.978413071,0.978516741,0.978579281,0.978508113,0.978261877,0.97786328,0.977397902,0.976924169,0.976496464,0.976184968,0.975973021,0.975836895,0.975752725,0.975761913,0.975822451,0.975873139,0.975840004,0.975729718,0.975585071,0.975451565,0.975320666,0.975110759,0.974831505,0.974579683,0.974377211,0.974206801,0.974055141,0.973950333,0.973861947,0.973768354,0.973650131,0.973475799,0.973252187,0.972984315,0.972667087,0.972297086,0.971938013,0.971643239,0.971351204,0.971089073,0.970858101,0.970638136,0.9704096,0.970175788,0.969953153,0.969784357,0.969569092,0.969310036,0.969050004,0.968791569,0.968560247,0.968352691,0.968133284,0.967919134,0.967698776,0.967468587,0.96726771,0.967062878,0.96683446,0.966576367,0.966323466,0.966068387,0.965816695,0.965606035,0.965373008,0.965133398,0.964912177,0.964654984,0.964398337,0.964151349,0.96389721,0.963640977,0.963388064,0.96314174,0.962902556,0.962656505,0.962406525,0.962163392,0.961932752,0.961705318,0.961468905,0.96120967,0.960925367,0.960642977,0.960382909,0.960125436,0.959873106,0.959629682,0.959394803,0.959124634,0.958864227,0.958621274,0.95833047,0.958080909,0.95784589,0.957584655,0.957346106,0.957068142,0.956764959,0.95650304,0.956230165,0.955980754,0.955769272,0.95555342,0.955298273,0.955013866,0.954722418,0.954402575,0.95410463,0.953841638,0.953587811,0.953296675,0.953050124,0.952872268,0.952599519,0.952313041,0.952025228,0.951732588,0.951489247,0.951222942,0.950920095,0.950637176,0.950370724,0.95012182,0.949880112,0.949607753,0.949328256,0.949042545,0.948744772,0.948453133,0.94816777,0.947882389,0.94758618,0.947298028,0.947038924,0.946800964,0.946493491,0.946196659,0.945945073,0.945728513,0.945405581,0.94509692,0.944852481,0.944608018,0.944303183,0.944005968,0.943756544,0.943416789,0.94310521,0.942832049,0.942552426,0.942250632,0.941945106,0.941666724,0.941452715,0.941138549,0.940814899,0.940561218,0.940265162,0.939955786,0.93964342,0.939341614,0.939127426,0.938905964,0.938642142,0.938379996,0.938087155,0.937783363,0.937497261,0.937255311,0.937013052,0.936759259,0.936497801,0.936228395,0.936001454,0.935786079,0.935482805,0.935150787,0.934849309,0.93458706,0.934268811,0.934008818,0.933760525,0.933454126,0.93316543,0.932871264,0.932573502,0.932287892,0.931950874,0.931638958,0.931381939,0.931112475,0.930848978,0.930574444,0.930283085,0.930029722,0.929777892,0.929511024,0.929226466,0.928936237,0.928638625,0.928351098,0.928106296,0.92781707,0.927512187,0.92722861,0.926975753,0.92668108,0.926370216,0.92609405,0.9258503,0.925585957,0.925309258,0.925062542,0.924786131,0.924506955,0.924240959,0.923976238,0.923685926,0.923378977,0.923073036,0.922782264,0.922508717,0.92225544,0.922017913,0.92177094,0.92146726,0.921147772,0.920903307,0.920652053,0.920400899,0.920150556,0.919880833,0.919612325,0.919344803,0.919081265,0.918847824,0.918586287,0.918345038,0.918165783,0.917887901,0.917625828,0.917406471,0.917188746,0.916929175,0.916665882,0.916415621,0.916163508,0.915950462,0.915741292,0.915509201,0.915268722,0.915054197,0.914866993,0.914689089,0.914483087,0.914261209,0.914030799,0.913802846,0.913616234,0.913409768,0.913180712,0.912968692,0.912737062,0.912481213,0.912226419,0.912024741,0.911843176,0.911647021,0.911420056,0.911178608,0.910988552,0.91082826,0.910664566,0.910518567,0.910340533,0.910153265,0.909995966,0.909835855,0.909672845,0.90950175,0.909319669,0.909158475,0.909000048,0.908841888,0.908698755,0.908568825,0.908456051,0.908331314,0.908131077,0.907937477,0.907788551,0.907675792,0.907528446,0.907397472,0.907283981,0.907173324,0.907047821,0.906876185,0.906732607,0.906675741,0.90657933,0.906503017,0.906422155,0.906300984,0.906238525,0.906143495,0.906014869,0.905907445,0.905827059,0.905716379,0.90557871,0.905469824,0.905430192,0.905336331,0.905187668,0.905107989,0.90499968,0.904916879,0.904860967,0.904752808,0.904648188,0.90457231,0.904512627,0.904414612,0.90436151,0.90432467,0.904260071,0.904143754,0.904042412,0.90399739,0.904004717,0.903991139,0.903922028,0.903851963,0.903826934,0.903809925,0.903757452,0.903689167,0.903644826,0.903660154,0.903640446,0.903586579,0.903538598,0.90354622,0.903558045,0.903593454,0.903659079,0.903650138,0.903607103,0.903554633,0.903515574,0.903521411,0.903527455,0.903508049,0.903464436,0.90344979,0.903472694,0.903505867,0.903517413,0.90351202,0.90352301,0.903536627,0.903532255,0.903528798,0.90355524,0.903592878,0.903609287,0.903594096,0.903554634,0.903510508,0.903485187,0.903504763,0.903460214,0.903404813,0.9034092,0.903438456,0.903461149,0.903452326,0.903412792,0.903388284,0.903361152,0.903370759,0.903424597,0.903443475,0.903439398,0.903450555,0.903475215,0.903437476,0.903356024,0.903351397,0.903416114,0.90335378,0.903279279,0.903265996,0.903330433,0.903416408,0.903364491,0.903386773,0.903474964,0.903414348,0.903407121,0.903450527,0.903481639,0.903437499,0.903414299,0.903397181,0.903400244,0.903428559,0.903369557,0.903389867,0.903464773,0.903502894,0.903493251,0.90347945,0.903469729,0.903476757,0.903543432,0.903465565,0.903405996,0.903462718,0.903504112,0.903508788,0.895281577,0.895273493,0.895269921,0.89521339,0.895211342,0.895194162,0.895137076,0.895149728,0.895134614,0.895083112,0.895058978,0.895067554,0.89504627,0.89499023,0.894974077,0.894980088,0.894975064,0.894959825,0.894981401,0.894972415,0.894949959,0.894930822,0.894925857,0.894920924,0.894910297,0.894928044,0.894966917,0.895005724,0.895062441,0.895127214,0.8951432,0.895173357,0.89521518,0.895251824,0.895318941,0.895390196,0.895433766,0.895470783,0.895506159,0.895549166,0.89559911,0.895660003,0.89570643,0.895744882,0.895790195,0.895824057,0.895865259,0.895926264,0.895992377,0.896066254,0.896140688,0.896190049,0.896219271,0.896267184,0.896310983,0.896352116,0.896391209,0.896418142,0.896420784,0.89641925,0.896428076,0.896450074,0.896459085,0.896453833,0.896430639,0.896408283,0.896401881,0.896403208,0.896405216,0.896394785,0.896381051,0.896374573,0.896342082,0.896301945,0.89628475,0.89624154,0.896218322,0.89619967,0.896162751,0.896133218,0.896083095,0.896009954,0.895948097,0.895882591,0.895834696,0.895811689,0.895763788,0.895721831,0.895648191,0.895578694,0.895491927,0.895395881,0.895315209,0.89521793,0.895120337,0.895060729,0.895004424,0.894948452,0.894911179,0.894853498,0.894782435,0.89472273,0.894665671,0.89459102,0.89452784,0.894464809,0.894403404,0.894355319,0.894312523,0.894280685,0.894259876,0.89422072,0.894183762,0.894150103,0.894115668,0.894080313,0.894041644,0.893998735,0.893959664,0.893920743,0.89387635,0.893831345,0.893775249,0.893711784,0.893625111,0.893535678,0.893462601,0.893383576,0.893307419,0.893219529,0.893125404,0.893030706,0.892924913,0.892822403,0.892723717,0.892627439,0.89253223,0.892428104,0.892335849,0.892231591,0.89214361,0.892087084,0.892017248,0.89195262,0.891903221,0.89184958,0.89180936,0.891793654,0.891776033,0.891762493,0.891749356,0.891750627,0.891738701,0.891726574,0.89169516,0.89166507,0.891650469,0.891610958,0.891560829,0.891493522,0.891393956,0.891314461,0.891232707,0.891150264,0.891083015,0.890991779,0.890886078,0.890776847,0.890646111,0.89053071,0.890421892,0.890305794,0.890190664,0.890078706,0.889965983,0.889841387,0.889738623,0.889654549,0.889551905,0.889450287,0.889347818,0.889219388,0.889129158,0.889062385,0.888992608,0.888930333,0.888885519,0.888836347,0.888814133,0.888812777,0.888840318,0.888869933,0.888914568,0.888968769,0.889031996,0.88910997,0.889199513,0.889304461,0.88943469,0.889554574,0.889689762,0.88981132,0.889908724,0.890034213,0.890179237,0.890312299,0.890453635,0.890595287,0.890734239,0.890853705,0.891005195,0.891182756,0.891334435,0.891488609,0.891635728,0.891768584,0.891904815,0.892049671,0.892178634,0.892302822,0.892412082,0.892507159,0.892598953,0.892679985,0.892754662,0.892821996,0.892886905,0.892946618,0.892999103,0.89304609,0.893093549,0.893125981,0.893138587,0.893165916,0.89320135,0.893214674,0.893214894,0.893228337,0.893230451,0.893237968,0.893267334,0.893281529,0.89327627,0.893280781,0.893282906,0.893298874,0.893301895,0.893309666,0.893319392,0.893323451,0.893339003,0.893364506,0.893390022,0.893416726,0.893451627,0.893486799,0.893535993,0.893601806,0.893662673,0.893737595,0.89379957,0.893850624,0.893907554,0.893965781,0.894020431,0.894076097,0.894127464,0.894184313,0.894240396,0.894294599,0.894360299,0.894400817,0.894429609,0.894450857,0.894452801,0.894464781,0.894477163,0.894478083,0.89448712,0.894473462,0.894428385,0.894402532,0.894375695,0.894342863,0.894318827,0.894292625,0.894238657,0.894160656,0.894079491,0.893995152,0.893912524,0.893828894,0.893749398,0.893668427,0.893590696,0.89352074,0.893444744,0.893360477,0.893289163,0.893228181,0.8931555,0.893087236,0.893014885,0.892935068,0.892849929,0.892759437,0.892674074,0.892581954,0.89249069,0.892427265,0.892354071,0.892264096,0.892197533,0.892119793,0.892032697,0.891949803,0.891867733,0.891791904,0.891715986,0.891645393,0.891588613,0.891520278,0.89144193,0.891374361,0.891304873,0.891245281,0.891199637,0.891149477,0.891106252,0.891054607,0.890999871,0.890948331,0.890886503,0.890825137,0.890769033,0.89069485,0.890620942,0.890541483,0.89047101,0.890391826,0.890333411,0.890292993,0.890240444,0.890186867,0.890142747,0.890097527,0.890058765,0.890028513,0.890005209,0.889979918,0.889968043,0.889969166,0.889977308,0.889989025,0.890019953,0.890063461,0.89009133,0.890114457,0.890124566,0.8901132,0.890095161,0.890048551,0.889975887,0.889892718,0.889786513,0.889671388,0.889543678,0.889408101,0.889243041,0.889104237,0.888956087,0.888841606,0.888750355,0.888666786,0.888599168,0.888544656,0.888506323,0.888467885,0.888448568,0.888425001,0.888405951,0.888379121,0.888341305,0.888295555,0.888231818,0.888159352,0.888105406,0.888044834,0.887982237,0.887926273,0.887867793,0.887800092,0.887752042,0.887712541,0.887678164,0.887660327,0.887626305,0.88760037,0.887551431,0.887489544,0.887420513,0.88732868,0.887244163,0.887153678,0.887068229,0.886990685,0.886906787,0.886812587,0.886731912,0.886654621,0.886577156,0.88650596,0.886457491,0.886417841,0.886382684,0.886382927,0.886392374,0.886406434,0.886443061,0.886462376,0.886473714,0.886500656,0.886524861,0.886561757,0.886621411,0.886666035,0.886697863,0.886755738,0.886816013,0.886893116,0.886999597,0.887092882,0.887185999,0.887285273,0.88738679,0.887490035,0.887601947,0.887708509,0.887807588,0.887917746,0.888045163,0.888150998,0.888251592,0.888349078,0.888436709,0.888508438,0.888596352,0.888688936,0.888772879,0.8888625,0.888943802,0.889017737,0.889100837,0.88918307,0.889256706,0.889330933,0.889397552,0.889448117,0.889509507,0.889575207,0.889636901,0.889691474,0.889758159,0.889826904,0.889905951,0.890001681,0.890086072,0.890171976,0.890256852,0.890334689,0.890418282,0.890507212,0.890591001,0.890669868,0.890758513,0.890846788,0.890940442,0.891046238,0.891147645,0.891252091,0.891354383,0.891450706,0.891552365,0.891667519,0.89178478,0.891910825,0.892035806,0.892145729,0.892253159,0.89237636,0.89249509,0.892612144,0.892735102,0.892834655,0.892920324,0.893020583,0.893129216,0.893231186,0.893340888,0.893446,0.893543094,0.893640318,0.893743594,0.893839081,0.893923002,0.894014849,0.894113108,0.894199433,0.894280853,0.89436511,0.894440336,0.894525066,0.894621772,0.894706767,0.894786729,0.89486746,0.894939723,0.895021863,0.895114187,0.895197761,0.895274616,0.8953634,0.895455902,0.895545207,0.895647583,0.895739947,0.895818077,0.895903317,0.895994004,0.896078702,0.896160212,0.896242537,0.896313619,0.896398347,0.896490418,0.896587417,0.896700329,0.896806969,0.896906781,0.896996141,0.897072661,0.897159195,0.897256243,0.897340464,0.89741614,0.897501788,0.897568869,0.89762871,0.897708749,0.897788332,0.897864991,0.897948251,0.898029049,0.898099048,0.898181757,0.898273435,0.898360784,0.898448843,0.898538466,0.898626169,0.898721295,0.898822037,0.89892451,0.899039553,0.899126865,0.899197322,0.899286956,0.899370338,0.899458607,0.899567147,0.899657566,0.899727849,0.899813632,0.899912041,0.899992925,0.90006307,0.900147488,0.900228206,0.900315158,0.900419449,0.90050897,0.900590415,0.900673405,0.900759552,0.900833315,0.900887919,0.900967493,0.901055507,0.901136191,0.901228419,0.901318626,0.901402407,0.901482248,0.901578643,0.901646087,0.901670435,0.901736838,0.901814874,0.901890012,0.90199476,0.902073909,0.902120259,0.902197416,0.90228898,0.902372318,0.902472634,0.902556635,0.902631356,0.902695417,0.902751888,0.902801084,0.902827301,0.902869687,0.902921374,0.902961811,0.903005718,0.903040343,0.903057135,0.903084333,0.903115005,0.903142901,0.903176298,0.903200861,0.903215919,0.903235946,0.903247905,0.903272401,0.903305637,0.903340057,0.903379254,0.90342374,0.903469365,0.903523449,0.903593722,0.903653657,0.90371524,0.90377274,0.903819237,0.903873884,0.903944341,0.903990665,0.90401923,0.904060249,0.904112335,0.904127239,0.904154975,0.904131182,0.904057902,0.903960553,0.903852456,0.903679937,0.903462634,0.903195456,0.902875266,0.902503211,0.902079676,0.901609935,0.901075592,0.900511226,0.899906299,0.899257893,0.898568388,0.897835984,0.897050595,0.8962394,0.895390583,0.894502609,0.893579025,0.892618278,0.891605415,0.890584214,0.889503923,0.888471529,0.887425535,0.886421776,0.885448383,0.884511136,0.883594345,0.882731605,0.881912994,0.881135415,0.880408513,0.879707787,0.879038699,0.878424728,0.877868906,0.877314805,0.876791878,0.876307703,0.875836239,0.875406747,0.875039757,0.874687008,0.874347978,0.874053609,0.873784383,0.873580461,0.873409371,0.873316881,0.873291757,0.873332163,0.873448459,0.873610152,0.873852945,0.874105268,0.874408063,0.874708707,0.875052852,0.875355167,0.875657193,0.87592735,0.876174636,0.876405235,0.876600507,0.876830887,0.877054829,0.877324311,0.877622365,0.877956276,0.878332695,0.87873824,0.879200797,0.87968807,0.880192133,0.880733811,0.881271177,0.881818205,0.882338149,0.882823884,0.883346023,0.883857013,0.884368036,0.884883756,0.885361697,0.885825999,0.886266348,0.886689351,0.88710165,0.887466505,0.887811423,0.888147591,0.888459253,0.888765104,0.889087256,0.889379966,0.889741022,0.890134169,0.890568644,0.891059594,0.891591101,0.892142045,0.89276026,0.893455574,0.894163825,0.894936178,0.895708983,0.896497451,0.897295076,0.898122267,0.898916346,0.899715617,0.900507167,0.901283254,0.902053202,0.902817596,0.903549319,0.904254138,0.904938448,0.905662012,0.906381191,0.907085055,0.907791243,0.908453927,0.909115943,0.909780699,0.91040626,0.911028676,0.911646171,0.912211525,0.912752314,0.91328734,0.913780866,0.914258541,0.914742355,0.915262371,0.915793062,0.916294851,0.916782349,0.917217717,0.917648123,0.918101089,0.91857501,0.919091777,0.919593929,0.920088814,0.920615247,0.92113441,0.921649681,0.922182178,0.92273303,0.912012381,0.912445561,0.912870503,0.913266755,0.91367038,0.914051405,0.914455186,0.9148594,0.915302902,0.915725535,0.91614465,0.916573085,0.916974642,0.917410099,0.917860809,0.918321057,0.918790912,0.919296756,0.919783836,0.920269826,0.92075696,0.921223188,0.921706135,0.922207038,0.922710841,0.923232358,0.923747099,0.924266885,0.924782689,0.925284447,0.925791591,0.926341703,0.926880971,0.927424557,0.927965297,0.928492165,0.928986985,0.929506008,0.930027633,0.930547602,0.931060964,0.931529044,0.931972987,0.932420095,0.932853273,0.933268725,0.933687077,0.934101185,0.934477382,0.934881011,0.93530942,0.935719788,0.936133105,0.936550806,0.936960495,0.937362861,0.937765235,0.938176817,0.938565683,0.938921567,0.939296926,0.939715269,0.940133275,0.94055036,0.940998163,0.94144191,0.941880788,0.94232722,0.942781066,0.943191898,0.943537827,0.943846411,0.944144556,0.944389808,0.944594976,0.944746492,0.944829225,0.944837411,0.944795818,0.944716356,0.944587236,0.944424915,0.944235863,0.944013762,0.943785155,0.943531478,0.94326565,0.94295994,0.94262895,0.94225303,0.941852171,0.94143517,0.940993865,0.940512687,0.940042002,0.939566464,0.93909448,0.938610016,0.938173298,0.937752028,0.937337883,0.936966611,0.936628226,0.936318043,0.936044656,0.935840139,0.935692007,0.935601964,0.935582774,0.935604535,0.935667921,0.935799279,0.935993396,0.93622448,0.936519692,0.936876615,0.937289582,0.937712243,0.938149714,0.938638086,0.939106528,0.939554776,0.940048742,0.940570521,0.941054972,0.941573108,0.942074322,0.942535426,0.943010956,0.943478202,0.943931253,0.944387585,0.944844565,0.945298741,0.945750416,0.946201678,0.946632011,0.947094227,0.947564982,0.948027957,0.948529216,0.949045504,0.949600503,0.950186848,0.950800377,0.951419315,0.952132318,0.952867067,0.953604584,0.954449074,0.955329399,0.956247757,0.957244106,0.958218558,0.95923966,0.960232519,0.961210001,0.962196771,0.963206888,0.964165366,0.965131862,0.966128813,0.967092546,0.968042187,0.968990411,0.969922638,0.97085659,0.971786437,0.97272129,0.973683561,0.974599173,0.975484125,0.976378029,0.977244712,0.978108502,0.978999005,0.979932089,0.980824901,0.981693792,0.982591999,0.983500419,0.984400554,0.985320195,0.986227008,0.987112836,0.987976417,0.988883546,0.989821653,0.990728029,0.991643619,0.992553698,0.993423024,0.994328548,0.995282376,0.996198266,0.997104917,0.998009676,0.998892547,0.999765605,1.000659833,1.001550697,1.002469285,1.003426698,1.004348888,1.005268913,1.006190089,1.007078788,1.008002253,1.008946241,1.009900507,1.010888223,1.011821991,1.012762393,1.013686975,1.014633486,1.01556932,1.016528704,1.017520482,1.018491549,1.019468899,1.020431843,1.021384414,1.022330944,1.023242629,1.024202965,1.025140532,1.026074097,1.027002773,1.027932455,1.028851765,1.029759804,1.030672085,1.031575009,1.032491429,1.033411373,1.034332023,1.035257643,1.036189592,1.037127843,1.038072403,1.039008916,1.039964486,1.040886532,1.04178468,1.04268639,1.043560591,1.044461045,1.045384382,1.046286163,1.047180834,1.048085717,1.048992579,1.049882084,1.050770559,1.051673305,1.052554756,1.053412999,1.054274438,1.055142239,1.055989139,1.056797796,1.057642377,1.058502874,1.059349574,1.060219485,1.061067829,1.061902105,1.062702264,1.063541247,1.064382641,1.065236353,1.066101306,1.066982876,1.067883195,1.068776683,1.069700331,1.070593586,1.071462868,1.072339185,1.073205767,1.074075788,1.074946669,1.075838885,1.076667741,1.077469561,1.078272508,1.07902921,1.079813505,1.080611635,1.081404591,1.082207055,1.082982868,1.08376183,1.084514489,1.085227508,1.085945956,1.086647324,1.087355535,1.088063658,1.088773854,1.089472302,1.090185834,1.090852364,1.091476807,1.092127868,1.092778653,1.093402322,1.094026716,1.094640593,1.095211485,1.095798742,1.096391698,1.096991508,1.097603468,1.098203506,1.098781569,1.099374973,1.099908498,1.100406756,1.100868643,1.101292549,1.10169414,1.102076598,1.102394882,1.10270481,1.102914555,1.103003173,1.103101159,1.103105923,1.103146967,1.103194156,1.103238599,1.103283839,1.103325132,1.103388623,1.103418679,1.103562937,1.103722335,1.104010477,1.104374596,1.104860155,1.10546163,1.106143787,1.106963853,1.107820836,1.108807306,1.109764303,1.110837041,1.111801776,1.112720224,1.113620495,1.114417224,1.115158441,1.115764153,1.116284318,1.11669208,1.116926518,1.117180107,1.117358272,1.117508172,1.117581595,1.11769308,1.117747122,1.117856851,1.117961974,1.118154855,1.118362635,1.118668341,1.119102229,1.119556299,1.120060991,1.120632174,1.121233255,1.121912779,1.12252122,1.123195224,1.123737008,1.124201363,1.124630175,1.125003571,1.125321812,1.125561246,1.12580055,1.125954235,1.126158272,1.12632768,1.126580271,1.12686683,1.12720617,1.127657257,1.128081209,1.128516578,1.128985002,1.129424121,1.129856772,1.130280046,1.130726079,1.131088888,1.131412481,1.131711142,1.131975871,1.132171436,1.132306801,1.132440669,1.132544944,1.132570839,1.132596728,1.132522926,1.132305911,1.132088575,1.131870416,1.131547199,1.131172041,1.130704198,1.130147937,1.129465886,1.128772465,1.128019724,1.127188737,1.126352813,1.125296773,1.12409709,1.122806201,1.121364518,1.119814304,1.118182343,1.116387033,1.114425483,1.112344868,1.110163144,1.10778923,1.105200822,1.102545245,1.099737449,1.096808087,1.093744885,1.090608047,1.087385163,1.083996339,1.080476374,1.076865526,1.07300635,1.069093981,1.065269021,1.061348555,1.057641876,1.0540182,1.050539542,1.047100735,1.044030425,1.041066786,1.038564522,1.036421818,1.034628601,1.033221374,1.032144357,1.031504852,1.031072011,1.031055039,1.031147044,1.031564789,1.032003186,1.032690983,1.033315646,1.03403658,1.034686904,1.035374849,1.035944315,1.036438582,1.036884882,1.037231322,1.037473828,1.037708616,1.037959261,1.038207328,1.038431032,1.038619513,1.038756479,1.038950127,1.039109112,1.039373035,1.039699243,1.040054001,1.040461805,1.040896396,1.041397718,1.041881304,1.042326265,1.042917271,1.043535055,1.044264515,1.045139733,1.046085453,1.047047421,1.048221891,1.049458398,1.051003943,1.052783298,1.054779189,1.057088514,1.059560122,1.062230872,1.065135114,1.068293346,1.071630337,1.07526811,1.078988855,1.082841145,1.086800496,1.090586589,1.094427653,1.098200813,1.101834777,1.105669951,1.109336703,1.112787939,1.116201717,1.119360431,1.122277703,1.124997102,1.127557856,1.129997754,1.13223208,1.134341863,1.136283054,1.138041794,1.139507511,1.14096376,1.142291775,1.143513963,1.144579759,1.145619481,1.146519949,1.147513153,1.148502839,1.149393567,1.150272609,1.151109708,1.151808193,1.152625505,1.153462681,1.154308274,1.155135818,1.156107576,1.157171981,1.158232374,1.159379654,1.160608391,1.16178249,1.163174721,1.164690047,1.166427535,1.168484741,1.170493289,1.172749966,1.174776531,1.176704101,1.178584376,1.180460781,1.182241585,1.183819737,1.185378871,1.186870184,1.188288645,1.189603695,1.191090729,1.192240917,1.193170741,1.194293212,1.195261394,1.196318237,1.197569664,1.198326881,1.199143486,1.200378092,1.201547749,1.202967671,1.204533502,1.205820557,1.207279709,1.209052321,1.210963143,1.212802944,1.214535395,1.216117213,1.21770422,1.219698059,1.221654808,1.223605551,1.225667861,1.227272093,1.228754245,1.230446112,1.231924754,1.233609375,1.235731516,1.237429366,1.238865617,1.240706417,1.242412749,1.244006734,1.246015956,1.247431662,1.248535138,1.250354229,1.252181587,1.254171147,1.256185927,1.257750266,1.259275109,1.260723292,1.262251284,1.264032201,1.265461762,1.266481901,1.267980917,1.269456393,1.27097624,1.272705664,1.273829428,1.274809507,1.275498,1.276215027,1.276880253,1.277067306,1.277679778,1.278174226,1.278479363,1.278848043,1.27857298,1.278423513,1.278879039,1.279265831,1.27992919,1.28089032,1.281008788,1.281042909,1.281384133,1.281173658,1.281198265,1.281975843,1.283498641,1.285157372,1.287007687,1.288781381,1.289503281,1.289943429,1.290641519,1.291617619,1.292314276,1.293331378,1.295127764,1.296999214,1.297779392,1.29937153,1.30063367,1.301375514,1.30393467,1.306319968,1.308257033,1.309837059,1.310593516,1.311844326,1.312693742,1.314204855,1.3167755,1.319059022,1.321174761,1.322976423,1.324726033,1.326452045,1.329045562,1.331911165,1.334263762,1.336663935,1.337605176,1.337651536,1.338861355,1.340551175,1.342033016,1.345554754,1.350759013,1.354465194,1.357866198,1.36081943,1.361731586,1.364554572,1.36991269,1.375449001,1.38031194,1.382067179,1.383401172,1.385071613,1.386952305,1.389573956,1.392002946,1.394527653,1.396933477,1.400226329,1.401297495 3 | Painted Gray,0.31661788,0.315834395,0.314552525,0.310362075,0.304525597,0.298692066,0.294294808,0.290441758,0.287815267,0.286266051,0.283479718,0.282833076,0.283496039,0.283704224,0.282715545,0.28241331,0.282393876,0.281511161,0.282466392,0.284567922,0.286619135,0.287405723,0.288904491,0.290913858,0.29313936,0.296020778,0.298739089,0.301492541,0.304744175,0.308607789,0.312742847,0.317244836,0.322441245,0.328002661,0.334230508,0.340982408,0.347394637,0.354811906,0.362667778,0.370420989,0.378943548,0.3872235,0.395502564,0.404373756,0.412815718,0.421386636,0.430085585,0.43826959,0.445991954,0.453390198,0.460445148,0.466765359,0.472499147,0.477700403,0.482368521,0.486446103,0.490027098,0.493057539,0.495412558,0.497463464,0.499214578,0.500667211,0.501916002,0.502894566,0.503498483,0.50373648,0.504008191,0.504082509,0.504076042,0.504257789,0.50437174,0.504277844,0.503980013,0.503638031,0.503475366,0.503396704,0.503233732,0.502847157,0.502521894,0.502314928,0.502141288,0.50183644,0.501594271,0.501432512,0.501135907,0.500918868,0.500703827,0.500409776,0.500109232,0.499820791,0.499606144,0.499501303,0.499262965,0.499041012,0.498895865,0.498750363,0.498566265,0.498446398,0.498417725,0.498215519,0.498053387,0.49791549,0.497696985,0.497486964,0.497293095,0.497095307,0.496850763,0.496578653,0.496321931,0.496113281,0.495941349,0.495805083,0.495644131,0.495387634,0.495134528,0.494881911,0.494618386,0.49433555,0.494068619,0.493814526,0.493554069,0.493251949,0.492947304,0.492643266,0.492327954,0.492089471,0.491808091,0.491462537,0.491228757,0.490952873,0.490628672,0.490301538,0.490037684,0.489758527,0.489442092,0.48911469,0.488783462,0.48846851,0.48816826,0.48783596,0.487516099,0.487195432,0.486852798,0.486519992,0.486244905,0.486003648,0.485706758,0.485359706,0.48500487,0.484666913,0.484300223,0.483996042,0.483711675,0.483363956,0.483035267,0.482726719,0.482435695,0.482162864,0.481871273,0.481577065,0.481292457,0.480970612,0.480651078,0.480341088,0.480026741,0.479698198,0.479357939,0.479022999,0.478729742,0.478463251,0.478187642,0.47787625,0.4775779,0.477245039,0.476883912,0.476548119,0.476286622,0.476024186,0.475722525,0.475475921,0.475249153,0.475012704,0.474745311,0.47447529,0.474215276,0.473958232,0.473676853,0.473424548,0.47316416,0.472868829,0.472608597,0.472393216,0.472201545,0.471997899,0.471812767,0.471666512,0.47154749,0.471394592,0.471222358,0.471044099,0.470870416,0.470693307,0.470499221,0.470299056,0.470123256,0.46994839,0.469721037,0.469424754,0.469149083,0.468819679,0.468468722,0.468175722,0.467950646,0.467799625,0.467712224,0.467658114,0.46764787,0.467605482,0.467448223,0.467153728,0.466771048,0.466397724,0.466150146,0.465931491,0.465678077,0.465373721,0.465078841,0.464853213,0.464685283,0.464525794,0.464325971,0.464100937,0.463925357,0.463931573,0.464035837,0.464206207,0.464396988,0.464494471,0.464523808,0.464463835,0.464275637,0.464010948,0.46376429,0.463594083,0.463505663,0.463303647,0.462955823,0.462524706,0.462184182,0.461888609,0.461629082,0.46144044,0.461366187,0.461335318,0.461258225,0.461061333,0.460768125,0.460427364,0.460092741,0.459718077,0.459341375,0.458979127,0.458606012,0.458229906,0.457838734,0.457417688,0.456947562,0.456542645,0.456203236,0.455844071,0.455498083,0.455179463,0.454882324,0.454557544,0.454269627,0.453984571,0.453650774,0.453365644,0.453076544,0.452761454,0.45244624,0.452143966,0.451858979,0.451584659,0.451291308,0.45099168,0.45068956,0.45038586,0.450108822,0.449821979,0.44950477,0.449173599,0.448871532,0.448584744,0.448289101,0.448009454,0.447714944,0.447403669,0.447097457,0.446763567,0.44644566,0.446166856,0.445875115,0.445598358,0.445316878,0.445000115,0.444663182,0.44436918,0.444113486,0.443811515,0.443498638,0.443202027,0.442927024,0.442618606,0.442297668,0.441980982,0.441679936,0.441372625,0.441074835,0.44079416,0.440519874,0.440224476,0.439913243,0.439600284,0.439288426,0.438968831,0.438659169,0.438391451,0.438122948,0.437849671,0.437569065,0.437270124,0.436937667,0.436611396,0.436332677,0.436053934,0.435764485,0.435479188,0.435228169,0.434907303,0.434582534,0.434300877,0.43399031,0.433696988,0.433408237,0.433098156,0.432805502,0.432519918,0.432230311,0.431928956,0.431607228,0.431318144,0.431075919,0.430760355,0.430457337,0.430181466,0.429911108,0.429615808,0.429325548,0.42905098,0.428774481,0.428492544,0.428210726,0.427934166,0.427659886,0.42737692,0.427099671,0.426847516,0.426585593,0.426306181,0.426024436,0.425777979,0.425516068,0.425236974,0.424952979,0.42468041,0.424391372,0.424101804,0.423843318,0.42359999,0.423346342,0.42307537,0.422803166,0.422511327,0.422224619,0.421960755,0.421689613,0.421459607,0.421235001,0.420954851,0.420662586,0.420406462,0.420166977,0.419859439,0.419605714,0.419375885,0.419128011,0.41886433,0.418624975,0.41838032,0.418091977,0.417843256,0.417580196,0.417303528,0.417067137,0.416825849,0.416581597,0.416335531,0.416068431,0.415825678,0.415588043,0.415329588,0.415096999,0.41486644,0.414632721,0.414402383,0.414130955,0.413891824,0.413694101,0.413428805,0.413199088,0.412977938,0.412727263,0.412485446,0.412241668,0.412009454,0.411806844,0.411607278,0.411358847,0.411082643,0.410873158,0.410706635,0.410508561,0.410252909,0.410038441,0.409799399,0.409547092,0.409311184,0.409082415,0.408863772,0.408650005,0.40843104,0.408204019,0.407999888,0.40780985,0.407572223,0.407349717,0.40715267,0.406963265,0.406720499,0.406507307,0.406313873,0.406104002,0.405898935,0.405703113,0.40549916,0.405265019,0.405076043,0.404913863,0.404748633,0.40455373,0.404346962,0.404137982,0.403939054,0.40377629,0.403594781,0.403409038,0.403242062,0.403033414,0.402840342,0.402668157,0.402488757,0.402315989,0.402155218,0.40198552,0.40176596,0.401600739,0.401454435,0.401290568,0.40112249,0.400949033,0.400770768,0.400590833,0.400419211,0.400250804,0.400093766,0.399954923,0.399805701,0.399644796,0.399481318,0.3993288,0.399178347,0.399031726,0.398888904,0.39874599,0.39857534,0.398397101,0.398231421,0.398079296,0.397921362,0.397776833,0.39765784,0.39752459,0.397385102,0.397245274,0.39711306,0.397008491,0.396862495,0.396693272,0.396566827,0.396471248,0.396336375,0.396174292,0.396066867,0.395962753,0.395852466,0.395733198,0.395604287,0.395450749,0.395298337,0.395167091,0.395051328,0.394964573,0.394863063,0.394722936,0.394606671,0.394507477,0.394418007,0.39432453,0.394203167,0.394054821,0.393915782,0.393821284,0.393725651,0.393630197,0.393534664,0.393440593,0.393373942,0.393261226,0.393119261,0.393029582,0.3929492,0.392841231,0.39271937,0.39263735,0.392524952,0.39243424,0.392370323,0.392266931,0.392170622,0.392082546,0.391999296,0.391921418,0.391842771,0.39175253,0.39164783,0.391540484,0.391490252,0.391439522,0.391341894,0.391235208,0.391152104,0.39109504,0.391046616,0.390971808,0.390876925,0.39080839,0.390778063,0.390676605,0.390572163,0.390467452,0.390367101,0.390345937,0.390287785,0.390185357,0.390084337,0.39006503,0.390000613,0.389944866,0.389959498,0.389913592,0.389780657,0.389692784,0.389744386,0.389701165,0.389609923,0.389517522,0.389458194,0.38941667,0.389327573,0.38926004,0.389276311,0.389243215,0.389188848,0.389133225,0.389074584,0.38893732,0.388881835,0.388897959,0.388905072,0.388817084,0.388745291,0.388710729,0.388678844,0.388556074,0.388516005,0.388463503,0.388345417,0.388395824,0.388303399,0.388206393,0.388214702,0.388132808,0.388054252,0.3879732,0.387901988,0.387908553,0.387784322,0.387674778,0.387660656,0.38762624,0.387610879,0.387607151,0.387583443,0.387501176,0.387435394,0.387345676,0.387223222,0.387123285,0.38724112,0.387235199,0.38708232,0.387004748,0.386941398,0.386954498,0.386929002,0.386754076,0.386747493,0.386767671,0.386802754,0.386853597,0.386792444,0.386569375,0.386489387,0.386643606,0.386467073,0.386490279,0.38653914,0.386460477,0.386387687,0.386424559,0.382744067,0.382677869,0.382609738,0.382549578,0.382478022,0.382405615,0.382317544,0.382243002,0.382170265,0.382072815,0.381987121,0.381918876,0.381838455,0.381743985,0.381660394,0.381581089,0.381504176,0.381430892,0.381370186,0.381320815,0.381255474,0.381181802,0.381116404,0.38105753,0.381025288,0.380999773,0.381003907,0.380988316,0.380973578,0.380947281,0.380925004,0.380910183,0.380916024,0.380928189,0.380957674,0.380990413,0.381014322,0.381054027,0.381090763,0.381127006,0.381154499,0.381175504,0.381200999,0.381226838,0.381240285,0.381264109,0.381281445,0.381296657,0.38130225,0.38130675,0.381319375,0.381313671,0.381320053,0.381340203,0.381343257,0.381338637,0.381328779,0.381311852,0.381284907,0.381263352,0.38124487,0.381226431,0.381212928,0.381183853,0.38114425,0.381098574,0.381050888,0.381012927,0.380970765,0.380923112,0.380877553,0.380822489,0.380758043,0.38070171,0.38065524,0.38059666,0.380525519,0.380451336,0.380363584,0.38027256,0.380188388,0.380110689,0.38003021,0.379953784,0.379871575,0.379790308,0.379696083,0.379589031,0.379497552,0.379395609,0.379287064,0.379203427,0.379114896,0.379027366,0.378949516,0.378853855,0.37875056,0.378661319,0.378574141,0.378491335,0.378426717,0.378347478,0.378263709,0.378171021,0.378078575,0.377986261,0.377911081,0.377849076,0.377787871,0.377735181,0.377682994,0.377626251,0.377570918,0.377515749,0.377465956,0.37741559,0.377373057,0.377339189,0.37730302,0.377275063,0.377234584,0.377183713,0.377148834,0.377109183,0.377080783,0.377061382,0.377023821,0.376986897,0.376938367,0.376900978,0.37686689,0.37683772,0.376816495,0.376791576,0.376760255,0.376737233,0.376718516,0.37670423,0.376691174,0.376680257,0.376663611,0.376647051,0.376633647,0.376619361,0.376609617,0.376602246,0.376601267,0.376609495,0.376611955,0.376619387,0.37661634,0.376596926,0.376592719,0.376588515,0.376594446,0.376610706,0.376624931,0.376627334,0.376631845,0.376632305,0.376621651,0.376626035,0.376641515,0.376643979,0.376646647,0.376649049,0.376643612,0.376638486,0.3766343,0.376633793,0.376629204,0.376628918,0.37663671,0.376643663,0.376641841,0.376633733,0.376627286,0.376618541,0.376605537,0.376589846,0.376575276,0.3765577,0.376538495,0.376522136,0.376500811,0.376473956,0.376445807,0.376415148,0.376383989,0.376350851,0.376316989,0.376279341,0.376241474,0.376198732,0.376150128,0.376103336,0.37605164,0.376006681,0.375962044,0.375922508,0.375897846,0.375855786,0.375807749,0.375758435,0.375694008,0.375638479,0.375590282,0.375538807,0.375487034,0.375436641,0.375382834,0.375324016,0.375272733,0.375223207,0.375174009,0.375131606,0.375082007,0.37502447,0.374975872,0.374929256,0.374883202,0.374844677,0.374801343,0.37475771,0.37470955,0.374650046,0.374602015,0.37455758,0.374514299,0.37447123,0.374437305,0.374397769,0.374353027,0.374309851,0.374271075,0.374226619,0.374174953,0.374129195,0.374085009,0.374040043,0.373996226,0.373953179,0.373904091,0.37386521,0.373830493,0.373802129,0.373784638,0.373763851,0.373736894,0.373702439,0.373683666,0.373661262,0.373653791,0.373663042,0.373671303,0.373676129,0.373702397,0.37374617,0.3737884,0.373842798,0.373898262,0.37395825,0.374015932,0.374083468,0.374143772,0.374198261,0.37424703,0.374302184,0.374361299,0.374408602,0.374456813,0.374493858,0.374516809,0.37454316,0.374571002,0.374587397,0.374602322,0.374602095,0.374585466,0.374568421,0.374551322,0.374515074,0.37446315,0.374411278,0.374350502,0.37427433,0.37420583,0.374133735,0.374041639,0.373946813,0.373852851,0.373754757,0.373656492,0.373560126,0.373456245,0.373347402,0.373234533,0.373117234,0.373000251,0.372873369,0.372757512,0.372646254,0.372534945,0.372434911,0.372327217,0.372216973,0.372100705,0.371987538,0.371882123,0.371781088,0.371678025,0.371576965,0.371467475,0.37136564,0.371265235,0.371169743,0.371070055,0.370991013,0.370929645,0.370857639,0.370795118,0.370730468,0.370650569,0.370587769,0.370537433,0.37049126,0.370454435,0.370416212,0.370380663,0.370348906,0.370321957,0.37029788,0.370278634,0.370255519,0.370232182,0.370217577,0.370206848,0.370202712,0.370203183,0.370203846,0.370216589,0.370238768,0.370262647,0.370289008,0.370332021,0.370383867,0.370443687,0.370517474,0.370595718,0.370677915,0.370768386,0.37087895,0.370979931,0.371079627,0.371184879,0.371281118,0.371370369,0.371474162,0.371560496,0.371630823,0.371706502,0.371757635,0.371786732,0.37181113,0.371827335,0.371826885,0.371805889,0.371795606,0.371770862,0.371758526,0.371751472,0.371752669,0.371751481,0.371771152,0.371806204,0.371846321,0.371901858,0.371959637,0.372036691,0.372095213,0.372151519,0.37220411,0.372233041,0.372254038,0.372268677,0.372267052,0.372258041,0.372247668,0.372238155,0.372232711,0.372228394,0.372228112,0.372224295,0.372220764,0.372218065,0.372219624,0.372212949,0.372201499,0.372188902,0.372177126,0.372153146,0.372119556,0.372090221,0.372052029,0.372018341,0.371996378,0.371961071,0.371917272,0.371873328,0.371820749,0.371773732,0.371730928,0.371679561,0.371630278,0.371583543,0.371542076,0.371499875,0.371461276,0.371424085,0.371375708,0.371333913,0.371288855,0.371239307,0.3711921,0.371146103,0.371100302,0.371053719,0.371009849,0.370967881,0.370926625,0.370884491,0.370849188,0.370824565,0.370786267,0.370744342,0.370700573,0.370647845,0.370598072,0.370553709,0.3705034,0.370442431,0.370390273,0.370337813,0.370291122,0.370250552,0.370209292,0.370173002,0.370136078,0.370097386,0.370056866,0.370003937,0.369955318,0.369919825,0.369879475,0.36984523,0.369815585,0.36977774,0.369729287,0.369696341,0.369664356,0.369638909,0.369625282,0.369607906,0.369591982,0.369577796,0.369563514,0.369553083,0.369549772,0.369539443,0.369536376,0.369515821,0.369476062,0.369448044,0.369408699,0.369385425,0.369386251,0.369367008,0.369343944,0.369320458,0.369280544,0.369252719,0.369234937,0.369213528,0.369190815,0.369173085,0.369151193,0.369129086,0.369106291,0.369086254,0.369074549,0.369062565,0.369053336,0.36904885,0.369041251,0.369031302,0.36902007,0.369010492,0.369003675,0.368996827,0.368991268,0.368991487,0.36898485,0.368970139,0.368966184,0.368969036,0.368964625,0.368962839,0.368959843,0.368948072,0.368942866,0.36894611,0.368940571,0.36892876,0.368924326,0.368922019,0.368916422,0.368910158,0.368909925,0.368909515,0.368910503,0.368923895,0.368924768,0.368910968,0.368909149,0.368908722,0.368910304,0.36892337,0.368929342,0.368928675,0.368932561,0.368936451,0.36894056,0.368950081,0.368955117,0.368955249,0.368957612,0.368958679,0.368959762,0.368961998,0.368982028,0.368995157,0.369003762,0.369026326,0.369033858,0.369035897,0.369049843,0.369054931,0.36906176,0.369080109,0.369093564,0.36909762,0.369106508,0.369121612,0.369132454,0.369146713,0.369166957,0.369182582,0.369195181,0.369211793,0.369230832,0.369245509,0.369261145,0.369272181,0.369275505,0.369290397,0.369309278,0.369323221,0.369341788,0.369357457,0.369363875,0.369382379,0.36941232,0.3694303,0.369445361,0.369464278,0.369476556,0.369497367,0.369527711,0.369553087,0.369579516,0.369603107,0.369625393,0.369646786,0.36966178,0.369686456,0.369716238,0.369744315,0.369781667,0.369807927,0.369827672,0.369847336,0.369860229,0.369877003,0.369889128,0.369913163,0.369951951,0.369974247,0.369991697,0.370016229,0.370031545,0.370054929,0.370092035,0.370123671,0.370147853,0.370181424,0.370226096,0.370262675,0.370295665,0.370334525,0.370370469,0.370412335,0.370471895,0.370511712,0.370532425,0.370573108,0.370617493,0.37065775,0.370711909,0.370758052,0.370785315,0.370828434,0.370882561,0.370935746,0.3709982,0.3710515,0.371091422,0.371151177,0.371222271,0.371284765,0.371363561,0.371425979,0.37145997,0.37151679,0.371581984,0.371647825,0.371732902,0.371799525,0.371852651,0.371912245,0.371959821,0.372022225,0.372105775,0.372170839,0.372225975,0.37229314,0.372351759,0.372421801,0.372519853,0.372593999,0.372648337,0.372721063,0.372794828,0.372869376,0.372962447,0.373039218,0.373102,0.373167588,0.37322559,0.373294416,0.37337142,0.373440652,0.373516345,0.373580646,0.37363104,0.373688389,0.373741128,0.373800976,0.373869315,0.373928514,0.373986254,0.37404546,0.374091659,0.374157608,0.374233776,0.374314868,0.374420386,0.374501016,0.374571663,0.374645008,0.374692652,0.374774647,0.374889896,0.374978111,0.375066325,0.375155512,0.375220643,0.375313981,0.37544181,0.37554221,0.37563576,0.375727633,0.375808776,0.37588645,0.375965567,0.376042934,0.376101481,0.376183345,0.376277409,0.376372535,0.376482735,0.376581723,0.376680861,0.376775843,0.376858308,0.376957684,0.377065457,0.377167273,0.37727907,0.377372848,0.37745369,0.377540634,0.377625078,0.37770972,0.377786167,0.377882621,0.377990172,0.378096446,0.378208634,0.378295439,0.378356997,0.37843274,0.378510317,0.378592455,0.378700991,0.378798827,0.378886096,0.37898085,0.379048697,0.379119053,0.379213067,0.379295415,0.37937781,0.379436542,0.379477764,0.37953389,0.379604735,0.379704981,0.379813649,0.37991326,0.379995992,0.380060355,0.380120378,0.380184638,0.380254822,0.380348986,0.380430547,0.380494954,0.380574621,0.380657263,0.38074428,0.380848632,0.38094896,0.381041156,0.381146879,0.381258906,0.381376305,0.381513297,0.381627195,0.381734415,0.381835282,0.381908959,0.382025186,0.382153983,0.382297085,0.382479789,0.382626967,0.382767282,0.382901574,0.383025693,0.383175468,0.383318561,0.38345968,0.383618619,0.38377919,0.383958713,0.38412922,0.384284691,0.384442728,0.384576118,0.384729602,0.384904946,0.385076198,0.38525994,0.385423304,0.385576211,0.385723329,0.385862755,0.386025072,0.386186806,0.386338653,0.386502375,0.386682326,0.386867573,0.387057639,0.387249677,0.387394804,0.387564597,0.387735748,0.387905754,0.388086978,0.396381148,0.396543882,0.396692466,0.396843392,0.396984551,0.397094585,0.397240535,0.397397586,0.397564323,0.397739049,0.39793522,0.398107094,0.398267742,0.398444316,0.398620722,0.398798577,0.398980262,0.399181611,0.399369446,0.399573067,0.399793286,0.399999754,0.400210591,0.400431536,0.400635678,0.400820367,0.401024531,0.40122405,0.401431709,0.401668736,0.401917276,0.402170122,0.40242033,0.402650904,0.402888815,0.403129947,0.403374574,0.403605871,0.403842966,0.404070725,0.404270055,0.404451729,0.404618417,0.404777874,0.404947738,0.405115246,0.405295326,0.405462603,0.405624515,0.405771373,0.405896362,0.406045163,0.406202787,0.406359535,0.406525536,0.40667895,0.406824605,0.406966051,0.407109876,0.407252571,0.407411165,0.407582994,0.407780227,0.408000995,0.408237949,0.408479647,0.408740301,0.408998953,0.409242424,0.4094826,0.40971037,0.409918118,0.410113339,0.410275059,0.410413903,0.410519731,0.41060178,0.410651014,0.410685729,0.410715214,0.410740219,0.410777868,0.410837519,0.410908791,0.411008747,0.411117118,0.411243996,0.411385347,0.411548292,0.411702651,0.411876672,0.412046966,0.412212954,0.412401933,0.412598442,0.412808207,0.413020018,0.413240231,0.413463588,0.413698211,0.41392019,0.41414168,0.414374847,0.414586983,0.414798133,0.415007313,0.415187586,0.415370878,0.415539276,0.415713225,0.415883631,0.416063122,0.416231018,0.416405883,0.416580833,0.4167576,0.416941821,0.417122608,0.417300809,0.417472071,0.417652853,0.417841433,0.418019963,0.418187542,0.418353769,0.418500434,0.41865174,0.418817748,0.41897945,0.419134912,0.419276913,0.41943152,0.419578488,0.419747062,0.419929336,0.420126968,0.420320865,0.420521562,0.420707451,0.420882709,0.421074276,0.421266391,0.421467699,0.421688588,0.421898832,0.422106363,0.42231688,0.42253126,0.422754381,0.422994254,0.423243327,0.423492479,0.423746827,0.424003657,0.424265312,0.424530848,0.424793554,0.425068464,0.425357136,0.425640356,0.425927987,0.426232966,0.426528469,0.426818857,0.427119521,0.427415617,0.427731823,0.428070179,0.428399289,0.428735312,0.429073179,0.429403995,0.429746454,0.430095735,0.430442282,0.430799039,0.43116252,0.43152333,0.431891636,0.43225959,0.432622231,0.43299658,0.433382565,0.4337587,0.434159396,0.434544079,0.434941612,0.435351837,0.435752861,0.43615981,0.436551661,0.43692171,0.437312307,0.437704229,0.43810066,0.438513186,0.438921637,0.439314903,0.439718694,0.440130448,0.440554269,0.44095973,0.441364449,0.441772239,0.442166154,0.442570315,0.442986682,0.443399681,0.443810033,0.444221022,0.444627689,0.445046975,0.445470233,0.445890093,0.446325453,0.446779579,0.447227328,0.447680901,0.448131678,0.448585983,0.449034279,0.449470352,0.449920271,0.450371131,0.450833195,0.451289519,0.45175432,0.45221463,0.452669319,0.453126122,0.453591284,0.454046084,0.454498448,0.454942495,0.455373564,0.455810158,0.456249335,0.456675014,0.457105504,0.457533731,0.457974475,0.458422184,0.458860475,0.459305684,0.459745581,0.460178397,0.460605606,0.461048393,0.461461414,0.461826357,0.462224459,0.462628598,0.463023917,0.463438716,0.463889593,0.464306626,0.464715274,0.465118178,0.46550126,0.465901544,0.466299071,0.466706973,0.467136433,0.467551622,0.467964488,0.468375186,0.468782248,0.469185761,0.469579849,0.469956042,0.470364497,0.470777003,0.471195275,0.471647046,0.472074686,0.47248745,0.472904064,0.473312407,0.473732139,0.474157875,0.474581674,0.475008007,0.475446497,0.475867668,0.476283998,0.476692377,0.47707594,0.477496411,0.47792492,0.478359556,0.47883873,0.479276439,0.479680299,0.480108114,0.480519786,0.48095383,0.481413899,0.481876481,0.482346706,0.482834284,0.483300425,0.483767196,0.484228308,0.484660543,0.485131145,0.485622622,0.486109554,0.48662659,0.487115487,0.487565967,0.488056532,0.488553795,0.489060689,0.489603502,0.490146687,0.490669643,0.491180802,0.491697065,0.492218213,0.492710188,0.493187783,0.493666715,0.494125874,0.494583454,0.495050909,0.49549984,0.495930449,0.496352879,0.49676154,0.497170508,0.497572516,0.497964895,0.498351145,0.498751722,0.499094065,0.499392746,0.499713337,0.500009203,0.50030865,0.500621421,0.500920094,0.501205299,0.501477947,0.50174916,0.502007577,0.50223171,0.502471148,0.502727922,0.502961511,0.50318503,0.503418262,0.503587149,0.50370834,0.503850491,0.503965474,0.504078689,0.504209242,0.504301731,0.504360763,0.504413597,0.504446679,0.504479891,0.504484441,0.504510746,0.504545778,0.504581988,0.504633002,0.504673903,0.504698756,0.50474086,0.504789355,0.504834351,0.504903066,0.504994801,0.505081232,0.505173914,0.505275249,0.505396603,0.505492186,0.505580605,0.505674797,0.505746586,0.505839852,0.505957221,0.506065763,0.50616336,0.506281685,0.506414422,0.506545508,0.506682793,0.506833204,0.506990678,0.50714047,0.507328313,0.507543602,0.507765179,0.508017691,0.508249336,0.508477696,0.508719646,0.508960233,0.509210398,0.509462259,0.509744623,0.510057315,0.510348286,0.510661754,0.510960781,0.511219352,0.511508878,0.511834346,0.512133241,0.512422046,0.512715421,0.512990546,0.513274153,0.513565248,0.513868941,0.514170035,0.51449085,0.51475996,0.515004705,0.515264608,0.51548219,0.515743986,0.516065197,0.51632383,0.516580948,0.516793555,0.516936991,0.517115756,0.517279802,0.517455407,0.517668919,0.51784397,0.518008042,0.518145936,0.518247506,0.5183491,0.518424457,0.51851607,0.518601182,0.518632191,0.518663605,0.518655169,0.518698202,0.518733878,0.518816017,0.518937907,0.519060135,0.51920653,0.51936674,0.51952245,0.519738756,0.51998869,0.520261948,0.520584926,0.520932608,0.521312397,0.52169792,0.522119989,0.522544947,0.522966639,0.523418167,0.523914186,0.524389586,0.524887579,0.525364679,0.52583786,0.526277132,0.52670887,0.527126153,0.527549454,0.527983987,0.528425809,0.528880342,0.529302807,0.529703895,0.530111161,0.530472862,0.530940747,0.531481682,0.531972889,0.532513367,0.53299631,0.533398457,0.533864704,0.534366193,0.534852107,0.535346124,0.535840002,0.536283005,0.536823612,0.537438509,0.538029492,0.538688584,0.539296487,0.539793651,0.540428255,0.54112972,0.541856481,0.542718375,0.543503173,0.544221334,0.545006988,0.545811484,0.546625705,0.547471389,0.548343424,0.549230443,0.550143905,0.550997275,0.551866084,0.552881661,0.553787218,0.554653735,0.555646387,0.556438004,0.557153779,0.558057495,0.55893036,0.559675549,0.560442776,0.561191225,0.561807469,0.562534204,0.563394499,0.564073228,0.564656072,0.565317388,0.565894162,0.566559563,0.567349957,0.568057179,0.568745575,0.569424953,0.570080507,0.5707464,0.571394853,0.57201721,0.572641491,0.573245873,0.573811625,0.574412904,0.575019779,0.575624073,0.576209804,0.576843258,0.577518011,0.578151684,0.578787859,0.579434102,0.580037423,0.580726247,0.581528944,0.582252115,0.582972076,0.583641167,0.584217996,0.584873231,0.585490069,0.586180597,0.587003408,0.587714706,0.588437438,0.589147477,0.589587675,0.590107175,0.590556059,0.591044181,0.591864792,0.59245709,0.592938648,0.593678905,0.594253811,0.594698823,0.595287562,0.59586702,0.596422282,0.59701271,0.597735246,0.598368133,0.598851348,0.599498001,0.600061143,0.600566161,0.601231793,0.601882135,0.602663948,0.603463529,0.604080287,0.604769077,0.605247263,0.605648279,0.606341533,0.60699101,0.607661476,0.608621801,0.609443403,0.6098825,0.610408988,0.610793026,0.611021619,0.611495952,0.612061817,0.612593964,0.613336842,0.614377699,0.615199511,0.61601977,0.616623641,0.616817593,0.617448936,0.618324418,0.619009833,0.619601368,0.620215023,0.62057628,0.620886146,0.621661737,0.622094035,0.622172435,0.622747123,0.62329827,0.62372037,0.62420285,0.624451221,0.624743623,0.6250596,0.625606636,0.626293835,0.626686014,0.627572908,0.628571413,0.629173555,0.629987562,0.630371085,0.630468324,0.630857987,0.630905458,0.631361349,0.632614159,0.633340271,0.633896741,0.634717491,0.634677689,0.635085513,0.636817649,0.637504873,0.638088313,0.638423869,0.638326648,0.638813411,0.638938551,0.639675937,0.639963301,0.639984924,0.640711035,0.642041611,0.642677531,0.643387596,0.64414483,0.644152711,0.645080361,0.646095459,0.647123869,0.648578495,0.648611816,0.649219467,0.649929318,0.649672634,0.650968422,0.651263137,0.650800795,0.651660182,0.651872976,0.652656909,0.653638635,0.653787072,0.655175334,0.656390229,0.65716212,0.659234248,0.65977649,0.659234947,0.660120673,0.659895834,0.659872935,0.661696205,0.66339999,0.665074509,0.666918185,0.668896095,0.669573909,0.669972706,0.669708383,0.666130262,0.665745121,0.668320085,0.668932095 4 | Dark Tarp,0.066137359,0.066180786,0.066544854,0.065834405,0.062937678,0.058686224,0.055642093,0.054422807,0.054043734,0.053616583,0.053036077,0.052592179,0.052222594,0.051814486,0.051334049,0.051473249,0.05172466,0.051225759,0.051069759,0.051562371,0.052315035,0.052420354,0.052415538,0.052744401,0.053519736,0.054318476,0.054863907,0.055356561,0.056164221,0.057712277,0.058851153,0.059655352,0.060966247,0.062318791,0.063845398,0.065498807,0.066891066,0.068908208,0.070921843,0.072489865,0.074810282,0.076801104,0.078628662,0.080888198,0.08288365,0.084864138,0.086957838,0.089081439,0.090857511,0.092467278,0.094116719,0.095859036,0.097369862,0.098788171,0.100291483,0.101464675,0.102592499,0.103711562,0.104656546,0.105401138,0.106152265,0.106971885,0.107647526,0.108301379,0.10888173,0.109309742,0.109540193,0.109874896,0.110240435,0.110389893,0.110646943,0.110842864,0.110913678,0.110996352,0.111080602,0.111192931,0.111311586,0.111250676,0.1112383,0.111323552,0.111442041,0.111447308,0.111501455,0.111604334,0.111544999,0.111599094,0.111670221,0.111659661,0.111687896,0.111652968,0.111649526,0.111797839,0.111759897,0.111715674,0.111749679,0.111789585,0.111768231,0.111754036,0.111788949,0.111758896,0.111731672,0.111707912,0.111664334,0.111640731,0.111645356,0.111656566,0.111623312,0.111627716,0.111654139,0.111663061,0.111607371,0.111595699,0.111615314,0.11159405,0.111548949,0.111526477,0.111531595,0.111510446,0.111496134,0.111488715,0.111477953,0.111447325,0.111408406,0.111378388,0.111373491,0.111376417,0.111347536,0.111294038,0.111300381,0.111307696,0.111279677,0.111214682,0.111220966,0.111216832,0.111184045,0.111156281,0.111125764,0.11110704,0.111105628,0.111108626,0.111064306,0.111017661,0.111024648,0.110996388,0.111004501,0.11103869,0.111009456,0.110990667,0.11098929,0.110987876,0.11093404,0.110928803,0.11093595,0.11088124,0.1108824,0.110883925,0.110861021,0.110843173,0.110837766,0.110840825,0.11084484,0.110844388,0.110842155,0.110827557,0.11079095,0.110808895,0.110814568,0.11078008,0.110767276,0.110769092,0.110769488,0.110754524,0.110737492,0.110729197,0.110725078,0.110710169,0.110717951,0.110718422,0.11069673,0.110692969,0.110726331,0.110748302,0.110705499,0.110712453,0.110730675,0.11073627,0.110737099,0.110724099,0.110716737,0.110727262,0.110721273,0.110738675,0.110761099,0.110742519,0.110746551,0.110749707,0.110742835,0.110762208,0.110755244,0.110736517,0.110736198,0.110748698,0.110758524,0.110762977,0.110771854,0.110801109,0.110818472,0.110808483,0.110818476,0.110841189,0.110846703,0.110808184,0.110814946,0.110820631,0.110802557,0.110789321,0.110769115,0.110746094,0.110726178,0.110705864,0.110689988,0.110689943,0.110718682,0.110748378,0.110769839,0.110779707,0.110775397,0.110793975,0.110820152,0.110824869,0.11084159,0.11083785,0.110801823,0.110751129,0.110718195,0.110692741,0.110661492,0.110638308,0.110631139,0.110643501,0.110672931,0.110696751,0.110715268,0.110730665,0.110743347,0.1107326,0.110705993,0.110678487,0.110647254,0.110619314,0.110591492,0.110552128,0.110528747,0.110515084,0.110501075,0.110485519,0.110468308,0.110456278,0.11045588,0.110445752,0.110414801,0.110370764,0.110345731,0.110307856,0.110266078,0.110231894,0.110177783,0.1101452,0.110131376,0.110100001,0.110061354,0.110031486,0.110015098,0.109990532,0.109961955,0.109933333,0.109908302,0.109883361,0.109864507,0.109845063,0.109804324,0.109767893,0.109748461,0.109743568,0.109715325,0.109691471,0.10966764,0.109625192,0.109600465,0.109573344,0.109537939,0.10952377,0.109491658,0.10945602,0.10943806,0.109409597,0.109383177,0.109360787,0.109334173,0.109297043,0.109265282,0.109243324,0.109197734,0.109171452,0.109152572,0.10911404,0.109086373,0.109059803,0.10903282,0.109015797,0.108969104,0.108921986,0.108901551,0.108879825,0.108848692,0.108816066,0.1087966,0.108773759,0.108738151,0.108696755,0.10867966,0.108652856,0.108612999,0.108568852,0.108537748,0.108507949,0.108477413,0.108451167,0.108422445,0.108395257,0.10837066,0.108341295,0.108305628,0.108275119,0.108256361,0.108207319,0.108173008,0.108155809,0.108117713,0.108077401,0.108048592,0.108029668,0.107983333,0.107949206,0.107924908,0.107895327,0.10787894,0.10784986,0.107805532,0.10777019,0.107733031,0.107701578,0.107677575,0.107638797,0.107600622,0.107569463,0.107545025,0.107511836,0.10748204,0.107456674,0.107421818,0.107390491,0.10736129,0.107329104,0.107286178,0.107252058,0.107223872,0.107189479,0.107159391,0.107125295,0.107090211,0.107071873,0.107054185,0.107028358,0.106990385,0.106941189,0.106907335,0.106878958,0.106834391,0.106810369,0.106788036,0.106759047,0.10673301,0.106699964,0.106671961,0.106656189,0.1066356,0.106601891,0.106564009,0.106536927,0.106514038,0.106490225,0.106463937,0.106437718,0.106417841,0.106388871,0.106346247,0.106322147,0.106299337,0.106275097,0.106251883,0.106229689,0.106208921,0.106188931,0.106167466,0.106129681,0.106100626,0.106088182,0.106051275,0.106029832,0.106012842,0.105981969,0.105965355,0.105938119,0.105904523,0.105887479,0.105859437,0.10583949,0.10583203,0.105810782,0.10579983,0.105793985,0.105780585,0.105746506,0.105726888,0.105713952,0.105683948,0.105669882,0.105649732,0.105620713,0.105603885,0.105588131,0.105572939,0.105559391,0.105549151,0.105526674,0.105500188,0.105480907,0.105453431,0.105431167,0.105421024,0.105420306,0.1053928,0.105366581,0.105356475,0.105349755,0.105327533,0.10531306,0.105317465,0.105296516,0.105275039,0.105256692,0.105239487,0.105232069,0.105222518,0.105207363,0.105189792,0.105164885,0.105145542,0.105136734,0.105130149,0.105118463,0.105100392,0.10508179,0.105083102,0.105065583,0.105050313,0.105060552,0.105030645,0.105006785,0.104998335,0.104989056,0.1049818,0.104974403,0.104962688,0.104942337,0.104939722,0.104940707,0.104929484,0.104901449,0.104893107,0.104887698,0.104865521,0.104850629,0.104839058,0.104829141,0.104821275,0.104823232,0.104823704,0.104816047,0.104800708,0.104796659,0.104790579,0.104775859,0.104759379,0.104755135,0.104754313,0.104743906,0.104711913,0.104705017,0.104703252,0.10468644,0.104694964,0.104692288,0.104680634,0.104675755,0.104678819,0.104667102,0.104646333,0.104638418,0.104643303,0.104632146,0.104610844,0.104614226,0.10461342,0.104607779,0.104598424,0.104584846,0.104589753,0.104591744,0.104579445,0.104575696,0.104575342,0.104575761,0.104574149,0.104566859,0.104555842,0.104549212,0.10455279,0.104559343,0.104549207,0.104536778,0.104542309,0.104532954,0.104531594,0.104530695,0.104512473,0.104522453,0.10452143,0.104509414,0.104517881,0.104531648,0.104535479,0.104526278,0.104513828,0.104503909,0.104504253,0.104510028,0.104503702,0.104503732,0.104518016,0.104531601,0.104504169,0.104500718,0.104517194,0.104527516,0.104497744,0.10451141,0.104536076,0.104537417,0.104539284,0.104510817,0.104490146,0.104504287,0.104511415,0.104500589,0.104495666,0.104516721,0.104545071,0.104541308,0.104521588,0.104515967,0.10453564,0.104534203,0.104522694,0.104526305,0.104545016,0.10456857,0.104587681,0.104598798,0.104616617,0.104595865,0.104585391,0.104623694,0.104589373,0.10458173,0.104601225,0.104615528,0.104622333,0.104619115,0.104612278,0.104614435,0.104648428,0.104652577,0.104655674,0.104685859,0.104653465,0.104663124,0.104703399,0.104729267,0.104726815,0.104732881,0.104741394,0.104736633,0.10471537,0.104746144,0.10476632,0.104742162,0.104801145,0.104767903,0.104755497,0.10483231,0.104823231,0.104798925,0.104785681,0.104787855,0.10478774,0.104775821,0.104793424,0.104838138,0.104839153,0.104851804,0.104881894,0.104918809,0.104942085,0.104924472,0.104893269,0.104861741,0.104833125,0.104908862,0.104904336,0.104842397,0.104878354,0.104889165,0.104911801,0.104915518,0.104865294,0.104874575,0.104932798,0.105003706,0.105043345,0.105027676,0.10491625,0.104887602,0.105013881,0.105011097,0.105025898,0.105030765,0.105016636,0.105046718,0.105036397,0.105143092,0.105141363,0.105146997,0.10514617,0.105152185,0.105164575,0.105164335,0.105161814,0.105163128,0.10516048,0.105165172,0.105179586,0.10518369,0.105188776,0.105189282,0.10518229,0.105172998,0.105169509,0.105167363,0.105166887,0.105164501,0.105164562,0.105162481,0.105157665,0.105163171,0.105175061,0.105203502,0.105215417,0.105230682,0.1052321,0.105225646,0.105208739,0.105194094,0.105195039,0.105198797,0.105201257,0.105208966,0.105213179,0.105212323,0.105222549,0.105224986,0.105226966,0.105223937,0.105221731,0.105209186,0.105210813,0.105225334,0.105241033,0.105254937,0.105260474,0.10526985,0.105265305,0.105256054,0.105261051,0.105263161,0.105258519,0.105264628,0.10527965,0.105285424,0.105293256,0.105298605,0.105301405,0.105304746,0.105304779,0.105306652,0.10530901,0.105308249,0.105311219,0.105312525,0.105315115,0.10531816,0.105326153,0.10532758,0.105329542,0.105326545,0.105317719,0.105314129,0.10530681,0.10530335,0.105304463,0.105302851,0.105299902,0.105294039,0.105281304,0.105278966,0.105278037,0.105279314,0.105290932,0.105294563,0.105287261,0.105284836,0.105277094,0.105270025,0.105266998,0.105257685,0.105252173,0.10524703,0.105238524,0.105225746,0.105221296,0.105218834,0.105216249,0.105220055,0.105220341,0.105213049,0.105203573,0.105195553,0.105189024,0.105185876,0.105179938,0.105173874,0.105171348,0.105165174,0.105156571,0.105150173,0.105143467,0.105135719,0.10512971,0.105122873,0.105114611,0.105106032,0.10509607,0.105082378,0.105072051,0.105060277,0.105044866,0.105037262,0.10503386,0.105031891,0.1050313,0.105036461,0.105042942,0.105048779,0.105058803,0.105077561,0.105091595,0.10510492,0.105114897,0.105130492,0.105145998,0.105159074,0.105172492,0.105178901,0.105176622,0.105179888,0.105180411,0.1051845,0.105197353,0.105198221,0.105192766,0.105189456,0.105176903,0.105170971,0.10516963,0.105170958,0.105166739,0.105169377,0.105171078,0.10516749,0.105164828,0.105161422,0.105158492,0.105153383,0.105152317,0.105155359,0.105154213,0.105153007,0.105150841,0.105146661,0.105142785,0.105140702,0.105133927,0.105126885,0.105121479,0.10511961,0.105121303,0.105119809,0.105120617,0.105117662,0.105108929,0.105106715,0.105104873,0.105106889,0.10511513,0.105120111,0.105123408,0.105130878,0.105141549,0.10514972,0.10515754,0.105170092,0.105179002,0.105184808,0.105191755,0.105199504,0.105206841,0.105212969,0.105219522,0.105230039,0.105233731,0.105232056,0.105232801,0.10522928,0.105229367,0.105234112,0.105236128,0.105236451,0.105238397,0.10524065,0.105241906,0.105245167,0.105252891,0.105253088,0.1052479,0.105249379,0.105249728,0.10525179,0.105262562,0.105264588,0.105259208,0.105258301,0.105254403,0.105254935,0.10526217,0.105265253,0.105268485,0.10527077,0.105271756,0.105270542,0.10526865,0.105266602,0.105263053,0.105254713,0.105252396,0.105252445,0.105252203,0.105256272,0.105256445,0.105255457,0.105252771,0.105246798,0.105242791,0.105237171,0.105233369,0.105229808,0.105230582,0.105228275,0.105226012,0.105224151,0.105221663,0.105219671,0.105220106,0.105216319,0.10520931,0.105205079,0.105200004,0.105195047,0.105191112,0.105188192,0.105184706,0.105182019,0.105182691,0.105180439,0.105176571,0.105172512,0.105164604,0.105160835,0.105159561,0.105160191,0.105159919,0.105162674,0.105163825,0.105163009,0.105164189,0.105168889,0.105169223,0.105168368,0.105165901,0.105160295,0.105155357,0.105148602,0.10514336,0.105137869,0.105133649,0.10513146,0.105130153,0.105122991,0.10511138,0.105105607,0.105100775,0.105094586,0.105092462,0.105089342,0.105082986,0.105077369,0.105075687,0.10507061,0.105060132,0.105054176,0.105051275,0.10504697,0.105042086,0.105038442,0.105035357,0.105032405,0.105031843,0.105029407,0.105024366,0.105018729,0.105011017,0.105002584,0.104996515,0.104989416,0.104981829,0.10497358,0.10496732,0.104962023,0.104953932,0.104944787,0.104938975,0.104933084,0.104926222,0.104924641,0.104916465,0.104899805,0.104889979,0.104879202,0.104871888,0.104868344,0.104867362,0.104866877,0.104869376,0.104868652,0.10486882,0.10486943,0.104865032,0.104865178,0.104868074,0.104870041,0.104874374,0.104874945,0.104872975,0.10487157,0.104866923,0.104866472,0.104869898,0.104870879,0.104868404,0.104873171,0.104880183,0.104888875,0.104904638,0.104917927,0.104929906,0.104943224,0.104956666,0.104971052,0.104987704,0.105003078,0.105020293,0.105035872,0.105043076,0.105044664,0.105043285,0.105035357,0.105027855,0.105017731,0.10500627,0.104990589,0.104977963,0.104963007,0.104954119,0.104947583,0.104943696,0.104945637,0.104946911,0.104948045,0.104952256,0.104960614,0.104966862,0.104976112,0.104982014,0.104986006,0.104981973,0.104973208,0.104969091,0.104965086,0.104954113,0.104942061,0.104934692,0.104926424,0.104917687,0.104908926,0.10490036,0.104892909,0.104886395,0.104877247,0.104870847,0.104858611,0.104838195,0.104824719,0.104814471,0.104800364,0.104785873,0.104772367,0.104756175,0.104741047,0.104729273,0.104715541,0.104699413,0.104684244,0.10466995,0.104656909,0.104644475,0.104631815,0.10461674,0.1046078,0.104601525,0.104588997,0.104580951,0.104578229,0.104575454,0.10457504,0.104573283,0.10457286,0.104571571,0.104568768,0.104567856,0.104567801,0.104568367,0.104570593,0.104571104,0.104568892,0.104572087,0.104577655,0.104582106,0.104593119,0.104597715,0.104595588,0.104597131,0.104597826,0.10459933,0.104602631,0.104604983,0.104609212,0.104614642,0.104616243,0.104618425,0.104621883,0.104622155,0.104622652,0.104624932,0.104627358,0.104631284,0.104634803,0.104635779,0.104637158,0.104633673,0.104635772,0.104642236,0.10464678,0.104649776,0.104656082,0.104665872,0.104671978,0.104678451,0.104684839,0.104688713,0.10469354,0.104700752,0.104705509,0.104708421,0.104710391,0.10470977,0.104713021,0.104716497,0.104720298,0.10472901,0.104734046,0.104734454,0.104738747,0.104744756,0.104749183,0.104754871,0.104764184,0.104774031,0.104778899,0.104780111,0.104786648,0.104794344,0.104798734,0.10480464,0.104812075,0.104814628,0.104814234,0.104818242,0.10482201,0.104822879,0.104821446,0.104823566,0.104826152,0.104825385,0.104823826,0.104826968,0.104828948,0.104831827,0.104841024,0.104845646,0.10484552,0.104847868,0.104851606,0.104855896,0.10486024,0.104863908,0.104868387,0.104872869,0.104876531,0.104879671,0.104883261,0.104887117,0.104890536,0.104893312,0.104894401,0.104899366,0.104905959,0.104911727,0.104921994,0.104928281,0.104928657,0.104933993,0.10494297,0.104948674,0.104955686,0.104960357,0.104961563,0.104962383,0.104960867,0.104962199,0.104963673,0.104963344,0.104967417,0.104968463,0.104967604,0.104970999,0.104975838,0.104978804,0.10497833,0.104980468,0.104984821,0.104988788,0.104991322,0.104993064,0.104994776,0.104996387,0.105001253,0.10501381,0.105015424,0.105011914,0.105011978,0.105008265,0.105008525,0.105011609,0.105016681,0.105023548,0.105027938,0.105034631,0.105039549,0.105041627,0.10504435,0.10504797,0.105051471,0.10505294,0.105055719,0.105062039,0.105063995,0.105060358,0.105064214,0.105070938,0.10507601,0.105086283,0.105091161,0.105090372,0.105092768,0.105097626,0.105097863,0.10509583,0.105094824,0.105089919,0.105088401,0.105089858,0.105090005,0.105088974,0.105091199,0.105099484,0.105098275,0.105092872,0.105089583,0.105081669,0.105074075,0.105070125,0.105062687,0.105049532,0.10503898,0.105029763,0.105020069,0.105012432,0.104999587,0.104985399,0.104968431,0.104942073,0.104924169,0.104910756,0.104894772,0.104879773,0.104867136,0.104854803,0.104841648,0.104832413,0.104820417,0.104803845,0.104789787,0.104781959,0.10476441,0.104739469,0.104718416,0.104695991,0.104669278,0.104651086,0.104615468,0.104567432,0.104513581,0.10445512,0.104379693,0.104292873,0.104195129,0.104079167,0.103958337,0.103836304,0.103692562,0.103528799,0.103362384,0.103181559,0.102993771,0.102799622,0.102599469,0.102388243,0.102172252,0.101947841,0.101726468,0.101492155,0.101271409,0.101055569,0.100849702,0.100642996,0.100462191,0.100287734,0.10014809,0.100031017,0.099947549,0.099893985,0.099873233,0.099888273,0.099929887,0.100010721,0.100104706,0.100237856,0.100362449,0.100503512,0.100638327,0.100778829,0.100904373,0.101027764,0.101140597,0.10123757,0.101333216,0.101427495,0.101508896,0.101570961,0.101646661,0.101719947,0.101794829,0.101879244,0.10195979,0.10203185,0.102113381,0.102205048,0.102287306,0.102371174,0.102448412,0.102521052,0.102586256,0.102647404,0.102700803,0.102748764,0.102784585,0.102813878,0.102829017,0.102823955,0.102824144,0.102818252,0.102809702,0.102798472,0.102786614,0.102767477,0.10275435,0.102742162,0.102738538,0.102740235,0.102740256,0.102747763,0.102747876,0.102741861,0.102740746,0.102739997,0.102745851,0.102749636,0.102746306,0.10274721,0.102743453,0.102737146,0.102737799,0.102735839,0.102734967,0.102744191,0.102756907,0.102769049,0.102784482,0.102798022,0.102816141,0.102843662,0.102874237,0.102911914,0.102946499,0.10298991,0.103042393,0.103087502,0.103141479,0.103194245,0.103246173,0.103306373,0.10336381,0.103423795,0.103475535,0.10351916,0.103578976,0.103626648,0.103676227,0.103721521,0.103748836,0.103787996,0.103834969,0.103870747,0.103909276,0.103939487,0.103954724,0.103985514,0.104015543,0.104052334,0.104103608,0.104142425,0.104185095,0.104217896,0.104233691,0.104263848,0.104297014,0.104320727,0.104350529,0.104366274,0.104383281,0.104420003,0.104458683,0.104502918,0.104553498,0.104604079,0.104651192,0.104692931,0.104731544,0.104764004,0.104798013,0.104834872,0.104867418,0.104893337,0.104900276,0.104901197,0.104911218,0.104916135,0.104927531,0.104936481,0.104925605,0.104919326,0.104916997,0.104919166,0.104933573,0.104939418,0.104939622,0.104929971,0.104929313,0.104931049,0.104941103,0.104963131,0.103211631,0.103234995,0.103276373,0.1033097,0.103352011,0.103408538,0.103457432,0.103500905,0.10355916,0.103612873,0.103659785,0.103711064,0.10375518,0.103793854,0.103825278,0.103860344,0.103893156,0.1039227,0.103954301,0.103990059,0.104020247,0.104049082,0.104072243,0.104090721,0.104119747,0.104147728,0.104185709,0.10423465,0.104289732,0.10433787,0.104379249,0.10442396,0.104474885,0.104535132,0.104602133,0.104663145,0.104726772,0.104778884,0.104831319,0.104887987,0.104937047,0.104990813,0.105038914,0.105069955,0.105101897,0.105128954,0.105157659,0.105180681,0.105205843,0.105233647,0.105252751,0.105273987,0.105294935,0.105310691,0.105330138,0.105347136,0.105361717,0.105376343,0.105389713,0.105395911,0.105407373,0.105421894,0.105441394,0.105473793,0.105504478,0.105534034,0.105564577,0.105598508,0.105627628,0.105654035,0.105677404,0.105698552,0.105714197,0.105722875,0.105726611,0.105724271,0.105722175,0.105716049,0.105709278,0.105703363,0.10569275,0.105675326,0.105659169,0.105637657,0.105621607,0.105610816,0.105607388,0.105596342,0.105588725,0.105574926,0.10555659,0.105539922,0.105528209,0.105520279,0.105511722,0.10550394,0.105499777,0.105496386,0.105499127,0.105507549,0.105517714,0.10552457,0.105537814,0.10555317,0.105565301,0.105584219,0.105597842,0.105615006,0.105634492,0.105652037,0.105668142,0.105690508,0.105710509,0.105719572,0.105734148,0.105753181,0.10576559,0.105775622,0.105787112,0.105800716,0.105807451,0.105810832,0.105815205,0.105816939,0.105807673,0.105800737,0.105800361,0.105792604,0.105780046,0.105767722,0.10575368,0.105735914,0.105714693,0.105695875,0.105678605,0.105654851,0.105628063,0.105597792,0.105558792,0.105513586,0.105474904,0.105435572,0.105401213,0.1053691,0.1053416,0.105318865,0.105296428,0.105275436,0.105264589,0.10526324,0.105266378,0.105280443,0.10530608,0.105338544,0.105377101,0.10542843,0.105494652,0.105561377,0.105638573,0.105717367,0.105795117,0.105879039,0.105959122,0.106043021,0.106118596,0.106190306,0.106259406,0.106321378,0.106386137,0.106455876,0.106515478,0.106568906,0.106623767,0.106666016,0.106711715,0.106759987,0.106814333,0.106858227,0.106897935,0.106938891,0.106973616,0.107011974,0.107053898,0.107095678,0.107135112,0.107165193,0.107204676,0.107244886,0.10728991,0.107341747,0.10739081,0.107441784,0.107491023,0.10753747,0.107588693,0.107645899,0.107695609,0.107747101,0.107799737,0.107851461,0.107899047,0.107951506,0.108011796,0.10806198,0.108106013,0.10815383,0.108196848,0.108243064,0.108292522,0.108346275,0.108395988,0.108434414,0.108470205,0.10849816,0.108529815,0.108560816,0.108585674,0.108608165,0.108629022,0.108640506,0.108657229,0.108676695,0.108695292,0.108713085,0.108733086,0.108751712,0.108771427,0.108788773,0.108802804,0.108821407,0.108838951,0.108860303,0.108889572,0.108912698,0.10893314,0.108955909,0.108979577,0.108997577,0.109022442,0.109052065,0.109078191,0.109108535,0.109129807,0.109143995,0.109162317,0.109176357,0.10919276,0.109213598,0.109232262,0.109249185,0.109266297,0.109287912,0.109301791,0.10931437,0.109324376,0.109332919,0.109341515,0.109341051,0.109338553,0.109327608,0.109304704,0.109282491,0.109259826,0.109228234,0.109189276,0.109148468,0.109103064,0.109048433,0.108997699,0.108947565,0.108892889,0.108833659,0.108776924,0.108711556,0.108660818,0.10861353,0.108575404,0.108550211,0.108525971,0.10850313,0.108490801,0.108485701,0.108485164,0.108496184,0.108518225,0.10854648,0.108583807,0.108626548,0.108682343,0.108733487,0.108792674,0.10884441,0.108900672,0.108942489,0.108982932,0.109006342,0.109018081,0.109014577,0.108996684,0.108965216,0.108916851,0.108851976,0.10877296,0.108680099,0.108567309,0.10843752,0.108290327,0.108117286,0.107938853,0.107738273,0.107540203,0.107333356,0.107124614,0.106912793,0.106698726,0.106479394,0.106248195,0.106034526,0.105826234,0.105614186,0.105409974,0.105202788,0.10499219,0.104779257,0.104556963,0.104355137,0.104134936,0.103959789,0.103799467,0.103687005,0.103600114,0.103567389,0.10358297,0.103650055,0.10375737,0.103924157,0.104107204,0.104348653,0.104572474,0.1048368,0.105061471,0.105298949,0.105481353,0.105649964,0.105758399,0.1058217,0.105835857,0.105775653,0.105705522,0.105604299,0.105450617,0.105314093,0.105150757,0.105021799,0.104874904,0.10479226,0.104728873,0.104727207,0.104772536,0.104862397,0.105021802,0.10518722,0.105413977,0.105617652,0.105856746,0.106052076,0.106251296,0.106397733,0.106517164,0.106583828,0.106603394,0.106568672,0.106510364,0.106398465,0.10627736,0.106114632,0.105965359,0.105774207,0.105635637,0.105501187,0.10541007,0.105343195,0.105320591,0.105342657,0.105387773,0.105482068,0.105586324,0.105727261,0.105864251,0.106037842,0.106183155,0.106317301,0.106445475,0.106557662,0.106661297,0.106725698,0.106774268,0.106789109,0.106753266,0.106724384,0.106675531,0.10662344,0.106556072,0.106490057,0.106425503,0.106343207,0.106255659,0.10615197,0.106031912,0.1058986,0.10575448,0.105593478,0.105429552,0.105228194,0.105000028,0.104751837,0.104468428,0.104137834,0.103814694,0.103473266,0.103117149,0.102749793,0.102366575,0.101956344,0.101550602,0.101128422,0.100718844,0.100314511,0.099897962,0.099495204,0.09906434,0.098618904,0.098151949,0.097664789,0.09715894,0.096622316,0.096083445,0.09552867,0.094968356,0.094383198,0.09381208,0.093258892,0.092724444,0.092225801,0.091763418,0.091324413,0.090904096,0.090531812,0.090194892,0.089902871,0.089652182,0.089443265,0.089276052,0.089157838,0.089078964,0.089068654,0.089127557,0.089220415,0.089389884,0.08956421,0.089779254,0.090004216,0.09027044,0.090521774,0.090792232,0.09104399,0.091278028,0.091515794,0.091751618,0.091982817,0.092199155,0.092422675,0.092634878,0.092833605,0.093034055,0.09323432,0.09340553,0.093562818,0.093691308,0.093808106,0.093867664,0.09387615,0.093883643,0.093849751,0.093807894,0.093773561,0.093685061,0.093532442,0.093407211,0.093241688,0.093118484,0.093034947,0.092925433,0.092809765,0.092712663,0.092599715,0.092520305,0.092477331,0.092431817,0.092401567,0.092373277,0.092331438,0.092332633,0.092369077,0.092405661,0.092457418,0.092544187,0.092636324,0.09271503,0.092798052,0.092872439,0.09294427,0.09300346,0.093077823,0.093159437,0.093210892,0.093261281,0.093284346,0.093263296,0.093188596,0.093092172,0.093012056,0.092912892,0.092806273,0.092701214,0.092618699,0.092520834,0.092454732,0.092432276,0.092398055,0.092349777,0.092357454,0.092408684,0.092459617,0.092542737,0.092603645,0.092649532,0.092739997,0.092856639,0.092959071,0.093085071,0.093208989,0.093314836,0.093443359,0.093626921,0.093734424,0.093774932,0.093877566,0.093973189,0.094064543,0.094215856,0.094328596,0.094403385,0.094495817,0.094586716,0.094659084,0.094697475,0.09476779,0.094865832,0.094959574,0.095064692,0.095156781,0.095223017,0.095319879,0.095423396,0.095551014,0.095742675,0.09585597,0.095930493,0.096114022,0.096249351,0.096390189,0.096582785,0.096695272,0.096757058,0.096870586,0.096987828,0.097052246,0.097132504,0.097150335,0.097177621,0.097245346,0.097248271,0.097230427,0.097124759,0.096959004,0.096812331,0.096653006,0.096455907,0.096280472,0.096185464,0.096132771,0.096145662,0.096135367,0.096062022,0.096027636,0.096029748,0.09611207,0.096347442,0.096604388,0.096866689,0.097204209,0.09744327,0.097705703,0.097976712,0.09820442,0.098494477,0.098619141,0.09864646,0.098619815,0.098479503,0.098418289,0.098413438,0.098364463,0.098350577,0.098295485,0.098186829,0.098191228,0.098252796,0.09824305,0.098204059,0.098215577,0.098090183,0.097854902,0.09769368,0.097455673,0.097120534,0.096813166,0.096580898,0.096268747,0.095818792,0.095499049,0.095033085,0.094367235,0.093887706,0.093229295,0.092446927,0.091776688,0.091035854,0.090309084,0.089796577,0.089347442,0.088922703,0.088664588,0.088464434,0.088401931,0.088525093,0.089006224,0.089401223,0.089923168,0.090496668,0.091074747,0.091879175,0.092717273,0.093472411,0.094134902,0.094533707,0.095035015,0.095752544,0.096174591,0.096588951,0.097045373,0.097319138,0.097524611,0.097781233,0.098026849,0.098176705,0.098439139,0.098683805,0.098907668,0.099281934,0.099439451,0.099318016,0.099256319,0.099242485,0.099487938,0.100176051,0.100860029,0.101111296,0.101097375,0.101027352,0.100834216,0.101054093,0.101454718,0.10165687,0.101989614,0.102181552,0.102375371,0.102356184,0.102490709,0.102925688,0.102684484,0.102733035,0.102979691,0.103157421,0.103595952,0.104774126,0.105265446,0.105337749,0.105056635 5 | Light Tarp,0.161955425,0.158323656,0.15276222,0.144689074,0.135295005,0.126132608,0.118706041,0.11276781,0.107587812,0.10258632,0.097709988,0.093038819,0.088837061,0.08527524,0.081839358,0.079186464,0.076699968,0.073528132,0.072029917,0.071274476,0.07036166,0.068814274,0.06763022,0.066917447,0.066589056,0.066620843,0.066441418,0.066392466,0.066992189,0.068275403,0.069258764,0.070137116,0.071813645,0.073828101,0.076127875,0.078710085,0.081574029,0.085002294,0.08868861,0.092495609,0.097213156,0.101847319,0.106762042,0.112712159,0.118622895,0.124937051,0.131887332,0.139349915,0.146896302,0.154569721,0.162510391,0.170910016,0.179258637,0.187616158,0.196132918,0.204489889,0.212863596,0.22122961,0.229413559,0.237395731,0.245266593,0.253011324,0.260461298,0.267601204,0.274337004,0.280586732,0.286295758,0.291649239,0.296582131,0.300909889,0.304753053,0.308118028,0.311008427,0.313443222,0.315551886,0.317363972,0.318874732,0.320042929,0.321058102,0.321986334,0.32282739,0.323635353,0.324346744,0.324917909,0.325344421,0.325830642,0.326287745,0.326624997,0.326932819,0.327153566,0.327337646,0.327545586,0.327561732,0.327525383,0.327499533,0.327427765,0.327249992,0.327067821,0.326939178,0.326707675,0.326470558,0.326257622,0.326064751,0.32589027,0.3257438,0.325621535,0.325503344,0.325435558,0.325404571,0.325381922,0.32533309,0.325340969,0.325386097,0.325398103,0.325373921,0.325381846,0.325431457,0.325445277,0.325459649,0.325476654,0.325489585,0.325491237,0.325470234,0.325437286,0.325414654,0.325392646,0.325365269,0.325327276,0.325272769,0.325241212,0.325219602,0.325185592,0.325151178,0.325112161,0.325070525,0.325033781,0.325012201,0.324999557,0.324992448,0.324999733,0.325004295,0.325008181,0.325018323,0.32502343,0.325066311,0.325126134,0.325125961,0.325164134,0.325212392,0.325237278,0.325249267,0.325288801,0.325331545,0.325336295,0.32536571,0.325393555,0.32541532,0.325460895,0.325477336,0.32549625,0.325544059,0.325563006,0.325591806,0.32562166,0.3256222,0.325646116,0.325672054,0.325680165,0.325665123,0.325687784,0.325721356,0.325726304,0.325738352,0.325739473,0.325736684,0.325756777,0.325783434,0.325790799,0.32577967,0.325814263,0.325858917,0.325894041,0.325909349,0.325915155,0.325925142,0.32594178,0.325954251,0.325969345,0.32597881,0.325982095,0.326012199,0.32606352,0.326106655,0.32610598,0.326116386,0.326127624,0.326136587,0.326168384,0.326188109,0.326196784,0.326208752,0.326243027,0.326260457,0.326264895,0.326298455,0.326324619,0.326331848,0.326324379,0.32633328,0.326337629,0.326327996,0.326304987,0.326302715,0.326288394,0.32625247,0.326226038,0.326206555,0.326182972,0.326148847,0.326123314,0.326120883,0.32615074,0.326215052,0.326291137,0.326351497,0.326386012,0.32641827,0.326457908,0.326488472,0.326488255,0.326482156,0.326446617,0.326379769,0.326308655,0.326270748,0.326260091,0.326265749,0.326302125,0.326365507,0.326446732,0.326535563,0.326650555,0.326767955,0.326875375,0.326993178,0.327046096,0.327032817,0.326985397,0.326950365,0.326914568,0.326881292,0.326871339,0.326888619,0.326919919,0.326953386,0.326992142,0.327022861,0.327053767,0.327099452,0.327134207,0.327161677,0.327183388,0.327194291,0.327170795,0.327137179,0.327122133,0.327112494,0.327111065,0.327117651,0.327129453,0.327140843,0.327171506,0.327221681,0.327240257,0.327263296,0.327296052,0.327330943,0.327355274,0.327388013,0.327428086,0.327449875,0.327480415,0.327533239,0.327604434,0.327648601,0.3276968,0.327743367,0.327767992,0.327826282,0.327882578,0.327924819,0.327999649,0.328035151,0.328053696,0.328096257,0.328141721,0.32820067,0.328263824,0.328306178,0.328337669,0.328379776,0.328438784,0.328481066,0.328528714,0.328576227,0.328612614,0.328664237,0.328713507,0.328751897,0.328785158,0.328810194,0.328825882,0.328837289,0.32886621,0.328897011,0.328930576,0.32897405,0.329006979,0.329026445,0.329042381,0.329080733,0.329110276,0.329130746,0.32915161,0.329181696,0.329215406,0.329251847,0.329292836,0.32932466,0.329371143,0.32943575,0.329472796,0.329507889,0.329560206,0.329633596,0.329665933,0.329715441,0.329795376,0.329871445,0.329908321,0.32994271,0.329999307,0.330041867,0.330092913,0.330142369,0.330173547,0.330208932,0.330242868,0.330271707,0.330295705,0.33030502,0.330325995,0.330370837,0.330397102,0.330418125,0.330440565,0.330468246,0.330502847,0.330524486,0.330536146,0.330567774,0.33058296,0.330599086,0.33062763,0.330626547,0.330646225,0.330673326,0.330672261,0.330689253,0.330715583,0.330740491,0.330757198,0.330777419,0.33079624,0.330807221,0.330807728,0.330832514,0.330856283,0.330838871,0.33086089,0.330888199,0.330897116,0.330889546,0.330908971,0.330947352,0.330985529,0.33101138,0.331025269,0.331026683,0.33102184,0.331056524,0.331082251,0.331086752,0.331104537,0.33114711,0.331177666,0.33117582,0.331184504,0.331197978,0.331218315,0.331247533,0.33127965,0.331302628,0.331323485,0.331364016,0.331389417,0.331418127,0.331451029,0.331432279,0.331440796,0.331475574,0.331509984,0.33153807,0.331551495,0.331562435,0.331592819,0.331603136,0.331632591,0.331688744,0.331717746,0.331746397,0.331767769,0.33177506,0.331783994,0.331814146,0.331856423,0.331888837,0.331918696,0.331937649,0.331948838,0.331968031,0.331996946,0.3320317,0.332067542,0.332102744,0.332114754,0.332133375,0.332184293,0.332196992,0.332205534,0.332235357,0.33229381,0.332311388,0.332323123,0.332350293,0.332379827,0.332414783,0.332455683,0.332495095,0.332504649,0.332524546,0.33255479,0.332580951,0.332601215,0.332614548,0.332629555,0.332660475,0.332708718,0.332756813,0.332792852,0.332816144,0.332820266,0.332833672,0.33287344,0.332914996,0.332923902,0.332930406,0.332967966,0.332967851,0.332993413,0.333048093,0.333095112,0.333131857,0.333175099,0.333218198,0.333230089,0.333264983,0.333291252,0.333297455,0.333339157,0.333387316,0.333415838,0.333419917,0.333458764,0.333492144,0.333515025,0.333539478,0.333572757,0.333619922,0.333665399,0.333685508,0.333724992,0.333754081,0.333762562,0.333773848,0.333792988,0.333827737,0.333862606,0.333840007,0.333859114,0.333883963,0.333877695,0.333921061,0.333951625,0.333959902,0.333962366,0.333986657,0.333993693,0.333989046,0.334004271,0.334038532,0.334046988,0.334035797,0.334054696,0.334065032,0.334088507,0.334129951,0.3341644,0.334220961,0.334282132,0.334333098,0.334380713,0.334435824,0.334485926,0.334521462,0.334557492,0.334586771,0.334620216,0.334665921,0.33470624,0.334700283,0.334688036,0.334726347,0.334763248,0.33479585,0.334818154,0.334827619,0.334852452,0.334867286,0.334874667,0.334898459,0.334925514,0.334938879,0.334939644,0.334944849,0.334934699,0.334930873,0.334947929,0.334981467,0.334987858,0.335008385,0.335053319,0.335068318,0.335098798,0.335148313,0.335201276,0.335226919,0.335268522,0.335319998,0.335370344,0.33542518,0.335457477,0.335491835,0.335550166,0.335613506,0.335675829,0.335725453,0.335764371,0.33582943,0.335924743,0.335995742,0.336010589,0.336061445,0.336091789,0.336125289,0.336189104,0.336235674,0.336299421,0.336347823,0.336356897,0.336411483,0.336427087,0.336442648,0.336506117,0.336529878,0.336592611,0.336655105,0.3366723,0.336737901,0.336778826,0.33680762,0.336859617,0.336935313,0.336977452,0.336997979,0.337022314,0.337022726,0.337057062,0.337122843,0.337194186,0.33725043,0.337292465,0.337324933,0.337350239,0.337356771,0.337406687,0.337452093,0.337461749,0.337522767,0.337539218,0.337579272,0.337675147,0.337703393,0.337702376,0.337709966,0.337739972,0.33776285,0.337751372,0.337805222,0.337912668,0.33789176,0.33792098,0.337973117,0.338025521,0.33809332,0.338085511,0.338110012,0.338162355,0.338140185,0.33821846,0.338260308,0.338240071,0.338237835,0.338296915,0.338339948,0.338339577,0.338319064,0.338343382,0.338421049,0.338521834,0.338598072,0.338611953,0.338547772,0.338546538,0.33866453,0.338685637,0.338757666,0.338812944,0.338810176,0.338816555,0.338808554,0.339991537,0.340003785,0.340014639,0.340000391,0.340019666,0.340037833,0.340046162,0.340079531,0.340095706,0.340090446,0.340098798,0.340109925,0.34011961,0.340127909,0.340143848,0.340161076,0.340186002,0.340206145,0.340220788,0.340233076,0.34023312,0.340235654,0.340252156,0.340268074,0.340285293,0.34030384,0.34032422,0.34034811,0.340373746,0.340402405,0.340430973,0.34045044,0.340468199,0.340490574,0.340515178,0.340554405,0.340599737,0.340628058,0.340647349,0.340672491,0.340698049,0.340719093,0.340745693,0.340772388,0.340789563,0.340812797,0.340836998,0.340858489,0.340892825,0.340931002,0.340962931,0.340998732,0.341032916,0.341056086,0.341083178,0.341108012,0.341144313,0.341169411,0.34118849,0.341211438,0.341221226,0.34123579,0.341265087,0.341295261,0.341321616,0.34134703,0.341369269,0.34138906,0.34140886,0.341425692,0.341443479,0.341462722,0.341468459,0.341472966,0.341488755,0.341499335,0.341522559,0.341545673,0.34155682,0.341574478,0.341585158,0.341591103,0.341604869,0.341625162,0.3416408,0.341667053,0.341680477,0.341689914,0.341683623,0.341683621,0.341680406,0.341675739,0.341681322,0.341672376,0.341646536,0.341627093,0.341609453,0.341593021,0.341586757,0.341568868,0.341550346,0.341519903,0.341485257,0.341437882,0.341374657,0.341299874,0.341220886,0.341138706,0.341046517,0.340943643,0.340825871,0.340677136,0.340505116,0.340307551,0.340099439,0.339877175,0.339626734,0.339352066,0.339072321,0.338769258,0.33844635,0.33814192,0.337843187,0.337556227,0.337300812,0.337069252,0.336878385,0.336753667,0.336670176,0.336649558,0.336701322,0.33677857,0.336908657,0.33705687,0.33725955,0.337451006,0.337661935,0.337880388,0.338087648,0.338274019,0.33844267,0.338584009,0.338698823,0.338786449,0.33885495,0.338902494,0.33892266,0.338910807,0.338894158,0.338856201,0.33880904,0.338753451,0.338683302,0.338596754,0.338495771,0.33839334,0.338288281,0.33817465,0.338054913,0.337925473,0.337783222,0.337642745,0.337496857,0.337347638,0.337190672,0.337039058,0.336892107,0.336733454,0.336565322,0.336408396,0.336252265,0.336085193,0.335929833,0.335787799,0.335653499,0.33550973,0.335408522,0.335325235,0.335272888,0.335237086,0.335248192,0.335288342,0.335370533,0.335501677,0.335653668,0.335842453,0.33605155,0.336297877,0.336549829,0.336824706,0.337114849,0.337390641,0.337673718,0.337940838,0.338207608,0.338449188,0.338677653,0.338894656,0.339096165,0.339281785,0.339453477,0.339616638,0.339754935,0.339897988,0.340043861,0.340176647,0.340299971,0.340418989,0.340531134,0.340632027,0.340734709,0.340837143,0.340929347,0.341010813,0.341099903,0.341187835,0.341271299,0.341358237,0.341439091,0.341509053,0.341583781,0.34166228,0.341736043,0.341807875,0.341877771,0.341948708,0.342011983,0.342070652,0.34212675,0.342176432,0.342219216,0.342257854,0.342288586,0.342324281,0.342358839,0.342389207,0.342418235,0.342449102,0.342475176,0.342503408,0.342538401,0.342567914,0.342590093,0.342617062,0.342646936,0.342675227,0.342699104,0.342726572,0.342751056,0.342770837,0.342793333,0.342821087,0.342839515,0.342853477,0.342866622,0.342874338,0.342882753,0.342890376,0.342898155,0.342907403,0.342911272,0.342909847,0.342912186,0.342908758,0.342912083,0.342923751,0.34293292,0.34294374,0.342956439,0.342970546,0.342985847,0.343000195,0.343019899,0.343030596,0.343032993,0.343043717,0.343056189,0.343062408,0.343074399,0.343077674,0.343065454,0.343063973,0.343065379,0.343065199,0.343068484,0.343071719,0.343069267,0.343064883,0.343058391,0.343051532,0.343051124,0.343054829,0.343055759,0.343059165,0.34306351,0.343066097,0.343071043,0.343081214,0.343087846,0.343096236,0.343096819,0.34309203,0.343089252,0.343083545,0.343074591,0.34306397,0.343055401,0.343041574,0.343027677,0.343023179,0.343014841,0.343004799,0.342999047,0.342984857,0.342966993,0.342946858,0.342922287,0.342894754,0.342866749,0.342831569,0.342790909,0.342747256,0.34269642,0.342647451,0.342594601,0.342544978,0.342494397,0.342447226,0.342406136,0.342360748,0.342310487,0.342265098,0.342206576,0.342138775,0.342070882,0.341983364,0.341878799,0.341764135,0.341625873,0.341470858,0.341290054,0.341085508,0.340868145,0.340629165,0.340372998,0.340096361,0.339813129,0.339509325,0.339202263,0.338879224,0.338564978,0.338236188,0.337920681,0.337606862,0.33731115,0.337030524,0.336769013,0.336523198,0.336301519,0.336098482,0.335911615,0.335752525,0.335614222,0.335496767,0.335405669,0.335317719,0.335253124,0.335183847,0.335123589,0.335054009,0.33499319,0.334915232,0.33483122,0.334733814,0.334617356,0.334505419,0.334378164,0.33426047,0.334139895,0.334034929,0.333938229,0.333847347,0.333771657,0.333707843,0.333652494,0.333598157,0.333555348,0.333508999,0.333453527,0.333400685,0.333333849,0.3332569,0.333174445,0.333080649,0.332989616,0.332892964,0.332795558,0.33270004,0.332598589,0.332485771,0.332385697,0.332279143,0.332191991,0.332117038,0.332051456,0.331998632,0.331954961,0.331918739,0.331893665,0.331880778,0.33187646,0.33187711,0.331887621,0.331899482,0.331914558,0.331940336,0.331975276,0.332019089,0.332072217,0.332126012,0.332181812,0.332249042,0.332322374,0.332402001,0.332492681,0.332584955,0.332679586,0.332782582,0.3328957,0.33300653,0.333120974,0.333237065,0.333355614,0.333472037,0.33359392,0.333709219,0.333821159,0.333930188,0.334031171,0.334137866,0.334247385,0.334352852,0.33446,0.334565864,0.334665501,0.334760169,0.334853141,0.334942227,0.335032603,0.335121744,0.335204852,0.335286718,0.335366835,0.335440725,0.335505635,0.335575525,0.335642303,0.335699295,0.335765787,0.335839616,0.335907894,0.33597583,0.336043604,0.33610933,0.336177211,0.336245503,0.336316072,0.336389015,0.336462026,0.336537478,0.336609359,0.336682825,0.336749434,0.336809752,0.336873921,0.336936723,0.336996533,0.337056901,0.337116203,0.3371711,0.337227109,0.337284689,0.337340081,0.3373967,0.337453136,0.337510155,0.337568763,0.337619085,0.337668118,0.337720271,0.337764941,0.337810546,0.337856264,0.337890465,0.337921318,0.337957157,0.337991802,0.338023847,0.338057834,0.338090694,0.338118453,0.338147783,0.338179224,0.33821072,0.33823971,0.338271347,0.338306727,0.338339442,0.33837175,0.338404113,0.338432804,0.338468636,0.338507931,0.338546255,0.338590135,0.338630674,0.338670645,0.338706439,0.338743447,0.338773743,0.338794532,0.338818953,0.338841188,0.338863815,0.33888879,0.338911294,0.338930078,0.338951002,0.338973345,0.338993911,0.339017619,0.339034811,0.339043364,0.339057337,0.339069459,0.339084235,0.339108629,0.339125096,0.33913156,0.339136583,0.339129396,0.339123858,0.339121708,0.339113428,0.33910502,0.339094098,0.339077889,0.339061799,0.339047697,0.339034262,0.339023458,0.339011743,0.339002296,0.338994689,0.338986872,0.338983315,0.338975539,0.338962664,0.33895773,0.33895344,0.338953892,0.338963129,0.338965268,0.338968163,0.338967022,0.338961839,0.33895669,0.3389497,0.338943079,0.338941332,0.338923714,0.338898911,0.338871529,0.338833473,0.338794035,0.338748551,0.338712582,0.338674274,0.338640348,0.338619184,0.33858738,0.338547024,0.338513106,0.338484118,0.338447163,0.338410417,0.338368441,0.338321517,0.338267492,0.338211762,0.338145995,0.338068921,0.337989442,0.337910804,0.337813307,0.337702116,0.337587717,0.337465237,0.337326924,0.337185372,0.337023289,0.336851692,0.33664398,0.336418007,0.336159798,0.3358613,0.33554626,0.335192317,0.334848846,0.3344821,0.334128207,0.333767626,0.33343621,0.333114098,0.332807924,0.33253788,0.332257081,0.331994453,0.331703655,0.331410929,0.331094596,0.330768224,0.330399245,0.330013123,0.329581534,0.329126763,0.328594015,0.328033054,0.327369328,0.326654429,0.325791558,0.324841456,0.323736622,0.322507732,0.321100382,0.319524816,0.317819517,0.315940978,0.313934112,0.311762183,0.309516979,0.307120537,0.304657992,0.302085298,0.299488109,0.296794963,0.294088488,0.291302029,0.288587726,0.285825068,0.283158187,0.280485086,0.278026269,0.275595559,0.273464068,0.271494311,0.269883497,0.268489946,0.267508708,0.266921123,0.266646272,0.266781732,0.267149265,0.2679406,0.268786448,0.269955926,0.271065915,0.272349924,0.27347796,0.27463224,0.275619554,0.276493248,0.277254176,0.27785848,0.278440884,0.278893959,0.279367368,0.279778483,0.280242667,0.280689076,0.281189894,0.281727487,0.282310968,0.282930644,0.283590124,0.28431756,0.285031336,0.285794155,0.286502303,0.287225887,0.287869915,0.28849624,0.289002328,0.289448135,0.289763558,0.289959644,0.290067517,0.290043485,0.289988028,0.289814342,0.289676158,0.28949003,0.289336782,0.289179027,0.28905821,0.288949631,0.28887402,0.288842527,0.288794977,0.288775623,0.288710784,0.288643208,0.288529637,0.288378743,0.288203873,0.288002045,0.287780154,0.287557588,0.287332842,0.287106556,0.286909804,0.286749403,0.286618089,0.286533508,0.286500764,0.286501713,0.286569768,0.286695104,0.286865443,0.287115459,0.287432009,0.287810957,0.28826073,0.288754488,0.289311946,0.289916085,0.290547709,0.291231128,0.291931284,0.292635772,0.293359274,0.294064019,0.294752887,0.295419348,0.296055223,0.296675113,0.297263789,0.297842184,0.298402477,0.298955673,0.299482823,0.30001968,0.300554253,0.301094732,0.301644383,0.302190568,0.302733451,0.303275461,0.303826241,0.304347158,0.304869684,0.305366206,0.305825893,0.306284309,0.306726769,0.307158899,0.307580374,0.308002281,0.308417297,0.308851027,0.309276538,0.309694791,0.310107188,0.310495929,0.310866291,0.311214119,0.311530029,0.311805269,0.312019976,0.312184115,0.312304467,0.312365105,0.312397376,0.3123882,0.312340784,0.312268698,0.312152006,0.31202639,0.311880981,0.311712309,0.311554354,0.311393065,0.311240602,0.31110931,0.310991026,0.310885438,0.310816213,0.310777931,0.310766103,0.310786182,0.310375287,0.310445943,0.31055529,0.310670613,0.310803214,0.310969646,0.311122507,0.311281573,0.311452054,0.311602293,0.311740671,0.311869218,0.311970674,0.312047508,0.31210562,0.312142669,0.312153543,0.312146694,0.312122106,0.312092033,0.312043013,0.311995789,0.311948199,0.311909578,0.311910592,0.311922409,0.311975852,0.31206544,0.312189623,0.312335468,0.312508887,0.312731396,0.312980262,0.313263315,0.313582517,0.313909403,0.314259966,0.314617834,0.314980803,0.315332313,0.315677132,0.316000825,0.316284471,0.316563588,0.316801529,0.317002987,0.317175937,0.317341277,0.317468312,0.317582786,0.317708918,0.317825138,0.317925486,0.318038548,0.318146462,0.31823695,0.318318531,0.318395203,0.318441874,0.318459159,0.318463195,0.318455604,0.318420495,0.318375775,0.318312799,0.318260324,0.318197229,0.318150488,0.318117203,0.318117215,0.318123945,0.318161676,0.318229504,0.318305217,0.31837742,0.318451641,0.318485913,0.318503115,0.318480476,0.318422193,0.318300422,0.318116552,0.317869557,0.317561881,0.317183746,0.316757489,0.316276259,0.315737009,0.315134762,0.314476947,0.313777449,0.313046222,0.312314231,0.31156386,0.310825856,0.310102895,0.309429267,0.308747616,0.30818389,0.307682247,0.307254962,0.306915887,0.306674869,0.306504197,0.306430758,0.306446725,0.306534059,0.306661192,0.306878727,0.307092136,0.307341582,0.307614142,0.307905092,0.308196499,0.308497106,0.308791068,0.309072932,0.309333128,0.309572439,0.309805052,0.3099947,0.310153872,0.310291815,0.310398063,0.310449116,0.310467549,0.310454928,0.310394122,0.310291091,0.310160083,0.309998578,0.309794802,0.309553728,0.309279311,0.308966024,0.308612748,0.308234743,0.30782978,0.307408662,0.306972649,0.306521648,0.306031599,0.305575393,0.305085144,0.304659365,0.304257207,0.303898209,0.303577277,0.303315748,0.303129381,0.303033407,0.303045527,0.303165095,0.303366603,0.303683594,0.304057983,0.304541097,0.305045142,0.305633299,0.306237498,0.306849867,0.307473037,0.308048772,0.308619236,0.309140165,0.309628819,0.31007922,0.310495588,0.310875109,0.311215087,0.311525231,0.311791288,0.31203704,0.312255909,0.312467861,0.312666465,0.312852422,0.313023695,0.313172062,0.313323479,0.313465617,0.313606843,0.313749348,0.313878447,0.314001276,0.314114354,0.314236812,0.314359563,0.314478799,0.314596163,0.314720528,0.314838098,0.314967333,0.315112289,0.315254332,0.315400227,0.31554127,0.315692115,0.315847136,0.315998336,0.31615225,0.316304594,0.31646282,0.316602624,0.31674595,0.316864889,0.316971417,0.317054974,0.317124016,0.31717022,0.317194535,0.317174822,0.31713116,0.317051784,0.316959449,0.316832147,0.316700484,0.316558197,0.316391332,0.316193872,0.315999867,0.315776699,0.315567197,0.315352118,0.315153973,0.314965556,0.314786087,0.314612765,0.314454624,0.314295336,0.314133214,0.313986591,0.313847729,0.313720753,0.3136153,0.313502873,0.313388602,0.313288267,0.313193866,0.313096362,0.313019854,0.312966005,0.312905164,0.312857592,0.312798489,0.312733551,0.312673673,0.312613388,0.31255151,0.312507317,0.31243891,0.312363166,0.312274975,0.312156145,0.312020339,0.311850889,0.311662528,0.311426687,0.311171842,0.310848036,0.310474269,0.310050376,0.309562762,0.309037921,0.308455096,0.30784619,0.307200869,0.306500993,0.30580911,0.305088012,0.30436844,0.303624209,0.302905823,0.302156611,0.301475799,0.300816679,0.300207161,0.299631108,0.299116581,0.298631796,0.298227853,0.297891767,0.297618047,0.297428882,0.297324948,0.297270746,0.297309538,0.297363513,0.297497161,0.297607074,0.297788236,0.297889497,0.298027249,0.298031581,0.298016778,0.297836591,0.297564338,0.297121969,0.296527468,0.295775888,0.294887033,0.293844727,0.292644237,0.291302595,0.289784131,0.288044489,0.28623491,0.284227142,0.282199239,0.280063653,0.27789003,0.275613759,0.273345875,0.270991745,0.26867261,0.266412871,0.264143963,0.261998462,0.259948001,0.257913179,0.255967902,0.254007694,0.252041799,0.250153419,0.248212457,0.246492029,0.244791031,0.243385567,0.242068916,0.241167591,0.240512734,0.24026397,0.240397641,0.240968759,0.241796049,0.24307425,0.244434041,0.246208563,0.247839192,0.249769572,0.251340855,0.252967859,0.254171048,0.255161281,0.255797579,0.25609051,0.256101681,0.255682814,0.255142193,0.254380213,0.253240164,0.252316426,0.251178666,0.250415647,0.249651562,0.249359712,0.249260575,0.249630892,0.250446758,0.251502099,0.253051262,0.254630845,0.256647027,0.258446116,0.260505568,0.262177068,0.263807416,0.265019681,0.265942869,0.266513663,0.266734484,0.266547326,0.266151376,0.265342643,0.264509067,0.26331323,0.262317772,0.261137258,0.260257112,0.259388589,0.258867423,0.25851086,0.258495634,0.258836384,0.259356644,0.26025921,0.261206337,0.262468137,0.263635164,0.265003613,0.266161265,0.26721438,0.26823122,0.268975466,0.269540223,0.269923279,0.270087325,0.270122798,0.269937538,0.269705961,0.269310299,0.268866757,0.268319098,0.267725176,0.267062169,0.26630625,0.265495849,0.264572344,0.263544009,0.262410047,0.261219739,0.259852518,0.258384126,0.256712937,0.254853273,0.252815974,0.250632395,0.248239178,0.245768819,0.243144107,0.240436313,0.237574994,0.234702431,0.231683412,0.228749575,0.225763821,0.222862051,0.220037863,0.217170922,0.214406255,0.211480155,0.208483882,0.20541535,0.202206309,0.198996982,0.195731592,0.192447204,0.189079608,0.185778553,0.182408413,0.179161627,0.176020607,0.173020898,0.170247483,0.167665044,0.16523685,0.163035345,0.160925132,0.158941175,0.157153557,0.155501381,0.154088398,0.152857765,0.151898496,0.151168655,0.150716072,0.150555959,0.150627012,0.15102615,0.151564148,0.152400526,0.153306109,0.154454854,0.155584926,0.156872313,0.158093959,0.159353755,0.16055621,0.161732069,0.162873405,0.163961345,0.164997242,0.165999864,0.166910153,0.167719152,0.168423036,0.168957999,0.169347848,0.169585339,0.169675768,0.169575343,0.169282915,0.168858174,0.168210321,0.167514373,0.16664531,0.165778945,0.164789488,0.163843675,0.162826069,0.161914236,0.160987356,0.160201375,0.159516458,0.158909669,0.158387335,0.157983699,0.157682968,0.157479731,0.157416174,0.157427792,0.157532204,0.157735836,0.158052005,0.158453861,0.158961975,0.159563229,0.160252963,0.161004303,0.161754944,0.162522735,0.163258678,0.16391708,0.16452751,0.165046703,0.16542773,0.165685586,0.16581984,0.165795052,0.165667985,0.165414735,0.165059394,0.164602949,0.16405334,0.163511094,0.163020771,0.162510551,0.162083786,0.161723223,0.161411741,0.161122531,0.160961614,0.160902229,0.160914941,0.161050476,0.161200047,0.161431799,0.16166804,0.161939195,0.1622514,0.162628964,0.162970483,0.163311416,0.163705421,0.164163444,0.164535781,0.164907052,0.165258393,0.165500739,0.165807925,0.166166257,0.166532578,0.166924992,0.167280623,0.16763173,0.167972022,0.168293607,0.168601209,0.168903877,0.169217462,0.169474949,0.169782716,0.170149654,0.17049198,0.170838074,0.171200414,0.171555893,0.171888748,0.172316863,0.172744026,0.173156898,0.173654842,0.174099476,0.174546199,0.174982791,0.175392707,0.175780081,0.17607184,0.176352723,0.176474258,0.176422428,0.176309428,0.176014718,0.175543729,0.174926496,0.174196973,0.173467343,0.172630908,0.171798648,0.170996821,0.170119592,0.169363064,0.168851065,0.168505791,0.168301214,0.168434517,0.16871986,0.169065831,0.169682089,0.17039339,0.171034356,0.171839446,0.172670669,0.173383621,0.174087884,0.174725237,0.175233827,0.175635632,0.175981527,0.176192251,0.176343975,0.176372995,0.176328644,0.176113907,0.17574636,0.175456734,0.175029321,0.174694647,0.174421029,0.173960454,0.173669939,0.173347228,0.172804149,0.172169617,0.17138666,0.170719208,0.169979899,0.169037003,0.16798391,0.166511561,0.164860019,0.163254962,0.161422795,0.159373678,0.157244432,0.154746437,0.152062184,0.149489359,0.146853878,0.144345624,0.142507397,0.140977445,0.139659864,0.138913097,0.13823675,0.137997772,0.138592361,0.139967949,0.141359244,0.143173963,0.145080957,0.147305915,0.149974475,0.152491257,0.155202334,0.157643828,0.159458338,0.161573649,0.163430866,0.164764353,0.166350576,0.167714979,0.168691696,0.169704798,0.170487387,0.171353207,0.172326624,0.17308376,0.173943144,0.174640443,0.175409747,0.176533345,0.177578259,0.178424692,0.179078943,0.179653344,0.180222761,0.180854135,0.181520358,0.182235348,0.183194339,0.18409746,0.185001115,0.185615175,0.185602904,0.185794856,0.186446502,0.18724472,0.188327156,0.189857752,0.190583068,0.190780025,0.191357837,0.191806493,0.192264869,0.192844391,0.193265433,0.193780293,0.194773415,0.195333976 6 | Middle Tarp,0.155517981,0.153005345,0.147990352,0.14210458,0.134509303,0.126289175,0.12047579,0.116145581,0.112115312,0.107853776,0.10414986,0.10063448,0.097457526,0.094708986,0.091568398,0.089330579,0.087627322,0.085523765,0.084751719,0.084451101,0.083857388,0.08260914,0.082346147,0.082583255,0.08283754,0.083493451,0.083982117,0.084593231,0.085785363,0.087587231,0.089260369,0.090906649,0.093148616,0.095783608,0.098655096,0.101728196,0.1051247,0.10909965,0.113252774,0.117394338,0.122399813,0.127439597,0.13275876,0.138893244,0.144869029,0.151078331,0.157716912,0.164652682,0.171529995,0.178349354,0.185199011,0.192240985,0.199008287,0.205637745,0.21233509,0.21866982,0.224916783,0.231060659,0.236868085,0.242389547,0.247627708,0.25257771,0.257246666,0.261690186,0.265772607,0.269368878,0.27252289,0.275437954,0.27805194,0.280199473,0.282250494,0.284010371,0.285400997,0.28657399,0.287656011,0.288633579,0.289443051,0.289970398,0.290536773,0.291142906,0.291641668,0.292114013,0.292567929,0.292954484,0.293173541,0.293520939,0.293885074,0.294140898,0.294383864,0.294530657,0.294663733,0.294893375,0.294985091,0.295022727,0.295063515,0.295102418,0.29511364,0.29512027,0.295131013,0.295082643,0.295052335,0.295035925,0.294999235,0.29498735,0.295024858,0.295088736,0.295105283,0.295142455,0.295211685,0.295294691,0.295322378,0.295386107,0.295476665,0.295535377,0.295572904,0.295610732,0.295665533,0.295745738,0.295794051,0.295831766,0.295887382,0.295941482,0.295972941,0.29599261,0.296029674,0.296081553,0.296111566,0.296116595,0.296152264,0.296200055,0.296222196,0.296201417,0.296226071,0.296256617,0.296281072,0.296309813,0.296328569,0.296344632,0.296370602,0.296426626,0.296452636,0.29647176,0.296522884,0.296551326,0.296643662,0.296776379,0.296822722,0.296875217,0.296929972,0.296972942,0.297005858,0.297060206,0.297119293,0.29715185,0.297191029,0.297226058,0.297259809,0.297315197,0.297357903,0.297403204,0.297467909,0.297536584,0.29759699,0.297642851,0.297677777,0.297752527,0.297830665,0.297889737,0.297946266,0.298027748,0.298109757,0.298163191,0.298215913,0.298256969,0.298292852,0.298344756,0.298418082,0.298489213,0.298549939,0.298639247,0.298734398,0.29882171,0.298893387,0.298955075,0.299028178,0.299112008,0.29917906,0.299251692,0.299324995,0.299393551,0.299469978,0.299562771,0.299646998,0.299685176,0.299731159,0.299776735,0.299824051,0.299908215,0.299991266,0.300056369,0.300104377,0.300180484,0.300257726,0.300336417,0.300443148,0.30057103,0.30067589,0.300748146,0.300880283,0.30101779,0.301140623,0.301246517,0.301350259,0.301426091,0.301463907,0.30147999,0.30149106,0.301501051,0.301509627,0.301515109,0.301545916,0.301607578,0.301685798,0.301758316,0.301826984,0.301898342,0.301974378,0.30209694,0.302250532,0.302398982,0.302548185,0.302666753,0.302741187,0.302781521,0.302814104,0.30284627,0.30288165,0.302929359,0.303000635,0.303081135,0.303145594,0.303236006,0.303323586,0.30339266,0.303467514,0.303503511,0.303526582,0.303577958,0.303653348,0.303712623,0.303749622,0.30379326,0.303878006,0.303986301,0.304094842,0.304199929,0.30427698,0.304340413,0.304415926,0.304452286,0.304455482,0.304443122,0.304440695,0.304408779,0.304381465,0.304391879,0.304386444,0.304390768,0.304410688,0.304434568,0.304444154,0.304468912,0.304517449,0.304534009,0.304573798,0.30462416,0.304652232,0.30467293,0.304705193,0.304747136,0.304773339,0.304804173,0.304845568,0.304894497,0.304932015,0.304967834,0.305000365,0.305024728,0.305068253,0.305111607,0.30514557,0.305187084,0.305221957,0.305255412,0.305293759,0.305319285,0.305355916,0.30539867,0.305418909,0.305434448,0.305468082,0.305521657,0.305546839,0.305575368,0.305606663,0.305630122,0.305653811,0.305688446,0.305730989,0.305762792,0.305775462,0.305788701,0.305818521,0.305850898,0.305864178,0.305876174,0.305919022,0.305937547,0.305944901,0.305960519,0.30600222,0.306019299,0.306021523,0.306032487,0.306054327,0.306065825,0.306071193,0.306092843,0.306126215,0.30615898,0.306183082,0.306200942,0.306214358,0.306225561,0.30623501,0.306231512,0.306246148,0.306280935,0.306309086,0.306308658,0.306312543,0.306338666,0.306346641,0.30634868,0.30635215,0.306363103,0.306385324,0.30640407,0.306412448,0.306413753,0.306417323,0.306426798,0.306441551,0.306454913,0.306466126,0.306474549,0.306480363,0.306484757,0.306498342,0.306520891,0.306539149,0.306552299,0.306562633,0.306570042,0.306561114,0.306576377,0.306599746,0.3065955,0.306606363,0.306620779,0.306633021,0.306649891,0.306663136,0.30668178,0.3067041,0.306683439,0.306682613,0.306692815,0.306679888,0.306702766,0.306725772,0.306731148,0.306732252,0.30674221,0.306764515,0.306790712,0.306785538,0.306801797,0.306828687,0.306834396,0.306859803,0.306876508,0.306882712,0.306909255,0.30693956,0.3069565,0.306956752,0.306969217,0.306990438,0.307014744,0.30703772,0.307073062,0.307107052,0.307133682,0.307155394,0.307162979,0.307185767,0.307224873,0.307210048,0.307222245,0.307254856,0.30728019,0.307319497,0.307336445,0.307340252,0.307368443,0.307374443,0.3074024,0.307457625,0.307471322,0.30749612,0.307529656,0.30755879,0.307581886,0.307611569,0.307640774,0.307656667,0.307681105,0.307705497,0.307725234,0.307743522,0.307780794,0.307819879,0.307848972,0.307884309,0.307908045,0.307933167,0.307972232,0.307991543,0.308002704,0.308025872,0.308077539,0.308102012,0.308129466,0.308173898,0.308215212,0.30822846,0.308254691,0.308312726,0.30832574,0.308351049,0.308387163,0.308415784,0.308448438,0.308481089,0.308512125,0.308541977,0.308567788,0.308602343,0.308645448,0.308678409,0.308714609,0.308746286,0.308774594,0.308835788,0.308873816,0.308904576,0.308953885,0.308969707,0.308994437,0.309036062,0.309077474,0.309108708,0.309150629,0.309200912,0.309230801,0.30927557,0.309318383,0.309349101,0.309387543,0.309438277,0.309488579,0.309527131,0.309565333,0.309599541,0.309636668,0.30968453,0.309731404,0.309775782,0.309819537,0.309866528,0.309919426,0.309948322,0.309958847,0.310000164,0.310053058,0.310103396,0.310138968,0.310149576,0.310195747,0.310248236,0.310279546,0.310350742,0.310401342,0.310431402,0.310466475,0.310527082,0.310557975,0.310566021,0.310598131,0.310678433,0.310731874,0.310754676,0.310808772,0.310847855,0.310886782,0.310931512,0.310967681,0.311020744,0.311089032,0.311156864,0.311195046,0.311248822,0.311316583,0.311383772,0.311439152,0.311477197,0.311521622,0.311592689,0.311663776,0.31171612,0.311757778,0.311804883,0.311841676,0.311897237,0.311957264,0.31199245,0.312059781,0.312106161,0.312130999,0.312178296,0.312249822,0.312302138,0.312337654,0.312401171,0.312426293,0.312465693,0.312534373,0.312584159,0.312637888,0.312708669,0.31277944,0.312797628,0.312845365,0.312914356,0.312977794,0.313014273,0.31309942,0.31319649,0.313266751,0.313328058,0.313370816,0.313421609,0.313498241,0.313576347,0.313651086,0.313718224,0.313781569,0.313863943,0.313924804,0.313967171,0.31401328,0.31409667,0.314159867,0.314219429,0.314299438,0.314360235,0.314447368,0.314527183,0.314574149,0.314688754,0.314763079,0.314827285,0.314927556,0.314976596,0.315045654,0.315129552,0.315202277,0.315276708,0.315318291,0.315350676,0.315414293,0.315529615,0.315606898,0.315667682,0.315750956,0.315806047,0.315868195,0.315963525,0.316078128,0.316096051,0.316143175,0.316217028,0.316281123,0.316327085,0.316410772,0.31648781,0.316525529,0.316591623,0.316612117,0.31667256,0.316807001,0.316867936,0.316901801,0.316952379,0.317035373,0.317116039,0.317143357,0.317190234,0.317283063,0.317348229,0.317418361,0.317493069,0.317573912,0.317662286,0.317673666,0.31771161,0.317783526,0.317805289,0.317901328,0.317957278,0.317977303,0.318050752,0.318133104,0.318202093,0.318244581,0.318268984,0.318331749,0.31846369,0.31860445,0.31868339,0.31872938,0.318687245,0.318707132,0.318863776,0.318945156,0.319010865,0.319068295,0.319118817,0.319166736,0.319208588,0.316375554,0.316426573,0.316478197,0.316509011,0.316547854,0.316579675,0.316606793,0.31665872,0.316707938,0.316741438,0.316772886,0.316795791,0.31683303,0.316871811,0.316906485,0.316945886,0.316992195,0.317028279,0.317066509,0.317119028,0.317166221,0.317194092,0.317225268,0.317270072,0.317309175,0.31736869,0.317462114,0.317533642,0.31759947,0.317677085,0.317744026,0.31780692,0.317885756,0.31796008,0.318037744,0.318113069,0.318192992,0.318283077,0.318366776,0.318456569,0.318541241,0.31862244,0.318695274,0.318775155,0.318848628,0.318927533,0.319015954,0.319097554,0.31918491,0.319265628,0.319339593,0.319414206,0.319475901,0.319549074,0.31962249,0.31969694,0.319761486,0.319836756,0.319904741,0.319958589,0.320022828,0.320082603,0.320131738,0.320179644,0.320224718,0.32027794,0.320323424,0.320369467,0.32041512,0.320453194,0.320478933,0.320521785,0.320555389,0.320580859,0.320625778,0.320656471,0.320686669,0.32072454,0.320743858,0.320765521,0.320797018,0.320817902,0.320839244,0.320864705,0.320885492,0.320902455,0.320919405,0.320937532,0.320947604,0.320962904,0.320977736,0.320986288,0.320993121,0.32099177,0.320978526,0.320972755,0.320977087,0.320980089,0.320989218,0.320992388,0.320997061,0.320994516,0.320989935,0.32097619,0.320954409,0.32092772,0.32090602,0.320885893,0.320863566,0.320842352,0.320806861,0.320752292,0.320689806,0.320614999,0.320534941,0.320448417,0.320351494,0.320244081,0.320134868,0.320016364,0.319889933,0.319769755,0.319648661,0.319536666,0.319431873,0.319339104,0.319278134,0.31925027,0.319245547,0.319274531,0.319343199,0.319425417,0.319531403,0.319655478,0.319811669,0.319965637,0.320133245,0.320314476,0.320488579,0.320651047,0.320804045,0.320944319,0.321068707,0.321176095,0.321277123,0.321371238,0.321445007,0.321500165,0.321554353,0.321591705,0.321629335,0.321672262,0.321699487,0.321716454,0.32172137,0.321725501,0.321728153,0.321730776,0.321730759,0.321722701,0.321704005,0.321691907,0.321677031,0.321663097,0.321652836,0.321638309,0.321621802,0.321603434,0.321577665,0.321561141,0.321549798,0.321532818,0.321518718,0.321514945,0.321516102,0.321514567,0.321531673,0.321559881,0.321598298,0.321642113,0.321707824,0.32179066,0.321884573,0.321997665,0.322115175,0.322240577,0.322377038,0.322530577,0.322683098,0.322845277,0.323009861,0.323165315,0.323317932,0.32346786,0.32361568,0.323755595,0.323893309,0.324023158,0.324146271,0.324261398,0.324370721,0.324473142,0.324561373,0.324653635,0.324744541,0.324831738,0.32491797,0.325001192,0.325081224,0.325156055,0.325231633,0.325307007,0.325377808,0.325441934,0.325514104,0.325590791,0.325658871,0.325728909,0.325794146,0.325848016,0.325907135,0.325968649,0.326029494,0.326089809,0.326149846,0.326213838,0.326272211,0.326327661,0.32638167,0.326430285,0.326471067,0.326518036,0.326565362,0.326609931,0.326658134,0.326699224,0.326726437,0.326769419,0.326821538,0.326866191,0.326917325,0.326963402,0.32699466,0.327037312,0.327087482,0.327137752,0.327187498,0.327237552,0.327288915,0.327337809,0.327389806,0.327444446,0.327502173,0.327562049,0.327621064,0.327683425,0.327745547,0.327804635,0.327868184,0.327934836,0.328003317,0.328073924,0.328146731,0.328220905,0.32829968,0.328386592,0.328467494,0.328548714,0.328631478,0.328716433,0.328801756,0.328882226,0.32896999,0.3290425,0.329100488,0.32916407,0.329227375,0.32928114,0.329333624,0.329379158,0.329409377,0.32944625,0.329492963,0.329520919,0.329535635,0.329554029,0.329569408,0.329572999,0.329587683,0.329601991,0.329610157,0.329607407,0.329616806,0.329633527,0.329640396,0.329646563,0.329651544,0.32965164,0.329650584,0.329649769,0.329648159,0.329641561,0.329636057,0.329633544,0.329628872,0.329622072,0.32961142,0.329610172,0.329614261,0.329619354,0.329621435,0.329614633,0.329612166,0.329606198,0.329598666,0.329588625,0.329576129,0.329563656,0.329546996,0.329536547,0.32952844,0.329519837,0.329511388,0.329508596,0.329507454,0.329509175,0.32951359,0.329523467,0.329539526,0.329554692,0.329567269,0.329581186,0.329591937,0.329600709,0.32960961,0.329615489,0.329612678,0.329602376,0.329586214,0.329566729,0.329536426,0.329494462,0.329451399,0.329401573,0.329348728,0.32929129,0.32923332,0.329166458,0.329107684,0.329048784,0.32899488,0.328941844,0.328898383,0.328857392,0.32882884,0.328814739,0.328802588,0.328795086,0.328794486,0.328799689,0.328809311,0.328820474,0.328836327,0.32884837,0.328855848,0.328867105,0.328883562,0.328891328,0.328894175,0.328900814,0.328901445,0.328909404,0.328921792,0.328938222,0.328954149,0.328980703,0.329018535,0.329053832,0.32910055,0.329138318,0.329173573,0.329202087,0.329228379,0.329255906,0.329280729,0.329307046,0.329335482,0.329354881,0.329370282,0.329386866,0.32940128,0.329409435,0.329423442,0.329443055,0.329454998,0.329465378,0.329472764,0.329479712,0.329476327,0.329469343,0.329455624,0.32942542,0.329406063,0.329385577,0.329368656,0.329360548,0.329345781,0.32932885,0.329313005,0.32929674,0.329277011,0.329256978,0.329239788,0.32922299,0.329207549,0.329197882,0.329194936,0.329203434,0.32921683,0.32922904,0.32925199,0.32928724,0.329328141,0.329377917,0.329446479,0.329509282,0.329571271,0.329641426,0.329719715,0.329795851,0.329872348,0.329955115,0.330043852,0.33012894,0.330220414,0.330305564,0.330381958,0.330464344,0.330544256,0.330631416,0.330729942,0.330819916,0.330909041,0.331000634,0.331080127,0.331156136,0.33124647,0.331335448,0.331428966,0.33152467,0.33160907,0.331692333,0.331779753,0.331869373,0.331956239,0.332041118,0.332125555,0.332204407,0.332287972,0.332374641,0.332460742,0.332545316,0.332634121,0.332726909,0.332817117,0.332909332,0.333000164,0.333089844,0.333179192,0.33327059,0.333356217,0.333437082,0.333518802,0.333599764,0.333677899,0.333753548,0.333829406,0.333901699,0.333975559,0.334051114,0.334127158,0.334202451,0.334278002,0.334357232,0.334440411,0.334528701,0.334620438,0.334713009,0.334798537,0.334880595,0.334962927,0.335045331,0.335127166,0.335202674,0.335274543,0.335346695,0.335417773,0.335487794,0.335561276,0.335628437,0.335688578,0.335754453,0.335819533,0.335888827,0.335961082,0.336033533,0.336108875,0.336183126,0.336257294,0.336333667,0.336411669,0.336488725,0.33656709,0.336644313,0.336719764,0.336796484,0.336877932,0.336951,0.337020394,0.337088207,0.337145675,0.337212412,0.33728596,0.337353919,0.337427517,0.337491634,0.33754232,0.337601913,0.337660748,0.337721528,0.337793557,0.337854151,0.337902359,0.337960371,0.338019247,0.338077121,0.33814198,0.33820643,0.338258586,0.338304051,0.338345446,0.338387307,0.338430978,0.338472265,0.338513799,0.338557015,0.338594832,0.338633238,0.338678533,0.3387233,0.338769872,0.338818224,0.338863018,0.338905605,0.338949312,0.338991163,0.339038558,0.339086884,0.33914102,0.339201146,0.339260457,0.339321828,0.339384499,0.339451733,0.339511446,0.339569343,0.339628209,0.339684506,0.339737979,0.339795643,0.339842349,0.339879291,0.339916131,0.339950114,0.339978953,0.34000095,0.340026406,0.340047227,0.340073977,0.340106781,0.340133784,0.340157485,0.340185932,0.34021461,0.340243744,0.340279494,0.340308339,0.340332932,0.340356528,0.340380538,0.340397023,0.34041089,0.340417621,0.340421318,0.34041197,0.34039079,0.340368292,0.340338403,0.340300637,0.340266326,0.340209022,0.340138482,0.340050313,0.339946053,0.339824357,0.339682982,0.339529217,0.339352949,0.33917541,0.338984147,0.338792101,0.33857917,0.338395456,0.338220615,0.338052491,0.337909083,0.337758578,0.337609712,0.33745675,0.337317848,0.337152451,0.33698291,0.336782623,0.33656124,0.336315312,0.336057977,0.33574915,0.3354295,0.335027293,0.334588611,0.334043275,0.333428114,0.332704747,0.331896413,0.330958645,0.329901418,0.328744857,0.327471546,0.326085311,0.324571412,0.32298842,0.321274328,0.319512348,0.317662638,0.315785115,0.313838208,0.311860326,0.309803742,0.307795183,0.305735127,0.303743155,0.30174143,0.299888492,0.298044953,0.296421972,0.294910163,0.293663789,0.292568183,0.291790809,0.2912914,0.291062245,0.291146068,0.29144544,0.292093356,0.292811795,0.293799249,0.294787849,0.295950225,0.297017993,0.298155919,0.299172428,0.300130995,0.301000807,0.301784322,0.302515923,0.303140299,0.303764688,0.304322566,0.304905866,0.305463658,0.306047112,0.306631271,0.307254559,0.307899101,0.308565916,0.309281851,0.309974891,0.310688778,0.311361779,0.312046798,0.312652659,0.313236059,0.313721396,0.314140814,0.314462868,0.314692932,0.314849532,0.314901078,0.31491998,0.314852067,0.314781488,0.31465822,0.314543482,0.314395992,0.314282762,0.314165288,0.314078561,0.314025609,0.313960048,0.31390529,0.313844902,0.313786442,0.313717516,0.313645513,0.313570142,0.313487601,0.313405834,0.313328457,0.31325778,0.313200219,0.313162683,0.313151759,0.313166498,0.313210252,0.313291724,0.313403377,0.313561519,0.313753318,0.313968701,0.314247906,0.314566384,0.314925458,0.315354655,0.31581551,0.316320012,0.316853568,0.317396825,0.31797942,0.318578139,0.31918022,0.319798298,0.320395494,0.320972827,0.321529891,0.322058063,0.322562519,0.323037421,0.32349078,0.323910487,0.324324221,0.324710028,0.325096006,0.325472735,0.325861848,0.326250351,0.326641697,0.327040119,0.327429734,0.32782604,0.328194096,0.328549664,0.328904977,0.329235275,0.329574504,0.329919587,0.330252962,0.330575416,0.330889587,0.331224914,0.331574884,0.331936309,0.33231313,0.332689411,0.33307087,0.333443807,0.33378325,0.334102611,0.334395945,0.334642382,0.3348625,0.335059332,0.335192254,0.335291682,0.335371387,0.33542089,0.335452242,0.335448315,0.335417478,0.33536552,0.335295614,0.33522239,0.335159681,0.335111859,0.335067302,0.335048243,0.335050153,0.335057281,0.335077991,0.335122309,0.335174952,0.330535988,0.330660442,0.330807946,0.330951403,0.331112685,0.33128907,0.331473891,0.331667612,0.331886783,0.332105294,0.332306633,0.332491337,0.332662088,0.3328176,0.332957016,0.33308277,0.333194283,0.3332973,0.333380607,0.333456496,0.333526667,0.333594834,0.333658825,0.333740307,0.33385129,0.333970849,0.334126646,0.334314774,0.334529357,0.33476089,0.335009201,0.33530217,0.33561271,0.335943712,0.3363054,0.336664096,0.337031733,0.337403407,0.337774705,0.338125239,0.338471833,0.338789242,0.339063377,0.339338929,0.339582355,0.339794882,0.339980605,0.340162772,0.340313239,0.340450834,0.340602523,0.340741378,0.340863508,0.340982626,0.341085931,0.34118643,0.341279743,0.341375319,0.341455453,0.341522143,0.341581382,0.341643487,0.341710568,0.341781698,0.341852796,0.341935637,0.342024143,0.342121863,0.342221922,0.342335506,0.342438168,0.3425468,0.342673541,0.342785416,0.342890469,0.342984601,0.343057839,0.34310605,0.343149794,0.343186499,0.343202676,0.343205476,0.343195761,0.343175062,0.34314632,0.343106674,0.343062865,0.34300148,0.342926505,0.342831555,0.342733453,0.342629918,0.342526308,0.342431022,0.342348575,0.342280801,0.342227109,0.342187242,0.342165616,0.342162055,0.342168134,0.342182513,0.342223372,0.342266887,0.342307833,0.342372685,0.342431479,0.342487512,0.342553603,0.342607627,0.342652905,0.342692616,0.342736173,0.342769601,0.342807601,0.342841126,0.342863184,0.342873962,0.342872758,0.342861974,0.342834415,0.342791685,0.342742575,0.342675311,0.342594974,0.342503971,0.342388705,0.342256351,0.342098711,0.341922591,0.34172865,0.341512071,0.341273,0.341014229,0.340737416,0.340430524,0.340102606,0.339754386,0.33939553,0.339025426,0.338644047,0.338239183,0.337852288,0.337432795,0.337064821,0.336712273,0.336391278,0.336109197,0.335878834,0.335708638,0.335620503,0.335613517,0.335687595,0.335835623,0.336080395,0.336369278,0.336746573,0.337145514,0.337610292,0.338091969,0.338593806,0.339113397,0.339599763,0.340096265,0.340544435,0.340965016,0.341363076,0.341731418,0.342080355,0.342412571,0.342714998,0.342980529,0.343238404,0.343473111,0.343703171,0.343925778,0.344147162,0.344347932,0.344527753,0.344710105,0.344882227,0.345050784,0.345217686,0.34537754,0.345527051,0.345664726,0.345811501,0.345958316,0.346101651,0.346243106,0.346390131,0.346530743,0.346679944,0.34684336,0.34700038,0.347156478,0.347310248,0.347472929,0.347636137,0.34780316,0.347976167,0.348152313,0.348339693,0.348508673,0.348684565,0.348837582,0.348973555,0.34909916,0.349220488,0.349318358,0.349396463,0.349445118,0.349466291,0.349450461,0.349427985,0.349374525,0.349322139,0.349263101,0.349185687,0.349087249,0.348991365,0.348869843,0.348762851,0.348658044,0.34856163,0.348473861,0.348391006,0.348321498,0.348266104,0.34821255,0.348167947,0.348127243,0.348094908,0.348061777,0.348035837,0.348007722,0.347977941,0.347948721,0.34792652,0.34790805,0.34789065,0.347882622,0.347864137,0.347844919,0.347819659,0.347783788,0.347754525,0.347723425,0.347694218,0.347679707,0.347647491,0.34761878,0.347570764,0.347495576,0.34740394,0.347285169,0.347141276,0.346972325,0.346799852,0.346559919,0.346281529,0.345958006,0.345572999,0.345160343,0.344695964,0.344218866,0.343715588,0.343171648,0.34262869,0.34206777,0.34150123,0.340902424,0.340336504,0.339751938,0.339220325,0.338704922,0.338236464,0.337794466,0.337409841,0.337057778,0.336774266,0.336550003,0.336382687,0.336280643,0.336246924,0.336263713,0.336356862,0.336470527,0.336658979,0.336831634,0.337068763,0.337240737,0.337442102,0.337547478,0.337644687,0.337608567,0.337507875,0.337272169,0.336915354,0.336431925,0.335835781,0.335121264,0.334274125,0.333310957,0.332197872,0.330913511,0.329550241,0.328020972,0.326450324,0.324775882,0.323051044,0.321222047,0.319379659,0.3174453,0.315523064,0.313633271,0.311707715,0.309889472,0.30812922,0.306400684,0.304750047,0.303084007,0.301428078,0.299814877,0.298157513,0.296656559,0.295162749,0.293884419,0.292658186,0.291747363,0.290974818,0.290572851,0.290489975,0.290736018,0.29126975,0.29219768,0.293266425,0.294720319,0.296119454,0.297844895,0.299300127,0.300870966,0.302092612,0.303200658,0.30398437,0.304518663,0.304762893,0.304643807,0.304366588,0.303860306,0.302999983,0.302254001,0.301279751,0.30055417,0.299742036,0.299327521,0.298995876,0.299108522,0.299563643,0.300287055,0.301435489,0.302677189,0.304330041,0.305860508,0.307676833,0.309202808,0.310781182,0.311997663,0.313028667,0.313730789,0.314128869,0.31418999,0.31402651,0.31349753,0.312900794,0.311958745,0.31116055,0.310162143,0.3094065,0.308622364,0.308138679,0.30776839,0.3077,0.307916172,0.308318019,0.309046927,0.30984543,0.310933607,0.311974127,0.313216012,0.314303489,0.315331148,0.316374098,0.317169983,0.317837911,0.318331522,0.318646845,0.318823816,0.318805922,0.318723083,0.318473843,0.318174411,0.317768288,0.317310117,0.316764625,0.31615195,0.31549123,0.314723545,0.313862524,0.312910562,0.31190536,0.310736635,0.309485285,0.308045524,0.306429979,0.304647323,0.302723449,0.300613973,0.298406882,0.296044115,0.293586648,0.290971231,0.288330724,0.285535611,0.282808375,0.280012597,0.277296514,0.274637078,0.271941634,0.26933369,0.266586937,0.263774103,0.260904315,0.257942746,0.254934262,0.251870327,0.248753371,0.245532222,0.242331502,0.239026467,0.23581314,0.232661901,0.229617764,0.226781653,0.224091788,0.22159562,0.219295963,0.217151177,0.215161399,0.213416676,0.211847571,0.210544036,0.209495989,0.208683761,0.208108231,0.207812699,0.207825655,0.208032449,0.208575484,0.209216134,0.210116025,0.211060334,0.212211219,0.213337421,0.214577149,0.215766613,0.217000271,0.218163588,0.219273106,0.220381015,0.221449174,0.222459678,0.22348231,0.224465911,0.225388675,0.226275865,0.227004647,0.227645569,0.228138345,0.22850206,0.228691949,0.228739582,0.228614815,0.228266535,0.227860494,0.227277397,0.226664562,0.22591471,0.225190226,0.224391231,0.223622801,0.222806338,0.2220832,0.221345344,0.220741077,0.220259587,0.219808318,0.21940787,0.219118603,0.218915335,0.218785383,0.218792201,0.218826341,0.21890938,0.219065501,0.219292995,0.219589009,0.219950629,0.220362461,0.220803336,0.221296554,0.221776734,0.22220238,0.222615763,0.222921222,0.223115514,0.223232518,0.223226229,0.223102052,0.222867833,0.22251665,0.222117438,0.221622363,0.221092562,0.220590564,0.220074493,0.219481489,0.219009096,0.218570387,0.218227019,0.217955705,0.217781355,0.217688777,0.21770957,0.217873714,0.218047955,0.218326216,0.218619552,0.218936492,0.219319821,0.219794231,0.22026537,0.220778216,0.221302476,0.221893457,0.222394396,0.222883302,0.223351215,0.223737359,0.224150902,0.224558018,0.224991404,0.225430749,0.225870787,0.226365433,0.226782925,0.22714309,0.227528979,0.227888605,0.228267801,0.228636976,0.229015815,0.229367844,0.229811602,0.230319103,0.230852677,0.231411924,0.23196824,0.232465959,0.233071187,0.233717137,0.234298633,0.234859512,0.235351048,0.235800034,0.236253118,0.236630416,0.236879756,0.237052337,0.23704333,0.236911494,0.236789336,0.236514036,0.236093565,0.235649453,0.235032042,0.234286619,0.233466471,0.232584063,0.231730349,0.230918441,0.230218546,0.229725296,0.229385031,0.229209278,0.229449646,0.229852826,0.230296808,0.230977676,0.231831719,0.23267791,0.233752839,0.234949283,0.235848693,0.236779076,0.237690799,0.238405035,0.239028988,0.239482149,0.239748631,0.239878842,0.239944028,0.239972985,0.239757527,0.239439478,0.239237231,0.238952618,0.238596774,0.238208653,0.237755858,0.237295538,0.236865473,0.236313503,0.235497957,0.234676706,0.233964258,0.233132355,0.232205704,0.231150608,0.229726967,0.228085809,0.22640452,0.224424712,0.222115827,0.21979269,0.217118997,0.214130044,0.211129252,0.208091715,0.205140766,0.202539034,0.200155257,0.19802235,0.196625259,0.195852798,0.195624016,0.195980886,0.197161124,0.198637013,0.200775882,0.203134118,0.20612132,0.209129615,0.212077488,0.215011278,0.217812141,0.220406048,0.223122281,0.225499944,0.227657993,0.229669304,0.23137522,0.232984611,0.234336879,0.235521524,0.236821644,0.237979334,0.238948958,0.23983801,0.240445286,0.241106828,0.242019226,0.243023091,0.24423246,0.245360441,0.246117224,0.246598414,0.247029566,0.247673489,0.248185241,0.249053029,0.250557659,0.251631889,0.252529736,0.253447772,0.253412263,0.253205745,0.253985734,0.254991843,0.255818024,0.256570955,0.257046136,0.256788925,0.256903954,0.256867363,0.257460234,0.258957347,0.259751084,0.260908197,0.261402994 7 | --------------------------------------------------------------------------------