Search found 1 match

by tvw
2012-06-11T03:06:23-07:00
Forum: Bugs
Topic: 6.7.7-2 FITS file conversion bug
Replies: 0
Views: 3209

6.7.7-2 FITS file conversion bug

I'm trying to crop a FITS file 'wavefront.fits' using the command: convert wavefront.fits -depth 8 -crop 1024x768+0+128 wavefront-crop.fits The source file is 1024x1024 pixels the data is stored as 32 bit floats (BITPIX = -32). I expect the output file to be 1024x768 stored as 8 bit ints (BITPIX = 8...