Rebinning with meshtk

Versions

FLUKA: 4-5.0
Flair: 3.4-4

Description

Dear FLUKA experts,

I am trying to modify the binning of a .bnn file using meshtk from the terminal.
To be more specific, I would like to change the number of bins along the y-axis from 10 to 2.
The syntax I am currently using is:
$ meshtk [input_bnn_file]:[detector_number] -J 2 -o [output_bnn_file]

However, even after changing the order of the arguments, I do not obtain the desired result.

Could you please tell me what I am doing wrong and what the correct syntax should be?

Thank you very much for your help.

Cheers,
Giorgio

Hi @garlasch,

you are not doing anything wrong. Actually I figured that we had not yet fully exposed this functionality. I am implementing this as I am writing back to you and it will be in the next release.

Cheers
Chris

Hi @ctheis,
Thank you very much.

Cheers,
Giorgio