IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2006, 11:58:44 AM (20 years ago)
Author:
eugene
Message:

renamed config to recipe in lower-level functions, added pixel weights to pmSource, other cleanups

File:
1 edited

Legend:

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

    r6753 r6862  
    11# include "psphot.h"
    22
    3 bool psphotMagnitudes (psArray *sources, psMetadata *config, pmPSF *psf) {
     3bool psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf) {
    44
    55    psTimerStart ("psphot");
     
    1313    return true;
    1414}
     15
     16// XXX add in a measurement of the bright and faint completeness values
     17// XXX push these into the recipe
Note: See TracChangeset for help on using the changeset viewer.