IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 2:33:51 PM (17 years ago)
Author:
Paul Price
Message:

Changing pmReadout.weight to variance. Adding pmReadout.covariance which will carry around a covariance pseudo-matrix, allowing us to calculate the pixel-to-pixel variance. pmReadout.covariance now exists and is set, but no mechanism yet to read/write, or use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/psModules/src/camera/pmFPAfile.c

    r19307 r21211  
    473473        return PM_FPA_FILE_MASK;
    474474    }
    475     if (!strcasecmp(type, "WEIGHT"))     {
    476         return PM_FPA_FILE_WEIGHT;
     475    if (!strcasecmp(type, "VARIANCE"))     {
     476        return PM_FPA_FILE_VARIANCE;
    477477    }
    478478    if (!strcasecmp(type, "FRINGE")) {
     
    527527      case PM_FPA_FILE_MASK:
    528528        return ("MASK");
    529       case PM_FPA_FILE_WEIGHT:
    530         return ("WEIGHT");
     529      case PM_FPA_FILE_VARIANCE:
     530        return ("VARIANCE");
    531531      case PM_FPA_FILE_FRINGE:
    532532        return ("FRINGE");
Note: See TracChangeset for help on using the changeset viewer.