Re: FITS - Display problem
- To: mathgroup at smc.vnet.net
- Subject: [mg43326] Re: FITS - Display problem
- From: Mariusz Jankowski <mjkcc at usm.maine.edu>
- Date: Sun, 24 Aug 2003 04:55:39 -0400 (EDT)
- Organization: University of Southern Maine
- References: <bi7o3p$pdh$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Pigeon, Robert wrote:
> Good day to all,
> I do not know if someone noticed that when you display a FITS image
> (after an Import) the resulting image is flipped! When I say flipped, I
> mean compared to other astronomical processing programs (AIP4Win, MaxIm
> DL,
> ...). ... Someone could help me if it is so!
>
> im = Import["path/image.fit",ConversionOptions -> {"Verbose" -> True}];
> ListDensityPlot[im[[1,2]],Mesh -> False];
>
> Robert
>
> Robert Pigeon
Robert, the reported behavior is easy to fix, and no it cannot be changed
within Import. However you can display the image with the desired
orientation using:
ListDensityPlot[Reverse[im[[1,2]]], Mesh -> False];
Regards, Mariusz
= = = = = = = = = = = = = = = = = = = =
Mariusz Jankowski
Electrical Engineering
University of Southern Maine
mjkcc at usm.maine.edu