IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2007, 4:27:35 PM (19 years ago)
Author:
eugene
Message:

added sat_pixel_frac

File:
1 edited

Legend:

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

    r13580 r13606  
    7979    psMetadataAddF32(addprocessedimfileArgs, PS_LIST_TAIL, "-exp_time",  0,
    8080        "define exposure time", NAN);
     81    psMetadataAddF32(addprocessedimfileArgs, PS_LIST_TAIL, "-sat_pixel_frac",  0,
     82        "define fraction of saturated pixels", NAN);
    8183    psMetadataAddF64(addprocessedimfileArgs, PS_LIST_TAIL, "-bg",  0,
    8284        "define exposue background", NAN);
     
    160162    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-exp_time",  0,
    161163        "define exposure time", NAN);
     164    psMetadataAddF32(addprocessedexpArgs, PS_LIST_TAIL, "-sat_pixel_frac",  0,
     165        "define fraction of saturated pixels", NAN);
    162166    psMetadataAddF64(addprocessedexpArgs, PS_LIST_TAIL, "-bg",  0,
    163167        "define exposue background", NAN);
Note: See TracChangeset for help on using the changeset viewer.