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.h

    r14889 r15180  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-09-19 21:37:58 $
     6 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-10-03 21:32:43 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    5151} pmFPAfileState;
    5252
    53 typedef struct
    54 {
     53typedef struct {
    5554    pmFPAfileMode mode;                 // is this file read, written, or only used internally?
    5655    pmFPAfileType type;                 // what type of data is read from / written to disk?
     
    6362
    6463    pmFPA *fpa;                         // for I/O files, we carry a pointer to the complete fpa
    65     psFits *fits;                       // for I/O files of fits type (IMAGE, CMP, CMF), we carry a file handle
     64    psFits *fits;                       // for I/O files of fits type (IMAGE, CMP, CMF) we carry a file handle
     65    psFitsCompression *compression;     // Compression for FITS images
     66    int bitpix;                         // Bits per pixel for output
    6667
    6768    bool wrote_phu;                     // have we written a PHU for this file?
     
    9394    psMetadata *format;                 // Camera format
    9495    psString formatName;                // name of the camera format
    95 }
    96 pmFPAfile;
     96} pmFPAfile;
    9797
    9898// allocate an empty pmFPAfile structure
Note: See TracChangeset for help on using the changeset viewer.