IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2012, 4:04:34 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120805/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120805/psphot

  • branches/eam_branches/ipp-20120805/psphot/src

  • branches/eam_branches/ipp-20120805/psphot/src/psphot.h

    r34378 r34399  
    364364                                     pmReadout **chiReadout,
    365365                                     int index);
     366bool psphotStackAllocateOutput( const pmConfig *config, pmFPAview *view, psMetadata *recipe);
    366367
    367368bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule);
     
    371372bool psphotMatchSourcesReadout (psArray *objects, pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    372373bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS);
     374bool psphotDropBadMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects);
    373375
    374376bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final);
     
    487489bool psphotMaskFootprint (pmReadout *readout, pmSource *source, psImageMaskType markVal);
    488490
    489 bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule);
    490 bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index);
     491bool psphotKronIterate (pmConfig *config, const pmFPAview *view, const char *filerule, int pass);
     492bool psphotKronIterateReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, const char * filerule, pmReadout *readout, psArray *sources, pmPSF *psf, int index, int pass);
    491493bool psphotKronIterate_Threaded (psThreadJob *job);
    492494
     
    520522bool psphotSatstarPhotometry (pmSource *source);
    521523
     524bool psphotSourceMemory(pmConfig *config, const pmFPAview *view, const char *filerule);
     525bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index);
     526
    522527#endif
Note: See TracChangeset for help on using the changeset viewer.