IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9063


Ignore:
Timestamp:
Sep 29, 2006, 3:59:45 PM (20 years ago)
Author:
jhoblitt
Message:

rename -processed -> -processedimfile

File:
1 edited

Legend:

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

    r9059 r9063  
    7575id, a list of imfiles may be gathered using:
    7676
    77         dettool -processed -exp_tag <exp_tag>
     77        dettool -processedimfile -exp_tag <exp_tag>
    7878
    7979The output includes b1_uri, b2_uri, bg, bg_stdev and bg_mean_stdev for
     
    8787        dettool -addprocessedexp -exp_tag <exp_tag> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -uri <jpeg_uri> -jpeg_uri <jpeg_uri>
    8888
    89 In practise, the above "dettool -processed", "ppImage" and "dettool
     89In practise, the above "dettool -processedimfile", "ppImage" and "dettool
    9090-addprocessedexp" commands will be performed by a script,
    9191"detrend_process_exp.pl".
     
    112112
    113113For each stack that is to be performed, we obtain the list of input
    114 imfiles.  "dettool -processed" returns the list of all processed
     114imfiles.  "dettool -processedimfile" returns the list of all processed
    115115imfiles from different exposures with the same class_id:
    116116
    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>
    118118
    119119The output includes the exposure id and uri for each of the input
     
    129129        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>
    130130
    131 In practise, the above three commands ("dettool -processed", "ppMerge"
     131In practise, the above three commands ("dettool -processedimfile", "ppMerge"
    132132and "dettool -addstacked") will be performed by a Perl script,
    133133"detrend_stack.pl".
     
    145145For each of these detrend ids, we get the list of processed imfiles:
    146146
    147         dettool -processed -unmask -det_id <det_id> -iter <iter>
     147        dettool -processedimfile -unmask -det_id <det_id> -iter <iter>
    148148
    149149This returns the complete list of processed imfiles for the specified
     
    165165        dettool -addnormstat -det_id <det_id> -iter <iter> -class_id <class_id> -norm <normalisation>
    166166
    167 In practise, the above three commands ("dettool -processed -unmask",
     167In practise, the above three commands ("dettool -processedimfile -unmask",
    168168"ppNormCalc" and "dettool -addnormstat") will be performed by a Perl
    169169script, "detrend_norm_calc.pl".
Note: See TracChangeset for help on using the changeset viewer.