================================= Recipes to be written ================================= Below, I listed very simple description for FAQs. How to get the CENA energy ========================== CENA energy table has two meaning. General energy table and mode-dependent energy table. The general energy table has 16 energy steps. The mode-dependent energy table has 8 energy steps out of the general energy table. Normally in this API, methods or classes with suffix ``E16`` specifies they treat general energy table. See :mod:`pyana.cena.energy` module for details. How to get the CENA flux ======================== Use :mod:`pyana.cena.cena_flux` module. The class :class:`pyanacena.cena_flux.Count2Flux` class will do it. How to get the CENA count rate ==============================