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/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);
Note: See TracChangeset for help on using the changeset viewer.