IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 11:45:18 AM (16 years ago)
Author:
Paul Price
Message:

Adding scaling of kernel parameters by seeing FWHMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackOptions.c

    r26475 r26671  
    2020    psFree(options->convVariances);
    2121    psFree(options->psf);
     22    psFree(options->inputSeeing);
    2223    psFree(options->inputMask);
    2324    psFree(options->sourceLists);
     
    5455    options->num = 0;
    5556    options->psf = NULL;
     57    options->inputSeeing = NULL;
     58    options->targetSeeing = NAN;
    5659    options->inputMask = NULL;
    5760    options->sourceLists = NULL;
Note: See TracChangeset for help on using the changeset viewer.