IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2011, 2:17:35 PM (15 years ago)
Author:
eugene
Message:

fix psphotStack 2nd pass (subtract 1st pass sources from the correct image); fix PS color plotting; plug a leak in psphotStack

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psphot

  • trunk/psphot/src/psphot.h

    r32633 r32695  
    108108bool            psphotBlendFit_Threaded (psThreadJob *job);
    109109
    110 bool            psphotReplaceAllSources (pmConfig *config, const pmFPAview *view, const char *filerule);
    111 bool            psphotReplaceAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
     110bool            psphotReplaceAllSources (pmConfig *config, const pmFPAview *view, const char *filerule, bool ignoreState);
     111bool            psphotReplaceAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool ignoreState);
    112112
    113113bool            psphotAddNoise (pmConfig *config, const pmFPAview *view, const char *filerule);
     
    176176
    177177// in psphotReplaceUnfit.c:
    178 bool            psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe);
     178bool            psphotRemoveAllSourcesByArray (const psArray *sources, const psMetadata *recipe);
     179bool            psphotRemoveAllSources (pmConfig *config, const pmFPAview *view, const char *filerule, bool ignoreState);
     180bool            psphotRemoveAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe, bool ignoreState);
    179181bool            psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal);
    180182
     
    453455psArray *psphotSourceChildrenByObject (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objectsSrc);
    454456
     457bool psphotSourceParents (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc);
     458bool psphotSourceParentsReadout (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc, int index);
     459
     460bool psphotCopyPeaks (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc);
     461bool psphotCopyPeaksReadout (pmConfig *config, const pmFPAview *view, const char *ruleOut, const char *ruleSrc, int index);
     462
    455463bool psphotSersicModelClassGuessPCM (pmPCMdata *pcm, pmSource *source);
    456464void psphotSersicModelClassInit ();
Note: See TracChangeset for help on using the changeset viewer.