IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2007, 11:32:43 AM (19 years ago)
Author:
Paul Price
Message:

Merging branch with FITS compression development. Minor conflicts in pmConfig.c, pmFPAfileDefine.c, pmFPAfileIO.c resolved.

File:
1 edited

Legend:

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

    r15139 r15180  
    4040        psFitsClose (file->fits);
    4141    }
     42    psFree(file->compression);
    4243
    4344    psFree (file->filerule);
     
    7273    file->fpa = NULL;
    7374    file->fits = NULL;
     75    file->compression = NULL;
     76    file->bitpix = 0;
    7477    file->names = psMetadataAlloc();
    7578
Note: See TracChangeset for help on using the changeset viewer.