IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2007, 9:30:37 PM (19 years ago)
Author:
eugene
Message:

update to new psAstromWCS APIs; drop old files, old functions from psastroUtils.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroLoadRefstars.c

    r12492 r12536  
    8383
    8484    unlink (tempFile);
     85
     86    if (table == NULL) {
     87        psError(PSASTRO_ERR_REFSTARS, true, "failure to load astrometric reference\n");
     88        return NULL;
     89    }
     90
    8591    psLogMsg ("psastro", 3, "read getstar output table : %f sec\n", psTimerMark ("psastro"));
    8692
Note: See TracChangeset for help on using the changeset viewer.