Skip to content
Snippets Groups Projects
Commit eb5e632c authored by ac (tb)'s avatar ac (tb)
Browse files
parents 8ed919ff 510781ea
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ After installing the [leversc app](#app-install):
2. Extract the downloaded MATLAB class and support folders to a convenient location.
3. Add the folder to your MATLAB path, for example by adding the statement ```addpath('path/to/extracted/folder')``` to your ```startup.m``` file.
## Basic Usage Examples
### Fiji/ImageJ
1. Download the [sample OME TIFF image](https://git-bioimage.coe.drexel.edu/opensource/leverjs/-/blob/master/leversc/sampleImages/lscSampleImage.ome.tiff "LEVERSC Sample OME TIFF Image").
......@@ -86,7 +85,13 @@ error, check your firewall and be sure there are no LEVERSC specific rules, and
are enabled.
2. Examine any errors or warnings from the LEVERSC visualization tool. From the View menu, choose 'toggle developer tools'. Select console. Any debug output here can be submitted as part of a bug report.
### Bug Reporting
## Linux MATLAB over X issues with app launch
On some Linux distros, launching from MATLAB while running via X windows may not work. As a workaround, launch the app separately from the command line:
```
leverjs --port=3001 --title="alt figure 1"
```
After the app is launched, use regularly from within MATLAB.
# Bug Reporting
Please submit any bugs or issues via email to andrew.r.cohen 'at' drexel.edu. Mark the subject line as 'leversc bug report'. Include your operating system and version, what client you are using (e.g. MATLAB, Python, ImageJ), and any
debug output.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment