Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tgoelles/specarray
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Sep 4, 2023
2 parents 5a404f2 + 6ebad93 commit 1337ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# SPECARRAY

To read hyperspectral data from Specim devices. Currently only tested with FX10 data
To read, analyze and plot hyperspectral data from Specim devices. Currently only tested with FX10 data.

## Core features

* read Specim FX10 data
* support for large files thanks to dask
* using xarray for data handling and data analysis
* computaiton of spectral albedo and braodband albedo if white and dark reference is available
* computation of spectral albedo and braodband albedo if white and dark reference is available

## Installation

Expand Down Expand Up @@ -38,4 +38,4 @@ The resulting imgage should look like this:



For more examples see the [notebooks](https://github.com/tgoelles/specarray/tree/main/notebooks) folder.
For more examples see the [notebooks](https://github.com/tgoelles/specarray/tree/main/notebooks) folder.
7 changes: 0 additions & 7 deletions src/specarray/specarray.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# ---------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See LICENSE in project root for information.
# ---------------------------------------------------------------------------------
"""This is a Sample Python file."""


from __future__ import annotations


Expand Down

0 comments on commit 1337ae7

Please sign in to comment.