IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 5:42:10 PM (20 years ago)
Author:
Paul Price
Message:

Fixing after API change to psMetadataPrint; added FILE *fd to pmFPAPrint and pmHDUPrint, which is passed along to psMetadataPrint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUUtils.h

    r7459 r7492  
    2222
    2323// Print details about an HDU
    24 void pmHDUPrint(const pmHDU *hdu,       // HDU to print
     24void pmHDUPrint(FILE *fd,               // File descriptor to which to print
     25                const pmHDU *hdu,       // HDU to print
    2526                int level,              // Level at which to print
    2627                bool header             // Print header?
Note: See TracChangeset for help on using the changeset viewer.