IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2007, 10:34:12 AM (19 years ago)
Author:
Paul Price
Message:

Adding good_frac for the fraction of good pixels (replacing pixel_fill for warpSkyfile).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/difftoolConfig.c

    r14358 r15376  
    126126    psMetadataAddF64(adddiffskyfileArgs, PS_LIST_TAIL, "-bg_stdev",  0,
    127127            "define exposure background mean stdev", NAN);
     128    psMetadataAddF64(adddiffskyfileArgs, PS_LIST_TAIL, "-good_frac",  0,
     129            "define %% of good pixels", NAN);
    128130    psMetadataAddS16(adddiffskyfileArgs, PS_LIST_TAIL, "-code",  0,
    129131            "set fault code", 0);
Note: See TracChangeset for help on using the changeset viewer.