We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f809f37 commit 463d148Copy full SHA for 463d148
examples/xspec/example_custom_run.py
@@ -149,6 +149,6 @@ def my_custom_prior(u):
149
plt.close()
150
151
# in case there are multiple spectra, you first have to get the right index:
152
-#from bxa.xspec.solver import get_isrc
153
-#i_src = get_isrc(ispectrum=1, isource=1)
154
-#flux_soft = solver.create_flux_chain(s, "0.5 2.0", i_src=i_src)
+from bxa.xspec.solver import get_isrc
+i_src = get_isrc(ispectrum=1, isource=1)
+flux_soft = solver.create_flux_chain(s, "0.5 2.0", i_src=i_src)
0 commit comments