Loading src/lsst_inaf_agile/catalog_combined.py +6 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,12 @@ class CatalogCombined: use_occupation_fraction: bool weight LF by occupation fraction Returns ------- x, dx, y, dy: Bin centers (x), Bin width (dx), Counts (y), Delta counts (dy). Error on the counts is assumed to be Poissonian i.e. sqrt(Ncounts). """ # select in redshift z = self["Z"] Loading Loading
src/lsst_inaf_agile/catalog_combined.py +6 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,12 @@ class CatalogCombined: use_occupation_fraction: bool weight LF by occupation fraction Returns ------- x, dx, y, dy: Bin centers (x), Bin width (dx), Counts (y), Delta counts (dy). Error on the counts is assumed to be Poissonian i.e. sqrt(Ncounts). """ # select in redshift z = self["Z"] Loading