IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 12:08:50 PM (17 years ago)
Author:
beaumont
Message:

merged with head

Location:
branches/cnb_branches/cnb_branch_20090301
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301

  • branches/cnb_branches/cnb_branch_20090301/psLib/src/fits/psFitsHeader.h

    r15179 r23352  
    2020
    2121
    22 /// Determine whether the current HDU is an empty PHU with a single compressed image following.
     22/// Determine whether the current HDU is an empty PHU with a compressed image following.
    2323///
    2424/// In that case, what should be treated as an image PHU is technically an empty PHU with a binary table
     
    2626/// following compressed image to determine if this is the case.  If so, the FITS file pointer is left
    2727/// pointing at the compressed image.
    28 bool psFitsCheckSingleCompressedImagePHU(const psFits *fits, ///< FITS file pointer
    29                                          const psMetadata *header ///< Header, or NULL
     28bool psFitsCheckCompressedImagePHU(const psFits *fits, ///< FITS file pointer
     29                                   const psMetadata *header ///< Header, or NULL
    3030    );
    3131
Note: See TracChangeset for help on using the changeset viewer.