IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7720


Ignore:
Timestamp:
Jun 27, 2006, 7:22:41 PM (20 years ago)
Author:
Paul Price
Message:

No extension name means move to the primary header unit.

File:
1 edited

Legend:

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

    r7719 r7720  
    1515{
    1616    // Deal with the PHU case
    17     if (hdu->blankPHU) {
     17    if (hdu->blankPHU || !hdu->extname) {
    1818        if (!psFitsMoveExtNum(fits, 0, false)) {
    1919            psError(PS_ERR_IO, false, "Unable to move to primary header!\n");
Note: See TracChangeset for help on using the changeset viewer.