Changeset 207 in JEM-EUSO


Ignore:
Timestamp:
Sep 27, 2013, 3:03:04 PM (11 years ago)
Author:
dagoret
Message:

modif makeGainTable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • equalization_gain/trunk/src/makeGainTable.sh

    r193 r207  
    3232
    3333cd ${fname}_C
    34 grep OUT_TABLE output.data > output.dat
     34grep OUT_TABLE gain-output.dat > gain-output-extract.dat
    3535#cat tmp2.dat |awk '{print($3)}' >> ../${fname_o} #dacHalf
    3636#cat tmp2.dat |awk '{print($4)}' >> ../${fname_o} #differential
    37 cat output.dat |awk '{print($6)}' >> ../${fname_o} #scurve_fit
     37cat gain-output-extract.dat |awk '{print($6)}' >> ../${fname_o} #scurve_fit
    3838cd ../
    3939#cd ${fname}_D
Note: See TracChangeset for help on using the changeset viewer.