IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

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

    r6715 r6753  
    33bool psphotMagnitudes (psArray *sources, psMetadata *config, pmPSF *psf) {
    44
    5     bool status;
    6 
    75    psTimerStart ("psphot");
    86
    9     float RADIUS = psMetadataLookupF32 (&status, config, "AP_RADIUS");
    107    for (int i = 0; i < sources->n; i++) {
    118        pmSource *source = (pmSource *) sources->data[i];
    12         pmSourceMagnitudes (source, psf, RADIUS);
     9        pmSourceMagnitudes (source, psf, true, true);
    1310    }   
    1411
     
    1613    return true;
    1714}
    18 
    19 // XXX should this function use RADIUS or should it
Note: See TracChangeset for help on using the changeset viewer.