IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7718


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

No point in reading the HDU if it's a blank.

File:
1 edited

Legend:

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

    r7717 r7718  
    109109    }
    110110
     111    if (hdu->blankPHU) {
     112        // Done already!
     113        return true;
     114    }
     115
    111116    #ifdef FITS_TABLES
    112117    // What type is it?
Note: See TracChangeset for help on using the changeset viewer.