IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2006, 5:08:08 PM (20 years ago)
Author:
Paul Price
Message:

Broad changes to introduce pmHDU, and allow read/write at any level. Modified the camera configuration to use camera config (components of the camera) and format descriptions (FITS file layout).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.h

    r6448 r6552  
    55#include "pmFPA.h"
    66
    7 // Read the contents of a FITS file (format specified by the camera configuration) into memory
     7// Construct an FPA instance on the basis of a camera configuration
    88pmFPA *pmFPAConstruct(const psMetadata *camera // The camera configuration
    99                     );
    1010
     11// Add an input file to the FPA
     12bool pmFPAAddSource(pmFPA *fpa,         // FPA to which to add
     13                    pmChip *chip,       // Chip to which to add, or NULL
     14                    pmCell *cell,       // Cell to which to add, or NULL
     15                    psMetadata *phu,    // Primary header of file
     16                    const psMetadata *format // Format of file
     17                   );
     18
    1119// Print out the FPA
    12 void pmFPAPrint(pmFPA *fpa              // FPA to print
     20void pmFPAPrint(pmFPA *fpa,             // FPA to print
     21                bool concepts           // Print concepts?
    1322               );
    1423
Note: See TracChangeset for help on using the changeset viewer.