From 86a9e210a3126fff5c8ded712df5caf1db16882d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6lles?= Date: Sat, 2 Sep 2023 09:00:12 +0200 Subject: [PATCH 1/2] deleted sample text --- src/specarray/specarray.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/specarray/specarray.py b/src/specarray/specarray.py index beed210..7b6e450 100644 --- a/src/specarray/specarray.py +++ b/src/specarray/specarray.py @@ -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 From 6ebad93b499982e14cebf0c92b073e4a3316258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6lles?= Date: Mon, 4 Sep 2023 07:23:29 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ea7edb..0c73410 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +For more examples see the [notebooks](https://github.com/tgoelles/specarray/tree/main/notebooks) folder.