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/psphotChoosePSF.c

    r4977 r5048  
    1818    for (int i = 0; i < sources->n; i++) {
    1919        pmSource *source = sources->data[i];
    20         if (source->type != PS_SOURCE_PSFSTAR) continue;
     20        if (source->type != PM_SOURCE_PSFSTAR) continue;
    2121        psArrayAdd (stars, 200, source);
    2222    }
Note: See TracChangeset for help on using the changeset viewer.