IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2007, 1:46:31 PM (19 years ago)
Author:
eugene
Message:

fixed up basic operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvoTools/src/dvoApplyCorrLoop.c

    r11804 r11862  
    1414    // psMetadata *recipe = psMetadataLookupMetadata(&status, config->recipes, RECIPE_NAME);
    1515
    16     pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "DVOCORR.INPUT");
     16    pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "DVOFLAT.INPUT");
    1717    if (!status) {
    1818        psErrorStackPrint(stderr, "Can't find input data!\n");
     
    5858            if (!readout->data_exists) continue;
    5959
    60             // XXX put the function here which unbins the input image
     60            // XXX put the function here which multiplies the input image and the correction image
     61            dvoApplyCorrReadout (config, view, "DVOFLAT.INPUT", "DVOFLAT.CORR");
    6162
    6263            if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) {
Note: See TracChangeset for help on using the changeset viewer.