Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# desmiler

A Python program for correcting smile distortion, which is a common problem
in hyperspectral imaging.
This software is related to scientific paper "A Do-It-Yourself Hyperspectral
Imager Brought to Practice with Open-Source Python" available at
https://www.mdpi.com/1424-8220/21/4/1072, DOI https://doi.org/10.3390/s21041072.
https://www.mdpi.com/1424-8220/21/4/1072, DOI https://doi.org/10.3390/s21041072.

## Paper abstract

Expand Down Expand Up @@ -45,7 +47,7 @@ or by specifically calling generation function.
* /examples
_Example frames are generated here by calling `ui.generate_examples()`._
- fluorescence_spectrogram.nc
_Averaged real spetra of a fluorescence tube that acts as a source for
_Averaged real spectra of a fluorescence tube that acts as a source for
example generation._
* /scans
_Created upon first intialization of the `UI` class_
Expand Down
3 changes: 1 addition & 2 deletions smile_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ dependencies:
- ipython
- pip
- pip:
- camazing
- netcdf4==1.5.4
# Expect camazing to be one level higher
- -e ../camazing