IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 5:16:59 PM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFPAWrite.[ch]

File:
1 edited

Legend:

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

    r9570 r9602  
    1515#include "pmFPAWrite.h"
    1616
    17 bool pmReadoutWriteNext(pmReadout *readout, // Readout to write
    18                         psFits *fits,   // FITS file to which to write
    19                         int z           // Image plane to write
    20                        )
     17bool pmReadoutWriteNext(pmReadout *readout, psFits *fits, int z)
    2118{
    2219    PS_ASSERT_PTR_NON_NULL(readout, false);
     
    133130
    134131
    135 bool pmChipWrite(pmChip *chip,          // Chip to write
    136                  psFits *fits,          // FITS file to which to write
    137                  psDB *db,              // Database handle for "concepts" update
    138                  bool blank,            // Write a blank PHU?
    139                  bool recurse           // Recurse to lower levels?
    140                 )
     132bool pmChipWrite(pmChip *chip, psFits *fits, psDB *db, bool blank, bool recurse)
    141133{
    142134    PS_ASSERT_PTR_NON_NULL(chip, false);
     
    193185
    194186
    195 bool pmFPAWrite(pmFPA *fpa,             // FPA to write
    196                 psFits *fits,           // FITS file to which to write
    197                 psDB *db,               // Database handle for "concepts" update
    198                 bool blank,             // Write a blank PHU?
    199                 bool recurse            // Recurse to lower levels?
    200                )
     187bool pmFPAWrite(pmFPA *fpa, psFits *fits, psDB *db, bool blank, bool recurse)
    201188{
    202189    PS_ASSERT_PTR_NON_NULL(fpa, false);
Note: See TracChangeset for help on using the changeset viewer.