IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 3:05:59 PM (21 years ago)
Author:
Paul Price
Message:

Retrieval of concepts seems to be working.

File:
1 edited

Legend:

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

    r4309 r4386  
    55
    66// Read the contents of a FITS file (format specified by the camera configuration) into memory
    7 papFPA *pmFPARead(const psMetadata *camera, // The camera configuration
    8                   psFits *fits // A FITS file
     7papFPA *pmFPARead(psFits *fits, // A FITS file
     8                  const psMetadata *camera, // The camera configuration
     9                  psDB *db              // Database handle
    910    );
    1011
     12// Print out the FPA
     13void pmFPAPrint(papFPA *fpa             // FPA to print
     14    );
    1115
    1216#endif
Note: See TracChangeset for help on using the changeset viewer.