IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2007, 12:01:01 PM (19 years ago)
Author:
Paul Price
Message:

Enabling compression when writing out. Introduces a new field in the FILERULES for output files (COMPRESSION), which provides a keyword which is looked up in COMPRESSION(METADATA) in the camera configuration. That then provides BITPIX,TILE.X,TILE.Y,TILE.Z,NOISE,HSCALE,HSMOOTH to set the compression and bits per pixel. Enabled compression, but not bitpix yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_070920/psModules/src/camera/pmFPAfile.c

    r14889 r15112  
    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.