Changeset 14945
- Timestamp:
- Sep 20, 2007, 2:15:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r14655 r14945 47 47 bool psphotReplaceAll (psArray *sources, psMaskType maskVal); 48 48 bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, psMaskType maskVal, psMaskType mark); 49 bool psphotMagErrorScale (float *errorScale, float *errorFloor, psVector *dMag, psVector *dap, int nGroup); 50 bool psphotApResidTrend (pmReadout *readout, pmPSF *psf, int Npsf, int scale, float *errorScale, float *errorFloor, psVector *mask, psVector *xPos, psVector *yPos, psVector *apResid, psVector *dMag); 49 51 bool psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf, pmReadout *background, psMaskType maskVal, psMaskType mark); 50 52 bool psphotSkyReplace (pmConfig *config, const pmFPAview *view); … … 161 163 psImage *pmPCMDataSaveImage (pmPCMData *pcm); 162 164 165 int psphotKapaOpen (); 166 bool psphotKapaClose (); 167 bool psphotImageBackgroundCellHistogram (psVector *values, float mean, float sigma, int ix, int iy); 168 bool psphotDiagnosticPlots (pmConfig *config, char *name, ...); 169 163 170 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
