IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26860


Ignore:
Timestamp:
Feb 10, 2010, 3:59:30 PM (16 years ago)
Author:
eugene
Message:

new additions from the trunk

Location:
branches/eam_branches/20091201
Files:
16 copied

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTasks/nightly_stacks.pro

    r26676 r26860  
    1818    ns.stacks.off
    1919end
    20 
    21 
    2220
    2321macro ns.initday.on
     
    109107
    110108book init nsData
    111 
    112 #
    113 # Start a new date to work on
     109#
     110# Macros to control the book.
    114111#
    115112macro ns.add.date
     
    118115end
    119116
     117macro ns.show.dates
     118    book npages nsData -var Npages
     119    for i 0 $Npages
     120       book getpage nsData $i -var date
     121       book getword nsData $date nsState -var state
     122       echo $date $state
     123    end
     124end
     125
     126macro ns.del.date
     127    book delpage nsData $1
     128end
     129
     130macro ns.set.date
     131    book setword nsData $1 nsState $2
     132end
     133
     134
     135
     136#
     137# Start a new date to work on
     138#
    120139task              ns.initday.load
    121140  host            local
     
    132151
    133152    command echo $today
     153#   command automate_stacks.pl --clean_old --date $today
    134154  end
    135155
  • branches/eam_branches/20091201/magic/remove/src/Makefile.am

    r26676 r26860  
    8080
    8181include_HEADERS =       \
    82         streaksremove.h \
    8382        streaksastrom.h \
    8483        streaksextern.h \
Note: See TracChangeset for help on using the changeset viewer.