Primary
Plot.setRebin() ⚬|docu|1st|20251021201614-00-⌔
PlotManager — PyXspec 2.1.5 documentation#xspec.PlotManager.setRebin
setRebin(minSig=None, maxBins=None, groupNum=None, errType=None)Define characteristics used in rebinning the data (for plotting purposes ONLY).
All input arguments are optional. If they are omitted they will retain their previous values.
- minSig: Bins will be combined until this minimum significance is reached (in units of sigma). [float]
- maxBins: The maximum number of bins to combine in attempt to reach minSig. [int]
- groupNum: The plot group number to which this setting applies. If number is negative, it will apply to ALL plot groups. [int]
- errType: Specifies how to calculate the error bars on the new bins. Valid entries are “quad”, “sqrt”, “poiss-1”,“poiss-2”, “poiss-3”. [string] See the “setplot” description in the XSPEC manual for more information.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •