IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36204


Ignore:
Timestamp:
Oct 13, 2013, 1:28:49 PM (13 years ago)
Author:
eugene
Message:

do not use pcm->psf if we are using 1D gaussians

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130904/psModules/src/objects/pmPCM_MinimizeChisq.c

    r36085 r36204  
    541541    static int Npass = 0;
    542542    char name[128];
    543     snprintf (name, 128, "psf.%03d.fits", Npass); psphotSaveImage (NULL, pcm->psf->image, name);
     543    if (!pcm->use1Dgauss) {
     544      snprintf (name, 128, "psf.%03d.fits", Npass); psphotSaveImage (NULL, pcm->psf->image, name);
     545    }
    544546    snprintf (name, 128, "mod.%03d.fits", Npass); psphotSaveImage (NULL, pcm->modelFlux, name);
    545547    snprintf (name, 128, "cnv.%03d.fits", Npass); psphotSaveImage (NULL, pcm->modelConvFlux, name);
Note: See TracChangeset for help on using the changeset viewer.