IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 11:50:51 PM (20 years ago)
Author:
Paul Price
Message:

Nearly all working; doesn't work on megacam split images yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPARead.c

    r6575 r6582  
    184184{
    185185    pmHDU *hdu = pmHDUFromCell(cell);   // The HDU
     186    if (!hdu) {
     187        return false;                    // Nothing to see here; move along
     188    }
    186189    if (!hdu->images && !pmHDURead(hdu, fits)) {
    187190        psError(PS_ERR_IO, false, "Unable to read HDU for cell.\n");
Note: See TracChangeset for help on using the changeset viewer.