Skip to content

Commit

Permalink
Remove CIRCLE from example inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Oct 7, 2024
1 parent 5e2f889 commit b857594
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astrocut/footprint_cutouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ def _s_region_to_polygon(s_region: Column):
"""
Takes in a s_region string of type POLYGON and returns it as a spherical_region Polygon.
Example inputs:
Example input:
'POLYGON 229.80771900 -75.17048500 241.67788000 -63.95992300 269.94872000 -64.39276400 277.87862300 -75.57754400'
'CIRCLE ICRS 244.38324081 -75.86611807 0.625'
"""

def ind_sregion_to_polygon(s_reg):
Expand Down

0 comments on commit b857594

Please sign in to comment.