Changeset 25987
- Timestamp:
- Nov 1, 2009, 4:01:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r25971 r25987 61 61 bool psphotBlendFit_Threaded (psThreadJob *job); 62 62 63 bool psphotSourceStatsUpdate (psArray *sources, pmConfig *config, pmReadout *readout); 63 64 psArray *psphotSourceStats (pmConfig *config, pmReadout *readout, pmDetections *detections, bool setWindow); 64 65 bool psphotSourceStats_Threaded (psThreadJob *job); … … 196 197 bool psphotVisualShowResidualImage (pmReadout *readout); 197 198 bool psphotVisualPlotApResid (psArray *sources, float mean, float error); 199 bool psphotVisualPlotChisq (psArray *sources); 198 200 bool psphotVisualPlotSourceSize (psMetadata *recipe, psMetadata *analysis, psArray *sources); 199 201 bool psphotVisualShowPetrosians (psArray *sources); … … 270 272 bool psphotDumpPSFStars (pmReadout *readout, pmPSFtry *try, float radius, psImageMaskType maskVal, psImageMaskType markVal); 271 273 274 bool psphotLoadSRCTEXT (pmFPA *fpa, pmConfig *config); 275 272 276 bool psphotCheckStarDistribution (psArray *sources, psArray *stars, pmPSFOptions *options); 273 277 int psphotSupplementStars (psArray *stars, psArray *sources, psImageBinning *binning, int ix, int iy); … … 280 284 ); 281 285 286 pmConfig *psphotForcedArguments(int argc, char **argv); 287 bool psphotForcedImageLoop (pmConfig *config); 288 bool psphotForcedReadout(pmConfig *config, const pmFPAview *view); 289 290 pmConfig *psphotMakePSFArguments(int argc, char **argv); 291 bool psphotMakePSFImageLoop (pmConfig *config); 292 bool psphotMakePSFReadout(pmConfig *config, const pmFPAview *view); 282 293 283 294 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
