IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:34:04 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk (adds galaxy bumpiness/asym parameters; fixes full-force bugs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/psphot/src/psphot.h

    r36757 r37825  
    138138bool            psphotExtendedSourceFits_Threaded (psThreadJob *job);
    139139
     140bool            psphotGalaxyParams (pmConfig *config, const pmFPAview *view, const char *filerule);
     141bool            psphotGalaxyParamsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
     142bool            psphotGalaxyParams_Threaded (psThreadJob *job);
     143
    140144bool            psphotApResid (pmConfig *config, const pmFPAview *view, const char *filerule);
    141145bool            psphotApResidReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe);
    142146
    143147bool            psphotMagnitudes (pmConfig *config, const pmFPAview *view, const char *filerule);
    144 bool            psphotMagnitudesReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources, pmPSF *psf);
     148bool            psphotMagnitudesReadout(pmConfig *config, psMetadata *recipe, const pmFPAview *view, pmReadout *readout, psArray *sources, pmPSF *psf, int index);
    145149bool            psphotMagnitudes_Threaded (psThreadJob *job);
    146150
     
    168172// in psphotChoosePSF.c:
    169173bool            psphotPSFstats (pmReadout *readout, pmPSF *psf);
     174bool            psphotPSFstatsSources (pmReadout *readout, psArray *sources, pmPSF *psf);
    170175bool            psphotMomentsStats (pmReadout *readout, psArray *sources);
    171176
     
    232237int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
    233238bool            psphotDumpConfig (pmConfig *config);
    234 pmReadout      *psphotSelectBackground (pmConfig *config, const pmFPAview *view);
    235 pmReadout      *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view);
     239pmReadout      *psphotSelectBackground (pmConfig *config, const pmFPAview *view, int index);
     240pmReadout      *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view, int index);
    236241
    237242// PSF / DBL / EXT evaluation functions
     
    571576bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index);
    572577
     578bool psphotChipParams(pmConfig *config, const pmFPAview *view, const char *filerule);
     579bool psphotChipParams_Threaded(psThreadJob *job);
     580
    573581const char * psphotGetFilerule(const char *baseRule);
    574582extern bool psphotINpsphotStack;
    575583
     584
    576585#endif
Note: See TracChangeset for help on using the changeset viewer.