IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 12, 2009, 10:05:21 AM (17 years ago)
Author:
Paul Price
Message:

Hadn't changed weight --> variance for the standalone psphot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r19141 r21458  
    1515    load->dataLevel = PM_FPA_LEVEL_CHIP; // force load at the CHIP level
    1616
    17     // if MASK or WEIGHT was supplied on command line, bind files to 'load'
     17    // if MASK or VARIANCE was supplied on command line, bind files to 'load'
    1818    // the mask and weight will be mosaicked with the image
    1919    pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.MASK", "MASK");
     
    2727    }
    2828
    29     pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.WEIGHT", "WEIGHT");
     29    pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.VARIANCE", "VARIANCE");
    3030    if (!status) {
    3131        psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note: See TracChangeset for help on using the changeset viewer.