Changeset 9063
- Timestamp:
- Sep 29, 2006, 3:59:45 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/dettool.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/dettool.txt
r9059 r9063 75 75 id, a list of imfiles may be gathered using: 76 76 77 dettool -processed -exp_tag <exp_tag>77 dettool -processedimfile -exp_tag <exp_tag> 78 78 79 79 The output includes b1_uri, b2_uri, bg, bg_stdev and bg_mean_stdev for … … 87 87 dettool -addprocessedexp -exp_tag <exp_tag> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -uri <jpeg_uri> -jpeg_uri <jpeg_uri> 88 88 89 In practise, the above "dettool -processed ", "ppImage" and "dettool89 In practise, the above "dettool -processedimfile", "ppImage" and "dettool 90 90 -addprocessedexp" commands will be performed by a script, 91 91 "detrend_process_exp.pl". … … 112 112 113 113 For each stack that is to be performed, we obtain the list of input 114 imfiles. "dettool -processed " returns the list of all processed114 imfiles. "dettool -processedimfile" returns the list of all processed 115 115 imfiles from different exposures with the same class_id: 116 116 117 dettool -processed -det_id <det_id> -iter <iter> -class_id <class_id>117 dettool -processedimfile -det_id <det_id> -iter <iter> -class_id <class_id> 118 118 119 119 The output includes the exposure id and uri for each of the input … … 129 129 dettool -addstacked -det_id <det_id> -iter <iter> -class_id <class_id> -recip <recipe> -uri <stacked_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> 130 130 131 In practise, the above three commands ("dettool -processed ", "ppMerge"131 In practise, the above three commands ("dettool -processedimfile", "ppMerge" 132 132 and "dettool -addstacked") will be performed by a Perl script, 133 133 "detrend_stack.pl". … … 145 145 For each of these detrend ids, we get the list of processed imfiles: 146 146 147 dettool -processed -unmask -det_id <det_id> -iter <iter>147 dettool -processedimfile -unmask -det_id <det_id> -iter <iter> 148 148 149 149 This returns the complete list of processed imfiles for the specified … … 165 165 dettool -addnormstat -det_id <det_id> -iter <iter> -class_id <class_id> -norm <normalisation> 166 166 167 In practise, the above three commands ("dettool -processed -unmask",167 In practise, the above three commands ("dettool -processedimfile -unmask", 168 168 "ppNormCalc" and "dettool -addnormstat") will be performed by a Perl 169 169 script, "detrend_norm_calc.pl".
Note:
See TracChangeset
for help on using the changeset viewer.
