File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -2988,24 +2988,26 @@ $.widget('crowdcurio.TimeSeriesAnnotator', {
29882988 || channel.name.indexOf('LOC') > -1
29892989 || channel.name.indexOf('ROC') > -1
29902990 ) {
2991- return 75;
2991+ return 0;
2992+ // return 37.5;
29922993 }
29932994 // electrocardiography
29942995 if (channel.name.indexOf('ECG') > -1) {
2995- return 0.1;
2996+ return 0;
2997+ // return 0.1;
29962998 }
29972999 // electromygraphy
29983000 if (
29993001 channel.name.indexOf('EMG') > -1
30003002 || channel.name.indexOf('Chin') > -1
30013003 ) {
3002-
3003- return 10;
3004+ return 0;
3005+ // return 10;
30043006 }
30053007 // electroencephalography
30063008 // (default if no other channel
30073009 // type was recognized)
3008- return 75 ;
3010+ return 37.5 ;
30093011 },
30103012
30113013 _updateChannelGain: function(action) {
Original file line number Diff line number Diff line change @@ -2499,24 +2499,26 @@ $.widget('crowdcurio.TimeSeriesAnnotator', {
24992499 || channel . name . indexOf ( 'LOC' ) > - 1
25002500 || channel . name . indexOf ( 'ROC' ) > - 1
25012501 ) {
2502- return 75 ;
2502+ return 0 ;
2503+ // return 37.5;
25032504 }
25042505 // electrocardiography
25052506 if ( channel . name . indexOf ( 'ECG' ) > - 1 ) {
2506- return 0.1 ;
2507+ return 0 ;
2508+ // return 0.1;
25072509 }
25082510 // electromygraphy
25092511 if (
25102512 channel . name . indexOf ( 'EMG' ) > - 1
25112513 || channel . name . indexOf ( 'Chin' ) > - 1
25122514 ) {
2513-
2514- return 10 ;
2515+ return 0 ;
2516+ // return 10;
25152517 }
25162518 // electroencephalography
25172519 // (default if no other channel
25182520 // type was recognized)
2519- return 75 ;
2521+ return 37.5 ;
25202522 } ,
25212523
25222524 _updateChannelGain : function ( action ) {
You can’t perform that action at this time.
0 commit comments