IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:42:02 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r24862 r26899  
    2727
    2828    pmConfigCamerasCull(config, NULL);
    29     pmConfigRecipesCull(config, "PPSUB,PPSTATS,PSPHOT,MASKS,JPEG");
     29    pmConfigRecipesCull(config, "PPSUB,PPSTATS,PSPHOT,PSASTRO,MASKS,JPEG");
    3030
    3131
     
    5454        // Can't do anything at all
    5555        return true;
     56    }
     57    // generate the residual stamp grid for visualization
     58    if (!ppSubResidualSampleJpeg(config)) {
     59        psError(PS_ERR_UNKNOWN, false, "Unable to update.");
     60        return false;
    5661    }
    5762
     
    130135    }
    131136
     137    // generate the binned image used to write the jpeg
    132138    if (!ppSubReadoutJpeg(config)) {
    133139        psError(PS_ERR_UNKNOWN, false, "Unable to update.");
Note: See TracChangeset for help on using the changeset viewer.