IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2006, 5:24:09 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmReadoutWriteNext, which is to be used in concert with pmReadoutReadNext. Updated pmFPAWrite, pmChipWrite, pmCellWrite to optionally not write the pixels (i.e., PHU only), so that an output file should always have a PHU. This necessitated some small changes to the way the 'concepts' are written, in the case that they don't exist.

File:
1 edited

Legend:

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

    r6872 r6896  
    55#include "pmFPA.h"
    66
     7bool pmReadoutWriteNext(pmReadout *readout, // Readout to write
     8                        psFits *fits,   // FITS file to which to write
     9                        int z           // Image plane to write
     10                       );
    711
    812bool pmCellWrite(pmCell *cell,          // Cell to write
    913                 psFits *fits,          // FITS file to which to write
    10                  psDB *db               // Database handle for "concepts" update
     14                 psDB *db,              // Database handle for "concepts" update
     15                 bool pixels            // Write the pixels?
    1116                );
    1217bool pmChipWrite(pmChip *chip,          // Chip to write
    1318                 psFits *fits,          // FITS file to which to write
    14                  psDB *db               // Database handle for "concepts" update
     19                 psDB *db,              // Database handle for "concepts" update
     20                 bool pixels            // Write the pixels?
    1521                );
    1622bool pmFPAWrite(pmFPA *fpa,             // FPA to write
    1723                psFits *fits,           // FITS file to which to write
    18                 psDB *db                // Database handle for "concepts" update
     24                psDB *db,               // Database handle for "concepts" update
     25                bool pixels             // Write the pixels?
    1926               );
    2027
Note: See TracChangeset for help on using the changeset viewer.