IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2012, 2:15:27 PM (14 years ago)
Author:
watersc1
Message:

Remove offending pswarpPixelsLit call in background code that was causing warps to fault.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarpLoop.c

    r34489 r34510  
    595595        goto DONE;
    596596    }
    597 
    598597    pmChip *chip;
    599598    while ((chip = pmFPAviewNextChip (view, input->fpa, 1)) != NULL) {
     
    740739    pmFPA *outFPA = outChip->parent;    ///< Output FP
    741740
    742     if (!pswarpPixelsLit(output, stats, config)) {
    743         psError(psErrorCodeLast(), false, "Unable to calculate pixel regions.");
    744         psFree(cells);
    745         psFree(view);
    746         goto DONE;
    747     }
    748 
     741/*     if (!pswarpPixelsLit(output, stats, config)) { */
     742/*         psError(psErrorCodeLast(), false, "Unable to calculate pixel regions."); */
     743/*         psFree(cells); */
     744/*         psFree(view); */
     745/*         goto DONE; */
     746/*     } */
    749747    psRegion *trimsec = psMetadataLookupPtr(NULL, outCell->concepts, "CELL.TRIMSEC"); ///< Trim section
    750748    trimsec->x0 = trimsec->x1 = trimsec->y0 = trimsec->y1 = 0; ///< All pixels
     
    787785    pswarpFileActivation(config, detectorFiles, false);
    788786    pswarpFileActivation(config, independentFiles, false);
    789    
     787
    790788
    791789    // Add MD5 information for readout
Note: See TracChangeset for help on using the changeset viewer.