home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!gumby!destroyer!ncar!noao!amethyst!organpipe.uug.arizona.edu!kepler.as.arizona.edu!newberry
- From: newberry@kepler.as.arizona.edu (Mike Newberry)
- Newsgroups: sci.astro
- Subject: Re: st6 images wanted
- Message-ID: <1992Nov19.214524.6479@organpipe.uug.arizona.edu>
- Date: 19 Nov 92 21:45:24 GMT
- References: <1992Nov19.193343.22313@novell.com>
- Sender: news@organpipe.uug.arizona.edu
- Organization: University of Arizona, Tucson, AZ
- Lines: 22
-
- In article <1992Nov19.193343.22313@novell.com> jscherer@db (John Scherer) writes:
- >
- > recently downloaded st6 images from sunlight.physics.uiowa.edu, but found that
- > the images are 8-bit. From what I know about the st-6, it is capable of 16-bit images. I would like to see some 16-bit images if there available..
- >
- > John Scherer
- > jscherer@sjf.novell.com
-
- You should fetch the *.fts.Z files instead of the *.gif files. You'll have
- to use the unix uncompress to turn the .Z file into a binary uncompressed
- data file. This file will be in "FITS" format, a standard used throughout the
- astronomical world. If you do not have software which will read FITS format,
- you can use the following recipe:
-
- Skip the first 2880 bytes of the file, as this contains the file information
- "header" in FITS format. Starting at byte offset 2880 will be found binary,
- uncompressed, unpadded pixel data. The pixels are unsigned 16-bit integers,
- so watch out if unsigned integers might choke your software--these images do
- have values above 32767. To turn this binary raster file into a 2-dimensional
- image, note that there are 375 2-byte pixels in each row. There are 242 rows.
-
- Mike Newberry
-