IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11758


Ignore:
Timestamp:
Feb 12, 2007, 4:50:28 PM (19 years ago)
Author:
jhoblitt
Message:

tweak p4tool modes

File:
1 edited

Legend:

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

    r11741 r11758  
    55unique identifier for the run, or a p4Run ID, is returned:
    66
    7         p4tool -definerun -exp_tag <str> -p3_ver <s32>
     7        p4tool -definerun -exp_tag <str> -mode <str> -workdir <str>
    88
    99Give me all p4runs to have overlaps calculated:
     
    2020
    2121        Set the relationship between imfiles and skycells:
    22                 p4tool -overlap -p4_id <s32> -info FILE
     22                p4tool -addoverlap -p4_id <s32> -info FILE
    2323        where FILE contains:
    2424                imfile.0        STR     skycell.123 skycell.456
     
    3838{
    3939        Get list of imfiles for skycell:
    40                 p4tool -imfile -p4_id <s32> -skycell <str>
     40                p4tool -scmap -p4_id <s32> -skycell <str>
    4141
    4242        Do the warping:
     
    4444
    4545        Register the skycell as done warping:
    46                 p4tool -warped -p4_id <s32> -skycell <str> -uri <str>
     46                p4tool -addwarped -p4_id <s32> -skycell <str> -uri <str>
    4747}
    4848
Note: See TracChangeset for help on using the changeset viewer.