MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: RE: LCM With Variable Number of Arguments
  • Next by Date: Re: LCM With Variable Number of Arguments
  • Previous by thread: FITS - Display problem
  • Next by thread: Re: v5 FrontEnd problem on Linux