IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2009, 11:34:07 AM (17 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/pswarp/src/pswarpLoop.c

    r25406 r25624  
    1616
    1717#define WCS_NONLIN_TOL 0.001            // Non-linear tolerance for header WCS
    18 #define PSPHOT_FIND_PSF 1               // Use psphot's findPSF function?
    1918#define TESTING 0                       // Testing output?
    2019
     
    380379    // that's going to be tricky.  We have a list of sources, so we use those to redetermine the PSF model.
    381380
    382     if (psMetadataLookupBool(&mdok, config->arguments, "PSF")) {
     381    if (psMetadataLookupBool(&mdok, recipe, "PSF")) {
    383382        fileActivation(config, photFiles, true);
    384383        ioChecksBefore(config);
Note: See TracChangeset for help on using the changeset viewer.