Changeset 11932 for trunk/FACT++
- Timestamp:
- 09/01/11 15:30:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11926 r11932 2510 2510 2511 2511 fBiasCamA->SetEnable(i, uint16_t(ptr[entry.hv()])!=0x8000); 2512 fBiasCamA->highlightPixel(i, ptr[entry.hv()]<0);2512 //fBiasCamA->highlightPixel(i, ptr[entry.hv()]<0); 2513 2513 } 2514 2514 2515 2515 fBiasCamA->SetData(dat); 2516 fBiasCamA->updateGL(); 2516 2517 2517 2518 UpdateBiasValues(); … … 3280 3281 { 3281 3282 fBiasVoltDac->setValue(fVecBiasVolt[ihw]); 3282 //fBiasVolt->setValue(fVecBiasVolt[ihw]*90./4096);3283 3284 3283 fBiasVoltCur->setValue(fVecBiasVolt[ihw]*90./4096); 3285 3284 fBiasVoltRef->setValue(fVecBiasVolt[ihw+416]*90./4096); 3286 3285 3287 3286 SetLedColor(fBiasNominalLed, 3288 fVecBias Current[ihw]==fVecBiasVolt[ihw+416]?kLedGreen:kLedRed, Time());3287 fVecBiasVolt[ihw]==fVecBiasVolt[ihw+416]?kLedGreen:kLedRed, Time()); 3289 3288 } 3290 3289 … … 3391 3390 3392 3391 // FIXME: Highglight HV patch instead! 3393 fBiasCamV->highlightPixel(i, fVecBiasVolt[entry.hv()]==fVecBiasVolt[entry.hv()+416]);3392 //fBiasCamV->highlightPixel(i, fVecBiasVolt[entry.hv()]==fVecBiasVolt[entry.hv()+416]); 3394 3393 } 3395 3394
Note:
See TracChangeset
for help on using the changeset viewer.