HyperKey is a fast leaf-level hyperspectral data review tool for creating visualisations from measurements taken with an SVC HR i series. This is a currently a CLI tool with plans to become a mobile app in the future. It takes in a folder of .sig measurements and one or multiple metadata csv files and outputs a data report to easily visualise the data.
Current implementation (to be updated as the project evolves):
Run extractPro.py with the metadata file name and root folder path as arguments (Output file path optional) or (if no args given) Enter the required inputs:
- Select Metadata CSV
- Select Root Folder for .sig files
- Additional Configuration (prefixes, dates, output filename etc.) - Generally expected to be in the metadata file
Formatted output csv will be generated in the current folder.
Example command lines for running the program are provided in the command line text file in the manuals folder.
Example raw .sig file data can be found in raw_data
Example metadata csv file can be found in input_csv (not available)
Example Location file can be found in location_csv (not available)