Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 95: | Rivi 95: | ||
if ( jw.obstype[ot].type != 'none' ) { | if ( jw.obstype[ot].type != 'none' ) { | ||
if ( jw.obstype[ot]. | if ( jw.obstype[ot].mean < -20 ) { | ||
jw.obstype[ot].cat = 0; | jw.obstype[ot].cat = 0; | ||
} else if ( jw.obstype[ot]. | } else if ( jw.obstype[ot].mean < -10 ) { | ||
jw.obstype[ot].cat = 1; | jw.obstype[ot].cat = 1; | ||
} else if ( jw.obstype[ot]. | } else if ( jw.obstype[ot].mean < 10 ) { | ||
jw.obstype[ot].cat = 2; | jw.obstype[ot].cat = 2; | ||
} else if ( jw.obstype[ot]. | } else if ( jw.obstype[ot].mean < 20 ) { | ||
jw.obstype[ot].cat = 3; | jw.obstype[ot].cat = 3; | ||
} else { | } else { | ||


