IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26708


Ignore:
Timestamp:
Jan 28, 2010, 2:36:06 PM (16 years ago)
Author:
Paul Price
Message:

Was getting from wrong recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppStack/src/ppStackMatch.c

    r26703 r26708  
    298298            float rej = psMetadataLookupF32(NULL, ppsub, "REJ"); // Rejection threshold
    299299            float kernelError = psMetadataLookupF32(NULL, ppsub, "KERNEL.ERR"); // Relative systematic error in kernel
    300             float normFrac = psMetadataLookupF32(NULL, recipe, "NORM.FRAC"); // Fraction of window for normalisn windw
     300            float normFrac = psMetadataLookupF32(NULL, ppsub, "NORM.FRAC"); // Fraction of window for normalisn windw
    301301            float sysError = psMetadataLookupF32(NULL, ppsub, "SYS.ERR"); // Relative systematic error in images
    302302            float skyErr = psMetadataLookupF32(NULL, ppsub, "SKY.ERR"); // Additional error in sky
Note: See TracChangeset for help on using the changeset viewer.