Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Releasing v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed May 23, 2019
1 parent 445d1f0 commit 3160d4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### ...
- ...

## [0.0.2] - 2019-05-23
### Added
- Light source spectra.
- Prepared basis for SpectraScope modeling.

## [0.0.1] - 2019-05-17

[Unreleased] https://github.com/ggirelli/spectrascope/
[0.0.1] https://github.com/ggirelli/spectrascope/releases/tag/v0.0.1
[0.0.1] https://github.com/ggirelli/spectrascope/releases/tag/v0.0.1
[0.0.2] https://github.com/ggirelli/spectrascope/releases/tag/v0.0.2
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Features

* Visualize excitation/emission spectra of any fluorophore of interest in the 250-900 nm range. The fluorophore color is automatically selected based on the emission peak in the visible range by using the [wave2color](https://github.com/ggirelli/wave2color) functions.
* Visualize the transmission spectrum of any filter set of interest, overlayed to the fluorophore spectra.
* Visualize the intensity spectrum of any light source of interest, overlayed to the fluorophore spectra.
* Explore the spectra with the mouse, seeing the precise relative intensity and wavelength of any point of interest.
* Quickly see a brief description of any spectrum by hovering over it with the mouse, and access the raw data by clicking on them.

Expand All @@ -39,8 +40,8 @@ Please, notice that **GoogleChrome** does not allow `crossorigin` requests from
Usage
---

1. <u>Click</u> on the filters/fluorophores (from the *Settings* panel) to add them to the graph.
2. <u>Click</u> on the selected filters/fluorophores (from the *Selection* panel) to remove them from the graph.
1. <u>Click</u> on the sources/filters/fluorophores (from the *Input* panel) to add them to the graph.
2. <u>Click</u> on the selected filters/fluorophores (from the *Selected* panel) to remove them from the graph.
3. <u>Hover</u> over a spectrum to visualize a short description below this paragraph.
4. <u>Click</u> on a spectrum to visualize the raw data at the end of the page.

Expand Down

0 comments on commit 3160d4a

Please sign in to comment.