Changeset 13008 for trunk


Ignore:
Timestamp:
03/07/12 18:49:32 (13 years ago)
Author:
tbretz
Message:
Scale the patch currents to pixle currents.
File:
1 edited

Legend:

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

    r12966 r13008  
    28742874            dat[i] *= 5000./4096;
    28752875
    2876             if (entry.group()==1)
    2877                 dat[i] *= 0.92;
     2876            dat[i] /= entry.group()==0 ? 4 : 5;
    28782877
    28792878            fBiasCamA->SetEnable(i, uint16_t(ptr[entry.hv()])!=0x8000);
Note: See TracChangeset for help on using the changeset viewer.