Skip to content

RawDataReader: Add DataSet name as a parameter and add it to the RawDataDialog

Ammar Nejati requested to merge improveRawDataReaderParameters into develop

RawDataReaderParameters includes a name for the DataSet which is, like the other parameters, applied to the DataSet when the reader is initialized. The RawDataDialog asks for the DataSet name and checks if the name already exists. The verification of the given parameters are done in RawDataDialog::verify method.

Screenshot_2021-07-21_16-15-22

Merge request reports