IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2007, 9:58:58 AM (19 years ago)
Author:
eugene
Message:

added process_cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r11476 r11546  
    118118    end
    119119
    120     # delete existing entries which are DONE
    121     book delpage detPendingNormStatImfile -key state DONE
    122     book delpage detPendingNormStatImfile -key state DATA_ERR
     120    # delete existing entries in the appropriate states
     121    process_cleanup detPendingNormStatImfile
    123122  end
    124123
     
    231230    end
    232231
    233     # delete existing entries which are DONE
    234     book delpage detPendingNormImfile -key state DONE
    235     book delpage detPendingNormImfile -key state DATA_ERR
     232    # delete existing entries in the appropriate states
     233    process_cleanup detPendingNormImfile
    236234  end
    237235
     
    346344    end
    347345
    348     # delete existing entries which are DONE
    349     book delpage detPendingNormExp -key state DONE
    350     book delpage detPendingNormExp -key state DATA_ERR
     346    # delete existing entries in the appropriate states
     347    process_cleanup detPendingNormExp
    351348  end
    352349
Note: See TracChangeset for help on using the changeset viewer.