[GRASS-SVN] r68630 - in grass/trunk/imagery/i.atcorr: . sensors_csv

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 7 08:48:31 PDT 2016


Author: neteler
Date: 2016-06-07 08:48:31 -0700 (Tue, 07 Jun 2016)
New Revision: 68630

Added:
   grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1a.csv
   grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1b.csv
   grass/trunk/imagery/i.atcorr/sensors_csv/spot6.csv
   grass/trunk/imagery/i.atcorr/sensors_csv/spot7.csv
Modified:
   grass/trunk/imagery/i.atcorr/geomcond.cpp
   grass/trunk/imagery/i.atcorr/geomcond.h
   grass/trunk/imagery/i.atcorr/i.atcorr.html
   grass/trunk/imagery/i.atcorr/iwave.cpp
   grass/trunk/imagery/i.atcorr/iwave.h
Log:
i.atcorr: added support for Pleiades1a, Pleiades1b, Spot6, Spot7 (contributed by craab, trac #3054)

Modified: grass/trunk/imagery/i.atcorr/geomcond.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/geomcond.cpp	2016-06-07 13:06:56 UTC (rev 68629)
+++ grass/trunk/imagery/i.atcorr/geomcond.cpp	2016-06-07 15:48:31 UTC (rev 68630)
@@ -373,6 +373,10 @@
     case 17: /* quickbird2       * enter month,day,hh.ddd,long.,lat. */
     case 18: /* Landsat 8        * enter month,day,hh.ddd,long.,lat. */
     case 19: /* geoeye1          * enter month,day,hh.ddd,long.,lat. */
+    case 20: /* spot6            * enter month,day,hh.ddd,long.,lat. */
+    case 21: /* spot7            * enter month,day,hh.ddd,long.,lat. */
+    case 22: /* pleiades1a       * enter month,day,hh.ddd,long.,lat. */
+    case 23: /* pleiades1b       * enter month,day,hh.ddd,long.,lat. */
     {
 	cin >> month;
 	cin >> jday;
@@ -438,7 +442,11 @@
 	string(" Worldview2 observation      "),
 	string(" Quickbird2 observation      "),
 	string(" Landsat 8 observation       "),
-	string(" geoeye1  observation        ")
+	string(" geoeye1  observation        "),
+	string(" spot6 observation           "),
+	string(" spot7 observation           "),
+	string(" pleiades1a observation      "),
+	string(" pleiades1b observation      ")
 	};
 
     static const string head(" geometrical conditions identity  ");

Modified: grass/trunk/imagery/i.atcorr/geomcond.h
===================================================================
--- grass/trunk/imagery/i.atcorr/geomcond.h	2016-06-07 13:06:56 UTC (rev 68629)
+++ grass/trunk/imagery/i.atcorr/geomcond.h	2016-06-07 15:48:31 UTC (rev 68630)
@@ -67,6 +67,14 @@
 /*                                                                      c */
 /*         19      geoeye1          * enter month,day,hh.ddd,long.,lat. c */
 /*                                                                      c */
+/*         20      spot6            * enter month,day,hh.ddd,long.,lat. c */
+/*                                                                      c */
+/*         21      spot7            * enter month,day,hh.ddd,long.,lat. c */
+/*                                                                      c */
+/*         22      pleiades1a       * enter month,day,hh.ddd,long.,lat. c */
+/*                                                                      c */
+/*         23      pleiades1b       * enter month,day,hh.ddd,long.,lat. c */
+/*                                                                      c */
 /*     note:       for hrv and tm experiments long. and lat. are the    c */
 /*                 coordinates of the scene center.                     c */
 /*                 lat. must be > 0 for north lat., < 0 for south lat.  c */

Modified: grass/trunk/imagery/i.atcorr/i.atcorr.html
===================================================================
--- grass/trunk/imagery/i.atcorr/i.atcorr.html	2016-06-07 13:06:56 UTC (rev 68629)
+++ grass/trunk/imagery/i.atcorr/i.atcorr.html	2016-06-07 15:48:31 UTC (rev 68630)
@@ -184,6 +184,35 @@
 <td>enter month,day,hh.ddd,long.,lat. *</td>
 </tr>
 
+
+<tr>
+<td>20</td>
+<td><b>Spot6</b></td>
+<td>enter month,day,hh.ddd,long.,lat. *</td>
+</tr>
+
+
+<tr>
+<td>21</td>
+<td><b>Spot7</b></td>
+<td>enter month,day,hh.ddd,long.,lat. *</td>
+</tr>
+
+
+<tr>
+<td>22</td>
+<td><b>Pleiades1A</b></td>
+<td>enter month,day,hh.ddd,long.,lat. *</td>
+</tr>
+
+
+<tr>
+<td>23</td>
+<td><b>Pleiades1B</b></td>
+<td>enter month,day,hh.ddd,long.,lat. *</td>
+</tr>
+
+
 </table>
 
 <blockquote>
@@ -614,6 +643,34 @@
 <tr><td>118</td><td>GeoEye 1 Red Band (0.655-0.690)</td></tr>
 <tr><td>120</td><td>GeoEye 1 NIR Band (0.780-0.920)</td></tr>
 
+
+<tr><td>129</td><td><b>Spot6</b> Blue band (455nm - 525nm)</td></tr>
+<tr><td>130</td><td>Spot6 Green band  (530nm - 527nm)</td></tr>
+<tr><td>131</td><td>Spot6 Red band  (625nm - 695nm)</td></tr>
+<tr><td>132</td><td>Spot6 NIR band  (760nm - 890nm)</td></tr>
+<tr><td>133</td><td>Spot6 Pan band  (455nm - 745nm)</td></tr>
+
+
+<tr><td>134</td><td><b>Spot7</b> Blue band (455nm - 525nm)</td></tr>
+<tr><td>135</td><td>Spot7 Green band  (530nm - 527nm)</td></tr>
+<tr><td>136</td><td>Spot7 Red band  (625nm - 695nm)</td></tr>
+<tr><td>137</td><td>Spot7 NIR band  (760nm - 890nm)</td></tr>
+<tr><td>138</td><td>Spot7 Pan band  (455nm - 745nm)</td></tr>
+
+
+<tr><td>139</td><td><b>Pleiades1A</b> Blue band (430nm - 550nm)</td></tr>
+<tr><td>140</td><td>Pleiades1A Green band  (490nm - 610nm)</td></tr>
+<tr><td>141</td><td>Pleiades1A Red band  (600nm - 720nm)</td></tr>
+<tr><td>142</td><td>Pleiades1A NIR band  (750nm - 950nm)</td></tr>
+<tr><td>143</td><td>Pleiades1A Pan band  (480nm - 830nm)</td></tr>
+
+
+<tr><td>144</td><td><b>Pleiades1B </b> Blue band (430nm - 550nm)</td></tr>
+<tr><td>145</td><td>Pleiades1B Green band  (490nm - 610nm)</td></tr>
+<tr><td>146</td><td>Pleiades1B Red band  (600nm - 720nm)</td></tr>
+<tr><td>147</td><td>Pleiades1B NIR band  (750nm - 950nm)</td></tr>
+<tr><td>148</td><td>Pleiades1B Pan band  (480nm - 830nm)</td></tr>
+
 </table>
 
 <h2>EXAMPLES</h2>

Modified: grass/trunk/imagery/i.atcorr/iwave.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/iwave.cpp	2016-06-07 13:06:56 UTC (rev 68629)
+++ grass/trunk/imagery/i.atcorr/iwave.cpp	2016-06-07 15:48:31 UTC (rev 68630)
@@ -3305,6 +3305,782 @@
     }
 }
 
+void IWave::spot6(int iwa)
+{
+
+    /* Spot6 Blue of spot6 */
+    static const float sr1[241] = {
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0002, .0002, .0005, .0012, .0022, .0039, .0084,
+		.0182, .0319, .0680, .1467, .2649, .4506, .6147, .7798,
+		.8575, .8527, .8532, .8547, .8756, .9153, .9331, .9370,
+		.9338, .9225, .9209, .9396, .9636, .9747, .9664, .9522,
+		.9582, .9861, 1.0000, .9973, .9840, .9234, .8339, .6537,
+		.4313, .2393, .1046, .0502, .0279, .0156, .0081, .0049,
+		.0033, .0024, .0017, .0012, .0009, .0006, .0005, .0005,
+		.0004, .0004, .0003, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0002, .0002, .0002, .0002, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0002, .0002, .0002, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0002, .0002,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0002, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot6 Green of spot6 */
+    static const float sr2[241] = {
+		.0000, .0000, .0000, .0000, .0001, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0001, .0001, .0001, .0001, .0002, .0003,
+		.0004, .0006, .0010, .0019, .0033, .0061, .0127, .0313,
+		.0704, .1541, .3075, .5195, .7467, .9229, 1.0057, 1.0230,
+		1.0212, 1.0164, 1.0096, 1.0029, .9996, 1.0026, 1.0091, 1.0100,
+		.9990, .9815, .9702, .9709, .9807, .9944, .9991, .9871,
+		.9639, .8850, .7236, .5325, .2984, .1244, .0510, .0246,
+		.0118, .0055, .0025, .0013, .0008, .0006, .0004, .0003,
+		.0002, .0002, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0001, .0001, .0000, .0000,
+		.0001, .0001, .0001, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot6 Red of spot6 */
+    static const float sr3[241] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0001, .0001, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0001, .0001, .0000,
+		.0001, .0001, .0001, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0001, .0001, .0001, .0002, .0003, .0004, .0005, .0006,
+		.0009, .0016, .0031, .0065, .0125, .0222, .0387, .0747,
+		.1634, .3494, .5463, .7600, .9267, .9767, .9951, .9979,
+		.9662, .9217, .8987, .9033, .9255, .9573, .9887, 1.0107,
+		1.0137, .9960, .9674, .9391, .9198, .9138, .9211, .9366,
+		.9466, .9308, .8765, .7978, .6985, .5868, .4715, .3531,
+		.2351, .1401, .0776, .0416, .0206, .0098, .0045, .0023,
+		.0013, .0008, .0005, .0005, .0004, .0003, .0003, .0002,
+		.0001, .0001, .0000, .0000, .0000, .0000, .0001, .0001,
+		.0001, .0002, .0001, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot6 NIR of spot6 */
+    static const float sr4[241] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0008, .0008, .0010, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0001,
+		.0001, .0002, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0003, .0003, .0003, .0003, .0003, .0004,
+		.0005, .0006, .0006, .0004, .0003, .0001, .0001, .0001,
+		.0001, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0001, .0001,
+		.0001, .0001, .0001, .0002, .0002, .0003, .0004, .0005,
+		.0007, .0010, .0014, .0019, .0028, .0042, .0065, .0104,
+		.0170, .0290, .0496, .0862, .1462, .2549, .3877, .5465,
+		.7084, .8466, .9436, .9893, 1.0000, .9932, .9834, .9753,
+		.9694, .9633, .9552, .9448, .9330, .9201, .9087, .8988,
+		.8904, .8829, .8749, .8643, .8520, .8377, .8224, .8081,
+		.7954, .7842, .7751, .7670, .7592, .7514, .7431, .7336,
+		.7233, .7118, .6987, .6841, .6699, .6567, .6454, .6366,
+		.6299, .6230, .6150, .6053, .5943, .5805, .5570, .5102,
+		.4427, .3607, .2673, .1717, .0941, .0480, .0243, .0132,
+		.0074, .0046, .0029, .0020, .0014, .0011, .0008, .0007,
+		.0006, .0005, .0004, .0003, .0003, .0002, .0002, .0001,
+		.0001, .0001, .0001, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot6 Pan of spot6 */
+    static const float sr5[241] = {
+		.0001, .0001, .0001, .0001, .0002, .0002, .0002, .0002,
+		.0003, .0004, .0007, .0010, .0017, .0036, .0066, .0105,
+		.0161, .0327, .0717, .1335, .2227, .3529, .5156, .6744,
+		.7759, .8080, .8143, .8112, .8188, .8450, .8704, .8801,
+		.8818, .8903, .9054, .9170, .9198, .9199, .9258, .9378,
+		.9461, .9454, .9412, .9432, .9542, .9668, .9732, .9716,
+		.9700, .9751, .9831, .9870, .9830, .9731, .9665, .9703,
+		.9820, .9939, .9973, .9903, .9797, .9738, .9773, .9886,
+		.9989, 1.0017, .9947, .9834, .9750, .9752, .9831, .9934,
+		.9995, .9972, .9883, .9779, .9716, .9725, .9790, .9867,
+		.9906, .9880, .9807, .9719, .9663, .9660, .9693, .9736,
+		.9754, .9719, .9638, .9531, .9437, .9383, .9375, .9407,
+		.9449, .9469, .9449, .9373, .9260, .9148, .9056, .9009,
+		.9006, .9039, .9079, .9100, .9088, .9026, .8936, .8832,
+		.8737, .8675, .8649, .8644, .8650, .8654, .8633, .8590,
+		.8522, .8434, .8344, .8267, .8205, .8160, .8128, .8096,
+		.8061, .7995, .7908, .7812, .7707, .7633, .7544, .7290,
+		.6647, .5549, .4157, .2694, .1503, .0778, .0392, .0209,
+		.0115, .0067, .0044, .0026, .0017, .0011, .0008, .0006,
+		.0004, .0003, .0003, .0002, .0002, .0001, .0001, .0001,
+		.0001, .0001, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    static const float wli[5] = {0.400, 0.400, 0.400, 0.400, 0.400};
+    static const float wls[5] = {1.000, 1.000, 1.000, 1.000, 1.000};
+
+    ffu.wlinf = (float)wli[iwa-1];
+    ffu.wlsup = (float)wls[iwa-1];
+
+    int i;
+    for(i = 0; i < 1501; i++) ffu.s[i] = 0;
+
+    switch(iwa)
+    {
+    case 1: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr1[i];
+        break;
+    case 2: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr2[i];
+        break;
+    case 3: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr3[i];
+        break;
+    case 4: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr4[i];
+        break;
+    case 5: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr5[i];
+        break;
+    }
+}
+
+/* Following filter function created using create_iwave.py */
+
+void IWave::spot7(int iwa)
+{
+
+    /* spot7 Blue of spot7 */
+    static const float sr1[241] = {
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0002, .0004, .0007,
+		.0014, .0036, .0145, .0771, .2058, .3851, .5883, .7118,
+		.7732, .8001, .8134, .8290, .8540, .8798, .8934, .9007,
+		.9104, .9133, .9290, .9436, .9534, .9595, .9525, .9394,
+		.9498, .9599, .9648, .9754, .9792, .9920, 1.0000, .9602,
+		.8198, .6370, .4136, .1930, .0761, .0275, .0075, .0037,
+		.0029, .0021, .0007, .0003, .0002, .0002, .0002, .0002,
+		.0003, .0003, .0003, .0003, .0003, .0003, .0003, .0003,
+		.0003, .0003, .0003, .0003, .0003, .0003, .0003, .0003,
+		.0003, .0003, .0003, .0003, .0003, .0003, .0002, .0002,
+		.0002, .0002, .0003, .0003, .0003, .0003, .0003, .0003,
+		.0002, .0002, .0002, .0002, .0003, .0003, .0003, .0005,
+		.0007, .0013, .0010, .0004, .0003, .0015, .0014, .0046,
+		.0036, .0034, .0002, .0011, .0031, .0034, .0041, .0024,
+		.0014, .0004, .0004, .0005, .0003, .0004, .0002, .0002,
+		.0003, .0002, .0002, .0002, .0002, .0001, .0002, .0001,
+		.0002, .0001, .0002, .0002, .0002, .0001, .0002, .0002,
+		.0003, .0004, .0003, .0003, .0001, .0002, .0001, .0001,
+		.0001, .0002, .0001, .0001, .0000, .0001, .0000, .0001,
+		.0000, .0001, .0002, .0002, .0001, .0002, .0002, .0002,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0002, .0002, .0003, .0004, .0004,
+		.0005, .0005, .0005, .0005, .0005, .0005, .0005, .0005,
+		.0005, .0004, .0004, .0005, .0006, .0006, .0008, .0015,
+		.0021, .0020, .0022, .0019, .0018, .0014, .0013, .0011,
+		.0009, .0008, .0008, .0007, .0008, .0009, .0011, .0012,
+		.0012, .0022, .0021, .0027, .0028, .0021, .0021, .0009,
+		.0008, .0003, .0002, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot7 Green of spot7 */
+    static const float sr2[241] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0001, .0001, .0002, .0004, .0007,
+		.0019, .0051, .0154, .0747, .2220, .4198, .6371, .7791,
+		.8264, .8142, .8193, .8678, .9098, .9331, .9473, .9534,
+		.9543, .9588, .9665, .9740, .9853, .9949, .9985, .9979,
+		.9994, .9992, .9761, .9071, .8632, .7668, .6158, .5032,
+		.3340, .1427, .0470, .0192, .0085, .0037, .0014, .0007,
+		.0004, .0002, .0001, .0000, .0000, .0000, .0001, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0001, .0001, .0003,
+		.0004, .0003, .0001, .0001, .0002, .0001, .0002, .0002,
+		.0002, .0000, .0000, .0000, .0000, .0001, .0001, .0001,
+		.0002, .0002, .0002, .0003, .0003, .0002, .0002, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0002, .0003, .0004, .0006, .0008, .0008,
+		.0008, .0007, .0006, .0003, .0003, .0003, .0003, .0003,
+		.0003, .0002, .0001, .0001, .0001, .0002, .0003, .0004,
+		.0005, .0005, .0005, .0006, .0004, .0004, .0002, .0002,
+		.0002, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot7 Red of spot7 */
+    static const float sr3[241] = {
+		.0001, .0001, .0001, .0002, .0002, .0002, .0006, .0033,
+		.0059, .0064, .0040, .0009, .0013, .0016, .0013, .0009,
+		.0011, .0013, .0012, .0012, .0012, .0013, .0015, .0010,
+		.0008, .0011, .0013, .0012, .0012, .0008, .0008, .0009,
+		.0010, .0009, .0008, .0007, .0006, .0007, .0007, .0008,
+		.0009, .0008, .0008, .0008, .0008, .0009, .0009, .0009,
+		.0009, .0008, .0008, .0008, .0008, .0009, .0011, .0011,
+		.0011, .0009, .0008, .0007, .0008, .0008, .0008, .0010,
+		.0011, .0013, .0011, .0010, .0008, .0007, .0008, .0008,
+		.0008, .0009, .0014, .0024, .0029, .0031, .0026, .0019,
+		.0019, .0027, .0045, .0078, .0140, .0292, .0802, .1791,
+		.2523, .3239, .3762, .3703, .3855, .4631, .5767, .6899,
+		.7903, .8963, .9694, .9814, .9837, .9964, .9995, .9920,
+		.9851, .9778, .9612, .9341, .9075, .8951, .9035, .9239,
+		.9382, .9348, .9219, .9104, .9044, .8952, .8624, .7922,
+		.6672, .5121, .3598, .2257, .1290, .0793, .0577, .0468,
+		.0390, .0318, .0232, .0138, .0070, .0040, .0028, .0025,
+		.0026, .0028, .0027, .0027, .0024, .0019, .0015, .0016,
+		.0019, .0017, .0019, .0018, .0013, .0009, .0008, .0008,
+		.0008, .0008, .0008, .0010, .0007, .0010, .0011, .0015,
+		.0014, .0016, .0016, .0015, .0014, .0012, .0011, .0008,
+		.0009, .0008, .0007, .0007, .0005, .0006, .0005, .0005,
+		.0007, .0006, .0005, .0004, .0005, .0011, .0016, .0017,
+		.0016, .0019, .0018, .0013, .0013, .0006, .0003, .0003,
+		.0002, .0004, .0004, .0004, .0003, .0004, .0006, .0008,
+		.0010, .0012, .0013, .0013, .0015, .0015, .0014, .0011,
+		.0011, .0017, .0026, .0033, .0026, .0032, .0044, .0040,
+		.0028, .0021, .0010, .0009, .0006, .0006, .0004, .0004,
+		.0003, .0003, .0003, .0002, .0002, .0002, .0002, .0001,
+		.0002, .0001, .0001, .0001, .0001, .0001, .0001, .0000,
+		.0001
+    };
+	
+    /* spot7 NIR of spot7 */
+    static const float sr4[241] = {
+		.0000, .0000, .0000, .0001, .0003, .0004, .0005, .0005,
+		.0004, .0004, .0003, .0003, .0004, .0005, .0008, .0009,
+		.0009, .0008, .0006, .0007, .0010, .0013, .0019, .0021,
+		.0022, .0018, .0013, .0010, .0008, .0005, .0003, .0003,
+		.0002, .0001, .0001, .0001, .0001, .0002, .0002, .0002,
+		.0002, .0002, .0003, .0003, .0003, .0003, .0001, .0004,
+		.0007, .0010, .0010, .0006, .0003, .0005, .0008, .0010,
+		.0011, .0008, .0006, .0007, .0010, .0013, .0013, .0010,
+		.0006, .0004, .0002, .0002, .0002, .0003, .0003, .0003,
+		.0003, .0002, .0002, .0003, .0005, .0007, .0009, .0009,
+		.0010, .0007, .0004, .0002, .0001, .0002, .0001, .0001,
+		.0002, .0001, .0001, .0001, .0002, .0001, .0001, .0002,
+		.0002, .0001, .0001, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0002, .0001, .0002, .0001, .0001, .0002,
+		.0002, .0002, .0002, .0002, .0002, .0002, .0002, .0001,
+		.0001, .0001, .0001, .0002, .0002, .0002, .0002, .0003,
+		.0003, .0004, .0005, .0006, .0007, .0010, .0015, .0024,
+		.0039, .0065, .0113, .0202, .0353, .0606, .1026, .1796,
+		.3276, .4949, .6522, .7976, .9149, .9645, .9593, .9472,
+		.9500, .9614, .9741, .9798, .9945, .9989, .9942, .9787,
+		.9669, .9546, .9411, .9290, .9171, .9071, .8970, .8867,
+		.8749, .8603, .8429, .8247, .8050, .7864, .7700, .7573,
+		.7482, .7402, .7312, .7216, .7074, .6893, .6667, .6404,
+		.6118, .5830, .5529, .5224, .4938, .4658, .4379, .4077,
+		.3707, .3252, .2748, .2212, .1662, .1137, .0696, .0391,
+		.0211, .0120, .0073, .0049, .0035, .0029, .0024, .0021,
+		.0018, .0016, .0014, .0012, .0010, .0007, .0005, .0004,
+		.0003, .0002, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    /* spot7 Pan of spot7 */
+    static const float sr5[241] = {
+		.0001, .0001, .0001, .0001, .0001, .0001, .0000, .0001,
+		.0001, .0001, .0001, .0002, .0003, .0004, .0008, .0026,
+		.0089, .0293, .0911, .2322, .4161, .5766, .6555, .6834,
+		.7001, .7313, .7615, .7761, .7760, .7811, .7970, .8226,
+		.8557, .8692, .8794, .8849, .8867, .8913, .8908, .8982,
+		.9110, .9220, .9366, .9446, .9460, .9504, .9514, .9529,
+		.9519, .9403, .9273, .9205, .9230, .9388, .9551, .9536,
+		.9457, .9484, .9614, .9764, .9866, .9868, .9811, .9784,
+		.9806, .9841, .9873, .9898, .9901, .9918, .9963, .9997,
+		.9971, .9877, .9793, .9768, .9791, .9821, .9814, .9755,
+		.9703, .9717, .9777, .9819, .9814, .9786, .9764, .9741,
+		.9742, .9739, .9734, .9716, .9677, .9634, .9616, .9617,
+		.9620, .9614, .9587, .9529, .9441, .9352, .9302, .9315,
+		.9357, .9386, .9379, .9331, .9277, .9235, .9198, .9155,
+		.9093, .8992, .8850, .8686, .8561, .8524, .8583, .8648,
+		.8692, .8681, .8631, .8572, .8521, .8469, .8403, .8349,
+		.8280, .8152, .7916, .7543, .7074, .6639, .6386, .6187,
+		.5794, .5198, .4311, .3047, .1803, .1007, .0572, .0331,
+		.0176, .0090, .0044, .0026, .0017, .0013, .0011, .0009,
+		.0009, .0008, .0008, .0010, .0007, .0010, .0011, .0011,
+		.0007, .0008, .0009, .0009, .0008, .0009, .0008, .0008,
+		.0008, .0008, .0009, .0010, .0012, .0008, .0007, .0009,
+		.0010, .0007, .0007, .0006, .0006, .0006, .0004, .0004,
+		.0008, .0005, .0006, .0004, .0007, .0006, .0005, .0004,
+		.0003, .0004, .0005, .0004, .0004, .0004, .0004, .0004,
+		.0004, .0004, .0004, .0004, .0003, .0003, .0003, .0003,
+		.0003, .0003, .0002, .0004, .0003, .0003, .0002, .0002,
+		.0004, .0003, .0003, .0002, .0003, .0002, .0002, .0002,
+		.0002, .0002, .0001, .0002, .0001, .0002, .0002, .0002,
+		.0001, .0001, .0002, .0001, .0000, .0001, .0001, .0001,
+		.0000
+    };
+	
+    static const float wli[5] = {0.400, 0.400, 0.400, 0.400, 0.400};
+    static const float wls[5] = {1.000, 1.000, 1.000, 1.000, 1.000};
+
+    ffu.wlinf = (float)wli[iwa-1];
+    ffu.wlsup = (float)wls[iwa-1];
+
+    int i;
+    for(i = 0; i < 1501; i++) ffu.s[i] = 0;
+
+    switch(iwa)
+    {
+    case 1: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr1[i];
+        break;
+    case 2: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr2[i];
+        break;
+    case 3: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr3[i];
+        break;
+    case 4: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr4[i];
+        break;
+    case 5: for(i = 0; i < 241; i++)  ffu.s[60+i] = sr5[i];
+        break;
+    }
+}
+
+/* Following filter function created using create_iwave.py */
+
+void IWave::pleiades1a(int iwa)
+{
+
+    /* pleiades1a Blue of pleiades1a */
+    static const float sr1[209] = {
+		.0100, .0296, .0886, .1300, .1355, .2482, .4389, .5185,
+		.4758, .5178, .6596, .7786, .7959, .7725, .7796, .8094,
+		.8324, .8437, .8410, .8332, .8250, .8246, .8369, .8711,
+		.9167, .9474, .9601, .9669, .9748, .9730, .9684, .9664,
+		.9744, .9903, 1.0000, .9938, .9817, .9813, .9671, .8859,
+		.7175, .4994, .3052, .1740, .0953, .0549, .0349, .0264,
+		.0232, .0225, .0212, .0175, .0120, .0074, .0047, .0034,
+		.0026, .0020, .0015, .0011, .0007, .0005, .0004, .0004,
+		.0005, .0010, .0014, .0014, .0009, .0003, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0001, .0002, .0005, .0008, .0010, .0007,
+		.0005, .0004, .0006, .0012, .0016, .0017, .0010, .0004,
+		.0002, .0001, .0001, .0001, .0001, .0000, .0000, .0001,
+		.0001, .0000, .0001, .0001, .0001, .0001, .0002, .0002,
+		.0004, .0005, .0007, .0008, .0007, .0005, .0004, .0003,
+		.0003, .0003, .0002, .0002, .0002, .0003, .0003, .0004,
+		.0005, .0006, .0008, .0012, .0018, .0031, .0056, .0105,
+		.0168, .0214, .0218, .0179, .0138, .0108, .0090, .0081,
+		.0080, .0081, .0090, .0103, .0127, .0164, .0224, .0311,
+		.0416, .0503, .0537, .0489, .0395, .0294, .0215, .0164,
+		.0130, .0109, .0095, .0085, .0078, .0075, .0073, .0074,
+		.0075, .0077, .0079, .0079, .0078, .0073, .0067, .0058,
+		.0049
+    };
+	
+    /* Pleiades1a Green of pleiades1a */
+    static const float sr2[209] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0001, .0002, .0003, .0004,
+		.0005, .0008, .0046, .0086, .0145, .0246, .0486, .1109,
+		.2379, .4375, .6562, .8184, .8944, .9165, .9230, .9287,
+		.9374, .9507, .9616, .9692, .9772, .9815, .9834, .9876,
+		.9958, 1.0000, .9973, .9849, .9679, .9538, .9542, .9675,
+		.9818, .9868, .9724, .9345, .8829, .8441, .8255, .8103,
+		.7517, .6227, .4368, .2572, .1376, .0778, .0485, .0346,
+		.0270, .0215, .0162, .0108, .0061, .0031, .0016, .0008,
+		.0005, .0003, .0002, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0002, .0002, .0002,
+		.0002, .0001, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0001, .0002, .0002,
+		.0002, .0001, .0001, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0001, .0000, .0000, .0001, .0001, .0001,
+		.0002, .0004, .0010, .0042, .0067, .0079, .0069, .0030,
+		.0011, .0007, .0006, .0005, .0005, .0005, .0006, .0008,
+		.0011, .0017, .0031, .0056, .0092, .0126, .0146, .0143,
+		.0119, .0091, .0069, .0057, .0053, .0054, .0061, .0068,
+		.0084, .0108, .0141, .0186, .0234, .0276, .0301, .0304,
+		.0290, .0269, .0250, .0240, .0235, .0239, .0248, .0260,
+		.0271, .0270, .0257, .0230, .0191, .0150, .0111, .0081,
+		.0058
+    };
+	
+    /* Pleiades1a Red of pleiades1a */
+    static const float sr3[209] = {
+		.0097, .0035, .0035, .0114, .0267, .0374, .0905, .0908,
+		.0400, .0209, .0081, .0027, .0011, .0006, .0005, .0006,
+		.0010, .0019, .0015, .0006, .0003, .0003, .0003, .0003,
+		.0005, .0008, .0005, .0002, .0001, .0001, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0002, .0002, .0003, .0004, .0006, .0010, .0033,
+		.0100, .0182, .0331, .0625, .1184, .2220, .3759, .5579,
+		.7347, .8643, .9326, .9533, .9627, .9534, .9444, .9463,
+		.9569, .9700, .9846, .9956, .9999, 1.0000, .9970, .9951,
+		.9890, .9864, .9814, .9690, .9551, .9378, .9176, .8929,
+		.8669, .8448, .8226, .7893, .7378, .6630, .5666, .4496,
+		.3262, .2196, .1417, .0926, .0620, .0457, .0356, .0311,
+		.0295, .0234, .0190, .0159, .0132, .0108, .0084, .0064,
+		.0047, .0034, .0024, .0017, .0013, .0010, .0007, .0006,
+		.0005, .0004, .0004, .0003, .0003, .0003, .0003, .0003,
+		.0003, .0003, .0003, .0004, .0005, .0005, .0006, .0007,
+		.0007, .0007, .0006, .0005, .0004, .0004, .0002, .0003,
+		.0002, .0002, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0003, .0003, .0003, .0005, .0005, .0007,
+		.0008, .0011, .0014, .0019, .0025, .0034, .0042, .0054,
+		.0063, .0069, .0071, .0070, .0066, .0068, .0067, .0069,
+		.0071, .0074, .0081, .0087, .0097, .0107, .0120, .0137,
+		.0160, .0181, .0207, .0237, .0270, .0311, .0353, .0399,
+		.0439, .0463, .0455, .0409, .0333, .0251, .0179, .0125,
+		.0086
+    };
+	
+    /* pleiades1a NIR of pleiades1a */
+    static const float sr4[209] = {
+		.0024, .0017, .0021, .0021, .0013, .0007, .0006, .0006,
+		.0008, .0012, .0021, .0024, .0013, .0006, .0004, .0003,
+		.0003, .0003, .0003, .0005, .0009, .0010, .0007, .0004,
+		.0003, .0002, .0002, .0003, .0004, .0006, .0007, .0007,
+		.0006, .0004, .0003, .0003, .0003, .0003, .0004, .0005,
+		.0006, .0007, .0009, .0009, .0009, .0008, .0007, .0006,
+		.0005, .0006, .0006, .0008, .0014, .0024, .0027, .0014,
+		.0006, .0004, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0003, .0007, .0014, .0013, .0006, .0002, .0001, .0001,
+		.0000, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0002, .0002, .0002, .0002,
+		.0002, .0001, .0001, .0001, .0001, .0001, .0001, .0000,
+		.0000, .0000, .0001, .0001, .0001, .0001, .0001, .0002,
+		.0002, .0003, .0004, .0005, .0006, .0008, .0010, .0012,
+		.0014, .0016, .0018, .0019, .0021, .0023, .0025, .0038,
+		.0045, .0054, .0067, .0084, .0108, .0152, .0214, .0295,
+		.0417, .0591, .0841, .1200, .1685, .2344, .3148, .4102,
+		.5131, .6196, .7196, .8080, .8783, .9313, .9662, .9859,
+		.9959, 1.0000, .9979, .9931, .9853, .9735, .9606, .9494,
+		.9376, .9313, .9284, .9275, .9289, .9299, .9302, .9309,
+		.9315, .9278, .9226, .9162, .9073, .8975, .8845, .8736,
+		.8604, .8494, .8370, .8259, .8132, .7983, .7852, .7720,
+		.7580, .7433, .7273, .7098, .6906, .6694, .6464, .6221,
+		.5966, .5716, .5472, .5225, .4996, .4771, .4563, .4366,
+		.4164, .3950, .3688, .3351, .2940, .2473, .1978, .1498,
+		.1077, .0744, .0496, .0331, .0218, .0147, .0104, .0077,
+		.0062
+    };
+	
+    /* Pleiades1a Pan of pleiades1a */
+    static const float sr5[209] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0004, .0008, .0030, .0061, .0130, .0240, .0422, .0718,
+		.1152, .1739, .2443, .3204, .3941, .4553, .5016, .5325,
+		.5538, .5684, .5825, .5968, .6108, .6233, .6336, .6422,
+		.6502, .6571, .6641, .6708, .6766, .6809, .6830, .6835,
+		.6832, .6832, .6847, .6893, .6965, .7074, .7194, .7324,
+		.7450, .7555, .7639, .7717, .7777, .7827, .7872, .7914,
+		.7950, .7975, .7998, .8008, .8004, .8003, .8001, .8013,
+		.8037, .8078, .8137, .8211, .8304, .8391, .8483, .8565,
+		.8635, .8690, .8739, .8769, .8801, .8826, .8851, .8895,
+		.8940, .8995, .9057, .9125, .9190, .9246, .9290, .9339,
+		.9375, .9416, .9450, .9481, .9511, .9533, .9561, .9582,
+		.9602, .9610, .9632, .9650, .9675, .9730, .9775, .9829,
+		.9875, .9928, .9967, .9995, 1.0000, .9944, .9883, .9812,
+		.9752, .9701, .9661, .9633, .9625, .9622, .9634, .9655,
+		.9672, .9673, .9678, .9654, .9634, .9580, .9534, .9487,
+		.9424, .9359, .9300, .9245, .9191, .9142, .9089, .9041,
+		.8981, .8928, .8871, .8829, .8773, .8735, .8695, .8665,
+		.8661, .8589, .8478, .8332, .8137, .7867, .7491, .6982,
+		.6307, .5507, .4617, .3696, .2824, .2075, .1465, .1010,
+		.0687, .0471, .0324, .0247, .0174, .0127, .0117, .0087,
+		.0082, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000
+    };
+	
+    static const float wli[5] = {0.430, 0.430, 0.430, 0.430, 0.430};
+    static const float wls[5] = {0.950, 0.950, 0.950, 0.950, 0.950};
+
+    ffu.wlinf = (float)wli[iwa-1];
+    ffu.wlsup = (float)wls[iwa-1];
+
+    int i;
+    for(i = 0; i < 1501; i++) ffu.s[i] = 0;
+
+    switch(iwa)
+    {
+    case 1: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr1[i];
+        break;
+    case 2: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr2[i];
+        break;
+    case 3: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr3[i];
+        break;
+    case 4: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr4[i];
+        break;
+    case 5: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr5[i];
+        break;
+    }
+}
+
+/* Following filter function created using create_iwave.py */
+
+void IWave::pleiades1b(int iwa)
+{
+
+    /* pleiades1b Blue of pleiades1b */
+    static const float sr1[209] = {
+		.0016, .0013, .0043, .0111, .0176, .0234, .0574, .1346,
+		.2238, .3085, .4616, .6508, .7554, .7477, .7168, .7185,
+		.7567, .8101, .8422, .8234, .7752, .7527, .7802, .8199,
+		.8517, .8603, .8587, .8658, .8828, .9040, .9197, .9326,
+		.9502, .9758, .9950, 1.0000, .9951, .9806, .9417, .8436,
+		.6711, .4633, .2889, .1671, .0902, .0505, .0315, .0238,
+		.0213, .0206, .0196, .0168, .0114, .0067, .0041, .0030,
+		.0024, .0020, .0016, .0011, .0013, .0008, .0006, .0004,
+		.0004, .0004, .0005, .0011, .0020, .0012, .0004, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0001, .0002, .0008, .0011,
+		.0008, .0004, .0004, .0004, .0007, .0016, .0024, .0010,
+		.0003, .0002, .0001, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0001, .0000, .0001, .0001, .0001,
+		.0002, .0003, .0004, .0007, .0009, .0007, .0006, .0004,
+		.0003, .0002, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0003, .0004, .0004, .0005, .0007, .0010, .0016, .0026,
+		.0046, .0091, .0172, .0238, .0215, .0159, .0120, .0095,
+		.0079, .0072, .0072, .0076, .0084, .0099, .0123, .0163,
+		.0226, .0320, .0444, .0547, .0564, .0480, .0358, .0258,
+		.0189, .0144, .0117, .0099, .0086, .0078, .0072, .0070,
+		.0069, .0069, .0070, .0073, .0074, .0075, .0075, .0071,
+		.0064
+    };
+	
+    /* Pleiades1b Green of pleiades1b */
+    static const float sr2[209] = {
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0001, .0001, .0001, .0002, .0003, .0005, .0006, .0008,
+		.0015, .0041, .0100, .0196, .0325, .0568, .1238, .2859,
+		.5290, .7716, .8838, .9080, .9131, .9137, .9225, .9367,
+		.9498, .9545, .9586, .9642, .9705, .9723, .9675, .9589,
+		.9524, .9525, .9560, .9552, .9490, .9471, .9544, .9711,
+		.9898, 1.0000, .9954, .9698, .9253, .8633, .7948, .7239,
+		.6453, .5439, .4170, .2767, .1575, .0856, .0492, .0327,
+		.0238, .0182, .0141, .0100, .0058, .0030, .0015, .0008,
+		.0005, .0003, .0002, .0001, .0001, .0001, .0001, .0001,
+		.0000, .0001, .0000, .0000, .0001, .0001, .0001, .0003,
+		.0003, .0002, .0001, .0001, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0001,
+		.0003, .0002, .0001, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0001, .0001, .0001, .0003, .0007, .0032, .0142,
+		.0083, .0022, .0009, .0006, .0004, .0004, .0004, .0004,
+		.0005, .0006, .0008, .0011, .0019, .0037, .0064, .0103,
+		.0131, .0133, .0111, .0084, .0066, .0057, .0054, .0056,
+		.0062, .0072, .0089, .0115, .0149, .0193, .0235, .0264,
+		.0270, .0255, .0234, .0214, .0199, .0193, .0191, .0197,
+		.0207, .0220, .0232, .0238, .0230, .0207, .0172, .0133,
+		.0098
+    };
+	
+    /* Pleiades1b Red of pleiades1b */
+    static const float sr3[209] = {
+		.0005, .0009, .0005, .0012, .0051, .0080, .0067, .0109,
+		.0247, .0654, .1225, .0570, .0214, .0128, .0063, .0024,
+		.0009, .0005, .0004, .0004, .0005, .0008, .0010, .0006,
+		.0004, .0003, .0002, .0003, .0004, .0005, .0005, .0004,
+		.0003, .0002, .0001, .0001, .0001, .0001, .0001, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0000, .0000, .0000, .0000,
+		.0000, .0000, .0001, .0001, .0001, .0001, .0001, .0002,
+		.0002, .0002, .0007, .0012, .0021, .0038, .0068, .0123,
+		.0222, .0413, .0781, .1519, .2777, .4510, .6291, .7625,
+		.8329, .8579, .8659, .8693, .8752, .8858, .9006, .9175,
+		.9349, .9478, .9570, .9623, .9648, .9624, .9613, .9620,
+		.9699, .9812, .9934, 1.0000, .9810, .9523, .9132, .8694,
+		.8252, .7830, .7361, .6735, .5878, .4805, .3630, .2523,
+		.1626, .1022, .0641, .0419, .0285, .0205, .0154, .0121,
+		.0099, .0083, .0071, .0061, .0052, .0043, .0035, .0028,
+		.0036, .0030, .0023, .0018, .0013, .0010, .0008, .0006,
+		.0005, .0004, .0004, .0004, .0003, .0003, .0003, .0003,
+		.0003, .0003, .0003, .0003, .0004, .0004, .0005, .0006,
+		.0006, .0007, .0007, .0006, .0005, .0005, .0004, .0003,
+		.0003, .0003, .0002, .0002, .0002, .0002, .0002, .0002,
+		.0002, .0002, .0002, .0003, .0003, .0003, .0003, .0004,
+		.0005, .0006, .0008, .0010, .0013, .0018, .0024, .0033,
+		.0044, .0057, .0069, .0078, .0083, .0084, .0082, .0081,
+		.0080, .0078, .0078, .0080, .0082, .0085, .0088, .0093,
+		.0098, .0101, .0104, .0104, .0102, .0095, .0086, .0073,
+		.0060
+    };
+	
+    /* pleiades1b NIR of pleiades1b */
+    static const float sr4[209] = {
+		.0002, .0008, .0004, .0005, .0017, .0027, .0012, .0007,
+		.0007, .0008, .0008, .0010, .0015, .0022, .0020, .0010,
+		.0005, .0003, .0002, .0002, .0002, .0003, .0004, .0006,
+		.0006, .0004, .0003, .0002, .0002, .0002, .0002, .0002,
+		.0004, .0006, .0007, .0006, .0005, .0004, .0004, .0004,
+		.0004, .0005, .0006, .0006, .0007, .0008, .0008, .0007,
+		.0006, .0006, .0005, .0005, .0005, .0006, .0007, .0012,
+		.0023, .0029, .0020, .0008, .0004, .0002, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0002, .0003, .0005, .0008,
+		.0007, .0003, .0002, .0001, .0001, .0001, .0000, .0000,
+		.0000, .0000, .0000, .0000, .0001, .0001, .0001, .0001,
+		.0001, .0002, .0002, .0002, .0002, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0001, .0001, .0001, .0001,
+		.0001, .0001, .0001, .0001, .0002, .0002, .0003, .0003,
+		.0004, .0005, .0006, .0008, .0010, .0012, .0014, .0016,
+		.0018, .0020, .0023, .0025, .0029, .0052, .0064, .0080,
+		.0101, .0131, .0171, .0229, .0310, .0427, .0592, .0835,
+		.1179, .1664, .2311, .3159, .4172, .5285, .6410, .7472,
+		.8386, .9088, .9594, .9881, 1.0000, .9992, .9896, .9677,
+		.9514, .9375, .9255, .9152, .9088, .9026, .8967, .8925,
+		.8855, .8777, .8676, .8569, .8474, .8360, .8237, .8130,
+		.8016, .7922, .7828, .7769, .7715, .7631, .7543, .7452,
+		.7349, .7255, .7146, .7031, .6919, .6816, .6705, .6595,
+		.6476, .6292, .6111, .5934, .5761, .5600, .5449, .5306,
+		.5155, .4977, .4734, .4388, .3934, .3368, .2743, .2114,
+		.1536, .1063, .0704, .0459, .0295, .0193, .0127, .0085,
+		.0058
+    };
+	
+    /* Pleiades1b Pan of pleiades1b */
+    static const float sr5[209] = {
+		.0000, .0000, .0000, .0000, .0001, .0001, .0001, .0002,
+		.0004, .0008, .0028, .0056, .0120, .0221, .0389, .0664,
+		.1067, .1614, .2272, .2987, .3678, .4258, .4697, .4992,
+		.5193, .5333, .5467, .5603, .5736, .5855, .5957, .6041,
+		.6120, .6188, .6256, .6319, .6378, .6422, .6444, .6449,
+		.6449, .6451, .6468, .6513, .6591, .6691, .6812, .6937,
+		.7056, .7158, .7251, .7324, .7384, .7439, .7493, .7536,
+		.7581, .7611, .7639, .7652, .7662, .7666, .7675, .7688,
+		.7723, .7771, .7834, .7917, .8015, .8110, .8200, .8291,
+		.8365, .8427, .8482, .8519, .8555, .8583, .8620, .8667,
+		.8716, .8780, .8847, .8913, .8989, .9046, .9105, .9155,
+		.9208, .9253, .9290, .9329, .9370, .9401, .9442, .9469,
+		.9503, .9521, .9543, .9574, .9608, .9663, .9721, .9788,
+		.9846, .9912, .9957, .9991, 1.0000, .9963, .9915, .9870,
+		.9817, .9771, .9746, .9729, .9739, .9742, .9769, .9798,
+		.9828, .9846, .9851, .9837, .9826, .9790, .9746, .9697,
+		.9648, .9598, .9533, .9484, .9445, .9397, .9345, .9297,
+		.9248, .9183, .9112, .9061, .9006, .8953, .8908, .8895,
+		.8885, .8810, .8708, .8567, .8369, .8102, .7729, .7190,
+		.6529, .5711, .4796, .3846, .2948, .2166, .1531, .1057,
+		.0717, .0491, .0338, .0257, .0182, .0132, .0122, .0090,
+		.0084, .0043, .0033, .0027, .0022, .0018, .0015, .0014,
+		.0012, .0011, .0010, .0009, .0009, .0008, .0007, .0007,
+		.0007, .0006, .0006, .0006, .0006, .0006, .0005, .0005,
+		.0005, .0005, .0004, .0004, .0004, .0005, .0004, .0004,
+		.0004, .0004, .0004, .0004, .0003, .0004, .0003, .0003,
+		.0003
+    };
+	
+    static const float wli[5] = {0.430, 0.430, 0.430, 0.430, 0.430};
+    static const float wls[5] = {0.950, 0.950, 0.950, 0.950, 0.950};
+
+    ffu.wlinf = (float)wli[iwa-1];
+    ffu.wlsup = (float)wls[iwa-1];
+
+    int i;
+    for(i = 0; i < 1501; i++) ffu.s[i] = 0;
+
+    switch(iwa)
+    {
+    case 1: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr1[i];
+        break;
+    case 2: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr2[i];
+        break;
+    case 3: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr3[i];
+        break;
+    case 4: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr4[i];
+        break;
+    case 5: for(i = 0; i < 209; i++)  ffu.s[72+i] = sr5[i];
+        break;
+    }
+}
+
+/* filter functions must be defined above */
+
 float IWave::equivwl() const
 {
     float seb = 0;
@@ -3381,6 +4157,10 @@
 	else if(iwave <= 114)   quickbird2(iwave - 109);
 	else if(iwave <= 123)	landsat_8(iwave - 114);
 	else if(iwave <= 128)	geoeye1(iwave - 123);
+	else if(iwave <= 133)	spot6(iwave - 128);
+	else if(iwave <= 138)	spot7(iwave - 133);
+	else if(iwave <= 143)	pleiades1a(iwave - 138);
+	else if(iwave <= 148)	pleiades1b(iwave - 143);
 	else G_warning(_("Unsupported iwave value: %d"), iwave);
     }
 
@@ -3451,7 +4231,15 @@
 	string(" Landsat 8 NIR"),string(" Landsat 8 Cirrus"),string(" Landsat 8 SWIR1"),
 	string(" Landsat 8 SWIR2"), string(" geoeye 1 pan"),
 	string(" geoeye 1 blue"), string(" geoeye 1 green"), string(" geoeye 1 red"),
-	string(" geoeye 1 nir")
+	string(" geoeye 1 nir"),
+	string(" spot6 blue"), string(" spot6 green"), string(" spot6 red"), string(" spot6 nir"),
+	string(" spot6 pan"),
+	string(" spot7 blue"), string(" spot7 green"), string(" spot7 red"), string(" spot7 nir"),
+	string(" spot7 pan"),
+	string(" pleiades1a blue"), string(" pleiades1a green"), string(" pleiades1a red"), string(" pleiades1a nir"),
+	string(" pleiades1a pan"),
+	string(" pleiades1b blue"), string(" pleiades1b green"), string(" pleiades1b red"), string(" pleiades1b nir"),
+	string(" pleiades1b pan")
     };
 
 

Modified: grass/trunk/imagery/i.atcorr/iwave.h
===================================================================
--- grass/trunk/imagery/i.atcorr/iwave.h	2016-06-07 13:06:56 UTC (rev 68629)
+++ grass/trunk/imagery/i.atcorr/iwave.h	2016-06-07 15:48:31 UTC (rev 68630)
@@ -150,6 +150,26 @@
 c        126 Green    "               ( 0.510-0.580 )                  c
 c        127 Red      "               ( 0.655-0.690 )                  c
 c        128 NIR      "               ( 0.780-0.920 )                  c
+c        129 Blue band of spot6       ( 0.455-0.525 )                  c 
+c        130 Green    "               ( 0.530-0.590 )                  c  
+c        131 Red      "               ( 0.625-0.695 )                  c 
+c        132 NIR      "               ( 0.760-0.890 )                  c 
+c        133 Pan      "               ( 0.455-0.745 )                  c 
+c        129 Blue band of spot7       ( 0.455-0.525 )                  c 
+c        130 Green    "               ( 0.530-0.590 )                  c  
+c        131 Red      "               ( 0.625-0.695 )                  c 
+c        132 NIR      "               ( 0.760-0.890 )                  c 
+c        133 Pan      "               ( 0.455-0.745 )                  c 
+c        129 Blue band of pleiades1a  ( 0.430-0.550 )                  c 
+c        130 Green    "               ( 0.490-0.610 )                  c  
+c        131 Red      "               ( 0.600-0.720 )                  c 
+c        132 NIR      "               ( 0.750-0.950 )                  c 
+c        133 Pan      "               ( 0.480-0.830 )                  c 
+c        129 Blue band of pleiades1b  ( 0.455-0.525 )                  c 
+c        130 Green    "               ( 0.530-0.590 )                  c  
+c        131 Red      "               ( 0.625-0.695 )                  c 
+c        132 NIR      "               ( 0.760-0.890 )                  c 
+c        133 Pan      "               ( 0.480-0.830 )                  c 
 c                                                                      c
 c  note: wl has to be in micrometer                                    c
 c**********************************************************************/
@@ -196,6 +216,10 @@
 	void quickbird2(int iwa);
 	void landsat_8(int iwa);
 	void geoeye1(int iwa);
+	void spot6(int iwa);
+	void spot7(int iwa);
+	void pleiades1a(int iwa);
+	void pleiades1b(int iwa);
 
 public:
 	/* To compute the equivalent wavelength needed for the calculation of the

Added: grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1a.csv
===================================================================
--- grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1a.csv	                        (rev 0)
+++ grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1a.csv	2016-06-07 15:48:31 UTC (rev 68630)
@@ -0,0 +1,210 @@
+WL(nm),pleiades1a blue,Pleiades1a green,Pleiades1a red,pleiades1a nir,Pleiades1a pan
+430,0.009967546,0.000014526,0.009745139,0.002435014,0
+432.5,0.029622312,0.000014471,0.003532977,0.001743939,0
+435,0.088616034,0.000026131,0.003539752,0.002096486,0
+437.5,0.130000889,0.000019131,0.011449471,0.002065789,0
+440,0.135475504,0.000013364,0.02668648,0.001275801,0
+442.5,0.248180852,0.000018049,0.037374441,0.000741766,0
+445,0.438930773,0.000022593,0.090503738,0.000624573,0
+447.5,0.51847632,0.00001809,0.090818849,0.000639346,0
+450,0.47584402,0.000012545,0.039957972,0.000778056,0.000435797
+452.5,0.517753105,0.000020384,0.020888795,0.001192892,0.000805121
+455,0.659617343,0.00002793,0.00807479,0.002098098,0.003046692
+457.5,0.778553853,0.000029568,0.002702,0.002417691,0.006069272
+460,0.795881716,0.000042436,0.001124834,0.001348129,0.01301812
+462.5,0.772539858,0.000036957,0.000646423,0.000637739,0.024018666
+465,0.779615444,0.000026384,0.000503207,0.000357162,0.042170927
+467.5,0.80940361,0.000024958,0.000605511,0.000291239,0.071828777
+470,0.832382851,0.000044973,0.000998599,0.00025175,0.115175905
+472.5,0.843705809,0.000091165,0.001945914,0.000256023,0.173866953
+475,0.841004865,0.000115643,0.001456406,0.000337148,0.244317011
+477.5,0.833227275,0.000083169,0.000609383,0.00050875,0.320436558
+480,0.825046666,0.000078686,0.000323247,0.000875164,0.39407389
+482.5,0.824563849,0.000194414,0.000250478,0.000994772,0.455295155
+485,0.836890823,0.000343836,0.00025392,0.000663846,0.501565135
+487.5,0.871071812,0.00041291,0.000336226,0.000386301,0.532476793
+490,0.916650505,0.000498954,0.000538061,0.000262614,0.553751623
+492.5,0.947350771,0.000793414,0.000777791,0.00023745,0.568431885
+495,0.960149451,0.004647854,0.000489838,0.000238256,0.582478093
+497.5,0.96687151,0.00860467,0.000204677,0.000281293,0.596761321
+500,0.974781419,0.014456811,0.000087519,0.000364106,0.610763526
+502.5,0.972985503,0.024595401,0.000059475,0.000561865,0.6232616
+505,0.968386625,0.048579429,0.000021725,0.000747127,0.633647494
+507.5,0.966372532,0.110928481,0.000029054,0.000747033,0.642215231
+510,0.97439658,0.237946929,0.00002969,0.000581299,0.650157914
+512.5,0.990341648,0.437540561,0.000040803,0.000426307,0.657106511
+515,1,0.656188021,0.000045611,0.00032309,0.664083111
+517.5,0.993808231,0.818374526,0.00004476,0.000306784,0.670799689
+520,0.981704484,0.894382613,0.000032182,0.000304214,0.676592187
+522.5,0.981317625,0.916516553,0.000022239,0.000322545,0.680875555
+525,0.96713716,0.923037655,0.00001473,0.000384211,0.683034741
+527.5,0.885850242,0.92865302,0.000009506,0.00046659,0.68348978
+530,0.717549272,0.937404094,0.000007205,0.000597585,0.683238759
+532.5,0.499362642,0.950741471,0.000011313,0.000713529,0.683197755
+535,0.305244115,0.961630528,0.000031351,0.000864371,0.684734887
+537.5,0.174007903,0.969168562,0.000012318,0.000908696,0.689341283
+540,0.095304457,0.977241344,0.000012168,0.000888134,0.696499899
+542.5,0.054937557,0.981526409,0.00002802,0.000786142,0.707370834
+545,0.034921578,0.983434925,0.000018042,0.000663372,0.719398868
+547.5,0.026364815,0.987572403,0.000026123,0.000590832,0.732367984
+550,0.02323277,0.995775588,0.000013809,0.000526467,0.745019072
+552.5,0.022545211,1,0.00003925,0.000554871,0.755491972
+555,0.021225344,0.997317159,0.000051775,0.000645232,0.763942699
+557.5,0.017491697,0.984917867,0.000069542,0.00083575,0.771660363
+560,0.012031223,0.967924185,0.000079763,0.00135479,0.777700882
+562.5,0.007362943,0.953808441,0.000078573,0.002412803,0.782715314
+565,0.004677715,0.954188527,0.000100507,0.002748601,0.787173697
+567.5,0.003363292,0.967536012,0.000117028,0.001444118,0.791428063
+570,0.002612543,0.98180743,0.000148429,0.000643751,0.794969367
+572.5,0.002043587,0.986765732,0.000183872,0.000362429,0.797497585
+575,0.001518135,0.972412434,0.000211101,0.000243426,0.799753779
+577.5,0.001063287,0.934535254,0.000297467,0.000173143,0.800768866
+580,0.000711528,0.882949709,0.000416519,0.000157786,0.800405835
+582.5,0.000525141,0.844057619,0.000637544,0.000165465,0.800324828
+585,0.000415859,0.825548648,0.001001881,0.0001907,0.800084807
+587.5,0.000413853,0.810306798,0.003291045,0.000236941,0.801346916
+590,0.000537058,0.751671468,0.010017612,0.000325166,0.803661115
+592.5,0.000962769,0.62272934,0.018195891,0.000678604,0.807779469
+595,0.001365755,0.4368279,0.033073159,0.001442173,0.813737981
+597.5,0.001441672,0.257219105,0.062520289,0.001342888,0.82105061
+600,0.000927412,0.137565833,0.118446359,0.000584131,0.830364411
+602.5,0.000347427,0.077791559,0.222022755,0.00024424,0.839138166
+605,0.000133674,0.048452969,0.375933876,0.000127311,0.848318955
+607.5,0.000079108,0.03457306,0.557856764,0.000102958,0.856486658
+610,0.000063231,0.026960121,0.734714259,0.000044896,0.863534264
+612.5,0.00005166,0.021494263,0.864263056,0.000065732,0.869042738
+615,0.000054362,0.016228557,0.932616853,0.000054792,0.873875153
+617.5,0.000053827,0.010812939,0.953339738,0.000057754,0.876852409
+620,0.000045837,0.006120121,0.962653978,0.000052212,0.880071686
+622.5,0.000040837,0.003113126,0.95337276,0.000050832,0.882638907
+625,0.000031787,0.001558383,0.944354718,0.000065364,0.885063115
+627.5,0.000033035,0.000842386,0.946263997,0.000072821,0.889509498
+630,0.000026444,0.000475744,0.956874106,0.000083927,0.893987883
+632.5,0.000030555,0.000294953,0.969961874,0.000074428,0.899493356
+635,0.000020757,0.000193753,0.984623698,0.000069627,0.905707891
+637.5,0.000024372,0.000148755,0.995583041,0.000139237,0.912457471
+640,0.000024292,0.000107435,0.99993996,0.000170494,0.91895903
+642.5,0.000027589,0.000092156,1,0.000225724,0.924556512
+645,0.00002607,0.0000595,0.997010997,0.000231373,0.929033897
+647.5,0.00002104,0.000055815,0.995079703,0.000156476,0.933881314
+650,0.000034413,0.000076058,0.988967608,0.000150359,0.937491624
+652.5,0.000038261,0.000089396,0.986418901,0.000113016,0.941568975
+655,0.000039646,0.00009958,0.981413547,0.000106662,0.94500027
+657.5,0.000043348,0.000113753,0.969028249,0.000107634,0.948102537
+660,0.000028333,0.000138246,0.955109924,0.000102016,0.951062791
+662.5,0.000027944,0.000196802,0.937803328,0.000087111,0.953338987
+665,0.000018868,0.000230842,0.917649825,0.000053724,0.956124227
+667.5,0.000027438,0.000211089,0.89288023,0.000035686,0.958225407
+670,0.000024727,0.000151377,0.866851791,0.000044301,0.960173575
+672.5,0.000021141,0.000064401,0.844841043,0.000037388,0.961040649
+675,0.000013868,0.000031034,0.822593137,0.000069637,0.963217837
+677.5,0.000017237,0.000028562,0.789335855,0.000077517,0.965014991
+680,0.000025919,0.000031418,0.737786317,0.000079714,0.967530208
+682.5,0.000030333,0.000033424,0.662952178,0.000134381,0.972975676
+685,0.000033312,0.000021744,0.566591616,0.000125356,0.977508066
+687.5,0.000044999,0.000023821,0.449613241,0.000206395,0.982867527
+690,0.00004013,0.000020682,0.326218566,0.000247407,0.987547929
+692.5,0.000040282,0.000018838,0.219551099,0.000274223,0.992750377
+695,0.000038797,0.000023594,0.141744969,0.00038412,0.996725718
+697.5,0.000033934,0.000023573,0.092628961,0.000460367,0.999453953
+700,0.000031009,0.000020015,0.06198523,0.000630358,1
+702.5,0.000030253,0.000019691,0.045675002,0.000824868,0.994375516
+705,0.000024424,0.000016285,0.035592147,0.000980818,0.988348998
+707.5,0.000022595,0.000031099,0.031108743,0.001237587,0.981156379
+710,0.000021242,0.000046924,0.02953659,0.001363346,0.975241871
+712.5,0.000032872,0.000029321,0.023350745,0.001588078,0.970082427
+715,0.000069665,0.000026727,0.018975514,0.001759388,0.966077083
+717.5,0.000221698,0.000023508,0.015873335,0.001925216,0.963303844
+720,0.000511351,0.00003996,0.013235468,0.002102532,0.962487774
+722.5,0.00084576,0.0001125,0.010754506,0.002323162,0.962232752
+725,0.000955906,0.000192317,0.00840255,0.002543732,0.963423854
+727.5,0.000717025,0.000231484,0.006389001,0.003752335,0.965514034
+730,0.000495927,0.000225292,0.004663194,0.004452954,0.967186178
+732.5,0.000447764,0.000133686,0.003383677,0.005398964,0.967340191
+735,0.00061246,0.000055365,0.00241834,0.006663106,0.967820233
+737.5,0.001213971,0.000061434,0.001748962,0.008415762,0.965394024
+740,0.001640425,0.000041809,0.001295768,0.01083439,0.963396852
+742.5,0.001694838,0.000038565,0.000994569,0.015156093,0.958031391
+745,0.000983077,0.000038504,0.000744719,0.021440823,0.953406993
+747.5,0.000364208,0.000027162,0.000631633,0.029483802,0.94872259
+750,0.000167541,0.000023503,0.000514565,0.041746297,0.94244005
+752.5,0.000087306,0.000020005,0.000435722,0.05911887,0.935921489
+755,0.000056978,0.000021026,0.000355088,0.084136254,0.930013981
+757.5,0.000056737,0.000030548,0.000315834,0.11996243,0.924473505
+760,0.000059635,0.000042365,0.000308096,0.168483333,0.919088042
+762.5,0.000046216,0.000030842,0.000290749,0.234443623,0.914200621
+765,0.000038555,0.000034359,0.000286862,0.314832096,0.908858162
+767.5,0.000059201,0.000033738,0.000275244,0.410208063,0.904052749
+770,0.00006918,0.000036614,0.000304984,0.513147313,0.898146241
+772.5,0.000047927,0.000028497,0.000301219,0.61960165,0.892798781
+775,0.000088069,0.000034056,0.000334464,0.719632488,0.887126293
+777.5,0.000063482,0.000033329,0.000431314,0.807981304,0.882890929
+780,0.000095775,0.000042871,0.000495792,0.878251808,0.877262445
+782.5,0.000102477,0.000042431,0.000549177,0.931302618,0.873526123
+785,0.000157936,0.000047551,0.000584191,0.966166277,0.869488776
+787.5,0.000240257,0.000042188,0.00066917,0.985896317,0.866505519
+790,0.00035284,0.000023513,0.000697227,0.995878238,0.866130487
+792.5,0.000546303,0.000044413,0.000665481,1,0.858890865
+795,0.000730144,0.000050816,0.000586953,0.997892762,0.847847915
+797.5,0.000797516,0.000045074,0.000469143,0.993054478,0.833178653
+800,0.000726083,0.000043295,0.000408904,0.9853491,0.813655974
+802.5,0.000525682,0.000060324,0.000361346,0.97352196,0.786660653
+805,0.000397849,0.000067859,0.000240581,0.960609456,0.749050418
+807.5,0.000315957,0.000115456,0.000261055,0.949441395,0.698228048
+810,0.000272569,0.000179965,0.000247766,0.937580999,0.630681239
+812.5,0.00026314,0.000358418,0.000213443,0.931325797,0.550709361
+815,0.000240166,0.000971392,0.000209911,0.928376066,0.461723708
+817.5,0.000230949,0.004170836,0.000191758,0.927529543,0.369620787
+820,0.000243035,0.006740399,0.00016433,0.928859794,0.282373284
+822.5,0.000276812,0.007941683,0.000180056,0.92990787,0.207468842
+825,0.000323548,0.006939115,0.000218156,0.930167874,0.146542603
+827.5,0.00038502,0.002976053,0.000200436,0.93094083,0.101018688
+830,0.000495342,0.001144332,0.000203126,0.931485024,0.068692708
+832.5,0.000613799,0.000710436,0.000234958,0.927801639,0.047107451
+835,0.000829293,0.000552995,0.000273693,0.922593506,0.032424889
+837.5,0.001190941,0.000502047,0.000265363,0.916150859,0.024677322
+840,0.001833309,0.000498287,0.000294617,0.907329884,0.017415798
+842.5,0.003112783,0.000540899,0.00046695,0.897477965,0.01267079
+845,0.005614884,0.000629062,0.000488487,0.884457631,0.011663903
+847.5,0.010469645,0.000804374,0.000664686,0.873591899,0.008670126
+850,0.016798482,0.001082416,0.000780353,0.860358926,0.008177933
+852.5,0.021363421,0.001688006,0.00105946,0.849404511,0
+855,0.021842501,0.003066374,0.001401749,0.836980774,0
+857.5,0.017869264,0.005555593,0.001902335,0.825938683,0
+860,0.013830675,0.009238342,0.002493411,0.813175329,0
+862.5,0.010821556,0.012640384,0.003440195,0.798259387,0
+865,0.00904573,0.014577913,0.004221018,0.785217889,0
+867.5,0.00805936,0.01426323,0.005365435,0.772000032,0
+870,0.007998715,0.011869396,0.006285641,0.757959839,0
+872.5,0.008126712,0.00907999,0.006881961,0.743254519,0
+875,0.00898155,0.006865423,0.00711888,0.727336858,0
+877.5,0.010309043,0.005746677,0.00704463,0.709791654,0
+880,0.012742822,0.005256275,0.006592007,0.690639065,0
+882.5,0.016388593,0.00542231,0.006791831,0.669408462,0
+885,0.0223536,0.006100591,0.006692204,0.646365896,0
+887.5,0.031140154,0.006840374,0.006861797,0.622096879,0
+890,0.041613133,0.008407814,0.007053296,0.596551022,0
+892.5,0.050325245,0.010767854,0.007396045,0.571636027,0
+895,0.05366183,0.014062168,0.008125494,0.547229954,0
+897.5,0.048936894,0.018573263,0.008744949,0.522482248,0
+900,0.039506315,0.023380238,0.009664565,0.499603948,0
+902.5,0.029434135,0.027562396,0.010669649,0.477110614,0
+905,0.02147756,0.030136568,0.012020954,0.456338545,0
+907.5,0.016377987,0.03035815,0.0137314,0.436591373,0
+910,0.013022412,0.028962042,0.015992415,0.416400784,0
+912.5,0.010925897,0.026906444,0.018101728,0.394955527,0
+915,0.009506325,0.025021885,0.020670049,0.368808035,0
+917.5,0.008523601,0.023954915,0.02365665,0.335124469,0
+920,0.00780271,0.023526308,0.026980777,0.294033825,0
+922.5,0.007497939,0.023930553,0.031070517,0.247296668,0
+925,0.007333448,0.024847915,0.035338277,0.197778078,0
+927.5,0.007419962,0.025996765,0.039899633,0.149839664,0
+930,0.007496152,0.027063028,0.043908919,0.10771606,0
+932.5,0.007720358,0.027036138,0.0462687,0.074399321,0
+935,0.007857153,0.025721203,0.0455221,0.049559606,0
+937.5,0.007893869,0.022952338,0.040902805,0.033053813,0
+940,0.007777933,0.019056154,0.033339838,0.021750711,0
+942.5,0.007298439,0.014959616,0.025135441,0.014651504,0
+945,0.006656728,0.011105787,0.017920907,0.010402058,0
+947.5,0.005769507,0.008066212,0.012521289,0.007673562,0
+950,0.004862135,0.005814142,0.008617424,0.00618222,0

Added: grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1b.csv
===================================================================
--- grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1b.csv	                        (rev 0)
+++ grass/trunk/imagery/i.atcorr/sensors_csv/pleiades1b.csv	2016-06-07 15:48:31 UTC (rev 68630)
@@ -0,0 +1,210 @@
+WL(nm),pleiades1b blue,Pleiades1b green,Pleiades1b red,pleiades1b nir,Pleiades1b pan
+430,0.00160252,0.00000328,0.00045369,0.00019627,0.00000849
+432.5,0.00133817,0.00000328,0.00085315,0.00076126,0.00001274
+435,0.00434379,0.00000492,0.00052090,0.00038233,0.00002548
+437.5,0.01107246,0.00000656,0.00119456,0.00051280,0.00004106
+440,0.01762704,0.00000656,0.00514180,0.00168702,0.00005946
+442.5,0.02336715,0.00000287,0.00800331,0.00266497,0.00007645
+445,0.05740328,0.00000656,0.00669304,0.00122527,0.00010477
+447.5,0.13455485,0.00000574,0.01085941,0.00073914,0.00016282
+450,0.22376315,0.00000410,0.02469086,0.00074084,0.00040776
+452.5,0.30854275,0.00000287,0.06535932,0.00075388,0.00075604
+455,0.46155657,0.00001476,0.12254233,0.00077601,0.00279482
+457.5,0.65082053,0.00002296,0.05700925,0.00099043,0.00557835
+460,0.75536909,0.00001066,0.02137527,0.00154861,0.01198631
+462.5,0.74772036,0.00001271,0.01279721,0.00217997,0.02213488
+465,0.71681864,0.00002214,0.00627754,0.00198767,0.03891798
+467.5,0.71853818,0.00001886,0.00235360,0.00104489,0.06641880
+470,0.75669621,0.00009018,0.00094098,0.00049238,0.10670163
+472.5,0.81010888,0.00011519,0.00051746,0.00028306,0.16142720
+475,0.84216647,0.00011232,0.00037425,0.00021442,0.22720181
+477.5,0.82343708,0.00018938,0.00038189,0.00019570,0.29865526
+480,0.77524723,0.00032302,0.00051555,0.00021329,0.36781508
+482.5,0.75270060,0.00048493,0.00084627,0.00028193,0.42580411
+485,0.78022033,0.00062390,0.00101278,0.00041750,0.46973974
+487.5,0.81992665,0.00081533,0.00064310,0.00060697,0.49916608
+490,0.85166317,0.00152080,0.00035134,0.00064100,0.51931599
+492.5,0.86027513,0.00412994,0.00025129,0.00043735,0.53325046
+495,0.85868402,0.00995368,0.00022303,0.00026548,0.54672621
+497.5,0.86582616,0.01964214,0.00025167,0.00019060,0.56030389
+500,0.88282175,0.03254765,0.00035516,0.00016224,0.57364372
+502.5,0.90404127,0.05679279,0.00049990,0.00017074,0.58553375
+505,0.91969548,0.12379094,0.00052625,0.00018493,0.59566250
+507.5,0.93259557,0.28590941,0.00038648,0.00024619,0.60410360
+510,0.95023331,0.52897561,0.00025281,0.00038347,0.61201519
+512.5,0.97579805,0.77162533,0.00016269,0.00056272,0.61877430
+515,0.99497695,0.88380406,0.00010693,0.00067844,0.62556456
+517.5,1.00000000,0.90795655,0.00008784,0.00061434,0.63190459
+520,0.99506257,0.91314614,0.00007027,0.00048444,0.63779438
+522.5,0.98062845,0.91372822,0.00005843,0.00038800,0.64218625
+525,0.94174979,0.92248412,0.00005499,0.00035964,0.64439492
+527.5,0.84362202,0.93670834,0.00004812,0.00035340,0.64488196
+530,0.67114246,0.94976020,0.00003666,0.00039708,0.64488479
+532.5,0.46334033,0.95449887,0.00003208,0.00046232,0.64511416
+535,0.28886511,0.95858168,0.00001909,0.00055137,0.64683579
+537.5,0.16707836,0.96420578,0.00001795,0.00064100,0.65131827
+540,0.09018009,0.97052675,0.00003743,0.00073063,0.65909110
+542.5,0.05051943,0.97226481,0.00002406,0.00075729,0.66914057
+545,0.03148822,0.96751793,0.00003437,0.00076693,0.68118068
+547.5,0.02381373,0.95890961,0.00001489,0.00071928,0.69370216
+550,0.02131084,0.95244927,0.00000687,0.00063646,0.70560918
+552.5,0.02062981,0.95246567,0.00000726,0.00057066,0.71576909
+555,0.01955991,0.95604837,0.00000382,0.00052868,0.72505685
+557.5,0.01679438,0.95517934,0.00000229,0.00048784,0.73235113
+560,0.01135822,0.94898955,0.00000917,0.00047650,0.73841933
+562.5,0.00665197,0.94714491,0.00002941,0.00055194,0.74387588
+565,0.00414401,0.95444968,0.00002368,0.00071815,0.74925316
+567.5,0.00302988,0.97105964,0.00002902,0.00122414,0.75364502
+570,0.00241591,0.98981759,0.00003895,0.00226562,0.75807936
+572.5,0.00199032,1.00000000,0.00004506,0.00287883,0.76108939
+575,0.00156827,0.99535970,0.00006950,0.00204099,0.76391253
+577.5,0.00113554,0.96982168,0.00008134,0.00083898,0.76523490
+580,0.00125291,0.92530437,0.00010387,0.00037893,0.76617217
+582.5,0.00083552,0.86332445,0.00012297,0.00022520,0.76659691
+585,0.00055082,0.79482845,0.00013519,0.00013955,0.76749454
+587.5,0.00041990,0.72389670,0.00015352,0.00012423,0.76875462
+590,0.00036174,0.64532650,0.00018331,0.00009984,0.77230266
+592.5,0.00037780,0.54385243,0.00022150,0.00009700,0.77710794
+595,0.00053227,0.41702808,0.00074545,0.00010438,0.78338284
+597.5,0.00110915,0.27667063,0.00124421,0.00012423,0.79171917
+600,0.00198710,0.15752736,0.00214165,0.00017245,0.80154494
+602.5,0.00122007,0.08560689,0.00381933,0.00028647,0.81095163
+605,0.00037530,0.04922566,0.00680456,0.00052755,0.82003268
+607.5,0.00014698,0.03272375,0.01233290,0.00082082,0.82906842
+610,0.00007492,0.02379340,0.02217801,0.00066029,0.83646465
+612.5,0.00005280,0.01819668,0.04133250,0.00032220,0.84265177
+615,0.00005565,0.01406190,0.07807099,0.00016791,0.84818761
+617.5,0.00005744,0.00996589,0.15193428,0.00010324,0.85191687
+620,0.00005637,0.00584546,0.27767458,0.00006807,0.85550455
+622.5,0.00003782,0.00303833,0.45103760,0.00005729,0.85833619
+625,0.00003496,0.00153556,0.62913226,0.00004765,0.86201731
+627.5,0.00002069,0.00083870,0.76254860,0.00003233,0.86668385
+630,0.00001356,0.00048780,0.83294508,0.00003630,0.87157974
+632.5,0.00001998,0.00031154,0.85790555,0.00004141,0.87801888
+635,0.00000428,0.00020742,0.86588710,0.00004425,0.88470719
+637.5,0.00001106,0.00013814,0.86926302,0.00003914,0.89134738
+640,0.00001213,0.00009264,0.87522054,0.00005786,0.89889085
+642.5,0.00001142,0.00007010,0.88577604,0.00006353,0.90458243
+645,0.00000928,0.00006395,0.90059346,0.00006240,0.91050904
+647.5,0.00001177,0.00005411,0.91748837,0.00009019,0.91546157
+650,0.00001926,0.00004099,0.93487974,0.00010097,0.92079354
+652.5,0.00000892,0.00007010,0.94781061,0.00015259,0.92531566
+655,0.00001142,0.00004755,0.95695311,0.00019173,0.92898829
+657.5,0.00001712,0.00004714,0.96233015,0.00019684,0.93289311
+660,0.00000499,0.00006231,0.96476663,0.00018606,0.93695650
+662.5,0.00000856,0.00006723,0.96242945,0.00014295,0.94007980
+665,0.00002426,0.00014839,0.96130668,0.00013614,0.94416018
+667.5,0.00003853,0.00025128,0.96202464,0.00009473,0.94692952
+670,0.00001284,0.00029924,0.96991453,0.00008963,0.95034730
+672.5,0.00002355,0.00023037,0.98115744,0.00008792,0.95210858
+675,0.00000999,0.00012708,0.99339326,0.00007942,0.95428044
+677.5,0.00001142,0.00006723,1.00000000,0.00007545,0.95744054
+680,0.00002069,0.00003115,0.98095122,0.00007601,0.96077054
+682.5,0.00001391,0.00003156,0.95226348,0.00008509,0.96631488
+685,0.00000571,0.00001722,0.91317299,0.00009416,0.97209991
+687.5,0.00000285,0.00000656,0.86940051,0.00008225,0.97882787
+690,0.00000856,0.00000574,0.82520794,0.00008168,0.98459591
+692.5,0.00001249,0.00001763,0.78304704,0.00010664,0.99122193
+695,0.00000856,0.00001066,0.73612700,0.00012139,0.99568742
+697.5,0.00000928,0.00001722,0.67348904,0.00013501,0.99908821
+700,0.00000642,0.00001148,0.58775272,0.00016904,1.00000000
+702.5,0.00001177,0.00000287,0.48049142,0.00020364,0.99632737
+705,0.00000571,0.00000328,0.36300687,0.00025073,0.99146829
+707.5,0.00001356,0.00000287,0.25230319,0.00031880,0.98696882
+710,0.00001712,0.00001394,0.16260282,0.00039708,0.98170198
+712.5,0.00000714,0.00001271,0.10222109,0.00050826,0.97714588
+715,0.00000999,0.00001722,0.06412734,0.00063306,0.97459741
+717.5,0.00002711,0.00000984,0.04191557,0.00079586,0.97290126
+720,0.00006350,0.00000738,0.02846395,0.00096887,0.97393198
+722.5,0.00021941,0.00002419,0.02045483,0.00115380,0.97419249
+725,0.00076131,0.00003279,0.01536963,0.00135234,0.97687121
+727.5,0.00111948,0.00012954,0.01211744,0.00155428,0.97982461
+730,0.00075417,0.00027711,0.00988108,0.00175623,0.98277234
+732.5,0.00040848,0.00018938,0.00831685,0.00198880,0.98457326
+735,0.00035461,0.00012380,0.00710167,0.00225087,0.98507729
+737.5,0.00040634,0.00002419,0.00609499,0.00253450,0.98372660
+740,0.00067925,0.00000738,0.00517235,0.00290322,0.98259678
+742.5,0.00162929,0.00000738,0.00431423,0.00523579,0.97902326
+745,0.00240022,0.00000410,0.00349508,0.00640093,0.97459458
+747.5,0.00103172,0.00001025,0.00277139,0.00801250,0.96974116
+750,0.00034819,0.00000984,0.00358902,0.01014709,0.96481412
+752.5,0.00016589,0.00000328,0.00303108,0.01310930,0.95983894
+755,0.00008277,0.00001558,0.00231732,0.01713456,0.95333467
+757.5,0.00009704,0.00002296,0.00178421,0.02290458,0.94835666
+760,0.00004638,0.00000738,0.00133128,0.03097789,0.94454811
+762.5,0.00002640,0.00001025,0.00102080,0.04266214,0.93968903
+765,0.00003211,0.00000902,0.00078975,0.05918984,0.93445617
+767.5,0.00004103,0.00000697,0.00063853,0.08350724,0.92971602
+770,0.00001570,0.00001722,0.00050792,0.11788844,0.92483428
+772.5,0.00000892,0.00002296,0.00041206,0.16637755,0.91833568
+775,0.00004709,0.00000246,0.00037884,0.23111404,0.91119430
+777.5,0.00007884,0.00002132,0.00035936,0.31593595,0.90610019
+780,0.00002212,0.00000984,0.00029788,0.41721624,0.90061815
+782.5,0.00005351,0.00001189,0.00027878,0.52849501,0.89534564
+785,0.00008277,0.00003443,0.00028107,0.64095934,0.89080937
+787.5,0.00010524,0.00000902,0.00026236,0.74723944,0.88949549
+790,0.00018337,0.00001804,0.00028566,0.83855191,0.88854123
+792.5,0.00026043,0.00001722,0.00029482,0.90881233,0.88097793
+795,0.00044166,0.00001886,0.00027573,0.95936626,0.87078405
+797.5,0.00071029,0.00001804,0.00031583,0.98811370,0.85666836
+800,0.00086476,0.00002869,0.00037502,1.00000000,0.83693470
+802.5,0.00073705,0.00002869,0.00042963,0.99920584,0.81024089
+805,0.00055154,0.00002050,0.00051861,0.98964189,0.77285199
+807.5,0.00039457,0.00004345,0.00057475,0.96769586,0.71895467
+810,0.00028112,0.00002951,0.00061943,0.95143601,0.65285018
+812.5,0.00023403,0.00005288,0.00065036,0.93749397,0.57108109
+815,0.00022475,0.00009346,0.00065151,0.92547153,0.47958534
+817.5,0.00019229,0.00013363,0.00060415,0.91522347,0.38464915
+820,0.00021976,0.00027711,0.00053694,0.90878284,0.29477309
+822.5,0.00023403,0.00070505,0.00046438,0.90260768,0.21664491
+825,0.00024544,0.00318508,0.00037655,0.89668325,0.15313193
+827.5,0.00024544,0.01419053,0.00032155,0.89248328,0.10570546
+830,0.00027827,0.00833941,0.00028413,0.88549127,0.07167998
+832.5,0.00035068,0.00224435,0.00025396,0.87765519,0.04914329
+835,0.00043167,0.00091822,0.00022684,0.86763857,0.03377573
+837.5,0.00053263,0.00057184,0.00022264,0.85689586,0.02569861
+840,0.00068853,0.00043697,0.00016727,0.84744082,0.01817626
+842.5,0.00102779,0.00040295,0.00019782,0.83604804,0.01319689
+845,0.00156257,0.00041812,0.00022073,0.82369772,0.01215620
+847.5,0.00260857,0.00044517,0.00020890,0.81304350,0.00902014
+850,0.00457497,0.00051732,0.00023295,0.80162689,0.00841562
+852.5,0.00906189,0.00060217,0.00020546,0.79216165,0.00427999
+855,0.01716255,0.00075753,0.00018713,0.78279510,0.00331301
+857.5,0.02379276,0.00111089,0.00025052,0.77693534,0.00266881
+860,0.02152347,0.00193810,0.00029329,0.77146471,0.00221151
+862.5,0.01591385,0.00369053,0.00026351,0.76314533,0.00182923
+865,0.01195613,0.00635704,0.00025892,0.75434037,0.00152908
+867.5,0.00948243,0.01027145,0.00044911,0.74523703,0.00136343
+870,0.00786920,0.01310760,0.00053618,0.73492090,0.00121477
+872.5,0.00722420,0.01326050,0.00056673,0.72551237,0.00110151
+875,0.00724203,0.01111539,0.00082107,0.71461424,0.00099390
+877.5,0.00756775,0.00836647,0.00098566,0.70308871,0.00091887
+880,0.00837935,0.00656446,0.00130760,0.69194779,0.00085232
+882.5,0.00986379,0.00568478,0.00176128,0.68164754,0.00082259
+885,0.01225866,0.00537979,0.00240287,0.67052023,0.00069658
+887.5,0.01626739,0.00562287,0.00326823,0.65953587,0.00072207
+890,0.02260157,0.00620045,0.00436350,0.64759625,0.00066827
+892.5,0.03202713,0.00723917,0.00566154,0.62918536,0.00064703
+895,0.04443041,0.00891986,0.00689010,0.61109327,0.00061446
+897.5,0.05466908,0.01151015,0.00782230,0.59343230,0.00060314
+900,0.05642436,0.01494159,0.00832983,0.57605949,0.00061163
+902.5,0.04800412,0.01926862,0.00843638,0.55999365,0.00055783
+905,0.03579919,0.02347858,0.00818548,0.54487512,0.00052952
+907.5,0.02583365,0.02644025,0.00813812,0.53061428,0.00052952
+910,0.01888708,0.02704899,0.00800064,0.51548327,0.00052102
+912.5,0.01443869,0.02554540,0.00776769,0.49767595,0.00050545
+915,0.01167930,0.02339742,0.00778449,0.47340984,0.00044740
+917.5,0.00991124,0.02139455,0.00799835,0.43876973,0.00044740
+920,0.00864692,0.01994425,0.00815187,0.39342209,0.00040776
+922.5,0.00780998,0.01925313,0.00850588,0.33676902,0.00045589
+925,0.00722705,0.01907440,0.00879269,0.27427320,0.00040776
+927.5,0.00699588,0.01968928,0.00931206,0.21143363,0.00043466
+930,0.00692310,0.02069358,0.00975276,0.15355415,0.00037661
+932.5,0.00691418,0.02201066,0.01013580,0.10634080,0.00038510
+935,0.00702085,0.02323017,0.01038747,0.07044195,0.00038793
+937.5,0.00725274,0.02375733,0.01040618,0.04591206,0.00037236
+940,0.00737260,0.02298586,0.01017132,0.02953479,0.00033413
+942.5,0.00750496,0.02065956,0.00952248,0.01927539,0.00037236
+945,0.00747035,0.01722484,0.00860861,0.01268046,0.00033130
+947.5,0.00706723,0.01329215,0.00733731,0.00846238,0.00033413
+950,0.00636800,0.00978151,0.00598425,0.00576900,0.00031431

Added: grass/trunk/imagery/i.atcorr/sensors_csv/spot6.csv
===================================================================
--- grass/trunk/imagery/i.atcorr/sensors_csv/spot6.csv	                        (rev 0)
+++ grass/trunk/imagery/i.atcorr/sensors_csv/spot6.csv	2016-06-07 15:48:31 UTC (rev 68630)
@@ -0,0 +1,602 @@
+WL(nm),Spot6 Blue,Spot6 Green,Spot6 Red,Spot6 NIR,Spot6 Pan
+400,0.00006627,0.00001010,0.00001168,0.00000184,0.00007493
+401,0.00006114,0.00001389,0.00001419,0.00000202,0.00008750
+402,0.00005964,0.00001902,0.00001348,0.00000371,0.00009848
+403,0.00006755,0.00001356,0.00000996,0.00000470,0.00010843
+404,0.00007354,0.00001327,0.00001009,0.00000487,0.00011646
+405,0.00007335,0.00002873,0.00001366,0.00000512,0.00012259
+406,0.00007303,0.00003122,0.00003289,0.00000521,0.00012552
+407,0.00006988,0.00002184,0.00001748,0.00000490,0.00012814
+408,0.00006669,0.00002860,0.00002207,0.00000308,0.00013531
+409,0.00006467,0.00002274,0.00002377,0.00000160,0.00015014
+410,0.00008891,0.00006723,0.00002383,0.00000126,0.00017236
+411,0.00010731,0.00008343,0.00002470,0.00000131,0.00019564
+412,0.00006420,0.00001226,0.00001811,0.00000119,0.00021235
+413,0.00008781,0.00006171,0.00001353,0.00000105,0.00022348
+414,0.00008978,0.00005563,0.00001155,0.00000082,0.00022676
+415,0.00008292,0.00004426,0.00001303,0.00000078,0.00022299
+416,0.00008193,0.00004539,0.00001374,0.00000076,0.00021213
+417,0.00005499,0.00000677,0.00001126,0.00000059,0.00020083
+418,0.00008203,0.00002035,0.00000712,0.00000058,0.00019926
+419,0.00011262,0.00001522,0.00000464,0.00000052,0.00021359
+420,0.00009092,0.00000528,0.00000438,0.00000064,0.00025083
+421,0.00010575,0.00001865,0.00000381,0.00000070,0.00030983
+422,0.00013926,0.00001834,0.00000312,0.00000068,0.00038670
+423,0.00016613,0.00002028,0.00000581,0.00000068,0.00047229
+424,0.00019666,0.00001608,0.00000319,0.00000079,0.00056950
+425,0.00019375,0.00000017,0.00000473,0.00000093,0.00067560
+426,0.00021841,0.00000057,0.00000585,0.00000124,0.00078669
+427,0.00033008,0.00001313,0.00000644,0.00000092,0.00090069
+428,0.00059283,0.00001658,0.00000967,0.00000124,0.00103421
+429,0.00096710,0.00000224,0.00000918,0.00000117,0.00131540
+430,0.00120426,0.00001983,0.00000742,0.00000125,0.00169029
+431,0.00143132,0.00001885,0.00001090,0.00000129,0.00228198
+432,0.00190776,0.00001859,0.00001649,0.00000121,0.00312648
+433,0.00246548,0.00001975,0.00002016,0.00000153,0.00417071
+434,0.00314995,0.00000023,0.00001631,0.00000149,0.00533582
+435,0.00393858,0.00000139,0.00001673,0.00000148,0.00661006
+436,0.00502501,0.00001634,0.00001578,0.00000139,0.00802817
+437,0.00693758,0.00001789,0.00001766,0.00000166,0.00960467
+438,0.00995331,0.00000616,0.00002209,0.00000211,0.01132980
+439,0.01395395,0.00002267,0.00003114,0.00000193,0.01334611
+440,0.01816332,0.00001903,0.00003091,0.00000241,0.01609231
+441,0.02248784,0.00001956,0.00001848,0.00000211,0.02038299
+442,0.02806060,0.00001844,0.00003451,0.00000228,0.02732543
+443,0.03582005,0.00000342,0.00003492,0.00000294,0.03802347
+444,0.04774668,0.00001448,0.00004332,0.00000406,0.05294767
+445,0.06795621,0.00001340,0.00004770,0.00000507,0.07167096
+446,0.09842750,0.00000774,0.00004658,0.00001753,0.09348728
+447,0.13108997,0.00001880,0.00004547,0.00062612,0.11872659
+448,0.16221496,0.00001632,0.00004239,0.00099041,0.14830802
+449,0.20486488,0.00001912,0.00005155,0.00038281,0.18269957
+450,0.26488470,0.00001915,0.00005834,0.00084800,0.22269040
+451,0.33784410,0.00000950,0.00006365,0.00090343,0.26906796
+452,0.41558626,0.00000865,0.00005824,0.00098820,0.32263521
+453,0.48567541,0.00000927,0.00004581,0.00100027,0.38325366
+454,0.54882896,0.00001089,0.00003799,0.00030612,0.44824011
+455,0.61466150,0.00001236,0.00003584,0.00003473,0.51559417
+456,0.68475833,0.00001349,0.00003689,0.00002650,0.58258589
+457,0.75228611,0.00001273,0.00003817,0.00002396,0.64645021
+458,0.80736646,0.00001062,0.00003951,0.00002429,0.70236661
+459,0.84246227,0.00000958,0.00004017,0.00002735,0.74583583
+460,0.85754473,0.00000938,0.00003987,0.00003712,0.77585237
+461,0.85841741,0.00000973,0.00003754,0.00005612,0.79433792
+462,0.85407547,0.00000998,0.00003651,0.00007768,0.80499388
+463,0.85129313,0.00001014,0.00003781,0.00008914,0.81090952
+464,0.85144931,0.00001042,0.00003645,0.00009611,0.81371638
+465,0.85321674,0.00001060,0.00003408,0.00010759,0.81431418
+466,0.85405128,0.00001115,0.00003160,0.00011246,0.81316313
+467,0.85387063,0.00001174,0.00003251,0.00011011,0.81141755
+468,0.85555834,0.00001254,0.00003509,0.00009290,0.81097193
+469,0.86252514,0.00001338,0.00003935,0.00006854,0.81322836
+470,0.87558536,0.00001400,0.00004494,0.00005014,0.81878063
+471,0.89251130,0.00001431,0.00005115,0.00003890,0.82800769
+472,0.90900546,0.00001481,0.00005707,0.00003142,0.83916423
+473,0.92154349,0.00001528,0.00006145,0.00002673,0.85084085
+474,0.92918777,0.00001646,0.00006038,0.00002266,0.86161004
+475,0.93306769,0.00001812,0.00005716,0.00002061,0.87040692
+476,0.93515923,0.00001991,0.00005354,0.00002008,0.87637562
+477,0.93666027,0.00002232,0.00004978,0.00002029,0.87967534
+478,0.93739349,0.00002548,0.00004759,0.00002207,0.88047879
+479,0.93661481,0.00002855,0.00004735,0.00002564,0.88112137
+480,0.93379608,0.00003235,0.00005985,0.00003063,0.88175192
+481,0.92929650,0.00003705,0.00006501,0.00003885,0.88365397
+482,0.92442581,0.00004200,0.00005803,0.00004812,0.88759508
+483,0.92058032,0.00004766,0.00006474,0.00005996,0.89291809
+484,0.91895381,0.00005414,0.00006650,0.00007077,0.89912245
+485,0.92090421,0.00006070,0.00006908,0.00007965,0.90543957
+486,0.92631122,0.00006821,0.00006585,0.00008609,0.91146456
+487,0.93455782,0.00007648,0.00005102,0.00008841,0.91547923
+488,0.94463030,0.00008464,0.00003616,0.00008691,0.91843965
+489,0.95473194,0.00009410,0.00002648,0.00008090,0.91963891
+490,0.96364502,0.00010524,0.00002034,0.00007026,0.91975983
+491,0.97043568,0.00011803,0.00001645,0.00005867,0.91963913
+492,0.97436437,0.00013402,0.00001363,0.00004706,0.91947516
+493,0.97495098,0.00015319,0.00001142,0.00003684,0.92025788
+494,0.97200508,0.00017614,0.00000950,0.00002888,0.92260193
+495,0.96636029,0.00020243,0.00000755,0.00002252,0.92575482
+496,0.95962307,0.00023094,0.00000648,0.00001864,0.93070662
+497,0.95371958,0.00026260,0.00000560,0.00001631,0.93550391
+498,0.95061152,0.00029673,0.00000476,0.00001512,0.94001389
+499,0.95192705,0.00033499,0.00000466,0.00001579,0.94383039
+500,0.95818895,0.00038048,0.00000444,0.00001740,0.94609629
+501,0.96856416,0.00043594,0.00000389,0.00002076,0.94688618
+502,0.98070274,0.00050952,0.00000408,0.00002500,0.94624211
+503,0.99142860,0.00061362,0.00000399,0.00002970,0.94455744
+504,0.99788650,0.00076395,0.00000392,0.00003324,0.94265988
+505,1.00000000,0.00097908,0.00000436,0.00003568,0.94120799
+506,0.99910819,0.00126923,0.00000413,0.00003719,0.94079078
+507,0.99808156,0.00163382,0.00000397,0.00003637,0.94176327
+508,0.99650360,0.00207590,0.00000424,0.00003522,0.94473408
+509,0.99314712,0.00261314,0.00000400,0.00003204,0.94915584
+510,0.98404465,0.00327921,0.00000389,0.00002806,0.95419339
+511,0.96550845,0.00413303,0.00000385,0.00002554,0.95954236
+512,0.93867401,0.00526369,0.00000390,0.00002401,0.96459688
+513,0.90804427,0.00684627,0.00000379,0.00002509,0.96902841
+514,0.87480177,0.00915649,0.00000357,0.00002676,0.97179112
+515,0.83387151,0.01267648,0.00000383,0.00003097,0.97317857
+516,0.77606904,0.01800685,0.00000386,0.00003703,0.97320070
+517,0.69859059,0.02585007,0.00000378,0.00004613,0.97218736
+518,0.60871934,0.03667779,0.00000439,0.00006025,0.97091309
+519,0.51759429,0.05118064,0.00000377,0.00007876,0.97035732
+520,0.43125686,0.07035894,0.00000416,0.00010325,0.96996616
+521,0.34977809,0.09617429,0.00000494,0.00012473,0.97140258
+522,0.27392459,0.13094754,0.00000455,0.00014349,0.97376942
+523,0.20473488,0.17727190,0.00000553,0.00015902,0.97636229
+524,0.14738691,0.23641290,0.00000605,0.00017128,0.97957895
+525,0.10459452,0.30751157,0.00000613,0.00017677,0.98311659
+526,0.07555179,0.38790047,0.00000672,0.00017814,0.98550114
+527,0.05654570,0.47436827,0.00000696,0.00017111,0.98688700
+528,0.04380857,0.56468213,0.00000744,0.00016498,0.98705275
+529,0.03477386,0.65643377,0.00000760,0.00016271,0.98569258
+530,0.02793581,0.74674718,0.00000766,0.00016590,0.98301588
+531,0.02225302,0.82841738,0.00000770,0.00017244,0.97915984
+532,0.01751704,0.89713046,0.00000725,0.00018189,0.97493690
+533,0.01359022,0.94858047,0.00000682,0.00018854,0.97129138
+534,0.01046026,0.98476388,0.00000716,0.00019224,0.96813872
+535,0.00814691,1.00572477,0.00000758,0.00019405,0.96649466
+536,0.00649078,1.01799762,0.00000759,0.00019354,0.96685400
+537,0.00530930,1.02241761,0.00000722,0.00018898,0.96849224
+538,0.00446096,1.02351216,0.00000805,0.00018087,0.97201807
+539,0.00383097,1.02270186,0.00000826,0.00017218,0.97702694
+540,0.00333164,1.02115905,0.00000816,0.00016359,0.98197923
+541,0.00292664,1.01965328,0.00000835,0.00015899,0.98753229
+542,0.00257637,1.01731773,0.00000798,0.00015586,0.99230951
+543,0.00225949,1.01540955,0.00000798,0.00015606,0.99540351
+544,0.00198202,1.01129946,0.00000796,0.00015819,0.99740084
+545,0.00172287,1.00955329,0.00000817,0.00016068,0.99730413
+546,0.00150439,1.00573235,0.00000856,0.00016530,0.99558763
+547,0.00130359,1.00407549,0.00000897,0.00016816,0.99262103
+548,0.00113903,1.00164097,0.00000920,0.00017049,0.98803927
+549,0.00099076,1.00130077,0.00000935,0.00017164,0.98368879
+550,0.00086925,0.99962912,0.00000980,0.00017169,0.97966358
+551,0.00076142,1.00130006,0.00001003,0.00017074,0.97601679
+552,0.00067853,1.00140898,0.00000998,0.00017054,0.97409076
+553,0.00060841,1.00384853,0.00001038,0.00016913,0.97356455
+554,0.00055953,1.00599723,0.00001044,0.00016744,0.97460306
+555,0.00051880,1.00910590,0.00001035,0.00016766,0.97733165
+556,0.00049699,1.01051975,0.00001090,0.00016951,0.98142794
+557,0.00047445,1.01099594,0.00001143,0.00017426,0.98607299
+558,0.00045863,1.00890543,0.00001155,0.00018167,0.99104944
+559,0.00044229,1.00483865,0.00001240,0.00019232,0.99556304
+560,0.00042470,0.99901144,0.00001322,0.00020428,0.99892911
+561,0.00040647,0.99220799,0.00001374,0.00021790,1.00128281
+562,0.00038780,0.98468953,0.00001466,0.00023244,1.00206838
+563,0.00035963,0.97823873,0.00001507,0.00024402,1.00124192
+564,0.00033330,0.97314859,0.00001561,0.00025416,0.99879621
+565,0.00029660,0.97022501,0.00001799,0.00026158,0.99466280
+566,0.00027179,0.96868569,0.00001806,0.00026375,0.99032401
+567,0.00024451,0.97004107,0.00001990,0.00026297,0.98568114
+568,0.00022875,0.97166154,0.00002207,0.00026655,0.98102690
+569,0.00021524,0.97626613,0.00002400,0.00026988,0.97756954
+570,0.00021255,0.98067188,0.00002768,0.00027504,0.97495949
+571,0.00021004,0.98683373,0.00003153,0.00028070,0.97366152
+572,0.00021079,0.99219054,0.00003519,0.00028807,0.97436348
+573,0.00021138,0.99666299,0.00003855,0.00030046,0.97596613
+574,0.00021521,1.00000000,0.00004048,0.00031707,0.97930722
+575,0.00021336,0.99912543,0.00004339,0.00033920,0.98307748
+576,0.00021459,0.99696320,0.00004685,0.00036610,0.98726114
+577,0.00020993,0.99036225,0.00004712,0.00039570,0.99154671
+578,0.00020747,0.98384547,0.00004885,0.00043575,0.99533904
+579,0.00019888,0.97519907,0.00005031,0.00048703,0.99803299
+580,0.00019065,0.96391617,0.00005058,0.00053825,0.99950550
+581,0.00018249,0.94573906,0.00005380,0.00057909,1.00000000
+582,0.00017164,0.91096960,0.00006109,0.00060314,0.99848218
+583,0.00016473,0.85904551,0.00006875,0.00061674,0.99593416
+584,0.00015826,0.79290657,0.00008360,0.00061491,0.99288307
+585,0.00015437,0.72361833,0.00010367,0.00059039,0.98834389
+586,0.00015378,0.65257621,0.00013385,0.00054258,0.98366197
+587,0.00015002,0.57623116,0.00017220,0.00047833,0.97971238
+588,0.00015089,0.48870213,0.00021349,0.00039787,0.97601117
+589,0.00015050,0.39405229,0.00025613,0.00031987,0.97307044
+590,0.00015245,0.29840580,0.00029745,0.00025214,0.97155305
+591,0.00015136,0.21347365,0.00033957,0.00019590,0.97102663
+592,0.00015264,0.14739732,0.00038077,0.00015376,0.97152475
+593,0.00015147,0.10143634,0.00042014,0.00012305,0.97341779
+594,0.00015009,0.07106678,0.00045664,0.00010304,0.97585074
+595,0.00014792,0.05101665,0.00049082,0.00008730,0.97896590
+596,0.00014493,0.03753145,0.00052462,0.00007548,0.98255796
+597,0.00014083,0.02803887,0.00057202,0.00006686,0.98543794
+598,0.00013665,0.02107987,0.00064046,0.00006139,0.98789503
+599,0.00013056,0.01582745,0.00073788,0.00005448,0.98994151
+600,0.00012700,0.01178705,0.00088389,0.00005006,0.99059899
+601,0.00012212,0.00868732,0.00109195,0.00004759,0.99029895
+602,0.00011620,0.00634606,0.00138377,0.00004287,0.98922305
+603,0.00011384,0.00461992,0.00179072,0.00003904,0.98676544
+604,0.00010918,0.00337907,0.00234897,0.00003667,0.98389430
+605,0.00010782,0.00250694,0.00310035,0.00003331,0.98067297
+606,0.00010377,0.00189987,0.00409611,0.00003138,0.97675508
+607,0.00010231,0.00147499,0.00539886,0.00002877,0.97324400
+608,0.00010126,0.00117574,0.00764596,0.00002657,0.97055473
+609,0.00010021,0.00096470,0.00982485,0.00002417,0.96803100
+610,0.00009925,0.00080813,0.01250677,0.00002328,0.96629732
+611,0.00009923,0.00069267,0.01576553,0.00002129,0.96561899
+612,0.00009906,0.00060187,0.01971871,0.00002036,0.96564173
+613,0.00009850,0.00053101,0.02460136,0.00001896,0.96639591
+614,0.00009892,0.00046977,0.03076162,0.00001779,0.96771777
+615,0.00009742,0.00041864,0.03870973,0.00001738,0.96934976
+616,0.00009802,0.00037515,0.04932564,0.00001579,0.97124886
+617,0.00009809,0.00033197,0.06405112,0.00001598,0.97291816
+618,0.00009662,0.00029595,0.08527458,0.00001498,0.97432735
+619,0.00009692,0.00026098,0.11683854,0.00001430,0.97530655
+620,0.00009575,0.00022974,0.16336997,0.00001381,0.97542227
+621,0.00009546,0.00020299,0.22811553,0.00001310,0.97463623
+622,0.00009575,0.00017878,0.30778033,0.00001315,0.97308990
+623,0.00009469,0.00015870,0.39105868,0.00001249,0.97065297
+624,0.00009485,0.00014470,0.46939880,0.00001236,0.96750332
+625,0.00009453,0.00012912,0.54633346,0.00001250,0.96379792
+626,0.00009384,0.00012281,0.62987089,0.00001178,0.95963369
+627,0.00009463,0.00011148,0.71765372,0.00001194,0.95522586
+628,0.00009451,0.00010580,0.80227884,0.00001165,0.95099476
+629,0.00009458,0.00010508,0.87400338,0.00001136,0.94711647
+630,0.00009520,0.00009942,0.92669327,0.00001177,0.94373897
+631,0.00009478,0.00009982,0.95728386,0.00001162,0.94086191
+632,0.00009588,0.00009664,0.97246242,0.00001149,0.93909609
+633,0.00009579,0.00009667,0.98093913,0.00001162,0.93751312
+634,0.00009545,0.00009589,0.98815314,0.00001162,0.93716161
+635,0.00009560,0.00009628,0.99512479,0.00001183,0.93749275
+636,0.00009549,0.00009600,1.00000000,0.00001163,0.93844552
+637,0.00009549,0.00009459,1.00071278,0.00001211,0.93992284
+638,0.00009551,0.00009484,0.99509151,0.00001182,0.94157292
+639,0.00009535,0.00009162,0.98322813,0.00001142,0.94327292
+640,0.00009579,0.00009246,0.96618038,0.00001146,0.94494878
+641,0.00009570,0.00008883,0.94726377,0.00001129,0.94621266
+642,0.00009544,0.00008616,0.92911907,0.00001064,0.94689150
+643,0.00009552,0.00008688,0.91427200,0.00001038,0.94695971
+644,0.00009622,0.00008318,0.90407257,0.00001123,0.94601526
+645,0.00009645,0.00008295,0.89868685,0.00001061,0.94485162
+646,0.00009648,0.00008153,0.89729260,0.00001039,0.94216490
+647,0.00009799,0.00008262,0.90048309,0.00001007,0.93936780
+648,0.00009797,0.00008265,0.90619876,0.00001068,0.93516770
+649,0.00009864,0.00008855,0.91486402,0.00001053,0.93117984
+650,0.00009916,0.00009224,0.92548194,0.00001131,0.92600825
+651,0.00010183,0.00008974,0.93716217,0.00001150,0.92184558
+652,0.00010153,0.00010120,0.95109280,0.00001210,0.91679022
+653,0.00010358,0.00010537,0.96341044,0.00001199,0.91281220
+654,0.00010461,0.00010299,0.97756310,0.00001228,0.90873714
+655,0.00010712,0.00011271,0.98873468,0.00001244,0.90559995
+656,0.00010718,0.00011213,1.00002059,0.00001267,0.90280144
+657,0.00011085,0.00011810,1.00784176,0.00001226,0.90151379
+658,0.00011321,0.00011639,1.01361246,0.00001236,0.90018969
+659,0.00011173,0.00011824,1.01518655,0.00001242,0.90026306
+660,0.00011398,0.00011152,1.01365106,0.00001236,0.90055224
+661,0.00011982,0.00011302,1.00889905,0.00001227,0.90169504
+662,0.00011831,0.00010361,1.00094470,0.00001222,0.90303974
+663,0.00012135,0.00010441,0.99098939,0.00001218,0.90479165
+664,0.00012902,0.00009482,0.97907661,0.00001214,0.90660298
+665,0.00012720,0.00009519,0.96736515,0.00001206,0.90788333
+666,0.00013658,0.00008675,0.95491923,0.00001202,0.90928294
+667,0.00013538,0.00008735,0.94403019,0.00001242,0.90961910
+668,0.00014397,0.00008078,0.93408742,0.00001231,0.91044105
+669,0.00014356,0.00008067,0.92588661,0.00001283,0.90941307
+670,0.00015119,0.00007509,0.91979557,0.00001325,0.90884628
+671,0.00015202,0.00007486,0.91551236,0.00001395,0.90648792
+672,0.00015693,0.00006895,0.91345541,0.00001410,0.90426184
+673,0.00015686,0.00006944,0.91406966,0.00001399,0.90090015
+674,0.00015130,0.00006375,0.91586446,0.00001534,0.89728707
+675,0.00015184,0.00006358,0.92112352,0.00001580,0.89360311
+676,0.00013690,0.00005878,0.92637606,0.00001690,0.88921759
+677,0.00013092,0.00005896,0.93343259,0.00001748,0.88536863
+678,0.00013335,0.00005523,0.93977000,0.00001885,0.88109823
+679,0.00011361,0.00005501,0.94511856,0.00001898,0.87784434
+680,0.00010715,0.00005343,0.94655018,0.00001988,0.87367129
+681,0.00010823,0.00005281,0.94482431,0.00002137,0.87100044
+682,0.00009932,0.00005140,0.93695460,0.00002320,0.86849439
+683,0.00009856,0.00005170,0.92470622,0.00002504,0.86645265
+684,0.00009765,0.00005134,0.90515848,0.00002641,0.86555715
+685,0.00009914,0.00005138,0.87651239,0.00002837,0.86486409
+686,0.00010008,0.00005107,0.84722733,0.00003079,0.86444275
+687,0.00010777,0.00005085,0.81626058,0.00003251,0.86462554
+688,0.00010686,0.00005096,0.77926628,0.00003533,0.86421244
+689,0.00011218,0.00005018,0.74095072,0.00003740,0.86509991
+690,0.00012769,0.00005046,0.69853161,0.00004081,0.86504142
+691,0.00012456,0.00004904,0.65530863,0.00004361,0.86574075
+692,0.00014074,0.00004833,0.60957078,0.00004639,0.86547448
+693,0.00014680,0.00004769,0.56408506,0.00004986,0.86537728
+694,0.00014400,0.00004781,0.51760530,0.00005346,0.86481040
+695,0.00015360,0.00004694,0.47150814,0.00005805,0.86329140
+696,0.00015552,0.00004600,0.42482252,0.00006226,0.86242059
+697,0.00015166,0.00004584,0.37706746,0.00006694,0.85986818
+698,0.00015221,0.00004562,0.32909071,0.00007188,0.85807444
+699,0.00014625,0.00004584,0.28093192,0.00007800,0.85502168
+700,0.00014561,0.00004525,0.23513938,0.00008485,0.85224705
+701,0.00013613,0.00004562,0.19289082,0.00009055,0.84852762
+702,0.00013172,0.00004612,0.15584587,0.00010008,0.84517422
+703,0.00013242,0.00004747,0.12438828,0.00010713,0.84157685
+704,0.00012141,0.00004854,0.09857760,0.00011933,0.83807810
+705,0.00012300,0.00004734,0.07759031,0.00012975,0.83443274
+706,0.00011836,0.00004932,0.06074302,0.00014324,0.83120263
+707,0.00010821,0.00004894,0.04708451,0.00015785,0.82819085
+708,0.00010974,0.00005047,0.03618668,0.00017539,0.82520041
+709,0.00010309,0.00004972,0.02749464,0.00019507,0.82259510
+710,0.00010302,0.00005030,0.02064713,0.00021689,0.82050631
+711,0.00010127,0.00005129,0.01533676,0.00024318,0.81863236
+712,0.00009629,0.00004999,0.01131374,0.00027135,0.81673157
+713,0.00009854,0.00005048,0.00832392,0.00030518,0.81518962
+714,0.00009280,0.00004864,0.00613477,0.00034281,0.81376687
+715,0.00009475,0.00004901,0.00454626,0.00039712,0.81276571
+716,0.00009054,0.00004923,0.00340798,0.00044651,0.81111987
+717,0.00009196,0.00004719,0.00258536,0.00050188,0.81039972
+718,0.00008822,0.00004950,0.00199356,0.00056707,0.80884166
+719,0.00008866,0.00004776,0.00156305,0.00063984,0.80742716
+720,0.00008744,0.00005348,0.00125005,0.00072378,0.80605476
+721,0.00008550,0.00005702,0.00101327,0.00081879,0.80328088
+722,0.00008673,0.00005214,0.00085049,0.00092782,0.80094601
+723,0.00008483,0.00006320,0.00071368,0.00105511,0.79797843
+724,0.00008628,0.00005556,0.00062520,0.00120160,0.79448406
+725,0.00008449,0.00007144,0.00054959,0.00137088,0.79079478
+726,0.00009254,0.00005903,0.00049985,0.00156792,0.78664955
+727,0.00008532,0.00005649,0.00047162,0.00180276,0.78403080
+728,0.00009594,0.00007807,0.00043891,0.00207920,0.77837404
+729,0.00008917,0.00004800,0.00042848,0.00240799,0.77671056
+730,0.00009084,0.00004042,0.00040347,0.00280298,0.77071265
+731,0.00010183,0.00005618,0.00038227,0.00327494,0.76860809
+732,0.00009128,0.00002571,0.00035692,0.00384821,0.76568459
+733,0.00010000,0.00003251,0.00033769,0.00454832,0.76096821
+734,0.00008800,0.00002175,0.00030789,0.00540493,0.75943556
+735,0.00009430,0.00000592,0.00029814,0.00645469,0.75440145
+736,0.00008055,0.00001077,0.00024879,0.00774941,0.74853854
+737,0.00008475,0.00000286,0.00021170,0.00936399,0.73756232
+738,0.00007796,0.00000380,0.00018471,0.01137832,0.72050194
+739,0.00007850,0.00000323,0.00013393,0.01388118,0.69619742
+740,0.00007713,0.00000149,0.00012509,0.01700597,0.66466129
+741,0.00007770,0.00000247,0.00007240,0.02092752,0.62570237
+742,0.00007623,0.00000112,0.00006419,0.02586928,0.58042003
+743,0.00007664,0.00000145,0.00003891,0.03206911,0.52946690
+744,0.00007474,0.00000111,0.00003294,0.03985523,0.47429123
+745,0.00007405,0.00000139,0.00002353,0.04956652,0.41572304
+746,0.00007519,0.00000105,0.00002711,0.06173849,0.35577781
+747,0.00007318,0.00000141,0.00001690,0.07680296,0.29694274
+748,0.00007349,0.00000097,0.00001474,0.09550239,0.24182875
+749,0.00007204,0.00000085,0.00001598,0.11837088,0.19245049
+750,0.00007375,0.00000123,0.00001292,0.14615821,0.15026362
+751,0.00007369,0.00000158,0.00001366,0.19110224,0.11482153
+752,0.00007149,0.00000089,0.00001329,0.23178705,0.08854978
+753,0.00007148,0.00000137,0.00001411,0.27801636,0.06698482
+754,0.00007312,0.00000086,0.00002354,0.33031673,0.05109390
+755,0.00007167,0.00000158,0.00009563,0.38771033,0.03916000
+756,0.00007255,0.00000202,0.00012882,0.44914649,0.03018623
+757,0.00007120,0.00000091,0.00011528,0.51370254,0.02342899
+758,0.00007186,0.00000174,0.00001687,0.57939644,0.01832614
+759,0.00007087,0.00000102,0.00015343,0.64484781,0.01444326
+760,0.00007145,0.00000200,0.00012777,0.70835304,0.01147024
+761,0.00007024,0.00000128,0.00015354,0.76788190,0.00918513
+762,0.00007096,0.00000479,0.00024298,0.82252523,0.00740254
+763,0.00007041,0.00000149,0.00015520,0.87063314,0.00609562
+764,0.00007088,0.00000719,0.00024274,0.91086251,0.00491959
+765,0.00006995,0.00000417,0.00012696,0.94360264,0.00435297
+766,0.00007149,0.00000502,0.00014910,0.96734308,0.00335678
+767,0.00006924,0.00000963,0.00000979,0.98447500,0.00291823
+768,0.00007103,0.00000561,0.00000629,0.99402844,0.00234224
+769,0.00006949,0.00000984,0.00000738,0.99904759,0.00205113
+770,0.00007093,0.00000949,0.00000483,1.00000000,0.00167084
+771,0.00006951,0.00000318,0.00000489,0.99829749,0.00145104
+772,0.00007194,0.00000643,0.00000536,0.99534944,0.00124552
+773,0.00007193,0.00000153,0.00000458,0.99113813,0.00104170
+774,0.00006859,0.00000184,0.00000528,0.98712837,0.00108470
+775,0.00006781,0.00000116,0.00000438,0.98344438,0.00077931
+776,0.00007056,0.00000173,0.00000475,0.97955733,0.00084497
+777,0.00006741,0.00000086,0.00000446,0.97683333,0.00059188
+778,0.00006870,0.00000185,0.00000488,0.97381307,0.00063835
+779,0.00006628,0.00000089,0.00000456,0.97171326,0.00045747
+780,0.00006687,0.00000193,0.00000547,0.96937935,0.00040248
+781,0.00006601,0.00000096,0.00000448,0.96682308,0.00043271
+782,0.00006595,0.00000196,0.00000478,0.96494693,0.00031792
+783,0.00006670,0.00000116,0.00000435,0.96155704,0.00033871
+784,0.00006450,0.00000200,0.00000470,0.95914861,0.00025452
+785,0.00006595,0.00000115,0.00000425,0.95524656,0.00026931
+786,0.00006433,0.00000195,0.00000458,0.95141098,0.00020572
+787,0.00006569,0.00000131,0.00000435,0.94725240,0.00018559
+788,0.00006431,0.00000197,0.00000380,0.94238136,0.00019577
+789,0.00006573,0.00000125,0.00000373,0.93805030,0.00015320
+790,0.00006406,0.00000187,0.00000298,0.93299243,0.00016086
+791,0.00006507,0.00000099,0.00000390,0.92787669,0.00012704
+792,0.00006298,0.00000070,0.00000278,0.92261726,0.00011590
+793,0.00006428,0.00000049,0.00000290,0.91765026,0.00012165
+794,0.00006201,0.00000119,0.00000277,0.91344782,0.00009829
+795,0.00006357,0.00000051,0.00000307,0.90866986,0.00010178
+796,0.00006101,0.00000135,0.00000247,0.90481152,0.00008372
+797,0.00006096,0.00000086,0.00000231,0.90031693,0.00007722
+798,0.00006309,0.00000153,0.00000301,0.89720732,0.00008098
+799,0.00006103,0.00000104,0.00000293,0.89342505,0.00007448
+800,0.00006314,0.00000186,0.00000319,0.89040645,0.00006262
+801,0.00006382,0.00000156,0.00000351,0.88745245,0.00006513
+802,0.00006164,0.00000205,0.00000323,0.88446834,0.00005514
+803,0.00006245,0.00000293,0.00000339,0.88140255,0.00005663
+804,0.00006061,0.00000170,0.00000318,0.87825555,0.00004857
+805,0.00005973,0.00000296,0.00000318,0.87487903,0.00004996
+806,0.00006261,0.00000182,0.00000396,0.87077850,0.00004369
+807,0.00005982,0.00000266,0.00000313,0.86665463,0.00004402
+808,0.00006197,0.00000171,0.00000364,0.86193864,0.00003879
+809,0.00005956,0.00000236,0.00000310,0.85704385,0.00003626
+810,0.00006099,0.00000240,0.00000419,0.85203260,0.00003796
+811,0.00005881,0.00000093,0.00000349,0.84608531,0.00003303
+812,0.00005972,0.00000174,0.00000396,0.84067874,0.00003435
+813,0.00006005,0.00000183,0.00000341,0.83464870,0.00003053
+814,0.00005691,0.00000096,0.00000365,0.82847182,0.00003118
+815,0.00005647,0.00000144,0.00000362,0.82237664,0.00002826
+816,0.00005823,0.00000177,0.00000290,0.81646034,0.00002628
+817,0.00005603,0.00000076,0.00000345,0.81067178,0.00002754
+818,0.00005759,0.00000198,0.00000289,0.80547624,0.00002484
+819,0.00005605,0.00000079,0.00000288,0.79996761,0.00002559
+820,0.00005558,0.00000160,0.00000429,0.79538371,0.00002406
+821,0.00005646,0.00000058,0.00000323,0.79048464,0.00002348
+822,0.00005480,0.00000154,0.00000329,0.78593335,0.00002237
+823,0.00005543,0.00000070,0.00000329,0.78246221,0.00002233
+824,0.00005551,0.00000161,0.00000455,0.77854086,0.00002269
+825,0.00005357,0.00000076,0.00000497,0.77505353,0.00002170
+826,0.00005295,0.00000068,0.00000353,0.77183963,0.00001996
+827,0.00005549,0.00000245,0.00000556,0.76834628,0.00002062
+828,0.00005286,0.00000079,0.00000383,0.76559075,0.00001880
+829,0.00005495,0.00000299,0.00000507,0.76238953,0.00002003
+830,0.00005278,0.00000128,0.00000482,0.75915219,0.00001893
+831,0.00005414,0.00000285,0.00000484,0.75631414,0.00001935
+832,0.00005475,0.00000154,0.00000546,0.75288758,0.00001823
+833,0.00005169,0.00000296,0.00000374,0.74984835,0.00001794
+834,0.00005307,0.00000178,0.00000601,0.74648701,0.00001879
+835,0.00005117,0.00000333,0.00000422,0.74311251,0.00001726
+836,0.00005068,0.00000130,0.00000512,0.73936992,0.00001797
+837,0.00005036,0.00000347,0.00000509,0.73559705,0.00001774
+838,0.00005270,0.00000220,0.00000286,0.73163277,0.00001520
+839,0.00004991,0.00000159,0.00000637,0.72765295,0.00001784
+840,0.00005177,0.00000449,0.00000539,0.72334537,0.00001500
+841,0.00005900,0.00000188,0.00000579,0.71892768,0.00001790
+842,0.00004889,0.00000635,0.00000462,0.71424776,0.00001464
+843,0.00006116,0.00000903,0.00000647,0.70932732,0.00001317
+844,0.00005285,0.00000344,0.00000604,0.70417024,0.00001633
+845,0.00006427,0.00001051,0.00000432,0.69865547,0.00001127
+846,0.00005589,0.00000601,0.00000662,0.69314542,0.00001471
+847,0.00006943,0.00000991,0.00000521,0.68706957,0.00001314
+848,0.00006195,0.00001299,0.00000680,0.68120878,0.00001114
+849,0.00007219,0.00000632,0.00001180,0.67553032,0.00000968
+850,0.00007275,0.00001514,0.00000638,0.66989091,0.00001262
+851,0.00006694,0.00000941,0.00000805,0.66440763,0.00001126
+852,0.00007232,0.00001426,0.00000389,0.65922988,0.00002112
+853,0.00006712,0.00000749,0.00001200,0.65415969,0.00001135
+854,0.00007044,0.00001524,0.00001134,0.64965635,0.00001674
+855,0.00006607,0.00000887,0.00000562,0.64537477,0.00001146
+856,0.00007040,0.00000743,0.00001181,0.64153052,0.00001572
+857,0.00007120,0.00001404,0.00000868,0.63820324,0.00002157
+858,0.00006047,0.00000558,0.00001541,0.63506916,0.00001166
+859,0.00006863,0.00001092,0.00001086,0.63264959,0.00002111
+860,0.00006547,0.00001135,0.00001222,0.62992135,0.00001206
+861,0.00005919,0.00000460,0.00000823,0.62726732,0.00002362
+862,0.00006852,0.00001024,0.00000960,0.62445640,0.00002815
+863,0.00005996,0.00000547,0.00000871,0.62156999,0.00001740
+864,0.00006589,0.00001036,0.00001051,0.61847181,0.00001816
+865,0.00006938,0.00000503,0.00001235,0.61501909,0.00002519
+866,0.00006013,0.00001140,0.00000864,0.61133939,0.00001627
+867,0.00007365,0.00000557,0.00001357,0.60744762,0.00002405
+868,0.00006702,0.00001124,0.00001158,0.60314205,0.00002027
+869,0.00007595,0.00000612,0.00001522,0.59883705,0.00002469
+870,0.00008089,0.00001120,0.00001091,0.59425662,0.00002124
+871,0.00006987,0.00000642,0.00001237,0.58928886,0.00001758
+872,0.00008784,0.00001093,0.00000928,0.58381508,0.00002971
+873,0.00007751,0.00000638,0.00000973,0.57719033,0.00002051
+874,0.00009504,0.00001191,0.00000865,0.56857851,0.00002437
+875,0.00010978,0.00000531,0.00001333,0.55699311,0.00002119
+876,0.00008984,0.00000907,0.00000847,0.54163099,0.00001926
+877,0.00012777,0.00000487,0.00001329,0.52202898,0.00001850
+878,0.00010534,0.00000794,0.00000740,0.49847084,0.00001774
+879,0.00014784,0.00000998,0.00000974,0.47191641,0.00002056
+880,0.00012341,0.00000316,0.00001229,0.44270534,0.00002202
+881,0.00017455,0.00000322,0.00001128,0.41155122,0.00001602
+882,0.00018601,0.00001260,0.00000704,0.37843868,0.00001436
+883,0.00015342,0.00000365,0.00001244,0.34304355,0.00001710
+884,0.00020484,0.00000446,0.00000915,0.30590964,0.00001369
+885,0.00017984,0.00001209,0.00001448,0.26730226,0.00001827
+886,0.00018931,0.00000567,0.00001164,0.22805403,0.00001218
+887,0.00022557,0.00001173,0.00000861,0.18974714,0.00001567
+888,0.00022780,0.00000705,0.00001441,0.15369596,0.00001596
+889,0.00021393,0.00001006,0.00000700,0.12145605,0.00001348
+890,0.00022939,0.00000466,0.00001461,0.09413162,0.00001857
+891,0.00023016,0.00000325,0.00001401,0.07189929,0.00001662
+892,0.00021920,0.00000921,0.00001007,0.05457376,0.00001805
+893,0.00021508,0.00000755,0.00001695,0.04144546,0.00002361
+894,0.00022046,0.00000493,0.00002042,0.03158417,0.00001927
+895,0.00020159,0.00000922,0.00002108,0.02425525,0.00003019
+896,0.00021016,0.00000673,0.00003064,0.01879617,0.00003036
+897,0.00018988,0.00001643,0.00003171,0.01470317,0.00003602
+898,0.00019842,0.00001135,0.00004339,0.01163795,0.00003469
+899,0.00017117,0.00001160,0.00004171,0.00930858,0.00004530
+900,0.00018205,0.00002335,0.00005692,0.00744330,0.00004918
+901,0.00015240,0.00001573,0.00007019,0.00607348,0.00005892
+902,0.00014443,0.00002364,0.00007121,0.00501379,0.00005708
+903,0.00015946,0.00001931,0.00007122,0.00413379,0.00006488
+904,0.00014629,0.00002613,0.00008504,0.00347084,0.00006319
+905,0.00012207,0.00002318,0.00007450,0.00293573,0.00007284
+906,0.00013127,0.00001698,0.00008010,0.00250919,0.00006971
+907,0.00010545,0.00001954,0.00008936,0.00215786,0.00007822
+908,0.00011422,0.00001127,0.00008826,0.00186591,0.00007143
+909,0.00009446,0.00001395,0.00008831,0.00163284,0.00007223
+910,0.00009843,0.00001618,0.00009721,0.00142997,0.00007024
+911,0.00008316,0.00000862,0.00009019,0.00127599,0.00007097
+912,0.00008914,0.00001383,0.00008741,0.00112918,0.00007120
+913,0.00008435,0.00000962,0.00008467,0.00102171,0.00006619
+914,0.00006511,0.00000696,0.00007373,0.00091069,0.00006294
+915,0.00007269,0.00000696,0.00006748,0.00083541,0.00005778
+916,0.00006160,0.00000561,0.00006984,0.00075489,0.00005333
+917,0.00006279,0.00000807,0.00005307,0.00069931,0.00005405
+918,0.00005814,0.00000905,0.00004844,0.00063879,0.00004915
+919,0.00005882,0.00000632,0.00005417,0.00059080,0.00004779
+920,0.00005406,0.00000850,0.00004482,0.00055023,0.00004379
+921,0.00005351,0.00000820,0.00004483,0.00050660,0.00004087
+922,0.00005183,0.00001222,0.00003814,0.00047777,0.00003311
+923,0.00005084,0.00000921,0.00003524,0.00044789,0.00003608
+924,0.00004786,0.00001027,0.00002726,0.00041317,0.00003592
+925,0.00004877,0.00001204,0.00002455,0.00039493,0.00002213
+926,0.00004859,0.00001323,0.00002566,0.00035947,0.00002159
+927,0.00004583,0.00001373,0.00002043,0.00033744,0.00002350
+928,0.00004279,0.00001579,0.00001759,0.00031989,0.00001705
+929,0.00004263,0.00001521,0.00001473,0.00028719,0.00002055
+930,0.00004130,0.00002156,0.00001512,0.00027707,0.00001764
+931,0.00004093,0.00001894,0.00001132,0.00025430,0.00001453
+932,0.00004059,0.00002375,0.00000862,0.00023132,0.00001636
+933,0.00004012,0.00002243,0.00001262,0.00022543,0.00001197
+934,0.00004037,0.00002409,0.00000857,0.00019537,0.00001123
+935,0.00004396,0.00002019,0.00000918,0.00018380,0.00001127
+936,0.00004304,0.00002182,0.00000689,0.00016713,0.00001042
+937,0.00004054,0.00001452,0.00000671,0.00014542,0.00001021
+938,0.00004200,0.00001755,0.00000434,0.00013876,0.00001099
+939,0.00004073,0.00001475,0.00000648,0.00011616,0.00001171
+940,0.00004199,0.00000805,0.00000513,0.00011019,0.00001030
+941,0.00004077,0.00001071,0.00000748,0.00009086,0.00001236
+942,0.00004125,0.00000537,0.00000691,0.00009183,0.00001192
+943,0.00003820,0.00000682,0.00000789,0.00006774,0.00000823
+944,0.00003723,0.00000663,0.00000754,0.00006181,0.00000820
+945,0.00003610,0.00000526,0.00000715,0.00006360,0.00000893
+946,0.00003503,0.00000418,0.00000806,0.00004633,0.00001115
+947,0.00003232,0.00000477,0.00000701,0.00005224,0.00001001
+948,0.00003214,0.00000426,0.00000449,0.00003735,0.00000802
+949,0.00003263,0.00000405,0.00000640,0.00003902,0.00000976
+950,0.00003065,0.00000367,0.00000595,0.00002393,0.00000966
+951,0.00003127,0.00000399,0.00000877,0.00003180,0.00000957
+952,0.00002955,0.00000340,0.00000724,0.00001716,0.00000726
+953,0.00002956,0.00000339,0.00000837,0.00001762,0.00000967
+954,0.00002840,0.00000169,0.00000733,0.00002033,0.00001001
+955,0.00002896,0.00000178,0.00000815,0.00001262,0.00000803
+956,0.00002780,0.00000242,0.00000621,0.00001259,0.00000726
+957,0.00002805,0.00000171,0.00000755,0.00001118,0.00000739
+958,0.00002680,0.00000172,0.00000444,0.00001421,0.00000845
+959,0.00002585,0.00000233,0.00000580,0.00000830,0.00000698
+960,0.00002704,0.00000182,0.00000524,0.00001294,0.00000568
+961,0.00002540,0.00000230,0.00000343,0.00000699,0.00000472
+962,0.00002576,0.00000204,0.00000356,0.00000782,0.00000650
+963,0.00002438,0.00000245,0.00000340,0.00000718,0.00000706
+964,0.00002409,0.00000243,0.00000361,0.00000642,0.00000546
+965,0.00002110,0.00000136,0.00000245,0.00000548,0.00000433
+966,0.00002288,0.00000259,0.00000146,0.00000427,0.00000607
+967,0.00001930,0.00000105,0.00000232,0.00000417,0.00000408
+968,0.00002147,0.00000239,0.00000165,0.00000440,0.00000788
+969,0.00001830,0.00000090,0.00000168,0.00000377,0.00000464
+970,0.00001907,0.00000213,0.00000491,0.00000253,0.00000958
+971,0.00001917,0.00000104,0.00000168,0.00000456,0.00000689
+972,0.00001634,0.00000226,0.00000411,0.00000202,0.00000976
+973,0.00001778,0.00000088,0.00000122,0.00000373,0.00000672
+974,0.00001705,0.00000229,0.00000367,0.00000325,0.00000574
+975,0.00001506,0.00000065,0.00000244,0.00000341,0.00000980
+976,0.00001555,0.00000246,0.00000179,0.00000232,0.00000503
+977,0.00001544,0.00000063,0.00000395,0.00000301,0.00000796
+978,0.00001376,0.00000238,0.00000177,0.00000117,0.00000325
+979,0.00001432,0.00000072,0.00000108,0.00000319,0.00000636
+980,0.00001256,0.00000210,0.00000330,0.00000169,0.00000334
+981,0.00001321,0.00000091,0.00000166,0.00000286,0.00000562
+982,0.00001143,0.00000122,0.00000258,0.00000184,0.00000413
+983,0.00001207,0.00000184,0.00000204,0.00000260,0.00000400
+984,0.00001040,0.00000177,0.00000054,0.00000212,0.00000610
+985,0.00001079,0.00000066,0.00000259,0.00000293,0.00000240
+986,0.00001077,0.00000153,0.00000133,0.00000175,0.00000486
+987,0.00000938,0.00000065,0.00000205,0.00000229,0.00000262
+988,0.00000992,0.00000147,0.00000101,0.00000126,0.00000333
+989,0.00000926,0.00000054,0.00000210,0.00000232,0.00000152
+990,0.00000875,0.00000145,0.00000084,0.00000099,0.00000236
+991,0.00000915,0.00000023,0.00000090,0.00000250,0.00000152
+992,0.00000791,0.00000134,0.00000176,0.00000135,0.00000228
+993,0.00000858,0.00000029,0.00000079,0.00000090,0.00000070
+994,0.00000757,0.00000141,0.00000165,0.00000289,0.00000185
+995,0.00000885,0.00000045,0.00000071,0.00000070,0.00000162
+996,0.00000740,0.00000127,0.00000173,0.00000210,0.00000093
+997,0.00000859,0.00000146,0.00000070,0.00000118,0.00000188
+998,0.00000871,0.00000040,0.00000043,0.00000072,0.00000116
+999,0.00000732,0.00000142,0.00000056,0.00000182,0.00000041
+1000,0.00000711,0.00000038,0.00000159,0.00000111,0.00000126

Added: grass/trunk/imagery/i.atcorr/sensors_csv/spot7.csv
===================================================================
--- grass/trunk/imagery/i.atcorr/sensors_csv/spot7.csv	                        (rev 0)
+++ grass/trunk/imagery/i.atcorr/sensors_csv/spot7.csv	2016-06-07 15:48:31 UTC (rev 68630)
@@ -0,0 +1,602 @@
+WL(nm),spot7 blue,spot7 green,spot7 red,spot7 nir,spot7 pan
+400,0.00006339,0,0.0000632,0.00001267,0.0000614
+401,0.00007601,0,0.00010371,0.00001122,0.00006949
+402,0.00009439,0,0.00009545,0.00002503,0.00007878
+403,0.00009096,0.00000001,0.00012003,0.00002283,0.00006506
+404,0.00010909,0.00000007,0.00012476,0.00002297,0.0000705
+405,0.00012428,0.00000506,0.00014321,0.0000459,0.00007173
+406,0.00011608,0.00000464,0.00018034,0.00006991,0.00009676
+407,0.00013596,0.00000155,0.00017134,0.00010366,0.00009362
+408,0.00013952,0.00000778,0.00016149,0.00014892,0.00011507
+409,0.00012869,0.00000452,0.00018653,0.00020522,0.00012104
+410,0.0001414,0.00000528,0.00018619,0.00025643,0.00009497
+411,0.00014044,0.00001028,0.00019005,0.00032863,0.0001272
+412,0.00011708,0.00000939,0.00020223,0.00036761,0.00011392
+413,0.00013714,0.00000918,0.00023951,0.00041088,0.00010699
+414,0.00012789,0.00001501,0.00036206,0.00045283,0.00009635
+415,0.00010549,0.00001601,0.00059261,0.00047719,0.0000475
+416,0.0001122,0.00002442,0.00125276,0.00047829,0.0000895
+417,0.00010262,0.00003479,0.00264473,0.00048262,0.00006844
+418,0.00008451,0.000029,0.00402282,0.00045855,0.00008622
+419,0.00008965,0.00002927,0.00476653,0.00044306,0.00010848
+420,0.00008507,0.00003202,0.00589783,0.00042909,0.0000811
+421,0.0000816,0.00002387,0.00610515,0.00041441,0.00011289
+422,0.00009335,0.00003035,0.0063058,0.00039809,0.00011431
+423,0.00009356,0.00003179,0.00655727,0.00038028,0.00011988
+424,0.00008852,0.00002613,0.00536854,0.00036199,0.00014019
+425,0.00009869,0.00002117,0.00404069,0.00034658,0.00012502
+426,0.00009804,0.0000132,0.00238321,0.00034581,0.00016775
+427,0.00009697,0.00001087,0.00097641,0.0003455,0.0001822
+428,0.00011365,0.00001594,0.00080131,0.00033471,0.00023044
+429,0.00010774,0.00001326,0.00095283,0.00034462,0.00023593
+430,0.00010962,0.00001122,0.00126771,0.00036181,0.00027821
+431,0.00015544,0.00000527,0.00141992,0.00039838,0.00031464
+432,0.00020375,0.00000002,0.00148717,0.00048095,0.0004076
+433,0.00028416,0,0.00165306,0.00057156,0.00047925
+434,0.00034088,0,0.00152725,0.00066588,0.00061229
+435,0.0004141,0,0.00130457,0.0007661,0.00081992
+436,0.00051353,0,0.00111265,0.00084293,0.00120804
+437,0.00064039,0,0.00087685,0.00091037,0.0019211
+438,0.0008298,0,0.00085244,0.00095198,0.00322706
+439,0.00109199,0,0.0009423,0.00092989,0.00587885
+440,0.00142993,0,0.00106398,0.00090072,0.00890966
+441,0.00191334,0,0.0011861,0.00086771,0.01371239
+442,0.00282975,0,0.00128642,0.00081496,0.0221688
+443,0.00436725,0,0.00130576,0.00076088,0.03636501
+444,0.00753585,0,0.00125655,0.00071815,0.05831502
+445,0.01447662,0,0.00124234,0.00063169,0.0911006
+446,0.02953112,0,0.0011707,0.00059752,0.13571757
+447,0.05690027,0,0.00120785,0.00062393,0.19166269
+448,0.09728926,0,0.00121071,0.00071157,0.27269993
+449,0.14811147,0,0.00135592,0.00079856,0.34275177
+450,0.20580885,0,0.00120426,0.00095001,0.41614229
+451,0.27104473,0,0.00126152,0.00109273,0.48727647
+452,0.34399687,0,0.0013191,0.00120232,0.55149414
+453,0.42630302,0,0.00123979,0.00146958,0.60180523
+454,0.51065101,0,0.00136044,0.00172166,0.63503296
+455,0.58826296,0,0.0014675,0.00189646,0.65546414
+456,0.64993343,0,0.00128096,0.00200734,0.66932467
+457,0.69546966,0,0.00113031,0.00207508,0.67972681
+458,0.72809965,0,0.00091841,0.00211092,0.68715791
+459,0.75314074,0,0.00083192,0.00217072,0.69314327
+460,0.77319655,0,0.00081854,0.00221925,0.70010348
+461,0.78714002,0,0.00085842,0.00208425,0.70978874
+462,0.79692845,0,0.0010804,0.00188658,0.72376579
+463,0.80329765,0,0.00117691,0.00175979,0.73874947
+464,0.80957361,0,0.00129981,0.00156254,0.75141435
+465,0.8133613,0,0.00133392,0.00134592,0.76150497
+466,0.82042998,0,0.00130565,0.00121196,0.76894378
+467,0.82530398,0,0.00122096,0.00103306,0.77474793
+468,0.83269388,0.00000002,0.00124019,0.00090363,0.77741204
+469,0.84243218,0.00001679,0.00125787,0.00089853,0.77743788
+470,0.85396655,0.00001531,0.00117242,0.00084148,0.77596735
+471,0.86594736,0.00000537,0.00106074,0.00070121,0.77558648
+472,0.87508896,0.00002681,0.00090701,0.00056117,0.77842355
+473,0.88458667,0.00002589,0.00074216,0.00045687,0.78383207
+474,0.8889661,0.00001874,0.00079251,0.00034765,0.79028497
+475,0.89337318,0.00002032,0.00079747,0.00032889,0.79704085
+476,0.89563201,0.00000982,0.00075177,0.00036222,0.80502917
+477,0.89907169,0.00000004,0.00095356,0.00033537,0.81582861
+478,0.90241847,0,0.00087052,0.00031979,0.82937044
+479,0.90689997,0,0.00083181,0.00026519,0.84397414
+480,0.91035759,0,0.00102892,0.00021365,0.85567755
+481,0.91040734,0,0.00099844,0.00016689,0.86347982
+482,0.91176513,0,0.0008999,0.00015237,0.86758133
+483,0.91489354,0,0.00093245,0.00012704,0.87073409
+484,0.92124532,0,0.00078084,0.0001271,0.87478476
+485,0.92898165,0,0.0008036,0.00014511,0.87944719
+486,0.93680185,0,0.00078705,0.00012304,0.88307259
+487,0.94193632,0,0.00070247,0.00011081,0.88485272
+488,0.94533433,0.00000002,0.00072,0.00013035,0.88497881
+489,0.94918965,0.00002205,0.00063729,0.00012185,0.88538505
+490,0.95340863,0.00001674,0.00062894,0.00014237,0.88667564
+491,0.95678448,0.00000603,0.00064334,0.0001586,0.88902625
+492,0.9591247,0.00003447,0.00071107,0.00015925,0.89105934
+493,0.95995791,0.00002805,0.0006716,0.00015982,0.89153459
+494,0.95685029,0.00002171,0.00074753,0.00016038,0.8908057
+495,0.95249984,0.00002202,0.00071829,0.00016092,0.8907838
+496,0.94563078,0.000034,0.0006321,0.00016145,0.89183614
+497,0.94028472,0.00001711,0.0007425,0.00016196,0.89569075
+498,0.93851981,0.00000642,0.00081346,0.00016246,0.90078569
+499,0.94330209,0.00003509,0.00079749,0.00016295,0.90617608
+500,0.94976853,0.00002909,0.00088751,0.00016342,0.91103283
+501,0.9552386,0.00002222,0.00087338,0.00016388,0.91503879
+502,0.95922703,0.00002248,0.00081764,0.00016435,0.91939771
+503,0.9604911,0.00000947,0.00086691,0.00019305,0.92465068
+504,0.96081157,0.00002619,0.00083939,0.00022128,0.93082805
+505,0.9647737,0.00003418,0.00082277,0.00025788,0.93658882
+506,0.97067972,0.00003206,0.0008724,0.00031177,0.94138519
+507,0.97444904,0.00005372,0.00079608,0.00032111,0.94423728
+508,0.97636096,0.00006912,0.00085943,0.00029599,0.94493367
+509,0.97808204,0.00007919,0.00087042,0.00031657,0.94512339
+510,0.97923928,0.0001213,0.00079538,0.00030968,0.94597177
+511,0.98163913,0.0001692,0.00088692,0.00029703,0.94701338
+512,0.98972522,0.00017328,0.00093608,0.00027422,0.94948535
+513,0.99426025,0.00024976,0.00093343,0.00023269,0.95137281
+514,0.99813401,0.00029862,0.00100651,0.00015327,0.9525347
+515,1,0.00035738,0.00091812,0.00014363,0.95137603
+516,0.9966516,0.00047346,0.00092464,0.00024427,0.95163461
+517,0.97814372,0.00058957,0.0008925,0.00032591,0.95243148
+518,0.94230892,0.00079579,0.00093033,0.00047214,0.95343074
+519,0.88822225,0.00121076,0.00085235,0.00064088,0.95365364
+520,0.819755,0.00185223,0.00091831,0.00072375,0.95192729
+521,0.74696785,0.00279942,0.00082436,0.00085295,0.94845538
+522,0.67535025,0.00415056,0.00082573,0.00090714,0.94302469
+523,0.59867319,0.00609234,0.00075602,0.00102528,0.93755678
+524,0.51079501,0.00926237,0.00079212,0.00105552,0.93190048
+525,0.41360446,0.01539121,0.00078491,0.00103709,0.92725988
+526,0.31556948,0.02825864,0.00082717,0.00091532,0.92370664
+527,0.2274835,0.05370623,0.0008734,0.00071004,0.92103612
+528,0.158444,0.09575252,0.00082534,0.00051015,0.9200415
+529,0.11060106,0.15339899,0.00079907,0.00034447,0.92029017
+530,0.07613362,0.22195739,0.00080404,0.00029363,0.92302513
+531,0.05232604,0.29657464,0.00082887,0.00032799,0.92814979
+532,0.03403907,0.37685533,0.00090465,0.00041411,0.9349373
+533,0.02098513,0.46268179,0.00093628,0.00053224,0.94269403
+534,0.0122459,0.55150921,0.00099541,0.00068742,0.9498508
+535,0.00747242,0.6371005,0.0010711,0.00078721,0.955088
+536,0.00527707,0.70829331,0.0009369,0.00090095,0.95584987
+537,0.00402354,0.76158127,0.0010092,0.00100511,0.95506138
+538,0.0034074,0.79657486,0.0011313,0.00108359,0.95220206
+539,0.00300353,0.81674601,0.00108297,0.00110972,0.9487143
+540,0.00287396,0.82636019,0.00108369,0.00105697,0.94569878
+541,0.00234204,0.8244255,0.00095879,0.0010166,0.94463046
+542,0.00263734,0.81791332,0.00092911,0.00087691,0.9465637
+543,0.00161028,0.81048107,0.00091088,0.0007607,0.95028403
+544,0.00152064,0.80916627,0.00089151,0.00065137,0.95539097
+545,0.00073813,0.81932131,0.00084967,0.00064258,0.96136288
+546,0.0004356,0.83632862,0.00074463,0.00059904,0.96767795
+547,0.00050678,0.85766367,0.00071636,0.00070096,0.97387703
+548,0.00017102,0.87801048,0.00076715,0.00077664,0.97884207
+549,0.00017593,0.89433892,0.00078709,0.00090544,0.98357603
+550,0.00016867,0.9098499,0.0007538,0.00103921,0.98663933
+551,0.00016107,0.92030493,0.00067575,0.00115342,0.9878638
+552,0.00019702,0.92965072,0.00078508,0.00125365,0.98759331
+553,0.00021864,0.93661483,0.00072256,0.00130884,0.98599861
+554,0.00017437,0.94083713,0.00071598,0.00134795,0.9838377
+555,0.0002138,0.94729049,0.00080547,0.00133051,0.98106668
+556,0.00023633,0.94995041,0.0008656,0.0012313,0.97954192
+557,0.000239,0.95304594,0.00092829,0.00109191,0.97826199
+558,0.0002511,0.95372879,0.00101451,0.00094053,0.97855304
+559,0.00028729,0.95263847,0.00100424,0.00079094,0.97899364
+560,0.00030343,0.95431956,0.00114585,0.00060227,0.98062583
+561,0.00032176,0.95449527,0.00115265,0.00049399,0.98165346
+562,0.00031131,0.95683451,0.00128782,0.00038739,0.98344075
+563,0.00030735,0.96071465,0.0012567,0.0003268,0.98467653
+564,0.00028673,0.96263978,0.00129456,0.0002397,0.98606319
+565,0.00028181,0.96650969,0.00114304,0.00022438,0.98732302
+566,0.00028066,0.96879464,0.0010323,0.00021562,0.98871904
+567,0.0002845,0.97184353,0.00103108,0.00020493,0.98945429
+568,0.0002766,0.9761936,0.00094789,0.00020566,0.99005202
+569,0.00028164,0.97988708,0.00094204,0.0002316,0.99002145
+570,0.00028162,0.98531732,0.00082558,0.00020496,0.99009896
+571,0.0002924,0.98961534,0.00082466,0.00023999,0.99036655
+572,0.00029281,0.99333666,0.00077733,0.00025712,0.99090413
+573,0.00029591,0.996511,0.00071503,0.00028973,0.99260793
+574,0.00029474,0.99712128,0.00082079,0.00026322,0.99395204
+575,0.0002905,0.99847971,0.00081439,0.00028184,0.99631018
+576,0.00030628,0.99791192,0.00078699,0.00027063,0.99767407
+577,0.00031133,0.99771182,0.00082487,0.00027374,0.99946007
+578,0.00031975,0.99799814,0.00078467,0.00025644,1
+579,0.00034582,0.99762729,0.00074525,0.00028267,0.99926995
+580,0.00032097,0.99936452,0.00084533,0.00026669,0.99705294
+581,0.00032592,0.99883163,0.00088871,0.00025187,0.99382238
+582,0.00032558,1,0.00089059,0.00022059,0.98980474
+583,0.00030659,0.99839042,0.00096942,0.00020884,0.98553379
+584,0.00033887,0.98861031,0.00119903,0.00021337,0.98168803
+585,0.00032277,0.97613872,0.00141901,0.00023279,0.97926526
+586,0.00030804,0.94891365,0.00185646,0.00026235,0.97703675
+587,0.00033714,0.92219152,0.00229111,0.00031733,0.97654232
+588,0.00034445,0.8920485,0.00260563,0.00033279,0.9770229
+589,0.00036796,0.87582592,0.0026794,0.00038739,0.97852403
+590,0.00034384,0.8631584,0.00286253,0.00047347,0.97908508
+591,0.000367,0.83672954,0.00293742,0.00051705,0.98076017
+592,0.0003349,0.79709212,0.00309849,0.00064586,0.9816126
+593,0.00028657,0.73647325,0.00314108,0.00071968,0.98252149
+594,0.0003004,0.67163873,0.00297,0.00086639,0.98217757
+595,0.00028213,0.61584592,0.00261649,0.00089815,0.98144898
+596,0.00029263,0.56753897,0.00233776,0.00096544,0.97931283
+597,0.00028851,0.52913163,0.00195025,0.00093422,0.97681618
+598,0.00028807,0.4773172,0.00182193,0.00094704,0.97410468
+599,0.00029391,0.41217843,0.00169924,0.00095838,0.97195469
+600,0.00028896,0.3339601,0.00186048,0.00096151,0.97029373
+601,0.00028773,0.24895618,0.00207296,0.00088856,0.97016033
+602,0.00027363,0.17301683,0.002548,0.00079071,0.97072806
+603,0.0002736,0.11232462,0.00289844,0.00064356,0.97267877
+604,0.00026802,0.07199629,0.00364664,0.00049106,0.9747976
+605,0.00025086,0.04703638,0.00449235,0.00036732,0.97766117
+606,0.00026599,0.03197512,0.0055589,0.00027129,0.97965487
+607,0.00027632,0.02235075,0.00688676,0.0002207,0.98170445
+608,0.00026815,0.0160082,0.00868109,0.00020395,0.98212313
+609,0.00028931,0.01168641,0.0109391,0.00018004,0.98256989
+610,0.00029365,0.00854272,0.01400659,0.00014305,0.98135677
+611,0.00025967,0.00616501,0.01811818,0.00017124,0.98065552
+612,0.00028402,0.00436648,0.02422176,0.00014166,0.9790086
+613,0.00027243,0.0030482,0.03408021,0.00016951,0.97823348
+614,0.00028287,0.00208988,0.05140105,0.00013502,0.97692861
+615,0.00021156,0.00142272,0.08019487,0.00014971,0.97643775
+616,0.00028451,0.00102028,0.11797735,0.00012797,0.97525585
+617,0.00020762,0.00075221,0.15930354,0.00014179,0.97453211
+618,0.00024673,0.0005933,0.19889743,0.00011028,0.97371323
+619,0.00018479,0.00045253,0.23387208,0.00013346,0.97413358
+620,0.00023854,0.00035793,0.25233714,0.00016951,0.97424693
+621,0.00018683,0.00025569,0.27616227,0.0001683,0.97369245
+622,0.00020762,0.00017915,0.30824984,0.00013296,0.97385768
+623,0.00020455,0.00012672,0.33946347,0.00014976,0.97398148
+624,0.00028079,0.00014459,0.36472767,0.00012862,0.97354513
+625,0.0002674,0.00006937,0.3761751,0.00014103,0.97337479
+626,0.00028837,0.00006263,0.37695406,0.00013777,0.97288466
+627,0.00025461,0.00001842,0.37298198,0.00013317,0.97221762
+628,0.00029652,0.00003778,0.3675211,0.0001401,0.97105918
+629,0.00026883,0.00003867,0.37056511,0.00016765,0.96910318
+630,0.00028536,0.00004633,0.38552236,0.00016581,0.96765482
+631,0.00026427,0.00002373,0.4099297,0.00013191,0.96599376
+632,0.00030256,0.00003372,0.44311139,0.0001471,0.96419934
+633,0.00027681,0.0000594,0.48310107,0.00012826,0.96264905
+634,0.00031147,0.00004662,0.52816756,0.00013963,0.96168816
+635,0.00032616,0.00005071,0.57672374,0.00013673,0.96157404
+636,0.00029204,0.00004151,0.62431308,0.00015991,0.96124377
+637,0.00030567,0.00004367,0.66902694,0.00016665,0.96167949
+638,0.00024215,0.00001813,0.71076575,0.00013895,0.9616322
+639,0.0002816,0.00002083,0.7496568,0.00013828,0.96224565
+640,0.00019366,0.00000002,0.79026255,0.00016547,0.96197556
+641,0.00023691,0.00001666,0.83254438,0.00016218,0.96181061
+642,0.00023473,0.00001695,0.87599166,0.00013046,0.96168462
+643,0.00021464,0.00000035,0.91660092,0.00014379,0.96104464
+644,0.00013807,0.00001937,0.94808125,0.00012789,0.96014089
+645,0.0002148,0.00002123,0.9694272,0.0001377,0.95872948
+646,0.00024989,0.00003012,0.97967082,0.00013521,0.95687606
+647,0.00019846,0.00003883,0.98184197,0.00015821,0.95449359
+648,0.00029472,0.00003329,0.98100329,0.00016423,0.95121413
+649,0.00025625,0.00001745,0.97998941,0.00016403,0.94804906
+650,0.00032466,0.00002174,0.98368209,0.00016379,0.94410549
+651,0.0003242,0.00002079,0.98816194,0.00016355,0.94031714
+652,0.00032372,0.00003022,0.99445436,0.00016331,0.93673577
+653,0.00028729,0.00002151,0.99843569,0.00016307,0.93358899
+654,0.00035869,0.00003296,1,0.00016282,0.93124538
+655,0.00028415,0.00001757,0.99952848,0.00016257,0.93021497
+656,0.00080262,0.00002011,0.99612332,0.00016232,0.92962385
+657,0.00061411,0.00001629,0.99379204,0.00016207,0.93090461
+658,0.00046422,0,0.99018732,0.00016181,0.93217996
+659,0.00120405,0.00001656,0.98726771,0.00016156,0.93379973
+660,0.00073784,0.00000032,0.98514882,0.0001613,0.9356949
+661,0.00077693,0.00002077,0.98290952,0.00016103,0.93694228
+662,0.00127793,0.00002055,0.97959089,0.00016077,0.93831577
+663,0.00136578,0.00003076,0.97595207,0.0001605,0.93887787
+664,0.00065893,0.00002098,0.96876345,0.00016023,0.93827693
+665,0.00104726,0.00004791,0.96120501,0.00015996,0.93785706
+666,0.00030027,0.0000173,0.95093055,0.00015968,0.93597665
+667,0.00059159,0.00001943,0.9397491,0.00013311,0.93425433
+668,0.00019363,0.00001615,0.92846169,0.00015913,0.93187582
+669,0.00053505,0.00002157,0.91638331,0.00013204,0.9296457
+670,0.00027456,0.00001997,0.90747019,0.00015804,0.92766395
+671,0.00071589,0.00003096,0.89933074,0.00014911,0.92552803
+672,0.00045449,0.00002459,0.89569638,0.00012568,0.92444368
+673,0.00256558,0.0000284,0.89455442,0.00013317,0.92259714
+674,0.00354399,0.00004359,0.89774159,0.00012415,0.92139624
+675,0.00135784,0.00003859,0.90349354,0.00013299,0.91982668
+676,0.00489533,0.00003063,0.91140201,0.00012889,0.91826456
+677,0.00308837,0.00003266,0.91979005,0.00015184,0.91662076
+678,0.00615829,0.00000311,0.92807012,0.00015617,0.91429161
+679,0.00370785,0.0000227,0.93404425,0.00015589,0.91213735
+680,0.00361242,0.00001792,0.9382064,0.00015558,0.90926503
+681,0.00600397,0.00003137,0.93879758,0.00015527,0.90582864
+682,0.00254033,0.00003383,0.93669083,0.00015495,0.90165183
+683,0.00433537,0.00004303,0.93299579,0.00015463,0.89674441
+684,0.00084494,0.00004062,0.92702904,0.00015432,0.8908166
+685,0.00024876,0.00002964,0.92185627,0.00015399,0.88498309
+686,0.00103497,0.00001661,0.91600881,0.00015367,0.87800954
+687,0.00013772,0.00000283,0.91179821,0.00015334,0.87186806
+688,0.00198826,0.00002367,0.90899955,0.00015301,0.86529611
+689,0.00060136,0.00001605,0.90583375,0.00015268,0.86013568
+690,0.0031379,0.000031,0.904417,0.00015235,0.85608631
+691,0.00170317,0.00001821,0.90131259,0.00015201,0.85288566
+692,0.00216504,0.00002864,0.89791849,0.00015167,0.85246016
+693,0.00458429,0.00001622,0.89257149,0.00015133,0.85242557
+694,0.0026336,0.00001781,0.87615824,0.00015098,0.85605593
+695,0.00407047,0.00000001,0.86244899,0.00015064,0.85826326
+696,0.00422744,0,0.84161216,0.00015029,0.86080111
+697,0.00170072,0,0.81211915,0.00014993,0.86374359
+698,0.00303175,0,0.77238081,0.00014958,0.8658634
+699,0.00064417,0,0.72317099,0.00014922,0.86824859
+700,0.00137447,0,0.66716181,0.00014886,0.86916895
+701,0.00038381,0,0.60584853,0.0001485,0.86946383
+702,0.00045999,0,0.54334512,0.00014814,0.86867269
+703,0.00032491,0,0.48084036,0.00014777,0.86754749
+704,0.00039921,0,0.41927358,0.0001474,0.86553071
+705,0.00040132,0,0.3597848,0.00014703,0.86312785
+706,0.00025125,0,0.30217061,0.00014665,0.86074556
+707,0.00057179,0,0.24943129,0.00017035,0.8582133
+708,0.00033986,0,0.20188656,0.00019453,0.85624784
+709,0.00051965,0,0.16165934,0.00017012,0.85407499
+710,0.00025684,0,0.12899992,0.00016945,0.85207833
+711,0.00023598,0,0.1039353,0.00021118,0.85034403
+712,0.0005449,0,0.08585674,0.00019807,0.84814942
+713,0.00021714,0,0.07281979,0.0001939,0.84557337
+714,0.00041396,0,0.06394612,0.00023787,0.84325377
+715,0.00019228,0,0.05768966,0.00023853,0.84032076
+716,0.00030649,0,0.05322316,0.00023953,0.8378317
+717,0.00031679,0,0.04856149,0.0002572,0.83610624
+718,0.00014346,0,0.04505895,0.00028678,0.83377603
+719,0.00030337,0.00001415,0.0417873,0.0002823,0.83112969
+720,0.00028782,0,0.03900247,0.00032621,0.82804887
+721,0.00007799,0,0.03610973,0.00032636,0.82427059
+722,0.00023033,0.00001443,0.0333718,0.00036062,0.81865955
+723,0.00009438,0.00001429,0.03028516,0.00037799,0.811827
+724,0.00016644,0.00004157,0.02689081,0.00042136,0.802827
+725,0.00019571,0.00000685,0.02317183,0.00045607,0.79162583
+726,0.00006313,0.00002816,0.01930199,0.00047864,0.77851512
+727,0.00019914,0.00001386,0.01547549,0.00052951,0.7628567
+728,0.00011534,0.00003747,0.01212265,0.0006011,0.74564722
+729,0.00012322,0.00002963,0.00917398,0.00063663,0.72682853
+730,0.00021852,0.00002816,0.00698076,0.00074111,0.70739427
+731,0.000126,0.00003139,0.00543625,0.00082431,0.68848512
+732,0.00019259,0.00001359,0.00432069,0.0009451,0.67094136
+733,0.00010667,0.00003235,0.00362507,0.00112384,0.65688297
+734,0.00017016,0.0000139,0.00309459,0.00129427,0.64596361
+735,0.0001934,0.00001516,0.00278344,0.00153113,0.63858656
+736,0.00008465,0,0.00262031,0.00181628,0.63211256
+737,0.00015673,0,0.00252691,0.00219134,0.62418293
+738,0.00012408,0,0.00251558,0.00261594,0.61326973
+739,0.00008273,0,0.00268932,0.00314642,0.59798619
+740,0.00018391,0,0.00259203,0.0038539,0.57943406
+741,0.00013017,0,0.00281983,0.00468252,0.55824706
+742,0.00007821,0,0.00279375,0.00580942,0.53375771
+743,0.00021743,0,0.0027401,0.00716854,0.50587614
+744,0.00007534,0,0.00281922,0.00896597,0.4715295
+745,0.00020512,0,0.00271866,0.01126575,0.43111713
+746,0.00007646,0,0.00272741,0.01416582,0.38357372
+747,0.00019229,0,0.00283596,0.01790015,0.3316832
+748,0.00011909,0,0.0026024,0.02248159,0.27776519
+749,0.0000754,0.00001279,0.00259871,0.02826847,0.22607945
+750,0.00023256,0.00002549,0.00236629,0.03526581,0.18031454
+751,0.0000972,0.00007617,0.00215344,0.04381409,0.14215664
+752,0.00006142,0.00013954,0.00203545,0.05431924,0.11222774
+753,0.00022131,0.00012749,0.00169909,0.06697893,0.08915606
+754,0.00008042,0.00018348,0.00155291,0.08289855,0.07112997
+755,0.00017993,0.00008734,0.00146845,0.10264828,0.05721899
+756,0.00008865,0.0002562,0.00143385,0.12774018,0.04593983
+757,0.00006336,0.00019035,0.00159451,0.15958037,0.03685762
+758,0.00039656,0.00038642,0.00166322,0.19960497,0.029384
+759,0.00034745,0.00041034,0.00189506,0.26652486,0.02279598
+760,0.00026048,0.00041048,0.00194262,0.32762215,0.01763402
+761,0.00024841,0.00030736,0.00189792,0.39401177,0.0134604
+762,0.00056482,0.00041401,0.00182508,0.46179322,0.01026696
+763,0.0002645,0.00025172,0.00162942,0.52797453,0.00780121
+764,0.00055737,0.0002949,0.00172342,0.59140979,0.00584474
+765,0.00026618,0.00012009,0.00185866,0.65223451,0.0044454
+766,0.00018138,0.00017823,0.00180942,0.711729,0.00350111
+767,0.00044651,0.00011732,0.00182569,0.76972719,0.00281042
+768,0.00015104,0.00016213,0.00176071,0.8253825,0.00235901
+769,0.00027631,0.00014965,0.00158311,0.87414608,0.00199189
+770,0.00012225,0.00016065,0.00132175,0.91492596,0.00165848
+771,0.00022143,0.00015025,0.00107831,0.94490612,0.00143349
+772,0.00015386,0.00007334,0.00099797,0.96201409,0.00135001
+773,0.00022003,0.0002112,0.0007703,0.96691713,0.00121131
+774,0.0000933,0.00025444,0.00085176,0.96576887,0.00113444
+775,0.0000698,0.00017115,0.00083644,0.9592926,0.00107425
+776,0.00026101,0.00030346,0.00078627,0.95238059,0.00099554
+777,0.00008893,0.00019437,0.00083518,0.94855395,0.00097719
+778,0.00007898,0.00028525,0.00077259,0.94588934,0.00088933
+779,0.00025604,0.00017277,0.00079155,0.94708203,0.00088379
+780,0.00007103,0.00021442,0.00084635,0.94999029,0.00087327
+781,0.00021122,0.00017231,0.00077927,0.95380963,0.00086896
+782,0.00024472,0.00002669,0.00082294,0.95873238,0.0007596
+783,0.00005655,0.00007008,0.00074516,0.96416407,0.00081897
+784,0.00019538,0,0.00075297,0.96888436,0.00077417
+785,0.00006953,0.00001094,0.00080093,0.97410697,0.00080097
+786,0.00012307,0,0.00108557,0.97372389,0.00096937
+787,0.00004978,0.00002166,0.00076192,0.97915268,0.00103988
+788,0.00013198,0,0.00114644,0.9804698,0.00094979
+789,0.0000557,0.00005407,0.0009655,0.98707308,0.00115782
+790,0.00004761,0.00002708,0.00067892,0.99449721,0.00070633
+791,0.0001332,0.00005261,0.0010806,0.99675613,0.00080272
+792,0.00004288,0.00003418,0.00101079,0.99777968,0.00100757
+793,0.00012647,0.00007189,0.00103308,1,0.00092602
+794,0.00013597,0.00007279,0.00133484,0.99611599,0.00118307
+795,0.00004662,0.00014235,0.00113721,0.99417559,0.0010558
+796,0.00012005,0.00011879,0.0011595,0.98888215,0.00124654
+797,0.00003996,0.00014629,0.001718,0.98081782,0.00110239
+798,0.0000737,0.00012706,0.00126176,0.97652376,0.00107628
+799,0.00008494,0.00018221,0.00153784,0.97279902,0.00105593
+800,0.00002288,0.00020526,0.00136772,0.9668772,0.00067477
+801,0.00010039,0.00016565,0.0013616,0.96269085,0.0008648
+802,0.00005483,0.00024077,0.00148223,0.95766879,0.0007012
+803,0.00010267,0.00019944,0.00170581,0.95162544,0.0009585
+804,0.00004789,0.00023194,0.00162816,0.9479391,0.00086154
+805,0.00015254,0.00019965,0.00157424,0.94108077,0.00090679
+806,0.00009885,0.00029644,0.00162296,0.93710505,0.00085875
+807,0.00018915,0.00027196,0.00137938,0.93140391,0.00077506
+808,0.00014606,0.00028056,0.00167857,0.92668389,0.00106766
+809,0.00013642,0.0002563,0.00102218,0.9221005,0.00046791
+810,0.0001382,0.00026737,0.00138096,0.91706508,0.0008082
+811,0.00016926,0.00022959,0.00109446,0.91382386,0.00078873
+812,0.00020287,0.00026792,0.00117402,0.90854515,0.0007851
+813,0.00018629,0.00020592,0.00123028,0.90569711,0.00092145
+814,0.0001991,0.00022507,0.00083036,0.90077396,0.00055897
+815,0.0001743,0.00020856,0.0011087,0.89699532,0.00075818
+816,0.00019764,0.00012584,0.00071059,0.89305609,0.00080562
+817,0.00020929,0.00014396,0.00101856,0.88885693,0.00096656
+818,0.0001026,0.00011194,0.00067775,0.88451505,0.00065449
+819,0.00017418,0.0000962,0.00085786,0.87983533,0.00071438
+820,0.00009906,0.00010186,0.00086728,0.87494685,0.00082821
+821,0.00015142,0.00007127,0.00076823,0.86912966,0.0008288
+822,0.00011296,0.00007918,0.00089777,0.86359522,0.00080572
+823,0.00012969,0.00010778,0.00076653,0.85698833,0.00082671
+824,0.00010747,0.00006695,0.00061706,0.85114674,0.00057111
+825,0.00011705,0.00005742,0.00072098,0.84290302,0.00088914
+826,0.00006626,0.00010825,0.00077039,0.83763434,0.00064938
+827,0.00007128,0.00008102,0.00054004,0.82763772,0.00106663
+828,0.00015531,0.00005953,0.00091105,0.82175264,0.00102657
+829,0.00005094,0.00007051,0.00044417,0.81317577,0.00073679
+830,0.00005536,0.00006887,0.00053565,0.80504629,0.00122988
+831,0.00008208,0.000024,0.00066523,0.79813469,0.00055973
+832,0.00007768,0.0000521,0.00044967,0.78954153,0.00108976
+833,0.00012385,0.00003698,0.0007706,0.78317333,0.00051957
+834,0.00012131,0.00006802,0.0005656,0.77624524,0.00097246
+835,0.00008272,0.0000407,0.00046695,0.76996964,0.00071363
+836,0.00010584,0.00004976,0.00069226,0.76473308,0.00105786
+837,0.00009546,0.00003661,0.0003567,0.75916482,0.00065165
+838,0.00010459,0.00004975,0.0006858,0.75550984,0.00106885
+839,0.00009862,0.00004316,0.00037431,0.75062099,0.00065743
+840,0.00010201,0.00004663,0.00065908,0.74822841,0.00102754
+841,0.00007893,0.00002979,0.00042277,0.74400314,0.0007227
+842,0.00013077,0.00007784,0.00055615,0.74191016,0.0006538
+843,0.00015499,0.00003674,0.00055248,0.73842347,0.00077015
+844,0.00017812,0.000058,0.00057215,0.73563921,0.00057252
+845,0.0001392,0.00005243,0.00049956,0.73119331,0.00068299
+846,0.00019324,0.00007722,0.00051441,0.72927788,0.0004286
+847,0.00017582,0.0000722,0.00038659,0.72298152,0.00067518
+848,0.00024524,0.00006014,0.00043095,0.72021711,0.0005385
+849,0.00026694,0.00004875,0.00056398,0.71442616,0.00066859
+850,0.00022715,0.00005258,0.00050348,0.70741587,0.00061307
+851,0.00032497,0.00003565,0.00093714,0.70229356,0.00054965
+852,0.0002817,0.00007177,0.00082918,0.69294838,0.00060275
+853,0.00034769,0.00007104,0.00145512,0.68565894,0.00055978
+854,0.00033173,0.00008731,0.00121083,0.6758178,0.00059326
+855,0.00037314,0.00007186,0.00162082,0.66674764,0.00038563
+856,0.00037829,0.00006171,0.00150129,0.65566807,0.00052094
+857,0.0004133,0.00008015,0.00172142,0.64647491,0.00034087
+858,0.00042102,0.00008004,0.00174971,0.63436091,0.00047719
+859,0.00046824,0.00007025,0.00215471,0.62463186,0.00033906
+860,0.00049618,0.00006437,0.00155445,0.61182248,0.00079178
+861,0.00044199,0.00008914,0.0021183,0.60198518,0.00035698
+862,0.00048677,0.00007735,0.00180054,0.58883199,0.00069867
+863,0.000461,0.00010531,0.00200521,0.57715173,0.00035092
+864,0.00046599,0.0001332,0.00225353,0.56464345,0.00042749
+865,0.00045641,0.00018553,0.00181498,0.55287818,0.00058907
+866,0.00046133,0.00024888,0.00157519,0.54036759,0.00044149
+867,0.00044819,0.00031282,0.00150561,0.52782704,0.00027304
+868,0.00046989,0.00033818,0.00113053,0.51690357,0.00050253
+869,0.00044635,0.00037322,0.00091561,0.50466071,0.00023083
+870,0.00047845,0.00039438,0.00125984,0.49383566,0.0006667
+871,0.00047385,0.00045824,0.0004902,0.48205271,0.00046507
+872,0.00048667,0.00057622,0.00083115,0.47164245,0.00057098
+873,0.0004799,0.00053886,0.00031627,0.46001038,0.00058815
+874,0.00050097,0.00057083,0.00050899,0.44980518,0.00040272
+875,0.00051193,0.00077627,0.00028469,0.43793327,0.00050959
+876,0.0004961,0.0007139,0.00050944,0.42709733,0.00043142
+877,0.00046472,0.00084311,0.00032131,0.41396077,0.00043756
+878,0.00047204,0.00084149,0.0002815,0.40137009,0.00032923
+879,0.00044392,0.00090536,0.00033156,0.38586948,0.00043098
+880,0.00046442,0.00082861,0.00022176,0.37068412,0.00026061
+881,0.00042957,0.00086587,0.00032453,0.35288254,0.00045092
+882,0.00043412,0.00068999,0.00045876,0.33472355,0.00032678
+883,0.00040153,0.00071035,0.00040747,0.31558511,0.00047319
+884,0.00040159,0.00050077,0.00038652,0.29514514,0.00034628
+885,0.00037526,0.00057973,0.00040131,0.27475765,0.00048139
+886,0.00040837,0.00049009,0.00028282,0.25345539,0.00037204
+887,0.00043986,0.00029599,0.00040392,0.23214046,0.00038535
+888,0.00046382,0.00036636,0.00033631,0.2102796,0.00041664
+889,0.00041253,0.00023152,0.00040894,0.18824881,0.00034449
+890,0.00059482,0.00029234,0.0003305,0.16624856,0.00039619
+891,0.00068184,0.00021208,0.00030564,0.1445112,0.00034491
+892,0.00056751,0.00026579,0.00033846,0.12360413,0.00032514
+893,0.00062762,0.00024313,0.000448,0.10381962,0.00040904
+894,0.00115076,0.00019274,0.00037641,0.08571603,0.0002649
+895,0.00081662,0.00026977,0.00064047,0.06959838,0.00037081
+896,0.00155619,0.00019763,0.00048679,0.05552551,0.00039248
+897,0.00104549,0.00027555,0.00070731,0.04386728,0.00029232
+898,0.00190995,0.00022845,0.00081347,0.03440667,0.00045006
+899,0.00126547,0.00025472,0.00081173,0.02687229,0.00038098
+900,0.00209437,0.00026779,0.00102336,0.02110156,0.00040739
+901,0.00149861,0.00017973,0.00102983,0.01661993,0.00053541
+902,0.00223191,0.00022606,0.0010428,0.01335375,0.00032222
+903,0.00183191,0.00014903,0.00127797,0.01061861,0.00039931
+904,0.00220899,0.00020611,0.00094738,0.00869194,0.0003528
+905,0.00216654,0.00013304,0.00127715,0.00725708,0.00038776
+906,0.0018191,0.0001719,0.00095358,0.00609407,0.00038939
+907,0.00171485,0.00015993,0.00142547,0.00519509,0.0003679
+908,0.00199282,0.0001057,0.00117557,0.0045294,0.00034934
+909,0.00147542,0.0001677,0.00159699,0.00397034,0.00037134
+910,0.00178681,0.00013147,0.00151229,0.00353569,0.00032821
+911,0.00134297,0.00020031,0.00160373,0.00317665,0.00031566
+912,0.00155161,0.0001666,0.00140223,0.00315855,0.00024287
+913,0.00118001,0.00025943,0.00163081,0.00268734,0.00041743
+914,0.00129745,0.00021377,0.00118554,0.00271803,0.00028689
+915,0.0012973,0.00029539,0.00141938,0.00235136,0.00031534
+916,0.0010261,0.00024219,0.00098459,0.00219227,0.00039213
+917,0.00116022,0.00036546,0.00123393,0.00230116,0.00027255
+918,0.00094134,0.00043885,0.00093584,0.00198,0.00037502
+919,0.00106077,0.00027496,0.0010904,0.00202296,0.00037074
+920,0.00085644,0.00053042,0.00110717,0.00178952,0.00026002
+921,0.00096294,0.00032145,0.00129543,0.00179717,0.00027844
+922,0.00076439,0.0006148,0.00157107,0.00160864,0.0003889
+923,0.000884,0.00040742,0.00177103,0.00159701,0.00013671
+924,0.00070669,0.00067215,0.0024501,0.00144008,0.00034237
+925,0.00081583,0.00051416,0.00262455,0.00138505,0.00023497
+926,0.00067034,0.00052226,0.00326675,0.00135547,0.00038143
+927,0.00074852,0.00069289,0.00317133,0.0011723,0.00039236
+928,0.00068135,0.00052029,0.00341599,0.00118755,0.00030945
+929,0.00064329,0.00063089,0.00339153,0.00097971,0.00041147
+930,0.00077192,0.00043503,0.00255045,0.00102202,0.00032061
+931,0.00065277,0.00055451,0.00341163,0.00078241,0.00030689
+932,0.00085626,0.00033964,0.00245471,0.00084229,0.00030715
+933,0.00093151,0.00038334,0.00396261,0.00061157,0.00026961
+934,0.00071011,0.00039794,0.00299115,0.00067245,0.00030304
+935,0.00111581,0.00023054,0.00440852,0.00045444,0.00019717
+936,0.00079836,0.00032307,0.00358599,0.00052892,0.00016629
+937,0.00145005,0.00018122,0.00364088,0.00031757,0.00030692
+938,0.00093868,0.00024924,0.00437925,0.00040737,0.00018904
+939,0.00187674,0.00015145,0.00323578,0.00023199,0.00029835
+940,0.00115206,0.00020317,0.00281471,0.00029164,0.00035728
+941,0.00240948,0.00011635,0.00327517,0.00017067,0.00025454
+942,0.00146458,0.00015634,0.00181111,0.00021092,0.00042188
+943,0.00289086,0.00009766,0.00239744,0.00012069,0.00023252
+944,0.00187166,0.00014399,0.00192772,0.00015209,0.0003361
+945,0.00205802,0.00008939,0.00100582,0.00008686,0.00029606
+946,0.0032185,0.00011699,0.00121342,0.00007762,0.0002734
+947,0.00242934,0.00008222,0.00104677,0.00011153,0.00021945
+948,0.00305616,0.00008179,0.00071836,0.0000449,0.00026361
+949,0.00297518,0.00012374,0.00082156,0.00007369,0.00015407
+950,0.00281772,0.00008719,0.00060287,0.00005463,0.00031777
+951,0.0020138,0.00008218,0.0005377,0.00004515,0.00009531
+952,0.00170738,0.00010928,0.00061853,0.00003764,0.00028796
+953,0.0025652,0.00006665,0.00051644,0.00004601,0.00011005
+954,0.00117855,0.00010995,0.00059374,0.00002896,0.00027669
+955,0.00210006,0.0000682,0.00042431,0.000044,0.00016405
+956,0.00076881,0.00009885,0.00038815,0.00003019,0.00030583
+957,0.00060492,0.00006604,0.00048799,0.00004468,0.0001429
+958,0.00125845,0.00008486,0.00032123,0.00001632,0.00023516
+959,0.00036262,0.00006791,0.00046768,0.00005394,0.00015458
+960,0.00080856,0.00007542,0.0002917,0.00000519,0.00019938
+961,0.00063055,0.00007445,0.00043373,0.00004381,0.00017723
+962,0.00016955,0.00005123,0.000257,0.00002259,0.00021474
+963,0.00039683,0.00007515,0.00037957,0.00003141,0.00014949
+964,0.0001133,0.00005162,0.00018949,0.00002437,0.00013704
+965,0.00023965,0.00004402,0.00030012,0.00003442,0.00014828
+966,0.000148,0.00006123,0.00027898,0.00001864,0.00015649
+967,0.00005201,0.00003496,0.00019133,0.00002774,0.00013707
+968,0.00011865,0.00005755,0.00029651,0.00001493,0.00022095
+969,0.00009233,0.00003326,0.00016332,0.00002743,0.00021742
+970,0.00002473,0.00003472,0.00023933,0.00000944,0.00009351
+971,0.00006307,0.00004615,0.00019844,0.00001862,0.00024997
+972,0.00001335,0.00002466,0.00016593,0.00001786,0.00014835
+973,0.00004538,0.00004317,0.00021609,0.00000827,0.00020272
+974,0.00001368,0.00000709,0.00009318,0.00002577,0.00016099
+975,0.00002905,0.00003238,0.0001937,0.00000295,0.00024581
+976,0.00001141,0.00000849,0.00009308,0.00001902,0.00004967
+977,0.00001108,0.00000817,0.00015418,0.00001165,0.00024035
+978,0.00001076,0.00002532,0.00013934,0.00001945,0.00010167
+979,0.00000535,0.00000556,0.0001028,0.00001364,0.00018867
+980,0.00000866,0.00001801,0.00015356,0.00001767,0.00008909
+981,0.00000426,0.00000423,0.00012038,0.00001481,0.00019071
+982,0.00000863,0.00001379,0.00009779,0.00001212,0.00011898
+983,0.00000182,0.00000381,0.00013168,0.0000091,0.00012934
+984,0.00001459,0.00001076,0.00004444,0.00001362,0.00009462
+985,0.00000246,0.00001178,0.00013491,0.00000845,0.00015938
+986,0.00001139,0.00000258,0.0000294,0.00000647,0.00005741
+987,0.00000223,0.00000601,0.00008944,0.00000814,0.00011453
+988,0.00001215,0.00000697,0.0000622,0.00000627,0.00006067
+989,0.00000195,0.00000427,0.00005678,0.00000766,0.0001053
+990,0.00001234,0.00000595,0.0000622,0.00000823,0.00004552
+991,0.00000216,0.00000445,0.00005463,0.0000081,0.00006926
+992,0.00000182,0.00000854,0.00007149,0.00000825,0.00007011
+993,0.00000787,0,0.00003553,0.00000769,0.00005462
+994,0.00000252,0.00000356,0.00005079,0.00000882,0.00006644
+995,0.00000709,0.00000571,0.00005609,0.00000802,0.00006286
+996,0.00000137,0.00000097,0.00003252,0.00001068,0.00004531
+997,0.00000501,0.00000783,0.00004385,0.000008,0.0000656
+998,0.00000541,0.00000624,0.00004767,0.00000757,0.00005288
+999,0.00000122,0.00000279,0.00004306,0.0000056,0.00006025
+1000,0.00000297,0.00000978,0.00005025,0.000007,0.00004717



More information about the grass-commit mailing list