Changeset 8399
- Timestamp:
- Aug 16, 2006, 3:00:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/dettool.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/dettool.txt
r8372 r8399 94 94 imfiles. These are used for the stacking: 95 95 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 98 ppMerge returns statistics of the stack in the STAT_FILE. 97 99 98 100 Once the stack has been completed, "dettool -addstacked" adds a 99 101 stacked class_id and and optionally marks it for normalization: 100 102 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> 102 104 103 105 The "-pleasenormalize" flag indicates that the normalisation steps are … … 128 130 the normalisation: 129 131 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 134 where INPUT.mdc is a metadata config file with the stats for each 135 imfile. ppNormCalc outputs to stdout a metadata config format 136 with the normalisation for each class id. 137 138 *** To do: Get rms of solution (for both gain and exposure level) out 139 of ppNormCalc. 138 140 139 141 Then for each imfile that comprises the stack, we push the normalisations … … 159 161 160 162 which 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. 163 iteration, class id, uri, statistic and normalisation) from 164 detNormStats, which have no corresponding class_id inserted into 165 detNormalizedImfile. 163 166 164 167 For each imfile, we apply the normalisation:
Note:
See TracChangeset
for help on using the changeset viewer.
