From b8575944b7897a17643959243e724e5c94a7a736 Mon Sep 17 00:00:00 2001 From: Sam Bianco Date: Mon, 7 Oct 2024 15:40:57 -0400 Subject: [PATCH] Remove CIRCLE from example inputs --- astrocut/footprint_cutouts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astrocut/footprint_cutouts.py b/astrocut/footprint_cutouts.py index 02d5a6f2..5eb7aee1 100644 --- a/astrocut/footprint_cutouts.py +++ b/astrocut/footprint_cutouts.py @@ -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):