Load data

SpectralAnalysis Interface

  1. Load Dataset (Open)
  2. Convert data to SpectralAnalysis format
  3. View memory usage interface
  4. Progress bar
  5. Log of activities that have been and are currently being performed

Load Dataset (Open)

When selecting the ‘Open’ menu, the list of currently implemented parsers (data types) will be shown, select the appropriate parser for the type of data to be opened.

Select file type to open

After selecting the file to open, the DataViewer interface will be shown. Futher details on the functionality of this interface can be found here. The parser (data type) determines the DataRepresentation (whether the data is to be loaded into memory for fast access, or whether the data is too large and will therefore be accessed on demand on disk) and default spectral preprocessing workflow automatically. The data can be reloaded with a different DataRepresentation in the Tools menu. The preprocessing workflow can be altered through the preprocessing editor.

SpectralAnalysis interface