IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 3:35:20 PM (21 years ago)
Author:
eugene
Message:

substantial work to match with psLib v.7

File:
1 edited

Legend:

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

    r4949 r5048  
    1111
    1212  // only subtract successful fits
    13   if (source->type == PS_SOURCE_SATSTAR) goto valid;
    14   if (source->type == PS_SOURCE_PSFSTAR) goto valid;
    15   if (source->type == PS_SOURCE_GOODSTAR) goto valid;
     13  if (source->type == PM_SOURCE_SATSTAR) goto valid;
     14  if (source->type == PM_SOURCE_PSFSTAR) goto valid;
     15  if (source->type == PM_SOURCE_GOODSTAR) goto valid;
    1616  return (false);
    1717
Note: See TracChangeset for help on using the changeset viewer.