Changes between Version 2 and Version 3 of WriteSpectraToTextFile


Ignore:
Timestamp:
05/08/09 11:29:43 (15 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WriteSpectraToTextFile

    v2 v3  
    2121yll = scan.get_spectrum(0)
    2222
    23 
     23# magic line to  create three columns x,yrr,ll and nchannel rows
     24# which is how we want ro write the data
     25# [ ( x[0],yrr[0],yll[0] ) , ..., ( x[n-1],yrr[n-1],yll[n-1] ) ]
    2426columns = map(None, x, yrr, yll)
    2527