IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41174


Ignore:
Timestamp:
Nov 27, 2019, 12:06:59 PM (6 years ago)
Author:
eugene
Message:

enable dumptests

Location:
trunk/psphot
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/src/psphot.h

    r38515 r41174  
    237237bool            psphotSetRadiusModel (pmModel *model, pmReadout *readout, pmSource *source, psImageMaskType markVal, bool deep);
    238238
     239bool            psphotDumpTest (pmConfig *config, const pmFPAview *view, const char *filerule);
    239240bool            psphotDumpMoments (psMetadata *recipe, psArray *sources);
    240241psMetadata     *psphotDefineHeader (psMetadata *recipe);
  • trunk/psphot/src/psphotReadout.c

    r40447 r41174  
    126126    }
    127127    if (!strcasecmp (breakPt, "PEAKS")) {
    128         return psphotReadoutCleanup (config, view, filerule);
     128      psphotDumpTest (config, view, filerule);
     129      return psphotReadoutCleanup (config, view, filerule);
    129130    }
    130131
     
    156157    }
    157158    if (!strcasecmp (breakPt, "MOMENTS")) {
     159      psphotDumpTest (config, view, filerule);
    158160        return psphotReadoutCleanup (config, view, filerule);
    159161    }
Note: See TracChangeset for help on using the changeset viewer.