IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30224


Ignore:
Timestamp:
Jan 7, 2011, 2:21:33 PM (15 years ago)
Author:
eugene
Message:

need to mark the psfstars in the pmPSFtry as PSFSTAR so MakeResid will use them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/src/psphotChoosePSF.c

    r30175 r30224  
    317317        pmSource *source = try->sources->data[i];
    318318        if (try->mask->data.PS_TYPE_VECTOR_MASK_DATA[i]) continue;
     319        source->mode |= PM_SOURCE_MODE_PSFSTAR;
    319320
    320321        // this source was used: find the parent and set its PSFSTAR flag
     
    327328
    328329    // build a PSF residual image
     330    // we need to use the 'try' set because they have the associated models defined
    329331    if (!psphotMakeResiduals (try->sources, recipe, try->psf, maskVal)) {
    330332        psError(PSPHOT_ERR_PSF, false, "Unable to construct residual table for PSF");
Note: See TracChangeset for help on using the changeset viewer.