IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 1:36:37 PM (18 years ago)
Author:
beaumont
Message:

Added QA plots to ppSub. Migrated psastro QA plots to psModules/extras.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090113/psastro/src/psastro.h

    r20805 r21208  
    1414# define SIGN(X)  (((X) == 0) ? 0 : ((fabs((double)(X))) / (X)))
    1515
     16#if 0
    1617// this structure represents a fit to the logN / logS curve for a set of stars
    1718// logN = offset + slope * logS
     
    2526    int sPeak;                          // sum of stars to peak bin
    2627} pmLumFunc;
     28#endif
    2729
    2830bool              psastroDataSave (pmConfig *config);
     
    7779psString          psastroVersionLong(void);
    7880
    79 // psastroVisual functions
    80 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 
    9381// demo plots
    9482bool              psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
Note: See TracChangeset for help on using the changeset viewer.