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/stacktoolConfig.c

    r15301 r15376  
    118118    psMetadataAddF64(addsumskyfileArgs, PS_LIST_TAIL, "-bg_stdev",  0,
    119119            "define exposue background mean stdev", NAN);
     120    psMetadataAddF64(addsumskyfileArgs, PS_LIST_TAIL, "-good_frac",  0,
     121            "define %% of good pixels", NAN);
    120122    psMetadataAddS16(addsumskyfileArgs, PS_LIST_TAIL, "-code",  0,
    121123            "set fault code", 0);
Note: See TracChangeset for help on using the changeset viewer.