Changeset 34404 for trunk/psphot/src/psphot.h
- Timestamp:
- Sep 5, 2012, 4:19:30 PM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot/src (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphot.h
r34354 r34404 281 281 bool psphotVisualShowSatStars (psMetadata *recipe, pmPSF *psf, psArray *sources); 282 282 bool psphotVisualShowPSFModel (pmReadout *readout, pmPSF *psf); 283 bool psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psImageMaskType maskVal );284 bool psphotVisualPlotRadialProfiles (psMetadata *recipe, psArray *sources );283 bool psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psImageMaskType maskVal, pmSourceMode showmode); 284 bool psphotVisualPlotRadialProfiles (psMetadata *recipe, psArray *sources, pmSourceMode showmode); 285 285 bool psphotVisualShowFlags (psArray *sources); 286 286 bool psphotVisualShowSourceSize (pmReadout *readout, psArray *sources); … … 295 295 bool psphotVisualClose(void); 296 296 297 int psphotKapaChannel (int channel); 298 void plotline (int myKapa, Graphdata *graphdata, float x0, float y0, float x1, float y1); 299 300 297 301 bool psphotPetrosian (pmSource *source, psMetadata *recipe, float skynoise, psImageMaskType maskVal); 298 302 bool psphotPetrosianRadialBins (pmSource *source, float radiusMax, float skynoise); … … 511 515 ); 512 516 517 bool psphotSatstarProfileModel (pmSource *source, psImageMaskType maskVal); 518 bool psphotSatstarProfileCreate (pmSource *source, psVector **logRmodelOut, psVector **logFmodelOut, psVector *logR, psVector *flux, float Rmax); 519 bool psphotSatstarProfileOp (pmSource *source, psImageMaskType maskVal, float FACTOR, pmModelOpMode mode, bool add); 520 bool psphotVisualRadialProfileSatstar (pmSource *source, psImageMaskType maskVal); 521 bool psphotAddOrSubSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int fileIndex, psMetadata *recipe, bool add); 522 bool psphotSatstarPhotometry (pmSource *source); 523 513 524 bool psphotSourceMemory(pmConfig *config, const pmFPAview *view, const char *filerule); 514 525 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index);
Note:
See TracChangeset
for help on using the changeset viewer.
