IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 12:44:16 PM (20 years ago)
Author:
magnier
Message:

various fixes

File:
1 edited

Legend:

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

    r7419 r7618  
    181181        psFree(biasIter);
    182182
     183        targetReadout->data_exists = true;
    183184        psFree(targetReadout);          // Drop reference
    184185    }
     
    251252    binItem->data.S32 *= yBin;
    252253
    253 
    254254    // Copy any headers
    255255    pmHDU *targetHDU = pmHDUFromCell(target); // The target HDU
     
    265265    }
    266266
     267    target->data_exists = true;
    267268    return true;
    268269}
     
    301302    psMetadataCopy(target->concepts, source->concepts);
    302303
     304    target->data_exists = true;
    303305    return status;
    304306}
Note: See TracChangeset for help on using the changeset viewer.