IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 3:29:02 PM (20 years ago)
Author:
Paul Price
Message:

Documenting pmFPAHeader.[ch]

File:
1 edited

Legend:

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

    r8815 r9592  
    1515//////////////////////////////////////////////////////////////////////////////////////////////////////////////
    1616
    17 bool pmCellReadHeader(pmCell *cell,     // Cell for which to read header
    18                       psFits *fits      // FITS file handle
    19                      )
     17bool pmCellReadHeader(pmCell *cell, psFits *fits)
    2018{
    2119    PS_ASSERT_PTR_NON_NULL(cell, false);
     
    3432
    3533
    36 bool pmChipReadHeader(pmChip *chip,     // Chip for which to read header
    37                       psFits *fits      // FITS file handle
    38                      )
     34bool pmChipReadHeader(pmChip *chip, psFits *fits)
    3935{
    4036    PS_ASSERT_PTR_NON_NULL(chip, false);
     
    5854
    5955
    60 bool pmFPAReadHeader(pmFPA *fpa,        // FPA for which to read header
    61                      psFits *fits       // FITS file handle
    62                     )
     56bool pmFPAReadHeader(pmFPA *fpa, psFits *fits)
    6357{
    6458    PS_ASSERT_PTR_NON_NULL(fpa, false);
Note: See TracChangeset for help on using the changeset viewer.