IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8399


Ignore:
Timestamp:
Aug 16, 2006, 3:00:49 PM (20 years ago)
Author:
Paul Price
Message:

"ppMerge" produces statistics, "dettool -addstacked" takes statistics,
and "dettool -normstat" outputs statistics. This means that
"ppNormApply" can be very simple: it just has to do a multiplication.

File:
1 edited

Legend:

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

    r8372 r8399  
    9494imfiles.  These are used for the stacking:
    9595
    96         ppMerge <stacked_uri> <in_uri> <in_uri> <in_uri> .... -recipe PPMERGE <ppMerge_recipe>
     96        ppMerge <stacked_uri> <in_uri> <in_uri> <in_uri> .... -recipe PPMERGE <ppMerge_recipe> -stat STAT_FILE
     97
     98ppMerge returns statistics of the stack in the STAT_FILE.
    9799
    98100Once the stack has been completed, "dettool -addstacked" adds a
    99101stacked class_id and and optionally marks it for normalization:
    100102
    101         dettool -addstacked [-pleasenormalize] -det_id <det_id> -iter <iter> -class_id <class_id> -uri <stacked_uri>
     103        dettool -addstacked [-pleasenormalize] -det_id <det_id> -iter <iter> -class_id <class_id> -uri <stacked_uri> -stat <statistic>
    102104
    103105The "-pleasenormalize" flag indicates that the normalisation steps are
     
    128130the normalisation:
    129131
    130         ppNormCalc <some parameters>
    131 
    132 *** To do: decide input form for ppNorm (likely a metdata config file
    133            containing the stats for each imfile).
    134 
    135 *** To do: decide output form for ppNorm (likely a metadata config
    136            file containing the normalisation for each class id of the
    137            stack).
     132        ppNormCalc INPUT.mdc
     133
     134where INPUT.mdc is a metadata config file with the stats for each
     135imfile.  ppNormCalc outputs to stdout a metadata config format
     136with the normalisation for each class id.
     137
     138*** To do: Get rms of solution (for both gain and exposure level) out
     139           of ppNormCalc.
    138140
    139141Then for each imfile that comprises the stack, we push the normalisations
     
    159161
    160162which returns a list of imfiles (with corresponding detrend id,
    161 iteration, class id, uri and normalisation) from detNormStats, which
    162 have no corresponding class_id inserted into detNormalizedImfile.
     163iteration, class id, uri, statistic and normalisation) from
     164detNormStats, which have no corresponding class_id inserted into
     165detNormalizedImfile.
    163166
    164167For each imfile, we apply the normalisation:
Note: See TracChangeset for help on using the changeset viewer.