Skip to content

Commit

Permalink
Correct the spelling of Steve Chesley's name
Browse files Browse the repository at this point in the history
  • Loading branch information
ijiraq authored Dec 30, 2024
1 parent 6ff172b commit 8b44078
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/sorcha/data/demo/sorcha_config_demo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ footprint_edge_threshold = 2.
[FADINGFUNCTION]

# Detection efficiency fading function on or off. Uses the fading function as outlined in
# Chelsey and Vereš (2017) to remove observations.
# Chesley and Vereš (2017) to remove observations.
fading_function_on = True

# Width parameter for fading function. Should be greater than zero and less than 0.5.
# Suggested value is 0.1 after Chelsey and Vereš (2017).
# Suggested value is 0.1 after Chesley and Vereš (2017).
fading_function_width = 0.1

# Peak efficiency for the fading function, called the 'fill factor' in Chelsey and Veres (2017).
# Peak efficiency for the fading function, called the 'fill factor' in Chesley and Veres (2017).
# Suggested value is 1. Do not change this unless you are sure of what you are doing.
fading_function_peak_efficiency = 1.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ circle_radius = 1.75
[FADINGFUNCTION]

# Detection efficiency fading function on or off. Uses the fading function as outlined in
# Chelsey and Vereš (2017) to remove observations.
# Chesley and Vereš (2017) to remove observations.
fading_function_on = True

# Width parameter for fading function. Should be greater than zero and less than 0.5.
# Suggested value is 0.1 after Chelsey and Vereš (2017).
# Suggested value is 0.1 after Chesley and Vereš (2017).
fading_function_width = 0.1

# Peak efficiency for the fading function, called the 'fill factor' in Chelsey and Veres (2017).
# Peak efficiency for the fading function, called the 'fill factor' in Chesley and Veres (2017).
# Suggested value is 1. Do not change this unless you are sure of what you are doing.
fading_function_peak_efficiency = 1.

Expand Down
6 changes: 3 additions & 3 deletions src/sorcha/data/survey_setups/Rubin_full_footprint.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ footprint_edge_threshold = 2.
[FADINGFUNCTION]

# Detection efficiency fading function on or off. Uses the fading function as outlined in
# Chelsey and Vereš (2017) to remove observations.
# Chesley and Vereš (2017) to remove observations.
fading_function_on = True

# Width parameter for fading function. Should be greater than zero and less than 0.5.
# Suggested value is 0.1 after Chelsey and Vereš (2017).
# Suggested value is 0.1 after Chesley and Vereš (2017).
fading_function_width = 0.1

# Peak efficiency for the fading function, called the 'fill factor' in Chelsey and Veres (2017).
# Peak efficiency for the fading function, called the 'fill factor' in Chesley and Veres (2017).
# Suggested value is 1. Do not change this unless you are sure of what you are doing.
fading_function_peak_efficiency = 1.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ footprint_edge_threshold = 2.
[FADINGFUNCTION]

# Detection efficiency fading function on or off. Uses the fading function as outlined in
# Chelsey and Vereš (2017) to remove observations.
# Chesley and Vereš (2017) to remove observations.
fading_function_on = False


Expand Down
2 changes: 1 addition & 1 deletion src/sorcha/utilities/sorchaConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class fadingfunctionConfigs:
"""Width parameter for fading function. Should be greater than zero and less than 0.5."""

fading_function_peak_efficiency: float = None
"""Peak efficiency for the fading function, called the 'fill factor' in Chelsey and Veres (2017)."""
"""Peak efficiency for the fading function, called the 'fill factor' in Chesley and Veres (2017)."""

def __post_init__(self):
"""Automagically validates the fading function configs after initialisation."""
Expand Down

0 comments on commit 8b44078

Please sign in to comment.