IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 3:47:44 PM (20 years ago)
Author:
Paul Price
Message:

PHU=NONE (i.e., megacam split) now working, with concept ingest; changed definition of pmFPAAddSource to return a pmFPAview

File:
1 edited

Legend:

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

    r6580 r6618  
    44#include "pslib.h"
    55#include "pmFPA.h"
     6#include "pmFPAview.h"
    67
    78// Construct an FPA instance on the basis of a camera configuration
     
    910                     );
    1011
    11 // Add an input file to the FPA
    12 bool 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                     psMetadata *format  // Format of file
    17                    );
     12pmFPAview *pmFPAAddSource(pmFPA *fpa, // The FPA
     13                          psMetadata *phu, // Primary header of file
     14                          psMetadata *format // Format of file
     15                         );
    1816
    1917// Print out the FPA
Note: See TracChangeset for help on using the changeset viewer.