Skip to content

Commit bb220eb

Browse files
committed
Fixed a but (#1339)
Signed-off-by: rz-wang <rzwang@umich.edu>
1 parent c747754 commit bb220eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xga/generate/ciao/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ def ciao_spectrum_set(sources: Union[BaseSource, BaseSample], radii: Union[List[
506506
for r_ind in range(len(radii[s_ind])-1):
507507
# Generate the CIAO commands for the current annulus of the current source, for all observations
508508
spec_cmd_out = _chandra_spec_cmds(source, radii[s_ind][r_ind+1], radii[s_ind][r_ind], group_spec, min_counts,
509-
min_sn, over_sample, num_cores, disable_progress, True)
509+
min_sn, over_sample, num_cores, disable_progress)
510510

511511
# Read out some of the output into variables to be modified
512512
interim_paths = spec_cmd_out[5][0]

0 commit comments

Comments
 (0)