IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2006, 7:18:05 PM (20 years ago)
Author:
Paul Price
Message:

Adding recurse option to pmFPAWrite, pmChipWrite. pixels option now only outputs an HDU if there's data there to output.

File:
1 edited

Legend:

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

    r7017 r7249  
    1313                 psFits *fits,          // FITS file to which to write
    1414                 psDB *db,              // Database handle for "concepts" update
    15                  bool pixels            // Write the pixels?
     15                 bool pixels            // Write the pixels, or only the PHU header?
    1616                );
    1717bool pmChipWrite(pmChip *chip,          // Chip to write
    1818                 psFits *fits,          // FITS file to which to write
    1919                 psDB *db,              // Database handle for "concepts" update
    20                  bool pixels            // Write the pixels?
     20                 bool pixels,           // Write the pixels, or only the PHU header?
     21                 bool recurse           // Recurse to lower levels?
    2122                );
    2223bool pmFPAWrite(pmFPA *fpa,             // FPA to write
    2324                psFits *fits,           // FITS file to which to write
    2425                psDB *db,               // Database handle for "concepts" update
    25                 bool pixels             // Write the pixels?
     26                bool pixels,            // Write the pixels, or only the PHU header?
     27                bool recurse            // Recurse to lower levels?
    2628               );
    2729
Note: See TracChangeset for help on using the changeset viewer.