Profiles¶
Different from X-ray spectra, which are usually presented without deconvolution. In imaging analysis, people always show ‘surface brightness’ profiles rather than ‘count’ profiles.
Channel and bin¶
Channel is the smallest unit of a profile. The width of the channel should be smaller than the PSF width. The surface brightness in the $i$th channel is
To calculate the surface brightness in each channel, the package first calculate the total count number, scaled NXB count number, and the sum of exposure in each channel. When fitting a profile, the model is calculated in each channel as well.
In most cases, the count number in each channel is small. In other words, the raw profile is oversampled. Although the fit results will be the same when use the C-statistics, to better present the profile, rebinning is needed.
Column |
Description |
|---|---|
|
Bin radius |
|
Left bin width |
|
Right bin width |
|
Observed surface brightness |
|
Observed surface brightness uncertainty |
|
Subtracted NXB profile |
|
NXB profile uncertainty |
|
Model profile |
|
Total count number |
|
Scaled NXB count number |
Binning methods¶
The sbfit package supports three binning methods:
Minimum total count
Linear step
Logarithmic step