IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2013, 8:17:39 AM (13 years ago)
Author:
eugene
Message:

handle missing output targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/pswarp/src/pswarpLoop.c

    r35563 r36014  
    5454    // We re-activate the CMF load so we can transform the sources as well as the pixels.
    5555    // We only need to read in these if the astrometry source is CMF.
    56     pmFPAfileActivate(config->files, true, "PSWARP.ASTROM");
     56    if (psMetadataLookupBool(&status, recipe, "SOURCES")) {
     57        pmFPAfileActivate(config->files, true, "PSWARP.ASTROM");
     58    }
    5759
    5860    // loop over this section once per input group
Note: See TracChangeset for help on using the changeset viewer.