IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25518 for trunk/pswarp


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).

Location:
trunk/pswarp/src
Files:
2 edited

Legend:

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

    r23688 r25518  
    7474    pswarpSetThreads ();
    7575
    76     // PSF determination?
    77     if ((N = psArgumentGet(argc, argv, "-psf"))) {
    78         psArgumentRemove(N, &argc, argv);
    79         psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PSF", 0, "Do PSF determination?", true);
    80     }
    8176    if ((N = psArgumentGet(argc, argv, "-dumpconfig"))) {
    8277        psArgumentRemove(N, &argc, argv);
  • 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.