Changeset 11932 for trunk/FACT++/gui


Ignore:
Timestamp:
09/01/11 15:30:13 (13 years ago)
Author:
tbretz
Message:
Fixed a couple of bugs in the BIAS voltage; for the time being disabled highlighting of pixels -- too slow.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r11926 r11932  
    25102510
    25112511            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);
    25132513        }
    25142514
    25152515        fBiasCamA->SetData(dat);
     2516        fBiasCamA->updateGL();
    25162517
    25172518        UpdateBiasValues();
     
    32803281        {
    32813282            fBiasVoltDac->setValue(fVecBiasVolt[ihw]);
    3282             //fBiasVolt->setValue(fVecBiasVolt[ihw]*90./4096);
    3283 
    32843283            fBiasVoltCur->setValue(fVecBiasVolt[ihw]*90./4096);
    32853284            fBiasVoltRef->setValue(fVecBiasVolt[ihw+416]*90./4096);
    32863285
    32873286            SetLedColor(fBiasNominalLed,
    3288                         fVecBiasCurrent[ihw]==fVecBiasVolt[ihw+416]?kLedGreen:kLedRed, Time());
     3287                        fVecBiasVolt[ihw]==fVecBiasVolt[ihw+416]?kLedGreen:kLedRed, Time());
    32893288        }
    32903289
     
    33913390
    33923391                // 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]);
    33943393            }
    33953394
Note: See TracChangeset for help on using the changeset viewer.