IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10292 for trunk/psastro


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

Adding functions to return version information.

Location:
trunk/psastro/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/Makefile.am

    r9627 r10292  
    3535psastroMosaicRescaleChips.c \
    3636psastroWCS.c                \
    37 psastroErrorCodes.c
     37psastroErrorCodes.c         \
     38psastroVersion.c
    3839
    3940include_HEADERS = \
  • 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.