IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9076


Ignore:
Timestamp:
Sep 29, 2006, 5:24:05 PM (20 years ago)
Author:
jhoblitt
Message:

expand -norm names to "normalized"
tweak -addnormalizedexp

File:
1 edited

Legend:

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

    r9070 r9076  
    210210Pan-Tasks regularly runs:
    211211
    212         dettool -normexp
     212        dettool -tonormalizedexp
    213213
    214214which returns a list of stack exposures which have had normalised
     
    217217For each exposure, we get the list of component imfiles:
    218218
    219         dettool -normimfile -exp_tag <exp_tag>
     219        dettool -normalizedimfile -exp_tag <exp_tag>
    220220
    221221This includes the statistics (bg, bg_stdev, bg_mean_stdev) and the
     
    227227The statistics and JPEG uri are pushed into the database:
    228228
    229         dettool -addnormexp -exp_tag <exp_tag> -j1_uri <jpeg1_uri> -j2_uri <jpeg2_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>
     229        dettool -addnormalizedexp -det_id <det_id> -iteration <iteration> -exp_tag <exp_tag> -b1_uri <jpeg1_uri> -b2_uri <jpeg2_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>
    230230
    231231In practise, the above three commands ("dettool -stackimfile",
Note: See TracChangeset for help on using the changeset viewer.