File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
import numpy as np
12
12
from astropy .units import Quantity
13
- from regions import CircleSkyRegion , EllispeSkyRegion
13
+ from regions import CircleSkyRegion , EllipseSkyRegion
14
14
15
15
from .misc import evtool_combine_evts
16
16
from .phot import evtool_image
23
23
from ...samples .base import BaseSample
24
24
from ...sources import BaseSource , ExtendedSource , GalaxyCluster
25
25
26
- def parse_custom_bkg_esass (region : Union [CircleSkyRegion , EllispeSkyRegion ], within_radii : bool = False ):
26
+ def parse_custom_bkg_esass (region : Union [CircleSkyRegion , EllipseSkyRegion ], within_radii : bool = False ):
27
27
"""
28
28
Parse a region object from the `regions` module and return the arguments needed
29
29
to call `get_annular_sas_region`.
You can’t perform that action at this time.
0 commit comments