IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2014, 11:52:06 PM (12 years ago)
Author:
mhuber
Message:

adding BSCALEOFFSET option hack to apply -0.5*bscale offset to each input warp, default is -0.0 offset

File:
1 edited

Legend:

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

    r35167 r36855  
    1919    psFree(options->inputMask);
    2020    psFree(options->sourceLists);
     21    psFree(options->bscaleOffset);
    2122    psFree(options->norm);
    2223    psFree(options->sources);
     
    6566    options->inputMask = NULL;
    6667    options->sourceLists = NULL;
     68    options->bscaleOffset = NULL;
    6769    options->norm = NULL;
    6870    options->sources = NULL;
Note: See TracChangeset for help on using the changeset viewer.