Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/about/lf_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ and normalize the result over the supplied redshift grid.
)

This is useful for constructing LF-dependent redshift trends.
Without a volume weight, the result is the luminosity-function
Without a volume weight, the result is the luminosity function
selection factor only, not a full survey redshift distribution.

A volume-weighted trend can be computed by passing a callable:
Expand Down
7 changes: 7 additions & 0 deletions docs/api/lfkit.photometry.conditional_lf_integrals.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lfkit.photometry.conditional\_lf\_integrals module
==================================================

.. automodule:: lfkit.photometry.conditional_lf_integrals
:members:
:show-inheritance:
:undoc-members:
7 changes: 7 additions & 0 deletions docs/api/lfkit.photometry.conditional_lf_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lfkit.photometry.conditional\_lf\_models module
===============================================

.. automodule:: lfkit.photometry.conditional_lf_models
:members:
:show-inheritance:
:undoc-members:
2 changes: 2 additions & 0 deletions docs/api/lfkit.photometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Submodules
:maxdepth: 2

lfkit.photometry.catalog_completeness
lfkit.photometry.conditional_lf_integrals
lfkit.photometry.conditional_lf_models
lfkit.photometry.lf_integrals
lfkit.photometry.lf_parameter_models
lfkit.photometry.lf_redshift_density
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/catalog_completeness_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
:alt: LFKit logo
:width: 50px

|lfkitlogo| Catalog completeness examples
=========================================
|lfkitlogo| Catalog completeness
================================

This page shows how to use :class:`lfkit.LuminosityFunction` to compute
observed and missing galaxy number densities for a magnitude-limited catalog.
Expand Down
Loading
Loading