Closed Infinite-Improbability closed 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.
np.histogramdd
Switched to scipy binning, problem should be fixed.
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.