Skip to content

GUI: can now plot peaks from 3rd party software (currently only DENZO .x files)

Raza, Zamaan requested to merge xfile_reader into develop

Resolves #225 (closed)

From DetectorWindow, it is now possible to load a set of .x files, a per-frame intermediate stage of a DENZO calculation. The peak centres from these files are plotted in the DetectorScene.

Currently, it is possible to load multiple .x files, up to the number of frames in the data set. The first loaded frame is assumed to be the currently shown frame in the DetectorScene (although this might be subject to change, depending on what the users think).

Merge request reports