IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2009, 3:55:38 PM (16 years ago)
Author:
bills
Message:

add dqstatstool to ignorelist

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

    • Property svn:ignore
      •  

        old new  
        1616difftool
        1717disttool
         18dqstastool
        1819faketool
        1920flatcorr
  • trunk/ippTools/src/magicdstool.c

    r25935 r26444  
    598598    PXOPT_LOOKUP_STR(recovery_path_base, config->args, "-recovery_path_base", false, false);
    599599    PXOPT_LOOKUP_BOOL(setmagicked, config->args, "-setmagicked", false);
     600    PXOPT_LOOKUP_F32(streak_frac, config->args, "-streak_frac", false, false);
     601    PXOPT_LOOKUP_F32(run_time, config->args, "-run_time", false, false);
    600602
    601603    if (setmagicked && (fault != 0)) {
     
    620622    }
    621623
    622     if (!magicDSFileInsert(config->dbh, magic_ds_id, component, backup_path_base, recovery_path_base, fault, "full")) {
     624    if (!magicDSFileInsert(config->dbh,
     625            magic_ds_id,
     626            component,
     627            backup_path_base,
     628            recovery_path_base,
     629            streak_frac,
     630            run_time,
     631            fault,
     632            "full"  // data_state
     633        )) {
    623634            // rollback
    624635        if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.