Changeset 19380


Ignore:
Timestamp:
11/11/18 19:21:27 (6 years ago)
Author:
tbretz
Message:
No need anymore to skip the TM channel
File:
1 edited

Legend:

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

    r19215 r19380  
    17941794        vector<float> val(1440);
    17951795        for (int i=0; i<1440; i++)
    1796             val[i] = dat[i%9==8 ? i-2 : i]/1000;
     1796            val[i] = dat[i]/1000;
    17971797
    17981798        vector<float> sorted(val);
Note: See TracChangeset for help on using the changeset viewer.