IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of IppTools_FAQ


Ignore:
Timestamp:
May 19, 2009, 3:53:51 PM (17 years ago)
Author:
giebink
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IppTools_FAQ

    v2 v3  
    4343For example, you can set up a chipRun with just the g-band MD01 exposures:
    4444
    45 <code>chiptool  <font color=green>-set_label MD01.g</font> -set_workdir /data/ipp004.0/gpc1/MD.SR -dbname PS1MD -definebyquery -ra_min 0.6 -ra_max 0.645 -decl_min -0.08 -decl_max -0.07 -exp_time_min 200 -filter g.00000 -simple</code>
     45{{{
     46chiptool -set_label MD01.g -set_workdir /data/ipp004.0/gpc1/MD.SR -dbname PS1MD -definebyquery -ra_min 0.6 -ra_max 0.645
     47-decl_min -0.08 -decl_max -0.07 -exp_time_min 200 -filter g.00000 -simple
     48}}}
    4649
    4750and then later on  (after initiating several other chipRuns for other fields and filters) you want to make a stack from all those exposures that you labeled with MD01.g:
    4851
    49 <code>stacktool -workdir MD.SR -dbname PS1MD -definebyquery <font color=green>-select_label MD01.g</font> -simple</code>
    50  
     52{{{
     53stacktool -workdir MD.SR -dbname PS1MD -definebyquery<font color=green>-select_label MD01.g -simple
     54}}}
     55
    5156==== blocking ====
    52 If you have been consistently applying labels as you inject your data or as you start your chip processes, then you can efficiently use the ippTools label-blocking feature to select out just a particular subset that you do (or don't) want to process right away.  In any ippTool, use the <code>-block</code> option to set a block on a particular label.  Use <code>-unblock</code> to remove that block.  The <code>-masked</code> and <code>-unmasked</code> options will print out a list showing which exposures are carrying what labels, and whether or not they are currently being blocked from processing. 
     57If you have been consistently applying labels as you inject your data or as you start your chip processes, then you can efficiently use the ippTools label-blocking feature to select out just a particular subset that you do (or don't) want to process right away.  In any ippTool, use the -block option to set a block on a particular label.  Use -unblock to remove that block.  The -masked and -unmasked options will print out a list showing which exposures are carrying what labels, and whether or not they are currently being blocked from processing. 
    5358
    5459=== chiptool ===
     
    6671==== -definebyquery ====
    6772
    68 You must define a workdir with <code>-workdir</code>.  It is recommended to use <code>-label</code> to keep things organized. 
     73You must define a workdir with -workdir.  It is recommended to use -label to keep things organized. 
    6974
    70 use the <code>-select_</code> options to pick out the warped skyfiles you want to combine.  The <code>select_good_frac_min</code> option requires that each contributing skyfile has to have that fraction of its area with good pixels.
     75use the -select_ options to pick out the warped skyfiles you want to combine.  The select_good_frac_min option requires that each contributing skyfile has to have that fraction of its area with good pixels.
    7176
    72 <code>-random</code> : if your <code>select</code> settings return a large number of skyfiles, then you may not want to stack them all together.  The random flag allows you to pick out a random subset from the collection of all matching skyfiles.
     77-random : if your select settings return a large number of skyfiles, then you may not want to stack them all together.  The random flag allows you to pick out a random subset from the collection of all matching skyfiles.
    7378
    74 <code>-min_num</code> : you may only want to execute the stack when it has a certain number of contributing skyfiles.  Specifying the -min_num option tells stacktool to return an empty set unless it has at least min_num skyfiles.
     79-min_num : you may only want to execute the stack when it has a certain number of contributing skyfiles.  Specifying the -min_num option tells stacktool to return an empty set unless it has at least min_num skyfiles.
    7580
    76 <code>-min_new</code>  : ??
     81-min_new<  : ??
    7782
    78 <code>-min_frac</code> : ??
     83-min_frac : ??
    7984
    8085
     
    9499==== -definepoprun ====
    95100
    96 Use this option to set up a pop run (populated? popular? popsicle?) where you can explicitly specify the ID of both your template and input images.  Each may be either a warped skyfile (use <code>-input_warp_id</code> or <code>-template_warp_id</code>) or a summed skyfile produced by a previous stackRun (use <code>-input_stack_id</code> or <code>-template_stack_id</code>).
     101Use this option to set up a pop run (populated? popular? popsicle?) where you can explicitly specify the ID of both your template and input images.  Each may be either a warped skyfile (use -input_warp_id or -template_warp_id) or a summed skyfile produced by a previous stackRun (use -input_stack_id or -template_stack_id).
    97102
    98103==== -definebyquery ====