In this repository you find Orange workflows for processing Agilent µ-FTIR data. An example dataset including hyperspectral example data.
- Go to IMBUIA - IR_microspectroscopy_workflows
- Click on Code and then Download ZIP. This can take some time...
- You should get the following files structure:
├───README.md
│
├───dataset
│ ├── hyper_sample_data.bsp
│ └── hyper_sample_data.dat
│
├───img
├───workflows
│ └── agilent_hyperspectral_workflow.ows- Open the Orange app (for Orange installation, access the links Quasar or Orange. It is mandatory to have the Spectroscopy Add-On installed for this kind of data processing.);
- Load the workflow](workflows/).
To process Agilent image spectrum, it is mandatory that the following files should be in the same folder:
└── data_folder
│ ├── hyper_sample_data.bsp
│ └── hyper_sample_data.datFiles content and designation:
- .dat contains the experimental data of the measurement;
- .bsp file contains the experimental parameters of the measurement (metadata).
A typical workflow for processing *.dat files is presented:
Loading procedure:
- Double click on the Multifile widget, click on Clear and then on the folder to select the data from the dataset;
- Define the specific reader Spectra ASCII or Agilent Single Tile Image (*.dat) and then select the *.dat file in the folder;
- Files are loaded and the workflow is ready. To double check the loading procedure, click on the visualization widgets (Hyperspectra). The spectral data should be displayed.