// highnoise: irob=1, imcm=13 iadc=1 rms=16.17 // highnoise: irob=1, imcm=13 iadc=1 mean=264.55 write chip_rob1 | chip13, ADCMSK, 0x1ffffd; // highnoise: irob=1, imcm= 3 iadc=2 rms=6.97 write chip_rob1 | chip3, ADCMSK, 0x1ffff8; // highnoise: irob=1, imcm= 7 iadc=2 rms=7.58 write chip_rob1 | chip7, ADCMSK, 0x1ffff8; // highnoise: irob=1, imcm=11 iadc=2 rms=15.36 write chip_rob1 | chip11, ADCMSK, 0x1ffff8; // highnoise: irob=1, imcm=15 iadc=2 rms=9.50 write chip_rob1 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=3, imcm= 3 iadc=2 rms=13.82 write chip_rob3 | chip3, ADCMSK, 0x1ffff8; // highnoise: irob=3, imcm= 7 iadc=2 rms=7.89 write chip_rob3 | chip7, ADCMSK, 0x1ffff8; // highnoise: irob=3, imcm=11 iadc=2 rms=7.27 // highnoise: irob=3, imcm=11 iadc=20 rms=2.77 write chip_rob3 | chip11, ADCMSK, 0xffff8; // highnoise: irob=3, imcm=15 iadc=2 rms=5.00 write chip_rob3 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=5, imcm=15 iadc=2 rms=4.67 write chip_rob5 | chip15, ADCMSK, 0x1ffff8; // highnoise: irob=7, imcm= 3 iadc=2 rms=5.27 write chip_rob7 | chip3, ADCMSK, 0x1ffff8; // highnoise: irob=7, imcm=11 iadc=2 rms=6.16 write chip_rob7 | chip11, ADCMSK, 0x1ffff8;