waveform-computing / rastools

Tools for working with synchrotron scans
http://www.waveform.org.uk/rastools/
2 stars 1 forks source link

New tool: rasdump #8

Closed waveform80 closed 11 years ago

waveform80 commented 11 years ago

Produce a new utility for extracting data from RAS channels into text files suitable for spreadsheet loading / manipulation (CSV, tab-delimited, etc. - perhaps native XLS too with xlwt?). Basically a textual version of rasextract.

Should eventually include some of the statistical features of rasextract such as percentile limiting and histogram production (i.e. use the hist() method to produce the histogram then write the resulting bin data into the output in some form).

waveform80 commented 11 years ago

Imported from trac issue 8. Created by dave on 2012-03-28T20:44:27, last modified: 2012-06-19T22:02:20

waveform80 commented 11 years ago

Trac comment by dave on 2012-03-30 02:53:53:

First shot at an implementation in r28. Needs testing and extending to include .RAS and .RAS_A output formats.

waveform80 commented 11 years ago

Trac comment by dave on 2012-04-05 18:04:56:

.RAS and .RAS_A output added in r30. Now that .DAT is handled too, need to add that as well

waveform80 commented 11 years ago

Trac comment by dave on 2012-06-19 22:02:20:

Tested - works fine for CSV and dat2ras conversion. Might be helpful to add some bash-based scripts to ease mass conversion.