IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2013, 5:24:27 AM (13 years ago)
Author:
eugene
Message:

merge changes from EAM branch (additional handling for chip to chip warping and to ignore sources if desired)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r35563 r36083  
    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.