IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2007, 11:11:20 AM (18 years ago)
Author:
eugene
Message:

apply file->bitpix to the newly opened file->fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r15812 r15912  
    751751        }
    752752
     753        // XXX these are probably only needed for WRITE files
    753754        if (file->compression) {
    754755            psTrace("psModules.camera", 7, "Setting compression for %s (%s)\n", file->filename, file->name);
     
    761762
    762763        file->fits->floatType = file->floatType;
     764        file->fits->bitpix = file->bitpix;
    763765
    764766        // In some cases, we need to read the PHU after we've opened the file.  This happens for the images
Note: See TracChangeset for help on using the changeset viewer.