IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 1:12:04 PM (20 years ago)
Author:
Paul Price
Message:

Adding functions to return version information.

File:
1 edited

Legend:

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

    r9627 r10292  
    2222
    2323// this structure represents a fit to the logN / logS curve for a set of stars
    24 // logN = offset + slope * logS 
     24// logN = offset + slope * logS
    2525typedef struct {
    2626  double mMin;
     
    6868bool pmAstromWriteBilevelChip (psPlaneTransform *toFPA, psMetadata *header, double plateScale);
    6969psMetadata *pmAstromWriteBilevelMosaic (psProjection *toSky, psPlaneDistort *toTP, double plateScale);
     70
     71// Return version strings.
     72psString psastroVersion(void);
     73psString psastroVersionLong(void);
Note: See TracChangeset for help on using the changeset viewer.