IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2006, 4:12:24 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmFPAAddSourceFromView; renaming pmFPAAddSource to pmFPAAddSourceFromHeader.

File:
1 edited

Legend:

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

    r6734 r6834  
    1010                     );
    1111
    12 pmFPAview *pmFPAAddSource(pmFPA *fpa, // The FPA
    13                           psMetadata *phu, // Primary header of file
    14                           psMetadata *format // Format of file
    15                          );
     12bool pmFPAAddSourceFromView(pmFPA *fpa,   // The FPA
     13                            pmFPAview *phuView, // The view, corresponding to the PHU
     14                            psMetadata *format // Format of file
     15                           );
     16
     17pmFPAview *pmFPAAddSourceFromHeader(pmFPA *fpa, // The FPA
     18                                    psMetadata *phu, // Primary header of file
     19                                    psMetadata *format // Format of file
     20                                   );
    1621
    1722// Print out the FPA
Note: See TracChangeset for help on using the changeset viewer.