Skip to content

Commit

Permalink
remove intensity from SersicCore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy2211 committed Aug 28, 2024
1 parent 20330c3 commit dda4170
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions autogalaxy/profiles/light/snr/sersic_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def __init__(
effective_radius: float = 0.6,
sersic_index: float = 4.0,
radius_break: float = 0.01,
intensity: float = 0.05,
gamma: float = 0.25,
alpha: float = 3.0,
):
Expand All @@ -37,8 +36,6 @@ def __init__(
Controls the concentration of the profile (lower -> less concentrated, higher -> more concentrated).
radius_break
The break radius separating the inner power-law (with logarithmic slope gamma) and outer Sersic function.
intensity
The intensity at the break radius.
gamma
The logarithmic power-law slope of the inner core profiles
alpha
Expand All @@ -55,6 +52,4 @@ def __init__(
gamma=gamma,
)

self.intensity = self.intensity

LightProfileSNR.__init__(self, signal_to_noise_ratio=signal_to_noise_ratio)

0 comments on commit dda4170

Please sign in to comment.