BXA icon indicating copy to clipboard operation
BXA copied to clipboard

Using PCA backgrounds in Sherpa changes the default behaviour of plots

Open ruizca opened this issue 2 years ago • 2 comments

After using the auto_background function in Sherpa, the data and fit plots use counts in the y axis. Since the default behavior of Sherpa is using count rates, this change after calculating PCA models can be quite annoying. It is something easy to fix by the user, but it can take some time to realize what happen.

As far as I understand this is caused by the following line in the fit method of the PCAFitter class: https://github.com/JohannesBuchner/BXA/blob/5a6ee5fafbaf7bc609a29dafadae48d27aba50aa/bxa/sherpa/background/pca.py#L359

It would be helpful if a note is included in the documentation so the users are aware of that change when using PCA models.

Ideally, the best would be to recover the initial behavior of Sherpa after running a PCA fit. I can give it a try, if you think is something worth it.

ruizca avatar Mar 15 '22 11:03 ruizca

Yes, that sounds like a good idea. IIRC one also should not set any energy limits yet at that point.

JohannesBuchner avatar Mar 15 '22 11:03 JohannesBuchner

I added a line at https://johannesbuchner.github.io/BXA/pca-background-models.html

JohannesBuchner avatar Mar 21 '22 16:03 JohannesBuchner