IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2006, 3:16:04 PM (20 years ago)
Author:
jhoblitt
Message:

implement -updateresidexp

File:
1 edited

Legend:

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

    r8465 r8481  
    369369    psMetadataAddStr(updateresidexpArgs, PS_LIST_TAIL, "-recip",  0,
    370370        "define recipe", NULL);
     371    psMetadataAddF64(updateresidexpArgs, PS_LIST_TAIL, "-bg",  0,
     372        "define exposue background", NAN);
     373    psMetadataAddF64(updateresidexpArgs, PS_LIST_TAIL, "-bg_stdev",  0,
     374        "define exposue background stdev", NAN);
     375    psMetadataAddF64(updateresidexpArgs, PS_LIST_TAIL, "-bg_mean_stdev",  0,
     376        "define exposue background mean stdev", NAN);
     377    psMetadataAddStr(updateresidexpArgs, PS_LIST_TAIL, "-b1_uri",  0,
     378        "define banana 1", NULL);
     379    psMetadataAddStr(updateresidexpArgs, PS_LIST_TAIL, "-b2_uri",  0,
     380        "define banana 2", NULL);
    371381    psMetadataAddBool(updateresidexpArgs, PS_LIST_TAIL, "-reject",  0,
    372         "reject residuals", false);
     382        "exposure is not to be stacked in the next iteration", false);
    373383
    374384    // -declaremasterframe
Note: See TracChangeset for help on using the changeset viewer.