Dynamic inspector plugin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dynamic inspector plugin

José María Mateos
Hello everybody,

And undergraduate student of mine coded a very handy dynamic inspector
plugin: it allows you to explore a HyperStack while the activity over
time of the voxel under the cursor is plotted. The code is in
https://gist.github.com/jmmateoshggm/5966574 and a .class file compiled
with JRE 6 can be downloaded from
https://gist.github.com/jmmateoshggm/5966574/raw/6ac167121ab1a8a9a4bb41ee49bd929267fd2136/Dynamic_Pixel_Inspector.class.
I hope you find it useful (I did).

Best,

José María Mateos.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Dynamic inspector plugin

dscho
Hi,

On Wed, 10 Jul 2013, José María Mateos wrote:

> And undergraduate student of mine coded a very handy dynamic inspector
> plugin: it allows you to explore a HyperStack while the activity over
> time of the voxel under the cursor is plotted. The code is in
> https://gist.github.com/jmmateoshggm/5966574 and a .class file compiled
> with JRE 6 can be downloaded from
> https://gist.github.com/jmmateoshggm/5966574/raw/6ac167121ab1a8a9a4bb41ee49bd929267fd2136/Dynamic_Pixel_Inspector.class.
> I hope you find it useful (I did).

This is a great plugin! I wrapped it into a Maven project for easy
transportation:

https://gist.github.com/dscho/5968064/raw/0d7f276b9d305d5d55297b2bd054bbcf5db70d8f/Dynamic_Pixel_Inspector-0.1.0-SNAPSHOT.jar

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Using Eclipse to start a Maven project, was Re: Dynamic inspector plugin

dscho
Hi José,

On Wed, 10 Jul 2013, José María Mateos wrote:

> 2013/7/10 Johannes Schindelin <[hidden email]>:
> > This is a great plugin! I wrapped it into a Maven project for easy
> > transportation:
>
> Thanks a lot, Johannes. Do you know if there is an easy way of wrapping
> an Eclipse project in to a Maven one? I normally start my Eclipse
> plugins from scratch, and know that Maven is a great tool for developers
> but have not taken a look at it seriously due to lack of time.

There is a File>New>Other...>Maven>Maven Project you can use.

However, I still recommend starting with the minimal-ij1-plugin at

        https://github.com/imagej/minimal-ij1-plugin

(You can download a .zip file by clicking the button on the lower right if
you are uncomfortable with Git).

The README that is shown on the same page details four suggested steps to
use this project as a starting point for your own project.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html