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.resid.pro

    r11476 r11546  
    102102    end
    103103
    104     # delete existing entries which are DONE
    105     book delpage detPendingResidImfile -key state DONE
    106     book delpage detPendingResidImfile -key state DATA_ERR
     104    # delete existing entries in the appropriate states
     105    process_cleanup detPendingResidImfile
    107106  end
    108107
     
    219218    end
    220219
    221     # delete existing entries which are DONE
    222     book delpage detPendingResidExp -key state DONE
    223     book delpage detPendingResidExp -key state DATA_ERR
     220    # delete existing entries in the appropriate states
     221    process_cleanup detPendingResidExp
    224222  end
    225223
Note: See TracChangeset for help on using the changeset viewer.