IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:31:17 PM (20 years ago)
Author:
eugene
Message:

substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r6571 r6715  
    3434    for (int i = 0; (i < sources->n) && (stars->n < NSTARS); i++) {
    3535        pmSource *source = sources->data[i];
    36         if (source->mode & PM_SOURCE_PSFSTAR) psArrayAdd (stars, 200, source);
     36        if (source->mode & PM_SOURCE_MODE_PSFSTAR) psArrayAdd (stars, 200, source);
    3737    }
    3838    psLogMsg ("psphot.pspsf", 4, "selected candidate %d PSF objects\n", stars->n);
     
    9090        pmSource *source = try->sources->data[i];
    9191        if (try->mask->data.U8[i] & PSFTRY_MASK_EXT_FAIL) {
    92             source->mode &= ~PM_SOURCE_PSFSTAR;
     92            source->mode &= ~PM_SOURCE_MODE_PSFSTAR;
    9393        }
    9494    }
Note: See TracChangeset for help on using the changeset viewer.