Changeset 13721 for trunk/FACT++


Ignore:
Timestamp:
05/14/12 14:59:16 (13 years ago)
Author:
tbretz
Message:
Added a warning in case the temperatures are all invalid.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/feedback.cc

    r13717 r13721  
    162162
    163163        if (numt==0)
    164             return;
     164        {
     165            Warn("Received sensor temperatures all invalid.");
     166            return;
     167        }
    165168
    166169        avgt /= numt; // [deg C]
     
    205208                return;
    206209            }
     210
     211            // Pixel  583: 5 31 == 191 (5)  C2 B3 P3
     212            // Pixel  830: 2  2 ==  66 (4)  C0 B8 P1
     213            // Pixel 1401: 6  1 == 193 (5)  C2 B4 P0
    207214
    208215            // Convert from DAC counts to uA
Note: See TracChangeset for help on using the changeset viewer.