IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 27, 2005, 3:26:57 PM (21 years ago)
Author:
eugene
Message:

various tests and changes

File:
1 edited

Legend:

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

    r4114 r4630  
    3737        nSy = dSY * SY * SN;
    3838
    39         // assign PS_SOURCE_BRIGHTSTAR to bright objects within PSF region of dparams[]
     39        // assign PS_SOURCE_GOODSTAR to bright objects within PSF region of dparams[]
    4040        if ((fabs(nSx) < shapeNsigma) && (fabs(nSy) < shapeNsigma)) {
    4141            if (SN > snFaint) {
    42                 source->type = PS_SOURCE_BRIGHTSTAR;
     42                source->type = PS_SOURCE_GOODSTAR;
    4343            } else {
    4444                source->type = PS_SOURCE_FAINTSTAR;
Note: See TracChangeset for help on using the changeset viewer.