IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2009, 5:26:21 PM (17 years ago)
Author:
Paul Price
Message:

Fixing following API change in psastro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppImage/src/ppImageAstrom.c

    r16084 r23647  
    77// this function is mostly equivalent to the top-level of psastro, with some
    88// modifications since the data has already been loaded.
    9 bool ppImageAstrom (pmConfig *config) {
     9bool ppImageAstrom (pmConfig *config, psMetadata *stats) {
    1010
    1111    bool status;
     
    2727    }
    2828
    29     if (!psastroAnalysis (config)) {
     29    if (!psastroAnalysis(config, stats)) {
    3030        psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n");
    3131        return false;
Note: See TracChangeset for help on using the changeset viewer.