Changeset 21422 for trunk/psastro/src/psastro.h
- Timestamp:
- Feb 9, 2009, 11:25:34 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.h
r21409 r21422 1 1 /** @file psastro.h 2 2 * 3 * @brief This file defines the library functions available to external 4 * programs. 3 * @brief This file defines the library functions available to external 4 * programs. 5 5 * 6 * It must be included by programs which are compiled against 6 * It must be included by programs which are compiled against 7 7 * psphot functions. 8 8 * … … 10 10 * 11 11 * @author IfA 12 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2009-02-0 7 02:03:34 $12 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2009-02-09 21:25:34 $ 14 14 * Copyright 2009 Institute for Astronomy, University of Hawaii 15 15 */ … … 30 30 # define SIGN(X) (((X) == 0) ? 0 : ((fabs((double)(X))) / (X))) 31 31 32 #if 0 32 33 /** 33 34 * this structure represents a fit to the logN / logS curve for a set of stars … … 43 44 int sPeak; ///< sum of stars to peak bin 44 45 } pmLumFunc; 46 #endif 45 47 46 48 bool psastroDataSave (pmConfig *config); … … 95 97 psString psastroVersionLong(void); 96 98 97 // psastroVisual functions98 bool psastroSetVisual (bool mode);99 bool psastroVisualClose();100 bool psastroVisualPlotLuminosityFunction (psVector *lnMag, psVector *Mag, pmLumFunc *lumFunc, pmLumFunc *rawFunc);101 bool psastroVisualPlotRawStars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);102 bool psastroVisualPlotRefStars (psArray *refstars, psMetadata *recipe);103 bool psastroVisualPlotRemoveClumps (psArray *input, psImage *count, int scale, float limit);104 bool psastroVisualPlotFixChips (pmFPAfile *input, psVector *xOld, psVector *yOld);105 bool psastroVisualPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);106 bool psastroVisualPlotAstromGuessCheck (psVector *cornerPo, psVector *cornerQo, psVector *cornerPn, psVector *cornerQn, psVector *cornerPd, psVector *cornerQd);107 bool psastroVisualPlotMosaicOneChip (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);108 bool psastroVisualPlotCommonScale (pmFPA *fpa, psVector *oldScale);109 bool psastroVisualPlotMosaicMatches (psArray *rawstars, psArray *refstars, psArray *match, int iteration, psMetadata *recipe);110 111 99 // demo plots 112 100 bool psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
