Changeset 21208 for branches/cnb_branch_20090113/psastro/src/psastro.h
- Timestamp:
- Jan 28, 2009, 1:36:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090113/psastro/src/psastro.h
r20805 r21208 14 14 # define SIGN(X) (((X) == 0) ? 0 : ((fabs((double)(X))) / (X))) 15 15 16 #if 0 16 17 // this structure represents a fit to the logN / logS curve for a set of stars 17 18 // logN = offset + slope * logS … … 25 26 int sPeak; // sum of stars to peak bin 26 27 } pmLumFunc; 28 #endif 27 29 28 30 bool psastroDataSave (pmConfig *config); … … 77 79 psString psastroVersionLong(void); 78 80 79 // psastroVisual functions80 bool psastroSetVisual (bool mode);81 bool psastroVisualClose();82 bool psastroVisualPlotLuminosityFunction (psVector *lnMag, psVector *Mag, pmLumFunc *lumFunc, pmLumFunc *rawFunc);83 bool psastroVisualPlotRawStars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);84 bool psastroVisualPlotRefStars (psArray *refstars, psMetadata *recipe);85 bool psastroVisualPlotRemoveClumps (psArray *input, psImage *count, int scale, float limit);86 bool psastroVisualPlotFixChips (pmFPAfile *input, psVector *xOld, psVector *yOld);87 bool psastroVisualPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);88 bool psastroVisualPlotAstromGuessCheck (psVector *cornerPo, psVector *cornerQo, psVector *cornerPn, psVector *cornerQn, psVector *cornerPd, psVector *cornerQd);89 bool psastroVisualPlotMosaicOneChip (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);90 bool psastroVisualPlotCommonScale (pmFPA *fpa, psVector *oldScale);91 bool psastroVisualPlotMosaicMatches (psArray *rawstars, psArray *refstars, psArray *match, int iteration, psMetadata *recipe);92 93 81 // demo plots 94 82 bool psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
