Johannes Buchner

Results 227 comments of Johannes Buchner

Here is the modification I tried for single-eye video: [single.patch.txt](https://github.com/koppi/pov-ods/files/702268/single.patch.txt)

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

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

This looks good. Nice and clean code. Did you test it? I have to set up Github actions first, so that this can be tested (since the last BXA release,...

Making a corner plot of the CSV file, gives me this: ![sampling-stuck-it d csv](https://user-images.githubusercontent.com/51015/149752912-763260b2-ceae-47ea-95c2-69824f73618f.png) Most of the plots look ellipsoidal. However, in the first panel of the second row, it...

You need to make sure that TELESCOP and INSTRUME header is consistent across files. Also, counts should be in integers. However, I don't know if really something bad happens if...

Maybe replace `datasets = joblib.Parallel(-1)((joblib.delayed(compile)(filenames[i::10]) for i in range(10)))` with `datasets = compile(filenames)`

and have a look what datasets contains

I think what is happening is that bxa.binning tries to get the plot from xspec, but xspec typically plots a background-subtracted spectrum (even if the analysis does not subtract). This...

To expand, posterior_predictions_convolved uses posterior_predictions_plot, which extracts from xspec with: xspec.Plot('counts')