IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15919


Ignore:
Timestamp:
Dec 24, 2007, 3:29:42 PM (18 years ago)
Author:
eugene
Message:

oops, FITS 8-bit data is U8 not S8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r15908 r15919  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.75 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-12-24 21:00:07 $
     9 *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-12-25 01:29:42 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    783783    case PS_TYPE_U8:
    784784        bitpix = BYTE_IMG;
    785         bzero = -1.0 * INT8_MIN;
     785        // bzero = -1.0 * INT8_MIN;
    786786        datatype = TBYTE;
    787787        break;
     
    789789    case PS_TYPE_S8:
    790790        bitpix = BYTE_IMG;
     791        bzero = +1.0 * INT8_MIN;
    791792        datatype = TSBYTE;
    792793        break;
Note: See TracChangeset for help on using the changeset viewer.