IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2013, 4:56:48 PM (13 years ago)
Author:
watersc1
Message:

Addition of WCS-reference option to fix the cases where the WCS is missing. Fix bug in WCS calculation/propagation that shows up when corners aren't populated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSkycell/src/ppSkycellData.c

    r24073 r35852  
    1515    psFree(data->imagesName);
    1616    psFree(data->masksName);
     17    psFree(data->wcsrefName);
    1718    psFree(data->outRoot);
    1819    psFree(data->config);
     
    2829    data->imagesName = NULL;
    2930    data->masksName = NULL;
     31    data->wcsrefName = NULL;
    3032    data->outRoot = NULL;
    3133    data->numInputs = 0;
Note: See TracChangeset for help on using the changeset viewer.