Feature #1289
Make Cpp Reducer possible
Start date:
16 June 2013
Due date:
% Done:
100%
Estimated time:
Workflow:
New Issue
Updated by Rogers, Chris over 10 years ago
The issue is that Reducer requires the image file to be encoded into a json document. This is handled on python side using base64.b64encode
. So we need to wrap that function.
Done in branch bzr+ssh://bazaar.launchpad.net/~chris-rogers/maus/1289/
Updated by Rogers, Chris over 10 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Fixed in r951
Updated by Rogers, Chris over 10 years ago
Adam, you will need to write C++ code that follows src/reduce/ReducePyROOTHistogram
(base class) and src/reduce/ReducePyTOFPlot
(child class)
Updated by Rajaram, Durga over 10 years ago
- Target version changed from Future MAUS release to MAUS-v0.5.5