IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:41:23 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackOptions.c

    r26454 r26898  
    2020    psFree(options->convVariances);
    2121    psFree(options->psf);
     22    psFree(options->inputSeeing);
    2223    psFree(options->inputMask);
    2324    psFree(options->sourceLists);
    2425    psFree(options->norm);
     26    psFree(options->sources);
    2527    psFree(options->cells);
    2628    psFree(options->kernels);
     
    4345    options->convolve = true;
    4446    options->matchZPs = true;
     47    options->photometry = false;
    4548    options->stats = NULL;
    4649    options->statsFile = NULL;
     
    5457    options->num = 0;
    5558    options->psf = NULL;
     59    options->inputSeeing = NULL;
     60    options->targetSeeing = NAN;
    5661    options->inputMask = NULL;
    5762    options->sourceLists = NULL;
    5863    options->norm = NULL;
     64    options->sources = NULL;
    5965    options->cells = NULL;
    6066    options->kernels = NULL;
Note: See TracChangeset for help on using the changeset viewer.