Skip to content

Use user-defined settings for importing 2D data [r21.2]

Mikhail Svechnikov requested to merge m.dialog_csv_2d into r21.2

Util::RW::readRefsans is merged to Util::RW::readNumpyTxt and renamed to readCsvMatrix.

The only significant difference between them was the reading axes information.

To read exes or not is now determined by ImportSettings2D.

In GUI these settings can be set in dialog:

image

Merge request reports