-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from openspyrit/2022_OE_spyrit2
Make it compatible with spyrit v2 in beta
- Loading branch information
Showing
9 changed files
with
604 additions
and
100 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Optics Express paper, in preparation (revision after rejection) | ||
*Authors:* N Ducros, A Lorente Mur, G. Beneti-Martin, L Mahieu-Williame | ||
# OpenSpyrit: an Ecosystem for Reproducible Single-Pixel Hyperspectral Imaging | ||
|
||
This repository contains the code that produces the results reported in | ||
|
||
> G. Beneti-Martin, L Mahieu-Williame, T Baudier, N Ducros, "OpenSpyrit: an Ecosystem for Reproducible Single-Pixel Hyperspectral Imaging," Preprint, (2022). [HAL (open access PDF)](https://hal.science/hal-03910077). | ||
*Contact:* [email protected], CREATIS Laboratory, University of Lyon, France. | ||
|
||
## Install the dependencies | ||
|
@@ -20,7 +24,7 @@ | |
|
||
Alternatively, you can clone an existing environment with `conda create --name new-env --clone existing-env` | ||
|
||
1. Clone the spyrit package, and install the version in the `towards_v2` branch: | ||
1. Clone the spyrit package, and install the version in the `towards_v2_fadoua` branch: | ||
|
||
```shell | ||
git clone https://github.com/openspyrit/spyrit.git | ||
|
@@ -36,6 +40,7 @@ | |
cd spas | ||
pip install -e . | ||
``` | ||
> Todo: Upate spas package to remove unwanted imports of ``reconstruct_nn`` | ||
|
||
## Get the scripts, networks and raw data | ||
|
||
|
@@ -57,12 +62,13 @@ Unzip the folders. The directory structure should be | |
|
||
``` | ||
|---spyrit-examples | ||
| |---2022_OE | ||
| |---2022_OE_spyrit2 | ||
| | |---data | ||
| | | |--- | ||
| | |---models | ||
| | | |--- | ||
| | |---expe_data_analysis.py | ||
| | |---fig8_recon.py | ||
| | |---fig8_mask.py | ||
| | |--- | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.