IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 11:25:34 AM (17 years ago)
Author:
Paul Price
Message:

Merging cnb_branch_20090113. No major conflicts. Compiles, but not tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.h

    r21409 r21422  
    11/** @file psastro.h
    22 *
    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.
    55 *
    6  *  It must be included by programs which are compiled against 
     6 *  It must be included by programs which are compiled against
    77 *  psphot functions.
    88 *
     
    1010 *
    1111 *  @author IfA
    12  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2009-02-07 02:03:34 $
     12 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2009-02-09 21:25:34 $
    1414 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1515 */
     
    3030# define SIGN(X)  (((X) == 0) ? 0 : ((fabs((double)(X))) / (X)))
    3131
     32#if 0
    3233/**
    3334 * this structure represents a fit to the logN / logS curve for a set of stars
     
    4344    int sPeak;                          ///< sum of stars to peak bin
    4445} pmLumFunc;
     46#endif
    4547
    4648bool              psastroDataSave (pmConfig *config);
     
    9597psString          psastroVersionLong(void);
    9698
    97 // psastroVisual functions
    98 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 
    11199// demo plots
    112100bool              psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.