lucabaldini / pyxpe

Python utilities for the X-ray Polarimetry Explorers
GNU General Public License v3.0
0 stars 0 forks source link

Factor the reconstruction methods out of the clustering code #8

Open lucabaldini opened 8 years ago

lucabaldini commented 8 years ago

They should live in pyxpe.recon.py and all accept a cluster as first argument.

The moments analysis should be wrapped into a class and be able to draw itself.

The reconstruction snippets should return dict objects that we can merge downstream and use to fill the output ROOT trees.