IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2010, 5:32:32 PM (16 years ago)
Author:
Paul Price
Message:

Get running with scaling of kernel parameters.

File:
1 edited

Legend:

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

    r26671 r26674  
    2424    psFree(options->sourceLists);
    2525    psFree(options->norm);
     26    psFree(options->sources);
    2627    psFree(options->cells);
    2728    psFree(options->kernels);
     
    4445    options->convolve = true;
    4546    options->matchZPs = true;
     47    options->photometry = false;
    4648    options->stats = NULL;
    4749    options->statsFile = NULL;
     
    6062    options->sourceLists = NULL;
    6163    options->norm = NULL;
     64    options->sources = NULL;
    6265    options->cells = NULL;
    6366    options->kernels = NULL;
Note: See TracChangeset for help on using the changeset viewer.