IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2012, 6:03:49 PM (14 years ago)
Author:
watersc1
Message:

Incomplete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ppStack/src/ppStackSetup.c

    r31158 r34516  
    8989    options->origMasks = psArrayAlloc(num);
    9090    options->origVariances = psArrayAlloc(num);
     91    options->bkgImages = psArrayAlloc(num);
    9192    pmFPAview *view = pmFPAviewAlloc(0);
    9293    for (int i = 0; i < num; i++) {
     
    103104            options->origVariances->data[i] = pmFPAfileName(file, view, config);
    104105        }
     106/*      { */
     107/*        pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT.BKGMODEL", i); */
     108/*        options->bkgImages->data[i] = pmFPAfileName(file, view, config); */
     109/*      } */
    105110    }
    106111    psFree(view);
Note: See TracChangeset for help on using the changeset viewer.