IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2022, 6:29:13 AM (4 years ago)
Author:
eugene
Message:

add option to include residuals in the ppVizPSF output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ppViz/src/ppVizPSF/ppVizPSFLoop.c

    r36862 r42192  
    157157
    158158                // We have trouble with PSF residuals, so don't use them
    159                 psFree(psf->residuals);
    160                 psf->residuals = NULL;
     159                // XXX EAM 2022.05.02 : re-instating the residuals; what kind of trouble??
     160                // optionally use residuals (if -use-residuals is supplied)
     161                if (!data->useResiduals) {
     162                    fprintf (stderr, "skipping residuals\n");
     163                    psFree(psf->residuals);
     164                    psf->residuals = NULL;
     165                }
    161166                fprintf(stderr,"still here");
    162167                if (sources) {
Note: See TracChangeset for help on using the changeset viewer.