IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 3:49:17 PM (17 years ago)
Author:
Paul Price
Message:

Don't require PSF generation in pswarp. It's not required for PR images, where we don't need the PSF for the stack (because we're not going to convolve).

File:
1 edited

Legend:

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

    r25047 r25518  
    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.