IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2005, 2:21:14 PM (21 years ago)
Author:
Paul Price
Message:

Rough draft of pmFPAMorph working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/pmFPARead.h

    r4386 r4694  
    44#include "papFocalPlane.h"
    55
    6 // Read the contents of a FITS file (format specified by the camera configuration) into memory
    7 papFPA *pmFPARead(psFits *fits, // A FITS file
    8                   const psMetadata *camera, // The camera configuration
    9                   psDB *db              // Database handle
    10     );
    11 
    12 // Print out the FPA
    13 void pmFPAPrint(papFPA *fpa             // FPA to print
    14     );
     6bool pmFPARead(papFPA *fpa,             // FPA to read into
     7               psFits *fits             // FITS file from which to read
     8               );
    159
    1610#endif
Note: See TracChangeset for help on using the changeset viewer.