IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18838


Ignore:
Timestamp:
Jul 31, 2008, 2:07:08 PM (18 years ago)
Author:
eugene
Message:

moved footprint code to psmodules, modified psphotSourceSize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r18555 r18838  
    77
    88#include <psmodules.h>
    9 
    109#include "psphotErrorCodes.h"
    11 #include "pmFootprint.h"
    1210
    1311#define PSPHOT_RECIPE "PSPHOT" // Name of the recipe to use
     
    121119bool            psphotSetState (pmSource *source, bool curState, psMaskType maskVal);
    122120bool            psphotDeblendSatstars (psArray *sources, psMetadata *recipe);
    123 bool            psphotSourceSize (pmReadout *readout, psArray *sources, psMetadata *recipe, long first);
     121bool            psphotSourceSize (pmConfig *config, pmReadout *readout, psArray *sources, psMetadata *recipe, long first);
    124122
    125123bool            psphotMakeResiduals (psArray *sources, psMetadata *recipe, pmPSF *psf, psMaskType maskVal);
Note: See TracChangeset for help on using the changeset viewer.