Re: displaying non-square pixels?
Posted by Michael Doube on Aug 30, 2010; 4:36pm
URL: http://imagej.273.s1.nabble.com/displaying-non-square-pixels-tp3687106p3687107.html
On 30/08/10 17:31, Colin Poczatek wrote:
> Is there a way for an ImageCanvas to display non-square pixels? That is
> if the pixel aspect ratio was 1 : 0.5 and the underlying data was square
> (say 100 x 100 ) what is displayed on the screen is rectangular? I'm
> currently only concerned with display only. I haven't found any imagej
> / java / awt examples of this kind of thing.
Collin,
The Orthogonal Views plugin (Image > Stacks... > Orthogonal Views)can
handle the situation where pixel depth / slice thickness is different to
lateral resolution, common in CT scans and confocal microscopy. Perhaps
this approach could be generalised to all planes?
Michael