IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2007, 4:29:18 PM (19 years ago)
Author:
eugene
Message:

cleanups of the plotting functions

File:
1 edited

Legend:

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

    r15084 r15195  
    6565
    6666// demo plots
    67 bool              psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip);
    68 bool              psastroPlotRefstars (psArray *refstars);
    69 bool              psastroPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, pmAstromFitResults *results);
     67bool              psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip, psMetadata *recipe);
     68bool              psastroPlotRefstars (psArray *refstars, psMetadata *recipe);
     69bool              psastroPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, psMetadata *recipe);
    7070
    7171bool              psastroDumpRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip);
     
    7373bool              psastroDumpMatches (pmFPA *fpa, char *filename);
    7474bool              psastroDumpStars (psArray *stars, char *filename);
     75bool              psastroDumpMatchedStars (char *filename, psArray *rawstars, psArray *refstars, psArray *match);
    7576
    7677bool              psastroMosaicSetAstrom_tmp (pmFPA *fpa);
Note: See TracChangeset for help on using the changeset viewer.