IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2013, 1:40:20 PM (13 years ago)
Author:
bills
Message:

Changes to the chip backround and warp background stages.
In chip background stage

Apply an auxillary mask selected for now from hard coded location.
Read input variance and include it in the output data products

In warp background stage

Read and write variance images
Get smf from alternate camRun. For now using a hard coded label
eventually from the warpBackgroundRun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundData.c

    r28276 r35118  
    1717    psFree(data->imageName);
    1818    psFree(data->maskName);
     19    psFree(data->varianceName);
     20    psFree(data->auxMaskName);
    1921    psFree(data->outRoot);
    2022    psFree(data->stats);
     
    3335    data->imageName = NULL;
    3436    data->maskName = NULL;
     37    data->varianceName = NULL;
     38    data->auxMaskName = NULL;
    3539    data->outRoot = NULL;
    3640    data->stats = NULL;
Note: See TracChangeset for help on using the changeset viewer.