IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 1, 2007, 11:03:03 AM (20 years ago)
Author:
eugene
Message:

added various plots, more work on the mosaic astrometry

File:
1 edited

Legend:

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

    r10830 r10864  
    7070psString psastroVersionLong(void);
    7171
     72// demo plots
     73bool psastroPlotRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip);
     74bool psastroPlotRefstars (psArray *refstars);
     75bool psastroPlotOneChipFit (psArray *rawstars, psArray *refstars, psArray *match, pmAstromFitResults *results);
     76
     77bool psastroDumpRawstars (psArray *rawstars, pmFPA *fpa, pmChip *chip);
     78bool psastroDumpRefstars (psArray *refstars);
     79
     80bool psastroMosaicSetAstrom_tmp (pmFPA *fpa);
Note: See TracChangeset for help on using the changeset viewer.