Skip to content

Commit

Permalink
add minimal docstring for 3PC
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>

add minimal docstring for 3PC

Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
  • Loading branch information
QRemy committed May 17, 2024
1 parent b255f95 commit 9f5d4b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gammapy/catalog/fermi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ def spatial_model(self):

class SourceCatalogObject2PC(SourceCatalogObjectFermiPCBase):
"""One source from the 2PC catalog."""

@property
def _auxiliary_filename(self):
return make_path(
Expand Down Expand Up @@ -1524,6 +1525,7 @@ def flux_points_table(self):


class SourceCatalogObject3PC(SourceCatalogObjectFermiPCBase):
"""One source from the 3PC catalog."""

asso = ["assoc_new"]

Expand Down

0 comments on commit 9f5d4b7

Please sign in to comment.