IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15337


Ignore:
Timestamp:
Oct 19, 2007, 2:35:31 PM (19 years ago)
Author:
jhoblitt
Message:

add -inputtree

Location:
trunk/ippTools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/difftest.sh

    r14265 r15337  
    1515difftool -diffskyfile -diff_id 1 || exit 1
    1616difftool -updaterun -state stop -diff_id 1 || exit 1
     17
     18#
     19# diff_id 2
     20#
     21difftool -definerun -workdir file:///tmp/diff -skycell_id foo1 -tess_id bar || exit 1
     22difftool -addinputskyfile -diff_id 2 -warp_id 1 -kind warped -template || exit 1
     23difftool -addinputskyfile -diff_id 2 -warp_id 1 -kind warped || exit 1
     24#difftool -updaterun -state run -diff_id 1 || exit 1
     25difftool -todiffskyfile || exit 1
     26difftool -inputskyfile || exit 1
     27difftool -adddiffskyfile -diff_id 2 -uri file:///tmp/diff/skyfile -path_base file://lalaland -bg 1 -bg_stdev 2 || exit 1
     28difftool -diffskyfile -diff_id 2 || exit 1
     29difftool -updaterun -state stop -diff_id 2 || exit 1
  • trunk/ippTools/scripts/magic_dep.md

    r14683 r15337  
     1# node      dep
    12a   STR     NULL
     3b   STR     NULL
     4root   MULTI
     5root   STR     a
     6root   STR     b
  • trunk/ippTools/scripts/magictest.sh

    r14688 r15337  
    88magictool -definerun -workdir file:///foo/bar/ || exit 1
    99magictool -addinputskyfile -magic_id 1 -diff_id 1 -node a || exit 1
     10magictool -addinputskyfile -magic_id 1 -diff_id 2 -node b || exit 1
     11magictool -inputtree -magic_id 1 -dep_file magic_dep.md
     12
    1013magictool -updaterun -state run -magic_id 1 || exit 1
    1114
    12 ./magictool -inputtree -magic_id 1 -dep_file magic_dep.md
    1315
    1416
  • trunk/ippTools/src/magictool.c

    r15330 r15337  
    483483    pxNode *root = psHashLookup(forest, "root");
    484484    psFree(forest);
    485 
    486     pxTreePrint(stdout, root);
    487     // crawl through the tree and look for un-"done" bottom nodes
    488 //    pxTreeCrawl(root, findBaseNodes, work);
     485//    pxTreePrint(stdout, root);
    489486
    490487    // crawl through the tree and looking for nodes with children that are all
Note: See TracChangeset for help on using the changeset viewer.