IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2010, 10:50:00 AM (16 years ago)
Author:
eugene
Message:

adding output jpeg of sample residuals for bright stars (need to zoom?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubLoop.c

    r26431 r26597  
    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.