Changeset 25621
- Timestamp:
- Sep 27, 2009, 11:19:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphot.h
r25534 r25621 71 71 72 72 bool psphotApResid (pmConfig *config, pmReadout *readout, psArray *sources, pmPSF *psf); 73 bool psphotApResidMags_Threaded (psThreadJob *job);74 73 75 74 bool psphotSkyReplace (pmConfig *config, const pmFPAview *view); … … 94 93 95 94 // used by ApResid 96 bool psphotMagErrorScale (float *errorScale, float *errorFloor, psVector *dMag, psVector *dap, psVector *mask, int nGroup);97 bool psphotApResid Trend (pmReadout *readout, pmPSF *psf, int Npsf, int scale, float *errorScale, float *errorFloor, psVector *mask, psVector *xPos, psVector *yPos, psVector *apResid, psVector *dMag);95 pmTrend2D *psphotApResidTrend (float *apResidSysErr, pmReadout *readout, int Nx, int Ny, psVector *xPos, psVector *yPos, psVector *apResid, psVector *dMag); 96 bool psphotApResidMags_Threaded (psThreadJob *job); 98 97 99 98 // basic support functions … … 193 192 bool psphotVisualShowSourceSize (pmReadout *readout, psArray *sources); 194 193 bool psphotVisualShowResidualImage (pmReadout *readout); 195 bool psphotVisualPlotApResid (psArray *sources );194 bool psphotVisualPlotApResid (psArray *sources, float mean, float error); 196 195 bool psphotVisualPlotSourceSize (psMetadata *recipe, psArray *sources); 197 196 bool psphotVisualShowPetrosians (psArray *sources);
Note:
See TracChangeset
for help on using the changeset viewer.
