Skip to content

Commit 1ef2641

Browse files
author
David Turner
committed
Changed a comment in the XSPEC template script. For issue #1345
1 parent b146ee9 commit 1ef2641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xga/xspec_scripts/general_xspec_fit.xcm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ foreach sp $spec_paths {{
164164
#############################################
165165
# Throw an error if no spectra passed
166166
#############################################
167-
# The fit script has to exit here if no spectra made it past our cleaning
167+
# The fit script exits here if none of the input spectra meet the minimum channel requirement
168168
if {{[llength $accept_min_chan_spec_paths] == 0}} {{
169169
puts stderr "***Error: No acceptable spectra are left after the minimum channel step"
170170
exit

0 commit comments

Comments
 (0)