We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146ee9 commit 1ef2641Copy full SHA for 1ef2641
xga/xspec_scripts/general_xspec_fit.xcm
@@ -164,7 +164,7 @@ foreach sp $spec_paths {{
164
#############################################
165
# Throw an error if no spectra passed
166
167
-# The fit script has to exit here if no spectra made it past our cleaning
+# The fit script exits here if none of the input spectra meet the minimum channel requirement
168
if {{[llength $accept_min_chan_spec_paths] == 0}} {{
169
puts stderr "***Error: No acceptable spectra are left after the minimum channel step"
170
exit
0 commit comments