Skip to content

Commit

Permalink
Merge pull request #4493 from gammapy/AtreyeeS-patch-1
Browse files Browse the repository at this point in the history
Update docstring in reflected regions
  • Loading branch information
registerrier committed May 2, 2023
2 parents a729d90 + 67f6c24 commit 98aec08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gammapy/makers/background/reflected.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ class ReflectedRegionsFinder(RegionsFinder):
angle_increment : `~astropy.coordinates.Angle`, optional
Rotation angle applied when a region falls in an excluded region.
min_distance : `~astropy.coordinates.Angle`, optional
Minimal distance between two consecutive reflected regions
Minimum rotation angle between two consecutive reflected regions
min_distance_input : `~astropy.coordinates.Angle`, optional
Minimal distance from input region
Minimum rotation angle between the input region and the first reflected region
max_region_number : int, optional
Maximum number of regions to use
binsz : `~astropy.coordinates.Angle`
Expand Down

0 comments on commit 98aec08

Please sign in to comment.