Infinite-Improbability / BayesX

0 stars 1 forks source link

Binning artefacts #3

Closed Infinite-Improbability closed 1 year ago

Infinite-Improbability commented 1 year ago

The binning script leaves a cross shaped artefact on the data, as demonstrated here. Should switch to numpy binning with np.histogramdd, or doing it with ciao earlier in the pipeline.

Infinite-Improbability commented 1 year ago

Switched to scipy binning, problem should be fixed.