Skip to content

Commit abb7ab9

Browse files
committed
Removed the cifbuild from CIAO annular spectra (#1339)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent 0b31e91 commit abb7ab9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

xga/generate/ciao/spec.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from xga.samples.base import BaseSample
1818
from xga.sources import BaseSource
1919
from xga.sources.base import NullSource
20-
from .misc import cifbuild
2120
from .run import ciao_call
2221

2322

@@ -433,10 +432,6 @@ def ciao_spectrum_set(sources: Union[BaseSource, BaseSample], radii: Union[List[
433432
raise ValueError("Not all of the radii passed for {s} are larger than the annulus that "
434433
"precedes them.".format(s=src_name))
435434

436-
# Just to make sure calibration files have been generated, though I don't actually think they could
437-
# have gotten to this point without them
438-
cifbuild(sources, num_cores, disable_progress)
439-
440435
# This generates a spectra between the innermost and outmost radii for each source, and a universal RMF
441436
if one_rmf:
442437
innermost_rads = Quantity([r_set[0] for r_set in radii], radii[0].unit)

0 commit comments

Comments
 (0)