Skip to content

Commit dbe2ef8

Browse files
another foolish typo
1 parent e90f2df commit dbe2ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xga/generate/esass/spec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import numpy as np
1212
from astropy.units import Quantity
13-
from regions import CircleSkyRegion, EllispeSkyRegion
13+
from regions import CircleSkyRegion, EllipseSkyRegion
1414

1515
from .misc import evtool_combine_evts
1616
from .phot import evtool_image
@@ -23,7 +23,7 @@
2323
from ...samples.base import BaseSample
2424
from ...sources import BaseSource, ExtendedSource, GalaxyCluster
2525

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):
2727
"""
2828
Parse a region object from the `regions` module and return the arguments needed
2929
to call `get_annular_sas_region`.

0 commit comments

Comments
 (0)