IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11833


Ignore:
Timestamp:
Feb 15, 2007, 11:26:16 AM (19 years ago)
Author:
jhoblitt
Message:

update p6tool modes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/p4tool.txt

    r11827 r11833  
    66
    77        p4tool -definerun -exp_tag <str> -mode <str> -workdir <str>
    8         p4tool -addinputscfile
     8        p4tool -addinputscfile ...
    99        p4tool -updaterun -p4_id <s32> -mode run
    1010
     
    202202
    203203Give me a list of all skycells for which combination processing is possible:
    204         p6tool -query -min <s32> (some other search parameters, including ra, dec, time range)
     204#       p6tool -query -min <s32> (some other search parameters, including ra, dec, time range)
    205205
    206206Register skycells for combination processing:
    207207        p6tool -definerun -skycell <stR>
    208208
    209         p6tool -addinputscfile -p4_id <s32> -skycell_id <str> -tess_id <str>  -p4_id <s32>
    210 
    211 Give me all pending operations
    212         p6tool -pending
     209        p6tool -addinputscfile -p4_id <s32> -skycell_id <str> -tess_id <str>
     210
     211Give me all pending operations/runs
     212        p6tool -tosum
    213213
    214214Run phase 6:
     
    216216{
    217217        Give me the list of all inputs for this run:
    218                 p6tool -inputs -p6_id <s32>
     218                p6tool -inputscfile -p6_id <s32>
    219219
    220220        Combine:
     
    222222
    223223        Register the completion:
    224                 p6tool -done -p6_id <s32> -uri <str>
     224                p6tool -addsumscfile -p6_id <s32> -uri <str>
     225
     226                p6tool -updaterun -p6_id <s32> -state stop
    225227}
    226228
    227229Give me a list of all stacks (for release):
    228         p6tool -list <some search criteria>
    229 
     230        p6tool -sumscfile <some search criteria>
     231
Note: See TracChangeset for help on using the changeset viewer.