IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2007, 9:18:44 PM (18 years ago)
Author:
eugene
Message:

adding astrom i/o table

File:
1 edited

Legend:

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

    r15660 r15669  
    3030    bool saveAstrom = psMetadataLookupBool (&status, recipe, "SAVE.REF.ASTROM");
    3131    if (saveAstrom) {
    32         if (!pmFPAfileDefineOutputFromFile (config, input, "PSASTRO.OUT.ASTROM")) {
     32        pmFPAfile *outAstrom = pmFPAfileDefineOutputFromFile (config, input, "PSASTRO.OUT.ASTROM");
     33        if (!outAstrom) {
    3334            psError (PS_ERR_IO, false, "Can't find a reference astrometry file");
    3435            return NULL;
    3536        }
     37        outAstrom->save = true;
    3638    }
    3739
Note: See TracChangeset for help on using the changeset viewer.