displaying non-square pixels?

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

displaying non-square pixels?

Colin Poczatek
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 information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
Reply | Threaded
Open this post in threaded view
|

Re: displaying non-square pixels?

Michael Doube
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