IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11825


Ignore:
Timestamp:
Feb 14, 2007, 6:09:43 PM (19 years ago)
Author:
jhoblitt
Message:

update p5tool

File:
1 edited

Legend:

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

    r11772 r11825  
    5757Give me a list of all skycells which could have subtractions performed
    5858(more than two warps):
    59         p5tool -query (some search parameters, including RA, Dec, seeing)
     59#       p5tool -query (some search parameters, including RA, Dec, seeing)
    6060
    6161Register an exposure for subtraction processing.  We need to specify which warp
    6262is the input and which is the template.
    63         p5tool -definerun -skycell <str> -input_p4_id <s32> -template_p4_id <s32>
     63
     64        p5tool -definerun -workdir <str>
     65
     66    p5tool -addinputscfile -p5_id <s32> -p4_id <s32> -skycell_id <str> -tess_id <str> -kinds <str> [-template]
     67
     68        p5tool -updaterun -p5_id <s32> -state run
    6469
    6570Give me all skycells that need to be subtracted:
    66         p5tool -pending
     71        p5tool -todiffscfile
    6772
    6873Do the subtraction for each skycell:
    6974        phase5_subtract.pl --p5_id <s32> --in_uri <str> --template_uri <str>
    7075{
     76        p5tool -inputscfile -p5_id <s32> -p4_id <s32>
     77
    7178        Do the subtraction:
    7279                pois in_uri.fits template_uri sub.fits <other stuff>
    7380
     81        register the resulting difference image:
     82
     83        p5tool -adddiffscfile -p5_id <s32> -skycell_id <str> -tess_id <str>
     84-uri <str> ...
     85
    7486        Register the subtraction as done:
    75                 p5tool -done -p5_id <s32> -uri <str>
     87                p5tool -updaterun -p5_id <s32> -state stop
    7688}
    7789
     
    189201
    190202Register skycells for combination processing:
    191         p6tool -definerun -skycell <stR> -p4_id <s32> -p4_id <s32> -p4_id <s32>
     203        p6tool -definerun -skycell <stR>
     204
     205        p6tool -addinputscfile -p4_id <s32> -skycell_id <str> -tess_id <str>  -p4_id <s32>
    192206
    193207Give me all pending operations
Note: See TracChangeset for help on using the changeset viewer.