IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 3:24:14 PM (20 years ago)
Author:
Paul Price
Message:

ppImage now working again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppFile.h

    r6260 r6747  
    33
    44#include "pslib.h"
    5 #include "pmFPA.h"
     5#include "psmodules.h"
    66
    77// A file to process
     
    1111    psMetadata *phu;                    // The FITS header
    1212    pmFPA *fpa;                         // The FPA, with pixels and extensions
     13    pmFPAview *view;                    // The view
    1314} ppFile;
    1415
    1516
    16 // Allocators
     17// Allocator
    1718ppFile *ppFileAlloc(void);
    1819
     20bool ppFileOpen(ppFile *file, const char *name, pmConfig *config, psMetadata *camera, psMetadata *format);
    1921
    2022#endif
Note: See TracChangeset for help on using the changeset viewer.