IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25804


Ignore:
Timestamp:
Oct 7, 2009, 5:15:52 PM (17 years ago)
Author:
Paul Price
Message:

Need to be more careful about getting the filename of the original files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackSetup.c

    r25798 r25804  
    4848    // Original images
    4949    options->origImages = psArrayAlloc(num);
     50    pmFPAview *view = pmFPAviewAlloc(0);
     51    view->chip = view->cell = view->readout = 0;
    5052    for (int i = 0; i < num; i++) {
    5153        pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest
    52         options->origImages->data[i] = psStringCopy(file->filename);
     54        options->origImages->data[i] = pmFPAfileName(file, view, config);
    5355    }
     56    psFree(view);
    5457
    5558    // Generate temporary names for convolved images
Note: See TracChangeset for help on using the changeset viewer.