IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 10:47:55 AM (20 years ago)
Author:
eugene
Message:

fixed up focus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppFocus.c

    r7749 r7757  
    4040        // Image Arithmetic Loop
    4141        // XXX ppFocus REQUIRES photom: for it to be true?
     42        //
    4243        if (!ppImageLoop(config, options)) {
    4344            psErrorStackPrint(stderr, "");
     
    5859
    5960    // Cleaning up
     61    psFree (focus);
     62    psFree (fwhm);
    6063    ppImageCleanup(config, NULL);
    6164    return EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.