How to save center coordinates of 3d bins in lammps

Hello
Is there any method for saving center coordinates of 3d bins that computed with chunk/atom?

Maybe with the help of the following commands:
compute reduce min
compute reduce max
compute reduce ave

applied on the coordinates of the atoms that compose the group that was used to define the chunk?

Julien.

Hello
Is there any method for saving center coordinates of 3d bins that computed
with chunk/atom?

since you define the bins, you can compute them easily yourself from
the parameters you use.

axel.

You can take a look at compute property/chunk
link: http://lammps.sandia.gov/doc/compute_property_chunk.html

Michal

Thanks for your advice.
I solved this with ave/chunk. This fix gives the center coordinates of the bins.