https://github.com/janeliascicomp/pointmatchexplorer
Point Match Explorer for FlyTEM
https://github.com/janeliascicomp/pointmatchexplorer
Last synced: 7 months ago
JSON representation
Point Match Explorer for FlyTEM
- Host: GitHub
- URL: https://github.com/janeliascicomp/pointmatchexplorer
- Owner: JaneliaSciComp
- License: other
- Created: 2016-05-23T17:53:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T20:36:41.000Z (over 2 years ago)
- Last Synced: 2025-04-19T16:51:45.129Z (10 months ago)
- Language: JavaScript
- Size: 4.23 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PointMatchExplorer
Point Match Explorer is a web app that supports visualization of tile specifications and corresponding
match data hosted by a [render web services](https://github.com/saalfeldlab/render) instance.
PME utilizes React/Redux for the front-end and Three.js to render the visualization.
To build
---------
1. install npm (only first time )
2. clone the repository (only first time)
3. cd into the root of the respository
4. run the following:
```
npm install # only needed initially or if dependencies change.
npm run dist
```
To Develop
----------
Repeat build process, but run the following instead of ```npm run dist```:
```
npm run devserver
```
The app is now available at the specified address. Webpack will watch for changes
and recompile the bundle, so simply refresh your browser after updating the code.
Functionality
--------------
Key/mouse mapping:
- hold down left mouse button and move to rotate
- hold down right mouse button and move to pan
- scroll to zoom
- click on tile to highlight it and its point matches
- shift click on a tile to highlight all tiles and point matches of that tile's section
- command + click on a tile to view its section in Catmaid, zoomed in on that tile
- ctrl+click on a tile to view match data for the tile and its neighboring tiles
- after selecting (clicking) one tile, hold p key and click second tile to view match data for the tile pair
## Author Information
PointMatchExplorer was originally written by Jenny Xing and Alex Weston.
## Contributors
- Eric Trautman
[](http://www.janelia.org)
[Scientific Computing](http://www.janelia.org/research-resources/computing-resources)
[Janelia Research Campus](http://www.janelia.org)
[Howard Hughes Medical Institute](http://www.hhmi.org)