Skip to content

Commit

Permalink
Merge branch 'PSFModel' of https://github.com/cta-observatory/ctapipe
Browse files Browse the repository at this point in the history
…into PSFModel
  • Loading branch information
Christoph Toennis committed Nov 15, 2024
2 parents 0dc288a + 1fa2d3e commit d294206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ctapipe/instrument/optics.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from ctapipe.core import TelescopeComponent
from ctapipe.core.traits import List

from ..compat import StrEnum
from ..utils import get_table_dataset
from .warnings import warn_from_name
Expand Down Expand Up @@ -370,7 +371,7 @@ def __init__(
"""
super().__init__(subarray=subarray, **kwargs)
self.check_model_parameters()

def k_func(self, x):
return (
1
Expand Down

0 comments on commit d294206

Please sign in to comment.