Helper library for various preprocessing tasks
Methods
(method) Preprocess(name:, jsonData:)
Preprocess the data
Parameters:
Name | Type | Description |
---|---|---|
name: |
The name of the preprocess function |
|
jsonData: |
The JSON data |
(method) Spectra(jsonData:)
Preprocess the spectra data
Parameters:
Name | Type | Description |
---|---|---|
jsonData: |
The JSON data |
(method) SpectraJoinReflectances(jsonData:)
Preprocess the spectra data by joining reflectances into a single column
Parameters:
Name | Type | Description |
---|---|---|
jsonData: |
The JSON data |
(method) SpectraTable(jsonData:)
Preprocess the spectra data as a table
Parameters:
Name | Type | Description |
---|---|---|
jsonData: |
The JSON data |